/* Auto Spare - Cart page (cart route only) */

/* Auto Spare - Cart page styles (loaded only on /cart) */

.cart-page {
  padding: 35px 0 50px 0;
}
.cart-page .checkout h6 {
  margin-top: 8px;
  font-size: 1rem;
  font-weight: 700;
  text-align: right;
  color: #071c1f;
}
.cart-page .checkout h6 .highlighted {
  color: #f74239;
  margin: 0 4px;
}
.cart-page .checkout .shop-cards {
  margin-top: 25px;
}
@media (min-width: 992px) {
  .cart-page .container,
  .cart-page .checkout > .row {
    overflow: visible !important;
  }
  .cart-page .checkout > .row {
    align-items: stretch;
  }
  .cart-page .cart-summary-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 80px;
    z-index: 40;
    width: 100%;
    max-height: calc(100vh - 96px);
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.cart-page .checkout .sidebar-box .sidebar-box-title {
  color: #000034;
  font-size: 0.9rem;
  font-weight: 700;
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 25px;
  background: #f5f5f5;
  cursor: pointer;
  border-bottom: 1px solid #e2e2e2;
}
.cart-page .checkout .sidebar-box .sidebar-box-content {
  padding: 0 25px;
}
.cart-page .checkout .sidebar-box .price-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-top: 0;
  text-align: center;
  color: #000034;
  font-family: "Archivo", sans-serif;
  margin-top: 20px;
  margin-bottom: 20px;
}
.cart-page .checkout .sidebar-box .price-title .currency {
  color: #f74239;
  margin-left: 5px;
}
.cart-page .checkout .sidebar-box .totals-line {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}
.cart-page .checkout .sidebar-box .totals-line .totals-line-title {
  font-size: 0.83rem;
  font-weight: 600;
  color: #595959;
}
.cart-page .checkout .sidebar-box .totals-line .price-title-small {
  font-size: 0.9rem;
  font-weight: 700;
  margin-top: 0;
  text-align: center;
  color: #3e3f5e;
  font-family: "Archivo", sans-serif;
  flex-shrink: 0;
  text-align: center;
}
.cart-page .checkout .sidebar-box .totals-line .price-title-small .currency {
  color: #f74239;
  margin-left: 5px;
}
.cart-page .checkout .sidebar-box .discount {
  padding: 5px 0 20px 0;
}
.cart-page .checkout .sidebar-box-actions {
  display: flex;
  align-items: center;
}
/* Cart redesign and components */
    .empty-cart-btn {
        background: #ff4500;
        color: #fff !important;
        padding: 15px 55px;
        border-radius: 50px;
        text-decoration: none;
        font-weight: 800;
        font-size: 16px;
        display: inline-block;
        border: none;
        box-shadow: 0 4px 10px rgba(255, 69, 0, 0.15);
        transition: all 0.3s ease;
        letter-spacing: 0.5px;
    }
    .empty-cart-btn:hover {
        background: #e03e00;
        transform: translateY(-2px);
        box-shadow: 0 6px 15px rgba(255, 69, 0, 0.25);
    }
    .empty-cart-btn:active {
        transform: scale(0.98);
        box-shadow: none;
    }
    /* ── كروت منتجات السلة (متناسقة مع العرض المجمّع) ── */
    .cart-lines-stack { display: flex; flex-direction: column; gap: 14px; margin-bottom: 8px; }
    .cart-line-card {
        background: #ffffff;
        border: 1px solid #e2e8f0;
        border-radius: 12px;
        padding: 14px 16px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
        transition: box-shadow 0.2s ease, border-color 0.2s ease;
    }
    .cart-line-card:hover { box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06); border-color: #cbd5e1; }
    .cart-line-top { display: flex; align-items: flex-start; gap: 14px; }
    .cart-line-image {
        width: 88px; height: 88px; flex-shrink: 0;
        background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 10px;
        display: flex; align-items: center; justify-content: center; overflow: hidden;
    }
    .cart-line-image img { width: 100%; height: 100%; object-fit: contain; padding: 6px; }
    .cart-line-body { flex: 1; min-width: 0; text-align: start; }
    .cart-line-cat {
        display: inline-block; background: #f1f5f9; color: #475569;
        font-size: 10px; font-weight: 800; padding: 2px 8px; border-radius: 6px; margin-bottom: 6px;
    }
    .cart-line-title {
        display: block; font-size: 14px; font-weight: 800; color: #0a1434;
        margin: 0 0 4px; text-decoration: none; line-height: 1.45;
        word-break: break-word;
    }
    .cart-line-title:hover { color: #ff4500; }
    .cart-line-meta { font-size: 11px; color: #64748b; margin: 0 0 8px; }
    .cart-line-unit-price { font-size: 12px; font-weight: 700; color: #334155; }
    .cart-line-qty-label { color: #94a3b8; font-weight: 600; margin-inline-start: 4px; }
    .cart-line-bottom {
        display: flex; align-items: center; gap: 10px;
        margin-top: 12px; padding-top: 12px; border-top: 1px dashed #e2e8f0;
    }
    .cart-line-bottom .quantity-control { flex-shrink: 0; }
    .cart-line-total { flex: 1; text-align: center; font-size: 16px; font-weight: 900; color: #0a1434; white-space: nowrap; }
    .cart-line-total .currency { font-size: 11px; font-weight: 700; color: #64748b; }
    .cart-line-out-of-stock { border-color: #fecaca; background: #fffbfb; }
    .cart-stock-status {
        display: inline-block; font-size: 11px; font-weight: 800; padding: 3px 10px;
        border-radius: 20px; margin-bottom: 8px; line-height: 1.3;
    }
    .cart-stock-danger { background: #fef2f2; color: #b91c1c; border: 1px solid #fecaca; }
    .cart-stock-banner {
        background: #fef2f2; border: 1px solid #fecaca; color: #991b1b;
        border-radius: 10px; padding: 12px 16px; margin-bottom: 16px;
        font-size: 13px; font-weight: 700; line-height: 1.5;
    }
    .qty-btn:disabled { opacity: 0.45; cursor: not-allowed; }
    @media (max-width: 767px) {
        .cart-line-image { width: 72px; height: 72px; }
        .cart-line-title { font-size: 13px; }
        .cart-line-bottom { gap: 8px; }
        .cart-line-total { font-size: 15px; }
        .cart-item-actions .cart-action-btn { width: 40px; height: 40px; font-size: 15px; border-radius: 10px; }
    }

    /* ── منتجات مقترحة (تصميم حديث متناسق) ── */
    .suggestion-section {
        margin-top: 24px;
        padding: 16px;
        background: #ffffff;
        border: 1px solid #e2e8f0;
        border-radius: 12px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
    }
    .suggestion-section-header {
        display: flex; align-items: center; gap: 10px;
        margin-bottom: 14px; padding-bottom: 10px; border-bottom: 1px solid #f1f5f9;
    }
    .suggestion-section-tag {
        background: #0a1434; color: #fff; padding: 3px 10px; border-radius: 6px;
        font-size: 11px; font-weight: 800; white-space: nowrap;
    }
    .suggestion-section-title { font-size: 14px; font-weight: 800; color: #0a1434; margin: 0; }
    .slider-wrapper { position: relative; width: 100%; }
    @media(max-width: 768px) { .scroll-hint { display: flex; } }
    .suggestion-slider {
        display: flex; align-items: flex-start; overflow-x: auto; gap: 14px; padding-bottom: 8px;
        scroll-behavior: smooth; -webkit-overflow-scrolling: touch;
        min-height: 320px;
    }
    .suggestion-slider::-webkit-scrollbar { height: 5px; background: #f1f5f9; border-radius: 10px; }
    .suggestion-slider::-webkit-scrollbar-thumb { background: #0a1434; border-radius: 10px; }
    .suggestion-card {
        min-width: 200px; max-width: 200px;
        min-height: 310px;
        flex-shrink: 0;
        background: #f8fafc;
        border-radius: 12px;
        padding: 10px;
        border: 1px solid #e2e8f0;
        transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
        position: relative;
        display: flex;
        flex-direction: column;
        gap: 10px;
        box-sizing: border-box;
    }
    .suggestion-card:hover { border-color: #ff4500; background: #fffbf9; box-shadow: 0 4px 12px rgba(255, 69, 0, 0.08); }
    .suggestion-img-wrap {
        width: 100%; height: 140px; flex-shrink: 0;
        background: #fff; border: 1px solid #e2e8f0; border-radius: 10px;
        display: flex; align-items: center; justify-content: center; overflow: hidden;
    }
    .suggestion-img { width: 100%; height: 100%; object-fit: contain; padding: 10px; margin: 0; }
    .suggestion-badge-row { display: flex; justify-content: center; margin: -4px 0 0; }
    .suggestion-card-body {
        flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 4px;
        text-align: start; align-items: stretch;
    }
    .suggestion-title {
        font-size: 12px; font-weight: 800; color: #0a1434;
        line-height: 1.45; margin: 0; text-align: start;
        display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
        min-height: 35px; max-height: 35px;
    }
    .suggestion-meta {
        font-size: 11px; color: #64748b; font-weight: 500; margin: 0;
        min-height: 15px; line-height: 1.4; text-align: start;
    }
    .suggestion-price {
        color: #ff4500; font-weight: 900; font-size: 15px;
        display: block; white-space: nowrap; margin-top: 4px;
        text-align: center; width: 100%;
    }
    .add-suggestion-btn {
        width: 100%; background: #fff; color: #0a1434; border: 1.5px solid #0a1434;
        padding: 9px 10px; border-radius: 8px; font-size: 11px; font-weight: 800;
        cursor: pointer; transition: 0.2s; display: flex; align-items: center; justify-content: center; gap: 6px;
        margin-top: auto;
    }
    .add-suggestion-btn:hover { background: #ff4500; color: #fff; border-color: #ff4500; }
    .add-suggestion-btn.added { background: #28a745 !important; color: #fff !important; border-color: #28a745 !important; }
    .add-suggestion-btn.in-cart {
        background: #ecfdf5 !important; color: #047857 !important; border-color: #a7f3d0 !important;
        cursor: default; pointer-events: none;
    }
    .add-suggestion-btn.in-cart:hover {
        background: #ecfdf5 !important; color: #047857 !important; border-color: #a7f3d0 !important;
    }
    .badge-compatible {
        display: inline-block;
        background: #ecfdf5; color: #047857; border: 1px solid #a7f3d0;
        font-size: 10px; font-weight: 800; padding: 3px 12px; border-radius: 20px;
        white-space: nowrap; line-height: 1.3;
    }
    .content, .cart-page, .section-padding { overflow: visible !important; }
    .quantity-control { display: flex; align-items: center; border: 1px solid #eee; border-radius: 8px; overflow: hidden; width: fit-content; background: #fff; }
    .qty-btn { background: #f8f9fa; border: none; padding: 5px 12px; font-weight: bold; cursor: pointer; transition: 0.3s; color: #0a1434; }
    .qty-btn:hover, .qty-btn:focus { background: #ff4500; color: #fff; border: none !important; outline: none !important; box-shadow: none !important; }
    .number__field { width: 45px!important; text-align: center; border: none!important; margin: 0!important; pointer-events: none; font-weight: 700; background: transparent; }
    .slider-arrow { position: absolute; top: 50%; transform: translateY(-50%); background: rgba(10,20,52,0.8); color: #fff; width: 35px; height: 35px; border-radius: 50%; display: flex; align-items: center; justify-content: center; cursor: pointer; z-index: 10; border: none; transition: 0.3s; opacity: 0; }
    @media (min-width: 992px) {
        .slider-wrapper:hover .slider-arrow { opacity: 1; }
    }
    @media (max-width: 991px) {
        .slider-arrow { display: none !important; }
    }
    .arrow-left { left: -15px; }
    .arrow-right { right: -15px; }
    #cart-message { display: none !important; }
    .sidebar-box {
        background-color: #ffffff !important;
        border: 1px solid #f0f0f0 !important;
        border-radius: 16px;
        box-shadow: 0 5px 20px rgba(0,0,0,0.03);
        overflow: hidden;
    }
    .sidebar-box-title {
        background-color: #fff !important;
        color: #0a1434 !important;
        border-bottom: 1px solid #f0f0f0 !important;
        font-weight: 800;
        padding: 18px 20px;
        font-size: 16px;
    }
    .sidebar-box-content {
        padding: 20px;
        background-color: #ffffff !important;
        color: #0a1434 !important;
    }
    .sidebar-box .pay-btn {
        background: linear-gradient(135deg, #ff4500 0%, #ff6b3d 100%) !important;
        color: #ffffff !important;
        border-radius: 50px !important;
        padding: 12px 20px !important;
        font-weight: 800 !important;
        font-size: 16px !important;
        border: none !important;
        width: 100%;
        display: flex;
        align-items: center !important;
        justify-content: center !important;
        gap: 12px;
        box-shadow: 0 8px 20px rgba(255, 69, 0, 0.25) !important;
        transition: all 0.3s ease;
        line-height: 1 !important;
        height: 55px;
    }
    .sidebar-box .pay-btn span {
        margin-top: 2px;
    }
    .sidebar-box .pay-btn:hover {
        transform: translateY(-3px);
        box-shadow: 0 12px 25px rgba(255, 69, 0, 0.35) !important;
    }
    .cart-item-actions { display: flex; align-items: center; gap: 8px; flex-shrink: 0; }
    .cart-action-btn {
        width: 48px; height: 48px; border-radius: 12px; border: 2px solid #e2e8f0;
        background: #ffffff; color: #64748b; display: inline-flex; align-items: center;
        justify-content: center; transition: all 0.3s ease; cursor: pointer; font-size: 18px;
        box-shadow: 0 2px 8px rgba(15, 23, 42, 0.08); position: relative;
    }
    .cart-action-btn:hover { transform: translateY(-2px); box-shadow: 0 6px 14px rgba(15, 23, 42, 0.1); }
    .save-later-btn { 
        border-color: #fecaca; 
        background: #fef2f2; 
        color: #dc2626; 
    }
    .save-later-btn:hover { 
        border-color: #f87171; 
        background: #fee2e2; 
        color: #dc2626; 
        transform: translateY(-3px) scale(1.05);
    }
    .save-later-btn.active { 
        border-color: #ef4444; 
        background: #dc2626; 
        color: #ffffff; 
        box-shadow: 0 4px 12px rgba(220, 38, 38, 0.3);
    }
    .save-later-btn.active:hover {
        background: #b91c1c;
        border-color: #b91c1c;
    }
    .save-later-btn.active i { 
        animation: heartPop 0.4s ease; 
    }
    .delete-item-btn { 
        border-color: #fed7d7; 
        background: #fff5f5; 
        color: #e53e3e; 
    }
    .delete-item-btn:hover { 
        border-color: #fc8181; 
        background: #fed7d7; 
        color: #c53030; 
        transform: translateY(-3px) scale(1.05);
    }
    
    /* إضافة tooltip للأزرار */
    .cart-action-btn::before {
        content: attr(title);
        position: absolute;
        bottom: 120%;
        left: 50%;
        transform: translateX(-50%);
        background: #1a202c;
        color: white;
        padding: 6px 10px;
        border-radius: 6px;
        font-size: 12px;
        font-weight: 600;
        white-space: nowrap;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
        z-index: 1000;
    }
    .cart-action-btn::after {
        content: '';
        position: absolute;
        bottom: 110%;
        left: 50%;
        transform: translateX(-50%);
        border: 5px solid transparent;
        border-top-color: #1a202c;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
    }
    .cart-action-btn:hover::before,
    .cart-action-btn:hover::after {
        opacity: 1;
        visibility: visible;
    }
    @keyframes heartPop { 0% { transform: scale(1); } 50% { transform: scale(1.25); } 100% { transform: scale(1); } }
    .coupon-wrapper {
        position: relative;
        width: 100%;
        margin-bottom: 15px;
    }
    .coupon-input {
        width: 100%;
        height: 50px;
        background: #f8f9fa;
        border: 1px solid #e9ecef;
        border-radius: 50px !important;
        padding: 0 20px;
        padding-left: 95px;
        font-size: 13px;
        color: #0a1434;
        transition: all 0.3s ease;
        outline: none;
        font-weight: 600;
    }
    .coupon-input:focus {
        background: #fff;
        border-color: #ff4500;
        box-shadow: 0 4px 15px rgba(255, 69, 0, 0.05);
    }
    .coupon-action-btn {
        position: absolute;
        left: 5px;
        top: 5px;
        bottom: 5px;
        width: 85px;
        border-radius: 40px !important;
        background: #0a1434;
        color: #fff;
        border: none;
        font-size: 12px;
        font-weight: 800;
        cursor: pointer;
        transition: all 0.3s ease;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .coupon-action-btn:hover {
        background: #ff4500;
        transform: translateY(-1px);
    }
    .coupon-action-btn.remove-mode {
        background: #ffe5e5;
        color: #ff0000;
    }
    .coupon-action-btn.remove-mode:hover {
        background: #ff0000;
        color: #fff;
    }
    .trust-badges { 
        display: grid; 
        grid-template-columns: repeat(3, 1fr); 
        gap: 15px;
        margin-top: 25px; 
        padding-top: 20px; 
        border-top: 1px solid #f5f5f5; 
    }
    .trust-badge-item { 
        text-align: center; 
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 8px;
    }
    .trust-badge-icon {
        width: 48px;
        height: 48px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #0a1434;
        background: #f8f9fa;
        border-radius: 50%;
        margin-bottom: 5px;
        transition: 0.3s;
    }
    .trust-badge-icon svg { width: 26px; height: 26px; fill: currentColor; }
    .trust-badge-item:hover .trust-badge-icon { background: #eef2ff; color: #ff4500; }
    .trust-badge-text { font-size: 11px; color: #555; font-weight: 700; line-height: 1.3; }
    .swal2-styled {
        border: none !important;
        box-shadow: none !important;
        outline: none !important;
    }
    .qv-modal-overlay {
        position: fixed; top: 0; left: 0; width: 100%; height: 100%;
        background: rgba(0,0,0,0.6); z-index: 9999; display: none;
        align-items: center; justify-content: center; opacity: 0; transition: 0.3s;
    }
    .qv-modal-overlay.active { opacity: 1; }
    .qv-modal-content {
        background: #fff; width: 90%; max-width: 700px; border-radius: 16px;
        position: relative; overflow: hidden; transform: translateY(20px);
        transition: 0.3s; display: flex; box-shadow: 0 15px 40px rgba(0,0,0,0.2);
    }
    .qv-modal-overlay.active .qv-modal-content { transform: translateY(0); }
    .qv-close-btn {
        position: absolute; top: 15px; right: 15px; background: #f8f9fa;
        width: 35px; height: 35px; border-radius: 50%; display: flex;
        align-items: center; justify-content: center; cursor: pointer;
        z-index: 10; color: #0a1434; transition: 0.3s; font-size: 18px;
    }
    .qv-close-btn:hover { background: #ff4500; color: #fff; }
    .qv-image-col { width: 45%; background: #f8f9fa; display: flex; align-items: center; justify-content: center; padding: 20px; }
    .qv-image-col img { max-width: 100%; max-height: 250px; object-fit: contain; }
    .qv-details-col { width: 55%; padding: 30px; display: flex; flex-direction: column; justify-content: center; text-align: right; }
    .qv-brand { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 15px; align-items: center; }
    .qv-meta-badge { display: inline-flex; align-items: center; gap: 6px; padding: 6px 12px; border-radius: 6px; font-size: 12px; font-weight: 800; line-height: 1; }
    .qv-badge-brand { background: #f0f4ff; color: #0a1434; border: 1px solid #dce4fa; }
    .qv-badge-origin { background: #fff8f5; color: #ff4500; border: 1px solid #ffeadd; }
    .qv-meta-badge i { font-size: 11px; opacity: 0.8; }
    .qv-title { font-size: 18px; font-weight: 800; color: #0a1434; margin-bottom: 10px; line-height: 1.4; }
    .qv-price { font-size: 22px; color: #ff4500; font-weight: 900; margin-bottom: 15px; }
    .qv-desc { font-size: 13px; color: #666; line-height: 1.6; margin-bottom: 25px; border-bottom: 1px solid #eee; padding-bottom: 15px; }
    .qv-actions { display: flex; gap: 10px; }
    .qv-add-btn { flex: 1; background: #0a1434; color: #fff; border: none; padding: 12px; border-radius: 50px; font-weight: 800; display: flex; align-items: center; justify-content: center; gap: 8px; transition: 0.3s; cursor: pointer; }
    .qv-add-btn:hover { background: #ff4500; }
    .qv-view-btn { width: 45px; height: 45px; border: 1px solid #eee; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #0a1434; transition: 0.3s; }
    .qv-view-btn:hover { border-color: #0a1434; background: #0a1434; color: #fff; }
 @media (max-width: 768px) {
        .qv-modal-content { flex-direction: column; max-width: 90%; }
        .qv-image-col { width: 100%; height: 200px; padding: 15px; }
        .qv-details-col { width: 100%; padding: 20px; }
        .suggestion-card { min-width: min(200px, calc(100vw - 72px)); max-width: min(200px, calc(100vw - 72px)); }
        .suggestion-img-wrap { height: 120px; }
        .suggestion-slider { min-height: 290px; }
        .cart-action-btn:hover::before,
        .cart-action-btn:hover::after { display: none; }
    }

/* Bundle offers */
.premium-bundle-wrapper { background: #ffffff; border: 1px solid #e2e8f0; border-radius: 12px; padding: 16px; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03); margin-bottom: 24px; }
.bundle-meta-header { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; border-bottom: 1px solid #f1f5f9; padding-bottom: 10px; }
.bundle-tag-label { background: #0a1434; color: #ffffff; padding: 3px 10px; border-radius: 6px; font-size: 11px; font-weight: 800; white-space: nowrap; text-transform: uppercase; }
.bundle-summary-text { font-size: 13.5px; font-weight: 700; color: #0a1434; }
.bundle-main-content { display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.bundle-products-flex { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; flex: 1; }
.bundle-product-row-card { display: flex; align-items: center; gap: 12px; background: #f8fafc; padding: 8px 16px; border-radius: 8px; border: 1px solid #e2e8f0; min-width: 200px; flex: 1; max-width: 100%; position: relative; }
.bundle-product-row-card.highlighted-pair { border-color: #ff4500 !important; background: #fff8f5 !important; border-width: 2px; }
.bundle-product-row-card.in-cart-card { border-color: #0a1434 !important; background: #f0f4ff !important; border-width: 2px; }
.bundle-product-row-card img { width: 42px; height: 42px; object-fit: contain; flex-shrink: 0; }
.bundle-product-meta-data { display: flex; flex-direction: column; gap: 2px; min-width: 0; flex: 1; max-width: 100%; overflow: hidden; }
.bundle-product-meta-data .product-title { font-size: 12px; font-weight: 700; color: #1e293b; margin: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; width: 100%; display: block; }
.bundle-product-meta-data .product-cost { font-size: 11px; font-weight: 600; color: #64748b; margin: 0; }
.bundle-pair-unit { display: flex; align-items: center; width: 100%; max-width: 100%; }
.bundle-status-badge { position: absolute; top: -8px; right: 10px; font-size: 10px; font-weight: 800; padding: 2px 8px; border-radius: 6px; z-index: 2; }
.bundle-status-badge.in-cart { background: #0a1434; color: #fff; }
.bundle-status-badge.to-add { background: #ff4500; color: #fff; }
.bundle-math-sign { display: inline-flex; align-items: center; justify-content: center; width: 28px; height: 28px; margin: 0 8px; flex-shrink: 0; font-size: 17px; font-weight: 900; color: #ff4500; background: #fff3ed; border: 1.5px solid #ffd4bf; border-radius: 50%; user-select: none; line-height: 1; }
.bundle-progress-pill { background: #f1f5f9; color: #475569; font-size: 12px; font-weight: 700; padding: 5px 12px; border-radius: 20px; }
.bundle-btn-hint { display: block; font-size: 11px; font-weight: 600; opacity: 0.9; margin-top: 4px; }
.bundle-action-interactive-zone { display: flex; align-items: center; gap: 16px; justify-content: flex-end; flex-shrink: 0; }
.bundle-financial-summary { display: flex; flex-direction: column; text-align: left; justify-content: center; }
.bundle-financial-summary .strikethrough-original { font-size: 12px; color: #94a3b8; text-decoration: line-through; line-height: 1; margin-bottom: 2px; }
.bundle-financial-summary .active-bundle-price { font-size: 18px; font-weight: 900; color: #28a745; line-height: 1.2; }
.premium-bundle-wrapper .add-bundle-btn { background: #ff4500; color: #ffffff; font-weight: 800; border-radius: 8px; padding: 12px 24px; font-size: 13px; border: none; transition: all 0.2s ease; white-space: nowrap; cursor: pointer; box-shadow: 0 4px 12px rgba(255, 69, 0, 0.15); }
.premium-bundle-wrapper .add-bundle-btn:hover { background: #0a1434; box-shadow: 0 4px 12px rgba(10, 20, 52, 0.15); }
@media (max-width: 991px) {
  .bundle-main-content { flex-direction: column; align-items: stretch; gap: 14px; }
  .bundle-products-flex { flex-direction: column; justify-content: center; align-items: stretch; width: 100%; }
  .bundle-action-interactive-zone { flex-direction: column; align-items: stretch; justify-content: center; border-top: 1px dashed #e2e8f0; padding-top: 15px; gap: 15px; }
  .bundle-financial-summary { text-align: center; align-items: center; }
  .bundle-product-row-card { width: 100%; max-width: 100%; }
  .bundle-pair-unit { justify-content: flex-start; }
  .premium-bundle-wrapper .add-bundle-btn { width: 100%; justify-content: center; }
}
