 .cart-page{padding:40px;max-width:1300px;margin:0 auto;color:#333;width:95%}.cart-page h1{display:flex;align-items:center;gap:12px;font-size:1.8rem;margin-top:3px;color:var(--red)}.cart-steps{display:flex;justify-content:center;align-items:center;gap:80px;margin:30px auto 50px;position:relative;width:100%;max-width:900px}.cart-steps::before{content:"";position:absolute;top:14px;left:0;right:0;height:2px;background:#ddd;z-index:1}.step{position:relative;text-align:center;z-index:2}.step .dot{width:22px;height:22px;border-radius:50%;background:#ddd;margin:0 auto 6px;transition:all .3s}.step.active .dot{background:var(--red);transform:scale(1.2)}.step span{font-size:.9rem;color:#666}.step.active span{color:var(--red);font-weight:600}.cart-layout{display:flex;justify-content:space-between;align-items:flex-start;gap:40px;margin-bottom:60px}.cart-container{flex:2.5;background:#fff;border-radius:12px;box-shadow:0 5px 15px rgba(0,0,0,.08);overflow-x:auto}.cart-container table{width:100%;border-collapse:collapse;table-layout:auto}.cart-container th,.cart-container td{text-align:left;padding:14px 10px;border-bottom:1px solid #eee;vertical-align:middle}.cart-container th{font-weight:600;background:#fafafa;color:#555}.cart-container td:first-child{display:flex;align-items:center;gap:12px}.cart-container td:first-child img{width:60px;height:60px;object-fit:cover;border-radius:8px;flex-shrink:0}.cart-container td:first-child .prod-info{display:flex;flex-direction:column;line-height:1.3}.cart-container td:first-child .prod-info small{color:#777;font-size:.85rem}.cart-container td input[type=number]{width:70px;padding:6px;text-align:center;border-radius:6px;border:1px solid #ccc}.cart-container td .remove-btn{color:#999;text-decoration:none;font-size:1.1rem;transition:color .2s}.cart-container td .remove-btn:hover{color:var(--red)}.cart-summary{flex:1;position:sticky;top:90px;min-width:230px}.summary-box{min-width:300px;background:#fff;border-radius:14px;box-shadow:0 5px 20px rgba(0,0,0,.08);padding:15px}.summary-box h3{color:var(--red);font-size:1.2rem;margin-top:0;border-bottom:2px solid var(--red);padding-bottom:10px;margin-bottom:20px}.summary-line{display:flex;justify-content:space-between;margin-bottom:8px;font-size:.95rem;color:#555}.summary-total{display:flex;justify-content:space-between;margin-top:20px;padding-top:12px;border-top:1px solid #ddd;font-weight:700;font-size:1.1rem;color:var(--red)}.checkout-btn{display:block;width:100%;text-align:center;background:var(--red);color:#fff;padding:16px 0;margin-top:25px;border-radius:40px;font-size:1.1rem;font-weight:600;text-decoration:none;transition:.3s;box-shadow:0 3px 10px rgba(204,0,0,.25)}.checkout-btn:hover{background:var(--redHover);transform:translateY(-2px)}@media (max-width:1000px){.cart-layout{flex-direction:column}.cart-container{}.cart-summary{width:100%}.cart-steps{gap:40px}}@media (max-width:700px){.cart-page{padding:20px}.cart-steps{flex-wrap:wrap;gap:30px}.step span{font-size:.8rem}.checkout-btn{font-size:1rem}.cart-container td:first-child img{width:50px;height:50px}}.stripe-btn{display:block;width:100%;text-align:center;padding:16px 0;margin-top:25px;border-radius:4px;background-color:#5504be;color:white;font-size:1.1rem;font-weight:600;text-decoration:none;transition:.3s}.stripe-btn:hover{background:var(--redHover);transform:translateY(-2px)}.checkout-section .cart-container{background:#fff;border-radius:14px;box-shadow:0 5px 20px rgba(0,0,0,.08);padding:15px 15px}.transport-choice{display:flex;flex-wrap:wrap;gap:20px;margin-bottom:25px}.transport-option{display:flex;align-items:center;gap:15px;background:#fafafa;border:1px solid #ddd;border-radius:12px;padding:12px 18px;cursor:pointer;transition:.3s;width:100%;max-width:450px}.transport-option:hover{border-color:var(--red);background:#fff;box-shadow:0 2px 8px rgba(0,0,0,.05)}.transport-option input[type="radio"]{accent-color:var(--red);transform:scale(1.2)}.transport-info{display:flex;align-items:center;gap:12px}.transport-delay{font-style:italic;color:var(--red)}.transport-info img{height:auto;border-radius:6px;background:white}.address-preview{margin-top:15px;background:#fafafa;border:1px solid #ddd;border-radius:10px;padding:15px}.checkout-form select{padding:10px;border-radius:8px;border:1px solid #ccc;font-size:1rem;width:100%;max-width:450px}.checkout-form label{display:block;margin-bottom:8px}.htmx-added,.htmx-swapping{opacity:0;transition:opacity .3s ease}.htmx-added.htmx-settling{opacity:1}.coupon-box{background:white;padding:15px 20px;border-radius:10px;margin-top:20px;box-shadow:0 5px 15px rgba(0,0,0,.08)}.coupon-box h3{margin-bottom:10px;font-size:1.1rem;color:#444}.coupon-form{display:flex;gap:10px}.coupon-form input{flex:1;border:1px solid #ccc;padding:8px 10px;border-radius:5px}.coupon-form button{background:var(--red);color:#fff;border:none;padding:8px 16px;border-radius:5px;cursor:pointer;transition:background .2s}.coupon-form button:hover{background:var(--redHover)}.coupon-result{margin-top:10px;font-weight:500;min-height:20px;transition:all .3s}.coupon-result.ok{color:#28a745}.coupon-result.error{color:#d33}.free-shipping-info{margin-top:12px;font-size:.9rem;text-align:center;color:#333}.free-shipping-info .ok{color:#28a745;font-weight:bold}.free-shipping-info .soon{color:var(--red)}.free-shipping-progress{text-align:center;margin:15px 0 5px 0;padding:10px;border-radius:10px;background:#fafafa;border:1px solid #eee}.progress-bar{position:relative;width:100%;height:10px;background:#f1f1f1;border-radius:10px;overflow:hidden;margin-bottom:8px}.progress-fill{position:absolute;height:100%;left:0;top:0;background-color:var(--red);transition:width .6s ease-in-out}.progress-text{font-size:.9rem;margin:0}.progress-text.ok{color:#2e8b57;font-weight:600}.progress-text.soon{color:var(--red);font-weight:500}@keyframes fillAnimation{from{width:0}to{width:var(--target-width)}}.progress-fill{animation:fillAnimation 1s ease-out}.summary-line.discount strong{color:var(--red)}.summary-total strong{font-weight:700}.cart-left{flex:2.5;display:flex;flex-direction:column;gap:20px}#coupon-container,.coupon-box{width:100%}.cart-container{overflow-x:visible}@media (max-width:1000px){.cart-container{overflow-x:auto}}.qty-stepper{display:inline-flex;align-items:center;border:1px solid #ddd;border-radius:8px;overflow:hidden;background:#fff}.qty-stepper button{appearance:none;border:none;background:#f7f7f7;padding:6px 10px;cursor:pointer;font-size:16px;line-height:1;transition:background .15s}.qty-stepper button:hover{background:#eee}.qty-stepper input[type=number]{width:64px;text-align:center;border:none;padding:6px;font-weight:600;outline:none}.old-price{text-decoration:line-through!important;color:#888!important}td .price,td .cart-price{font-weight:600}.cart-product-link{display:flex;align-items:center;gap:10px;text-decoration:none;color:inherit}.cart-product-link img{width:60px;height:60px;object-fit:cover;border-radius:6px;flex-shrink:0;background:#f8f8f8}.cart-product-info{display:flex;flex-direction:column;justify-content:center;line-height:1.3}.cart-product-title{font-weight:600;color:#111}.cart-product-custom{color:#666;font-size:.85rem}@media (max-width:768px){html,body{overflow-x:hidden}.cart-page,.cart-container{max-width:100vw;box-sizing:border-box;overflow-x:hidden;padding:15px}.cart-container table{display:block;width:100%;overflow-x:auto;border-collapse:collapse;-webkit-overflow-scrolling:touch}.cart-container th,.cart-container td{white-space:nowrap;padding:10px 6px}.cart-container td:first-child img{width:50px;height:50px}.qty-stepper{transform:scale(.9);transform-origin:left center}.cart-layout{flex-direction:column;gap:20px}.cart-summary{position:relative;top:0;width:100%}.cart-left,.cart-container,.cart-summary{overflow-x:hidden}}@media (min-width:769px){td:nth-child(3){text-align:right;vertical-align:middle}td:nth-child(4){text-align:right;vertical-align:middle}.cart-price-label{display:block;font-size:.85rem;color:#777;margin-bottom:3px}.cart-price-current{display:block;font-weight:600;color:#111;font-size:1rem;line-height:1.2}.cart-price-old{display:block;font-size:.85rem;color:#999;text-decoration:line-through;margin-top:2px}.cart-line-total{font-weight:700;color:var(--red);font-size:1.05rem}}@media (max-width:768px){.cart-container thead{display:none}.cart-container table,.cart-container tbody,.cart-container tr{display:block;width:100%}.cart-container tr{background:#fff;border:1px solid #eee;border-radius:10px;margin:0 auto 14px auto;padding:14px 12px;max-width:94%;box-shadow:0 2px 8px rgba(0,0,0,.05)}.cart-container td{display:block;border:none;padding:4px 0}.cart-container td:first-child{display:flex;align-items:center;gap:10px;border-bottom:1px solid #f4f4f4;padding-bottom:10px;margin-bottom:6px}.cart-container td:first-child img{width:60px;height:60px;flex-shrink:0;border-radius:8px;object-fit:cover}.cart-product-info{display:flex;flex-direction:column;gap:3px}.cart-product-title{font-size:1rem;font-weight:600;color:#111}.cart-product-custom{font-size:.8rem;color:#777}.qty-stepper{margin:6px 0;display:inline-flex;align-items:center;border:1px solid #ddd;border-radius:8px;overflow:hidden;background:#fff}.qty-stepper button{appearance:none;border:none;background:#f7f7f7;padding:5px 10px;cursor:pointer;font-size:18px;line-height:1}.qty-stepper input[type=number]{width:48px;text-align:center;border:none;font-weight:600;font-size:.95rem}.cart-prices{display:flex;justify-content:space-between;align-items:flex-end;flex-wrap:wrap;gap:4px;margin-top:4px}.cart-price-unit{font-size:.85rem;color:#666}.old-price{text-decoration:line-through;color:#aaa;font-size:.85rem}.cart-price-total{font-size:1.05rem;font-weight:900;color:var(--red)}.cart-container td:last-child{display:flex;justify-content:flex-end;padding-top:8px}.cart-container td .remove-btn{font-size:1.3rem;color:#bbb;transition:.2s}.cart-container td .remove-btn:hover{color:var(--red);transform:scale(1.1)}html,body{overflow-x:hidden!important}.cart-page{padding:10px 8px}.cart-product-title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;white-space:normal;word-break:break-word;max-width:100%}.cart-product-title,.cart-product-custom{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;white-space:normal;word-break:break-word;max-width:100%}.cart-product-custom{font-size:.83rem;color:#666;line-height:1.3;margin-top:2px}.cart-container td:first-child{padding-bottom:8px;margin-bottom:8px;border-bottom:1px solid #f2f2f2}}.titrePrice{display:none}@media (max-width:768px){.recent-grid{grid-template-columns:1fr}.titrePrice{display:block}td:nth-child(3),td:nth-child(4),th:nth-child(3),th:nth-child(4){}td:nth-child(3),td:nth-child(4),th:nth-child(3),th:nth-child(4){display:block;white-space:nowrap;text-align:right}.cart-mobile-price,.cart-mobile-total{display:flex;align-items:baseline;flex-wrap:wrap;gap:4px;margin-top:4px;font-size:.9rem}.cart-mobile-price .label,.cart-mobile-total .label{color:#666;font-weight:500}.cart-mobile-price .price-new{color:var(--red);font-weight:700}.cart-mobile-price .price-old{text-decoration:line-through;color:#999;font-size:.85rem;margin-left:4px}.cart-mobile-total .price-total{color:var(--red);font-weight:900;font-size:1rem}.cart-mobile-total{margin-bottom:6px}}@media (min-width:769px){.cart-mobile-price,.cart-mobile-total{display:none!important}}td,.cart-container td{white-space:nowrap}.cart-container td span,.cart-container td small{}.cart-price-current,.cart-line-total,.old-price{white-space:nowrap}.price-old{text-decoration:line-through;color:#999;font-size:.85rem;margin-left:4px}.price-total{font-weight:900;font-size:1rem}.recent-viewed{margin-top:40px;padding:10px 0 0}.recent-header{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:12px}.recent-header h3{color:var(--red);font-size:1.3rem;margin:0;border-left:4px solid var(--red);padding-left:10px}.slider-controls{display:flex;gap:6px}.slider-control{width:32px;height:32px;border-radius:999px;border:1px solid #ddd;background:#fff;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;font-size:18px;line-height:1;padding:0;color:#555;transition:all .2s ease}.slider-control:hover{background:#f6f6f6;border-color:#bbb;color:#000}.cart-carousel{width:100%;max-width:100%;overflow-x:auto;overflow-y:hidden;padding-bottom:16px;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;box-sizing:border-box}.cart-carousel::-webkit-scrollbar{height:0}.cart-carousel{scrollbar-width:none}.cart-carousel-track{display:flex;flex-wrap:nowrap;gap:16px;align-items:stretch}.cart-carousel-item{flex:0 0 260px;max-width:260px}.cart-carousel-item .product-card{height:100%}@media (max-width:1199px){.cart-carousel-item{flex:0 0 230px;max-width:230px}}@media (max-width:992px){.cart-carousel-item{flex:0 0 210px;max-width:210px}}@media (max-width:768px){.cart-carousel-item{flex:0 0 80%;max-width:80%}}@media (max-width:560px){.cart-carousel-track{gap:10px}.cart-carousel-item{flex:0 0 70%;max-width:70%}}.recent-viewed .product-title{min-height:50px}.recent-viewed .product-price{justify-content:right;font-weight:500;font-size:.95rem}