/* İnternet Kitapçısı — mağaza katmanı (Cursor-lite design tokens) */
:root {
    --cf-border: rgba(0, 0, 0, 0.08);
    --cf-border-hover: rgba(0, 0, 0, 0.14);
    --cf-bg: #fff;
    --cf-bg-subtle: #f7f7f7;
    --cf-bg-muted: #fafafa;
    --cf-text: #1a1a1a;
    --cf-text-secondary: #6b6b6b;
    --cf-text-muted: #6b6b6b;
    --cf-accent: #073b6f;
    --cf-accent-hover: #052d55;
    --cf-accent-subtle: rgba(7, 59, 111, 0.06);
    --cf-brand-gold: #d99a0b;
    --cf-brand-gold-dark: #a87306;
    --cf-brand-gold-subtle: rgba(217, 154, 11, 0.12);
    --cf-success: #0a8f55;
    --cf-danger: #c0392b;
    --cf-radius: 8px;
    --cf-radius-sm: 6px;
    --cf-font: 13px;
    --cf-font-sm: 12px;
    --cf-font-lg: 14px;
    --cf-line: 20px;
    --cf-weight-normal: 400;
    --cf-weight-medium: 500;
    --cf-weight-semibold: 600;
    --theme-secondary: #475467;
    --theme-link: #007185;
    --theme-utility-bg: #073b6f;
    --theme-utility-text: #ffffff;
    --theme-header-bg: #ffffff;
    --theme-header-text: #1a1a1a;
    --theme-header-nav-bg: #ffffff;
    --theme-header-menu-text: #1a1a1a;
    --theme-header-menu-hover: #073b6f;
    --theme-header-menu-active: #073b6f;
    --theme-header-dropdown-bg: #ffffff;
    --theme-header-dropdown-text: #1a1a1a;
    --theme-footer-bg: #17212f;
    --theme-footer-text: #e6edf5;
    --theme-button-bg: #073b6f;
    --theme-button-text: #ffffff;
    --theme-button-hover: #ffc107;
    --theme-button-hover-text: #0f1111;
    --theme-button-disabled: #667085;
    --theme-button-disabled-text: #ffffff;
    --theme-price: #b42318;
}

/* Admin Tema ve Renkler ayarlarının storefront uygulama sözleşmesi. */
.storefront-header .header-top {
    background-color: var(--theme-utility-bg) !important;
    color: var(--theme-utility-text);
}
.storefront-header .header-middle,
.storefront-header .sticky-header {
    background-color: var(--theme-header-bg) !important;
    color: var(--theme-header-text);
}
.storefront-header .header-top .text-white { color: var(--theme-utility-text) !important; }
.storefront-header .sticky-header { background-color: var(--theme-header-nav-bg) !important; }
.storefront-header .header-middle .header-account-trigger,
.storefront-header .header-middle .header-account-label,
.storefront-header .header-middle .header-account-name,
.storefront-header .store-mobile-header-action { color: var(--theme-header-text) !important; }
.storefront-header .storefront-header-nav-list > ul > li > a { color: var(--theme-header-menu-text) !important; }
.storefront-header .storefront-header-nav-list > ul > li > a:hover { color: var(--theme-header-menu-hover) !important; }
.storefront-header .storefront-header-nav-list > ul > li > a.active { color: var(--theme-header-menu-active) !important; }
.storefront-header .header-account-dropdown,
.storefront-header .storefront-header-nav-list ul ul,
.storefront-header .mega-menu { background-color: var(--theme-header-dropdown-bg) !important; }
.storefront-header .header-account-dropdown,
.storefront-header .header-account-dropdown a,
.storefront-header .storefront-header-nav-list ul ul,
.storefront-header .storefront-header-nav-list ul ul a,
.storefront-header .mega-menu { color: var(--theme-header-dropdown-text) !important; }
.storefront-main a:not(.btn):not([class*="text-white"]) { color: var(--theme-link); }
.btn-primary { background-color: var(--theme-button-bg) !important; border-color: var(--theme-button-bg) !important; color: var(--theme-button-text) !important; }
.btn-primary:hover:not(:disabled),
.btn-primary:focus-visible:not(:disabled) {
    background-color: var(--theme-button-hover) !important;
    border-color: var(--theme-button-hover) !important;
    color: var(--theme-button-hover-text) !important;
}
.btn-primary:hover:not(:disabled) i,
.btn-primary:focus-visible:not(:disabled) i { color: var(--theme-button-hover-text) !important; }
.btn-primary:disabled,
.btn-primary.disabled { background-color: var(--theme-button-disabled) !important; border-color: var(--theme-button-disabled) !important; color: var(--theme-button-disabled-text) !important; }
.current-price,
.product-price,
.price-section .price { color: var(--theme-price) !important; }
.storefront-main + footer,
body > footer { background-color: var(--theme-footer-bg) !important; color: var(--theme-footer-text) !important; }
body > footer .text-primary-lighter,
body > footer .text-white,
body > footer a,
body > footer .sf-footer-column-title,
body > footer p { color: var(--theme-footer-text) !important; }

/* Preserve the former h5 typography independently of semantic heading levels. */
.sf-footer-column-title {
    font-size: var(--text-lg);
    --tw-leading: calc(var(--spacing) * 7);
    line-height: calc(var(--spacing) * 7);
}
@media (width >= 64rem) {
    .sf-footer-column-title {
        font-size: var(--text-xl);
        --tw-leading: 30px;
        line-height: 30px;
    }
}

/* Filter typography is independent of the document heading level. */
.shop-filter-title {
    font-size: var(--text-lg);
    --tw-leading: calc(var(--spacing) * 7);
    line-height: calc(var(--spacing) * 7);
}
.shop-filter-group-title {
    font-size: 17px;
    --tw-leading: 26px;
    line-height: 26px;
}
@media (width >= 64rem) {
    .shop-filter-title {
        font-size: var(--text-xl);
        --tw-leading: 30px;
        line-height: 30px;
    }
    .shop-filter-group-title {
        font-size: var(--text-lg);
        --tw-leading: calc(var(--spacing) * 7);
        line-height: calc(var(--spacing) * 7);
    }
}

/* Sellzy Home 1 — masaüstü logo */
.header-middle img:not(.storefront-logo-image) {
    height: auto;
    max-height: 70px;
    object-fit: contain;
    width: 190px;
}

.storefront-logo-image {
    display: block;
    height: auto;
    image-rendering: auto;
    object-fit: contain;
}

.storefront-logo-image-desktop {
    filter: contrast(1.08) saturate(1.05);
    max-height: 78px;
    width: 214px;
}

.storefront-logo-image-sidebar {
    filter: contrast(1.08) saturate(1.05);
    max-width: 176px;
    width: 100%;
}

@media (min-width: 1280px) {
    .storefront-header .header-middle-row {
        display: grid;
        gap: 0;
        grid-template-columns: 270px minmax(0, 1fr);
    }

    .storefront-header .header-middle-logo {
        align-items: center;
        display: flex;
    }
}

@media (min-width: 1280px) and (max-width: 1399px) {
    .storefront-header .header-middle-row {
        grid-template-columns: 220px minmax(0, 1fr);
    }

    .storefront-header .header-middle-logo img:not(.storefront-logo-image) {
        width: 155px;
    }

    .storefront-logo-image-desktop {
        width: 194px;
    }
}

/* Birleşik arama: Tüm Kategoriler | arama | mercek */
.header-unified-search {
    max-width: none;
}

.header-unified-search-bar {
    align-items: stretch;
    background: var(--cf-bg);
    border: 1px solid var(--cf-border);
    border-radius: var(--cf-radius);
    display: flex;
    min-height: 40px;
    overflow: hidden;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.header-unified-search-bar:focus-within {
    border-color: var(--cf-accent);
    box-shadow: 0 0 0 2px rgba(7, 59, 111, 0.1);
}

.header-unified-search-categories {
    flex-shrink: 0;
}

.header-unified-search-categories .category-explorer-btn {
    align-items: center;
    background: var(--cf-bg);
    border: 0;
    border-right: 1px solid var(--cf-accent);
    box-shadow: inset 0 0 0 1px transparent;
    color: var(--cf-accent);
    cursor: pointer;
    display: inline-flex;
    font-size: var(--cf-font-sm);
    font-weight: var(--cf-weight-medium);
    gap: 6px;
    height: 100%;
    line-height: 1.2;
    min-height: 40px;
    padding: 0 12px;
    transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease;
    white-space: nowrap;
}

.header-unified-search-categories .category-explorer-btn i {
    color: var(--cf-accent);
}

.header-unified-search-categories .category-explorer-btn:hover,
body.category-explorer-open .header-unified-search-categories .category-explorer-btn {
    background: var(--cf-accent-subtle);
    border-right-color: var(--cf-accent-hover);
    color: var(--cf-accent-hover);
}

.header-unified-search-categories .category-explorer-btn:hover i,
body.category-explorer-open .header-unified-search-categories .category-explorer-btn i {
    color: var(--cf-accent-hover);
}

body.category-explorer-open .header-unified-search-categories .category-explorer-btn {
    box-shadow: none;
    transform: none;
}

.header-unified-search-field {
    align-items: center;
    border-left: 1px solid var(--cf-border);
    display: flex;
    flex: 1;
    min-width: 0;
}

.header-unified-search-bar:not(:has(.header-unified-search-categories)) .header-unified-search-field {
    border-left: 0;
}

.header-unified-search-input {
    background: transparent;
    border: 0;
    box-shadow: none;
    color: var(--cf-text);
    font-size: var(--cf-font);
    letter-spacing: -0.011em;
    line-height: var(--cf-line);
    outline: none;
    padding: 8px 12px;
    width: 100%;
}

.header-unified-search-input::placeholder {
    color: var(--cf-text-muted);
}

.header-unified-search-submit {
    align-items: center;
    background: transparent;
    border: 0;
    border-left: 1px solid var(--cf-border);
    color: var(--cf-text-muted);
    cursor: pointer;
    display: inline-flex;
    flex-shrink: 0;
    justify-content: center;
    min-width: 44px;
    padding: 0 12px;
    transition: color 0.15s ease, background-color 0.15s ease;
}

.header-unified-search-submit:hover {
    background: var(--cf-bg-subtle);
    color: var(--cf-text);
}

#categoryExplorerTrigger:hover #dropdownButton.category-explorer-btn,
body.category-explorer-open #dropdownButton.category-explorer-btn {
    transform: none;
}

#dropdownButton.category-explorer-btn {
    transition: background-color 0.2s ease;
}

.search-category-details > summary::-webkit-details-marker { display: none; }
.search-category-details > summary { list-style: none; }
.search-category-panel { min-width: min(820px, calc(100vw - 32px)); }
.search-category-details:not([open]) .search-category-panel { display: none; }

.header-category-mega {
    background: #fff;
    border: 1px solid #dfe3e8;
    border-radius: 16px;
    box-shadow: 0 12px 40px rgba(22, 28, 36, 0.12);
    color: #161c24;
    overflow: hidden;
}

.header-category-mega-head {
    align-items: center;
    background: rgba(0, 171, 85, 0.06);
    border-bottom: 1px solid #dfe3e8;
    display: flex;
    gap: 16px;
    justify-content: space-between;
    padding: 14px 16px;
}

