/* Gopal Gir — Anveshan-inspired farm store UI */
:root {
    --gg-cream: #f7f1e8;
    --gg-cream-2: #efe6d8;
    --gg-green: #2f5d3a;
    --gg-green-dark: #23472c;
    --gg-olive: #6b8f71;
    --gg-brown: #3d2c1e;
    --gg-accent: #c45c26;
    --gg-line: #e4d8c8;
    --gg-muted: #6f655a;
}

body.preload-wrapper,
body {
    background: var(--gg-cream) !important;
    color: var(--gg-brown);
}

#header.header-default,
#header.gg-header {
    background: #ffffff !important;
    border-bottom: 1px solid var(--gg-line);
    box-shadow: none;
    /* Keep header in the sticky shell — theme JS sets inline top and breaks sticky */
    position: relative !important;
    top: 0 !important;
    left: auto !important;
    right: auto !important;
    z-index: 1;
    transition: none !important;
}

.gg-site-header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1000;
    width: 100%;
    background: #fff;
    box-shadow: 0 1px 0 rgba(61, 44, 30, 0.06);
}

.gg-site-header.is-stuck {
    box-shadow: 0 4px 18px rgba(15, 23, 42, 0.08);
}

/* Prevent parent overflow from killing sticky */
body.preload-wrapper,
#wrapper {
    overflow: visible !important;
}

/* ===== Anveshan-style top announcement bar ===== */
.gg-topbar {
    background: #235a49;
    color: #fff;
    font-size: 15px;
    line-height: 1.35;
    padding: 11px 16px;
    overflow: hidden;
}

.gg-topbar-inner {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    position: relative;
}

.gg-announce-rotate {
    flex: 1;
    overflow: hidden;
    height: 22px;
    text-align: center;
    max-width: 100%;
}

.gg-announce-track {
    display: flex;
    flex-direction: column;
    animation: ggAnnounceScroll 12s ease-in-out infinite;
}

.gg-announce-item {
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    white-space: nowrap;
    overflow: hidden;
    max-width: 100%;
}

.gg-announce-item a {
    color: #fff !important;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 0.01em;
    line-height: 22px;
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gg-announce-item a:hover {
    text-decoration: underline;
}

@keyframes ggAnnounceScroll {
    0%, 42% { transform: translateY(0); }
    50%, 92% { transform: translateY(-50%); }
    100% { transform: translateY(-50%); }
}

.gg-topbar-meta {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    align-items: center;
    gap: 16px;
}

.gg-topbar-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: rgba(255,255,255,0.92) !important;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
}

.gg-topbar-link:hover {
    color: #fff !important;
}

/* ===== Main header row ===== */
.gg-header .gg-header-row {
    max-width: 1400px;
    margin: 0 auto;
    padding: 14px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    min-height: 92px;
}

.gg-header-left {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
    min-width: 160px;
}

.gg-mobile-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--gg-brown);
    width: 40px;
    height: 40px;
}

#header .gg-logo .logo,
#header .gg-logo img,
#header .logo-header .logo,
#header .logo-header img {
    max-height: 120px !important;
    width: auto !important;
    max-width: 200px;
    object-fit: contain;
}

/* Image logo in header */
.gg-logo-img {
    display: block;
    max-height: 120px !important;
    width: auto !important;
    max-width: 200px;
    height: auto;
    object-fit: contain;
}

/* Anveshan-style text wordmark */
.gg-wordmark {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    line-height: 1;
    color: inherit;
    transition: opacity 0.2s ease;
}

.gg-wordmark:hover {
    opacity: 0.88;
}

.gg-wordmark-main {
    font-family: 'Playfair Display', Georgia, 'Times New Roman', serif;
    font-size: clamp(1.35rem, 2.2vw, 1.75rem);
    font-weight: 700;
    letter-spacing: 0.04em;
    color: #1a1a1a;
    text-transform: uppercase;
    white-space: nowrap;
}

.gg-wordmark-rule {
    display: block;
    width: 72%;
    max-width: 132px;
    height: 1px;
    margin: 5px 0 4px;
    background: linear-gradient(90deg, transparent, #c45c26 18%, #c45c26 82%, transparent);
    opacity: 0.9;
}

.gg-wordmark-sub {
    font-family: 'Montserrat', 'Kumbh Sans', Arial, sans-serif;
    font-size: 0.58rem;
    font-weight: 600;
    letter-spacing: 0.34em;
    text-transform: uppercase;
    color: var(--gg-green);
    white-space: nowrap;
    padding-left: 0.34em;
}

.gg-wordmark--header {
    min-width: 0;
    align-items: flex-start;
}

.gg-wordmark--header .gg-wordmark-rule {
    width: 88%;
    max-width: 148px;
    align-self: flex-start;
}

.gg-header-left .gg-logo.logo-header {
    display: flex;
    align-items: center;
    flex-shrink: 1;
    min-width: 0;
}

@media (max-width: 1199.98px) {
    .gg-wordmark-main {
        font-size: 1.22rem;
        letter-spacing: 0.03em;
    }

    .gg-wordmark-sub {
        font-size: 0.52rem;
        letter-spacing: 0.28em;
    }

    .gg-wordmark-rule {
        max-width: 110px;
        margin-top: 4px;
    }
}

@media (max-width: 575.98px) {
    .gg-wordmark-main {
        font-size: 1.05rem;
    }

    .gg-wordmark-sub {
        font-size: 0.48rem;
        letter-spacing: 0.24em;
    }
}

.gg-nav {
    flex: 1;
    justify-content: center;
}

.gg-nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 4px 6px;
}

.gg-nav-list li a {
    display: inline-block;
    padding: 10px 14px;
    color: #242424 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    letter-spacing: 0.01em;
    text-decoration: none;
    border-radius: 8px;
    white-space: nowrap;
    transition: color 0.15s ease, background 0.15s ease;
}

.gg-nav-list li a:hover,
.gg-nav-list li.active a {
    color: #00584b !important;
    background: rgba(0, 88, 75, 0.06);
}

.gg-header-icons {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 4px;
    flex-shrink: 0;
    min-width: 160px;
}

.gg-icon-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    color: #242424 !important;
    border-radius: 50%;
    transition: background 0.15s ease, color 0.15s ease;
}

.gg-icon-btn svg {
    width: 28px;
    height: 28px;
}

.gg-icon-btn:hover {
    background: rgba(0, 88, 75, 0.08);
    color: #00584b !important;
}

.gg-cart-badge,
.gg-cart-count {
    position: absolute;
    top: 4px;
    right: 4px;
    min-width: 20px;
    height: 20px;
    padding: 0 5px;
    border-radius: 999px;
    background: #00584b !important;
    color: #fff !important;
    font-size: 12px !important;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
}

.gg-account-wrap {
    position: relative;
}

.gg-account-dropdown {
    display: none;
    position: absolute;
    right: 0;
    top: calc(100% + 6px);
    width: 220px;
    background: #fff;
    border: 1px solid var(--gg-line);
    border-radius: 12px;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.12);
    padding: 16px;
    z-index: 120;
}

.gg-account-wrap:hover .gg-account-dropdown {
    display: block;
}

@media (max-width: 1199.98px) {
    .gg-topbar-meta {
        display: none !important;
    }

    .gg-header .gg-header-row {
        padding: 10px 16px;
        min-height: 80px;
    }

    #header .gg-logo img,
    #header .gg-logo .logo,
    #header .logo-header img {
        max-height: 64px !important;
        max-width: 180px;
    }

    .gg-icon-btn {
        width: 44px;
        height: 44px;
    }

    .gg-icon-btn svg {
        width: 26px;
        height: 26px;
    }
}

