@font-face {
    font-family: 'futura_bk_btbook';
    src: url('fonts/FuturaBkBook.eot');
    src:
        url('fonts/FuturaBkBook.eot?#iefix') format('embedded-opentype'),
        url('fonts/FuturaBkBook.woff2') format('woff2'),
        url('fonts/FuturaBkBook.woff') format('woff'),
        url('fonts/FuturaBkBook.ttf') format('truetype'),
        url('fonts/FuturaBkBook.svg#FuturaBkBook') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* =========================================================
   DEĞİŞKENLER
   ========================================================= */

:root {
    --color-dark: #111111;
    --color-text: #222222;
    --color-muted: #666666;
    --color-border: #d7d7d7;
    --color-bg: #ffffff;
    --color-accent: #4eb4ff;
    --color-natural: #92d050;
    --color-replica: #00b0f0;
    --color-micronized: #b6b6b6;
    --container: 1200px;
}

/* =========================================================
   RESET
   ========================================================= */

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    width: 100%;
    min-height: 100%;
}

body {
    width: 100%;
    min-height: 100%;
    margin: 0;
    overflow-x: hidden;
    background: var(--color-bg);
    color: var(--color-text);
    font-family: 'futura_bk_btbook', Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: inherit;
    text-decoration: none;
}

button,
input,
select,
textarea {
    font: inherit;
}

/* =========================================================
   GENEL YERLEŞİM
   ========================================================= */

.site-container {
    width: min(calc(100% - 40px), var(--container));
    margin-right: auto;
    margin-left: auto;
}

.site-main {
    width: 100%;
}

.site-section {
    padding: 64px 0;
}

.content img {
    display: block;
    max-width: 100%;
    height: auto;
}

/* =========================================================
   GENEL MENÜLER
   ========================================================= */

.primary-menu,
.footer-menu {
    display: flex;
    align-items: center;
    gap: 24px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.primary-menu a,
.footer-menu a {
    color: var(--color-text);
    font-size: 15px;
}

/* =========================================================
   WORDPRESS İÇERİKLERİ
   ========================================================= */

.post-list {
    display: grid;
    gap: 24px;
}

.post-card {
    padding: 24px;
    border: 1px solid var(--color-border);
    border-radius: 12px;
}

.post-card h2 {
    margin-top: 0;
}

/* =========================================================
   ÜRÜN LİSTE SAYFALARI
   ========================================================= */

.products-page {
    width: 100%;
    padding: 20px 0 70px;
}

/* =========================================================
   BREADCRUMB
   ========================================================= */

.neteren-breadcrumb {
    display: flex;
    width: 100%;
    min-height: 38px;
    align-items: center;
    gap: 7px;
    margin: 0 0 15px;
    color: #555;
    font-size: 17px;
    line-height: 1.4;
}

.neteren-breadcrumb-icon {
    display: flex;
    width: 25px;
    height: 25px;
    flex: 0 0 25px;
    align-items: center;
    justify-content: center;
    color: #555;
}

.neteren-breadcrumb-icon svg,
.neteren-breadcrumb-icon img {
    display: block;
    width: 25px;
    height: 25px;
}

.neteren-breadcrumb ol {
    display: flex;
    min-width: 0;
    align-items: center;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}

.neteren-breadcrumb li {
    display: inline-flex;
    min-width: 0;
    align-items: center;
    margin: 0;
    padding: 0;
}

.neteren-breadcrumb li:not(:last-child)::after {
    content: "»";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 6px;
    color: #777;
    line-height: 1;
}

.neteren-breadcrumb a,
.neteren-breadcrumb li > span {
    display: inline-flex;
    min-width: 0;
    align-items: center;
    color: #555;
    text-decoration: none;
    transition: color 0.2s ease;
}

.neteren-breadcrumb a:hover {
    color: #000;
}

.neteren-breadcrumb .is-current > span {
    color: #000;
    font-weight: 400;
}

/* =========================================================
   MARKA BAŞLIK ALANI
   ========================================================= */

.product-brand-header {
    position: relative;
    display: grid;
    width: 100%;
    min-height: 72px;
    grid-template-columns: 40px minmax(0, 1fr) 174px;
    align-items: center;
    margin: 0 0 15px;
    overflow: hidden;
    border: 1px solid #efefef;
    background: #fff;
}

.product-brand-color {
    width: 30px;
    height: 100%;
    align-self: stretch;
    justify-self: center;
    background-color: #bcbcbc;
    background-position: center;
    background-repeat: repeat;
    background-size: auto;
}

.product-brand-color-natural {
    background-color: var(--color-natural);
    background-image:
        linear-gradient(
            135deg,
            rgba(255, 255, 255, 0.22) 25%,
            transparent 25%,
            transparent 50%,
            rgba(255, 255, 255, 0.22) 50%,
            rgba(255, 255, 255, 0.22) 75%,
            transparent 75%,
            transparent
        );
    background-size: 12px 12px;
}

.product-brand-color-replica {
    background-color: var(--color-replica);
    background-image:
        linear-gradient(
            135deg,
            rgba(255, 255, 255, 0.18) 25%,
            transparent 25%,
            transparent 50%,
            rgba(255, 255, 255, 0.18) 50%,
            rgba(255, 255, 255, 0.18) 75%,
            transparent 75%,
            transparent
        );
    background-size: 12px 12px;
}

.product-brand-color-micronized,
.product-brand-color-mikronize {
    background-color: var(--color-micronized);
    background-image:
        linear-gradient(
            135deg,
            rgba(255, 255, 255, 0.22) 25%,
            transparent 25%,
            transparent 50%,
            rgba(255, 255, 255, 0.22) 50%,
            rgba(255, 255, 255, 0.22) 75%,
            transparent 75%,
            transparent
        );
    background-size: 12px 12px;
}

.product-brand-heading {
    min-width: 0;
    padding: 10px 14px 10px 10px;
}

.product-brand-heading h1,
.product-brand-heading h2 {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 4px;
    margin: 0;
    padding: 0;
    color: #000;
    font-family: 'futura_bk_btbook', Arial, sans-serif;
    font-size: 25px;
    font-weight: 400;
    line-height: 1.35;
    text-shadow: none;
}

.product-brand-heading h1 strong,
.product-brand-heading h2 strong {
    font-weight: 700;
}

.product-brand-heading h1 > span:not(.product-brand-heading-separator),
.product-brand-heading h2 > a > span:not(.product-brand-heading-separator) {
    font-weight: 400;
}

.product-brand-heading h2 > a {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 4px;
}

.product-brand-heading-separator {
    margin: 0 2px;
    color: #777;
    font-size: 18px;
    font-weight: 400;
}

.product-brand-heading small {
    color: #333;
    font-family: inherit;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.4;
}

.product-brand-heading em {
    font-style: normal;
}

.product-brand-label {
    font-family: inherit;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
}

.product-brand-label-natural {
    color: var(--color-natural);
}

.product-brand-label-replica {
    color: var(--color-replica);
}

.product-brand-label-micronized,
.product-brand-label-mikronize {
    color: #888;
}

.product-brand-logo {
    display: flex;
    width: 174px;
    min-width: 174px;
    height: 70px;
    align-items: center;
    justify-content: flex-end;
    padding: 5px;
}

.product-brand-logo img {
    display: block;
    width: 169px;
    max-width: 100%;
    height: 60px;
    object-fit: contain;
    object-position: center;
}

/* =========================================================
   AÇIKLAMA / DEVAMINI OKU
   ========================================================= */

.products-description {
    width: 100%;
    margin: 0 0 28px;
    padding: 0;
    border: 1px solid #efefef;
    background: #fff;
    color: #5f5f5f;
    font-size: 15px;
    line-height: 1.75;
}

.products-description-content {
    padding: 15px 20px;
}

.products-description-content > *:first-child {
    margin-top: 0;
}

.products-description-content > *:last-child {
    margin-bottom: 0;
}

.products-description-content p {
    margin: 0 0 14px;
}

.products-description-content ul,
.products-description-content ol {
    margin: 14px 0;
    padding-left: 24px;
}

.products-description-content li {
    margin-bottom: 6px;
}

.products-description-content strong {
    color: #222;
    font-weight: 700;
}

.products-description-content img {
    max-width: 100%;
    height: auto;
}

.products-description-collapsible .products-description-content {
    position: relative;
    max-height: calc(1.75em * 3 + 30px);
    overflow: hidden;
}

.products-description-collapsible .products-description-content::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 52px;
    pointer-events: none;
    background:
        linear-gradient(
            to bottom,
            rgba(255, 255, 255, 0),
            rgba(255, 255, 255, 0.96) 78%,
            #fff 100%
        );
}

