/*
Theme Name: UyduPortal Theme
Theme URI: https://uyduportal.com.tr
Author: UyduPortal
Author URI: https://uyduportal.com.tr
Description: Modern, hizli ve mobil uyumlu WooCommerce temasi
Version: 1.8.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: uyduportal
Requires at least: 5.0
Tested up to: 6.4
Requires PHP: 7.4
WC requires at least: 5.0
WC tested up to: 8.0
*/

/* ============================================ */
/* GENEL STILLER */
/* ============================================ */
:root {
    --primary: #2196F3;
    --primary-dark: #1565C0;
    --nav-bg: #0f172a;
    --nav-hover: #1e3a5f;
    --secondary: #1a1a2e;
    --success: #28a745;
    --danger: #dc3545;
    --warning: #ffc107;
    --light: #f8f9fa;
    --dark: #0f172a;
    --text-muted: #64748b;
    --white: #ffffff;
    --gray: #6c757d;
    --border: #e8edf2;
    --hb-accent: #ff6000;
    --hb-accent-dark: #e55500;
    --card-border: #e0e0e0;
    --image-zone-bg: #f5f6f8;
    --font-display: 'Plus Jakarta Sans', 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    --font-body: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    overflow-x: hidden;
    max-width: 100%;
}

body {
    font-family: var(--font-body);
    font-size: 16px;
    line-height: 1.6;
    color: var(--dark);
    background: var(--light);
    overflow-x: hidden;
    max-width: 100%;
}

h1, h2, h3, h4, .uydu-logo-fallback__text {
    font-family: var(--font-display);
}

.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    clip-path: inset(50%);
    white-space: nowrap;
    border: 0;
}

.site-main {
    overflow-x: hidden;
    max-width: 100%;
}

a {
    color: var(--primary);
    text-decoration: none;
    transition: color 0.3s;
}

a:hover {
    color: var(--primary-dark);
}

img {
    max-width: 100%;
    height: auto;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ============================================ */
/* HEADER */
/* ============================================ */
.site-header {
    background: var(--white);
    box-shadow: 0 1px 0 rgba(15, 23, 42, 0.06), 0 4px 24px rgba(15, 23, 42, 0.04);
    position: sticky;
    top: 0;
    z-index: 10050;
    overflow-x: clip;
    overflow-y: visible;
}

/* Eski ust serit kaldirildi — promo bar kullaniliyor */
.header-top {
    display: none !important;
}

.header-main {
    padding: 16px 0 18px;
    border-bottom: 1px solid var(--border);
}

.header-main__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.site-logo {
    flex: 0 0 auto;
    background: transparent;
    padding: 0;
    margin: 0;
    line-height: 0;
    min-width: 140px;
    align-self: center;
}

.site-logo img,
.site-logo .custom-logo,
.site-logo .uydu-site-logo {
    max-height: 140px;
    width: auto;
    max-width: min(420px, 38vw);
    min-height: 56px;
    height: auto;
    object-fit: contain;
    object-position: left center;
    background: transparent;
    display: block;
    border: none;
    box-shadow: none;
}

@media (max-width: 768px) {
    .site-logo {
        min-width: 0;
        flex: 0 1 auto;
        max-width: calc(100% - 88px);
        overflow: hidden;
    }

    .site-logo .custom-logo-link,
    .site-logo > a {
        max-width: 100%;
    }

    .site-logo img,
    .site-logo .custom-logo,
    .site-logo .uydu-site-logo {
        max-height: 76px;
        max-width: 100%;
        min-height: 0;
        object-position: left center;
    }
}

/* Kargo bilgi kutusu — tek yer, ust uste binmesin */
.uydu-shipping-box,
.uydu-free-ship {
    background: #f0f7ff;
    border: 1px solid #cfe3f9;
    border-radius: 10px;
    padding: 12px 14px;
    margin: 12px 0 16px;
    font-size: 13px;
    line-height: 1.55;
    color: #1a3a52;
}

.uydu-shipping-box__title,
.uydu-free-ship__policy {
    font-weight: 700;
    margin: 0 0 6px;
    font-size: 14px;
}

.uydu-shipping-box__line,
.uydu-free-ship__status {
    margin: 0 0 6px;
}

.uydu-shipping-box__sub {
    margin: 0;
    font-size: 12px;
    color: #4a6578;
}

.uydu-shipping-box__stock {
    margin: 0 0 8px;
    padding: 6px 10px;
    background: #fff8e6;
    border-radius: 6px;
    font-size: 12px;
    color: #856404;
}

.uydu-ship-today {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    padding: 6px 10px;
    border-radius: 999px;
    background: #ecfdf5;
    border: 1px solid #a7f3d0;
    color: #065f46;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.35;
}

.uydu-ship-today--box {
    display: flex;
    width: 100%;
    border-radius: 8px;
    margin: 0 0 10px;
    box-sizing: border-box;
}

.uydu-ship-today__dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #10b981;
    flex-shrink: 0;
    box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.2);
}

.uydu-product-meta-strip {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 12px;
    margin: 0 0 10px;
}

.uydu-product-meta-strip__brand {
    display: inline-flex;
    padding: 4px 10px;
    border-radius: 6px;
    background: #f1f5f9;
    color: #334155;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.uydu-product-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin: 0 0 12px;
    padding: 0;
    list-style: none;
}

.uydu-product-chips li {
    padding: 4px 10px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid #e2e8f0;
    color: #475569;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.3;
}

.uydu-free-ship__status--ok {
    color: #1b6b34;
}

.uydu-free-ship__bar {
    height: 8px;
    background: #e3edf5;
    border-radius: 6px;
    overflow: hidden;
    margin-top: 8px;
}

.uydu-free-ship__fill {
    height: 100%;
    background: #2196f3;
    border-radius: 6px;
}

.header-kargo-note {
    font-size: 13px;
}

/* İnce üst bant — kargo sol, %5 sağ (altın vurgu) */
.uydu-promo-bar {
    background: #0f172a;
    color: #fff;
    font-size: 12px;
    line-height: 1.4;
    border-bottom: 1px solid rgba(201, 162, 39, 0.28);
}

.uydu-promo-bar__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px 18px;
    flex-wrap: wrap;
    padding: 8px 12px;
}

.uydu-promo-bar__ship {
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
    font-weight: 500;
    flex: 1 1 auto;
    min-width: 0;
}

.uydu-promo-bar__deal {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px 10px;
    flex: 0 1 auto;
}

.uydu-promo-bar__deal-text {
    color: rgba(255, 255, 255, 0.95);
    font-weight: 600;
}

.uydu-promo-bar__deal-text strong {
    color: #f3e2a7;
    font-weight: 800;
}

.uydu-promo-bar__code,
.uydu-promo-bar .uydu-coupon-code {
    background: rgba(201, 162, 39, 0.14);
    color: #f3e2a7;
    padding: 3px 9px;
    border-radius: 6px;
    font-weight: 700;
    letter-spacing: 0.05em;
    border: 1px solid rgba(201, 162, 39, 0.45);
    font-size: 11px;
}

.uydu-promo-bar__auto {
    color: rgba(255, 255, 255, 0.55);
    font-size: 11px;
}