@media (max-width: 767.98px) {
    .gg-topbar {
        font-size: 12px;
        padding: 10px 12px;
        line-height: 1.3;
    }

    .gg-announce-rotate,
    .gg-announce-item {
        height: 18px;
    }

    .gg-announce-item {
        white-space: nowrap;
        text-align: center;
        padding: 0;
    }

    .gg-announce-item a {
        line-height: 18px;
        font-size: 12px;
    }

    /* Avoid stacking theme header padding + row padding (clips the cart) */
    #header.gg-header.header-fullwidth,
    #header.gg-header {
        padding-left: 0;
        padding-right: 0;
    }

    .gg-header .gg-header-row {
        padding: 8px 10px;
        padding-right: max(10px, env(safe-area-inset-right));
        gap: 6px;
        min-height: 64px;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }

    .gg-header-left {
        min-width: 0;
        flex: 1 1 auto;
        gap: 2px;
        overflow: hidden;
    }

    .gg-header-left .gg-logo.logo-header {
        overflow: hidden;
        max-width: 100%;
    }

    .gg-mobile-toggle {
        width: 36px;
        height: 36px;
        flex-shrink: 0;
    }

    .gg-header-icons {
        min-width: 0;
        flex: 0 0 auto;
        gap: 0;
        margin: 0;
    }

    .gg-header-icons > li {
        flex-shrink: 0;
    }

    .gg-icon-btn {
        width: 38px;
        height: 38px;
    }

    .gg-icon-btn svg {
        width: 22px;
        height: 22px;
    }

    .gg-cart-badge,
    .gg-cart-count {
        top: 2px;
        right: 2px;
        min-width: 16px;
        height: 16px;
        line-height: 16px;
        font-size: 10px !important;
        padding: 0 4px;
    }
}

#mobileMenu .mb-menu-link {
    font-size: 17px !important;
    font-weight: 600;
    padding: 12px 0;
}

/* Legacy overrides so old theme selectors don't shrink the new header */
#header.gg-header .item-link {
    color: var(--gg-brown) !important;
    font-weight: 600;
    letter-spacing: 0.02em;
}

#header.gg-header .nav-icon .icon,
#header.gg-header .nav-icon-item svg {
    width: 28px;
    height: 28px;
}

/* ===== Hero banners — height follows image (no empty gap) ===== */
.gg-hero {
    background: transparent;
    overflow: visible;
    line-height: 0;
}

.gg-hero.slider-padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.gg-hero .tf-slideshow {
    position: relative;
    overflow: hidden;
    line-height: 0;
    background: transparent;
}

.gg-hero .swiper,
.gg-hero .swiper-wrapper,
.gg-hero .swiper-slide {
    height: auto !important;
}

.gg-hero .wrap-slider {
    position: relative;
    height: auto !important;
    min-height: 0 !important;
    line-height: 0;
    background: transparent;
}

.gg-hero .wrap-slider img {
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
    object-fit: unset !important;
    display: block;
    vertical-align: top;
}

/* Empty overlay must not reserve space */
.gg-hero .box-content {
    position: absolute !important;
    inset: auto 0 0 0;
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden;
    background: none !important;
    pointer-events: none;
}

.gg-hero .content-slider {
    display: none !important;
}

.gg-hero .wrap-pagination {
    bottom: 10px !important;
    line-height: normal;
}

.gg-hero .sw-dots {
    margin: 0 !important;
}

.gg-hero .sw-dots.type-circle .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, 0.65);
    opacity: 1;
    border: 0;
}

.gg-hero .sw-dots.type-circle .swiper-pagination-bullet-active {
    background: #fff;
}

@media (max-width: 767.98px) {
    .gg-hero .wrap-slider,
    .gg-hero .swiper-slide,
    .gg-hero .swiper {
        height: auto !important;
        min-height: 0 !important;
    }

    .gg-hero .wrap-pagination {
        bottom: 8px !important;
    }
}

.tf-btn.btn-fill,
.gg-btn-primary {
    background: var(--gg-green) !important;
    border-color: var(--gg-green) !important;
    color: #fff !important;
    border-radius: 999px !important;
}

.tf-btn.btn-fill:hover,
.gg-btn-primary:hover {
    background: var(--gg-green-dark) !important;
}

.tf-btn.btn-white {
    border-radius: 999px !important;
}

.tf-btn.btn-outline {
    border: 1px solid var(--gg-line) !important;
    color: var(--gg-brown) !important;
    border-radius: 999px !important;
    background: #fff !important;
}

.tf-btn.btn-outline:hover {
    border-color: var(--gg-green) !important;
    color: var(--gg-green) !important;
}

/* Category pills */
.gg-cat-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin-bottom: 28px;
}

.gg-cat-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid var(--gg-line);
    color: var(--gg-brown);
    font-weight: 600;
    text-decoration: none;
    transition: 0.2s ease;
}

.gg-cat-pill-icon {
    display: none;
}

.gg-cat-pill-name {
    display: inline;
}

.gg-cat-pill img {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    object-fit: cover;
}

.gg-cat-pill:hover,
.gg-cat-pill.active {
    background: var(--gg-green);
    border-color: var(--gg-green);
    color: #fff;
}

/* Mobile: Anveshan-style icon + label row, swipe to see all */
@media (max-width: 767.98px) {
    .gg-cat-pills {
        display: flex;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 0;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
        width: 100%;
        max-width: none;
        margin: 4px 0 16px;
        padding: 0;
        position: relative;
        z-index: 1;
    }

    .gg-cat-pills::-webkit-scrollbar {
        display: none;
    }

    .gg-cat-pill {
        flex: 0 0 calc(100% / 6);
        width: calc(100% / 6);
        min-width: calc(100% / 6);
        max-width: calc(100% / 6);
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        gap: 4px;
        padding: 0 2px;
        background: transparent;
        border: 0;
        box-shadow: none;
        border-radius: 0;
        color: #1a1a1a;
        font-size: 10px;
        font-weight: 600;
        line-height: 1.15;
        text-align: center;
        scroll-snap-align: start;
        box-sizing: border-box;
    }

    .gg-cat-pill-icon,
    .gg-cat-pill img {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 38px;
        height: 38px;
        border-radius: 50%;
        background: #fff;
        border: 1px solid var(--gg-line);
        box-shadow: none;
        object-fit: cover;
        flex-shrink: 0;
    }

    .gg-cat-pill-icon {
        font-family: 'Playfair Display', Georgia, serif;
        font-size: 0.95rem;
        font-weight: 700;
        color: #23472c;
    }

    .gg-cat-pill-name {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        overflow: hidden;
        width: 100%;
        max-height: 2.5em;
        word-break: break-word;
    }

    .gg-cat-pill:hover,
    .gg-cat-pill.active {
        background: transparent;
        border-color: transparent;
        color: #23472c;
        box-shadow: none;
        transform: none;
    }

    .gg-cat-pill.active .gg-cat-pill-icon,
    .gg-cat-pill.active img,
    .gg-cat-pill:hover .gg-cat-pill-icon,
    .gg-cat-pill:hover img {
        border-color: #23472c;
        box-shadow: 0 0 0 2px rgba(35, 71, 44, 0.18);
    }
}

/* Category cards */
.gg-cat-card {
    display: block;
    background: #fff;
    border: 1px solid var(--gg-line);
    border-radius: 18px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    height: 100%;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.gg-cat-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(61, 44, 30, 0.08);
    color: inherit;
}

.gg-cat-card .thumb {
    aspect-ratio: 1;
    overflow: hidden;
    background: var(--gg-cream-2);
}

.gg-cat-card .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gg-cat-card .meta {
    padding: 14px 16px 18px;
    text-align: center;
}

.gg-cat-card .meta h5 {
    margin: 0;
    font-size: 1.05rem;
    color: var(--gg-brown);
}

@media (max-width: 767.98px) {
    .gg-cat-cards {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
        width: calc(100% + 24px);
        margin-left: -12px;
        margin-right: -12px;
        padding: 0 16px 8px;
        --bs-gutter-x: 10px;
        position: relative;
        z-index: 1;
    }

    .gg-cat-cards::-webkit-scrollbar {
        display: none;
    }

    .gg-cat-cards > [class*="col-"] {
        flex: 0 0 38%;
        max-width: 38%;
        padding-right: 5px;
        padding-left: 5px;
        scroll-snap-align: start;
    }

    .gg-cat-card .meta {
        padding: 8px 8px 12px;
    }

    .gg-cat-card .meta h5 {
        font-size: 0.78rem;
        font-weight: 600;
        line-height: 1.25;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        overflow: hidden;
    }
}

