@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,500;0,700;1,500&family=Montserrat:wght@400;500;600;700&display=swap');

html.demo-guvenler-html {
    --gv-cream-bg: #FAF6EF;
    --gv-cream-soft: #F5EFE6;
    --gv-cream-muted: #EDE4D6;
    --gv-cream-wheat: #E8DFD3;
    --gv-brown-text: #4A321F;
    --gv-brown-warm: #8B4513;
    --gv-brown-dark: #6B3A1F;
    --gv-gold: #D4A056;
    --gv-gold-light: #B07D3E;
    --gv-footer-dark: #3A2516;
}

/* Tek scroll katmanı: yalnızca html kayar, body asla ikinci çubuk oluşturmaz */
html.demo-guvenler-html {
    overflow-x: hidden !important;
    overflow-y: auto !important;
    scrollbar-gutter: auto !important;
}

html.demo-guvenler-html body.demo-guvenler-body {
    overflow: visible !important;
}

body.demo-guvenler-body {
    background: linear-gradient(180deg, var(--gv-cream-bg) 0%, var(--gv-cream-soft) 100%) !important;
    background-attachment: fixed !important;
    color: var(--gv-brown-text);
    font-family: 'Montserrat', sans-serif;
}

body.demo-guvenler-body.gv-is-loading .gv-header,
body.demo-guvenler-body.gv-is-loading .gv-hero,
body.demo-guvenler-body.gv-is-loading .gv-products-section,
body.demo-guvenler-body.gv-is-loading .gv-story-section,
body.demo-guvenler-body.gv-is-loading .gv-split-section,
body.demo-guvenler-body.gv-is-loading .gv-product-detail,
body.demo-guvenler-body.gv-is-loading .gv-footer,
body.demo-guvenler-body.gv-is-loading .gv-whatsapp-float {
    opacity: 0;
}

body.demo-guvenler-body .fp-top-navbar,
body.demo-guvenler-body .fp-header,
body.demo-guvenler-body .fp-navbar,
body.demo-guvenler-body .fp-mobile-bar,
body.demo-guvenler-body .light-effect-container,
body.demo-guvenler-body .categories-side-menu,
body.demo-guvenler-body .categories-side-menu-overlay {
    display: none !important;
}

body.demo-guvenler-body .stats-banner,
body.demo-guvenler-body .fp-footer-features,
body.demo-guvenler-body .fp-footer,
body.demo-guvenler-body .footer-area,
body.demo-guvenler-body .footer-bottom,
body.demo-guvenler-body .footer-custom,
body.demo-guvenler-body .mobile-footer-nav {
    display: none !important;
}

/* Header */
.gv-header {
    background: var(--gv-cream-bg);
    border-bottom: 1px solid rgba(74, 50, 31, 0.08);
    padding: 0 !important;
    overflow: visible;
    position: relative;
    z-index: 200;
    color-scheme: light;
}

.gv-topbar {
    background: var(--gv-cream-bg);
    padding: 8px 0;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
    color: var(--gv-brown-text);
    border-bottom: 1px solid rgba(74, 50, 31, 0.08);
}

.gv-topbar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.gv-topbar-socials {
    display: flex;
    align-items: center;
    gap: 10px;
}

.gv-social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    color: #fff;
    text-decoration: none;
    transition: transform 0.25s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.25s ease;
    font-size: 14px;
}

.gv-social-icon:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    color: #fff;
}

.gv-social-facebook {
    background: #1877F2;
}

.gv-social-instagram {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

.gv-social-x {
    background: #000000;
}

.gv-topbar-info {
    display: flex;
    align-items: center;
    gap: 20px;
}

.gv-topbar-info span,
.gv-topbar-info a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: rgba(74, 50, 31, 0.8);
    text-decoration: none;
    transition: color 0.2s ease;
}

.gv-topbar-info a:hover {
    color: var(--gv-gold);
}

.gv-topbar-info i {
    font-size: 14px;
}

.gv-header-main {
    padding: 18px 0;
}

@media (max-width: 768px) {
    .gv-topbar-inner {
        justify-content: center;
    }
    .gv-topbar-info {
        display: none;
    }
}

.gv-header-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
    min-height: 48px;
    flex-wrap: nowrap;
}

.gv-header-brand {
    display: flex;
    align-items: center;
    gap: 16px;
    flex: 0 0 auto;
    min-width: 0;
}

.gv-logo {
    position: relative;
    display: block;
    flex-shrink: 0;
    width: 175px;
    height: 48px;
    overflow: visible;
}

.gv-logo img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 66px;
    width: auto;
    max-width: none;
    object-fit: contain;
    display: block;
}

.gv-search {
    position: relative;
    flex: 0 1 400px;
    width: 400px;
    max-width: 100%;
    margin: 0;
}

.gv-search-wrap {
    position: relative;
    flex: 0 1 400px;
    width: 400px;
    max-width: 100%;
}

.gv-search input {
    width: 100%;
    height: 48px;
    border: 1px solid rgba(74, 50, 31, 0.15);
    border-radius: 999px;
    background: #fff;
    padding: 0 52px 0 22px;
    font-size: 14px;
    color: #4a321f;
    outline: none;
    transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.gv-search-wrap.is-active .gv-search input {
    border-color: rgba(139, 69, 19, 0.35);
    box-shadow: 0 8px 24px rgba(74, 50, 31, 0.1), 0 0 0 4px rgba(139, 69, 19, 0.08);
    transform: translateY(-1px);
}

.gv-search input::placeholder {
    color: rgba(74, 50, 31, 0.45);
}

.gv-search button {
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    border: 0;
    background: transparent;
    color: rgba(74, 50, 31, 0.55);
    font-size: 20px;
    cursor: pointer;
}

.gv-search-results {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    z-index: 100010;
    background: #fff;
    border: 1px solid rgba(74, 50, 31, 0.12);
    border-radius: 16px;
    box-shadow: 0 16px 40px rgba(74, 50, 31, 0.14);
    overflow: hidden;
    max-height: 360px;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-12px) scale(0.98);
    transform-origin: top center;
    pointer-events: none;
    transition:
        opacity 0.3s cubic-bezier(0.22, 1, 0.36, 1),
        transform 0.3s cubic-bezier(0.22, 1, 0.36, 1),
        visibility 0.3s;
}

