/* Safe area fix for mobile browser bottom bar */
dding-bottom: calc(env(safe-area-inset-bottom, 0px) + 12px);
}

/* Give room for the sticky footer */
..cart-content {
    padding-bottom: 200px; /* keep your footer space */
}

.safe-bottom-fix {
  padding-bottom: 200px; /* match footer height */
}

#cart {
    top: 80px; /* adjust for your mobile browser bar */
}