/* Product cards — theme hover + Anveshan polish */
.gg-product-card {
    background: #fff;
    border: 1px solid var(--gg-line);
    border-radius: 18px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
    will-change: transform;
}

.gg-product-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 40px rgba(35, 71, 44, 0.14);
    border-color: rgba(47, 93, 58, 0.28);
}

.gg-product-media {
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, #faf7f2 0%, #f3ebe0 100%);
}

.gg-product-card .badge-off,
.gg-product-card .badge-featured {
    position: absolute;
    z-index: 4;
    font-size: 11px;
    font-weight: 750;
    padding: 5px 10px;
    border-radius: 999px;
    letter-spacing: 0.02em;
    line-height: 1;
}

.gg-product-card .badge-off {
    top: 10px;
    left: 10px;
    background: var(--gg-accent);
    color: #fff;
}

.gg-product-card .badge-featured {
    top: 10px;
    left: 10px;
    background: #235a49;
    color: #fff;
}

.gg-product-card .badge-off + .badge-featured {
    top: 36px;
    left: 10px;
    right: auto;
}

.gg-product-card .thumb {
    display: block;
    aspect-ratio: 1;
    overflow: hidden;
    position: relative;
}

.gg-product-card .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform 0.7s ease, opacity 0.45s ease;
}

.gg-product-card .thumb .img-hover {
    position: absolute;
    inset: 0;
    opacity: 0;
    transform: scale(1.08);
}

.gg-product-card:hover .thumb .img-main {
    transform: scale(1.08);
}

.gg-product-card .thumb.has-hover:hover .img-main,
.gg-product-card:hover .thumb.has-hover .img-main {
    opacity: 0;
    transform: scale(1.05);
}

.gg-product-card .thumb.has-hover:hover .img-hover,
.gg-product-card:hover .thumb.has-hover .img-hover {
    opacity: 1;
    transform: scale(1.05);
}

.gg-wish-form {
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 6;
    margin: 0;
    line-height: 0;
}

.gg-wish-btn {
    width: 32px;
    height: 32px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #fff;
    color: #c45c26;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.12);
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.gg-wish-btn svg {
    width: 15px;
    height: 15px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.gg-wish-btn:hover {
    background: #c45c26;
    color: #fff;
    transform: scale(1.06);
}

.gg-wish-btn:hover svg {
    fill: currentColor;
}

.gg-product-actions {
    display: none;
}

.gg-action-form,
.gg-action-btn {
    display: none;
}

.gg-quick-add {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 10px;
    z-index: 5;
    margin: 0;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.25s ease, transform 0.25s ease;
    pointer-events: none;
}

.gg-product-card:hover .gg-quick-add {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.gg-quick-add-btn {
    width: 100%;
    border: 0;
    border-radius: 999px;
    background: rgba(35, 71, 44, 0.94);
    color: #fff;
    font-weight: 700;
    font-size: 0.78rem;
    letter-spacing: 0.04em;
    padding: 9px 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s ease;
}

.gg-quick-add-btn:hover {
    background: #1a3823;
}

.gg-product-card .body {
    padding: 14px 16px 16px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    flex: 1;
    background: #fff;
}

.gg-product-cat {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--gg-olive);
    text-decoration: none;
}

.gg-product-cat:hover {
    color: var(--gg-green);
}

.gg-product-card .title {
    color: var(--gg-brown);
    font-weight: 650;
    font-size: 1rem;
    line-height: 1.35;
    text-decoration: none;
    min-height: 2.6em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: color 0.2s ease;
}

.gg-product-card .title:hover {
    color: var(--gg-green);
}

.gg-product-meta {
    color: var(--gg-muted);
    font-size: 0.82rem;
}

.gg-product-specs {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 2px;
}

.gg-size-pill,
.gg-param-chip {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    max-width: 100%;
    border-radius: 999px;
    padding: 3px 9px;
    font-size: 0.72rem;
    line-height: 1.3;
    font-weight: 650;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.gg-size-pill {
    background: rgba(47, 93, 58, 0.1);
    color: var(--gg-green-dark);
}

.gg-param-chip {
    background: #f4efe7;
    color: var(--gg-brown);
}

.gg-param-chip em {
    font-style: normal;
    font-weight: 700;
    color: var(--gg-muted);
}

.gg-param-chip em::after {
    content: ":";
    margin-right: 3px;
}

.gg-gallery-thumb {
    width: 72px;
    height: 72px;
    object-fit: cover;
    border-radius: 12px;
    border: 2px solid #e4d8c8;
    cursor: pointer;
}

.gg-gallery-thumb.active {
    border-color: var(--gg-green);
}

.gg-variant-heading {
    font-weight: 700;
    color: var(--gg-brown);
    margin-bottom: 10px;
}

.gg-variant-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.gg-variant-card {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    text-align: left;
    background: #fff;
    border: 1.5px solid #e4d8c8;
    border-radius: 14px;
    padding: 8px 10px;
    cursor: pointer;
    color: inherit;
}

.gg-variant-card img {
    width: 56px;
    height: 56px;
    object-fit: cover;
    border-radius: 10px;
    flex-shrink: 0;
}

.gg-variant-meta {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}

.gg-variant-meta strong {
    color: var(--gg-brown);
    font-size: 0.92rem;
}

.gg-variant-price {
    color: var(--gg-green-dark);
    font-weight: 700;
    font-size: 0.88rem;
}

.gg-variant-price s {
    color: var(--gg-muted);
    font-weight: 500;
    margin-left: 6px;
}

.gg-variant-card.active {
    border-color: var(--gg-green);
    box-shadow: 0 0 0 3px rgba(47, 93, 58, 0.12);
    background: #f4faf5;
}

.gg-variant-card.is-soldout {
    opacity: 0.55;
    cursor: not-allowed;
}

@media (max-width: 575px) {
    .gg-variant-grid {
        grid-template-columns: 1fr;
    }
}

.gg-product-card .price-row {
    display: flex;
    align-items: baseline;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 2px;
}

.gg-product-card .price {
    color: var(--gg-green-dark);
    font-weight: 750;
    font-size: 1.12rem;
}

.gg-product-card .old-price {
    color: var(--gg-muted);
    text-decoration: line-through;
    font-size: 0.9rem;
}

.gg-product-card .save-tag {
    font-size: 0.72rem;
    font-weight: 700;
    color: var(--gg-accent);
    background: rgba(196, 92, 38, 0.1);
    padding: 2px 8px;
    border-radius: 999px;
}

.gg-product-card .gg-add {
    width: 100%;
    margin-top: auto;
    padding: 11px 14px;
    border: 0;
    border-radius: 999px;
    background: var(--gg-green);
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    font-size: 0.85rem;
    position: relative;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.gg-product-card .gg-add::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, transparent 20%, rgba(255,255,255,0.22) 50%, transparent 80%);
    transform: translateX(-120%);
    transition: transform 0.55s ease;
}

.gg-product-card .gg-add:hover {
    background: var(--gg-green-dark);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 8px 18px rgba(47, 93, 58, 0.28);
}

.gg-product-card .gg-add:hover::after {
    transform: translateX(120%);
}

.gg-product-card .gg-add:active {
    transform: translateY(0);
}

.gg-products-section .heading-section {
    margin-bottom: 28px;
}

.gg-products-section .heading-section .heading {
    position: relative;
    display: inline-block;
}

.gg-products-section .heading-section .heading::after {
    content: "";
    display: block;
    width: 56px;
    height: 3px;
    margin: 12px auto 0;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--gg-green), var(--gg-accent));
}

@media (max-width: 991.98px) {
    .gg-wish-btn {
        width: 30px;
        height: 30px;
    }

    .gg-wish-btn svg {
        width: 14px;
        height: 14px;
    }

    .gg-quick-add {
        opacity: 0;
        pointer-events: none;
    }

    .gg-product-card:hover {
        transform: translateY(-4px);
    }
}

@media (hover: none) {
    .gg-product-card:hover .thumb .img-main {
        transform: none;
        opacity: 1;
    }

    .gg-product-card:hover .thumb.has-hover .img-hover {
        opacity: 0;
    }
}