.gv-search-results.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
    pointer-events: auto;
}

.gv-search-results:not([hidden]) {
    display: block;
}

.gv-search-result {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 14px;
    text-decoration: none;
    color: #4a321f;
    border-bottom: 1px solid rgba(74, 50, 31, 0.08);
    transition: background 0.15s ease;
    opacity: 0;
    transform: translateX(-12px);
}

.gv-search-results.is-open .gv-search-result {
    animation: gvSearchResultIn 0.38s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.gv-search-results.is-open .gv-search-result:nth-child(1) { animation-delay: 0.04s; }
.gv-search-results.is-open .gv-search-result:nth-child(2) { animation-delay: 0.08s; }
.gv-search-results.is-open .gv-search-result:nth-child(3) { animation-delay: 0.12s; }
.gv-search-results.is-open .gv-search-result:nth-child(4) { animation-delay: 0.16s; }
.gv-search-results.is-open .gv-search-result:nth-child(5) { animation-delay: 0.2s; }
.gv-search-results.is-open .gv-search-result:nth-child(6) { animation-delay: 0.24s; }
.gv-search-results.is-open .gv-search-result:nth-child(7) { animation-delay: 0.28s; }
.gv-search-results.is-open .gv-search-result:nth-child(8) { animation-delay: 0.32s; }

.gv-search-results.is-open .gv-search-empty {
    animation: gvSearchResultIn 0.32s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.gv-search-result:last-child {
    border-bottom: 0;
}

.gv-search-result:hover,
.gv-search-result:focus-visible {
    background: rgba(139, 69, 19, 0.06);
    color: #4a321f;
}

.gv-search-result-thumb {
    flex-shrink: 0;
    width: 52px;
    height: 52px;
    border-radius: 10px;
    overflow: hidden;
    background: var(--gv-cream-soft);
    border: 1px solid rgba(74, 50, 31, 0.08);
}

.gv-search-result-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.gv-search-result-title {
    flex: 1;
    min-width: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.35;
}

.gv-search-result-action {
    flex-shrink: 0;
    font-size: 12px;
    font-weight: 700;
    color: #8b4513;
    white-space: nowrap;
}

.gv-search-empty {
    padding: 16px 18px;
    font-size: 14px;
    color: rgba(74, 50, 31, 0.65);
    text-align: center;
}

.gv-nav {
    display: flex;
    align-items: center;
    gap: 18px;
    flex: 0 0 auto;
    flex-wrap: wrap;
}

.gv-nav a {
    color: #4a321f;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    white-space: nowrap;
    transition: color 0.2s ease;
}

.gv-nav > a:hover {
    color: #b07d3e;
}

.gv-nav-dropdown {
    position: relative;
}

.gv-nav-dropdown-toggle {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    border: 0 !important;
    padding: 0;
    background: transparent !important;
    color: #4a321f;
    font-family: inherit;
    font-size: 15px;
    font-weight: 600;
    white-space: nowrap;
    cursor: pointer;
    box-shadow: none !important;
    color-scheme: light;
    -webkit-tap-highlight-color: transparent;
    transition: color 0.2s ease;
}

.gv-nav-dropdown-toggle:hover,
.gv-nav-dropdown-toggle:active,
.gv-nav-dropdown-toggle:focus,
.gv-nav-dropdown-toggle:focus-visible {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    outline: none;
    color: #4a321f;
}

.gv-nav-dropdown-toggle i {
    font-size: 17px;
    line-height: 1;
    transition: transform 0.2s ease;
}

.gv-nav-dropdown:hover .gv-nav-dropdown-toggle {
    color: #b07d3e;
}

.gv-nav-dropdown:hover .gv-nav-dropdown-toggle i {
    transform: rotate(180deg);
}

.gv-nav-dropdown-menu {
    position: absolute;
    top: calc(100% + 10px);
    left: 50%;
    min-width: 220px;
    margin: 0;
    padding: 8px 0;
    list-style: none;
    background: #fff;
    border: 1px solid rgba(74, 50, 31, 0.1);
    border-radius: 12px;
    box-shadow: 0 14px 36px rgba(74, 50, 31, 0.14);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateX(-50%) translateY(6px);
    transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s;
    z-index: 300;
}

.gv-nav-dropdown-menu::before {
    content: '';
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    height: 10px;
}

.gv-nav-dropdown:hover .gv-nav-dropdown-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0);
}

.gv-nav-dropdown-menu li {
    margin: 0;
}

.gv-nav-dropdown-menu a {
    display: block;
    padding: 10px 20px;
    color: #4a321f;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
    transition: background 0.15s ease, color 0.15s ease;
}

.gv-nav-dropdown-menu a:hover {
    background: var(--gv-cream-bg);
    color: #b07d3e;
}

.gv-mobile-toggle {
    display: none;
    border: 0;
    background: transparent;
    font-size: 26px;
    color: #4a321f;
}

/* Placeholder */
.gv-image-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--gv-cream-wheat) 0%, #d9cfc0 100%);
    color: rgba(74, 50, 31, 0.55);
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.02em;
}

/* Hero */
.gv-hero {
    padding: 0;
    overflow: hidden;
}

.gv-hero-slider {
    position: relative;
    border-radius: 0;
    overflow: hidden;
    height: 600px;
}

.gv-hero-slider.is-main {
    min-height: 500px;
}

.gv-hero-slides {
    position: absolute;
    inset: 0;
}

.gv-hero-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transform: translateX(0);
    transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.7s ease;
    pointer-events: none;
    z-index: 0;
}

.gv-hero-slide.is-active {
    opacity: 1;
    transform: translateX(0);
    z-index: 1;
    pointer-events: auto;
}

.gv-hero-slide.is-enter-right {
    transform: translateX(-100%);
    opacity: 1;
    z-index: 2;
}

