cart-notification{z-index:2;position:absolute;top:0;right:0}.cart-notification-wrapper{position:relative}.cart-notification-wrapper .cart-notification{display:block}.cart-notification{background-color:rgb(var(--color-background));border-radius:0 0 0 var(--border-radius-container);visibility:hidden;z-index:-1;width:100%;padding:1.9375rem;position:absolute;right:0;transform:translateY(-100%);box-shadow:0 2px 4px #00000080}@media screen and (width>=750px){.header-wrapper:not(.header-wrapper--border-bottom)+cart-notification .cart-notification{border-top-width:.1rem}.cart-notification{width:28.2rem;right:0}}@media screen and (width<=1000px){cart-notification{display:none}}.cart-notification.animate{transition:transform var(--duration-short) ease, visibility 0s var(--duration-short) ease}.cart-notification.active{transition:transform var(--duration-default) ease, visibility 0s;visibility:visible;transform:translateY(0)}.cart-notification__header{align-items:flex-start;display:flex}.cart-notification__heading{letter-spacing:0;color:rgb(var(--color-foreground));flex-grow:1;align-items:center;gap:.5rem;margin:0;line-height:1.9rem;display:flex}.cart-notification__heading .icon-check{width:1em;height:auto}.cart-notification__links{text-align:center}.cart-notification__links .btn{width:17.875rem;margin:.5rem auto auto}.cart-notification__links .btn--secondary{padding:.875rem 2.3rem}.cart-notification-product{align-items:flex-start;padding-top:2.6875rem;padding-bottom:2.6875rem;display:flex}.cart-notification-product dl{margin-top:0;margin-bottom:0}.cart-notification-product__media{border-radius:var(--border-radius-thumnails);width:90px;margin-right:15px;overflow:hidden}.cart-notification-product__image{background-color:rgb(var(--color-foreground), .1);position:relative}.cart-notification-product__image h4{color:rgb(var(--color-foreground));text-align:center;margin:0;font-size:.8rem;line-height:1.1;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.cart-notification-product__info{flex:1;width:100%;min-height:90px;display:flex}.cart-notification-product__header{width:100%;margin-bottom:.1875rem}.cart-notification-product__name{color:rgb(var(--color-foreground));font-family:var(--font-price-family);font-style:var(--font-price-style);font-weight:var(--font-price-weight);--font-heading-size:calc(var(--font-price-scale) * 1.375rem);line-height:calc(1 + .2 / var(--font-price-scale));flex:1;margin-top:0;margin-bottom:0}.cart-notification__shop-name{font-size:.75rem;font-family:var(--font-body-family);margin-top:.25rem;font-weight:400;display:block}.cart-notification-product__option--plan{text-transform:uppercase;color:rgb(var(--color-foreground));font-size:.6875rem;font-family:var(--font-body-family);margin-top:.125rem;font-weight:400;display:block}.cart-notification-product__option--plan .icon{width:.625rem;height:.625rem;margin-right:4px}.cart-notification-product__price-wrap{text-align:right}.cart-notification-product__price{color:rgb(var(--color-foreground));font-family:var(--font-price-family);font-style:var(--font-price-style);font-weight:var(--font-price-weight);font-size:calc(var(--font-price-scale) * 1.375rem);line-height:1}.cart-notification-product__unit-price{background:rgb(var(--color-foreground-2));color:rgb(var(--color-background));font-family:var(--font-price-family);font-style:var(--font-price-style);font-weight:var(--font-price-weight);font-size:calc(var(--font-price-scale) * .75rem);border-radius:calc(3px * var(--border-radius));text-transform:uppercase;margin-top:.1875rem;padding:5px;line-height:1;display:inline-block}.cart-notification-product__option{text-transform:uppercase;color:rgb(var(--color-foreground));font-size:.6875rem;font-family:var(--font-body-family);margin-top:.25rem;margin-bottom:0}.cart-notification-product__option .color-swatch{vertical-align:text-top;display:inline-block}.cart-notification-product__option+.cart-notification-product__option{margin-top:.3rem}.cart-notification-product__option>*{margin:0;display:inline-block}