.uydu-promo-bar__btn {
    flex-shrink: 0;
    border: 1px solid rgba(201, 162, 39, 0.55);
    background: transparent;
    color: #f3e2a7;
    font-size: 11px;
    font-weight: 700;
    padding: 5px 12px;
    border-radius: 999px;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.uydu-promo-bar__btn:hover {
    background: rgba(201, 162, 39, 0.18);
    color: #fff;
    border-color: #c9a227;
}

.uydu-promo-bar__btn.is-copied {
    background: #2e7d32;
    border-color: #2e7d32;
    color: #fff;
}

@media (max-width: 720px) {
    .uydu-promo-bar__inner {
        justify-content: center;
        text-align: center;
    }

    .uydu-promo-bar__ship {
        flex: 1 1 100%;
        font-size: 11px;
    }

    .uydu-promo-bar__deal {
        justify-content: center;
    }
}

/* Urun sayfasi kupon bandi */
.uydu-product-promo {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #fff;
    border: 1px solid #e8edf2;
    border-left: 4px solid #ffd54f;
    border-radius: 12px;
    padding: 12px 14px;
    margin: 0 0 14px;
    box-shadow: 0 2px 10px rgba(15, 23, 42, 0.05);
}

.uydu-product-promo__badge {
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: linear-gradient(135deg, #fff8e1, #ffe082);
    color: #7a5c00;
    font-size: 15px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
}

.uydu-product-promo__body {
    flex: 1;
    min-width: 0;
}

.uydu-product-promo__title {
    margin: 0 0 2px;
    font-size: 14px;
    font-weight: 700;
    color: #1a2b3c;
}

.uydu-product-promo__sub {
    margin: 0;
    font-size: 13px;
    color: #5a6b7d;
}

.uydu-product-promo__sub code {
    background: #fff8e6;
    padding: 2px 6px;
    border-radius: 4px;
    font-weight: 700;
    color: #7a5c00;
}

.uydu-product-promo__btn {
    flex-shrink: 0;
    border: none;
    background: #2196f3;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 8px 12px;
    border-radius: 8px;
    cursor: pointer;
}

.uydu-product-promo__btn.is-copied {
    background: #2e7d32;
}

.uydu-empty-cart-promo {
    text-align: center;
    background: #fff8e6;
    border: 1px solid #f0d78c;
    border-radius: 12px;
    padding: 16px;
    margin: 0 0 20px;
    font-size: 14px;
    color: #5c4a12;
}

.uydu-empty-cart-promo code {
    font-weight: 700;
    background: #fff;
    padding: 2px 8px;
    border-radius: 6px;
}

.uydu-empty-cart-promo .uydu-copy-coupon {
    margin-top: 10px;
    border: none;
    background: #2196f3;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    padding: 8px 16px;
    border-radius: 8px;
    cursor: pointer;
}

@media (max-width: 640px) {
    .uydu-product-promo {
        flex-wrap: wrap;
    }

    .uydu-product-promo__btn {
        width: 100%;
    }
}

/* Premium sepet/odeme bilgi hub */
.uydu-cart-hub {
    background: #fff;
    border: 1px solid #e8edf2;
    border-radius: 14px;
    box-shadow: 0 2px 14px rgba(15, 23, 42, 0.06);
    padding: 16px 18px;
    margin: 0 0 20px;
    clear: both;
}

.uydu-cart-hub__row {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.uydu-cart-hub__icon {
    flex: 0 0 36px;
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: #f0f7ff center / 18px 18px no-repeat;
}

.uydu-cart-hub__icon--gift {
    background-color: #fff8e6;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23b8860b' stroke-width='2'%3E%3Cpath d='M20 12v8H4v-8M2 7h20v5H2zM12 22V7M12 7H7.5a2.5 2.5 0 110-5C11 2 12 7 12 7zm0 0h4.5a2.5 2.5 0 100-5C13 2 12 7 12 7z'/%3E%3C/svg%3E");
}

.uydu-cart-hub__icon--truck {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232196f3' stroke-width='2'%3E%3Cpath d='M1 3h13v11H1zM14 8h4l3 4v2h-7V8zM5.5 18a2 2 0 100-4 2 2 0 000 4zm11 0a2 2 0 100-4 2 2 0 000 4z'/%3E%3C/svg%3E");
}

.uydu-cart-hub__body {
    flex: 1;
    min-width: 0;
}

.uydu-cart-hub__title {
    margin: 0 0 4px;
    font-size: 14px;
    font-weight: 600;
    color: #1a2b3c;
    line-height: 1.45;
}

.uydu-cart-hub__sub {
    margin: 0;
    font-size: 13px;
    color: #5a6b7d;
    line-height: 1.5;
}

.uydu-cart-hub__sub--ok {
    color: #1b6b34;
}

.uydu-cart-hub__coupon-code {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 6px;
    flex-shrink: 0;
}

.uydu-cart-hub__coupon--on {
    background: linear-gradient(180deg, #ecfdf5 0%, #f0fdf4 100%);
    margin: -6px -8px 0;
    padding: 12px 10px;
    border-radius: 12px;
    border: 1px solid #bbf7d0;
    align-items: center;
}

.uydu-cart-hub__title--applied {
    color: #166534 !important;
    font-size: 15px !important;
    font-weight: 800 !important;
}

.uydu-cart-hub__save {
    margin: 4px 0 2px !important;
    font-size: 26px !important;
    font-weight: 900 !important;
    line-height: 1.15 !important;
    letter-spacing: -0.03em;
    color: #15803d !important;
}

.uydu-cart-hub__save .woocommerce-Price-amount {
    font-weight: 900 !important;
    color: #15803d !important;
}

.uydu-cart-hub__applied {
    display: inline-block;
    font-size: 13px;
    font-weight: 800;
    color: #fff;
    background: #15803d;
    padding: 8px 14px;
    border-radius: 999px;
}

.uydu-cart-hub__apply {
    display: inline-block;
    font-size: 12px !important;
    font-weight: 700 !important;
    padding: 6px 12px !important;
    border-radius: 8px !important;
    background: #15803d !important;
    color: #fff !important;
    text-decoration: none !important;
    border: none !important;
    cursor: pointer;
}

.uydu-cart-hub__apply-form {
    display: inline-block;
    margin: 0;
}

.uydu-cart-hub__muted {
    color: #94a3b8;
    font-size: 13px;
}

.uydu-coupon-code {
    display: inline-block;
    padding: 6px 12px;
    background: #fff8e6;
    border: 1px dashed #e0c060;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: #7a5c00;
}

.uydu-copy-coupon {
    border: none;
    background: #2196f3;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 6px 12px;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.2s, transform 0.15s;
}

.uydu-copy-coupon:hover {
    background: #1976d2;
}

.uydu-copy-coupon.is-copied {
    background: #2e7d32;
}

.uydu-cart-hub__divider {
    height: 1px;
    background: #eef2f6;
    margin: 14px 0;
}

.uydu-cart-hub__bar {
    margin-top: 10px;
}

.uydu-cart-hub__summary {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
    margin-top: 12px;
    padding: 10px 12px;
    background: #f8fafc;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 500;
    color: #334155;
}

.uydu-cart-hub__summary-dot {
    color: #94a3b8;
}

.uydu-cart-hub__trust {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 14px;
    padding-top: 12px;
    border-top: 1px solid #eef2f6;
    font-size: 12px;
    color: #64748b;
}

.uydu-cart-hub__trust span[aria-hidden="true"] {
    color: #cbd5e1;
}

@media (max-width: 640px) {
    .uydu-cart-hub__row.uydu-cart-hub__coupon {
        flex-wrap: wrap;
    }

    .uydu-cart-hub__coupon-code {
        width: 100%;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
}

.site-logo a,
.site-logo .custom-logo-link,
.uydu-logo-fallback {
    display: flex;
    align-items: center;
    background: transparent;
    padding: 0;
    border: none;
    box-shadow: none;
    text-decoration: none;
    gap: 10px;
    color: var(--dark);
}

.uydu-logo-fallback__mark {
    font-size: 36px;
    line-height: 1;
}

.uydu-logo-fallback__text {
    font-size: 28px;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: var(--primary-dark);
}

.uydu-logo-fallback__tld {
    font-size: 13px;
    font-weight: 600;
    color: var(--text-muted);
    margin-left: 1px;
}

/* Arama — premium */
.header-search {
    flex: 1;
    max-width: 560px;
    min-width: 0;
    position: relative;
    z-index: 10060;
    overflow: visible;
}

.search-form--premium {
    display: flex;
    align-items: center;
    background: #f8fafc;
    border: 1px solid var(--border);
    border-radius: 999px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(15, 23, 42, 0.05);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.search-form--premium:focus-within {
    border-color: rgba(33, 150, 243, 0.45);
    box-shadow: 0 4px 20px rgba(33, 150, 243, 0.12);
    background: #fff;
}

.search-form--premium input[type="search"] {
    flex: 1;
    min-width: 0;
    padding: 14px 18px;
    border: none;
    font-size: 15px;
    outline: none;
    background: transparent;
    color: var(--dark);
}

.search-form--premium input[type="search"]::placeholder {
    color: #94a3b8;
}

.search-form__submit {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    margin: 4px;
    border: none;
    border-radius: 50%;
    background: var(--primary);
    color: #fff;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.15s ease;
}

.search-form__submit:hover {
    background: var(--primary-dark);
    transform: scale(1.04);
}

/* Eski arama stili (geri uyumluluk) */
.search-form:not(.search-form--premium) {
    display: flex;
    border: 2px solid var(--primary);
    border-radius: 8px;
    overflow: hidden;
}

.search-form:not(.search-form--premium) input[type="search"] {
    flex: 1;
    padding: 12px 15px;
    border: none;
    font-size: 15px;
    outline: none;
}

.search-form:not(.search-form--premium) button {
    background: var(--primary);
    color: var(--white);
    border: none;
    padding: 12px 20px;
    cursor: pointer;
    font-weight: 600;
}

/* Header Icons */
.header-icons {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}

.header-icon {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--dark);
    font-size: 13px;
    font-weight: 600;
    padding: 8px 10px;
    border-radius: 12px;
    transition: background 0.2s ease, color 0.2s ease;
    text-decoration: none;
}

.header-icon:hover {
    background: #f1f5f9;
    color: var(--primary-dark);
}

.header-icon__glyph {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-icon__label {
    max-width: 110px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 768px) {
    .hide-mobile {
        display: none !important;
    }
}

.header-cart-badge {
    position: absolute;
    top: -6px;
    right: -8px;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    border-radius: 999px;
    background: var(--hb-accent);
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    line-height: 18px;
    text-align: center;
    box-shadow: 0 2px 6px rgba(255, 96, 0, 0.35);
}

.cart-icon {
    position: relative;
}

/* ============================================ */
/* NAVIGATION */
/* ============================================ */
.main-nav {
    background: var(--nav-bg);
}

.main-nav .uydu-primary-nav,
.main-nav ul {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 2px;
    margin: 0;
    padding: 0;
}

.main-nav .uydu-primary-nav > li > a,
.main-nav ul li a {
    display: block;
    padding: 13px 18px;
    color: rgba(255, 255, 255, 0.92);
    font-weight: 600;
    font-size: 14px;
    transition: background 0.2s ease, color 0.2s ease;
    text-decoration: none;
}

.main-nav .uydu-primary-nav > li > a:hover,
.main-nav ul li a:hover,
.main-nav ul li.current-menu-item > a,
.main-nav .uydu-nav-more:hover > a {
    background: var(--nav-hover);
    color: #fff;
}

/* Mobilde yatay kaydirilabilir kategori menusu */
.mobile-cat-nav {
    display: none;
    background: var(--nav-bg);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    width: 100%;
    max-width: 100%;
    overscroll-behavior-x: contain;
}

.mobile-cat-nav::-webkit-scrollbar {
    display: none;
}

.mobile-cat-nav ul {
    list-style: none;
    display: flex;
    flex-wrap: nowrap;
    gap: 0;
    margin: 0;
    padding: 0 8px;
    width: max-content;
    min-width: 100%;
}

.mobile-cat-nav ul li a {
    display: block;
    padding: 11px 14px;
    color: var(--white);
    font-size: 13px;
    font-weight: 500;
    white-space: nowrap;
}

.mobile-cat-nav ul li a:hover,
.mobile-cat-nav ul li.current-menu-item a {
    background: rgba(255, 255, 255, 0.12);
}

/* ============================================ */
/* FOOTER */
/* ============================================ */
.site-footer {
    background: var(--secondary);
    color: var(--white);
    padding: 50px 0 20px;
    margin-bottom: 70px;
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    margin-bottom: 40px;
}

.footer-section h4 {
    color: var(--primary);
    font-size: 16px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--primary);
    display: inline-block;
}

.footer-section ul {
    list-style: none;
}

.footer-section ul li {
    margin-bottom: 10px;
}

.footer-section ul li a {
    color: rgba(255,255,255,0.8);
    font-size: 14px;
    transition: color 0.3s;
}

.footer-section ul li a:hover {
    color: var(--primary);
}

.footer-contact p {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    font-size: 14px;
    color: rgba(255,255,255,0.8);
}

.footer-contact svg {
    width: 18px;
    height: 18px;
    fill: var(--primary);
}

/* Footer odeme — beyaz mini logo kartlari (copyright ustu) */
.footer-bottom__etbis {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    flex-wrap: wrap;
    margin-bottom: 14px;
}

.uydu-pay-marks {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    list-style: none;
    margin: 0 0 14px;
    padding: 0;
}

.uydu-pay-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 36px;
    min-width: 58px;
    padding: 0 12px;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.18);
    line-height: 1;
}

.uydu-pay-mark svg {
    display: block;
    height: 16px;
    width: auto;
}

.uydu-pay-mark--eft {
    min-width: 0;
    padding: 0 14px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #374151;
}

.screen-reader-text {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.footer-bottom__copy {
    margin: 0;
}

.footer-bottom {
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,0.1);
    font-size: 13px;
    color: rgba(255,255,255,0.6);
}

/* ============================================ */
/* MOBIL ALT MENU */
/* ============================================ */
.mobile-menu {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100vw;
    box-sizing: border-box;
    background: var(--white);
    box-shadow: 0 -3px 15px rgba(0,0,0,0.1);
    z-index: 99999;
    padding: 6px 0 calc(6px + env(safe-area-inset-bottom, 0px));
    border-top: 1px solid var(--border);
}

.mobile-menu nav {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    padding: 0 2px;
}

.mobile-menu a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1 1 0;
    min-width: 0;
    color: var(--gray);
    font-size: 9px;
    padding: 4px 2px;
    position: relative;
    transition: color 0.2s;
    text-align: center;
}

.mobile-menu a span {
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1.2;
}

.mobile-menu a:hover,
.mobile-menu a.active {
    color: var(--primary);
}

.mobile-menu a svg {
    width: 22px;
    height: 22px;
    margin-bottom: 4px;
    fill: currentColor;
}

.mobile-menu a.whatsapp-link {
    color: #25D366;
}

.mobile-menu .cart-badge {
    position: absolute;
    top: 0;
    right: 50%;
    transform: translateX(15px);
    background: var(--primary);
    color: var(--white);
    font-size: 10px;
    font-weight: 700;
    min-width: 16px;
    height: 16px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ============================================ */
/* WOOCOMMERCE - URUNLER */
/* ============================================ */
.woocommerce ul.products {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 12px !important;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 0 40px !important;
    width: 100% !important;
    clear: both !important;
    align-items: stretch;
}

.woocommerce ul.products:before,
.woocommerce ul.products:after {
    content: none !important;
    display: none !important;
}

/* Premium urun karti */
.woocommerce ul.products li.product,
.home-products ul.products li.product {
    float: none !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    clear: none !important;
    background: var(--white);
    border: 1px solid #e8edf2;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.05);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    display: flex;
    flex-direction: column;
    min-height: 0;
    height: 100%;
    position: relative;
    min-width: 0;
}

.woocommerce ul.products li.product:hover,
.home-products ul.products li.product:hover {
    border-color: #d6dee8;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.06);
}

.woocommerce ul.products li.product:has(.uydu-badge.sale):hover,
.home-products ul.products li.product:has(.uydu-badge.sale):hover {
    border-color: #ffd4b8;
}

.woocommerce ul.products li.product:has(.uydu-badge.sale),
.home-products ul.products li.product:has(.uydu-badge.sale) {
    border-color: #ffd4b8;
    background: linear-gradient(180deg, #fffaf7 0%, #fff 42%);
}

.woocommerce ul.products li.product:has(.uydu-coupon-ribbon),
.home-products ul.products li.product:has(.uydu-coupon-ribbon),
.woocommerce ul.products li.product:has(.uydu-coupon-chip),
.home-products ul.products li.product:has(.uydu-coupon-chip) {
    border-color: #e9d5ff;
    background: linear-gradient(180deg, #faf5ff 0%, #fff 38%);
}

.woocommerce ul.products li.product .woocommerce-loop-product__link {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    text-decoration: none;
    color: inherit;
    background: transparent;
    min-height: 0;
}

.woocommerce ul.products li.product a img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: center;
    margin: 0;
    padding: 0;
    background: #fff;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #eef2f6;
    box-sizing: border-box;
    transform: none;
}

.woocommerce ul.products li.product .uydu-loop-gallery {
    position: relative;
    width: 100%;
    max-width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: #fff;
    border-bottom: 1px solid #eef2f6;
    flex-shrink: 0;
    contain: paint;
}

.woocommerce ul.products li.product .uydu-loop-gallery__track {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    max-width: 100%;
    height: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    overscroll-behavior-x: contain;
}

.woocommerce ul.products li.product .uydu-loop-gallery__track::-webkit-scrollbar {
    display: none;
}

.woocommerce ul.products li.product .uydu-loop-gallery__slide {
    flex: 0 0 100%;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 100%;
    scroll-snap-align: center;
    scroll-snap-stop: normal;
    box-sizing: border-box;
}

.woocommerce ul.products li.product .uydu-loop-gallery__slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform: none;
    background: #fff;
}

.woocommerce ul.products li.product.has-uydu-loop-gallery .uydu-loop-gallery {
    width: 100%;
    aspect-ratio: 1 / 1;
}

.woocommerce ul.products li.product.has-uydu-loop-gallery .woocommerce-loop-product__title {
    width: 100%;
}

.woocommerce ul.products li.product .uydu-loop-product__title-link {
    display: block;
    text-decoration: none;
    color: inherit;
}

.woocommerce ul.products li.product .uydu-loop-product__title-link .woocommerce-loop-product__title {
    margin: 0;
}

.woocommerce ul.products li.product .uydu-loop-gallery__dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 7px;
    z-index: 11;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    pointer-events: none;
}

.woocommerce ul.products li.product .uydu-loop-gallery__dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.72);
    box-shadow: 0 0 0 1px rgba(15, 23, 42, 0.12);
    transition: transform 0.2s ease, background 0.2s ease;
}

.woocommerce ul.products li.product .uydu-loop-gallery__dot.is-active {
    background: #ff6000;
    box-shadow: none;
    transform: scale(1.25);
}

.woocommerce ul.products li.product:hover a img {
    transform: none;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-family: var(--font-body);
    font-size: 13px;
    font-weight: 600;
    padding: 10px 12px 0;
    margin: 0;
    color: #0f172a;
    min-height: 2.65em;
    line-height: 1.35;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    flex: 0 0 auto;
}

/* Fiyat + sepete ekle — sikı alt blok */
.uydu-product-card__foot {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-top: 0;
    padding: 6px 0 10px;
    flex-shrink: 0;
}

