:root{--color-white:#fff;--color-black:#000}cart-items{display:grid;grid-template-columns:65% 35%}cart-items .cart__header{display:flex;flex-direction:column;grid-column:span 2;margin-bottom:46px;position:relative}@media(max-width:767px){cart-items .cart__header{margin-bottom:20px}}cart-items .cart__header h2{color:var(--title-color);text-transform:uppercase}cart-items .cart__header p{color:var(--special-color)}cart-items .cart__header .cart__subtotal{bottom:0;color:var(--title-color);position:absolute;right:0}@media(max-width:767px){cart-items .cart__header .cart__subtotal{bottom:20px}}cart-items .cart__header .cart__subtotal span{color:var(--special-color)}cart-items .cart-items__header{background-color:#f9f9f9;border:1px solid #ccc;display:grid;grid-template-columns:35% 25% 40%;padding:16px 30px}cart-items .cart-items__header p{color:var(--title-color)}cart-items .cart-items__items{background-color:#fff;border:1px solid #ccc;border-top:unset;display:flex;flex-direction:column;padding:0}@media(max-width:767px){cart-items .cart-items__items{border-top:1px solid #ccc}}cart-items .cart-items__items .cart-item{border-bottom:1px solid #e9e9e9;display:grid;grid-template-columns:35% 25% 40%;padding:24px 30px}@media(max-width:767px){cart-items .cart-items__items .cart-item{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between;padding:20px 16px;row-gap:20px}}cart-items .cart-items__items .cart-item.cart-item--gift{order:1}cart-items .cart-items__items .cart-item__details{align-items:center;display:flex;gap:16px;justify-content:flex-start}@media(max-width:767px){cart-items .cart-items__items .cart-item__details{flex-grow:1;width:100%}}cart-items .cart-items__items .cart-item__title{display:flex;flex-direction:column;justify-content:center}cart-items .cart-items__items .cart-item__title .product-options{align-items:center;display:flex;gap:4px}cart-items .cart-items__items .cart-item__title .product-options p{color:#666}cart-items .cart-items__items .cart-item__media{aspect-ratio:.8;height:auto;min-width:65px;width:65px}@supports not (aspect-ratio:calc(4 / 5)){cart-items .cart-items__items .cart-item__media:before{content:"";float:left;padding-top:125%}cart-items .cart-items__items .cart-item__media:after{clear:both;content:"";display:block}}cart-items .cart-items__items .cart-item__media img{display:block;height:100%;object-fit:contain;width:100%}cart-items .cart-items__items .cart-item__quantity quantity-input{align-items:center;border:1px solid #e9e9e9;border-radius:8px;display:flex;gap:10px;height:50px;padding:0 16px;transition:all .3s ease;width:max-content}@media(min-width:768px){cart-items .cart-items__items .cart-item__quantity quantity-input:hover{border-color:#000}}cart-items .cart-items__items .cart-item__quantity quantity-input button{color:#000;height:100%}cart-items .cart-items__items .cart-item__quantity quantity-input input{-moz-appearance:textfield;text-align:center;width:30px}cart-items .cart-items__items .cart-item__quantity quantity-input input::-webkit-inner-spin-button,cart-items .cart-items__items .cart-item__quantity quantity-input input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}cart-items .cart-items__items .cart-item__price-wrapper{display:flex;gap:16px}@media screen and (max-width:1300px){cart-items .cart-items__items .cart-item__price-wrapper{flex-direction:column;gap:8px}}@media(max-width:767px){cart-items .cart-items__items .cart-item__price-wrapper{flex-direction:row;gap:16px;justify-content:flex-end}}cart-items .cart-items__items .cart-item__price-wrapper .price{flex:1}@media(max-width:767px){cart-items .cart-items__items .cart-item__totals{height:max-content}}cart-items .cart-items__items .cart-item .cart-items__edit{color:var(--title-color)}cart-items .cart-items__items .cart-item cart-remove-button .button svg{height:13px;width:13px}cart-items .cart__items{display:block;margin-bottom:30px}@media(max-width:767px){cart-items .cart__items{margin-bottom:20px}}cart-items .cart__cart-sell h3{color:var(--title-color);margin-bottom:16px}cart-items .cart__cart-sell .cross-sell{padding:0}@media(max-width:767px){cart-items .cart__cart-sell .cross-sell .product-card-wrapper.noCarrousell{flex-direction:column;width:100%}}cart-items .cart__cart-sell .cross-sell .product-card-container{margin-bottom:60px}@media(max-width:767px){cart-items .cart__cart-sell .cross-sell .product-card-container{margin-bottom:20px;max-height:300px}}cart-items .cart__cart-sell .cross-sell .product-card-container::-webkit-scrollbar{height:4px}cart-items .cart__cart-sell .cross-sell .product-card-container::-webkit-scrollbar-thumb{background-color:var(--title-color);border:0;border-radius:0}cart-items .cart__cart-sell .cross-sell .product-card-container::-webkit-scrollbar-track{background-color:#f9f9f9;border-radius:0}cart-items .cart__cart-sell .cross-sell .product-card{background-color:#fff;overflow:hidden;padding:0}@media(max-width:767px){cart-items .cart__cart-sell .cross-sell .product-card{width:100%}}cart-items .cart__cart-sell .cross-sell .product-card__wrap{margin:16px;overflow:hidden}cart-items #main-cart-footer{margin-left:16px}@media(max-width:767px){cart-items #main-cart-footer{margin:0}}cart-items #main-cart-footer .cart__footer{background-color:#fff;display:flex;flex-direction:column;gap:16px;height:fit-content;padding:30px 20px}cart-items #main-cart-footer .cart__footer-discount-code>span{color:var(--special-color)}cart-items #main-cart-footer .cart__footer-discount-code .field input{height:64px;padding:20px 20px 0}cart-items #main-cart-footer .cart__footer-discount-code .field .field__label{font-size:1.6rem;left:20px;pointer-events:none;top:23px}cart-items #main-cart-footer .cart__footer-discount-code .field input:active+.field__label,cart-items #main-cart-footer .cart__footer-discount-code .field input:focus+.field__label,cart-items #main-cart-footer .cart__footer-discount-code .field input:focus-within+.field__label,cart-items #main-cart-footer .cart__footer-discount-code .field input:not(:placeholder-shown)+.field__label{font-size:1.2rem;line-height:18px;top:8px}cart-items #main-cart-footer .cart__footer-discount-code .field button{position:absolute;right:20px;top:23px}cart-items #main-cart-footer .cart__blocks{align-items:center;display:flex;flex-direction:column;gap:16px;justify-content:flex-end}cart-items #main-cart-footer .cart__blocks p{color:#666;text-align:center}cart-items #main-cart-footer .payment-methods{align-items:center;display:flex;gap:8px;justify-content:center}cart-items #main-cart-footer .payment-methods img{height:30px;width:auto}cart-items #main-cart-footer .cart__ctas{display:flex;flex-direction:column;gap:8px;width:100%}cart-items #main-cart-footer .cart__ctas button{width:100%}cart-items .cart__warnings{align-items:center;display:flex;flex-direction:column;gap:20px;grid-column:span 2;justify-content:center;margin-bottom:40px;margin-top:40px}cart-items .cart__warnings h2{color:#ccc}cart-items .cart__warnings .button{max-width:500px}@media(max-width:989px){cart-items #main-cart-footer,cart-items .product-list{grid-column:span 2}}cart-items .message-hidden{visibility:hidden}