.gv-hero-slide.is-exit-right {
    transform: translateX(100%);
    opacity: 0.35;
    z-index: 1;
}

.gv-hero-slide.is-enter-left {
    transform: translateX(100%);
    opacity: 1;
    z-index: 2;
}

.gv-hero-slide.is-exit-left {
    transform: translateX(-100%);
    opacity: 0.35;
    z-index: 1;
}

.gv-hero-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
    /* Optimize for high-resolution downscaling balance */
    image-rendering: auto;
    transform: translateZ(0);
    backface-visibility: hidden;
    /* Subtle smoothing for high-res images */
    filter: brightness(1.02) contrast(1.02);
    -webkit-backface-visibility: hidden;
}

.gv-hero-placeholder {
    position: absolute;
    inset: 0;
    min-height: 420px;
    font-size: 28px;
}

.gv-hero-overlay {
    position: absolute;
    inset: 0;
    background: none;
    pointer-events: none;
}

.gv-hero-content {
    position: relative;
    top: -10px;
    z-index: 10;
    max-width: 600px;
    padding: 0 20px;
    color: #fff;
    pointer-events: none;
}

.gv-hero-content > * {
    pointer-events: auto;
}

.gv-hero-slide .container {
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 10;
}

@media (max-width: 992px) {
    .gv-hero-slider {
        height: 420px;
    }
    .gv-hero-slider.is-main {
        min-height: 420px;
    }
    .gv-hero-content {
        padding: 0 30px 0 60px;
        max-width: 500px;
    }
}

@media (max-width: 768px) {
    .gv-hero-slider {
        height: 54vw; /* Görsel oranını (1698/926) koruyarak görselin tamamını sığdırır */
    }
    .gv-hero-slider.is-main {
        min-height: 54vw;
    }
    .gv-hero-content {
        padding: 0 20px;
        max-width: 100%;
        text-align: center;
        left: 0;
        right: 0;
    }
    .gv-hero-title {
        font-size: 20px;
        margin: 0 0 10px;
    }
    .gv-hero-content .gv-btn {
        padding: 8px 16px;
        font-size: 12px;
    }
    .gv-slider-arrow {
        width: 32px;
        height: 32px;
        font-size: 16px;
    }
    .gv-slider-arrow-prev { left: 12px; }
    .gv-slider-arrow-next { right: 12px; }
    .gv-slider-dots {
        bottom: 12px;
    }
}

.gv-hero-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(34px, 4vw, 54px);
    line-height: 1.15;
    margin: 0 0 18px;
    font-weight: 500;
    text-shadow: 0 2px 15px rgba(0, 0, 0, 0.4);
}

.gv-hero-title span {
    color: #d4a056;
}

.gv-hero-text {
    font-size: 15px;
    line-height: 1.7;
    margin: 0 0 28px;
    max-width: 460px;
    color: rgba(255, 255, 255, 0.95);
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);
}

@media (max-width: 768px) {
    .gv-hero-text {
        font-size: 12px;
        line-height: 1.4;
        margin: 0 auto 12px;
        max-width: 300px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
}

@media (max-width: 480px) {
    .gv-hero-slider {
        height: 54vw;
    }
    .gv-hero-slider.is-main {
        min-height: 54vw;
    }
    .gv-hero-title {
        font-size: 16px;
        margin: 0 0 8px;
    }
    .gv-hero-text {
        display: none !important;
    }
    .gv-hero-content .gv-btn {
        padding: 6px 12px;
        font-size: 11px;
    }
    .gv-slider-arrow {
        width: 26px;
        height: 26px;
        font-size: 13px;
    }
    .gv-slider-arrow-prev { left: 8px; }
    .gv-slider-arrow-next { right: 8px; }
    .gv-slider-dots {
        bottom: 8px;
    }
    .gv-slider-dots button {
        width: 6px;
        height: 6px;
    }
}

.gv-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 999px;
    font-weight: 600;
    transition: all 0.2s ease;
}

.gv-btn-primary {
    background: var(--gv-brown-warm);
    color: #fff;
    padding: 14px 28px;
    font-size: 14px;
}

.gv-btn-primary:hover {
    background: var(--gv-brown-dark);
    color: #fff;
}

.gv-slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 0;
    background: rgba(255, 255, 255, 0.18);
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    backdrop-filter: blur(4px);
}

.gv-slider-arrow-prev { left: 24px; }
.gv-slider-arrow-next { right: 24px; }

.gv-slider-dots {
    position: absolute;
    left: 50%;
    bottom: 22px;
    transform: translateX(-50%);
    z-index: 3;
    display: flex;
    gap: 8px;
}

.gv-slider-dots button {
    width: 10px;
    height: 10px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.45);
    cursor: pointer;
    color-scheme: light;
}

.gv-slider-dots button.active {
    background: #fff;
}

/* Split Section Slider */
.gv-split-section {
    position: relative;
    padding: 0 0 40px !important;
}

.gv-split-section:nth-of-type(even) {
    padding-top: 30px !important;
}

.gv-split-slider {
    position: relative;
    overflow: hidden;
}

.gv-split-slides {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    width: 100%;
}

.gv-split-slide {
    grid-area: 1 / 1;
    opacity: 0;
    z-index: 0;
    pointer-events: none;
    transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1), opacity 1.2s ease;
    will-change: transform, opacity;
}

.gv-split-slide.is-active {
    opacity: 1;
    z-index: 1;
    pointer-events: auto;
}

/* Animation states - simplified and slowed down */
.gv-split-slide.is-enter-right { transform: translateX(-100%); opacity: 1; z-index: 2; }
.gv-split-slide.is-exit-right { transform: translateX(100%); opacity: 0; z-index: 1; }
.gv-split-slide.is-enter-left { transform: translateX(100%); opacity: 1; z-index: 2; }
.gv-split-slide.is-exit-left { transform: translateX(-100%); opacity: 0; z-index: 1; }

.gv-split-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 12px;
    padding-bottom: 12px;
    position: relative;
    z-index: 10;
}

.gv-split-dots button {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    border: none;
    background: rgba(74, 50, 31, 0.15);
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0;
}

