
@import url("https://api.fontshare.com/v2/css?f[]=clash-display@400,500,600,700&f[]=manrope@400,500,700,800&display=swap");

:root {
    --gg-cream: #fffdf5;
    --gg-navy: #0f172a;
    --gg-pink: #ff3366;
    --gg-teal: #00b8a2;
    --gg-yellow: #ffd86b;
}

html {
    scroll-behavior: smooth;
}

body.is-nova {
    background: var(--gg-page-bg);
    color: var(--gg-text);
    font-family: "Manrope", Arial, sans-serif;
}

body.is-nova h1,
body.is-nova h2,
body.is-nova h3,
body.is-nova h4,
body.is-nova h5,
body.is-nova h6,
body.is-nova .gg-font-display,
body.is-nova .gg-logo-text,
body.is-nova .gg-section-title,
body.is-nova .gg-hero-title,
body.is-nova .gg-product-title,
body.is-nova .gg-feature-title,
body.is-nova .gg-bundle-title {
    font-family: "Clash Display", Arial, sans-serif;
}

body.is-nova .btn-primary,
body.is-nova .btn-outline-secondary,
body.is-nova .btn-outline-primary,
body.is-nova .btn-secondary,
body.is-nova .btn-success,
body.is-nova .btn-danger,
body.is-nova .btn-warning {
    border-radius: 999px;
}

#content-wrapper {
    background: transparent;
}

.gino-container,
.gg-shell {
    max-width: var(--gg-container-width);
    margin: 0 auto;
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
}

@media (min-width: 768px) {
    .gino-container,
    .gg-shell {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

.gino-section,
.gg-section {
    position: relative;
}

.section-space {
    padding: clamp(4rem, 7vw, var(--gg-section-space, 6rem)) 0;
}

.gg-badge {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    border-radius: 999px;
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
    padding: .78rem 1.1rem;
    line-height: 1;
}

.gg-badge--yellow {
    background: var(--gg-yellow);
    color: var(--gg-navy);
}

.gg-badge--pink {
    background: var(--gg-pink);
    color: #fff;
}

.gg-badge--teal {
    background: var(--gg-teal);
    color: var(--gg-navy);
}

.gg-button,
.gino-btn,
a.gg-button,
button.gg-button {
    border: 0;
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .75rem;
    padding: 1rem 1.65rem;
    border-radius: 999px;
    font-size: .9rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease, color .2s ease, border-color .2s ease;
}

.gg-button:hover,
.gino-btn:hover {
    transform: translateY(-2px);
}

.gg-button--primary,
.gino-btn-primary {
    background: var(--gg-pink);
    color: #fff !important;
    box-shadow: 6px 6px 0 0 var(--gg-navy);
}

.gg-button--primary:hover,
.gino-btn-primary:hover {
    box-shadow: 0 0 0 0 var(--gg-navy);
    transform: translate(6px, 6px);
    background: var(--gg-primary-hover);
}

.gg-button--secondary,
.gino-btn-secondary {
    background: #fff;
    color: var(--gg-navy) !important;
    border: 2px solid var(--gg-navy);
}

.gg-button--secondary:hover,
.gino-btn-secondary:hover {
    background: #f8fafc;
}

.gg-icon-circle {
    width: 2.9rem;
    height: 2.9rem;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.gg-visually-hidden {
    position: absolute !important;
    width: 1px; height: 1px;
    margin: -1px; padding: 0;
    overflow: hidden;
    border: 0;
    clip: rect(0,0,0,0);
}

.gg-announcement {
    background: var(--gg-navy);
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    font-size: .92rem;
    font-weight: 700;
    letter-spacing: .02em;
}

.gg-announcement__track {
    display: inline-flex;
    align-items: center;
    min-width: 200%;
    animation: ggMarquee 28s linear infinite;
}

.gg-announcement__item {
    display: inline-flex;
    align-items: center;
    gap: .75rem;
    padding: .85rem 2rem;
    opacity: .95;
}

.gg-announcement__dot {
    width: .35rem;
    height: .35rem;
    border-radius: 999px;
    background: var(--gg-yellow);
    flex: 0 0 auto;
}

@keyframes ggMarquee {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

.gg-header {
    position: sticky;
    top: 0;
    z-index: 1050;
    background: rgba(255, 249, 241, .94);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(15,23,42,.05);
}

.gg-header__row {
    min-height: clamp(4.8rem, 7vw, 5.75rem);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
}

.gg-logo {
    display: inline-flex;
    align-items: center;
    gap: .85rem;
    text-decoration: none !important;
    color: var(--gg-navy);
    flex: 0 0 auto;
}

.gg-logo__mark {
    width: 3.15rem;
    height: 3.15rem;
    border-radius: 999px;
    background: var(--gg-pink);
    color: #fff;
    box-shadow: 4px 4px 0 0 var(--gg-navy);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: "Clash Display", Arial, sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
}

.gg-logo__image {
    max-height: 52px;
    width: auto;
    display: block;
}

.gg-logo__copy {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}

.gg-logo__title {
    font-size: 1.35rem;
    font-weight: 700;
    color: var(--gg-navy);
}

.gg-logo__tagline {
    font-size: .78rem;
    color: #64748b;
    margin-top: .1rem;
}

.gg-nav {
    display: none;
    align-items: center;
    gap: 2rem;
    justify-content: center;
    flex: 1 1 auto;
}

.gg-nav__link {
    color: var(--gg-navy);
    text-decoration: none !important;
    font-weight: 700;
    position: relative;
    padding: .25rem 0;
    transition: color .2s ease;
}

.gg-nav__link:hover,
.gg-nav__link.is-active {
    color: var(--gg-pink);
}

.gg-nav__link::after {
    content: "";
    position: absolute;
    left: 0; bottom: -.35rem;
    width: 100%;
    height: 2px;
    background: var(--gg-pink);
    transform: scaleX(0);
    transform-origin: center;
    transition: transform .2s ease;
}

.gg-nav__link:hover::after,
.gg-nav__link.is-active::after {
    transform: scaleX(1);
}

.gg-header__actions {
    display: flex;
    align-items: center;
    gap: .75rem;
    flex: 0 0 auto;
}

.gg-action-btn {
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--gg-navy);
    text-decoration: none !important;
    background: transparent;
    border: 0;
    transition: background-color .2s ease, color .2s ease, transform .2s ease;
}

.gg-action-btn:hover {
    background: rgba(15,23,42,.05);
    color: var(--gg-pink);
    transform: translateY(-1px);
}

.gg-cart-btn {
    position: relative;
    border-radius: 999px;
    background: var(--gg-navy);
    color: #fff !important;
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
    gap: .65rem;
    padding: .9rem 1rem;
    font-weight: 700;
    transition: background-color .2s ease, transform .2s ease;
}

.gg-cart-btn:hover {
    background: rgba(15,23,42,.92);
    transform: translateY(-1px);
}

.gg-cart-btn__count {
    position: absolute;
    top: -.4rem;
    right: -.2rem;
    min-width: 1.45rem;
    height: 1.45rem;
    border-radius: 999px;
    background: var(--gg-pink);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: .72rem;
    font-weight: 800;
}

.gg-mobile-toggle {
    display: inline-flex;
}

.gg-search-panel {
    display: none;
    padding: 0 0 1rem;
}

.gg-search-panel.is-open {
    display: block;
}

.gg-search-panel .search-form-wrapper,
.gg-search-panel form {
    margin: 0;
}

.gg-mobile-nav {
    display: none;
    background: #fff;
    border-top: 1px solid rgba(15,23,42,.08);
    padding: 1rem 0 1.25rem;
}

.gg-mobile-nav.is-open {
    display: block;
}

.gg-mobile-nav__list {
    display: flex;
    flex-direction: column;
    gap: .2rem;
}

.gg-mobile-nav__link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none !important;
    color: var(--gg-navy);
    font-size: 1.02rem;
    font-weight: 700;
    border-bottom: 1px solid rgba(15,23,42,.06);
    padding: .95rem 0;
}

.gg-mobile-nav__extra {
    display: grid;
    gap: .85rem;
    grid-template-columns: 1fr 1fr;
    margin-top: 1rem;
}

.gg-home {
    overflow: clip;
}

.gg-hero {
    position: relative;
    min-height: clamp(40rem, 90vh, 52rem);
    overflow: hidden;
    background: var(--gg-page-bg);
}

.gg-hero__slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 1s ease;
    pointer-events: none;
}

.gg-hero__slide.is-active {
    opacity: 1;
    pointer-events: auto;
}

.gg-hero__bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gg-hero__overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(255,249,241,1) 0%, rgba(255,249,241,.84) 37%, rgba(255,249,241,0) 74%),
        linear-gradient(180deg, rgba(255,249,241,0) 30%, rgba(255,249,241,.9) 100%);
}

.gg-hero__inner {
    position: relative;
    min-height: clamp(40rem, 90vh, 52rem);
    display: flex;
    align-items: center;
}

.gg-hero__grid {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 2rem;
    width: 100%;
    align-items: center;
}

.gg-hero__copy {
    max-width: 42rem;
    padding: 3rem 0;
}

.gg-hero-title {
    font-size: clamp(3.2rem, 6vw, 6rem);
    line-height: .95;
    color: var(--gg-navy);
    margin: 0 0 .85rem;
    font-weight: 600;
}

.gg-hero-subtitle {
    font-size: clamp(1.45rem, 2.6vw, 2.35rem);
    color: rgba(15,23,42,.84);
    margin: 0 0 .95rem;
}