.products-description-collapsible.is-expanded .products-description-content {
    max-height: none;
    overflow: visible;
}

.products-description-collapsible.is-expanded .products-description-content::after {
    display: none;
}

.products-description-toggle {
    display: flex;
    width: 150px;
    min-height: 34px;
    align-items: center;
    justify-content: center;
    margin: 0 auto 14px;
    padding: 5px 14px;
    border: 1px solid #000;
    border-radius: 0;
    background: #fff;
    color: #000;
    font-family: inherit;
    font-size: 13px;
    line-height: 1.2;
    text-align: center;
    cursor: pointer;
    transition:
        background-color 0.2s ease,
        color 0.2s ease;
}

.products-description-toggle:hover,
.products-description-toggle:focus-visible {
    background: #000;
    color: #fff;
}

.products-description-toggle:focus-visible {
    outline: 2px solid var(--color-accent);
    outline-offset: 2px;
}

.readmore-close-label {
    display: none;
}

.products-description-collapsible.is-expanded .readmore-open-label {
    display: none;
}

.products-description-collapsible.is-expanded .readmore-close-label {
    display: inline;
}

/* =========================================================
   ÜRÜN GRUPLARI
   ========================================================= */

.products-brand-section {
    margin-bottom: 30px;
}

.products-brand-section-meta,
.products-more-link {
    display: none;
}

/* =========================================================
   STANDART SAYFA BAŞLIĞI
   ========================================================= */

.products-heading {
    margin-bottom: 28px;
    text-align: left;
}

.products-heading h1 {
    margin: 0 0 8px;
    color: #000;
    font-family: 'futura_bk_btbook', Arial, sans-serif;
    font-size: 38px;
    font-weight: 400;
    line-height: 1.15;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.18);
}

.products-heading p {
    max-width: 820px;
    margin: 0;
    color: var(--color-muted);
    font-size: 15px;
    line-height: 1.6;
}

