/* EFOR OPTİK B2B — Logo renk paleti */
:root {
    --efor-red: #d30e15;
    --efor-red-dark: #b00c12;
    --efor-red-light: #fde8e9;
    --efor-red-border: #f5b8bb;
    --efor-blue: #0158a2;
    --efor-blue-dark: #014a8a;
    --efor-blue-light: #e8f1fa;
    --efor-blue-border: #b3d4f0;
    --efor-b2b-scale: 0.85;
}

/*
 * Bayi vitrin ölçeği: tarayıcı %80 zoom hissi.
 * Yalnızca _B2BLayout (body.efor-b2b-ui); admin / depo etkilenmez.
 */
body.efor-b2b-ui {
    zoom: var(--efor-b2b-scale);
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
@supports not (zoom: 1) {
    body.efor-b2b-ui {
        transform: scale(var(--efor-b2b-scale));
        transform-origin: top left;
        width: calc(100% / var(--efor-b2b-scale));
        min-height: calc(100% / var(--efor-b2b-scale));
        display: flex;
        flex-direction: column;
    }
}

/* Sticky footer: kısa içerikte bile footer’ı sayfanın en altına sabitler. */
body.efor-b2b-ui main.main {
    flex: 1 0 auto;
}

body.efor-b2b-ui footer.main {
    margin-top: auto;
}

/* Birincil — kırmızı */
.text-brand { color: var(--efor-red) !important; }
.btn-brand {
    background-color: var(--efor-red);
    border-color: var(--efor-red);
    color: #fff;
}
.btn-brand:hover,
.btn-brand:focus {
    background-color: var(--efor-red-dark);
    border-color: var(--efor-red-dark);
    color: #fff;
}

/* İkincil — mavi */
.text-accent { color: var(--efor-blue) !important; }
.btn-accent {
    background-color: var(--efor-blue);
    border-color: var(--efor-blue);
    color: #fff;
}
.btn-accent:hover,
.btn-accent:focus {
    background-color: var(--efor-blue-dark);
    border-color: var(--efor-blue-dark);
    color: #fff;
}

/* ===== 2 Sıralı Header ===== */
.efor-header {
    background: #fff;
    box-shadow: 0 2px 12px rgba(0,0,0,.06);
    position: relative;
    z-index: 80;
}
.efor-header-top {
    background: linear-gradient(90deg, #0f2740 0%, #163454 48%, #0f2740 100%);
    color: #f4f7fb;
    font-size: 12.5px;
    font-weight: 500;
    letter-spacing: .02em;
    padding: 0;
    border-bottom: 2px solid var(--efor-red);
    position: relative;
}
.efor-header-top::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 4px;
    background: var(--efor-red);
}
.efor-header-top-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 38px;
    gap: 16px;
}
.efor-header-top a,
.efor-header-top span,
.efor-header-top button {
    color: #f4f7fb !important;
}
.efor-header-top a:hover,
.efor-header-top button:hover {
    color: #ffffff !important;
}
.efor-header-contact {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}
.efor-header-contact span,
.efor-header-contact a,
.efor-header-phone {
    white-space: nowrap;
}
.efor-top-item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #e8eef6 !important;
    text-decoration: none;
    opacity: .92;
    transition: opacity .15s ease, color .15s ease;
}
.efor-top-item:hover {
    opacity: 1;
    color: #fff !important;
}
.efor-top-sep {
    width: 1px;
    height: 14px;
    background: rgba(255,255,255,.22);
    flex-shrink: 0;
}
.efor-header-phone {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 12px;
    border-radius: 999px;
    background: rgba(255,255,255,.1);
    border: 1px solid rgba(255,255,255,.18);
    color: #fff !important;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: .01em;
    transition: background .15s ease, border-color .15s ease, transform .15s ease;
}
.efor-header-phone:hover {
    background: rgba(211, 14, 21, .92);
    border-color: rgba(211, 14, 21, .92);
    color: #fff !important;
    transform: translateY(-1px);
}
.efor-top-web {
    opacity: .88;
}
.efor-top-user {
    display: inline-flex;
    align-items: center;
    padding: 3px 10px;
    border-radius: 999px;
    background: rgba(211, 14, 21, .18);
    border: 1px solid rgba(211, 14, 21, .35);
    color: #ffd4d6 !important;
    font-weight: 600;
    max-width: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.efor-top-logout,
.efor-top-login {
    display: inline-flex;
    align-items: center;
    padding: 4px 12px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,.28);
    background: transparent;
    color: #fff !important;
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
    cursor: pointer;
    transition: background .15s ease, border-color .15s ease;
}
.efor-top-logout:hover,
.efor-top-login:hover {
    background: #fff;
    border-color: #fff;
    color: #0f2740 !important;
}
.efor-header-contact i {
    font-size: 12px;
    margin-right: 2px;
    opacity: .95;
    color: #9ec9f0 !important;
}
.efor-header-phone i {
    color: #fff !important;
}

.efor-header-main {
    padding: 40px 0;
    background: #fff;
    border-bottom: 1px solid #ececec;
}
.efor-header-main.sticky-bar.stick {
    animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.05);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    left: 0;
    transition: all 0.3s ease 0s;
    border-bottom: 2px solid #cf0e15;
    background: #fff;
}
.efor-header-main.sticky-bar.stick .efor-search-bar {
    box-shadow: 0 8px 24px rgba(207, 14, 21, .10);
}
.efor-header-main.sticky-bar.stick .efor-live-search-dropdown {
    z-index: 1001;
}
.efor-header-row {
    display: grid;
    grid-template-columns: minmax(140px, auto) minmax(380px, 620px) minmax(140px, auto);
    align-items: center;
    gap: 28px 40px;
}
.efor-logo {
    justify-self: start;
    padding-right: 8px;
}
.efor-logo img {
    max-height: 64px;
    width: auto;
    max-width: min(420px, 48vw);
    display: block;
    object-fit: contain;
}
.efor-search {
    justify-self: center;
    width: 100%;
    max-width: 620px;
    position: relative;
    z-index: 90;
}
.efor-search-bar {
    display: flex;
    align-items: stretch;
    width: 100%;
    min-height: 52px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 999px;
    overflow: visible;
    position: relative;
    box-shadow: 0 4px 18px rgba(15, 23, 42, .06);
    transition: border-color .2s, box-shadow .2s;
}
.efor-search-bar:focus-within {
    border-color: var(--efor-blue);
    box-shadow: 0 8px 28px rgba(1, 88, 162, .12);
    background: #fff;
}
.efor-search-input-wrap {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 6px 0 18px;
    min-width: 0;
}
.efor-search-icon {
    color: #94a3b8;
    font-size: 16px;
    flex-shrink: 0;
}
.efor-search-bar:focus-within .efor-search-icon {
    color: var(--efor-blue);
}
.efor-search-bar .efor-live-search-input {
    border: none !important;
    background: transparent !important;
    background-image: none !important;
    flex: 1;
    width: 100%;
    min-width: 0;
    height: 50px !important;
    line-height: 50px !important;
    padding: 0 !important;
    margin: 0 !important;
    font-size: 14px;
    color: #253D4E;
    box-shadow: none !important;
    outline: none !important;
}
.efor-search-bar .efor-live-search-input::placeholder {
    color: #94a3b8;
}
.efor-search-bar .efor-search-submit {
    flex-shrink: 0;
    border: none !important;
    background: var(--efor-red) !important;
    color: #fff !important;
    font-weight: 700;
    font-size: 14px;
    padding: 0 28px !important;
    margin: 4px;
    border-radius: 999px !important;
    min-height: 44px !important;
    height: auto !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background .2s, transform .15s;
    position: static !important;
    transform: none !important;
}
.efor-search-bar .efor-search-submit:hover {
    background: var(--efor-red-dark) !important;
    color: #fff !important;
}
.efor-search-bar-mobile {
    min-height: 48px;
}
.efor-search-bar-mobile .efor-search-submit {
    padding: 0 20px !important;
    min-height: 40px !important;
}
.efor-mobile-search-combo {
    position: relative;
}

/* Canlı arama */
.efor-live-search-dropdown {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #edf2f7;
    border-radius: 16px;
    box-shadow: 0 22px 60px rgba(37, 61, 78, .16);
    padding: 8px;
    display: none;
    z-index: 999;
    max-height: 430px;
    overflow-y: auto;
}
.efor-live-search-dropdown.is-open {
    display: block;
}
.efor-live-search-item {
    display: grid;
    grid-template-columns: 58px 1fr;
    gap: 12px;
    align-items: center;
    padding: 10px;
    border-radius: 12px;
    color: #253D4E;
    text-decoration: none;
    transition: background .15s ease, transform .15s ease;
}
.efor-live-search-item:hover {
    background: var(--efor-blue-light);
    color: #253D4E !important;
    transform: translateX(2px);
}
.efor-live-search-item img {
    width: 58px;
    height: 58px;
    object-fit: contain;
    background: #f8fafc;
    border: 1px solid #edf2f7;
    border-radius: 10px;
}
.efor-live-search-item span {
    min-width: 0;
}
.efor-live-search-item strong,
.efor-live-search-item small,
.efor-live-search-item em {
    display: block;
}
.efor-live-search-item strong {
    color: var(--efor-red);
    font-size: 14px;
    line-height: 1.2;
}
.efor-live-search-item small {
    color: #475467;
    font-size: 12px;
    line-height: 1.35;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.efor-live-search-item em {
    color: var(--efor-blue);
    font-size: 11px;
    font-style: normal;
    font-weight: 600;
    margin-top: 2px;
}
.efor-live-search-state {
    padding: 14px;
    color: #667085;
    font-size: 13px;
    text-align: center;
}

/* Stok yok butonu */
.btn-out-of-stock {
    background: var(--efor-red-dark);
    border-color: var(--efor-red-dark);
    color: #fff;
    font-weight: 600;
    cursor: not-allowed;
    opacity: 1;
}
.btn-out-of-stock:disabled {
    background: var(--efor-red-dark);
    border-color: var(--efor-red-dark);
    color: #fff;
}
.efor-product-no-stock { opacity: .95; }
.efor-product-no-stock .efor-price-badge { background: #95a5a6; }

/* Marka kartları (anasayfa) — eski stil, ürünler sayfasında kullanılıyor olabilir */
.efor-brand-card {
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 16px;
    padding: 18px 14px;
    text-align: center;
    transition: all .25s ease;
    margin: 0 8px;
}
.efor-brand-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 28px rgba(211, 14, 21, .12);
    border-color: var(--efor-red);
}
.efor-brand-card-link {
    text-decoration: none;
    color: #253D4E;
    display: block;
}
.efor-brand-card-logo {
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    background: #f9fafb;
    border-radius: 10px;
    padding: 8px;
}
.efor-brand-card-logo img {
    max-height: 40px;
    max-width: 120px;
    object-fit: contain;
}
.efor-brand-card h6 {
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 4px;
}
.efor-brand-card span {
    font-size: 11px;
    color: #7E7E7E;
}

/* Anasayfa — Markalar & Kategoriler metin butonları */
.efor-home-filter-label {
    font-size: 13px;
    font-weight: 700;
    color: #7E7E7E;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 12px;
}
.efor-home-filter-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.efor-home-filter-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 11px 18px;
    background: #f0f1f3;
    border: 2px solid #e8eaed;
    border-radius: 8px;
    color: #253D4E;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
    text-decoration: none;
    transition: border-color 0.2s ease, background-color 0.2s ease;
}
.efor-home-filter-btn:hover {
    border-color: var(--efor-red);
    background: #f7f7f8;
    color: #253D4E;
    box-shadow: none;
    transform: none;
}

