.theme-cart-notification{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:2rem 0;opacity:0;pointer-events:none;z-index:99;-webkit-transition:opacity var(--theme-transition);transition:opacity var(--theme-transition)}.theme-cart-notification:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;background-color:#000000b3;z-index:-1;pointer-events:none}.theme-cart-notification.active{opacity:1;pointer-events:all}.theme-cart-notification .content{background-color:var(--theme-light-10);width:70%;max-width:42.5rem;max-height:90vh;overflow:auto;padding:1.5625rem 2.1875rem;border-radius:var(--theme-lg-radius)}@media (max-width: 540px){.theme-cart-notification .content{padding:1.5625rem 1.25rem;width:calc(100% - var(--theme-container-padding) * 2)}}.theme-cart-notification .heading{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:1rem;position:relative}.theme-cart-notification .heading .title{margin:0;font-size:1.25rem;-ms-flex-item-align:center;align-self:center;text-transform:uppercase}.theme-cart-notification .heading .close{width:2.75rem;height:2.75rem;-webkit-mask:var(--theme-icon-close) no-repeat center;mask:var(--theme-icon-close) no-repeat center;background-color:var(--theme-dark-60);position:absolute;right:0;top:0}.theme-cart-notification .cart-notification-product{padding:1.25rem 0 1.5rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:1.875rem}@media (max-width: 768px){.theme-cart-notification .cart-notification-product{gap:.625rem}}.theme-cart-notification .cart-notification-product .cart-notification-product__image{width:6.25rem;height:6.25rem;-ms-flex-negative:0;flex-shrink:0;display:-webkit-box;display:-ms-flexbox;display:flex;margin:0}@media (max-width: 768px){.theme-cart-notification .cart-notification-product .cart-notification-product__image{width:3.75rem;height:3.75rem}}.theme-cart-notification .cart-notification-product .cart-notification-product__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.theme-cart-notification .cart-notification-product .product-info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:1.875rem}@media (max-width: 768px){.theme-cart-notification .cart-notification-product .product-info{gap:.3125rem;-ms-flex-wrap:wrap;flex-wrap:wrap}}.theme-cart-notification .cart-notification-product .cart-notification-product__name{margin:0 0 .3125rem;font-size:var(--theme-lg-body-fs)}.theme-cart-notification .cart-notification-product dl{margin:.3125rem 0}.theme-cart-notification .cart-notification-product .product-option{font-size:var(--theme-sm-body-fs);line-height:var(--theme-xs-body-lh);margin-bottom:.25rem}.theme-cart-notification .cart-notification-product .product-option:last-child{margin-bottom:0}.theme-cart-notification .cart-notification-product .product-option *{display:inline;margin:0}.theme-cart-notification .cart-notification-product .price{font-size:var(--theme-xl-body-fs)}.theme-cart-notification .additional{padding:2.1875rem 0 1.75rem;background-color:#f4e9f9;-webkit-box-shadow:0 0 0 100vmax #F4E9F9;box-shadow:0 0 0 100vmax #f4e9f9;clip-path:inset(0 -100vmax);margin-bottom:1.375rem}.theme-cart-notification .additional-text{font-weight:700;font-size:var(--theme-md-body-fs);line-height:var(--theme-sm-body-lh);margin:0 0 1.5rem}.theme-cart-notification .additional-product-list{max-height:11.5625rem;overflow-y:auto;padding-right:.3125rem}.theme-cart-notification .additional-product{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:1rem}@media (max-width: 768px){.theme-cart-notification .additional-product{gap:.625rem}}.theme-cart-notification .additional-product .product-thumb{width:6.25rem;height:6.25rem;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-negative:0;flex-shrink:0;-ms-flex-item-align:start;align-self:flex-start}@media (max-width: 768px){.theme-cart-notification .additional-product .product-thumb{width:3.75rem;height:3.75rem}}.theme-cart-notification .additional-product .product-thumb img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.theme-cart-notification .additional-product .product-info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:1.5625rem;padding:0 0 .3125rem}@media (max-width: 768px){.theme-cart-notification .additional-product .product-info{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:.3125rem 1.25rem}}@media (max-width: 768px){.theme-cart-notification .additional-product .product-description{width:100%}}.theme-cart-notification .additional-product .product-description .product-title{margin:0 0 .3125rem;font-size:var(--theme-md-body-fs);color:var(--theme-dark-50)}.theme-cart-notification .additional-product .product-description p{margin:0;font-size:var(--theme-sm-body-fs);line-height:var(--theme-xs-body-lh)}@media (max-width: 768px){.theme-cart-notification .additional-product .product-action{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:.3125rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}.theme-cart-notification .additional-product .price{font-size:var(--theme-lg-body-fs)}.theme-cart-notification .additional-product .theme-button-primary{padding:.8125rem 1.5625rem;-webkit-box-shadow:none;box-shadow:none;margin-top:.9375rem;font-size:var(--theme-sm-body-fs)}@media (max-width: 768px){.theme-cart-notification .additional-product .theme-button-primary{margin-top:.3125rem}}.theme-cart-notification .actions{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:.625rem}.theme-cart-notification .actions [class*=theme-button]{padding:1.125rem}.theme-cart-notification .actions .theme-button-secondary,.theme-cart-notification .actions .custom-cart-form{width:calc(50% - .625rem)}@media (max-width: 768px){.theme-cart-notification .actions .theme-button-secondary,.theme-cart-notification .actions .custom-cart-form{width:100%}}.theme-cart-notification .actions .theme-button-secondary{background-color:var(--theme-light-30);color:var(--theme-dark-60)}.theme-cart-notification .actions .custom-cart-form .theme-button-primary{width:100%}.theme-cart-notification .actions .theme-button-tertiary{margin-top:.625rem;padding:0;color:var(--theme-purple-60);text-decoration:underline}body:has(.theme-cart-notification.active){overflow:hidden}
/*# sourceMappingURL=/cdn/shop/t/39/assets/component-cart-notification.css.map */
