#cart-notification{display:none!important;position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999;justify-content:center;align-items:center;padding:1rem}#cart-notification.active{display:flex!important}.cart-notification__overlay{display:block!important;position:absolute;top:0;left:0;width:100%;height:100%;background-color:#0009;animation:fadeIn .3s ease-out;cursor:pointer}.cart-notification__wrapper{position:relative;background:rgb(var(--color-background));color:rgb(var(--color-foreground));box-shadow:0 10px 30px #0003;padding:2rem;max-width:100%;width:62rem;border-radius:16px;animation:scaleIn .3s ease-out;z-index:1;text-align:center}.cart-notification__header{display:flex!important;align-items:center!important;justify-content:center!important;width:100%;gap:.5rem;margin-bottom:5px}.cart-notification__header-icon{display:flex!important;align-items:center!important;justify-content:center!important}.cart-notification__header-icon svg{width:24px!important;height:24px!important}.cart-notification__header-text{font-size:1.25rem!important;line-height:1.2!important;margin:0!important;padding:0}.cart-notification__close{position:absolute;top:.5rem;right:.5rem;padding:.5rem;background:none;border:none;cursor:pointer}.cart-notification__close svg{width:14px;height:14px}#cart-notification-product>.cart-item-details{display:flex;align-items:center;gap:1.5rem;text-align:left;background:#fff;padding:1rem;border-radius:8px}.cart-item-details__image{width:100%;height:100%;display:block;object-fit:contain;mix-blend-mode:multiply}.cart-item-details__info{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;gap:1rem;flex:1}.cart-item-details__name{font-weight:500;line-height:1.4;margin:0;color:#333;width:100%;margin-bottom:.5rem;font-size:15px}.cart-item-details__properties .product-option{display:flex;align-items:center;white-space:nowrap;width:100%;font-size:1.4rem}.cart-item-details__properties .product-option dt{color:#8d8989;font-weight:400}.cart-item-details__properties .product-option dd{color:#333;margin:0;font-weight:500;padding-left:5px}.cart-item-details__price{font-size:1.1rem;font-weight:600;color:#333;margin:0 0 0 auto}.cart-notification__links{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;margin:5px 0}.cart-notification__links .button{width:100%;margin:0!important;padding:.9rem 1rem;border-radius:12px!important;border-width:2px!important;border-style:solid!important;font-size:16px!important;text-decoration:none;transition:all .2s ease}.cart-notification__links .continue-shopping-button{background-color:#fff0!important;border-color:#910f3f!important;border-style:solid!important;border-width:1px!important;border-radius:12px!important;font-size:16px!important;color:#910f3f!important;--border-opacity: 0 !important;-webkit-text-fill-color:rgba(145,15,63,1)!important}.cart-notification__links .continue-shopping-button:hover{color:#910f3f99!important;-webkit-text-fill-color:rgba(145,15,63,.6)!important}.cart-notification__links .button--primary{--brand-color: rgba(145, 15, 63, 1);background-color:var(--brand-color)!important;border-color:var(--brand-color)!important;color:#fff!important;-webkit-text-fill-color:white!important}.cart-notification__links .button--primary:hover{filter:brightness(1.15)}@media (max-width: 749px){#cart-notification.active{align-items:flex-end}.cart-notification__wrapper{width:100%;animation:slideInUp .3s ease-out;border-radius:16px 16px 0 0;padding-bottom:calc(1.5rem + env(safe-area-inset-bottom))}#cart-notification-product>.cart-item-details{grid-template-columns:1fr;text-align:center}.cart-item-details__image-wrapper{width:120px;margin:0 auto 1rem}.cart-notification__close{display:block}.cart-notification__links{grid-template-columns:1fr}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}@keyframes slideInUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.cart-notification-product{display:flex!important;align-items:center!important;gap:1rem!important;text-align:left!important}.cart-notification-product .cart-item-details__image-wrapper{flex:0 0 40%!important;max-width:40%!important;height:auto!important;border-radius:8px;overflow:hidden;background:#f8f8f8;display:flex;align-items:center;justify-content:center;border:1px solid rgba(0,0,0,.05)}.cart-notification-product .cart-item-details__info{flex:1 1 60%!important;max-width:60%!important;display:flex!important;flex-direction:column!important;gap:.5rem!important}#cart-notification-product .cart-item-details__properties{display:flex;flex-wrap:wrap;gap:.5rem;margin:0;width:100%}.cart-notification-product .cart-item-details__price{margin:auto 0 0!important;width:100%}.cart-notification-product .cart-item-details__price .price{font-size:2.4rem;color:#cf3232}.cart-notification-product{display:flex!important;align-items:center!important;gap:1rem!important;text-align:left!important;padding:1rem!important}.cart-notification-product .cart-item-details__image-wrapper{flex-shrink:0!important;height:auto!important;max-width:35%!important}.cart-notification-product .cart-item-details__info{flex:0 0 65%!important;max-width:65%!important;display:flex!important;flex-direction:column!important;gap:.5rem!important}.cart-notification-product .cart-item-details__price{margin-top:auto!important}@media (max-width: 600px){.cart-notification-product{flex-direction:column!important;align-items:stretch!important;gap:0!important}.cart-notification-product .cart-item-details__image-wrapper{flex:0 0 100%!important;max-width:150px!important;width:150px!important}.cart-notification-product .cart-item-details__info{flex:0 0 100%!important;max-width:100%!important;width:100%!important}.cart-notification-product .cart-item-details__image-wrapper img{width:150px;height:150px}}.cart-notification-discounts,.cart-notification .cart-footer__discounts-wrapper{display:flex;flex-direction:column;align-items:center;gap:.8rem;margin-top:1.5rem;margin-bottom:1.5rem;width:100%}.cart-notification-discounts{display:flex;flex-direction:column;align-items:center;gap:.8rem;margin-top:1.5rem;margin-bottom:1.5rem}.cart-notification .cart-footer__discount-item,.cart-notification-discounts .cart-footer__discount-item{display:flex;align-items:center;font-weight:500;padding:.5rem 1rem;border-radius:4px;width:fit-content}.cart-notification .cart-footer__discount-item .icon-discount,.cart-notification-discounts .cart-footer__discount-item .icon-discount{width:14px;height:14px;margin-right:8px;flex-shrink:0}.cart-notification .cart-footer__discount-item--auto,.cart-notification-discounts .cart-footer__discount-item--auto{color:#c51c1c;background-color:#fdecec;border:1px solid #f9d5d5}.cart-notification .cart-footer__discount-amount,.cart-notification-discounts .cart-footer__discount-amount{margin-left:.5rem;font-weight:400;opacity:.8}.cart-notification .cart-footer__upsell-notice,.cart-notification-discounts .cart-footer__upsell-notice{display:flex;align-items:center;justify-content:center;background:linear-gradient(90deg,#ffc371,#ff5f6d);color:#fff;font-weight:700;padding:.75rem 1.5rem;border-radius:50px;text-align:center;box-shadow:0 4px 15px #ff5f6d66;animation:pulse 2s infinite;width:fit-content;max-width:90%;margin:0 auto}.cart-notification .cart-footer__upsell-notice .icon-sparkle,.cart-notification-discounts .cart-footer__upsell-notice .icon-sparkle{width:20px;height:20px;margin-right:10px;flex-shrink:0}@keyframes pulse{0%{transform:scale(1);box-shadow:0 4px 15px #ff5f6d66}50%{transform:scale(1.03);box-shadow:0 6px 20px #ff5f6d99}to{transform:scale(1);box-shadow:0 4px 15px #ff5f6d66}}@media screen and (max-width: 749px){.cart-notification .cart-footer__upsell-notice,.cart-notification-discounts .cart-footer__upsell-notice{padding:.8rem 1.5rem;font-size:1.2rem;animation:none}.cart-notification .cart-footer__upsell-notice .icon-sparkle,.cart-notification-discounts .cart-footer__upsell-notice .icon-sparkle{width:20px;height:20px;margin-right:10px}.cart-notification .cart-footer__discount-item,.cart-notification-discounts .cart-footer__discount-item{padding:.7rem 1.2rem;font-size:1.2rem}.cart-notification .cart-footer__discount-item .icon-discount,.cart-notification-discounts .cart-footer__discount-item .icon-discount{width:16px;height:16px;margin-right:8px}.cart-notification .cart-footer__discount-item .cart-footer__discount-amount,.cart-notification-discounts .cart-footer__discount-amount{margin-left:.6rem}}
/*# sourceMappingURL=/cdn/shop/t/15/assets/component-cart-notification.css.map */
