.preorder-products .preorder-confirmation{position:fixed;inset:0;width:100%;height:100%;background-color:rgba(0,0,0,.6);display:flex;justify-content:center;align-items:center;z-index:1001}.preorder-products .preorder-confirmation .preorder-confirmation__container{background-color:var(--white);padding:56px 72px;position:relative;width:min(560px,100vw - 40px)}.preorder-products .preorder-confirmation .preorder-confirmation__close{position:absolute;top:22px;right:22px;width:28px;height:28px;cursor:pointer}.preorder-products .preorder-confirmation .preorder-confirmation__close svg{width:100%;height:100%}.preorder-products .preorder-confirmation .preorder-confirmation__text{margin-bottom:24px;font-family:"Denim";font-size:16px;line-height:1.6;color:var(--dark-primary)}.preorder-products .preorder-confirmation .preorder-confirmation__add-to-cart{width:100%}.preorder-products .product-card__preorder-atc.loading{color:rgba(0,0,0,0);pointer-events:none;position:relative}.preorder-products .product-card__preorder-atc.loading::after{content:"";width:20px;height:20px;border:2px solid var(--white);border-radius:50%;border-left-color:rgba(0,0,0,0);display:block;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);animation:loading-atc 1s linear infinite}@keyframes loading-atc{from{transform:translate(-50%, -50%) rotate(0deg)}to{transform:translate(-50%, -50%) rotate(360deg)}}@media(max-width: 749.98px){.preorder-products .preorder-confirmation .preorder-confirmation__container{padding:40px 24px 24px;width:min(520px,100vw - 24px)}.preorder-products .preorder-confirmation .preorder-confirmation__close{top:16px;right:16px;width:24px;height:24px}.preorder-products .preorder-confirmation .preorder-confirmation__text{margin-bottom:18px;font-size:14px;line-height:1.5;text-align:center}}