/* Sticky Buy Now Button – Mobile */
@media screen and (max-width: 749px) {
.shopify-payment-button {
position: fixed !important;
left: 12px;
right: 12px;
bottom: 12px;
z-index: 9999;
margin: 0 !important;
padding: 0 !important;
}
.shopify-payment-button .shopify-payment-button__button–unbranded {
width: 100% !important;
min-height: 54px !important;
border-radius: 12px !important;
display: flex !important;
align-items: center;
justify-content: center;
font-size: 0 !important;
font-weight: 600;
color: transparent !important;
padding: 6px 20px !important;
margin: 0 !important;
box-shadow: 0 -4px 20px rgba(0,0,0,.15) !important;
}
.shopify-payment-button .shopify-payment-button__button–unbranded::after {
content: “Pay online & get 10% OFF”;
color: #fff;
font-size: 16px;
font-weight: 600;
}
/* Prevent page content from being hidden behind the fixed button */
body {
padding-bottom: 80px;
}
}