.gv-split-dots button.active {
    background: var(--gv-brown-warm);
    transform: scale(1.15);
}

/* Products */
.gv-products-section {
    padding: 48px 0 70px;
    background: var(--gv-cream-soft);
}

.gv-section-heading {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-bottom: 34px;
}

.gv-section-heading h2 {
    margin: 0;
    font-family: 'Playfair Display', serif;
    font-size: 34px;
    color: #4a321f;
    font-weight: 500;
}

.gv-section-line {
    flex: 1;
    max-width: 180px;
    height: 1px;
    background: rgba(74, 50, 31, 0.18);
}

.gv-wheat-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #b07d3e;
    line-height: 1;
}

.gv-wheat-icon svg {
    display: block;
    width: 20px;
    height: 28px;
}

.gv-products-carousel {
    overflow: hidden;
    width: 100%;
}

.gv-products-track {
    display: flex;
    gap: 24px;
    transition: transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform;
}

.gv-product-card {
    flex-shrink: 0;
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(74, 50, 31, 0.08);
    text-align: center;
    padding-bottom: 22px;
}

.gv-product-image {
    display: block;
    width: 100%;
    height: 220px;
    object-fit: cover;
    object-position: center center;
    margin-bottom: 18px;
}

.gv-product-card h3 {
    margin: 0 0 18px;
    font-size: 18px;
    font-weight: 700;
    color: #4a321f;
}

.gv-btn-card {
    background: var(--gv-brown-warm);
    color: #fff;
    padding: 10px 18px;
    font-size: 13px;
}

.gv-btn-card:hover {
    background: var(--gv-brown-dark);
    color: #fff;
}

.gv-products-nav {
    display: flex;
    justify-content: center;
    gap: 14px;
    margin-top: 28px;
}

/* Story */
.gv-story-section {
    padding: 20px 0 80px;
}

.gv-story-inner {
    display: grid;
    grid-template-columns: minmax(240px, 340px) 1fr;
    gap: 48px;
    align-items: center;
    background: #fff;
    border-radius: 24px;
    padding: 40px 44px;
    box-shadow: 0 16px 40px rgba(74, 50, 31, 0.08);
}

.gv-story-media {
    margin: 0;
}

.gv-story-media img {
    display: block;
    width: 100%;
    max-width: 320px;
    height: auto;
    max-height: 360px;
    object-fit: cover;
    border-radius: 18px;
    box-shadow: 0 12px 28px rgba(74, 50, 31, 0.12);
}

.gv-story-content h2 {
    margin: 0 0 18px;
    font-family: 'Playfair Display', serif;
    font-size: clamp(28px, 3vw, 38px);
    font-weight: 500;
    color: #4a321f;
    line-height: 1.2;
}

/* Story Slider */
.gv-story-slider {
    position: relative;
    overflow: hidden;
}

.gv-story-slides {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    width: 100%;
}

.gv-story-slide {
    grid-area: 1 / 1;
    opacity: 0;
    z-index: 0;
    pointer-events: none;
    transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1), opacity 1.2s ease;
    will-change: transform, opacity;
}

.gv-story-slide.is-active {
    opacity: 1;
    z-index: 1;
    pointer-events: auto;
}

.gv-story-slide.is-enter-right { transform: translateX(-100%); opacity: 1; z-index: 2; }
.gv-story-slide.is-exit-right { transform: translateX(100%); opacity: 0; z-index: 1; }
.gv-story-slide.is-enter-left { transform: translateX(100%); opacity: 1; z-index: 2; }
.gv-story-slide.is-exit-left { transform: translateX(-100%); opacity: 0; z-index: 1; }

.gv-story-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 12px;
    padding-bottom: 24px;
    position: relative;
    z-index: 10;
}

.gv-story-dots button {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    border: none;
    background: rgba(74, 50, 31, 0.15);
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0;
}

.gv-story-dots button.active {
    background: var(--gv-brown-warm);
    transform: scale(1.15);
}

.gv-story-kicker {
    display: inline-block;
    margin-bottom: 12px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #b07d3e;
}

.gv-story-content p {
    margin: 0 0 14px;
    font-size: 15px;
    line-height: 1.75;
    color: rgba(74, 50, 31, 0.82);
}

.gv-story-content p:last-child {
    margin-bottom: 0;
}

.gv-reveal {
    opacity: 0;
    transform: translateY(56px);
    will-change: transform, opacity;
    transition: opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1),
        transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}

.gv-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.gv-reveal-item {
    opacity: 0;
    transform: translateY(32px);
    will-change: transform, opacity;
    transition: opacity 0.85s cubic-bezier(0.22, 1, 0.36, 1),
        transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
}

.gv-reveal.is-visible .gv-reveal-item:nth-child(1) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.12s;
}

.gv-reveal.is-visible .gv-reveal-item:nth-child(2) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.28s;
}

/* Split sections */
.gv-split-section {
    padding: 0 0 72px;
}

.gv-split-section:nth-of-type(even) {
    background: var(--gv-cream-soft);
    padding-top: 48px;
}

.gv-split-section:last-of-type {
    padding-bottom: 80px;
}

.gv-split-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
    max-width: 1040px;
    margin: 0 auto;
}

.gv-split-row--reverse .gv-split-media {
    order: -1;
}

.gv-split-text h2 {
    margin: 0 0 18px;
    font-family: 'Playfair Display', serif;
    font-size: clamp(26px, 3vw, 36px);
    font-weight: 500;
    color: #4a321f;
    line-height: 1.2;
}

.gv-split-kicker {
    display: inline-block;
    margin-bottom: 12px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #b07d3e;
}

.gv-split-text p {
    margin: 0 0 14px;
    font-size: 15px;
    line-height: 1.75;
    color: rgba(74, 50, 31, 0.82);
}

.gv-split-text p:last-child {
    margin-bottom: 0;
}

.gv-split-media {
    display: flex;
    justify-content: center;
}

.gv-split-image {
    width: 100%;
    max-width: 480px;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border-radius: 18px;
    box-shadow: 0 14px 32px rgba(74, 50, 31, 0.12);
    background: var(--gv-cream-wheat);
}

