/* ==================================================================
   Ferrum Theme — yapı market / hırdavat vitrini
   Font: Poppins 15px / lh 21px
================================================================== */
:root {
    --fe-primary:       #22428e;
    --fe-primary-alt:   #2d438b;
    --fe-primary-dark:  #1a336e;
    --fe-cta:           #4caf50;
    --fe-cta-dark:      #43a047;
    --fe-sale:          #f44336;
    --fe-cargo:         #ff8100;
    --fe-accent-link:   #ff0000;
    --fe-text:          #393f46;
    --fe-muted:         #8d9ba9;
    --fe-text-muted:    #8d9ba9;
    --fe-body-bg:       #f7f7f9;
    --fe-footer-bg:     #f6f6f6;
    --fe-card-border:   #dadada;
    --fe-input-border:  #ced4da;
    --fe-bg:            #ffffff;
    --fe-bg-gray:       #f8f9fa;
    --fe-border:        #dadada;
    --fe-font:          'Poppins', sans-serif;
    --fe-radius:        8px;
    --fe-tr:            .2s ease;

    --bs-body-font-family:    'Poppins', sans-serif;
    --bs-body-font-size:      15px;
    --bs-body-font-weight:    400;
    --bs-body-line-height:    1.4;
    --bs-font-sans-serif:     'Poppins', sans-serif;
    --bs-body-color:          #393f46;
}

@media (min-width: 1400px) {
    .container {
        max-width: 1520px;
    }
}

*,*::before,*::after { box-sizing: border-box; }

/* Mobilde yatay taşmayı kökten engelle. */
html, body {
    margin: 0;
    padding: 0;
    max-width: 100%;
    overflow-x: hidden;
}

/* Tüm elemanlara Poppins uygula — Bootstrap bileşenleri dahil */
body.fe-body,
body.fe-body *,
body.fe-body input,
body.fe-body button,
body.fe-body select,
body.fe-body textarea,
body.fe-body optgroup {
    font-family: 'Poppins', sans-serif;
}

body.fe-body {
    font-size: 15px;
    line-height: 21px;
    color: var(--fe-text);
    background: var(--fe-body-bg);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    width: 100%;
}

/* Drawer açıkken arka plan scroll'unu kilitle. */
body.fe-body.fe-mob-open {
    overflow: hidden;
    touch-action: none;
}

a { color: inherit; text-decoration: none; transition: color var(--fe-tr); }

/* ── Tipografi ─────────────────────── */
h1,h2,h3,h4,h5,h6 { font-family: 'Poppins', sans-serif; font-weight: 700; line-height: 1.25; }
p { margin-bottom: .75rem; }

/* Bootstrap bileşen font override — form, btn, badge */
.btn, .form-control, .form-select,
.badge, .nav-link, .dropdown-item,
.input-group-text, .modal-title,
.list-group-item, .card-title,
.alert, .table { font-family: 'Poppins', sans-serif !important; }
img { max-width: 100%; height: auto; display: block; }
.container { max-width: 1520px; padding-left: 15px; padding-right: 15px; }

/* ── Header (3 katman) ─────────────────────────────────────────── */
#fe-shopbar {
    background: #fff;
    border-bottom: none;
    margin-bottom: 12px; /* referans shopbar→mega ~12px boşluk */
}
.fe-shopbar-inner {
    display: flex;
    align-items: center;
    height: 70px;
    gap: 20px;
}
#fe-menubar {
    height: 35px;
    align-items: center;
    border-bottom: none;
    display: flex;
    margin-bottom: 2px; /* referans menubar→shopbar ~2px */
}
#fe-header {
    background: #fff;
    position: static;
    z-index: 1000;
    border-bottom: none;
}
.fe-menubar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 35px;
    gap: 16px;
}
.fe-menubar-cargo {
    font-size: 14px;
    font-weight: 600;
    line-height: 19.6px;
    color: var(--fe-text);
    white-space: nowrap;
}
.fe-menubar-cargo .bi {
    color: var(--fe-cargo);
    margin-right: 4px;
}
.fe-menubar-links {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 0;
}
.fe-menubar-links a {
    font-size: 13px;
    line-height: 18.2px;
    color: var(--fe-text);
    padding: 9.75px 10px;
    border-radius: 6px;
    white-space: nowrap;
    transition: color var(--fe-tr), background var(--fe-tr);
}
.fe-menubar-links a:hover {
    color: var(--fe-primary);
    background: rgba(34,66,142,.06);
}
.fe-menubar-links a.fe-accent-link {
    color: var(--fe-accent-link);
}
.fe-menubar-links a.fe-accent-link:hover {
    color: #cc0000;
}

/* Katman 2 — shopbar (logo / arama / araçlar) */
.fe-logo {
    flex-shrink: 0;
    font-size: 28px;
    font-weight: 800;
    color: var(--fe-primary);
    letter-spacing: -1px;
    display: flex;
    align-items: center;
    max-width: 320px;
    text-decoration: none;
    line-height: 1;
}
.fe-logo-text { color: var(--fe-primary); }
.fe-logo-text span { color: var(--fe-cargo); }
.fe-logo img {
    max-height: 51px;
    width: auto;
    height: auto;
}
.fe-shopbar-search {
    flex: 1;
    max-width: 635px;
    margin-left: 20px;
}
.fe-shopbar-search form {
    position: relative;
    display: block;
}
.fe-shopbar-search-icon {
    position: absolute;
    left: 14px;
    right: auto;
    top: 50%;
    transform: translateY(-50%);
    color: var(--fe-muted);
    font-size: 16px;
    pointer-events: none;
}
.fe-shopbar-search-input {
    width: 100%;
    height: 42px;
    border: 1px solid var(--fe-input-border);
    border-radius: 12px;
    padding: 8px 40px 8px 42px;
    font-size: 14px;
    font-family: var(--fe-font);
    color: var(--fe-text);
    background: #fff;
    outline: none;
    transition: border-color var(--fe-tr);
}
.fe-shopbar-search-input:focus {
    border-color: var(--fe-primary);
}
.fe-shopbar-search-input::placeholder {
    color: var(--fe-muted);
}
.fe-shopbar-tools {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-left: auto;
}
.fe-shopbar-tool {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    text-align: left;
    min-width: 96px;
    padding: 5.6px 8px;
    border-radius: 6px;
    color: var(--fe-text);
    text-decoration: none;
    position: relative;
    transition: background var(--fe-tr), color var(--fe-tr);
    border: none;
    background: transparent;
    cursor: pointer;
    font-family: inherit;
}
.fe-tool-label {
    display: flex;
    flex-direction: column;
    line-height: 1.15;
    font-style: normal;
}
.fe-tool-label em {
    font-style: normal;
    font-size: 12px;
    font-weight: 400;
    color: var(--fe-muted);
}
.fe-tool-label strong {
    font-size: 13px;
    font-weight: 600;
    color: var(--fe-text);
}
.fe-shopbar-tool i {
    font-size: 28px;
    line-height: 1;
}
.fe-shopbar-tool:hover {
    background: var(--fe-bg-gray);
    color: var(--fe-primary);
}
.fe-cart-badge {
    position: absolute;
    top: 0;
    right: 4px;
    min-width: 17px;
    height: 17px;
    padding: 0 4px;
    background: var(--fe-sale);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}
.fe-cart-badge:empty { display: none; }

.fe-hamburger {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 34px;
    height: 34px;
    border: none;
    background: none;
    cursor: pointer;
    padding: 4px;
    margin-left: 4px;
}
.fe-hamburger span {
    display: block;
    height: 2px;
    background: var(--fe-text);
    border-radius: 2px;
    transition: all var(--fe-tr);
}

