:root {
    --site-brand: #2e5941;
    --site-brand-dark: #254a36;
    --site-brand-darker: #1f3d2c;
    --site-brand-deepest: #182f22;
}

.wrap {
    z-index: 99999;
    width: 100%;
    height: 40px;
    color: white !important;
    padding-top: 4px;
}

.all-menu li a { color: white; }

.all-menu .flex { align-items: center; }

.site-social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    opacity: 0.95;
    transition: opacity 0.2s ease;
}

.site-social-link:hover { opacity: 1; }

.products-mega-image {
    width: 100%;
    max-height: 420px;
    object-fit: contain;
}

/* Ürünler mega menü */
.site-header-shell {
    position: relative;
}

.site-nav-item {
    position: relative;
    height: 85px;
}

.site-nav-item > a,
.site-nav-item > span {
    height: 100%;
    display: flex;
    align-items: center;
    border-bottom: 2px solid transparent;
    padding: 0 0.75rem 5px;
    transition: background-color 0.2s ease, border-color 0.2s ease;
    white-space: nowrap;
}

.site-nav-item > a:hover,
.site-nav-item:hover > span,
.site-nav-products:hover > a,
.site-nav-corporate:hover > span {
    border-bottom-color: #e4ded2;
    background-color: #eae6dc;
}

.site-nav-products::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: 12px;
}

.site-products-mega {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    background: #eae6dc;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
    z-index: 9999;
}

.site-corporate-mega {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 320px;
    background: #eae6dc;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
    z-index: 9999;
}

.site-header-shell:has(.site-nav-products:hover) .site-products-mega,
.site-header-shell:has(.site-products-mega:hover) .site-products-mega,
.site-header-shell:has(.site-nav-products:focus-within) .site-products-mega {
    display: block;
}

.site-nav-corporate:hover .site-corporate-mega,
.site-nav-corporate:focus-within .site-corporate-mega {
    display: block;
}

.site-mega-link {
    display: block;
    background: #ebe8e2;
    border: 1px solid #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
    padding: 0.35rem 1rem;
    font-size: 1rem;
    font-weight: 500;
    color: #1d1d1d;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.site-mega-link:hover {
    background: #254a36;
    color: #fff;
}

.site-products-mega__image {
    width: 100%;
    max-height: 420px;
    object-fit: contain;
}

.all-menu {
    display: flex;
    justify-content: end;
    margin: 2.5px 5%;
}

.border-srch { border-bottom: solid 1px var(--site-brand); top: -3px; }

.srch-input { padding: 0; }
.srch-input:focus { outline: none; box-shadow: none; }

.header-sticky {
    position: sticky;
    top: 0;
    z-index: 100;
    overflow: visible;
}

.site-header-inner {
    overflow: visible;
}

.mar-none { margin-right: 0 !important; }

.nu_padding {
    text-align: left;
    width: 100%;
    left: 5%;
    top: 30%;
}

.title-font {
    font-weight: 500;
    font-size: 72px;
    font-family: "Montserrat", sans-serif;
    line-height: 1.1;
}

.zoom-img { --f: 1.2; display: block; overflow: hidden; }
.zoom-img img {
    transition: clip-path .4s, scale .4s;
    clip-path: inset(0);
}
.zoom-img img:hover {
    clip-path: inset(calc((1 - 1 / var(--f)) * 50%));
    scale: var(--f);
}

.NN_splide .splide__arrow svg { fill: black !important; }

.text-gold { color: #c9b896; }

.footer-container { padding: 1rem 0; text-align: center; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: center; gap: .5rem; align-items: center; }
.footer-links a { color: #fff; font-size: 14px; }

.site-footer-main {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 2.5rem;
    align-items: start;
}

.site-footer-brand {
    min-width: 0;
}

.site-footer-brand-logo {
    display: inline-flex;
    margin-bottom: 1.5rem;
}

.site-footer-brand-logo img {
    width: 200px;
    max-width: 100%;
    height: auto;
}

.site-footer-about {
    font-size: 15px;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.9);
    max-width: 22rem;
}

.site-footer-nav {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 2rem;
    min-width: 0;
}

.site-footer-nav-col {
    min-width: 0;
}

.site-footer-nav-col h4,
.site-footer-contact h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0.75rem;
}

.site-footer-nav-col ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.site-footer-nav-col a {
    font-size: 16px;
    color: #fff;
    text-decoration: none;
}

.site-footer-nav-col a:hover {
    text-decoration: underline;
}

.site-footer-contact {
    min-width: 0;
}