.gg-hero-description {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #64748b;
    max-width: 34rem;
    margin-bottom: 1.8rem;
}

.gg-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.gg-hero__trust {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem 2rem;
    margin-top: 2.4rem;
    padding-top: 1.65rem;
    border-top: 1px solid rgba(148,163,184,.25);
    color: #64748b;
}

.gg-hero__stars {
    display: inline-flex;
    align-items: center;
    gap: .12rem;
    color: var(--gg-yellow);
}

.gg-hero__trust strong {
    color: var(--gg-navy);
    font-weight: 800;
}

.gg-hero__visual {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 28rem;
}

.gg-hero__product {
    max-width: min(100%, 44rem);
    width: 100%;
    display: block;
    filter: drop-shadow(0 30px 50px rgba(15,23,42,.18));
}

.gg-hero__dots {
    position: absolute;
    left: 50%;
    bottom: 1.8rem;
    transform: translateX(-50%);
    display: inline-flex;
    gap: .55rem;
    z-index: 2;
}

.gg-hero__dot {
    width: .85rem;
    height: .85rem;
    border-radius: 999px;
    border: 0;
    background: rgba(15,23,42,.28);
    transition: all .2s ease;
}

.gg-hero__dot.is-active {
    width: 2.25rem;
    background: var(--gg-pink);
}

.gg-section-head {
    margin-bottom: 3rem;
}

.gg-section-eyebrow {
    margin-bottom: .9rem;
}

.gg-section-title {
    font-size: clamp(2.3rem, 4vw, 3.35rem);
    line-height: 1.02;
    color: var(--gg-navy);
    margin: 0 0 .85rem;
    font-weight: 600;
}

.gg-section-desc {
    margin: 0;
    color: #64748b;
    font-size: 1.08rem;
    line-height: 1.75;
    max-width: 44rem;
}

.gg-section-head--center {
    text-align: center;
}

.gg-section-head--center .gg-section-desc {
    margin-left: auto;
    margin-right: auto;
}

.gg-category-section {
    background: #f7f1e9;
}

.gg-category-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0,1fr));
    gap: 1.5rem;
}

.gg-category-card {
    position: relative;
    min-height: 31rem;
    border-radius: 2rem;
    overflow: hidden;
    display: block;
    text-decoration: none !important;
    color: #fff;
    transform: translateZ(0);
    transition: transform .35s ease, box-shadow .35s ease;
}

.gg-category-card:hover {
    transform: translateY(-6px) scale(1.01);
    box-shadow: 0 26px 60px rgba(15,23,42,.14);
}

.gg-category-card__image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .7s ease;
}

.gg-category-card:hover .gg-category-card__image {
    transform: scale(1.08);
}

.gg-category-card__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(15,23,42,.05) 0%, rgba(15,23,42,.35) 45%, rgba(15,23,42,.9) 100%);
}

.gg-category-card__content {
    position: absolute;
    inset: 0;
    padding: 1.6rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    z-index: 2;
}

.gg-category-card__badge {
    font-size: .8rem;
    text-transform: uppercase;
    letter-spacing: .12em;
    color: #8ff2d4;
    font-weight: 800;
}

.gg-category-card__title {
    font-size: 1.9rem;
    color: #fff;
    margin: .3rem 0;
    font-weight: 600;
}

.gg-category-card__desc {
    color: rgba(255,255,255,.78);
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: .4rem;
}

.gg-category-card__cta {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    font-weight: 800;
    color: #fff;
    margin-top: .6rem;
}

.gg-category-card__float {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    width: 3.2rem;
    height: 3.2rem;
    border-radius: 999px;
    background: #fff;
    color: var(--gg-navy);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 18px 36px rgba(15,23,42,.16);
    opacity: 0;
    transform: translateY(12px);
    transition: all .28s ease;
    z-index: 2;
}

.gg-category-card:hover .gg-category-card__float {
    opacity: 1;
    transform: translateY(0);
}

.gg-products {
    background: var(--gg-page-bg);
}

.gg-products__head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 2rem;
}

.gg-arrow-group {
    display: inline-flex;
    gap: .75rem;
}

.gg-arrow-btn {
    width: 3rem;
    height: 3rem;
    border-radius: 999px;
    border: 2px solid var(--gg-navy);
    background: transparent;
    color: var(--gg-navy);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.gg-arrow-btn:hover {
    background: var(--gg-navy);
    color: #fff;
}

.gg-products__tabs {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
    margin-bottom: 1.75rem;
}

.gg-tab {
    border-radius: 999px;
    padding: .85rem 1.35rem;
    border: 2px solid rgba(148,163,184,.24);
    background: #fff;
    color: var(--gg-navy);
    font-weight: 800;
    transition: all .2s ease;
}

.gg-tab.is-active,
.gg-tab:hover {
    background: var(--gg-navy);
    border-color: var(--gg-navy);
    color: #fff;
}

.gg-products__viewport {
    overflow-x: auto;
    scrollbar-width: none;
}

.gg-products__viewport::-webkit-scrollbar {
    display: none;
}

.gg-products__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0,1fr));
    gap: 1.5rem;
}

.gg-product-card {
    position: relative;
    background: #fff;
    border: 1px solid rgba(226,232,240,.7);
    border-radius: 2rem;
    padding: 1.25rem;
    overflow: hidden;
    transition: transform .3s ease, box-shadow .3s ease, border-color .2s ease;
    min-width: 280px;
}

.gg-product-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 24px 50px rgba(15,23,42,.12);
    border-color: rgba(255,51,102,.18);
}

.gg-product-card__media {
    position: relative;
    display: block;
    border-radius: 1.65rem;
    overflow: hidden;
    background: #f8f3eb;
    aspect-ratio: 1 / 1;
    margin-bottom: 1rem;
}

.gg-product-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
}

.gg-product-card:hover .gg-product-card__media img {
    transform: scale(1.04);
}

.gg-product-card__badge {
    position: absolute;
    top: 1rem;
    left: 1rem;
    z-index: 2;
    border-radius: 999px;
    padding: .45rem .8rem;
    background: linear-gradient(135deg, #ff3366 0%, #e60042 100%);
    color: #fff;
    font-size: .72rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.gg-product-card__badge--teal {
    background: linear-gradient(135deg, #00e0c6 0%, #00b8a2 100%);
    color: var(--gg-navy);
}

.gg-product-title {
    margin: 0 0 .4rem;
    font-size: 1.4rem;
    line-height: 1.1;
    font-weight: 600;
    color: var(--gg-navy);
}

.gg-product-title a {
    color: inherit;
    text-decoration: none !important;
}

.gg-product-card__desc {
    margin: 0 0 .85rem;
    color: #64748b;
    font-size: .98rem;
    line-height: 1.6;
    min-height: 3.2rem;
}

.gg-product-card__meta {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    color: #64748b;
    font-size: .88rem;
    margin-bottom: .9rem;
}

.gg-product-card__rating {
    display: inline-flex;
    align-items: center;
    gap: .12rem;
    color: var(--gg-yellow);
    margin-bottom: .85rem;
}

.gg-product-card__price {
    display: flex;
    align-items: baseline;
    gap: .65rem;
    margin-bottom: 1rem;
    flex-wrap: wrap;
}

.gg-product-card__price-current {
    font-family: "Clash Display", Arial, sans-serif;
    font-size: 1.8rem;
    font-weight: 600;
    color: var(--gg-navy);
}

.gg-product-card__price-old {
    color: #94a3b8;
    text-decoration: line-through;
}

.gg-product-card__footer {
    display: flex;
    gap: .75rem;
}

.gg-product-card__footer .gg-button {
    width: 100%;
}

.gg-product-card--jtl .gg-product-card__price .price,
.gg-product-card--jtl .gg-product-card__price .value {
    font-family: "Clash Display", Arial, sans-serif;
    font-size: 1.7rem;
    color: var(--gg-navy);
    font-weight: 600;
}

.gg-product-card--jtl .gg-product-card__price .text-danger,
.gg-product-card--jtl .gg-product-card__price .price-note {
    color: var(--gg-pink) !important;
}

.gg-bundle {
    background: var(--gg-navy);
    color: #fff;
    overflow: hidden;
}

.gg-bundle::before,
.gg-bundle::after {
    content: "";
    position: absolute;
    border-radius: 999px;
    filter: blur(90px);
    opacity: .18;
}

.gg-bundle::before {
    width: 18rem;
    height: 18rem;
    background: var(--gg-pink);
    top: 3rem;
    left: 4rem;
}

.gg-bundle::after {
    width: 24rem;
    height: 24rem;
    background: var(--gg-teal);
    right: 4rem;
    bottom: 2rem;
}

.gg-bundle .gg-section-title,
.gg-bundle .gg-section-desc {
    color: #fff;
}

.gg-bundle .gg-section-desc {
    color: rgba(255,255,255,.72);
}

.gg-bundle__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0,1fr));
    gap: 2rem;
    position: relative;
    z-index: 1;
}

.gg-bundle-card {
    position: relative;
    background: #fff;
    color: var(--gg-navy);
    border-radius: 2rem;
    overflow: hidden;
    transition: transform .3s ease, box-shadow .3s ease;
}

.gg-bundle-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 26px 60px rgba(15,23,42,.26);
}

.gg-bundle-card--featured {
    outline: 4px solid var(--gg-pink);
    transform: translateY(-1rem);
}

.gg-bundle-card__featured-bar {
    background: var(--gg-pink);
    color: #fff;
    text-align: center;
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
    padding: .8rem 1rem;
}

.gg-bundle-card__media {
    position: relative;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #faf5ed;
}