/* Trust / why section */
.gg-why {
    position: relative;
    background:
        radial-gradient(ellipse 70% 50% at 10% 0%, rgba(107, 143, 113, 0.12), transparent 55%),
        radial-gradient(ellipse 60% 40% at 90% 100%, rgba(196, 92, 38, 0.08), transparent 50%),
        linear-gradient(180deg, #fff 0%, var(--gg-cream) 100%);
    border-top: 1px solid var(--gg-line);
    border-bottom: 1px solid var(--gg-line);
    overflow: hidden;
}

.gg-why-card {
    height: 100%;
    text-align: center;
    padding: 10px 8px 12px;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(228, 216, 200, 0.9);
    border-radius: 22px;
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
}

.gg-why-card:hover {
    transform: translateY(-6px);
    border-color: rgba(47, 93, 58, 0.28);
    box-shadow: 0 18px 40px rgba(61, 44, 30, 0.1);
}

.gg-why-art {
    display: block;
    width: 100%;
    max-width: 280px;
    height: auto;
    margin: 0 auto;
    object-fit: contain;
    object-position: center;
    background: transparent;
    transition: transform 0.4s ease;
}

.gg-why-card:hover .gg-why-art {
    transform: scale(1.03);
}

/* legacy icon styles (kept for safety) */
.gg-why-icon {
    width: auto;
    height: auto;
    margin: 0 auto;
    display: block;
    border-radius: 0;
    overflow: visible;
    background: transparent;
}

.gg-why-icon img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
}

.gg-why-card h5,
.gg-why-item h5 {
    color: var(--gg-brown);
    margin-bottom: 8px;
    font-size: 1.05rem;
    font-weight: 700;
}

.gg-why-card p,
.gg-why-item p {
    color: var(--gg-muted);
    margin: 0;
    font-size: 0.92rem;
    line-height: 1.55;
}

/* legacy fallback */
.gg-why-item {
    text-align: center;
    padding: 10px;
}

.gg-why-item .icon-wrap {
    width: 64px;
    height: 64px;
    margin: 0 auto 14px;
    border-radius: 50%;
    background: var(--gg-cream-2);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gg-green);
    font-size: 24px;
}

.heading-section .heading {
    color: var(--gg-brown) !important;
}

.heading-section .subheading {
    color: var(--gg-muted) !important;
}

/* Testimonials */
.gg-testimonials {
    background: #fff;
}

.gg-testimonial-card {
    background: linear-gradient(165deg, #fff 0%, #fbf7f1 100%);
    border: 1px solid var(--gg-line);
    border-radius: 22px;
    padding: 22px 20px 24px;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 14px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gg-testimonial-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 36px rgba(61, 44, 30, 0.08);
}

.gg-testimonial-top {
    display: flex;
    align-items: center;
    gap: 12px;
}

.gg-testimonial-avatar {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #fff;
    box-shadow: 0 4px 14px rgba(61, 44, 30, 0.14);
    flex-shrink: 0;
    background: var(--gg-cream-2);
}

.gg-testimonial-meta {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.gg-testimonial-meta strong {
    color: var(--gg-brown);
    font-size: 0.98rem;
    line-height: 1.3;
}

.gg-testimonial-meta span {
    color: var(--gg-muted);
    font-size: 0.82rem;
}

.gg-testimonial-card > p {
    color: var(--gg-muted);
    font-style: italic;
    margin: 0;
    flex: 1;
    line-height: 1.6;
    font-size: 0.94rem;
}

.gg-testimonial-author {
    display: flex;
    flex-direction: column;
}

.gg-testimonial-author strong {
    color: var(--gg-brown);
}

.gg-testimonial-author span {
    color: var(--gg-muted);
    font-size: 0.85rem;
}

/* Stars */
.gg-stars {
    display: flex;
    gap: 2px;
    color: #d4c9b8;
    font-size: 1rem;
    letter-spacing: 0.02em;
}

.gg-stars .filled {
    color: #e8a317;
}

.gg-stars-sm {
    font-size: 0.9rem;
}

/* Blog / journal cards */
.gg-journal {
    background:
        linear-gradient(180deg, var(--gg-cream) 0%, #fff 40%, #fff 100%);
}

.gg-blog-card {
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid var(--gg-line);
    border-radius: 22px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    height: 100%;
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.gg-blog-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(61, 44, 30, 0.1);
    border-color: rgba(47, 93, 58, 0.22);
    color: inherit;
}

.gg-blog-card .thumb {
    aspect-ratio: 16/10;
    overflow: hidden;
    background: var(--gg-cream-2);
    position: relative;
}

.gg-blog-card .thumb::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 55%, rgba(61, 44, 30, 0.18) 100%);
    opacity: 0;
    transition: opacity 0.35s ease;
    pointer-events: none;
}

.gg-blog-card:hover .thumb::after {
    opacity: 1;
}

.gg-blog-card .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.55s ease;
}

.gg-blog-card:hover .thumb img {
    transform: scale(1.06);
}

.gg-blog-card .body {
    padding: 18px 18px 22px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.gg-blog-card .date {
    color: var(--gg-green);
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.gg-blog-card h5,
.gg-blog-card h6 {
    color: var(--gg-brown);
    margin: 8px 0;
    font-size: 1.05rem;
    line-height: 1.35;
}

.gg-blog-card p {
    color: var(--gg-muted);
    font-size: 0.9rem;
    margin: 0;
    line-height: 1.55;
    flex: 1;
}

.gg-blog-card .read-more {
    color: var(--gg-green);
    font-weight: 700;
    font-size: 0.88rem;
    display: inline-block;
    margin-top: 14px;
    transition: color 0.2s ease, transform 0.2s ease;
}

.gg-blog-card:hover .read-more {
    color: var(--gg-green-dark);
}

/* Blog article */
.gg-blog-content {
    color: var(--gg-brown);
    line-height: 1.8;
    font-size: 1.05rem;
}

.gg-blog-content h2,
.gg-blog-content h3 {
    color: var(--gg-brown);
    margin-top: 1.5em;
}

.gg-blog-content p {
    margin-bottom: 1em;
}

.gg-blog-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.gg-tag {
    background: var(--gg-cream-2);
    color: var(--gg-green);
    padding: 4px 12px;
    border-radius: 999px;
    font-size: 0.8rem;
    font-weight: 600;
}

/* Flash messages */
.gg-flash {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 9999;
    padding: 14px 20px;
    border-radius: 12px;
    color: #fff;
    font-weight: 600;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    transition: opacity 0.4s ease, transform 0.4s ease;
    max-width: 360px;
}

.gg-flash-success {
    background: var(--gg-green);
}

.gg-flash-error {
    background: #c0392b;
}

.gg-flash-hide {
    opacity: 0;
    transform: translateX(20px);
}

/* Checkout */
.gg-checkout-box {
    background: #fff;
    border: 1px solid var(--gg-line);
    border-radius: 18px;
    padding: 24px;
}

.gg-payment-options {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.gg-payment-option {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    border: 1px solid var(--gg-line);
    border-radius: 12px;
    cursor: pointer;
    transition: 0.2s ease;
}

.gg-payment-option:hover {
    border-color: var(--gg-green);
}

.gg-payment-option input {
    accent-color: var(--gg-green);
}

.gg-payment-label {
    display: flex;
    flex-direction: column;
}

.gg-payment-label strong {
    color: var(--gg-brown);
}

.gg-payment-label small {
    color: var(--gg-muted);
}

.gg-qty-badge {
    position: absolute;
    top: -6px;
    right: -6px;
    background: var(--gg-green);
    color: #fff;
    font-size: 0.7rem;
    font-weight: 700;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Gallery thumbnails */
.gg-gallery-thumb.active {
    border-color: var(--gg-green) !important;
}

/* Wishlist remove button */
.gg-wishlist-remove {
    background: #fff;
    border: 1px solid var(--gg-line);
    border-radius: 999px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gg-brown);
    cursor: pointer;
}

.gg-wishlist-remove:hover {
    border-color: #b42318;
    color: #b42318;
}

/* Cart remove / qty */
.gg-cart-remove-btn {
    border: 0;
    background: transparent;
    width: 36px;
    height: 36px;
    border-radius: 999px;
    display: inline-grid;
    place-items: center;
    color: var(--gg-muted);
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease;
}

.gg-cart-remove-btn:hover {
    background: rgba(180, 35, 24, 0.08);
    color: #b42318;
}

.gg-cart-qty .gg-qty-btn {
    border: 0;
    background: transparent;
    width: 32px;
    height: 32px;
    line-height: 1;
    cursor: pointer;
    color: var(--gg-brown);
    font-size: 1.1rem;
    display: inline-grid;
    place-items: center;
}

.gg-cart-qty .gg-qty-btn:hover {
    color: var(--gg-green);
}

/* Sort select */
.gg-sort-select {
    max-width: 200px;
    border: 1px solid var(--gg-line);
    border-radius: 999px;
    padding: 8px 16px;
}

/* Shop top bar: search + sort (compact mobile layout) */
.gg-search-form {
    max-width: 420px;
}

@media (max-width: 767.98px) {
    /* Search form no longer pinned to 420px — fills the column */
    .gg-search-form {
        max-width: 100%;
    }

    /* Sort select fills the column so it doesn't sit alone with empty space */
    .gg-sort-select {
        max-width: 100%;
        width: 100%;
    }
}

/* Timeline dot */
.gg-timeline-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--gg-green);
    margin-top: 6px;
    flex-shrink: 0;
}

/* Success check circle */
.gg-check-circle {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    border-radius: 50%;
    background: rgba(47, 93, 58, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Certification strip */
.gg-certs {
    background: #fff;
    border-top: 1px solid var(--gg-line);
    padding: 28px 0 32px;
}

.gg-certs-inner {
    text-align: center;
}

.gg-certs-label {
    margin: 0 0 18px;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--gg-muted);
}

.gg-certs-track {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 18px 28px;
}

.gg-cert-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    min-width: 84px;
    transition: transform 0.25s ease;
}

.gg-cert-item:hover {
    transform: translateY(-3px);
}

.gg-cert-item img {
    width: 72px;
    height: 72px;
    object-fit: contain;
    filter: drop-shadow(0 6px 14px rgba(61, 44, 30, 0.08));
}

.gg-cert-item span {
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--gg-brown);
    letter-spacing: 0.02em;
}

