.cart-page{display:flex;flex-direction:column;gap:var(--global-item-gap)}.cart-page .cart-items{display:flex;flex-direction:column}.cart-page .cart-items .cart-item{padding:var(--slide-out-cart-gap-lg) 0;border-bottom:var(--slide-out-cart-border-width) solid var(--slide-out-cart-bg-stroke)}.cart-page .cart-items .cart-item:first-child{padding-top:0}.cart-page .cart-item__details{flex-wrap:wrap}.cart-page .cart-item__details .bundle-contents{order:100;flex:1 1 100%}.cart-page .cart-footer{align-items:flex-start;display:flex;flex-direction:row;justify-content:space-between;gap:var(--global-col-gap-lg)}@media screen and (max-width:989px){.cart-page .cart-footer{flex-direction:column;gap:var(--global-item-gap)}}.cart-page .cart-footer cart-note{flex-grow:1;max-width:500px;display:flex;flex-direction:column;gap:var(--input-global-label-gap);margin-top:0}.cart-page .cart-footer cart-note textarea{border-radius:var(--global-border-rad)}@media screen and (max-width:989px){.cart-page .cart-footer cart-note{max-width:100%;margin-top:0}}.cart-page .cart-footer .cart-summary{display:flex;flex-direction:column;gap:var(--slide-out-cart-gap-md)}.cart-page .cart-footer .cart-summary .cart__checkout-button{width:-moz-fit-content;width:fit-content}.cart-page .cart-footer .cart-summary .cart_total{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.cart-page .cart-footer .cart-summary .cart_total .cart_total--subtotal,.cart-page .cart-footer .cart-summary .cart_total .cart_total--subtotal .modal-price,.cart-page .cart-footer .cart-summary .cart_total .subtotal{font-size:18px;font-style:normal;font-weight:700;line-height:24px;font-family:Proxima Nova,sans-serif}.cart-page .cart-footer .cart-summary .cart_total .cart_total--compare{display:flex;flex-direction:row;gap:5px;align-items:center;color:var(--slide-out-cart-price-fill-default)}.cart-page .cart-footer .cart-summary .cart_total .cart_total--compare .cart_total--original{color:var(--slide-out-cart-price-fill-compare);text-decoration:line-through;opacity:.35}.cart-page .cart-footer .cart-summary .discounts{list-style:none;display:flex;flex-direction:column;gap:5px}.cart-page .cart-footer .cart-summary .discounts .discount-item{display:flex;align-items:center;gap:5px;flex-direction:row}.cart-page .cart-footer .cart-summary .discounts .discount-item .discount-amount{color:var(--slide-out-cart-price-fill-compare)}.cart-page .cart-footer .cart-summary .discounts .discount-item .icon{width:var(--icon-size);height:var(--icon-size);color:var(--icon-fill-dark)}