.cart-notification-wrapper{position:fixed;left:0;right:0;bottom:0;width:100%;z-index:999;pointer-events:none}.cart-notification-wrapper .cart-notification{display:block}.cart-notification{border:1px solid rgba(var(--color-foreground),.12);border-radius:0;padding:12px 20px;position:relative;right:auto;bottom:0;transform:translateY(120%);visibility:hidden;width:100%;max-width:100%;background:rgb(var(--color-background));color:rgb(var(--color-foreground));box-shadow:0 -8px 28px rgba(var(--color-shadow),.12);z-index:1;pointer-events:auto}.cart-notification.focused,.cart-notification:focus-visible{box-shadow:0 -8px 28px rgba(var(--color-shadow),.16)}.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:center;display:flex;gap:10px;margin:0 auto 8px;max-width:1120px}.cart-notification__heading{align-items:center;display:flex;flex-grow:1;margin:0;font-size:1.35rem;line-height:1.25}.cart-notification__heading .icon-checkmark{margin-right:8px;width:1.15rem;flex:0 0 auto}.cart-notification__close{margin:0}.cart-notification__links{position:absolute;top:50%;right:max(20px,calc((100vw - 1120px)/2));transform:translateY(-50%);display:flex;align-items:center;gap:10px}.cart-notification__links>*{margin:0}.cart-notification-product{align-items:center;display:grid;grid-template-columns:58px minmax(0,1fr) auto;gap:12px;padding:0;margin:0 auto;max-width:1120px;min-height:58px;padding-right:250px}.cart-notification-product .cart-item{display:contents}.cart-notification-product dl{margin:4px 0 0;display:flex;flex-wrap:wrap;gap:4px 12px;font-size:1.15rem;line-height:1.25}.cart-notification-product .product-option{display:inline-flex;gap:4px;margin:0}.cart-notification-product .product-option dt,.cart-notification-product .product-option dd{margin:0}.cart-notification-product__image{width:58px;height:58px;display:flex;align-items:center;justify-content:center;margin:0;border-radius:6px;overflow:hidden;border:1px solid rgba(var(--color-foreground),.12)}.cart-notification-product__image img{display:block;width:100%;height:100%;object-fit:cover;aspect-ratio:1/1}.cart-notification-product__title{display:flex;align-items:center;gap:6px;margin:0 0 2px}.cart-notification-product__title .cart-notification-product__name{margin:0;font-size:1.45rem;line-height:1.2}.cart-notification-product__name{margin:0}.cart-notification .cart-item__disclosure-tooltip{bottom:auto;top:calc(100% + .9rem)}@media screen and (max-width:749px){.cart-notification{padding:10px 12px}.cart-notification__header{max-width:none;margin-bottom:6px}.cart-notification__heading{font-size:1.2rem}.cart-notification-product{grid-template-columns:48px minmax(0,1fr);max-width:none;padding-right:0;gap:10px}.cart-notification-product__image{width:48px;height:48px}.cart-notification-product__title .cart-notification-product__name{font-size:1.25rem}.cart-notification-product dl{font-size:1.05rem}.cart-notification__links{position:static;transform:none;margin-top:8px;justify-content:flex-end;gap:8px}}