/* =========================================================
   ÜRÜN FİLTRE MENÜSÜ
   ========================================================= */

.products-filter-nav {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    width: 100%;
    margin: 0 0 22px;
    padding: 0;
    border-top: 1px solid #d7d7d7;
    border-left: 1px solid #d7d7d7;
    background: #fff;
}

.products-filter-nav-item {
    display: flex;
    min-width: 0;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    padding: 9px 10px;
    border-right: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    background: #fff;
    color: #222;
    font-size: 13px;
    line-height: 1.3;
    text-align: center;
    text-decoration: none;
    transition:
        background-color 0.2s ease,
        color 0.2s ease,
        border-color 0.2s ease;
}

.products-filter-nav-item:hover {
    background: #efefef;
    color: #000;
}

.products-filter-nav-item.is-active,
.products-filter-nav-item.is-active:hover {
    border-color: #000;
    background: #000;
    color: #fff;
}

.products-filter-nav-item:focus-visible {
    position: relative;
    z-index: 2;
    outline: 2px solid var(--color-accent);
    outline-offset: -2px;
}

/* =========================================================
   ÜRÜN GRIDİ
   ========================================================= */

.products-grid,
.products-grid-3 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
    gap: 18px;
    width: 100%;
}

/* =========================================================
   ÜRÜN KARTI
   ========================================================= */

.product-card {
    position: relative;
    display: flex;
    min-width: 0;
    overflow: hidden;
    flex-direction: column;
    border: 1px solid #bfbfbf;
    background: #fff;
    box-shadow: none;
    transition:
        border-color 0.25s ease,
        box-shadow 0.25s ease,
        transform 0.25s ease;
}

.product-card:hover {
    border-color: #888;
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.13);
    transform: translateY(-2px);
}

.product-card-link {
    display: flex;
    width: 100%;
    min-height: 100%;
    flex: 1 1 auto;
    flex-direction: column;
    color: inherit;
    text-decoration: none;
}

.product-card-image {
    position: relative;
    width: 100%;
    aspect-ratio: 500 / 230;
    overflow: hidden;
    background: #f3f3f3;
}

.product-card-image > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform: scale(1);
    transition: transform 0.45s ease;
}

.product-card:hover .product-card-image > img,
.product-card-link:focus-visible .product-card-image > img {
    transform: scale(1.04);
}

.product-card-placeholder {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: #f3f3f3;
    color: #888;
    font-size: 14px;
    text-align: center;
}

/* =========================================================
   ÜRÜN KARTI HOVER
   ========================================================= */

