/* ==================================================================
   Saffora Theme — wellness / takviye (Harmana piksel referansı)
   Amber #ffba00 · CTA #093835 · Nav #031c37 · Poppins · radius 0
================================================================== */
:root {
    --sf-primary:      #093835;
    --sf-primary-dark: #062826;
    --sf-accent:       #ffba00;
    --sf-accent-hot:   #ff2801;
    --sf-nav:          #031c37;
    --sf-title:        #053330;
    --sf-subscribe:    #20827e;
    --sf-marquee-dark: #09241e;
    --sf-black:        #000000;
    --sf-bg:           #ffffff;
    --sf-bg-gray:      #f5f5f5;
    --sf-text:         #141414;
    --sf-text-muted:   #9da5af;
    --sf-border:       #e4e4e7;
    --sf-font:         'Poppins', sans-serif;
    --sf-radius:       0px;
    --sf-tr:           .2s ease;
    --sf-announcement-bg:   #ffba00;
    --sf-announcement-text: #fffefe;
    --sf-header-shadow: rgb(152, 152, 152) 0px 5px 5px -7px;
    --sf-container:    1500px;

    --bs-body-font-family:    'Poppins', sans-serif;
    --bs-body-font-size:      16px;
    --bs-body-font-weight:    400;
    --bs-body-line-height:    1.5;
    --bs-font-sans-serif:     'Poppins', sans-serif;
    --bs-body-color:          #141414;
    --bs-primary:             #093835;
    --bs-link-color:          #093835;
}

/* Bootstrap 5 .container — xxl kırılımında üst sınır 1500px (varsayılan 1320px) */
@media (min-width: 1400px) {
    .container {
        max-width: 1500px;
    }
}

*,*::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.sf-body,
body.sf-body *,
body.sf-body input,
body.sf-body button,
body.sf-body select,
body.sf-body textarea,
body.sf-body optgroup {
    font-family: 'Poppins', sans-serif;
}

body.sf-body {
    font-size: 16px;
    line-height: 1.5;
    color: var(--sf-text);
    background: var(--sf-bg);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    width: 100%;
}

/* Drawer açıkken arka plan scroll'unu kilitle. */
body.sf-body.sf-mob-open {
    overflow: hidden;
    touch-action: none;
}

a { color: inherit; text-decoration: none; transition: color var(--sf-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: var(--sf-container); padding-left: 20px; padding-right: 20px; }

/* ── Üst şerit (Harmana: amber 38px) ─────────────────────────────── */
#sf-announcement {
    background: var(--sf-announcement-bg);
    color: var(--sf-announcement-text);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .2px;
    text-transform: uppercase;
    height: 38px;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
}
#sf-announcement.sf-marquee {
    padding: 0;
}
#sf-announcement .sf-marquee__track {
    animation-duration: 32s;
}
#sf-announcement .sf-marquee__item {
    color: var(--sf-announcement-text);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .35px;
}

/* ── Navbar (Harmana: ~80px, logo~210, nav 18px wrap, ikon 25px) ─── */
#sf-navbar {
    background: #fff;
    border-bottom: 0;
    box-shadow: rgb(152, 152, 152) 0px 5px 5px -7px;
    position: sticky;
    top: 0;
    z-index: 89999;
    padding: 0;
}
#sf-navbar > .container {
    max-width: 1500px;
    padding-left: 20px;
    padding-right: 20px;
}
.sf-nav-wrap {
    display: flex;
    align-items: center;
    height: 80px;
    min-height: 80px;
    max-height: 80px;
    gap: 0;
    max-width: 100%;
    padding: 0;
    /* visible: alt menü (dropdown) 80px yüksekliğin dışına taşabilsin — hidden slider altında kesiliyordu */
    overflow: visible;
}
.sf-logo {
    flex: 0 0 auto;
    width: 168px;
    max-width: 168px;
    height: 72px;
    margin: 0 12px 0 0;
    font-size: 26px;
    font-weight: 700;
    color: #093835;
    letter-spacing: .6px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-family: Georgia, 'Times New Roman', Times, serif;
    text-transform: uppercase;
    line-height: 1;
    text-decoration: none;
    z-index: 2;
    position: relative;
    overflow: hidden;
}
.sf-logo img {
    display: block;
    width: 168px;
    max-width: 168px;
    height: 56px;
    max-height: 56px;
    object-fit: contain;
    object-position: left center;
}

/* Tek satır menü — Harmana header 80px */
.sf-nav-cats {
    flex: 1 1 auto;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0 8px;
    column-gap: 14px;
    row-gap: 0;
    min-width: 0;
    max-width: none;
    height: 80px;
    max-height: 80px;
    /* visible: hover dropdown kesilmesin */
    overflow: visible;
}
.sf-nav-cats > li {
    height: auto;
    display: flex;
    align-items: center;
    position: relative;
    flex: 0 0 auto;
}
.sf-nav-cats > li > a {
    display: inline-flex;
    align-items: center;
    height: auto;
    padding: 2px 0;
    font-size: 15px;
    font-weight: 400;
    color: #031c37;
    white-space: nowrap;
    border-bottom: 0;
    transition: color var(--sf-tr);
    text-transform: none;
    text-decoration: none;
    line-height: 1.25;
}
.sf-nav-chevron {
    font-size: 11px;
    margin-left: 4px;
    opacity: .7;
}
.sf-nav-cats > li > a:hover,
.sf-nav-cats > li.sf-nav-active > a {
    color: var(--sf-primary);
}
.sf-nav-cats > li > a.sf-nav-promo {
    color: #ff2801 !important;
}
/* Dropdown */
.sf-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    border: 1px solid var(--sf-border);
    border-top: 2px solid var(--sf-primary);
    min-width: 200px;
    padding: 8px 0;
    box-shadow: 0 8px 24px rgba(0,0,0,.08);
    opacity: 0;
    pointer-events: none;
    transform: translateY(6px);
    transition: opacity var(--sf-tr), transform var(--sf-tr);
    z-index: 90050;
}
.sf-nav-cats > li:hover > .sf-dropdown,
.sf-nav-cats > li:focus-within > .sf-dropdown {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}
.sf-dropdown a {
    display: block;
    padding: 9px 18px;
    font-size: 13px;
    color: var(--sf-text);
    transition: background var(--sf-tr), color var(--sf-tr);
    position: relative;
}
.sf-dropdown a:hover {
    background: var(--sf-bg-gray);
    color: var(--sf-primary);
}
.sf-dropdown-has-sub { opacity: .55; }
.sf-dropdown-sub {
    display: none;
    position: absolute;
    top: -10px;
    left: 100%;
    min-width: 180px;
    background: #fff;
    border: 1px solid var(--sf-border);
    box-shadow: 0 8px 24px rgba(0,0,0,.08);
    padding: 8px 0;
    z-index: 90051;
}
.sf-dropdown > a:hover + .sf-dropdown-sub,
.sf-dropdown-sub:hover {
    display: block;
}

/* Sağ ikonlar — 25px, ~143px alan */
.sf-nav-tools {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 14px;
    margin-left: auto;
    flex: 0 0 143px;
    width: 143px;
}
.sf-nav-btn {
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    border: none;
    background: none;
    color: #031c37;
    font-size: 25px;
    line-height: 1;
    cursor: pointer;
    transition: color var(--sf-tr);
    position: relative;
    text-decoration: none;
    padding: 0;
}
.sf-nav-btn:hover { background: transparent; color: var(--sf-primary); }
.sf-nav-btn .bi { font-size: 25px; line-height: 1; }
.sf-cart-badge {
    position: absolute;
    top: -4px;
    right: -8px;
    min-width: 17px;
    height: 17px;
    padding: 0 4px;
    background: var(--sf-accent-hot);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    border-radius: 50%;
    display: none;
    align-items: center;
    justify-content: center;
    line-height: 1;
}
.sf-cart-badge.is-on {
    display: flex;
}