.site-footer-contact-body {
    font-size: 15px;
    line-height: 1.65;
}

.site-footer-contact-body > * + * {
    margin-top: 0.5rem;
}

.site-footer-contact-body a {
    color: #fff;
}

.site-footer-social {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1rem;
}

.site-footer-social:empty {
    display: none;
}

.site-footer-map {
    margin-top: 1rem;
    border-radius: 0.25rem;
    overflow: hidden;
    max-width: 100%;
}

.site-footer-map iframe {
    width: 100%;
    min-height: 160px;
    display: block;
}

@media (min-width: 640px) {
    .site-footer-nav {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 1024px) {
    .site-footer-main {
        grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.6fr) minmax(0, 1fr);
        gap: 3rem;
    }

    .site-footer-nav {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 2rem;
    }

    .site-footer-contact {
        text-align: right;
    }

    .site-footer-contact-body,
    .site-footer-map,
    .site-footer-social {
        margin-left: auto;
        max-width: 18rem;
    }

    .site-footer-social {
        justify-content: flex-end;
    }
}

.site-footer-bar-wrap {
    background: #fff;
    font-family: "Montserrat", sans-serif;
}

.site-footer-bar {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 1rem;
    padding: 1.125rem 0;
    align-items: center;
    justify-items: center;
    text-align: center;
}

.site-footer-bar-logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #333;
    text-decoration: none;
}

.site-footer-bar-logo:hover {
    opacity: 0.85;
}

.site-footer-bar-logo img {
    height: 2.75rem;
    width: auto;
    max-width: 200px;
    object-fit: contain;
}

.site-footer-bar-copy {
    display: block;
    color: #555;
    font-size: 14px;
    line-height: 1.5;
}

.site-footer-legal-wrap {
    background: var(--site-brand);
    font-family: "Montserrat", sans-serif;
}

.site-footer-legal {
    padding: 0.875rem 1.25rem;
    text-align: center;
}

.site-footer-legal-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0.35rem 0.5rem;
}

.site-footer-legal-links a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}

.site-footer-legal-links a:hover {
    text-decoration: underline;
}

.site-footer-legal-links .sep {
    color: rgba(255, 255, 255, 0.75);
    user-select: none;
}

@media (min-width: 768px) {
    .site-footer-bar {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        column-gap: 1.5rem;
    }

    .site-footer-bar-logo {
        justify-self: start;
    }

    .site-footer-bar-copy {
        justify-self: end;
        text-align: right;
        padding-right: 2.5rem;
    }
}

.site-page-banner {
    background: linear-gradient(135deg, var(--site-brand) 0%, var(--site-brand-darker) 100%);
    color: #fff;
    padding: 3rem 1.25rem;
}

.site-page-banner h1 {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 700;
    margin: 0;
}

.site-contact {
    padding: 3.5rem 0 4.5rem;
    background:
        radial-gradient(ellipse 80% 50% at 100% 0%, rgba(46, 89, 65, 0.08), transparent 55%),
        radial-gradient(ellipse 60% 40% at 0% 100%, rgba(201, 184, 150, 0.18), transparent 50%),
        #f7f5f1;
    font-family: "Montserrat", sans-serif;
}

.site-contact-intro {
    max-width: 48rem;
    margin: 0 0 2.25rem;
    color: #333;
    font-size: 1.05rem;
    line-height: 1.7;
}

.site-contact-alert {
    margin: 0 0 1.5rem;
    padding: 0.9rem 1.1rem;
    font-size: 0.95rem;
    line-height: 1.45;
}

.site-contact-alert--success {
    background: rgba(46, 89, 65, 0.1);
    border: 1px solid rgba(46, 89, 65, 0.28);
    color: #254a36;
}

.site-contact-alert--error {
    background: rgba(160, 40, 40, 0.08);
    border: 1px solid rgba(160, 40, 40, 0.25);
    color: #8a1f1f;
    list-style: none;
}

.site-contact-alert--error:empty {
    display: none;
}

.site-contact-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 2.5rem;
    align-items: start;
}

.site-contact-hq {
    margin: 0 0 1.5rem;
    font-size: clamp(1.35rem, 2.5vw, 1.75rem);
    font-weight: 700;
    color: #2e5941;
}

.site-contact-block {
    margin-bottom: 1.75rem;
}

.site-contact-block h3 {
    margin: 0 0 0.5rem;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #c9b896;
}

.site-contact-block p {
    margin: 0;
    color: #1d1d1d;
    font-size: 1rem;
    line-height: 1.6;
    white-space: pre-line;
}