.product-card-hover {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px;
    background: rgba(0, 0, 0, 0.72);
    color: #fff;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.product-card:hover .product-card-hover,
.product-card-link:focus-visible .product-card-hover {
    opacity: 1;
}

.product-card-hover-frame {
    display: flex;
    width: 80%;
    max-width: 300px;
    min-height: 58%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 16px 14px;
    border: 1px solid rgba(255, 255, 255, 0.95);
    text-align: center;
    opacity: 0;
    transform: translateY(12px);
    transition:
        opacity 0.3s ease,
        transform 0.3s ease;
}

.product-card:hover .product-card-hover-frame,
.product-card-link:focus-visible .product-card-hover-frame {
    opacity: 1;
    transform: translateY(0);
}

.product-card-hover-code {
    width: 100%;
    margin-bottom: 4px;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: 0.04em;
    text-align: center;
}

.product-card-hover-name {
    width: 100%;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    text-align: center;
}

.product-card-hover-line {
    display: block;
    width: 80%;
    height: 1px;
    margin: 10px auto 7px;
    background: rgba(255, 255, 255, 0.9);
}

.product-card-hover-category {
    width: 100%;
    color: #fff;
    font-size: 12px;
    line-height: 1.35;
    text-align: center;
}

.product-card-zoom {
    position: absolute;
    right: 8px;
    bottom: 5px;
    display: flex;
    width: 28px;
    height: 28px;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 27px;
    font-weight: 300;
    line-height: 1;
    opacity: 0.9;
}

/* =========================================================
   ÜRÜN KARTI BAŞLIK VE ALT BANT
   ========================================================= */

.product-card-title {
    display: flex;
    width: 100%;
    min-height: 43px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 5px;
    padding: 8px 12px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background: #fff;
    color: #000;
    font-size: 16px;
    line-height: 1.35;
    text-align: center;
}

.product-card-title strong {
    font-weight: 700;
}

.product-card-title span {
    font-weight: 400;
}

.product-card-bottom {
    display: flex;
    width: 100%;
    min-height: 41px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 4px;
    margin-top: auto;
    padding: 7px 10px;
    background: #000;
    color: #fff;
    font-size: 12px;
    line-height: 1.4;
    text-align: center;
}

.product-card-bottom strong {
    color: #fff;
    font-weight: 700;
}

.product-card-separator {
    color: rgba(255, 255, 255, 0.62);
}

.product-card .is-natural,
.product-card .natural,
.product-card .dogalyazi {
    color: var(--color-natural);
}

.product-card .is-replica,
.product-card .replica,
.product-card .replikayazi {
    color: var(--color-replica);
}

.product-card-link:focus-visible {
    outline: 2px solid var(--color-accent);
    outline-offset: -2px;
}

/* =========================================================
   TÜMÜNÜ GÖRÜNTÜLE KARTI
   ========================================================= */

.product-card-view-all {
    min-height: 100%;
    border: 1px solid #e6e6e6;
    background: #fff;
    transition:
        border-color 0.25s ease,
        box-shadow 0.25s ease,
        transform 0.25s ease;
}

.product-card-view-all:hover {
    border-color: #111;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}

.product-card-view-all-link {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    color: #111;
    text-decoration: none;
}

.product-card-view-all-content {
    display: flex;
    min-height: 230px;
    flex: 1 1 auto;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 34px 28px;
    background: #fff;
    text-align: center;
    transition: background-color 0.25s ease;
}

.product-card-view-all:hover .product-card-view-all-content {
    background: #fafafa;
}

.product-card-view-all-count {
    display: block;
    margin-bottom: 14px;
    color: #111;
    font-size: 52px;
    font-weight: 700;
    line-height: 1;
}

.product-card-view-all-title {
    display: block;
    max-width: 240px;
    color: #111;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.45;
}

.product-card-view-all-icon {
    display: flex;
    width: 46px;
    height: 46px;
    align-items: center;
    justify-content: center;
    margin-top: 24px;
    border: 1px solid #d9d9d9;
    border-radius: 50%;
    color: #111;
    font-size: 22px;
    line-height: 1;
    transition:
        border-color 0.25s ease,
        background-color 0.25s ease,
        color 0.25s ease,
        transform 0.25s ease;
}

.product-card-view-all:hover .product-card-view-all-icon {
    border-color: #111;
    background: #111;
    color: #fff;
    transform: translateX(4px);
}

.product-card-view-all-bottom {
    display: flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    padding: 12px 18px;
    border-top: 1px solid #ececec;
    background: #fafafa;
    color: #666;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.02em;
    text-align: center;
    transition:
        background-color 0.25s ease,
        color 0.25s ease;
}

.product-card-view-all:hover .product-card-view-all-bottom {
    background: #f5f5f5;
    color: #111;
}

/* =========================================================
   BOŞ DURUM
   ========================================================= */

.empty-state {
    width: 100%;
    padding: 32px;
    border: 1px solid var(--color-border);
    background: #fafafa;
    color: var(--color-muted);
    text-align: center;
}

/* =========================================================
   ÜRÜN DETAY SAYFASI
   ========================================================= */

.product-detail-page {
    width: 100%;
    padding: 20px 0 70px;
    background: #fff;
}

.product-detail-page,
.product-detail-page * {
    box-sizing: border-box;
}

/* =========================================================
   ÜRÜN BULUNAMADI
   ========================================================= */

.product-not-found {
    min-height: 420px;
    padding: 70px 0;
    text-align: center;
}

.product-not-found h1 {
    margin: 0 0 12px;
    color: #111;
    font-size: 38px;
    font-weight: 400;
    line-height: 1.2;
}

.product-not-found p {
    margin: 0 0 24px;
    color: #666;
    font-size: 16px;
}

.back-link,
.product-not-found .back-link {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    margin: 0 0 32px;
    padding: 9px 18px;
    border: 1px solid #222;
    background: #fff;
    color: #111;
    font-size: 14px;
    text-decoration: none;
    transition:
        background-color 0.2s ease,
        color 0.2s ease;
}

.back-link:hover,
.product-not-found .back-link:hover {
    background: #111;
    color: #fff;
}

.product-not-found .back-link {
    margin-bottom: 0;
}

/* =========================================================
   ÜRÜN DETAY SLIDER
   ========================================================= */

.product-detail-slider {
    position: relative;
    width: 100%;
    margin-bottom: 14px;
    overflow: hidden;
    border: 1px solid #d4d4d4;
    background: #f4f4f4;
    outline: none;
}

.product-detail-slider-viewport {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #f4f4f4;
    touch-action: pan-y;
}

.product-detail-slider-track {
    display: flex;
    width: 100%;
    will-change: transform;
    transform: translate3d(0, 0, 0);
    transition: transform 0.55s ease;
}

.product-detail-slide {
    position: relative;
    flex: 0 0 100%;
    width: 100%;
    margin: 0;
    overflow: hidden;
    background: #f4f4f4;
}

.product-detail-slide img {
    display: block;
    width: 100%;
    height: auto;
    min-height: 360px;
    max-height: 650px;
    object-fit: cover;
    object-position: center;
    user-select: none;
    -webkit-user-drag: none;
}

.product-detail-slider.is-single-slide .product-detail-slider-track {
    transform: none !important;
}

.product-detail-slider.is-single-slide .product-detail-slide img {
    min-height: 380px;
}

/* =========================================================
   SLIDER ÜZERİ BAŞLIK
   ========================================================= */

.product-detail-slider-caption {
    position: absolute;
    top: 34px;
    right: 34px;
    z-index: 8;
    width: min(420px, calc(100% - 68px));
    padding: 20px 24px;
    background: rgba(0, 0, 0, 0.58);
    color: #fff;
    text-align: right;
    pointer-events: none;
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
}

.product-detail-slider-code {
    display: block;
    margin-bottom: 4px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.04em;
}

.product-detail-slider-caption h1 {
    margin: 0;
    color: #fff;
    font-family: 'futura_bk_btbook', Arial, sans-serif;
    font-size: clamp(26px, 3vw, 44px);
    font-weight: 400;
    line-height: 1.05;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
}

.product-detail-slider-brand {
    margin-top: 12px;
    padding-top: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.42);
    color: rgba(255, 255, 255, 0.9);
    font-size: 15px;
    line-height: 1.3;
}

/* =========================================================
   SLIDER BUTONLARI
   ========================================================= */

.product-detail-slider-button {
    position: absolute;
    top: 50%;
    z-index: 10;
    display: flex;
    width: 46px;
    height: 58px;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.65);
    background: rgba(0, 0, 0, 0.58);
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 38px;
    font-weight: 300;
    line-height: 1;
    cursor: pointer;
    opacity: 0.85;
    transform: translateY(-50%);
    transition:
        background-color 0.2s ease,
        opacity 0.2s ease;
}

