/* Fix cart drawer extra space at bottom */
.cart-drawer-footer,
.hr-drawer-accelerated {
margin-bottom: 0 !important;
padding-bottom: 0 !important;
}
.cart-drawer {
min-height: auto !important;
height: auto !important;
}
/* Accelerated checkout buttons — remove extra spacing */
.shopify-payment-button {
margin-bottom: 0 !important;
}
.shopify-payment-button__more-options {
margin-top: 6px !important; /* reduce gap */
margin-bottom: 0 !important;
}
.drawer__inner {
height: auto !important;
min-height: unset !important;
}