product-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;visibility:hidden;pointer-events:none}product-modal.is-open,product-modal.is-closing{visibility:visible}product-modal.is-open{pointer-events:auto}.product-modal__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:color-mix(in srgb,var(--color-background) 50%,transparent);opacity:0;transition:opacity .1s var(--cubic)}product-modal.is-open .product-modal__overlay{opacity:1}.product-modal__panel{position:absolute;top:0;right:0;width:90vw;min-width:32rem;height:100%;background:#000;overflow-y:auto;opacity:0;transition:opacity .1s var(--cubic)}product-modal.is-open .product-modal__panel{opacity:1}button.product-modal__close{position:fixed;top:1.2rem;right:1.2rem;z-index:2;display:none;align-items:center;justify-content:center;width:4.4rem;min-height:0;height:4.4rem;padding:0;background:transparent;border:none;color:var(--color-primary);cursor:pointer}button.product-modal__close svg{width:1.3rem;height:1.3rem}button.product-modal__close svg path{stroke-width:2}@media screen and (max-width:749px){.product-modal__panel{width:100vw}button.product-modal__close{display:inline-flex}}.product-modal__content .product__info-wrapper{background-color:#000}@media screen and (min-width:990px){.product-modal__content .product__fixed-column{top:0}}
/*# sourceMappingURL=/cdn/shop/t/6/assets/component-product-modal.css.map */