.product-detail-slider-button:hover,
.product-detail-slider-button:focus-visible {
    background: #000;
    opacity: 1;
}

.product-detail-slider-button:focus-visible {
    outline: 2px solid #fff;
    outline-offset: -4px;
}

.product-detail-slider-prev {
    left: 18px;
}

.product-detail-slider-next {
    right: 18px;
}

/* =========================================================
   SLIDER NOKTALARI
   ========================================================= */

.product-detail-slider-dots {
    position: absolute;
    right: 0;
    bottom: 18px;
    left: 0;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    pointer-events: none;
}

.product-detail-slider-dot {
    display: block;
    width: 9px;
    height: 9px;
    flex: 0 0 9px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.42);
    cursor: pointer;
    pointer-events: auto;
    transition:
        width 0.2s ease,
        border-radius 0.2s ease,
        background-color 0.2s ease;
}

.product-detail-slider-dot:hover,
.product-detail-slider-dot.is-active {
    background: #fff;
}

.product-detail-slider-dot.is-active {
    width: 24px;
    flex-basis: 24px;
    border-radius: 999px;
}

.product-detail-slider-dot:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 3px;
}

/* =========================================================
   KAYAN KÜÇÜK GÖRSEL HAVUZU
   ========================================================= */

.product-detail-thumbnail-marquee {
    position: relative;
    width: 100%;
    margin: 14px 0 40px;
    overflow: hidden;
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    background: #fff;
}

.product-detail-thumbnail-marquee::before,
.product-detail-thumbnail-marquee::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 3;
    width: 70px;
    pointer-events: none;
}

.product-detail-thumbnail-marquee::before {
    left: 0;
    background:
        linear-gradient(
            to right,
            #fff 0%,
            rgba(255, 255, 255, 0) 100%
        );
}

.product-detail-thumbnail-marquee::after {
    right: 0;
    background:
        linear-gradient(
            to left,
            #fff 0%,
            rgba(255, 255, 255, 0) 100%
        );
}

.product-detail-thumbnail-track {
    display: flex;
    width: max-content;
    align-items: stretch;
    gap: 10px;
    padding: 10px 0;
    animation: neterenProductThumbnailMarquee 45s linear infinite;
    will-change: transform;
}

.product-detail-thumbnail-marquee:hover .product-detail-thumbnail-track,
.product-detail-thumbnail-marquee:focus-within .product-detail-thumbnail-track {
    animation-play-state: paused;
}

.product-detail-thumbnail-item {
    position: relative;
    display: block;
    width: 180px;
    height: 84px;
    flex: 0 0 180px;
    padding: 0;
    overflow: hidden;
    border: 1px solid #d5d5d5;
    background: #f3f3f3;
    cursor: pointer;
}

.product-detail-thumbnail-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: grayscale(12%);
    opacity: 0.85;
    transform: scale(1);
    transition:
        opacity 0.2s ease,
        filter 0.2s ease,
        transform 0.25s ease;
}

.product-detail-thumbnail-item:hover img,
.product-detail-thumbnail-item:focus-visible img {
    filter: grayscale(0);
    opacity: 1;
    transform: scale(1.05);
}

.product-detail-thumbnail-item:focus-visible {
    outline: 2px solid #111;
    outline-offset: -2px;
}

@keyframes neterenProductThumbnailMarquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

/* =========================================================
   BÖLÜM BAŞLIĞI
   ========================================================= */

.product-section-title {
    width: 100%;
    margin: 0;
    padding: 11px 16px;
    border: 1px solid #cfcfcf;
    border-bottom: 0;
    background: #111;
    color: #fff;
    font-family: 'futura_bk_btbook', Arial, sans-serif;
    font-size: 23px;
    font-weight: 400;
    line-height: 1.3;
}

/* =========================================================
   TEKNİK DETAY TABLOSU
   ========================================================= */

.product-technical-section {
    width: 100%;
    margin: 0 0 42px;
}

.product-technical-table {
    width: 100%;
    border-top: 1px solid #cfcfcf;
    border-left: 1px solid #cfcfcf;
    background: #fff;
}

.product-technical-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
}

.product-technical-cell {
    display: grid;
    grid-template-columns: minmax(145px, 34%) minmax(0, 1fr);
    min-width: 0;
    border-right: 1px solid #cfcfcf;
    border-bottom: 1px solid #cfcfcf;
}

.product-technical-label,
.product-technical-value {
    display: flex;
    min-width: 0;
    align-items: center;
    padding: 10px 12px;
    font-size: 13px;
    line-height: 1.45;
    overflow-wrap: anywhere;
}