.gv-split-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    /* Optimize scaling for high-res images */
    image-rendering: -webkit-optimize-contrast;
    image-rendering: auto;
    transform: translateZ(0);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

/* Product detail */
.gv-product-detail {
    padding: 36px 0 80px;
}

.gv-product-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-bottom: 28px;
    font-size: 13px;
    color: rgba(74, 50, 31, 0.6);
}

.gv-product-breadcrumb a {
    color: var(--gv-brown-warm);
    text-decoration: none;
}

.gv-product-breadcrumb a:hover {
    color: #b07d3e;
}

.gv-product-breadcrumb span:last-child {
    color: #4a321f;
    font-weight: 600;
}

.gv-product-detail-grid {
    display: grid;
    grid-template-columns: minmax(280px, 1fr) minmax(320px, 1.1fr);
    gap: 48px;
    align-items: start;
    background: #fff;
    border-radius: 24px;
    padding: 40px;
    box-shadow: 0 16px 40px rgba(74, 50, 31, 0.08);
}

.gv-product-detail-media {
    border-radius: 18px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 12px 28px rgba(74, 50, 31, 0.1);
}

.gv-product-detail-media img {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: contain;
    object-position: center center;
}

.gv-product-detail-kicker {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #b07d3e;
}

.gv-product-detail-info h1 {
    margin: 0 0 18px;
    font-family: 'Playfair Display', serif;
    font-size: clamp(28px, 3.5vw, 40px);
    font-weight: 500;
    color: #4a321f;
    line-height: 1.2;
    white-space: pre-line;
}

.gv-product-detail-divider {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 24px;
}

.gv-product-detail-divider span:first-child,
.gv-product-detail-divider span:last-child {
    flex: 1;
    height: 1px;
    background: rgba(74, 50, 31, 0.15);
}

.gv-product-detail-section {
    margin-bottom: 28px;
}

.gv-product-detail-section h2 {
    margin: 0 0 12px;
    font-size: 18px;
    font-weight: 700;
    color: #4a321f;
}

.gv-product-detail-section h2 small {
    font-size: 13px;
    font-weight: 500;
    color: rgba(74, 50, 31, 0.55);
}

.gv-product-detail-section p {
    margin: 0;
    font-size: 15px;
    line-height: 1.75;
    color: rgba(74, 50, 31, 0.82);
}

.gv-nutrition-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

.gv-nutrition-table tr {
    border-bottom: 1px solid rgba(74, 50, 31, 0.1);
}

.gv-nutrition-table tr:last-child {
    border-bottom: 0;
}

.gv-nutrition-table th,
.gv-nutrition-table td {
    padding: 11px 0;
    text-align: left;
}

.gv-nutrition-table th {
    font-weight: 600;
    color: #4a321f;
    width: 55%;
}

.gv-nutrition-table td {
    color: rgba(74, 50, 31, 0.78);
    text-align: right;
}

.gv-product-back-btn {
    margin-top: 8px;
}

.gv-product-related {
    margin-top: 48px;
}

.gv-product-related h2 {
    margin: 0 0 28px;
    font-family: 'Playfair Display', serif;
    font-size: 28px;
    font-weight: 500;
    color: #4a321f;
    text-align: center;
}

.gv-product-related .gv-products-nav {
    margin-top: 28px;
}