/* Katman 3 — megamenu */
#fe-megamenu {
    background: var(--fe-primary);
    height: 59px;
}
.fe-megamenu-inner {
    display: flex;
    align-items: stretch;
    height: 59px;
    gap: 0;
    min-width: 0;
}
.fe-mega-trigger {
    position: relative;
    flex-shrink: 0;
}
.fe-mega-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    height: 59px;
    min-width: 156px;
    padding: 10px 16px;
    border: none;
    background: var(--fe-primary-alt);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    font-family: var(--fe-font);
    cursor: pointer;
    white-space: nowrap;
}
.fe-mega-btn .bi { font-size: 18px; }
.fe-mega-panel {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 580px;
    max-width: min(920px, 92vw);
    max-height: min(655px, 70vh);
    background: #fff;
    box-shadow: 0 8px 16px rgba(0,0,0,.2);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(4px);
    transition: opacity .18s ease, transform .18s ease, visibility .18s;
    z-index: 99999;
}
.fe-mega-trigger:hover .fe-mega-panel,
.fe-mega-trigger:focus-within .fe-mega-panel {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}
.fe-mega-panel-scroll {
    display: flex;
    flex-wrap: wrap;
    gap: 0 24px;
    padding: 16px 20px;
    max-height: min(655px, 70vh);
    overflow: auto;
}
.fe-mega-col {
    flex: 0 0 calc(25% - 18px);
    min-width: 140px;
    margin-bottom: 12px;
}
.fe-mega-col-title {
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 28px;
    color: var(--fe-text);
    margin-bottom: 2px;
}
.fe-mega-col-title:hover { color: var(--fe-primary); }
.fe-mega-link {
    display: block;
    font-size: 14px;
    line-height: 28px;
    color: #000;
    padding-right: 8px;
}
.fe-mega-link:hover { color: var(--fe-primary); }
.fe-mega-link-sub {
    padding-left: 10px;
    font-size: 13px;
    color: var(--fe-muted);
}
.fe-mega-scroll {
    display: flex;
    align-items: center;
    flex: 1;
    min-width: 0;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
}
.fe-mega-scroll a {
    flex-shrink: 0;
    color: #fff;
    font-size: 14px;
    padding: 0 16px;
    height: 59px;
    display: flex;
    align-items: center;
    white-space: nowrap;
    transition: background var(--fe-tr);
}
.fe-mega-scroll a:hover {
    background: rgba(255,255,255,.12);
    color: #fff;
}

/* Mobil alt navigasyon */
#fe-mobile-nav {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    height: 65px;
    background: #22428e;
    border-top: none;
    display: flex;
    align-items: stretch;
    justify-content: space-around;
    z-index: 1040;
    box-shadow: 0 -2px 12px rgba(0,0,0,.18);
}
.fe-mobile-nav-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    color: #fff;
    font-size: 11px;
    text-decoration: none;
    position: relative;
}
.fe-mobile-nav-item i { font-size: 22px; color: #fff; }
.fe-mobile-nav-item:hover,
.fe-mobile-nav-item:focus { color: #fff; opacity: .9; }
.fe-mobile-nav-badge {
    position: absolute;
    top: 8px;
    right: calc(50% - 22px);
    min-width: 16px;
    height: 16px;
    padding: 0 4px;
    background: var(--fe-sale);
    color: #fff;
    font-size: 9px;
    font-weight: 700;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fe-mobile-nav-badge:empty { display: none; }
@media (max-width: 991.98px) {
    body.fe-body { padding-bottom: 65px; }
    .fe-shopbar-inner {
        height: 56px;
        display: grid;
        grid-template-columns: 48px 1fr 48px;
        align-items: center;
        gap: 8px;
    }
    .fe-hamburger {
        display: flex;
        order: 0;
        margin: 0;
        justify-self: start;
    }
    .fe-logo {
        justify-self: center;
        text-align: center;
    }
    .fe-shopbar-tools {
        justify-self: end;
        margin-left: 0;
        gap: 0;
    }
    .fe-shopbar-tool span { display: none; }
    .fe-shopbar-tool { min-width: 42px; }
    .fe-shopbar-search-toggle {
        color: var(--fe-text);
        font-size: 22px;
    }
}

/* ── Mobil Menü ──────────────────────────────────────────────────── */
#fe-mob-nav {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 9999;
    overflow: hidden;
}
#fe-mob-nav.open { display: flex; }
.fe-mob-overlay { position: absolute; inset: 0; background: rgba(0,0,0,.5); }
.fe-mob-drawer {
    position: relative;
    width: min(300px, 88vw);
    max-width: 100vw;
    height: 100%;
    background: #fff;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    box-shadow: 4px 0 20px rgba(0,0,0,.12);
    display: flex;
    flex-direction: column;
    min-width: 0;
}
.fe-mob-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    border-bottom: 1px solid var(--fe-border);
    background: var(--fe-primary);
    color: #fff;
}
.fe-mob-head .fe-logo { color: #fff; font-size: 17px; }
.fe-mob-head .fe-logo img { filter: brightness(0) invert(1); }
.fe-mob-close {
    background: none;
    border: none;
    color: #fff;
    font-size: 22px;
    cursor: pointer;
    line-height: 1;
    padding: 0;
}
.fe-mob-search {
    padding: 12px 16px;
    border-bottom: 1px solid var(--fe-border);
}
.fe-mob-search form { display: flex; gap: 8px; }
.fe-mob-search input {
    flex: 1;
    border: 1px solid var(--fe-border);
    border-radius: 4px;
    padding: 8px 12px;
    font-size: 13px;
    font-family: var(--fe-font);
    outline: none;
}
.fe-mob-search input:focus { border-color: var(--fe-primary); }
.fe-mob-search button {
    background: var(--fe-primary);
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 8px 12px;
    cursor: pointer;
    font-size: 14px;
}
.fe-mob-menu { list-style: none; margin: 0; padding: 8px 0; flex: 1; min-width: 0; }
.fe-mob-menu li { min-width: 0; }
.fe-mob-menu li a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 11px 20px;
    font-size: 13.5px;
    font-weight: 500;
    color: var(--fe-text);
    border-bottom: 1px solid var(--fe-border);
    transition: background var(--fe-tr), color var(--fe-tr);
    word-break: break-word;
    overflow-wrap: anywhere;
    min-width: 0;
}
.fe-mob-menu li a:hover { background: var(--fe-bg-gray); color: var(--fe-primary); }
.fe-mob-sub { list-style: none; margin: 0; padding: 0; background: var(--fe-bg-gray); }
.fe-mob-sub li a {
    padding: 9px 20px 9px 38px;
    font-size: 13px;
    font-weight: 400;
    color: var(--fe-text-muted);
}

/* ── Ana içerik ──────────────────────────────────────────────────── */
#fe-main { min-height: 60vh; }

/* ── Bölüm başlıkları ────────────────────────────────────────────── */
.fe-section-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
    flex-wrap: wrap;
    gap: 12px;
}
.fe-section-title {
    font-size: 24px;
    font-weight: 400;
    color: var(--fe-muted);
    margin: 0;
    text-transform: none;
    letter-spacing: normal;
    line-height: 33.6px;
}
.myt-featured-collection h2.fw-bold {
    font-size: 24px;
    font-weight: 400 !important;
    color: var(--fe-muted);
    line-height: 33.6px;
}
.fe-section-title::after { display: none; } /* default tema miras */
.fe-view-all {
    font-size: 12px;
    font-weight: 600;
    color: var(--fe-primary);
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .3px;
    transition: color var(--fe-tr);
}
.fe-view-all:hover { color: var(--fe-primary-dark); }

