.cart-page{max-width:1200px;margin:0 auto;padding:2rem 2rem 4rem}.cart-page h1{font-size:clamp(2.5rem,5vw,3.5rem);font-weight:700;margin:0 0 2rem;text-align:center;color:#000}.cart-page-header{text-align:center;margin-bottom:2rem;display:flex;justify-content:center;width:100%}.cart-page-icon{width:80px;height:80px;color:#000}.cart-empty{text-align:center;padding:4rem 2rem}.cart-empty p{font-size:1.2rem;color:#666;margin-bottom:2rem}.cart-container{display:grid;grid-template-columns:2fr 1fr;gap:3rem}.cart-items{background:#fff;border-radius:20px;padding:2rem;box-shadow:0 4px 20px #00000014}.cart-item{display:grid;grid-template-columns:120px 1fr auto;gap:1.5rem;padding:1.5rem 0;border-bottom:1px solid rgba(0,0,0,.1)}.cart-item:last-child{border-bottom:none}.cart-item__image{width:120px;height:120px;border-radius:15px;overflow:hidden;background:#f8f8f8}.cart-item__image img{width:100%;height:100%;object-fit:cover}.cart-item__details{display:flex;flex-direction:column;justify-content:center}.cart-item__title{font-size:1.2rem;font-weight:600;margin:0 0 .5rem;color:#000}.cart-item__title a{color:inherit;text-decoration:none;transition:opacity .3s ease}.cart-item__title a:hover{opacity:.6}.cart-item__price{font-size:1rem;color:#666;margin:0 0 1rem}.cart-item__quantity{display:flex;align-items:center;gap:.5rem}.quantity-selector{display:inline-flex;align-items:center;border:2px solid rgba(0,0,0,.1);border-radius:15px;overflow:hidden;background:#f8f8f8;width:fit-content}.quantity-selector button{width:40px;height:40px;border:none;background:#fff;cursor:pointer;font-size:1.3rem;transition:background .3s ease;color:#000;font-weight:600}.quantity-selector button:hover{background:#e8e8e8}.quantity-selector input{width:60px!important;height:40px!important;border:none!important;text-align:center!important;font-size:1.2rem!important;font-weight:600!important;background:#f8f8f8!important;color:#000!important;outline:none!important;line-height:40px!important;padding:0!important;margin:0!important;-webkit-appearance:none!important;-moz-appearance:textfield!important;font-family:inherit!important}.quantity-selector input::-webkit-inner-spin-button,.quantity-selector input::-webkit-outer-spin-button{-webkit-appearance:none!important;margin:0!important}.cart-item__remove{background:none;border:none;color:#666;cursor:pointer;font-size:.9rem;text-decoration:underline;transition:color .3s ease;padding:0;margin-top:.5rem}.cart-item__remove:hover{color:#e74c3c}.cart-item__total{display:flex;flex-direction:column;justify-content:center;align-items:flex-end}.cart-item__total-price{font-size:1.3rem;font-weight:600;color:#000}.cart-summary{background:#fde4e1;border-radius:20px;padding:2rem;height:fit-content;position:sticky;top:100px}.cart-summary h2{font-size:1.5rem;font-weight:600;margin:0 0 1.5rem;color:#000;padding-bottom:1rem;border-bottom:1px dashed rgba(0,0,0,.2)}.cart-summary__line{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem;font-size:1rem}.cart-summary__line span:first-child{color:#666}.cart-summary__line span:last-child{font-weight:500;color:#000}.cart-summary__line--total{font-size:1.3rem;font-weight:600;padding-top:1rem;border-top:2px solid rgba(0,0,0,.1);margin-top:1rem;color:#000}.cart-summary__checkout{width:100%;padding:1.25rem 2rem;background:#000;color:#fff;border:none;border-radius:50px;font-size:1.1rem;font-weight:500;cursor:pointer;transition:transform .3s ease,background .3s ease;margin-top:1.5rem;text-align:center;text-decoration:none;display:block}.cart-summary__checkout:hover{transform:translateY(-2px);background:#333}.cart-summary__checkout:disabled{opacity:.5;cursor:not-allowed}.cart-summary__note{font-size:.9rem;color:#666;text-align:center;margin-top:1rem}.express-checkout{margin-bottom:1.5rem}.express-checkout__title{font-size:.9rem;color:#666;margin-bottom:1rem;text-align:center}.divider{position:relative;text-align:center;margin:1.5rem 0}.divider:before{content:"";position:absolute;top:50%;left:0;right:0;height:1px;background:#0000001a}.divider span{position:relative;background:#fde4e1;padding:0 1rem;font-size:.85rem;color:#666}.terms-checkbox{margin:1.5rem 0;padding:1rem;background:#ffffff80;border-radius:15px}.terms-checkbox label{display:flex;align-items:center;gap:.75rem;cursor:pointer;font-size:.95rem}.terms-checkbox input[type=checkbox]{width:20px;height:20px;cursor:pointer;flex-shrink:0}.terms-checkbox a{color:#000;text-decoration:underline;font-weight:500}.terms-checkbox a:hover{opacity:.7}@media(max-width:968px){.cart-container{grid-template-columns:1fr;gap:2rem}.cart-summary{position:relative;top:0}.cart-item{grid-template-columns:80px 1fr;gap:1rem}.cart-item__image{width:80px;height:80px}.cart-item__total{grid-column:2;align-items:flex-start;margin-top:1rem}.cart-page{padding:2rem 1rem}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/cart-page.css.map */