/* Preview: moda varyant gizle (SKU Harmana’da var — göster) */
.sf-demo-chrome #myt-product-options,
.sf-demo-chrome #myt-product-variations {
    display: none !important;
}

/* Üst menü arama kutusu (yalnızca .sf-nav-tools içi — arama sayfası formu content/css/search-page.css) */
.sf-nav-tools .sf-search-form {
    display: flex;
    align-items: center;
    border: 1px solid var(--sf-border);
    border-radius: 20px;
    overflow: hidden;
    background: var(--sf-bg-gray);
    height: 50px;
    margin-right: 8px;
}
.sf-nav-tools .sf-search-form > form {
    display: contents;
}
.sf-search-input {
    border: none;
    background: none;
    padding: 0 12px;
    font-size: 13px;
    font-family: var(--sf-font);
    color: var(--sf-text);
    outline: none;
    width: 180px;
}
.sf-search-input::placeholder { color: var(--sf-text-muted); }
.sf-search-btn {
    border: none;
    background: none;
    color: var(--sf-text-muted);
    padding: 0 10px;
    cursor: pointer;
    font-size: 15px;
    height: 100%;
}
.sf-search-btn:hover { color: var(--sf-primary); }

/* Hamburger — mobilde solda (logo öncesi) */
.sf-hamburger {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 28px;
    height: 28px;
    padding: 0;
    margin: 0 10px 0 0;
    border: 0;
    background: none;
    cursor: pointer;
    flex-shrink: 0;
}
.sf-hamburger span {
    display: block;
    height: 2px;
    width: 100%;
    background: #000;
    border-radius: 0;
    transition: all var(--sf-tr);
}

/* ── Mobil Menü ──────────────────────────────────────────────────── */
#sf-mob-nav {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 9999;
    overflow: hidden;
}
#sf-mob-nav.open { display: flex; }
.sf-mob-overlay { position: absolute; inset: 0; background: rgba(0,0,0,.5); }
.sf-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;
}
.sf-mob-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    border-bottom: 1px solid var(--sf-border);
    background: var(--sf-primary);
    color: #fff;
}
.sf-mob-head .sf-logo { color: #fff; font-size: 17px; }
.sf-mob-head .sf-logo img { filter: brightness(0) invert(1); }
.sf-mob-close {
    background: none;
    border: none;
    color: #fff;
    font-size: 22px;
    cursor: pointer;
    line-height: 1;
    padding: 0;
}
.sf-mob-search {
    padding: 12px 16px;
    border-bottom: 1px solid var(--sf-border);
}
.sf-mob-search form { display: flex; gap: 8px; }
.sf-mob-search input {
    flex: 1;
    border: 1px solid var(--sf-border);
    border-radius: 4px;
    padding: 8px 12px;
    font-size: 13px;
    font-family: var(--sf-font);
    outline: none;
}
.sf-mob-search input:focus { border-color: var(--sf-primary); }
.sf-mob-search button {
    background: var(--sf-primary);
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 8px 12px;
    cursor: pointer;
    font-size: 14px;
}
.sf-mob-menu { list-style: none; margin: 0; padding: 8px 0; flex: 1; min-width: 0; }
.sf-mob-menu li { min-width: 0; }
.sf-mob-menu li a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 11px 20px;
    font-size: 13.5px;
    font-weight: 500;
    color: var(--sf-text);
    border-bottom: 1px solid var(--sf-border);
    transition: background var(--sf-tr), color var(--sf-tr);
    word-break: break-word;
    overflow-wrap: anywhere;
    min-width: 0;
}
.sf-mob-menu li a:hover { background: var(--sf-bg-gray); color: var(--sf-primary); }
.sf-mob-sub { list-style: none; margin: 0; padding: 0; background: var(--sf-bg-gray); }
.sf-mob-sub li a {
    padding: 9px 20px 9px 38px;
    font-size: 13px;
    font-weight: 400;
    color: var(--sf-text-muted);
}

/* ── Ana içerik ──────────────────────────────────────────────────── */
#sf-main { min-height: 60vh; }

/* ── Bölüm başlıkları ────────────────────────────────────────────── */
.sf-section-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
    flex-wrap: wrap;
    gap: 12px;
}
.sf-section-title {
    font-size: 18px;
    font-weight: 700;
    color: var(--sf-text);
    margin: 0;
    letter-spacing: .5px;
}
.sf-section-title::after { display: none; } /* default tema miras */
.sf-view-all {
    font-size: 12px;
    font-weight: 600;
    color: var(--sf-primary);
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .3px;
    transition: color var(--sf-tr);
}
.sf-view-all:hover { color: var(--sf-primary-dark); }

