.cart-notification-wrapper{position:relative}.cart-notification-wrapper .cart-notification{display:block}.cart-notification{background-color:var(--color-brand-background);border:1px solid transparent;border-color:var(--color-brand-secondary-15);box-sizing:border-box;max-width:24rem;padding:1.25rem 1.5rem .75rem;position:absolute;right:0;transform:translateY(-100%);visibility:hidden;width:100%;z-index:100000}.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--has-error .cart-notification__valid,.cart-notification__invalid{display:none}.cart-notification--has-error .cart-notification__invalid{display:block}.cart-notification__header{align-items:flex-start;display:flex;padding-right:1.5rem;position:relative}.cart-notification__heading{align-items:center;display:flex;flex-grow:1;margin-bottom:0;margin-top:0}.cart-notification__heading .icon{color:var(--color-brand-text);margin-right:1rem}.cart-notification--has-error .cart-notification__heading{color:red}.cart-notification--has-error .cart-notification__heading .icon{color:var(--color-brand-negative)}.cart-notification__close{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;border:none;position:absolute;right:0;top:0}.cart-notification__links{text-align:center}.cart-notification__links-continue{color:var(--color-brand-link);font-size:.75rem}.cart-notification__links-continue:hover{color:var(--color-brand-link-hover)}@media screen and (min-width:768px){.cart-notification__links-continue{font-size:.875rem}.cart-notification__links-continue .icon{height:1.25rem;width:1.25rem}}.cart-notification__links .button:not(.cart-notification__links-continue){height:2.5rem;margin-top:.5rem}@media screen and (min-width:768px){.cart-notification__links .button:not(.cart-notification__links-continue){font-size:1.125rem;height:3rem}}.cart-notification__error-message{font-size:.875rem;line-height:1.25rem;padding:1.5rem 0 1rem}.cart-notification-product{align-items:flex-start;display:flex;font-size:.875rem;line-height:1.25rem;margin-bottom:1rem;padding-bottom:.5rem;padding-top:1.5rem}@media screen and (min-width:768px){.cart-notification-product{border-bottom:1px solid var(--color-black-5);padding-bottom:1.5rem}}.cart-notification-product dl{margin-bottom:0;margin-top:0}.cart-notification-product__image{border:.1rem solid var(--color-brand-secondary-5);margin-right:1.5rem}.cart-notification-product__name{font-family:var(--font-medium-family);font-style:var(--font-medium-style);font-weight:var(--font-medium-weight);margin-bottom:0;margin-top:0}.cart-notification-product__price{margin-top:.125rem}.cart-notification-product__price .price--compare{margin-left:.5rem}.cart-notification-product__option{font-size:.75rem;margin-top:.75rem}.cart-notification-product__option+.cart-notification-product__option{margin-top:0}.cart-notification-product__option>*{display:inline-block;margin:0}