/* Marka filtre grid (ürünler) */
.efor-brand-filter-panel { margin-top: 0; }
.efor-filter-panel__title {
    margin: 0 0 14px;
    font-size: 15px;
    font-weight: 700;
    color: #141b24;
    letter-spacing: -0.02em;
}
.efor-filter-form {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.efor-filter-input,
.efor-filter-select {
    margin-bottom: 0 !important;
    border-radius: 10px;
    border-color: #e2e7ed;
    font-size: 13px;
    min-height: 42px;
}
.efor-filter-submit {
    margin-top: 4px;
    border-radius: 10px;
    font-weight: 650;
}

/* Ürün filtre şeridi — tam satır kırmızı, modern */
.efor-mega-filter {
    background: linear-gradient(90deg, #c40d13 0%, var(--efor-red) 45%, #e31820 100%);
    border-bottom: 0;
    position: relative;
    z-index: 50;
    box-shadow: 0 8px 24px rgba(211, 14, 21, .18);
}
.efor-mega-filter__bar {
    display: flex;
    align-items: center;
    gap: 14px;
    min-height: 78px;
    padding: 12px 0;
}
.efor-mega-filter__label {
    display: flex;
    flex-direction: column;
    gap: 2px;
    flex: 0 0 auto;
    min-width: 104px;
    padding-right: 14px;
    border-right: 1px solid rgba(255, 255, 255, .22);
    margin-right: 2px;
}
.efor-mega-filter__label-title {
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #fff;
    line-height: 1.2;
}
.efor-mega-filter__label-sub {
    font-size: 11px;
    font-weight: 500;
    color: rgba(255, 255, 255, .78);
    line-height: 1.2;
}
.efor-mega-filter__menu {
    display: flex;
    align-items: center;
    flex: 1 1 auto;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
    min-width: 0;
}
.efor-mega-filter__item {
    position: relative;
    flex: 0 0 auto;
}
.efor-mega-filter__trigger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 46px;
    padding: 0 16px;
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 12px;
    background: rgba(255, 255, 255, .12);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .01em;
    line-height: 1.2;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
    backdrop-filter: blur(6px);
    transition: background-color .15s ease, border-color .15s ease, color .15s ease, box-shadow .15s ease, transform .15s ease;
}
.efor-mega-filter__trigger-text {
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.efor-mega-filter__item:hover > .efor-mega-filter__trigger,
.efor-mega-filter__item:focus-within > .efor-mega-filter__trigger {
    background: #fff;
    border-color: #fff;
    color: var(--efor-red);
    box-shadow: 0 8px 18px rgba(0, 0, 0, .12);
    text-decoration: none;
}
.efor-mega-filter__item.is-active > .efor-mega-filter__trigger {
    background: #fff;
    border-color: #fff;
    color: var(--efor-red);
    box-shadow: 0 8px 18px rgba(0, 0, 0, .14);
}
.efor-mega-filter__item.is-active:hover > .efor-mega-filter__trigger,
.efor-mega-filter__item.is-active:focus-within > .efor-mega-filter__trigger {
    background: #fff;
    border-color: #fff;
    color: var(--efor-red-dark);
}
.efor-mega-filter__chevron {
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid currentColor;
    opacity: .8;
    flex-shrink: 0;
}
.efor-mega-filter__dropdown {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    min-width: 240px;
    max-height: 380px;
    overflow-y: auto;
    padding: 8px;
    background: #fff;
    border: 1px solid #f0f3f7;
    border-radius: 14px;
    box-shadow: 0 18px 40px rgba(15, 39, 64, .16);
    opacity: 0;
    visibility: hidden;
    transform: translateY(6px);
    transition: opacity .15s ease, transform .15s ease, visibility .15s ease;
    z-index: 60;
}
.efor-mega-filter__item:hover > .efor-mega-filter__dropdown,
.efor-mega-filter__item:focus-within > .efor-mega-filter__dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.efor-mega-filter__link {
    display: block;
    padding: 11px 12px;
    border-radius: 10px;
    color: #253D4E;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
}
.efor-mega-filter__link:hover,
.efor-mega-filter__link.is-current {
    background: var(--efor-red-light);
    color: var(--efor-red);
    text-decoration: none;
}
.efor-mega-filter__search {
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 0 1 320px;
    max-width: 360px;
    min-width: 220px;
    margin-left: auto;
    position: relative;
    z-index: 70;
}
.efor-mega-filter__search .efor-live-search-input {
    flex: 1 1 auto;
    width: 100%;
    height: 46px;
    margin: 0;
    padding: 0 16px;
    border: 0;
    border-radius: 12px;
    background: #fff;
    color: #1f2d3d;
    font-size: 14px;
    font-weight: 600;
    outline: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .08);
    transition: box-shadow .15s ease;
}
.efor-mega-filter__search .efor-live-search-input::placeholder {
    color: #9aa8b8;
    font-weight: 500;
}
.efor-mega-filter__search .efor-live-search-input:focus {
    box-shadow: 0 0 0 3px rgba(255, 255, 255, .35), 0 6px 16px rgba(0, 0, 0, .12);
}
.efor-mega-filter__search button {
    height: 46px;
    padding: 0 18px;
    border: 1px solid rgba(255, 255, 255, .55);
    border-radius: 12px;
    background: rgba(0, 0, 0, .18);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    flex: 0 0 auto;
    transition: background-color .15s ease, border-color .15s ease;
}
.efor-mega-filter__search button:hover {
    background: rgba(0, 0, 0, .28);
    border-color: #fff;
}
.efor-mega-filter__search .efor-live-search-dropdown {
    top: calc(100% + 8px);
    z-index: 80;
    min-width: 320px;
    width: max(100%, 340px);
    right: 0;
    left: auto;
}
.efor-home-hero .home-slider {
    margin-top: 8px;
}

/* Ana sayfa — slider altı cinsiyet vitrin */
.efor-gender-categories {
    padding: 4px 0 24px;
    margin-top: -4px;
}
.efor-gender-categories__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}
.efor-gender-categories__card {
    position: relative;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: #1f2d3d;
    border-radius: 18px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e8eef5;
    box-shadow: 0 2px 12px rgba(15, 39, 64, .05);
    transition: transform .32s cubic-bezier(.22, 1, .36, 1), box-shadow .32s ease, border-color .32s ease;
}
.efor-gender-categories__card:hover {
    transform: translateY(-4px);
    border-color: var(--efor-red-border);
    box-shadow: 0 12px 26px rgba(211, 14, 21, .12);
    text-decoration: none;
    color: #1f2d3d;
}
.efor-gender-categories__media {
    position: relative;
    display: block;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #f4f7fb;
}
.efor-gender-categories__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
    transform: scale(1.04);
    transition: transform .35s cubic-bezier(.22, 1, .36, 1), filter .2s ease;
    will-change: transform;
}
.efor-gender-categories__card:hover .efor-gender-categories__media img {
    transform: scale(1.10);
    filter: saturate(1.05);
}
.efor-gender-categories__shine {
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0;
    background: rgba(211, 14, 21, .10);
    transition: opacity .25s ease;
}
.efor-gender-categories__card:hover .efor-gender-categories__shine {
    opacity: 1;
}
.efor-gender-categories__body {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 11px 14px 12px;
    background: #fff;
    border-top: 1px solid #eef2f7;
    position: relative;
    transition: background-color .3s ease;
}
.efor-gender-categories__body::before {
    content: "";
    position: absolute;
    top: -1px;
    left: 14px;
    width: 0;
    height: 2px;
    background: var(--efor-red);
    border-radius: 2px;
    transition: width .35s cubic-bezier(.22, 1, .36, 1);
}
.efor-gender-categories__card:hover .efor-gender-categories__body {
    background: linear-gradient(180deg, #fff 0%, #fff8f8 100%);
}
.efor-gender-categories__card:hover .efor-gender-categories__body::before {
    width: calc(100% - 28px);
}
.efor-gender-categories__text {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}
.efor-gender-categories__label {
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #1f2d3d;
    line-height: 1.2;
    transition: color .25s ease;
}
.efor-gender-categories__hint {
    font-size: 11px;
    font-weight: 500;
    color: #7a8899;
    letter-spacing: .01em;
    line-height: 1.25;
    transition: color .25s ease, transform .25s ease;
}
.efor-gender-categories__card:hover .efor-gender-categories__label {
    color: var(--efor-red);
}
.efor-gender-categories__card:hover .efor-gender-categories__hint {
    color: var(--efor-red);
    transform: translateX(2px);
}
.efor-gender-categories__arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 999px;
    background: #f3f6fa;
    color: #5b6b7c;
    font-size: 15px;
    flex-shrink: 0;
    border: 1px solid #e8eef5;
    transition: transform .35s cubic-bezier(.22, 1, .36, 1), background-color .3s ease, color .3s ease;
}
.efor-gender-categories__card:hover .efor-gender-categories__arrow {
    background: #fff;
    color: var(--efor-red);
    border-color: var(--efor-red);
    transform: translateX(4px) scale(1.05);
}
@media (max-width: 991px) {
    .efor-gender-categories__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }
    .efor-gender-categories__media {
        height: 96px;
    }
    .efor-gender-categories__body {
        padding: 10px 12px 11px;
    }
}
@media (max-width: 479px) {
    .efor-gender-categories {
        padding-bottom: 18px;
    }
    .efor-gender-categories__grid {
        gap: 10px;
    }
    .efor-gender-categories__media {
        height: 88px;
    }
    .efor-gender-categories__label {
        font-size: 12px;
    }
    .efor-gender-categories__hint {
        font-size: 10px;
    }
    .efor-gender-categories__arrow {
        width: 28px;
        height: 28px;
        font-size: 14px;
    }
}
@media (prefers-reduced-motion: reduce) {
    .efor-gender-categories__card,
    .efor-gender-categories__media img,
    .efor-gender-categories__arrow,
    .efor-gender-categories__body::before,
    .efor-gender-categories__hint {
        transition: none !important;
    }
    .efor-gender-categories__card:hover {
        transform: none;
    }
    .efor-gender-categories__card:hover .efor-gender-categories__media img {
        transform: scale(1.18);
    }
}
@media (max-width: 991px) {
    .efor-mega-filter__bar {
        flex-wrap: wrap;
        min-height: auto;
        padding: 12px 0 14px;
        gap: 12px;
    }
    .efor-mega-filter__label {
        width: 100%;
        border-right: 0;
        margin-right: 0;
        padding-right: 0;
        flex-direction: row;
        align-items: baseline;
        gap: 8px;
    }
    .efor-mega-filter__menu {
        width: 100%;
        overflow-x: auto;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 2px;
    }
    .efor-mega-filter__menu::-webkit-scrollbar { display: none; }
    .efor-mega-filter__trigger {
        min-height: 42px;
        padding: 0 14px;
        font-size: 13px;
    }
    .efor-mega-filter__search {
        width: 100%;
        max-width: none;
        min-width: 0;
        flex: 1 1 100%;
        margin-left: 0;
    }
}