.gg-bundle-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gg-bundle-card__savings {
    position: absolute;
    top: 1rem;
    right: 1rem;
    border-radius: 999px;
    background: var(--gg-yellow);
    color: var(--gg-navy);
    padding: .45rem .75rem;
    font-weight: 800;
    font-size: .82rem;
}

.gg-bundle-card__body {
    padding: 1.6rem;
}

.gg-bundle-title {
    font-size: 1.8rem;
    margin: 0 0 .35rem;
    font-weight: 600;
}

.gg-bundle-card__desc {
    color: #64748b;
    margin-bottom: 1rem;
    line-height: 1.65;
}

.gg-bundle-card__list {
    list-style: none;
    margin: 0 0 1.2rem;
    padding: 0;
    display: grid;
    gap: .65rem;
}

.gg-bundle-card__list li {
    display: flex;
    gap: .55rem;
    align-items: flex-start;
    color: #475569;
}

.gg-bundle-card__price {
    display: flex;
    align-items: baseline;
    gap: .75rem;
    margin-bottom: 1.3rem;
}

.gg-bundle-card__price-current {
    font-family: "Clash Display", Arial, sans-serif;
    font-size: 2rem;
    font-weight: 600;
}

.gg-bundle-card__price-old {
    color: #94a3b8;
    text-decoration: line-through;
}

.gg-bundle__footer {
    position: relative;
    z-index: 1;
    text-align: center;
    margin-top: 3rem;
}

.gg-bundle__footer p {
    color: rgba(255,255,255,.72);
    margin-bottom: 1rem;
}

.gg-about {
    background: #f7f1e9;
}

.gg-about__grid {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 4rem;
    align-items: center;
    margin-bottom: 4.5rem;
}

.gg-about__image-wrap {
    position: relative;
}

.gg-about__image {
    display: block;
    width: 100%;
    border-radius: 2rem;
    overflow: hidden;
    box-shadow: 12px 12px 0 0 var(--gg-navy);
}

.gg-about__image img {
    width: 100%;
    height: auto;
    display: block;
}

.gg-about__float {
    position: absolute;
    right: -2rem;
    bottom: -2rem;
    background: #fff;
    border-radius: 1.5rem;
    padding: 1.35rem;
    max-width: 18rem;
    box-shadow: 0 28px 56px rgba(15,23,42,.16);
}

.gg-about__float-icon {
    width: 3rem;
    height: 3rem;
    border-radius: 999px;
    background: var(--gg-teal);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: .75rem;
}

.gg-about__float-head {
    display: flex;
    align-items: center;
    margin-bottom: .9rem;
}

.gg-about__float-title {
    font-weight: 800;
    color: var(--gg-navy);
}

.gg-about__float-sub {
    font-size: .92rem;
    color: #64748b;
}

.gg-about__float .gg-button {
    width: 100%;
    background: #25D366;
    color: #fff !important;
    border: 0;
    box-shadow: none;
}

.gg-about__content .gg-section-desc + .gg-section-desc {
    margin-top: 1rem;
}

.gg-about__stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0,1fr));
    gap: 1.25rem;
    padding-top: 1.8rem;
    margin-top: 1.7rem;
    border-top: 1px solid rgba(148,163,184,.28);
}

.gg-about__stat-number {
    font-family: "Clash Display", Arial, sans-serif;
    font-size: clamp(2rem, 4vw, 3rem);
    color: var(--gg-pink);
    font-weight: 600;
    line-height: 1;
}

.gg-about__stat-label {
    color: #64748b;
    font-size: .92rem;
    margin-top: .4rem;
}

.gg-feature-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0,1fr));
    gap: 1.5rem;
}

.gg-feature-card {
    background: #fff;
    border-radius: 1.8rem;
    border: 1px solid rgba(226,232,240,.65);
    padding: 2rem;
    transition: transform .3s ease, box-shadow .3s ease;
}

.gg-feature-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 50px rgba(15,23,42,.12);
}

.gg-feature-icon {
    width: 3.6rem;
    height: 3.6rem;
    border-radius: 1.2rem;
    background: #fff7ef;
    color: var(--gg-pink);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}

.gg-feature-title {
    font-size: 1.35rem;
    color: var(--gg-navy);
    margin: 0 0 .45rem;
    font-weight: 600;
}

.gg-feature-text {
    color: #64748b;
    line-height: 1.7;
    margin: 0;
}

.gino-footer {
    background: var(--gg-navy);
    color: #fff;
}

.gino-footer a {
    color: inherit;
    text-decoration: none !important;
}

.gino-footer .container {
    max-width: var(--gg-container-width);
}

.gg-footer-news {
    border-bottom: 1px solid rgba(255,255,255,.1);
}

.gg-footer-news__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    align-items: center;
    padding: 4rem 0;
}

.gg-footer-news__title {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 600;
    margin: 0 0 .7rem;
}

.gg-footer-news__text {
    color: rgba(255,255,255,.72);
    font-size: 1.05rem;
    line-height: 1.75;
    margin: 0;
}

.gg-footer-news__form {
    display: flex;
    gap: .75rem;
}

.gg-footer-news__field {
    position: relative;
    flex: 1 1 auto;
}

.gg-footer-news__field input {
    width: 100%;
    height: 3.9rem;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,.2);
    background: rgba(255,255,255,.08);
    color: #fff;
    padding: 0 1.25rem 0 3.1rem;
}

.gg-footer-news__field svg {
    position: absolute;
    top: 50%;
    left: 1.2rem;
    transform: translateY(-50%);
    color: rgba(255,255,255,.56);
}

.gg-footer-main {
    padding: 4rem 0 3rem;
}

.gg-footer-main__grid {
    display: grid;
    grid-template-columns: 1.3fr repeat(4, .8fr);
    gap: 2rem;
}

.gg-footer-brand__lead {
    color: rgba(255,255,255,.72);
    line-height: 1.7;
    margin: 1rem 0 0;
}

.gg-footer-contact {
    display: grid;
    gap: .8rem;
    margin-top: 1.6rem;
}

.gg-footer-contact__item {
    display: flex;
    align-items: flex-start;
    gap: .75rem;
    color: rgba(255,255,255,.82);
}

.gg-footer-social {
    display: flex;
    gap: .75rem;
    margin-top: 1.5rem;
}

.gg-footer-social a {
    width: 2.6rem;
    height: 2.6rem;
    border-radius: 999px;
    background: rgba(255,255,255,.08);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.gg-footer-social a:hover {
    background: var(--gg-pink);
}

.gg-footer-col__title {
    font-size: 1.15rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.gg-footer-col__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: .75rem;
}

.gg-footer-col__list a {
    color: rgba(255,255,255,.7);
}

.gg-footer-col__list a:hover {
    color: var(--gg-pink);
}

.gg-footer-trust {
    border-top: 1px solid rgba(255,255,255,.1);
    border-bottom: 1px solid rgba(255,255,255,.1);
    padding: 1.7rem 0;
}

.gg-footer-trust__grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.25rem 3rem;
}

.gg-footer-trust__item {
    display: inline-flex;
    align-items: center;
    gap: .75rem;
    color: rgba(255,255,255,.74);
    font-weight: 600;
}

.gg-footer-bottom {
    padding: 1.45rem 0 2rem;
}

.gg-footer-bottom__grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1rem 2rem;
    align-items: center;
}

.gg-payment-logos {
    display: flex;
    gap: .75rem;
    align-items: center;
    flex-wrap: wrap;
}

.gg-payment-logo {
    background: rgba(255,255,255,.9);
    color: var(--gg-navy);
    border-radius: .75rem;
    padding: .42rem .75rem;
    font-weight: 800;
    font-size: .78rem;
    letter-spacing: .04em;
}

.gg-small {
    color: rgba(255,255,255,.62);
    font-size: .92rem;
}

/* Generic JTL page styling */
#main-wrapper .container-fluid,
#main-wrapper .container-fluid-xl,
#main-wrapper .container {
    max-width: var(--gg-container-width);
}

.box-shadow,
.productbox,
.card,
.panel,
.filter-item,
.form-control,
.custom-select,
.bootstrap-select .dropdown-toggle,
.checkout-step,
.cart-item,
.table,
.alert,
.pagination .page-link,
.dropdown-menu {
    border-radius: 1.2rem !important;
}

.productbox,
.card,
.alert,
.cart-item,
.checkout-step,
.form-group,
.product-details-top {
    border-color: rgba(226,232,240,.72) !important;
}

.productbox {
    background: #fff;
    border: 1px solid rgba(226,232,240,.72);
    padding: .95rem;
    transition: transform .25s ease, box-shadow .25s ease;
}

.productbox:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(15,23,42,.10);
}

.productbox .productbox-title {
    font-family: "Clash Display", Arial, sans-serif;
    font-size: 1.2rem;
    line-height: 1.2;
    font-weight: 600;
}

.productbox .price_wrapper,
.productbox .price {
    font-family: "Clash Display", Arial, sans-serif;
    color: var(--gg-navy);
}

.productbox .price .value,
.productbox .price_wrapper .value {
    font-size: 1.5rem;
    font-weight: 600;
}

.productbox .btn {
    border-radius: 999px;
}

.product-details,
.product-details-wrapper,
.product-info-wrapper,
.product-thumbnails,
.basket-wrapper,
.checkout-wrapper,
.login-wrapper,
.register-wrapper,
.account-wrapper,
.newsletter-box {
    background: transparent;
}

.breadcrumb-wrapper,
.breadcrumbs,
.breadcrumb {
    background: transparent !important;
}

