.cart-container{max-width:1400px;margin:0 auto;padding:40px 20px}.cart-header{margin-bottom:30px;border-bottom:1px solid #e0e0e0;padding-bottom:15px}.cart-header h1{font-size:24px;font-weight:600;display:inline-block;margin:0}.empty-cart-link{font-size:14px;color:#666;text-decoration:underline;margin-left:10px;font-weight:400}.empty-cart-link:hover{color:#000}.cart-items-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(400px,1fr));gap:20px;margin-bottom:40px}.cart-item-card{border:1px solid #e0e0e0;padding:15px;position:relative;background:#fff;display:flex;gap:15px;align-items:flex-start}.cart-item-remove{position:absolute;top:10px;right:10px;color:#666;font-size:12px;text-decoration:underline;cursor:pointer}.cart-item-remove:hover{color:#d00}.cart-item-image{width:80px;height:100px;flex-shrink:0}.cart-item-image img{width:100%;height:100%;object-fit:cover;display:block}.cart-item-details{flex:1;display:flex;flex-direction:column}.cart-item-title{font-size:14px;font-weight:600;margin:0 0 10px;line-height:1.3;padding-right:50px}.cart-item-info{margin-bottom:12px;flex-grow:1}.cart-item-info p{font-size:12px;margin:3px 0;color:#333;line-height:1.4}.cart-item-info strong{font-weight:600;color:#666}.cart-item-quantity{display:flex;justify-content:space-between;align-items:center;margin-top:auto;padding-top:10px;border-top:1px solid #f0f0f0}.cart-quantity-input{width:50px;padding:6px;border:1px solid #ddd;text-align:center;font-size:13px}.cart-item-price{font-size:15px;font-weight:700}.cart-footer{border-top:1px solid #e0e0e0;padding-top:30px;display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:start}.cart-note-section{margin-bottom:0}.cart-note-section label{display:block;font-size:14px;font-weight:600;margin-bottom:10px;letter-spacing:.5px;color:#d2691e}.cart-note-section textarea{width:100%;padding:12px;border:1px solid #ddd;font-size:14px;font-family:inherit;resize:vertical;min-height:120px}.cart-summary{max-width:none;margin:0}.cart-subtotal{display:flex;justify-content:space-between;align-items:center;font-size:16px;font-weight:600;margin-bottom:15px}.subtotal-price{font-size:24px;font-weight:700}.cart-shipping-notice{margin-bottom:20px;text-align:left}.cart-shipping-notice p{font-size:11px;color:#666;line-height:1.5;margin:0}.bulk-notice{color:#d2691e}.cart-buttons{display:flex;gap:15px}.btn-update-cart,.btn-checkout{flex:1;padding:16px 20px;font-size:13px;font-weight:700;letter-spacing:1.5px;border:none;cursor:pointer;transition:all .3s;text-transform:uppercase}.btn-update-cart{background:#fff;color:#000;border:2px solid #000}.btn-update-cart:hover{background:#f5f5f5}.btn-checkout{background:#000;color:#fff}.btn-checkout:hover{background:#333}@media(max-width:768px){.cart-footer{grid-template-columns:1fr;gap:30px}.cart-buttons{flex-direction:column}}@media(max-width:768px){.cart-items-grid{grid-template-columns:1fr}.cart-item-card{flex-direction:row}.cart-item-image{width:70px;height:90px}}@media(max-width:480px){.cart-item-card{flex-direction:column}.cart-item-image{width:100%;height:auto;max-width:150px}.cart-item-title{padding-right:0}.cart-item-remove{position:relative;top:auto;right:auto;margin-top:10px}}@media(min-width:769px)and (max-width:1024px){.cart-items-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1025px){.cart-items-grid{grid-template-columns:repeat(3,1fr)}}
/*# sourceMappingURL=/cdn/shop/t/10/assets/custom-cart.css.map */