/* Eski form bandı sınıfları (geriye dönük) */
.efor-filter-band { display: none; }

.efor-brand-list {
    display: flex;
    flex-direction: column;
    gap: 2px;
    max-height: 420px;
    overflow-y: auto;
    padding-right: 4px;
}
.efor-brand-list__item {
    display: block;
    padding: 9px 12px;
    border-radius: 10px;
    text-decoration: none;
    color: #3d4654;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.3;
    border: 1px solid transparent;
    transition: background .15s, color .15s, border-color .15s;
}
.efor-brand-list__item:hover {
    background: #f4f6f8;
    color: #141b24;
}
.efor-brand-list__item.is-active {
    background: #eef1f4;
    color: #141b24;
    font-weight: 650;
    border-color: #e2e7ed;
}

.efor-brand-filter-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}
.efor-brand-filter-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 10px 6px;
    border: 2px solid #ececec;
    border-radius: 12px;
    text-decoration: none;
    color: #253D4E;
    transition: all .2s;
    background: #fff;
}
.efor-brand-filter-item:hover,
.efor-brand-filter-item.active {
    border-color: var(--efor-blue);
    background: var(--efor-blue-light);
    color: var(--efor-blue);
}
.efor-brand-filter-logo {
    width: 100%;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 6px;
}
.efor-brand-filter-logo img {
    max-height: 36px;
    max-width: 90px;
    object-fit: contain;
}
.efor-brand-filter-all {
    background: var(--efor-blue-light);
    border-radius: 8px;
    font-size: 20px;
    color: var(--efor-blue);
}
.efor-brand-filter-item span {
    font-size: 10px;
    font-weight: 600;
    line-height: 1.2;
}

/* Bölüm başlığı link */
.section-title.style-2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}
.efor-section-link {
    color: var(--efor-blue);
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
}
.efor-section-link:hover { color: var(--efor-blue-dark); }
.efor-home-products {
    margin-top: -5px;
}
.efor-home-products .section-title {
    margin-bottom: 22px;
}
.efor-home-product-grid > .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
}
@media (max-width: 991.98px) {
    .efor-header-row {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .efor-home-product-grid > .col-lg-3 {
        width: 50%;
    }
}
@media (max-width: 1199.98px) {
    .efor-header-row {
        grid-template-columns: auto 1fr auto;
        gap: 20px 24px;
    }
    .efor-search {
        max-width: 100%;
    }
}

.efor-search .search-style-2 { width: 100%; }
.search-style-2 form button.efor-search-submit,
.search-style-3 form button.efor-search-submit {
    color: #fff !important;
}

.efor-header-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-self: end;
    margin-left: 0;
}
.efor-phone-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--efor-blue-light);
    border: 1px solid var(--efor-blue-border);
    color: #253D4E;
    padding: 8px 14px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
}
.efor-phone-pill i { font-size: 14px; color: var(--efor-blue); }
.efor-action-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: #253D4E;
    font-size: 11px;
    padding: 4px 8px;
}
.efor-action-btn img { width: 22px; height: 22px; }
.efor-action-label { margin-top: 2px; }

.efor-header-nav {
    background: #fff;
    border-bottom: 1px solid #e8eef5;
    padding: 12px 0;
}
.efor-nav-inner {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: auto;
}
.efor-nav-menu {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}
.efor-nav-menu-right {
    gap: 8px;
}
.efor-nav-menu-right .efor-nav-link {
    color: var(--efor-blue);
    background: #f3f7fc;
    border-color: #d7e4f2;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .01em;
    padding: 9px 14px;
}
.efor-nav-menu-right .efor-nav-link:hover {
    color: #fff;
    background: var(--efor-blue);
    border-color: var(--efor-blue);
}
.efor-admin-panel-btn {
    padding: 9px 18px;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    white-space: nowrap;
}
.efor-nav-link {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #1f2d3d;
    background: #fff;
    border: 1.5px solid #d9e2ec;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: .02em;
    line-height: 1.2;
    padding: 10px 18px;
    text-decoration: none;
    border-radius: 10px;
    white-space: nowrap;
    box-shadow: 0 1px 2px rgba(15, 39, 64, .04);
    transition: color .15s ease, background-color .15s ease, border-color .15s ease, box-shadow .15s ease, transform .15s ease;
}
.efor-nav-link:hover {
    color: var(--efor-red);
    background: var(--efor-red-light);
    border-color: var(--efor-red-border);
    box-shadow: 0 4px 12px rgba(211, 14, 21, .1);
}
.efor-nav-link-active {
    color: #fff !important;
    background: var(--efor-red) !important;
    border-color: var(--efor-red) !important;
    box-shadow: 0 6px 16px rgba(211, 14, 21, .22);
}
.efor-nav-link-active::after {
    display: none;
}
.efor-nav-link-active:hover {
    color: #fff !important;
    background: var(--efor-red-dark) !important;
    border-color: var(--efor-red-dark) !important;
}
.efor-nav-spacer { flex: 1; }

/* Marka şeridi — logo + küçük isim */
.efor-brand-bar {
    background: #fff;
    border-bottom: 1px solid #eef1f4;
    padding: 14px 0 16px;
}
.efor-brand-bar__row {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
    gap: 12px;
}
.efor-brand-bar__btn {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 132px;
    min-height: 108px;
    padding: 12px 10px 10px;
    border: 1px solid #e8eef5;
    border-radius: 14px;
    background: #fbfcfe;
    color: #253D4E;
    text-decoration: none;
    white-space: nowrap;
    box-shadow: 0 1px 2px rgba(15, 39, 64, .03);
    transition: background-color .18s ease, border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}
.efor-brand-bar__logo {
    width: 72px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: #fff;
    border: 1px solid #eef2f7;
    overflow: hidden;
}
.efor-brand-bar__logo img {
    width: 56px;
    height: 56px;
    object-fit: contain;
    display: block;
}
.efor-brand-bar__name {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .04em;
    line-height: 1.2;
    color: #5b6b7c;
    text-align: center;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.efor-brand-bar__btn:hover,
.efor-brand-bar__btn:focus-visible {
    background: #fff;
    border-color: var(--efor-red-border);
    box-shadow: 0 8px 20px rgba(211, 14, 21, .08);
    transform: translateY(-2px);
    text-decoration: none;
    color: #253D4E;
}
.efor-brand-bar__btn:hover .efor-brand-bar__name,
.efor-brand-bar__btn:focus-visible .efor-brand-bar__name {
    color: var(--efor-red);
}
@media (max-width: 767px) {
    .efor-brand-bar {
        padding: 12px 0 14px;
    }
    .efor-brand-bar__row {
        justify-content: flex-start;
        flex-wrap: nowrap;
        overflow-x: auto;
        gap: 10px;
        padding-bottom: 2px;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }
    .efor-brand-bar__row::-webkit-scrollbar { display: none; }
    .efor-brand-bar__btn {
        width: 112px;
        min-height: 96px;
        padding: 10px 8px 8px;
        flex: 0 0 auto;
    }
    .efor-brand-bar__logo {
        width: 60px;
        height: 60px;
    }
    .efor-brand-bar__logo img {
        width: 46px;
        height: 46px;
    }
    .efor-brand-bar__name {
        font-size: 10px;
    }
}

.b2b-stat-card {
    background: #fff;
    border-radius: 10px;
    padding: 25px;
    box-shadow: 0 2px 8px rgba(0,0,0,.06);
    border: 1px solid #ececec;
}
.b2b-page-header { padding: 30px 0 20px; }
.b2b-page-header h1 { font-size: 28px; font-weight: 700; color: #253D4E; }

/* Sayfa başlık banner — hero slider'ın 1/4 yüksekliği (538px → ~135px) */
.efor-page-banner-wrap {
    margin-top: 20px;
    margin-bottom: 22px;
}
.efor-page-banner {
    position: relative;
    height: 135px;
    border-radius: 30px;
    overflow: hidden;
}
.efor-page-banner-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 82% center;
    pointer-events: none;
    user-select: none;
}
.efor-page-banner-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
}
.efor-page-banner-content {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 28px;
}
.efor-page-banner-title {
    margin: 0;
    color: #fff;
    font-family: "Quicksand", sans-serif;
    font-weight: 700;
    font-size: clamp(1.35rem, 2.8vw, 2.1rem);
    line-height: 1.2;
    letter-spacing: -0.02em;
    text-shadow: 0 2px 16px rgba(0, 0, 0, 0.28);
}
.efor-page-banner-sub {
    margin: 8px 0 0;
    color: rgba(255, 255, 255, 0.92);
    font-family: "Lato", sans-serif;
    font-size: 14px;
    font-weight: 500;
    max-width: 640px;
}
@media (max-width: 767.98px) {
    .efor-page-banner {
        height: 112px;
        border-radius: 20px;
    }
    .efor-page-banner-sub {
        font-size: 12px;
        margin-top: 4px;
    }
}

