.cart-notification-wrapper{position:relative}.cart-notification-wrapper .cart-notification{display:block}.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:absolute;right:0;transform:translateY(-100%);visibility:hidden;width:100%;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:-1}.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))}@media screen and (min-width:750px){.header-wrapper:not(.header-wrapper--border-bottom)+cart-notification .cart-notification{border-top-width:var(--popup-border-width)}.cart-notification{border-width:0 var(--popup-border-width) var(--popup-border-width);max-width:36.8rem;right:2.2rem}}@media screen and (min-width:990px){.cart-notification-wrapper:is(.page-width)>.cart-notification{right:5rem}}.cart-notification.animate{transition:transform var(--duration-short) ease,visibility 0s var(--duration-short) 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:-2rem;margin-right:-3rem}.cart-notification__links{text-align:center}.cart-notification__links>*{margin-top:1rem}.cart-notification-product{display:grid!important;grid-template-columns:72px minmax(0,1fr)!important;align-items:start!important;column-gap:12px!important;width:100%!important;box-sizing:border-box!important;padding-top:1.5rem;padding-bottom:1.5rem}.cart-notification-product dl{margin-bottom:0;margin-top:0}.cart-notification-product__image{display:block!important;width:72px!important;height:72px!important;margin:0!important;overflow:hidden!important}.cart-notification-product__image:after{content:none}.cart-notification-product>div:not(.cart-notification-product__image){display:block!important;width:100%!important;min-width:0!important;max-width:none!important;box-sizing:border-box!important;overflow:visible!important}.cart-notification-product__title{align-items:flex-start;display:flex;gap:.6rem;margin-bottom:.5rem}.cart-notification-product__title .cart-notification-product__name{margin:0}.cart-notification-product__title .cart-item__disclosure{font-size:calc(var(--font-heading-scale) * 1.5rem)}.cart-notification-product__name{display:block!important;width:100%!important;max-width:none!important;margin:0 0 .4rem!important;font-size:13px!important;line-height:1.3!important;font-weight:400!important;white-space:normal!important;word-break:normal!important;overflow-wrap:break-word!important}.cart-notification .cart-item__disclosure-tooltip{bottom:auto;top:calc(100% + .9rem)}.cart-notification-product dl{display:block!important;width:100%!important;font-size:12px!important;line-height:1.3!important}#dansoria-recommendations{display:block!important;width:100%!important;margin-top:1.5rem;margin-bottom:1.5rem;visibility:visible!important;opacity:1!important;box-sizing:border-box!important}.dansoria-recommendations-title{font-size:1.5rem;font-weight:600;line-height:1.3;margin:0 0 1rem;letter-spacing:.02em}.dansoria-recommendations-list{display:flex!important;flex-direction:column!important;gap:.8rem!important;width:100%!important}.dansoria-recommendation{display:flex!important;flex-direction:row!important;align-items:center!important;width:100%!important;min-width:0!important;box-sizing:border-box!important}.dansoria-recommendation-link{display:flex!important;flex-direction:row!important;align-items:center!important;flex:1 1 auto!important;min-width:0!important;gap:.9rem!important;color:inherit;text-decoration:none}.dansoria-recommendation-image{display:block!important;width:55px!important;height:55px!important;min-width:55px!important;max-width:55px!important;flex:0 0 55px!important;object-fit:contain!important;border:1px solid rgba(var(--color-foreground),.08);box-sizing:border-box!important}.dansoria-recommendation-info{flex:1 1 auto!important;min-width:0!important;width:auto!important}.dansoria-recommendation-name{font-size:12px!important;line-height:1.25!important;margin:0 0 .25rem!important;overflow-wrap:break-word!important;word-break:normal!important}.dansoria-recommendation-price{font-size:12px!important;line-height:1.2!important;font-weight:500;margin:0!important}.dansoria-recommendation-add{display:flex!important;align-items:center!important;justify-content:center!important;width:32px!important;height:32px!important;min-width:32px!important;flex:0 0 32px!important;border:1px solid rgba(var(--color-foreground),.35);border-radius:50%;background:transparent;color:rgb(var(--color-foreground));font-size:1.8rem;line-height:1;cursor:pointer;transition:background .2s ease,color .2s ease,border-color .2s ease}.dansoria-recommendation-add:hover{background:rgb(var(--color-foreground));color:rgb(var(--color-background))}.dansoria-recommendation-add.is-added{background:#2e9b57!important;border-color:#2e9b57!important;color:#fff!important;cursor:default;font-size:1.5rem}.dansoria-recommendation-add.is-loading{opacity:.6;cursor:wait}.dansoria-free-shipping{width:100%;box-sizing:border-box}@media screen and (max-width:749px){.cart-notification{box-sizing:border-box!important;width:calc(100% - 24px)!important;max-width:none!important;left:12px!important;right:auto!important;padding:1.4rem!important}.cart-notification__heading{font-size:1.7rem!important;line-height:1.25!important}.cart-notification__close{margin-top:-.8rem!important;margin-right:-.8rem!important}.cart-notification-product{grid-template-columns:62px minmax(0,1fr)!important;column-gap:10px!important;width:100%!important;padding-top:.8rem!important;padding-bottom:.8rem!important}.cart-notification-product__image{width:62px!important;height:62px!important;min-width:62px!important;max-width:62px!important}.cart-notification-product__image img{width:62px!important;height:62px!important}.cart-notification-product__name{font-size:13px!important;line-height:1.25!important;margin-bottom:.3rem!important}.cart-notification-product dl{font-size:12px!important;line-height:1.25!important}.dansoria-free-shipping{margin-top:.7rem!important;margin-bottom:.8rem!important;font-size:13px!important;line-height:1.35!important}#dansoria-recommendations{margin-top:1rem!important;margin-bottom:1rem!important}.dansoria-recommendations-title{font-size:15px!important;line-height:1.3!important;margin-bottom:.7rem!important}.dansoria-recommendations-list{gap:.55rem!important}.dansoria-recommendation{gap:.5rem!important}.dansoria-recommendation-link{gap:.7rem!important}.dansoria-recommendation-image{width:48px!important;height:48px!important;min-width:48px!important;max-width:48px!important;flex:0 0 48px!important}.dansoria-recommendation-name{font-size:13px!important;line-height:1.2!important;margin-bottom:.2rem!important}.dansoria-recommendation-price{font-size:12px!important;line-height:1.2!important}.dansoria-recommendation-add{width:30px!important;height:30px!important;min-width:30px!important;flex-basis:30px!important;font-size:17px!important}.cart-notification__links>*{margin-top:.7rem!important}.cart-notification__links .button{min-height:42px!important;font-size:13px!important}}.cart-notification-product{display:flex!important;flex-direction:row!important;align-items:flex-start!important;width:100%!important;max-width:100%!important;box-sizing:border-box!important;gap:12px!important}.cart-notification-product__image{flex:0 0 72px!important;width:72px!important;min-width:72px!important;max-width:72px!important;height:72px!important;margin:0!important}.cart-notification-product__image img{display:block!important;width:72px!important;height:72px!important;object-fit:contain!important}.cart-notification-product>div:nth-child(2){flex:1 1 auto!important;width:auto!important;min-width:0!important;max-width:none!important;box-sizing:border-box!important;display:block!important}.cart-notification-product__name,.cart-notification-product>div:nth-child(2) h3{display:block!important;width:auto!important;max-width:none!important;min-width:0!important;margin:0 0 5px!important;font-size:13px!important;line-height:1.3!important;font-weight:400!important;white-space:normal!important;word-break:normal!important;overflow-wrap:normal!important}.cart-notification-product>div:nth-child(2) dl,.cart-notification-product>div:nth-child(2) dd,.cart-notification-product>div:nth-child(2) dt{width:auto!important;max-width:none!important;font-size:12px!important;line-height:1.3!important}@media screen and (max-width:749px){.cart-notification-product{display:flex!important;flex-direction:row!important;align-items:flex-start!important;gap:10px!important;width:100%!important;padding-top:.8rem!important;padding-bottom:.8rem!important}.cart-notification-product__image{flex:0 0 62px!important;width:62px!important;min-width:62px!important;max-width:62px!important;height:62px!important}.cart-notification-product__image img{width:62px!important;height:62px!important}.cart-notification-product>div:nth-child(2){flex:1 1 0!important;width:auto!important;min-width:0!important;max-width:none!important}.cart-notification-product__name,.cart-notification-product>div:nth-child(2) h3{font-size:13px!important;line-height:1.25!important;margin-bottom:4px!important;white-space:normal!important;word-break:normal!important;overflow-wrap:break-word!important}.cart-notification-product>div:nth-child(2) dl{font-size:12px!important;line-height:1.25!important}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/component-cart-notification.css.map */