.product-technical-label {
    border-right: 1px solid #d7d7d7;
    background: #f1f1f1;
    color: #111;
    font-weight: 700;
    text-transform: uppercase;
}

.product-technical-value {
    background: #fff;
    color: #444;
    font-weight: 400;
}

.product-technical-row:nth-child(even) .product-technical-value {
    background: #fafafa;
}

/* =========================================================
   ÜRÜN AÇIKLAMASI
   ========================================================= */

.product-description,
.product-warning {
    width: 100%;
    margin: 0 0 36px;
    padding: 0;
    border: 0;
}

.product-description h2,
.product-warning h2 {
    width: 100%;
    margin: 0;
    padding: 11px 16px;
    border: 1px solid #d2d2d2;
    background: #111;
    color: #fff;
    font-family: 'futura_bk_btbook', Arial, sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.3;
}

.product-description-content,
.product-warning-content {
    width: 100%;
    padding: 17px;
    border: 0;
    background: #fff;
    color: #555;
    font-size: 14px;
    line-height: 1.7;
}

.product-description-content > *:first-child,
.product-warning-content > *:first-child {
    margin-top: 0;
}

.product-description-content > *:last-child,
.product-warning-content > *:last-child {
    margin-bottom: 0;
}

.product-description-content p,
.product-warning-content p {
    margin: 0 0 15px;
}

.product-description-content ul,
.product-description-content ol,
.product-warning-content ul,
.product-warning-content ol {
    margin: 14px 0;
    padding-left: 24px;
}

.product-description-content li,
.product-warning-content li {
    margin-bottom: 6px;
}

.product-description-content strong,
.product-warning-content strong {
    color: #111;
    font-weight: 700;
}

.product-description-content img,
.product-warning-content img {
    display: block;
    max-width: 100%;
    height: auto;
}

.product-warning h2 {
    background: #2b2b2b;
}

.product-warning-content {
    border-left: 4px solid #333;
    background: #f7f7f7;
}

/* Ortalanmış ürün açıklaması */

.product-description-centered {
    width: 100%;
    text-align: center;
}

.product-description-centered h2 {
    margin: 0 0 24px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #111;
    font-family: 'futura_bk_btbook', Arial, sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.2;
    text-align: center;
}

.product-description-content-centered {
    width: min(100%, 980px);
    margin-right: auto;
    margin-left: auto;
    padding: 0;
    color: #555;
    font-size: 14px;
    line-height: 1.8;
    text-align: center;
}

.product-description-content-centered p {
    margin: 0 0 22px;
    text-align: center !important;
}

.product-description-content-centered p:last-child {
    margin-bottom: 0;
}

.product-description-content-centered ul,
.product-description-content-centered ol {
    display: inline-block;
    margin: 18px auto;
    padding-left: 24px;
    text-align: left;
}

.product-description-content-centered strong {
    color: #222;
    font-weight: 700;
}

.product-description-content-centered [style*="text-align"] {
    text-align: center !important;
}

.product-description-content-centered [style*="margin-left"] {
    margin-left: 0 !important;
}

/* =========================================================
   ORİJİNALLİK GÖRSELİ
   ========================================================= */

.product-originality-banner {
    width: 100%;
    margin: 60px 0 0;
    padding: 0;
    overflow: hidden;
    border: 0;
    background: transparent;
}

.product-originality-banner img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    object-fit: cover;
}

/* =========================================================
   GENİŞ TABLET
   ========================================================= */

@media (max-width: 1024px) {
    .product-detail-slide img {
        min-height: 320px;
        max-height: 560px;
    }

    .product-technical-cell {
        grid-template-columns: minmax(125px, 38%) minmax(0, 1fr);
    }

    .product-technical-label,
    .product-technical-value {
        padding: 9px 10px;
        font-size: 12px;
    }
}