.breadcrumb a {
    color: #64748b;
}

.btn-primary,
.btn-success {
    background: var(--gg-pink);
    border-color: var(--gg-pink);
}

.btn-primary:hover,
.btn-success:hover {
    background: var(--gg-primary-hover);
    border-color: var(--gg-primary-hover);
}

.btn-outline-primary,
.btn-outline-secondary {
    color: var(--gg-navy);
    border-color: var(--gg-navy);
}

.btn-outline-primary:hover,
.btn-outline-secondary:hover {
    background: var(--gg-navy);
    border-color: var(--gg-navy);
    color: #fff;
}

.form-control:focus,
.custom-select:focus,
.bootstrap-select .dropdown-toggle:focus {
    border-color: var(--gg-pink);
    box-shadow: 0 0 0 .2rem rgba(255,51,102,.16);
}

.product-info .price,
.product-right-box .price,
.product-price {
    font-family: "Clash Display", Arial, sans-serif;
    color: var(--gg-navy);
}

.badge,
.ribbon,
.price-note-discount {
    border-radius: 999px;
}

.pagination .page-link {
    color: var(--gg-navy);
    border: 1px solid rgba(15,23,42,.12);
}

.pagination .active .page-link,
.pagination .page-link:hover {
    background: var(--gg-navy);
    border-color: var(--gg-navy);
    color: #fff;
}

/* responsive */
@media (min-width: 992px) {
    .gg-nav {
        display: inline-flex;
    }

    .gg-mobile-toggle,
    .gg-mobile-nav {
        display: none !important;
    }

    .gg-cart-btn__label {
        display: inline;
    }
}

