.product-drawer-overlay{background-color:#00000080;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.product-drawer-overlay.active{opacity:1;visibility:visible}.product-drawer-content{min-height:450px;height:auto;overflow:hidden;height:65vh}@media (min-width: 640px){.product-drawer-content{height:60vh}}@media (min-width: 750px){.product-drawer-content{height:55vh}}@media (min-width: 1300px){.product-drawer-content{height:auto}}.product-drawer-content{transform:translateY(100%);transition:transform .3s ease-in-out}.product-drawer-overlay.active .product-drawer-content{transform:translateY(0)}.drawer-header{display:flex;justify-content:space-between;align-items:center;padding:1rem}.products-container{display:flex;overflow-x:auto;gap:.5rem;height:calc(100% - 2.5rem)}.product-card{width:250px}.product-image{width:100%;display:flex;justify-content:center;align-items:center}.product-image img{max-width:100%;max-height:350px;width:auto;height:auto;-o-object-fit:contain;object-fit:contain}.product-info{margin-top:.5rem;width:250px;display:flex;justify-content:space-between;align-items:baseline;padding:0 1rem}.product-title{font-size:.75rem;font-weight:500;flex-grow:1;margin-right:.5rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-price{font-size:.75rem;color:#666;white-space:nowrap}.card__heading a:after{content:none}html.drawer-open{overflow:hidden}
