.cart-notification-wrapper .cart-notification{display:block}.cart-notification{border-radius:var(--popup-corner-radius);border-color:rgba(var(--color-foreground),var(--popup-border-opacity));border-style:solid;border-width:var(--popup-border-width);padding:32px;position:fixed;bottom:24px;left:24px;transform:translateY(calc(100% + 24px));visibility:hidden;width:36.8rem;max-width:calc(100vw - 48px);background-color:rgb(var(--color-background));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));z-index:100}.cart-notification.focused{box-shadow:0 0 .2rem rgba(var(--color-foreground),.3),var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius) rgba(var(--color-shadow),var(--popup-shadow-opacity))}.cart-notification:focus-visible{box-shadow:0 0 .2rem rgba(var(--color-foreground),.3),var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius) rgba(var(--color-shadow),var(--popup-shadow-opacity))}.cart-notification.animate{transition:transform var(--duration-default) ease,visibility 0s var(--duration-default) ease}.cart-notification.active{transform:translateY(0);transition:transform var(--duration-default) ease,visibility 0s;visibility:visible}.cart-notification__header{align-items:flex-start;display:flex}.cart-notification__heading{align-items:center;display:flex;flex-grow:1;margin-bottom:0;margin-top:0}.cart-notification__heading .icon-checkmark{color:rgb(var(--color-foreground));margin-right:1rem;width:1.3rem}.cart-notification__close{margin-top:0;margin-right:0;height:auto!important;width:auto!important}.cart-notification__links{display:flex;flex-direction:column;gap:1.5rem}.cart-notification__links>*{margin-top:0}.cart-notification__links .cart__checkout-button{width:100%;max-width:none;display:inline-flex;align-items:center;justify-content:center;padding:16px 32px;font-size:1.5rem;font-weight:600;letter-spacing:.1rem;text-transform:uppercase;text-decoration:none;min-height:calc(4.5rem + var(--buttons-border-width) * 2);line-height:calc(1 + .2 / var(--font-body-scale));background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:12px;cursor:pointer;text-shadow:0px 1px 2px rgba(0,0,0,.3);box-shadow:0 8px 32px #667eea4d;transition:all .3s ease}.cart-notification__links .cart__checkout-button:hover{transform:translateY(-2px);box-shadow:0 12px 36px #667eea66}.cart-notification__links .link.button-label{display:none}.cart-notification .shipping-protection{background:transparent;padding:0;margin:0}.cart-notification .shipping-protection__row{display:flex;align-items:center;gap:16px;width:min-content;margin:0 auto}.cart-notification .shipping-protection__icon{flex-shrink:0;filter:grayscale(100%)}.cart-notification .shipping-protection__icon img{display:block;width:44px;height:44px;object-fit:contain}.cart-notification .shipping-protection__text{display:flex;flex-direction:column;gap:0;min-width:0}.cart-notification .shipping-protection__title{font-weight:500;white-space:nowrap;color:rgba(var(--color-foreground),1);font-size:1.4rem;line-height:1.4}.cart-notification .shipping-protection__desc{font-size:1.2rem;color:rgba(var(--color-foreground),.7);font-weight:400;line-height:1.4;margin-top:2px;white-space:nowrap;text-align:left}.cart-notification .shipping-protection__controls{display:flex;flex-direction:column;align-items:center;gap:8px;flex-shrink:0;align-self:center}.cart-notification .shipping-protection__price{font-size:1.4rem;font-weight:500;color:rgba(var(--color-foreground),1);white-space:nowrap;font-family:inherit;line-height:1;min-height:1.4rem;min-width:4.5em;text-align:center}.cart-notification .shipping-protection__toggle{position:relative;display:inline-block;width:48px;height:22px;cursor:pointer}.cart-notification .shipping-protection__toggle input{opacity:0;width:0;height:0;position:absolute}.cart-notification .shipping-protection__slider{position:absolute;top:0;right:0;bottom:0;left:0;background:rgba(var(--color-foreground),.2);border-radius:22px;transition:background .3s ease}.cart-notification .shipping-protection__slider:before{content:"";position:absolute;left:3px;top:3px;width:16px;height:16px;background:rgba(var(--color-background),1);border-radius:50%;transition:transform .3s ease;box-shadow:0 1px 2px #00000026}.cart-notification .shipping-protection__checkmark{display:none;position:absolute;top:50%;left:7px;transform:translateY(-50%);z-index:1;pointer-events:none}.cart-notification .shipping-protection__toggle input:checked+.shipping-protection__slider{background:rgba(var(--color-foreground),1)}.cart-notification .shipping-protection__toggle input:checked+.shipping-protection__slider:before{transform:translate(26px)}.cart-notification .shipping-protection__toggle input:checked+.shipping-protection__slider .shipping-protection__checkmark{display:block;stroke:rgba(var(--color-background),1)}.shipping-protection--notif{margin:0;padding:0 0 4px;display:flex;justify-content:center}.shipping-protection--notif .shipping-protection__row{width:auto;gap:12px}.shipping-protection--notif .shipping-protection__icon img{width:36px;height:36px}.shipping-protection--notif .shipping-protection__title{font-size:1.3rem}.shipping-protection--notif .shipping-protection__desc{font-size:1.1rem}.cart-notification-product{align-items:flex-start;display:flex;padding-left:16px;padding-top:16px;padding-bottom:16px}.cart-notification-product dl{margin-bottom:0;margin-top:0}.cart-notification-product__image{display:inline-flex;margin-right:1.5rem;margin-top:0;width:100px;height:100px;flex-shrink:0;overflow:hidden;border-radius:12px;border:1px solid rgba(var(--color-foreground),.2);background-color:#fff}.cart-notification-product__image:after{content:none}.cart-notification-product__image img{width:100%;height:100%;object-fit:contain;padding:8px}.cart-notification-product__name{margin-bottom:.5rem;margin-top:0}@media screen and (max-width:749px){.cart-notification{bottom:0;left:0;right:0;width:auto;max-width:none;border-radius:0;padding:20px}.cart-notification__links{gap:1rem}.cart-notification__links .button,.cart-notification__links .cart__checkout-button{padding:12px 24px;font-size:1.2rem;border-radius:10px;letter-spacing:.08rem;min-height:auto}.cart-notification-product{padding-top:12px;padding-bottom:12px}.cart-notification-product__image{width:72px;height:72px;margin-right:1rem}}
/*# sourceMappingURL=/cdn/shop/t/38/assets/component-cart-notification.css.map */