.site-contact-block a {
    color: #2e5941;
    text-decoration: none;
}

.site-contact-block a:hover {
    text-decoration: underline;
}

.site-contact-phone-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.site-contact-phone-list a {
    color: #1d1d1d;
    font-size: 1.05rem;
}

.site-contact-form-wrap {
    background: #fff;
    border: 1px solid rgba(46, 89, 65, 0.12);
    padding: 1.75rem 1.5rem 1.5rem;
}

.site-contact-form-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 1rem;
    margin-bottom: 1rem;
}

.site-contact-field {
    margin-bottom: 1rem;
}

.site-contact-field label {
    display: block;
    margin-bottom: 0.4rem;
    font-size: 0.85rem;
    font-weight: 600;
    color: #2e5941;
}

.site-contact-input {
    width: 100%;
    border: 1px solid rgba(46, 89, 65, 0.22);
    background: #faf9f7;
    padding: 0.7rem 0.85rem;
    font: inherit;
    color: #1d1d1d;
    outline: none;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.site-contact-input:focus {
    border-color: #2e5941;
    box-shadow: 0 0 0 3px rgba(46, 89, 65, 0.12);
    background: #fff;
}

textarea.site-contact-input {
    resize: vertical;
    min-height: 8rem;
}

.site-contact-field-error {
    display: block;
    margin-top: 0.3rem;
    color: #a02828;
    font-size: 0.8rem;
}

.site-contact-privacy {
    margin: 0.5rem 0 1.25rem;
}

.site-contact-check {
    display: flex;
    gap: 0.65rem;
    align-items: flex-start;
    font-size: 0.9rem;
    line-height: 1.5;
    color: #333;
    cursor: pointer;
}

.site-contact-check input {
    margin-top: 0.25rem;
    flex-shrink: 0;
}

.site-contact-check a {
    color: #2e5941;
    text-decoration: underline;
}

.site-contact-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.site-contact-btn {
    appearance: none;
    border: 1px solid transparent;
    padding: 0.75rem 1.4rem;
    font: inherit;
    font-weight: 600;
    font-size: 0.95rem;
    cursor: pointer;
    transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.site-contact-btn--primary {
    background: #2e5941;
    color: #fff;
}

.site-contact-btn--primary:hover {
    background: #254a36;
}

.site-contact-btn--ghost {
    background: transparent;
    border-color: rgba(46, 89, 65, 0.35);
    color: #2e5941;
}

.site-contact-btn--ghost:hover {
    background: rgba(46, 89, 65, 0.06);
}

.site-contact-honeypot {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.site-contact-map-section {
    margin-top: 2.75rem;
}

.site-contact-map-title {
    margin: 0 0 1rem;
    font-size: clamp(1.2rem, 2vw, 1.5rem);
    font-weight: 700;
    color: #2e5941;
}

.site-contact-map {
    min-height: 320px;
    background: #fff;
    border: 1px solid rgba(46, 89, 65, 0.12);
    overflow: hidden;
}

.site-contact-map iframe {
    width: 100%;
    height: 100%;
    min-height: 360px;
    border: 0;
    display: block;
}

@media (min-width: 768px) {
    .site-contact-form-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 900px) {
    .site-contact-layout {
        grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.2fr);
        gap: 3rem;
    }

    .site-contact-form-wrap {
        padding: 2rem;
    }
}

.site-content { font-family: "Montserrat", sans-serif; }

.product-gallery-thumbs {
    scrollbar-width: thin;
}

.product-gallery-thumb {
    transition: border-color 0.2s ease;
}

.product-gallery-thumb:hover {
    border-color: #2e5941 !important;
}

.product-gallery-dots button {
    transition: background-color 0.2s ease;
}

/* Ürün detay sekmeleri */
[x-cloak] {
    display: none !important;
}

.product-details-panel {
    color: #1d1d1d;
}

.product-details-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    border-bottom: 2px solid color-mix(in srgb, var(--site-brand) 30%, #ffffff);
}

.product-details-tabs li {
    margin: 0;
}

.product-details-tab {
    display: inline-block;
    padding: 0.5rem 1rem;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
    color: #222222 !important;
    background: #ffffff;
    border: 2px solid transparent;
    border-bottom: none;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.product-details-tab:hover {
    border-color: color-mix(in srgb, var(--site-brand) 45%, #ffffff);
}

.product-details-tab.is-active {
    color: #ffffff !important;
    background: var(--site-brand);
    border-color: var(--site-brand);
}

.product-details-tabpanel {
    padding: 1.25rem 0 0;
    color: #1d1d1d;
    line-height: 1.6;
    min-width: 0;
}

.product-details-content--split {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 1.5rem 2.5rem;
    align-items: start;
}

.product-details-side {
    min-width: 0;
    padding-top: 1.25rem;
}

.product-ingredients-table-wrap {
    overflow-x: auto;
}

.product-ingredients-table {
    width: 100%;
    max-width: 36rem;
    border-collapse: collapse;
}

.product-ingredients-amount {
    white-space: nowrap;
}

@media (min-width: 1024px) {
    .product-details-content--split {
        grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
    }

    .product-ingredients-table {
        max-width: none;
    }
}

.product-ingredients-table td {
    font-size: 14px;
    padding: 0.5rem 1rem;
    border: 1px solid var(--site-brand);
}

@media (min-width: 1024px) {
    .product-ingredients-table td {
        font-size: 15px;
    }
}

.product-details-accordion {
    border-bottom: 1px solid #eeeeee;
}

.product-details-accordion-toggle {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    width: 100%;
    padding: 0.75rem 0;
    font-size: 1.125rem;
    font-weight: 500;
    color: #555555 !important;
    background: transparent;
    border: none;
    text-align: left;
    cursor: pointer;
}

.product-details-accordion-toggle:hover {
    color: #222222 !important;
}

.product-details-accordion-icon {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
}

.product-details-accordion-icon circle {
    fill: var(--site-brand);
}

.product-details-accordion-body {
    padding: 0 0 1rem 2.25rem;
    color: #1d1d1d;
    line-height: 1.6;
    white-space: pre-line;
}

@media (min-width: 1024px) {
    .product-details-content--split .product-details-accordion-body {
        padding-left: 0;
    }
}

.product-faq-section {
    width: 100%;
    margin-top: 5rem;
}

@media (min-width: 1024px) {
    .product-faq-section {
        margin-top: 6rem;
    }
}

.product-faq-heading {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 1rem;
    margin: 0 0 1.5rem;
}

.product-faq-heading-line {
    flex: 1 1 auto;
    display: block;
    height: 0;
    border-top: 2px solid #d9d9d9;
}

.product-faq-heading-text {
    flex: none;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #1d1d1d;
    text-align: center;
    line-height: 1.3;
}

.product-faq-list {
    border-top: 1px solid #e8e8e8;
}

.product-faq-item {
    border-bottom: 1px solid #e8e8e8;
    background: #ffffff;
}

.product-faq-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
    width: 100%;
    padding: 1rem 0.25rem;
    font: inherit;
    color: #9a9a9a !important;
    background: transparent;
    border: none;
    text-align: left;
    cursor: pointer;
    transition: color 0.2s ease;
}

.product-faq-toggle:hover {
    color: #666666 !important;
}

.product-faq-item.is-open .product-faq-toggle {
    color: #1d1d1d !important;
}

.product-faq-question {
    flex: 1 1 auto;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    transition: font-weight 0.2s ease, color 0.2s ease;
}

.product-faq-item.is-open .product-faq-question {
    font-weight: 700;
    color: var(--site-brand);
}

.product-faq-chevron {
    flex-shrink: 0;
    width: 0.55rem;
    height: 0.55rem;
    margin-top: -0.15rem;
    border-right: 2px solid #bdbdbd;
    border-bottom: 2px solid #bdbdbd;
    transform: rotate(-135deg);
    transition: transform 0.2s ease, border-color 0.2s ease, margin-top 0.2s ease;
}

.product-faq-item.is-open .product-faq-chevron {
    margin-top: 0.15rem;
    border-color: var(--site-brand);
    transform: rotate(45deg);
}

.product-faq-answer-wrap {
    overflow: hidden;
}

.product-faq-answer {
    padding: 0 0 1rem;
    color: #1d1d1d;
    font-size: 0.9375rem;
    line-height: 1.65;
    white-space: pre-line;
}

@media only screen and (max-width: 600px) {
    .all-menu { margin: 2.5px 5px; }
    .nu_padding {
        padding: 10px !important;
        top: auto !important;
        left: 50% !important;
        bottom: 8% !important;
        transform: translateX(-50%) !important;
        width: 92% !important;
    }
    .title-font { font-size: 40px !important; }
    #splide .splide__slide .container.zoom {
        top: auto !important;
        bottom: 8% !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
        width: 92% !important;
        height: auto !important;
    }
}