.woocommerce ul.products li.product .price {
    padding: 0 12px;
    margin: 0;
    font-size: 17px;
    font-weight: 800;
    color: #0f172a;
    min-height: 0;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.woocommerce ul.products li.product .price del {
    font-size: 11px;
    color: #94a3b8;
    font-weight: 500;
    display: block;
    margin: 0 0 1px;
    line-height: 1.2;
}

.woocommerce ul.products li.product .price del .woocommerce-Price-amount {
    font-size: 11px;
}

.woocommerce ul.products li.product .price ins {
    text-decoration: none;
    color: var(--hb-accent);
    font-weight: 800;
}

.woocommerce ul.products li.product .price > .woocommerce-Price-amount {
    color: #0f172a;
}

/* İlk sipariş %5 — kart fiyatı */
.woocommerce ul.products li.product .price:has(.uydu-price--first5),
.home-products ul.products li.product .price:has(.uydu-price--first5) {
    display: block;
    padding: 0 12px;
    min-width: 0;
    max-width: 100%;
    box-sizing: border-box;
}

.woocommerce ul.products li.product .uydu-price--first5,
.home-products ul.products li.product .uydu-price--first5 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
    min-width: 0;
    max-width: 100%;
}

.woocommerce ul.products li.product .uydu-price--first5 del,
.home-products ul.products li.product .uydu-price--first5 del {
    display: block;
    font-size: 11px;
    line-height: 1.2;
    color: #94a3b8;
    font-weight: 500;
    text-decoration: line-through;
}

.woocommerce ul.products li.product .uydu-price--first5 del .woocommerce-Price-amount,
.home-products ul.products li.product .uydu-price--first5 del .woocommerce-Price-amount {
    font-size: 11px;
}

.woocommerce ul.products li.product .uydu-price--first5 ins,
.home-products ul.products li.product .uydu-price--first5 ins {
    display: block;
    text-decoration: none;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.2;
    color: #0f172a;
    letter-spacing: -0.02em;
}

.woocommerce ul.products li.product .uydu-price-first5-note,
.home-products ul.products li.product .uydu-price-first5-note {
    display: inline-block;
    margin-top: 2px;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.2;
    color: #6d28d9;
    background: #f3e8ff;
    border-radius: 999px;
    padding: 2px 7px;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 480px) {
    .woocommerce ul.products li.product .uydu-price--first5 ins,
    .home-products ul.products li.product .uydu-price--first5 ins {
        font-size: 15px;
    }
    .woocommerce ul.products li.product .uydu-price-first5-note,
    .home-products ul.products li.product .uydu-price-first5-note {
        font-size: 9px;
        padding: 2px 6px;
    }
}

.uydu-product-card__foot .uydu-installment--loop {
    padding: 0 12px;
    margin: 0;
    font-size: 11px;
    line-height: 1.35;
    color: #64748b;
}

.uydu-installment--loop .uydu-installment__months {
    font-weight: 700;
    color: #475569;
}

.uydu-installment--loop .uydu-installment__amount {
    font-weight: 800;
    color: #0f172a;
}

.uydu-installment--loop .uydu-installment__suffix {
    font-size: 10px;
    color: #94a3b8;
}

.uydu-installment--loop.uydu-installment--muted {
    font-size: 10px;
    color: #94a3b8;
}

.uydu-installment--single {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px 12px;
    margin: 4px 0 14px;
    padding: 10px 14px;
    background: #f8fafc;
    border: 1px solid #e8edf2;
    border-radius: 10px;
}

.uydu-installment--single .uydu-installment__badge {
    display: inline-flex;
    align-items: center;
    padding: 4px 10px;
    border-radius: 999px;
    background: #eff6ff;
    color: #1565c0;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.02em;
}

.uydu-installment--single .uydu-installment__main {
    font-size: 18px;
    font-weight: 800;
    color: #0f172a;
    letter-spacing: -0.02em;
}

.uydu-installment--single .uydu-installment__main small {
    font-size: 12px;
    font-weight: 600;
    color: #64748b;
}

.uydu-installment--single .uydu-installment__note {
    flex: 1 1 100%;
    font-size: 11px;
    color: #94a3b8;
    line-height: 1.4;
}

.woocommerce ul.products li.product .button,
.woocommerce ul.products li.product .add_to_cart_button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% - 20px);
    margin: 0 10px !important;
    padding: 9px 12px;
    min-height: 38px;
    background: #fff7f2;
    color: var(--hb-accent);
    border: 1px solid #ffc9a8;
    text-align: center;
    border-radius: 9px;
    font-weight: 700;
    font-size: 12px;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
    line-height: 1.25;
    box-sizing: border-box;
    box-shadow: none;
}

.woocommerce ul.products li.product .button:hover,
.woocommerce ul.products li.product .add_to_cart_button:hover {
    background: #fff5ef;
    color: var(--hb-accent);
    border-color: #ffc9a8;
    box-shadow: none;
}

.woocommerce ul.products li.product .button.loading,
.woocommerce ul.products li.product .add_to_cart_button.loading {
    opacity: 0.75;
}

.woocommerce ul.products li.product a.button.product_type_variable,
.woocommerce ul.products li.product a.button.product_type_grouped {
    font-size: 11px;
}

/* Eski temanin Site on izleme butonu gizle */
.site-on-izleme,
[class*="izleme"],
.quick-view-button,
.yith-wcqv-button {
    display: none !important;
}

/* ============================================ */
/* WOOCOMMERCE - URUN SAYFASI */
/* ============================================ */
.single-product .product {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 40px;
    background: var(--white);
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 2px 15px rgba(0,0,0,0.08);
    align-items: start;
}

.single-product .woocommerce-product-gallery {
    position: relative;
    opacity: 1 !important;
    min-width: 0;
    width: 100%;
}

.single-product .woocommerce-product-gallery .woocommerce-product-gallery__image:first-child img {
    width: auto;
    max-width: 100%;
    margin: 0 auto;
    border-radius: 10px;
}

.single-product .summary {
    padding: 20px 0;
}

.single-product .product_title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
    color: var(--dark);
}

.single-product .price {
    font-size: 28px;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 20px;
}

.single-product .price del {
    font-size: 18px;
    color: var(--gray);
    font-weight: 400;
}

.single-product .price .uydu-price--first5 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
}

.single-product .price .uydu-price--first5 del {
    display: block;
    font-size: 16px;
    line-height: 1.2;
    color: #94a3b8;
    font-weight: 500;
}

.single-product .price .uydu-price--first5 ins {
    display: block;
    text-decoration: none;
    font-size: 28px;
    font-weight: 800;
    line-height: 1.15;
    color: #0f172a;
    letter-spacing: -0.02em;
}

.single-product .price .uydu-price-first5-note {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    color: #6d28d9;
    background: #f3e8ff;
    border-radius: 999px;
    padding: 3px 10px;
}

@media (max-width: 480px) {
    .uydu-cart-hub__save {
        font-size: 22px !important;
    }
    .single-product .price .uydu-price--first5 ins {
        font-size: 24px;
    }
}

.single-product .quantity {
    margin-bottom: 15px;
}

.single-product .quantity input {
    width: 80px;
    padding: 12px;
    text-align: center;
    border: 2px solid var(--border);
    border-radius: 8px;
    font-size: 16px;
}

.single-product .single_add_to_cart_button {
    width: 100%;
    padding: 15px 30px;
    background: var(--primary);
    color: var(--white);
    border: none;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.3s;
}

.single-product .single_add_to_cart_button:hover {
    background: var(--primary-dark);
}

/* Wishlist gizle */
.single-product .yith-wcwl-add-to-wishlist,
.single-product [class*="wishlist"],
.single-product [class*="istek"] {
    display: none !important;
}

/* ============================================ */
/* WOOCOMMERCE - SEPET */
/* ============================================ */
.woocommerce-cart .shop_table {
    width: 100%;
    background: var(--white);
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 2px 15px rgba(0,0,0,0.08);
}

.woocommerce-cart .shop_table th {
    background: var(--light);
    padding: 15px;
    font-weight: 600;
    text-align: left;
}

.woocommerce-cart .shop_table td {
    padding: 20px 15px;
    border-bottom: 1px solid var(--border);
    vertical-align: middle;
}

.woocommerce-cart .shop_table .product-thumbnail img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    border-radius: 8px;
}

.woocommerce-cart .shop_table .product-name a {
    color: var(--dark);
    font-weight: 600;
}

.woocommerce-cart .shop_table .product-price,
.woocommerce-cart .shop_table .product-subtotal {
    font-weight: 600;
    color: var(--primary);
}

.woocommerce-cart .shop_table .product-remove a {
    color: inherit;
    font-size: inherit;
}

.woocommerce-cart .cart_totals {
    background: var(--white);
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0 2px 15px rgba(0,0,0,0.08);
}

.woocommerce-cart .cart_totals h2 {
    font-size: 20px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid var(--border);
}

.woocommerce-cart .checkout-button {
    display: block;
    width: 100%;
    padding: 18px;
    background: var(--success);
    color: var(--white);
    text-align: center;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 20px;
    transition: background 0.3s;
}

.woocommerce-cart .checkout-button:hover {
    background: #218838;
    color: var(--white);
}

/* ============================================ */
/* WOOCOMMERCE - ODEME */
/* ============================================ */
.woocommerce-checkout .col2-set {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.woocommerce-checkout h3 {
    font-size: 18px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--primary);
}

.woocommerce-checkout .form-row {
    margin-bottom: 15px;
}

.woocommerce-checkout .form-row label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: var(--dark);
}

.woocommerce-checkout .form-row input,
.woocommerce-checkout .form-row select,
.woocommerce-checkout .form-row textarea {
    width: 100%;
    padding: 14px;
    border: 2px solid var(--border);
    border-radius: 8px;
    font-size: 15px;
    transition: border-color 0.3s;
}

.woocommerce-checkout .form-row input:focus,
.woocommerce-checkout .form-row select:focus {
    border-color: var(--primary);
    outline: none;
}

.woocommerce-checkout #place_order {
    width: 100%;
    padding: 18px;
    background: var(--success);
    color: var(--white);
    border: none;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    transition: background 0.3s;
}

.woocommerce-checkout #place_order:hover {
    background: #218838;
}

/* ============================================ */
/* GUVEN BADGELERI */
/* ============================================ */
.trust-badges {
    display: flex;
    justify-content: center;
    gap: 30px;
    padding: 40px 20px;
    background: var(--white);
    flex-wrap: wrap;
}

.trust-badge {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 15px 25px;
    background: var(--light);
    border-radius: 12px;
}

.trust-badge svg {
    width: 40px;
    height: 40px;
    fill: var(--primary);
}

.trust-badge .text {
    font-size: 14px;
    font-weight: 700;
    color: var(--dark);
}

.trust-badge .sub {
    font-size: 12px;
    color: var(--gray);
}

/* ============================================ */
/* WHATSAPP BUTONU */
/* ============================================ */
.whatsapp-float {
    position: fixed;
    bottom: 90px;
    right: 20px;
    z-index: 9999;
}

.whatsapp-float a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: 55px;
    background: #25D366;
    border-radius: 50%;
    box-shadow: 0 4px 15px rgba(37,211,102,0.4);
    transition: transform 0.3s;
}

.whatsapp-float a:hover {
    transform: scale(1.1);
}

.whatsapp-float svg {
    width: 28px;
    height: 28px;
    fill: var(--white);
}

/* ============================= */
/* PREMIUM ROZETLER */
/* ============================= */
.uydu-badge {
    display: inline-block;
    padding: 3px 7px;
    border-radius: 6px;
    font-size: 9px;
    font-weight: 800;
    color: #fff;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    line-height: 1.25;
    box-shadow: 0 2px 6px rgba(15, 23, 42, 0.12);
}
.uydu-badge.sale { background: var(--hb-accent); }
.uydu-badge.new { background: #2e7d32; }
.uydu-badge.oos { background: #757575; }

/* Ciddi indirim — urun karti ust banti */
.products li.product .uydu-hook-ribbon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 14;
    padding: 5px 10px;
    background: linear-gradient(90deg, #b71c1c 0%, #e53935 45%, #c62828 100%);
    color: #fff;
    text-align: center;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    line-height: 1.25;
    pointer-events: none;
    box-shadow: 0 2px 10px rgba(183, 28, 28, 0.28);
}

.products li.product .uydu-hook-ribbon span {
    display: block;
}

.products li.product:has(.uydu-hook-ribbon) .uydu-badges-wrap {
    top: 34px;
    max-width: calc(100% - 16px);
}

.products li.product:has(.uydu-hook-ribbon) .uydu-badge.sale {
    display: none;
}

/* Ilk siparis %5 — kose banti (eski, geriye donuk) */
.uydu-coupon-ribbon {
    position: absolute;
    top: 14px;
    right: -36px;
    z-index: 18;
    width: 132px;
    padding: 8px 0 7px;
    transform: rotate(45deg);
    background: linear-gradient(135deg, #9333ea 0%, #6d28d9 55%, #5b21b6 100%);
    color: #fff;
    text-align: center;
    box-shadow: 0 6px 16px rgba(91, 33, 182, 0.42);
    pointer-events: none;
    line-height: 1.05;
}

.uydu-coupon-ribbon::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.22) 0%, transparent 48%);
    pointer-events: none;
}

.uydu-coupon-ribbon__pct {
    display: block;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.04em;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.18);
}

.uydu-coupon-ribbon__sub {
    display: block;
    margin-top: 1px;
    font-size: 8px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    opacity: 0.95;
}

/* Mobil-guvenli kose rozeti */
.uydu-coupon-chip {
    position: absolute;
    top: 8px;
    left: 8px;
    z-index: 18;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 36px;
    height: 24px;
    padding: 0 8px;
    border-radius: 999px;
    background: #6d28d9;
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.02em;
    box-shadow: 0 2px 8px rgba(109, 40, 217, 0.35);
    pointer-events: none;
    line-height: 1;
}

.uydu-coupon-chip__pct {
    display: block;
}