/* ── Ürün kartı ──────────────────────────────────────────────────── */
.fe-pc {
    background: #fff;
    border: 1px solid var(--fe-card-border);
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
    transition: none;
    padding: 10px 10px 70px;
    box-shadow: none;
    margin: 0;
}
.fe-pc:hover { box-shadow: none; }
/* PLP + anasayfa Sepete Ekle — absolute alt (referans .mobile-cart-button) */
.fe-pc__actions {
    display: block !important;
    position: absolute;
    left: 8px;
    right: 8px;
    bottom: 8px;
    margin: 0;
    padding: 0;
    width: auto;
}
.fe-pc__btn {
    margin: 0;
    width: 100%;
    min-height: 42px;
    padding: 12px 20px;
    background: #2c428b;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 400;
    font-family: var(--fe-font);
    cursor: pointer;
    letter-spacing: normal;
    text-transform: none;
    transition: background var(--fe-tr);
    text-align: center;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    line-height: 1.2;
}
.fe-pc__btn:hover { background: var(--fe-primary-dark); color: #fff; }
.fe-pc__btn .bi { font-size: 16px; }
.fe-art-cargo {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 5;
    background: var(--fe-cargo);
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
    padding: 4px 8px;
    border-radius: 4px;
    pointer-events: none;
}
.fe-pc__installment {
    position: absolute;
    left: 8px;
    bottom: 8px;
    z-index: 5;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: radial-gradient(circle at 35% 30%, #ffd54f, #ff8100 70%);
    color: #fff;
    font-size: 8px;
    font-weight: 700;
    line-height: 1.1;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px;
    pointer-events: none;
    box-shadow: 0 2px 8px rgba(0,0,0,.18);
}
.fe-art-brand,
.fe-pc__vendor.fe-art-brand {
    font-size: 13px;
    line-height: 16.9px;
    color: var(--fe-muted);
    text-transform: uppercase;
    letter-spacing: normal;
}
.fe-pc--card {
    border: 1px solid var(--fe-border);
    box-shadow: none;
    border-radius: 8px;
}
.fe-pc__vendor {
    font-size: 13px;
    color: var(--fe-muted);
    line-height: 16.9px;
    text-transform: uppercase;
}
.fe-pc__rating {
    width: 80px;
    height: 16px;
    margin: 4px 0 2px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='%23ced4da' d='M8 1.2l1.9 3.9 4.3.6-3.1 3 0.7 4.3L8 11.2 4.2 13l0.7-4.3-3.1-3 4.3-.6z'/%3E%3C/svg%3E");
    background-repeat: repeat-x;
    background-size: 16px 16px;
    position: relative;
}
.fe-pc__rating::before {
    content: '';
    display: block;
    height: 100%;
    width: var(--fe-rating, 100%);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='%23ffc107' d='M8 1.2l1.9 3.9 4.3.6-3.1 3 0.7 4.3L8 11.2 4.2 13l0.7-4.3-3.1-3 4.3-.6z'/%3E%3C/svg%3E");
    background-repeat: repeat-x;
    background-size: 16px 16px;
}
.fe-pc__rating--empty::before {
    width: 0;
}
.fe-pc__img {
    aspect-ratio: 1/1;
    overflow: hidden;
    background: #fff;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* Kapak img — en-boy oranı korunur: kutuyu zorla doldurma (100%x100%), max + auto ile sığdır */
.fe-pc__img:not(.fe-pc__img--dual) img:not(.fe-pc__kampanya-badge) {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: center;
    transition: transform .35s ease;
}
.fe-pc:hover .fe-pc__img:not(.fe-pc__img--dual) img:not(.fe-pc__kampanya-badge) { transform: scale(1.03); }
/* Çift görsel: flex yerine stack — varsayılan yalnızca 1. görsel */
.fe-pc__img.fe-pc__img--dual {
    display: block;
    padding: 0;
}
.fe-pc__img--dual .fe-pc__img-stack {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: #fff;
}
.fe-pc__img--dual .fe-pc__img1,
.fe-pc__img--dual .fe-pc__img2 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: auto;
    max-width: calc(100% - 32px);
    max-height: calc(100% - 32px);
    object-fit: contain;
    object-position: center;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    transition: opacity .3s ease;
}
.fe-pc__img--dual .fe-pc__img1 {
    opacity: 1;
    z-index: 1;
}
.fe-pc__img--dual .fe-pc__img2 {
    opacity: 0;
    z-index: 2;
}
.fe-pc--dual:hover .fe-pc__img--dual .fe-pc__img1 {
    opacity: 0;
}
.fe-pc--dual:hover .fe-pc__img--dual .fe-pc__img2 {
    opacity: 1;
}

/* Vitrin / kart — hover çift görsel: w-100+h-100 yerine kutuya sığdır (oran korunur) */
.myt-sc-hov2-box img.myt-sc-hov2-a,
.myt-sc-hov2-box img.myt-sc-hov2-b {
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: 100% !important;
    left: 50% !important;
    top: 50% !important;
    right: auto !important;
    bottom: auto !important;
    transform: translate(-50%, -50%);
    object-fit: contain;
    object-position: center;
}

/* Minimal kutu: tek görseli ortala (çift görsel absolute olduğundan etkilenmez) */
.myt-sc-minimal__img.myt-sc-hov2-box {
    display: flex;
    align-items: center;
    justify-content: center;
}
.myt-sc-minimal__img.myt-sc-hov2-box > img.w-100.h-100 {
    width: auto !important;
    height: auto !important;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

/* İndirim rozeti — fiyat bloğunda satır içi */
.fe-pc__price-badges {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
    width: 100%;
    margin-bottom: 2px;
}
.fe-pc__price-badges .fe-pc__price-old {
    margin: 0;
    order: 0;
    white-space: nowrap;
}
.fe-pc__badge {
    display: inline-block;
    position: static;
    background: var(--fe-sale);
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 2px 6px;
    border-radius: 4px;
    line-height: 1.2;
    white-space: nowrap;
}
.fe-pc__badge.disc { background: var(--fe-sale); }
.fe-pc__special {
    display: inline-block;
    background: var(--fe-cta);
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 2px 6px;
    border-radius: 4px;
    line-height: 1.3;
    white-space: nowrap;
}
.fe-pc__special--combo {
    font-size: 12px;
    padding: 3px 8px;
}
.fe-pc__prices {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
    margin-top: 2px;
}
.fe-pc__price-new {
    font-size: 18px;
    font-weight: 600;
    color: #393f46;
    line-height: 1.2;
}
.fe-pc__price-new.red { color: #393f46; }
.fe-pc__price-old {
    font-size: 13px;
    color: #495057;
    text-decoration: line-through;
}
.fe-pc__kampanya-badge {
    position: absolute;
    z-index: 6;
    max-width: 28%;
    max-height: 28%;
    width: auto;
    height: auto;
    object-fit: contain;
    pointer-events: none;
    margin: 0;
    /* Flex/grid kapsayıcıda static-position karışmasın: dört köşe inset ile */
}
.fe-pc__kampanya-badge--tl { inset: 8px auto auto 8px; }
.fe-pc__kampanya-badge--tr { inset: 8px 8px auto auto; }
.fe-pc__kampanya-badge--br { inset: auto 8px 8px auto; }
.fe-pc__kampanya-badge--bl { inset: auto auto 8px 8px; }
.fe-pc__urun-badge { z-index: 7; }
.fe-pc__badge--pair-first { z-index: 6; }
.fe-pc__badge--pair-second { z-index: 7; }
.fe-pc__badge--pair-second--tl { transform: translate(12px, 12px); }
.fe-pc__badge--pair-second--tr { transform: translate(-12px, 12px); }
.fe-pc__badge--pair-second--br { transform: translate(-12px, -12px); }
.fe-pc__badge--pair-second--bl { transform: translate(12px, -12px); }
.fe-pc__img--dual .fe-pc__badge {
    z-index: 5;
}
/* Body */
.fe-pc__body {
    padding: 10px 0 0;
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 6px;
}
.fe-pc__name {
    font-size: 14px;
    font-weight: 400;
    color: var(--fe-text);
    line-height: 18.2px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-decoration: none;
}
.fe-pc__name:hover { color: var(--fe-primary); }
.fe-pc__btn--quickbuy {
    background: transparent;
    color: var(--fe-primary);
    border: 1px solid var(--fe-primary);
}
.fe-pc__btn--quickbuy:hover {
    background: var(--fe-primary);
    color: #fff;
}

/* ── Kategori kartı ──────────────────────────────────────────────── */
.fe-cat-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    text-align: center;
}
.fe-cat-card__circle {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: var(--fe-bg-gray);
    overflow: hidden;
    border: 2px solid var(--fe-border);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: border-color var(--fe-tr), box-shadow var(--fe-tr);
}
.fe-cat-card__circle img { width: 100%; height: 100%; object-fit: cover; }
.fe-cat-card:hover .fe-cat-card__circle {
    border-color: var(--fe-primary);
    box-shadow: 0 0 0 3px rgba(34,66,142,.12);
}

/* Daire kategori şeridi (demo.json custom_css ile) */
.fe-circle-cats .overflow-hidden.rounded,
.fe-circle-cats .myt-collection-list__grid .overflow-hidden,
.fe-circle-cats .myt-cl-swiper .overflow-hidden {
    border-radius: 50% !important;
    width: 105px;
    height: 105px;
    margin: 0 auto;
}
.fe-circle-cats strong.text-dark,
.fe-circle-cats .fe-cat-card__name {
    font-size: 14px;
    font-weight: 400;
    color: #313131;
    text-align: center;
    display: block;
    margin-top: 8px;
}
.fe-circle-cats .swiper-slide,
.fe-circle-cats .myt-collection-list__grid > a {
    text-align: center;
}
.fe-circle-cats .myt-cl-swiper .swiper-slide {
    width: auto !important;
    max-width: 125px;
}
.fe-cat-card__name {
    font-size: 12px;
    font-weight: 600;
    color: var(--fe-text);
    line-height: 1.35;
}
.fe-cat-card:hover .fe-cat-card__name { color: var(--fe-primary); }

/* ── Genel butonlar ──────────────────────────────────────────────── */
.btn-gl {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 11px 28px;
    border-radius: var(--fe-radius);
    font-size: 13px;
    font-weight: 600;
    font-family: var(--fe-font);
    text-transform: uppercase;
    letter-spacing: .5px;
    cursor: pointer;
    transition: background var(--fe-tr), color var(--fe-tr), border-color var(--fe-tr);
    text-decoration: none;
    border: 2px solid transparent;
}
.btn-fe-solid {
    background: var(--fe-primary);
    color: #fff;
    border-color: var(--fe-primary);
}
.btn-fe-solid:hover { background: var(--fe-primary-dark); border-color: var(--fe-primary-dark); color: #fff; }
.btn-fe-outline {
    background: transparent;
    color: var(--fe-primary);
    border-color: var(--fe-primary);
}
.btn-fe-outline:hover { background: var(--fe-primary); color: #fff; }

/* ── Sayfalama ───────────────────────────────────────────────────── */
.fe-pagination .page-link {
    color: var(--fe-primary);
    border-color: var(--fe-border);
    font-size: 13px;
    border-radius: 3px !important;
    margin: 0 2px;
}
.fe-pagination .page-item.active .page-link {
    background: var(--fe-primary);
    border-color: var(--fe-primary);
}
.fe-pagination .page-link:hover { background: var(--fe-bg-gray); color: var(--fe-primary); }

/* ── Breadcrumb ──────────────────────────────────────────────────── */
.fe-bc { font-size: 12px; color: var(--fe-text-muted); padding: 12px 0; }
.fe-bc.fe-bc--listing,
.fe-bc.fe-bc--pdp { font-size: 14px; line-height: 20px; padding: 0 0 12px; margin-bottom: 0; }
.fe-bc a { color: var(--fe-text-muted); }
.fe-bc a:hover { color: var(--fe-primary); }
.fe-bc .sep { margin: 0 6px; }

/* ── Ürün detay ──────────────────────────────────────────────────── */
.fe-pdp-img-main {
    position: relative;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.fe-pdp-gallery {
    aspect-ratio: 1 / 1;
    max-width: 680px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
}
.fe-pdp-img-main img#fe-main-img {
    width: 100%;
    height: 100%;
    max-width: 680px;
    max-height: 680px;
    object-fit: contain;
    display: block;
    position: relative;
    z-index: 1;
}
/* Rozetler ana görselden ayrı; tüm img kurallarından muaf, köşe inset ile */
.fe-pdp-img-main .fe-pc__kampanya-badge {
    position: absolute;
    z-index: 4;
    margin: 0;
}
.fe-pdp-img-main .fe-pdp-kampanya-badge {
    max-width: 32%;
    max-height: 32%;
}
.fe-thumb-row {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 10px;
    align-items: flex-end;
}
.fe-thumb-btn {
    width: 64px;
    flex-shrink: 0;
    border: 1.5px solid var(--fe-border);
    border-radius: 4px;
    overflow: hidden;
    background: var(--fe-bg-gray);
    cursor: pointer;
    padding: 4px;
    transition: border-color var(--fe-tr);
    display: flex;
    align-items: center;
    justify-content: center;
}
.fe-thumb-btn:hover, .fe-thumb-btn.active { border-color: var(--fe-primary); }
.fe-thumb-btn img {
    max-width: 100%;
    max-height: 96px;
    width: auto;
    height: auto;
    display: block;
}
/* Ürün adı / fiyat */
.fe-pdp-title,
.pd-name {
    font-size: 28px;
    font-weight: 500;
    line-height: 33.6px;
    color: var(--fe-text);
}
.fe-pdp-brand,
.pd-brand {
    font-size: 13px;
    font-weight: 400;
    color: var(--fe-muted);
    text-transform: uppercase;
    letter-spacing: normal;
    margin-bottom: 8px;
    display: block;
}
.fe-pdp-sku { font-size: 13px; color: var(--fe-text-muted); }
.fe-pdp-price-block { display: flex; flex-direction: column; gap: 6px; }
.fe-pdp-price-row { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.fe-pdp-price-main {
    font-size: 38px;
    font-weight: 600;
    color: var(--fe-text);
    line-height: 1.1;
}
.fe-pdp-price-main.red { color: var(--fe-sale); }
.fe-pdp-price-old {
    font-size: 18px;
    color: #6c757d;
    text-decoration: line-through;
}
.fe-pdp-vat-note { font-size: 13px; color: var(--fe-muted); }
.fe-disc-badge { background: var(--fe-sale); color: #fff; font-size: 12px; font-weight: 600; padding: 4px 8px; border-radius: 4px; }
.fe-pdp-atc-row {
    display: flex;
    align-items: stretch;
    gap: 12px;
    flex-wrap: wrap;
}
.fe-pdp-atc-row .fe-qty { height: 48px; }
.fe-pdp-atc-row .fe-qty-btn,
.fe-pdp-atc-row .fe-qty-num { height: 48px; }
.fe-pdp-atc,
.btn.fe-pdp-atc,
.fe-pdp-atc.btn-success {
    min-height: 48px;
    padding: 11px 24px;
    background: var(--fe-cta) !important;
    border-color: var(--fe-cta) !important;
    color: #fff !important;
    font-size: 16px;
    font-weight: 600;
    border-radius: 6px;
    line-height: 26px;
}
.fe-pdp-atc:hover,
.btn.fe-pdp-atc:hover {
    background: var(--fe-cta-dark) !important;
    border-color: var(--fe-cta-dark) !important;
}
.fe-pdp-alt-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 12px;
}
.fe-pdp-alt-actions a,
.fe-pdp-alt-actions .fe-pdp-alt-btn {
    font-size: 13px;
    color: #646464;
    text-decoration: none;
    background: none;
    border: 0;
    padding: 0;
    cursor: pointer;
    font-family: inherit;
}
.fe-pdp-alt-actions a:hover,
.fe-pdp-alt-actions .fe-pdp-alt-btn:hover { color: var(--fe-primary); }
.fe-pdp-tabs .nav-tabs { border-bottom: 1px solid var(--fe-border); }
.fe-pdp-tabs .nav-link {
    font-size: 16px;
    font-weight: 600;
    color: var(--fe-muted);
    border: none;
    border-bottom: 2px solid transparent;
    border-radius: 0;
    background: transparent;
}
.fe-pdp-tabs .nav-link.active {
    color: var(--fe-primary);
    border-bottom-color: var(--fe-primary);
    background: transparent;
}
.fe-pdp-tab-panel {
    background: #fff;
    border: 1px solid var(--fe-border);
    border-top: 0;
    border-radius: 0 0 8px 8px;
}
/* Stok */
.fe-stock-yes { color: #2e7d32; font-size: 13px; font-weight: 500; }
.fe-stock-no  { color: #c62828; font-size: 13px; font-weight: 500; }
/* Adet */
.fe-qty { display: flex; align-items: center; border: 1px solid var(--fe-border); border-radius: 4px; overflow: hidden; width: fit-content; }
.fe-qty-btn { width: 36px; height: 42px; border: none; background: var(--fe-bg-gray); font-size: 16px; cursor: pointer; color: var(--fe-text); transition: background var(--fe-tr); }
.fe-qty-btn:hover { background: var(--fe-border); }
.fe-qty-num { width: 48px; height: 42px; border: none; border-left: 1px solid var(--fe-border); border-right: 1px solid var(--fe-border); text-align: center; font-size: 14px; font-weight: 600; font-family: var(--fe-font); outline: none; }
/* Sepete ekle butonları */
.fe-add-btn {
    width: 100%;
    min-height: 48px;
    padding: 11px 20px;
    background: var(--fe-cta);
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    font-family: var(--fe-font);
    text-transform: none;
    letter-spacing: normal;
    line-height: 26px;
    cursor: pointer;
    transition: background var(--fe-tr);
}
.fe-add-btn:hover { background: var(--fe-cta-dark); }
.fe-buy-btn {
    width: 100%;
    padding: 13px;
    background: transparent;
    color: var(--fe-primary);
    border: 2px solid var(--fe-primary);
    border-radius: 4px;
    font-size: 13px;
    font-weight: 700;
    font-family: var(--fe-font);
    text-transform: uppercase;
    letter-spacing: .8px;
    cursor: pointer;
    transition: all var(--fe-tr);
}
.fe-buy-btn:hover { background: var(--fe-primary); color: #fff; }
/* Tab */
.fe-tabs .nav-link { font-size: 13px; font-weight: 600; color: var(--fe-text-muted); border: none; border-bottom: 2px solid transparent; border-radius: 0; padding: 10px 16px; font-family: var(--fe-font); }
.fe-pdp-tabs .nav-link { font-size: 16px; font-weight: 600; padding: 12px 18px; }
.fe-tabs .nav-link.active { color: var(--fe-primary); border-bottom-color: var(--fe-primary); background: none; }
.fe-tabs .nav-link:hover { color: var(--fe-primary); background: none; }

/* ── Kategori / Arama sayfası ────────────────────────────────────── */
.fe-category-page { background: transparent; overflow-x: clip; }
.fe-cat-layout { --bs-gutter-x: 1.5rem; flex-wrap: nowrap; }
@media (max-width: 991.98px) {
    .fe-cat-layout { flex-wrap: wrap; }
}
@media (min-width: 992px) {
    .fe-cat-aside.col-lg-2 { flex: 0 0 253px; width: 253px; max-width: 253px; }
    .fe-cat-main.col-lg-10 { flex: 1 1 0; width: auto; max-width: none; min-width: 0; }
}
.fe-bc--listing {
    font-size: 14px;
    color: var(--fe-muted);
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
}
.fe-bc--listing a { color: var(--fe-muted); text-decoration: none; }
.fe-bc--listing a:hover { color: var(--fe-primary); }
.fe-bc__home { display: inline-flex; align-items: center; font-size: 16px; }
.fe-bc--listing .sep { color: var(--fe-muted); opacity: .7; }
.fe-page-title { margin-bottom: 8px; }
.fe-sort {
    border: 1px solid var(--fe-input-border);
    border-radius: 8px;
    padding: 7px 12px;
    font-size: 13px;
    font-family: var(--fe-font);
    color: var(--fe-text);
    outline: none;
    background: #fff;
    cursor: pointer;
    width: auto;
    min-width: 200px;
}
.fe-sort:focus { border-color: var(--fe-primary); }
.fe-result-count { font-size: 13px; color: var(--fe-muted); display: block; margin-top: 4px; }
.fe-category-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.25;
    color: var(--fe-text);
    margin: 0 0 10px;
}
.fe-brand-strip {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    scroll-snap-type: x proximity;
    padding: 4px 0 8px;
    scrollbar-width: thin;
}
/* Alt kategori chip şeridi — ref: .subCategoryList-without-image / .category-box */
.fe-subcat-strip-wrap {
    position: relative;
    margin-top: 8px;
    margin-bottom: 4px;
    padding: 8px 28px;
    max-width: 100%;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    min-height: 76px;
}
.fe-subcat-strip {
    overflow: hidden;
    width: 100%;
    max-width: 100%;
}
.fe-subcat-strip .swiper-wrapper {
    box-sizing: border-box;
}
.fe-subcat-strip .swiper-slide {
    width: 235px;
    max-width: 235px;
    height: auto;
    flex-shrink: 0;
}
.fe-subcat-box {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 60px;
    height: 60px;
    padding: 15px 10px;
    background: #f9f9f9;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    text-align: center;
    text-decoration: none;
    color: #333;
    font-size: 15px;
    font-weight: 500;
    line-height: 21px;
    transition: border-color var(--fe-tr), background var(--fe-tr);
}
.fe-subcat-box:hover {
    border-color: var(--fe-primary);
    color: var(--fe-primary);
    background: #fff;
}
.fe-subcat-strip__nav {
    color: #8d9ba9;
    --swiper-navigation-size: 18px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #e0e0e0;
    margin-top: 0;
    top: 50%;
    transform: translateY(-50%);
}
.fe-subcat-strip__nav.swiper-button-prev { left: 0; }
.fe-subcat-strip__nav.swiper-button-next { right: 0; }
.fe-subcat-strip__nav::after { font-size: 12px; font-weight: 700; }
.fe-cat-filter__parent {
    display: inline-flex;
    align-items: center;
    gap: 2px;
    font-size: 13px;
    color: var(--fe-muted);
    text-decoration: none;
    margin-bottom: 6px;
}
.fe-cat-filter__parent:hover { color: var(--fe-primary); }
.fe-cat-filter__parent .bi { font-size: 18px; line-height: 1; }

.fe-brand-strip__item {
    flex: 0 0 auto;
    width: 88px;
    text-align: center;
    text-decoration: none;
    scroll-snap-align: start;
    color: var(--fe-text);
}
.fe-brand-strip__img {
    display: block;
    width: 84px;
    height: 84px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e5e5e5;
}
.fe-brand-strip__img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 10px;
    box-sizing: border-box;
    background: #fff;
}
.fe-brand-strip__img--logo {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #e8e8e8;
}
.fe-brand-strip__logo-text {
    font-size: 11px;
    font-weight: 700;
    color: var(--fe-brand-tone, #22428e);
    font-family: var(--fe-font);
    line-height: 1.15;
    text-align: center;
    padding: 6px;
    text-transform: uppercase;
    letter-spacing: .02em;
}
.fe-brand-strip__label {
    display: block;
    margin-top: 6px;
    font-size: 13px;
    line-height: 1.2;
    color: var(--fe-text);
}
.fe-artlist .fe-pc,
.fe-pc--plp {
    min-height: 457px;
}
.fe-cat-filter {
    border: none;
    border-radius: 0;
    background: transparent;
    padding: 0;
}
.fe-cat-filter__title {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 10px;
    color: var(--fe-text);
}
.fe-cat-filter__current {
    font-size: 14px;
    font-weight: 700;
    color: var(--fe-text);
    margin-bottom: 8px;
}
.fe-cat-filter__block + .fe-cat-filter__block {
    margin-top: 20px;
    padding-top: 16px;
    border-top: 1px solid #eee;
}
.fe-cat-filter__label {
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 10px;
    color: var(--fe-text);
}
.fe-cat-filter__search {
    border-radius: 6px;
    border-color: var(--fe-input-border);
}
.fe-cat-filter__list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.fe-cat-filter__list--scroll {
    max-height: 220px;
    overflow-y: auto;
    padding-right: 4px;
}
.fe-cat-filter__list li + li { margin-top: 6px; }
.fe-cat-filter__link {
    display: block;
    font-size: 13px;
    line-height: 1.45;
    color: var(--fe-text);
    text-decoration: none;
    padding: 1px 0;
}
.fe-cat-filter__link:hover { color: var(--fe-primary); }
.fe-cat-filter__check {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: var(--fe-text);
    margin: 0;
    cursor: default;
}
.fe-cat-filter__range {
    display: flex;
    align-items: center;
    gap: 8px;
}
.fe-cat-filter__range-sep { color: var(--fe-muted); font-size: 13px; }
.fe-empty {
    text-align: center;
    padding: 60px 20px;
    background: var(--fe-bg-gray);
    border-radius: 8px;
}
.fe-empty svg { color: var(--fe-border); margin-bottom: 16px; }
.fe-empty p { color: var(--fe-text-muted); font-size: 15px; margin-bottom: 20px; }

/* ── CMS ─────────────────────────────────────────────────────────── */
.fe-cms { font-size: 14px; line-height: 1.85; color: var(--fe-text); }
.fe-cms h1,.fe-cms h2,.fe-cms h3 { color: var(--fe-primary); margin-top: 28px; }
.fe-cms a { color: var(--fe-primary); }
.fe-cms img { border-radius: 6px; margin: 12px 0; }

/* ── Input ───────────────────────────────────────────────────────── */
.fe-input {
    width: 100%;
    border: 1px solid var(--fe-border);
    border-radius: 4px;
    padding: 10px 14px;
    font-size: 13px;
    font-family: var(--fe-font);
    color: var(--fe-text);
    outline: none;
    transition: border-color var(--fe-tr);
    background: #fff;
}
.fe-input:focus { border-color: var(--fe-primary); }
.fe-label { font-size: 12px; font-weight: 600; margin-bottom: 5px; display: block; }

/* ── Footer ──────────────────────────────────────────────────────── */
#fe-footer {
    background: var(--fe-footer-bg);
    color: var(--fe-text);
    padding: 0 0 0;
    margin-top: 56px;
}
.fe-ft-trust {
    padding: 20px 0;
    border-bottom: 1px solid var(--fe-card-border);
    background: #fff;
}
.fe-ft-trust-row { min-height: 80px; align-items: center; }
.fe-ft-trust-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    color: var(--fe-text);
}
.fe-ft-trust-item i {
    font-size: 22px;
    color: var(--fe-primary);
    flex-shrink: 0;
}
.fe-ft-main { padding: 32px 0 24px; }
.fe-ft-logo { font-size: 20px; font-weight: 800; color: var(--fe-primary); margin-bottom: 10px; letter-spacing: -1px; }
.fe-ft-logo img { height: 40px; width: auto; filter: none; }
.fe-ft-desc { font-size: 12px; color: var(--fe-muted); line-height: 1.7; max-width: 280px; }
.fe-ft-social { display: flex; gap: 8px; margin-top: 16px; }
.fe-ft-soc-btn {
    width: 34px; height: 34px;
    border-radius: 50%;
    background: rgba(34,66,142,.08);
    display: flex; align-items: center; justify-content: center;
    color: var(--fe-primary); font-size: 15px;
    transition: background var(--fe-tr), color var(--fe-tr);
    text-decoration: none;
}
.fe-ft-soc-btn:hover { background: var(--fe-primary); color: #fff; }
.fe-ft-heading {
    font-size: 16px;
    font-weight: 600;
    color: var(--fe-text);
    text-transform: none;
    letter-spacing: normal;
    margin-bottom: 14px;
}
.fe-ft-links { list-style: none; padding: 0; margin: 0; }
.fe-ft-links li { margin-bottom: 7px; }
.fe-ft-links a { font-size: 12px; color: var(--fe-muted); transition: color var(--fe-tr); }
.fe-ft-links a:hover { color: var(--fe-primary); }

.fe-ft-nl-lead {
    font-size: 12px;
    color: var(--fe-muted);
    margin-bottom: 10px;
}
.fe-ft-newsletter {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 8px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}
.fe-ft-nl-input {
    flex: 1 1 140px;
    min-width: 0;
    border: 1px solid var(--fe-input-border);
    background: #fff;
    border-radius: 6px;
    padding: 8px 10px;
    font-size: 12px;
    color: var(--fe-text);
    outline: none;
    font-family: inherit;
}
.fe-ft-nl-input::placeholder { color: var(--fe-muted); }
.fe-ft-nl-btn {
    flex: 0 0 auto;
    background: var(--fe-primary);
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 8px 14px;
    font-size: 12px;
    font-weight: 700;
    font-family: inherit;
    cursor: pointer;
    white-space: nowrap;
}
.fe-ft-nl-btn:hover { background: var(--fe-primary-dark); }
.fe-ft-nl-msg {
    display: none;
    font-size: 12px;
    color: var(--fe-text);
    margin-top: 8px;
}
@media (max-width: 575.98px) {
    .fe-ft-newsletter {
        flex-direction: column;
        flex-wrap: nowrap;
    }
    .fe-ft-nl-input {
        width: 100%;
        flex: 1 1 auto;
    }
    .fe-ft-nl-btn {
        width: 100%;
        white-space: normal;
    }
}

/* Footer alt bar */
.fe-ft-bottom {
    background: #ececec;
    margin-top: 0;
    padding: 14px 0;
    border-top: 1px solid var(--fe-card-border);
}
.fe-ft-bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8px;
    font-size: 13px;
    color: var(--fe-muted);
}
/* Ödeme kartları */
.fe-payment-icons { display: flex; gap: 8px; align-items: center; }
.fe-payment-icons svg, .fe-payment-icons img:not(.fe-footer-trust-band) {
    height: 22px;
    opacity: .85;
    filter: none;
}
.fe-payment-icons .fe-footer-trust-band {
    height: auto;
    max-height: 36px;
    width: auto;
    max-width: min(100%, 520px);
    opacity: .95;
    filter: none;
    object-fit: contain;
    object-position: center right;
}

/* ── "Özellikleri" şeridi (features bar) ────────────────────────── */
.fe-features {
    padding: 18px 0;
    border-bottom: 1px solid var(--fe-border);
}
.fe-features-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px 28px;
}
.fe-feat-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 500;
    color: var(--fe-text);
    white-space: nowrap;
}
.fe-feat-item i { font-size: 18px; color: var(--fe-primary); }

/* ── Ana sayfa hero (slider + placeholder) ───────────────────────── */
#fe-hero-sw {
    height: 547px;
    background: var(--fe-bg-gray);
}
.fe-hero-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-color: var(--fe-primary);
    background-image: var(--fe-hero-image, none);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.fe-hero-slide__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .32);
    pointer-events: none;
}
.fe-hero-slide__inner {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #fff;
    padding: 2rem 1rem;
    max-width: 660px;
}
.fe-hero-slide__title {
    font-size: clamp(1.6rem, 4.5vw, 3.2rem);
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: .75rem;
    text-shadow: 0 2px 12px rgba(0, 0, 0, .3);
}
.fe-hero-slide__subtitle {
    font-size: clamp(.9rem, 2vw, 1.15rem);
    margin-bottom: 1.5rem;
    opacity: .9;
}
.fe-hero-slide__cta {
    display: inline-block;
    padding: .7rem 2.2rem;
    background: #fff;
    color: var(--fe-primary);
    font-weight: 700;
    font-size: .85rem;
    letter-spacing: .5px;
    text-decoration: none;
    border-radius: 3px;
    text-transform: uppercase;
    transition: opacity .2s;
}
.fe-hero-slide__cta:hover {
    opacity: .85;
    color: var(--fe-primary);
}
#fe-hero .fe-hero-nav {
    color: #fff;
}
.fe-hero-placeholder {
    height: 480px;
    background: var(--fe-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
}
.fe-hero-placeholder__title {
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 1rem;
}
.fe-hero-placeholder__sub {
    font-size: 1.1rem;
    opacity: .8;
    margin-bottom: 2rem;
}
.fe-hero-placeholder__cta {
    display: inline-block;
    padding: .75rem 2.5rem;
    background: #fff;
    color: var(--fe-primary);
    font-weight: 700;
    border-radius: 3px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: .85rem;
}
.fe-hero-placeholder__cta:hover {
    opacity: .92;
    color: var(--fe-primary);
}
.fe-cat-card__icon-fallback {
    font-size: 28px;
    color: var(--fe-primary);
}

/* ── Anasayfa banner stack (home-banner-stack) ───────────────────── */
.fe-home-stack { padding-bottom: 8px; }

/* Referans: mega → circle ≈29px, circle → hero ≈20px */
.fe-circle-strip-wrap {
    overflow: hidden;
    margin-top: 28px;
    margin-bottom: 8px;
}
.fe-circle-strip {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 2px;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
@media (min-width: 1200px) {
    .fe-circle-strip {
        overflow-x: hidden; /* 13 item × 105 + gap = container içine sığar; taşma = kayma hissi */
        justify-content: space-between;
        gap: 0;
    }
    .fe-circle-strip__item { width: 105px; }
}
.fe-circle-strip::-webkit-scrollbar { display: none; height: 0; }
.fe-circle-strip__item {
    flex: 0 0 auto;
    width: 105px;
    text-align: center;
    text-decoration: none;
    scroll-snap-align: start;
    color: inherit;
}
.fe-circle-strip__img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 105px;
    height: 105px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #e5e5e5;
}
.fe-circle-strip__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.fe-circle-strip__img--badge {
    border: none;
    padding: 10px;
    text-align: center;
}
.fe-circle-strip__img--magenta {
    background: linear-gradient(145deg, #e91e63, #ad1457);
}
.fe-circle-strip__img--blue {
    background: linear-gradient(145deg, #22428e, #1a336e);
}
.fe-circle-strip__badge-text {
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.25;
}
.fe-circle-strip__label {
    display: block;
    margin-top: 8px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #313131;
}

@media (max-width: 991.98px) {
    .fe-home-hero-wrap { display: none !important; }
    .fe-circle-strip-wrap { margin-top: 12px; margin-bottom: 12px; }
    .fe-circle-strip__item { width: 88px; }
    .fe-circle-strip__img { width: 78px; height: 78px; }
    .fe-circle-strip__label { font-size: 12px; line-height: 15px; }
    .fe-promo-grid-wrap { margin-top: 12px; margin-bottom: 8px; }
}

.fe-home-hero-wrap {
    background: var(--fe-bg-gray);
    margin-top: 20px;
    margin-bottom: 0;
}
.fe-home-hero {
    height: 547px;
    border-radius: 8px;
    overflow: hidden;
}
.fe-home-hero__slide {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 547px;
    position: relative;
    text-decoration: none;
    color: #fff;
    overflow: hidden;
    padding: 40px 56px;
    gap: 32px;
}
.fe-home-hero__tiers {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: flex-end;
    gap: 16px;
    flex-shrink: 0;
}
.fe-home-hero__tier {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 170px;
    background: linear-gradient(160deg, #fff6e0 0%, #ffd54f 45%, #ffb300 100%);
    color: #7a3e00;
    border-radius: 12px 12px 40% 40%;
    box-shadow: 0 8px 24px rgba(0,0,0,.22);
    border: 3px solid rgba(255,255,255,.55);
    text-align: center;
    padding: 16px 10px 28px;
}
.fe-home-hero__tier:nth-child(2) {
    height: 200px;
    width: 168px;
    margin-bottom: 12px;
}
.fe-home-hero__tier:nth-child(3) {
    height: 230px;
    width: 180px;
}
.fe-home-hero__tier-cap {
    font-size: 12px;
    font-weight: 600;
    opacity: .85;
    margin-bottom: 6px;
}
.fe-home-hero__tier-val {
    font-size: 28px;
    font-weight: 800;
    line-height: 1.1;
    color: #5d2e00;
}
.fe-home-hero__tier-sub {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .04em;
    margin-top: 2px;
}
@media (max-width: 1199.98px) {
    .fe-home-hero__tiers { display: none; }
    .fe-home-hero__title { font-size: 40px; }
}
.fe-home-hero__slide--orange {
    background:
        linear-gradient(115deg, rgba(255,129,0,.72) 0%, rgba(230,81,0,.55) 55%, rgba(191,54,12,.45) 100%),
        var(--fe-hero-image) center / cover no-repeat;
}
.fe-home-hero__slide--navy {
    background:
        linear-gradient(115deg, rgba(34,66,142,.78) 0%, rgba(45,67,139,.62) 50%, rgba(26,51,110,.55) 100%),
        var(--fe-hero-image) center / cover no-repeat;
}
.fe-home-hero__slide--green {
    background:
        linear-gradient(115deg, rgba(46,125,50,.75) 0%, rgba(56,142,60,.6) 50%, rgba(27,94,32,.5) 100%),
        var(--fe-hero-image) center / cover no-repeat;
}
.fe-home-hero__deco {
    position: absolute;
    right: -40px;
    top: 50%;
    transform: translateY(-50%);
    width: 520px;
    height: 520px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255,255,255,.22) 0%, rgba(255,255,255,.08) 40%, transparent 70%);
    pointer-events: none;
}
.fe-home-hero__deco::before,
.fe-home-hero__deco::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    border: 2px solid rgba(255,255,255,.18);
}
.fe-home-hero__deco::before { inset: 60px; }
.fe-home-hero__deco::after { inset: 120px; }
.fe-home-hero__content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    max-width: 560px;
}
.fe-home-hero__eyebrow {
    display: inline-block;
    background: rgba(255,255,255,.18);
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .04em;
    text-transform: uppercase;
    padding: 6px 12px;
    border-radius: 4px;
}
.fe-home-hero__title {
    font-family: var(--fe-font);
    font-size: 48px;
    font-weight: 700;
    line-height: 1.15;
    color: #fff;
    text-shadow: 0 2px 12px rgba(0,0,0,.15);
}
.fe-home-hero__sub {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    color: rgba(255,255,255,.92);
    max-width: 420px;
}
.fe-home-hero__cta {
    display: inline-flex;
    align-items: center;
    margin-top: 12px;
    padding: 14px 28px;
    background: #22428e;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
    box-shadow: 0 4px 14px rgba(0,0,0,.18);
}
.fe-home-hero__slide--orange .fe-home-hero__cta {
    background: #fff;
    color: #22428e;
}
.fe-home-hero__slide--navy .fe-home-hero__cta { background: #4caf50; }
.fe-home-hero__slide--green .fe-home-hero__cta { background: #ff8100; }
.fe-home-hero__nav {
    color: #fff;
    --swiper-navigation-size: 28px;
    background: rgba(34, 66, 142, .55);
    width: 40px;
    height: 40px;
    border-radius: 6px;
}
.fe-home-hero__nav::after {
    font-size: 18px;
    font-weight: 700;
}

.fe-promo-grid-wrap {
    max-width: 1520px;
    margin-top: 30px;
    margin-bottom: 8px;
    overflow: hidden;
}
.fe-promo-grid-wrap--second { margin-top: 16px; }
.fe-promo-grid__cell {
    display: block;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    height: 399px;
    min-height: 0;
    background: #fff;
}
.fe-promo-grid__cell img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    border-radius: 8px;
}
/* Tek başlık: görselden kırpılan bandın yerine okunaklı HTML etiket */
.fe-promo-grid__label {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 16px;
    background: rgba(26, 39, 68, .92);
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: .03em;
    line-height: 1.25;
    text-align: center;
    text-transform: uppercase;
    border-radius: 0 0 8px 8px;
    pointer-events: none;
}
@media (max-width: 767.98px) {
    .fe-promo-grid-wrap--second { display: none; }
    .fe-promo-grid--scroll {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        gap: 12px;
        padding-bottom: 8px;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
    }
    .fe-promo-grid--scroll > .fe-promo-grid__col {
        flex: 0 0 78%;
        max-width: 78%;
        width: 78%;
        padding: 0;
        scroll-snap-align: start;
    }
    .fe-promo-grid__cell {
        height: 280px;
        aspect-ratio: auto;
        border-radius: 16px;
    }
    .fe-promo-grid__cell img { border-radius: 16px; }
    .fe-promo-grid__label {
        font-size: 15px;
        padding: 12px 14px;
        border-radius: 0 0 16px 16px;
    }
    .fe-block-title { color: #313131; font-weight: 600; }
    .fe-home-carousel-section { margin-top: 12px; margin-bottom: 12px; }
    .fe-home-products { padding: 0 28px; }
}

.fe-block-title {
    font-size: 24px;
    font-weight: 400;
    line-height: 33.6px;
    color: #8d9ba9;
    margin: 0 0 1rem;
}
.fe-home-carousel-section {
    margin-top: 16px;
    margin-bottom: 16px;
}
.fe-home-products { position: relative; padding: 0 40px; }
.fe-home-products .fe-pc {
    min-height: 447px;
    padding: 10px 10px 60px;
}
.fe-home-products-sw { overflow: hidden; }
.fe-home-products-sw .swiper-slide {
    height: auto;
    box-sizing: border-box;
}
.fe-home-products__nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    color: var(--fe-primary);
    --swiper-navigation-size: 24px;
    width: 32px;
    height: 32px;
    margin-top: 0;
}
.fe-home-products__nav.swiper-button-prev { left: 0; }
.fe-home-products__nav.swiper-button-next { right: 0; }
.fe-home-products__nav::after { font-size: 18px; font-weight: 700; }

.fe-home-bestsellers {
    background: var(--fe-bg-gray);
    padding: 48px 0;
}

/* ── PDP paket (bundle) ───────────────────────────────────────────── */
.fe-bundle-pdp {
    border-radius: var(--fe-radius);
    border: 1px solid var(--fe-border);
    background: var(--fe-bg);
    box-shadow: 0 8px 28px rgba(17, 68, 105, .06);
}
.fe-bundle-pdp__head {
    background: linear-gradient(180deg, rgba(17, 68, 105, .04) 0%, transparent 100%);
}
.fe-bundle-pdp__icon {
    width: 44px;
    height: 44px;
    background: var(--fe-primary);
    color: #fff;
    font-size: 1.25rem;
    box-shadow: 0 4px 12px rgba(17, 68, 105, .25);
}
.fe-bundle-pdp__list .list-group-item {
    border-color: var(--fe-border);
    background: transparent;
}
.fe-bundle-pdp__row {
    min-width: 0;
}
.fe-bundle-pdp__thumb {
    width: 56px;
    height: 56px;
    min-width: 56px;
    min-height: 56px;
    flex: 0 0 56px;
    border: 1px solid var(--fe-border);
    background: var(--fe-bg-gray);
}
.fe-bundle-pdp__thumb-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.fe-bundle-pdp__thumb-ph {
    width: 100%;
    height: 100%;
    color: var(--fe-text-muted);
    font-size: 1.1rem;
}
.fe-bundle-pdp__badge {
    font-size: 11px;
    padding: 0.2rem 0.55rem;
    background: rgba(17, 68, 105, .08);
    color: var(--fe-primary);
    border: 1px solid rgba(17, 68, 105, .15);
}
.fe-bundle-pdp__qty {
    min-width: 108px;
    max-width: 150px;
}
.fe-bundle-pdp__qty .input-group-text {
    font-size: 11px;
    border-color: var(--fe-border);
    background: var(--fe-bg-gray);
    color: var(--fe-text-muted);
}
.fe-bundle-pdp__qty .form-control {
    border-color: var(--fe-border);
    font-weight: 500;
}
.fe-bundle-pdp__actions .form-check-input.bundle-line-include {
    cursor: pointer;
    width: 2.25rem;
}
.fe-bundle-pdp__qty-pill {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    padding: 0.35rem 0.85rem;
    border-radius: 999px;
    background: rgba(17, 68, 105, .08);
    color: var(--fe-primary);
    border: 1px solid rgba(17, 68, 105, .12);
}
.fe-bundle-pdp__foot {
    border-top: 1px solid var(--fe-border) !important;
    background: var(--fe-bg-gray) !important;
}

/* Sipariş takip — sonuç alanı; JS display:block ile gösterir */
#myt-track-result {
    margin-top: 1rem;
    display: none;
}

/* ── Responsive ──────────────────────────────────────────────────── */
@media (max-width: 991.98px) {
    .fe-pdp-title,
    .pd-name { font-size: 22px; line-height: 1.3; }
    .fe-pdp-price-main { font-size: 30px; }
@media (max-width: 991.98px) {
    .fe-home-hero,
    .fe-home-hero__slide { height: auto; }
}
@media (max-width: 767.98px) {
    .fe-hero-placeholder { height: 280px; }
}
}
@media (max-width: 575.98px) {
    .fe-nav-wrap { height: 58px; }
    .fe-logo { font-size: 17px; }
    .fe-logo img { height: 34px; }
    #fe-footer { padding-top: 32px; }
    .fe-hero-placeholder { height: 380px; }
    .fe-hero-placeholder__title { font-size: clamp(1.5rem, 8vw, 2.25rem); }
}
