/* 2026 Buying Guide Premium Badge */
.pf-guide-badge {
    background: linear-gradient(135deg, rgba(245,158,11,0.1) 0%, rgba(217,119,6,0.15) 100%);
    color: #b45309;
    border: 1px solid rgba(245,158,11,0.3);
    border-radius: 6px;
    font-size: 11.5px;
    font-weight: 700;
    transition: all 0.2s ease;
}
.pf-guide-badge:hover {
    background: linear-gradient(135deg, rgba(245,158,11,0.15) 0%, rgba(217,119,6,0.2) 100%);
    color: #92400e;
    border-color: rgba(245,158,11,0.5);
    transform: translateY(-1px);
}
.pf-guide-badge i {
    color: #d97706;
}

[data-bs-theme="dark"] .pf-guide-badge,
[data-theme="dark"] .pf-guide-badge {
    background: linear-gradient(135deg, rgba(252,211,77,0.1) 0%, rgba(245,158,11,0.15) 100%);
    color: #fcd34d;
    border-color: rgba(252,211,77,0.3);
}
[data-bs-theme="dark"] .pf-guide-badge:hover,
[data-theme="dark"] .pf-guide-badge:hover {
    color: #fde68a;
    border-color: rgba(252,211,77,0.5);
}
[data-bs-theme="dark"] .pf-guide-badge i,
[data-theme="dark"] .pf-guide-badge i {
    color: #fbbf24;
}

/* Responsive Typography for Product Detail */
@media (max-width: 767.98px) {
    .product-detail-title {
        font-size: 18px !important;
        text-align: center !important;
    }
    .main-best-price-value {
        font-size: 32px !important;
    }
    .product-image-box {
        height: 250px !important;
        max-height: 250px !important;
        margin-bottom: 0 !important;
        padding: 8px !important;
    }
    .pf-gallery-nav-btn {
        display: none !important;
    }
}
@media (min-width: 768px) {
    .product-detail-title {
        text-align: left !important;
    }
    .pf-gallery-nav-btn {
        display: flex !important;
    }
}
.main-best-price-value {
    color: var(--pf-text-primary) !important;
}

