.enhanced-cart{max-width:960px;margin:0 auto;padding:30px 15px 60px}.enhanced-cart__title{text-align:center;font-size:28px;font-weight:600;letter-spacing:3px;text-transform:uppercase;margin-bottom:36px;color:#222;font-family:Inter,sans-serif}.enhanced-cart__header{display:flex;align-items:center;padding:12px 0;border-bottom:2px solid #e8e8e8;margin-bottom:0}.enhanced-cart__header-product{flex:1 1 55%;font-size:11px;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;color:#888}.enhanced-cart__header-qty{flex:0 0 25%;text-align:center;font-size:11px;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;color:#888}.enhanced-cart__header-total{flex:0 0 20%;text-align:right;font-size:11px;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;color:#888}.enhanced-cart__items{list-style:none;margin:0;padding:0}.enhanced-cart__item{display:flex;align-items:center;padding:24px 0;border-bottom:1px solid #eee;transition:opacity .35s ease,transform .35s ease;position:relative}.enhanced-cart__item.is-updating{opacity:.45;pointer-events:none}.enhanced-cart__item.is-removing{opacity:0;transform:translate(30px);max-height:0;padding:0;overflow:hidden;border-bottom:0}.enhanced-cart__product{flex:1 1 55%;display:flex;align-items:center;gap:20px;min-width:0}.enhanced-cart__thumb{flex-shrink:0;width:100px;height:100px;border-radius:6px;overflow:hidden;background:#f7f7f7;border:1px solid #eee}.enhanced-cart__thumb img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease}.enhanced-cart__thumb:hover img{transform:scale(1.05)}.enhanced-cart__details{min-width:0}.enhanced-cart__product-title{font-size:14px;font-weight:600;color:#222;text-decoration:none;display:block;margin-bottom:4px;line-height:1.4;transition:color .2s ease}.enhanced-cart__product-title:hover{color:#f37324}.enhanced-cart__variant{font-size:12px;color:#999;margin-bottom:6px}.enhanced-cart__unit-price{font-size:14px;color:#555;font-weight:500}.enhanced-cart__quantity{flex:0 0 25%;display:flex;flex-direction:column;align-items:center;gap:10px}.enhanced-cart__qty-stepper{display:inline-flex;align-items:center;border:1px solid #d0d0d0;border-radius:4px;overflow:hidden;background:#fff}.enhanced-cart__qty-btn{width:36px;height:38px;display:flex;align-items:center;justify-content:center;background:#f8f8f8;border:none;cursor:pointer;font-size:16px;color:#555;transition:background .2s ease,color .2s ease;padding:0;line-height:1;-webkit-user-select:none;user-select:none}.enhanced-cart__qty-btn:hover{background:#f37324;color:#fff}.enhanced-cart__qty-btn:active{transform:scale(.93)}.enhanced-cart__qty-input{width:48px;height:38px;text-align:center;border:none;border-left:1px solid #d0d0d0;border-right:1px solid #d0d0d0;font-size:14px;font-weight:600;color:#222;background:#fff;-moz-appearance:textfield;outline:none;padding:0}.enhanced-cart__qty-input::-webkit-outer-spin-button,.enhanced-cart__qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.enhanced-cart__remove{font-size:12px;color:#999;text-decoration:underline;background:none;border:none;cursor:pointer;padding:0;transition:color .2s ease;font-family:inherit}.enhanced-cart__remove:hover{color:#c0392b}.enhanced-cart__line-total{flex:0 0 20%;text-align:right;font-size:16px;font-weight:600;color:#222}.enhanced-cart__footer{padding-top:30px;display:flex;justify-content:flex-end}.enhanced-cart__summary{width:100%;max-width:380px}.enhanced-cart__discount-row{display:flex;justify-content:space-between;align-items:center;padding:8px 0;font-size:14px;color:#555}.enhanced-cart__discount-row span:last-child{color:#27ae60;font-weight:600}.enhanced-cart__subtotal-row{display:flex;justify-content:space-between;align-items:center;padding:16px 0 10px;border-top:1px solid #eee}.enhanced-cart__subtotal-label{font-size:16px;font-weight:400;color:#555}.enhanced-cart__subtotal-price{font-size:22px;font-weight:700;color:#222}.enhanced-cart__tax-note{text-align:right;font-size:12px;color:#999;margin-bottom:20px;line-height:1.5}.enhanced-cart__terms{margin-bottom:18px;text-align:right}.enhanced-cart__terms label{font-size:13px;color:#555;cursor:pointer;display:inline-flex;align-items:center;gap:8px;font-weight:400}.enhanced-cart__terms input[type=checkbox]{width:16px;height:16px;accent-color:#f37324;cursor:pointer}.enhanced-cart__terms a{color:#f37324;text-decoration:underline}.enhanced-cart__terms a:hover{opacity:.8}.enhanced-cart__checkout-btn{display:block;width:100%;padding:16px 32px;background:#f37324;color:#fff;border:none;border-radius:4px;font-size:14px;font-weight:700;letter-spacing:2px;text-transform:uppercase;cursor:pointer;transition:background .3s ease,transform .15s ease,box-shadow .3s ease;font-family:Inter,sans-serif}.enhanced-cart__checkout-btn:hover{opacity:.9;box-shadow:0 4px 16px #00000026;transform:translateY(-1px)}.enhanced-cart__checkout-btn:active{transform:translateY(0);box-shadow:none}.enhanced-cart__actions{display:flex;justify-content:space-between;align-items:center;margin-top:16px}.enhanced-cart__continue{font-size:13px;color:#888;text-decoration:none;transition:color .2s ease;display:inline-flex;align-items:center;gap:6px}.enhanced-cart__continue:hover{color:#f37324}.enhanced-cart__continue i{font-size:12px}.enhanced-cart__empty{text-align:center;padding:80px 20px}.enhanced-cart__empty-icon{font-size:64px;color:#ddd;margin-bottom:20px}.enhanced-cart__empty h2{font-size:20px;font-weight:600;color:#444;margin-bottom:10px}.enhanced-cart__empty p{color:#888;font-size:14px;margin-bottom:24px}.enhanced-cart__empty-btn{display:inline-block;padding:14px 40px;background:#f37324;color:#fff;border-radius:4px;text-decoration:none;font-size:13px;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;transition:opacity .3s ease,box-shadow .3s ease,transform .15s ease}.enhanced-cart__empty-btn:hover{opacity:.9;color:#fff;box-shadow:0 4px 16px #00000026;transform:translateY(-1px)}.enhanced-cart__spinner{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:none}.enhanced-cart__item.is-updating .enhanced-cart__spinner{display:block}.enhanced-cart__spinner-circle{width:24px;height:24px;border:3px solid #eee;border-top-color:#f37324;border-radius:50%;animation:ecart-spin .7s linear infinite}@keyframes ecart-spin{to{transform:rotate(360deg)}}@media(max-width:767px){.enhanced-cart{padding:20px 12px 40px}.enhanced-cart__title{font-size:22px;letter-spacing:2px;margin-bottom:24px}.enhanced-cart__header{display:none}.enhanced-cart__item{flex-wrap:wrap;gap:16px;padding:20px 0;position:relative}.enhanced-cart__product{flex:1 1 100%;gap:14px}.enhanced-cart__thumb{width:80px;height:80px}.enhanced-cart__product-title,.enhanced-cart__unit-price{font-size:13px}.enhanced-cart__quantity{flex:1 1 auto;flex-direction:row;align-items:center;gap:14px}.enhanced-cart__qty-stepper{order:1}.enhanced-cart__remove{order:2}.enhanced-cart__line-total{flex:0 0 auto;font-size:15px;text-align:right;margin-left:auto}.enhanced-cart__qty-btn{width:34px;height:36px;font-size:15px}.enhanced-cart__qty-input{width:40px;height:36px;font-size:13px}.enhanced-cart__footer{padding-top:24px}.enhanced-cart__summary{max-width:100%}.enhanced-cart__subtotal-price{font-size:20px}.enhanced-cart__checkout-btn{padding:14px 24px;font-size:13px}.enhanced-cart__actions{justify-content:center}}@media(min-width:768px)and (max-width:991px){.enhanced-cart__thumb{width:80px;height:80px}.enhanced-cart__product{gap:14px}.enhanced-cart__product-title{font-size:13px}.enhanced-cart__line-total{font-size:14px}}@media print{.enhanced-cart__remove,.enhanced-cart__qty-btn,.enhanced-cart__checkout-btn,.enhanced-cart__continue,.enhanced-cart__terms{display:none!important}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/cart-page-enhanced.css.map */
