.cart-page{padding:0}.cart-page__container{max-width:1280px;margin:0 auto;padding:60px 40px 100px}.cart__header{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:30px;margin-bottom:60px;padding-bottom:30px;border-bottom:1px solid #000000;width:100%;text-align:center}.cart__title{font-size:36px;font-weight:400;font-style:italic;line-height:1.2;text-align:center;margin:0;color:#000}.cart__continue-shopping{font-size:12px;font-weight:500;letter-spacing:1px;color:#000;text-decoration:underline;text-underline-offset:4px;text-transform:uppercase;transition:opacity .2s ease}.cart__continue-shopping:hover{opacity:.6}.cart__content{display:grid;grid-template-columns:1fr 340px;gap:60px;align-items:start}.cart__products{display:grid;grid-template-columns:repeat(2,1fr);gap:40px}.cart-product{display:flex;flex-direction:column}.cart-product__media{position:relative;margin-bottom:15px}.cart-product__image{display:block;aspect-ratio:1;background-color:#f5f5f5;border:1px solid #e5e5e5}.cart-product__image img{width:100%;height:100%;object-fit:cover}.cart-product__placeholder{width:100%;height:100%}.cart-product__remove{position:absolute;top:15px;right:15px;width:24px;height:24px;display:flex;align-items:center;justify-content:center;background:#fff;border:none;cursor:pointer;color:#000;transition:opacity .2s ease;padding:0;z-index:2}.cart-product__remove:hover{opacity:.7}.cart-product__info{display:flex;flex-direction:column;gap:8px}.cart-product__type{font-size:11px;font-weight:400;letter-spacing:.5px;color:#999}.cart-product__row{display:flex;justify-content:space-between;align-items:flex-start;gap:15px}.cart-product__title{font-size:14px;font-weight:500;color:#000;text-decoration:none;flex:1}.cart-product__title:hover{text-decoration:underline}.cart-product__price{font-size:14px;font-weight:500;color:#000;white-space:nowrap}.cart-product__quantity{display:flex;align-items:center;border:1px solid #000000;border-radius:30px;margin-top:10px;width:100%;overflow:hidden;background:#fff}.cart-product__qty-btn{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;color:#000;transition:opacity .2s ease;flex-shrink:0;outline:none}.cart-product__qty-btn:hover{opacity:.6}.cart-product__quantity .cart-product__qty-input,.cart-page .cart-product__qty-input{flex:1;height:40px;text-align:center;border:none;border-width:0;font-size:14px;color:#000;background:transparent;-moz-appearance:textfield;-webkit-appearance:none;appearance:none;outline:none;box-shadow:none;-webkit-box-shadow:none}.cart-product__qty-input::-webkit-outer-spin-button,.cart-product__qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.cart-product__qty-input:focus{outline:none}.cart__summary{position:sticky;top:200px;z-index:10}.cart__summary-inner{border:1px solid #000000;padding:30px}.cart__summary-title{font-size:13px;font-weight:500;letter-spacing:1px;color:#000;margin:0 0 30px}.cart__summary-rows{border-bottom:1px solid #e5e5e5;margin-bottom:30px}.cart__summary-row{display:flex;justify-content:space-between;align-items:center;padding:15px 0;border-top:1px solid #e5e5e5;font-size:14px;color:#000}.cart__summary-free{font-weight:500}.cart__summary-total{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px}.cart__summary-total span:first-child{font-size:14px;font-weight:500;letter-spacing:.5px}.cart__summary-total small{font-size:11px;font-weight:400;color:#666}.cart__summary-total span:last-child{font-size:20px;font-weight:600}.cart__terms{margin-bottom:25px}.cart__terms-label{display:flex;align-items:flex-start;gap:12px;cursor:pointer}.cart__terms-checkbox{display:none}.cart__terms-checkmark{width:16px;height:16px;min-width:16px;border:1px solid #000000;display:flex;align-items:center;justify-content:center;transition:background-color .2s ease;margin-top:2px}.cart__terms-checkbox:checked+.cart__terms-checkmark{background-color:#000}.cart__terms-checkbox:checked+.cart__terms-checkmark:after{content:"";width:8px;height:5px;border-left:1.5px solid #ffffff;border-bottom:1.5px solid #ffffff;transform:rotate(-45deg);margin-bottom:2px}.cart__terms-text{font-size:12px;color:#000;line-height:1.4}.cart__terms-text a{color:#000;text-decoration:underline;text-underline-offset:2px}.cart__terms-text a:hover{text-decoration:none}.cart__checkout-btn{width:100%;padding:16px 30px;background-color:#000;color:#fff;border:1.5px solid #000000;border-radius:50px;font-size:12px;font-weight:500;letter-spacing:1px;text-transform:uppercase;cursor:pointer;transition:background-color .2s ease,color .2s ease,opacity .2s ease}.cart__checkout-btn:hover:not(:disabled){background-color:#fff;color:#000}.cart__checkout-btn:disabled{opacity:.4;cursor:not-allowed}.cart__empty{max-width:500px;margin:0 auto}.cart__empty-content{padding:80px 0;text-align:center}.cart__empty-message{font-size:16px;font-weight:400;color:#333;margin:0 0 30px}.cart__empty-button{display:inline-flex;align-items:center;justify-content:center;padding:14px 40px;background-color:#000;color:#fff;border:1.5px solid #000000;border-radius:50px;font-size:12px;font-weight:500;letter-spacing:1px;text-transform:uppercase;text-decoration:none;cursor:pointer;transition:background-color .2s ease,color .2s ease}.cart__empty-button:hover{background-color:#fff;color:#000}@media screen and (max-width:990px){.cart-page__container{padding:50px 50px 100px}.cart__header{gap:25px;margin-bottom:50px;padding-bottom:25px}.cart__title{font-size:28px}.cart__content{grid-template-columns:1fr;gap:50px}.cart__products{grid-template-columns:repeat(2,1fr);gap:30px}.cart__summary{position:static;max-width:100%}}@media screen and (max-width:768px){.cart-page__container{padding:30px 25px 80px}.cart__header{gap:20px;margin-bottom:40px;padding-bottom:20px}.cart__title{font-size:24px}.cart__continue-shopping{font-size:11px}.cart__products{grid-template-columns:1fr 1fr;gap:20px}.cart-product__media{margin-bottom:10px}.cart-product__remove{top:10px;right:10px;width:20px;height:20px}.cart-product__remove svg{width:10px;height:10px}.cart-product__type{font-size:10px}.cart-product__row{gap:10px}.cart-product__title,.cart-product__price{font-size:12px}.cart-product__quantity{margin-top:8px}.cart-product__qty-btn{width:36px;height:36px}.cart-product__qty-input{height:36px;font-size:12px}.cart__summary-inner{padding:25px 20px}.cart__summary-title{font-size:12px;margin-bottom:25px}.cart__summary-total span:last-child{font-size:18px}.cart__checkout-btn{padding:14px 25px;font-size:11px}.cart__empty-content{padding:50px 0}.cart__empty-message{font-size:14px}.cart__empty-button{padding:12px 30px;font-size:11px}}@media screen and (max-width:480px){.cart__products{grid-template-columns:1fr;gap:30px}.cart-product__remove{top:12px;right:12px}.cart-product__qty-btn{width:40px;height:40px}.cart-product__qty-input{height:40px;font-size:13px}}
/*# sourceMappingURL=/cdn/shop/t/17/assets/section-cart.css.map */