@media (max-width: 575.98px) {
    .gg-certs {
        padding: 22px 0 26px;
    }

    .gg-certs-track {
        gap: 14px 16px;
    }

    .gg-cert-item {
        min-width: 72px;
    }

    .gg-cert-item img {
        width: 58px;
        height: 58px;
    }
}

/* Footer — Anveshan-style farm backdrop */
#footer.gg-footer,
#footer.footer {
    position: relative;
    isolation: isolate;
    background: #1d3324;
    color: #e8efe9;
    overflow: hidden;
}

.gg-footer-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    background:
        linear-gradient(180deg, rgba(18, 36, 24, 0.78) 0%, rgba(22, 42, 28, 0.88) 45%, rgba(16, 30, 20, 0.94) 100%),
        url("../../uploads/footer/footer-farm-bg.jpg") center / cover no-repeat;
    transform: scale(1.02);
    pointer-events: none;
}

#footer.gg-footer > .footer-wrap {
    position: relative;
    z-index: 1;
    border-top: 0;
}

#footer .footer-body {
    padding: 36px 0 20px !important;
}

#footer .footer-infor {
    gap: 10px !important;
}

#footer .footer-logo {
    margin-bottom: 4px;
}

#footer .gg-footer-logo-link {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    background: transparent !important;
    border-radius: 0;
    padding: 0 !important;
    box-shadow: none !important;
    max-width: 100%;
    line-height: 0;
}

#footer .footer-logo img,
#footer .footer-logo a img,
#footer .gg-footer-logo-img {
    width: 132px !important;
    height: auto !important;
    max-width: 132px !important;
    max-height: none !important;
    object-fit: contain !important;
    object-position: center !important;
    filter: none !important;
    opacity: 1 !important;
    mix-blend-mode: normal !important;
    background: transparent !important;
    border-radius: 0 !important;
    padding: 0 !important;
    display: block !important;
    box-shadow: none !important;
    transform: none !important;
}

#footer .gg-footer-tagline {
    color: rgba(232, 239, 233, 0.82) !important;
    font-size: 0.9rem;
    line-height: 1.45;
    max-width: 260px;
    margin: 0;
}

#footer .footer-heading {
    color: #fff !important;
    font-weight: 700;
    margin-bottom: 10px;
    letter-spacing: 0.02em;
}

#footer .footer-menu_item,
#footer .footer-info p,
#footer .footer-info a,
#footer .footer-address p,
#footer .text-caption-1,
#footer .footer-bottom-wrap,
#footer a {
    color: rgba(215, 227, 217, 0.92) !important;
}

#footer .footer-menu-list {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

#footer .footer-menu_item {
    transition: color 0.2s ease;
}

#footer .footer-menu_item:hover,
#footer a:hover {
    color: #fff !important;
}

#footer .gg-footer-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 2px;
    font-weight: 600;
    font-size: 0.86rem;
    color: #f0e6d4 !important;
}

#footer .footer-info {
    margin: 6px 0 !important;
    display: flex;
    flex-direction: column;
    gap: 6px !important;
}

#footer .footer-info li {
    display: flex;
    align-items: center;
    gap: 10px;
}

#footer .footer-info i {
    color: #fff !important;
    opacity: 0.85;
}

#footer .gg-footer-social {
    display: flex;
    gap: 8px;
    margin-top: 2px;
}

#footer .gg-footer-social a {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: rgba(255, 255, 255, 0.06);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

#footer .gg-footer-social a:hover {
    background: rgba(255, 255, 255, 0.16);
    border-color: rgba(255, 255, 255, 0.4);
    transform: translateY(-2px);
}

#footer .gg-footer-newsletter .subscribe-content {
    margin-top: 10px;
    display: flex;
    align-items: stretch;
    border-radius: 999px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: rgba(255, 255, 255, 0.08);
}

#footer .gg-footer-newsletter .subscribe-email {
    border: 0 !important;
    background: transparent !important;
    color: #fff !important;
    padding: 11px 14px;
    min-width: 0;
    flex: 1;
}

#footer .gg-footer-newsletter .subscribe-email::placeholder {
    color: rgba(255, 255, 255, 0.55);
}

#footer .gg-footer-newsletter .subscribe-button {
    border: 0;
    background: #c45c26;
    color: #fff;
    width: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

#footer .footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    padding: 14px 0 18px;
}

#footer .footer-bottom-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    border-top: 0 !important;
}

#footer .tf-payment {
    display: flex;
    align-items: center;
    gap: 10px;
}

#footer .tf-payment ul {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

#footer .tf-payment img {
    height: 36px;
    width: auto;
    filter: grayscale(0.1) brightness(1.05);
}

#footer.gg-footer,
#footer.footer {
    padding-bottom: 0 !important;
}

@media (max-width: 991.98px) {
    #footer.gg-footer,
    #footer.footer {
        padding-bottom: calc(78px + env(safe-area-inset-bottom, 0px)) !important;
    }
}

@media (max-width: 991.98px) {
    #footer .footer-body {
        padding: 28px 0 16px !important;
    }

    #footer .footer-logo img,
    #footer .footer-logo a img,
    #footer .gg-footer-logo-img {
        width: 112px !important;
        height: auto !important;
        max-width: 112px !important;
        max-height: none !important;
    }

    #footer .tf-payment img {
        height: 32px;
    }
}

@media (max-width: 575.98px) {
    #footer .footer-body {
        padding: 24px 0 12px !important;
    }

    #footer .footer-logo img,
    #footer .footer-logo a img,
    #footer .gg-footer-logo-img {
        width: 96px !important;
        height: auto !important;
        max-width: 96px !important;
        max-height: none !important;
    }

    #footer .tf-payment img {
        height: 28px;
    }
}
.flat-spacing {
    padding-top: 56px;
    padding-bottom: 56px;
}

/* Quantity stepper */
.wg-quantity {
    display: inline-flex;
    align-items: center;
    border: 1px solid var(--gg-line);
    border-radius: 999px;
    overflow: hidden;
}

.wg-quantity .btn-quantity {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: #fff;
    color: var(--gg-brown);
    font-weight: 700;
    user-select: none;
}