.gv-product-related-card {
    display: block;
    flex-shrink: 0;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    text-decoration: none;
    box-shadow: 0 8px 24px rgba(74, 50, 31, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.gv-product-related-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 32px rgba(74, 50, 31, 0.12);
}

.gv-product-related-card img {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.gv-product-related-card span {
    display: block;
    padding: 14px 12px;
    font-size: 14px;
    font-weight: 600;
    color: #4a321f;
    text-align: center;
}

.gv-circle-btn {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid rgba(74, 50, 31, 0.18);
    background: #fff;
    color: #4a321f;
    font-size: 22px;
    cursor: pointer;
}

/* Footer */
.gv-footer {
    margin-top: 10px;
    position: relative;
    color-scheme: light;
}

.gv-footer-wave {
    display: block;
    width: 100%;
    height: 48px;
    margin-bottom: -1px;
    line-height: 0;
}

.gv-footer-wave svg {
    display: block;
    width: 100%;
    height: 48px;
}

.gv-footer-main {
    background: var(--gv-cream-muted);
    padding: 36px 0 44px;
}

.gv-footer-grid {
    display: grid;
    grid-template-columns: 1.35fr repeat(3, 1fr) 1.2fr;
    gap: 0;
    align-items: start;
}

.gv-footer-brand {
    padding-right: 28px;
    border-right: 1px solid rgba(74, 50, 31, 0.12);
}

.gv-footer-col {
    padding: 0 22px;
    border-right: 1px solid rgba(74, 50, 31, 0.12);
}

.gv-footer-col-social {
    /* border-right: 0; */
    /* padding-right: 0; */
}

.gv-footer-col-map {
    border-right: 0;
    padding-right: 0;
}

.gv-footer-logo {
    display: inline-block;
    margin-bottom: 14px;
}

.gv-footer-logo img {
    height: 72px;
    width: auto;
    display: block;
}

.gv-footer-tagline {
    margin: 0 0 12px;
    font-size: 14px;
    font-weight: 700;
    color: #4a321f;
}

.gv-footer-desc {
    margin: 0;
    font-size: 13px;
    line-height: 1.7;
    color: rgba(74, 50, 31, 0.72);
    max-width: 280px;
}

.gv-footer-col-title {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 16px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #4a321f;
}

.gv-footer-col-title i {
    font-size: 16px;
    color: var(--gv-brown-warm);
}

.gv-footer-links {
    list-style: none;
    margin: 0;
    padding: 0;
}

.gv-footer-links li {
    margin-bottom: 10px;
}

.gv-footer-links li:last-child {
    margin-bottom: 0;
}

.gv-footer-links a {
    color: rgba(74, 50, 31, 0.78);
    text-decoration: none;
    font-size: 13px;
    transition: color 0.2s ease;
}

.gv-footer-links a:hover {
    color: #b07d3e;
}

.gv-footer-social {
    display: flex;
    gap: 10px;
    margin-bottom: 22px;
}

.gv-footer-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: var(--gv-brown-warm);
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    transition: background 0.2s ease, transform 0.2s ease;
}

.gv-footer-social a:hover {
    background: var(--gv-brown-dark);
    color: #fff;
    transform: translateY(-2px);
}

.gv-footer-newsletter-title {
    margin-top: 4px;
}

.gv-footer-newsletter-text {
    margin: 0 0 12px;
    font-size: 12px;
    line-height: 1.5;
    color: rgba(74, 50, 31, 0.68);
}

.gv-footer-newsletter {
    display: flex;
    align-items: stretch;
    border: 1px solid rgba(74, 50, 31, 0.18);
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
}

.gv-footer-newsletter input {
    flex: 1;
    min-width: 0;
    border: 0;
    padding: 11px 12px;
    font-size: 13px;
    color: #4a321f;
    background: transparent;
    outline: none;
}

.gv-footer-newsletter input::placeholder {
    color: rgba(74, 50, 31, 0.45);
}

.gv-footer-newsletter button {
    flex-shrink: 0;
    width: 44px;
    border: 0;
    background: var(--gv-brown-warm);
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    color-scheme: light;
    transition: background 0.2s ease;
}

.gv-footer-newsletter button:hover {
    background: var(--gv-brown-dark);
}

.gv-footer-bottom {
    position: relative;
    background: var(--gv-footer-dark);
    color: #fff;
    padding: 28px 0 22px;
    overflow: hidden;
}

.gv-footer-wheat-deco {
    position: absolute;
    right: 20px;
    top: 50%;
    width: 220px;
    height: auto;
    opacity: 0.22;
    pointer-events: none;
    user-select: none;
    transform: translateY(-50%) rotate(-38deg);
    transform-origin: center center;
    z-index: 1;
}

.gv-footer-wheat-deco img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.gv-footer-features {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-bottom: 22px;
    padding-bottom: 22px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.gv-footer-feature {
    display: flex;
    align-items: center;
    gap: 14px;
}

.gv-footer-feature-icon {
    position: relative;
    display: inline-block;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.25);
    color: #d4a056;
    flex-shrink: 0;
    font-size: 26px;
    line-height: 1;
}

.gv-footer-feature-icon::before {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 26px;
    transform: translate(-50%, -50%);
    line-height: 1;
}

.gv-footer-feature strong {
    display: block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.04em;
    margin-bottom: 4px;
}

.gv-footer-feature span {
    display: block;
    font-size: 12px;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.72);
}

.gv-footer-copy {
    margin: 0;
    text-align: center;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.65);
}

@media (max-width: 992px) {
    .gv-header-inner {
        justify-content: flex-start;
        gap: 12px;
    }

    .gv-header-brand {
        gap: 12px;
    }

    .gv-logo {
        height: 40px;
    }

    .gv-logo img {
        height: 48px;
    }

    .gv-search,
    .gv-search-wrap {
        flex: 1;
        width: auto;
    }

    .gv-nav {
        display: none;
    }

    .gv-mobile-toggle {
        display: inline-flex;
        margin-left: auto;
    }

    .gv-story-inner {
        grid-template-columns: 1fr;
        gap: 28px;
        padding: 28px 24px;
        text-align: center;
    }

    .gv-story-media img {
        margin: 0 auto;
        max-width: 280px;
        max-height: 300px;
    }

    .gv-split-row {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .gv-split-row--reverse .gv-split-media {
        order: -1;
    }

    .gv-split-image {
        max-width: 100%;
    }

    .gv-product-detail-grid {
        grid-template-columns: 1fr;
        gap: 28px;
        padding: 28px 24px;
    }
}

@media (max-width: 576px) {
    .gv-header-brand {
        flex: 1;
    }

    .gv-search,
    .gv-search-wrap {
        display: none;
    }

    .gv-logo {
        height: 36px;
    }

    .gv-logo img {
        height: 44px;
    }

    .gv-product-image {
        height: 200px;
    }

    .gv-story-inner {
        padding: 22px 18px;
    }

    .gv-story-media img {
        max-width: 240px;
        max-height: 260px;
    }

    .gv-product-detail-grid {
        padding: 22px 18px;
    }
}

@media (max-width: 1200px) {
    .gv-footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 28px 20px;
    }

    .gv-footer-brand,
    .gv-footer-col {
        border-right: 0;
        padding: 0;
    }

    .gv-footer-brand {
        grid-column: 1 / -1;
        max-width: 420px;
    }
}

@media (max-width: 768px) {
    .gv-footer-main {
        padding: 28px 0 32px;
    }

    .gv-footer-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .gv-footer-features {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .gv-footer-wheat-deco {
        width: 165px;
        right: 10px;
        top: 50%;
        transform: translateY(-50%) rotate(-38deg);
    }
}

/* Loader & giriş animasyonu */
.gv-loader {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.75s ease, visibility 0.75s ease;
}

.gv-loader-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 22px;
    width: min(320px, 82vw);
    text-align: center;
}

.gv-loader-logo {
    animation: gvLoaderLogoIn 0.9s ease both;
}

.gv-loader-logo img {
    height: 72px;
    width: auto;
    display: block;
    animation: gvLoaderPulse 1.8s ease-in-out 0.9s infinite;
}

.gv-loader-progress {
    width: 100%;
    height: 4px;
    border-radius: 999px;
    background: rgba(74, 50, 31, 0.12);
    overflow: hidden;
}