@media (max-width: 480px) {
    .uydu-coupon-chip {
        top: 6px;
        left: 6px;
        min-width: 32px;
        height: 22px;
        padding: 0 7px;
        font-size: 10px;
    }
}

/* ============================================ */
/* HERO — premium anasayfa banner */
/* ============================================ */
.hero-section {
    margin: 24px 0 32px;
}

.hero-banner {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    background: linear-gradient(135deg, #1565C0 0%, #0f172a 72%);
    color: #fff;
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.18);
}

.hero-banner__grid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    flex-wrap: wrap;
    padding: 40px 36px;
    position: relative;
    z-index: 2;
}

.hero-banner__content {
    flex: 1 1 320px;
    min-width: 0;
}

.hero-banner__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 14px;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.14);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.02em;
}

.hero-banner__title {
    margin: 0 0 12px;
    font-size: clamp(28px, 4vw, 38px);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.02em;
}

.hero-banner__sub {
    margin: 0 0 22px;
    font-size: 16px;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.88);
    max-width: 520px;
}

.hero-banner__trust {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
    margin: 0 0 24px;
    padding: 0;
    list-style: none;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.82);
}

.hero-banner__trust li {
    display: flex;
    align-items: center;
    gap: 6px;
}

.hero-banner__actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px 18px;
}

.hero-banner__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 28px;
    border-radius: 12px;
    background: var(--hb-accent);
    color: #fff !important;
    font-size: 15px;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 8px 24px rgba(255, 96, 0, 0.35);
    transition: transform 0.2s ease, background 0.2s ease;
}

.hero-banner__cta:hover {
    background: var(--hb-accent-dark);
    color: #fff !important;
    transform: translateY(-1px);
}

.hero-banner__link {
    color: rgba(255, 255, 255, 0.92) !important;
    font-size: 14px;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.hero-banner__link:hover {
    color: #fff !important;
}

.hero-banner__products {
    flex: 0 1 300px;
    min-width: 260px;
}

.hero-products-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    width: 100%;
    max-width: 300px;
}

.hero-product-card {
    position: relative;
    width: 100%;
    background: #fff;
    border-radius: 16px;
    padding: 12px;
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.2);
    transition: box-shadow 0.2s ease, border-color 0.2s ease;
    text-decoration: none;
    color: inherit;
    min-width: 0;
}

.hero-product-card:hover {
    box-shadow: 0 14px 36px rgba(15, 23, 42, 0.22);
}

.hero-product-card .inner {
    text-align: center;
}

.hero-product-card img {
    width: 100%;
    height: 80px;
    object-fit: contain;
    display: block;
    margin: 0 auto 8px;
}

.hero-product-card .product-name {
    font-size: 10px;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.3;
    min-height: 26px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.hero-product-card .product-price {
    font-size: 12px;
    font-weight: 800;
    color: var(--primary-dark);
    margin-top: 4px;
}

.hero-banner__orb {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.hero-banner__orb--1 {
    top: -60px;
    right: -40px;
    width: 220px;
    height: 220px;
    background: rgba(255, 255, 255, 0.06);
}

.hero-banner__orb--2 {
    bottom: -80px;
    left: -60px;
    width: 260px;
    height: 260px;
    background: rgba(33, 150, 243, 0.12);
}

.hero-section .cta-btn {
    display: inline-block;
    background: #fff;
    color: var(--primary);
    padding: 12px 20px;
    border-radius: 10px;
    font-weight: 700;
    margin: 6px;
}

/* ============================================ */
/* STORY VITRINI — anasayfa halkalar */
/* ============================================ */
.uydu-stories {
    margin: 8px 0 36px;
    max-width: 100%;
    overflow-x: clip;
}

.uydu-stories__head {
    text-align: center;
    margin-bottom: 18px;
}

.uydu-stories__eyebrow {
    margin: 0 0 6px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #2196f3;
}

.uydu-stories__title {
    margin: 0;
    font-size: 22px;
    font-weight: 800;
    color: #0f172a;
}

.uydu-stories__scroller {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding: 4px 2px 8px;
    max-width: 100%;
    overscroll-behavior-x: contain;
}

.uydu-stories__scroller::-webkit-scrollbar {
    display: none;
}

.uydu-stories__track {
    display: flex;
    gap: 16px;
    min-width: min-content;
    padding: 0 4px;
    justify-content: safe center;
}

.uydu-story-ring {
    appearance: none;
    border: 0;
    background: transparent;
    padding: 0;
    width: 84px;
    flex: 0 0 auto;
    cursor: pointer;
    text-align: center;
}

.uydu-story-ring__gradient {
    display: block;
    width: 72px;
    height: 72px;
    margin: 0 auto 8px;
    padding: 3px;
    border-radius: 50%;
    box-sizing: border-box;
}

.uydu-story-ring__gradient--sunset {
    background: linear-gradient(135deg, #f09433, #e6683c, #dc2743, #bc1888);
}

.uydu-story-ring__gradient--fire {
    background: linear-gradient(135deg, #ff512f, #f09819);
}

.uydu-story-ring__gradient--ocean {
    background: linear-gradient(135deg, #2196f3, #21cbf3, #6366f1);
}

.uydu-story-ring__gradient--gold {
    background: linear-gradient(135deg, #f7971e, #ffd200);
}

.uydu-story-ring__gradient--tech {
    background: linear-gradient(135deg, #1565c0, #0f172a);
}

.uydu-story-ring__gradient--violet {
    background: linear-gradient(135deg, #7c3aed, #db2777);
}

.uydu-story-ring.is-seen .uydu-story-ring__gradient {
    background: #cbd5e1;
}

.uydu-story-ring__thumb {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #fff;
    background: #f8fafc;
    box-sizing: border-box;
}

.uydu-story-ring__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.uydu-story-ring__label {
    display: block;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.25;
    color: #334155;
    max-width: 84px;
    margin: 0 auto;
}

.uydu-story-ring:focus-visible {
    outline: 2px solid #2196f3;
    outline-offset: 4px;
    border-radius: 12px;
}

/* Story viewer modal */
body.uydu-story-open {
    overflow: hidden;
}

body.uydu-story-open #cookie-box,
body.uydu-story-open #page-loader {
    display: none !important;
}

.uydu-story-viewer {
    position: fixed;
    inset: 0;
    z-index: 10000001;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
}

.uydu-story-viewer[hidden] {
    display: none !important;
}

.uydu-story-viewer__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, 0.88);
    backdrop-filter: blur(4px);
}

.uydu-story-viewer__panel {
    position: relative;
    z-index: 2;
    width: min(100%, 420px);
    max-height: min(92vh, 760px);
    border-radius: 20px;
    overflow: hidden;
    background: #0f172a;
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.45);
    display: flex;
    flex-direction: column;
}

.uydu-story-viewer__top {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 4;
    padding: 12px 12px 0;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.85), transparent);
}

.uydu-story-viewer__progress {
    display: flex;
    gap: 4px;
    margin-bottom: 10px;
}

.uydu-story-viewer__bar {
    flex: 1;
    height: 3px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.28);
    overflow: hidden;
}

.uydu-story-viewer__bar.is-done {
    background: #fff;
}

.uydu-story-viewer__bar.is-active::after {
    content: '';
    display: block;
    height: 100%;
    width: 0;
    background: #fff;
    animation: uyduStoryProgress var(--uydu-story-ms, 4.5s) linear forwards;
}

@keyframes uyduStoryProgress {
    from { width: 0; }
    to { width: 100%; }
}

.uydu-story-viewer__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.uydu-story-viewer__collection {
    font-size: 13px;
    font-weight: 700;
    color: #fff;
}

.uydu-story-viewer__close {
    appearance: none;
    border: 0;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
}

.uydu-story-viewer__stage {
    position: relative;
    flex: 1 1 auto;
    min-height: 420px;
    background: #111827;
}

.uydu-story-viewer__slide {
    position: absolute;
    inset: 0;
}

.uydu-story-viewer__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.uydu-story-viewer__badge {
    position: absolute;
    top: 72px;
    left: 14px;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(239, 68, 68, 0.92);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
}

.uydu-story-viewer__tap {
    position: absolute;
    top: 56px;
    bottom: 0;
    width: 38%;
    border: 0;
    background: transparent;
    cursor: pointer;
    z-index: 3;
}

.uydu-story-viewer__tap--prev { left: 0; }
.uydu-story-viewer__tap--next { right: 0; }

.uydu-story-viewer__footer {
    padding: 16px;
    background: linear-gradient(180deg, transparent, rgba(15, 23, 42, 0.95) 20%, #0f172a);
    margin-top: -80px;
    position: relative;
    z-index: 3;
}

.uydu-story-viewer__name {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    line-height: 1.35;
    margin-bottom: 4px;
}

.uydu-story-viewer__price {
    font-size: 18px;
    font-weight: 800;
    color: #60a5fa;
    margin-bottom: 12px;
    line-height: 1.4;
}

.uydu-story-viewer__actions {
    display: flex;
    gap: 10px;
    align-items: center;
}

.uydu-story-viewer__cta {
    flex: 1;
    text-align: center;
    padding: 12px 16px;
    border-radius: 12px;
    background: #2196f3;
    color: #fff !important;
    font-weight: 700;
    text-decoration: none !important;
}

.uydu-story-viewer__all {
    flex-shrink: 0;
    color: rgba(255, 255, 255, 0.82) !important;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none !important;
    white-space: nowrap;
}

@media (max-width: 768px) {
    .uydu-stories {
        margin-top: 0;
    }

    .uydu-stories__track {
        justify-content: flex-start;
        padding: 0 8px;
    }

    .uydu-story-viewer {
        padding: 10px 12px calc(68px + env(safe-area-inset-bottom, 0px));
        align-items: center;
        justify-content: center;
    }

    .uydu-story-viewer__panel {
        width: 100%;
        max-width: 340px;
        height: auto;
        max-height: calc(100dvh - 88px);
        border-radius: 18px;
        flex: 0 0 auto;
    }

    .uydu-story-viewer__top {
        padding: 10px 10px 0;
    }

    .uydu-story-viewer__stage {
        flex: 0 0 auto;
        min-height: 0;
        height: min(58vw, 240px);
        max-height: 240px;
    }

    .uydu-story-viewer__image {
        object-fit: contain;
        background: #1e293b;
        padding: 10px;
        box-sizing: border-box;
    }

    .uydu-story-viewer__badge {
        top: 52px;
        left: 10px;
        padding: 4px 8px;
        font-size: 11px;
    }

    .uydu-story-viewer__tap {
        top: 48px;
    }

    .uydu-story-viewer__footer {
        margin-top: 0;
        padding: 12px 14px 14px;
        background: #0f172a;
    }

    .uydu-story-viewer__name {
        font-size: 13px;
        line-height: 1.35;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .uydu-story-viewer__price {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .uydu-story-viewer__actions {
        flex-direction: column;
        align-items: stretch;
    }

    .uydu-story-viewer__cta {
        padding: 11px 14px;
        font-size: 14px;
    }

    .uydu-story-viewer__all {
        text-align: center;
        font-size: 12px;
    }

    .uydu-story-viewer__close {
        width: 30px;
        height: 30px;
        font-size: 20px;
    }
}

@media (max-width: 380px) {
    .uydu-story-viewer__panel {
        max-width: 100%;
    }

    .uydu-story-viewer__stage {
        height: min(54vw, 210px);
        max-height: 210px;
    }
}

/* Anasayfa bolum basliklari (sadece section basligi, urun adi degil) */
.home-products > h2,
.home-categories > h2 {
    font-weight: 700;
    color: #1f2937;
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
    width: 100%;
    text-align: center;
}
.home-products > h2::after,
.home-categories > h2::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 80px;
    height: 3px;
    background: var(--primary);
    border-radius: 2px;
}

.uydu-home-section__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 24px;
}

.uydu-home-section__title {
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    color: #1f2937;
    position: relative;
    padding-bottom: 10px;
}

.uydu-home-section__head .uydu-home-section__title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 56px;
    height: 3px;
    background: var(--primary);
    border-radius: 2px;
}

.uydu-home-section__link {
    font-size: 14px;
    font-weight: 600;
    color: var(--primary);
    text-decoration: none;
    white-space: nowrap;
}

.uydu-home-section__link:hover {
    text-decoration: underline;
}

.uydu-home-section--trend .uydu-home-section__title::before {
    content: '🔥 ';
}

/* Urun kart basliginda mavi cizgi olmasin */
.woocommerce ul.products li.product h2.woocommerce-loop-product__title {
    position: static !important;
    display: -webkit-box !important;
    width: 100% !important;
    text-align: left !important;
}
.woocommerce ul.products li.product h2.woocommerce-loop-product__title::after {
    display: none !important;
    content: none !important;
}

/* Kategori grid */
.kategori-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

.kategori-grid--popular {
    grid-template-columns: repeat(6, 1fr);
}

@media (max-width: 1200px) {
    .kategori-grid--popular {
        grid-template-columns: repeat(3, 1fr);
    }
}

.kategori-card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    padding: 3px;
    border-radius: 18px;
    text-decoration: none;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    box-shadow: 0 2px 10px rgba(15, 23, 42, 0.06);
    background-size: 200% 200%;
}