/* Hakkımızda & İletişim */
.efor-about-highlight {
    background: linear-gradient(145deg, #fff 0%, var(--efor-blue-light) 100%);
    border-color: var(--efor-blue-border);
}
.efor-about-stats li {
    display: flex;
    align-items: baseline;
    gap: 12px;
    padding: 10px 0;
    border-bottom: 1px solid #ececec;
}
.efor-about-stats li:last-child { border-bottom: 0; }
.efor-about-stats strong {
    min-width: 72px;
    font-size: 1.25rem;
    color: var(--efor-red);
}
.efor-about-stats span { color: #7E7E7E; font-size: 14px; }
.efor-value-card .efor-value-icon {
    width: 56px;
    height: 56px;
    margin: 0 auto;
    border-radius: 50%;
    background: var(--efor-red-light);
    color: var(--efor-red);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}
.efor-contact-list li {
    display: grid;
    grid-template-columns: 28px 1fr;
    gap: 4px 12px;
    align-items: start;
    margin-bottom: 18px;
}
.efor-contact-list li img { grid-row: span 2; margin-top: 2px; }
.efor-contact-list strong { display: block; color: #253D4E; }
.efor-contact-list span { grid-column: 2; color: #7E7E7E; }
.efor-contact-list a { color: var(--efor-blue); }
.efor-contact-icon {
    font-size: 32px;
    color: var(--efor-red);
    display: block;
}
.efor-map-wrap { border-radius: 12px; overflow: hidden; }

/* Yönetilen ana sayfa slider — görsel her ebatta alana sığar */
.hero-slider-1 .single-hero-slider.efor-managed-slide {
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}
.hero-slider-1 .slider-content h1,
.hero-slider-1 .slider-content p {
    text-shadow: 0 2px 18px rgba(0, 0, 0, 0.35);
}
.hero-slider-1 .slider-content .display-2 {
    line-height: 1.15;
}

/* Footer hotline — tek satır telefon */
.efor-footer-hotlines {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}
.efor-footer-hotline {
    display: inline-flex;
    align-items: center;
    text-align: left;
    min-width: 0;
    max-width: 100%;
}
footer .hotline.efor-footer-hotline {
    min-width: 0;
}
.efor-hotline-text {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
}
.efor-hotline-phone,
footer .hotline .efor-hotline-phone {
    display: block;
    white-space: nowrap;
    font-size: 20px;
    font-weight: 700;
    font-family: "Quicksand", sans-serif;
    color: var(--efor-red) !important;
    text-decoration: none;
    line-height: 1.1;
}
a.efor-hotline-phone:hover {
    color: var(--efor-red-dark) !important;
}
.efor-hotline-sub {
    display: block;
    font-size: 12px;
    font-weight: 500;
    color: #7E7E7E !important;
    white-space: nowrap;
    line-height: 1.2;
}
.efor-hotline-icon {
    min-width: 30px;
    max-width: 30px;
    margin-right: 10px;
    flex-shrink: 0;
    opacity: 1 !important;
}
.efor-hotline-icon-phone {
    filter: brightness(0) saturate(100%) invert(13%) sepia(89%) saturate(5962%) hue-rotate(352deg) brightness(90%) contrast(96%);
}
.efor-hotline-icon[src*="icon-headphone"] {
    filter: none;
}
footer .mobile-social-icon a {
    background: var(--efor-red) !important;
    border: 1px solid var(--efor-red-dark);
}
footer .mobile-social-icon a:hover {
    background: var(--efor-red-dark) !important;
}
footer .contact-infor img {
    filter: hue-rotate(-95deg) saturate(1.1);
}
.contact-infor .efor-contact-icon-phone,
.contact-infor img[src*="icon-contact"] {
    filter: brightness(0) saturate(100%) invert(13%) sepia(89%) saturate(5962%) hue-rotate(352deg) brightness(90%) contrast(96%) !important;
}
.contact-infor .efor-contact-phone {
    white-space: nowrap;
}

/* ========== EFOR ürün kartı ========== */
.efor-product-card.product-cart-wrap {
    display: flex;
    flex-direction: column;
    height: 100%;
    border-radius: 14px;
    border: 1px solid #e8ecf0;
    background: #fff;
    overflow: hidden;
}

/* Tema padding'ini sıfırla — çift boşluk / kayma yapıyordu */
.efor-product-card .efor-product-media.product-img-action-wrap,
.efor-product-card .product-img-action-wrap {
    padding: 0 !important;
    max-height: none !important;
    background: #fff;
    border-bottom: 1px solid #f0f2f5;
}

.efor-product-card .efor-product-img.product-img,
.efor-product-card .efor-product-img {
    height: 200px;
    margin: 0;
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 0 !important;
    overflow: hidden;
}

.efor-product-card .efor-product-img a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.efor-product-card .efor-product-img img {
    max-height: 168px;
    max-width: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    padding: 0 !important;
    display: block;
}

.efor-product-card .efor-product-body.product-content-wrap,
.efor-product-card .product-content-wrap {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 14px 16px 16px !important;
    gap: 0;
}

.efor-product-card .product-category {
    margin: 0 0 2px !important;
    line-height: 1.2;
}

.efor-product-card .product-category a {
    font-size: 12px;
    font-weight: 600;
    color: #253d4e !important;
}

.efor-product-card .product-content-wrap h2 {
    margin: 0 0 4px !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
}

.efor-product-card .product-content-wrap h2 a {
    color: #1a2332 !important;
}

.efor-product-desc {
    margin: 0 0 6px;
    font-size: 12px;
    line-height: 1.35;
    color: #8a93a0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.efor-product-stock {
    margin: 0 0 12px;
    font-size: 12px;
    line-height: 1.35;
    color: #8a93a0;
}

.efor-product-stock__sep {
    margin: 0 5px;
    color: #c5cad3;
}

.efor-product-status {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin: 0 0 12px;
    min-height: 22px;
}

.efor-product-cat {
    font-size: 12px;
    color: #8a93a0;
    line-height: 1.35;
}

/* Stok uyarıları — sayı yok, eşik mesajı + hareket */
.efor-stock-alert {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.01em;
    line-height: 1.2;
    white-space: nowrap;
}

.efor-stock-alert__text {
    display: inline-block;
}

.efor-stock-alert--low {
    color: #9a6700;
    background: #fff8e6;
    border: 1px solid #f0d78c;
}

.efor-stock-alert--low .efor-stock-alert__wave {
    width: 14px;
    height: 10px;
    border-radius: 2px;
    background: linear-gradient(90deg, #e6a800 0%, #f5c84c 50%, #e6a800 100%);
    background-size: 200% 100%;
    animation: eforStockWave 1.4s linear infinite;
    flex-shrink: 0;
}

.efor-stock-alert--low .efor-stock-alert__text {
    animation: eforStockSoftPulse 2s ease-in-out infinite;
}

.efor-stock-alert--critical {
    color: #b42318;
    background: #fff1f0;
    border: 1px solid #f5b5b0;
}

.efor-stock-alert--critical .efor-stock-alert__bars {
    display: inline-flex;
    align-items: flex-end;
    gap: 2px;
    height: 12px;
    flex-shrink: 0;
}

.efor-stock-alert--critical .efor-stock-alert__bars i {
    display: block;
    width: 3px;
    border-radius: 1px;
    background: #d92d20;
    animation: eforStockBars 0.9s ease-in-out infinite;
}

.efor-stock-alert--critical .efor-stock-alert__bars i:nth-child(1) {
    height: 4px;
    animation-delay: 0s;
}
.efor-stock-alert--critical .efor-stock-alert__bars i:nth-child(2) {
    height: 8px;
    animation-delay: 0.15s;
}
.efor-stock-alert--critical .efor-stock-alert__bars i:nth-child(3) {
    height: 11px;
    animation-delay: 0.3s;
}

.efor-stock-alert--critical .efor-stock-alert__text {
    animation: eforStockBlink 1.1s ease-in-out infinite;
}

.efor-stock-alert--out {
    color: #667085;
    background: #f2f4f7;
    border: 1px solid #d0d5dd;
}

.efor-stock-alert--out .efor-stock-alert__icon {
    font-size: 8px;
    color: #98a2b3;
}

.efor-stock-alert--out .efor-stock-alert__pulse {
    display: none;
}

.efor-pdp__meta .efor-stock-alert {
    font-size: 12px;
    padding: 5px 12px;
}

@keyframes eforStockWave {
    0% { background-position: 0% 50%; }
    100% { background-position: -200% 50%; }
}

@keyframes eforStockSoftPulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.72; }
}

@keyframes eforStockBars {
    0%, 100% { transform: scaleY(0.55); opacity: 0.65; }
    50% { transform: scaleY(1); opacity: 1; }
}

@keyframes eforStockBlink {
    0%, 100% { opacity: 1; transform: translateX(0); }
    40% { opacity: 0.55; }
    55% { transform: translateX(1px); }
    70% { opacity: 1; transform: translateX(0); }
}

@media (prefers-reduced-motion: reduce) {
    .efor-stock-alert--low .efor-stock-alert__wave,
    .efor-stock-alert--low .efor-stock-alert__text,
    .efor-stock-alert--critical .efor-stock-alert__bars i,
    .efor-stock-alert--critical .efor-stock-alert__text {
        animation: none !important;
    }
}

.efor-buy-form {
    margin-top: auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.efor-price-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
    width: 100%;
    margin: 0;
    padding: 10px 12px;
    background: #f7f8fa;
    border: 1px solid #e6eaef;
    border-radius: 10px;
    box-sizing: border-box;
}

.efor-price-card--lg {
    width: 100%;
    padding: 16px 18px;
    gap: 10px;
    background: linear-gradient(165deg, #ffffff 0%, #f7f8fa 55%, #eef1f4 100%);
    border: 1px solid #e2e7ed;
}

.efor-price-card__row {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 16px;
    width: 100%;
}

.efor-price-card__row--deal {
    padding-top: 8px;
    border-top: 1px solid #e8ecf0;
}

.efor-price-card__label {
    font-size: 12px;
    font-weight: 500;
    color: #8a93a0;
}

.efor-price-card__list {
    font-size: 12px;
    font-weight: 500;
    color: #a0a8b4;
    text-decoration: line-through;
    line-height: 1.2;
}

.efor-price-card--lg .efor-price-card__list { font-size: 15px; }

.efor-price-card__deal {
    font-size: 18px;
    font-weight: 750;
    color: #1c2430;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.efor-price-card--lg .efor-price-card__deal {
    font-size: 26px;
    color: #141b24;
}

.efor-price-card__na {
    font-size: 13px;
    color: #8a93a0;
    margin: 0;
}

.efor-price-card__meta {
    display: block;
    font-size: 11px;
    line-height: 1.3;
    color: #6b7280;
    font-weight: 500;
}

.efor-price-card__incl {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 4px 6px;
    margin-top: 4px;
    padding-top: 8px;
    border-top: 1px solid #e8ecf0;
    width: 100%;
}

.efor-price-card__incl-label {
    font-size: 11px;
    font-weight: 600;
    color: #6b7280;
}

.efor-price-card__incl-amount {
    font-size: 15px;
    font-weight: 750;
    color: #141b24;
}

.efor-price-card__incl-rate {
    font-size: 11px;
    font-weight: 500;
    color: #8a93a0;
}

.efor-price-card__hint {
    margin-top: 8px;
    font-size: 12px;
    color: #6b7280;
}

.efor-product-no-stock .efor-price-card__deal { color: #9aa3af; }

/* Adet + Sepete Ekle — tek satır, eşit yükseklik */
.efor-buy-row {
    display: grid !important;
    grid-template-columns: 70px minmax(0, 1fr);
    gap: 8px;
    align-items: end;
    margin: 0;
    width: 100%;
}

.efor-qty-box {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
}

.efor-qty-box__label {
    font-size: 11px;
    font-weight: 600;
    color: #8a93a0;
    line-height: 1;
}

.efor-product-card .efor-qty-input {
    width: 100% !important;
    max-width: none !important;
    height: 42px !important;
    margin: 0;
    padding: 0 4px !important;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    color: #1a2332;
    background: #fff;
    border: 1px solid #e6eaef !important;
    border-radius: 8px !important;
    box-shadow: none !important;
}

.efor-product-card .efor-add-cart-btn {
    height: 42px;
    margin: 0;
    padding: 0 10px !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 100%;
    border-radius: 8px !important;
    font-weight: 600;
    font-size: 13px;
    line-height: 1;
    white-space: nowrap;
    background-color: var(--efor-red) !important;
    border-color: var(--efor-red) !important;
    color: #fff !important;
}

.efor-product-card .efor-add-cart-btn i {
    font-size: 14px;
    margin: 0 !important;
}

.efor-add-cart-btn--full {
    width: 100%;
}

.efor-qty-input-lg {
    max-width: 100px;
    height: 48px;
    font-size: 18px;
}

.efor-price-qty-row {
    display: flex;
    align-items: stretch;
    gap: 10px;
}

.efor-price-qty-row-lg { max-width: 420px; }

.efor-price-badge {
    background: transparent;
    color: #1a2332;
    font-weight: 700;
    font-size: 16px;
    padding: 0;
}

.efor-price-badge-lg { font-size: 24px; }

@media (max-width: 575.98px) {
    .efor-buy-row {
        grid-template-columns: 64px minmax(0, 1fr);
    }
    .efor-product-card .efor-add-cart-btn span {
        font-size: 12px;
    }
}



/* 360 görüntüleyici */
.efor-360-wrap {
    position: relative;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    aspect-ratio: 3 / 2;
    background: linear-gradient(165deg, #ffffff 0%, #f0f2f5 100%);
    border: 1px solid #e2e7ed;
    border-radius: 16px;
    overflow: hidden;
    user-select: none;
    -webkit-user-select: none;
    touch-action: none;
    cursor: ew-resize;
}
.efor-360-wrap-modal {
    max-width: none;
    aspect-ratio: 16 / 10;
    min-height: 420px;
}
.efor-360-wrap .angle-view,
.efor-360-wrap .angle-view ul,
.efor-360-wrap .angle-view li {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    height: 100%;
}
.efor-360-wrap .angle-view { position: relative; }
.efor-360-wrap .angle-view li { position: absolute; inset: 0; }
.efor-360-frame {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: transparent;
}
.efor-360-frame img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    pointer-events: none;
}
.efor-viewer-frame-wrap {
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #ececec;
    background: #f9f9f9;
}
.efor-viewer-frame-wrap-aspect {
    position: relative;
    width: 100%;
    aspect-ratio: 950 / 600;
}
.efor-viewer-frame-wrap iframe,
#viewer360 {
    width: 100%;
    height: 520px;
    border: 0;
    display: block;
}
.efor-viewer-frame-wrap-aspect iframe,
.efor-viewer-frame-wrap-aspect #viewer360 {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}
.efor-detail-thumb {
    border-radius: 15px;
    border: 1px solid #ececec;
    background: #f9f9f9;
    max-height: 400px;
    object-fit: contain;
}

/* Kategori kartları */
.efor-category-card {
    border-radius: 20px !important;
    padding: 20px 15px !important;
    text-align: center;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.efor-category-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(37, 61, 78, 0.12);
}

/* Auth pages — Nest green overrides must not wash out buttons */
.efor-auth-shell a.efor-auth-btn-primary,
.efor-auth-shell a.efor-auth-btn-secondary {
    color: #fff !important;
}
.efor-auth-shell a.efor-auth-btn-ghost {
    color: #121820 !important;
}
.efor-auth-shell a.efor-auth-btn-soft {
    color: #0158a2 !important;
}
.admin-sidebar {
  /* eski efor-optik.css koyu override'ı buradan yönetiliyor — panel CSS esas */
}

/* ===== Nest tema yeşil (#3BB77E) → EFOR renk override ===== */
.text-brand-2 { color: var(--efor-blue) !important; }
.bg-brand { background-color: var(--efor-red) !important; }
.border-brand { border-color: var(--efor-red) !important; }

.main a:hover { color: var(--efor-red); }
.search-style-2 form button,
.search-style-3 form button { color: var(--efor-red) !important; }
.search-style-2 form input:focus { border-color: var(--efor-red) !important; }
.header-style-1 .search-style-2 form { border-color: var(--efor-red-border) !important; }

.nav-tabs.links .nav-link.active,
.nav-tabs.links .nav-link:hover { color: var(--efor-red) !important; }
.nav-tabs.links .nav-link.active::before,
.nav-tabs.links .nav-link:hover::before { background-color: var(--efor-red) !important; }

.product-cart-wrap .product-action-1 .action-btn:hover { background-color: var(--efor-red) !important; }
.product-cart-wrap .product-badges span.hot { background-color: var(--efor-red) !important; }

footer.main,
footer.main .footer-mid {
    background-color: #f1f1f1 !important;
}

footer .text-brand,
footer strong.text-brand { color: var(--efor-red) !important; }

/* Footer — güvenli alışveriş + ödeme ikonları */
.efor-footer-trust {
    background: linear-gradient(180deg, #ececec 0%, #e4e4e4 100%);
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    padding: 14px 0;
}
.efor-footer-trust__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}
.efor-footer-trust__secure-img {
    height: 52px;
    width: auto;
    max-width: 100%;
    display: block;
}
.efor-footer-trust__payments {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 10px;
}
.efor-footer-trust__pay {
    height: 28px;
    width: auto;
    display: block;
    object-fit: contain;
}
.efor-footer-trust__pay--amex {
    height: 28px;
}
.efor-footer-trust__pay--troy {
    height: 22px;
}
@media (max-width: 767.98px) {
    .efor-footer-trust__inner {
        justify-content: center;
    }
    .efor-footer-trust__payments {
        justify-content: center;
    }
}

.pagination .page-item.active .page-link {
    background-color: var(--efor-red) !important;
    border-color: var(--efor-red) !important;
}
.pagination .page-link:hover { color: var(--efor-red) !important; }

.btn:hover { border-color: var(--efor-red); }
.form-control:focus,
.form-select:focus {
    border-color: var(--efor-blue) !important;
    box-shadow: 0 0 0 .2rem rgba(1, 88, 162, .15) !important;
}

::selection { background: var(--efor-red); color: #fff; }
::-moz-selection { background: var(--efor-red); color: #fff; }

/* Nest main.css yeşil (#3BB77E) — tüm kritik UI override */

/* Nest default: button[type=submit] yeşil — EFOR kırmızı */
button.submit,
button[type=submit] {
    background-color: var(--efor-red) !important;
    border-color: var(--efor-red) !important;
    color: #fff !important;
}
button.submit:hover,
button[type=submit]:hover {
    background-color: var(--efor-red-dark) !important;
    border-color: var(--efor-red-dark) !important;
    color: #fff !important;
}

.btn.btn-brand,
.btn-brand,
.efor-add-cart-btn,
.product-cart-wrap .product-card-bottom .add-cart .add,
button.add,
a.add {
    background-color: var(--efor-red) !important;
    border-color: var(--efor-red) !important;
    color: #fff !important;
}
.btn.btn-brand:hover,
.btn-brand:hover,
.efor-add-cart-btn:hover,
.product-cart-wrap .product-card-bottom .add-cart .add:hover {
    background-color: var(--efor-red-dark) !important;
    border-color: var(--efor-red-dark) !important;
    color: #fff !important;
}
.text-brand,
a.text-brand,
.product-cart-wrap .product-content-wrap .product-category a:hover,
.product-cart-wrap .product-content-wrap h2 a:hover {
    color: var(--efor-red) !important;
}
.badge.bg-success,
.alert-success {
    background-color: var(--efor-blue-light) !important;
    border-color: var(--efor-blue-border) !important;
    color: var(--efor-blue-dark) !important;
}
.btn-success,
.btn-outline-success {
    background-color: var(--efor-red) !important;
    border-color: var(--efor-red) !important;
    color: #fff !important;
}
.btn-outline-success:hover {
    background-color: var(--efor-red-dark) !important;
    border-color: var(--efor-red-dark) !important;
}

/* Sepet rozeti + AJAX bildirim */
.efor-cart-link {
    position: relative;
    display: inline-flex;
}
.efor-cart-badge {
    position: absolute;
    top: -6px;
    right: -8px;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    border-radius: 999px;
    background: var(--efor-red);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    line-height: 18px;
    text-align: center;
    box-shadow: 0 2px 6px rgba(211, 14, 21, 0.45);
    pointer-events: none;
}
.efor-cart-toast {
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 9999;
    min-width: 260px;
    max-width: 360px;
    padding: 14px 18px;
    border-radius: 10px;
    background: #253D4E;
    color: #fff;
    font-size: 14px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
    opacity: 0;
    transform: translateY(12px);
    transition: opacity 0.25s ease, transform 0.25s ease;
    pointer-events: none;
}
.efor-cart-toast.show {
    opacity: 1;
    transform: translateY(0);
}
.efor-cart-toast.error {
    background: var(--efor-red-dark);
}
.efor-add-cart-btn.added {
    background-color: var(--efor-blue) !important;
    border-color: var(--efor-blue) !important;
}
.btn.btn-accent,
.btn-accent {
    background-color: var(--efor-blue) !important;
    border-color: var(--efor-blue) !important;
    color: #fff !important;
}
.btn.btn-accent:hover,
.btn-accent:hover {
    background-color: var(--efor-blue-dark) !important;
    border-color: var(--efor-blue-dark) !important;
    color: #fff !important;
}
.btn-outline-secondary:hover,
.btn-outline-secondary:focus {
    background-color: var(--efor-red) !important;
    border-color: var(--efor-red) !important;
    color: #fff !important;
}

.b2b-order-timeline {
    list-style: none;
    margin: 0;
    padding: 0;
    border-left: 2px solid #ececec;
}
.b2b-order-timeline li {
    position: relative;
    padding: 0 0 18px 18px;
}
.b2b-order-timeline li::before {
    content: "";
    position: absolute;
    left: -6px;
    top: 4px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--efor-blue, #0158a2);
}
.b2b-order-timeline time {
    display: block;
    font-size: .78rem;
    color: #7e7e7e;
}

/* ——— Ürün detay (PDP) + 360 coach ——— */
.efor-pdp {
    padding-top: 12px;
    background:
        radial-gradient(1200px 400px at 10% -10%, #f0f3f6 0%, transparent 60%),
        #fafbfc;
}
.efor-pdp__crumb {
    margin-bottom: 16px;
}
.efor-pdp__crumb .breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    background: transparent;
    font-size: 13px;
    font-weight: 500;
    text-transform: none;
    color: #8a93a0;
}
.efor-pdp__crumb .breadcrumb-item {
    display: inline-flex;
    align-items: center;
    float: none;
    padding: 0;
}
.efor-pdp__crumb .breadcrumb-item + .breadcrumb-item {
    padding-left: 0;
}
.efor-pdp__crumb .breadcrumb-item + .breadcrumb-item::before {
    content: "/";
    font-family: inherit;
    font-size: 12px;
    font-weight: 400;
    color: #c2c8d0;
    padding: 0 10px;
    float: none;
}
.efor-pdp__crumb .breadcrumb-item a {
    color: #5b6572;
    text-decoration: none;
    transition: color .15s ease;
}
.efor-pdp__crumb .breadcrumb-item a:hover {
    color: #d50d15;
}
.efor-pdp__crumb .breadcrumb-item.active {
    color: #141b24;
    font-weight: 600;
}
.efor-pdp__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
    gap: 28px;
    align-items: start;
    padding: 22px;
    background: linear-gradient(180deg, #fff 0%, #f7f8fa 100%);
    border: 1px solid #e6eaef;
    border-radius: 20px;
    box-shadow: 0 12px 40px rgba(20, 30, 45, .04);
}
@media (max-width: 991px) {
    .efor-pdp__grid { grid-template-columns: 1fr; gap: 20px; padding: 16px; }
}
.efor-pdp__media { display: flex; flex-direction: column; gap: 12px; }
.efor-pdp__photo {
    position: relative;
    background: linear-gradient(160deg, #ffffff 0%, #f3f5f7 100%);
    border: 1px solid #e8ecf0;
    border-radius: 16px;
    padding: 24px;
    min-height: 360px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.efor-pdp__img {
    max-width: 100%;
    max-height: 420px;
    width: auto;
    height: auto;
    object-fit: contain;
}
.efor-pdp__badge-360 {
    position: absolute;
    top: 14px;
    left: 14px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.06em;
    color: #4a5564;
    background: rgba(255,255,255,.92);
    border: 1px solid #e2e7ed;
    border-radius: 999px;
    padding: 5px 10px;
}
.efor-pdp__btn-360 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    height: 46px;
    border-radius: 12px;
    border: 1px solid #d9e0e8;
    background: #fff;
    color: #2a3441;
    font-weight: 600;
    font-size: 14px;
    transition: background .2s, border-color .2s;
}
.efor-pdp__btn-360:hover { background: #f4f6f8; border-color: #c5ced8; }
.efor-pdp__brand {
    margin: 0 0 6px;
    font-size: 13px;
    font-weight: 600;
    color: var(--efor-blue);
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.efor-pdp__title {
    margin: 0 0 8px;
    font-size: clamp(22px, 2.4vw, 30px);
    font-weight: 700;
    color: #141b24;
    letter-spacing: -0.03em;
    line-height: 1.15;
}
.efor-pdp__desc {
    margin: 0 0 16px;
    color: #6b7280;
    font-size: 15px;
    line-height: 1.5;
}
.efor-pdp__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 20px;
}
.efor-pdp__chip {
    display: inline-flex;
    align-items: center;
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
    color: #4b5563;
    background: #eef1f4;
    border: 1px solid #e2e7ed;
}
.efor-pdp__chip--ok {
    color: #0f6b4c;
    background: #e8f6ef;
    border-color: #cdeadc;
}
.efor-pdp__chip--out {
    color: #9b1c1c;
    background: #fdecec;
    border-color: #f5c6c6;
}
.efor-pdp__buy { display: flex; flex-direction: column; gap: 14px; padding-top: 4px; }
.efor-pdp__buy--guest {
    padding: 18px;
    background: #f4f6f8;
    border-radius: 14px;
    border: 1px solid #e6eaef;
}
.efor-pdp__buy--guest p { margin: 0 0 12px; color: #6b7280; font-size: 14px; }
.efor-pdp__qty-label {
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: #8a93a0;
    margin-bottom: 6px;
}
.efor-pdp__cart-row { display: flex; gap: 10px; align-items: stretch; }
.efor-pdp__qty {
    width: 110px;
    text-align: center;
    height: 48px;
    border-radius: 12px;
    border: 1px solid #d9e0e8;
    background: #fff;
    font-size: 16px;
    font-weight: 600;
}
.efor-pdp__add { flex: 1; height: 48px; border-radius: 12px; font-weight: 650; }

.efor-pdp-variants {
    margin-top: 28px;
    padding: 22px;
    background: #fff;
    border: 1px solid #e6eaef;
    border-radius: 20px;
}
.efor-pdp-variants__title {
    margin: 0 0 6px;
    font-size: 20px;
    font-weight: 700;
    color: #141b24;
}
.efor-pdp-variants__hint {
    margin: 0 0 16px;
    font-size: 14px;
    color: #7a8492;
}
.efor-pdp-variants__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    gap: 14px;
}
.efor-pdp-variant {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 10px;
    border: 1px solid #e6eaef;
    border-radius: 14px;
    background: #fafbfc;
}
.efor-pdp-variant.is-current {
    border-color: var(--efor-brand, #c8102e);
    box-shadow: 0 0 0 1px var(--efor-brand, #c8102e);
}
.efor-pdp-variant.is-out { opacity: 0.72; }
.efor-pdp-variant__link {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: inherit;
}
.efor-pdp-variant__link img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: contain;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #eef1f4;
}
.efor-pdp-variant__code {
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    word-break: break-all;
    color: #3d4650;
}
.efor-pdp-variant__cart { margin-top: auto; }
.efor-pdp-variant__cart .btn { width: 100%; }
.efor-pdp-variant__stock,
.efor-pdp-variant__current {
    font-size: 11px;
    text-align: center;
    color: #7a8492;
}
.efor-pdp-variant__current { color: var(--efor-brand, #c8102e); font-weight: 600; }

.efor-pdp-360 {
    margin-top: 28px;
    padding: 22px;
    background: linear-gradient(180deg, #ffffff 0%, #f5f7f9 100%);
    border: 1px solid #e6eaef;
    border-radius: 20px;
}
.efor-pdp-360__head {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 16px;
}
.efor-pdp-360__title {
    margin: 0 0 4px;
    font-size: 20px;
    font-weight: 700;
    color: #141b24;
    letter-spacing: -0.02em;
}
.efor-pdp-360__hint { margin: 0; font-size: 14px; color: #7a8492; }
.efor-pdp-360__full {
    font-size: 13px;
    font-weight: 600;
    color: #4b5563;
    text-decoration: none;
    padding: 8px 12px;
    border-radius: 10px;
    border: 1px solid #d9e0e8;
    background: #fff;
}
.efor-pdp-360__full:hover { color: #141b24; background: #f4f6f8; }

.efor-360-coach {
    position: absolute;
    inset: 0;
    z-index: 5;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: linear-gradient(180deg, rgba(248,249,251,.12) 0%, rgba(248,249,251,.5) 100%);
    pointer-events: none;
    transition: opacity .35s ease;
}
.efor-360-coach.is-hidden { opacity: 0; }
.efor-360-coach__arrows {
    display: flex;
    align-items: center;
    gap: 18px;
    color: #2a3441;
    padding: 14px 22px;
    background: rgba(255,255,255,.9);
    border: 1px solid #e2e7ed;
    border-radius: 999px;
    box-shadow: 0 8px 28px rgba(20,30,45,.08);
}
.efor-360-coach__arrow { display: flex; opacity: .85; }
.efor-360-coach__arrow--left { animation: efor360ArrowL 1.4s ease-in-out infinite; }
.efor-360-coach__arrow--right { animation: efor360ArrowR 1.4s ease-in-out infinite; }
.efor-360-coach__hand {
    display: flex;
    color: #5b6572;
    animation: efor360Drag 1.4s ease-in-out infinite;
}
.efor-360-coach__text {
    margin: 0;
    font-size: 13px;
    font-weight: 650;
    color: #3d4654;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    background: rgba(255,255,255,.92);
    border: 1px solid #e6eaef;
    border-radius: 999px;
    padding: 6px 14px;
}
@keyframes efor360ArrowL {
    0%, 100% { transform: translateX(0); opacity: .55; }
    50% { transform: translateX(-8px); opacity: 1; }
}
@keyframes efor360ArrowR {
    0%, 100% { transform: translateX(0); opacity: .55; }
    50% { transform: translateX(8px); opacity: 1; }
}
@keyframes efor360Drag {
    0%, 100% { transform: translateX(-6px); }
    50% { transform: translateX(6px); }
}
.efor-360-modal__head {
    border-bottom: 1px solid #eef1f4;
    background: #fafbfc;
}
.efor-list-price {
    font-size: 13px;
    font-weight: 400;
    color: #a0a8b4;
    text-decoration: line-through;
    text-decoration-color: #c8ced6;
}

/* ——— Dealer WhatsApp ——— */
.efor-wa {
    --wa: #25d366;
    --wa-deep: #128c7e;
    position: fixed;
    left: 22px;
    bottom: 24px;
    z-index: 1040;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    max-width: min(280px, calc(100vw - 40px));
    padding: 10px 14px 10px 10px;
    border-radius: 18px;
    text-decoration: none !important;
    color: #f4f7f5 !important;
    font-family: Manrope, sans-serif;
    background:
        linear-gradient(145deg, rgba(18, 28, 24, .92) 0%, rgba(12, 18, 16, .96) 100%);
    border: 1px solid rgba(255, 255, 255, .1);
    box-shadow:
        0 18px 40px rgba(8, 16, 12, .28),
        0 2px 0 rgba(255, 255, 255, .06) inset;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    overflow: hidden;
    isolation: isolate;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.efor-wa__glow {
    position: absolute;
    inset: -40% auto auto -20%;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(37, 211, 102, .35) 0%, transparent 70%);
    pointer-events: none;
    z-index: -1;
    animation: eforWaPulse 3.4s ease-in-out infinite;
}
.efor-wa__icon {
    flex: 0 0 auto;
    width: 44px;
    height: 44px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    color: var(--wa);
    background:
        linear-gradient(160deg, rgba(37, 211, 102, .22) 0%, rgba(18, 140, 126, .12) 100%);
    border: 1px solid rgba(37, 211, 102, .35);
    box-shadow: 0 8px 18px rgba(37, 211, 102, .18);
}
.efor-wa__copy {
    display: flex;
    flex-direction: column;
    gap: 1px;
    min-width: 0;
    line-height: 1.15;
}
.efor-wa__kicker {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: rgba(37, 211, 102, .92);
}
.efor-wa__title {
    font-size: 14px;
    font-weight: 750;
    letter-spacing: -.01em;
    color: #fff;
}
.efor-wa__sub {
    font-size: 11.5px;
    font-weight: 500;
    color: rgba(220, 232, 226, .62);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.efor-wa__arrow {
    margin-left: 2px;
    font-size: 13px;
    font-weight: 600;
    color: rgba(255, 255, 255, .45);
    transition: transform .25s ease, color .25s ease;
}
.efor-wa:hover {
    transform: translateY(-3px);
    border-color: rgba(37, 211, 102, .35);
    box-shadow:
        0 22px 48px rgba(8, 16, 12, .34),
        0 0 0 1px rgba(37, 211, 102, .12),
        0 2px 0 rgba(255, 255, 255, .07) inset;
    color: #fff !important;
}
.efor-wa:hover .efor-wa__arrow {
    transform: translate(2px, -2px);
    color: var(--wa);
}
.efor-wa:hover .efor-wa__icon {
    color: #fff;
    background: linear-gradient(160deg, var(--wa) 0%, var(--wa-deep) 100%);
    border-color: transparent;
}
@keyframes eforWaPulse {
    0%, 100% { opacity: .55; transform: scale(1); }
    50% { opacity: 1; transform: scale(1.12); }
}
@media (max-width: 575px) {
    .efor-wa {
        left: 14px;
        bottom: 16px;
        padding: 9px;
        gap: 0;
        border-radius: 16px;
    }
    .efor-wa__copy,
    .efor-wa__arrow { display: none; }
    .efor-wa__icon {
        width: 48px;
        height: 48px;
        border-radius: 15px;
    }
}
@media (prefers-reduced-motion: reduce) {
    .efor-wa,
    .efor-wa__arrow,
    .efor-wa__glow { animation: none; transition: none; }
}

/* ——— Bag / Cart ——— */
.efor-bag {
    padding: 12px 0 48px;
    background: #f7f8fa;
}
.efor-bag-empty {
    max-width: 380px;
    margin: 56px auto;
    text-align: center;
}
.efor-bag-empty__title {
    margin: 0 0 8px;
    font-size: 1.75rem;
    font-weight: 750;
    letter-spacing: -.03em;
    color: #12181f;
}
.efor-bag-empty__text {
    margin: 0 0 24px;
    color: #7a8492;
}

.efor-bag-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 40px;
    align-items: start;
}
.efor-bag-head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 8px;
    padding-bottom: 16px;
    border-bottom: 1px solid #e4e8ed;
}
.efor-bag-head__title {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 750;
    letter-spacing: -.03em;
    color: #12181f;
}
.efor-bag-linkbtn {
    border: 0 !important;
    background: transparent !important;
    color: #8a93a0 !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    padding: 0 !important;
    height: auto !important;
    cursor: pointer;
    box-shadow: none !important;
}
.efor-bag-linkbtn:hover { color: #d50d15 !important; }

.efor-bag-lines {
    list-style: none;
    margin: 0;
    padding: 0;
}
.efor-bag-line {
    display: grid;
    grid-template-columns: 88px minmax(0, 1.4fr) auto auto 40px;
    gap: 20px;
    align-items: center;
    padding: 22px 0;
    border-bottom: 1px solid #e8ecf0;
}
.efor-bag-line__img {
    width: 88px;
    height: 88px;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #eef1f4;
    display: block;
}
.efor-bag-line__img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}
.efor-bag-line__info { min-width: 0; }
.efor-bag-line__code {
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    color: #12181f !important;
    text-decoration: none !important;
    letter-spacing: -.01em;
}
.efor-bag-line__code:hover { color: #d50d15 !important; }
.efor-bag-line__name {
    margin: 4px 0 0;
    font-size: 13px;
    color: #7a8492;
    line-height: 1.4;
}
.efor-bag-line__price {
    margin: 8px 0 0;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 8px;
    font-size: 14px;
    font-weight: 650;
    color: #12181f;
}
.efor-bag-line__was {
    font-size: 12px;
    font-weight: 500;
    color: #a8b0ba;
    text-decoration: line-through;
}
.efor-bag-line__tax {
    font-size: 12px;
    font-weight: 500;
    color: #9aa3af;
}

.efor-bag-stepper {
    display: inline-flex;
    align-items: center;
    height: 40px;
    border: 1px solid #dfe4ea;
    border-radius: 999px;
    background: #fff;
    overflow: hidden;
}
.efor-bag-stepper__btn {
    width: 40px;
    height: 40px;
    border: 0 !important;
    background: transparent !important;
    color: #3d4654 !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    line-height: 1;
    padding: 0 !important;
    cursor: pointer;
    box-shadow: none !important;
}
.efor-bag-stepper__btn:hover:not(:disabled) {
    background: #f4f6f8 !important;
    color: #12181f !important;
}
.efor-bag-stepper__btn:disabled {
    opacity: .35;
    cursor: default;
}
.efor-bag-stepper__val {
    min-width: 28px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: #12181f;
}
.efor-bag-stepper__input {
    width: 64px;
    min-width: 52px;
    height: 40px;
    border: 0;
    border-left: 1px solid #e8ecf0;
    border-right: 1px solid #e8ecf0;
    background: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: #12181f;
    font-variant-numeric: tabular-nums;
    -moz-appearance: textfield;
    appearance: textfield;
}
.efor-bag-stepper__input::-webkit-outer-spin-button,
.efor-bag-stepper__input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.efor-bag-stepper__input:focus {
    outline: none;
    background: #f8fafc;
}

.efor-bag-line__sum {
    text-align: right;
    min-width: 96px;
}
.efor-bag-line__sum strong {
    font-size: 15px;
    font-weight: 750;
    color: #12181f;
    letter-spacing: -.01em;
}

.efor-bag-rm {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 0 !important;
    background: transparent !important;
    color: #9aa3af !important;
    display: grid;
    place-items: center;
    padding: 0 !important;
    cursor: pointer;
    box-shadow: none !important;
    transition: background .15s ease, color .15s ease;
}
.efor-bag-rm:hover {
    background: #f4f6f8 !important;
    color: #d50d15 !important;
}

.efor-bag-aside {
    position: sticky;
    top: 88px;
    padding: 24px;
    background: #fff;
    border: 1px solid #e8ecf0;
    border-radius: 16px;
}
.efor-bag-aside__title {
    margin: 0 0 18px;
    font-size: 1rem;
    font-weight: 750;
    color: #12181f;
}
.efor-bag-aside__dl {
    margin: 0;
}
.efor-bag-aside__dl > div {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
}
.efor-bag-aside__dl dt {
    margin: 0;
    font-size: 14px;
    color: #7a8492;
    font-weight: 500;
}
.efor-bag-aside__dl dd {
    margin: 0;
    font-size: 14px;
    font-weight: 650;
    color: #12181f;
}
.efor-bag-aside__grand {
    margin-top: 8px !important;
    padding-top: 14px;
    border-top: 1px solid #eef1f4;
}
.efor-bag-aside__grand dt {
    font-size: 15px;
    font-weight: 650;
    color: #12181f;
}
.efor-bag-aside__grand dd {
    font-size: 1.2rem;
    font-weight: 800;
    color: #d50d15;
    letter-spacing: -.02em;
}
.efor-bag-aside__cta {
    display: flex;
    width: 100%;
    height: 48px;
    margin-top: 20px;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    font-weight: 700;
}
.efor-bag-aside__back {
    display: block;
    margin-top: 14px;
    text-align: center;
    font-size: 13px;
    font-weight: 650;
    color: #5b6572 !important;
    text-decoration: none !important;
}
.efor-bag-aside__back:hover { color: #d50d15 !important; }

@media (max-width: 991px) {
    .efor-bag-grid { grid-template-columns: 1fr; gap: 28px; }
    .efor-bag-aside { position: static; }
}
@media (max-width: 700px) {
    .efor-bag-line {
        grid-template-columns: 72px minmax(0, 1fr) 40px;
        grid-template-areas:
            "img info rm"
            "img qty sum";
        gap: 12px 14px;
        padding: 18px 0;
    }
    .efor-bag-line__img { grid-area: img; width: 72px; height: 72px; }
    .efor-bag-line__info { grid-area: info; }
    .efor-bag-line__qty { grid-area: qty; }
    .efor-bag-line__sum { grid-area: sum; text-align: left; min-width: 0; }
    .efor-bag-line__rm { grid-area: rm; justify-self: end; align-self: start; }
}

/* ——— Checkout ——— */
.efor-checkout-dealer {
    margin-bottom: 8px;
    padding: 18px 0 20px;
    border-bottom: 1px solid #e8ecf0;
}
.efor-checkout-dealer__label {
    margin: 0 0 4px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #9aa3af;
}
.efor-checkout-dealer__name {
    margin: 0;
    font-size: 1.05rem;
    font-weight: 750;
    color: #12181f;
    letter-spacing: -.01em;
}
.efor-checkout-dealer__meta {
    margin: 8px 0 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 16px;
    font-size: 13px;
    color: #7a8492;
}
.efor-checkout-line {
    grid-template-columns: 88px minmax(0, 1.4fr) auto auto;
}
.efor-checkout-qty {
    text-align: center;
    min-width: 56px;
}
.efor-checkout-qty__label {
    display: block;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: #9aa3af;
    margin-bottom: 4px;
}
.efor-checkout-qty strong {
    font-size: 15px;
    font-weight: 750;
    color: #12181f;
}
.efor-checkout-form {
    margin-top: 18px;
}
.efor-checkout-form__label {
    display: block;
    margin-bottom: 8px;
    font-size: 13px;
    font-weight: 650;
    color: #5b6572;
}
.efor-checkout-form__notes {
    width: 100%;
    border: 1px solid #e0e5eb;
    border-radius: 12px;
    padding: 12px 14px;
    font-size: 14px;
    font-family: inherit;
    color: #12181f;
    background: #fafbfc;
    resize: vertical;
    min-height: 84px;
}
.efor-checkout-form__notes:focus {
    outline: none;
    border-color: #c5ced8;
    box-shadow: 0 0 0 3px rgba(20, 30, 45, .06);
    background: #fff;
}
.efor-checkout-form .efor-bag-aside__cta {
    margin-top: 14px;
}
@media (max-width: 700px) {
    .efor-checkout-line {
        grid-template-columns: 72px minmax(0, 1fr);
        grid-template-areas:
            "img info"
            "img qty"
            "sum sum";
        gap: 10px 14px;
    }
    .efor-checkout-line .efor-bag-line__img { grid-area: img; }
    .efor-checkout-line .efor-bag-line__info { grid-area: info; }
    .efor-checkout-line .efor-checkout-qty {
        grid-area: qty;
        text-align: left;
        display: flex;
        align-items: baseline;
        gap: 8px;
    }
    .efor-checkout-line .efor-checkout-qty__label { margin: 0; }
    .efor-checkout-line .efor-bag-line__sum {
        grid-area: sum;
        text-align: left;
        padding-top: 8px;
        border-top: 1px dashed #eef1f4;
    }
}

/* ——— Account / Profile ——— */
.efor-acct {
    padding: 12px 0 48px;
    background: #f7f8fa;
}
.efor-acct-hero {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 24px;
    flex-wrap: wrap;
    margin-bottom: 24px;
    padding-bottom: 22px;
    border-bottom: 1px solid #e4e8ed;
}
.efor-acct-hero__title {
    margin: 0 0 6px;
    font-size: 1.55rem;
    font-weight: 750;
    letter-spacing: -.03em;
    color: #12181f;
}
.efor-acct-hero__sub {
    margin: 0;
    font-size: 15px;
    font-weight: 650;
    color: #3d4654;
}
.efor-acct-hero__tax {
    margin: 6px 0 0;
    font-size: 13px;
    color: #8a93a0;
}
.efor-acct-balance {
    text-align: right;
    padding: 14px 18px;
    background: #fff;
    border: 1px solid #e8ecf0;
    border-radius: 14px;
    min-width: 180px;
}
.efor-acct-balance span {
    display: block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: #9aa3af;
    margin-bottom: 4px;
}
.efor-acct-balance strong {
    font-size: 1.35rem;
    font-weight: 800;
    color: #d50d15;
    letter-spacing: -.02em;
}
.efor-acct-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 20px;
}
.efor-acct-stat {
    background: #fff;
    border: 1px solid #e8ecf0;
    border-radius: 14px;
    padding: 16px 18px;
}
.efor-acct-stat span {
    display: block;
    font-size: 12px;
    color: #8a93a0;
    font-weight: 600;
    margin-bottom: 6px;
}
.efor-acct-stat strong {
    font-size: 1.15rem;
    font-weight: 750;
    color: #12181f;
    letter-spacing: -.01em;
}
.efor-acct-stat--debit { color: #d50d15 !important; }
.efor-acct-stat--credit { color: #0158a2 !important; }
.efor-acct-note {
    margin: 0 0 20px;
    padding: 12px 14px;
    background: #fff;
    border: 1px solid #e8ecf0;
    border-radius: 12px;
    font-size: 13px;
    color: #5b6572;
}
.efor-acct-tabs__nav {
    display: flex;
    gap: 6px;
    margin-bottom: 18px;
    border-bottom: 1px solid #e4e8ed;
}
.efor-acct-tabs__btn {
    border: 0 !important;
    background: transparent !important;
    color: #8a93a0 !important;
    font-size: 14px !important;
    font-weight: 650 !important;
    padding: 12px 14px !important;
    margin-bottom: -1px;
    border-bottom: 2px solid transparent !important;
    border-radius: 0 !important;
    cursor: pointer;
    box-shadow: none !important;
    height: auto !important;
}
.efor-acct-tabs__btn.is-active {
    color: #12181f !important;
    border-bottom-color: #d50d15 !important;
}
.efor-acct-filter {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 12px;
    margin-bottom: 16px;
}
.efor-acct-filter__field {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.efor-acct-filter__field label {
    font-size: 12px;
    font-weight: 650;
    color: #7a8492;
}
.efor-acct-filter__field input {
    height: 42px;
    padding: 0 12px;
    border: 1px solid #e0e5eb;
    border-radius: 10px;
    background: #fff;
    font-size: 14px;
    color: #12181f;
}
.efor-acct-filter__btn {
    height: 42px;
    padding: 0 18px;
    border-radius: 10px;
    font-weight: 700;
}
.efor-acct-filter__export {
    font-size: 13px;
    font-weight: 650;
    color: #5b6572 !important;
    text-decoration: none !important;
    padding: 10px 4px;
}
.efor-acct-filter__export:hover { color: #d50d15 !important; }
.efor-acct-empty {
    margin: 24px 0;
    color: #8a93a0;
    font-size: 14px;
}
.efor-acct-table-wrap {
    overflow-x: auto;
    background: #fff;
    border: 1px solid #e8ecf0;
    border-radius: 14px;
}
.efor-acct-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 720px;
}
.efor-acct-table th,
.efor-acct-table td {
    padding: 12px 14px;
    border-bottom: 1px solid #eef1f4;
    font-size: 13px;
    text-align: left;
    vertical-align: middle;
}
.efor-acct-table th {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #9aa3af;
    background: #fafbfc;
}
.efor-acct-table td { color: #3d4654; }
.efor-acct-table .num { text-align: right; font-variant-numeric: tabular-nums; }
.efor-acct-table__bal { font-weight: 700; color: #12181f; }
.efor-acct-table tbody tr:last-child td { border-bottom: 0; }
.efor-acct-orders {
    list-style: none;
    margin: 0;
    padding: 0;
    background: #fff;
    border: 1px solid #e8ecf0;
    border-radius: 14px;
}
.efor-acct-order {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    padding: 16px 18px;
    border-bottom: 1px solid #eef1f4;
}
.efor-acct-order:last-child { border-bottom: 0; }
.efor-acct-order__no {
    display: block;
    font-size: 14px;
    font-weight: 750;
    color: #12181f;
}
.efor-acct-order__meta {
    display: block;
    margin-top: 4px;
    font-size: 12px;
    color: #8a93a0;
}
.efor-acct-order__right {
    text-align: right;
    display: flex;
    flex-direction: column;
    gap: 6px;
    align-items: flex-end;
}
.efor-acct-order__right strong {
    font-size: 15px;
    font-weight: 750;
    color: #12181f;
}
.efor-acct-order__right a {
    font-size: 13px;
    font-weight: 650;
    color: #5b6572 !important;
    text-decoration: none !important;
}
.efor-acct-order__right a:hover { color: #d50d15 !important; }

.efor-profile-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, .9fr);
    gap: 20px;
    align-items: start;
}
.efor-profile-card {
    background: #fff;
    border: 1px solid #e8ecf0;
    border-radius: 16px;
    padding: 22px;
}
.efor-profile-card__title {
    margin: 0 0 18px;
    font-size: 1rem;
    font-weight: 750;
    color: #12181f;
}
.efor-profile-dl {
    margin: 0;
}
.efor-profile-dl > div {
    display: grid;
    grid-template-columns: 120px minmax(0, 1fr);
    gap: 10px;
    padding: 10px 0;
    border-bottom: 1px solid #eef1f4;
}
.efor-profile-dl > div:last-child { border-bottom: 0; }
.efor-profile-dl dt {
    margin: 0;
    font-size: 12px;
    font-weight: 650;
    color: #8a93a0;
}
.efor-profile-dl dd {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    color: #12181f;
}
.efor-profile-links {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 18px;
    padding-top: 16px;
    border-top: 1px solid #eef1f4;
}
.efor-profile-links a {
    font-size: 13px;
    font-weight: 650;
    color: #5b6572 !important;
    text-decoration: none !important;
}
.efor-profile-links a:hover { color: #d50d15 !important; }
.efor-profile-form {
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.efor-profile-form__label {
    display: flex;
    flex-direction: column;
    gap: 6px;
    font-size: 12px;
    font-weight: 650;
    color: #7a8492;
    margin: 0;
}
.efor-profile-form__label input {
    height: 44px;
    padding: 0 12px;
    border: 1px solid #e0e5eb;
    border-radius: 10px;
    background: #fafbfc;
    font-size: 14px;
    color: #12181f;
}
.efor-profile-form__label input:focus {
    outline: none;
    border-color: #c5ced8;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(20, 30, 45, .06);
}
.efor-profile-form__submit {
    margin-top: 4px;
    height: 46px;
    border-radius: 12px;
    font-weight: 700;
}
@media (max-width: 991px) {
    .efor-acct-stats { grid-template-columns: 1fr 1fr; }
    .efor-profile-grid { grid-template-columns: 1fr; }
}
@media (max-width: 575px) {
    .efor-acct-stats { grid-template-columns: 1fr; }
    .efor-acct-balance { text-align: left; width: 100%; }
    .efor-profile-dl > div { grid-template-columns: 1fr; gap: 4px; }
}

/* OUTLET header + page */
@keyframes efor-outlet-text-shine {
    0% { background-position: 130% 0; }
    100% { background-position: -30% 0; }
}
@keyframes efor-outlet-dot-breathe {
    0%, 100% { opacity: .55; }
    50% { opacity: 1; }
}
@keyframes efor-outlet-border-glow {
    0%, 100% {
        box-shadow:
            0 0 0 1px rgba(211, 14, 21, .22),
            0 8px 22px rgba(211, 14, 21, .06);
        border-color: rgba(211, 14, 21, .28);
    }
    50% {
        box-shadow:
            0 0 0 1px rgba(211, 14, 21, .42),
            0 10px 28px rgba(211, 14, 21, .12);
        border-color: rgba(211, 14, 21, .48);
    }
}
@keyframes efor-outlet-sheen {
    0% { background-position: 200% 0; }
    100% { background-position: -200% 0; }
}
@keyframes efor-outlet-badge-soft {
    0%, 100% { box-shadow: 0 2px 8px rgba(211, 14, 21, .18); }
    50% { box-shadow: 0 3px 14px rgba(211, 14, 21, .32); }
}
.efor-nav-outlet {
    position: relative;
    margin: 0;
    padding: 10px 18px !important;
    border-radius: 10px !important;
    border: 1.5px solid var(--efor-red) !important;
    font-weight: 800 !important;
    letter-spacing: 0.08em;
    color: #fff !important;
    background: var(--efor-red) !important;
    box-shadow: 0 6px 16px rgba(211, 14, 21, .22);
    animation: efor-outlet-badge-soft 2.4s ease-in-out infinite;
}
.efor-nav-outlet:hover,
.efor-nav-outlet.efor-nav-link-active {
    color: #fff !important;
    background: var(--efor-red-dark) !important;
    border-color: var(--efor-red-dark) !important;
    box-shadow: 0 8px 18px rgba(211, 14, 21, .28);
}
.efor-nav-outlet.efor-nav-link-active::after {
    display: none;
}
.mobile-menu .efor-nav-outlet {
    color: #d30e15 !important;
    background: #fde8e9 !important;
    border-color: #f5b8bb !important;
    box-shadow: none;
    font-weight: 800;
    animation: none;
    border-radius: 10px !important;
}
.efor-outlet-hero {
    margin-bottom: 22px;
    padding: 22px 24px;
    border-radius: 18px;
    background: linear-gradient(135deg, #fff5f5 0%, #ffffff 55%, #fde8e9 100%);
    border: 1px solid #f5b8bb;
}
.efor-outlet-hero__title {
    display: inline-block;
    margin: 0 0 6px;
    font-size: 34px;
    font-weight: 800;
    letter-spacing: 0.12em;
    color: transparent;
    background-image: linear-gradient(
        100deg,
        #b40c12 0%,
        #d30e15 40%,
        #ff8a8e 50%,
        #d30e15 60%,
        #b40c12 100%
    );
    background-size: 250% 100%;
    -webkit-background-clip: text;
    background-clip: text;
    animation: efor-outlet-text-shine 3.4s linear infinite;
}
.efor-outlet-hero__title::after {
    content: "";
    display: block;
    margin-top: 6px;
    width: 56px;
    height: 3px;
    border-radius: 2px;
    background: #d30e15;
    animation: efor-outlet-dot-breathe 2.4s ease-in-out infinite;
}
.efor-outlet-hero__text {
    margin: 0;
    color: #6b7280;
    font-size: 15px;
}
.efor-outlet-search {
    display: flex;
    gap: 10px;
    max-width: 520px;
}
.efor-outlet-search .form-control {
    border-radius: 12px;
}

/* Outlet ürün kartları — katalog düzeni + kibar kırmızı vurgu */
.efor-outlet-grid {
    margin-top: 4px;
}
.efor-product-card--outlet.product-cart-wrap {
    position: relative;
    border: 1px solid rgba(211, 14, 21, .28);
    background:
        linear-gradient(#fff, #fff) padding-box,
        linear-gradient(135deg, rgba(211, 14, 21, .12), transparent 42%, rgba(211, 14, 21, .08)) border-box;
    animation: efor-outlet-border-glow 3.2s ease-in-out infinite;
    transition: transform .25s ease, box-shadow .25s ease;
}
.efor-product-card--outlet.product-cart-wrap::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    pointer-events: none;
    background: linear-gradient(
        110deg,
        transparent 35%,
        rgba(211, 14, 21, .05) 48%,
        transparent 62%
    );
    background-size: 220% 100%;
    animation: efor-outlet-sheen 5.5s linear infinite;
    z-index: 1;
}
.efor-product-card--outlet .efor-product-media,
.efor-product-card--outlet .efor-product-body {
    position: relative;
    z-index: 2;
}
.efor-product-card--outlet:hover {
    transform: translateY(-3px);
    animation: none;
    border-color: rgba(211, 14, 21, .55);
    box-shadow:
        0 0 0 1px rgba(211, 14, 21, .35),
        0 14px 32px rgba(211, 14, 21, .14);
}
.efor-outlet-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 3;
    padding: 4px 9px;
    border-radius: 999px;
    background: #d30e15;
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.12em;
    line-height: 1.2;
    animation: efor-outlet-badge-soft 2.4s ease-in-out infinite;
}
.efor-product-card--outlet .efor-product-media {
    position: relative;
    background: linear-gradient(180deg, #fff8f8 0%, #ffffff 100%);
}
.efor-product-card--outlet .efor-add-cart-btn {
    background: #d30e15;
    border-color: #d30e15;
}
.efor-product-card--outlet .efor-add-cart-btn:hover {
    background: #b40c12;
    border-color: #b40c12;
}
@media (prefers-reduced-motion: reduce) {
    .efor-nav-outlet,
    .efor-outlet-hero__title,
    .efor-product-card--outlet.product-cart-wrap,
    .efor-product-card--outlet.product-cart-wrap::before,
    .efor-outlet-badge {
        animation: none !important;
    }
}
.efor-bag-line__price {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