/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 960px) {
    .products-page {
        padding-top: 18px;
    }

    .products-grid,
    .products-grid-3 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .products-filter-nav {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .products-filter-nav-item {
        min-height: 46px;
        padding: 8px;
        font-size: 12px;
    }

    .products-heading h1 {
        font-size: 34px;
    }

    .product-brand-header {
        grid-template-columns: 34px minmax(0, 1fr) 145px;
    }

    .product-brand-color {
        width: 26px;
    }

    .product-brand-heading {
        padding-right: 10px;
        padding-left: 8px;
    }

    .product-brand-heading h1,
    .product-brand-heading h2 {
        font-size: 21px;
    }

    .product-brand-heading small,
    .product-brand-label {
        font-size: 15px;
    }

    .product-brand-logo {
        width: 145px;
        min-width: 145px;
    }

    .product-brand-logo img {
        width: 140px;
    }

    .product-card-hover-name {
        font-size: 18px;
    }

    .product-detail-slider-caption {
        top: 24px;
        right: 24px;
        width: min(380px, calc(100% - 48px));
        padding: 17px 20px;
    }

    .product-detail-slider-code {
        font-size: 16px;
    }

    .product-detail-slider-caption h1 {
        font-size: clamp(24px, 5vw, 36px);
    }

    .product-detail-slider-brand {
        font-size: 14px;
    }

    .product-detail-thumbnail-item {
        width: 150px;
        height: 72px;
        flex-basis: 150px;
    }

    .product-description-centered {
        margin-top: 46px;
        padding-top: 34px;
    }

    .product-description-content-centered {
        max-width: 850px;
        font-size: 15px;
    }

    .product-originality-banner {
        margin-top: 48px;
    }
}

/* =========================================================
   TABLET VE MOBİL
   ========================================================= */

@media (max-width: 768px) {
    .product-detail-page {
        padding: 24px 0 52px;
    }

    .product-detail-slider {
        margin-bottom: 12px;
    }

    .product-detail-slide img,
    .product-detail-slider.is-single-slide .product-detail-slide img {
        min-height: 280px;
        max-height: 470px;
    }

    .product-detail-slider-button {
        width: 42px;
        height: 52px;
        font-size: 34px;
    }

    .product-detail-slider-prev {
        left: 10px;
    }

    .product-detail-slider-next {
        right: 10px;
    }

    .product-detail-slider-dots {
        bottom: 12px;
    }

    .product-section-title {
        font-size: 21px;
    }

    .product-technical-row {
        grid-template-columns: 1fr;
    }

    .product-technical-cell {
        grid-template-columns: minmax(145px, 36%) minmax(0, 1fr);
    }

    .product-description h2,
    .product-warning h2 {
        font-size: 20px;
    }
}

/* =========================================================
   MOBİL
   ========================================================= */

@media (max-width: 600px) {
    .site-container {
        width: min(calc(100% - 28px), var(--container));
    }

    .products-page {
        padding: 16px 0 50px;
    }

    .neteren-breadcrumb {
        min-height: 30px;
        align-items: flex-start;
        gap: 5px;
        margin-bottom: 12px;
        font-size: 13px;
        line-height: 1.5;
    }

    .neteren-breadcrumb-icon {
        width: 21px;
        height: 21px;
        flex-basis: 21px;
        margin-top: 1px;
    }

    .neteren-breadcrumb-icon svg,
    .neteren-breadcrumb-icon img {
        width: 21px;
        height: 21px;
    }

    .neteren-breadcrumb ol {
        flex: 1 1 auto;
    }

    .neteren-breadcrumb li:not(:last-child)::after {
        margin-right: 4px;
        margin-left: 4px;
    }

    .product-brand-header {
        grid-template-columns: 12px minmax(0, 1fr);
        min-height: 0;
        align-items: stretch;
        margin-bottom: 12px;
    }

    .product-brand-color {
        width: 12px;
        height: auto;
        min-height: 86px;
        margin: 0;
        justify-self: stretch;
    }

    .product-brand-heading {
        display: flex;
        min-height: 86px;
        align-items: center;
        padding: 12px 14px;
    }

    .product-brand-heading h1,
    .product-brand-heading h2 {
        display: block;
        width: 100%;
        font-size: 20px;
        line-height: 1.35;
    }

    .product-brand-heading h2 > a {
        display: block;
    }

    .product-brand-heading h1 strong,
    .product-brand-heading h1 > span,
    .product-brand-heading h1 small,
    .product-brand-heading h1 em,
    .product-brand-heading h2 strong,
    .product-brand-heading h2 span,
    .product-brand-heading h2 small,
    .product-brand-heading h2 em {
        display: inline;
    }

    .product-brand-heading-separator {
        margin: 0 3px;
        font-size: inherit;
    }

    .product-brand-heading small,
    .product-brand-label {
        font-size: 14px;
        line-height: 1.45;
    }

    .product-brand-logo {
        display: none;
    }

    .products-description {
        margin-bottom: 22px;
        font-size: 14px;
        line-height: 1.65;
    }

    .products-description-content {
        padding: 14px;
    }

    .products-description-collapsible .products-description-content {
        max-height: calc(1.65em * 3 + 28px);
    }

    .products-description-toggle {
        width: 140px;
        min-height: 33px;
        margin-bottom: 12px;
        font-size: 12px;
    }

    .products-description [style*="margin-left"],
    .products-description [style*="margin-right"] {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .products-heading {
        margin-bottom: 20px;
    }

    .products-heading h1 {
        font-size: 29px;
    }

    .products-heading p {
        font-size: 14px;
    }

    .products-filter-nav {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin-bottom: 18px;
    }

    .products-filter-nav-item {
        min-height: 44px;
        padding: 8px 7px;
        font-size: 12px;
    }

    .products-grid,
    .products-grid-3 {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .product-card-title {
        min-height: 42px;
        padding: 8px 10px;
        font-size: 16px;
    }

    .product-card-bottom {
        min-height: 39px;
        padding: 7px 8px;
        font-size: 11px;
    }

    .product-card-hover-frame {
        width: 82%;
        min-height: 60%;
        padding: 13px 12px;
    }

    .product-card-hover-name {
        font-size: 18px;
    }

    .product-card-hover-code {
        font-size: 12px;
    }

    .product-card-hover-category {
        font-size: 11px;
    }

    .product-card-view-all-content {
        min-height: 210px;
        padding: 28px 20px;
    }

    .product-card-view-all-count {
        font-size: 42px;
    }

    .product-card-view-all-title {
        font-size: 18px;
    }

    .product-detail-page {
        padding: 18px 0 50px;
    }

    /*
     * Mobilde başlık görselin üzerine binmez.
     * Sliderın ilk elemanı olarak beyaz zeminde görünür.
     */

    .product-detail-slider {
        display: flex;
        flex-direction: column;
        margin-bottom: 10px;
        border-color: #d7d7d7;
        background: #fff;
        overflow: visible;
    }

    .product-detail-slider-caption {
        position: relative;
        order: 1;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        z-index: 1;
        width: 100%;
        padding: 16px 16px 15px;
        border-bottom: 1px solid #d7d7d7;
        background: #fff;
        color: #111;
        text-align: left;
        pointer-events: none;
        -webkit-backdrop-filter: none;
        backdrop-filter: none;
    }

    .product-detail-slider-viewport {
        order: 2;
    }

    .product-detail-slider-code {
        margin-bottom: 3px;
        color: #111;
        font-size: 14px;
    }

    .product-detail-slider-caption h1 {
        color: #111;
        font-size: 26px;
        line-height: 1.08;
        text-shadow: none;
    }

    .product-detail-slider-brand {
        margin-top: 9px;
        padding-top: 8px;
        border-top-color: #d7d7d7;
        color: #555;
        font-size: 13px;
    }

    /*
     * Caption normal akışa geçtiği için yön butonlarını yalnızca
     * görsel alanına göre konumlandırıyoruz.
     */

    .product-detail-slider-button {
        top: auto;
        bottom: calc(
            (
                100% - 111px
            ) / 2
        );
        width: 36px;
        height: 46px;
        font-size: 29px;
        transform: translateY(50%);
    }

    .product-detail-slider-prev {
        left: 6px;
    }

    .product-detail-slider-next {
        right: 6px;
    }

    .product-detail-slider-dots {
        bottom: 12px;
    }

    .product-detail-slider-dot {
        width: 8px;
        height: 8px;
        flex-basis: 8px;
    }

    .product-detail-slider-dot.is-active {
        width: 20px;
        flex-basis: 20px;
    }

    .product-detail-slide img,
    .product-detail-slider.is-single-slide .product-detail-slide img {
        min-height: 220px;
        max-height: 360px;
    }

    .product-detail-thumbnail-marquee {
        margin-top: 10px;
        margin-bottom: 30px;
    }

    .product-detail-thumbnail-marquee::before,
    .product-detail-thumbnail-marquee::after {
        width: 30px;
    }

    .product-detail-thumbnail-track {
        gap: 7px;
        padding: 7px 0;
        animation-duration: 35s;
    }

    .product-detail-thumbnail-item {
        width: 115px;
        height: 58px;
        flex-basis: 115px;
    }

    .product-section-title {
        padding: 10px 12px;
        font-size: 19px;
    }

    .product-technical-section {
        margin-bottom: 30px;
    }

    .product-technical-cell {
        display: block;
    }

    .product-technical-label {
        min-height: 0;
        padding: 8px 10px 5px;
        border-right: 0;
        background: #efefef;
        font-size: 11px;
    }

    .product-technical-value {
        min-height: 0;
        padding: 7px 10px 10px;
        background: #fff;
        font-size: 13px;
    }

    .product-technical-row:nth-child(even) .product-technical-value {
        background: #fff;
    }

    .product-description,
    .product-warning {
        margin-bottom: 28px;
    }

    .product-description h2,
    .product-warning h2 {
        padding: 10px 12px;
        font-size: 19px;
    }

    .product-description-content,
    .product-warning-content {
        padding: 14px;
        font-size: 14px;
        line-height: 1.65;
    }

    .product-description-centered {
        margin-top: 0;
        padding-top: 0;
    }

    .product-description-centered h2 {
        margin-bottom: 18px;
        padding: 0;
        font-size: 25px;
    }

    .product-description-content-centered {
        padding: 0;
        font-size: 14px;
        line-height: 1.75;
    }

    .product-description-content-centered p {
        margin-bottom: 18px;
    }

    .product-originality-banner {
        margin-top: 38px;
    }

    .product-not-found {
        min-height: 350px;
        padding: 50px 0;
    }

    .product-not-found h1 {
        font-size: 30px;
    }
}

/* =========================================================
   ÇOK KÜÇÜK MOBİL
   ========================================================= */

@media (max-width: 380px) {
    .products-filter-nav {
        grid-template-columns: 1fr;
    }

    .product-brand-heading {
        padding-right: 10px;
        padding-left: 10px;
    }

    .product-brand-heading h1,
    .product-brand-heading h2 {
        font-size: 18px;
    }

    .product-brand-heading small,
    .product-brand-label {
        font-size: 13px;
    }

    .product-card-title {
        font-size: 15px;
    }

    .product-detail-slider-caption h1 {
        font-size: 23px;
    }
}

/* =========================================================
   DOKUNMATİK CİHAZLAR
   ========================================================= */

@media (hover: none) {
    .product-card:hover {
        transform: none;
        box-shadow: none;
    }

    .product-card:hover .product-card-image > img {
        transform: none;
    }

    .product-detail-slider-button {
        opacity: 0.9;
    }

    .product-detail-thumbnail-item img {
        filter: none;
        opacity: 1;
    }
}

/* =========================================================
   HAREKET AZALTMA
   ========================================================= */

@media (prefers-reduced-motion: reduce) {
    .product-card,
    .product-card-image > img,
    .product-card-hover,
    .product-card-hover-frame,
    .products-description-toggle,
    .product-detail-slider-track,
    .product-detail-slider-button,
    .product-detail-slider-dot,
    .product-detail-thumbnail-item img {
        transition: none;
    }

    .product-detail-thumbnail-track {
        animation: none;
    }
}