.wg-quantity .btn-quantity:hover {
    background: var(--gg-cream-2);
}

.wg-quantity .quantity-product {
    width: 40px;
    text-align: center;
    border: 0;
    background: #fff;
    font-weight: 600;
    color: var(--gg-brown);
}

@media (max-width: 767px) {
    #header .logo-header img,
    #header .gg-logo img,
    #header .gg-logo .logo {
        max-height: 52px !important;
        max-width: 150px;
    }
    .gg-header .gg-header-row {
        min-height: 64px;
    }
    .gg-flash {
        left: 16px;
        right: 16px;
        max-width: none;
    }
}

/* Floating WhatsApp */
.gg-whatsapp-float {
    position: fixed;
    right: 22px;
    bottom: 24px;
    z-index: 1100;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-width: 58px;
    min-height: 58px;
    padding: 0 18px 0 16px;
    border-radius: 999px;
    background: #25d366;
    color: #fff !important;
    text-decoration: none !important;
    box-shadow: 0 12px 28px rgba(37, 211, 102, 0.45);
    transition: transform 0.25s ease, box-shadow 0.25s ease, padding 0.25s ease;
}

.gg-whatsapp-float:hover {
    color: #fff !important;
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 16px 34px rgba(37, 211, 102, 0.55);
}

.gg-whatsapp-float svg {
    flex-shrink: 0;
    display: block;
}

.gg-whatsapp-label {
    font-size: 0.92rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    white-space: nowrap;
}

@media (max-width: 991.98px) {
    /* Sit on the left, clear of bottom toolbar Account/Cart */
    .gg-whatsapp-float {
        left: 14px;
        right: auto;
        bottom: calc(84px + env(safe-area-inset-bottom, 0px));
        min-width: 52px;
        min-height: 52px;
        width: 52px;
        padding: 0;
        justify-content: center;
        z-index: 80;
    }

    .gg-whatsapp-label {
        display: none;
    }

    #scroll-top {
        right: 14px;
        left: auto;
        bottom: calc(84px + env(safe-area-inset-bottom, 0px));
    }
}

@media (max-width: 575.98px) {
    .gg-whatsapp-float {
        left: 12px;
        right: auto;
        bottom: calc(86px + env(safe-area-inset-bottom, 0px));
        min-width: 48px;
        min-height: 48px;
        width: 48px;
        padding: 0;
        justify-content: center;
    }

    .gg-whatsapp-label {
        display: none;
    }
}

/* Keep clear of scroll-top button if present */
#scroll-top {
    right: 22px;
    bottom: 96px;
}

@media (max-width: 575.98px) {
    #scroll-top {
        right: 12px;
        left: auto;
        bottom: calc(146px + env(safe-area-inset-bottom, 0px));
    }
}

/* Mobile bottom toolbar */
.gg-toolbar-bottom.tf-toolbar-bottom {
    display: none;
    align-items: stretch;
    justify-content: space-between;
    gap: 0;
    padding: 8px 4px calc(8px + env(safe-area-inset-bottom, 0px));
    overflow: visible;
    background: #fff;
    border-top: 1px solid var(--gg-line);
    box-shadow: 0 -8px 24px rgba(61, 44, 30, 0.08);
    z-index: 90;
}

.gg-toolbar-bottom .toolbar-item {
    flex: 1 1 0;
    min-width: 0;
    position: relative;
}

.gg-toolbar-bottom .toolbar-item a {
    width: 100%;
    min-height: 52px;
    height: auto;
    padding: 6px 4px;
    gap: 3px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: var(--gg-muted);
}

.gg-toolbar-bottom .toolbar-item a .toolbar-icon {
    position: relative;
    width: 24px;
    height: 24px;
    display: grid;
    place-items: center;
    line-height: 1;
}

.gg-toolbar-bottom .toolbar-item a .toolbar-icon i {
    font-size: 20px;
    line-height: 1;
    color: var(--gg-brown);
}

.gg-toolbar-bottom .toolbar-item a .toolbar-icon i::before {
    color: inherit;
}

.gg-toolbar-bottom .toolbar-item a .toolbar-label {
    font-size: 11px;
    font-weight: 600;
    line-height: 1.2;
    color: var(--gg-muted);
    white-space: nowrap;
}

.gg-toolbar-bottom .toolbar-item.is-active a .toolbar-icon i,
.gg-toolbar-bottom .toolbar-item.is-active a .toolbar-label,
.gg-toolbar-bottom .toolbar-item a:hover .toolbar-icon i,
.gg-toolbar-bottom .toolbar-item a:hover .toolbar-label {
    color: var(--gg-green);
}

.gg-toolbar-bottom .toolbar-item a .toolbar-icon .toolbar-count {
    position: absolute;
    top: -6px;
    right: -10px;
    min-width: 16px;
    height: 16px;
    padding: 0 4px;
    display: grid;
    place-items: center;
    background-color: var(--gg-green);
    border-radius: 999px;
    font-size: 9px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
}

@media only screen and (max-width: 991px) {
    .gg-toolbar-bottom.tf-toolbar-bottom {
        display: flex;
    }

    body.gg-auth-body {
        padding-bottom: calc(68px + env(safe-area-inset-bottom, 0px));
    }
}
/* Checkout / cart / CMS polish */
.gg-checkout-box,
.gg-cms-card,
.gg-cart-table-wrap,
.gg-coupon-box {
    background: #fff;
    border: 1px solid var(--gg-line);
    border-radius: 18px;
    padding: 22px;
    position: relative;
}
.gg-checkout-step {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: var(--gg-cream-2);
    color: var(--gg-green);
    display: grid;
    place-items: center;
    font-weight: 700;
    font-size: .85rem;
}
.gg-payment-options {
    display: grid;
    gap: 10px;
}
.gg-payment-option {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    padding: 14px 16px;
    border: 1px solid var(--gg-line);
    border-radius: 14px;
    cursor: pointer;
    transition: border-color .2s ease, background .2s ease;
}
.gg-payment-option:has(input:checked) {
    border-color: var(--gg-green);
    background: rgba(47, 93, 58, 0.06);
}

/* Checkout create-account toggle */
.gg-create-account {
    border-top: 1px solid var(--gg-line);
    padding-top: 16px;
}

.gg-create-account-toggle {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin: 0;
    cursor: pointer;
    user-select: none;
}

.gg-create-account-toggle input {
    margin-top: 3px;
    width: 18px;
    height: 18px;
    accent-color: var(--gg-green);
    flex-shrink: 0;
}

.gg-create-account-toggle strong {
    display: block;
    color: var(--gg-brown);
    font-size: 0.95rem;
}

.gg-create-account-toggle small {
    display: block;
    color: var(--gg-muted);
    font-size: 0.85rem;
    margin-top: 2px;
}

.gg-create-account-fields {
    margin-top: 14px;
    padding: 14px;
    border: 1px solid var(--gg-line);
    border-radius: 14px;
    background: rgba(247, 241, 232, 0.55);
}

.gg-create-account-fields[hidden] {
    display: none !important;
}

.gg-create-account-hint {
    color: var(--gg-muted);
    font-size: 0.85rem;
}

.gg-create-account-hint a {
    color: var(--gg-green);
    font-weight: 600;
}