@media (max-width: 1199.98px) {
    .gg-category-grid,
    .gg-products__grid,
    .gg-bundle__grid,
    .gg-feature-grid {
        grid-template-columns: repeat(2, minmax(0,1fr));
    }

    .gg-footer-main__grid {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .gg-footer-main__grid > :first-child {
        grid-column: 1 / -1;
    }
}

@media (max-width: 991.98px) {
    .gg-header {
        position: sticky;
    }

    .gg-nav {
        display: none !important;
    }

    .gg-action-btn--optional,
    .gg-cart-btn__label {
        display: none;
    }

    .gg-hero__inner,
    .gg-hero {
        min-height: auto;
    }

    .gg-hero__grid,
    .gg-about__grid,
    .gg-footer-news__grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .gg-hero__copy {
        padding-top: 4rem;
        padding-bottom: 1rem;
    }

    .gg-hero__visual {
        min-height: 16rem;
        padding-bottom: 4rem;
    }

    .gg-hero__dots {
        bottom: 1.25rem;
    }

    .gg-products__head {
        flex-direction: column;
        align-items: flex-start;
    }

    .gg-about__float {
        position: static;
        margin-top: 1rem;
        max-width: none;
    }

    .gg-footer-news__form {
        flex-direction: column;
    }
}

@media (max-width: 767.98px) {
    .section-space {
        padding: 4.25rem 0;
    }

    .gg-logo__copy {
        display: none;
    }

    .gg-announcement__item {
        padding-inline: 1.3rem;
        font-size: .82rem;
    }

    .gg-category-grid,
    .gg-products__grid,
    .gg-bundle__grid,
    .gg-feature-grid,
    .gg-about__stats,
    .gg-footer-main__grid {
        grid-template-columns: 1fr;
    }

    .gg-category-card {
        min-height: 25rem;
    }

    .gg-product-card {
        min-width: 84vw;
    }

    .gg-products__grid {
        display: flex;
        gap: 1rem;
    }

    .gg-bundle-card--featured {
        transform: none;
    }

    .gg-footer-trust__grid,
    .gg-footer-bottom__grid {
        justify-content: flex-start;
    }

    .gg-section-title {
        font-size: clamp(2rem, 11vw, 2.6rem);
    }

    .gg-hero-title {
        font-size: clamp(2.5rem, 13vw, 3.5rem);
    }

    .gg-hero-subtitle {
        font-size: 1.25rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .gg-announcement__track,
    .gg-hero__slide,
    .gg-product-card,
    .gg-category-card,
    .gg-bundle-card,
    .gg-feature-card {
        animation: none !important;
        transition: none !important;
    }
}

/* v3 reference rebuild overrides */
.gg-header {
    background: rgba(255,253,245,.95);
    box-shadow: 0 1px 0 rgba(15,23,42,.04);
}

.gg-nav__link {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
}

.gg-hero {
    min-height: 85vh;
}

.gg-hero__overlay {
    background:
        linear-gradient(90deg, rgba(255,253,245,0.98) 0%, rgba(255,253,245,0.92) 32%, rgba(255,253,245,0.65) 52%, rgba(255,253,245,0) 78%),
        linear-gradient(180deg, rgba(255,253,245,0) 52%, rgba(255,253,245,0.92) 100%);
}

.gg-hero__grid--solo {
    grid-template-columns: minmax(0, 1fr);
}

.gg-hero__copy {
    max-width: 48rem;
    padding: 6rem 0 7rem;
}

.gg-hero__visual,
.gg-hero__product {
    display: none;
}

.gg-hero-title {
    max-width: 11ch;
    font-size: clamp(3.5rem, 7vw, 7rem);
}

.gg-hero-subtitle {
    max-width: 20ch;
    font-size: clamp(1.5rem, 2.8vw, 2.4rem);
}

.gg-hero-description {
    max-width: 36rem;
    font-size: 1.08rem;
}

.gg-section-head--center .gg-section-desc {
    max-width: 42rem;
    margin-left: auto;
    margin-right: auto;
}

.gg-category-card {
    min-height: 30rem;
}

.gg-category-card__title {
    font-size: 2.1rem;
}

.gg-products__viewport {
    padding-bottom: .35rem;
}

.gg-product-card__rating svg {
    color: var(--gg-yellow);
}

.gg-bundle {
    background:
        radial-gradient(circle at 15% 20%, rgba(255,51,102,.18), transparent 18%),
        radial-gradient(circle at 85% 80%, rgba(0,184,162,.18), transparent 22%),
        var(--gg-navy);
}

.gg-bundle .gg-section-title,
.gg-bundle .gg-section-desc {
    color: #fff;
}

.gg-bundle .gg-section-desc {
    color: rgba(255,255,255,.76);
}

.gg-bundle-card--featured {
    transform: translateY(-1rem);
    border: 4px solid var(--gg-pink);
}

.gg-bundle-card__featured-bar {
    font-weight: 800;
    letter-spacing: .08em;
}

.gg-about__float .gg-button {
    background: #25D366;
    border: 0;
    color: #fff !important;
}

.gg-about__float .gg-button:hover {
    background: #22c55e;
}

.gino-footer .gg-logo__mark {
    box-shadow: none;
}

.gino-footer .gg-button--primary {
    box-shadow: none;
}

.gino-footer .gg-button--primary:hover {
    transform: none;
}

@media (max-width: 991.98px) {
    .gg-hero {
        min-height: 46rem;
    }

    .gg-hero__copy {
        padding: 5rem 0 7rem;
    }

    .gg-products__head {
        align-items: flex-start;
    }

    .gg-arrow-group {
        display: none;
    }

    .gg-products__grid {
        display: flex;
        gap: 1.5rem;
    }

    .gg-product-card {
        flex: 0 0 280px;
    }
}

@media (max-width: 767.98px) {
    .gg-hero {
        min-height: 42rem;
    }

    .gg-hero__copy {
        padding: 4rem 0 6rem;
    }

    .gg-hero-title {
        font-size: clamp(2.75rem, 12vw, 4.25rem);
    }

    .gg-hero-subtitle {
        font-size: 1.4rem;
    }

    .gg-hero__actions {
        gap: .8rem;
    }

    .gg-button {
        width: 100%;
    }

    .gg-category-card {
        min-height: 24rem;
    }

    .gg-bundle-card--featured {
        transform: none;
    }
}


/* v3.1.0 reference alignment */
.gg-hero { min-height: 90vh; background: #FFFDF5; }
.gg-hero__overlay { background: linear-gradient(90deg, rgba(255,253,245,0.98) 0%, rgba(255,253,245,0.84) 35%, rgba(255,253,245,0.05) 72%); }
.gg-hero__grid--solo { grid-template-columns: minmax(0, 1fr); }
.gg-hero__copy { max-width: 44rem; padding-top: 4rem; padding-bottom: 4rem; }
.gg-hero-title { font-size: clamp(3.5rem, 7vw, 6rem); line-height: .95; letter-spacing: -.04em; }
.gg-hero-subtitle { font-family: "Clash Display", Arial, sans-serif; font-size: clamp(1.5rem, 3vw, 2.1rem); color: rgba(15,23,42,.78); margin-top: 1rem; }
.gg-hero-description { max-width: 40rem; font-size: 1.08rem; color: #64748b; }
.gg-hero__actions { margin-top: 2rem; }
.gg-hero__trust { margin-top: 1.5rem; }
.gg-categories { background: #F2F0E9; }
.gg-category-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.5rem; }
.gg-category-card { aspect-ratio: 4 / 5; border-radius: 1.5rem; overflow: hidden; }
.gg-category-card__overlay { background: linear-gradient(to top, rgba(15,23,42,.9) 0%, rgba(15,23,42,.4) 35%, rgba(15,23,42,0) 70%); }
.gg-category-card__badge { color: var(--gg-secondary); font-weight: 800; }
.gg-products__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.5rem; }
.gg-product-card { border-radius: 1.5rem; border: 1px solid #e5e7eb; overflow: hidden; background: #fff; }
.gg-product-card__body { padding: 1.25rem 1.25rem 1.4rem; }
.gg-product-card__media { aspect-ratio: 1 / 1; background: #F2F0E9; }
.gg-product-card__rating { margin-bottom: .55rem; }
.gg-product-title { font-size: 1.18rem; margin-bottom: .4rem; }
.gg-product-card__meta { gap: .75rem; font-size: .8rem; color: #94a3b8; }
.gg-product-card__price-current { font-size: 1.45rem; }
.gg-bundle { background: #0F172A; }
.gg-bundle__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 2rem; }
.gg-bundle-card { border-radius: 1.5rem; overflow: hidden; }
.gg-bundle-card--featured { transform: translateY(-1rem); box-shadow: 0 0 0 4px #FF3366; }
.gg-about { background: #F2F0E9; }
.gg-about__image { border-radius: 1.5rem; overflow: hidden; }
.gg-feature-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.5rem; margin-top: 5rem; }
.gg-feature-card { background: #fff; border: 1px solid #e5e7eb; border-radius: 1.5rem; padding: 2rem; transition: transform .25s ease, box-shadow .25s ease; }
.gg-feature-card:hover { transform: translateY(-4px); box-shadow: 0 20px 45px rgba(15,23,42,.12); }
.gg-footer-news__field input { border-radius: 999px; }
.gg-footer-main__grid { display: grid; grid-template-columns: 2fr repeat(4, minmax(0, 1fr)); gap: 2rem; }
@media (max-width: 1199px) {
  .gg-category-grid, .gg-products__grid, .gg-feature-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gg-footer-main__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 767px) {
  .gg-hero { min-height: 85vh; }
  .gg-hero__overlay { background: linear-gradient(180deg, rgba(255,253,245,0.98) 0%, rgba(255,253,245,0.85) 45%, rgba(255,253,245,0.1) 100%); }
  .gg-category-grid, .gg-products__grid, .gg-bundle__grid, .gg-feature-grid, .gg-footer-main__grid { grid-template-columns: 1fr; }
  .gg-bundle-card--featured { transform: none; }
}


/* v3.2.0 reference corrections */
#main-wrapper .breadcrumb-container:empty {
    display: none !important;
}

#content-wrapper,
#content {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.gg-home > .gg-hero:first-child,
.gg-home > .gino-usp:first-child,
.gg-home > .gg-section:first-child {
    margin-top: 0 !important;
}

.gg-announcement + .gg-header {
    margin-top: 0 !important;
}

.gg-header {
    margin-bottom: 0 !important;
}

.gg-header + #main-wrapper,
.gg-header + main#main-wrapper,
#main-wrapper {
    padding-top: 0 !important;
}

.gg-reference-footer,
.gino-footer {
    background: #0F172A !important;
    color: #FFFFFF !important;
}

.gg-reference-footer .gg-logo__title,
.gg-reference-footer .gg-footer-news__title,
.gg-reference-footer .gg-footer-col__title,
.gg-reference-footer .gg-payment-logo,
.gg-reference-footer .gg-small a,
.gg-reference-footer .gg-footer-social a,
.gg-reference-footer .gg-button {
    color: #FFFFFF !important;
}

.gg-reference-footer .gg-logo__tagline,
.gg-reference-footer .gg-footer-news__text,
.gg-reference-footer .gg-footer-brand__lead,
.gg-reference-footer .gg-footer-contact__item,
.gg-reference-footer .gg-footer-col__list a,
.gg-reference-footer .gg-footer-trust__item,
.gg-reference-footer .gg-small,
.gg-reference-footer .gg-footer-bottom,
.gg-reference-footer .gg-footer-bottom__grid {
    color: rgba(255,255,255,.82) !important;
}

.gg-reference-footer .gg-footer-col__list a:hover,
.gg-reference-footer .gg-small a:hover {
    color: #FF3366 !important;
}

.gg-reference-footer .gg-footer-news,
.gg-reference-footer .gg-footer-trust {
    border-color: rgba(255,255,255,.10) !important;
}

.gg-reference-footer .gg-footer-news__field input {
    background: rgba(255,255,255,.08) !important;
    border-color: rgba(255,255,255,.18) !important;
    color: #FFFFFF !important;
}

.gg-reference-footer .gg-footer-news__field input::placeholder {
    color: rgba(255,255,255,.58) !important;
}

.gg-reference-footer .gg-footer-news__field svg,
.gg-reference-footer .gg-footer-contact__item svg,
.gg-reference-footer .gg-footer-trust__item svg {
    color: rgba(255,255,255,.72) !important;
}

.gg-reference-footer .gg-footer-social a {
    background: rgba(255,255,255,.08) !important;
}

.gg-reference-footer .gg-footer-social a:hover {
    background: #FF3366 !important;
}

.gg-reference-footer .gg-payment-logo {
    background: rgba(255,255,255,.10) !important;
    border: 1px solid rgba(255,255,255,.12) !important;
}

@media (min-width: 992px) {
    .gg-reference-footer .gg-footer-main__grid {
        grid-template-columns: 1.45fr repeat(4, minmax(0, 1fr)) !important;
        align-items: start;
    }
}


/* --- Reference alignment v3.3.0 --- */
:root {
    --gg-cream: #FFFDF5;
    --gg-cream-alt: #F2F0E9;
    --gg-navy: #0F172A;
    --gg-pink: #FF3366;
    --gg-pink-dark: #E60042;
    --gg-teal: #00E0C6;
    --gg-yellow: #FFD86B;
}

body.is-nova,
.gg-home,
.gg-hero,
.gg-products,
.gg-footer-news,
.gg-reference-footer {
    background: var(--gg-cream);
}

.gg-categories,
.gg-about {
    background: var(--gg-cream-alt) !important;
}

.gg-bundle,
.gg-reference-footer,
.gino-footer {
    background: var(--gg-navy) !important;
}

.gg-announcement {
    background: var(--gg-navy);
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1;
}

.gg-announcement__track {
    animation-duration: 25s;
}

.gg-announcement__item {
    gap: .75rem;
    padding: .5rem 2rem;
    min-height: 3rem;
}

.gg-announcement__dot {
    width: .3rem;
    height: .3rem;
    background: #FFD84D;
}

.gg-header {
    background: #FFFDF5;
    border-bottom: 1px solid rgba(226, 232, 240, .55);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

.gg-header__row {
    min-height: 5rem;
    gap: 2rem;
}

.gg-logo__mark {
    width: 3rem;
    height: 3rem;
    font-size: 1.25rem;
    box-shadow: 4px 4px 0 0 var(--gg-navy);
}

.gg-logo__title {
    font-size: 1.15rem;
    line-height: 1.1;
    letter-spacing: -.01em;
}

.gg-logo__tagline {
    font-size: .75rem;
    color: #64748B;
    margin-top: .15rem;
}

.gg-nav {
    gap: 2rem;
}

.gg-nav__link {
    font-size: 1rem;
    font-weight: 600;
    color: var(--gg-navy);
}

.gg-nav__link:hover {
    color: var(--gg-pink);
}

.gg-action-btn {
    width: 2.5rem;
    height: 2.5rem;
}

.gg-cart-btn {
    gap: .65rem;
    padding: .875rem 1.6rem;
    border-radius: 9999px;
    background: var(--gg-navy);
    color: #fff;
    font-weight: 700;
}

.gg-cart-btn:hover {
    background: rgba(15,23,42,.92);
}

.gg-hero {
    min-height: 85vh;
    background: var(--gg-cream);
}

@media (min-width: 768px) {
    .gg-hero { min-height: 90vh; }
}

.gg-hero__overlay {
    background: linear-gradient(90deg, rgba(255,253,245,1) 0%, rgba(255,253,245,.82) 38%, rgba(255,253,245,0) 74%), linear-gradient(180deg, rgba(255,253,245,0) 55%, rgba(255,253,245,.95) 100%);
}

.gg-hero__copy {
    max-width: 42rem;
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.gg-badge {
    padding: .75rem 1rem;
    border-radius: 9999px;
    font-size: .875rem;
    font-weight: 700;
    letter-spacing: .08em;
}

.gg-badge--yellow { background: var(--gg-yellow); color: var(--gg-navy); }
.gg-badge--pink { background: var(--gg-pink); color: #fff; }
.gg-badge--teal { background: var(--gg-teal); color: var(--gg-navy); }

.gg-hero-title {
    font-size: clamp(3.5rem, 7vw, 7.25rem);
    line-height: .92;
    letter-spacing: -.04em;
    color: var(--gg-navy);
}

.gg-hero-subtitle {
    font-family: "Clash Display", Arial, sans-serif;
    font-size: clamp(1.5rem, 3vw, 2rem);
    line-height: 1.15;
    color: rgba(15,23,42,.8);
    margin: 1rem 0 0;
}

.gg-hero-description {
    max-width: 34rem;
    font-size: 1.125rem;
    line-height: 1.65;
    color: #64748B;
    margin-top: 1rem;
}

.gg-button,
.gino-btn,
a.gg-button,
button.gg-button {
    padding: 1rem 2rem;
    font-size: .9rem;
    font-weight: 700;
    letter-spacing: .05em;
    border-radius: 9999px;
}

.gg-button--primary,
.gino-btn-primary {
    background: var(--gg-pink);
    color: #fff !important;
    box-shadow: 6px 6px 0 0 var(--gg-navy);
}

.gg-button--primary:hover,
.gino-btn-primary:hover {
    background: var(--gg-pink-dark);
    transform: translateY(4px);
    box-shadow: 0 0 0 0 transparent;
}

.gg-button--secondary,
.gino-btn-secondary {
    background: #fff;
    border: 2px solid var(--gg-navy);
    color: var(--gg-navy) !important;
}

.gg-button--secondary:hover,
.gino-btn-secondary:hover {
    background: #F8FAFC;
}

.gg-hero__trust {
    gap: 1.5rem;
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid #E5E7EB;
    color: #64748B;
}

.gg-hero__stars {
    color: var(--gg-yellow);
}

.gg-hero__trust strong {
    color: var(--gg-navy);
}

.gg-hero__dots {
    bottom: 2rem;
    gap: .5rem;
}

.gg-hero__dot {
    width: .75rem;
    height: .75rem;
    background: rgba(15,23,42,.3);
    border-radius: 9999px;
}

.gg-hero__dot.is-active {
    width: 2rem;
    background: var(--gg-pink);
}

.gg-section-head--center {
    margin-bottom: 4rem;
}

.gg-section-title {
    font-size: clamp(2.5rem, 5vw, 4rem);
    line-height: 1;
    letter-spacing: -.03em;
    color: var(--gg-navy);
}

.gg-section-desc {
    max-width: 42rem;
    margin-left: auto;
    margin-right: auto;
    color: #64748B;
    font-size: 1.125rem;
    line-height: 1.65;
}

.gg-category-grid {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 1.5rem;
}

@media (min-width: 768px) {
    .gg-category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (min-width: 1200px) {
    .gg-category-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

.gg-category-card {
    aspect-ratio: 4/5;
    border-radius: 1.75rem;
    overflow: hidden;
    transform-origin: center center;
}

.gg-category-card:hover { transform: scale(1.02); }

.gg-category-card__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .7s cubic-bezier(.4,0,.2,1);
}

.gg-category-card:hover .gg-category-card__image { transform: scale(1.1); }

.gg-category-card__overlay {
    background: linear-gradient(180deg, rgba(15,23,42,0) 0%, rgba(15,23,42,.4) 55%, rgba(15,23,42,.9) 100%);
}

.gg-category-card__content {
    padding: 1.5rem;
}

.gg-category-card__badge {
    color: var(--gg-teal);
    background: transparent;
    padding: 0;
    font-size: .875rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.gg-category-card__title {
    font-size: clamp(2rem, 2.5vw, 2.4rem);
    line-height: 1;
    color: #fff;
    margin-top: .3rem;
}

.gg-category-card__desc {
    color: rgba(255,255,255,.72);
    margin-top: .75rem;
    font-size: 1rem;
}

.gg-category-card__float {
    top: 1.5rem;
    right: 1.5rem;
    width: 3rem;
    height: 3rem;
    background: #fff;
    box-shadow: 0 10px 15px -3px rgba(0,0,0,.1), 0 4px 6px -4px rgba(0,0,0,.1);
}

.gg-products__head {
    margin-bottom: 3rem;
}

.gg-arrow-btn {
    width: 3rem;
    height: 3rem;
    border: 2px solid var(--gg-navy);
}

.gg-tab {
    padding: .75rem 1.5rem;
    background: #fff;
    border: 2px solid #E5E7EB;
    border-radius: 9999px;
    font-weight: 600;
}

.gg-tab.is-active,
.gg-tab:hover {
    background: var(--gg-navy);
    color: #fff;
    box-shadow: 4px 4px 0 0 var(--gg-navy);
}

.gg-products__grid {
    gap: 1.5rem;
}

.gg-product-card {
    background: #fff;
    border: 1px solid #F3F4F6;
    border-radius: 1.5rem;
    overflow: hidden;
    min-width: 280px;
}

.gg-product-card__media {
    aspect-ratio: 1 / 1;
    background: var(--gg-cream-alt);
    border-radius: 0;
    margin-bottom: 0;
}

.gg-product-card__badge {
    top: 1rem;
    left: 1rem;
    padding: .375rem .75rem;
    border-radius: 9999px;
    font-size: .75rem;
    font-weight: 700;
}

.gg-product-title {
    font-size: 1.125rem;
    line-height: 1.25;
}

.gg-product-card__desc {
    font-size: .875rem;
    line-height: 1.45;
    min-height: 2.65rem;
}

.gg-product-card__meta {
    font-size: .75rem;
    color: #94A3B8;
}

.gg-product-card__price-current {
    font-size: 1.25rem;
}

.gg-product-card__footer .gg-button {
    padding: .75rem 1rem;
    font-size: .8rem;
}

.gg-bundle .gg-section-title,
.gg-bundle .gg-section-desc {
    color: #fff;
}

.gg-bundle__grid {
    gap: 2rem;
}

.gg-bundle-card {
    border-radius: 1.5rem;
    overflow: hidden;
    background: #fff;
    transform: translateY(0);
    transition: transform .3s ease;
}

.gg-bundle-card:hover { transform: translateY(-8px); }

.gg-bundle-card--featured {
    transform: translateY(-1rem);
    box-shadow: 0 0 0 4px var(--gg-pink);
}

.gg-bundle-card__featured-bar {
    background: var(--gg-pink);
    color: #fff;
    padding: .5rem .75rem;
    font-size: .875rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
    text-align: center;
}

.gg-bundle-card__media {
    aspect-ratio: 4 / 3;
    background: var(--gg-cream-alt);
}

.gg-bundle-card__savings {
    top: 1rem;
    right: 1rem;
    background: var(--gg-yellow);
    color: var(--gg-navy);
    font-weight: 700;
}

.gg-bundle-title {
    font-size: 2rem;
    line-height: 1.1;
    color: var(--gg-navy);
}

.gg-about__grid {
    gap: 4rem;
    align-items: center;
    margin-bottom: 6rem;
}

.gg-about__image {
    aspect-ratio: 4 / 5;
    border-radius: 1.75rem;
    overflow: hidden;
    box-shadow: 6px 6px 0 0 var(--gg-navy);
}

.gg-about__float {
    right: -2rem;
    bottom: -2rem;
    max-width: 18rem;
    border-radius: 1.5rem;
    box-shadow: 0 20px 40px rgba(15,23,42,.18);
}

.gg-about__float .gg-button--secondary {
    width: 100%;
    border-color: #25D366;
    background: #25D366;
    color: #fff !important;
}

.gg-about__float .gg-button--secondary:hover {
    background: #22C55E;
    border-color: #22C55E;
}

.gg-about__stats {
    border-top: 1px solid #E5E7EB;
    padding-top: 2rem;
}

.gg-about__stat-number {
    color: var(--gg-pink);
    font-size: clamp(2rem, 3vw, 2.8rem);
}

.gg-feature-grid {
    gap: 1.5rem;
}

.gg-feature-card {
    background: #fff;
    border: 1px solid #F3F4F6;
    border-radius: 1.75rem;
    padding: 2rem;
    transition: transform .3s ease, box-shadow .3s ease;
}

.gg-feature-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 40px rgba(15,23,42,.10);
}

.gg-feature-icon {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 1rem;
    background: var(--gg-cream);
    color: var(--gg-pink);
}

.gg-reference-footer,
.gino-footer,
.gg-reference-footer * {
    color: #fff;
}

.gg-footer-news {
    background: var(--gg-navy);
    border-bottom: 1px solid rgba(255,255,255,.1);
}

.gg-footer-news__grid {
    gap: 3rem;
    align-items: center;
}

.gg-footer-news__title {
    color: #fff;
    font-size: clamp(2.2rem, 4vw, 3rem);
    line-height: 1;
}

.gg-footer-news__text {
    color: rgba(255,255,255,.7);
    font-size: 1.125rem;
}

.gg-footer-news__field {
    background: rgba(255,255,255,.1);
    border: 1px solid rgba(255,255,255,.2);
    color: #fff;
}

.gg-footer-news__field input,
.gg-footer-news__field input::placeholder {
    color: rgba(255,255,255,.5);
}

.gg-footer-main__grid {
    gap: 3rem;
}

.gg-footer-brand__lead,
.gg-footer-contact__item,
.gg-footer-col__list a,
.gg-footer-trust__item,
.gg-small {
    color: rgba(255,255,255,.72) !important;
}

.gg-footer-col__title,
.gg-footer-news__title,
.gg-logo__title,
.gg-reference-footer .gg-logo__title {
    color: #fff;
}

.gg-reference-footer .gg-logo__tagline,
.gg-reference-footer .gg-footer-brand__lead,
.gg-reference-footer .gg-footer-contact__item,
.gg-reference-footer .gg-footer-col__list a,
.gg-reference-footer .gg-small,
.gg-reference-footer .gg-footer-trust__item {
    color: rgba(255,255,255,.72) !important;
}

.gg-reference-footer .gg-footer-col__list a:hover,
.gg-reference-footer .gg-footer-social a:hover,
.gg-footer-shipping-link:hover {
    color: var(--gg-pink) !important;
}

.gg-footer-shipping-link {
    color: rgba(255,255,255,.72) !important;
    text-decoration: none;
}

.gg-footer-social a {
    background: rgba(255,255,255,.08);
}

.gg-payment-logo {
    background: rgba(255,255,255,.95);
    color: var(--gg-navy) !important;
    border-radius: 9999px;
    font-weight: 700;
}

@media (max-width: 991.98px) {
    .gg-announcement__item { padding: .45rem 1.25rem; min-height: 2.5rem; }
    .gg-header__row { min-height: 4.5rem; }
    .gg-nav { display: none; }
    .gg-hero__copy { max-width: 100%; padding-top: 4rem; padding-bottom: 5rem; }
    .gg-about__float { position: relative; right: auto; bottom: auto; margin-top: 1.5rem; max-width: none; }
    .gg-bundle-card--featured { transform: none; }
    .gg-footer-main__grid { grid-template-columns: 1fr; }
}

@media (max-width: 767.98px) {
    .gg-logo__copy { display: block; }
    .gg-logo__title { font-size: 1.05rem; }
    .gg-logo__tagline { font-size: .7rem; }
    .gg-hero-title { font-size: clamp(3rem, 14vw, 4.25rem); }
    .gg-hero-subtitle { font-size: 1.5rem; }
    .gg-hero__actions { flex-direction: column; align-items: stretch; }
    .gg-button, .gino-btn, a.gg-button, button.gg-button { width: 100%; }
    .gg-section-head--center { margin-bottom: 3rem; }
}


/* v3.4.0 reference image and category alignment fixes */
.gg-logo__title { color: #0F172A !important; opacity: 1 !important; }
.gg-logo__tagline { color: #64748B !important; opacity: 1 !important; }
.gg-categories.section-space { padding-top: 6.25rem; padding-bottom: 6rem; }
.gg-category-grid { max-width: 1168px; margin-left: auto; margin-right: auto; gap: 1.5rem; }
.gg-category-card { aspect-ratio: 277 / 370; border-radius: 1.75rem; box-shadow: none; }
.gg-category-card__overlay { background: linear-gradient(to top, rgba(15,23,42,.82) 0%, rgba(15,23,42,.24) 42%, rgba(15,23,42,0) 72%) !important; }
.gg-category-card__content { padding: 1.5rem 1.5rem 1.45rem; }
.gg-category-card__badge { color: #00E0C6; font-size: .95rem; letter-spacing: .08em; }
.gg-category-card__title { font-size: clamp(1.95rem, 2.15vw, 2.45rem); line-height: .95; }
.gg-category-card__desc { color: rgba(255,255,255,.72); font-size: 1rem; line-height: 1.35; max-width: 90%; }
.gg-category-card__float { opacity: 0; transform: translateY(1rem); transition: all .3s ease; }
.gg-category-card:hover .gg-category-card__float { opacity: 1; transform: translateY(0); }
@media (max-width: 1199.98px) { .gg-category-grid { max-width: none; } }


/* v3.5.0 exact Samburi category-card crops + reference header cleanup */
.gg-logo, .gg-logo__copy { opacity: 1 !important; }
.gg-logo__title { color: #0F172A !important; opacity: 1 !important; }
.gg-logo__tagline { color: #64748B !important; opacity: 1 !important; }
.gg-header { border-bottom: 1px solid rgba(15, 23, 42, 0.08); }
.gg-category-card--reference-flat { display: block; aspect-ratio: 290 / 380; border-radius: 1.75rem; overflow: hidden; box-shadow: none; background: transparent; }
.gg-category-card__reference-image { display: block; width: 100%; height: 100%; object-fit: cover; }
.gg-category-card--reference-flat:hover { transform: translateY(-4px); }
.gg-category-card--reference-flat .gg-category-card__overlay,
.gg-category-card--reference-flat .gg-category-card__content,
.gg-category-card--reference-flat .gg-category-card__float { display: none !important; }
@media (max-width: 991.98px) { .gg-category-card--reference-flat { aspect-ratio: 290 / 380; } }


/* v3.6.0: echte JTL-Navigation + Samburi-Kartenproportionen */
.gg-nav__link,
.gg-mobile-nav__link {
    white-space: nowrap;
}
.gg-nav__link svg,
.gg-mobile-nav__link svg {
    flex: 0 0 auto;
}
.gg-categories.section-space {
    padding-top: 5.25rem;
    padding-bottom: 5.75rem;
}
.gg-section-head--center {
    margin-bottom: 3.5rem;
}
.gg-category-grid {
    max-width: 1216px;
    margin-left: auto;
    margin-right: auto;
    gap: 24px;
}
.gg-category-card--reference-flat {
    position: relative;
    aspect-ratio: 4 / 5;
    border-radius: 1.5rem;
    transform: none;
}
.gg-category-card__reference-image {
    object-fit: cover;
    transition: transform .55s cubic-bezier(.2,.8,.2,1);
    transform-origin: center center;
    will-change: transform;
}
.gg-category-card__hover-pill {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 3rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.96);
    color: #0f172a;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.2);
    opacity: 0;
    transform: translate3d(0, -.4rem, 0) scale(.88);
    transition: opacity .28s ease, transform .28s ease;
    pointer-events: none;
    z-index: 2;
}
.gg-category-card--reference-flat:hover {
    transform: translateY(-2px);
}
.gg-category-card--reference-flat:hover .gg-category-card__hover-pill {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
}
.gg-category-card--reference-flat:hover .gg-category-card__reference-image {
    transform: scale(1.06);
}
.gg-logo__title {
    font-size: 1.3rem;
    letter-spacing: -.02em;
}
.gg-logo__tagline {
    letter-spacing: -.01em;
}
@media (min-width: 1200px) {
    .gg-shell {
        max-width: 1280px;
    }
}
@media (max-width: 991.98px) {
    .gg-category-grid {
        max-width: none;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .gg-category-card--reference-flat {
        aspect-ratio: 4 / 5;
    }
}
@media (max-width: 575.98px) {
    .gg-category-grid {
        grid-template-columns: 1fr;
    }
}


/* v4.0.0 Samburi hover state + global scrollbar styling */
:root {
    --gg-scrollbar-track: color-mix(in srgb, var(--gg-scrollbar-color, #ff3366) 16%, rgba(15, 23, 42, 0.06));
    --gg-scrollbar-thumb-hover: color-mix(in srgb, var(--gg-scrollbar-color, #ff3366) 84%, #0f172a 16%);
}

html,
body,
* {
    scrollbar-width: auto;
    scrollbar-color: var(--gg-scrollbar-color, #ff3366) var(--gg-scrollbar-track);
}

html::-webkit-scrollbar,
body::-webkit-scrollbar,
*::-webkit-scrollbar {
    width: 14px;
    height: 14px;
}

html::-webkit-scrollbar-track,
body::-webkit-scrollbar-track,
*::-webkit-scrollbar-track {
    background: rgba(15, 23, 42, 0.12);
    background: var(--gg-scrollbar-track, rgba(15, 23, 42, 0.12));
    border-radius: 999px;
}

html::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb,
*::-webkit-scrollbar-thumb {
    background: #ff3366;
    background: var(--gg-scrollbar-color, #ff3366);
    border-radius: 999px;
    border: 3px solid var(--gg-scrollbar-track);
    min-height: 40px;
}

html::-webkit-scrollbar-thumb:hover,
body::-webkit-scrollbar-thumb:hover,
*::-webkit-scrollbar-thumb:hover {
    background: #ff2b61;
    background: var(--gg-scrollbar-thumb-hover, #ff2b61);
}

.gg-categories.section-space {
    padding-top: 5.2rem;
    padding-bottom: 5.8rem;
}

.gg-section-head--center {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3.4rem;
    text-align: center;
}

.gg-section-head--center .gg-badge--teal {
    background: #bfe7df;
    color: #0f172a;
}

.gg-section-head--center .gg-section-title {
    color: #0f172a;
    letter-spacing: -0.045em;
}

.gg-section-head--center .gg-section-desc {
    max-width: 760px;
    color: #5f718a;
}

.gg-category-grid {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    gap: 1.5rem;
    align-items: stretch;
}

.gg-category-card,
.gg-category-card--reference-flat {
    border-radius: 1.85rem;
    overflow: hidden;
    box-shadow: none;
    aspect-ratio: 290 / 358;
}

.gg-category-card__image,
.gg-category-card__reference-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.gg-category-card__overlay {
    background: linear-gradient(180deg, rgba(15, 23, 42, 0) 0%, rgba(15, 23, 42, 0.18) 40%, rgba(15, 23, 42, 0.92) 100%) !important;
}

.gg-category-card__content {
    padding: 1.55rem 1.45rem 1.35rem;
}

.gg-category-card__badge {
    color: #00e0c6;
    font-size: 0.95rem;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.gg-category-card__title {
    font-size: clamp(2rem, 2.2vw, 2.55rem);
    line-height: 0.96;
    letter-spacing: -0.04em;
    margin-top: 0.35rem;
}

.gg-category-card__desc {
    margin-top: 0.7rem;
    color: rgba(255, 255, 255, 0.72);
    font-size: 1rem;
    line-height: 1.35;
}

@media (max-width: 1199.98px) {
    .gg-category-grid {
        max-width: none;
    }
}

@media (max-width: 991.98px) {
    .gg-category-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575.98px) {
    .gg-category-grid {
        grid-template-columns: 1fr;
    }
}


/* v4.1.0 exakte Samburi-Kategoriesektion + konfigurierbare Scrollbar */
:root {
    --gg-scrollbar-track: #F2F0E9;
    --gg-scrollbar-thumb-hover: #E60042;
}

html {
    scrollbar-width: thin;
    scrollbar-color: var(--gg-scrollbar-color, #FF3366) var(--gg-scrollbar-track, #F2F0E9);
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

html::-webkit-scrollbar-track,
body::-webkit-scrollbar-track {
    background: var(--gg-scrollbar-track, #F2F0E9);
}

html::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb {
    background: var(--gg-scrollbar-color, #FF3366);
    border-radius: 999px;
}

html::-webkit-scrollbar-thumb:hover,
body::-webkit-scrollbar-thumb:hover {
    background: var(--gg-scrollbar-thumb-hover, #E60042);
}

.gg-categories.section-space {
    padding-top: 6rem;
    padding-bottom: 6rem;
    background: var(--gg-page-bg);
}

.gg-categories .gg-shell {
    max-width: 1280px;
}

.gg-section-head--center {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 4rem;
    text-align: center;
}

.gg-categories .gg-section-title {
    font-size: clamp(3rem, 4.25vw, 4.75rem);
    line-height: 0.96;
    letter-spacing: -0.05em;
    margin-bottom: 1rem;
}

.gg-categories .gg-section-desc {
    max-width: 44rem;
    color: #64748B;
    font-size: 1.08rem;
    line-height: 1.65;
}

.gg-category-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.5rem;
    max-width: 1168px;
    margin-left: auto;
    margin-right: auto;
    align-items: stretch;
}

.gg-category-card {
    position: relative;
    display: block;
    aspect-ratio: 4 / 5;
    min-height: 0;
    border-radius: 1.75rem;
    overflow: hidden;
    color: #fff;
    text-decoration: none !important;
    transform: translateZ(0);
    transition: transform .4s cubic-bezier(.4, 0, .2, 1);
    box-shadow: none;
}

.gg-category-card:hover {
    transform: scale(1.02);
    box-shadow: none;
}

.gg-category-card__image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .7s cubic-bezier(.4, 0, .2, 1);
    will-change: transform;
}

.gg-category-card:hover .gg-category-card__image {
    transform: scale(1.1);
}

.gg-category-card__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(15, 23, 42, 0.9) 0%, rgba(15, 23, 42, 0.4) 40%, rgba(15, 23, 42, 0) 100%) !important;
}

.gg-category-card__content {
    position: absolute;
    inset: 0;
    z-index: 2;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.gg-category-card__copy {
    transform: translateY(0);
    transition: transform .3s ease;
}

.gg-category-card:hover .gg-category-card__copy {
    transform: translateY(-0.5rem);
}

.gg-category-card__badge {
    display: inline-block;
    color: #00E0C6;
    font-size: .95rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.gg-category-card__title {
    font-size: clamp(2rem, 2.25vw, 2.6rem);
    line-height: .96;
    letter-spacing: -.045em;
    font-weight: 600;
    margin: .35rem 0 0;
    color: #fff;
}

.gg-category-card__desc {
    margin-top: .65rem;
    margin-bottom: 0;
    color: rgba(255, 255, 255, .72);
    font-size: 1rem;
    line-height: 1.35;
}

.gg-category-card__float {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    width: 3rem;
    height: 3rem;
    border-radius: 999px;
    background: #fff;
    color: #0F172A;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 18px 40px rgba(15, 23, 42, .2);
    opacity: 0;
    transform: translateY(1rem);
    transition: opacity .3s ease, transform .3s ease;
    z-index: 3;
    pointer-events: none;
}

.gg-category-card:hover .gg-category-card__float {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 1199.98px) {
    .gg-category-grid {
        max-width: none;
    }
}

@media (max-width: 991.98px) {
    .gg-categories .gg-section-title {
        font-size: clamp(2.4rem, 9vw, 3.5rem);
    }

    .gg-category-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575.98px) {
    .gg-category-grid {
        grid-template-columns: 1fr;
    }
}


/* v4.2.0 final Samburi spacing + exact global scrollbar */
.gg-categories.section-space {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.gg-categories .gg-shell {
    max-width: 80rem;
}

.gg-section-head--center {
    max-width: 42rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 4rem;
    text-align: center;
}

.gg-categories .gg-section-title {
    font-size: 3rem;
    line-height: 1;
    letter-spacing: -0.04em;
    font-weight: 600;
    margin-bottom: 1rem;
}

.gg-categories .gg-section-desc {
    max-width: 42rem;
    color: #64748B;
    font-size: 1.125rem;
    line-height: 1.55;
}

.gg-category-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.75rem;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    align-items: stretch;
}

.gg-category-card {
    aspect-ratio: 4 / 5;
    border-radius: 1.5rem;
    transform: none !important;
    transition: box-shadow .2s ease;
}

.gg-category-card:hover {
    transform: none !important;
    box-shadow: none;
}

.gg-category-card__image {
    transition: transform .7s cubic-bezier(.4, 0, .2, 1);
}

.gg-category-card:hover .gg-category-card__image {
    transform: scale(1.1);
}

.gg-category-card__overlay {
    background: linear-gradient(to top, rgba(15, 23, 42, 0.9) 0%, rgba(15, 23, 42, 0.4) 40%, rgba(15, 23, 42, 0) 100%) !important;
}

.gg-category-card__content {
    padding: 1.5rem;
}

.gg-category-card__copy {
    transform: translateY(0);
    transition: transform .3s ease;
}

.gg-category-card:hover .gg-category-card__copy {
    transform: translateY(-0.5rem);
}

.gg-category-card__badge {
    color: #00E0C6;
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.gg-category-card__title {
    font-size: 2rem;
    line-height: 1.05;
    letter-spacing: -0.03em;
    font-weight: 600;
    margin-top: 0.25rem;
}

.gg-category-card__desc {
    margin-top: 0.5rem;
    color: rgba(255, 255, 255, 0.7);
    font-size: 1rem;
    line-height: 1.4;
}

.gg-category-card__float {
    top: 1.5rem;
    right: 1.5rem;
    width: 3rem;
    height: 3rem;
    border-radius: 999px;
    background: #ffffff;
    color: #0F172A;
    box-shadow: 0 10px 25px rgba(15, 23, 42, 0.18);
    opacity: 0;
    transform: translateY(1rem);
    transition: all .3s ease;
}

.gg-category-card:hover .gg-category-card__float {
    opacity: 1;
    transform: translateY(0);
}

html {
    scrollbar-width: thin !important;
    scrollbar-color: var(--gg-scrollbar-color, #FF3366) var(--gg-scrollbar-track, #F2F0E9) !important;
}

body {
    scrollbar-width: thin !important;
    scrollbar-color: var(--gg-scrollbar-color, #FF3366) var(--gg-scrollbar-track, #F2F0E9) !important;
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-track {
    background: var(--gg-scrollbar-track, #F2F0E9) !important;
}

::-webkit-scrollbar-thumb {
    background: var(--gg-scrollbar-color, #FF3366) !important;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--gg-scrollbar-thumb-hover, #E60042) !important;
}

@media (max-width: 1199.98px) {
    .gg-category-grid {
        max-width: 1060px;
        gap: 1.5rem;
    }
}

@media (max-width: 991.98px) {
    .gg-categories .gg-section-title {
        font-size: 3rem;
    }

    .gg-category-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        max-width: 760px;
        gap: 1.5rem;
    }
}

@media (max-width: 767.98px) {
    .gg-categories .gg-section-title {
        font-size: 2.25rem;
    }

    .gg-categories .gg-section-desc {
        font-size: 1rem;
    }
}

@media (max-width: 575.98px) {
    .gg-category-grid {
        grid-template-columns: 1fr;
        max-width: 24rem;
        gap: 1rem;
    }

    .gg-category-card__title {
        font-size: 1.75rem;
    }
}


/* Rich text output from backend editor */
.gg-richtext,
.gg-section-desc.gg-richtext,
.gg-hero-description,
.gg-footer-news__text,
.gg-footer-brand__lead,
.gg-product-card__desc,
.gg-category-card__desc,
.gg-bundle-card__desc,
.gino-feature-card > div:last-child {
    line-height: 1.65;
}
.gg-richtext > :first-child,
.gg-section-desc.gg-richtext > :first-child,
.gg-hero-description > :first-child,
.gg-footer-news__text > :first-child,
.gg-footer-brand__lead > :first-child,
.gg-product-card__desc > :first-child,
.gg-category-card__desc > :first-child,
.gg-bundle-card__desc > :first-child,
.gino-feature-card > div:last-child > :first-child {
    margin-top: 0;
}
.gg-richtext > :last-child,
.gg-section-desc.gg-richtext > :last-child,
.gg-hero-description > :last-child,
.gg-footer-news__text > :last-child,
.gg-footer-brand__lead > :last-child,
.gg-product-card__desc > :last-child,
.gg-category-card__desc > :last-child,
.gg-bundle-card__desc > :last-child,
.gino-feature-card > div:last-child > :last-child {
    margin-bottom: 0;
}
.gg-richtext p,
.gg-section-desc.gg-richtext p,
.gg-hero-description p,
.gg-footer-news__text p,
.gg-footer-brand__lead p,
.gg-product-card__desc p,
.gg-category-card__desc p,
.gg-bundle-card__desc p,
.gino-feature-card > div:last-child p {
    margin: 0 0 .75rem;
}
.gg-richtext ul,
.gg-richtext ol,
.gg-section-desc.gg-richtext ul,
.gg-section-desc.gg-richtext ol,
.gg-hero-description ul,
.gg-hero-description ol,
.gg-footer-news__text ul,
.gg-footer-news__text ol,
.gg-footer-brand__lead ul,
.gg-footer-brand__lead ol,
.gg-product-card__desc ul,
.gg-product-card__desc ol,
.gg-category-card__desc ul,
.gg-category-card__desc ol,
.gg-bundle-card__desc ul,
.gg-bundle-card__desc ol,
.gino-feature-card > div:last-child ul,
.gino-feature-card > div:last-child ol {
    margin: 0 0 .75rem 1.25rem;
    padding: 0;
}
