body{background-color:#f8f9fa}
.card{box-shadow:0 1px 2px rgba(0,0,0,.04)}
/* Sticky behavior */
.sticky-desktop{ position: sticky; top: 1rem; }
@media (max-width: 991.98px){
	.sticky-desktop{ position: static; }
	.sticky-mobile{ position: sticky; top: 4rem; z-index: 1010; }
}
/* Make hero image area responsive */
.object-fit-cover{ object-fit: cover; }
/* Floating mobile checkout button */
.mobile-checkout-btn{ position: fixed; right: 1rem; bottom: 1rem; z-index: 1055; }
@supports (padding: max(0px)){
	.mobile-checkout-btn{ bottom: max(1rem, env(safe-area-inset-bottom)); right: max(1rem, env(safe-area-inset-right)); }
}