.gg-checkout-signed-in {
    color: var(--gg-muted);
    font-size: 0.9rem;
}
.gg-payment-label {
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.gg-payment-label strong { color: var(--gg-brown); }
.gg-payment-label small { color: var(--gg-muted); }
.gg-qty-badge {
    position: absolute;
    top: -6px;
    right: -6px;
    min-width: 20px;
    height: 20px;
    border-radius: 999px;
    background: var(--gg-green);
    color: #fff;
    font-size: .72rem;
    display: grid;
    place-items: center;
    padding: 0 5px;
}
.gg-buy-box {
    background: #fff;
    border: 1px solid var(--gg-line);
    border-radius: 20px;
    padding: 22px;
}
.gg-stock-line {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    color: var(--gg-muted);
    font-size: .92rem;
}
.gg-stock-line .in-stock { color: var(--gg-green); font-weight: 600; }
.gg-stock-line .out-stock { color: #b42318; font-weight: 600; }
.gg-product-desc {
    color: var(--gg-muted);
    white-space: pre-line;
}
.gg-cms-title {
    color: var(--gg-brown);
    margin-bottom: 18px;
}
.gg-breadcrumb {
    display: flex;
    gap: 8px;
    color: var(--gg-muted);
    font-size: .9rem;
}
.gg-breadcrumb a { color: var(--gg-green); }
.gg-fail-circle {
    width: 72px;
    height: 72px;
    margin: 0 auto;
    border-radius: 50%;
    background: rgba(180, 35, 24, 0.1);
    color: #b42318;
    display: grid;
    place-items: center;
    font-size: 2rem;
    font-weight: 700;
}
.gg-status-timeline {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.gg-status-timeline li {
    padding: 12px 14px;
    border: 1px solid var(--gg-line);
    border-radius: 12px;
    background: #fff;
}
.gg-status-timeline span {
    display: block;
    color: var(--gg-muted);
    font-size: .85rem;
}
.gg-status-timeline p {
    margin: 6px 0 0;
    color: var(--gg-muted);
}
.gg-gallery-thumb.active {
    border-color: var(--gg-green) !important;
}

/* Auth — login / register (split visual panel) */
body.gg-auth-body .gg-whatsapp-float {
    display: none;
}

body.gg-auth-body #footer.gg-footer {
    display: none;
}

.gg-auth-stage {
    position: relative;
    width: 100%;
    background: var(--gg-cream);
}

.gg-auth-split {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    min-height: calc(100vh - 118px);
    min-height: calc(100dvh - 118px);
    width: 100%;
}

.gg-auth-visual {
    position: relative;
    overflow: hidden;
    min-height: 100%;
    color: #fff;
}

.gg-auth-visual-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform: scale(1.04);
    animation: gg-auth-kenburns 18s ease-in-out infinite alternate;
}

@keyframes gg-auth-kenburns {
    from { transform: scale(1.04) translate3d(0, 0, 0); }
    to { transform: scale(1.12) translate3d(-2%, -1%, 0); }
}

.gg-auth-visual-scrim {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(160deg, rgba(18, 40, 26, 0.72) 0%, rgba(28, 52, 34, 0.45) 42%, rgba(20, 32, 22, 0.78) 100%),
        linear-gradient(0deg, rgba(12, 22, 14, 0.55), transparent 55%);
    z-index: 1;
}

.gg-auth-visual-content {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: clamp(28px, 4vw, 56px);
    max-width: 520px;
    animation: gg-auth-fade-up 0.7s ease both;
}

@keyframes gg-auth-fade-up {
    from { opacity: 0; transform: translateY(18px); }
    to { opacity: 1; transform: translateY(0); }
}

.gg-auth-logo {
    display: inline-flex;
    align-items: center;
    margin-bottom: 28px;
    width: fit-content;
}

.gg-auth-logo img {
    max-height: 64px;
    width: auto;
    filter: drop-shadow(0 4px 18px rgba(0, 0, 0, 0.25));
}

.gg-auth-visual-eyebrow {
    margin: 0 0 12px;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.84);
}

.gg-auth-visual-title {
    margin: 0 0 14px;
    font-size: clamp(1.7rem, 2.6vw, 2.35rem);
    line-height: 1.2;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 8px 28px rgba(0, 0, 0, 0.25);
}

.gg-auth-visual-copy {
    margin: 0 0 22px;
    font-size: 1rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.88);
    max-width: 38ch;
}

.gg-auth-points {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.gg-auth-points li {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(8px);
    font-size: 0.82rem;
    font-weight: 600;
    color: #fff;
}

.gg-auth-points li::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #e8c27a;
    box-shadow: 0 0 0 3px rgba(232, 194, 122, 0.25);
}

.gg-auth-panel {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: clamp(28px, 4vw, 48px) 24px;
    background:
        radial-gradient(ellipse 70% 50% at 100% 0%, rgba(107, 143, 113, 0.12), transparent 55%),
        linear-gradient(180deg, #fbf7f1 0%, var(--gg-cream) 100%);
    animation: gg-auth-fade-up 0.75s 0.08s ease both;
}

.gg-auth-panel-inner {
    width: 100%;
    max-width: 420px;
    background: #fff;
    border: 1px solid var(--gg-line);
    border-radius: 24px;
    padding: clamp(24px, 3vw, 36px);
    box-shadow: 0 22px 60px rgba(61, 44, 30, 0.08);
}

.gg-auth-panel-inner--wide {
    max-width: 460px;
}

.gg-auth-intro {
    margin-bottom: 24px;
}

.gg-auth-eyebrow {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--gg-green);
    margin-bottom: 10px;
}

.gg-auth-title {
    font-size: clamp(1.45rem, 2.4vw, 1.85rem);
    font-weight: 700;
    color: var(--gg-brown);
    margin: 0 0 8px;
    line-height: 1.25;
}

.gg-auth-sub {
    margin: 0;
    color: var(--gg-muted);
    font-size: 0.95rem;
    line-height: 1.5;
}

.gg-auth-alert {
    background: rgba(180, 35, 24, 0.08);
    border: 1px solid rgba(180, 35, 24, 0.2);
    color: #9b1c1c;
    border-radius: 12px;
    padding: 12px 14px;
    font-size: 0.9rem;
    margin-bottom: 18px;
}

.gg-auth-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.gg-auth-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.gg-auth-field .form-label {
    font-size: 0.88rem;
    font-weight: 600;
    color: var(--gg-brown);
    margin-bottom: 6px;
}

.gg-auth-label-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 6px;
}

.gg-auth-label-row .form-label {
    margin-bottom: 0;
}

.gg-auth-link-sm {
    font-size: 0.82rem;
    color: var(--gg-green);
    text-decoration: none;
    font-weight: 600;
    white-space: nowrap;
}

.gg-auth-link-sm:hover {
    color: var(--gg-green-dark);
    text-decoration: underline;
}

.gg-auth-form .form-control,
.gg-auth-form input[type="text"],
.gg-auth-form input[type="email"],
.gg-auth-form input[type="tel"],
.gg-auth-form input[type="password"] {
    height: 50px !important;
    border: 1.5px solid var(--gg-line) !important;
    border-radius: 12px !important;
    padding: 10px 14px !important;
    font-size: 0.95rem !important;
    line-height: 1.4 !important;
    color: var(--gg-brown) !important;
    background: #fff !important;
    box-shadow: none !important;
    width: 100% !important;
    transition: border-color 0.2s ease, box-shadow 0.2s ease !important;
}

.gg-auth-password .form-control,
.gg-auth-password input {
    padding-right: 48px !important;
}

.gg-auth-form .form-control:hover,
.gg-auth-form input:hover {
    border-color: #d4c6b2 !important;
}

.gg-auth-form .form-control:focus,
.gg-auth-form input:focus {
    border-color: var(--gg-green) !important;
    box-shadow: 0 0 0 3px rgba(47, 93, 58, 0.14) !important;
    outline: none !important;
}

.gg-auth-form .form-control.is-invalid,
.gg-auth-form input.is-invalid {
    border-color: #b42318 !important;
}

.gg-auth-password {
    position: relative;
}

.gg-auth-toggle {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    border: 0;
    background: transparent;
    color: var(--gg-muted);
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    cursor: pointer;
    border-radius: 10px;
    padding: 0;
    z-index: 2;
}

.gg-auth-toggle:hover,
.gg-auth-toggle.is-active {
    color: var(--gg-green);
    background: rgba(47, 93, 58, 0.08);
}

.gg-auth-remember {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.9rem;
    color: var(--gg-muted);
    cursor: pointer;
    user-select: none;
    margin: 0;
}

.gg-auth-remember input {
    width: 17px !important;
    height: 17px !important;
    accent-color: var(--gg-green);
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
}

.gg-auth-submit {
    margin-top: 4px;
    min-height: 52px;
    border-radius: 12px !important;
}

.gg-auth-footer {
    text-align: center;
    margin: 22px 0 0;
    padding-top: 20px;
    border-top: 1px solid var(--gg-line);
    color: var(--gg-muted);
    font-size: 0.92rem;
}