.header-category-mega-head strong { display: block; font-size: 15px; font-weight: 700; }
.header-category-mega-head small { color: #637381; display: block; font-size: 12px; margin-top: 2px; }
.header-category-mega-head a {
    border: 1px solid rgba(0, 171, 85, 0.35);
    border-radius: 999px;
    color: #00ab55;
    flex-shrink: 0;
    font-size: 12px;
    font-weight: 700;
    padding: 6px 12px;
    text-decoration: none;
}

.header-category-mega-grid {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding: 14px;
}

@media (max-width: 1023px) {
    .header-category-mega-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

.header-category-mega-type {
    background: #f9fafb;
    border: 1px solid #dfe3e8;
    border-radius: 12px;
    padding: 10px;
}

.header-category-column-title {
    color: #00ab55;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.04em;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.header-category-type-card {
    align-items: flex-start;
    background: #fff;
    border: 1px solid #dfe3e8;
    border-radius: 10px;
    color: #161c24;
    display: flex;
    gap: 8px;
    justify-content: space-between;
    margin-top: 6px;
    min-height: 54px;
    padding: 8px 10px;
    text-decoration: none;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.header-category-type-card.is-active,
.header-category-type-card:hover,
.header-category-type-card:focus-visible {
    border-color: rgba(0, 171, 85, 0.45);
    box-shadow: 0 8px 20px rgba(22, 28, 36, 0.08);
}

.header-category-type-card strong { display: block; font-size: 13px; font-weight: 700; }
.header-category-type-card small { color: #637381; display: block; font-size: 11px; margin-top: 2px; }
.header-category-type-card em { color: #ff5630; font-size: 11px; font-style: normal; font-weight: 700; white-space: nowrap; }

.header-category-link {
    align-items: center;
    border-bottom: 1px solid #f4f6f8;
    color: #161c24;
    display: flex;
    gap: 8px;
    justify-content: space-between;
    min-height: 36px;
    padding: 6px 0;
    text-decoration: none;
}

.header-category-link:hover,
.header-category-link:focus-visible { color: #00ab55; }
.header-category-link span { flex: 1; font-size: 13px; font-weight: 600; }
.header-category-link em { color: #919eab; font-size: 11px; font-style: normal; font-weight: 700; }

.header-category-mega-quick {
    border-top: 1px solid #dfe3e8;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 12px 16px;
}

.header-category-mega-quick a {
    background: #fff;
    border: 1px solid #dfe3e8;
    border-radius: 999px;
    color: #161c24;
    font-size: 12px;
    font-weight: 600;
    padding: 6px 12px;
    text-decoration: none;
}

.header-category-mega-quick a:hover { border-color: #00ab55; color: #00ab55; }

.mobile-store-header { position: sticky; top: 0; z-index: 40; background: #fff; }

.store-mobile-search-backdrop,
.store-mobile-search-panel { display: none; }

@media (max-width: 1279px) {
    body.mobile-bottom-nav-active {
        padding-bottom: calc(88px + env(safe-area-inset-bottom, 0px));
    }

    .store-mobile-search {
        align-items: center;
        background: #f4f6f8;
        border: 1px solid #dfe3e8;
        border-radius: 999px;
        display: grid;
        gap: 10px;
        grid-template-columns: 28px minmax(0, 1fr) 36px;
        min-height: 48px;
        padding: 0 12px;
    }

    .store-mobile-search input {
        background: transparent;
        border: 0;
        color: #161c24;
        font-size: 15px;
        font-weight: 600;
        min-width: 0;
        outline: 0;
    }

    .store-mobile-search button {
        align-items: center;
        background: #00ab55;
        border: 0;
        border-radius: 50%;
        color: #fff;
        display: inline-flex;
        height: 32px;
        justify-content: center;
        width: 32px;
    }

    .store-mobile-search-backdrop {
        background: rgba(22, 28, 36, 0.48);
        display: block;
        inset: 0;
        position: fixed;
        z-index: 1004;
    }

    .store-mobile-search-panel {
        background: #fff;
        border-radius: 20px 20px 0 0;
        bottom: 0;
        box-shadow: 0 -16px 48px rgba(22, 28, 36, 0.18);
        display: block;
        left: 0;
        max-height: 88vh;
        overflow: auto;
        padding: 8px 14px calc(90px + env(safe-area-inset-bottom, 0px));
        position: fixed;
        right: 0;
        z-index: 1005;
    }

    .store-mobile-search-panel[hidden],
    .store-mobile-search-backdrop[hidden] { display: none !important; }

    body.store-mobile-search-open { overflow: hidden; }

    .store-mobile-search-grip {
        background: #c4cdd5;
        border-radius: 999px;
        height: 4px;
        margin: 0 auto 10px;
        width: 44px;
    }

    .store-mobile-search-panel-form {
        align-items: center;
        background: #f9fafb;
        border: 1px solid #dfe3e8;
        border-radius: 12px;
        display: grid;
        gap: 8px;
        grid-template-columns: 24px minmax(0, 1fr) 36px;
        min-height: 50px;
        padding: 0 8px 0 12px;
        position: sticky;
        top: 0;
        z-index: 2;
    }

    .store-mobile-search-panel-form > svg {
        color: #00ab55;
        fill: none;
        height: 20px;
        stroke: currentColor;
        stroke-width: 2.2;
        width: 20px;
    }

    .store-mobile-search-panel-form input {
        background: transparent;
        border: 0;
        font-size: 14px;
        font-weight: 700;
        min-width: 0;
        outline: 0;
    }

    .store-mobile-search-panel-form button {
        align-items: center;
        background: #00ab55;
        border: 0;
        border-radius: 8px;
        color: #fff;
        display: inline-flex;
        height: 34px;
        justify-content: center;
        width: 34px;
    }

    .store-mobile-search-panel-form button svg {
        fill: none;
        height: 16px;
        stroke: currentColor;
        stroke-width: 2.4;
        width: 16px;
    }

    .store-mobile-search-block {
        background: #fff;
        border: 1px solid #dfe3e8;
        border-radius: 12px;
        margin-top: 10px;
        overflow: hidden;
    }

    .store-mobile-search-block[hidden] { display: none !important; }

    .store-mobile-search-block-head {
        align-items: center;
        background: #f9fafb;
        border-bottom: 1px solid #dfe3e8;
        display: flex;
        font-size: 13px;
        font-weight: 800;
        gap: 8px;
        min-height: 42px;
        padding: 0 12px;
    }

    .store-mobile-search-block-head svg {
        color: #00ab55;
        fill: none;
        height: 16px;
        stroke: currentColor;
        stroke-width: 2.2;
        width: 16px;
    }

    .store-mobile-search-chips {
        display: flex;
        flex-wrap: wrap;
        gap: 6px;
        padding: 10px 12px;
    }

    .store-mobile-search-chip {
        background: rgba(255, 171, 0, 0.12);
        border: 1px solid rgba(255, 171, 0, 0.35);
        border-radius: 999px;
        color: #b76e00;
        font-size: 12px;
        font-weight: 700;
        padding: 6px 10px;
        text-decoration: none;
    }

    button.store-mobile-search-chip {
        background: #fff;
        border: 1px solid #dfe3e8;
        color: #161c24;
        cursor: pointer;
    }

    .store-mobile-product-type-list { display: grid; gap: 8px; padding: 10px 12px; }

    .store-mobile-product-type-card {
        align-items: center;
        background: #fff;
        border: 1px solid #dfe3e8;
        border-radius: 10px;
        color: #161c24;
        cursor: pointer;
        display: grid;
        font: inherit;
        gap: 8px;
        grid-template-columns: minmax(0, 1fr) auto;
        padding: 10px 12px;
        text-align: left;
        text-decoration: none;
        width: 100%;
    }

    .store-mobile-product-type-card.is-active {
        border-color: rgba(0, 171, 85, 0.35);
        box-shadow: inset 3px 0 0 #00ab55;
    }

    .store-mobile-product-type-card strong,
    .store-mobile-product-type-card small { display: block; }
    .store-mobile-product-type-card strong { font-size: 13px; font-weight: 800; }
    .store-mobile-product-type-card small { color: #637381; font-size: 11px; margin-top: 2px; }
    .store-mobile-product-type-card em { color: #ff5630; font-size: 11px; font-style: normal; font-weight: 800; }

    .store-mobile-search-list { padding: 0 12px; }

    .store-mobile-search-suggestion {
        align-items: center;
        border-bottom: 1px solid #f4f6f8;
        color: #161c24;
        display: grid;
        gap: 8px;
        grid-template-columns: 32px minmax(0, 1fr) auto;
        min-height: 52px;
        text-decoration: none;
    }

    .store-mobile-search-suggestion:last-child { border-bottom: 0; }

    .store-mobile-search-suggestion-icon {
        align-items: center;
        background: rgba(0, 171, 85, 0.08);
        border-radius: 8px;
        color: #00ab55;
        display: inline-flex;
        height: 32px;
        justify-content: center;
        width: 32px;
    }

    .store-mobile-search-suggestion-icon svg {
        fill: none;
        height: 16px;
        stroke: currentColor;
        stroke-width: 2.1;
        width: 16px;
    }

    .store-mobile-search-suggestion strong { display: block; font-size: 13px; font-weight: 800; }
    .store-mobile-search-suggestion small { color: #637381; display: block; font-size: 11px; margin-top: 2px; }
    .store-mobile-search-suggestion em { color: #ff5630; font-size: 11px; font-style: normal; font-weight: 800; }

    .store-mobile-search-product { grid-template-columns: 44px minmax(0, 1fr) auto; min-height: 70px; padding: 8px 0; }
    .store-mobile-search-product img {
        background: #f9fafb;
        border: 1px solid #dfe3e8;
        border-radius: 8px;
        height: 56px;
        object-fit: contain;
        padding: 4px;
        width: 40px;
    }

    .store-mobile-search-empty,
    .store-mobile-search-loading {
        background: #f9fafb;
        border: 1px solid #dfe3e8;
        border-radius: 10px;
        color: #637381;
        font-size: 13px;
        font-weight: 700;
        margin-top: 10px;
        padding: 12px;
        text-align: center;
    }

    .store-mobile-search-empty[hidden],
    .store-mobile-search-loading[hidden] { display: none !important; }

    .store-mobile-search-actions {
        display: flex;
        gap: 10px;
        justify-content: space-between;
        margin-top: 12px;
        padding: 0 2px;
    }

    .store-mobile-search-actions button,
    .store-mobile-search-actions a {
        font-size: 13px;
        font-weight: 700;
    }

    .store-mobile-search-actions button {
        background: transparent;
        border: 0;
        color: #637381;
        cursor: pointer;
    }

    .store-mobile-search-actions a { color: #00ab55; text-decoration: none; }
}

.footer-bottom-nav-btn.active,
.footer-bottom-nav-btn.is-active {
    border-top-color: #00ab55 !important;
    color: #00ab55 !important;
}

.footer-bottom-nav-btn.active i,
.footer-bottom-nav-btn.is-active i { color: #00ab55 !important; }

/* Footer bülten KVKK onay kutusu (Sellzy demosunda yok, projede zorunlu) */
.sf-footer-newsletter-form {
    margin: 0 auto;
    max-width: 420px;
    width: 100%;
}

.sf-footer-newsletter-consent {
    align-items: flex-start;
    cursor: pointer;
    display: flex;
    gap: 10px;
    margin: 16px auto 0;
    max-width: 420px;
    text-align: left;
}

.sf-footer-newsletter-consent-text {
    color: #919eab;
    flex: 1;
    font-size: 0.8125rem;
    line-height: 1.45;
}

.sf-footer-newsletter-consent-text a {
    color: #073b6f;
    font-weight: 600;
    text-decoration: none;
}

.sf-footer-newsletter-consent-text a:hover {
    text-decoration: underline;
}

.sf-footer-newsletter-checkbox {
    display: inline-flex;
    flex-shrink: 0;
    position: relative;
}

.sf-footer-newsletter-checkbox input {
    cursor: pointer;
    height: 18px;
    margin: 0;
    opacity: 0;
    position: absolute;
    width: 18px;
}

.sf-footer-newsletter-checkbox-mark {
    align-items: center;
    background: #fff;
    border: 1.5px solid #c4cdd5;
    border-radius: 4px;
    color: #fff;
    display: inline-flex;
    height: 18px;
    justify-content: center;
    transition: background-color 0.15s ease, border-color 0.15s ease;
    width: 18px;
}

.sf-footer-newsletter-checkbox-mark i {
    font-size: 14px;
    line-height: 1;
    opacity: 0;
    transition: opacity 0.15s ease;
}

.sf-footer-newsletter-checkbox input:checked + .sf-footer-newsletter-checkbox-mark {
    background: #073b6f;
    border-color: #073b6f;
}

.sf-footer-newsletter-checkbox input:checked + .sf-footer-newsletter-checkbox-mark i {
    opacity: 1;
}

body.mobile-bottom-nav-active footer.bg-primary-darker {
    padding-bottom: 100px;
}

@media (min-width: 768px) {
    body.mobile-bottom-nav-active footer.bg-primary-darker {
        padding-bottom: 60px;
    }
}

.storefront-main {
    min-height: 40vh;
}

.product-card-cover {
    aspect-ratio: 3 / 4;
}

.home-one-hero-slider .single-hero-slider-content h1,
.home-one-hero-slider .single-hero-slider-content h2 {
    text-wrap: balance;
}

@media (min-width: 1024px) {
    .home-one-hero-slider .home-hero-slide-item {
        padding-right: 48px !important;
    }

    .home-one-hero-slider .home-hero-slide-content {
        max-width: 460px;
        width: 100%;
    }

    .home-one-hero-slider .home-hero-slide-content h1,
    .home-one-hero-slider .home-hero-slide-content h2 {
        font-size: clamp(38px, 3vw, 48px) !important;
        line-height: 1.12;
    }
}

.home-four-category-filter button.text-primary {
    color: var(--color-primary, #073b6f);
}

#product-details-tabs .filter-list button {
    background: transparent;
    border: 0;
    border-bottom: 1px solid transparent;
    color: var(--cf-text-muted);
    cursor: pointer;
    font-size: var(--cf-font);
    font-weight: var(--cf-weight-normal);
    line-height: var(--cf-line);
    margin-bottom: -1px;
    padding: 8px 12px;
    transition: color 0.15s ease, border-color 0.15s ease;
}

#product-details-tabs .filter-list button.active,
#product-details-tabs .filter-list button:hover {
    border-bottom-color: var(--cf-text);
    color: var(--cf-text);
    font-weight: var(--cf-weight-medium);
}

.store-product-thumb {
    background: var(--cf-bg-subtle);
    border: 1px solid var(--cf-border);
    border-radius: var(--cf-radius-sm);
    cursor: pointer;
    overflow: hidden;
    padding: 4px;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.store-product-thumb.is-active,
.store-product-thumb:hover {
    border-color: var(--cf-accent) !important;
    box-shadow: 0 0 0 1px var(--cf-accent);
}

.shop-filter-sidebar .category-scroll {
    scrollbar-width: thin;
}

.product-card-book-title a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    min-height: 3rem;
    max-height: 3rem;
    text-overflow: ellipsis;
    word-break: normal;
    overflow-wrap: anywhere;
}

.product-card-book-author {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    overflow: hidden;
}

.product-card-book-meta {
    min-height: 1.375rem;
}

.product-card-book-rating-row,
.product-card-book-price-row {
    min-height: 2.75rem;
}

.product-card-book-price-row .price-section {
    margin-bottom: 0;
}

/* Sellzy star-icon.png sprite — 5 yıldız puanlama */
.product-card-star-rating {
    width: 90px;
    height: 18px;
    background-image: url('/assets/modern/images/star-icon.png');
    background-repeat: repeat-x;
    background-position: 0 0;
    overflow: hidden;
    flex-shrink: 0;
}

.product-card-star-rating-fill {
    height: 18px;
    background-image: url('/assets/modern/images/star-icon.png');
    background-repeat: repeat-x;
    background-position: 0 -18px;
}

/* Header — Cursor-lite */
.storefront-header .header-top {
    background: var(--cf-accent);
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.storefront-header .header-top p,
.storefront-header .header-top a:not(.header-promo-badge) {
    color: #fff;
    font-size: var(--cf-font-sm);
    font-weight: var(--cf-weight-normal);
    letter-spacing: -0.01em;
}

.storefront-header .header-top ul li a.relative::after {
    background-color: rgba(255, 255, 255, 0.28) !important;
}

.storefront-header .header-top a:not(.header-promo-badge):hover {
    color: rgba(255, 255, 255, 0.88) !important;
}

.storefront-header .header-top a.header-promo-badge,
.storefront-header .header-top span.header-promo-badge {
    color: #212529;
    font-weight: var(--cf-weight-semibold);
}

.storefront-header .header-promo-badge {
    align-items: center;
    background: #ffc107;
    border-radius: var(--cf-radius-sm);
    color: #212529;
    display: inline-flex;
    flex-shrink: 0;
    font-size: 11px;
    font-weight: var(--cf-weight-semibold);
    gap: 4px;
    height: 22px;
    line-height: 1;
    padding: 0 8px;
    text-decoration: none;
    vertical-align: middle;
    white-space: nowrap;
}

.storefront-header .header-promo-badge:hover {
    background: #ffb300;
    color: #212529 !important;
}

.storefront-header .header-promo-badge i {
    color: #212529;
    font-size: 12px;
    line-height: 1;
}

.storefront-header .header-middle {
    background: var(--cf-bg);
    border-bottom: 1px solid var(--cf-border);
    padding-block: 24.5px;
}

.storefront-header .header-action-icon {
    align-items: center;
    background: var(--cf-bg);
    border: 1px solid var(--cf-border);
    border-radius: var(--cf-radius-sm);
    color: var(--cf-text-secondary);
    display: inline-flex;
    flex-shrink: 0;
    height: 36px;
    justify-content: center;
    transition: border-color 0.15s ease, background-color 0.15s ease, color 0.15s ease;
    width: 36px;
}

.storefront-header .header-action-icon i {
    font-size: 18px;
    line-height: 1;
}

.storefront-header .header-action-icon:hover,
.storefront-header .cart-sidebar-btn:hover .header-action-icon {
    background: var(--cf-bg-subtle);
    border-color: var(--cf-border-hover);
    color: var(--cf-text);
}

.storefront-header .header-account-label {
    color: var(--cf-text-muted);
    font-size: var(--cf-font-sm);
    line-height: 18px;
}

.storefront-header .header-account-name {
    color: var(--cf-text);
    font-size: var(--cf-font);
    font-weight: var(--cf-weight-medium);
    line-height: var(--cf-line);
}

.storefront-header .header-account-menu {
    position: relative;
}

.storefront-header .header-account-trigger {
    align-items: center;
    background: #f3f4f6;
    border: none;
    border-radius: 999px;
    color: var(--cf-text);
    cursor: pointer;
    display: inline-flex;
    font-family: inherit;
    font-size: var(--cf-font);
    font-weight: var(--cf-weight-medium);
    gap: 8px;
    line-height: 1;
    padding: 10px 16px;
    transition: background-color 0.2s ease;
}

.storefront-header .header-account-trigger:hover,
.storefront-header .header-account-menu.group:hover .header-account-trigger {
    background: #e9ecef;
}

.storefront-header .header-account-trigger-icon {
    font-size: 18px;
}

.storefront-header .header-account-trigger-label {
    white-space: nowrap;
}

.storefront-header .header-account-chevron {
    color: var(--cf-text-muted);
    font-size: 16px;
    transition: transform 0.2s ease;
}

.storefront-header .header-account-menu.group:hover .header-account-chevron {
    transform: rotate(180deg);
}

.storefront-header .header-account-dropdown {
    background: #f3f4f6;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    list-style: none;
    margin: 10px 0 0;
    min-width: 240px;
    opacity: 0;
    padding: 8px 0;
    position: absolute;
    right: 0;
    top: 100%;
    transform: translateY(6px);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
    visibility: hidden;
    z-index: 20;
}

.storefront-header .header-account-dropdown::before {
    border-color: transparent transparent #f3f4f6 transparent;
    border-style: solid;
    border-width: 0 8px 8px;
    content: '';
    height: 0;
    position: absolute;
    right: 24px;
    top: -8px;
    width: 0;
}

.storefront-header .header-account-menu.group:hover .header-account-dropdown {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}

.storefront-header .header-account-dropdown-item {
    align-items: center;
    background: transparent;
    border: none;
    color: var(--cf-text);
    display: flex;
    font-family: inherit;
    font-size: var(--cf-font);
    font-weight: var(--cf-weight-normal);
    gap: 12px;
    padding: 10px 16px;
    text-align: left;
    text-decoration: none;
    transition: color 0.2s ease, background-color 0.2s ease;
    width: 100%;
}

.storefront-header .header-account-dropdown-item i {
    flex-shrink: 0;
    font-size: 18px;
}

.storefront-header .header-account-dropdown-item:hover {
    background: rgba(0, 0, 0, 0.04);
    color: var(--cf-accent);
}

.storefront-header .header-account-dropdown-item.text-success {
    color: #198754;
}

.storefront-header .header-account-dropdown-item.text-success:hover {
    color: #157347;
}

.customer-message-unread-badge {
    align-items: center;
    background: #dc2626;
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    flex-shrink: 0;
    font-size: 11px;
    font-weight: 700;
    height: 20px;
    justify-content: center;
    line-height: 1;
    margin-left: auto;
    min-width: 20px;
    padding: 0 5px;
}

.customer-message-unread-badge-trigger {
    left: -7px;
    margin-left: 0;
    position: absolute;
    top: -9px;
    z-index: 2;
}

.header-utility-link,
.mobile-account-profile-link { position: relative; }
.customer-message-utility-badge,
.customer-message-mobile-profile-badge {
    height: 18px;
    min-width: 18px;
    padding: 0 4px;
    position: absolute;
    right: -9px;
    top: -7px;
}

.customer-message-new-label {
    background: #dc2626;
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    padding: 6px 9px;
}

.storefront-header .header-account-dropdown form {
    margin: 0;
}

.storefront-header .header-account-dropdown-icon {
    align-items: center;
    background: var(--cf-bg-subtle);
    border-radius: var(--cf-radius-sm);
    display: inline-flex;
    height: 28px;
    justify-content: center;
    width: 28px;
}

.storefront-header .header-account-dropdown-icon i {
    font-size: 14px;
}

.storefront-header .search-result-container {
    border: 1px solid var(--cf-border) !important;
    border-radius: var(--cf-radius) !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06) !important;
}

.storefront-header .sticky-header {
    background: var(--cf-bg);
    border-bottom: 1px solid var(--cf-border);
}

.storefront-header #sidebar {
    border-right: 1px solid var(--cf-border);
    box-shadow: 8px 0 24px rgba(0, 0, 0, 0.06);
}

.storefront-header #sidebar .btn {
    border-radius: var(--cf-radius-sm);
    box-shadow: none !important;
    font-size: var(--cf-font);
    font-weight: var(--cf-weight-medium);
}

.storefront-header .mobile-menu-btn {
    align-items: center;
    background: var(--cf-bg);
    border: 1px solid var(--cf-border);
    border-radius: var(--cf-radius-sm);
    display: inline-flex;
    height: 36px;
    justify-content: center;
    width: 36px;
}

.storefront-header .mobile-cart-btn {
    align-items: center;
    background: var(--cf-bg-subtle);
    border: 1px solid var(--cf-border);
    border-radius: var(--cf-radius-sm);
    color: var(--cf-text);
    display: inline-flex;
    height: 36px;
    justify-content: center;
    width: 36px;
}

.storefront-header .mobile-search-bar .input-group {
    background: var(--cf-bg);
    border: 1px solid var(--cf-border) !important;
    border-radius: var(--cf-radius) !important;
    padding: 6px 12px !important;
}

.storefront-header .mobile-search-bar .form-control {
    font-size: var(--cf-font);
}

.header-bottom-slim {
    background: var(--cf-bg-muted);
    border-bottom: 1px solid var(--cf-border);
    border-top: 0;
}

.sticky-header.sticky-top.storefront-header-nav {
    box-shadow: 0 4px 14px rgba(22, 28, 36, 0.06);
}

/* Fixed navigasyon normal akıştan çıktığında kendi yüksekliği kadar yer tutar. */
.storefront-header.has-fixed-storefront-nav {
    padding-bottom: var(--storefront-sticky-reserve, 0px);
}

/* Giriş animasyonu scroll eşiğinde görsel titreme oluşturuyordu. */
.storefront-header .sticky-header.sticky-top {
    animation: none;
}

.storefront-header-nav-container {
    padding-inline: 0;
}

.storefront-header-nav-list {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

.storefront-header-nav-list::-webkit-scrollbar {
    display: none;
}

.storefront-header .storefront-header-nav-list > ul {
    align-items: stretch;
    display: flex;
    flex-wrap: nowrap;
    gap: 0;
    justify-content: flex-start;
    margin: 0;
    min-width: min-content;
    padding: 0 16px;
}

@media (min-width: 1280px) {
    .storefront-header .storefront-header-nav-list > ul {
        justify-content: center;
        padding-inline: 20px;
    }
}

.storefront-header .storefront-header-nav-list > ul > li {
    flex-shrink: 0;
    position: relative;
}

.storefront-header .storefront-header-nav-list > ul > li > a {
    border-bottom: 2px solid transparent;
    color: #454545;
    display: inline-flex;
    font-size: 11px;
    font-weight: var(--cf-weight-semibold);
    letter-spacing: 0.05em;
    line-height: 1;
    margin-bottom: -1px;
    padding: 15px 12px 13px;
    text-decoration: none;
    text-transform: uppercase;
    transition: color 0.15s ease, border-color 0.15s ease, background-color 0.15s ease;
    white-space: nowrap;
}

@media (min-width: 1280px) {
    .storefront-header .storefront-header-nav-list > ul > li > a {
        font-size: 12px;
        padding: 16px 14px 14px;
    }
}

.storefront-header .storefront-header-nav-list > ul > li > a:hover {
    border-bottom-color: var(--cf-accent);
    color: var(--cf-accent);
}

.storefront-header .storefront-header-nav-list > ul > li > a.active {
    border-bottom-color: var(--cf-accent);
    color: var(--cf-accent);
    font-weight: var(--cf-weight-semibold);
}

.storefront-header .storefront-header-nav-list > ul > li:first-child > a {
    color: var(--cf-text);
    font-weight: var(--cf-weight-semibold);
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.storefront-header .storefront-header-nav-list > ul > li:first-child > a:hover {
    border-bottom-color: var(--cf-accent);
    color: var(--cf-accent);
}

.storefront-header .storefront-header-nav-list > ul > li:first-child > a.active {
    border-bottom-color: var(--cf-accent);
    color: var(--cf-accent);
}

.storefront-header .storefront-header-nav-list > ul > li > a .text-error {
    color: var(--cf-accent);
    font-size: 10px;
    font-weight: var(--cf-weight-medium);
    letter-spacing: 0;
    margin-left: 4px;
    text-transform: none;
}

/* Mobil yan menü */
.storefront-header #sidebar .storefront-mobile-menu > ul {
    border: 1px solid var(--cf-border);
    border-radius: var(--cf-radius);
    overflow: hidden;
    padding: 0 !important;
}

.storefront-header #sidebar .storefront-mobile-menu > ul > li {
    padding: 0 !important;
}

.storefront-header #sidebar .storefront-mobile-menu > ul > li + li {
    border-top: 1px solid var(--cf-border);
}

.storefront-header #sidebar .storefront-mobile-menu a {
    color: var(--cf-text);
    display: block;
    font-size: var(--cf-font);
    font-weight: var(--cf-weight-medium);
    line-height: 1.4;
    padding: 12px 14px;
    text-decoration: none;
    transition: background-color 0.15s ease, color 0.15s ease;
}

.storefront-header #sidebar .storefront-mobile-menu a:hover,
.storefront-header #sidebar .storefront-mobile-menu a.active {
    background: var(--cf-accent-subtle);
    color: var(--cf-accent);
}

.storefront-header #sidebar .storefront-mobile-menu ul ul {
    background: var(--cf-bg-muted);
    border-top: 1px solid var(--cf-border);
    padding: 4px 0 4px 12px !important;
}

.storefront-header #sidebar .storefront-mobile-menu ul ul a {
    color: var(--cf-text-secondary);
    font-size: var(--cf-font-sm);
    font-weight: var(--cf-weight-normal);
    padding: 10px 14px;
}

.storefront-mobile-menu-badge {
    color: var(--cf-accent);
    font-size: 10px;
    font-weight: var(--cf-weight-medium);
    margin-left: 6px;
}

.product-card-1.storefront-product-card .product-card-book-title a:hover {
    color: var(--cf-accent);
}

.category-explorer-mega-panel {
    background: var(--cf-bg);
    border-top: 1px solid var(--cf-border);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    position: relative;
}

.category-explorer-mega-accent {
    background: var(--cf-accent);
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}

.category-explorer-sidebar-eyebrow {
    font-size: 11px;
    font-weight: var(--cf-weight-medium);
    letter-spacing: 0.04em;
}

.category-explorer-sidebar-title {
    font-size: var(--cf-font-lg);
    font-weight: var(--cf-weight-semibold);
    letter-spacing: -0.02em;
}

.category-explorer-sidebar-item {
    font-size: var(--cf-font);
    font-weight: var(--cf-weight-normal);
}

.category-explorer-sidebar-item.is-active {
    font-weight: var(--cf-weight-medium);
}

/* Ana sayfa Sellzy ürün vitrini */
.shop-listing-toolbar {
    min-height: 62px;
}

.storefront-header .live-search-panel {
    box-sizing: border-box;
    max-width: none;
    overflow: hidden;
    padding: 0;
    width: 100% !important;
}

.live-search-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(300px, .88fr);
    max-height: min(560px, calc(100vh - 170px));
    overflow: auto;
}

.live-search-suggestions,
.live-search-products { padding: 20px; }
.live-search-products { background: #f8fafc; border-left: 1px solid var(--cf-border); }
.live-search-heading { align-items: center; display: flex; justify-content: space-between; margin-bottom: 10px; }
.live-search-heading strong { color: var(--cf-text); font-size: 14px; }
.live-search-heading span { color: var(--cf-text-muted); font-size: 12px; }
.live-search-suggestion-list { display: flex; flex-direction: column; }
.live-search-suggestion-list a {
    align-items: center; border-bottom: 1px solid var(--cf-border); color: var(--cf-text);
    display: flex; gap: 10px; min-height: 42px; padding: 8px 2px;
}
.live-search-suggestion-list a:hover { color: var(--cf-accent); }
.live-search-suggestion-list i { color: var(--cf-text-muted); font-size: 18px; }
.live-search-all { color: var(--cf-accent); display: inline-flex; font-size: 13px; font-weight: 700; margin-top: 14px; }
.live-search-product-list { display: flex; flex-direction: column; gap: 9px; }
.live-search-product {
    align-items: center; background: #fff; border: 1px solid var(--cf-border); border-radius: 10px;
    color: var(--cf-text); display: grid; gap: 10px; grid-template-columns: 62px minmax(0, 1fr); min-height: 82px; padding: 8px;
}
.live-search-product:hover { border-color: var(--cf-accent); }
.live-search-product img { border-radius: 7px; height: 64px; object-fit: contain; width: 62px; }
.live-search-product span { display: flex; min-width: 0; flex-direction: column; }
.live-search-product strong { font-size: 13px; line-height: 1.3; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.live-search-product small { color: var(--cf-text-muted); font-size: 11px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.live-search-product em { color: var(--cf-accent); font-size: 13px; font-style: normal; font-weight: 800; margin-top: 4px; }
.live-search-empty { color: var(--cf-text-muted); font-size: 13px; padding: 24px 0; text-align: center; }

@media (max-width: 1279px) {
    .storefront-header .live-search-panel { width: 100% !important; }
    .live-search-layout { grid-template-columns: 1fr; }
    .live-search-products { border-left: 0; border-top: 1px solid var(--cf-border); }
}

.shop-listing-toolbar #shop-sort,
.shop-listing-toolbar .nice-select {
    border-radius: 8px !important;
}

.storefront-main :where(a, button, input, select, textarea, summary):focus-visible {
    outline: 3px solid rgba(0, 143, 130, 0.42);
    outline-offset: 2px;
}

#shop-filter-form .nice-select,
#shop-filter-form input[type="number"],
#shop-filter-form button[type="submit"] {
    border-radius: 8px !important;
}

.shop-category-tree,
.shop-category-tree ul {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

#shop-filter-form .widget-category {
    clear: both;
    display: flow-root;
}

.shop-category-tree-summary,
.shop-category-tree-leaf,
.shop-category-tree-all,
.shop-category-tree-reset {
    align-items: center;
    color: var(--color-light-primary-text);
    cursor: pointer;
    display: flex;
    font-size: 0.875rem;
    justify-content: space-between;
    min-height: 38px;
    padding: 0.45rem 0.55rem;
    text-align: left;
    width: 100%;
}

.shop-category-tree-summary {
    border-radius: 8px;
    gap: 0.5rem;
    list-style: none;
}

.shop-category-tree-summary::-webkit-details-marker {
    display: none;
}

.shop-category-tree-summary:hover,
.shop-category-tree-leaf:hover {
    background: rgba(0, 143, 130, 0.07);
}

.shop-category-tree-children {
    border-left: 1px solid var(--color-gray-300);
    margin: 0.2rem 0 0.35rem 0.8rem;
    padding-left: 0.65rem;
}

.shop-category-tree-all {
    color: var(--color-primary);
    font-size: 0.8rem;
    min-height: 34px;
    padding-left: 0.55rem;
}

.shop-category-tree-leaf {
    border-radius: 8px;
}

.shop-category-tree-leaf:hover,
.shop-category-tree-all:hover,
.shop-category-tree-leaf.is-active,
.shop-category-tree-all.is-active {
    color: var(--color-primary);
}

.shop-category-tree-name {
    flex: 1 1 auto;
    line-height: 1.35;
    min-width: 0;
}

.shop-category-tree-meta {
    align-items: center;
    display: inline-flex;
    flex: 0 0 auto;
    gap: 0.45rem;
}

.shop-category-tree-count {
    background: var(--color-gray-200);
    border-radius: 999px;
    color: var(--color-light-secondary-text);
    flex: 0 0 auto;
    font-size: 0.72rem;
    line-height: 1;
    min-width: 28px;
    padding: 0.3rem 0.45rem;
    text-align: center;
}

.shop-category-tree-chevron {
    color: var(--color-light-secondary-text);
    flex: 0 0 auto;
    transition: transform 180ms ease;
}

.shop-category-tree-branch[open] > .shop-category-tree-summary {
    background: rgba(0, 143, 130, 0.07);
    color: var(--color-primary);
    font-weight: 600;
}

.shop-category-tree-branch[open] > .shop-category-tree-summary .shop-category-tree-chevron {
    transform: rotate(90deg);
}

.shop-category-tree-reset {
    border: 1px solid var(--color-gray-300);
    border-radius: 8px;
    color: var(--color-light-secondary-text);
    margin-bottom: 0.75rem;
}

.shop-category-tree-reset:hover,
.shop-category-tree-reset.is-active {
    background: rgba(0, 143, 130, 0.07);
    border-color: var(--color-primary);
    color: var(--color-primary);
}

.shop-filter-accordion-summary {
    align-items: center;
    cursor: pointer;
    display: flex;
    font-weight: 600;
    justify-content: space-between;
    list-style: none;
}

.shop-filter-accordion-summary::-webkit-details-marker {
    display: none;
}

.shop-filter-accordion-summary i {
    transition: transform 180ms ease;
}

.shop-filter-accordion[open] > .shop-filter-accordion-summary i {
    transform: rotate(180deg);
}

#shop-filter-form button[type="submit"] {
    height: 32px;
    min-height: 32px;
}

.home-sellzy-product-showcase {
    padding-top: 54px;
    position: relative;
}

.home-sellzy-product-heading {
    background: #fff;
    border-radius: 0 0 88px 88px;
    margin: 0 auto -88px;
    max-width: 620px;
    min-height: 96px;
    padding: 0 40px 22px;
}

.home-sellzy-product-heading::before,
.home-sellzy-product-heading::after {
    display: none;
}

.home-sellzy-product-heading::before {
    content: none;
}

.home-sellzy-product-heading::after {
    content: none;
}

.home-sellzy-product-heading h2,
.home-sellzy-product-heading p {
    position: relative;
    z-index: 2;
}

.home-sellzy-product-shell {
    background: #a0e2e0;
    border-radius: 48px;
    margin: 0 auto;
    max-width: 1728px;
    padding: 172px 0 42px;
}

.home-sellzy-product-slide,
.home-sellzy-product-slide .storefront-product-card {
    height: 100%;
}

.home-sellzy-product-slide .storefront-product-card {
    background: #fff;
}

.home-sellzy-products-slider .slick-track {
    display: flex;
}

.home-sellzy-products-slider .slick-slide {
    height: auto;
}

.home-sellzy-products-slider .slick-slide > div,
.home-sellzy-products-slider .slick-slide .home-sellzy-product-slide {
    height: 100%;
}

.home-sellzy-products-slider-nav .slider-btn {
    background: #fff;
    border: 0;
    border-radius: 999px;
    box-shadow: none;
    color: #161c24;
    height: 44px;
    width: 44px;
}

.home-sellzy-products-slider-nav .slider-btn:hover {
    background: #008f82;
    color: #fff;
}

@media (min-width: 1024px) {
    .home-sellzy-products-slider-nav {
        gap: 12px;
        margin-top: 0;
        position: absolute;
        right: max(32px, calc((100vw - 1536px) / 2 + 32px));
        top: 102px;
        z-index: 12;
    }
}

@media (max-width: 1023px) {
    .home-sellzy-product-showcase {
        padding-top: 0;
    }

    .home-sellzy-product-heading {
        background: #a0e2e0;
        border-radius: 32px 32px 0 0;
        margin-bottom: 0;
        max-width: none;
        min-height: 0;
        padding: 38px 24px 22px;
    }

    .home-sellzy-product-heading::before,
    .home-sellzy-product-heading::after {
        display: none;
    }

    .home-sellzy-product-shell {
        border-radius: 0 0 32px 32px;
        padding: 18px 0 36px;
    }
}

@media (max-width: 639px) {
    .home-sellzy-product-heading,
    .home-sellzy-product-shell {
        border-radius: 0;
    }

    .home-sellzy-product-heading h2 {
        font-size: 26px;
        line-height: 34px;
    }

    .shop-listing-toolbar {
        align-items: stretch;
        padding-left: 16px;
        padding-right: 16px;
    }

    .shop-listing-toolbar > div {
        min-width: 0 !important;
    }
}

.home-product-type-heading { align-items:flex-end; border-bottom:1px solid #d9dee5; display:flex; gap:40px; justify-content:space-between; }
.home-product-type-title { flex:0 0 auto; line-height:1.25; padding-bottom:18px; }
.home-product-type-tabs { min-width:0; overflow:hidden; }
.home-product-type-list { align-items:flex-end; display:flex; gap:28px; overflow-x:auto; overflow-y:hidden; scrollbar-width:none; }
.home-product-type-list::-webkit-scrollbar { display:none; }
.home-product-type-button { background:transparent; border:0; border-bottom:2px solid transparent; color:#5c6570; cursor:pointer; flex:0 0 auto; font-size:15px; font-weight:600; padding:8px 2px 16px; transition:border-color 180ms ease,color 180ms ease; }
.home-product-type-button:hover, .home-product-type-button.is-active { color:#008f82; }
.home-product-type-button.is-active { border-bottom-color:#161c24; }
.home-product-category-tabs { align-items:center; display:flex; gap:12px; justify-content:flex-start; margin-bottom:24px; overflow-x:auto; padding:2px; scrollbar-width:thin; }
.home-product-type-group > .home-product-category-tabs > :first-child { margin-left:auto; }
.home-product-category-button { background:#fff; border:1px solid #d9dee5; border-radius:999px; color:#161c24; cursor:pointer; flex:0 0 auto; font-size:15px; font-weight:600; line-height:22px; padding:10px 20px; text-decoration:none; transition:background-color 180ms ease,color 180ms ease,border-color 180ms ease; }
.home-product-category-count { color:inherit; font-size:12px; font-weight:500; opacity:.72; }
.home-product-category-button:hover, .home-product-category-button.is-active { background:#008f82; border-color:#008f82; color:#fff !important; }
.home-product-type-group, .home-product-category-content, .home-product-category-content > .tab-pane { min-width:0; width:100%; }
.home-product-type-products-slider { margin:0 -12px; min-width:0; position:relative; width:calc(100% + 24px); }
.home-product-type-products-slider .slick-track { display:flex; }
.home-product-type-products-slider .slick-slide { height:auto; padding:0 12px; }
.home-product-type-products-slider .slick-slide > div,
.home-product-type-product-slide,
.home-product-type-card-cell,
.home-product-type-card-cell > .storefront-product-card { height:100%; }
.home-product-type-slider-btn { align-items:center; background:#fff; border:1px solid #d9dee5; border-radius:999px; box-shadow:0 4px 14px rgba(22,28,36,.12); color:#161c24; cursor:pointer; display:flex; height:42px; justify-content:center; position:absolute; top:50%; transform:translateY(-50%); transition:background-color 180ms ease,color 180ms ease,border-color 180ms ease; width:42px; z-index:4; }
.home-product-type-slider-btn:hover { background:#008f82; border-color:#008f82; color:#fff; }
.home-product-type-slider-prev { left:-9px; }
.home-product-type-slider-next { right:-9px; }
.home-product-type-slider-btn.slick-disabled { cursor:default; opacity:0; pointer-events:none; }
@media (max-width:1023px) {
    .home-product-type-heading { align-items:stretch; flex-direction:column; gap:0; }
    .home-product-type-title { font-size:28px; padding-bottom:16px; }
    .home-product-type-tabs { overflow:hidden; }
    .home-product-type-button { padding-bottom:14px; }
    .home-product-category-tabs { overflow-x:auto; overflow-y:hidden; scrollbar-width:none; }
    .home-product-category-tabs::-webkit-scrollbar { display:none; }
    .home-product-category-button { padding:9px 16px; }
    .home-product-type-slider-prev { left:0; }
    .home-product-type-slider-next { right:0; }
}

.mobile-bottom-cart-btn {
    position: relative;
}

.mobile-bottom-cart-count {
    align-items: center;
    background: var(--cf-error, #ff5630);
    border: 2px solid #fff;
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    font-size: 10px;
    font-weight: 700;
    height: 20px;
    justify-content: center;
    line-height: 1;
    min-width: 20px;
    padding-inline: 4px;
    position: absolute;
    right: -5px;
    top: -5px;
    z-index: 2;
}

@media (hover: none), (max-width: 1023px) {
    .product-card-1.storefront-product-card .product-btn-actions {
        bottom: 8px;
        opacity: 1;
        pointer-events: auto;
    }
}

body.category-explorer-open::before {
    background: rgba(0, 0, 0, 0.24);
    backdrop-filter: blur(1px);
}

#dropdownMenu.category-explorer-mega {
    border-radius: 0 0 var(--cf-radius) var(--cf-radius);
}

/* Ürün kartları — Cursor-lite */
.product-card-1.storefront-product-card {
    background: var(--cf-bg);
    border: 1px solid var(--cf-border);
    border-radius: var(--cf-radius);
    overflow: hidden;
    padding: 12px;
    position: relative;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.product-card-1.storefront-product-card:hover {
    border-color: var(--cf-border-hover);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.product-card-1.storefront-product-card .product-image {
    aspect-ratio: 2 / 3;
    background: var(--cf-bg-subtle);
    border: 1px solid var(--cf-border);
    border-radius: var(--cf-radius-sm);
    margin-bottom: 10px;
    position: relative;
}

.product-card-1.storefront-product-card .product-image > a {
    display: block;
    height: 100%;
    width: 100%;
}

.product-card-1.storefront-product-card .product-image img {
    display: block;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: opacity 0.2s ease;
    width: 100%;
}

.product-card-1.storefront-product-card:hover .product-image img {
    opacity: 0.92;
    transform: none;
}

.product-card-1.storefront-product-card .product-discount-badge {
    background: var(--cf-accent);
    border-radius: var(--cf-radius-sm);
    color: #fff;
    font-size: 10px;
    font-weight: var(--cf-weight-semibold);
    left: 8px;
    letter-spacing: 0.01em;
    line-height: 1;
    padding: 5px 8px;
    position: absolute;
    top: 8px;
    z-index: 2;
}

.product-card-1.storefront-product-card .product-discount-badge::after {
    display: none;
}

.product-card-1.storefront-product-card .product-card-book-title,
.product-card-1.storefront-product-card .product-card-book-title a {
    color: var(--cf-text);
    font-size: var(--cf-font);
    font-weight: var(--cf-weight-medium);
    letter-spacing: -0.01em;
    line-height: 18px;
    min-height: 2.25rem;
    max-height: 2.25rem;
}

.product-card-1.storefront-product-card .product-card-book-author {
    color: var(--cf-text-muted);
    font-size: var(--cf-font-sm);
    line-height: 18px;
    margin-bottom: 8px;
}

.product-card-1.storefront-product-card .product-card-book-meta {
    color: var(--cf-text-secondary);
    font-size: var(--cf-font-sm);
    min-height: auto;
}

.product-card-1.storefront-product-card .product-card-book-meta .book-year {
    color: var(--cf-text);
    font-weight: var(--cf-weight-medium);
}

.product-card-1.storefront-product-card .current-price {
    color: var(--cf-text);
    font-size: var(--cf-font);
    font-weight: var(--cf-weight-semibold);
    letter-spacing: -0.02em;
}

.product-card-1.storefront-product-card .old-price {
    color: var(--cf-text-muted);
    font-size: var(--cf-font-sm);
}

.product-card-1.storefront-product-card .discount-percentage {
    color: var(--cf-text-secondary);
    font-size: var(--cf-font-sm);
    font-weight: var(--cf-weight-normal);
}

.product-card-1.storefront-product-card .product-card-add-btn {
    align-items: center;
    background: var(--theme-button-bg) !important;
    border: 1px solid var(--theme-button-bg) !important;
    border-radius: 999px;
    box-shadow: 0 6px 14px rgba(7, 59, 111, 0.18);
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-size: 12px;
    font-weight: 700;
    gap: 7px;
    height: 40px;
    justify-content: center;
    line-height: 1;
    min-width: 78px;
    padding: 0 16px;
    transition: background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
    white-space: nowrap;
    width: auto;
}

.product-card-1.storefront-product-card .product-card-add-btn:hover {
    background: var(--theme-button-hover) !important;
    border-color: var(--theme-button-hover) !important;
    color: var(--theme-button-hover-text) !important;
    box-shadow: 0 8px 18px rgba(7, 59, 111, 0.24);
    transform: translateY(-1px);
}

.product-card-1.storefront-product-card .product-card-add-btn i {
    font-size: 16px;
}

.product-card-1.storefront-product-card .product-card-cart-btn-full {
    align-items: center;
    background: var(--theme-button-bg) !important;
    border: 1px solid var(--theme-button-bg) !important;
    border-radius: 999px;
    box-shadow: 0 6px 14px rgba(7, 59, 111, 0.18) !important;
    color: #fff !important;
    display: inline-flex !important;
    font-size: 12px;
    font-weight: 700;
    gap: 7px;
    height: 40px;
    justify-content: center;
    line-height: 1;
    margin-left: auto;
    min-height: 40px;
    min-width: 78px;
    padding: 0 16px;
    white-space: nowrap;
    width: fit-content !important;
}

.product-card-1.storefront-product-card .product-card-cart-btn-full:hover {
    background: var(--theme-button-hover) !important;
    border-color: var(--theme-button-hover) !important;
    color: var(--theme-button-hover-text) !important;
    box-shadow: 0 8px 18px rgba(7, 59, 111, 0.24) !important;
    transform: translateY(-1px);
}

.product-card-1.storefront-product-card .product-card-cart-btn i { color: #fff !important; font-size: 16px; }
.product-card-cart-form { display: flex; flex-wrap: wrap; justify-content: flex-end; }
.product-card-cart-form .product-card-color-picker { flex: 0 0 100%; }

.product-card-1.storefront-product-card .product-image-container {
    position: relative;
}

.product-card-stock-status {
    align-items: center;
    display: inline-flex;
    font-size: 12px;
    font-weight: 600;
    gap: 5px;
    line-height: 1.35;
    margin: 0 0 8px;
}

.product-card-stock-status.is-in-stock {
    color: var(--cf-success, #16803c);
}

.product-card-stock-status.is-out-of-stock {
    color: var(--cf-danger, #c62828);
}

.product-card-cart-btn:disabled,
.product-card-add-btn:disabled {
    cursor: not-allowed;
    opacity: .55;
}

/* Sepet yan paneli — portre kitap kapaklarını kırpmadan eşit göster. */
.cart-sidebar .cart-sidebar-book-image {
    align-items: center;
    aspect-ratio: 3 / 4;
    display: flex;
    height: 136px;
    justify-content: center;
    width: 102px;
}

.cart-sidebar .cart-sidebar-book-image img {
    display: block;
    height: 100%;
    object-fit: contain;
    object-position: center;
    width: 100%;
}

@media (max-width: 639px) {
    .cart-sidebar .cart-sidebar-book-image {
        height: 118px;
        width: 88px;
    }
}

.product-card-1.storefront-product-card .product-btn-actions {
    bottom: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.28s ease, bottom 0.28s ease;
}

.product-card-1.storefront-product-card:hover .product-btn-actions {
    bottom: 12px;
    opacity: 1;
    pointer-events: auto;
}

.product-card-1.storefront-product-card .product-btn-actions ul {
    background: transparent;
    border: 0;
    box-shadow: none;
    gap: 1px;
    overflow: visible;
    padding: 0;
}

.product-card-1.storefront-product-card .product-btn-action-item {
    align-items: center;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    background: rgba(255, 255, 255, 0.72);
    border: 0;
    color: var(--cf-text-secondary);
    cursor: pointer;
    display: inline-flex;
    height: 44px;
    justify-content: center;
    text-decoration: none;
    transition: background-color 0.2s ease, color 0.2s ease;
    width: 44px;
}

.product-card-1.storefront-product-card .product-btn-action-item-first {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.product-card-1.storefront-product-card .product-btn-action-item-last {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.product-card-1.storefront-product-card .product-btn-action-item:only-child,
.product-card-1.storefront-product-card li:only-child .product-btn-action-item {
    border-radius: 4px;
}

.product-card-1.storefront-product-card .product-btn-action-item:hover {
    background: rgba(255, 255, 255, 0.92);
    color: var(--cf-text);
}

.product-card-1.storefront-product-card .product-btn-action-item i {
    font-size: 22px;
    line-height: 1;
}

.product-card-1.storefront-product-card .product-card-action-btn {
    align-items: center;
    background: var(--cf-bg);
    border: 1px solid var(--cf-border);
    border-radius: var(--cf-radius-sm);
    color: var(--cf-text-muted);
    cursor: pointer;
    display: inline-flex;
    height: 32px;
    justify-content: center;
    transition: border-color 0.15s ease, color 0.15s ease, background-color 0.15s ease;
    width: 32px;
}

.product-card-1.storefront-product-card .product-card-action-btn:hover {
    background: var(--cf-bg-subtle);
    border-color: var(--cf-border-hover);
    color: var(--cf-text);
}

.product-card-1.storefront-product-card .product-card-action-btn i {
    font-size: 16px;
}

.product-card-1.storefront-product-card .product-card-book-rating-row,
.product-card-1.storefront-product-card .product-card-book-price-row {
    min-height: auto;
}

.product-card-1.storefront-product-card .product-card-book-rating-row {
    align-items: center;
    line-height: 0;
}

.product-card-1.storefront-product-card .product-card-star-rating {
    display: block;
    flex-shrink: 0;
    height: 18px;
    width: 90px;
}

.product-card-1.storefront-product-card .product-card-star-rating-fill {
    display: block;
    height: 18px;
}

.product-card-1.storefront-product-card .rating-section span {
    color: var(--cf-text-muted);
    font-size: var(--cf-font-sm);
}

/* Eski hover turuncu — devre dışı */
.product-card-1.storefront-product-card.group:hover .product-card-cart-btn,
.product-card-1.storefront-product-card.group:hover .product-card-add-btn {
    background-color: var(--theme-button-bg) !important;
    border-color: var(--theme-button-bg) !important;
    color: #fff !important;
}

.product-card-1.storefront-product-card.group:hover .product-card-cart-btn i,
.product-card-1.storefront-product-card.group:hover .product-card-add-btn i {
    color: #fff !important;
}

.product-card-1.storefront-product-card.group:hover .product-card-cart-btn:hover,
.product-card-1.storefront-product-card.group:hover .product-card-add-btn:hover {
    background-color: var(--theme-button-hover) !important;
    border-color: var(--theme-button-hover) !important;
    color: var(--theme-button-hover-text) !important;
}

.product-card-1.storefront-product-card.group:hover .product-card-cart-btn:hover i,
.product-card-1.storefront-product-card.group:hover .product-card-add-btn:hover i {
    color: var(--theme-button-hover-text) !important;
}

/* Kart hover — sepet butonu hero turuncu (warning) — legacy kartlar */
.product-card-1:not(.storefront-product-card).group:hover .product-card-cart-btn {
    background-color: var(--color-warning, #ffc107) !important;
    border-color: var(--color-warning, #ffc107) !important;
    color: #212529 !important;
}

.product-card-1:not(.storefront-product-card).group:hover .product-card-cart-btn i {
    color: #212529 !important;
}

/* Tüm Kategoriler — keşif mega menüsü */
body.category-explorer-open::before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(22, 28, 36, 0.42);
    backdrop-filter: blur(2px);
    z-index: 45;
    pointer-events: none;
    opacity: 1;
    transition: opacity 0.28s ease;
}

body.category-explorer-open .category-explorer-host {
    position: relative;
    z-index: 50;
}

.header-middle.category-explorer-host {
    z-index: auto;
}

.header-bottom-nav.main-menu.storefront-header-nav-list > ul {
    justify-content: flex-start;
}

/* İnce ikincil navigasyon şeridi */
.storefront-header .header-middle {
    border-color: var(--cf-border);
}

.storefront-header .py-4.border.border-gray-300 {
    border-color: var(--cf-border) !important;
}

.storefront-main .btn-primary {
    box-shadow: none;
}

.storefront-main .product-card-1.storefront-product-card .btn-primary {
    border-radius: var(--cf-radius-sm);
    font-size: var(--cf-font-sm);
    font-weight: var(--cf-weight-medium);
}

body.category-explorer-open #dropdownButton.category-explorer-btn {
    box-shadow: none;
}

#dropdownMenu.category-explorer-mega {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    width: 100%;
    min-width: 0;
    max-height: none;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0 0 20px 20px;
    background: transparent;
    box-shadow: none;
    transform-origin: top center;
    overflow: visible;
    z-index: 51;
    transition: opacity 0.28s cubic-bezier(0.22, 1, 0.36, 1),
        transform 0.28s cubic-bezier(0.22, 1, 0.36, 1),
        visibility 0.28s;
}

#dropdownMenu.category-explorer-mega::before {
    content: "";
    position: absolute;
    top: -14px;
    left: 0;
    right: 0;
    height: 14px;
}

#dropdownMenu.category-explorer-mega.active {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    translate: none;
}

#dropdownMenu.category-explorer-mega.hide {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transform: translateY(10px);
    translate: none;
}

.category-explorer-mega-grid {
    display: grid;
    grid-template-columns: minmax(220px, 250px) minmax(220px, 1fr) minmax(280px, 1.4fr) minmax(240px, 280px);
    min-height: 430px;
}

.category-explorer-sidebar {
    background: linear-gradient(180deg, #f8fafb 0%, #f3f6f8 100%);
    border-right: 1px solid rgba(145, 158, 171, 0.18);
    padding: 24px 0 16px;
}

.category-explorer-sidebar-head {
    padding: 0 18px 14px;
}

.category-explorer-sidebar-eyebrow {
    color: #073b6f;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    margin: 0 0 4px;
    text-transform: uppercase;
}

.category-explorer-sidebar-title {
    color: #161c24;
    font-size: 16px;
    font-weight: 700;
    margin: 0;
}

.category-explorer-sidebar ul {
    list-style: none;
    margin: 0;
    padding: 0 8px;
}

.category-explorer-sidebar-item {
    align-items: center;
    background: transparent;
    border: 0;
    border-radius: 12px;
    color: #161c24;
    cursor: pointer;
    display: flex;
    gap: 10px;
    margin-bottom: 4px;
    padding: 11px 12px;
    position: relative;
    text-align: left;
    transition: background-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
    width: 100%;
}

.category-explorer-sidebar-item::before {
    background: #073b6f;
    border-radius: 0 4px 4px 0;
    bottom: 8px;
    content: "";
    left: -8px;
    opacity: 0;
    position: absolute;
    top: 8px;
    transition: opacity 0.2s ease;
    width: 3px;
}

.category-explorer-sidebar-item:hover {
    background: rgba(255, 255, 255, 0.72);
    transform: translateX(2px);
}

.category-explorer-sidebar-item.is-active {
    background: #fff;
    box-shadow: 0 8px 20px rgba(145, 158, 171, 0.16);
}

.category-explorer-sidebar-item.is-active::before {
    opacity: 1;
}

.category-explorer-sidebar-icon {
    align-items: center;
    background: rgba(0, 171, 85, 0.1);
    border-radius: 10px;
    color: #073b6f;
    display: inline-flex;
    flex-shrink: 0;
    height: 38px;
    justify-content: center;
    transition: background-color 0.2s ease, transform 0.2s ease;
    width: 38px;
}

.category-explorer-sidebar-item.is-active .category-explorer-sidebar-icon {
    background: rgba(0, 171, 85, 0.16);
    transform: scale(1.04);
}

.category-explorer-sidebar-label {
    flex: 1;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    min-width: 0;
}

.category-explorer-sidebar-chevron {
    color: #919eab;
    flex-shrink: 0;
    font-size: 16px;
    opacity: 0;
    transform: translateX(-4px);
    transition: opacity 0.2s ease, transform 0.2s ease, color 0.2s ease;
}

.category-explorer-sidebar-item:hover .category-explorer-sidebar-chevron,
.category-explorer-sidebar-item.is-active .category-explorer-sidebar-chevron {
    color: #073b6f;
    opacity: 1;
    transform: translateX(0);
}

.category-explorer-badge {
    border-radius: 999px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1;
    padding: 4px 8px;
    text-transform: uppercase;
}

.category-explorer-badge-hot {
    background: linear-gradient(135deg, #ffc107 0%, #ffb300 100%);
    box-shadow: 0 4px 10px rgba(255, 193, 7, 0.35);
    color: #212529;
}

.category-explorer-top,
.category-explorer-detail {
    border-right: 1px solid rgba(145, 158, 171, 0.16);
    padding: 24px 22px;
}

.category-explorer-section-head,
.category-explorer-fallback-head {
    margin-bottom: 18px;
}

.category-explorer-section-title {
    color: #161c24;
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 4px;
}

.category-explorer-section-sub,
.category-explorer-detail-sub {
    color: #637381;
    font-size: 13px;
    line-height: 20px;
    margin: 0;
}

.category-explorer-shelf-block.is-hidden {
    display: none;
}

.category-explorer-top-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.category-explorer-top-link {
    align-items: center;
    background: #fff;
    border: 1px solid rgba(145, 158, 171, 0.18);
    border-radius: 14px;
    color: #161c24;
    display: flex;
    gap: 12px;
    padding: 10px 12px;
    transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

.category-explorer-top-link:hover {
    border-color: rgba(7, 59, 111, 0.35);
    box-shadow: 0 10px 24px rgba(7, 59, 111, 0.12);
    transform: translateY(-2px);
}

.category-explorer-top-thumb {
    align-items: center;
    border-radius: 12px;
    color: #073b6f;
    display: inline-flex;
    flex-shrink: 0;
    height: 48px;
    justify-content: center;
    width: 48px;
}

.category-explorer-thumb-a { background: linear-gradient(135deg, rgba(7, 59, 111, 0.14), rgba(0, 171, 85, 0.08)); }
.category-explorer-thumb-b { background: linear-gradient(135deg, rgba(255, 193, 7, 0.18), rgba(255, 179, 0, 0.08)); color: #b78103; }
.category-explorer-thumb-c { background: linear-gradient(135deg, rgba(7, 59, 111, 0.14), rgba(7, 59, 111, 0.08)); color: #073b6f; }
.category-explorer-thumb-d { background: linear-gradient(135deg, rgba(255, 86, 48, 0.12), rgba(255, 171, 0, 0.08)); color: #b54a1f; }
.category-explorer-thumb-e { background: linear-gradient(135deg, rgba(99, 115, 129, 0.14), rgba(145, 158, 171, 0.08)); color: #637381; }
.category-explorer-thumb-f { background: linear-gradient(135deg, rgba(0, 171, 85, 0.12), rgba(7, 59, 111, 0.06)); }

.category-explorer-top-copy {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}

.category-explorer-top-name {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
}

.category-explorer-top-meta {
    color: #919eab;
    font-size: 12px;
    line-height: 18px;
}

.category-explorer-top-arrow {
    color: #919eab;
    flex-shrink: 0;
    font-size: 16px;
    opacity: 0;
    transform: translateX(-6px);
    transition: opacity 0.2s ease, transform 0.2s ease, color 0.2s ease;
}

.category-explorer-top-link:hover .category-explorer-top-arrow {
    color: #073b6f;
    opacity: 1;
    transform: translateX(0);
}

.category-explorer-detail-head {
    align-items: flex-start;
    display: flex;
    gap: 16px;
    justify-content: space-between;
    margin-bottom: 20px;
}

.category-explorer-detail-title {
    color: #161c24;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 4px;
}

.category-explorer-view-all {
    align-items: center;
    background: rgba(7, 59, 111, 0.08);
    border-radius: 999px;
    color: #073b6f;
    display: inline-flex;
    flex-shrink: 0;
    font-size: 13px;
    font-weight: 600;
    gap: 6px;
    padding: 8px 14px;
    transition: background-color 0.2s ease, transform 0.2s ease;
    white-space: nowrap;
}

.category-explorer-view-all:hover {
    background: rgba(7, 59, 111, 0.14);
    transform: translateX(2px);
}

.category-explorer-detail-columns {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.category-explorer-col-heading {
    color: #637381;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.06em;
    margin: 0 0 12px;
    text-transform: uppercase;
}

.category-explorer-detail-col ul {
    display: flex;
    flex-direction: column;
    gap: 4px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.category-explorer-detail-col a {
    align-items: center;
    border-radius: 8px;
    color: #212b36;
    display: flex;
    font-size: 14px;
    gap: 8px;
    justify-content: space-between;
    line-height: 22px;
    padding: 7px 10px;
    transition: background-color 0.2s ease, color 0.2s ease, padding-left 0.2s ease;
}

.category-explorer-detail-col a:hover {
    background: rgba(7, 59, 111, 0.07);
    color: #073b6f;
    padding-left: 14px;
}

.category-explorer-count {
    background: rgba(145, 158, 171, 0.14);
    border-radius: 999px;
    color: #637381;
    flex-shrink: 0;
    font-size: 11px;
    font-weight: 600;
    line-height: 1;
    min-width: 28px;
    padding: 4px 8px;
    text-align: center;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.category-explorer-detail-col a:hover .category-explorer-count {
    background: rgba(7, 59, 111, 0.14);
    color: #073b6f;
}

.category-explorer-quick-links {
    border-top: 1px dashed rgba(145, 158, 171, 0.28);
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 20px;
    padding-top: 16px;
}

.category-explorer-quick-links a {
    background: #f4f6f8;
    border-radius: 999px;
    color: #454f5b;
    font-size: 12px;
    font-weight: 600;
    padding: 7px 12px;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.category-explorer-quick-links a:hover {
    background: rgba(7, 59, 111, 0.1);
    color: #073b6f;
}

.category-explorer-empty,
.category-explorer-empty-inline {
    color: #919eab;
    font-size: 13px;
}

.category-explorer-fallback-link {
    background: #fff;
    border: 1px solid rgba(145, 158, 171, 0.18);
    border-radius: 12px;
    color: #212b36;
    display: block;
    font-size: 14px;
    font-weight: 500;
    padding: 12px 14px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
}

.category-explorer-fallback-link:hover {
    border-color: rgba(7, 59, 111, 0.35);
    box-shadow: 0 8px 20px rgba(7, 59, 111, 0.1);
    color: #073b6f;
}

.category-explorer-promo {
    background: linear-gradient(180deg, #f8fafb 0%, #fff 100%);
    padding: 24px 20px;
}

.category-explorer-promo-card {
    background: linear-gradient(145deg, #031f3b 0%, #073b6f 52%, #0b4f8a 100%);
    border-radius: 18px;
    color: #fff;
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 380px;
    overflow: hidden;
    position: relative;
}

.category-explorer-promo-blob {
    border-radius: 999px;
    filter: blur(0);
    opacity: 0.35;
    pointer-events: none;
    position: absolute;
}

.category-explorer-promo-blob-a {
    background: rgba(255, 193, 7, 0.45);
    height: 120px;
    right: -30px;
    top: -20px;
    width: 120px;
}

.category-explorer-promo-blob-b {
    background: rgba(255, 255, 255, 0.18);
    bottom: 40px;
    height: 160px;
    left: -50px;
    width: 160px;
}

.category-explorer-promo-visual {
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: 110px;
    padding: 28px 16px 10px;
    position: relative;
    z-index: 1;
}

.category-explorer-promo-icon-wrap {
    align-items: center;
    backdrop-filter: blur(4px);
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 18px;
    display: inline-flex;
    height: 72px;
    justify-content: center;
    width: 72px;
}

.category-explorer-promo-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 0 22px 22px;
    position: relative;
    z-index: 1;
}

.category-explorer-promo-eyebrow {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    margin: 0 0 8px;
    opacity: 0.85;
    text-transform: uppercase;
}

.category-explorer-promo-title {
    font-size: 21px;
    font-weight: 700;
    line-height: 1.35;
    margin: 0 0 12px;
}

.category-explorer-promo-badge {
    align-self: flex-start;
    background: #212529;
    border-radius: 999px;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.2);
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 18px;
    padding: 8px 14px;
}

.category-explorer-promo-features {
    display: flex;
    flex-direction: column;
    gap: 10px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.category-explorer-promo-features li {
    align-items: center;
    display: flex;
    font-size: 13px;
    gap: 10px;
    line-height: 20px;
}

.category-explorer-promo-feature-icon {
    align-items: center;
    background: rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    display: inline-flex;
    flex-shrink: 0;
    font-size: 16px;
    height: 28px;
    justify-content: center;
    width: 28px;
}

.category-explorer-promo-cta {
    align-items: center;
    background: #fff;
    border-radius: 999px;
    color: #073b6f;
    display: inline-flex;
    font-size: 14px;
    font-weight: 700;
    justify-content: center;
    margin-top: auto;
    padding: 12px 18px;
    text-align: center;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.category-explorer-promo-cta:hover {
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
    color: #031f3b;
    transform: translateY(-1px);
}

@media (max-width: 1400px) {
    .category-explorer-mega-grid {
        grid-template-columns: 210px 1fr 1.2fr 230px;
    }
}

.product-card-1.storefront-product-card .product-card-action-btn.is-active,
.product-card-1.storefront-product-card .product-btn-action-item.is-active,
[data-wishlist-button].is-active {
    background: #e8f7f5;
    border-color: #0b8f84;
    color: #0b8f84;
}

.storefront-action-toast {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 120;
    max-width: 360px;
    padding: 12px 16px;
    border-radius: 10px;
    background: #123b38;
    color: #fff;
    box-shadow: 0 12px 32px rgba(0,0,0,.18);
    font-size: 14px;
}

.product-card-1.storefront-product-card .packaging-card-price-row .current-price {
    font-size: 18px;
    font-weight: 700;
}

.product-card-1.storefront-product-card .packaging-card-price-row .discount-percentage {
    color: #e11d48;
    font-weight: 700;
}

.product-card-1.storefront-product-card .packaging-card-rating {
    margin-bottom: 10px;
}

.packaging-card-stock-progress {
    margin: 0 0 12px;
}

.packaging-card-progress-track {
    height: 6px;
    overflow: hidden;
    border-radius: 999px;
    background: #fff3c4;
}

.packaging-card-progress-track > span {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: #ffc107;
}

.packaging-card-progress-track.is-in-stock > span {
    min-width: 18px;
    background: #ffc107;
}

.packaging-card-progress-track.is-stock-medium > span { background: #ffd65a; }
.packaging-card-progress-track.is-stock-low > span { background: #ffe9a3; }

.packaging-card-progress-track.is-out-of-stock > span {
    width: 0 !important;
    min-width: 0;
}

.packaging-card-stock-labels {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin-top: 5px;
    color: #596170;
    font-size: 12px;
}

.product-card-1.storefront-product-card .packaging-card-stock-progress + .btn-section .product-card-action-btn {
    width: 42px;
    height: 42px;
    border-radius: 50%;
}

.product-card-1.storefront-product-card .packaging-card-stock-progress + .btn-section .product-card-cart-btn-full {
    min-height: 40px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 700;
}

/* Sellzy index-4 "Today's Hot Picks" uyarlaması — yalnız Ambalaj ve Paketleme kartları */
.product-card-1.storefront-product-card.packaging-handpicked-card {
    background: #fff;
    border: 1px solid var(--cf-border);
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 18px;
}

.packaging-handpicked-main-image {
    align-items: center;
    aspect-ratio: 3 / 4;
    background: #f4f3f5;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    margin-bottom: 14px;
    overflow: hidden;
}

.packaging-handpicked-main-image img {
    height: 100%;
    image-rendering: auto;
    object-fit: cover;
    width: 100%;
}

.packaging-handpicked-content {
    display: flex;
    flex: 1;
    flex-direction: column;
}

.packaging-handpicked-sale-badge {
    align-self: flex-start;
    background: #df1838;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 9px;
    padding: 0 5px;
}

.packaging-handpicked-category {
    color: var(--cf-text-muted);
    font-size: 12px;
    line-height: 18px;
    margin: 0 0 9px;
    min-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.packaging-handpicked-title,
.packaging-handpicked-title a {
    color: var(--cf-text);
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
}

.packaging-handpicked-title {
    margin: 0 0 10px;
    min-height: 44px;
    max-height: 44px;
}

.packaging-handpicked-title a {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow-wrap: anywhere;
}

.packaging-handpicked-rating { margin-bottom: 10px; }
.packaging-handpicked-card .packaging-card-stock-progress { margin: 0 0 12px; }

.packaging-handpicked-price-row {
    align-items: baseline;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 10px;
}

.product-card-1.storefront-product-card.packaging-handpicked-card .packaging-handpicked-price-row .current-price {
    font-size: 18px;
    font-weight: 700;
}

.packaging-handpicked-price-row .old-price { color: var(--cf-text-muted); font-size: 12px; }
.packaging-handpicked-price-row .discount-percentage { color: #df1838; flex-shrink: 0; font-size: 12px; font-weight: 700; }

.packaging-handpicked-cart-form {
    display: flex;
    flex: 1;
    flex-direction: column;
}

.packaging-handpicked-colors {
    flex-wrap: nowrap;
    gap: 5px;
    margin: 0 0 10px;
    overflow: visible;
    padding: 0;
}

.packaging-handpicked-card .packaging-handpicked-colors .product-card-color-swatch {
    border: 2px solid #fff;
    box-shadow: 0 0 0 1px var(--cf-border);
    flex: 0 0 22px;
    height: 22px;
    width: 22px;
}

.packaging-handpicked-card .packaging-handpicked-colors .product-card-color-swatch.is-active {
    box-shadow: 0 0 0 2px var(--cf-accent);
}

.packaging-handpicked-actions {
    align-items: center;
    display: flex;
    gap: 10px;
    margin-top: auto;
    min-width: 0;
}

.packaging-handpicked-wishlist-form { display: none; }

.product-card-1.storefront-product-card.packaging-handpicked-card .packaging-handpicked-actions .product-card-action-btn,
.product-card-1.storefront-product-card.packaging-handpicked-card .packaging-handpicked-actions .product-card-cart-btn-full {
    border-radius: 999px;
    height: 40px;
    min-height: 40px;
}

.product-card-1.storefront-product-card.packaging-handpicked-card .packaging-handpicked-actions .product-card-action-btn {
    font-size: 16px;
    width: 38px;
}

.product-card-1.storefront-product-card.packaging-handpicked-card .packaging-handpicked-actions .product-card-cart-btn-full {
    flex: 0 0 auto;
    font-size: 12px;
    gap: 6px;
    min-width: 78px;
    padding: 0 16px;
    width: fit-content;
}

.product-card-1.storefront-product-card.packaging-handpicked-card .packaging-handpicked-actions .product-card-cart-btn-full i {
    font-size: 16px;
}

@media (max-width: 639px) {
    .product-card-1.storefront-product-card.packaging-handpicked-card { padding: 12px; }
    .packaging-handpicked-main-image { aspect-ratio: 3 / 4; }
}

/* Header kategori menüsü — Athlete2 bilgi mimarisi, İnternet Kitapçısı görsel dili */
.storefront-header-nav-container {
    align-items: stretch;
    display: flex;
    gap: 20px;
}

.storefront-all-categories {
    align-items: stretch;
    display: flex;
    flex: 0 0 250px;
}

.storefront-all-categories .category-explorer-btn {
    align-items: center;
    background: var(--cf-accent);
    border: 0;
    border-radius: 0;
    color: #fff;
    display: flex;
    font-size: 14px;
    font-weight: 700;
    gap: 10px;
    justify-content: flex-start;
    min-height: 48px;
    padding: 0 18px;
    width: 100%;
}

.storefront-all-categories .category-explorer-btn:hover,
body.category-explorer-open .storefront-all-categories .category-explorer-btn {
    background: var(--theme-button-hover);
    color: var(--theme-button-hover-text);
}

.storefront-all-categories .category-explorer-btn:hover i,
body.category-explorer-open .storefront-all-categories .category-explorer-btn i {
    color: var(--theme-button-hover-text);
}

.category-explorer-btn-icon {
    font-size: 19px;
    line-height: 1;
}

.category-explorer-btn-chevron {
    display: inline-flex;
    font-size: 17px;
    margin-left: auto;
    transition: transform 0.2s ease;
}

body.category-explorer-open .category-explorer-btn-chevron {
    transform: rotate(180deg);
}

.storefront-header-nav-list {
    flex: 1;
    min-width: 0;
}

.storefront-header-nav-list > ul {
    min-height: 48px;
}

#dropdownMenu.category-explorer-mega {
    border-radius: 0 0 12px 12px;
    box-shadow: 0 22px 44px rgba(22, 28, 36, 0.18);
    overflow: hidden;
}

.category-explorer-mega-panel {
    background: #fff;
    border-top: 1px solid rgba(145, 158, 171, 0.2);
}

.category-explorer-athlete-grid {
    display: grid;
    grid-template-columns: 250px minmax(0, 1fr);
    min-height: 430px;
}

.category-explorer-athlete-grid .category-explorer-sidebar {
    padding: 22px 10px;
}

.category-explorer-athlete-grid .category-explorer-sidebar-eyebrow {
    padding: 0 10px 10px;
}

.category-explorer-athlete-grid .category-explorer-sidebar ul {
    padding: 0;
}

.category-explorer-athlete-grid .category-explorer-sidebar-item {
    border-radius: 4px;
    margin: 0;
    min-height: 48px;
    padding: 10px 12px;
}

.category-explorer-athlete-grid .category-explorer-sidebar-item.is-active {
    background: #fff;
    box-shadow: none;
    color: #073b6f;
}

.category-explorer-athlete-content {
    min-width: 0;
    padding: 24px 28px 22px;
}

.category-explorer-featured-head {
    align-items: baseline;
    display: flex;
    gap: 10px;
    margin-bottom: 14px;
}

.category-explorer-featured-head h6 {
    color: #161c24;
    font-size: 16px;
    font-weight: 700;
    margin: 0;
}

.category-explorer-featured-head span {
    color: #919eab;
    font-size: 12px;
}

.category-explorer-featured-grid {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-bottom: 26px;
}

.category-explorer-featured-card {
    align-items: center;
    border: 1px solid rgba(145, 158, 171, 0.22);
    border-radius: 8px;
    color: #212b36;
    display: flex;
    gap: 11px;
    min-height: 76px;
    padding: 10px;
    transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.category-explorer-featured-card:hover {
    border-color: rgba(7, 59, 111, 0.45);
    box-shadow: 0 8px 20px rgba(7, 59, 111, 0.1);
    color: #073b6f;
    transform: translateY(-1px);
}

.category-explorer-featured-card .category-explorer-top-thumb {
    border-radius: 7px;
    height: 52px;
    width: 52px;
}

.category-explorer-featured-copy {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.category-explorer-featured-copy strong {
    font-size: 13px;
    line-height: 18px;
}

.category-explorer-featured-copy small {
    color: #919eab;
    font-size: 11px;
    margin-top: 2px;
}

.category-explorer-category-head {
    align-items: center;
    border-bottom: 1px solid rgba(145, 158, 171, 0.2);
    display: flex;
    justify-content: space-between;
    margin-bottom: 14px;
    padding-bottom: 12px;
}

.category-explorer-category-head h5 {
    color: #161c24;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 2px;
}

.category-explorer-category-head p {
    color: #919eab;
    font-size: 12px;
    margin: 0;
}

.category-explorer-athlete-columns {
    display: grid;
    gap: 28px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    min-height: 110px;
}

.category-explorer-athlete-col ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.category-explorer-athlete-col a {
    align-items: center;
    border-radius: 4px;
    color: #454f5b;
    display: flex;
    font-size: 13px;
    justify-content: space-between;
    line-height: 20px;
    padding: 6px 8px;
}

.category-explorer-athlete-col a:hover {
    background: rgba(7, 59, 111, 0.07);
    color: #073b6f;
}

.category-explorer-athlete-col a span {
    color: #919eab;
    font-size: 11px;
}

.category-explorer-fallback {
    padding: 28px 0;
}

@media (max-width: 1399px) {
    .storefront-all-categories { flex-basis: 220px; }
    .category-explorer-athlete-grid { grid-template-columns: 220px minmax(0, 1fr); }
    .category-explorer-featured-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .category-explorer-featured-card:nth-child(4) { display: none; }
}

/* Kurumsal mega menü düzeltmesi: daha az dekor, daha net hiyerarşi */
body.category-explorer-open::before {
    background: rgba(17, 24, 39, 0.32);
    backdrop-filter: none;
}

#dropdownMenu.category-explorer-mega {
    border: 1px solid #e5e7eb;
    border-left: 0;
    border-radius: 0;
    border-right: 0;
    box-shadow: 0 14px 30px rgba(17, 24, 39, 0.12);
}

.category-explorer-athlete-grid {
    grid-template-columns: 250px minmax(0, 1fr);
    min-height: 390px;
}

.category-explorer-athlete-grid .category-explorer-sidebar {
    background: #fafafa;
    border-right: 1px solid #e5e7eb;
    padding: 24px 0;
}

.category-explorer-athlete-grid .category-explorer-sidebar-eyebrow {
    color: #6b7280;
    font-size: 11px;
    letter-spacing: 0.08em;
    padding: 0 22px 12px;
}

.category-explorer-athlete-grid .category-explorer-sidebar-item {
    border-radius: 0;
    color: #374151;
    min-height: 46px;
    padding: 11px 20px;
}

.category-explorer-athlete-grid .category-explorer-sidebar-item::before {
    border-radius: 0;
    bottom: 0;
    left: 0;
    top: 0;
    width: 3px;
}

.category-explorer-athlete-grid .category-explorer-sidebar-item:hover,
.category-explorer-athlete-grid .category-explorer-sidebar-item.is-active {
    background: #fff;
    color: #08766f;
    transform: none;
}

.category-explorer-athlete-grid .category-explorer-badge {
    background: #fff4cc;
    box-shadow: none;
    color: #7a5b00;
    font-size: 9px;
    padding: 3px 6px;
}

.category-explorer-athlete-content {
    padding: 0;
}

.category-explorer-athlete-content .category-explorer-shelf-block:not(.is-hidden) {
    display: grid;
    grid-template-areas:
        "featured-title category-title"
        "featured-list category-list";
    grid-template-columns: 285px minmax(0, 1fr);
    grid-template-rows: auto 1fr;
    min-height: 390px;
}

.category-explorer-featured-head {
    align-items: center;
    border-bottom: 1px solid #e5e7eb;
    grid-area: featured-title;
    margin: 0;
    min-height: 76px;
    padding: 22px 24px 16px;
}

.category-explorer-featured-head h6,
.category-explorer-category-head h5 {
    color: #202936;
    font-size: 18px;
    font-weight: 650;
    letter-spacing: -0.02em;
}

.category-explorer-featured-grid {
    align-content: start;
    border-right: 1px solid #e5e7eb;
    display: flex;
    flex-direction: column;
    gap: 6px;
    grid-area: featured-list;
    margin: 0;
    padding: 18px 20px 24px;
}

.category-explorer-featured-card {
    background: #f6f7f8;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    min-height: 64px;
    padding: 8px 12px;
}

.category-explorer-featured-card:hover {
    background: #eef5f4;
    box-shadow: none;
    transform: none;
}

.category-explorer-featured-card .category-explorer-top-thumb {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 0;
    color: #08766f;
    height: 44px;
    width: 44px;
}

.category-explorer-featured-copy strong {
    color: #374151;
    font-size: 13px;
    font-weight: 600;
}

.category-explorer-featured-copy small {
    color: #8a93a0;
}

.category-explorer-category-head {
    border-bottom: 1px solid #e5e7eb;
    grid-area: category-title;
    margin: 0;
    min-height: 76px;
    padding: 18px 28px 14px;
}

.category-explorer-view-all {
    background: transparent;
    border-radius: 0;
    color: #08766f;
    padding: 6px 0;
}

.category-explorer-view-all:hover {
    background: transparent;
    text-decoration: underline;
    transform: none;
}

.category-explorer-athlete-columns {
    align-content: start;
    gap: 34px;
    grid-area: category-list;
    min-height: 0;
    padding: 18px 28px 28px;
}

.category-explorer-athlete-col a {
    border-radius: 0;
    color: #4b5563;
    font-size: 13px;
    padding: 6px 0;
}

.category-explorer-athlete-col a:hover {
    background: transparent;
    color: #08766f;
    text-decoration: underline;
}

.category-explorer-quick-links {
    display: none;
}

.category-explorer-empty {
    line-height: 20px;
    padding: 10px 4px;
}

@media (max-width: 1399px) {
    .category-explorer-athlete-grid { grid-template-columns: 220px minmax(0, 1fr); }
    .category-explorer-athlete-content .category-explorer-shelf-block:not(.is-hidden) {
        grid-template-columns: 250px minmax(0, 1fr);
    }
}

/* Kategori mega menüsü: ürün tipi → ana → alt → alt-alt kategori */
.category-cascade-menu {
    display: grid;
    grid-template-columns: 250px minmax(0, 1fr);
    height: clamp(360px, calc(100vh - 190px), 560px);
    min-height: 0;
    overflow: hidden;
}

.category-cascade-menu > .category-explorer-sidebar {
    background: #fafafa;
    border-right: 1px solid #e5e7eb;
    padding: 24px 0;
}

.category-cascade-content,
.category-cascade-shelf {
    height: 100%;
    min-width: 0;
    overflow: hidden;
}

.category-cascade-content .category-cascade-shelf:not(.is-hidden) {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    height: 100%;
    min-height: 0;
}

.category-cascade-column {
    min-width: 0;
    overflow-y: auto;
    overscroll-behavior: contain;
    padding: 18px 14px 24px;
    scrollbar-color: #b7c0ca transparent;
    scrollbar-width: thin;
}

.category-cascade-column::-webkit-scrollbar {
    width: 6px;
}

.category-cascade-column::-webkit-scrollbar-track {
    background: transparent;
}

.category-cascade-column::-webkit-scrollbar-thumb {
    background: #b7c0ca;
    border-radius: 999px;
}

.category-cascade-column::-webkit-scrollbar-thumb:hover {
    background: #8a96a3;
}

.category-cascade-column + .category-cascade-column {
    border-left: 1px solid #e5e7eb;
}

.category-cascade-column ul {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.category-cascade-panel.is-hidden,
.category-cascade-shelf.is-hidden {
    display: none !important;
}

.category-cascade-item {
    align-items: center;
    border-radius: 8px;
    color: #374151;
    display: flex;
    font-size: 13px;
    gap: 10px;
    justify-content: space-between;
    line-height: 1.35;
    min-height: 40px;
    padding: 8px 10px;
    transition: background-color 160ms ease, color 160ms ease;
}

.category-cascade-item:hover,
.category-cascade-item:focus-visible,
.category-cascade-item.is-active {
    background: #eef7f6;
    color: #08766f;
    text-decoration: none;
}

.category-cascade-item > span:first-child {
    min-width: 0;
}

.category-cascade-item-meta {
    align-items: center;
    color: #8a93a0;
    display: inline-flex;
    flex: 0 0 auto;
    gap: 7px;
}

.category-cascade-item small {
    color: #8a93a0;
    font-size: 11px;
    font-style: normal;
}

.category-cascade-final-item {
    align-items: center;
}

.category-cascade-empty {
    color: #8a93a0;
    font-size: 12px;
    padding: 12px 10px;
}

@media (max-width: 1399px) {
    .category-cascade-menu { grid-template-columns: 220px minmax(0, 1fr); }
    .category-cascade-column { padding-left: 10px; padding-right: 10px; }
}

@media (max-width: 1279px) {
    #dropdownMenu.category-explorer-mega {
        display: none !important;
    }
}

/* Sepet → Ödeme → Onay — Cursor-lite refinement */
.checkout-flow-page,
.checkout-success-page {
    --cf-border: rgba(0, 0, 0, 0.08);
    --cf-border-hover: rgba(0, 0, 0, 0.14);
    --cf-bg: #fff;
    --cf-bg-subtle: #f7f7f7;
    --cf-bg-muted: #fafafa;
    --cf-text: #1a1a1a;
    --cf-text-secondary: #6b6b6b;
    --cf-text-muted: #9a9a9a;
    --cf-accent: #073b6f;
    --cf-accent-hover: #052d55;
    --cf-accent-subtle: rgba(7, 59, 111, 0.06);
    --cf-radius: 8px;
    --cf-radius-sm: 6px;
    --cf-font: 13px;
    --cf-font-sm: 12px;
    --cf-font-lg: 14px;
    --cf-line: 20px;
    --cf-weight-normal: 400;
    --cf-weight-medium: 500;
    --cf-weight-semibold: 600;
}

.checkout-flow-page {
    background: var(--cf-bg-muted);
    color: var(--cf-text);
    font-family: var(--font-dm-sans), ui-sans-serif, system-ui, -apple-system, sans-serif;
    font-size: var(--cf-font);
    letter-spacing: -0.011em;
    line-height: var(--cf-line);
}

.checkout-success-page {
    font-family: var(--font-dm-sans), ui-sans-serif, system-ui, -apple-system, sans-serif;
    letter-spacing: -0.011em;
}

.checkout-flow-page .btn,
.checkout-success-page .btn {
    border-radius: var(--cf-radius-sm);
    box-shadow: none !important;
    font-size: var(--cf-font);
    font-weight: var(--cf-weight-medium);
    letter-spacing: -0.01em;
    line-height: var(--cf-line);
}

.checkout-flow-page .btn-large,
.checkout-success-page .btn-large {
    min-height: 36px;
    padding: 8px 16px;
}

.checkout-flow-page .btn-medium {
    min-height: 32px;
    padding: 6px 12px;
}

.checkout-flow-page .btn-primary,
.checkout-success-page .btn-primary {
    background-color: var(--cf-accent);
}

.checkout-flow-page .btn-primary:hover,
.checkout-success-page .btn-primary:hover {
    background-color: var(--cf-accent-hover);
}

.checkout-flow-page .btn-default.outline,
.checkout-success-page .btn-default.outline {
    --tw-ring-color: var(--cf-border);
    color: var(--cf-text);
}

.checkout-flow-page .btn-default.outline:hover,
.checkout-success-page .btn-default.outline:hover {
    background-color: var(--cf-bg-subtle);
}

.checkout-flow-page .breadcrumb a,
.checkout-flow-page .breadcrumb span {
    color: var(--cf-text-muted);
    font-size: var(--cf-font-sm);
}

.checkout-flow-page .breadcrumb a:hover {
    color: var(--cf-text-secondary);
}

.checkout-steps { margin-bottom: 8px; }
.checkout-steps-list {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
}
.checkout-step-link {
    align-items: center;
    color: var(--cf-text-muted);
    display: inline-flex;
    gap: 8px;
    text-decoration: none;
    transition: color 0.15s ease;
}
.checkout-step-link.is-disabled { cursor: default; opacity: 0.45; pointer-events: none; }
.checkout-step-icon {
    align-items: center;
    background: var(--cf-bg);
    border: 1px solid var(--cf-border);
    border-radius: 999px;
    color: var(--cf-text-muted);
    display: inline-flex;
    font-size: 11px;
    font-weight: var(--cf-weight-medium);
    height: 28px;
    justify-content: center;
    transition: border-color 0.15s ease, background-color 0.15s ease, color 0.15s ease;
    width: 28px;
}
.checkout-step-label { font-size: var(--cf-font); font-weight: var(--cf-weight-medium); line-height: var(--cf-line); }
.checkout-step-divider {
    background: var(--cf-border);
    flex: 0 0 24px;
    height: 1px;
    max-width: 40px;
}
.checkout-step.is-active .checkout-step-link { color: var(--cf-text); }
.checkout-step.is-active .checkout-step-icon { background: var(--cf-accent); border-color: var(--cf-accent); color: #fff; }
.checkout-step.is-done .checkout-step-link { color: var(--cf-text-secondary); }
.checkout-step.is-done .checkout-step-icon { background: var(--cf-accent-subtle); border-color: var(--cf-accent); color: var(--cf-accent); }

.checkout-card {
    background: var(--cf-bg);
    border: 1px solid var(--cf-border);
    border-radius: var(--cf-radius);
    overflow: hidden;
}
.checkout-card-head {
    background: var(--cf-bg-muted);
    border-bottom: 1px solid var(--cf-border);
    padding: 12px 16px;
}
.checkout-card-head h5 {
    color: var(--cf-text);
    font-size: var(--cf-font-lg);
    font-weight: var(--cf-weight-semibold);
    letter-spacing: -0.02em;
    margin: 0;
}
.checkout-card-body { padding: 16px; }
.checkout-empty-text { color: var(--cf-text-secondary); font-size: var(--cf-font); margin: 0 0 12px; }
.checkout-card-links { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 12px; }
.checkout-card-links a { color: var(--cf-accent); font-size: var(--cf-font); font-weight: var(--cf-weight-medium); text-decoration: none; }
.checkout-card-links a:hover { text-decoration: underline; }
.checkout-card-links a:last-child { color: var(--cf-text-muted); }

.checkout-address-list { display: flex; flex-direction: column; gap: 12px; }
.checkout-address-shipping-compact,
.checkout-address-compact {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.checkout-address-selected-card {
    background: var(--cf-accent-subtle);
    border: 1px solid var(--cf-accent);
    border-radius: var(--cf-radius-sm);
    padding: 12px 14px;
}
.checkout-address-selected-wrap .checkout-address-copy {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}
.checkout-address-compact-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.checkout-address-compact-action {
    align-items: center;
    background: #ffc107;
    border: 0;
    border-radius: var(--cf-radius-sm);
    color: #212529;
    cursor: pointer;
    display: inline-flex;
    font-size: var(--cf-font-sm);
    font-weight: 600;
    line-height: 1.2;
    padding: 8px 14px;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease;
}
.checkout-address-compact-action:hover {
    background: #ffb300;
    color: #212529;
}
.checkout-address-compact-action:focus-visible {
    outline: 2px solid #212529;
    outline-offset: 2px;
}
.checkout-address-picker {
    border: 1px solid var(--cf-border);
    border-radius: var(--cf-radius-sm);
    margin-top: 2px;
    padding: 12px;
}
.checkout-address-picker-label {
    color: var(--cf-text-secondary);
    font-size: var(--cf-font-sm);
    font-weight: 500;
    margin: 0 0 10px;
}
.checkout-address-list--picker {
    max-height: min(50vh, 320px);
    overflow-y: auto;
}
.checkout-address-list--picker .checkout-address-option-wrap {
    grid-template-columns: minmax(0, 1fr);
}
.checkout-address-option {
    align-items: flex-start;
    border: 1px solid var(--cf-border);
    border-radius: var(--cf-radius-sm);
    cursor: pointer;
    display: flex;
    gap: 12px;
    padding: 12px;
    transition: border-color 0.15s ease, background-color 0.15s ease;
}
.checkout-address-option:hover { border-color: var(--cf-border-hover); }
.checkout-address-option:has(input:checked) {
    background: var(--cf-accent-subtle);
    border-color: var(--cf-accent);
}
.checkout-address-option-wrap {
    display: grid;
    gap: 8px;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: start;
}
.checkout-address-edit-btn {
    background: #fff;
    border: 1px solid var(--cf-border);
    border-radius: 8px;
    color: var(--cf-text-secondary);
    cursor: pointer;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    margin-top: 2px;
    padding: 8px 12px;
    transition: border-color 0.15s ease, color 0.15s ease;
}
.checkout-address-edit-btn:hover {
    border-color: var(--cf-border-hover);
    color: var(--cf-accent);
}
.checkout-address-corporate {
    color: var(--cf-text);
    font-weight: 500;
}
.checkout-card-link-btn {
    background: none;
    border: 0;
    color: var(--cf-accent);
    cursor: pointer;
    font-size: var(--cf-font);
    font-weight: var(--cf-weight-medium);
    padding: 0;
    text-decoration: none;
}
.checkout-card-link-btn:hover { text-decoration: underline; }
.checkout-billing-same {
    align-items: flex-start;
    cursor: pointer;
    display: flex;
    gap: 10px;
    margin: 0;
}
.checkout-billing-same input {
    accent-color: var(--cf-accent);
    flex-shrink: 0;
    margin-top: 2px;
}
.checkout-billing-same span {
    color: var(--cf-text);
    font-size: var(--cf-font);
    font-weight: var(--cf-weight-medium);
    line-height: 20px;
}
.checkout-card--billing .checkout-card-body { padding-top: 14px; }
.checkout-billing-panel { margin-top: 16px; }
.checkout-billing-panel-head { margin-bottom: 12px; }
.checkout-billing-panel-head h5 {
    color: var(--cf-text);
    font-size: 15px;
    font-weight: 600;
    margin: 0 0 4px;
}
.checkout-address-option-compact .checkout-address-copy span:not(:first-child) { display: none; }
.checkout-address-copy { display: flex; flex: 1; flex-direction: column; gap: 2px; min-width: 0; }
.checkout-address-copy strong { color: var(--cf-text); font-size: var(--cf-font); font-weight: var(--cf-weight-medium); }
.checkout-address-copy span { color: var(--cf-text-secondary); font-size: var(--cf-font-sm); line-height: 18px; }

.checkout-pickup-card {
    margin-bottom: 0;
}
.checkout-pickup-line {
    display: block;
}
.checkout-pickup-label {
    color: var(--cf-text);
    font-weight: 600;
}
.checkout-pickup-link {
    color: var(--cf-accent);
    font-weight: 500;
    text-decoration: none;
}
.checkout-pickup-link:hover {
    text-decoration: underline;
}
.checkout-pickup-location-btn {
    align-items: center;
    background: #ffc107;
    border: 0;
    border-radius: var(--cf-radius-sm);
    color: #212529;
    display: inline-flex;
    font-size: var(--cf-font-sm);
    font-weight: 600;
    gap: 8px;
    justify-content: center;
    line-height: 1.2;
    margin-top: 10px;
    min-height: 40px;
    padding: 10px 16px;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease;
    width: 100%;
}
.checkout-pickup-location-btn:hover {
    background: #ffb300;
    color: #212529;
}
.checkout-pickup-location-btn i {
    font-size: 18px;
    line-height: 1;
}
.checkout-pickup-note {
    color: var(--cf-text-secondary);
    font-size: var(--cf-font-sm);
    line-height: 20px;
    margin: 14px 0 0;
}

.checkout-radio { display: inline-flex; flex-shrink: 0; padding-top: 1px; position: relative; }
.checkout-radio input { cursor: pointer; height: 16px; margin: 0; opacity: 0; position: absolute; width: 16px; }
.checkout-radio-dot {
    align-items: center;
    border: 1.5px solid var(--cf-border-hover);
    border-radius: 999px;
    display: inline-flex;
    height: 16px;
    justify-content: center;
    transition: border-color 0.15s ease;
    width: 16px;
}
.checkout-radio-dot::after {
    background: var(--cf-accent);
    border-radius: 999px;
    content: "";
    height: 6px;
    opacity: 0;
    transform: scale(0);
    transition: opacity 0.15s ease, transform 0.15s ease;
    width: 6px;
}
.checkout-radio input:checked + .checkout-radio-dot { border-color: var(--cf-accent); }
.checkout-radio input:checked + .checkout-radio-dot::after { opacity: 1; transform: scale(1); }

.checkout-legal-list { display: flex; flex-direction: column; gap: 12px; }
.checkout-legal-option {
    align-items: flex-start;
    cursor: pointer;
    display: flex;
    gap: 10px;
    min-width: 0;
    width: 100%;
}
.checkout-legal-copy {
    color: var(--cf-text-secondary);
    display: block;
    flex: 1;
    font-size: var(--cf-font-sm);
    line-height: 20px;
    min-width: 0;
    padding-top: 1px;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
}
.checkout-legal-doc-link {
    background: none;
    border: 0;
    color: var(--cf-accent);
    cursor: pointer;
    display: inline;
    font: inherit;
    font-weight: var(--cf-weight-medium);
    max-width: 100%;
    overflow-wrap: break-word;
    padding: 0;
    text-align: left;
    text-decoration: underline;
    text-underline-offset: 2px;
    white-space: normal;
    word-break: normal;
}
.checkout-legal-doc-link:hover { color: #052d55; }
.checkout-legal-suffix { color: var(--cf-text-secondary); }
.checkout-legal-copy a {
    color: var(--cf-accent);
    font-weight: var(--cf-weight-medium);
    text-decoration: none;
}
.checkout-legal-copy a:hover { text-decoration: underline; }

.checkout-checkbox { display: inline-flex; flex-shrink: 0; position: relative; }
.checkout-checkbox input {
    cursor: pointer;
    height: 18px;
    margin: 0;
    opacity: 0;
    position: absolute;
    width: 18px;
}
.checkout-checkbox-mark {
    align-items: center;
    background: #fff;
    border: 1.5px solid var(--cf-border-hover);
    border-radius: 4px;
    color: #fff;
    display: inline-flex;
    height: 18px;
    justify-content: center;
    transition: background-color 0.15s ease, border-color 0.15s ease;
    width: 18px;
}
.checkout-checkbox-mark i { font-size: 14px; line-height: 1; opacity: 0; transition: opacity 0.15s ease; }
.checkout-checkbox input:checked + .checkout-checkbox-mark {
    background: var(--cf-accent);
    border-color: var(--cf-accent);
}
.checkout-checkbox input:checked + .checkout-checkbox-mark i { opacity: 1; }
.checkout-checkbox input:focus-visible + .checkout-checkbox-mark {
    outline: 2px solid var(--cf-accent);
    outline-offset: 2px;
}

.checkout-flow-page .checkout-option-methods .payment-method,
.checkout-flow-page .checkout-payment-methods .payment-method {
    border: 1px solid var(--cf-border);
    border-radius: var(--cf-radius-sm);
    padding: 12px 14px;
    transition: border-color 0.15s ease, background-color 0.15s ease;
}
.checkout-flow-page .checkout-option-methods .payment-method.selected,
.checkout-flow-page .checkout-payment-methods .payment-method.selected {
    background: var(--cf-accent-subtle);
    border-color: var(--cf-accent);
}
.checkout-option-label { align-items: center; cursor: pointer; display: flex; gap: 10px; width: 100%; }
.checkout-option-text { display: flex; flex: 1; flex-direction: column; gap: 1px; min-width: 0; }
.checkout-option-text strong { color: var(--cf-text); font-size: var(--cf-font); font-weight: var(--cf-weight-medium); }
.checkout-option-text span { color: var(--cf-text-secondary); font-size: var(--cf-font-sm); }
.checkout-option-icon { color: var(--cf-text-secondary); flex-shrink: 0; font-size: 18px; }
.checkout-flow-page .checkout-payment-methods .payment-content {
    color: var(--cf-text-secondary);
    display: none;
    font-size: var(--cf-font-sm);
    line-height: 18px;
    margin-top: 10px;
    padding-left: 26px;
}
.checkout-flow-page .checkout-payment-methods .payment-method.selected .payment-content { display: block; }
.checkout-flow-page .checkout-option-methods .payment-content { display: none !important; }

.checkout-flow-page .payment-method.selected {
    background: var(--cf-accent-subtle);
    border-color: var(--cf-accent) !important;
    border-radius: var(--cf-radius-sm);
}
.checkout-flow-page .payment-method { border-radius: var(--cf-radius-sm); }
.checkout-flow-page .payment-methods { display: flex; flex-direction: column; gap: 8px; }

.checkout-order-summary-inner {
    background: var(--cf-bg);
    border: 1px solid var(--cf-border);
    border-radius: var(--cf-radius);
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 16px;
}
.checkout-order-summary--cart .checkout-order-summary-inner {
    margin-top: 0;
}
.checkout-summary-header {
    margin-bottom: 16px;
    min-height: 26px;
}
.checkout-summary-header-title {
    color: var(--cf-text);
    font-size: 16px;
    font-weight: var(--cf-weight-semibold);
    letter-spacing: -0.02em;
    margin: 0;
}
.checkout-shipping-progress {
    background: var(--cf-bg-muted);
    border: 1px solid var(--cf-border);
    border-radius: var(--cf-radius);
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 12px 14px;
}
.checkout-shipping-progress-head {
    align-items: center;
    display: flex;
    gap: 12px;
    justify-content: space-between;
}
.checkout-shipping-progress-message {
    align-items: center;
    color: var(--cf-accent);
    display: inline-flex;
    flex: 1;
    font-size: var(--cf-font-sm);
    font-weight: var(--cf-weight-semibold);
    gap: 8px;
    line-height: 18px;
    margin: 0;
    min-width: 0;
}
.checkout-shipping-progress-message i {
    flex-shrink: 0;
    font-size: 18px;
    line-height: 1;
}
.checkout-shipping-progress-message strong {
    color: var(--cf-accent);
    font-weight: var(--cf-weight-semibold);
}
.checkout-shipping-progress-badge {
    align-items: center;
    background: var(--cf-accent-subtle);
    border: 1px solid var(--cf-border);
    border-color: color-mix(in srgb, var(--cf-accent) 28%, var(--cf-border));
    border-radius: 999px;
    color: var(--cf-accent);
    display: inline-flex;
    flex-shrink: 0;
    font-size: 11px;
    font-weight: 700;
    height: 34px;
    justify-content: center;
    line-height: 1;
    min-width: 34px;
    padding: 0 10px;
}
.checkout-shipping-progress--earned .checkout-shipping-progress-badge {
    background: color-mix(in srgb, var(--cf-accent) 14%, #fff);
    border-color: color-mix(in srgb, var(--cf-accent) 45%, transparent);
}
.checkout-shipping-progress-track {
    background: #e6e6e6;
    border-radius: 999px;
    height: 10px;
    overflow: hidden;
    width: 100%;
}
.checkout-shipping-progress-fill {
    background: linear-gradient(90deg, var(--cf-accent) 0%, #c38809 62%, #d99a0b 100%);
    border-radius: 999px;
    height: 100%;
    min-width: 0;
    transition: width 0.3s ease;
}
.checkout-shipping-progress-wrap {
    margin-bottom: 12px;
}
.checkout-order-summary-inner--cart .checkout-order-summary-items {
    max-height: 240px;
}
.checkout-shipping-fee--free {
    color: var(--cf-text-muted);
    text-decoration: line-through;
}
.checkout-order-summary-sticky .checkout-order-summary-inner { position: sticky; top: 96px; }
.checkout-order-summary-title {
    color: var(--cf-text);
    font-size: var(--cf-font-lg);
    font-weight: var(--cf-weight-semibold);
    letter-spacing: -0.02em;
    margin: 0;
}
.checkout-order-summary-items {
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-height: 280px;
    overflow-y: auto;
    padding-right: 4px;
}
.checkout-summary-item { align-items: center; display: flex; gap: 12px; }
.checkout-summary-item-thumb {
    background: var(--cf-bg-subtle);
    border: 1px solid var(--cf-border);
    border-radius: var(--cf-radius-sm);
    flex-shrink: 0;
    height: 52px;
    overflow: hidden;
    width: 52px;
}
.checkout-summary-item-thumb img { height: 100%; object-fit: contain; width: 100%; }
.checkout-summary-item-body { flex: 1; min-width: 0; }
.checkout-summary-item-name {
    color: var(--cf-text);
    display: -webkit-box;
    font-size: var(--cf-font);
    font-weight: var(--cf-weight-normal);
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 18px;
    overflow: hidden;
    text-decoration: none;
}
.checkout-summary-item-name:hover { color: var(--cf-accent); }
.checkout-summary-item-meta { color: var(--cf-text-muted); font-size: var(--cf-font-sm); margin: 2px 0 0; }
.checkout-summary-item-total { color: var(--cf-text); flex-shrink: 0; font-size: var(--cf-font); font-weight: var(--cf-weight-medium); }
.checkout-coupon-field { display: flex; gap: 8px; }
.checkout-coupon-applied {
    align-items: center;
    background: rgba(7, 59, 111, 0.08);
    border: 1px solid rgba(7, 59, 111, 0.25);
    border-radius: var(--cf-radius-sm);
    display: flex;
    gap: 12px;
    justify-content: space-between;
    margin-bottom: 12px;
    padding: 10px 12px;
}
.checkout-coupon-applied-info {
    align-items: center;
    color: var(--cf-text);
    display: inline-flex;
    font-size: var(--cf-font-sm);
    gap: 8px;
    min-width: 0;
}
.checkout-coupon-applied-info strong { color: var(--cf-accent); }
.checkout-coupon-remove-form { flex-shrink: 0; margin: 0; }
.checkout-coupon-remove-btn {
    background: none;
    border: none;
    color: var(--cf-text-muted);
    cursor: pointer;
    font-size: var(--cf-font-sm);
    padding: 0;
    text-decoration: underline;
}
.checkout-coupon-remove-btn:hover { color: var(--cf-accent); }
.checkout-flow-page .checkout-coupon-field .form-control {
    background: var(--cf-bg);
    border: 1px solid var(--cf-border);
    border-radius: var(--cf-radius-sm);
    color: var(--cf-text);
    flex: 1;
    font-size: var(--cf-font);
    min-width: 0;
    padding: 7px 10px;
}
.checkout-flow-page .checkout-coupon-field .form-control:focus {
    border-color: var(--cf-accent);
    box-shadow: 0 0 0 2px rgba(7, 59, 111, 0.1);
    outline: none;
}
.checkout-shipping-hint-text {
    align-items: center;
    background: var(--cf-bg-subtle);
    border: 1px solid var(--cf-border);
    border-radius: var(--cf-radius-sm);
    color: var(--cf-text-secondary);
    display: inline-flex;
    font-size: var(--cf-font-sm);
    font-weight: var(--cf-weight-normal);
    gap: 6px;
    line-height: 18px;
    padding: 8px 10px;
    width: 100%;
}
.checkout-shipping-hint-text strong { color: var(--cf-text); font-weight: var(--cf-weight-medium); }
.checkout-shipping-hint-text i { color: var(--cf-text-muted); font-size: 16px; }
.checkout-order-summary-rows {
    border-bottom: 1px solid var(--cf-border);
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-bottom: 12px;
}
.checkout-summary-row {
    align-items: center;
    color: var(--cf-text-secondary);
    display: flex;
    font-size: var(--cf-font);
    justify-content: space-between;
    margin: 0;
}
.checkout-summary-row span:last-child { color: var(--cf-text); font-weight: var(--cf-weight-medium); }
.checkout-summary-row-discount span:last-child { color: var(--cf-accent); }
.checkout-summary-grand {
    align-items: center;
    color: var(--cf-text);
    display: flex;
    font-size: var(--cf-font-lg);
    font-weight: var(--cf-weight-semibold);
    justify-content: space-between;
    letter-spacing: -0.02em;
    margin: 0;
    padding-top: 2px;
}
.checkout-summary-legal {
    border-top: 1px solid var(--cf-border);
    margin-top: 4px;
    padding-top: 14px;
}
.checkout-summary-legal .checkout-legal-list { gap: 10px; }
.checkout-summary-legal .checkout-legal-copy { font-size: 12px; line-height: 18px; }
.checkout-summary-legal .checkout-field-inline-error {
    margin-top: 4px;
    width: 100%;
}

/* Checkout hukuki belge modalı */
.checkout-legal-modal {
    border: 0;
    margin: auto;
    max-width: 760px;
    padding: 0;
    width: calc(100% - 24px);
}
.checkout-legal-modal::backdrop {
    background: rgba(22, 28, 36, 0.68);
}
.checkout-legal-modal-panel {
    background: #fff;
    border: 1px solid var(--cf-border);
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    max-height: min(88vh, 860px);
    overflow: hidden;
}
.checkout-legal-modal-header {
    align-items: flex-start;
    border-bottom: 1px solid var(--cf-border);
    display: flex;
    gap: 12px;
    justify-content: space-between;
    padding: 18px 20px 16px;
}
.checkout-legal-modal-eyebrow {
    color: var(--cf-accent);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.06em;
    margin: 0 0 4px;
    text-transform: uppercase;
}
.checkout-legal-modal-title {
    color: var(--cf-text);
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 24px;
    margin: 0;
}
.checkout-legal-modal-close {
    align-items: center;
    background: #fafafa;
    border: 1px solid var(--cf-border);
    border-radius: 8px;
    color: var(--cf-text-muted);
    cursor: pointer;
    display: inline-flex;
    flex-shrink: 0;
    height: 36px;
    justify-content: center;
    transition: background-color 0.15s ease, color 0.15s ease;
    width: 36px;
}
.checkout-legal-modal-close:hover {
    background: #f3f3f3;
    color: var(--cf-text);
}
.checkout-legal-modal-body {
    flex: 1;
    min-height: 0;
    overflow-y: auto;
    padding: 16px 20px 20px;
}
.checkout-legal-modal-footer {
    border-top: 1px solid var(--cf-border);
    padding: 14px 20px 18px;
}

/* Checkout adres modalı */
.checkout-address-modal {
    border: 0;
    margin: auto;
    max-width: 860px;
    padding: 0;
    width: calc(100% - 24px);
}
.checkout-address-modal::backdrop {
    background: rgba(22, 28, 36, 0.68);
}
.checkout-address-modal-panel {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    max-height: min(92vh, 920px);
    overflow: hidden;
    position: relative;
}
.checkout-address-modal-close {
    align-items: center;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    color: #637381;
    cursor: pointer;
    display: inline-flex;
    flex-shrink: 0;
    height: 36px;
    justify-content: center;
    position: absolute;
    right: 14px;
    top: 14px;
    transition: background-color 0.15s ease, color 0.15s ease;
    width: 36px;
    z-index: 3;
}
.checkout-address-modal-close:hover {
    background: #f4f6f8;
    color: #161c24;
}
.checkout-address-modal-body {
    flex: 1;
    min-height: 0;
    overflow-y: auto;
}
.checkout-address-modal-shell {
    padding: 20px 56px 24px 20px;
}
.checkout-address-modal-shell .store-address-form {
    gap: 20px;
    padding: 0;
}
.checkout-address-modal-shell .store-address-head {
    margin-bottom: 2px;
}
.checkout-address-modal-shell .store-address-title {
    color: #1a1a1a;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 1.35;
}
.checkout-address-modal-shell .store-address-title .store-address-required-note {
    color: #637381;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0;
}
.checkout-address-modal-shell .store-address-section-head h3 {
    color: #1a1a1a;
    font-size: 15px;
    font-weight: 600;
}
.checkout-address-modal-shell .store-address-field input,
.checkout-address-modal-shell .store-address-field select {
    font-size: 13px;
    line-height: 20px;
    padding: 7px 12px;
}
.checkout-address-modal-shell .store-address-field textarea {
    min-height: 72px;
    padding: 8px 12px;
}
.checkout-address-modal-shell .store-address-kind label {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 6px;
    color: #6b6b6b;
    font-size: 12px;
    font-weight: 400;
    padding: 6px 12px;
}
.checkout-address-modal-shell .store-address-kind input[type="radio"]:checked + label {
    background: rgba(7, 59, 111, 0.06);
    border-color: #073b6f;
    color: #073b6f;
}
.checkout-address-modal-shell .store-address-footer {
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    gap: 12px;
    padding-top: 12px;
}
.checkout-address-modal-shell .store-address-checks label {
    color: #6b6b6b;
    font-size: 12px;
}
.checkout-address-modal-shell .store-address-submit {
    font-size: 13px;
    font-weight: 500;
    min-height: 32px;
    padding: 6px 14px;
}
.checkout-address-modal-shell .store-address-cancel {
    color: #9a9a9a;
    font-size: 12px;
    font-weight: 400;
}
.checkout-address-modal-shell .store-address-cancel:hover {
    color: #1a1a1a;
}
.checkout-address-modal-shell .checkout-address-verify {
    padding-top: 4px;
}
.checkout-address-modal-loading {
    color: var(--cf-text-secondary);
    font-size: var(--cf-font-sm);
    margin: 0;
    padding: 32px 20px;
    text-align: center;
}
.checkout-address-form-alert {
    border-radius: var(--cf-radius);
    font-size: var(--cf-font-sm);
    line-height: 20px;
    margin: 0 0 12px;
    padding: 10px 12px;
}
.checkout-address-form-alert-error {
    background: #fef2f2;
    border: 1px solid #fecaca;
    color: #b91c1c;
}
.checkout-address-verify-lead {
    color: var(--cf-text-secondary);
    font-size: var(--cf-font-sm);
    line-height: 20px;
    margin: 0 0 16px;
}
.checkout-address-verify-dev {
    background: #fff8e6;
    border: 1px solid #f2dfb2;
    border-radius: 8px;
    color: #8a6116;
    font-size: 12px;
    margin: 0 0 14px;
    padding: 8px 10px;
}
.checkout-address-verify-alert {
    border-radius: 8px;
    font-size: 13px;
    line-height: 18px;
    margin: 0 0 12px;
    padding: 10px 12px;
}
.checkout-address-verify-alert-error {
    background: #fff5f5;
    border: 1px solid #f3d0d0;
    color: #b42318;
}
.checkout-address-verify-alert-success {
    background: #f2fbf6;
    border: 1px solid #cce8d7;
    color: #067647;
}
.checkout-address-verify-form {
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.checkout-address-verify-field {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.checkout-address-verify-field span {
    color: var(--cf-text);
    font-size: 13px;
    font-weight: 500;
}
.checkout-address-verify-field input {
    border: 1px solid var(--cf-border);
    border-radius: 8px;
    font-size: 16px;
    letter-spacing: 0.2em;
    padding: 9px 12px;
    text-align: center;
}
.checkout-address-verify-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.checkout-address-verify-resend,
.checkout-address-verify-cancel {
    background: none;
    border: 0;
    color: var(--cf-accent);
    cursor: pointer;
    font-size: 13px;
    font-weight: 500;
    padding: 0;
    text-align: center;
}
.checkout-address-verify-cancel {
    color: var(--cf-text-muted);
}
.checkout-address-verify-resend:hover,
.checkout-address-verify-cancel:hover {
    text-decoration: underline;
}
.checkout-legal-modal-loading,
.checkout-legal-modal-error {
    color: var(--cf-text-muted);
    font-size: 13px;
    line-height: 20px;
    margin: 0;
    text-align: center;
}
.checkout-legal-modal-error { color: #b72136; }

/* Hukuki belge rapor düzeni */
.store-legal-doc,
.store-legal-standalone,
.store-legal-page-body {
    color: #4a4a4a;
    font-size: 13px;
    hyphens: auto;
    line-height: 1.7;
    word-spacing: normal;
}
.store-legal-doc-header {
    border-bottom: 1px solid #ececec;
    margin-bottom: 20px;
    padding-bottom: 18px;
}
.store-legal-doc-badge {
    color: #073b6f;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.06em;
    margin: 0 0 8px;
    text-transform: uppercase;
}
.store-legal-doc-title {
    color: #1a1a1a;
    font-size: 21px;
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 1.3;
    margin: 0 0 8px;
}
.store-legal-doc-lead {
    color: #666;
    font-size: 14px;
    line-height: 21px;
    margin: 0 0 6px;
}
.store-legal-doc-meta {
    color: #9a9a9a;
    font-size: 12px;
    line-height: 18px;
    margin: 0;
}
.store-legal-doc-body {
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.store-legal-section {
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 12px;
    overflow: hidden;
}
.store-legal-section-title {
    align-items: center;
    background: #fafafa;
    border-bottom: 1px solid #ececec;
    color: #1a1a1a;
    display: flex;
    font-size: 14px;
    font-weight: 600;
    gap: 10px;
    letter-spacing: -0.01em;
    line-height: 20px;
    margin: 0;
    padding: 12px 16px;
}
.store-legal-section-num {
    align-items: center;
    background: rgba(7, 59, 111, 0.08);
    border-radius: 6px;
    color: #073b6f;
    display: inline-flex;
    flex-shrink: 0;
    font-size: 12px;
    font-weight: 600;
    height: 24px;
    justify-content: center;
    min-width: 24px;
    padding: 0 6px;
}
.store-legal-section-body {
    padding: 14px 16px 16px;
}
.store-legal-section-body p {
    margin: 0 0 10px;
}
.store-legal-section-body p:last-child {
    margin-bottom: 0;
}
.store-legal-info-grid {
    display: grid;
    gap: 12px;
    grid-template-columns: 1fr;
}
@media (min-width: 640px) {
    .store-legal-info-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
.store-legal-info-box {
    background: #fafafa;
    border: 1px solid #ececec;
    border-radius: 10px;
    padding: 12px 14px;
}
.store-legal-info-title {
    color: #1a1a1a;
    font-size: 13px;
    font-weight: 600;
    margin: 0 0 10px;
}
.store-legal-kv-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.store-legal-kv-row {
    display: grid;
    gap: 4px 12px;
    grid-template-columns: minmax(108px, 34%) 1fr;
}
.store-legal-kv-label {
    color: #888;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
}
.store-legal-kv-value {
    color: #333;
    font-size: 12px;
    line-height: 18px;
    overflow-wrap: anywhere;
    word-break: break-word;
}
.store-legal-summary {
    background: #fafafa;
    border: 1px solid #ececec;
    border-radius: 10px;
    padding: 12px 14px;
}
.store-legal-summary .store-legal-kv-row:last-child .store-legal-kv-label,
.store-legal-summary .store-legal-kv-row:last-child .store-legal-kv-value {
    color: #1a1a1a;
    font-weight: 600;
}
.store-legal-doc-meta--compact {
    border-bottom: 1px solid #ececec;
    margin: 0 0 14px;
    padding-bottom: 12px;
}
.checkout-legal-modal-body .store-legal-doc--compact {
    padding-top: 2px;
}
.checkout-legal-modal-body .store-legal-kv-row {
    grid-template-columns: 1fr;
}
@media (min-width: 480px) {
    .checkout-legal-modal-body .store-legal-kv-row {
        grid-template-columns: minmax(108px, 34%) 1fr;
    }
}
.store-legal-info-list,
.store-legal-summary,
.store-legal-definitions {
    display: grid;
    gap: 8px 14px;
    grid-template-columns: minmax(110px, 32%) 1fr;
    margin: 0;
}
.store-legal-info-list dt,
.store-legal-summary dt,
.store-legal-definitions dt {
    color: #888;
    font-size: 12px;
    font-weight: 500;
    margin: 0;
}
.store-legal-info-list dd,
.store-legal-summary dd,
.store-legal-definitions dd {
    color: #333;
    font-size: 12px;
    line-height: 18px;
    margin: 0;
    overflow-wrap: break-word;
}
.store-legal-summary {
    background: #fafafa;
    border: 1px solid #ececec;
    border-radius: 10px;
    padding: 12px 14px;
}
.store-legal-summary dt:last-of-type,
.store-legal-summary dd:last-of-type {
    color: #1a1a1a;
    font-weight: 600;
}
.store-legal-table-wrap {
    border: 1px solid #ececec;
    border-radius: 10px;
    overflow-x: auto;
}
.store-legal-table {
    border-collapse: collapse;
    font-size: 12px;
    min-width: 100%;
    width: 100%;
}
.store-legal-table th,
.store-legal-table td {
    border-bottom: 1px solid #ececec;
    padding: 10px 12px;
    text-align: left;
    vertical-align: top;
    white-space: normal;
}
.store-legal-table th {
    background: #fafafa;
    color: #666;
    font-weight: 600;
}
.store-legal-table tr:last-child td { border-bottom: 0; }
.store-legal-list {
    margin: 0;
    padding-left: 1.15rem;
}
.store-legal-list li { margin-bottom: 6px; }
.store-legal-list li:last-child { margin-bottom: 0; }
.store-legal-note {
    background: rgba(7, 59, 111, 0.04);
    border-left: 3px solid #073b6f;
    border-radius: 0 8px 8px 0;
    color: #555;
    font-size: 12px;
    line-height: 18px;
    margin-top: 10px;
    padding: 8px 10px;
}
.checkout-legal-modal-body .store-legal-doc-header {
    margin-bottom: 16px;
    padding-bottom: 14px;
}
.checkout-legal-modal-body .store-legal-doc-title {
    font-size: 18px;
}
@media (max-width: 639px) {
    .store-legal-info-list,
    .store-legal-summary,
    .store-legal-definitions {
        grid-template-columns: 1fr;
    }
}

.checkout-order-summary-actions { display: flex; flex-direction: column; gap: 8px; }
.checkout-order-summary-actions--footer-row { gap: 12px; }
.checkout-summary-actions-row {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.checkout-summary-footer-btn {
    align-items: center;
    background: #ffc107;
    border: 0;
    border-radius: var(--cf-radius-sm);
    color: #212529;
    display: inline-flex;
    font-size: var(--cf-font-sm);
    font-weight: 600;
    gap: 6px;
    justify-content: center;
    line-height: 1.2;
    min-height: 40px;
    padding: 8px 10px;
    text-align: center;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease;
}
.checkout-summary-footer-btn:hover {
    background: #ffb300;
    color: #212529;
}
.checkout-summary-footer-btn:focus-visible {
    outline: 2px solid #212529;
    outline-offset: 2px;
}
.checkout-summary-footer-btn i {
    flex-shrink: 0;
    font-size: 16px;
    line-height: 1;
}
.checkout-summary-action-link {
    color: var(--cf-text-secondary);
    font-size: var(--cf-font-sm);
    font-weight: var(--cf-weight-medium);
    line-height: 20px;
    text-decoration: none;
    transition: color 0.15s ease;
}
.checkout-summary-action-link:hover { color: var(--cf-accent); }
.checkout-summary-action-link--forward {
    align-items: center;
    display: inline-flex;
    gap: 4px;
}
.checkout-summary-action-link--forward i { font-size: 16px; line-height: 1; }
.checkout-alert { border-radius: var(--cf-radius-sm); font-size: var(--cf-font); line-height: var(--cf-line); padding: 10px 12px; }
.checkout-alert-error {
    background: rgba(255, 72, 66, 0.04);
    border: 1px solid rgba(255, 72, 66, 0.16);
    color: #b72136;
}
.checkout-validation-invalid {
    border-color: #dc3545 !important;
    box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.1) !important;
}
.checkout-legal-option:has(input.checkout-validation-invalid) {
    background: rgba(255, 72, 66, 0.04);
    border-radius: var(--cf-radius-sm);
    outline: 1px solid rgba(255, 72, 66, 0.2);
}
.checkout-field-inline-alert {
    background: rgba(255, 72, 66, 0.06);
    border: 1px solid rgba(255, 72, 66, 0.2);
    border-radius: var(--cf-radius-sm);
    color: #b72136;
    font-size: var(--cf-font);
    margin: 0 20px 16px;
    padding: 10px 12px;
}
.checkout-field-inline-error {
    color: #b72136;
    display: block;
    flex-basis: 100%;
    font-size: 12px;
    line-height: 1.4;
    margin-top: 6px;
}
.checkout-cart-header { align-items: center; display: flex; justify-content: space-between; margin-bottom: 16px; }
.checkout-cart-header h1 {
    color: var(--cf-text);
    font-size: 16px;
    font-weight: var(--cf-weight-semibold);
    letter-spacing: -0.02em;
    margin: 0;
}
.checkout-cart-header p { color: var(--cf-text-muted); font-size: var(--cf-font); margin: 0; }
.checkout-flow-page .cart-clear-all {
    background: transparent;
    border: 0;
    color: var(--cf-text-muted);
    cursor: pointer;
    font-size: var(--cf-font-sm);
    font-weight: var(--cf-weight-normal);
    padding: 4px 0;
    transition: color 0.15s ease;
}
.checkout-flow-page .cart-clear-all:hover { color: #c0392b; }
.checkout-flow-page .cart-clear-all i { font-size: 14px; }

.checkout-flow-page .cart-clear-all i { font-size: 14px; }

/* Sepet tablosu */
.checkout-cart-table {
    background: var(--cf-bg);
    border: 1px solid var(--cf-border);
    border-radius: var(--cf-radius);
    overflow: hidden;
}
.checkout-flow-page .checkout-cart-table .wishlist-table {
    border-collapse: collapse;
    width: 100%;
}
.checkout-flow-page .checkout-cart-table thead {
    background: var(--cf-bg-muted);
    border-bottom: 1px solid var(--cf-border);
}
.checkout-flow-page .checkout-cart-table th {
    color: var(--cf-text-muted);
    font-size: var(--cf-font-sm);
    font-weight: var(--cf-weight-medium);
    letter-spacing: 0.02em;
    padding: 10px 12px;
    text-transform: uppercase;
}
.checkout-flow-page .checkout-cart-table td {
    border-bottom: 1px solid var(--cf-border);
    color: var(--cf-text);
    font-size: var(--cf-font);
    vertical-align: middle;
}
.checkout-flow-page .checkout-cart-table tbody tr:last-child td { border-bottom: 0; }
.checkout-flow-page .checkout-cart-table .cart-select-col {
    width: 44px;
}
.checkout-flow-page .checkout-cart-table .cart-item-select,
.checkout-flow-page .checkout-cart-table .cart-select-all {
    accent-color: var(--cf-accent);
    cursor: pointer;
    height: 16px;
    width: 16px;
}
.checkout-flow-page .checkout-cart-table .cart-row-unselected {
    opacity: 0.55;
}
.checkout-flow-page .checkout-cart-table .cart-row-unselected .product-name,
.checkout-flow-page .checkout-cart-table .cart-row-unselected .product-total-price {
    color: var(--cf-text-muted);
}
.checkout-selection-hint {
    color: var(--cf-text-muted);
    font-size: var(--cf-font-sm);
    margin: 0 0 12px;
    text-align: center;
}
.checkout-flow-page .checkout-cart-table .product-name {
    color: var(--cf-text);
    font-size: var(--cf-font);
    font-weight: var(--cf-weight-medium);
    text-decoration: none;
}
.checkout-flow-page .checkout-cart-table .product-name:hover { color: var(--cf-accent); }
.checkout-flow-page .checkout-cart-table .product-thumbnail {
    background: var(--cf-bg-subtle);
    border: 1px solid var(--cf-border);
    border-radius: var(--cf-radius-sm);
    flex: 0 0 80px;
}
@media (min-width: 1024px) {
    .checkout-flow-page .checkout-cart-table th,
    .checkout-flow-page .checkout-cart-table td.product-price,
    .checkout-flow-page .checkout-cart-table td.product-quantity,
    .checkout-flow-page .checkout-cart-table td.product-total-price,
    .checkout-flow-page .checkout-cart-table td.product-actions {
        white-space: nowrap;
    }
    .checkout-flow-page .checkout-cart-table td.product-price,
    .checkout-flow-page .checkout-cart-table td.product-quantity,
    .checkout-flow-page .checkout-cart-table td.product-total-price {
        padding-left: 10px;
        padding-right: 10px;
    }
    .checkout-flow-page .checkout-cart-table td.product > div > div:last-child {
        min-width: 0;
        overflow-wrap: anywhere;
    }
}
.checkout-flow-page .checkout-qty-stepper {
    align-items: center;
    border: 1px solid var(--cf-border);
    border-radius: var(--cf-radius-sm);
    display: inline-flex;
    max-width: 100px;
    padding: 2px 6px;
}
.checkout-flow-page .checkout-qty-stepper button {
    align-items: center;
    background: transparent;
    border: 0;
    color: var(--cf-text-muted);
    cursor: pointer;
    display: inline-flex;
    padding: 4px;
    transition: color 0.15s ease;
}
.checkout-flow-page .checkout-qty-stepper button:hover { color: var(--cf-text); }
.checkout-flow-page .checkout-qty-stepper input,
.checkout-flow-page .checkout-qty-stepper .cart-qty-display {
    background: transparent;
    border: 0;
    color: var(--cf-text);
    font-size: var(--cf-font);
    font-weight: var(--cf-weight-medium);
    text-align: center;
    width: 28px;
}
.checkout-flow-page .checkout-cart-table .cart-remove-btn {
    align-items: center;
    background: transparent;
    border: 0;
    border-radius: var(--cf-radius-sm);
    color: var(--cf-text-muted);
    cursor: pointer;
    display: inline-flex;
    padding: 6px;
    transition: color 0.15s ease, background-color 0.15s ease;
}
.checkout-flow-page .checkout-cart-table .cart-remove-btn:hover {
    background: rgba(255, 72, 66, 0.06);
    color: #c0392b;
}
.checkout-flow-page .checkout-cart-table .cart-remove-btn i { font-size: 18px; }
.checkout-flow-page .checkout-cart-empty-icon {
    align-items: center;
    background: var(--cf-bg-subtle);
    border: 1px solid var(--cf-border);
    border-radius: 999px;
    color: var(--cf-text-muted);
    display: inline-flex;
    height: 48px;
    justify-content: center;
    margin-bottom: 12px;
    width: 48px;
}
.checkout-flow-page .checkout-cart-empty-icon i { font-size: 22px; }

/* Sepet yan paneli — ürün kartı tipografi ile uyumlu */
.cart-sidebar {
    color: var(--cf-text);
    font-family: var(--font-dm-sans), ui-sans-serif, system-ui, -apple-system, sans-serif;
    font-size: var(--cf-font);
    letter-spacing: -0.011em;
    line-height: var(--cf-line);
}

.cart-sidebar .similar-products-header h5,
.cart-sidebar .cart-products-header h5,
.cart-sidebar .cart-subtotal h5 {
    color: var(--cf-text);
    font-size: var(--cf-font-lg);
    font-weight: var(--cf-weight-semibold);
    letter-spacing: -0.02em;
    line-height: var(--cf-line);
    margin: 0;
}

.cart-sidebar .similar-products-header p,
.cart-sidebar .cart-products-header p {
    color: var(--cf-text-muted);
    font-size: var(--cf-font-sm);
    line-height: 18px;
    margin: 2px 0 0;
}

.cart-sidebar .cart-subtotal h5.text-primary {
    color: var(--cf-accent);
    font-weight: var(--cf-weight-semibold);
}

.cart-sidebar .product-card-book-title,
.cart-sidebar .product-card-book-title a {
    color: var(--cf-text);
    font-size: var(--cf-font);
    font-weight: var(--cf-weight-medium);
    letter-spacing: -0.01em;
    line-height: 18px;
    text-decoration: none;
}

.cart-sidebar .product-card-book-title a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
}

.cart-sidebar .product-card-book-title a:hover {
    color: var(--cf-accent);
}

.cart-sidebar .product-card-book-author,
.cart-sidebar .cart-sidebar-empty-text,
.cart-sidebar .cart-sidebar-muted-text {
    color: var(--cf-text-muted);
    font-size: var(--cf-font-sm);
    line-height: 18px;
}

.cart-sidebar .product-card-book-price-row {
    min-height: auto;
}

.cart-sidebar .current-price {
    color: var(--cf-text);
    font-size: var(--cf-font);
    font-weight: var(--cf-weight-semibold);
    letter-spacing: -0.02em;
}

.cart-sidebar .old-price {
    color: var(--cf-text-muted);
    font-size: var(--cf-font-sm);
}

.cart-sidebar .product-discount-badge {
    font-size: 10px;
    font-weight: var(--cf-weight-semibold);
    letter-spacing: 0.01em;
    line-height: 1;
}

.cart-sidebar .cart-sidebar-add-btn {
    font-size: var(--cf-font-sm);
    font-weight: var(--cf-weight-medium);
    letter-spacing: -0.01em;
    line-height: var(--cf-line);
}

.cart-sidebar .cart-sidebar-add-btn i {
    font-size: 16px;
    line-height: 1;
}

.cart-sidebar .cart-sidebar-qty-val {
    color: var(--cf-text);
    font-size: var(--cf-font);
    font-weight: var(--cf-weight-medium);
}

.cart-sidebar .cart-sidebar-update i {
    font-size: 20px;
    line-height: 1;
}

.cart-sidebar .cart-edit-remove i {
    color: var(--cf-text-secondary);
    font-size: 18px;
    line-height: 1;
}

.cart-sidebar .btn {
    font-size: var(--cf-font);
    font-weight: var(--cf-weight-medium);
    letter-spacing: -0.01em;
    line-height: var(--cf-line);
}

.cart-sidebar .btn-medium {
    font-size: var(--cf-font-sm);
    min-height: 32px;
}

.cart-sidebar .btn-large {
    font-size: var(--cf-font);
    min-height: 36px;
}

.product-add-to-cart-section {
    background: var(--cf-bg-muted);
    border: 1px solid var(--cf-border);
    border-radius: var(--cf-radius);
    margin-top: 0;
    padding: 14px !important;
}

.product-add-to-cart-section .quantity-selector,
.product-detail-page .product-detail-qty {
    border-color: var(--cf-border);
    box-shadow: none;
}

.product-add-to-cart-section .btn-primary,
.product-detail-page .product-detail-add-btn {
    border-radius: var(--cf-radius-sm);
    box-shadow: none !important;
    font-size: var(--cf-font);
    font-weight: var(--cf-weight-medium);
    min-height: 36px;
}

.product-add-to-cart-trust {
    color: var(--cf-text-muted);
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    list-style: none;
    margin: 16px 0 0;
    padding: 0;
}

.product-add-to-cart-trust li {
    align-items: center;
    background: var(--cf-bg-muted);
    border: 1px solid var(--cf-border);
    border-radius: var(--cf-radius-sm);
    display: flex;
    flex-direction: column;
    gap: 6px;
    justify-content: center;
    min-height: 64px;
    padding: 10px 8px;
    text-align: center;
}

.product-add-to-cart-trust span {
    color: var(--cf-text-secondary);
    display: block;
    font-size: 11px;
    font-weight: var(--cf-weight-medium);
    line-height: 1.35;
}

.product-add-to-cart-trust i {
    color: var(--cf-accent);
    font-size: 18px;
}

@media (max-width: 479px) {
    .product-add-to-cart-trust {
        gap: 8px;
    }

    .product-add-to-cart-trust li {
        min-height: 58px;
        padding: 8px 6px;
    }

    .product-add-to-cart-trust span {
        font-size: 10px;
    }
}

/* Ürün detay — Cursor-lite */
.product-detail-page {
    --product-detail-sticky-top: 0px;
    --product-detail-nav-height: 49px;
    background: var(--cf-bg);
    color: var(--cf-text);
    font-family: var(--font-dm-sans), ui-sans-serif, system-ui, -apple-system, sans-serif;
    font-size: var(--cf-font);
    letter-spacing: -0.011em;
    line-height: var(--cf-line);
    padding-bottom: 48px;
    position: relative;
}

.product-detail-breadcrumb-wrap {
    padding-block: 16px 12px;
}

.product-detail-page .product-detail-breadcrumb a,
.product-detail-page .product-detail-breadcrumb span {
    color: var(--cf-text-muted);
    font-size: var(--cf-font-sm);
}

.product-detail-page .product-detail-breadcrumb a:hover {
    color: var(--cf-text-secondary);
}

.product-detail-page .product-detail-breadcrumb i {
    font-size: 14px;
}

.product-detail-main {
    padding-bottom: 32px;
}

.product-detail-layout {
    display: grid;
    gap: 24px;
}

@media (min-width: 768px) and (max-width: 1099px) {
    .product-detail-layout {
        align-items: start;
        gap: 28px;
        grid-template-columns: minmax(0, 1fr) minmax(260px, 320px);
    }

    .product-detail-gallery {
        grid-column: 1 / -1;
    }
}

@media (min-width: 1100px) {
    .product-detail-layout {
        align-items: start;
        gap: 32px;
        grid-template-columns: minmax(280px, 0.95fr) minmax(260px, 1.15fr) minmax(260px, 300px);
    }
}

.product-detail-gallery {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-inline: auto;
    max-width: 100%;
    width: 100%;
}

@media (min-width: 1024px) {
    .product-detail-gallery {
        margin-inline: 0;
        max-width: none;
    }
}

@media (min-width: 1280px) {
    .product-detail-gallery:has(.product-detail-thumbs) {
        align-items: flex-start;
        flex-direction: row;
    }
}

.product-detail-thumbs {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(auto-fill, minmax(68px, 88px));
    justify-content: start;
    order: 2;
}

@media (min-width: 1280px) {
    .product-detail-thumbs {
        flex: 0 0 88px;
        grid-template-columns: 1fr;
        justify-content: stretch;
        order: 0;
    }
}

.product-detail-thumb {
    min-width: 0;
}

.product-detail-thumb img {
    aspect-ratio: 3 / 4;
    display: block;
    height: auto;
    object-fit: contain;
    width: 100%;
}

.product-detail-main-image {
    align-items: center;
    background: var(--cf-bg);
    border: 1px solid var(--cf-border);
    border-radius: var(--cf-radius);
    display: flex;
    flex: 1;
    justify-content: center;
    min-height: 300px;
    min-width: 0;
    order: 1;
    overflow: hidden;
    padding: 16px;
    width: 100%;
}

@media (min-width: 768px) {
    .product-detail-main-image {
        min-height: 390px;
        padding: 20px;
    }
}

@media (min-width: 1024px) {
    .product-detail-main-image {
        min-height: 420px;
    }
}

.product-detail-main-image img {
    height: auto;
    max-height: 420px;
    max-width: 100%;
    object-fit: contain;
    transform: scale(1);
    transform-origin: center;
    transition: transform 240ms ease;
    width: 100%;
}

.product-detail-category-paths {
  margin-top: 10px;
  padding: 12px 14px;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  background: #fff;
  color: #475569;
  font-size: 13px;
}

.product-detail-category-paths ul {
  display: grid;
  gap: 6px;
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
}

.product-detail-category-paths a {
  color: var(--color-primary, #0f8f83);
}

.product-detail-category-paths small {
  margin-left: 8px;
  color: #64748b;
}

@media (hover: hover) and (pointer: fine) {
    .product-detail-main-image {
        cursor: zoom-in;
    }

    .product-detail-main-image:hover img {
        transform: scale(1.4);
    }
}

@media (prefers-reduced-motion: reduce) {
    .product-detail-main-image img {
        transition: none;
    }
}

@media (min-width: 768px) {
    .product-detail-main-image img {
        max-height: 480px;
    }
}

@media (min-width: 1024px) {
    .product-detail-main-image img {
        max-height: 560px;
    }
}

.product-detail-meta {
    min-width: 0;
    padding: 4px 0 0;
}

.product-detail-buybox {
    background: var(--cf-bg);
    border: 1px solid var(--cf-border);
    border-radius: var(--cf-radius);
    min-width: 0;
    padding: 18px 16px;
}

@media (min-width: 768px) {
    .product-detail-meta {
        padding: 8px 0 0;
    }

    .product-detail-buybox {
        position: sticky;
        top: calc(var(--product-detail-sticky-top) + 16px);
    }
}

.product-detail-delivery {
    align-items: flex-start;
    color: var(--cf-text-secondary);
    display: flex;
    font-size: var(--cf-font-sm);
    gap: 8px;
    line-height: 1.4;
    margin: 0 0 16px;
}

.product-detail-delivery i {
    color: var(--cf-accent);
    flex-shrink: 0;
    font-size: 18px;
    margin-top: 1px;
}

.product-detail-delivery strong {
    color: var(--cf-text);
    font-weight: var(--cf-weight-semibold);
}

.product-detail-badge {
    background: var(--cf-text);
    border-radius: var(--cf-radius-sm);
    color: #fff;
    display: inline-block;
    font-size: 10px;
    font-weight: var(--cf-weight-medium);
    letter-spacing: 0.02em;
    line-height: 16px;
    margin-bottom: 10px;
    margin-right: 6px;
    padding: 2px 8px;
    text-transform: uppercase;
}

.product-detail-badge-new {
    background: var(--cf-bg-subtle);
    border: 1px solid var(--cf-border);
    color: var(--cf-text-secondary);
    text-transform: none;
}

.product-detail-title-row {
    align-items: flex-start;
    display: flex;
    gap: 12px;
    justify-content: space-between;
    margin-bottom: 12px;
}

.product-detail-title {
    color: var(--cf-text);
    font-size: 22px;
    font-weight: var(--cf-weight-semibold);
    letter-spacing: -0.02em;
    line-height: 1.3;
    margin: 0;
}

@media (min-width: 768px) {
    .product-detail-title {
        font-size: 26px;
    }
}

.product-detail-price-row {
    align-items: baseline;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 12px;
    margin-bottom: 16px;
}

.product-detail-price {
    color: var(--cf-text);
    font-size: 20px;
    font-weight: var(--cf-weight-semibold);
    letter-spacing: -0.02em;
    line-height: 1.2;
    white-space: nowrap;
}

.product-highlight-stock {
    margin-left: .45rem;
    white-space: nowrap;
}

.product-highlight-stock.is-in-stock {
    color: var(--cf-success, #16803c);
    font-weight: 600;
}

.product-highlight-stock.is-out-of-stock {
    color: var(--cf-danger, #c62828);
    font-weight: 600;
}

.product-detail-price-old {
    color: var(--cf-text-muted);
    font-size: var(--cf-font);
    font-weight: var(--cf-weight-normal);
    text-decoration: line-through;
}

.product-detail-cart-form {
    align-items: stretch;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

@media (min-width: 640px) {
    .product-detail-cart-form {
        flex-direction: row;
    }
}

.product-detail-qty {
    align-items: center;
    background: var(--cf-bg);
    border: 1.5px solid var(--cf-border);
    border-radius: 10px;
    display: inline-flex;
    flex-shrink: 0;
    height: 44px;
    max-width: 148px;
    overflow: hidden;
}

.product-detail-qty .qty-step-btn {
    align-items: center;
    background: var(--cf-bg-subtle);
    border: 0;
    color: var(--cf-text);
    cursor: pointer;
    display: inline-flex;
    flex-shrink: 0;
    font-size: 18px;
    height: 100%;
    justify-content: center;
    transition: color 0.15s ease, background-color 0.15s ease;
    width: 44px;
}

.product-detail-qty .qty-step-btn:hover {
    background: var(--cf-bg-muted);
    color: var(--cf-accent);
}

.product-detail-qty .qty-step-btn:focus-visible {
    outline: 2px solid var(--cf-accent);
    outline-offset: -2px;
    z-index: 1;
}

.product-detail-qty .qty-step-input {
    appearance: textfield;
    background: transparent;
    border: 0;
    border-inline: 1.5px solid var(--cf-border);
    color: var(--cf-text);
    flex: 1;
    font-size: 15px;
    font-weight: var(--cf-weight-semibold);
    height: 100%;
    min-width: 0;
    outline: none;
    text-align: center;
    width: 52px;
}

.product-detail-add-btn {
    flex: 0 0 auto;
    gap: 8px;
    min-width: 148px;
    padding-inline: 18px;
    width: auto;
}

.product-detail-add-btn i {
    font-size: 16px;
}

.product-detail-page .product-details-tab-content {
    color: var(--cf-text-secondary);
    font-size: var(--cf-font);
    line-height: 1.65;
    max-width: 42rem;
}

.product-detail-page .product-details-tab-content p {
    margin-bottom: 12px;
}

/* Quill içerik çıktısı: admin editörüyle aynı görünüm sözleşmesi. */
.product-detail-page .product-details-tab-content h1,
.product-detail-page .product-details-tab-content h2,
.product-detail-page .product-details-tab-content h3,
.product-detail-page .product-details-tab-content h4,
.product-detail-page .product-details-tab-content h5,
.product-detail-page .product-details-tab-content h6 {
    color: var(--cf-text);
    font-weight: 700;
    line-height: 1.35;
    margin: 20px 0 10px;
}

.product-detail-page .product-details-tab-content h1 { font-size: 26px; }
.product-detail-page .product-details-tab-content h2 { font-size: 22px; }
.product-detail-page .product-details-tab-content h3 { font-size: 18px; }
.product-detail-page .product-details-tab-content h4 { font-size: 16px; }
.product-detail-page .product-details-tab-content h5 { font-size: 14px; }
.product-detail-page .product-details-tab-content h6 { font-size: 13px; }

.product-detail-page .product-details-tab-content p,
.product-detail-page .product-details-tab-content ol,
.product-detail-page .product-details-tab-content ul,
.product-detail-page .product-details-tab-content blockquote,
.product-detail-page .product-details-tab-content table {
    margin: 0 0 12px;
}

.product-detail-page .product-details-tab-content ol,
.product-detail-page .product-details-tab-content ul {
    padding-left: 1.5em;
}

.product-detail-page .product-details-tab-content li {
    margin-bottom: 4px;
}

.product-detail-page .product-details-tab-content li[data-list="bullet"] {
    list-style: disc;
}

.product-detail-page .product-details-tab-content li[data-list="ordered"] {
    list-style: decimal;
}

.product-detail-page .product-details-tab-content .ql-ui {
    display: none;
}

.product-detail-page .product-details-tab-content a {
    color: var(--cf-accent);
    text-decoration: underline;
    text-underline-offset: 2px;
}

.product-detail-page .product-details-tab-content blockquote {
    background: #f4fbfa;
    border-left: 4px solid var(--cf-accent);
    border-radius: 0 var(--cf-radius-sm) var(--cf-radius-sm) 0;
    color: var(--cf-text);
    padding: 10px 14px;
}

.product-detail-page .product-details-tab-content img {
    border-radius: var(--cf-radius);
    height: auto;
    max-width: 100%;
}

.product-detail-page .product-details-tab-content table {
    border-collapse: collapse;
    width: 100%;
}

.product-detail-page .product-details-tab-content th,
.product-detail-page .product-details-tab-content td {
    border: 1px solid var(--cf-border);
    padding: 8px 10px;
    text-align: left;
}

.product-detail-page .product-details-tab-content .ql-align-center { text-align: center; }
.product-detail-page .product-details-tab-content .ql-align-right { text-align: right; }
.product-detail-page .product-details-tab-content .ql-align-justify { text-align: justify; }
.product-detail-page .product-details-tab-content .ql-size-small { font-size: 0.75em; }
.product-detail-page .product-details-tab-content .ql-size-large { font-size: 1.5em; }
.product-detail-page .product-details-tab-content .ql-size-huge { font-size: 2.5em; }
.product-detail-page .product-details-tab-content .ql-font-serif { font-family: Georgia, "Times New Roman", serif; }
.product-detail-page .product-details-tab-content .ql-font-monospace { font-family: Monaco, "Courier New", monospace; }
.product-detail-page .product-details-tab-content .ql-indent-1 { margin-left: 3em; }
.product-detail-page .product-details-tab-content .ql-indent-2 { margin-left: 6em; }
.product-detail-page .product-details-tab-content .ql-indent-3 { margin-left: 9em; }
.product-detail-page .product-details-tab-content > :first-child { margin-top: 0; }
.product-detail-page .product-details-tab-content > :last-child { margin-bottom: 0; }

.content-page-body {
    color: var(--cf-text, #172033);
    font-size: 16px;
    line-height: 1.75;
    overflow-wrap: anywhere;
}

.content-page-body h1,
.content-page-body h2,
.content-page-body h3,
.content-page-body h4,
.content-page-body h5,
.content-page-body h6 {
    color: var(--cf-text, #172033);
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.25;
    margin: 24px 0 12px;
}

.content-page-body h1 { font-size: clamp(30px, 4vw, 42px); }
.content-page-body h2 { font-size: clamp(24px, 3vw, 32px); }
.content-page-body h3 { font-size: clamp(20px, 2.4vw, 26px); }
.content-page-body h4 { font-size: 18px; }
.content-page-body h5,
.content-page-body h6 { font-size: 16px; }

.content-page-body p,
.content-page-body ol,
.content-page-body ul,
.content-page-body blockquote,
.content-page-body table {
    margin: 0 0 16px;
}

.content-page-body p {
    color: #344054;
    font-size: inherit;
    line-height: inherit;
}

.content-page-body ol,
.content-page-body ul {
    color: #344054;
    padding-left: 1.5em;
}

.content-page-body li {
    margin-bottom: 6px;
}

.content-page-body li[data-list="bullet"] {
    list-style: disc;
}

.content-page-body li[data-list="ordered"] {
    list-style: decimal;
}

.content-page-body .ql-ui {
    display: none;
}

.content-page-body a {
    color: var(--cf-accent, #073b6f);
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.content-page-body blockquote {
    background: #f4f8fc;
    border-left: 4px solid var(--cf-accent, #073b6f);
    border-radius: 0 14px 14px 0;
    color: #172033;
    padding: 14px 18px;
}

.content-page-body img {
    border-radius: 18px;
    height: auto;
    max-width: 100%;
}

.content-page-body table {
    border-collapse: collapse;
    display: block;
    max-width: 100%;
    overflow-x: auto;
    width: 100%;
}

.content-page-body th,
.content-page-body td {
    border: 1px solid #dfe5ee;
    padding: 10px 12px;
    text-align: left;
    vertical-align: top;
}

.content-page-body .ql-align-center { text-align: center; }
.content-page-body .ql-align-right { text-align: right; }
.content-page-body .ql-align-justify { text-align: justify; }
.content-page-body .ql-size-small { font-size: 0.82em; }
.content-page-body .ql-size-large { font-size: 1.35em; }
.content-page-body .ql-size-huge { font-size: 1.85em; }
.content-page-body .ql-font-serif { font-family: Georgia, "Times New Roman", serif; }
.content-page-body .ql-font-monospace { font-family: Monaco, "Courier New", monospace; }
.content-page-body .ql-indent-1 { margin-left: 2em; }
.content-page-body .ql-indent-2 { margin-left: 4em; }
.content-page-body .ql-indent-3 { margin-left: 6em; }
.content-page-body > :first-child { margin-top: 0; }
.content-page-body > :last-child { margin-bottom: 0; }

@media (max-width: 767px) {
    .content-page-body {
        font-size: 15px;
        line-height: 1.72;
    }

    .content-page-body .ql-size-huge { font-size: 1.45em; }
    .content-page-body .ql-size-large { font-size: 1.2em; }
    .content-page-body .ql-indent-1,
    .content-page-body .ql-indent-2,
    .content-page-body .ql-indent-3 { margin-left: 1em; }
}

.product-detail-seo-summary {
    background: #f4fbfa;
    background: color-mix(in srgb, var(--cf-accent) 7%, #fff);
    border: 1px solid var(--cf-border);
    border-color: color-mix(in srgb, var(--cf-accent) 18%, var(--cf-border));
    border-radius: var(--cf-radius);
    margin-bottom: 20px;
    padding: 18px 20px;
}

.product-detail-seo-summary h2 {
    color: var(--cf-text);
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 8px;
}

.product-detail-seo-summary p {
    margin: 0;
}

.product-detail-info-table-wrap {
    border: 1px solid var(--cf-border);
    border-radius: var(--cf-radius);
    overflow: hidden;
}

.product-detail-info-table {
    border-collapse: collapse;
    font-size: var(--cf-font-sm);
    width: 100%;
}

.product-detail-info-table th,
.product-detail-info-table td {
    border-bottom: 1px solid var(--cf-border);
    padding: 10px 14px;
    text-align: left;
    vertical-align: top;
}

.product-detail-info-table tr:last-child th,
.product-detail-info-table tr:last-child td {
    border-bottom: 0;
}

.product-detail-info-table th {
    background: var(--cf-bg-muted);
    color: var(--cf-text-muted);
    font-weight: var(--cf-weight-normal);
    width: 34%;
}

.product-detail-info-table td {
    color: var(--cf-text);
    font-weight: var(--cf-weight-medium);
}

.product-detail-related {
    border-top: 1px solid var(--cf-border);
    padding-top: 32px;
}

.product-detail-related-head {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: space-between;
    margin-bottom: 20px;
}

.product-detail-related-head h2 {
    color: var(--cf-text);
    font-size: 16px;
    font-weight: var(--cf-weight-semibold);
    letter-spacing: -0.02em;
    margin: 0;
}

.product-detail-related-head a {
    color: var(--cf-text-secondary);
    font-size: var(--cf-font-sm);
    font-weight: var(--cf-weight-normal);
    text-decoration: none;
}

.product-detail-related-head a:hover {
    color: var(--cf-accent);
    text-decoration: underline;
}

/* Ürün detay — ok navigasyonu */
.product-detail-nav-arrow {
    align-items: center;
    background: var(--cf-bg);
    border: 1px solid var(--cf-border);
    border-radius: 50%;
    box-shadow: 0 4px 16px rgba(22, 28, 36, 0.08);
    color: var(--cf-text-muted);
    display: none;
    height: 44px;
    justify-content: center;
    position: fixed;
    text-decoration: none;
    top: 50%;
    transform: translateY(-50%);
    transition: border-color 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
    width: 44px;
    z-index: 40;
}

@media (min-width: 1280px) {
    .product-detail-nav-arrow {
        display: inline-flex;
    }
}

.product-detail-nav-arrow:hover {
    border-color: var(--cf-border-hover);
    box-shadow: 0 6px 20px rgba(22, 28, 36, 0.12);
    color: var(--cf-text);
}

.product-detail-nav-arrow-prev {
    left: 16px;
}

.product-detail-nav-arrow-next {
    right: 16px;
}

.product-detail-nav-arrow i {
    font-size: 20px;
}

/* Ürün detay — anchor navigasyon */
.product-detail-anchor-sentinel {
    height: 1px;
    margin: 0;
    pointer-events: none;
    visibility: hidden;
}

.product-detail-anchor-wrap {
    background: var(--cf-bg);
    border-bottom: 1px solid var(--cf-border);
    position: sticky;
    top: var(--product-detail-sticky-top);
    transition: box-shadow 0.2s ease;
    z-index: 45;
}

.product-detail-anchor-wrap.is-stuck {
    box-shadow: 0 4px 12px rgba(22, 28, 36, 0.06);
}

.product-detail-anchor-nav {
    display: flex;
    gap: 0;
    justify-content: center;
    min-height: var(--product-detail-nav-height);
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

@media (max-width: 767px) {
    .product-detail-anchor-nav {
        justify-content: flex-start;
    }
}

.product-detail-anchor-nav::-webkit-scrollbar {
    display: none;
}

.product-detail-anchor-nav a {
    border-bottom: 0;
    color: var(--cf-text-muted);
    flex-shrink: 0;
    font-size: 11px;
    font-weight: var(--cf-weight-medium);
    letter-spacing: 0.06em;
    line-height: 1;
    padding: 18px 14px 16px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    transition: color 0.15s ease;
    white-space: nowrap;
}

@media (min-width: 768px) {
    .product-detail-anchor-nav a {
        font-size: 12px;
        padding: 20px 18px 18px;
    }
}

.product-detail-anchor-nav a::before {
    background: transparent;
    content: "";
    height: 2px;
    left: 14px;
    position: absolute;
    right: 14px;
    top: 0;
    transition: background-color 0.15s ease;
}

.product-detail-anchor-nav a:hover {
    color: var(--cf-text);
}

.product-detail-anchor-nav a.is-active {
    color: var(--cf-text);
    font-weight: var(--cf-weight-semibold);
}

.product-detail-anchor-nav a.is-active::before {
    background: var(--cf-text);
}

.product-detail-anchor-count {
    color: inherit;
    font-weight: var(--cf-weight-normal);
    opacity: 0.72;
}

.product-detail-section {
    scroll-margin-top: calc(var(--product-detail-sticky-top) + var(--product-detail-nav-height) + 12px);
}

.product-detail-content-section {
    border-top: 1px solid var(--cf-border);
    padding-block: 32px;
}

.product-detail-section-title {
    color: var(--cf-text);
    font-size: 18px;
    font-weight: var(--cf-weight-semibold);
    letter-spacing: -0.02em;
    margin: 0 0 16px;
}

.product-detail-section-count {
    color: var(--cf-text-muted);
    font-size: var(--cf-font);
    font-weight: var(--cf-weight-normal);
}

.product-detail-share-btn {
    align-items: center;
    background: transparent;
    border: 0;
    color: var(--cf-text-muted);
    cursor: pointer;
    display: inline-flex;
    flex-shrink: 0;
    height: 32px;
    justify-content: center;
    transition: color 0.15s ease;
    width: 32px;
}

.product-detail-share-btn:hover {
    color: var(--cf-text);
}

.product-detail-share-btn i {
    font-size: 18px;
}

.product-detail-rating-row {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 12px;
    margin-bottom: 16px;
}

.product-detail-star-rating {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23dfe3e8'%3E%3Cpath d='M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z'/%3E%3C/svg%3E") repeat-x left center / 18px 18px;
    height: 18px;
    position: relative;
    width: 90px;
}

.product-detail-star-rating-lg {
    background-size: 22px 22px;
    height: 22px;
    width: 110px;
}

.product-detail-star-rating-fill {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23088178'%3E%3Cpath d='M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z'/%3E%3C/svg%3E") repeat-x left center / 18px 18px;
    height: 100%;
    max-width: 100%;
}

.product-detail-star-rating-lg .product-detail-star-rating-fill {
    background-size: 22px 22px;
}

.product-detail-review-link,
.product-detail-review-add {
    background: transparent;
    border: 0;
    color: var(--cf-text-secondary);
    cursor: pointer;
    font-family: inherit;
    font-size: var(--cf-font-sm);
    padding: 0;
    text-decoration: none;
}

.product-unit-price-summary {
    color: #667085;
    font-size: .82rem;
    margin-top: .2rem;
}

.product-variant-dimension-cards {
    display: flex;
    flex-wrap: nowrap;
    gap: .55rem;
    grid-column: 1 / -1;
    margin-top: -.2rem;
    max-width: 100%;
    overflow-x: auto;
    padding-bottom: .25rem;
}

.product-variant-field.has-card-alternative { display: none; }

.product-variant-dimension-card {
    display: grid;
    gap: .08rem;
    min-width: 110px;
    padding: .55rem .65rem;
    border: 1px solid #aeb4bd;
    border-radius: 7px;
    background: #fff;
    color: #20242a;
    text-align: left;
    cursor: pointer;
    flex: 0 0 auto;
    width: auto;
}

.product-variant-dimension-card.is-active {
    border: 2px solid #2563a9;
    box-shadow: inset 0 0 0 1px #2563a9;
}

.product-variant-dimension-card span { font-size: .78rem; }
.product-variant-dimension-card small { color: #4b5563; font-size: .68rem; }

.product-quantity-offers {
    width: 100%;
    margin-top: .8rem;
    padding-top: .75rem;
    border-top: 1px solid #e5e7eb;
}

.product-quantity-offers-title {
    font-size: .88rem;
    font-weight: 700;
    margin-bottom: .55rem;
}

.product-quantity-offers-list {
    display: flex;
    gap: .55rem;
    overflow-x: auto;
    padding: .35rem .1rem .25rem;
}

.product-quantity-offer {
    position: relative;
    display: grid;
    gap: .15rem;
    min-width: 145px;
    padding: .65rem .75rem;
    border: 1px solid #d9dde3;
    border-radius: 8px;
    background: #fff;
    color: #111827;
    text-align: left;
    cursor: pointer;
}

.product-quantity-offer:hover,
.product-quantity-offer:focus-visible {
    border-color: var(--store-primary, #0f8f83);
    outline: none;
}

.product-quantity-offer strong { font-size: .82rem; }
.product-quantity-offer > span:not(.product-quantity-offer-badge) { color: #c2410c; font-weight: 700; }
.product-quantity-offer-badge {
    position: absolute;
    top: -.55rem;
    left: .55rem;
    padding: .08rem .35rem;
    border-radius: 4px;
    background: #f97316;
    color: #fff;
    font-size: .65rem;
    font-weight: 700;
}

/* Footer iletişim bağlantıları koyu zeminde her durumda okunabilir kalır. */
footer .storefront-footer-contact-link,
footer .storefront-footer-contact-link:visited {
    color: var(--color-primary-lighter, #c7fff2) !important;
    opacity: 1;
}

footer .storefront-footer-contact-link:hover,
footer .storefront-footer-contact-link:focus-visible {
    color: #ffffff !important;
}

.checkout-legal-modal-body .store-policy-document {
    color: #333;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 13px;
    line-height: 1.7;
}

.checkout-legal-modal-body .store-policy-document h2 {
    color: #202020;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.45;
    margin: 20px 0 7px;
}

.checkout-legal-modal-body .store-policy-document h2:first-of-type {
    margin-top: 0;
}

.checkout-legal-modal-body .store-policy-document p {
    margin: 0 0 12px;
    text-align: left;
}

.checkout-legal-modal-body .store-policy-document .store-legal-updated {
    border-bottom: 1px solid #ececec;
    color: #777;
    font-size: 12px;
    font-style: italic;
    margin: 0 0 18px;
    padding-bottom: 10px;
    text-align: right;
}

.checkout-legal-modal-body .store-policy-document a {
    color: #087f77;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.product-detail-review-link:hover,
.product-detail-review-add:hover {
    color: var(--cf-accent);
    text-decoration: underline;
}

.product-detail-review-muted {
    color: var(--cf-text-muted);
    font-size: var(--cf-font-sm);
}

.product-detail-price-stock-row {
    align-items: baseline;
    border-bottom: 1px solid var(--cf-border);
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 8px;
    justify-content: flex-start;
    margin-bottom: 14px;
    padding-bottom: 14px;
}

.product-detail-price-stock-row .product-detail-price-row {
    margin-bottom: 0;
}

.product-detail-price-stock-row .product-detail-price {
    font-size: 20px;
}

.product-detail-stock-meta {
    align-items: flex-start;
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px 12px;
    text-align: left;
}

.product-detail-stock {
    font-size: var(--cf-font-sm);
    font-weight: var(--cf-weight-medium);
}

.product-detail-stock-in {
    color: var(--cf-success);
}

.product-detail-stock-out {
    color: var(--cf-danger);
}

.product-detail-sku {
    color: var(--cf-text-muted);
    font-size: 11px;
    letter-spacing: 0.02em;
}

.product-detail-highlights {
    display: grid;
    gap: 12px 22px;
    margin: 4px 0 16px;
    padding: 0;
}

.product-detail-highlight-column {
    display: grid;
    gap: 12px;
    min-width: 0;
}

.product-detail-highlight-pair {
    display: grid;
    gap: 12px 22px;
    min-width: 0;
}

.product-detail-highlight-row {
    margin: 0;
    align-items: baseline;
    column-gap: 8px;
    display: grid;
    grid-template-columns: 7.5rem 0.65rem minmax(0, 1fr);
    line-height: 1.45;
}

.product-detail-highlights dt {
    display: grid;
    grid-column: 1 / 3;
    grid-template-columns: subgrid;
    color: var(--cf-text-muted);
    font-size: var(--cf-font-sm);
    font-weight: var(--cf-weight-normal);
    margin: 0;
}

.product-detail-highlight-sep {
    color: var(--cf-text-muted);
    font-size: var(--cf-font-sm);
    text-align: center;
}

.product-detail-highlights dd {
    color: var(--cf-text);
    font-size: var(--cf-font-sm);
    font-weight: var(--cf-weight-medium);
    margin: 0;
    min-width: 0;
    word-break: break-word;
}

.product-detail-specs-link {
    background: transparent;
    border: 1px solid var(--cf-border);
    border-radius: var(--cf-radius-sm);
    color: var(--cf-text);
    cursor: pointer;
    display: inline-block;
    font-family: inherit;
    font-size: var(--cf-font-sm);
    font-weight: var(--cf-weight-medium);
    margin-bottom: 0;
    padding: 8px 14px;
    text-decoration: none;
    transition: border-color 0.15s ease, color 0.15s ease, background-color 0.15s ease;
}

.product-detail-specs-link:hover {
    background: var(--cf-bg-subtle);
    border-color: var(--cf-border-hover);
    color: var(--cf-text);
}

.product-detail-page .product-add-to-cart-section {
    background: transparent;
    border: 0;
    border-radius: 0;
    margin-inline: 0;
    padding: 0 !important;
}

.product-detail-page .product-detail-qty {
    border-width: 1.5px;
    height: 48px;
    max-width: none;
    width: 100%;
}

.product-detail-page .product-detail-qty .qty-step-btn {
    width: 48px;
}

.product-detail-page .product-detail-qty .qty-step-input {
    flex: 0 0 76px;
    font-size: 16px;
    min-width: 76px;
    width: 76px;
}

.product-detail-page .product-detail-qty .qty-step-btn > span {
    display: block;
    font-family: Arial, sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 1;
}

.product-detail-page .product-detail-add-btn {
    align-items: center;
    display: inline-flex;
    flex: 1 1 auto;
    height: 48px;
    justify-content: center;
    max-width: none;
    min-height: 48px;
    min-width: 0;
    padding-block: 0;
    padding-inline: 16px;
    width: 100%;
}

.product-detail-buybox .product-detail-purchase-row {
    align-items: stretch;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 10px;
}

.product-detail-buybox .product-detail-cart-form {
    align-items: stretch;
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 10px;
    min-width: 0;
    width: 100%;
}

.product-detail-buybox .product-detail-secondary-actions {
    justify-content: stretch;
    width: 100%;
}

.product-detail-buybox .product-detail-icon-form {
    flex: 1;
}

.product-detail-buybox .product-detail-icon-btn {
    gap: 8px;
    height: 44px;
    width: 100%;
}

.product-detail-buybox .product-detail-fav-btn span {
    font-size: var(--cf-font-sm);
    font-weight: var(--cf-weight-medium);
}

.product-detail-buybox .product-add-to-cart-trust {
    gap: 8px;
    grid-template-columns: 1fr;
    margin-top: 14px;
}

.product-detail-buybox .product-add-to-cart-trust li {
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
    min-height: 0;
    padding: 10px 12px;
    text-align: left;
}

.product-detail-buybox .product-add-to-cart-trust span {
    font-size: var(--cf-font-sm);
}

@media (max-width: 479px) {
    .product-detail-highlight-row {
        grid-template-columns: 6.75rem 0.65rem minmax(0, 1fr);
    }

    .product-detail-page .product-detail-qty {
        height: 44px;
    }

    .product-detail-page .product-detail-qty .qty-step-btn {
        width: 40px;
    }

    .product-detail-icon-btn {
        height: 44px;
    }
}

.product-detail-cart-qty-hint {
    color: var(--cf-text-secondary);
    font-size: var(--cf-font-sm);
    line-height: 1.5;
    margin: 10px 0 0;
}

.product-detail-secondary-actions {
    align-items: center;
    display: flex;
    flex-shrink: 0;
    gap: 8px;
}

.product-detail-icon-form {
    margin: 0;
}

.product-detail-icon-btn {
    align-items: center;
    background: var(--cf-bg);
    border: 1px solid var(--cf-border);
    border-radius: var(--cf-radius-sm);
    color: var(--cf-text-muted);
    cursor: pointer;
    display: inline-flex;
    height: 44px;
    justify-content: center;
    transition: border-color 0.15s ease, color 0.15s ease, background-color 0.15s ease;
    width: 44px;
}

.product-detail-icon-btn:hover {
    background: var(--cf-bg-subtle);
    border-color: var(--cf-border-hover);
    color: var(--cf-text);
}

.product-detail-icon-btn i {
    font-size: 18px;
}

.product-detail-reviews-summary {
    margin-bottom: 20px;
}

.product-detail-reviews-score {
    align-items: center;
    display: flex;
    gap: 12px;
}

.product-detail-reviews-avg {
    color: var(--cf-text);
    font-size: 32px;
    font-weight: var(--cf-weight-semibold);
    letter-spacing: -0.03em;
    line-height: 1;
}

.product-detail-reviews-list {
    display: grid;
    gap: 16px;
    margin-bottom: 24px;
}

.product-detail-review-item {
    background: var(--cf-bg-muted);
    border: 1px solid var(--cf-border);
    border-radius: var(--cf-radius);
    padding: 16px;
}

.product-detail-review-head {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 12px;
    justify-content: space-between;
    margin-bottom: 8px;
}

.product-detail-review-head strong {
    color: var(--cf-text);
    font-size: var(--cf-font);
    font-weight: var(--cf-weight-medium);
}

.product-detail-review-stars {
    color: var(--cf-accent);
    display: inline-flex;
    font-size: 14px;
    gap: 2px;
}

.product-detail-review-item p {
    color: var(--cf-text-secondary);
    font-size: var(--cf-font-sm);
    line-height: 1.6;
    margin: 0;
}

.product-detail-review-empty,
.product-detail-review-login-hint {
    color: var(--cf-text-muted);
    font-size: var(--cf-font-sm);
    margin: 0 0 16px;
}

.product-detail-review-form-wrap {
    border-top: 1px solid var(--cf-border);
    padding-top: 24px;
}

.product-detail-review-form-title {
    color: var(--cf-text);
    font-size: var(--cf-font-lg);
    font-weight: var(--cf-weight-semibold);
    margin: 0 0 16px;
}

.product-detail-review-form {
    display: grid;
    gap: 12px;
    max-width: 560px;
}

.product-detail-review-rating-input label,
.product-detail-review-comment-label {
    color: var(--cf-text-secondary);
    display: block;
    font-size: var(--cf-font-sm);
    margin-bottom: 6px;
}

.product-detail-review-stars-input {
    display: inline-flex;
    gap: 4px;
}

.product-detail-review-stars-input button {
    background: transparent;
    border: 0;
    color: var(--cf-border-hover);
    cursor: pointer;
    font-size: 22px;
    line-height: 1;
    padding: 0;
    transition: color 0.15s ease, transform 0.15s ease;
}

.product-detail-review-stars-input button.is-active,
.product-detail-review-stars-input button:hover {
    color: var(--cf-accent);
}

.product-detail-review-form textarea {
    background: var(--cf-bg);
    border: 1px solid var(--cf-border);
    border-radius: var(--cf-radius-sm);
    color: var(--cf-text);
    font-family: inherit;
    font-size: var(--cf-font-sm);
    line-height: 1.5;
    min-height: 120px;
    padding: 12px;
    resize: vertical;
    width: 100%;
}

.product-detail-review-form textarea:focus {
    border-color: var(--cf-accent);
    outline: none;
}

.product-detail-review-form-note {
    font-size: var(--cf-font-sm);
    margin: 0;
}

.product-detail-review-form-note.is-success {
    color: var(--cf-success);
}

.product-detail-review-form-note.is-error {
    color: var(--cf-danger);
}

/* Product detail — editorial two-column layout */
.product-detail-tabs {
    min-width: 0;
}

.product-variant-picker {
    background: var(--cf-bg-subtle);
    border: 1px solid var(--cf-border);
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
    margin-bottom: 16px;
    padding: 14px;
}

.product-variant-field {
    display: grid;
    gap: 6px;
}

.product-variant-field > span {
    color: var(--cf-text);
    font-size: 11px;
    font-weight: var(--cf-weight-semibold);
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.product-variant-field select {
    background: var(--cf-bg);
    border: 1px solid var(--cf-border-hover);
    border-radius: var(--cf-radius-sm);
    color: var(--cf-text);
    font-family: inherit;
    font-size: var(--cf-font-sm);
    height: 42px;
    padding: 0 34px 0 12px;
    width: 100%;
}

.product-variant-field select:focus {
    border-color: var(--cf-accent);
    outline: 2px solid var(--cf-accent);
    outline-offset: 2px;
}

.product-variant-field option:disabled {
    color: var(--cf-text-muted);
}

.product-variant-selection-note {
    color: var(--cf-text-muted);
    font-size: 12px;
    grid-column: 1 / -1;
    margin: 0;
}

.product-variant-selection-note.is-success {
    color: var(--cf-success);
}

.product-variant-selection-note.is-error {
    color: var(--cf-danger);
}

.product-print-price-summary {
    background: var(--cf-bg);
    border: 1px solid var(--cf-border);
    color: var(--cf-text);
    font-size: 12px;
    grid-column: 1 / -1;
    line-height: 1.6;
    padding: 10px 12px;
}

.product-print-price-summary strong {
    font-weight: var(--cf-weight-semibold);
}

.product-print-discount {
    color: var(--cf-success);
    font-weight: var(--cf-weight-semibold);
}

.product-detail-tab-list {
    border-bottom: 1px solid var(--cf-border-hover);
    display: flex;
    gap: 4px;
    overflow-x: auto;
    scrollbar-width: none;
}

.product-detail-tab-list::-webkit-scrollbar {
    display: none;
}

.product-detail-tab-button {
    background: transparent;
    border: 0;
    color: var(--cf-text-muted);
    cursor: pointer;
    flex: 0 0 auto;
    font-size: 11px;
    font-weight: var(--cf-weight-semibold);
    letter-spacing: 0.045em;
    min-height: 44px;
    padding: 0 14px;
    position: relative;
    text-transform: uppercase;
}

.product-detail-tab-button::after {
    background: transparent;
    bottom: -1px;
    content: "";
    height: 3px;
    left: 14px;
    position: absolute;
    right: 14px;
}

.product-detail-tab-button:hover,
.product-detail-tab-button.is-active {
    color: var(--cf-text);
}

.product-detail-tab-button.is-active::after {
    background: var(--cf-accent);
}

.product-detail-tab-button:focus-visible {
    outline: 2px solid var(--cf-accent);
    outline-offset: -3px;
}

.product-detail-tab-panel {
    background: var(--cf-bg-subtle);
    min-height: 164px;
    padding: 22px;
}

.product-detail-tab-panel[hidden] {
    display: none;
}

.product-detail-tabs .product-details-tab-content {
    max-width: none;
}

.product-detail-tabs .product-detail-info-table-wrap {
    background: var(--cf-bg);
    border: 0;
    border-radius: 0;
}

.product-detail-tabs .product-detail-info-table th {
    background: transparent;
    color: var(--cf-text);
    font-weight: var(--cf-weight-semibold);
    width: 38%;
}

.product-detail-tabs .product-detail-info-table th,
.product-detail-tabs .product-detail-info-table td {
    padding-inline: 0;
}

@media (min-width: 1100px) {
    .product-detail-main {
        padding-bottom: 48px;
    }

    .product-detail-layout {
        align-items: start;
        column-gap: clamp(44px, 5vw, 88px);
        grid-template-areas:
            "gallery meta"
            "gallery buybox"
            "gallery tabs";
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-rows: auto auto 1fr;
        row-gap: 18px;
    }

    .product-detail-gallery {
        grid-area: gallery;
        min-height: 650px;
        position: sticky;
        top: calc(var(--product-detail-sticky-top) + 16px);
    }

    .product-detail-main-image {
        border: 0;
        min-height: 650px;
        padding: 28px;
    }

    .product-detail-main-image img {
        max-height: 610px;
    }

    .product-detail-meta {
        grid-area: meta;
        padding-top: 0;
    }

    .product-detail-buybox {
        border: 0;
        grid-area: buybox;
        padding: 0;
        position: static;
    }

    .product-detail-tabs {
        grid-area: tabs;
    }

    .product-detail-title {
        font-size: clamp(25px, 2vw, 32px);
        line-height: 1.18;
        text-transform: uppercase;
    }

    .product-detail-highlight-pair {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .product-detail-highlight-row {
        grid-template-columns: 5.5rem 0.5rem minmax(0, 1fr);
    }

    .product-detail-price-stock-row {
        align-items: center;
        border-bottom: 0;
        flex-direction: row;
        justify-content: space-between;
        margin-bottom: 12px;
        padding-bottom: 0;
    }

    .product-detail-price-stock-row .product-detail-price {
        font-size: 30px;
    }

    .product-detail-stock-meta {
        align-items: flex-end;
        flex-direction: column;
        gap: 2px;
        text-align: right;
    }

    .product-detail-delivery {
        display: none;
    }

    .product-detail-buybox .product-detail-purchase-row {
        align-items: center;
        flex-direction: row;
    }

    .product-detail-buybox .product-detail-cart-form {
        flex-direction: row;
    }

    .product-detail-page .product-detail-qty {
        width: 172px;
    }

    .product-detail-buybox .product-detail-secondary-actions {
        width: auto;
    }

    .product-detail-buybox .product-detail-icon-form {
        flex: 0 0 auto;
    }

    .product-detail-buybox .product-detail-icon-btn {
        border-color: transparent;
        height: 48px;
        width: 48px;
    }

    .product-detail-buybox .product-detail-fav-btn span {
        display: none;
    }

    .product-detail-buybox .product-add-to-cart-trust {
        grid-template-columns: repeat(3, 1fr);
        margin-top: 18px;
    }

    .product-detail-buybox .product-add-to-cart-trust li {
        background: var(--cf-bg-subtle);
        justify-content: center;
        padding: 14px 10px;
    }

    .product-detail-tab-button {
        font-size: 12px;
        min-height: 48px;
    }
}

@media (max-width: 1099px) {
    .product-detail-tabs {
        grid-column: 1 / -1;
    }
}

@media (max-width: 639px) {
    .product-detail-tab-button {
        padding-inline: 11px;
    }

    .product-detail-tab-button::after {
        left: 11px;
        right: 11px;
    }

    .product-detail-tab-panel {
        padding: 18px 16px;
    }
}

.checkout-success-page {
    background: var(--cf-bg-muted);
    padding-bottom: 70px;
    padding-top: 48px;
}
.checkout-success-page .checkout-steps { margin-bottom: 24px; }
.checkout-success-card {
    background: var(--cf-bg);
    border: 1px solid var(--cf-border);
    border-radius: var(--cf-radius);
    box-shadow: none;
    margin: 0 auto;
    max-width: 480px;
    padding: 32px 24px;
    text-align: center;
}
.checkout-success-icon {
    align-items: center;
    background: var(--cf-accent-subtle);
    border: 1px solid rgba(7, 59, 111, 0.12);
    border-radius: 999px;
    color: var(--cf-accent);
    display: inline-flex;
    height: 56px;
    justify-content: center;
    margin-bottom: 16px;
    width: 56px;
}
.checkout-success-icon i { font-size: 28px; }
.checkout-success-card h1 {
    color: var(--cf-text);
    font-size: 18px;
    font-weight: var(--cf-weight-semibold);
    letter-spacing: -0.02em;
    margin: 0 0 6px;
}
.checkout-success-order-no {
    background: var(--cf-bg-subtle);
    border: 1px solid var(--cf-border);
    border-radius: var(--cf-radius-sm);
    color: var(--cf-text);
    display: inline-block;
    font-size: var(--cf-font-lg);
    font-weight: var(--cf-weight-semibold);
    letter-spacing: -0.01em;
    margin: 8px 0 16px;
    padding: 6px 12px;
}
.checkout-success-desc {
    color: var(--cf-text-secondary);
    font-size: var(--cf-font);
    line-height: var(--cf-line);
    margin: 0 auto 20px;
    max-width: 360px;
}
.checkout-success-actions { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; }

/* Adres formu — Cursor-lite */
.checkout-card--address-form .checkout-card-body--address-form {
    padding: 0;
}
.checkout-card--address-form .store-address-form {
    padding: 16px;
}
.checkout-flow-page .store-address-form,
.checkout-success-page .store-address-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.checkout-flow-page .store-address-title,
.checkout-success-page .store-address-title {
    color: var(--cf-text);
    font-size: 15px;
    font-weight: var(--cf-weight-semibold);
    letter-spacing: -0.02em;
    line-height: 1.35;
    margin: 0;
}
.checkout-flow-page .store-address-subtitle,
.checkout-success-page .store-address-subtitle {
    color: var(--cf-text-muted);
    font-size: var(--cf-font-sm);
    line-height: 18px;
    margin: 0;
}
.checkout-flow-page .store-address-section,
.checkout-success-page .store-address-section {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.checkout-flow-page .store-address-section-head h3,
.checkout-success-page .store-address-section-head h3 {
    color: var(--cf-text);
    font-size: var(--cf-font);
    font-weight: var(--cf-weight-medium);
    margin: 0;
}
.checkout-flow-page .store-address-field > span,
.checkout-success-page .store-address-field > span {
    color: var(--cf-text-secondary);
    font-size: var(--cf-font-sm);
    font-weight: var(--cf-weight-normal);
    line-height: 16px;
}
.checkout-flow-page .store-address-field > span b,
.checkout-success-page .store-address-field > span b {
    color: var(--cf-text-muted);
    font-weight: var(--cf-weight-normal);
}
.checkout-flow-page .store-address-field input,
.checkout-flow-page .store-address-field textarea,
.checkout-flow-page .store-address-field select,
.checkout-success-page .store-address-field input,
.checkout-success-page .store-address-field textarea,
.checkout-success-page .store-address-field select {
    background: var(--cf-bg);
    border: 1px solid var(--cf-border);
    border-radius: var(--cf-radius-sm);
    color: var(--cf-text);
    font-size: var(--cf-font-sm);
    line-height: 20px;
    padding: 6px 10px;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.checkout-flow-page .store-address-field input:focus,
.checkout-flow-page .store-address-field textarea:focus,
.checkout-flow-page .store-address-field select:focus,
.checkout-success-page .store-address-field input:focus,
.checkout-success-page .store-address-field textarea:focus,
.checkout-success-page .store-address-field select:focus {
    border-color: var(--cf-accent);
    box-shadow: 0 0 0 2px rgba(7, 59, 111, 0.1);
    outline: none;
}
.checkout-flow-page .store-address-field textarea,
.checkout-success-page .store-address-field textarea {
    min-height: 64px;
}
.checkout-flow-page .store-address-kind label,
.checkout-success-page .store-address-kind label {
    background: var(--cf-bg);
    border: 1px solid var(--cf-border);
    border-radius: var(--cf-radius-sm);
    color: var(--cf-text-secondary);
    font-size: var(--cf-font-sm);
    font-weight: var(--cf-weight-normal);
    padding: 6px 12px;
}
.checkout-flow-page .store-address-kind input[type="radio"]:checked + label,
.checkout-success-page .store-address-kind input[type="radio"]:checked + label {
    background: var(--cf-accent-subtle);
    border-color: var(--cf-accent);
    color: var(--cf-accent);
}
.checkout-flow-page .store-address-footer,
.checkout-success-page .store-address-footer {
    border-top-color: var(--cf-border);
    gap: 12px;
    padding-top: 12px;
}
.checkout-flow-page .store-address-checks label,
.checkout-success-page .store-address-checks label {
    color: var(--cf-text-secondary);
    font-size: var(--cf-font-sm);
}
.checkout-flow-page .store-address-submit,
.checkout-success-page .store-address-submit {
    gap: 6px;
    min-height: 32px;
    padding: 6px 14px;
}
.checkout-flow-page .store-address-cancel,
.checkout-success-page .store-address-cancel {
    color: var(--cf-text-muted);
    font-size: var(--cf-font-sm);
    font-weight: var(--cf-weight-normal);
}
.checkout-flow-page .store-address-cancel:hover,
.checkout-success-page .store-address-cancel:hover {
    color: var(--cf-text);
}

/* Adres formu — genel (profil) */
.store-address-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.store-address-head {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-bottom: 2px;
}
.store-address-title {
    color: #161c24;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.35;
    margin: 0;
}
.store-address-title .store-address-required-note {
    color: #637381;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0;
}
.store-address-required-asterisk {
    color: #ff4842;
    font-weight: 700;
}
.store-address-subtitle {
    color: #637381;
    font-size: 13px;
    line-height: 20px;
    margin: 0;
}
.store-address-section {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.store-address-section-head h3 {
    color: #161c24;
    font-size: 15px;
    font-weight: 700;
    margin: 0;
}
.store-address-grid {
    display: grid;
    gap: 16px 14px;
    grid-template-columns: 1fr;
}
@media (min-width: 640px) {
    .store-address-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (min-width: 992px) {
    .store-address-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}
.store-address-field {
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-width: 0;
}
.store-address-field > span {
    color: #454f5b;
    font-size: 13px;
    font-weight: 600;
    line-height: 18px;
}
.store-address-field > span b {
    color: #ff4842;
    font-weight: 700;
}
.store-address-field > span small {
    color: #919eab;
    font-size: 12px;
    font-weight: 500;
}
.store-address-field-full {
    grid-column: 1 / -1;
}
.store-address-location-grid {
    display: grid;
    gap: 16px 14px;
    grid-column: 1 / -1;
    grid-template-columns: minmax(0, 1fr);
}
@media (min-width: 640px) {
    .store-address-location-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (min-width: 992px) {
    .store-address-location-grid {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
}
.store-address-field select.store-address-select {
    appearance: none;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23637381' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
    background-position: right 14px center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    cursor: pointer;
    padding-right: 40px;
}
.store-address-field select.store-address-select:disabled {
    background-color: #f4f6f8;
    color: #919eab;
    cursor: not-allowed;
}
.store-address-field input[data-turkey-zip] {
    background: #f4f6f8;
    letter-spacing: 0.04em;
}
.store-address-field input,
.store-address-field textarea,
.store-address-field select {
    background: #fff;
    border: 1px solid rgba(145, 158, 171, 0.32);
    border-radius: 8px;
    color: #161c24;
    font-size: 13px;
    line-height: 20px;
    padding: 8px 12px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    width: 100%;
}
.store-address-field input::placeholder,
.store-address-field textarea::placeholder {
    color: #919eab;
}
.store-address-field input:focus,
.store-address-field textarea:focus,
.store-address-field select:focus {
    border-color: #073b6f;
    box-shadow: 0 0 0 3px rgba(7, 59, 111, 0.12);
    outline: none;
}
.store-address-field textarea {
    min-height: 76px;
    resize: vertical;
}
.store-address-kind {
    border: 0;
    display: inline-flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0;
    padding: 0;
}
.store-address-kind input[type="radio"] {
    height: 0;
    opacity: 0;
    position: absolute;
    width: 0;
}
.store-address-kind label {
    align-items: center;
    background: #fff;
    border: 1px solid rgba(145, 158, 171, 0.32);
    border-radius: 999px;
    color: #637381;
    cursor: pointer;
    display: inline-flex;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    padding: 9px 18px;
    transition: all 0.2s ease;
    user-select: none;
}
.store-address-kind input[type="radio"]:checked + label {
    background: rgba(0, 171, 85, 0.08);
    border-color: #073b6f;
    color: #073b6f;
}
.store-address-kind input[type="radio"]:focus-visible + label {
    box-shadow: 0 0 0 3px rgba(7, 59, 111, 0.18);
}
.store-address-form[data-kind="individual"] .store-corporate-field {
    display: none;
}
.store-address-form[data-kind="corporate"] .store-individual-field {
    display: none;
}
.store-address-footer {
    align-items: flex-start;
    border-top: 1px solid rgba(145, 158, 171, 0.16);
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-top: 8px;
}
@media (min-width: 768px) {
    .store-address-footer {
        align-items: center;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }
}
.store-address-checks {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
@media (min-width: 640px) {
    .store-address-checks {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 20px;
    }
}
.store-address-checks label {
    align-items: center;
    color: #454f5b;
    cursor: pointer;
    display: inline-flex;
    font-size: 13px;
    gap: 8px;
    line-height: 20px;
}
.store-address-checks input[type="checkbox"] {
    accent-color: #073b6f;
    height: 16px;
    width: 16px;
}
.store-address-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}
.store-address-submit {
    align-items: center;
    display: inline-flex;
    gap: 8px;
    min-height: 48px;
    padding-left: 24px;
    padding-right: 24px;
}
.store-address-cancel {
    color: #637381;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.2s ease;
}
.store-address-cancel:hover {
    color: #161c24;
}

.storefront-legal-dialog {
    border: 0;
    border-radius: 12px;
    margin: auto;
    max-width: 520px;
    padding: 0;
    width: calc(100% - 32px);
}

.storefront-legal-dialog::backdrop {
    background: rgba(22, 28, 36, 0.72);
}

.storefront-legal-dialog-inner {
    padding: 24px;
}

.storefront-legal-dialog-title {
    color: #161c24;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.35;
    margin: 0 0 8px;
}

.storefront-legal-dialog-lead {
    color: #637381;
    font-size: 0.875rem;
    line-height: 1.5;
    margin: 0 0 16px;
}

.storefront-legal-dialog-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 20px;
}

.storefront-legal-dialog-option {
    align-items: flex-start;
    cursor: pointer;
    display: flex;
    gap: 10px;
}

.storefront-legal-dialog-copy {
    color: #637381;
    flex: 1;
    font-size: 0.8125rem;
    line-height: 1.45;
}

.storefront-legal-dialog-copy a {
    color: var(--color-primary, #073b6f);
    font-weight: 600;
    text-decoration: none;
}

.storefront-legal-dialog-copy a:hover {
    text-decoration: underline;
}

.storefront-legal-dialog-version {
    color: #919eab;
    display: block;
    font-size: 0.75rem;
    margin-top: 2px;
}

.storefront-legal-dialog-checkbox {
    display: inline-flex;
    flex-shrink: 0;
    position: relative;
}

.storefront-legal-dialog-checkbox input {
    cursor: pointer;
    height: 18px;
    margin: 0;
    opacity: 0;
    position: absolute;
    width: 18px;
}

.storefront-legal-dialog-checkbox-mark {
    align-items: center;
    background: #fff;
    border: 1.5px solid #c4cdd5;
    border-radius: 4px;
    color: #fff;
    display: inline-flex;
    height: 18px;
    justify-content: center;
    transition: background-color 0.15s ease, border-color 0.15s ease;
    width: 18px;
}

.storefront-legal-dialog-checkbox-mark i {
    font-size: 14px;
    line-height: 1;
    opacity: 0;
    transition: opacity 0.15s ease;
}

.storefront-legal-dialog-checkbox input:checked + .storefront-legal-dialog-checkbox-mark {
    background: var(--color-primary, #073b6f);
    border-color: var(--color-primary, #073b6f);
}

.storefront-legal-dialog-checkbox input:checked + .storefront-legal-dialog-checkbox-mark i {
    opacity: 1;
}

.storefront-legal-dialog-checkbox input:focus-visible + .storefront-legal-dialog-checkbox-mark {
    outline: 2px solid var(--color-primary, #073b6f);
    outline-offset: 2px;
}

.storefront-cookie-banner {
    background: #fff;
    border-top: 1px solid rgba(145, 158, 171, 0.24);
    bottom: 0;
    box-shadow: 0 -8px 24px rgba(22, 28, 36, 0.12);
    left: 0;
    position: fixed;
    right: 0;
    z-index: 120;
}

.storefront-cookie-banner-inner {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1120px;
    padding: 16px 20px;
}

.storefront-cookie-banner-title {
    color: #161c24;
    font-size: 1rem;
    font-weight: 700;
    margin: 0 0 6px;
}

.storefront-cookie-banner-text {
    color: #637381;
    font-size: 0.875rem;
    line-height: 1.45;
    margin: 0;
    max-width: 640px;
}

.storefront-cookie-banner-link {
    color: var(--color-primary, #073b6f);
    display: inline-block;
    font-size: 0.8125rem;
    font-weight: 600;
    margin-top: 6px;
    text-decoration: none;
}

.storefront-cookie-banner-link:hover {
    text-decoration: underline;
}

.storefront-cookie-banner-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.storefront-auth-oauth,
.storefront-auth-google {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
}

.storefront-auth-oauth-btn,
.storefront-auth-google-btn {
    align-items: center;
    background: #fff;
    border: 1px solid rgba(145, 158, 171, 0.32);
    border-radius: 80px;
    color: #161c24;
    display: inline-flex;
    font-size: 0.9375rem;
    font-weight: 600;
    gap: 10px;
    justify-content: center;
    min-height: 48px;
    padding: 0 20px;
    text-decoration: none;
    transition: border-color 0.15s ease, background-color 0.15s ease;
    width: 100%;
}

.storefront-auth-oauth-btn:hover,
.storefront-auth-google-btn:hover {
    background: #f9fafb;
    border-color: rgba(145, 158, 171, 0.5);
}

.storefront-auth-oauth-btn--facebook {
    border-color: rgba(24, 119, 242, 0.35);
}

.storefront-auth-oauth-icon,
.storefront-auth-google-icon {
    display: inline-flex;
    flex-shrink: 0;
}

.storefront-hp-field {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.storefront-turnstile-wrap {
    margin-bottom: 12px;
}

.checkout-card-subtitle {
    color: #637381;
    font-size: 0.875rem;
    margin-top: 6px;
}

.checkout-guest-note {
    color: #637381;
    font-size: 0.875rem;
    margin-top: 16px;
}

.checkout-guest-grid {
    margin-top: 0;
}

.checkout-guest-billing-same {
    margin-top: 16px;
}

.checkout-guest-billing-head {
    margin: 20px 0 12px;
}

.checkout-guest-billing-title {
    font-size: 1rem;
    font-weight: 600;
    color: #212b36;
    margin: 0;
}

.checkout-guest-billing-grid {
    margin-top: 0;
}

@media (max-width: 767px) {
    .checkout-card-body { padding: 12px; }
    .checkout-order-summary-sticky .checkout-order-summary-inner { position: static; }
    .checkout-step-divider { flex-basis: 16px; }
    .checkout-card--address-form .store-address-form { padding: 12px; }
    .checkout-flow-page .checkout-cart-table th,
    .checkout-flow-page .checkout-cart-table td { padding: 10px 8px; }
}
/* Prevent uninitialized hero slides from stacking during first paint. */
.sellzy-slider:not(.slick-initialized),
.home-product-type-products-slider:not(.slick-initialized) {
    overflow: hidden;
}

.storefront-cookie-banner-categories {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 10px 0 0;
    font-size: 12px;
}

.storefront-cookie-banner-categories span {
    padding: 4px 8px;
    border: 1px solid rgba(22, 28, 36, .14);
    border-radius: 999px;
}

.storefront-exit-popup {
    position: fixed;
    inset: 0;
    z-index: 10020;
    display: grid;
    place-items: center;
    padding: 20px;
    background: rgba(22, 28, 36, .62);
}

.storefront-exit-popup[hidden] { display: none; }

.storefront-exit-popup-card {
    position: relative;
    width: min(100%, 480px);
    padding: 32px;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 24px 80px rgba(0, 0, 0, .24);
    text-align: center;
}

.storefront-exit-popup-close {
    position: absolute;
    top: 10px;
    right: 14px;
    border: 0;
    background: transparent;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
}

.storefront-exit-popup-coupon {
    display: flex;
    justify-content: center;
    gap: 8px;
    align-items: center;
}

.storefront-exit-popup-coupon strong {
    padding: 6px 10px;
    border: 1px dashed currentColor;
    border-radius: 6px;
    letter-spacing: .08em;
}

.sellzy-slider:not(.slick-initialized) > *,
.home-product-type-products-slider:not(.slick-initialized) > * {
    display: none !important;
}

.sellzy-slider:not(.slick-initialized) > :first-child {
    display: block !important;
}

.home-product-type-products-slider:not(.slick-initialized) > :first-child {
    display: block !important;
    padding-inline: 12px;
}

.home-one-hero-slider:not(.slick-initialized) > .single-hero-slider-item {
    display: none !important;
}

.home-one-hero-slider:not(.slick-initialized) > .single-hero-slider-item:first-child {
    display: flex !important;
}
.home-two-category-circle {
    width: min(100%, 168px);
    aspect-ratio: 1 / 1;
    margin-inline: auto;
}

.home-two-category-circle > i {
    font-size: 52px;
}

/* Ürün detay satın alma alanı — mobil yerleşim */
@media (max-width: 639px) {
    .product-detail-buybox .product-detail-cart-form {
        align-items: stretch;
        flex-direction: row;
    }

    .product-detail-page .product-detail-qty {
        flex: 0 0 132px;
        width: 132px;
    }

    .product-detail-page .product-detail-qty .qty-step-btn {
        flex: 0 0 40px;
        width: 40px;
    }

    .product-detail-page .product-detail-qty .qty-step-input {
        flex: 1 1 auto;
        min-width: 0;
        width: auto;
    }

    .product-detail-page .product-detail-add-btn {
        flex: 1 1 auto;
        width: auto;
    }

    .product-detail-buybox .product-detail-secondary-actions {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .product-detail-buybox .product-detail-icon-form,
    .product-detail-buybox .product-detail-icon-btn {
        width: 100%;
    }

    .product-detail-buybox .product-detail-icon-btn span {
        display: inline;
        font-size: var(--cf-font-sm);
        font-weight: var(--cf-weight-medium);
    }

    .product-detail-buybox .product-add-to-cart-trust {
        gap: 8px;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .product-detail-buybox .product-add-to-cart-trust li {
        align-items: center;
        flex-direction: column;
        justify-content: center;
        min-height: 64px;
        padding: 8px 5px;
        text-align: center;
    }

    .product-detail-buybox .product-add-to-cart-trust span {
        font-size: 10px;
        line-height: 1.25;
        white-space: nowrap;
    }
}

/* ============================================================
   ÜRÜN RENK SEÇİCİ — Storefront
   ============================================================ */

.product-color-divider {
    border: none;
    border-top: 1px solid var(--cf-border);
    margin: 14px 0 12px;
}

.product-color-picker {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 4px;
}

.product-color-label-row {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: var(--cf-font);
}

.product-color-label-text {
    color: var(--cf-text-secondary);
    font-weight: var(--cf-weight-medium);
    font-size: var(--cf-font);
}

.product-color-selected-name {
    color: var(--cf-text);
    font-weight: var(--cf-weight-semibold);
    font-size: var(--cf-font);
}

.product-color-swatches {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}

.product-color-swatch {
    position: relative;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 2.5px solid transparent;
    cursor: pointer;
    transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
    background-color: var(--swatch-hex, #888);
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    box-shadow: 0 0 0 1px rgba(0,0,0,0.12);
}

.product-color-swatch:hover {
    transform: scale(1.12);
    box-shadow: 0 0 0 2px rgba(0,0,0,0.2);
}

.product-color-swatch.is-active {
    border-color: var(--cf-accent);
    box-shadow: 0 0 0 2px var(--cf-accent);
    transform: scale(1.08);
}

.product-color-swatch-check {
    display: none;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: rgba(255,255,255,0.9);
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%23000' d='M16.7 5.3a1 1 0 0 1 0 1.4l-8 8a1 1 0 0 1-1.4 0l-3-3a1 1 0 1 1 1.4-1.4L8 12.58l7.3-7.3a1 1 0 0 1 1.4 0z'/%3E%3C/svg%3E");
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: 10px;
}

.product-color-swatch.is-active .product-color-swatch-check {
    display: block;
}

/* Kart üzerindeki mini renk swatchı */
.product-card-color-picker {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 4px 0 2px;
    flex-wrap: wrap;
}

.product-card-color-swatch {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid transparent;
    cursor: pointer;
    transition: transform 0.12s ease, box-shadow 0.12s ease;
    box-shadow: 0 0 0 1px rgba(0,0,0,0.1);
    display: inline-block;
    outline: none;
}

.product-card-color-swatch:hover {
    transform: scale(1.18);
}

.product-card-color-swatch.is-active {
    border-color: var(--cf-accent);
    box-shadow: 0 0 0 1.5px var(--cf-accent);
}

.product-color-swatch:focus-visible,
.product-card-color-swatch:focus-visible {
    outline: 2px solid var(--cf-accent);
    outline-offset: 3px;
}

/* ============================================================
   STOREFRONT RESPONSIVE HARDENING — 2026-08
   Small shared rules for phone, tablet and wide desktop layouts.
   ============================================================ */
:root {
    --store-gutter: clamp(16px, 3vw, 32px);
    --store-touch-target: 44px;
    --store-bottom-nav-space: calc(82px + env(safe-area-inset-bottom, 0px));
}

html {
    overflow-x: clip;
    scroll-padding-top: 96px;
}

body {
    min-width: 320px;
    overflow-wrap: anywhere;
}

img,
svg,
video,
iframe {
    max-width: 100%;
}

.storefront-main,
.storefront-main section,
.storefront-main .container,
.storefront-main [class*="col-span-"] {
    min-width: 0;
}

.storefront-main > :first-child h1,
.storefront-main .product-detail-title,
.storefront-main .store-page-title {
    font-size: clamp(1.5rem, 1.12rem + 1.4vw, 2.25rem);
    line-height: 1.2;
}

:where(.storefront-main, .storefront-header, .storefront-footer) :where(a, button, input, select, textarea):focus-visible {
    outline: 3px solid var(--cf-accent);
    outline-offset: 2px;
}

@media (max-width: 1279px) {
    body.mobile-bottom-nav-active {
        padding-bottom: var(--store-bottom-nav-space);
    }

    .footer-bottom-nav-btn {
        min-height: var(--store-touch-target);
    }

    .footer-bottom-nav {
        display: grid;
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }

    .footer-bottom-nav > li { min-width: 0; }

    .storefront-bottom-bar {
        padding-bottom: max(12px, env(safe-area-inset-bottom, 0px));
    }

    .footer-bottom-nav-btn:not(.mobile-bottom-cart-btn) {
        padding-left: 0;
        padding-right: 0;
        font-size: 12px;
        white-space: nowrap;
        word-break: normal;
        overflow-wrap: normal;
    }

    .mobile-bottom-cart-count[hidden] { display: none; }

    .mobile-bottom-cart-btn {
        min-height: 56px;
        min-width: 56px;
    }

    .storefront-header .mobile-store-header {
        padding-top: env(safe-area-inset-top, 0px);
    }

    .storefront-header .mobile-search-bar input,
    .storefront-header button,
    .storefront-header-nav-container a {
        min-height: var(--store-touch-target);
    }

    .storefront-header .search-result-container {
        max-height: min(68vh, 620px);
        overflow-y: auto;
        overscroll-behavior: contain;
    }

    .sidebar.sticky,
    .shop-filter-sidebar.sticky {
        position: static;
        top: auto;
    }
}

@media (max-width: 767px) {
    .storefront-main .container,
    .storefront-header .container,
    .storefront-footer .container,
    body.mobile-bottom-nav-active > div.fixed.bottom-0 > .container {
        padding-left: var(--store-gutter);
        padding-right: var(--store-gutter);
    }

    .storefront-main .py-12 {
        padding-bottom: 2rem;
        padding-top: 2rem;
    }

    .breadcrumb {
        overflow-x: auto;
        overscroll-behavior-inline: contain;
        scrollbar-width: none;
    }

    .breadcrumb::-webkit-scrollbar {
        display: none;
    }

    .breadcrumb ul {
        flex-wrap: nowrap;
        min-width: max-content;
    }

    .home-product-category-tabs,
    .home-product-type-list {
        scroll-padding-inline: var(--store-gutter);
        scroll-snap-type: x proximity;
    }

    .home-product-category-tabs > *,
    .home-product-type-list > * {
        scroll-snap-align: start;
    }

    .storefront-product-card {
        height: 100%;
    }

    .storefront-product-card .product-content {
        display: flex;
        flex: 1;
        flex-direction: column;
        min-width: 0;
    }

    .storefront-product-card .product-card-book-title a {
        display: -webkit-box;
        min-height: 2.7em;
        max-height: 2.7em;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        line-clamp: 2;
    }

    .storefront-product-card .btn-section:last-child,
    .storefront-product-card .product-card-book-price-row {
        margin-top: auto;
    }

    .product-btn-action-item,
    .product-card-action-btn,
    .product-card-add-btn,
    .product-card-cart-btn {
        min-height: var(--store-touch-target);
        min-width: var(--store-touch-target);
    }

    .shop-listing-toolbar {
        align-items: stretch;
        padding: 14px 16px;
    }

    #shop-filter-form .px-6 {
        padding-left: 16px;
        padding-right: 16px;
    }

    #shop-filter-form label,
    #shop-filter-form summary,
    #shop-filter-form button,
    #shop-filter-form select,
    #shop-filter-form input[type="number"] {
        min-height: var(--store-touch-target);
    }

    .product-detail-page .product-detail-buybox,
    .product-detail-page .product-detail-info,
    .product-detail-page .product-detail-gallery {
        min-width: 0;
    }

    .product-detail-page .product-detail-cart-form {
        gap: 10px;
    }

    .product-detail-page .product-detail-add-btn,
    .product-detail-page .qty-step-btn,
    .product-detail-page .product-detail-icon-btn {
        min-height: var(--store-touch-target);
    }

    .product-detail-page .product-detail-tabs,
    .product-detail-page .product-detail-tab-list {
        overflow-x: auto;
        overscroll-behavior-inline: contain;
        scrollbar-width: none;
    }

}

/* Match the base table breakpoint: tablets and narrow desktop panels need cards too. */
@media (max-width: 1023px) {
    .checkout-flow-page .checkout-cart-table {
        background: transparent;
        border: 0;
        overflow: visible;
    }

    .checkout-flow-page .checkout-cart-table table,
    .checkout-flow-page .checkout-cart-table tbody,
    .checkout-flow-page .checkout-cart-table tr,
    .checkout-flow-page .checkout-cart-table td {
        display: block;
        width: 100%;
    }

    .checkout-flow-page .checkout-cart-table thead {
        border: 0;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        white-space: nowrap;
        width: 1px;
    }

    .checkout-flow-page .checkout-cart-table tbody tr {
        background: #fff;
        border: 1px solid var(--cf-border, rgba(145, 158, 171, 0.24));
        border-radius: 14px;
        display: grid;
        gap: 0;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-areas: "select select" "product product" "price total" "quantity actions" "feedback feedback";
        margin-bottom: 14px;
        overflow: hidden;
        padding: 12px;
    }

    .checkout-flow-page .checkout-cart-table td {
        align-items: center;
        border: 0;
        display: flex;
        justify-content: space-between;
        min-width: 0;
        padding: 9px 4px;
        text-align: right;
    }

    .checkout-flow-page .checkout-cart-table td::before {
        color: var(--cf-text-muted, #637381);
        content: attr(data-title);
        flex: 0 0 auto;
        font-size: 12px;
        font-weight: 600;
        margin-right: 12px;
        text-align: left;
    }

    .checkout-flow-page .checkout-cart-table td.product {
        grid-area: product;
        text-align: left;
    }

    .checkout-flow-page .checkout-cart-table td.product > div {
        align-items: flex-start;
        flex-direction: row;
        width: 100%;
    }

    .checkout-flow-page .checkout-cart-table td.product::before {
        display: none;
    }

    .checkout-flow-page .checkout-cart-table .product-thumbnail {
        flex: 0 0 82px;
        height: 104px;
        width: 82px;
    }

    .checkout-flow-page .checkout-cart-table td.product > div > div:last-child {
        align-items: flex-start;
        min-width: 0;
        text-align: left;
        overflow-wrap: anywhere;
    }

    .checkout-flow-page .checkout-cart-table td.cart-select-col {
        grid-area: select;
        justify-content: flex-start;
        gap: 10px;
        width: 100%;
        min-height: 32px;
        padding-top: 0;
    }
    .checkout-flow-page .checkout-cart-table td.cart-select-col::before {
        margin: 0;
        white-space: nowrap;
    }
    .checkout-flow-page .checkout-cart-table td.product-price { grid-area: price; }
    .checkout-flow-page .checkout-cart-table td.product-total-price { grid-area: total; }
    .checkout-flow-page .checkout-cart-table td.product-price,
    .checkout-flow-page .checkout-cart-table td.product-total-price {
        align-items: flex-start;
        flex-direction: column;
        gap: 4px;
        white-space: nowrap;
    }
    .checkout-flow-page .checkout-cart-table td.product-total-price {
        align-items: flex-end;
    }
    .checkout-flow-page .checkout-cart-table td.product-total-price::before { margin: 0; }
    .checkout-flow-page .checkout-cart-table td.product-quantity { grid-area: quantity; justify-content: flex-start; }
    .checkout-flow-page .checkout-cart-table td.product-actions { grid-area: actions; justify-content: flex-end; }
    .checkout-flow-page .checkout-cart-table td.product-quantity::before,
    .checkout-flow-page .checkout-cart-table td.product-actions::before { display: none; }
    .checkout-flow-page .checkout-qty-stepper {
        max-width: none;
        padding: 0;
    }
    .checkout-flow-page .checkout-qty-stepper button,
    .checkout-flow-page .checkout-cart-table .cart-remove-btn {
        min-height: 44px;
        min-width: 40px;
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .checkout-card,
    .checkout-order-summary-inner {
        border-radius: 14px;
    }

    .checkout-card-head,
    .checkout-card-body,
    .checkout-order-summary-inner {
        padding-left: 14px;
        padding-right: 14px;
    }

    .checkout-option-label,
    .checkout-address-option,
    .checkout-summary-primary-action,
    .checkout-qty-stepper button {
        min-height: var(--store-touch-target);
    }

    .store-address-actions,
    .store-address-submit,
    .storefront-cookie-banner-actions,
    .storefront-cookie-banner-actions > * {
        width: 100%;
    }

    .storefront-cookie-banner {
        bottom: var(--store-bottom-nav-space);
        max-height: calc(100dvh - var(--store-bottom-nav-space));
        overflow-y: auto;
    }

    .storefront-cookie-banner-inner {
        align-items: stretch;
        padding: 14px var(--store-gutter);
    }

    .storefront-legal-dialog-inner {
        max-height: min(80dvh, 680px);
        overflow-y: auto;
        padding: 20px;
    }
}

@media (max-width: 400px) {
    body.mobile-bottom-nav-active > .storefront-bottom-bar.fixed.bottom-0 > .container {
        padding-left: max(4px, env(safe-area-inset-left, 0px));
        padding-right: max(4px, env(safe-area-inset-right, 0px));
    }

    .storefront-bottom-bar .footer-bottom-nav-btn:not(.mobile-bottom-cart-btn) {
        font-size: 11px;
        line-height: 20px;
        min-width: 0;
    }
}

@media (max-width: 374px) {
    :root { --store-gutter: 12px; }

    .footer-bottom-nav-btn {
        font-size: 11px;
        padding-left: 3px;
        padding-right: 3px;
    }

    .product-detail-page .product-detail-cart-form {
        flex-direction: column;
    }

    .product-detail-page .product-detail-qty,
    .product-detail-page .product-detail-add-btn {
        flex-basis: auto;
        width: 100%;
    }
}


@media (min-width: 768px) and (max-width: 1279px) {
    .storefront-main .container,
    .storefront-header .container,
    .storefront-footer .container {
        padding-left: 24px;
        padding-right: 24px;
    }

    .checkout-flow-page .checkout-order-summary-sticky .checkout-order-summary-inner {
        position: static;
    }
}

@media (min-width: 1600px) {
    .storefront-main .container,
    .storefront-header .container,
    .storefront-footer .container {
        max-width: 1536px;
    }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto !important; }
    *, *::before, *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }
}

/* ============================================================
   ADMIN PANEL — Renk Seçici Stilleri
   ============================================================ */

.admin-color-swatch-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    cursor: pointer;
}

.admin-color-swatch-wrap input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.admin-color-swatch {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid transparent;
    box-shadow: 0 0 0 1px rgba(0,0,0,0.12);
    cursor: pointer;
    transition: border-color 0.15s, transform 0.15s, box-shadow 0.15s;
    font-size: 16px;
}

.admin-color-swatch i {
    display: none;
    font-size: 16px;
}

.admin-color-swatch-none {
    background: #f3f4f6;
    color: #9ca3af;
    font-size: 14px;
    font-weight: bold;
}

.admin-color-radio:checked + .admin-color-swatch {
    border-color: #0d6efd;
    box-shadow: 0 0 0 2px #0d6efd;
    transform: scale(1.12);
}

.admin-color-radio:checked + .admin-color-swatch i {
    display: block;
}

.admin-color-label {
    font-size: 11px;
    font-weight: 500;
    color: #6b7280;
    text-align: center;
    line-height: 1.2;
}

/* Mobile cart completion and confidence layer */
.checkout-flow-page .checkout-cart-table .cart-item-feedback-cell { display: none; }
.cart-item-row { position: relative; transition: opacity 0.18s ease; }
.cart-item-row.is-updating { opacity: 0.62; }
.cart-item-row.is-updating::after {
    animation: cart-row-spin 0.7s linear infinite;
    border: 2px solid rgba(7, 59, 111, 0.18);
    border-radius: 50%;
    border-top-color: var(--cf-accent);
    content: "";
    height: 22px;
    position: absolute;
    right: 14px;
    top: 14px;
    width: 22px;
}
@keyframes cart-row-spin { to { transform: rotate(360deg); } }
.cart-remove-btn--labeled { gap: 6px; padding: 0 10px; width: auto; }
.cart-remove-btn--labeled span { display: none; }
.checkout-coupon-disclosure { border-top: 1px solid var(--cf-border); padding-top: 10px; }
.checkout-coupon-disclosure > summary {
    align-items: center;
    color: var(--cf-text-secondary);
    cursor: pointer;
    display: flex;
    font-size: 13px;
    font-weight: 600;
    gap: 8px;
    list-style: none;
    min-height: 42px;
}
.checkout-coupon-disclosure > summary::-webkit-details-marker { display: none; }
.checkout-coupon-disclosure-arrow { margin-left: auto; transition: transform 0.18s ease; }
.checkout-coupon-disclosure[open] .checkout-coupon-disclosure-arrow { transform: rotate(180deg); }
.checkout-coupon-disclosure .checkout-coupon-form { margin-top: 8px; }
.cart-undo-toast {
    align-items: center;
    background: #161c24;
    border-radius: 12px;
    bottom: calc(96px + env(safe-area-inset-bottom, 0px));
    box-shadow: 0 12px 32px rgba(22, 28, 36, 0.22);
    color: #fff;
    display: flex;
    gap: 16px;
    justify-content: space-between;
    left: 50%;
    max-width: calc(100% - 32px);
    min-height: 52px;
    padding: 10px 12px 10px 16px;
    position: fixed;
    transform: translateX(-50%);
    width: 420px;
    z-index: 130;
}
.cart-undo-toast[hidden] { display: none; }
.cart-undo-toast button {
    background: transparent;
    border: 0;
    color: #5be49b;
    font-weight: 700;
    min-height: 40px;
    padding: 0 8px;
}
.cart-undo-toast.is-error { background: #7a1f18; }

@media (max-width: 1023px) {
    .checkout-flow-page .checkout-cart-table .cart-item-feedback-cell {
        display: block;
        grid-area: feedback;
        padding: 0;
    }
    .checkout-flow-page .checkout-cart-table .cart-item-feedback-cell:has([hidden]) { display: none; }
    .checkout-flow-page .checkout-cart-table .cart-item-feedback-cell::before { display: none; }
    .cart-item-feedback {
        background: var(--cf-accent-subtle);
        border-radius: 8px;
        color: var(--cf-accent);
        font-size: 12px;
        margin: 4px 0 0;
        padding: 8px 10px;
        text-align: left;
    }
    .cart-item-feedback[hidden] { display: none; }
    .cart-item-feedback.is-error { background: rgba(192, 57, 43, 0.08); color: var(--cf-danger); }
    .cart-remove-btn--labeled span { display: inline; }
}

@media (max-width: 767px) {
    .checkout-mobile-summary-dock {
        background: #fff;
        border-top: 1px solid var(--cf-border);
        bottom: var(--store-bottom-nav-space);
        box-shadow: 0 -12px 28px rgba(22, 28, 36, 0.1);
        margin: 12px -14px -14px;
        padding: 10px 14px 12px;
        position: sticky;
        z-index: 35;
    }
    .checkout-mobile-summary-dock .checkout-order-summary-totals { margin-bottom: 8px; }
    .checkout-mobile-summary-dock .checkout-order-summary-rows {
        display: grid;
        gap: 5px;
    }
    .checkout-mobile-summary-dock .checkout-summary-row {
        font-size: 12px;
        line-height: 18px;
        margin: 0;
    }
    .checkout-mobile-summary-dock .checkout-summary-grand {
        margin-top: 8px;
        padding-top: 8px;
    }
    .checkout-mobile-summary-dock .checkout-order-summary-actions > .btn-default { display: none; }
}

/* Mobile header + full-screen search, approved 2026-08-23 */
@media (max-width: 1279px) {
    .storefront-header .sticky-header {
        background: #fff;
        box-shadow: 0 1px 0 rgba(145, 158, 171, 0.2);
        z-index: 44;
    }
    .store-mobile-header-main { padding: calc(7px + env(safe-area-inset-top, 0px)) 0 3px; }
    .store-mobile-header-row {
        align-items: center;
        display: grid;
        gap: 4px;
        grid-template-columns: 44px minmax(0, 1fr) 44px;
        min-height: 52px;
    }
    .store-mobile-header-action {
        align-items: center;
        background: transparent;
        border: 0;
        border-radius: 50%;
        color: #212b36;
        display: inline-flex;
        font-size: 22px;
        height: 44px;
        justify-content: center;
        min-height: 44px;
        min-width: 44px;
        padding: 0;
        position: relative;
        text-decoration: none;
        width: 44px;
    }
    .store-mobile-header-action:hover,
    .store-mobile-header-action:focus-visible { background: #f4f6f8; color: var(--cf-accent); }
    .store-mobile-header-logo { align-items: center; display: flex; justify-content: center; min-width: 0; padding: 0 4px; }
    .store-mobile-header-logo img {
        height: 44px;
        max-width: min(100%, 164px);
        object-fit: contain;
        object-position: center;
        width: auto;
    }
    .store-mobile-header-cart-count {
        align-items: center;
        background: #ff5630;
        border: 2px solid #fff;
        border-radius: 999px;
        color: #fff;
        display: inline-flex;
        font-size: 10px;
        font-weight: 700;
        height: 19px;
        justify-content: center;
        line-height: 1;
        min-width: 19px;
        padding: 0 4px;
        position: absolute;
        right: 0;
        top: 0;
    }
    .store-mobile-header-search { padding: 3px 0 11px; }
    .store-mobile-header-balance { display: block; height: 44px; width: 44px; }
    .store-mobile-search { border-radius: 13px; grid-template-columns: 24px minmax(0, 1fr); padding-right: 16px; }
    .store-mobile-search input { font-weight: 500; }
    .store-mobile-search-backdrop { border: 0; }
    .store-mobile-search-panel {
        border-radius: 0;
        box-shadow: none;
        max-height: none;
        overflow: hidden;
        padding: env(safe-area-inset-top, 0px) 0 env(safe-area-inset-bottom, 0px);
        top: 0;
    }
    .store-mobile-search-panel-head {
        align-items: center;
        border-bottom: 1px solid #dfe3e8;
        display: grid;
        gap: 6px;
        grid-template-columns: 44px minmax(0, 1fr);
        min-height: 68px;
        padding: 8px 12px;
    }
    .store-mobile-search-back {
        align-items: center;
        background: transparent;
        border: 0;
        border-radius: 50%;
        color: #212b36;
        display: inline-flex;
        font-size: 21px;
        height: 44px;
        justify-content: center;
        width: 44px;
    }
    .store-mobile-search-content {
        max-height: calc(100dvh - 68px - env(safe-area-inset-top, 0px) - env(safe-area-inset-bottom, 0px));
        overflow-y: auto;
        overscroll-behavior: contain;
        padding: 4px 14px 24px;
    }
    .store-mobile-search-panel-form { position: relative; top: auto; }
    .store-mobile-search-panel-form > i { color: #00ab55; font-size: 20px; }
    .store-mobile-search-panel-form button i { color: #fff; font-size: 16px; }
    .store-mobile-search-block-head i { color: #00ab55; font-size: 17px; }
    .store-mobile-search-suggestion-icon i { font-size: 17px; }
    .store-mobile-search-actions { justify-content: flex-end; }
    .store-mobile-search-actions a {
        align-items: center;
        background: var(--cf-accent);
        border-radius: 999px;
        color: #fff;
        display: inline-flex;
        justify-content: center;
        min-height: 46px;
        padding: 0 18px;
        text-decoration: none;
        width: 100%;
    }
}

@media (max-width: 374px) {
    .store-mobile-header-row { gap: 2px; grid-template-columns: 40px minmax(0, 1fr) 40px; }
    .store-mobile-header-action { height: 40px; min-height: 40px; min-width: 40px; width: 40px; }
    .store-mobile-header-logo img:not(.storefront-logo-image) { max-width: min(100%, 142px); }
    .store-mobile-header-logo .storefront-logo-image-mobile { max-width: min(100%, 152px); }
    .store-mobile-header-balance { height: 40px; width: 40px; }
}

.store-about-page {
    color: #243247;
}

.store-about-page p {
    color: #4b5870;
    font-size: 16px;
    line-height: 1.8;
    margin: 0;
}

.store-about-hero {
    background:
        radial-gradient(circle at top right, rgba(217, 154, 11, 0.22), transparent 34%),
        linear-gradient(135deg, var(--cf-accent, #073b6f), #0d4d86);
    border-radius: 28px;
    box-shadow: 0 22px 55px rgba(7, 59, 111, 0.18);
    color: #fff;
    margin: -8px -8px 28px;
    overflow: hidden;
    padding: 42px;
    position: relative;
}

.store-about-hero::after {
    background: rgba(255, 255, 255, 0.14);
    border-radius: 999px;
    content: "";
    height: 190px;
    position: absolute;
    right: -70px;
    top: -80px;
    width: 190px;
}

.store-about-eyebrow,
.store-about-section-label {
    color: var(--cf-brand-gold, #d99a0b);
    display: inline-flex;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    line-height: 1.2;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.store-about-hero .store-about-eyebrow {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    color: #fff;
    padding: 9px 14px;
}

.store-about-hero h2 {
    color: #fff;
    font-size: clamp(30px, 4vw, 48px);
    font-weight: 800;
    letter-spacing: -0.04em;
    line-height: 1.08;
    margin: 0 0 18px;
    max-width: 720px;
}

.store-about-hero p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 17px;
    line-height: 1.85;
    max-width: 760px;
    position: relative;
    z-index: 1;
}

.store-about-intro {
    background: #f7f9fc;
    border: 1px solid #e5ebf3;
    border-radius: 22px;
    margin-bottom: 24px;
    padding: 26px 30px;
}

.store-about-focus-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 28px 0;
}

.store-about-focus-card {
    background: #fff;
    border: 1px solid #e4e9f1;
    border-radius: 22px;
    box-shadow: 0 14px 34px rgba(16, 24, 40, 0.06);
    padding: 24px;
}

.store-about-icon {
    align-items: center;
    background: rgba(7, 59, 111, 0.08);
    border-radius: 16px;
    color: var(--cf-accent, #073b6f);
    display: inline-flex;
    font-size: 24px;
    height: 52px;
    justify-content: center;
    margin-bottom: 18px;
    width: 52px;
}

.store-about-focus-card h3,
.store-about-section h2,
.store-about-vision h2 {
    color: #172033;
    font-weight: 800;
    letter-spacing: -0.025em;
    line-height: 1.2;
    margin: 0;
}

.store-about-focus-card h3 {
    font-size: 18px;
    margin-bottom: 10px;
}

.store-about-focus-card p {
    font-size: 14px;
    line-height: 1.7;
}

.store-about-section,
.store-about-vision {
    border: 1px solid #e4e9f1;
    border-radius: 26px;
    margin-top: 24px;
    padding: 30px;
}

.store-about-section {
    display: grid;
    gap: 28px;
    grid-template-columns: minmax(220px, 0.9fr) minmax(0, 1.6fr);
}

.store-about-section h2,
.store-about-vision h2 {
    font-size: clamp(24px, 3vw, 34px);
}

.store-about-section p + p,
.store-about-vision p + p {
    margin-top: 16px;
}

.store-about-vision {
    background: linear-gradient(180deg, #fff, #f8fafc);
    border-color: rgba(7, 59, 111, 0.14);
}

@media (max-width: 991px) {
    .store-about-focus-grid,
    .store-about-section {
        grid-template-columns: 1fr;
    }

    .store-about-focus-grid {
        gap: 14px;
    }
}

@media (max-width: 767px) {
    .store-about-page p {
        font-size: 14px;
        line-height: 1.75;
    }

    .store-about-hero {
        border-radius: 22px;
        margin: -2px -2px 22px;
        padding: 28px 20px;
    }

    .store-about-hero p {
        font-size: 15px;
        line-height: 1.75;
    }

    .store-about-intro,
    .store-about-focus-card,
    .store-about-section,
    .store-about-vision {
        border-radius: 18px;
        padding: 20px;
    }

    .store-about-section {
        gap: 16px;
    }

    .store-about-icon {
        border-radius: 14px;
        font-size: 21px;
        height: 46px;
        margin-bottom: 14px;
        width: 46px;
    }
}


/* Stable page heading without changing the campaign composition. */
.home-accessible-title { position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip-path:inset(50%); white-space:nowrap; border:0; }
.slider-btn:focus-visible, .home-product-type-button:focus-visible, .home-product-type-group:focus-visible { outline:3px solid #006b62; outline-offset:4px; }

/* Header concept 3: palette-driven icon discs and a live cart badge. */
.storefront-header .header-discovery-actions { gap:20px; }
.storefront-header .header-discovery-actions .header-account-trigger { padding:0; gap:10px; min-height:44px; background:transparent; color:var(--theme-header-text); }
.storefront-header .header-discovery-actions .header-account-trigger:hover,
.storefront-header .header-discovery-actions .header-account-menu:hover .header-account-trigger { background:transparent; }
.storefront-header .header-discovery-actions .header-discovery-icon { position:relative; display:inline-flex; align-items:center; justify-content:center; flex:0 0 44px; width:44px; height:44px; border:0; border-radius:50%; background:color-mix(in srgb,var(--color-primary) 9%,var(--theme-header-bg)); color:var(--theme-header-text); transition:background-color .15s ease; }
.storefront-header .header-discovery-actions .header-discovery-icon i { font-size:23px; line-height:1; }
.storefront-header .header-discovery-actions .header-account-chevron { color:var(--theme-header-text); font-size:14px; }
.storefront-header .header-discovery-actions .header-account-trigger-label,
.storefront-header .header-discovery-actions .header-account-label { color:var(--theme-header-text); font-size:14px; font-weight:600; }
.storefront-header .header-discovery-actions .header-account-name { color:var(--theme-header-text); font-size:12px; font-weight:400; }
.storefront-header .header-discovery-actions .header-discovery-cart { padding-left:20px; border-left:1px solid color-mix(in srgb,var(--theme-header-text) 18%,var(--theme-header-bg)); }
.storefront-header .header-discovery-actions .header-discovery-count { position:absolute; top:-4px; right:-5px; display:flex; align-items:center; justify-content:center; min-width:20px; height:20px; padding:0 4px; border-radius:999px; background:var(--theme-button-bg); color:var(--theme-button-text); font-size:11px; font-weight:600; line-height:1; }
.storefront-header .header-discovery-actions button:hover .header-discovery-icon { background:color-mix(in srgb,var(--color-primary) 16%,var(--theme-header-bg)); }
.storefront-header .header-discovery-actions button:focus-visible { outline:2px solid var(--theme-header-text); outline-offset:5px; border-radius:8px; }
@media (max-width:1279px) {
 .storefront-header .header-discovery-actions { gap:14px; }
 .storefront-header .header-discovery-actions .header-discovery-cart { padding-left:14px; }
}

/* Empty cart is one full-width message, not a mobile product-data cell. */
.checkout-flow-page .checkout-cart-empty-content { display:flex; flex-direction:column; align-items:center; justify-content:center; width:100%; min-width:0; padding:24px 12px; text-align:center; }
.checkout-flow-page .checkout-cart-empty-content p { width:100%; max-width:32rem; white-space:normal; overflow-wrap:normal; word-break:normal; }
.checkout-flow-page .checkout-cart-empty-content .btn { flex-shrink:0; max-width:100%; }
.checkout-flow-page .checkout-cart-empty-actions { display:flex; flex-wrap:wrap; justify-content:center; gap:8px; width:100%; }
.checkout-flow-page .checkout-cart-table td.checkout-cart-empty-cell { grid-column:1 / -1; }
.checkout-flow-page .checkout-cart-table td.checkout-cart-empty-cell::before { display:none; }
@media (max-width:1023px) {
 .checkout-flow-page .checkout-cart-table td.checkout-cart-empty-cell { display:block; width:100%; padding:16px 8px; }
}

/* Footer registration and payment marks */
.sf-footer-etbis{display:flex;align-items:center;gap:14px;color:#fff;max-width:100%}
.sf-footer-etbis>img{flex:0 0 88px;width:88px;height:88px;padding:0;border-radius:0}
.sf-footer-etbis-title{font-size:12px;font-weight:600;margin:0 0 4px;color:#e3eaf0}
.sf-footer-etbis-number{font-size:19px;letter-spacing:.04em;font-weight:700;margin:0;overflow-wrap:anywhere}
.sf-footer-etbis-note{font-size:11px;line-height:1.5;margin:5px 0 0;color:#d5e0e8}
.sf-footer-payments{display:flex;flex-wrap:wrap;gap:10px;margin-top:10px}
.sf-footer-payment{display:flex;align-items:center;justify-content:center;width:82px;height:52px;padding:6px 10px;background:#fff;border:1px solid #e5e9ed;border-radius:8px}
.sf-footer-payment img{display:block;width:100%;height:100%;object-fit:contain}
.sf-footer-legal-links{display:flex;justify-content:center;flex-wrap:wrap;gap:12px 24px;padding:0 0 24px;color:#e3eaf0;font-size:13px}.sf-footer-legal-links a,.sf-footer-legal-links button{color:inherit;text-decoration:underline;text-underline-offset:4px}.sf-footer-legal-links button{background:none;border:0;font:inherit;cursor:pointer}
.sf-footer-etbis-qr{display:block;flex:0 0 128px;width:128px;height:128px}.sf-footer-etbis-qr img{display:block;width:128px;height:128px;padding:0;border-radius:0}.sf-footer-etbis>div{min-width:0}.sf-footer-etbis-qr:focus-visible{outline:3px solid #fff;outline-offset:4px}

.catalog-child-categories{margin-top:24px}.catalog-child-categories h2{font-size:16px;font-weight:600;margin:0 0 12px}.catalog-child-categories ul{display:flex;flex-wrap:wrap;gap:8px;list-style:none;margin:0;padding:0}.catalog-child-categories a{display:block;padding:10px 14px;border:1px solid #dfe3e8;border-radius:8px;background:#fff;color:inherit;font-size:14px;line-height:1.5;overflow-wrap:anywhere}.catalog-child-categories a:hover,.catalog-child-categories a:focus-visible{border-color:#00ab55;color:#007b3e;background:#f0faf5}.catalog-child-categories a:focus-visible{outline:2px solid #007b3e;outline-offset:2px}
