Products



/* Adjust cart drawer position based on Hextom Free Shipping Bar height */ .drawer--is-open .drawer__inner { margin-top: var(--fsb-height, 0px) !important; } /* Detect FSB height dynamically */ #fsb_container { --fsb-height: auto; }