.kategori-card--android { background: linear-gradient(135deg, #667eea, #764ba2); }
.kategori-card--android-uydu { background: linear-gradient(135deg, #667eea, #f5576c); }
.kategori-card--uydu { background: linear-gradient(135deg, #f093fb, #f5576c); }
.kategori-card--kulaklik { background: linear-gradient(135deg, #a855f7, #6366f1); }
.kategori-card--saat { background: linear-gradient(135deg, #0ea5e9, #2563eb); }
.kategori-card--vantilator { background: linear-gradient(135deg, #06b6d4, #0891b2); }
.kategori-card--sarj { background: linear-gradient(135deg, #f59e0b, #ef4444); }
.kategori-card--telefon { background: linear-gradient(135deg, #10b981, #059669); }
.kategori-card--lamba { background: linear-gradient(135deg, #4facfe, #00f2fe); }
.kategori-card--ev { background: linear-gradient(135deg, #11998e, #38ef7d); }
.kategori-card--kisisel { background: linear-gradient(135deg, #fa709a, #fee140); }

.kategori-card__inner {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 15px;
    padding: 20px 15px;
    text-align: center;
    min-height: 100%;
    box-sizing: border-box;
}

.kategori-card__icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 12px;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.1);
}

.kategori-card--android .kategori-card__icon { background: linear-gradient(135deg, #667eea, #764ba2); }
.kategori-card--android-uydu .kategori-card__icon { background: linear-gradient(135deg, #667eea, #f5576c); }
.kategori-card--uydu .kategori-card__icon { background: linear-gradient(135deg, #f093fb, #f5576c); }
.kategori-card--kulaklik .kategori-card__icon { background: linear-gradient(135deg, #a855f7, #6366f1); }
.kategori-card--saat .kategori-card__icon { background: linear-gradient(135deg, #0ea5e9, #2563eb); }
.kategori-card--vantilator .kategori-card__icon { background: linear-gradient(135deg, #06b6d4, #0891b2); }
.kategori-card--sarj .kategori-card__icon { background: linear-gradient(135deg, #f59e0b, #ef4444); }
.kategori-card--telefon .kategori-card__icon { background: linear-gradient(135deg, #10b981, #059669); }
.kategori-card--lamba .kategori-card__icon { background: linear-gradient(135deg, #4facfe, #00f2fe); }
.kategori-card--ev .kategori-card__icon { background: linear-gradient(135deg, #11998e, #38ef7d); }
.kategori-card--kisisel .kategori-card__icon { background: linear-gradient(135deg, #fa709a, #fee140); }

.kategori-card__count {
    margin-top: 6px;
    font-size: 11px;
    font-weight: 600;
    color: #64748b;
}

.kategori-card__name {
    font-weight: 700;
    color: #0f172a;
    font-size: 14px;
    line-height: 1.3;
}

@media (min-width: 769px) {
    .kategori-card:hover {
        box-shadow: 0 6px 18px rgba(15, 23, 42, 0.1);
        border-color: #d6dee8;
    }
}

/* Urun karti rozetleri */
.uydu-badges-wrap {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 12;
    display: flex;
    gap: 4px;
    flex-wrap: wrap;
    max-width: calc(100% - 20px);
}
.woocommerce span.onsale,
.yith-wcbm-badge,
.yith-wcbm-badge-custom,
.badges-wrapper {
    display: none !important;
}

/* AJAX arama */
.header-search {
    position: relative;
}
.ajax-search-results {
    position: fixed;
    left: 0;
    right: auto;
    width: min(560px, calc(100vw - 24px));
    background: var(--white);
    border-radius: 0 0 12px 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    max-height: min(400px, calc(100vh - 120px));
    overflow-y: auto;
    z-index: 100070;
    display: none;
}
.ajax-search-results.show {
    display: block;
}
.ajax-search-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 12px 15px;
    border-bottom: 1px solid var(--border);
    text-decoration: none;
    color: var(--dark);
}
.ajax-search-item:hover {
    background: var(--light);
}
.ajax-search-item img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    border-radius: 6px;
    background: #f5f5f5;
}
.ajax-search-item .title {
    font-weight: 600;
    font-size: 13px;
}
.ajax-search-item .price {
    color: var(--primary);
    font-weight: 700;
    font-size: 14px;
}

/* Duyuru bandi */
@keyframes scroll-left {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* Tek urun sayfasi duzeni */
.single-product div.product {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 30px;
    background: var(--white);
    padding: 25px;
    border-radius: 15px;
    margin: 20px auto;
    max-width: 1200px;
    align-items: start;
}

.single-product .woocommerce-product-gallery {
    width: 100%;
    min-width: 0;
    float: none !important;
    opacity: 1 !important;
}

.single-product div.product > .woocommerce-tabs,
.single-product div.product > .related.products,
.single-product div.product > .upsells.products {
    grid-column: 1 / -1;
    width: 100%;
}

.single-product .summary {
    flex: 1;
    min-width: 0;
    float: none !important;
    width: auto !important;
}
.single-product .related.products ul.products,
.single-product .upsells.products ul.products {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

@media (max-width: 992px) {
    .single-product .related.products ul.products,
    .single-product .upsells.products ul.products {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 768px) {
    .single-product div.product > .related.products,
    .single-product div.product > .upsells.products {
        overflow: visible;
        min-width: 0;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .single-product div.product > .woocommerce-tabs {
        overflow: visible !important;
        min-width: 0 !important;
        width: 100% !important;
    }

    body.single-product .container {
        padding-left: 10px !important;
        padding-right: 10px !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }

    .single-product .related.products,
    .single-product .upsells.products {
        margin-top: 28px;
        padding-bottom: 4px;
    }

    .single-product .related.products > h2,
    .single-product .upsells.products > h2 {
        font-size: 18px;
        text-align: left;
        margin-bottom: 14px;
    }

    .single-product .related.products ul.products,
    .single-product .upsells.products ul.products {
        display: flex !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        -webkit-overflow-scrolling: touch;
        overscroll-behavior-x: contain;
        touch-action: pan-x;
        scroll-snap-type: x proximity;
        gap: 10px !important;
        grid-template-columns: none !important;
        padding: 2px 2px 12px !important;
        margin-bottom: 24px !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    .single-product .related.products ul.products li.product,
    .single-product .upsells.products ul.products li.product {
        flex: 0 0 46% !important;
        max-width: 46% !important;
        width: 46% !important;
        min-height: 0 !important;
        scroll-snap-align: start;
        touch-action: pan-x;
    }

    .single-product .related.products ul.products li.product a img,
    .single-product .upsells.products ul.products li.product a img {
        height: 120px;
    }
}

/* ============================================ */
/* MOBIL RESPONSIVE */
/* ============================================ */
@media (max-width: 992px) {
    .woocommerce ul.products,
    .home-products ul.products {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .site-header .main-nav {
        display: none !important;
    }

    .mobile-cat-nav {
        display: block !important;
    }
    
    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .single-product .product {
        grid-template-columns: 1fr;
    }
    
    .woocommerce-checkout .col2-set {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    /* Mobil menu goster */
    .mobile-menu {
        display: block;
    }

    .main-nav {
        display: none !important;
    }

    .mobile-cat-nav {
        display: block !important;
    }
    
    /* Footer margin — alt menu icin bosluk */
    .site-footer {
        margin-bottom: calc(72px + env(safe-area-inset-bottom, 0px));
    }

    .container {
        padding: 0 12px;
    }

    .home-products,
    .home-products .woocommerce {
        max-width: 100%;
        overflow: hidden;
    }
    
    /* Header */
    .header-main {
        padding: 12px 0 14px;
    }

    .header-main__inner {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        grid-template-areas:
            "logo icons"
            "search search";
        align-items: center;
        gap: 8px 10px;
    }

    .site-logo {
        grid-area: logo;
        min-width: 0;
        max-width: 100%;
        overflow: hidden;
    }

    .site-logo .custom-logo-link,
    .site-logo > a {
        display: flex;
        max-width: 100%;
    }

    .header-icons {
        grid-area: icons;
        gap: 2px;
        flex-shrink: 0;
    }

    .header-search {
        grid-area: search;
        order: unset;
        max-width: 100%;
        width: 100%;
    }

    .header-icon {
        padding: 8px;
        gap: 0;
        min-width: 40px;
        justify-content: center;
    }

    .header-icon__label {
        display: none;
    }

    /* Hero banner mobil */
    .hero-banner__grid {
        padding: 28px 18px;
        flex-direction: column;
        text-align: center;
    }

    .hero-banner__content {
        text-align: center;
    }

    .hero-banner__sub {
        margin-left: auto;
        margin-right: auto;
        font-size: 14px;
    }

    .hero-banner__trust {
        justify-content: center;
        font-size: 12px;
    }

    .hero-banner__actions {
        justify-content: center;
    }

    .hero-banner__products {
        width: 100%;
        max-width: 100%;
    }

    .hero-products-row {
        display: flex !important;
        grid-template-columns: none !important;
        flex-wrap: nowrap !important;
        justify-content: flex-start !important;
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch;
        gap: 12px !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        padding: 4px 2px 10px !important;
        scroll-snap-type: x mandatory;
    }

    .hero-product-card {
        flex: 0 0 130px !important;
        width: 130px !important;
        scroll-snap-align: start;
    }

    /* Kategoriler yatay kaydirma */
    .home-categories {
        overflow: visible;
    }

    .kategori-grid {
        display: flex !important;
        flex-wrap: nowrap !important;
        align-items: flex-start !important;
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch;
        gap: 12px !important;
        padding: 0 2px 8px !important;
        scroll-snap-type: x mandatory;
        grid-template-columns: none !important;
    }

    .kategori-grid .kategori-card {
        flex: 0 0 130px !important;
        scroll-snap-align: start;
        box-shadow: none !important;
    }

    .kategori-card__inner {
        padding: 16px 10px;
    }

    .kategori-card__icon {
        width: 58px;
        height: 58px;
        margin-bottom: 10px;
        box-shadow: none;
    }

    .kategori-card__icon svg {
        width: 30px;
        height: 30px;
    }

    .kategori-card__name {
        font-size: 12px;
    }
    
    /* Urunler */
    .woocommerce ul.products,
    .home-products ul.products {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 8px !important;
    }
    
    .woocommerce ul.products li.product,
    .home-products ul.products li.product {
        min-height: 0;
    }

    .woocommerce ul.products li.product a img {
        width: 100%;
        margin: 0;
        padding: 0;
        aspect-ratio: 1 / 1;
        height: auto;
        box-sizing: border-box;
    }

    .woocommerce ul.products li.product .woocommerce-loop-product__title {
        font-size: 11px;
        padding: 8px 10px 0;
        min-height: 2.5em;
        -webkit-line-clamp: 2;
    }

    .uydu-product-card__foot {
        gap: 4px;
        padding: 6px 0 8px;
    }

    .woocommerce ul.products li.product .price {
        font-size: 15px;
        padding: 0 10px;
    }

    .woocommerce ul.products li.product .button,
    .woocommerce ul.products li.product .add_to_cart_button {
        width: calc(100% - 16px) !important;
        margin: 0 8px !important;
        padding: 8px 8px;
        min-height: 34px;
        font-size: 11px;
        border-radius: 8px;
        box-sizing: border-box;
    }

    .woocommerce ul.products li.product:hover {
        box-shadow: 0 3px 12px rgba(15, 23, 42, 0.06);
    }
    
    /* Urun Sayfasi */
    .single-product .product {
        padding: 15px;
        gap: 20px;
    }
    
    .single-product .product_title {
        font-size: 18px;
    }
    
    .single-product .price {
        font-size: 22px;
    }
    
    .single-product .single_add_to_cart_button {
        padding: 14px;
        font-size: 15px;
    }
    
    /* Sepet */
    .woocommerce-cart .shop_table thead {
        display: none;
    }
    
    .woocommerce-cart .shop_table tbody tr {
        display: block;
        background: var(--white);
        margin-bottom: 15px;
        border-radius: 12px;
        padding: 15px;
        box-shadow: 0 2px 10px rgba(0,0,0,0.08);
        position: relative;
    }
    
    .woocommerce-cart .shop_table tbody td {
        display: block;
        padding: 8px 0;
        border: none;
        text-align: left;
    }
    
    .woocommerce-cart .shop_table .product-thumbnail {
        text-align: center;
        margin-bottom: 10px;
    }
    
    .woocommerce-cart .shop_table .product-thumbnail img {
        width: 100px;
        height: 100px;
    }
    
    .woocommerce-cart .shop_table .product-name {
        text-align: center;
        padding-bottom: 10px;
        border-bottom: 1px solid var(--border);
    }
    
    .woocommerce-cart .shop_table .product-price,
    .woocommerce-cart .shop_table .product-quantity,
    .woocommerce-cart .shop_table .product-subtotal {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    .woocommerce-cart .shop_table .product-price:before {
        content: "Birim Fiyat:";
        font-weight: 600;
        color: var(--gray);
    }
    
    .woocommerce-cart .shop_table .product-quantity:before {
        content: "Adet:";
        font-weight: 600;
        color: var(--gray);
    }
    
    .woocommerce-cart .shop_table .product-subtotal:before {
        content: "Toplam:";
        font-weight: 600;
        color: var(--gray);
    }
    
    .woocommerce-cart .shop_table .product-remove {
        position: static;
        top: auto;
        right: auto;
    }
    
    .woocommerce-cart .cart_totals {
        padding: 20px;
    }
    
    /* Odeme */
    .woocommerce-checkout .form-row-first,
    .woocommerce-checkout .form-row-last {
        width: 100%;
        float: none;
    }
    
    /* Footer */
    .footer-grid {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    /* Trust Badges */
    .trust-badges {
        gap: 15px;
        padding: 25px 15px;
    }
    
    .trust-badge {
        flex: 0 0 calc(50% - 10px);
        padding: 12px;
    }
    
    .trust-badge svg {
        width: 30px;
        height: 30px;
    }
    
    .trust-badge .text {
        font-size: 12px;
    }
    
    /* WhatsApp */
    .whatsapp-float {
        bottom: 80px;
        right: 15px;
    }
    
    .whatsapp-float a {
        width: 50px;
        height: 50px;
    }
}

@media (max-width: 480px) {
    .trust-badge {
        flex: 0 0 100%;
    }
    
    .woocommerce ul.products li.product a img {
        width: 100%;
        padding: 0;
    }
}

/* Iade sayfasi */
.uydu-return-page {
    max-width: 900px;
    margin: 40px auto;
    padding: 0 20px;
}

.uydu-return-card {
    background: var(--white);
    border-radius: 16px;
    padding: 40px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.uydu-return-title {
    text-align: center;
    margin: 0 0 30px;
    font-size: 28px;
    color: #333;
}

.uydu-return-highlight {
    background: linear-gradient(135deg, #667eea, #764ba2);
    color: var(--white);
    padding: 20px;
    border-radius: 12px;
    margin-bottom: 30px;
    text-align: center;
}

.uydu-return-highlight p {
    margin: 0;
    font-size: 16px;
}

.uydu-return-notice {
    padding: 14px 18px;
    border-radius: 10px;
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 1.5;
}

.uydu-return-notice--success {
    background: #d4edda;
    border: 1px solid #28a745;
    color: #155724;
}

.uydu-return-notice--error {
    background: #f8d7da;
    border: 1px solid #dc3545;
    color: #721c24;
}

.uydu-return-section {
    margin-bottom: 30px;
}

.uydu-return-section h2 {
    color: #667eea;
    font-size: 20px;
    margin: 0 0 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid #f0f0f0;
}

.uydu-return-section p,
.uydu-return-policy-list,
.uydu-return-list {
    line-height: 1.8;
    color: #555;
}

.uydu-return-list,
.uydu-return-policy-list {
    padding-left: 20px;
}

.uydu-return-policy-list li {
    margin-bottom: 12px;
}

.uydu-return-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 16px;
    margin-top: 16px;
}

.uydu-return-step {
    background: #f8f9fa;
    padding: 20px 16px;
    border-radius: 12px;
    text-align: center;
}

.uydu-return-step-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background: linear-gradient(135deg, #667eea, #764ba2);
    color: var(--white);
    border-radius: 50%;
    font-weight: 700;
    margin-bottom: 12px;
}

.uydu-return-step h4 {
    margin: 0 0 8px;
    color: #333;
    font-size: 15px;
}

.uydu-return-step p {
    margin: 0;
    font-size: 13px;
    color: #666;
    line-height: 1.5;
}

.uydu-return-address-card {
    background: #f0f7ff;
    border: 1px solid #cfe2ff;
    border-radius: 12px;
    padding: 20px;
    margin-top: 12px;
}

.uydu-return-address-card p {
    margin: 0 0 8px;
    color: #333;
}

.uydu-return-note {
    font-size: 13px !important;
    color: #666 !important;
    margin-top: 12px !important;
}

.uydu-return-form-intro {
    margin-bottom: 20px;
}

.uydu-return-form {
    background: #fafbfc;
    border: 1px solid #e8ecf1;
    border-radius: 14px;
    padding: 24px;
}

.uydu-return-form-row {
    margin-bottom: 16px;
}

.uydu-return-form-row label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #484848;
    margin-bottom: 6px;
}

.uydu-return-form-row input,
.uydu-return-form-row select,
.uydu-return-form-row textarea {
    width: 100%;
    padding: 12px 14px;
    border: 2px solid #e8ecf1;
    border-radius: 10px;
    font-size: 14px;
    font-family: inherit;
    background: var(--white);
    box-sizing: border-box;
}

.uydu-return-form-row input:focus,
.uydu-return-form-row select:focus,
.uydu-return-form-row textarea:focus {
    outline: none;
    border-color: var(--primary);
    box-shadow: 0 0 0 3px rgba(33, 150, 243, 0.12);
}

.uydu-return-form-row--half {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.uydu-return-form-legal {
    font-size: 12px;
    color: #666;
    line-height: 1.5;
    margin: 0 0 16px;
}

.uydu-return-submit {
    display: inline-block;
    width: 100%;
    padding: 14px 24px;
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    color: var(--white);
    border: none;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.uydu-return-submit:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 14px rgba(33, 150, 243, 0.35);
}

.uydu-return-quick-contact {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 16px;
}

.uydu-return-wa,
.uydu-return-mail {
    flex: 1;
    min-width: 140px;
    text-align: center;
    padding: 12px 16px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
}

.uydu-return-wa {
    background: #25d366;
    color: var(--white) !important;
}

.uydu-return-mail {
    background: var(--white);
    color: var(--primary) !important;
    border: 2px solid var(--primary);
}

.uydu-return-contact {
    background: #f8f9fa;
    padding: 25px;
    border-radius: 12px;
}

.uydu-return-contact h2 {
    border-bottom: none;
    padding-bottom: 0;
}

.uydu-return-updated {
    text-align: center;
    margin-top: 30px;
    color: #999;
    font-size: 13px;
}

.uydu-account-return-box {
    background: #f0f7ff;
    border: 1px solid #cfe2ff;
    border-radius: 12px;
    padding: 16px 20px;
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 1.6;
}

.uydu-account-return-box a {
    font-weight: 700;
}

@media (max-width: 768px) {
    .uydu-return-card {
        padding: 24px 18px;
    }

    .uydu-return-form-row--half {
        grid-template-columns: 1fr;
    }
}

/* ETBIS resmi rozet */
.uydu-etbis-widget {
    display: inline-block;
    line-height: 0;
}
.uydu-etbis-widget a {
    display: inline-block;
}
.uydu-etbis-widget img {
    width: 100px;
    height: auto;
    max-width: 100%;
    border: 0;
}

/* Kargo takip — müşteri sipariş detayı ve hesap listesi */
.uydu-order-tracking {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    margin: 24px 0;
    padding: 20px;
    background: #f0f7ff;
    border: 1px solid #cfe2ff;
    border-radius: 12px;
}

.uydu-order-tracking__icon {
    font-size: 28px;
    line-height: 1;
}

.uydu-order-tracking__title {
    margin: 0 0 8px;
    font-size: 18px;
}

.uydu-order-tracking__carrier,
.uydu-order-tracking__number,
.uydu-order-tracking__pending {
    margin: 0 0 8px;
    font-size: 14px;
    line-height: 1.5;
}

.uydu-order-tracking__code {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    letter-spacing: 0.02em;
}

.uydu-order-tracking__cta {
    display: inline-block;
    margin-top: 4px;
    font-weight: 700;
    color: #1565c0;
    text-decoration: none;
}

.uydu-orders-tracking__code {
    display: inline-block;
    margin-bottom: 4px;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    font-size: 13px;
    font-weight: 700;
}

.uydu-orders-tracking--pending {
    color: #1565c0;
    font-weight: 600;
}

.uydu-orders-tracking--link {
    font-weight: 700;
    color: #1565c0;
    text-decoration: none;
}

/* === Anasayfa vitrin banner === */
.uydu-home-vitrin {
    padding-bottom: 24px;
}

.uydu-home-hybrid {
    padding-bottom: 4px;
}

.uydu-home-hybrid + .uydu-home-classic {
    margin-top: 0;
}

.uydu-home-classic .hero-section {
    margin-top: 0;
}

.uydu-vitrin-hero {
    position: relative;
    margin: 0 0 20px;
    border-radius: 20px;
    overflow: hidden;
    color: #fff;
    background: linear-gradient(135deg, #e65100 0%, #ff6d00 28%, #ff9800 58%, #ffb74d 100%);
    box-shadow: 0 12px 40px rgba(230, 81, 0, 0.28);
}

.uydu-vitrin-hero--pro {
    min-height: 320px;
}

/* Premium mağaza vitrini — açık zemin, 4’lü raf, markaya uygun seçki */
.uydu-home-vitrin-top {
    margin: 0 0 20px;
}

.uydu-vitrin-hero--maison {
    position: relative;
    margin: 0;
    border-radius: 0;
    overflow: hidden;
    color: #0f172a;
    min-height: 0;
    background:
        linear-gradient(180deg, #f5f7fb 0%, #eef2f7 100%);
    box-shadow: none;
    border: 0;
    border-bottom: 1px solid #e2e8f0;
}

.uydu-vitrin-hero--maison .uydu-vitrin-hero__stage {
    position: relative;
    z-index: 1;
    width: min(1180px, calc(100% - 32px));
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 20px 0 22px;
    box-sizing: border-box;
    overflow: hidden;
}

.uydu-vitrin-hero--maison .uydu-vitrin-hero__bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px 28px;
}

.uydu-vitrin-hero--maison .uydu-vitrin-hero__bar-copy {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
}

.uydu-vitrin-hero--maison .uydu-vitrin-hero__shelf-label {
    margin: 0;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #8a7340;
}

.uydu-vitrin-hero--maison .uydu-vitrin-hero__title {
    margin: 0;
    font-family: var(--font-display);
    font-size: clamp(1.15rem, 2.2vw, 1.45rem);
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -0.02em;
    color: #0f172a;
    max-width: 28ch;
}

.uydu-vitrin-hero--maison .uydu-vitrin-hero__sub {
    margin: 2px 0 0;
    font-size: 13px;
    font-weight: 500;
    color: #64748b;
    line-height: 1.35;
}

.uydu-vitrin-hero--maison .uydu-vitrin-hero__promo {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}

.uydu-vitrin-hero--maison .uydu-vitrin-hero__promo-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 650;
    line-height: 1.2;
}

.uydu-vitrin-hero--maison .uydu-vitrin-hero__promo-chip--ship {
    background: #fff7ed;
    color: #c2410c;
    border: 1px solid #fed7aa;
}

.uydu-vitrin-hero--maison .uydu-vitrin-hero__promo-chip--coupon {
    background: #eff6ff;
    color: #1e40af;
    border: 1px solid #bfdbfe;
}

.uydu-vitrin-hero--maison .uydu-vitrin-hero__promo-chip--coupon strong {
    font-weight: 800;
    letter-spacing: 0.04em;
}

.uydu-vitrin-hero--maison .uydu-vitrin-hero__textlink {
    flex: 0 0 auto;
    align-self: center;
    font-family: var(--font-display);
    font-size: 13px;
    font-weight: 650;
    color: #0f172a;
    text-decoration: none;
    white-space: nowrap;
    border-bottom: 1px solid rgba(15, 23, 42, 0.25);
    padding-bottom: 1px;
    transition: color 0.15s ease, border-color 0.15s ease;
}

.uydu-vitrin-hero--maison .uydu-vitrin-hero__textlink:hover {
    color: #8a7340;
    border-bottom-color: rgba(138, 115, 64, 0.55);
}

.uydu-vitrin-hero--maison .uydu-vitrin-hero__cta {
    display: none;
}

.uydu-vitrin-hero--maison .uydu-vitrin-hero__cta {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 11px 18px;
    border-radius: 999px;
    background: #0f172a !important;
    color: #fff !important;
    font-family: var(--font-display);
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    border: 0;
    box-shadow: none;
    white-space: nowrap;
    transition: background 0.2s ease, transform 0.2s ease;
}

.uydu-vitrin-hero--maison .uydu-vitrin-hero__cta:hover {
    background: #1e293b !important;
    color: #fff !important;
    transform: translateY(-1px);
}

.uydu-vitrin-hero--maison .uydu-vitrin-hero__shelf {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

.uydu-vitrin-hero--maison .uydu-vitrin-hero__cell {
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-width: 0;
    max-width: 100%;
    padding: 10px 10px 14px;
    border-radius: 18px;
    background: #fff;
    border: 1.5px solid #c9a227;
    box-shadow:
        0 0 0 1px rgba(243, 226, 167, 0.65),
        0 10px 26px rgba(138, 115, 64, 0.12);
    text-decoration: none;
    color: inherit;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.uydu-vitrin-hero--maison .uydu-vitrin-hero__cell:hover {
    transform: translateY(-3px);
    border-color: #b8860b;
    box-shadow:
        0 0 0 1px rgba(243, 226, 167, 0.9),
        0 16px 32px rgba(138, 115, 64, 0.18);
}

.uydu-vitrin-hero--maison .uydu-vitrin-hero__cell-link {
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-width: 0;
    text-decoration: none !important;
    color: inherit !important;
}

.uydu-vitrin-hero--maison .uydu-vitrin-hero__cell-atc {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    min-height: 34px;
    padding: 0 10px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none !important;
    background: #1565c0 !important;
    color: #fff !important;
    border: 0 !important;
    box-shadow: none !important;
}

.uydu-vitrin-hero--maison .uydu-vitrin-hero__cell-atc--ghost {
    background: #f8fafc !important;
    color: #0f172a !important;
    border: 1px solid #e2e8f0 !important;
}

.uydu-vitrin-hero--maison .uydu-vitrin-hero__cell-media {
    display: block;
    position: relative;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    aspect-ratio: 1 / 1;
    border-radius: 12px;
    overflow: hidden;
    background: #fffaf0;
    border: 1px solid rgba(201, 162, 39, 0.45);
}

.uydu-vitrin-hero--maison .uydu-vitrin-cell-gallery {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
    overflow: hidden;
    contain: paint;
}

.uydu-vitrin-hero--maison .uydu-vitrin-cell-gallery__track {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    height: 100%;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    overscroll-behavior-x: contain;
}

.uydu-vitrin-hero--maison .uydu-vitrin-cell-gallery__track::-webkit-scrollbar {
    display: none;
}

.uydu-vitrin-hero--maison .uydu-vitrin-cell-gallery__slide {
    flex: 0 0 100%;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 100%;
    scroll-snap-align: center;
    scroll-snap-stop: normal;
    box-sizing: border-box;
}

.uydu-vitrin-hero--maison .uydu-vitrin-cell-gallery__slide .uydu-vitrin-hero__cell-img,
.uydu-vitrin-hero--maison .uydu-vitrin-hero__cell-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    padding: 10px;
    box-sizing: border-box;
    background: #fff;
    pointer-events: none;
    user-select: none;
    -webkit-user-drag: none;
}

.uydu-vitrin-hero--maison .uydu-vitrin-hero__cell-media > .uydu-vitrin-hero__cell-img {
    position: absolute;
    inset: 0;
}

.uydu-vitrin-hero--maison .uydu-vitrin-cell-gallery__dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 8px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    pointer-events: none;
}

.uydu-vitrin-hero--maison .uydu-vitrin-cell-gallery__dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.75);
    box-shadow: 0 0 0 1px rgba(15, 23, 42, 0.12);
    transition: transform 0.2s ease, background 0.2s ease;
}

.uydu-vitrin-hero--maison .uydu-vitrin-cell-gallery__dot.is-active {
    background: #c9a227;
    box-shadow: none;
    transform: scale(1.25);
}

.uydu-vitrin-hero--maison .uydu-vitrin-hero__cell-meta {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 0 2px;
}

.uydu-vitrin-hero--maison .uydu-vitrin-hero__cell-name {
    font-family: var(--font-display);
    font-size: 13px;
    font-weight: 600;
    line-height: 1.35;
    color: #0f172a;
    min-height: 2.7em;
}

.uydu-vitrin-hero--maison .uydu-vitrin-hero__cell-price {
    font-size: 14px;
    font-weight: 750;
    color: #0f172a;
    letter-spacing: -0.01em;
}

@media (max-width: 980px) {
    .uydu-vitrin-hero--maison .uydu-vitrin-hero__shelf {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    .uydu-vitrin-hero--maison .uydu-vitrin-hero__stage {
        width: min(100% - 20px, 1180px);
        padding: 16px 0 18px;
    }

    .uydu-vitrin-hero--maison .uydu-vitrin-hero__bar {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 560px) {
    .uydu-vitrin-hero--maison .uydu-vitrin-hero__shelf {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }

    .uydu-vitrin-hero--maison .uydu-vitrin-hero__cell {
        padding: 10px 10px 12px;
        border-radius: 14px;
    }

    .uydu-vitrin-hero--maison .uydu-vitrin-hero__cell-name {
        font-size: 12px;
        min-height: 0;
    }
}

/* Eski dark window stilleri kullanılmıyorsa zararsız kalsın */
.uydu-vitrin-hero--window {
    display: none;
}

.uydu-vitrin-hero__orb {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(2px);
}

.uydu-vitrin-hero__orb--1 {
    width: 280px;
    height: 280px;
    top: -80px;
    right: 10%;
    background: rgba(255, 255, 255, 0.12);
    animation: uydu-vitrin-float 9s ease-in-out infinite;
}

.uydu-vitrin-hero__orb--2 {
    width: 180px;
    height: 180px;
    bottom: -40px;
    left: 5%;
    background: rgba(255, 255, 255, 0.08);
    animation: uydu-vitrin-float 7s ease-in-out infinite reverse;
}

.uydu-vitrin-hero__orb--3 {
    width: 120px;
    height: 120px;
    top: 40%;
    left: 42%;
    background: rgba(255, 255, 255, 0.06);
    animation: uydu-vitrin-float 11s ease-in-out infinite;
}

@keyframes uydu-vitrin-float {
    0%, 100% { transform: translateY(0) scale(1); }
    50% { transform: translateY(-14px) scale(1.03); }
}

@keyframes uydu-vitrin-shimmer {
    0% { transform: translateX(-120%); }
    100% { transform: translateX(220%); }
}

@keyframes uydu-vitrin-pulse {
    0%, 100% { box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.35); }
    50% { box-shadow: 0 0 0 6px rgba(255, 255, 255, 0); }
}

.uydu-vitrin-hero__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
    gap: 20px;
    align-items: stretch;
    padding: 28px 24px;
}

.uydu-vitrin-hero__copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 14px;
}

.uydu-vitrin-hero__badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.uydu-vitrin-badge {
    display: inline-block;
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.uydu-vitrin-badge--hot {
    background: rgba(0, 0, 0, 0.22);
    color: #fff;
    position: relative;
    overflow: hidden;
}

.uydu-vitrin-badge--hot::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(105deg, transparent 35%, rgba(255, 255, 255, 0.35) 50%, transparent 65%);
    transform: translateX(-120%);
    animation: uydu-vitrin-shimmer 3s ease-in-out infinite;
}

.uydu-vitrin-badge--price {
    background: #fff;
    color: #e65100;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}

.uydu-vitrin-badge--count {
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.35);
    color: #fff;
}

.uydu-vitrin-hero__title {
    margin: 0;
    font-size: clamp(1.75rem, 4.5vw, 2.35rem);
    font-weight: 900;
    line-height: 1.08;
    letter-spacing: -0.02em;
}

.uydu-vitrin-hero__title span {
    font-weight: 700;
    opacity: 0.95;
}

.uydu-vitrin-hero__campaign {
    margin: 6px 0 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.35;
    color: rgba(255, 255, 255, 0.92);
}

.uydu-vitrin-hero--clean .uydu-vitrin-hero__copy {
    gap: 12px;
}

.uydu-vitrin-hero--clean .uydu-vitrin-hero__countdown {
    animation: none;
    padding: 8px 12px;
    font-size: 12px;
}

.uydu-vitrin-hero--clean .uydu-vitrin-featured__body {
    gap: 8px;
}

.uydu-vitrin-hero--clean .uydu-vitrin-hero__side {
    gap: 10px;
}

.uydu-vitrin-hero__trustline {
    margin: 0;
    font-size: 13px;
    font-weight: 600;
    opacity: 0.95;
}

.uydu-vitrin-hero__countdown {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.25);
    padding: 10px 14px;
    border-radius: 12px;
    font-size: 13px;
    max-width: 100%;
    animation: uydu-vitrin-pulse 2.5s ease-in-out infinite;
}

.uydu-vitrin-hero__countdown [data-countdown-text] {
    font-variant-numeric: tabular-nums;
    font-weight: 700;
}

.uydu-vitrin-trust-icon {
    display: inline-block;
    margin-right: 2px;
}

.uydu-vitrin-hero__countdown-icon {
    font-size: 18px;
}

.uydu-vitrin-hero__trust {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 14px;
    font-size: 12px;
    opacity: 0.95;
}

.uydu-vitrin-hero__trust li {
    margin: 0;
}

.uydu-vitrin-hero__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.uydu-vitrin-hero__cta {
    display: inline-block;
    background: #fff;
    color: #e65100;
    padding: 13px 24px;
    border-radius: 12px;
    font-weight: 800;
    text-decoration: none;
    font-size: 15px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.uydu-vitrin-hero__cta:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
    color: #bf360c;
}

.uydu-vitrin-hero__coupon {
    font-size: 12px;
    background: rgba(255, 255, 255, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.35);
    padding: 8px 12px;
    border-radius: 10px;
}

.uydu-vitrin-chips--in-hero {
    margin: 4px 0 0;
    padding-top: 4px;
}

.uydu-vitrin-chips--in-hero .uydu-vitrin-chip {
    background: rgba(255, 255, 255, 0.92);
    border-color: transparent;
    color: #333;
    font-size: 12px;
    padding: 7px 13px;
}

.uydu-vitrin-chips--in-hero .uydu-vitrin-chip.is-active,
.uydu-vitrin-chips--in-hero .uydu-vitrin-chip:hover {
    background: #fff;
    color: #e65100;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}

.uydu-vitrin-hero__showcase {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
    gap: 10px;
    align-items: stretch;
    min-height: 240px;
}

.uydu-vitrin-featured {
    --tilt-x: 0px;
    --tilt-y: 0px;
    position: relative;
    display: flex;
    flex-direction: column;
    background: rgba(255, 255, 255, 0.97);
    border-radius: 16px;
    overflow: hidden;
    color: #111;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.18);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    transform: translate(var(--tilt-x), var(--tilt-y));
    backdrop-filter: blur(6px);
}

.uydu-vitrin-featured:hover {
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.22);
}

.uydu-vitrin-featured__media {
    position: relative;
    display: block;
}

.uydu-vitrin-featured__single {
    display: block;
    text-decoration: none;
}

.uydu-vitrin-featured__gallery {
    display: block;
    overflow: hidden;
}

.uydu-vitrin-featured__slide {
    display: none;
}

.uydu-vitrin-featured__slide:first-child {
    display: block;
}

.uydu-vitrin-featured__slide a {
    display: block;
    text-decoration: none;
}

.uydu-vitrin-featured__dots {
    display: none;
    justify-content: center;
    gap: 6px;
    padding: 6px 0 2px;
}

.uydu-vitrin-featured__dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #ddd;
    transition: background 0.15s ease, transform 0.15s ease;
}

.uydu-vitrin-featured__dot.is-active {
    background: #e65100;
    transform: scale(1.2);
}

.uydu-vitrin-featured__label {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
    background: #e65100;
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 5px 10px;
    border-radius: 999px;
}

.uydu-vitrin-featured__sale {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    background: #d32f2f;
    color: #fff;
    font-size: 11px;
    font-weight: 900;
    padding: 5px 8px;
    border-radius: 8px;
}

.uydu-vitrin-featured img {
    width: 100%;
    height: auto;
    max-height: 190px;
    object-fit: contain;
    padding: 24px 16px 8px;
    background: linear-gradient(180deg, #fff 0%, #fff8f0 100%);
    transition: transform 0.25s ease;
}

.uydu-vitrin-featured__gallery .uydu-vitrin-featured__slide img {
    padding: 20px 12px 4px;
}

.uydu-vitrin-featured:hover img {
    transform: scale(1.03);
}

.uydu-vitrin-featured__body {
    padding: 10px 14px 14px;
    margin-top: auto;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.uydu-vitrin-featured__name {
    display: block;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.35;
    color: #222;
    text-decoration: none;
}

.uydu-vitrin-featured__name:hover {
    color: #e65100;
}

.uydu-vitrin-featured__prices {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 6px;
}

.uydu-vitrin-featured__regular {
    font-size: 13px;
    color: #999;
    text-decoration: line-through;
}

.uydu-vitrin-featured__price {
    font-size: 20px;
    font-weight: 900;
    color: #e65100;
}

.uydu-vitrin-featured__prices--first5 {
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
}

.uydu-vitrin-first5-note {
    display: inline-block;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.2;
    color: #6d28d9;
    background: #f3e8ff;
    border-radius: 999px;
    padding: 2px 7px;
}

.uydu-vitrin-first5-note--side {
    font-size: 9px;
    padding: 1px 6px;
    margin-top: 1px;
}

.uydu-vitrin-side-card__prices {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1px;
    min-width: 0;
}

.uydu-vitrin-side-card__prices.is-first5 .uydu-vitrin-side-card__regular {
    font-size: 10px;
    color: #999;
    text-decoration: line-through;
    line-height: 1.2;
}

.uydu-vitrin-side-card__price {
    font-size: 13px;
    font-weight: 800;
    color: #e65100;
    white-space: nowrap;
}

@media (max-width: 480px) {
    .uydu-vitrin-featured__price {
        font-size: 18px;
    }
    .uydu-vitrin-side-card__price {
        font-size: 12px;
    }
}

.uydu-vitrin-featured__installment {
    margin: 0;
}

.uydu-vitrin-featured__installment .uydu-installment--loop {
    margin: 0;
    font-size: 11px;
    color: #666;
}

.uydu-vitrin-featured__sales {
    font-size: 11px;
    font-weight: 700;
    color: #2e7d32;
    background: #e8f5e9;
    display: inline-block;
    padding: 3px 8px;
    border-radius: 999px;
    width: fit-content;
}

.uydu-vitrin-featured__foot {
    margin-top: 6px;
}

.uydu-vitrin-featured__atc {
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px 12px !important;
    border-radius: 10px !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    background: #ff6b00 !important;
    border-color: #ff6b00 !important;
    color: #fff !important;
    text-decoration: none;
    line-height: 1.2;
}

.uydu-vitrin-featured__atc:hover {
    background: #e65100 !important;
    border-color: #e65100 !important;
    color: #fff !important;
}

.uydu-vitrin-featured__atc--link {
    background: #fff !important;
    border: 2px solid #ff6b00 !important;
    color: #e65100 !important;
}

.uydu-vitrin-featured__atc--link:hover {
    background: #fff3e0 !important;
    color: #bf360c !important;
}

.uydu-vitrin-hero__side {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.uydu-vitrin-side-card {
    flex: 1;
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr);
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.92);
    border-radius: 12px;
    padding: 8px 10px;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.15s ease, box-shadow 0.15s ease;
    color: #111;
}

.uydu-vitrin-side-card:hover {
    transform: translateX(3px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.14);
}

.uydu-vitrin-side-card__img-wrap {
    position: relative;
}

.uydu-vitrin-side-card__sale {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: #d32f2f;
    color: #fff;
    font-size: 9px;
    font-weight: 800;
    padding: 2px 5px;
    border-radius: 4px;
}

.uydu-vitrin-side-card img {
    width: 100%;
    max-height: 56px;
    object-fit: contain;
}

.uydu-vitrin-side-card__meta {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}

.uydu-vitrin-side-card__name {
    font-size: 11px;
    font-weight: 600;
    line-height: 1.3;
    color: #333;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.uydu-vitrin-hero__wave {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 32px;
    pointer-events: none;
    z-index: 0;
}

.uydu-vitrin-hero__wave svg {
    display: block;
    width: 100%;
    height: 100%;
}

/* Sticky kargo bandı kapatıldı — kaydırınca ürünlerin üstüne biniyordu. */
.uydu-vitrin-sticky {
    display: none !important;
}

.uydu-vitrin-sticky.is-visible {
    transform: translate3d(0, 0, 0);
    opacity: 1;
    pointer-events: auto;
}

.uydu-vitrin-sticky__inner {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 10px 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    box-sizing: border-box;
    min-width: 0;
}

.uydu-vitrin-sticky__copy {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px 10px;
    min-width: 0;
    flex: 1 1 auto;
    font-size: 12px;
}

.uydu-vitrin-sticky__title {
    font-weight: 800;
}

.uydu-vitrin-sticky__time [data-sticky-countdown] {
    font-variant-numeric: tabular-nums;
    font-weight: 700;
}

.uydu-vitrin-sticky__price {
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.35);
    padding: 3px 8px;
    border-radius: 999px;
    font-weight: 800;
    white-space: nowrap;
}

.uydu-vitrin-sticky__cta {
    flex: 0 0 auto;
    background: #fff;
    color: #e65100;
    padding: 9px 14px;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
    white-space: nowrap;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
}

.uydu-vitrin-sticky__cta:hover {
    color: #bf360c;
}

body.uydu-vitrin-sticky-on {
    scroll-padding-top: calc(var(--uydu-header-h, 72px) + 52px);
}

.uydu-vitrin-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    overflow-x: auto;
}

.uydu-vitrin-chip {
    flex: 0 0 auto;
    padding: 8px 14px;
    border-radius: 999px;
    background: #f3f4f6;
    color: #111;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    border: 1px solid #e5e7eb;
}

.uydu-vitrin-grid .uydu-home-section__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
}

.uydu-vitrin-grid .uydu-home-section__title {
    margin: 0;
    font-size: 18px;
    font-weight: 800;
}

.uydu-vitrin-grid .uydu-home-section__link {
    font-size: 13px;
    font-weight: 700;
    white-space: nowrap;
}

.uydu-vitrin-grid ul.products {
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px !important;
    margin: 0 !important;
}

.uydu-vitrin-grid ul.products li.product {
    margin: 0 !important;
    width: 100% !important;
    padding: 10px !important;
    border-radius: 12px;
    border: 1px solid #eee;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}

.uydu-vitrin-grid .woocommerce-loop-product__title {
    font-size: 13px !important;
    line-height: 1.35 !important;
    min-height: 2.7em;
}

.uydu-vitrin-grid .price {
    font-size: 16px !important;
    font-weight: 800 !important;
    color: #e65100 !important;
}

.uydu-vitrin-grid .uydu-product-card__foot .button {
    width: 100%;
    text-align: center;
    font-size: 12px !important;
    padding: 8px 10px !important;
    border-radius: 8px !important;
    background: #ff6b00 !important;
    border-color: #ff6b00 !important;
}

.uydu-vitrin-cats-mini {
    margin: 0 0 24px;
}

.uydu-vitrin-cats-mini__title {
    margin: 0 0 10px;
    font-size: 16px;
    font-weight: 700;
    color: #666;
}

.uydu-vitrin-cats-mini__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

.uydu-vitrin-cats-mini__item {
    display: block;
    text-align: center;
    padding: 14px 10px;
    background: #f8f9fb;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 600;
    font-size: 13px;
    color: #333;
    border: 1px solid #e8eaed;
}

.uydu-vitrin-footer-note {
    text-align: center;
    font-size: 13px;
    color: #666;
    padding: 16px 0 8px;
    border-top: 1px solid #eee;
}

.uydu-vitrin-admin-hint {
    margin-top: 8px;
    font-size: 11px;
    color: #888;
}

@media (max-width: 1100px) {
    .uydu-vitrin-grid ul.products {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    .uydu-vitrin-hero__grid {
        grid-template-columns: 1fr;
        padding: 20px 16px;
    }

    .uydu-vitrin-hero__showcase {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .uydu-vitrin-hero--pro .uydu-vitrin-hero__orb {
        animation: none;
    }

    .uydu-vitrin-badge--hot::after,
    .uydu-vitrin-hero__countdown {
        animation: none;
    }

    .uydu-vitrin-hero__side {
        flex-direction: column;
        overflow: visible;
        gap: 8px;
    }

    .uydu-vitrin-side-card {
        flex: none;
        grid-template-columns: 56px minmax(0, 1fr);
        text-align: left;
    }

    .uydu-vitrin-side-card__meta {
        align-items: flex-start;
    }

    .uydu-vitrin-featured__gallery {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .uydu-vitrin-featured__gallery::-webkit-scrollbar {
        display: none;
    }

    .uydu-vitrin-featured__slide {
        display: block;
        flex: 0 0 100%;
        scroll-snap-align: center;
    }

    .uydu-vitrin-featured__dots {
        display: flex;
    }

    .uydu-vitrin-sticky__inner {
        padding: 8px 12px;
    }

    .uydu-vitrin-sticky__copy {
        font-size: 11px;
        gap: 4px 8px;
    }

    .uydu-vitrin-sticky__price {
        display: none;
    }

    .uydu-vitrin-sticky__cta {
        padding: 8px 12px;
        font-size: 12px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .uydu-vitrin-hero__orb,
    .uydu-vitrin-badge--hot::after,
    .uydu-vitrin-hero__countdown {
        animation: none !important;
    }

    .uydu-vitrin-featured {
        transform: none !important;
    }

    .uydu-vitrin-sticky {
        transition: none !important;
    }
}

@media (max-width: 768px) {
    .uydu-vitrin-hero--pro {
        min-height: 0;
    }

    .uydu-vitrin-hero__side {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .uydu-vitrin-side-card {
        grid-template-columns: 56px minmax(0, 1fr);
    }

    .uydu-vitrin-grid ul.products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px !important;
    }

    .uydu-vitrin-cats-mini__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .uydu-vitrin-hero__inner {
        padding: 20px 16px;
    }
}

/* === Anasayfa P0: hızlı giriş (Günün vitrini / story halka) === */
.uydu-home-quick {
    margin: 8px 0 18px;
    max-width: 100%;
    min-width: 0;
    overflow-x: clip;
}

.uydu-home-quick__kicker {
    margin: 0 0 12px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #64748b;
}

.uydu-home-quick__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px 18px;
}

.uydu-home-quick__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    width: 88px;
    padding: 0;
    border: 0;
    background: transparent;
    text-decoration: none !important;
    color: #0f172a !important;
    text-align: center;
    transition: transform 0.15s ease;
}

.uydu-home-quick__item:hover {
    transform: translateY(-2px);
}

.uydu-home-quick__ring,
.uydu-home-quick__ring--tech,
.uydu-home-quick__ring--ocean,
.uydu-home-quick__ring--violet,
.uydu-home-quick__ring--gold,
.uydu-home-quick__ring--fire,
.uydu-home-quick__ring--sunset {
    display: block;
    width: 72px;
    height: 72px;
    padding: 2px;
    border-radius: 50%;
    box-sizing: border-box;
    background: #cbd5e1;
}

.uydu-home-quick__thumb {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #fff;
    background: #f8fafc;
    box-sizing: border-box;
}

.uydu-home-quick__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.uydu-home-quick__thumb--icon {
    background: #fff;
    color: #1565c0;
}

.uydu-home-quick__item--fire .uydu-home-quick__thumb--icon { color: #e65100; }
.uydu-home-quick__item--sunset .uydu-home-quick__thumb--icon { color: #c2185b; }

.uydu-home-quick__thumb svg {
    display: block;
    width: 26px;
    height: 26px;
}

.uydu-home-quick__label {
    display: block;
    max-width: 88px;
    margin: 0 auto;
    line-height: 1.25;
    font-size: 11px;
    font-weight: 600;
    color: #334155;
}

.uydu-home-rails {
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin: 0 0 22px;
    max-width: 100%;
    min-width: 0;
    overflow-x: clip;
}

.uydu-home-rail {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 14px 14px 12px;
    max-width: 100%;
    min-width: 0;
    overflow-x: clip;
}

.uydu-home-rail__head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
    margin: 0 0 12px;
}

.uydu-home-rail__title {
    margin: 0;
    font-size: 18px;
    font-weight: 800;
    color: #0f172a;
    letter-spacing: -0.01em;
}

.uydu-home-rail__more {
    font-size: 13px;
    font-weight: 700;
    color: #1565c0 !important;
    text-decoration: none !important;
    white-space: nowrap;
}

.uydu-home-rail__track {
    display: flex;
    align-items: stretch;
    gap: 12px;
    overflow-x: auto;
    padding-bottom: 4px;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
    max-width: 100%;
    overscroll-behavior-x: contain;
}

.uydu-home-rail__card {
    flex: 0 0 156px;
    scroll-snap-align: start;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 10px;
    border-radius: 12px;
    border: 1px solid #eef2f7;
    background: #f8fafc;
    color: #0f172a;
    min-height: 100%;
    box-sizing: border-box;
}

.uydu-home-rail__card:hover {
    border-color: #ffb74d;
    background: #fff;
}

.uydu-home-rail__link {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    gap: 8px;
    min-width: 0;
    min-height: 0;
    text-decoration: none !important;
    color: inherit !important;
}

.uydu-home-rail__atc {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: auto 0 0 !important;
    flex: 0 0 auto;
    min-height: 32px;
    padding: 0 8px !important;
    border-radius: 8px !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    text-align: center;
    text-decoration: none !important;
    background: #1565c0 !important;
    color: #fff !important;
    border: 0 !important;
}

.uydu-home-rail__atc--ghost {
    background: #fff !important;
    color: #0f172a !important;
    border: 1px solid #e2e8f0 !important;
}

.uydu-home-brand {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 25px;
    background: #f5f5f5;
    border-radius: 10px;
    font-weight: 700;
    color: #333 !important;
    text-decoration: none !important;
    transition: background 0.15s ease, color 0.15s ease;
}

.uydu-home-brand:hover {
    background: #e8eef7;
    color: #1565c0 !important;
}

.uydu-home-rail__media {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    flex: 0 0 auto;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
}

.uydu-home-rail__media img {
    position: absolute;
    inset: 0;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    object-fit: contain;
    object-position: center;
    display: block;
}

.uydu-home-rail__name {
    font-size: 12px;
    font-weight: 600;
    line-height: 1.3;
    min-height: 3.9em;
    max-height: 3.9em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
}

.uydu-home-rail__price {
    font-size: 14px;
    font-weight: 800;
    color: #e65100;
    min-height: 2.6em;
    margin-top: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 4px 6px;
}

.uydu-home-rail__price del {
    font-weight: 500;
    color: #94a3b8;
    font-size: 12px;
}

@media (max-width: 900px) {
    .uydu-home-quick__list {
        gap: 12px 14px;
    }
}

@media (max-width: 560px) {
    .uydu-home-quick__list {
        flex-wrap: nowrap;
        justify-content: flex-start;
        overflow-x: auto;
        gap: 12px;
        padding-bottom: 4px;
        -webkit-overflow-scrolling: touch;
        max-width: 100%;
        overscroll-behavior-x: contain;
    }

    .uydu-home-quick__list li {
        flex: 0 0 auto;
    }

    .uydu-home-rail__card {
        flex-basis: 132px;
    }
}

/* Mobil: yatay taşmayı kilitle — dikey kaydırmayı bozmadan */
@media (max-width: 900px) {
    html,
    body {
        overflow-x: hidden !important;
        max-width: 100% !important;
        overscroll-behavior-x: none;
        position: relative;
    }

    .site-main,
    .site-header,
    .site-footer {
        overflow-x: hidden !important;
        max-width: var(--uydu-vw, 100%) !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    .mobile-cat-nav {
        display: block !important;
        width: var(--uydu-vw, 100%) !important;
        max-width: var(--uydu-vw, 100%) !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        overscroll-behavior-x: contain;
        -webkit-overflow-scrolling: touch;
    }

    .mobile-cat-nav .uydu-primary-nav,
    .mobile-cat-nav ul {
        width: max-content;
        max-width: none;
    }

    .uydu-home-rails,
    .uydu-home-rail,
    .uydu-home-quick,
    .uydu-home-hybrid,
    .uydu-home-classic,
    .uydu-stories,
    .uydu-vitrin-hero--maison,
    .uydu-home-vitrin-top,
    .container {
        max-width: 100% !important;
        min-width: 0 !important;
        overflow-x: hidden !important;
        box-sizing: border-box !important;
    }

    .uydu-home-rail__track,
    .uydu-stories__scroller,
    .uydu-home-quick__list,
    .uydu-loop-gallery__track,
    .uydu-vitrin-cell-gallery__track {
        overflow-x: auto !important;
        overscroll-behavior-x: contain !important;
        max-width: 100% !important;
        -webkit-overflow-scrolling: touch;
    }

    .uydu-vitrin-sticky,
    .mobile-menu,
    #cookie-box {
        width: var(--uydu-vw, 100%) !important;
        max-width: var(--uydu-vw, 100%) !important;
        left: 0 !important;
        right: auto !important;
        box-sizing: border-box !important;
        overflow-x: hidden !important;
    }

    .whatsapp-float,
    #scroll-top {
        right: 16px !important;
        left: auto !important;
    }

    .uydu-cart-drawer {
        overflow: hidden !important;
        max-width: var(--uydu-vw, 100%) !important;
    }

    #cookie-box > div {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }
}

