.sold-out-modal{box-sizing:border-box;position:fixed;top:0;left:0;display:flex;align-items:center;justify-content:center;width:100%;height:100%;padding:1.5rem;overflow:auto;background:rgba(var(--color-foreground),.6);opacity:0;visibility:hidden;z-index:-1}.sold-out-modal[open]{opacity:1;visibility:visible;z-index:101}@media(prefers-reduced-motion:no-preference){.sold-out-modal{transition:opacity .2s ease}}.sold-out-modal__content{box-sizing:border-box;max-height:100%;overflow:auto;background-color:rgb(var(--color-background));color:rgb(var(--color-foreground));box-shadow:var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius) rgba(var(--color-shadow),var(--popup-shadow-opacity))}.sold-out-modal__close{color:rgb(var(--color-foreground));background:none;border:none;cursor:pointer}.sold-out-modal__close .icon{width:1.5rem;height:1.5rem}.sold-out-modal__body>*{margin:0}.sold-out-modal__body>*+*{margin-top:.8rem}.sold-out-modal__products{--sold-out-modal-tile-width: 240px;grid-template-columns:repeat(var(--sold-out-modal-column-count, 3),minmax(0,1fr));max-width:calc(var(--sold-out-modal-column-count, 3) * var(--sold-out-modal-tile-width));margin-inline:auto}.sold-out-modal__product-media{aspect-ratio:1 / 1;background-color:rgba(var(--color-foreground),.04)}.sold-out-modal__product-image{object-fit:cover}.sold-out-modal__product{line-height:1.3}.sold-out-modal__product-title{font-size:1.4rem}.sold-out-modal__product-button{min-width:0;width:100%;padding:0 1rem;font-size:1.3rem}@media(min-width:820px){.sold-out-modal__product-button{font-size:1.5rem}.sold-out-modal__product-title{font-size:1.6rem;padding:1rem 0}}.sold-out-modal__product-link:focus-visible{outline:.2rem solid rgb(var(--color-foreground));outline-offset:.3rem}
/*# sourceMappingURL=/cdn/shop/t/49/assets/component-sold-out-modal.css.map */