/* ── Ürün kartı (1:1 contain, radius 0, price 18/900) ─────────────── */
.sf-pc {
    background: #fff;
    border: 0;
    border-radius: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: opacity var(--sf-tr);
}
.sf-pc:hover { box-shadow: none; }
.sf-pc--card {
    border: 0;
    box-shadow: none;
    border-radius: 0;
}
.sf-pc__vendor {
    font-size: 15px;
    font-weight: 700;
    color: #141414;
    line-height: 1.3;
}
.sf-pdp-trust {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px 16px;
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid var(--sf-border);
    max-width: 468px;
}
.sf-pdp-trust__item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    color: #666;
}
.sf-pdp-trust__item i {
    font-size: 18px;
    color: var(--sf-primary);
}
.sf-pc__rating {
    font-size: 12px;
    color: #f5a623;
    line-height: 1.2;
}
/* Kart media — zorunlu 1:1 kutu (Harmana product-container) */
.sf-pc {
    display: flex;
    flex-direction: column;
    background: transparent;
    height: 100%;
}
.sf-pc__media {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    height: auto !important;
    min-height: 0;
    max-height: none;
    overflow: hidden;
    background: #fff;
    flex: 0 0 auto;
}
.sf-pc__img {
    display: block;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    aspect-ratio: auto;
    overflow: hidden;
    background: #fff;
}
.sf-pc__img img,
.sf-pc__img img[data-myt-card-img] {
    position: absolute !important;
    inset: 0;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    max-height: none !important;
    object-fit: contain !important;
    object-position: center;
    margin: 0;
    padding: 0;
    transition: transform .35s ease;
}
.sf-pc:hover .sf-pc__img img { transform: scale(1.04); }
.sf-pc__ph {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ccc;
    font-size: 2rem;
    background: #fafafa;
    aspect-ratio: auto;
}
/* Çift görsel: flex yerine stack — varsayılan yalnızca 1. görsel */
.sf-pc__img.sf-pc__img--dual {
    display: block;
    padding: 0;
}
.sf-pc__img--dual .sf-pc__img-stack {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: #fff;
}
.sf-pc__img--dual .sf-pc__img1,
.sf-pc__img--dual .sf-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;
}
.sf-pc__img--dual .sf-pc__img1 {
    opacity: 1;
    z-index: 1;
}
.sf-pc__img--dual .sf-pc__img2 {
    opacity: 0;
    z-index: 2;
}
.sf-pc--dual:hover .sf-pc__img--dual .sf-pc__img1 {
    opacity: 0;
}
.sf-pc--dual:hover .sf-pc__img--dual .sf-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 */
.sf-pc__badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: var(--sf-primary);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    padding: 3px 8px;
    border-radius: 3px;
}
.sf-pc__badge.disc { background: #e53935; }
.sf-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 */
}
.sf-pc__kampanya-badge--tl { inset: 8px auto auto 8px; }
.sf-pc__kampanya-badge--tr { inset: 8px 8px auto auto; }
.sf-pc__kampanya-badge--br { inset: auto 8px 8px auto; }
.sf-pc__kampanya-badge--bl { inset: auto auto 8px 8px; }
.sf-pc__urun-badge { z-index: 7; }
.sf-pc__badge--pair-first { z-index: 6; }
.sf-pc__badge--pair-second { z-index: 7; }
.sf-pc__badge--pair-second--tl { transform: translate(12px, 12px); }
.sf-pc__badge--pair-second--tr { transform: translate(-12px, 12px); }
.sf-pc__badge--pair-second--br { transform: translate(-12px, -12px); }
.sf-pc__badge--pair-second--bl { transform: translate(12px, -12px); }
.sf-pc__img--dual .sf-pc__badge {
    z-index: 5;
}
/* Body — Harmana: sıkı alt metin */
.sf-pc__body {
    padding: 10px 0 0;
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 4px;
    background: transparent;
}
.sf-pc__name {
    font-size: 14px;
    font-weight: 400;
    color: #141414;
    line-height: 1.45;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-decoration: none;
}
.sf-pc__name:hover { color: var(--sf-primary); }
.sf-pc__prices {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 2px;
}
.sf-pc__price-new {
    font-size: 18px;
    font-weight: 900;
    color: #161616;
}
.sf-pc__price-new.red { color: #e53935; }
.sf-pc__price-old {
    font-size: 12.5px;
    color: var(--sf-text-muted);
    text-decoration: line-through;
}
/* İki CTA: Sepete Ekle + Hemen Al — yan yana */
.sf-pc__actions {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 8px;
    width: 100%;
    margin-top: auto;
    padding-top: 10px;
}
.sf-pc__actions .sf-pc__btn {
    flex: 1 1 0;
    min-width: 0;
    width: auto;
    margin-top: 0;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 11px;
    letter-spacing: 0.35px;
}
@media (min-width: 576px) {
    .sf-pc__actions .sf-pc__btn {
        font-size: 12px;
        padding-left: 10px;
        padding-right: 10px;
    }
}

/* Sepet butonu */
.sf-pc__btn {
    margin-top: auto;
    width: 100%;
    padding: 12px;
    background: var(--sf-primary);
    color: #fff;
    border: none;
    border-radius: 0;
    font-size: 14px;
    font-weight: 900;
    font-family: var(--sf-font);
    cursor: pointer;
    letter-spacing: .3px;
    text-transform: uppercase;
    transition: background var(--sf-tr), color var(--sf-tr);
    text-align: center;
    text-decoration: none;
    display: block;
}
.sf-pc__btn:hover { background: var(--sf-accent); color: #fff; }
.sf-pc__btn:disabled { opacity: .6; cursor: not-allowed; }
.sf-pc__btn--quickbuy {
    background: transparent;
    color: var(--sf-primary);
    border: 1px solid var(--sf-primary);
}
.sf-pc__btn--quickbuy:hover {
    background: var(--sf-accent);
    border-color: var(--sf-accent);
    color: #fff;
}

/* ── Kategori kartı ──────────────────────────────────────────────── */
.sf-cat-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    text-align: center;
}
.sf-cat-card__circle {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: var(--sf-bg-gray);
    overflow: hidden;
    border: 2px solid var(--sf-border);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: border-color var(--sf-tr), box-shadow var(--sf-tr);
}
.sf-cat-card__circle img { width: 100%; height: 100%; object-fit: cover; }
.sf-cat-card:hover .sf-cat-card__circle {
    border-color: var(--sf-primary);
    box-shadow: 0 0 0 3px rgba(17,68,105,.12);
}
.sf-cat-card__name {
    font-size: 12px;
    font-weight: 600;
    color: var(--sf-text);
    line-height: 1.35;
}
.sf-cat-card:hover .sf-cat-card__name { color: var(--sf-primary); }

/* ── Genel butonlar ──────────────────────────────────────────────── */
.btn-gl {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 11px 28px;
    border-radius: var(--sf-radius);
    font-size: 13px;
    font-weight: 600;
    font-family: var(--sf-font);
    text-transform: uppercase;
    letter-spacing: .5px;
    cursor: pointer;
    transition: background var(--sf-tr), color var(--sf-tr), border-color var(--sf-tr);
    text-decoration: none;
    border: 2px solid transparent;
}
.btn-sf-solid {
    background: var(--sf-primary);
    color: #fff;
    border-color: var(--sf-primary);
}
.btn-sf-solid:hover { background: var(--sf-primary-dark); border-color: var(--sf-primary-dark); color: #fff; }
.btn-sf-outline {
    background: transparent;
    color: var(--sf-primary);
    border-color: var(--sf-primary);
}
.btn-sf-outline:hover { background: var(--sf-primary); color: #fff; }

/* ── Sayfalama ───────────────────────────────────────────────────── */
.sf-pagination .page-link {
    color: var(--sf-primary);
    border-color: var(--sf-border);
    font-size: 13px;
    border-radius: 3px !important;
    margin: 0 2px;
}
.sf-pagination .page-item.active .page-link {
    background: var(--sf-primary);
    border-color: var(--sf-primary);
}
.sf-pagination .page-link:hover { background: var(--sf-bg-gray); color: var(--sf-primary); }

/* ── Breadcrumb ──────────────────────────────────────────────────── */
.sf-bc { font-size: 12px; color: var(--sf-text-muted); padding: 12px 0; }
.sf-bc a { color: var(--sf-text-muted); }
.sf-bc a:hover { color: var(--sf-primary); }
.sf-bc .sep { margin: 0 6px; }

/* ── Ürün detay (Harmana: thumbs + kare stage + info) ────────────── */
.sf-pdp {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, 468px);
    gap: 40px 48px;
    align-items: start;
    margin-top: 8px;
}
.sf-pdp__gallery {
    display: grid;
    grid-template-columns: 88px minmax(0, 1fr);
    gap: 16px;
    align-items: start;
}
.sf-pdp__gallery:not(:has(.sf-pdp__thumbs)) {
    grid-template-columns: 1fr;
}
.sf-pdp__thumbs {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-height: 720px;
    overflow-y: auto;
}
.sf-thumb-btn {
    width: 88px;
    height: 88px;
    padding: 0;
    border: 1px solid #e5e5e5;
    background: #fff;
    cursor: pointer;
    overflow: hidden;
    flex-shrink: 0;
}
.sf-thumb-btn.active { border-color: var(--sf-primary); }
.sf-thumb-btn img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}
.sf-pdp__stage,
.sf-pdp-img-main {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #fff;
}
.sf-pdp-img-main img#sf-main-img {
    width: 100% !important;
    height: 100% !important;
    max-height: none !important;
    object-fit: contain;
    display: block;
    position: relative;
    z-index: 1;
}
.sf-pdp-img-main .sf-pc__kampanya-badge {
    position: absolute;
    z-index: 4;
    margin: 0;
}
.sf-pdp-img-main .sf-pdp-kampanya-badge {
    max-width: 32%;
    max-height: 32%;
}
.sf-pdp__info {
    max-width: 468px;
}
.sf-pdp__title-row {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin: 0 0 10px;
}
.sf-pdp-title {
    flex: 1;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.45;
    color: #202020;
    margin: 0;
}
.sf-pdp-fav,
.sf-pdp__title-row .myt-fav-btn--pdp {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    border: 0;
    background: transparent;
    color: #232323;
    font-size: 22px;
    padding: 0;
}
.sf-pdp-sku {
    font-size: 14px;
    line-height: 1.4;
    color: #71717a;
    margin: 8px 0 14px;
}
.sf-pdp-brand {
    font-size: 16px;
    font-weight: 800;
    color: #202020;
    text-transform: uppercase;
    letter-spacing: .4px;
    margin-bottom: 8px;
    display: block;
    text-decoration: none;
}
.sf-pdp-price-row {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.sf-pdp-price-main {
    font-size: 18px;
    font-weight: 600;
    color: #1f1f1f;
}
.sf-pdp-price-main.red { color: #e53935; }
.sf-pdp-price-old {
    font-size: 15px;
    color: var(--sf-text-muted);
    text-decoration: line-through;
}
.sf-pdp-buybox {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    max-width: 468px;
    width: 100%;
}
.sf-pdp .sepeteekle,
.sf-pdp button.sepeteekle,
[data-myt-product-page] .sepeteekle {
    background: var(--sf-primary) !important;
    color: #fff !important;
    border: 0 !important;
    border-radius: 0 !important;
    font-weight: 900 !important;
    font-size: 16px !important;
    min-height: 48px;
    width: 100%;
    max-width: 468px;
    text-transform: uppercase;
    letter-spacing: .3px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
}
.sf-pdp-trust {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    max-width: 468px;
    margin-top: 12px;
    padding: 17px;
    border: 1px solid #eee;
    background: #fff;
}
.sf-pdp-trust__item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #000;
    padding: 0 8px 0 0;
}
.sf-pdp-trust__item i {
    font-size: 18px;
    color: #000;
}
.sf-pdp-acc {
    margin-top: 14px;
    max-width: 468px;
}
.sf-pdp-acc__item {
    border: 1px solid #eee;
    border-top: 0;
    background: #f7f7f7;
}
.sf-pdp-acc__item:first-child { border-top: 1px solid #eee; }
.sf-pdp-acc__sum {
    list-style: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 50px;
    padding: 0 16px;
    font-size: 14px;
    font-weight: 500;
    color: #000;
}
.sf-pdp-acc__sum::-webkit-details-marker { display: none; }
.sf-pdp-acc__sum::after {
    content: '+';
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
}
.sf-pdp-acc__item[open] > .sf-pdp-acc__sum::after { content: '−'; }
.sf-pdp-acc__body {
    padding: 0 16px 16px;
    background: #fff;
    font-size: 14px;
    line-height: 1.7;
    color: #333;
}
.sf-pdp-related {
    margin-top: 64px;
    padding-top: 32px;
    border-top: 1px solid #eee;
}
.sf-plp-grid--related {
    margin-top: 20px;
}
@media (max-width: 991.98px) {
    .sf-pdp {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .sf-pdp__gallery {
        grid-template-columns: 1fr;
    }
    .sf-pdp__thumbs {
        flex-direction: row;
        max-height: none;
        overflow-x: auto;
        order: 2;
    }
    .sf-pdp__stage { order: 1; }
    .sf-pdp__info { max-width: none; }
    .sf-pdp-trust,
    .sf-pdp-acc,
    .sf-pdp-buybox,
    .sf-pdp .sepeteekle { max-width: none; }
}

.sf-disc-badge { background: #e53935; color: #fff; font-size: 11px; font-weight: 700; padding: 3px 8px; border-radius: 3px; }
/* Stok */
.sf-stock-yes { color: #2e7d32; font-size: 13px; font-weight: 500; }
.sf-stock-no  { color: #c62828; font-size: 13px; font-weight: 500; }
/* Adet (gizli input ile uyumlu) */
.sf-qty { display: none; }
.sf-add-btn {
    width: 100%;
    padding: 13px;
    background: var(--sf-primary);
    color: #fff;
    border: none;
    border-radius: 0;
    font-size: 16px;
    font-weight: 900;
    font-family: var(--sf-font);
    text-transform: uppercase;
    letter-spacing: .3px;
    cursor: pointer;
    transition: background var(--sf-tr);
}
.sf-add-btn:hover { background: var(--sf-primary-dark); }
.sf-buy-btn {
    width: 100%;
    padding: 13px;
    background: transparent;
    color: var(--sf-primary);
    border: 2px solid var(--sf-primary);
    border-radius: 0;
    font-size: 13px;
    font-weight: 700;
    font-family: var(--sf-font);
    text-transform: uppercase;
    letter-spacing: .8px;
    cursor: pointer;
    transition: all var(--sf-tr);
}
.sf-buy-btn:hover { background: var(--sf-primary); color: #fff; }
/* Tab */
.sf-tabs .nav-link { font-size: 13px; font-weight: 600; color: var(--sf-text-muted); border: none; border-bottom: 2px solid transparent; border-radius: 0; padding: 10px 16px; font-family: var(--sf-font); }
.sf-tabs .nav-link.active { color: var(--sf-primary); border-bottom-color: var(--sf-primary); background: none; }
.sf-tabs .nav-link:hover { color: var(--sf-primary); background: none; }

/* ── Kategori / Arama sayfası ────────────────────────────────────── */
.sf-sort { border: 1px solid var(--sf-border); border-radius: 4px; padding: 7px 10px; font-size: 13px; font-family: var(--sf-font); color: var(--sf-text); outline: none; background: #fff; cursor: pointer; }
.sf-sort:focus { border-color: var(--sf-primary); }
.sf-result-count { font-size: 12.5px; color: var(--sf-text-muted); }
.sf-empty {
    text-align: center;
    padding: 60px 20px;
    background: var(--sf-bg-gray);
    border-radius: 8px;
}
.sf-empty svg { color: var(--sf-border); margin-bottom: 16px; }
.sf-empty p { color: var(--sf-text-muted); font-size: 15px; margin-bottom: 20px; }

/* ── CMS ─────────────────────────────────────────────────────────── */
.sf-cms { font-size: 14px; line-height: 1.85; color: var(--sf-text); }
.sf-cms h1,.sf-cms h2,.sf-cms h3 { color: var(--sf-primary); margin-top: 28px; }
.sf-cms a { color: var(--sf-primary); }
.sf-cms img { border-radius: 6px; margin: 12px 0; }

/* ── Input ───────────────────────────────────────────────────────── */
.sf-input {
    width: 100%;
    border: 1px solid var(--sf-border);
    border-radius: 4px;
    padding: 10px 14px;
    font-size: 13px;
    font-family: var(--sf-font);
    color: var(--sf-text);
    outline: none;
    transition: border-color var(--sf-tr);
    background: #fff;
}
.sf-input:focus { border-color: var(--sf-primary); }
.sf-label { font-size: 12px; font-weight: 600; margin-bottom: 5px; display: block; }

/* ── Footer (beyaz + siyah copyright) ────────────────────────────── */
#sf-footer {
    background: #ffffff;
    color: #1d1d1d;
    padding: 48px 0 0;
    margin-top: 40px;
    border-top: 1px solid var(--sf-border);
}
.sf-ft-logo { font-size: 20px; font-weight: 800; color: var(--sf-primary); margin-bottom: 10px; letter-spacing: -1px; }
.sf-ft-logo img { height: 36px; filter: none; }
.sf-ft-desc { font-size: 13px; color: var(--sf-text-muted); line-height: 1.7; max-width: 220px; }
.sf-ft-social { display: flex; gap: 8px; margin-top: 16px; }
.sf-ft-soc-btn {
    width: 34px; height: 34px;
    border-radius: 0;
    background: var(--sf-bg-gray);
    display: flex; align-items: center; justify-content: center;
    color: var(--sf-primary); font-size: 15px;
    transition: background var(--sf-tr), color var(--sf-tr);
    text-decoration: none;
}
.sf-ft-soc-btn:hover { background: var(--sf-primary); color: #fff; }
.sf-ft-heading {
    font-size: 18px;
    font-weight: 600;
    color: #1d1d1d;
    text-transform: none;
    letter-spacing: 0;
    margin-bottom: 14px;
}
.sf-ft-links { list-style: none; padding: 0; margin: 0; }
.sf-ft-links li { margin-bottom: 7px; }
.sf-ft-links a { font-size: 14px; color: #9da5af; transition: color var(--sf-tr); }
.sf-ft-links a:hover { color: var(--sf-primary); }

/* Footer bülten — mobilde taşma yok; dar sütunda dikey yığın */
.sf-ft-nl-lead {
    font-size: 13px;
    color: var(--sf-text-muted);
    margin-bottom: 10px;
}
.sf-ft-newsletter {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 8px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}
.sf-ft-nl-input {
    flex: 1 1 140px;
    min-width: 0;
    border: 1px solid var(--sf-border);
    background: #fff;
    border-radius: 0;
    padding: 10px 12px;
    font-size: 13px;
    color: var(--sf-text);
    outline: none;
    font-family: inherit;
}
.sf-ft-nl-input::placeholder {
    color: var(--sf-text-muted);
}
.sf-ft-nl-btn {
    flex: 0 0 auto;
    background: var(--sf-primary);
    color: #fff;
    border: none;
    border-radius: 0;
    padding: 10px 16px;
    font-size: 13px;
    font-weight: 700;
    font-family: inherit;
    cursor: pointer;
    white-space: nowrap;
}
.sf-ft-nl-msg {
    display: none;
    font-size: 12px;
    color: var(--sf-primary);
    margin-top: 8px;
}
@media (max-width: 575.98px) {
    .sf-ft-newsletter {
        flex-direction: column;
        flex-wrap: nowrap;
    }
    .sf-ft-nl-input {
        width: 100%;
        flex: 1 1 auto;
    }
    .sf-ft-nl-btn {
        width: 100%;
        white-space: normal;
    }
}

/* Footer alt bar — siyah copyright */
.sf-ft-bottom {
    background: #000000;
    margin-top: 30px;
    padding: 20px 0;
}
.sf-ft-bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8px;
    font-size: 13px;
    color: #fff;
}
/* Ödeme kartları */
.sf-payment-icons { display: flex; gap: 8px; align-items: center; }
.sf-payment-icons svg, .sf-payment-icons img:not(.sf-footer-trust-band) {
    height: 22px;
    opacity: .7;
    filter: brightness(0) invert(1);
}
/* Geniş ödeme / güven şeridi (beyaz PNG, koyu footer) */
.sf-payment-icons .sf-footer-trust-band {
    height: auto;
    max-height: 36px;
    width: auto;
    max-width: min(100%, 520px);
    opacity: .9;
    filter: none;
    object-fit: contain;
    object-position: center right;
}

/* ── "Özellikleri" şeridi (features bar) ────────────────────────── */
.sf-features {
    padding: 18px 0;
    border-bottom: 1px solid var(--sf-border);
}
.sf-features-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px 28px;
}
.sf-feat-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 500;
    color: var(--sf-text);
    white-space: nowrap;
}
.sf-feat-item i { font-size: 18px; color: var(--sf-primary); }

/* ── Ana sayfa hero (slider + placeholder) ───────────────────────── */
#sf-hero,
#sf-hero-sw {
    height: 30vw;
    min-height: 420px;
    max-height: 768px;
}
#sf-hero-sw { width: 100%; }
.sf-hero-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 100%;
    background-color: var(--sf-primary);
    background-image: var(--sf-hero-image, none);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.sf-hero-slide__hit {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: block;
}
.sf-hero-slide__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0,0,0,.28) 0%, rgba(0,0,0,.12) 55%, rgba(0,0,0,.05) 100%);
    pointer-events: none;
}
.sf-hero-slide__inner {
    position: relative;
    z-index: 2;
    text-align: left;
    color: #fff;
    padding: 2rem 1.5rem;
    max-width: 560px;
    margin-left: max(20px, calc((100% - 1500px) / 2 + 20px));
}
.sf-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);
}
.sf-hero-slide__subtitle {
    font-size: clamp(.9rem, 2vw, 1.15rem);
    margin-bottom: 1.5rem;
    opacity: .9;
}
.sf-hero-slide__cta {
    display: inline-block;
    padding: .7rem 2.2rem;
    background: var(--sf-primary);
    color: #fff;
    font-weight: 700;
    font-size: .85rem;
    letter-spacing: .5px;
    text-decoration: none;
    border-radius: 0;
    text-transform: uppercase;
    transition: background .2s;
}
.sf-hero-slide__cta:hover {
    background: var(--sf-accent);
    color: #fff;
}
#sf-hero .sf-hero-nav { color: #fff; }
#sf-hero .swiper-pagination-bullet {
    background: rgba(255,255,255,.55);
    opacity: 1;
}
#sf-hero .swiper-pagination-bullet-active {
    background: #fff;
}
.sf-hero-placeholder {
    height: 30vw;
    min-height: 420px;
    max-height: 768px;
    background: linear-gradient(135deg, #093835 0%, #0d4a44 45%, #20827e 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
}
.sf-hero-placeholder__title {
    font-size: clamp(1.75rem, 4vw, 3rem);
    font-weight: 800;
    margin-bottom: 1rem;
}
.sf-hero-placeholder__sub {
    font-size: 1.1rem;
    opacity: .88;
    margin-bottom: 2rem;
}
.sf-hero-placeholder__cta {
    display: inline-block;
    padding: .75rem 2.5rem;
    background: var(--sf-primary);
    color: #fff;
    font-weight: 700;
    border-radius: 0;
    text-decoration: none;
    text-transform: uppercase;
    font-size: .85rem;
    border: 1px solid rgba(255,255,255,.2);
}
.sf-hero-placeholder__cta:hover {
    background: var(--sf-accent);
    color: #fff;
}

/* ── Marquee (üst koyu 38px / amber 38px) ─────────────────────────── */
.sf-marquee {
    overflow: hidden;
    width: 100%;
    display: flex;
    align-items: center;
}
.sf-marquee--dark {
    height: 38px;
    background: var(--sf-marquee-dark);
    color: #fff;
}
.sf-marquee--amber {
    height: 38px;
    background: var(--sf-accent);
    color: #fff;
}
.sf-marquee__track {
    display: flex;
    gap: 48px;
    white-space: nowrap;
    animation: sf-marquee 28s linear infinite;
    will-change: transform;
}
.sf-marquee__item {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .3px;
    text-transform: uppercase;
    flex-shrink: 0;
}
@keyframes sf-marquee {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

/* ── Shop PLP (filtre + sort + grid) ─────────────────────────────── */
.sf-shop-plp {
    padding: 24px 0 48px;
}
.sf-shop-plp--category {
    padding-top: 16px;
}
.sf-plp-head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 12px;
}
.sf-plp-title {
    font-size: 28px;
    font-weight: 800;
    color: var(--sf-title);
    margin: 0;
}
.sf-plp-count {
    font-size: 13px;
    color: var(--sf-text-muted);
}
.sf-bc--listing {
    margin-bottom: 12px;
    font-size: 13px;
}
.sf-bc--listing .sep { margin: 0 6px; color: #bbb; }
.sf-shop-sort-row {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 43px;
    margin-bottom: 8px;
    margin-top: 0;
    position: relative;
    flex-wrap: nowrap;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.sf-sort-search {
    width: 256px;
    flex-shrink: 0;
    padding: 0 8px 0 0;
    display: flex;
    align-items: center;
}
.sf-sort-search--mob {
    display: none;
    width: 100%;
    padding: 0;
    margin: 0 0 10px;
}
.sf-sort-search--mob .sf-sort-search__input {
    height: 40px;
    border-radius: 0;
}
.sf-shop-filters .sf-sort-search__input {
    height: 36px;
    font-size: 13px;
}
.sf-sort-search__input {
    width: 100%;
    height: 34px;
    border: 1px solid var(--sf-border);
    border-radius: 0;
    padding: 0 12px;
    font-size: 13px;
    outline: none;
    background: #fff;
    line-height: 34px;
}
.sf-shop-sort-row--cat {
    border-bottom: 1px solid var(--sf-border);
    margin-bottom: 20px;
    padding-bottom: 4px;
    flex-wrap: wrap;
}
.sf-sort-search__input:focus {
    border-color: var(--sf-primary);
}
.sf-sort-tabs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px 16px;
    flex: 1;
    min-width: 0;
}
.sf-sort-tab {
    appearance: none;
    background: none;
    border: 0;
    border-bottom: 2px solid transparent;
    padding: 10px 0;
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    color: #232323;
    cursor: pointer;
    white-space: nowrap;
    position: relative;
    z-index: 2;
    pointer-events: auto;
    user-select: none;
}
.sf-sort-tab:hover {
    color: #000;
}
.sf-sort-tab.is-active {
    border-bottom-color: #232323;
}
.sf-grid-toggle {
    display: flex;
    gap: 8px;
    margin-left: auto;
    flex-shrink: 0;
    padding-right: 4px;
    position: relative;
    z-index: 2;
}
.sf-grid-toggle__btn {
    appearance: none;
    background: none;
    border: 0;
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #bbb;
    font-size: 14px;
    cursor: pointer;
    padding: 0;
    pointer-events: auto;
}
.sf-grid-toggle__btn:hover { color: #666; }
.sf-grid-toggle__btn.is-active { color: #232323; }
.sf-plp-grid.sf-plp-grid--cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}
.sf-plp-grid.sf-plp-grid--cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
.sf-filter-count {
    color: #6b7280;
    font-size: 12px;
}

/* Kategori sayfası (Harmana: başlık 30/400 + sayı aynı satır) */
.sf-cat-page {
    padding: 28px 0 48px;
}
.sf-cat-page.sf-shop-plp {
    padding-top: 20px;
}
.sf-cat-page__head {
    display: flex;
    align-items: baseline;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.sf-cat-page__title {
    font-size: 30px;
    font-weight: 400;
    color: #232323;
    margin: 0;
    line-height: 1.05;
}
.sf-cat-page__count {
    font-size: 12px;
    font-weight: 400;
    color: #71717a;
}
.sf-cat-page__subs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 14px;
    margin-bottom: 18px;
}
.sf-cat-page__sub {
    font-size: 13px;
    color: #232323;
    text-decoration: underline;
    text-underline-offset: 3px;
}
.sf-plp-grid--full {
    width: 100%;
}

/* Kategori görsel slider */
.sf-cat-slider {
    padding: 32px 0 16px;
}
.sf-cat-slide {
    display: block;
    text-decoration: none;
    color: inherit;
}
.sf-cat-slide__img {
    display: block;
    aspect-ratio: 1/1;
    overflow: hidden;
    background: var(--sf-bg-gray);
    margin-bottom: 12px;
}
.sf-cat-slide__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sf-cat-slide__name {
    display: block;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
}

/* 3’lü home banner grid (Harmana mid) */
.sf-home-banners {
    padding: 28px 0 8px;
}
.sf-home-banners__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}
.sf-home-banners__item {
    position: relative;
    display: block;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: #f5f5f5;
    text-decoration: none;
    color: #fff;
}
.sf-home-banners__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .45s ease;
}
.sf-home-banners__item:hover img {
    transform: scale(1.04);
}
.sf-home-banners__cap {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px 18px;
    background: linear-gradient(transparent, rgba(9, 56, 53, .72));
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.sf-home-banners__cap strong {
    font-size: clamp(15px, 1.4vw, 20px);
    font-weight: 800;
    letter-spacing: .02em;
    text-transform: uppercase;
    line-height: 1.25;
}
.sf-home-banners__cap em {
    font-style: normal;
    font-size: 13px;
    font-weight: 500;
    opacity: .92;
}

/* Story banner */
.sf-story {
    margin: 24px 0 0;
}
.sf-story__link {
    display: block;
    position: relative;
    overflow: hidden;
    min-height: 320px;
}
.sf-story__link img {
    width: 100%;
    height: 420px;
    object-fit: cover;
}
.sf-story__caption {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: rgba(9, 56, 53, .35);
    color: #fff;
    text-align: center;
    padding: 24px;
}
.sf-story__caption strong {
    font-size: clamp(1.5rem, 3vw, 2.25rem);
    font-weight: 800;
}
.sf-story__caption span {
    font-size: 14px;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 4px;
}

@media (max-width: 991.98px) {
    .sf-sort-search { width: 100%; padding: 0; }
    .sf-shop-sort-row {
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        min-height: 43px;
        max-height: 48px;
        gap: 10px;
    }
    .sf-grid-toggle { display: none; }
    .sf-story__link img { height: 280px; }
}
.sf-plp-mob-tools {
    display: none;
    width: 100%;
    gap: 8px;
    margin: 0 0 12px;
}
.sf-plp-mob-btn,
.sf-plp-mob-sort {
    flex: 1;
    height: 42px;
    border: 1px solid var(--sf-border);
    background: #fff;
    font-size: 13px;
    font-weight: 600;
    color: #232323;
    cursor: pointer;
    appearance: none;
    border-radius: 0;
    padding: 0 10px;
}
.sf-plp-mob-sort {
    text-align: left;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23232323' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    padding-right: 28px;
}
.sf-shop-layout {
    display: flex;
    align-items: flex-start;
    gap: 0;
}
.sf-shop-products {
    flex: 1;
    min-width: 0;
    padding: 0 0 16px 16px;
    border-left: 0;
    overflow: hidden;
}
.sf-shop-products .sf-shop-sort-row {
    margin-bottom: 16px;
}
.sf-shop-filters {
    width: 256px;
    flex-shrink: 0;
    padding: 0 20px 16px 0;
}
.sf-shop-sort-row--full {
    display: none;
}
.sf-filter-block {
    margin-bottom: 18px;
}
.sf-filter-block.is-collapsed .sf-filter-body {
    display: none;
}
.sf-filter-head {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    font-size: 14px;
    font-weight: 500;
    color: #232323;
    background: none;
    border: 0;
    padding: 0;
    margin: 0 0 12px;
    cursor: pointer;
    text-align: left;
}
.sf-filter-body {
    display: flex;
    flex-direction: column;
}
.sf-filter-link {
    display: block;
    width: 100%;
    margin-bottom: 12px;
    font-size: 12px;
    color: #232323;
    text-decoration: none;
}
.sf-filter-link:hover { text-decoration: underline; }
.sf-filter-search {
    display: flex;
    align-items: center;
    gap: 8px;
    border: 1px solid var(--sf-border);
    padding: 8px 10px;
    margin-bottom: 8px;
}
.sf-filter-search input {
    border: 0;
    outline: none;
    width: 100%;
    font-size: 13px;
    background: transparent;
}
.sf-filter-check {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    margin-bottom: 8px;
    cursor: pointer;
}
.sf-plp-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    align-items: start;
}
.sf-plp-grid > .sf-pc,
.sf-plp-grid > article.sf-pc {
    min-width: 0;
    width: 100%;
}
.sf-plp-grid .sf-pc__media,
.sf-shop-products .sf-pc__media,
.sf-cat-page .sf-pc__media,
.sf-pdp-related .sf-pc__media,
.sf-product-sw .sf-pc__media,
.sf-featured-collection .sf-pc__media {
    aspect-ratio: 1 / 1 !important;
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
    min-height: 0 !important;
}
.sf-plp-grid .sf-pc,
.sf-shop-products .sf-pc,
.sf-cat-page .sf-pc {
    height: auto !important;
    align-self: start;
}
.sf-plp-grid .myt-fav-btn--card,
.sf-shop-products .myt-fav-btn--card,
.sf-product-sw .myt-fav-btn--card,
.sf-cat-page .myt-fav-btn--card {
    display: none !important;
}

/* Kart ATC overlay */
.sf-pc__overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transform: translateY(8px);
    transition: opacity .2s ease, transform .2s ease;
    z-index: 5;
    pointer-events: none;
}
.sf-pc:hover .sf-pc__overlay,
.sf-pc:focus-within .sf-pc__overlay {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}
.sf-pc__overlay .sf-pc__btn {
    width: 100%;
    height: 39px;
    border: 0;
    border-radius: 0;
    background: var(--sf-primary);
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .3px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
.sf-pc__overlay .sf-pc__btn:hover {
    background: var(--sf-accent);
    color: #fff;
}
.sf-pc__name {
    font-size: 14px;
    font-weight: 400;
    color: #141414;
    line-height: 1.35;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 4px 0 6px;
}
.sf-pc__price-new {
    font-size: 18px;
    font-weight: 900;
    color: #161616;
}
.sf-pc__actions:not(.sf-pc__actions--qb),
.sf-plp-grid .sf-pc__actions {
    display: none;
}

/* Trust / kategori şerit / bülten — Harmana kompakt USP şerit */
.sf-trust {
    padding: 28px 0;
    border-top: 0;
}
.sf-trust__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px 24px;
    align-items: center;
}
.sf-trust__item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    text-align: left;
    padding: 10px 8px;
}
.sf-trust__item i {
    font-size: 22px;
    color: #232323;
    display: block;
    margin: 0;
    flex-shrink: 0;
}
.sf-trust__item span {
    font-size: 14px;
    font-weight: 400;
    color: #52525b;
    line-height: 1.35;
}
.sf-trust__item span strong {
    font-weight: 700;
    color: #232323;
}
.sf-trust__item p {
    display: none;
}
.sf-cat-strip { padding: 40px 0 16px; }
.sf-cat-strip__row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}
.sf-cat-tile {
    display: block;
    text-decoration: none;
    color: inherit;
}
.sf-cat-tile__img {
    display: block;
    aspect-ratio: 1/1;
    overflow: hidden;
    background: var(--sf-bg-gray);
    margin-bottom: 10px;
}
.sf-cat-tile__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sf-cat-tile__img i {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: var(--sf-primary);
}
.sf-cat-tile__name {
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
}
.sf-newsletter {
    background: var(--sf-subscribe);
    color: #fff;
    padding: 48px 0;
}
.sf-newsletter__inner {
    max-width: 640px;
    margin: 0 auto;
    text-align: center;
}
.sf-newsletter__title {
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 8px;
}
.sf-newsletter__lead {
    opacity: .92;
    margin-bottom: 20px;
}
.sf-newsletter__form {
    display: flex;
    gap: 0;
    max-width: 480px;
    margin: 0 auto;
}
.sf-newsletter__form input {
    flex: 1;
    height: 48px;
    border: 0;
    border-radius: 0;
    padding: 0 14px;
    font-size: 14px;
}
.sf-newsletter__form button {
    height: 48px;
    border: 0;
    border-radius: 0;
    padding: 0 22px;
    background: var(--sf-primary);
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
}
.sf-newsletter__form button:hover {
    background: var(--sf-accent);
}
.sf-product-sw {
    padding: 0 36px;
}
.sf-product-sw .swiper-slide {
    height: auto;
}
.sf-section-title {
    color: var(--sf-title);
    font-family: var(--sf-font);
    font-size: clamp(1.5rem, 2.5vw, 40px);
    font-weight: 900;
    margin: 0;
    text-transform: none;
    letter-spacing: 0;
}
.sf-section-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 24px;
}
.sf-view-all {
    font-size: 13px;
    font-weight: 600;
    color: var(--sf-primary);
    text-decoration: none;
    white-space: nowrap;
}
.sf-view-all:hover { color: var(--sf-accent); }

