.cart-notification-wrapper{position:relative}.cart-notification-wrapper .cart-notification{display:block}a#cart-notification-button{padding-top:16px}.cart-notification{border-bottom-right-radius:var(--popup-corner-radius);border-bottom-left-radius:var(--popup-corner-radius);border-color:rgba(var(--color-foreground),var(--popup-border-opacity));border-style:solid;border-width:0 0 var(--popup-border-width);padding:2.5rem 3.5rem;position:fixed;top:75px;right:0;left:0;transform:translateY(-100%);visibility:hidden;width:100%;height:auto;max-width:100%;background-color:rgba(var(--color-background),.98);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:99;opacity:0;transition:opacity var(--duration-short) ease;margin:0}.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));outline:none}.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));outline:2px solid rgba(var(--color-foreground),.5);outline-offset:2px}@media screen and (max-width:749px){.cart-notification{position:fixed;top:68px;right:0;left:0;width:100%;max-width:100%;border-radius:0;border-width:0 0 1px;padding:1.5rem;margin:0;z-index:99}.cart-notification-product__image{width:5rem;height:5rem;margin-right:1rem}.cart-notification__close{margin-top:-1rem;margin-right:-1rem;padding:.8rem}.cart-notification__header{margin-bottom:1rem}.cart-notification-product{padding-bottom:1.5rem;padding-top:1.5rem}}@media screen and (min-width:750px)and (max-width:989px){.header-wrapper:not(.header-wrapper--border-bottom)+cart-notification .cart-notification{border-top-width:var(--popup-border-width)}.cart-notification{position:fixed;top:75px;right:0;left:auto;width:90vw;max-width:42rem;border-width:0 0 1px;border-radius:0;padding:2rem 2.5rem;z-index:99}.cart-notification-product__image img{width:6rem;height:6rem}}@media screen and (min-width:990px){.header-wrapper:not(.header-wrapper--border-bottom)+cart-notification .cart-notification{border-top-width:var(--popup-border-width)}.cart-notification{position:fixed;top:98px;right:2rem;left:auto;width:auto;max-width:38rem;border-width:0 1px 1px 1px;border-radius:0 0 var(--popup-corner-radius) var(--popup-corner-radius);padding:2.5rem 3.5rem;z-index:99}}.cart-notification.animate{transition:transform var(--duration-short) ease,visibility 0s var(--duration-short) ease,opacity var(--duration-short) ease}.cart-notification.active{transform:translateY(0);transition:transform var(--duration-default) ease,visibility 0s,opacity var(--duration-default) ease;visibility:visible;opacity:1}.cart-notification__header{align-items:flex-start;display:flex;margin-bottom:1.5rem;gap:1rem}.cart-notification__heading{align-items:center;display:flex;flex-grow:1;margin-bottom:0;margin-top:0;font-size:1.1rem;font-weight:600;line-height:1.4;color:rgb(var(--color-foreground))}.cart-notification__heading .icon-checkmark{color:rgb(var(--color-foreground));margin-right:.8rem;width:1.3rem;height:1.3rem;flex-shrink:0}.cart-notification__close{margin:0;padding:.8rem;cursor:pointer;background:none;border:none;font-size:1.5rem;color:rgba(var(--color-foreground),.7);transition:color var(--duration-short) ease;display:flex;align-items:center;justify-content:center;flex-shrink:0;line-height:1}.cart-notification__close:hover{color:rgba(var(--color-foreground),1)}.cart-notification__links{display:flex;flex-direction:column;gap:.8rem;text-align:center;margin-top:1.5rem;width:100%}.cart-notification__links>*{margin:0;flex:1}.cart-notification__links .button{width:100%}.cart-notification__links a{text-decoration:none;display:inline-block}.cart-notification-product{align-items:flex-start;display:flex;padding-bottom:2rem;padding-top:2rem;border-bottom:1px solid rgba(var(--color-foreground),.1);gap:1.5rem}.cart-notification-product:last-of-type{border-bottom:none;padding-bottom:0}.cart-notification-product dl{margin-bottom:0;margin-top:0;flex-grow:1}.cart-notification-product__image{display:inline-flex;margin:0;flex-shrink:0;width:6rem;height:6rem;overflow:hidden;border-radius:.4rem}.cart-notification-product__image img{width:100%;height:100%;object-fit:cover;border-radius:.4rem;display:block}.cart-notification-product__image:after{content:none}.cart-notification-product__title{align-items:flex-start;display:flex;gap:.6rem;margin-bottom:.8rem;flex-wrap:wrap}.cart-notification-product__title .cart-notification-product__name{margin:0;font-weight:600;line-height:1.4;flex:1 1 100%;color:rgb(var(--color-foreground))}.cart-notification-product__title .cart-item__disclosure{font-size:1rem;padding:0;min-width:auto;margin:0;background:none;border:none;color:rgba(var(--color-foreground),.7);cursor:pointer}.cart-notification-product__name{margin-bottom:.5rem;margin-top:0;font-size:.95rem;font-weight:600;color:rgb(var(--color-foreground))}.cart-notification .cart-item__disclosure-tooltip{bottom:auto;top:calc(100% + .9rem);left:0;z-index:10}.cart-notification-product__variant-info{font-size:.85rem;color:rgba(var(--color-foreground),.7);line-height:1.5;margin-bottom:.5rem}.cart-notification-product__price{font-weight:600;margin-top:.5rem;color:rgb(var(--color-foreground))}.cart-notification-product__price .price{font-size:.95rem}.cart-notification-product__quantity{font-size:.85rem;color:rgba(var(--color-foreground),.7)}.product-option{font-size:.85rem;color:rgba(var(--color-foreground),.7);margin:0;padding:0}@media screen and (max-height:600px){.cart-notification{max-height:90vh;overflow-y:auto;overflow-x:hidden}}.shopify-section-header-sticky{z-index:98}@media print{.cart-notification{display:none}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/component-cart-notification.css.map */