.gv-loader-progress-bar {
    display: block;
    height: 100%;
    width: 0;
    border-radius: inherit;
    background: linear-gradient(90deg, #b07d3e 0%, #d4a056 100%);
    animation: gvLoaderProgress 1.6s ease-out forwards;
}

.gv-loader-text {
    margin: 0;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(74, 50, 31, 0.55);
    animation: gvLoaderTextIn 0.8s ease 0.35s both;
}

body.demo-guvenler-body.gv-is-loading .gv-loader {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

body.demo-guvenler-body.gv-loaded .gv-loader {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

body.demo-guvenler-body.gv-loaded .gv-loader-progress-bar,
.gv-loader.is-done .gv-loader-progress-bar {
    animation: none;
    width: 100% !important;
    transition: width 0.35s ease;
}

body.demo-guvenler-body.gv-loaded .gv-header,
body.demo-guvenler-body.gv-loaded .gv-hero,
body.demo-guvenler-body.gv-loaded .gv-products-section,
body.demo-guvenler-body.gv-loaded .gv-product-detail,
body.demo-guvenler-body.gv-loaded .gv-footer {
    animation: gvRevealUp 0.85s cubic-bezier(0.22, 1, 0.36, 1) both;
}

body.demo-guvenler-body.gv-loaded .gv-header { animation-delay: 0.05s; }
body.demo-guvenler-body.gv-loaded .gv-hero { animation-delay: 0.18s; }
body.demo-guvenler-body.gv-loaded .gv-products-section { animation-delay: 0.32s; }
body.demo-guvenler-body.gv-loaded .gv-product-detail { animation-delay: 0.14s; }
body.demo-guvenler-body.gv-loaded .gv-footer { animation-delay: 0.42s; }

body.demo-guvenler-body.gv-loaded .gv-whatsapp-float {
    animation: gvRevealUp 0.7s cubic-bezier(0.22, 1, 0.36, 1) 0.55s both;
}

body.demo-guvenler-body.gv-page-leaving .gv-header,
body.demo-guvenler-body.gv-page-leaving .gv-hero,
body.demo-guvenler-body.gv-page-leaving .gv-products-section,
body.demo-guvenler-body.gv-page-leaving .gv-story-section,
body.demo-guvenler-body.gv-page-leaving .gv-split-section,
body.demo-guvenler-body.gv-page-leaving .gv-product-detail,
body.demo-guvenler-body.gv-page-leaving .gv-footer,
body.demo-guvenler-body.gv-page-leaving .gv-whatsapp-float,
body.demo-guvenler-body.gv-page-leaving .gv-search-results {
    opacity: 0 !important;
    transform: translateY(-18px) !important;
    transition: opacity 0.45s ease, transform 0.45s ease;
}

body.demo-guvenler-body.gv-loaded .gv-story-section:not(.is-visible),
body.demo-guvenler-body.gv-loaded .gv-split-section:not(.is-visible) {
    opacity: 0;
}

@keyframes gvLoaderLogoIn {
    from {
        opacity: 0;
        transform: scale(0.88) translateY(12px);
    }
    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

@keyframes gvLoaderPulse {
    0%, 100% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.03); opacity: 0.92; }
}

@keyframes gvLoaderProgress {
    0% { width: 0%; }
    25% { width: 38%; }
    55% { width: 68%; }
    85% { width: 88%; }
    100% { width: 88%; }
}

@keyframes gvLoaderTextIn {
    from { opacity: 0; transform: translateY(8px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes gvRevealUp {
    from {
        opacity: 0;
        transform: translateY(28px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes gvSearchResultIn {
    from {
        opacity: 0;
        transform: translateX(-12px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@media (prefers-reduced-motion: reduce) {
    .gv-loader-logo,
    .gv-loader-logo img,
    .gv-loader-progress-bar,
    .gv-loader-text,
    body.demo-guvenler-body.gv-loaded .gv-header,
    body.demo-guvenler-body.gv-loaded .gv-hero,
    body.demo-guvenler-body.gv-loaded .gv-products-section,
    body.demo-guvenler-body.gv-loaded .gv-product-detail,
    body.demo-guvenler-body.gv-loaded .gv-footer,
    body.demo-guvenler-body.gv-loaded .gv-whatsapp-float,
    .gv-search-results.is-open .gv-search-result,
    .gv-search-results.is-open .gv-search-empty {
        animation: none !important;
    }

    .gv-search-results,
    .gv-search-result {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
    }

    body.demo-guvenler-body.gv-page-leaving .gv-header,
    body.demo-guvenler-body.gv-page-leaving .gv-hero,
    body.demo-guvenler-body.gv-page-leaving .gv-products-section,
    body.demo-guvenler-body.gv-page-leaving .gv-story-section,
    body.demo-guvenler-body.gv-page-leaving .gv-split-section,
    body.demo-guvenler-body.gv-page-leaving .gv-product-detail,
    body.demo-guvenler-body.gv-page-leaving .gv-footer,
    body.demo-guvenler-body.gv-page-leaving .gv-whatsapp-float {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
    }

    body.demo-guvenler-body.gv-loaded .gv-story-section:not(.is-visible),
    body.demo-guvenler-body.gv-loaded .gv-split-section:not(.is-visible) {
        opacity: 1;
    }

    .gv-reveal,
    .gv-reveal-item {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
    }

    .gv-loader { transition: none; }
}

/* WhatsApp float */
.gv-whatsapp-float {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 99990;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 10px 18px 10px 10px;
    background: #25d366;
    color: #fff;
    text-decoration: none;
    border-radius: 999px;
    box-shadow: 0 8px 28px rgba(37, 211, 102, 0.35);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    color-scheme: light;
}

.gv-whatsapp-float:hover {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(37, 211, 102, 0.45);
}

.gv-whatsapp-float-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.18);
    flex-shrink: 0;
}

.gv-whatsapp-float-icon i {
    font-size: 26px;
    line-height: 1;
}

.gv-whatsapp-float-text {
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
    padding-right: 4px;
}

@media (max-width: 576px) {
    .gv-whatsapp-float {
        right: 16px;
        bottom: 16px;
        padding: 8px 14px 8px 8px;
        gap: 10px;
    }

    .gv-whatsapp-float-icon {
        width: 40px;
        height: 40px;
    }

    .gv-whatsapp-float-icon i {
        font-size: 24px;
    }

    .gv-whatsapp-float-text {
        font-size: 12px;
    }
}

/* Sub Slider Overrides and Styles */
.gv-sub-slider-section {
    padding: 30px 0;
    background: #fbf9f6;
}

.gv-sub-slider {
    height: 320px !important;
    border-radius: 16px !important;
    margin: 10px auto 30px auto !important;
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.08) !important;
}

#gvSubSlider .gv-hero-image {
    object-position: center 58% !important;
}

#gvBreadSlider .gv-hero-image {
    object-position: center calc(56% - 30px) !important;
}

.gv-sub-content {
    width: 100% !important;
    max-width: 100% !important;
    align-self: flex-start !important;
    padding-top: 30px !important;
    padding-bottom: 0 !important;
    text-align: center !important;
    margin: 0 auto !important;
}

.gv-sub-title {
    position: relative !important;
    top: -10px !important;
    font-family: 'Gilroy', sans-serif !important;
    font-size: 32px !important;
    font-weight: 800 !important;
    margin-bottom: 8px !important;
    color: #EDE4D6 !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3) !important;
    text-align: center !important;
}

@media (max-width: 768px) {
    .gv-sub-slider {
        height: 240px !important;
        margin: 10px auto 20px auto !important;
    }
    .gv-sub-title {
        font-size: 22px !important;
    }
    .gv-sub-text {
        font-size: 14px !important;
    }
    #gvBreadSlider .gv-hero-image {
        object-position: center center !important;
    }
}

/* Category Banners Link Styling */
.gv-sub-slider-link {
    display: block;
    text-decoration: none;
}

.gv-sub-slider-link .gv-sub-slider {
    margin: 0 !important;
    overflow: hidden;
}

/* Category Product Grid Styles */
.gv-products-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-bottom: 60px;
}

.gv-product-card-wrap {
    perspective: 1000px;
}

.gv-product-card {
    display: flex;
    flex-direction: column;
    background: #ffffff;
    border: 1px solid rgba(140, 109, 83, 0.1);
    border-radius: 20px;
    overflow: hidden;
    text-decoration: none;
    height: 100%;
    box-shadow: 0 8px 24px rgba(140, 109, 83, 0.03);
}


.gv-product-card-media {
    position: relative;
    padding-top: 100%; /* 1:1 Aspect Ratio */
    background: #FAF8F5;
    overflow: hidden;
}

.gv-product-card-media img {
    position: absolute;
    top: 5%;
    left: 5%;
    width: 90%;
    height: 90%;
    object-fit: contain;
}

.gv-product-card-info {
    padding: 24px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.gv-product-card-kicker {
    font-family: 'Gilroy', sans-serif;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #8C6D53;
    margin-bottom: 8px;
}

.gv-product-card-title {
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    font-weight: 700;
    color: #2D251E;
    margin: 0 0 16px 0;
    line-height: 1.4;
    white-space: pre-line;
}


.gv-product-card-btn {
    font-family: 'Gilroy', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #8C6D53;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: auto;
}

/* Responsive Grid */
@media (max-width: 1200px) {
    .gv-products-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 24px;
    }
}

@media (max-width: 768px) {
    .gv-products-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    
    .gv-product-card-title {
        font-size: 18px;
    }
    
    .gv-product-card-info {
        padding: 16px;
    }
}

@media (max-width: 480px) {
    .gv-products-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}


/* Mobil Menü Çekmecesi (Drawer) */
.gv-mobile-drawer {
    position: fixed;
    inset: 0;
    z-index: 100000;
    pointer-events: none;
    visibility: hidden;
    transition: visibility 0.3s ease;
}

.gv-mobile-drawer.is-open {
    pointer-events: auto;
    visibility: visible;
}

.gv-mobile-drawer-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.gv-mobile-drawer.is-open .gv-mobile-drawer-overlay {
    opacity: 1;
}

.gv-mobile-drawer-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 280px;
    background: #fff;
    box-shadow: -4px 0 20px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    transform: translateX(100%);
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.gv-mobile-drawer.is-open .gv-mobile-drawer-content {
    transform: translateX(0);
}

.gv-mobile-drawer-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    border-bottom: 1px solid rgba(74, 50, 31, 0.08);
}

.gv-mobile-drawer-title {
    font-size: 16px;
    font-weight: 700;
    color: #4a321f;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.gv-mobile-drawer-close {
    border: 0;
    background: transparent;
    font-size: 24px;
    color: #4a321f;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    transition: background 0.2s ease;
}

.gv-mobile-drawer-close:hover {
    background: rgba(74, 50, 31, 0.05);
}

.gv-mobile-drawer-nav {
    flex: 1;
    overflow-y: auto;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.gv-mobile-drawer-link,
.gv-mobile-drawer-collapse-btn {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    color: #4a321f;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    border-radius: 8px;
    border: 0;
    background: transparent;
    width: 100%;
    text-align: left;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease;
}

.gv-mobile-drawer-link:hover,
.gv-mobile-drawer-collapse-btn:hover {
    background: rgba(140, 109, 83, 0.06);
    color: #b07d3e;
}

.gv-mobile-drawer-collapse-btn {
    justify-content: space-between;
}

.gv-mobile-drawer-collapse-btn .arrow-icon {
    transition: transform 0.2s ease;
}

.gv-mobile-drawer-collapse-wrap.is-active .gv-mobile-drawer-collapse-btn .arrow-icon {
    transform: rotate(180deg);
}

.gv-mobile-drawer-collapse-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.25s ease-out;
    display: flex;
    flex-direction: column;
    padding-left: 28px;
    gap: 6px;
}

.gv-mobile-drawer-collapse-wrap.is-active .gv-mobile-drawer-collapse-content {
    max-height: 200px;
    margin-top: 6px;
}

.gv-mobile-drawer-collapse-content a {
    padding: 8px 16px;
    color: rgba(74, 50, 31, 0.85);
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    border-radius: 6px;
    transition: background 0.2s ease, color 0.2s ease;
}

.gv-mobile-drawer-collapse-content a:hover {
    background: rgba(140, 109, 83, 0.04);
    color: #b07d3e;
}

@media (min-width: 1400px) {
    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1500px;
    }
}