/* Fırsat İndirimi Rozeti (Beğen Butonuyla Birebir Aynı Tasarım & Karanlık Mod) */
.product-detail-opp-badge {
    height: 40px !important;
    padding: 0 14px !important;
    border-radius: 50px !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    white-space: nowrap !important;
    gap: 6px !important;
    background: var(--pf-bg-card, #ffffff) !important;
    border: 1px solid var(--pf-border, #e2e8f0) !important;
    color: var(--pf-text-primary, #0f172a) !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.02) !important;
    transition: all 0.2s ease !important;
}
.product-detail-opp-badge i {
    font-size: 11px !important;
    color: var(--pf-text-primary, #0f172a) !important;
}
[data-theme="dark"] .product-detail-opp-badge,
[data-bs-theme="dark"] .product-detail-opp-badge,
body.dark-mode .product-detail-opp-badge,
html.dark .product-detail-opp-badge,
:root[data-theme="dark"] .product-detail-opp-badge {
    background: var(--pf-bg-card, #1e2132) !important;
    border-color: var(--pf-border, #2a2e3f) !important;
    color: var(--pf-text-primary, #f8fafc) !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4) !important;
}
[data-theme="dark"] .product-detail-opp-badge i,
[data-bs-theme="dark"] .product-detail-opp-badge i,
body.dark-mode .product-detail-opp-badge i,
html.dark .product-detail-opp-badge i,
:root[data-theme="dark"] .product-detail-opp-badge i {
    color: var(--pf-text-primary, #f8fafc) !important;
}
@media (max-width: 767.98px) {
    .product-detail-opp-badge {
        height: 38px !important;
        min-height: 38px !important;
        max-height: 38px !important;
        padding: 0 10px !important;
        border-radius: 50px !important;
        font-size: 12px !important;
        font-weight: 700 !important;
        gap: 4px !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        white-space: nowrap !important;
        line-height: 1 !important;
        box-sizing: border-box !important;
    }
    .product-detail-opp-badge i {
        font-size: 10px !important;
        line-height: 1 !important;
    }
}

/* Karşılaştır Butonu (Hap / Rozet Tasarımı - İkon ve Metin) */
.pf-product-detail-compare-btn {
    height: 40px !important;
    padding: 0 14px !important;
    border-radius: 50px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    white-space: nowrap !important;
    background: var(--pf-bg-card, #ffffff) !important;
    border: 1px solid var(--pf-border, #e2e8f0) !important;
    color: #475569 !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.02) !important;
    transition: all 0.2s ease !important;
    cursor: pointer !important;
    width: auto !important;
}
.pf-product-detail-compare-btn i {
    font-size: 14px !important;
}
.pf-product-detail-compare-btn:hover {
    border-color: var(--pf-accent, #0f4c81) !important;
    color: var(--pf-accent, #0f4c81) !important;
    transform: translateY(-1px);
}
.pf-product-detail-compare-btn.is-active {
    color: #1d4ed8 !important;
    background: rgba(37, 99, 235, 0.12) !important;
    border-color: #1d4ed8 !important;
}
[data-theme="dark"] .pf-product-detail-compare-btn,
[data-bs-theme="dark"] .pf-product-detail-compare-btn,
body.dark-mode .pf-product-detail-compare-btn,
html.dark .pf-product-detail-compare-btn,
:root[data-theme="dark"] .pf-product-detail-compare-btn {
    background: var(--pf-bg-card, #1e2132) !important;
    border-color: var(--pf-border, #2a2e3f) !important;
    color: var(--pf-text-secondary, #94a3b8) !important;
}
[data-theme="dark"] .pf-product-detail-compare-btn:hover,
[data-bs-theme="dark"] .pf-product-detail-compare-btn:hover,
body.dark-mode .pf-product-detail-compare-btn:hover,
html.dark .pf-product-detail-compare-btn:hover,
:root[data-theme="dark"] .pf-product-detail-compare-btn:hover {
    border-color: #60a5fa !important;
    color: #60a5fa !important;
}
[data-theme="dark"] .pf-product-detail-compare-btn.is-active,
[data-bs-theme="dark"] .pf-product-detail-compare-btn.is-active,
body.dark-mode .pf-product-detail-compare-btn.is-active,
html.dark .pf-product-detail-compare-btn.is-active,
:root[data-theme="dark"] .pf-product-detail-compare-btn.is-active {
    color: #60a5fa !important;
    background: rgba(37, 99, 235, 0.25) !important;
    border-color: #60a5fa !important;
}
@media (max-width: 767.98px) {
    .product-header-actions {
        gap: 6px !important;
    }
    .product-header-actions .product-detail-action-btn,
    .product-header-actions .pf-product-detail-compare-btn,
    .product-header-actions .toggle-action-btn,
    .product-header-actions .share-action-btn {
        width: 38px !important;
        height: 38px !important;
        min-width: 38px !important;
        min-height: 38px !important;
        max-width: 38px !important;
        max-height: 38px !important;
        padding: 0 !important;
        border-radius: 50% !important;
        font-size: 14px !important;
        line-height: 1 !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 0 !important;
        flex-shrink: 0 !important;
        box-sizing: border-box !important;
    }
    .pf-product-detail-compare-btn .pf-compare-btn-text {
        display: none !important;
    }
    .pf-product-detail-compare-btn i {
        font-size: 14px !important;
        line-height: 1 !important;
    }
}

/* Geliştirilmiş Meta Cümle Stili (X Mağaza içinde kargo dahil en ucuz fiyat) */
.pf-meta-best-offer {
    display: inline-flex !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 4px 6px !important;
    font-size: 13.5px !important;
    font-weight: 500 !important;
    color: var(--pf-text-secondary, #64748b) !important;
    line-height: 1.4 !important;
    vertical-align: middle !important;
}
.pf-meta-best-offer .text-nowrap {
    white-space: nowrap !important;
    flex-shrink: 0 !important;
}
.pf-meta-best-offer .pf-meta-icon {
    opacity: 0.75 !important;
    font-size: 12.5px !important;
}
.pf-meta-best-offer .pf-meta-shipping {
    color: #047857 !important; /* WCAG 4.5:1 uyumlu sakin zümrüt yeşili */
    font-weight: 600 !important;
}
.pf-meta-best-offer .pf-meta-shipping-icon {
    font-size: 12.5px !important;
    opacity: 0.9 !important;
}
.pf-meta-best-offer .pf-meta-price-label {
    color: var(--pf-text-secondary, #475569) !important;
    font-weight: 500 !important;
}
.pf-market-insight-trigger,
button.pf-market-insight-trigger {
    background: transparent !important;
    color: var(--pf-text-muted, #94a3b8) !important;
    width: auto !important;
    height: auto !important;
    min-width: 0 !important;
    min-height: 0 !important;
    max-width: none !important;
    max-height: none !important;
    padding: 0 !important;
    margin: 0 0 0 3px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 13.5px !important;
    cursor: pointer !important;
    line-height: 1 !important;
    vertical-align: middle !important;
    flex-shrink: 0 !important;
    border: none !important;
    box-shadow: none !important;
    opacity: 0.75 !important;
    transition: opacity 0.15s ease, color 0.15s ease, transform 0.15s ease !important;
    position: relative !important;
    -webkit-tap-highlight-color: transparent !important;
}
.pf-market-insight-trigger i {
    font-size: 13.5px !important;
    line-height: 1 !important;
    display: inline-block !important;
}
.pf-market-insight-trigger:hover,
.pf-market-insight-trigger:focus,
.pf-market-insight-trigger[aria-expanded="true"] {
    opacity: 1 !important;
    color: var(--pf-accent, #0f4c81) !important;
    background: transparent !important;
    transform: scale(1.1) !important;
}
@media (max-width: 767.98px) {
    .pf-meta-best-offer {
        font-size: 12px !important;
        gap: 3px 5px !important;
    }
    .pf-meta-best-offer .pf-meta-icon,
    .pf-meta-best-offer .pf-meta-shipping-icon {
        font-size: 11.5px !important;
    }
    .pf-market-insight-trigger,
    button.pf-market-insight-trigger {
        font-size: 12px !important;
        width: auto !important;
        height: auto !important;
        min-width: 0 !important;
        min-height: 0 !important;
        margin-left: 2px !important;
        opacity: 0.8 !important;
    }
    .pf-market-insight-trigger i {
        font-size: 12px !important;
    }
    /* Mobilde dokunması kolay olsun diye görünmeyen 30px dokunma alanı */
    .pf-market-insight-trigger::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 30px;
        height: 30px;
        pointer-events: auto;
    }
}
[data-theme="dark"] .pf-meta-best-offer,
[data-bs-theme="dark"] .pf-meta-best-offer,
body.dark-mode .pf-meta-best-offer,
html.dark .pf-meta-best-offer {
    color: #94a3b8 !important;
}
[data-theme="dark"] .pf-meta-best-offer .pf-meta-shipping,
[data-bs-theme="dark"] .pf-meta-best-offer .pf-meta-shipping,
body.dark-mode .pf-meta-best-offer .pf-meta-shipping,
html.dark .pf-meta-best-offer .pf-meta-shipping {
    color: #34d399 !important;
}
[data-theme="dark"] .pf-meta-best-offer .pf-meta-price-label,
[data-bs-theme="dark"] .pf-meta-best-offer .pf-meta-price-label,
body.dark-mode .pf-meta-best-offer .pf-meta-price-label,
html.dark .pf-meta-best-offer .pf-meta-price-label {
    color: #cbd5e1 !important;
}
[data-theme="dark"] .pf-market-insight-trigger,
[data-bs-theme="dark"] .pf-market-insight-trigger,
body.dark-mode .pf-market-insight-trigger,
html.dark .pf-market-insight-trigger {
    background: transparent !important;
    color: #94a3b8 !important;
}
[data-theme="dark"] .pf-market-insight-trigger:hover,
[data-bs-theme="dark"] .pf-market-insight-trigger:hover,
body.dark-mode .pf-market-insight-trigger:hover,
html.dark .pf-market-insight-trigger:hover,
[data-theme="dark"] .pf-market-insight-trigger[aria-expanded="true"],
[data-bs-theme="dark"] .pf-market-insight-trigger[aria-expanded="true"],
body.dark-mode .pf-market-insight-trigger[aria-expanded="true"],
html.dark .pf-market-insight-trigger[aria-expanded="true"] {
    background: transparent !important;
    color: #38bdf8 !important;
    opacity: 1 !important;
}

/* Fiyat Yanı Alarm Kur Butonu (Şık & Modern Tasarım) */
.pf-price-alarm-combo-row {
    margin-bottom: 6px;
}
.pf-price-action-buttons-wrap {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.pf-price-alarm-action-btn {
    display: inline-flex !important;
    align-items: center !important;
    gap: 7px !important;
    padding: 5px 14px 5px 6px !important;
    border-radius: 50px !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    background: rgba(15, 76, 129, 0.06) !important;
    border: 1.5px solid rgba(15, 76, 129, 0.2) !important;
    color: var(--pf-accent, #0f4c81) !important;
    box-shadow: 0 2px 8px rgba(15, 76, 129, 0.05) !important;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1) !important;
    cursor: pointer !important;
    user-select: none !important;
    text-decoration: none !important;
}
.pf-price-alarm-action-btn .pf-alarm-btn-icon-wrap {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: rgba(15, 76, 129, 0.1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13.5px;
    color: var(--pf-accent, #0f4c81);
    transition: all 0.25s ease;
}
.pf-price-alarm-action-btn:hover {
    background: var(--pf-accent, #0f4c81) !important;
    border-color: var(--pf-accent, #0f4c81) !important;
    color: #ffffff !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 4px 14px rgba(15, 76, 129, 0.25) !important;
}
.pf-price-alarm-action-btn:hover .pf-alarm-btn-icon-wrap {
    background: rgba(255, 255, 255, 0.22) !important;
    color: #ffffff !important;
}
.pf-price-alarm-action-btn.is-active {
    background: rgba(16, 185, 129, 0.1) !important;
    border-color: rgba(16, 185, 129, 0.4) !important;
    color: #059669 !important;
}
.pf-price-alarm-action-btn.is-active .pf-alarm-btn-icon-wrap {
    background: rgba(16, 185, 129, 0.2);
    color: #059669;
}
.pf-price-alarm-action-btn.is-active:hover {
    background: #059669 !important;
    border-color: #059669 !important;
    color: #ffffff !important;
    box-shadow: 0 4px 14px rgba(16, 185, 129, 0.25) !important;
}
.pf-price-alarm-action-btn.is-active:hover .pf-alarm-btn-icon-wrap {
    background: rgba(255, 255, 255, 0.22) !important;
    color: #ffffff !important;
}
/* Fiyat Yanı Karşılaştır Butonu (Şık & Modern Tasarım) */
.pf-price-compare-action-btn {
    display: inline-flex !important;
    align-items: center !important;
    gap: 7px !important;
    padding: 5px 14px 5px 6px !important;
    border-radius: 50px !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    background: rgba(15, 76, 129, 0.06) !important;
    border: 1.5px solid rgba(15, 76, 129, 0.2) !important;
    color: var(--pf-accent, #0f4c81) !important;
    box-shadow: 0 2px 8px rgba(15, 76, 129, 0.05) !important;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1) !important;
    cursor: pointer !important;
    user-select: none !important;
    text-decoration: none !important;
}
.pf-price-compare-action-btn .pf-compare-btn-icon-wrap {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: rgba(15, 76, 129, 0.1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: var(--pf-accent, #0f4c81);
    transition: all 0.25s ease;
}
.pf-price-compare-action-btn:hover {
    background: var(--pf-accent, #0f4c81) !important;
    border-color: var(--pf-accent, #0f4c81) !important;
    color: #ffffff !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 4px 14px rgba(15, 76, 129, 0.25) !important;
}
.pf-price-compare-action-btn:hover .pf-compare-btn-icon-wrap {
    background: rgba(255, 255, 255, 0.22) !important;
    color: #ffffff !important;
}
.pf-price-compare-action-btn.is-active {
    background: linear-gradient(135deg, #0f4c81 0%, #1d4ed8 100%) !important;
    border-color: #0f4c81 !important;
    color: #ffffff !important;
    box-shadow: 0 4px 14px rgba(15, 76, 129, 0.3) !important;
}
.pf-price-compare-action-btn.is-active .pf-compare-btn-icon-wrap {
    background: rgba(255, 255, 255, 0.25) !important;
    color: #ffffff !important;
}
@media (max-width: 575.98px) {
    .pf-price-alarm-combo-row {
        flex-direction: column !important;
        gap: 10px !important;
        align-items: center !important;
    }
    .pf-price-action-buttons-wrap {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 8px !important;
        width: 100% !important;
        flex-wrap: nowrap !important;
    }
    .pf-price-alarm-action-btn,
    .pf-price-compare-action-btn {
        font-size: 12px !important;
        padding: 4px 11px 4px 5px !important;
        gap: 6px !important;
        white-space: nowrap !important;
        flex: 0 1 auto !important;
    }
    .pf-price-alarm-action-btn .pf-alarm-btn-icon-wrap,
    .pf-price-compare-action-btn .pf-compare-btn-icon-wrap {
        width: 24px !important;
        height: 24px !important;
        font-size: 12px !important;
    }
}

/* ==========================================================
   Varyant Bölümü - Mobilde 2 Satır Sağa Kaydırılabilir Düzen
   ========================================================== */
.pf-variant-matrix-card {
    position: relative;
    overflow: hidden;
}

.pf-variant-scroll-row {
    position: relative;
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
    -webkit-overflow-scrolling: touch !important;
}

.pf-variant-scroll-row::-webkit-scrollbar {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
}

/* Ortak Kutu Stilleri */
.pf-opt-pill,
.pf-col-chip,
.pf-fallback-chip {
    height: 46px !important;
    min-height: 46px !important;
    max-height: 46px !important;
    border-radius: 8px !important;
    text-decoration: none !important;
    display: inline-flex !important;
    align-items: stretch !important;
    overflow: hidden !important;
    transition: all 0.2s ease !important;
    box-sizing: border-box !important;
    background: var(--pf-bg);
    border: 1px solid var(--pf-border);
    color: var(--pf-text-primary);
    flex-shrink: 0 !important;
    white-space: nowrap !important;
}

.pf-opt-pill:hover,
.pf-col-chip:hover,
.pf-fallback-chip:hover {
    border-color: #0f4c81 !important;
    transform: translateY(-1px) !important;
}

.pf-opt-pill.is-active,
.pf-col-chip.is-active {
    border: 2px solid #0f4c81 !important;
    background: rgba(15, 76, 129, 0.07) !important;
    color: #0f4c81 !important;
    box-shadow: 0 2px 6px rgba(15, 76, 129, 0.12) !important;
}

/* Renk Seçimi - Solu Tam Kaplayan Kare Renk Bloğu */
.pf-color-swatch-square {
    width: 44px !important;
    min-width: 44px !important;
    max-width: 44px !important;
    height: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
    position: relative !important;
}

/* Kutu İçi Metin Bilgileri - Sola Dayalı 2 Satır */
.pf-variant-info {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: flex-start !important;
    text-align: left !important;
    padding: 3px 10px !important;
    min-width: 70px !important;
    flex-grow: 1 !important;
    overflow: hidden !important;
}

.pf-variant-info .pf-variant-name {
    font-size: 12.5px !important;
    font-weight: 700 !important;
    line-height: 1.25 !important;
    color: var(--pf-text-primary) !important;
    text-align: left !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: block !important;
    max-width: 100% !important;
}

.pf-variant-info .pf-variant-price {
    font-size: 10.5px !important;
    font-weight: 600 !important;
    line-height: 1.25 !important;
    color: var(--pf-text-muted) !important;
    margin-top: 1px !important;
    text-align: left !important;
    white-space: nowrap !important;
    display: block !important;
}

.pf-opt-pill.is-active .pf-variant-info .pf-variant-price,
.pf-col-chip.is-active .pf-variant-info .pf-variant-price {
    color: #0f4c81 !important;
    font-weight: 700 !important;
}

.pf-col-chip.is-out-of-stock:not(.is-active),
.pf-opt-pill.is-out-of-stock:not(.is-active),
.pf-fallback-chip.is-out-of-stock {
    opacity: 0.8 !important;
}

.pf-variant-info .pf-variant-price.is-out-of-stock,
.pf-opt-pill.is-active .pf-variant-info .pf-variant-price.is-out-of-stock,
.pf-col-chip.is-active .pf-variant-info .pf-variant-price.is-out-of-stock {
    color: #dc2626 !important;
    font-size: 10px !important;
    font-weight: 600 !important;
}

[data-theme="dark"] .pf-variant-info .pf-variant-price.is-out-of-stock,
[data-bs-theme="dark"] .pf-variant-info .pf-variant-price.is-out-of-stock,
body.dark-mode .pf-variant-info .pf-variant-price.is-out-of-stock,
html.dark .pf-variant-info .pf-variant-price.is-out-of-stock,
:root[data-theme="dark"] .pf-variant-info .pf-variant-price.is-out-of-stock {
    color: #f87171 !important;
}

/* Mobilde Yan Yana Tek Satır Sağa Kaydırılabilir Düzen */
@media (max-width: 767.98px) {
    .pf-variant-matrix-card {
        padding: 12px 14px !important;
        border-radius: 12px !important;
    }

    .pf-variant-scroll-row {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        align-items: center !important;
        gap: 8px !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        -webkit-overflow-scrolling: touch !important;
        scroll-snap-type: x proximity;
        scroll-behavior: smooth;
        padding-top: 4px !important;
        padding-bottom: 8px !important;
        margin-top: -4px !important;
        margin-bottom: -8px !important;
        touch-action: pan-x pan-y;
        cursor: grab;
    }

    .pf-variant-scroll-row:active {
        cursor: grabbing;
    }

    .pf-variant-scroll-row::after {
        content: '';
        display: block;
        min-width: 10px;
        width: 10px;
        height: 1px;
        flex-shrink: 0;
    }

    .pf-variant-scroll-row > a {
        scroll-snap-align: start;
        user-select: none;
        flex-shrink: 0 !important;
    }
}

/* Masaüstü (min-width: 768px) */
@media (min-width: 768px) {
    .pf-variant-scroll-row {
        display: flex !important;
        flex-wrap: wrap !important;
        overflow-x: visible !important;
        gap: 8px !important;
    }
}

/* Dark Mode Uyumlu Varyant Vurguları */
[data-theme="dark"] .pf-opt-pill,
[data-bs-theme="dark"] .pf-opt-pill,
body.dark-mode .pf-opt-pill,
html.dark .pf-opt-pill,
:root[data-theme="dark"] .pf-opt-pill,
[data-theme="dark"] .pf-col-chip,
[data-bs-theme="dark"] .pf-col-chip,
body.dark-mode .pf-col-chip,
html.dark .pf-col-chip,
:root[data-theme="dark"] .pf-col-chip,
[data-theme="dark"] .pf-fallback-chip,
[data-bs-theme="dark"] .pf-fallback-chip,
body.dark-mode .pf-fallback-chip,
html.dark .pf-fallback-chip,
:root[data-theme="dark"] .pf-fallback-chip {
    background: var(--pf-bg-card, #1e2132) !important;
    border-color: var(--pf-border, #2a2e3f) !important;
    color: var(--pf-text-primary, #f8fafc) !important;
}

[data-theme="dark"] .pf-opt-pill.is-active,
[data-bs-theme="dark"] .pf-opt-pill.is-active,
body.dark-mode .pf-opt-pill.is-active,
html.dark .pf-opt-pill.is-active,
:root[data-theme="dark"] .pf-opt-pill.is-active,
[data-theme="dark"] .pf-col-chip.is-active,
[data-bs-theme="dark"] .pf-col-chip.is-active,
body.dark-mode .pf-col-chip.is-active,
html.dark .pf-col-chip.is-active,
:root[data-theme="dark"] .pf-col-chip.is-active {
    background: rgba(59, 130, 246, 0.18) !important;
    border-color: #3b82f6 !important;
    color: #60a5fa !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4) !important;
}

[data-theme="dark"] .is-active .pf-variant-info .pf-variant-price,
[data-bs-theme="dark"] .is-active .pf-variant-info .pf-variant-price,
body.dark-mode .is-active .pf-variant-info .pf-variant-price,
html.dark .is-active .pf-variant-info .pf-variant-price,
:root[data-theme="dark"] .is-active .pf-variant-info .pf-variant-price {
    color: #93c5fd !important;
}

/* ==========================================================
   Stoktaki Mağazalar ve Fiyatlar - Yükseklik, 2 Satır İsim & Git İkonu
   ========================================================== */
#sellers-section {
    position: relative;
    padding: 0 !important;
}

#sellers-section .pf-card-header {
    padding: 16px 20px;
    margin-bottom: 0;
    border-bottom: 1px solid var(--pf-border, #e2e8f0);
}

/* -------------------------------------------------------------
 * NEKAÇA PREMİUM SATICI SATIRI & MODERN MİMARİ
 * Satıcılar tek çizgi ile ayrılır, kart radiusu yoktur
 * ------------------------------------------------------------- */
.pf-seller-row {
    display: grid;
    grid-template-columns: 175px minmax(260px, 1fr) 135px 165px 140px;
    align-items: center;
    gap: 16px;
    padding: 16px 20px;
    background: var(--pf-bg-card, #ffffff);
    border: none !important;
    border-bottom: 1px solid var(--pf-border, #e2e8f0) !important;
    border-radius: 0 !important;
    margin-bottom: 0 !important;
    transition: background-color 0.18s ease;
    position: relative;
}
.pf-seller-row:last-child,
.pf-seller-row.is-last-visible {
    border-bottom: none !important;
}
.pf-seller-row:hover {
    background: var(--pf-bg-hover, rgba(15, 76, 129, 0.025));
    box-shadow: none;
    transform: none;
}

/* 1. SÜTUN: MAĞAZA / SATICI KİMLİĞİ VE LOGO (SOL) */
.pf-seller-col-store {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}
.pf-seller-store-logo {
    width: 44px;
    height: 44px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border: 1px solid rgba(0,0,0,0.08);
    border-radius: 9px;
    padding: 4px;
    overflow: hidden;
}
.pf-seller-store-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.pf-seller-store-info {
    display: flex;
    flex-direction: column;
    min-width: 0;
}
.pf-seller-store-name {
    font-size: 13.5px;
    font-weight: 700;
    line-height: 1.25;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.pf-seller-store-name a {
    color: var(--pf-text-primary, #0f172a);
    text-decoration: none;
}
.pf-seller-store-name a:hover {
    color: var(--pf-accent, #0f4c81);
    text-decoration: underline;
}
.pf-seller-store-domain {
    font-size: 11px;
    color: var(--pf-text-secondary, #64748b);
    line-height: 1.25;
}
.pf-seller-store-city {
    font-size: 10.5px;
    color: var(--pf-text-secondary, #64748b);
    line-height: 1.25;
    margin-top: 1px;
}
.pf-badge-boosted {
    font-size: 9.5px !important;
    padding: 2px 6px !important;
    border-radius: 4px !important;
    width: fit-content;
    margin-top: 2px;
}

/* 2. SÜTUN: ÜRÜN BİLGİSİ, SLOGAN & KART KAPSÜLLERİ (GENİŞ ORTA) */
.pf-seller-col-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-width: 0;
    width: 100%;
}
.pf-seller-prod-title a {
    color: var(--pf-accent, #0f4c81);
    font-size: 14.5px;
    font-weight: 700;
    line-height: 1.35;
    text-decoration: none;
    transition: color 0.15s ease;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.pf-seller-prod-title a:hover {
    color: #1d4ed8;
    text-decoration: underline;
}
.pf-seller-variant-badge {
    display: inline-flex;
    align-items: center;
    gap: 4.5px;
    font-size: 11px;
    font-weight: 600;
    padding: 1.5px 6.5px;
    margin-right: 6px;
    border-radius: 5px;
    background: #ffffff;
    color: #334155;
    border: 1px solid #cbd5e1;
    vertical-align: 1.5px;
    line-height: 1.25;
    text-decoration: none !important;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}
.pf-seller-prod-title a:hover .pf-seller-variant-badge {
    text-decoration: none !important;
    color: #1e293b;
}
.pf-seller-variant-badge .pf-color-swatch-dot {
    width: 7.5px;
    height: 7.5px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.22);
    display: inline-block;
    flex-shrink: 0;
}
.pf-seller-slogan-text {
    font-size: 11.5px;
    color: var(--pf-text-secondary, #64748b);
    line-height: 1.3;
    margin-top: 2px;
}
.pf-promo-pill {
    background: #fffbeb;
    border: 1px solid #fef3c7;
    color: #b45309;
    font-size: 11px;
    font-weight: 600;
    padding: 2px 7px;
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
    gap: 3px;
}
.pf-promo-pill code {
    background: #ffffff;
    border: 1px solid #fde68a;
    padding: 0 4px;
    border-radius: 3px;
    font-size: 10px;
    color: #92400e;
}

/* MODERN SEGMENTLİ KAPSÜLLER */
.pf-capsule-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
    max-width: 100%;
}
.pf-promo-card-capsule,
.pf-akakce-card-capsule {
    display: inline-flex;
    align-items: center;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 7px;
    padding: 3.5px 7px;
    font-size: 11.5px;
    line-height: 1.35;
    color: var(--pf-text-primary, #0f172a);
    width: 330px;
    max-width: 100%;
    box-sizing: border-box;
    transition: all 0.18s ease;
}
.pf-promo-card-capsule:hover,
.pf-akakce-card-capsule:hover {
    background: #f1f5f9;
    border-color: #cbd5e1;
}
.pf-capsule-divider {
    color: #cbd5e1;
    font-weight: 300;
    user-select: none;
    font-size: 11px;
    width: 12px;
    flex-shrink: 0;
    text-align: center;
    display: inline-block;
}

/* KAPSÜL DARK MODE */
html.dark .pf-promo-card-capsule,
body.dark-mode .pf-promo-card-capsule,
[data-theme="dark"] .pf-promo-card-capsule,
html.dark .pf-akakce-card-capsule,
body.dark-mode .pf-akakce-card-capsule,
[data-theme="dark"] .pf-akakce-card-capsule {
    background: rgba(255, 255, 255, 0.04) !important;
    border-color: rgba(255, 255, 255, 0.1) !important;
    color: #f8fafc !important;
}
html.dark .pf-promo-card-capsule:hover,
body.dark-mode .pf-promo-card-capsule:hover,
[data-theme="dark"] .pf-promo-card-capsule:hover,
html.dark .pf-akakce-card-capsule:hover,
body.dark-mode .pf-akakce-card-capsule:hover,
[data-theme="dark"] .pf-akakce-card-capsule:hover {
    background: rgba(255, 255, 255, 0.08) !important;
    border-color: rgba(255, 255, 255, 0.15) !important;
}
html.dark .pf-capsule-divider,
body.dark-mode .pf-capsule-divider,
[data-theme="dark"] .pf-capsule-divider {
    color: rgba(255, 255, 255, 0.2) !important;
}
html.dark .pf-capsule-card-name,
body.dark-mode .pf-capsule-card-name,
[data-theme="dark"] .pf-capsule-card-name,
html.dark .pf-capsule-text,
body.dark-mode .pf-capsule-text,
[data-theme="dark"] .pf-capsule-text {
    color: #f8fafc !important;
}
.pf-capsule-card-name {
    font-weight: 700;
    color: var(--pf-text-primary, #0f172a);
    display: inline-flex;
    align-items: center;
    gap: 5px;
    width: 64px;
    flex-shrink: 0;
    white-space: nowrap;
}
.pf-capsule-card-name img {
    flex-shrink: 0;
}
.pf-capsule-points {
    color: var(--pf-text-primary, #0f172a);
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    width: 104px;
    flex-shrink: 0;
    white-space: nowrap;
}
.pf-capsule-inst {
    color: var(--pf-text-primary, #0f172a);
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    width: 124px;
    flex-shrink: 0;
    white-space: nowrap;
}
.pf-seller-card-link {
    font-size: 11px;
    font-weight: 600;
    color: var(--pf-accent, #0f4c81);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 3px;
    margin-top: 3px;
    transition: opacity 0.15s ease;
}
.pf-seller-card-link:hover {
    text-decoration: underline;
    opacity: 0.85;
}

/* 3. SÜTUN: TESLİMAT & STOK */
.pf-seller-col-delivery {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 3px;
    font-size: 12px;
    min-width: 0;
}
.pf-delivery-stock {
    font-size: 12px;
}
.pf-delivery-speed {
    font-size: 12px;
    font-weight: 700;
    color: #047857;
    line-height: 1.3;
}
.pf-delivery-carrier,
.pf-delivery-time {
    font-size: 11px;
    color: var(--pf-text-secondary, #64748b);
    line-height: 1.3;
    display: inline-flex;
    align-items: center;
}

/* 4. SÜTUN: FİYAT VE KARGO (SAĞ ORTA) */
.pf-seller-col-price {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    text-align: right;
    min-width: 0;
}
.pf-price-badge-wrap {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}
.pf-badge-enucuz-kargo {
    background: #0f172a;
    color: #ffffff;
    font-size: 10px;
    font-weight: 600;
    padding: 3px 8px;
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
    letter-spacing: -0.1px;
    text-transform: uppercase;
    box-shadow: 0 2px 4px rgba(0,0,0,0.08);
}
.pf-badge-enucuz-kargo strong {
    color: #38bdf8;
    margin-left: 4px;
    font-weight: 800;
}
.pf-badge-enucuz {
    background: #0f4c81;
    color: #ffffff;
    font-size: 10px;
    font-weight: 800;
    padding: 3px 8px;
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
    letter-spacing: -0.1px;
    text-transform: uppercase;
}
.pf-price-old {
    font-size: 13px;
    font-weight: 500;
    color: var(--pf-text-muted, #94a3b8);
    text-decoration: line-through;
    line-height: 1.2;
    margin-bottom: 2px;
}
.pf-price-main {
    display: flex;
    align-items: baseline;
    justify-content: flex-end;
    line-height: 1.1;
    color: var(--pf-text-primary, #0f172a);
}
.pf-price-val-int {
    font-size: 24px;
    font-weight: 800;
    letter-spacing: -0.5px;
    color: var(--pf-text-primary, #0f172a);
}
.pf-price-val-dec {
    font-size: 15px;
    font-weight: 700;
    color: var(--pf-text-primary, #0f172a);
    margin-left: 1px;
}
.pf-shipping-free {
    font-size: 12px;
    font-weight: 700;
    color: #047857;
    display: inline-flex;
    align-items: center;
}
.pf-shipping-fee {
    font-size: 11.5px;
    font-weight: 600;
    color: var(--pf-text-secondary, #64748b);
    display: inline-flex;
    align-items: center;
}

/* 5. SÜTUN: AKSİYON BUTONU */
.pf-seller-col-action {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.pf-seller-go-btn {
    height: 38px;
    padding: 0 16px;
    border-radius: 9px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    background: linear-gradient(135deg, #0f4c81 0%, #1e3a8a 100%) !important;
    color: #ffffff !important;
    text-decoration: none !important;
    border: none;
    box-shadow: 0 3px 10px rgba(15, 76, 129, 0.28);
    transition: all 0.22s cubic-bezier(0.4, 0, 0.2, 1);
    flex-shrink: 0;
    cursor: pointer;
    white-space: nowrap;
}
.pf-seller-go-btn .pf-seller-btn-text {
    font-size: 13px;
    font-weight: 700;
    color: #ffffff;
}
.pf-seller-go-btn .pf-seller-go-icon {
    font-size: 13px;
    font-weight: 800;
    color: #ffffff;
    transition: transform 0.2s ease;
}
.pf-seller-go-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 5px 14px rgba(15, 76, 129, 0.38);
    color: #ffffff !important;
}
.pf-seller-go-btn:hover .pf-seller-go-icon {
    transform: translate(2px, -2px);
}
.pf-buybox-go-icon {
    font-size: 14px;
    font-weight: 800;
    transition: transform 0.2s ease;
    display: inline-block;
}
.pf-buybox-btn-mounted:hover .pf-buybox-go-icon {
    transform: translate(2px, -2px);
}
.pf-seller-go-btn.is-disabled {
    background: #9ca3af !important;
    box-shadow: none !important;
    opacity: 0.5 !important;
    cursor: not-allowed !important;
    transform: none !important;
    pointer-events: none;
}

/* RESPONSIVE KURALLAR */
@media (min-width: 768px) and (max-width: 991.98px) {
    .pf-seller-row {
        grid-template-columns: 150px 1fr 150px 130px;
        gap: 12px;
        padding: 14px 16px;
    }
    .pf-seller-col-delivery {
        display: none !important;
    }
}
.pf-seller-row[style*="display: none"] {
    display: none !important;
}
@media (max-width: 767.98px) {
    .pf-seller-row {
        display: grid;
        grid-template-columns: 1fr auto !important;
        grid-template-areas: 
            "store price"
            "info info"
            "delivery action" !important;
        gap: 10px !important;
        padding: 14px 16px !important;
        align-items: center !important;
    }
    .pf-seller-col-store {
        grid-area: store;
        justify-self: start;
        align-self: center;
        min-width: 0;
    }
    .pf-seller-col-price {
        grid-area: price;
        align-items: flex-end;
        text-align: right;
        justify-self: end;
        min-width: 0;
    }
    .pf-seller-col-info {
        grid-area: info;
        padding-bottom: 8px !important;
        border-bottom: 1px dashed var(--pf-border, #e2e8f0) !important;
    }
    .pf-seller-col-delivery {
        grid-area: delivery;
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        justify-content: center !important;
        gap: 2px !important;
        min-width: 0 !important;
        width: auto !important;
        padding-top: 0 !important;
        border-top: none !important;
    }
    .pf-delivery-stock {
        font-size: 11.5px !important;
        line-height: 1.2 !important;
    }
    .pf-delivery-stock .badge {
        font-size: 11px !important;
        padding: 3px 8px !important;
        font-weight: 700 !important;
        border-radius: 6px !important;
    }
    .pf-delivery-speed {
        font-size: 11px !important;
        font-weight: 700 !important;
        color: #047857 !important;
        line-height: 1.25 !important;
    }
    .pf-delivery-carrier,
    .pf-delivery-time {
        font-size: 11px !important;
        color: var(--pf-text-secondary, #64748b) !important;
        line-height: 1.25 !important;
        display: inline-flex !important;
        align-items: center !important;
        white-space: nowrap !important;
    }
    .pf-seller-col-action {
        grid-area: action;
        width: auto !important;
        display: flex !important;
        align-items: center !important;
        justify-content: flex-end !important;
        padding-top: 0 !important;
    }
    .pf-seller-go-btn {
        width: auto !important;
        min-width: 0 !important;
        max-width: none !important;
        min-height: auto !important;
        max-height: none !important;
        height: 38px !important;
        padding: 0 16px !important;
        border-radius: 9px !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 6px !important;
        white-space: nowrap !important;
        box-shadow: 0 2px 8px rgba(15, 76, 129, 0.25) !important;
    }
    .pf-seller-go-btn .pf-seller-btn-text {
        font-size: 13px !important;
        font-weight: 700 !important;
        display: inline !important;
    }
    .pf-seller-go-btn .pf-seller-go-icon {
        font-size: 13px !important;
        display: inline-block !important;
    }
    nav[aria-label="breadcrumb"] {
        padding-left: 12px !important;
        padding-right: 14px !important;
        margin-bottom: 12px !important;
        box-sizing: border-box !important;
        width: 100% !important;
    }
    nav[aria-label="breadcrumb"] .breadcrumb {
        padding: 0 !important;
        margin: 0 !important;
        display: flex !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        -webkit-overflow-scrolling: touch !important;
        scrollbar-width: none !important;
        gap: 8px !important;
    }
    nav[aria-label="breadcrumb"] .breadcrumb::-webkit-scrollbar {
        display: none !important;
    }
    nav[aria-label="breadcrumb"] .breadcrumb-item,
    .pf-breadcrumb-chip {
        min-height: 32px !important;
        padding: 4px 12px !important;
        font-size: 12.5px !important;
        line-height: 1.3 !important;
    }
    nav[aria-label="breadcrumb"] .breadcrumb-item:last-child {
        margin-right: 14px !important;
    }
}


/* Top Compared Section */
@media (min-width: 768px) {
    .pf-feature-box {
        padding: 12px 14px !important;
        border-radius: 12px !important;
    }
}
@media (max-width: 767.98px) {
    .pf-feature-box {
        padding: 8px 12px !important;
        border-radius: 0 !important;
        border-left: none !important;
        border-right: none !important;
    }
}
.pf-feature-box-header {
    cursor: default;
}
@media (max-width: 767.98px) {
    .pf-feature-box {
        cursor: pointer;
        -webkit-tap-highlight-color: transparent;
    }
    .pf-feature-box-header {
        cursor: pointer;
        user-select: none;
        -webkit-tap-highlight-color: transparent;
    }
}
.pf-feature-icon {
    width: 28px !important;
    height: 28px !important;
    font-size: 12.5px !important;
    border-radius: 6px !important;
}
@media (min-width: 768px) {
    .pf-feature-icon {
        width: 32px !important;
        height: 32px !important;
        font-size: 14px !important;
        border-radius: 8px !important;
    }
}
.pf-feature-title {
    font-size: 13.5px !important;
    font-weight: 750 !important;
}
@media (min-width: 768px) {
    .pf-feature-title {
        font-size: 15px !important;
        font-weight: 800 !important;
    }
}
.pf-cmp-info-btn {
    background: rgba(15, 76, 129, 0.07) !important;
    border-color: var(--pf-border) !important;
    color: var(--pf-accent, #0f4c81) !important;
}
.pf-cmp-info-btn:hover {
    background: rgba(15, 76, 129, 0.14) !important;
    color: var(--pf-accent, #0f4c81) !important;
}
button.pf-cmp-info-btn:not(.collapsed) {
    background: linear-gradient(135deg, #0f4c81 0%, #2563eb 100%) !important;
    color: #ffffff !important;
    border-color: #2563eb !important;
    box-shadow: 0 2px 8px rgba(37, 99, 235, 0.35);
}
button.pf-cmp-info-btn:not(.collapsed) i {
    color: #ffffff !important;
}
[data-theme="dark"] .pf-cmp-info-btn {
    background: rgba(59, 130, 246, 0.12) !important;
    border-color: rgba(59, 130, 246, 0.25) !important;
    color: #60a5fa !important;
}
[data-theme="dark"] .pf-cmp-info-btn:hover {
    background: rgba(59, 130, 246, 0.22) !important;
    color: #93c5fd !important;
}
[data-theme="dark"] button.pf-cmp-info-btn:not(.collapsed),
[data-bs-theme="dark"] button.pf-cmp-info-btn:not(.collapsed),
body.dark-mode button.pf-cmp-info-btn:not(.collapsed),
html.dark button.pf-cmp-info-btn:not(.collapsed) {
    background: linear-gradient(135deg, #2563eb 0%, #3b82f6 100%) !important;
    border-color: #3b82f6 !important;
    color: #ffffff !important;
    box-shadow: 0 2px 10px rgba(37, 99, 235, 0.45);
}
.pf-collapse-chevron {
    transition: transform 0.25s ease;
    display: inline-block;
}
button:not(.collapsed) > .pf-collapse-chevron,
.pf-collapse-trigger:not(.collapsed) .pf-collapse-chevron,
.pf-mobile-sort-btn:not(.collapsed) .pf-collapse-chevron {
    transform: rotate(180deg);
}
#pfProductCompareCollapse.collapsing {
    transition: height 0.3s cubic-bezier(0.25, 1, 0.5, 1) !important;
}
/* Karşılaştırma Responsive Tasarım Stilleri */
.pf-cmp-card-link {
    display: flex !important;
    flex-direction: column !important;
    background: var(--pf-bg-card);
    border: 1px solid var(--pf-border);
    border-radius: 10px;
    padding: 10px !important;
    text-decoration: none !important;
    color: inherit !important;
    cursor: pointer;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.pf-cmp-card-link:hover {
    border-color: var(--pf-accent, #0f4c81);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}
.pf-cmp-prod-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex: 1;
    min-width: 0;
    gap: 6px;
}
.pf-cmp-prod-info {
    min-width: 0;
    flex: 1;
    width: 100%;
}
.pf-cmp-prod-name {
    font-size: 11.5px;
    font-weight: 600;
    color: var(--pf-text-primary);
    line-height: 1.3;
    height: 2.6em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-word;
}
.pf-cmp-prod-meta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    flex-wrap: nowrap !important;
    white-space: nowrap !important;
    margin-top: 2px;
}
@media (max-width: 767.98px) {
    .pf-cmp-card-link {
        padding: 6px 8px !important;
        border-radius: 8px !important;
    }
    .pf-cmp-thumb {
        width: 36px !important;
        height: 36px !important;
        padding: 2px !important;
        border-radius: 6px !important;
    }
    .pf-cmp-thumb img {
        max-width: 30px !important;
        max-height: 30px !important;
    }
    .pf-cmp-prod-col {
        gap: 3px !important;
    }
    .pf-cmp-prod-name {
        font-size: 10.5px !important;
        line-height: 1.25 !important;
        height: 2.5em !important;
        max-height: 2.5em !important;
    }
    .pf-cmp-prod-meta {
        margin-top: 1px !important;
        gap: 3px !important;
    }
    .pf-cmp-prod-meta span[style*="font-size: 13px"],
    .pf-cmp-prod-meta span:first-child {
        font-size: 11.5px !important;
    }
    .pf-cmp-prod-meta .text-muted {
        font-size: 9px !important;
    }
    .pf-vs-badge {
        width: 22px !important;
        height: 22px !important;
        font-size: 8.5px !important;
        border-width: 1.5px !important;
        box-shadow: 0 0 4px rgba(37, 99, 235, 0.2) !important;
    }
    .pf-cmp-card-link .badge {
        font-size: 7.5px !important;
        padding: 1px 3px !important;
        max-width: 42px !important;
        border-radius: 3px !important;
    }
    .pf-cmp-center-col {
        width: 42px !important;
        min-width: 42px !important;
        padding: 0 2px !important;
    }
    #pfCategoryCompareCollapse .pf-products-list,
    #pfProductCompareCollapse .pf-products-list {
        gap: 6px !important;
    }
}
@media (min-width: 768px) {
    .pf-cmp-card-link {
        flex-direction: row !important;
        align-items: center !important;
        justify-content: space-between !important;
        padding: 12px 14px !important;
        gap: 16px !important;
    }
    .pf-cmp-prod-col {
        flex-direction: row !important;
        text-align: left !important;
        gap: 10px !important;
    }
    .pf-cmp-prod-name {
        font-size: 13px !important;
        height: auto !important;
        max-height: 2.6em !important;
    }
    .pf-cmp-prod-meta {
        justify-content: flex-start !important;
    }
}