.gg-auth-link {
    color: var(--gg-green);
    font-weight: 700;
    text-decoration: none;
}

.gg-auth-link:hover {
    color: var(--gg-green-dark);
    text-decoration: underline;
}

.gg-auth-back {
    display: block;
    text-align: center;
    margin-top: 14px;
    font-size: 0.88rem;
    color: var(--gg-muted);
    text-decoration: none;
    font-weight: 600;
}

.gg-auth-back:hover {
    color: var(--gg-green);
}

.gg-optional {
    font-weight: 400;
    color: var(--gg-muted);
    font-size: 0.82rem;
}

@media (max-width: 991.98px) {
    .gg-auth-split {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .gg-auth-visual {
        min-height: 260px;
    }

    .gg-auth-visual-content {
        justify-content: flex-end;
        padding: 24px 20px 22px;
        max-width: none;
    }

    .gg-auth-logo img {
        max-height: 48px;
    }

    .gg-auth-visual-title {
        font-size: 1.45rem;
        margin-bottom: 8px;
    }

    .gg-auth-visual-copy {
        display: none;
    }

    .gg-auth-points {
        display: none;
    }

    .gg-auth-panel {
        padding: 20px 16px 40px;
    }

    .gg-auth-panel-inner,
    .gg-auth-panel-inner--wide {
        max-width: 520px;
        margin: 0 auto;
    }
}

@media (max-width: 575.98px) {
    .gg-auth-visual {
        min-height: 220px;
    }

    .gg-auth-grid {
        grid-template-columns: 1fr;
    }

    .gg-auth-panel-inner {
        padding: 22px 18px;
        border-radius: 18px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .gg-auth-visual-img,
    .gg-auth-visual-content,
    .gg-auth-panel {
        animation: none;
    }

    .gg-auth-visual-img {
        transform: none;
    }
}

/* About page */
.gg-about-hero {
    position: relative;
    min-height: clamp(280px, 42vw, 420px);
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    color: #fff;
}

.gg-about-hero-media {
    position: absolute;
    inset: 0;
}

.gg-about-hero-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.gg-about-hero-scrim {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(18, 40, 26, 0.35) 0%, rgba(18, 36, 24, 0.78) 100%),
        linear-gradient(90deg, rgba(18, 36, 24, 0.45), transparent 60%);
}

.gg-about-hero-content {
    position: relative;
    z-index: 1;
    padding: 48px 15px 40px;
    max-width: 760px;
}

.gg-about-eyebrow {
    margin: 0 0 10px;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.86);
}

.gg-about-eyebrow--dark {
    color: var(--gg-green);
}

.gg-about-hero-title {
    margin: 0 0 10px;
    font-size: clamp(2rem, 4vw, 2.8rem);
    line-height: 1.15;
    font-weight: 700;
    color: #fff;
}

.gg-about-hero-sub {
    margin: 0;
    font-size: 1.05rem;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.9);
    max-width: 36ch;
}

.gg-about-heading {
    color: var(--gg-brown);
    font-size: clamp(1.55rem, 2.6vw, 2rem);
    line-height: 1.25;
    margin: 0 0 16px;
    font-weight: 700;
}

.gg-about-copy {
    color: var(--gg-muted);
    font-size: 1rem;
    line-height: 1.7;
}

.gg-about-copy p {
    margin-bottom: 14px;
}

.gg-about-media {
    border-radius: 22px;
    overflow: hidden;
    border: 1px solid var(--gg-line);
    background: #fff;
    box-shadow: 0 18px 40px rgba(61, 44, 30, 0.08);
}

.gg-about-media img {
    display: block;
    width: 100%;
    height: min(460px, 58vw);
    object-fit: cover;
}

.gg-about-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 22px;
}

.gg-about-values {
    padding: 54px 0;
    background:
        radial-gradient(ellipse 70% 50% at 10% 0%, rgba(107, 143, 113, 0.12), transparent 55%),
        linear-gradient(180deg, #fff 0%, var(--gg-cream) 100%);
    border-top: 1px solid var(--gg-line);
    border-bottom: 1px solid var(--gg-line);
}

.gg-about-value-card {
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid var(--gg-line);
    border-radius: 20px;
    padding: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gg-about-value-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 36px rgba(61, 44, 30, 0.1);
}

.gg-about-value-art {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.gg-about-step {
    height: 100%;
    background: #fff;
    border: 1px solid var(--gg-line);
    border-radius: 18px;
    padding: 24px 22px;
}

.gg-about-step-num {
    display: inline-block;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: var(--gg-green);
    margin-bottom: 10px;
}

.gg-about-step h4 {
    color: var(--gg-brown);
    margin: 0 0 8px;
    font-size: 1.15rem;
}

.gg-about-step p {
    margin: 0;
    color: var(--gg-muted);
    line-height: 1.6;
    font-size: 0.95rem;
}

.gg-about-range {
    padding: 54px 0 20px;
    background: var(--gg-cream);
}

.gg-about-range-copy {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 8px 0;
}

.gg-about-range-card {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 18px;
    border: 1px solid var(--gg-line);
    min-height: 180px;
    text-decoration: none;
}

.gg-about-range-card img {
    width: 100%;
    height: 100%;
    min-height: 180px;
    object-fit: cover;
    transition: transform 0.45s ease;
}

.gg-about-range-card--wide {
    min-height: 210px;
}

.gg-about-range-card--wide img {
    min-height: 210px;
}

.gg-about-range-card span {
    position: absolute;
    left: 16px;
    bottom: 14px;
    color: #fff;
    font-weight: 700;
    font-size: 1.05rem;
    text-shadow: 0 6px 18px rgba(0, 0, 0, 0.35);
}

.gg-about-range-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 35%, rgba(18, 36, 24, 0.72) 100%);
}

.gg-about-range-card:hover img {
    transform: scale(1.05);
}

.gg-about-cta {
    margin: 20px 0 0;
    padding: 56px 0;
    background: linear-gradient(160deg, #235a49 0%, #2f5d3a 55%, #23472c 100%);
    color: #fff;
}

.gg-about-cta-title {
    color: #fff;
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    margin: 0 0 10px;
}

.gg-about-cta-sub {
    color: rgba(255, 255, 255, 0.9);
    margin: 0 auto 22px;
    max-width: 42ch;
}

.gg-about-cta .tf-btn.btn-outline {
    border-color: rgba(255, 255, 255, 0.7);
    color: #fff;
}

.gg-about-cta .tf-btn.btn-outline:hover {
    background: #fff;
    color: var(--gg-green-dark);
}

/* Contact page */
.gg-contact-card {
    background: #fff;
    border: 1px solid var(--gg-line);
    border-radius: 18px;
    padding: 24px;
}

.gg-contact-card h5 {
    color: var(--gg-brown);
    margin: 0;
}

.gg-contact-list {
    list-style: none;
    margin: 18px 0 0;
    padding: 0;
    display: grid;
    gap: 16px;
}

.gg-contact-list li {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

.gg-contact-icon {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(47, 93, 58, 0.1);
    color: var(--gg-green);
    display: grid;
    place-items: center;
    flex-shrink: 0;
}

.gg-contact-list strong {
    display: block;
    color: var(--gg-brown);
    font-size: 0.88rem;
    margin-bottom: 2px;
}

.gg-contact-list a,
.gg-contact-list span {
    color: var(--gg-muted);
    text-decoration: none;
    line-height: 1.45;
}

.gg-contact-list a:hover {
    color: var(--gg-green);
}

.gg-contact-map-wrap {
    background: #fff;
    border: 1px solid var(--gg-line);
    border-radius: 18px;
    overflow: hidden;
}

.gg-contact-map-head {
    padding: 18px 22px 8px;
}

.gg-contact-map-head h5 {
    color: var(--gg-brown);
}

.gg-contact-map {
    width: 100%;
    min-height: 360px;
    background: var(--gg-cream-2);
}

.gg-contact-map iframe {
    display: block;
    width: 100%;
    height: 380px;
    border: 0;
}

@media (max-width: 767.98px) {
    .gg-about-hero-content {
        padding-bottom: 28px;
    }

    .gg-about-media img {
        height: 260px;
    }

    .gg-contact-map iframe {
        height: 300px;
    }
}
