.cart-section{padding:0}.cart-page{max-width:1200px;margin:0 auto;padding:3rem}.cart-title{font-family:Bebas Neue,sans-serif;font-size:1.6rem;font-weight:400;text-transform:uppercase;margin-bottom:2.5rem;letter-spacing:1px}.cart-empty{text-align:center;padding:3rem 0}.cart-empty p{margin-bottom:1.5rem;font-size:1rem}.cart-table{width:100%;margin-bottom:2rem}.cart-header{display:grid;grid-template-columns:3fr 1fr 1fr;padding-bottom:.75rem;margin-bottom:1rem;border-bottom:1px solid rgba(0,0,0,.1);text-transform:uppercase;font-family:Bebas Neue,sans-serif;font-size:.75rem;letter-spacing:1px}.cart-header div{font-size:.75rem;color:#444}.cart-item{display:grid;grid-template-columns:3fr 1fr 1fr;padding:1rem 0;border-bottom:1px solid rgba(0,0,0,.1)}.cart-item-product{display:flex;align-items:center}.cart-item-image{width:80px;margin-right:1.5rem}.cart-item-image img{width:100%;height:auto;object-fit:contain}.cart-item-details{flex:1}.cart-item-name{font-family:Bebas Neue,sans-serif;font-size:1.1rem;font-weight:400;margin-bottom:.25rem;text-transform:uppercase;letter-spacing:1px}.cart-item-variant{margin-bottom:.5rem;font-size:.85rem;color:#555}.cart-item-remove{display:inline-block;margin-top:.5rem;font-size:.8rem;color:#666;text-decoration:underline}.cart-item-remove:hover{color:#000}.cart-item-quantity{display:flex;align-items:center;justify-content:center}.cart-item-quantity .quantity-wrapper{display:flex;align-items:stretch;width:fit-content;border:1px solid #000;transform:scale(1.05);transform-origin:center;overflow:hidden;font-size:0;line-height:0}.cart-item-quantity .quantity-decrease,.cart-item-quantity .quantity-increase{width:30px;height:30px;background:#000;color:#fff;border:none;outline:none;margin:0;padding:0;cursor:pointer;font-family:system-ui,-apple-system,sans-serif;font-size:18px;font-weight:400;display:flex;align-items:center;justify-content:center;border-radius:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;flex-shrink:0}.cart-item-quantity .quantity-decrease:disabled,.cart-item-quantity .quantity-increase:disabled{background:#999;cursor:not-allowed}.cart-item-quantity .quantity-input{width:40px;height:30px;padding:0;margin:0;border:none;border-left:1px solid #000;border-right:1px solid #000;font-family:Bebas Neue,sans-serif;font-size:.9rem;text-align:center;-moz-appearance:textfield;-webkit-appearance:none;appearance:none;border-radius:0;box-sizing:border-box}.cart-item-quantity .quantity-input::-webkit-outer-spin-button,.cart-item-quantity .quantity-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.cart-item-quantity .quantity-input[type=number]{-moz-appearance:textfield}.cart-item-total{display:flex;align-items:center;justify-content:flex-end;font-size:.9rem}.cart-footer{display:flex;flex-direction:column;align-items:flex-end}.subtotal-row{width:100%;margin-bottom:1.5rem;text-align:right}.cart-subtotal{display:flex;justify-content:space-between;align-items:center;width:100%;max-width:300px;margin-left:auto;margin-bottom:.5rem}.cart-subtotal-label{font-family:Bebas Neue,sans-serif;font-size:.9rem;text-transform:uppercase;letter-spacing:1px}.cart-subtotal-amount{font-size:.9rem}.cart-note{text-align:right;font-size:.8rem;color:#666}.cart-actions{display:flex;flex-direction:column;align-items:flex-end;width:100%}.continue-shopping{color:#666;text-decoration:underline;font-size:.85rem;margin-bottom:1rem}.cart-buttons{display:flex;width:100%;max-width:300px}.button{padding:.6rem 1.2rem;background:#000;color:#fff;border:none;text-transform:uppercase;font-family:Bebas Neue,sans-serif;font-size:.8rem;letter-spacing:1px;cursor:pointer;transition:background-color .2s}.button:hover{background-color:#333}.update-cart{background-color:#fff;color:#000;border:1px solid rgba(0,0,0,.2)}.update-cart:hover{border-color:#000}.checkout-button{background:#000;color:#fff;border:none;padding:.875rem 2rem;font-family:Bebas Neue,sans-serif;font-size:1rem;letter-spacing:1.5px;cursor:pointer;width:100%;transition:all .2s ease;border-radius:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;display:flex;align-items:center;justify-content:center;min-height:45px;text-transform:uppercase}.checkout-button:hover{background:#333}.additional-checkout-buttons{width:100%;max-width:300px;margin-top:1rem}@media(max-width:1023px){.cart-page{padding:2rem 1rem}.cart-title{text-align:center;font-size:2rem;margin-bottom:2rem}.cart-header{display:none}.cart-item{grid-template-columns:1fr;gap:1.5rem;padding:2rem 0;border-radius:8px;background:#fafafa;margin-bottom:1rem;padding:1.5rem;display:flex;flex-direction:column;align-items:center;width:100%}.cart-item-product{flex-direction:column;align-items:center;text-align:center;width:100%}.cart-item-image{margin-right:0;margin-bottom:1rem;width:120px}.cart-item-details{text-align:center;width:100%}.cart-item-name{font-size:1.5rem;margin-bottom:.5rem}.cart-item-variant{font-size:1rem;margin-bottom:1rem;color:#666}.cart-item-price-mobile{font-family:Bebas Neue,sans-serif;font-size:1.3rem;font-weight:500;color:#000;margin-top:.5rem;letter-spacing:1px}.cart-item-total{display:none}.cart-item-quantity{justify-content:center;margin-top:1rem;width:100%;display:flex;flex-direction:column;align-items:center}.quantity-controls{display:flex;flex-direction:column;align-items:center;gap:1rem;width:100%}.cart-item-quantity .quantity-wrapper{transform:scale(1.2);transform-origin:center;display:flex;align-items:center;justify-content:center}.cart-item-quantity .quantity-decrease,.cart-item-quantity .quantity-increase{width:40px;height:40px;font-size:18px;border-radius:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;display:flex;align-items:center;justify-content:center}.cart-item-quantity .quantity-input{width:50px;height:40px;font-size:1rem;text-align:center;display:flex;align-items:center;justify-content:center}.remove-icon{color:#999;transition:color .2s ease;padding:.5rem;display:flex;align-items:center;justify-content:center;width:fit-content;margin:0 auto}.remove-icon:hover{color:#d82c0d}.remove-icon svg{width:24px;height:24px;display:block}.cart-footer{align-items:center;margin-top:2rem;width:100%;display:flex;flex-direction:column}.cart-actions{align-items:center;width:100%;display:flex;flex-direction:column}.cart-buttons{width:100%;max-width:100%;display:flex;justify-content:center}.button{width:100%}.checkout-button{padding:1.2rem 2rem;font-size:1.2rem;min-height:60px;margin-top:1rem;width:100%;max-width:300px;margin-left:auto;margin-right:auto}.subtotal-row{text-align:center;margin-bottom:2rem;width:100%;display:flex;flex-direction:column;align-items:center}.cart-subtotal{background:transparent;color:#000;padding:1rem 0;border-radius:0;margin-bottom:1rem;width:100%;max-width:300px;margin-left:auto;margin-right:auto;display:flex;justify-content:space-between;align-items:center;border-top:1px solid #eee;border-bottom:1px solid #eee}.cart-subtotal-label{font-size:1.1rem;color:#000;font-weight:500}.cart-subtotal-amount{font-size:1.3rem;font-weight:500;color:#000}.cart-note{width:100%;max-width:300px;text-align:center;justify-content:center;font-size:.9rem;color:#666;line-height:1.4;margin:0 auto}.additional-checkout-buttons{width:100%;max-width:300px;margin-top:1rem;margin-left:auto;margin-right:auto}.cart-empty{text-align:center;padding:4rem 1rem}.cart-empty p{font-size:1.1rem;margin-bottom:2rem;color:#666}.continue-shopping-button{background:#000;color:#fff;padding:1rem 2rem;text-decoration:none;font-family:Bebas Neue,sans-serif;letter-spacing:1px;text-transform:uppercase;display:inline-block;transition:background-color .2s ease}.continue-shopping-button:hover{background:#333}}
/*# sourceMappingURL=/cdn/shop/t/10/assets/cart.css.map */