@media (max-width: 1199.98px) {
    .sf-plp-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .sf-cat-strip__row { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 991.98px) {
    .sf-shop-filters {
        display: none;
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 0 16px;
        flex: none;
    }
    .sf-shop-filters.is-open {
        display: block !important;
        order: -1;
        width: 100% !important;
        max-width: 100% !important;
        padding: 4px 0 16px;
        border-bottom: 1px solid var(--sf-border);
        margin-bottom: 12px;
    }
    .sf-shop-layout {
        display: flex !important;
        flex-direction: column !important;
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }
    .sf-shop-products {
        padding: 0;
        width: 100%;
        max-width: 100%;
        min-width: 0;
        overflow: visible;
    }
    .sf-plp-grid,
    .sf-plp-grid.sf-plp-grid--cols-4,
    .sf-plp-grid.sf-plp-grid--cols-2 {
        width: 100% !important;
        max-width: 100% !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 10px 8px;
    }
    .sf-home-banners__grid { grid-template-columns: 1fr; gap: 12px; }
    .sf-home-banners__item { aspect-ratio: 16 / 10; }
    .sf-trust__grid { grid-template-columns: 1fr; gap: 12px; }
    .sf-trust__item { justify-content: flex-start; }
    .sf-cat-strip__row { grid-template-columns: repeat(2, 1fr); }
    .sf-pc__overlay { display: none !important; }
    .sf-pc__body { padding: 8px 2px 4px; }
    .sf-sort-search--side {
        margin-bottom: 10px;
    }
    .sf-plp-mob-tools { display: flex; }
    /* Uzun desktop sort sekmeleri mobilde gizle — taşmayı keser */
    .sf-shop-sort-row {
        display: none !important;
    }
    .sf-sort-search { width: 100%; min-width: 0; }
    .sf-shop-plp .container,
    .sf-cat-page .container,
    .sf-shop-plp,
    .sf-cat-page {
        max-width: 100%;
        min-width: 0;
        overflow-x: clip;
    }
    .sf-cat-page__title { font-size: 24px; }
    .sf-cat-page__head { margin-bottom: 14px; gap: 10px; }
}
@media (max-width: 650px) {
    #sf-hero,
    #sf-hero-sw,
    .sf-hero-placeholder {
        height: 100vw;
        min-height: 280px;
        max-height: 420px;
    }
    .sf-pc__vendor { font-size: 13px; }
    .sf-pc__name { font-size: 13px; }
    .sf-pc__price-new { font-size: 15px; }
    .sf-plp-grid,
    .sf-plp-grid.sf-plp-grid--cols-4,
    .sf-plp-grid.sf-plp-grid--cols-2 {
        gap: 12px 8px;
    }
}
@media (prefers-reduced-motion: reduce) {
    .sf-marquee__track { animation: none; }
}

.sf-home-bestsellers {
    background: var(--sf-bg-gray);
    padding: 48px 0;
}
.sf-cat-card__icon-fallback {
    font-size: 28px;
    color: var(--sf-primary);
}

/* ── PDP paket (bundle) ───────────────────────────────────────────── */
.sf-bundle-pdp {
    border-radius: var(--sf-radius);
    border: 1px solid var(--sf-border);
    background: var(--sf-bg);
    box-shadow: 0 8px 28px rgba(17, 68, 105, .06);
}
.sf-bundle-pdp__head {
    background: linear-gradient(180deg, rgba(17, 68, 105, .04) 0%, transparent 100%);
}
.sf-bundle-pdp__icon {
    width: 44px;
    height: 44px;
    background: var(--sf-primary);
    color: #fff;
    font-size: 1.25rem;
    box-shadow: 0 4px 12px rgba(17, 68, 105, .25);
}
.sf-bundle-pdp__list .list-group-item {
    border-color: var(--sf-border);
    background: transparent;
}
.sf-bundle-pdp__row {
    min-width: 0;
}
.sf-bundle-pdp__thumb {
    width: 56px;
    height: 56px;
    min-width: 56px;
    min-height: 56px;
    flex: 0 0 56px;
    border: 1px solid var(--sf-border);
    background: var(--sf-bg-gray);
}
.sf-bundle-pdp__thumb-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.sf-bundle-pdp__thumb-ph {
    width: 100%;
    height: 100%;
    color: var(--sf-text-muted);
    font-size: 1.1rem;
}
.sf-bundle-pdp__badge {
    font-size: 11px;
    padding: 0.2rem 0.55rem;
    background: rgba(17, 68, 105, .08);
    color: var(--sf-primary);
    border: 1px solid rgba(17, 68, 105, .15);
}
.sf-bundle-pdp__qty {
    min-width: 108px;
    max-width: 150px;
}
.sf-bundle-pdp__qty .input-group-text {
    font-size: 11px;
    border-color: var(--sf-border);
    background: var(--sf-bg-gray);
    color: var(--sf-text-muted);
}
.sf-bundle-pdp__qty .form-control {
    border-color: var(--sf-border);
    font-weight: 500;
}
.sf-bundle-pdp__actions .form-check-input.bundle-line-include {
    cursor: pointer;
    width: 2.25rem;
}
.sf-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(--sf-primary);
    border: 1px solid rgba(17, 68, 105, .12);
}
.sf-bundle-pdp__foot {
    border-top: 1px solid var(--sf-border) !important;
    background: var(--sf-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) {
    .sf-nav-cats,
    .sf-nav-tools .sf-search-form { display: none !important; }
    .sf-hamburger { display: flex !important; }
    .sf-nav-wrap {
        display: grid !important;
        grid-template-columns: 36px minmax(0, 1fr) auto;
        align-items: center;
        column-gap: 8px;
        min-height: 56px;
        height: 56px;
        max-height: 56px;
        padding: 0;
        overflow: visible;
    }
    .sf-hamburger {
        grid-column: 1;
        margin: 0;
    }
    .sf-logo {
        grid-column: 2;
        width: auto;
        max-width: 100%;
        height: 40px;
        margin: 0;
        font-size: 20px;
        flex: none;
        justify-content: center;
        justify-self: center;
    }
    .sf-logo img {
        width: auto;
        max-width: 120px;
        height: 40px;
        max-height: 40px;
    }
    .sf-nav-tools {
        grid-column: 3;
        flex: none;
        width: auto;
        gap: 10px;
        justify-self: end;
    }
    .sf-pdp-title { font-size: 17px; }
    #sf-navbar > .container {
        padding-left: 12px;
        padding-right: 12px;
        max-width: 100%;
    }
    .container {
        padding-left: 12px !important;
        padding-right: 12px !important;
        max-width: 100% !important;
        width: 100% !important;
    }
}
@media (max-width: 575.98px) {
    .sf-nav-wrap { height: 60px; min-height: 60px; }
    .sf-logo { font-size: 18px; }
    .sf-logo img { max-height: 40px; max-width: 110px; }
    #sf-announcement { height: 34px; font-size: 11px; }
    #sf-announcement .sf-marquee__item { font-size: 11px; }
    #sf-footer { padding-top: 32px; }
    .sf-hero-placeholder { height: 380px; }
    .sf-hero-placeholder__title { font-size: clamp(1.5rem, 8vw, 2.25rem); }
}

