cart-notification.active .shadow{opacity:1;z-index:var(--z-index-offcanvas-backdrop)}cart-notification.active .cart-notification,cart-notification.active .shadow{display:block;pointer-events:all;visibility:visible}.cart-notification-wrapper{position:relative}.cart-notification{background-color:var(--color-background);display:none;max-height:calc(100vh - 64px);max-width:70rem;overflow-y:auto;padding:2rem var(--site-side-spacing);pointer-events:none;position:fixed;top:2rem;visibility:hidden;width:100%;z-index:var(--z-index-popover)}@media screen and (min-width:768px){.cart-notification{left:50%;padding:1.875rem 3rem;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:82%}}.cart-notification--has-error .cart-notification__valid,.cart-notification__invalid{display:none}.cart-notification--has-error .cart-notification__invalid{display:block}.cart-notification__header{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex;padding-right:1.5rem}.cart-notification__heading{margin-bottom:1.25rem}.cart-notification__heading .icon{color:var(--color-success)}.cart-notification--has-error .cart-notification__heading,.cart-notification--has-error .cart-notification__heading .icon{color:var(--color-danger)}.cart-notification__close{padding:.875rem;position:absolute;right:.625rem;top:.625rem}.cart-notification__links .button{margin-top:1rem}.cart-notification__error-message{padding:1.5rem 0 1rem}.cart-notification__content{padding:1rem 0}.cart-notification__express-checkout .text-medium{margin-bottom:.375rem}.cart-notification-product dl{margin-bottom:0;margin-top:0}.cart-notification-product__image{aspect-ratio:1/1;height:auto;margin-right:1.5rem;max-width:5rem;-o-object-fit:contain;object-fit:contain;width:100%}@media screen and (min-width:1440px){.cart-notification-product__image{margin-left:1.5rem;max-width:7.25rem}}.cart-notification-product__name{color:var(--color-black);margin-bottom:0;margin-top:0}.cart-notification-product__price{margin-top:.375rem}.cart-notification-product__price .price__sale{row-gap:.25rem}.cart-notification-product__price .price__compare{-webkit-box-flex:100%;-ms-flex:100%;flex:100%}@media screen and (min-width:768px){.cart-notification-product__price .price-item__included-vat{font-size:1rem;line-height:1.5rem}}.cart-notification-product__price .price-item__excluded-vat{font-size:.875rem;line-height:1.3125rem}@media screen and (max-width:767px){.cart-notification-product__price .price-item__excluded-vat{display:block}}.cart-notification-product__option{font-size:.875rem;line-height:1.3125rem;margin-top:calc(var(--element-spacing)*.75)}.cart-notification-product__option+.cart-notification-product__option{margin-top:0}.cart-notification-product__option>*{display:inline-block;margin:0}.cart-notification-upsell hr{margin-bottom:calc(var(--element-spacing)*2.5);margin-top:calc(var(--element-spacing)*2.5)}.cart-notification-upsell__title{margin-bottom:calc(var(--element-spacing)*1.5)}