@font-face {
        font-family: iranyekanXfanum;
        src: url('../../fonts/woff2/IRANYekanXFaNum-Regular.woff2') format('woff2');
        font-weight: normal;
        font-display: swap;
    }
    @font-face {
        font-family: iranyekanXfanum;
        src: url('../../fonts/woff2/IRANYekanXFaNum-Bold.woff2') format('woff2');
        font-weight: bold;
        font-display: swap;
    }
    *{margin:0;padding:0;box-sizing:border-box;font-family:iranyekanXfanum,Tahoma,sans-serif}
    body{background:#f0f2f5!important}
    .total-save-row span {gap: 3px;display: flex;flex-direction: row;align-items: center; }
    circle {
    fill: #ff000000;
}
    .cart-page-container{max-width:1400px;margin:30px auto;padding:0 20px;display:flex;flex-wrap:wrap;gap:20px;position:relative}
    .cart-products-section{flex:2;min-width:260px}
    .tabs{display:flex;gap:8px;padding:8px;margin-bottom:20px;background:white;border-radius:16px;box-shadow:0 2px 8px rgba(0,0,0,0.04)}
    .tab-btn{background:transparent;border:none;padding:12px 24px;font-size:14px;font-weight:600;cursor:pointer;border-radius:12px;transition:all .2s;color:#64748b;display:flex;align-items:center;gap:8px}
    .tab-btn:hover{background:#f1f5f9;color:#1e293b}
    .tab-btn.active{color:#2574eb;background:#eff6ff}
    .tab-btn svg{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:2}
    .tab-content{display:none;animation:fade .3s ease}
    .tab-content.active{display:block}
    @keyframes fade{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}
    .product-card{background:white;border-radius:20px;padding:20px;margin-bottom:16px;box-shadow:0 2px 8px rgba(0,0,0,0.04);transition:all .2s;border:1px solid #eef2ff}
    .product-card:hover{box-shadow:0 8px 24px rgba(0,0,0,0.08);transform:translateY(-2px)}
    .product-row{display:flex;gap:15px;align-items:center}
    .product-img{width:100px;flex-shrink:0}
    .product-img img{width:100%;height:100px;object-fit:cover;border-radius:16px;background:#f8fafc}
    .product-info{flex:1}
    .product-title{font-weight:600;font-size:15px;color:#1f2937;margin-bottom:6px}
    .product-variations{background:#f8fafc;padding:6px 10px;border-radius:10px;margin:5px 0;font-size:11px;color:#475569;display:inline-block}
    .special-feature{background:#fef3c7;padding:6px 10px;border-radius:10px;margin:5px 0;font-size:11px;color:#b45309;font-weight:500;display:inline-block}
    .product-actions{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px;padding-top:10px;border-top:1px solid #eef2ff}
    .quantity-control{display:flex;align-items:center;background:#f1f5f9;padding:4px;border-radius:12px}
    .qty-btn{background:white;border:none;width:34px;height:34px;border-radius:10px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:all .1s}
    .qty-btn svg{width:14px;height:14px;stroke:#475569;stroke-width:2}
    .qty-btn:active{transform:scale(0.95)}
    .qty-display{min-width:44px;text-align:center;font-weight:700;font-size:15px;color:#1e293b}
    .remove-product{background:white;display:flex;align-items:center;gap:6px;padding:8px 14px;color:#ef4444;border:1px solid #fee2e2;border-radius:10px;cursor:pointer;transition:all .2s;font-size:12px}
    .remove-product:hover{background:#fef2f2;border-color:#fecaca}
    .remove-product svg{width:16px;height:16px;stroke:#ef4444;stroke-width:1.5}
    .product-price-display{display:flex;justify-content:space-between;align-items:center}
    .pricefull{display:flex;flex-direction:column;gap:4px}
    .current-price{font-size:20px;font-weight:700;color:#1e293b;display:flex;align-items:center;gap:4px;flex-direction:row-reverse}
    .current-price img{width:18px;height:18px}
    .your-save{font-size:11px;color:#10b981;font-weight:500}
    .nextbuy-add{background:#fef3c7;color:#b45309;border:none;padding:8px 14px;border-radius:12px;cursor:pointer;font-size:12px;font-weight:600;display:inline-flex;align-items:center;gap:6px;transition:all .2s}
    .nextbuy-add:hover{background:#fde68a}
    .nextbuy-add svg{width:14px;height:14px;stroke:#b45309}
    .cart-sidebar{flex:1;min-width:280px;align-self:start;position:sticky;top:30px;display:flex;flex-direction:column;gap:20px;filter:blur(3.5px);opacity:.7;pointer-events:none;transition:all .3s ease}
    .cart-sidebar.has-items{filter:blur(0);width:100%;opacity:1;pointer-events:auto}
    .cart-summary{background:white;border-radius:20px;padding:24px;box-shadow:0 4px 12px rgba(0,0,0,0.05)}
    .free-shipping-box{background:#f0fdf4;border-radius:16px;padding:16px;margin-bottom:20px;border:1px solid #bbf7d0}
    .shipping-progress-bar{background:#e5e7eb;border-radius:20px;height:8px;overflow:hidden;margin:10px 0}
    .shipping-progress-fill{background:#22c55e;height:100%;width:0%;transition:width .3s ease;border-radius:20px}
    .free-shipping-message{font-size:12px;color:#166534;display:flex;align-items:center;gap:6px;flex-wrap:wrap}
    .free-shipping-message svg{width:16px;height:16px;stroke:#166534}
    .free-shipping-congrats{font-size:14px;font-weight:700;margin-bottom:10px;color:#10b981;text-align:center;padding:12px;background:#dcfce7;border-radius:16px}
    .total-save-row{display:flex;justify-content:space-between;color:#10b981;font-size:14px;margin-bottom:16px;align-items:center;padding-bottom:12px;border-bottom:1px solid #eef2ff}
    .total-save-row svg{width:18px;height:18px;stroke:#10b981}
    .cart-total-row{display:flex;justify-content:space-between;margin:12px 0;font-size:16px;font-weight:800;padding-top:16px;line-height:1.6;color:#292b2e;letter-spacing:-.4px;word-spacing:-1px}
    #final-total-amount{display:flex;flex-direction:row-reverse;gap:4px;align-items:center;font-size:22px;color:#2574eb}
    #final-total-amount img{width:18px;height:18px}
    .checkout-btn{background:#2574eb;color:white;width:100%;padding:14px;border:none;border-radius:12px;font-size:15px;font-weight:700;cursor:pointer;margin-top:12px;transition:all .2s}
    .checkout-btn:hover{background:#1a5cb8;transform:scale(0.98)}
    .coupon-box{background:white;border-radius:20px;padding:20px;box-shadow:0 4px 12px rgba(0,0,0,0.05)}
    .coupon-field{display:flex;gap:10px}
    .coupon-field input{flex:1;padding:12px 15px;border-radius:12px;border:1px solid #e2e8f0;font-size:13px;background:#f8fafc;transition:all .2s}
    .coupon-field input:focus{outline:none;border-color:#2574eb;background:white}
    .btn-coupon{background:#1e293b;color:white;border:none;padding:0 24px;border-radius:12px;cursor:pointer;font-weight:600;transition:all .2s}
    .btn-coupon:hover{background:#0f172a}
    .coupon-success{color:#10b981;font-size:12px;margin-top:10px;padding:10px;background:#dcfce7;border-radius:12px}
    .coupon-error{color:#ef4444;font-size:12px;margin-top:10px;padding:10px;background:#fee2e2;border-radius:12px;display:flex;align-items:center;gap:8px}
    .coupon-info{color:#64748b;font-size:11px;margin-top:12px;display:flex;align-items:center;gap:6px}
    .coupon-info svg{width:14px;height:14px;stroke:#64748b}
    .next-buy-card{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px;background:white;padding:16px;border-radius:18px;margin-bottom:12px;border:1px solid #eef2ff;transition:all .2s}
    .next-buy-card:hover{box-shadow:0 4px 12px rgba(0,0,0,0.05)}
    .next-buy-info{display:flex;gap:15px;align-items:center;flex:2}
    .next-buy-info a{text-decoration:none;color:#1f2937;font-weight:600}
    .next-buy-info a:hover{color:#2574eb}
    .next-buy-img{width:55px;height:55px;object-fit:cover;border-radius:12px;background:#f8fafc}
    .remove-nextbuy{background:#dc2626;color:white;border:none;border-radius:10px;padding:8px 14px;cursor:pointer;font-weight:500}
    .add-to-cart-nextbuy{background:#10b981;color:white;border:none;border-radius:10px;padding:8px 14px;cursor:pointer;display:inline-flex;align-items:center;gap:6px;font-weight:500}
    .add-to-cart-nextbuy svg{width:14px;height:14px;stroke:white}
    .next-buy-buttons{display:flex;gap:8px}
    .empty-cart-box{background:white;border-radius:20px;padding:50px 30px;text-align:center}
    .empty-cart-box img{width:150px;margin-bottom:20px}
    .empty-cart-box h3{font-size:18px;margin-bottom:10px;color:#1f2937}
    .empty-cart-buttons{display:flex;gap:15px;justify-content:center;margin-top:25px}
    .empty-cart-btn{padding:10px 25px;border-radius:10px;text-decoration:none;font-weight:500;font-size:14px;transition:all .2s}
    .empty-cart-btn.primary{background:#2574eb;color:white}
    .empty-cart-btn.secondary{background:#e2e8f0;color:#1f2937}
    .empty-nextbuy-box{background:white;border-radius:20px;padding:50px 30px;text-align:center}
    .empty-nextbuy-box img{width:80px;margin-bottom:20px}
    .empty-nextbuy-box h3{font-size:18px;margin-bottom:10px}
    .empty-nextbuy-box p{color:#64748b;font-size:12px;margin-bottom:25px}
    .empty-nextbuy-btn{display:inline-block;background:#2574eb;color:white;padding:10px 25px;border-radius:10px;text-decoration:none;font-weight:500}
    .skeleton-card{background:white;border-radius:20px;padding:20px;margin-bottom:16px;display:flex;gap:20px}
    .skeleton-img{width:100px;height:100px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;animation:sk .8s infinite;border-radius:16px}
    .skeleton-content{flex:1}
    .skeleton-text{height:16px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;animation:sk .8s infinite;border-radius:8px;margin:8px 0}
    .skeleton-text.short{width:60%}
    @keyframes sk{0%{background-position:200% 0}100%{background-position:-200% 0}}
    .popup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:9999}
    .popup-box{background:white;border-radius:20px;padding:24px;max-width:380px;text-align:center;box-shadow:0 20px 35px rgba(0,0,0,.2)}
    .popup-buttons{display:flex;gap:12px;margin-top:25px;justify-content:center}
    .popup-confirm{background:#2574eb;color:white;border:none;padding:10px 28px;border-radius:10px;cursor:pointer;font-weight:600}
    .popup-cancel{background:#e2e8f0;color:#1f2937;border:none;padding:10px 28px;border-radius:10px;cursor:pointer;font-weight:600}
    @media(max-width:768px){
        .cart-page-container{padding:0 10px;gap:5px;flex-direction:column}
        .cart-sidebar{position:static}
        .product-row{margin-bottom:12px}
        .product-img{width:80px}
        .product-img img{height:80px}
        .product-title{font-size:12.5px;font-weight:300;line-height:1.6;color:#292b2e;letter-spacing:-.4px;word-spacing:-1px}
        .product-variations,.special-feature{font-size:10px;padding:4px 8px}
        .product-actions{margin-bottom:12px}
        .quantity-control{padding:3px}
        .qty-btn{width:30px;height:30px}
        .qty-btn svg{width:12px;height:12px}
        .qty-display{min-width:38px;font-size:14px}
        .remove-product{padding:6px 12px;font-size:11px}
        .remove-product svg{width:14px;height:14px}
        .current-price{font-size:18px}
        .current-price img{width:16px;height:16px}
        .your-save{font-size:10px}
        .nextbuy-add{padding:6px 12px;font-size:11px}
        .nextbuy-add svg{width:12px;height:12px}
        .coupon-field{flex-direction:column}
        .btn-coupon{padding:12px}
        .tab-btn{padding:8px 16px;font-size:13px}
        .empty-cart-buttons{flex-direction:column;align-items:center}
        .empty-cart-btn{width:80%;text-align:center}
        .next-buy-card{flex-direction:column;text-align:center}
        .next-buy-info{flex-direction:column}
    }
    @media(max-width:480px){
        .product-img{width:70px}
        .product-img img{height:70px}
        .product-title{font-size:12.5px;font-weight:300;line-height:1.6;color:#292b2e;letter-spacing:-.4px;word-spacing:-1px}
        .qty-btn{width:28px;height:28px}
        .qty-display{min-width:34px;font-size:13px}
        .remove-product{padding:5px 10px;font-size:10px}
        .remove-product svg{width:12px;height:12px}
        .current-price{font-size:16px}
        .nextbuy-add{padding:5px 10px;font-size:10px}
    }