/* ── Saffora referans override (PDP ATC, section titles, marquee) ─── */
.sf-pdp .sepeteekle,
.sf-pdp button.sepeteekle,
[data-myt-product-page] .sepeteekle {
    background: var(--sf-primary) !important;
    color: #fff !important;
    border: 0 !important;
    border-radius: 0 !important;
    font-weight: 900 !important;
    height: 48px;
    min-height: 48px;
    max-height: 48px;
    width: 100%;
    max-width: 468px;
    text-transform: uppercase;
    letter-spacing: .3px;
    box-sizing: border-box;
    line-height: 1;
    padding: 0 16px;
}
.sf-pdp .sepeteekle:hover,
[data-myt-product-page] .sepeteekle:hover {
    background: var(--sf-accent) !important;
    color: #fff !important;
}
/* Sticky mobil ATC şeridi */
@media (max-width: 991.98px) {
    .sf-pdp {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-top: 0;
    }
    .sf-pdp__gallery {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    .sf-pdp__thumbs {
        flex-direction: row;
        overflow-x: auto;
        order: 2;
        gap: 8px;
        -webkit-overflow-scrolling: touch;
    }
    .sf-pdp__stage {
        order: 1;
        width: 100%;
        aspect-ratio: 1 / 1;
    }
    .sf-pdp .sepeteekle,
    .sf-pdp button.sepeteekle,
    [data-myt-product-page] .sepeteekle {
        max-width: none;
        width: 100%;
    }
    [data-myt-product-page] .sf-pdp-buybox,
    [data-myt-product-page] #myt-urun-detay-form .sepeteekle {
        position: sticky;
        bottom: 0;
        z-index: 40;
    }
    [data-myt-product-page] .sepeteekle {
        max-width: none;
        box-shadow: 0 -4px 16px rgba(0,0,0,.12);
    }
}
.myt-featured-collection h2,
.myt-section--featured_collection h2,
.products-slider-title,
.sf-sec-title {
    color: var(--sf-title);
    font-size: clamp(1.5rem, 2.5vw, 40px);
    font-weight: 900;
}
/* Featured / benzer / campaign — hepsi sf-pc dili */
.sf-featured-collection .sf-plp-grid--fc {
    grid-template-columns: repeat(var(--sf-fc-cols, 4), minmax(0, 1fr));
}
.sf-featured-collection .myt-fc-swiper .swiper-slide > .col,
.sf-featured-collection .sf-plp-grid--fc > .col {
    display: contents;
}
.sf-pdp-related {
    margin-top: 48px;
    padding-top: 24px;
}
.sf-plp-grid--related {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}
.sf-campaign-bundle {
    font-family: var(--sf-font);
}
.sf-cb-heading {
    color: var(--sf-title);
    font-size: clamp(1.25rem, 2vw, 28px);
    font-weight: 900;
}
.sf-cb-grid {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.sf-cb-card {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 12px;
    border: 1px solid #eee;
    background: #fff;
}
.sf-cb-card__img {
    width: 88px;
    height: 88px;
    overflow: hidden;
    background: #fafafa;
    flex-shrink: 0;
}
.sf-cb-card__img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}
.sf-cb-card__img-ph {
    width: 100%;
    height: 100%;
    background: #f5f5f5;
}
.sf-cb-card__title {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.35;
}
.sf-cb-price-new {
    font-size: 16px;
    font-weight: 900;
}
.sf-cb-included-badge {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: var(--sf-primary);
    color: #fff;
    font-size: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 991.98px) {
    .sf-featured-collection .sf-plp-grid--fc {
        grid-template-columns: repeat(var(--sf-fc-cols-m, 2), minmax(0, 1fr));
    }
    .sf-plp-grid--related {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .sf-shop-products {
        border-left: 0;
        padding-left: 0;
    }
}
.myt-marquee,
.myt-section--marquee {
    overflow: hidden;
}
.myt-section--email_signup {
    background: var(--sf-subscribe);
}
.myt-slideshow,
.myt-section--slideshow .myt-slideshow {
    min-height: 30vw;
}
@media (max-width: 650px) {
    .myt-slideshow,
    .myt-section--slideshow .myt-slideshow {
        min-height: 50vw;
    }
}
@media (prefers-reduced-motion: reduce) {
    .myt-mq-track,
    .myt-slideshow,
    .sf-ann-sw .swiper-wrapper {
        animation: none !important;
        transition: none !important;
    }
}

/* ── Mobil hard lock (Harmana 390px: 2 kolon ~171, taşma yok) ─────── */
@media (max-width: 991.98px) {
    html.sf-html,
    body.sf-body {
        overflow-x: hidden !important;
        max-width: 100vw !important;
    }
    .sf-shop-plp,
    .sf-cat-page,
    .sf-shop-layout,
    .sf-shop-products,
    .sf-plp-grid,
    #sf-home-product-grid,
    #myt-category-product-grid {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        box-sizing: border-box;
    }
    .sf-plp-grid,
    #sf-home-product-grid,
    #myt-category-product-grid,
    .sf-plp-grid.sf-plp-grid--cols-4,
    .sf-plp-grid.sf-plp-grid--cols-2 {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 12px 8px !important;
    }
    .sf-plp-mob-tools { display: flex !important; }
    .sf-sort-search--mob { display: flex !important; }
    .sf-shop-filters .sf-sort-search--side { display: none !important; }
    .sf-shop-filters:not(.is-open) { display: none !important; }
    .sf-pc__body { padding: 8px 2px 4px; }
}

