:root {
    --gsh26-navy: #061a3d;
    --gsh26-navy-2: #00102d;
    --gsh26-blue: #0867ff;
    --gsh26-blue-2: #0054d9;
    --gsh26-sky: #eaf4ff;
    --gsh26-ink: #07183a;
    --gsh26-muted: #5e6f8f;
    --gsh26-line: #dce8f6;
    --gsh26-soft: #f6faff;
    --gsh26-card: #fff;
    --gsh26-success: #087a47;
    --gsh26-shadow: 0 24px 70px -44px rgba(3, 27, 72, .55);
    --font-sans: "Open Sans", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --font-display: "Open Sans", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

html,
body {
    font-family: var(--font-sans);
}

body {
    background: linear-gradient(180deg, #f5faff 0, #fff 560px);
    color: var(--gsh26-ink);
}

.gsh26-wrap {
    width: min(100% - 48px, 1320px);
    margin-inline: auto;
}

.gsh26-topbar,
.gsh26-header,
.gsh26-nav {
    background: linear-gradient(180deg, var(--gsh26-navy), var(--gsh26-navy-2));
    color: #fff;
}

.gsh26-topbar {
    overflow: hidden;
    border-bottom: 1px solid rgba(255, 255, 255, .15);
}

.gsh26-topbar__track {
    display: flex;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    gap: 28px;
    width: max-content;
    min-width: 100%;
    margin-inline: auto;
    font-size: 14px;
    font-weight: 800;
}

.gsh26-topbar__track span {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    white-space: nowrap;
}

.gsh26-topbar__duplicate {
    display: none !important;
}

.gsh26-topbar__track svg,
.gsh26-service-strip svg,
.gsh26-product-usps svg,
.gsh26-stockline svg {
    color: var(--gsh26-blue);
}

@keyframes gsh26-usp-marquee {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

.gsh26-header__main {
    display: grid;
    grid-template-columns: 292px minmax(280px, 1fr) auto;
    min-height: 148px;
    align-items: center;
    gap: 32px;
}

.gsh26-logo img {
    width: auto;
    height: 118px;
    max-width: 564px;
    object-fit: contain;
}

.gsh26-logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
}

.gsh26-search {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 56px;
    align-items: center;
    overflow: hidden;
    height: 62px;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 46px -28px rgba(0, 0, 0, .55);
}

.gsh26-search input {
    height: 100%;
    width: 100%;
    border: 0;
    padding: 0 22px;
    color: var(--gsh26-ink);
    font-size: 16px;
    outline: 0;
}

.gsh26-search button {
    display: inline-flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    color: var(--gsh26-ink);
}

.gsh26-search button:hover {
    color: var(--gsh26-blue);
}

.gsh26-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 22px;
}

.gsh26-action,
.gsh26-actions > a,
.gsh26-actions > button:not(.gsh26-cart):not(.gsh26-menu-trigger):not(.gsh26-mobile-search-trigger) {
    display: none;
    flex-direction: column;
    align-items: center;
    gap: 7px;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
}

.gsh26-cart,
.gsh26-menu-trigger,
.gsh26-mobile-search-trigger {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    color: #fff;
}

.gsh26-cart__count {
    position: absolute;
    top: -2px;
    right: -4px;
    min-width: 22px;
    height: 22px;
    padding: 0 6px;
    border-radius: 999px;
    background: var(--gsh26-blue);
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    line-height: 22px;
    text-align: center;
}

.gsh26-menu-trigger {
    display: none;
}

.gsh26-mobile-search-trigger {
    display: none;
}

.gsh26-action,
.gsh26-actions > a {
    display: inline-flex;
}

.gsh26-actions [aria-labelledby="customer-menu"] {
    min-width: 190px;
    border: 1px solid var(--gsh26-line);
    border-radius: 10px;
    background: #fff;
    color: var(--gsh26-ink);
    box-shadow: 0 20px 54px -34px rgba(0, 16, 45, .58);
}

.gsh26-actions [aria-labelledby="customer-menu"] a {
    display: block;
    border-radius: 8px;
    color: var(--gsh26-ink);
    font-size: 14px;
    font-weight: 850;
    text-decoration: none;
}

.gsh26-actions [aria-labelledby="customer-menu"] a:hover,
.gsh26-actions [aria-labelledby="customer-menu"] a:focus-visible {
    background: var(--gsh26-soft);
    color: var(--gsh26-blue);
}

.gsh26-nav {
    border-top: 1px solid rgba(255, 255, 255, .11);
}

.gsh26-nav__inner {
    display: flex;
    min-height: 68px;
    align-items: stretch;
    gap: 0;
}

.gsh26-nav__links {
    display: flex;
    min-width: 0;
    flex: 1 1 auto;
    align-items: stretch;
    overflow: visible;
    white-space: nowrap;
}

.gsh26-nav__links.is-compact {
    display: none;
}

.gsh26-nav__item {
    display: inline-flex;
    align-items: stretch;
}

.gsh26-nav__links > .gsh26-nav__item > a,
.gsh26-nav__categories {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 0 16px;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
}

.gsh26-nav__links > .gsh26-nav__item:hover > a,
.gsh26-nav__links > .gsh26-nav__item:focus-within > a,
.gsh26-nav__categories:hover {
    background: rgba(255, 255, 255, .07);
}

.gsh26-nav__categories {
    display: none;
    min-width: 112px;
    padding-inline: 0 18px;
}

.gsh26-nav__categories.is-compact {
    display: inline-flex;
}

.gsh26-mega {
    position: absolute;
    z-index: 70;
    left: 0;
    right: 0;
    top: 100%;
    display: none;
    padding: 24px 0 28px;
    border-top: 1px solid rgba(255, 255, 255, .12);
    background: linear-gradient(180deg, var(--gsh26-navy-2), #061a3d);
    box-shadow: 0 28px 60px -42px rgba(0, 0, 0, .8);
}

.gsh26-nav {
    position: relative;
}

.gsh26-nav__item:hover .gsh26-mega,
.gsh26-nav__item:focus-within .gsh26-mega {
    display: block;
}

.gsh26-mega__inner {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 24px 30px;
}

.gsh26-mega__column {
    min-width: 0;
}

.gsh26-mega__title {
    display: inline-flex;
    margin-bottom: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
    text-decoration: none;
}

.gsh26-mega ul {
    display: grid;
    gap: 7px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.gsh26-mega li a {
    color: rgba(255, 255, 255, .68);
    font-size: 13px;
    font-weight: 750;
    text-transform: uppercase;
    text-decoration: none;
}

.gsh26-mega a:hover {
    color: #fff;
}

.gsh26-mobile-nav {
    border-top: 1px solid rgba(255, 255, 255, .12);
    padding: 18px 0;
    background: var(--gsh26-navy-2);
}

.gsh26-menu-panel {
    padding: 18px 0 24px;
}

.gsh26-menu-panel__list {
    display: grid;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.gsh26-menu-panel__list--level-0 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px 24px;
}

.gsh26-menu-panel__list li {
    min-width: 0;
}

.gsh26-menu-panel__row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 8px;
}

.gsh26-menu-panel__list a {
    display: block;
    padding: 8px 0;
    color: #fff;
    font-weight: 850;
    text-transform: uppercase;
    text-decoration: none;
}

.gsh26-menu-panel__row button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 8px;
    color: #fff;
}

.gsh26-menu-panel__row button svg {
    transition: transform .18s ease;
}

.gsh26-menu-panel__row button[aria-expanded=true] svg {
    transform: rotate(180deg);
}

.gsh26-menu-panel__list--level-1 a {
    padding: 5px 0;
    color: rgba(255, 255, 255, .74);
    font-size: 13px;
    font-weight: 700;
}

.gsh26-menu-panel__list a:hover {
    color: #fff;
}

.breadcrumbs,
.catalog-category-view .breadcrumbs,
.catalog-product-view .breadcrumbs,
.catalogsearch-result-index .breadcrumbs {
    max-width: 1320px;
    margin: 0 auto;
    padding: 8px 24px;
    color: var(--gsh26-muted);
    font-size: 13px;
    letter-spacing: 0;
    text-transform: none;
    box-shadow: none !important;
}

.breadcrumbs .container {
    box-shadow: none !important;
}

.catalog-product-view .page-main,
.catalog-category-view .page-main,
.catalogsearch-result-index .page-main {
    background: linear-gradient(180deg, #f6faff 0, #fff 42%);
}

.catalog-product-view .columns,
.catalog-category-view .columns,
.catalogsearch-result-index .columns {
    width: min(100% - 48px, 1320px);
    max-width: 1320px;
    margin: 0 auto;
    padding: 0;
}

.catalog-category-view .columns,
.catalogsearch-result-index .columns {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
    align-items: start;
}

.catalog-category-view .column.main,
.catalogsearch-result-index .column.main {
    min-width: 0;
}

.catalog-category-view .sidebar-main,
.catalogsearch-result-index .sidebar-main {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 800;
    width: min(390px, 92vw);
    margin: 0;
    overflow-y: auto;
    overscroll-behavior: contain;
    border: 0;
    border-radius: 0 14px 14px 0;
    background: #fff;
    padding: 0 18px 22px;
    transform: translateX(-105%);
    transition: transform .22s ease;
    box-shadow: 24px 0 64px -36px rgba(0, 16, 45, .86);
}

.gsh26-filter-open .catalog-category-view .sidebar-main,
.gsh26-filter-open.catalog-category-view .sidebar-main,
.gsh26-filter-open .catalogsearch-result-index .sidebar-main,
.gsh26-filter-open.catalogsearch-result-index .sidebar-main {
    transform: translateX(0);
}

.catalog-category-view .sidebar-additional,
.catalogsearch-result-index .sidebar-additional {
    display: none;
}

.gsh26-mobile-list-actions {
    position: fixed;
    z-index: 820;
    left: 0;
    top: 46vh;
    display: block !important;
    pointer-events: none;
}

.gsh26-filter-open .gsh26-mobile-list-actions {
    z-index: 760;
}

.gsh26-filter-trigger {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 48px;
    min-height: 52px;
    padding: 12px 10px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-left: 0;
    border-radius: 0 8px 8px 0;
    background: linear-gradient(180deg, var(--gsh26-navy), var(--gsh26-navy-2));
    color: #fff;
    font-size: 13px;
    font-weight: 950;
    text-transform: uppercase;
    box-shadow: 16px 16px 42px -30px rgba(0, 16, 45, .9);
    pointer-events: auto;
    touch-action: manipulation;
}

@media (min-width: 821px) {
    .gsh26-filter-trigger {
        gap: 8px;
        width: auto;
        min-height: 118px;
        padding: 14px 12px;
    }
}

.gsh26-filter-trigger span {
    display: none;
}

@media (min-width: 821px) {
    .gsh26-filter-trigger span {
        display: inline;
    }
}

.gsh26-filter-trigger svg {
    width: 24px;
    height: 24px;
}

@media (min-width: 821px) {
    .gsh26-filter-trigger span {
        writing-mode: vertical-rl;
        transform: rotate(180deg);
        letter-spacing: .08em;
    }
}

.gsh26-filter-overlay {
    position: fixed;
    inset: 0;
    z-index: 790;
    display: block;
    background: transparent !important;
    backdrop-filter: none !important;
}

.gsh26-filter-overlay[hidden] {
    display: none;
}

.gsh26-filter-open {
    overflow: hidden;
}

.gsh26-filter-drawer__head {
    position: sticky;
    top: 0;
    z-index: 2;
    display: flex;
    min-height: 62px;
    align-items: center;
    justify-content: space-between;
    margin: 0 -18px 14px;
    padding: 0 18px;
    border-bottom: 1px solid var(--gsh26-line);
    background: #fff;
    color: var(--gsh26-ink);
}

.gsh26-filter-drawer__head strong {
    font-size: 18px;
    font-weight: 950;
    text-transform: uppercase;
}

.gsh26-filter-drawer__head button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 8px;
    color: var(--gsh26-ink);
    font-size: 30px;
    line-height: 1;
}

.catalog-category-view .sidebar-main .filter-content,
.catalogsearch-result-index .sidebar-main .filter-content {
    display: block !important;
    font-family: var(--font-sans) !important;
    padding-top: 0 !important;
}

.catalog-category-view .sidebar-main .block-title,
.catalogsearch-result-index .sidebar-main .block-title,
.catalog-category-view .sidebar-main .gsh-filter-drawer-head,
.catalogsearch-result-index .sidebar-main .gsh-filter-drawer-head {
    display: none !important;
}

.catalog-category-view .sidebar-main,
.catalogsearch-result-index .sidebar-main,
.catalog-category-view .sidebar-main *,
.catalogsearch-result-index .sidebar-main *,
.catalog-product-view #description,
.catalog-product-view #description *,
.catalog-product-view #product-attributes,
.catalog-product-view #product-attributes *,
.catalog-product-view .gsh-club-specs,
.catalog-product-view .gsh-club-specs * {
    font-family: var(--font-sans) !important;
}

.gsh26-price-slider {
    display: none;
}

.gsh-oakley-models {
    margin: 0 auto 34px;
    width: min(100%, 1320px);
}

.gsh-oakley-models .gsh-section-head {
    margin: 0 0 18px;
}

.gsh-oakley-models .gsh-section-head h2 {
    margin: 6px 0 0;
    color: var(--gsh26-ink);
    font-size: clamp(26px, 3vw, 40px);
    font-weight: 950;
    line-height: 1.04;
}

.gsh-oakley-model-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.gsh-oakley-model-card {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 220px;
    overflow: hidden;
    align-items: flex-end;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, .24);
    border-radius: 18px;
    background: #f5f7fb;
    color: #fff;
    isolation: isolate;
    box-shadow: 0 18px 44px -36px rgba(0, 16, 45, .82);
}

.gsh-oakley-model-card::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(180deg, rgba(10, 14, 26, .05), rgba(10, 14, 26, .78));
}

.gsh-oakley-model-card::after {
    content: "";
    position: absolute;
    inset: 14px;
    z-index: -1;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 14px;
    pointer-events: none;
}

.gsh-oakley-model-card img {
    position: absolute;
    inset: 0;
    z-index: -2;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .3s ease;
}

.gsh-oakley-model-card span {
    position: relative;
    font-size: 22px;
    font-weight: 900;
    line-height: 1.05;
    text-shadow: 0 2px 18px rgba(0, 0, 0, .34);
}

.gsh-oakley-products-intro {
    margin: 20px auto 22px;
    width: min(100%, 1320px);
    padding: 28px 30px;
    border: 1px solid var(--gsh26-line);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 18px 44px -38px rgba(0, 16, 45, .72);
}

.gsh-oakley-products-intro h2 {
    margin: 6px 0 0;
    color: var(--gsh26-ink);
    font-size: clamp(22px, 2.4vw, 32px);
    font-weight: 950;
    line-height: 1.1;
}

.gsh-oakley-model-card:hover {
    text-decoration: none;
}

.gsh-oakley-model-card:hover img {
    transform: scale(1.045);
}

.gsh-oakley-model-card small {
    position: relative;
    margin-top: 6px;
    color: rgba(255, 255, 255, .82);
    font-size: 12px;
    font-weight: 800;
    text-shadow: 0 2px 18px rgba(0, 0, 0, .34);
}

@media (max-width: 1180px) {
    .gsh-oakley-model-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 820px) {
    .gsh-oakley-models {
        margin-bottom: 24px;
    }

    .gsh-oakley-model-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .gsh-oakley-model-card {
        min-height: 160px;
    }

    .gsh-oakley-products-intro {
        margin-bottom: 18px;
        padding: 22px 18px;
        border-radius: 14px;
    }
}

/* PLP cleanup: remove blue product glow and tighten filters to match the handoff. */
.catalog-category-view .page-main,
.catalogsearch-result-index .page-main {
    background: #f8fafc;
}

@media (min-width: 1025px) {
    .catalog-category-view .columns,
    .catalogsearch-result-index .columns {
        grid-template-columns: 246px minmax(0, 1fr) !important;
        gap: 24px !important;
        width: min(100% - 56px, 1280px) !important;
    }

    .page-layout-1column.catalog-category-view .columns {
        grid-template-columns: minmax(0, 1fr) !important;
    }

    .catalog-category-view .sidebar-main,
    .catalogsearch-result-index .sidebar-main {
        position: sticky !important;
        top: 122px !important;
        width: 246px !important;
        max-height: calc(100vh - 144px) !important;
        padding: 6px 0 !important;
        border: 1px solid #e5eaf1 !important;
        border-radius: 14px !important;
        background: #fff !important;
        box-shadow: none !important;
        transform: none !important;
    }

    .catalog-category-view .gsh26-mobile-list-actions,
    .catalogsearch-result-index .gsh26-mobile-list-actions,
    .catalog-category-view .gsh26-filter-overlay,
    .catalogsearch-result-index .gsh26-filter-overlay,
    .catalog-category-view .gsh26-filter-trigger,
    .catalogsearch-result-index .gsh26-filter-trigger {
        display: none !important;
    }
}

.catalog-category-view .sidebar-main .filter-content,
.catalogsearch-result-index .sidebar-main .filter-content {
    padding: 0 !important;
}

.catalog-category-view .sidebar-main .filter-options-item,
.catalogsearch-result-index .sidebar-main .filter-options-item {
    margin: 0 !important;
    padding: 0 !important;
    border-bottom: 1px solid #edf1f6 !important;
}

.catalog-category-view .sidebar-main .filter-options-item:last-child,
.catalogsearch-result-index .sidebar-main .filter-options-item:last-child {
    border-bottom: 0 !important;
}

.catalog-category-view .sidebar-main .filter-options-title,
.catalogsearch-result-index .sidebar-main .filter-options-title {
    min-height: 0 !important;
    padding: 13px 16px 10px !important;
    border: 0 !important;
    color: #17233a !important;
    font-size: 12.5px !important;
    font-weight: 800 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
}

.catalog-category-view .sidebar-main .filter-options-content,
.catalogsearch-result-index .sidebar-main .filter-options-content {
    padding: 0 16px 13px !important;
    border: 0 !important;
    color: #58677d !important;
    font-size: 13px !important;
    line-height: 1.35 !important;
}

.catalog-category-view .sidebar-main .filter-options-content .items,
.catalogsearch-result-index .sidebar-main .filter-options-content .items {
    display: grid !important;
    gap: 7px !important;
}

.catalog-category-view .sidebar-main .filter-options-content .item,
.catalogsearch-result-index .sidebar-main .filter-options-content .item {
    margin: 0 !important;
}

.catalog-category-view .sidebar-main .filter-options-content a,
.catalogsearch-result-index .sidebar-main .filter-options-content a {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 8px !important;
    min-height: 22px !important;
    padding: 0 !important;
    color: #58677d !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    text-decoration: none !important;
}

.catalog-category-view .sidebar-main .filter-options-content a:hover,
.catalogsearch-result-index .sidebar-main .filter-options-content a:hover {
    color: #203f88 !important;
}

.catalog-category-view .toolbar-products,
.catalogsearch-result-index .toolbar-products {
    margin-bottom: 18px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.products-grid,
.products-list {
    gap: 20px !important;
}

.products-grid .product-item,
.products-list .product-item,
.catalog-category-view .gsh-product-card,
.catalogsearch-result-index .gsh-product-card {
    border: 1px solid #e6ebf2 !important;
    border-radius: 16px !important;
    background: #fff !important;
    box-shadow: none !important;
    transform: none !important;
}

.products-grid .product-item:hover,
.products-list .product-item:hover,
.catalog-category-view .gsh-product-card:hover,
.catalogsearch-result-index .gsh-product-card:hover {
    border-color: #ccd6e3 !important;
    box-shadow: 0 10px 24px -20px rgba(15, 23, 42, .28) !important;
    transform: translateY(-1px) !important;
}

.products-grid .product-item-photo,
.products-list .product-item-photo,
.catalog-category-view .gsh-product-image,
.catalogsearch-result-index .gsh-product-image {
    background: #fff !important;
    box-shadow: none !important;
}

.products-grid .product-item-photo img,
.products-list .product-item-photo img,
.catalog-category-view .gsh-product-image img,
.catalogsearch-result-index .gsh-product-image img {
    background: #fff !important;
    filter: none !important;
    mix-blend-mode: normal !important;
}

.products-grid .product-info,
.products-list .product-info,
.catalog-category-view .gsh-product-body,
.catalogsearch-result-index .gsh-product-body {
    background: #fff !important;
}

.products-grid .btn-primary,
.products-list .btn-primary,
.catalog-category-view .gsh-quick-add,
.catalogsearch-result-index .gsh-quick-add {
    background: #f6f8fb !important;
    color: #203f88 !important;
    box-shadow: none !important;
}

.products-grid .btn-primary:hover,
.products-list .btn-primary:hover,
.catalog-category-view .gsh-quick-add:hover,
.catalogsearch-result-index .gsh-quick-add:hover {
    background: #203f88 !important;
    color: #fff !important;
    box-shadow: none !important;
}

@media (max-width: 380px) {
    .gsh-oakley-model-grid {
        grid-template-columns: 1fr;
    }
}

@media (min-width: 921px) {
    .gsh26-price-slider {
        display: grid;
        gap: 14px;
        padding: 4px 0 8px;
    }

    .gsh26-price-slider__labels {
        display: flex;
        align-items: baseline;
        justify-content: space-between;
        gap: 12px;
        color: var(--gsh26-ink);
    }

    .gsh26-price-slider__labels strong {
        font-size: 15px;
        font-weight: 950;
    }

    .gsh26-price-slider__labels span {
        color: var(--gsh26-muted);
        font-size: 12px;
        font-weight: 850;
        white-space: nowrap;
    }

    .gsh26-price-slider__inputs {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }

    .gsh26-price-slider__inputs label {
        display: grid;
        gap: 5px;
        color: var(--gsh26-muted);
        font-size: 11px;
        font-weight: 900;
        text-transform: uppercase;
    }

    .gsh26-price-slider__inputs input {
        width: 100%;
        height: 42px;
        border: 1px solid var(--gsh26-line);
        border-radius: 8px;
        background: #fff;
        color: var(--gsh26-ink);
        padding: 0 10px;
        font-size: 14px;
        font-weight: 900;
    }

    .gsh26-price-slider__ranges {
        position: relative;
        height: 30px;
        margin: 2px 0;
        --from-pos: 0%;
        --to-pos: 100%;
    }

    .gsh26-price-slider__ranges::before,
    .gsh26-price-slider__ranges::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 12px;
        height: 6px;
        border-radius: 999px;
        pointer-events: none;
    }

    .gsh26-price-slider__ranges::before {
        background: var(--gsh26-line);
    }

    .gsh26-price-slider__ranges::after {
        left: var(--from-pos);
        right: calc(100% - var(--to-pos));
        background: var(--gsh26-blue);
    }

    .gsh26-price-slider__ranges input[type=range] {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 30px;
        margin: 0;
        pointer-events: none;
        accent-color: var(--gsh26-blue);
        background: transparent;
        appearance: none;
    }

    .gsh26-price-slider__ranges input[type=range]::-webkit-slider-runnable-track {
        height: 6px;
        border-radius: 999px;
        background: transparent;
    }

    .gsh26-price-slider__ranges input[type=range]::-moz-range-track {
        height: 6px;
        border-radius: 999px;
        background: transparent;
    }

    .gsh26-price-slider__ranges input[type=range]::-webkit-slider-thumb {
        width: 20px;
        height: 20px;
        margin-top: -7px;
        border: 3px solid #fff;
        border-radius: 50%;
        background: var(--gsh26-blue);
        box-shadow: 0 8px 18px -10px rgba(0, 16, 45, .8);
        pointer-events: auto;
        appearance: none;
    }

    .gsh26-price-slider__ranges input[type=range]::-moz-range-thumb {
        width: 18px;
        height: 18px;
        border: 3px solid #fff;
        border-radius: 50%;
        background: var(--gsh26-blue);
        box-shadow: 0 8px 18px -10px rgba(0, 16, 45, .8);
        pointer-events: auto;
    }

    .gsh26-price-slider button {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 42px;
        border-radius: 8px;
        background: linear-gradient(180deg, var(--gsh26-navy), var(--gsh26-navy-2));
        color: #fff;
        font-weight: 950;
    }

    .gsh26-price-slider__source {
        display: none !important;
    }
}

.catalog-category-view .page-title-wrapper,
.catalogsearch-result-index .page-title-wrapper {
    max-width: 1320px;
    margin: 22px auto 18px;
    padding: 30px 34px;
    border-radius: 12px;
    background: linear-gradient(135deg, var(--gsh26-navy), #08377a);
    color: #fff;
}

.catalog-category-view .page-title,
.catalogsearch-result-index .page-title {
    color: #fff !important;
    font-family: var(--font-display) !important;
    font-size: clamp(30px, 4vw, 52px) !important;
    font-weight: 500 !important;
    line-height: 1.05 !important;
    letter-spacing: 0 !important;
}

.catalog-category-view .page-main > .container .page-title,
.catalogsearch-result-index .page-main > .container .page-title {
    color: var(--gsh26-ink) !important;
}

.catalog-product-view .product-info-main,
.catalog-product-view .product-info {
    min-width: 0;
}

.catalog-product-view .column.main {
    display: block;
}

.catalog-product-view .product-info-main > section[aria-label="Productinformatie"] {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(390px, .9fr);
    gap: 54px;
    align-items: start;
}

.catalog-product-view #gallery {
    padding: 24px;
    border: 1px solid var(--gsh26-line);
    border-radius: 14px;
    background: #fff;
    box-shadow: var(--gsh26-shadow);
}

.catalog-product-view #gallery-main {
    border-radius: 12px;
    background: #fff;
}

.catalog-product-view #thumbs button {
    border-radius: 8px !important;
    border-color: var(--gsh26-line) !important;
    background: #fff !important;
}

.catalog-product-view #thumbs button.border-primary,
.catalog-product-view #thumbs button:hover {
    border-color: var(--gsh26-blue) !important;
    box-shadow: 0 0 0 1px var(--gsh26-blue);
}

.gsh26-product-panel {
    padding: 18px 0 0;
}

.gsh26-product-brand {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    padding: 10px 14px;
    border: 1px solid var(--gsh26-line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 46px -34px rgba(0, 0, 0, .42);
}

.gsh26-product-brand span,
.gsh26-product-brand img {
    display: inline-flex;
    align-items: center;
}

.gsh26-product-brand img {
    width: auto;
    height: 56px;
    max-width: 180px;
    object-fit: contain;
}

.gsh26-product-brand span {
    min-height: 28px;
    color: var(--gsh26-blue);
    font-size: 22px;
    font-weight: 950;
    letter-spacing: .01em;
    text-transform: uppercase;
}

.catalog-product-view .page-title-wrapper {
    margin: 0 0 18px;
    padding: 0;
    background: transparent;
}

.catalog-product-view .page-title {
    margin: 0 !important;
    color: var(--gsh26-ink) !important;
    font-family: var(--font-display) !important;
    font-size: clamp(21px, 2.2vw, 28px) !important;
    font-weight: 500 !important;
    line-height: 1.16 !important;
    letter-spacing: 0 !important;
}

.cms-index-index .gsh-advisor {
    background: linear-gradient(135deg, var(--gsh26-navy), #08377a) !important;
    color: #fff !important;
}

.cms-index-index .gsh-advisor .gsh-eyebrow,
.cms-index-index .gsh-advisor p,
.cms-index-index .gsh-sale-band .gsh-eyebrow,
.cms-index-index .gsh-sale-band p {
    color: rgba(255, 255, 255, .86) !important;
}

.cms-index-index .gsh-advisor h2,
.cms-index-index .gsh-sale-band h2 {
    color: #fff !important;
    text-shadow: 0 2px 18px rgba(0, 16, 45, .3);
}

.cms-index-index .gsh-advisor-options a {
    border-color: rgba(255, 255, 255, .24) !important;
    background: rgba(255, 255, 255, .14) !important;
    color: #fff !important;
}

.cms-index-index .gsh-sale-band {
    background: linear-gradient(135deg, #073d92, var(--gsh26-blue)) !important;
    color: #fff !important;
}

.gsh26-reviews {
    margin: 12px 0 16px;
    color: var(--gsh26-muted);
    font-size: 14px;
    font-weight: 800;
}

.gsh26-reviews a {
    color: var(--gsh26-blue);
    text-decoration: none;
}

.gsh26-stockline {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 16px;
    margin: 20px 0 10px;
    color: var(--gsh26-muted);
    font-weight: 800;
}

.gsh26-stockline span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.gsh26-stockline__available {
    color: var(--gsh26-success);
}

.gsh26-shortdesc {
    margin: 14px 0 18px;
    color: var(--gsh26-muted);
    font-size: 15px;
    line-height: 1.7;
}

.gsh26-product-panel .gsh-club-specs {
    margin: 14px 0 16px;
    padding: 14px;
    border-radius: 10px;
}

.gsh26-product-panel .gsh-club-specs h2 {
    margin-bottom: 8px !important;
    font-size: 14px !important;
}

.gsh26-product-panel .gsh-club-specs dl {
    gap: 4px;
}

.gsh26-product-panel .gsh-club-specs dl > div {
    grid-template-columns: minmax(90px, .36fr) minmax(0, 1fr);
    padding: 6px 0;
}

.gsh26-price-block {
    margin: 16px 0 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--gsh26-line);
}

.gsh26-price-block__advice {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 5px;
    color: var(--gsh26-muted);
    font-size: 14px;
    font-weight: 800;
}

.gsh26-price-block__advice del,
.old-price .price {
    color: var(--gsh26-muted) !important;
    font-size: 16px !important;
    text-decoration: line-through;
}

.catalog-product-view .price-box .price,
.catalog-product-view .product-info-price .price,
.catalog-product-view .price {
    color: var(--gsh26-ink) !important;
    font-size: clamp(34px, 4vw, 46px) !important;
    font-weight: 950 !important;
    line-height: 1.05 !important;
}

.catalog-product-view .old-price {
    display: block;
    margin: 0 0 4px;
}

.catalog-product-view .old-price .price {
    color: var(--gsh26-muted) !important;
    font-size: 17px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    text-decoration: line-through;
}

.gsh26-saving,
.gsh-product-saving {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 12px 0 0 !important;
    padding: 9px 12px;
    border-radius: 8px;
    background: #eafaf2;
    color: var(--gsh26-success) !important;
    font-size: 14px !important;
    font-weight: 950 !important;
}

.gsh26-product-usps {
    display: grid;
    gap: 10px;
    margin: 0 0 18px;
    padding: 0 0 18px;
    border-bottom: 1px solid var(--gsh26-line);
}

.gsh26-product-usps li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--gsh26-ink);
    font-weight: 800;
}

.gsh26-product-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 0 0 14px;
    color: var(--gsh26-muted);
}

.gsh26-buy-row,
.catalog-product-view .product-info .product-options-bottom {
    display: grid !important;
    grid-template-columns: auto minmax(180px, 1fr) auto;
    gap: 14px !important;
    align-items: center !important;
    margin-top: 20px !important;
}

.gsh26-buy-row #add-to-wishlist,
.gsh26-buy-row #add-to-compare,
.catalog-product-view #add-to-wishlist,
.catalog-product-view #add-to-compare {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    flex: 0 0 44px;
    width: 44px;
    min-width: 44px;
    height: 44px;
    margin-left: 0 !important;
    white-space: nowrap;
}

.gsh26-secondary-actions {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    min-width: 96px;
    white-space: nowrap;
}

.catalog-product-view input[name=qty],
.gsh-cart-qty {
    width: 78px !important;
    min-width: 78px !important;
    max-width: 78px !important;
    height: 58px !important;
    border: 1px solid var(--gsh26-line) !important;
    border-radius: 8px !important;
    background: #fff !important;
    color: var(--gsh26-ink) !important;
    text-align: center;
    font-weight: 900;
}

.checkout-cart-index .page-title-wrapper {
    background: var(--gsh26-soft) !important;
    color: var(--gsh26-ink) !important;
}

.checkout-cart-index .page-title,
.checkout-cart-index .page-title-wrapper .page-title,
.checkout-cart-index .page-title-wrapper .base {
    color: var(--gsh26-ink) !important;
}

.checkout-cart-index section#messages .messages.container {
    max-width: 1320px;
    padding: 14px 24px 0;
}

.checkout-cart-index section#messages .message {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    min-height: 54px;
    padding: 14px 16px 14px 18px;
    border: 1px solid var(--gsh26-line);
    border-radius: 10px;
    background: #fff;
    color: var(--gsh26-ink);
    font-size: 15px;
    font-weight: 600;
    line-height: 1.35;
    box-shadow: 0 14px 34px -28px rgba(15, 23, 42, .45);
}

.checkout-cart-index section#messages .message.success {
    border-color: #bfe8d3;
    background: #effaf4;
    color: #075f39;
}

.checkout-cart-index section#messages .message.error {
    border-color: #fecaca;
    background: #fff1f2;
    color: #991b1b;
}

.checkout-cart-index section#messages .message.warning,
.checkout-cart-index section#messages .message.notice {
    border-color: #fde68a;
    background: #fffbeb;
    color: #92400e;
}

.checkout-cart-index section#messages .message button {
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    color: currentColor !important;
    opacity: .68;
}

.checkout-cart-index section#messages .message button:hover,
.checkout-cart-index section#messages .message button:focus {
    background: rgba(7, 24, 58, .08);
    opacity: 1;
}

.checkout-cart-index .gsh-cart-summary > .cart-summary,
.checkout-cart-index .cart-summary {
    display: flex !important;
    flex-direction: column !important;
}

.checkout-cart-index .gsh-cart-summary > .cart-summary > .cart-summary-actions,
.checkout-cart-index .cart-summary > .cart-summary-actions {
    order: 20;
    margin-top: 14px !important;
}

.checkout-cart-index #checkout-link-button {
    min-height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0 !important;
    border-radius: 8px !important;
    background: linear-gradient(180deg, var(--gsh26-blue), var(--gsh26-blue-2)) !important;
    color: #fff !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    line-height: 1.1;
    box-shadow: 0 18px 36px -22px rgba(8, 103, 255, .85) !important;
    transition: transform .15s ease, filter .15s ease, box-shadow .15s ease;
}

.checkout-cart-index #checkout-link-button:hover,
.checkout-cart-index #checkout-link-button:focus {
    color: #fff !important;
    filter: brightness(.96);
    transform: translateY(-1px);
}

.checkout-cart-index .gsh-cart-summary > .cart-summary > #cart-totals,
.checkout-cart-index .cart-summary > #cart-totals {
    order: 10;
}

.checkout-cart-index .gsh-cart-summary > .cart-summary > nav,
.checkout-cart-index .cart-summary > nav {
    order: 30;
    margin-top: 18px !important;
}

.checkout-cart-index .product-slider[data-slider-type="crosssell"] {
    max-width: 1320px;
    margin: 34px auto 44px !important;
    padding: 24px;
    border: 1px solid var(--gsh26-line);
    border-radius: 16px;
    background: #f6f8fb;
    box-shadow: 0 18px 42px -34px rgba(15, 23, 42, .34);
}

.checkout-cart-index .gsh-cart-crosssell__title {
    margin: 0;
    color: var(--gsh26-ink);
    font-size: 22px;
    font-weight: 950;
    line-height: 1.18;
    letter-spacing: 0;
}

.checkout-cart-index .product-slider[data-slider-type="crosssell"] [data-prev],
.checkout-cart-index .product-slider[data-slider-type="crosssell"] [data-next] {
    width: 42px;
    height: 42px;
    border-radius: 999px !important;
    border: 1px solid var(--gsh26-line) !important;
    background: #fff !important;
    color: var(--gsh26-ink) !important;
    box-shadow: 0 8px 24px -18px rgba(15, 23, 42, .42);
}

.checkout-cart-index .product-slider[data-slider-type="crosssell"] .snap-track {
    --snap-gap: 16px;
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    align-items: stretch;
    overflow: visible !important;
    scroll-snap-type: none !important;
    margin-top: 18px;
    padding: 2px 2px 12px;
}

.checkout-cart-index .product-slider[data-slider-type="crosssell"] .snap-track > [role="tabpanel"] {
    width: 100% !important;
    min-width: 0 !important;
    scroll-snap-align: unset !important;
}

.checkout-cart-index .product-slider[data-slider-type="crosssell"] .snap-track > [role="tabpanel"] > * {
    height: 100%;
}

.checkout-cart-index .product-slider[data-slider-type="crosssell"] .product-item {
    height: auto !important;
    min-height: 0 !important;
    overflow: hidden;
    padding: 14px !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 12px !important;
    background: #fff !important;
    box-shadow: 0 1px 2px rgba(15, 23, 42, .04) !important;
    transform: none !important;
}

.checkout-cart-index .product-slider[data-slider-type="crosssell"] .product-item-photo {
    display: flex !important;
    width: 100% !important;
    max-width: none !important;
    height: 174px !important;
    min-height: 174px !important;
    aspect-ratio: auto;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin: 0 0 12px !important;
    padding: 14px !important;
    border-radius: 10px !important;
    background: transparent !important;
}

.checkout-cart-index .product-slider[data-slider-type="crosssell"] .product-info {
    min-height: 0 !important;
    padding: 0 !important;
    text-align: left;
}

.checkout-cart-index .product-slider[data-slider-type="crosssell"] .product-info > .mt-2 {
    margin-top: 0 !important;
    text-align: left !important;
}

.checkout-cart-index .product-slider[data-slider-type="crosssell"] .gsh-grid-product-name {
    min-height: 50px;
    text-align: left;
}

.checkout-cart-index .product-slider[data-slider-type="crosssell"] .gsh-grid-product-name__main,
.checkout-cart-index .product-slider[data-slider-type="crosssell"] .product-item-link {
    font-size: 14px !important;
    line-height: 1.25 !important;
    font-weight: 900 !important;
}

.checkout-cart-index .product-slider[data-slider-type="crosssell"] .gsh-grid-product-name__meta {
    font-size: 11px !important;
    line-height: 1.25 !important;
}

.checkout-cart-index .product-slider[data-slider-type="crosssell"] .product-item-photo img,
.checkout-cart-index .product-slider[data-slider-type="crosssell"] .product-image-photo {
    width: 100% !important;
    max-width: 150px !important;
    height: 150px !important;
    max-height: 150px !important;
    object-fit: contain !important;
    margin: auto;
}

.checkout-cart-index .product-slider[data-slider-type="crosssell"] .price-box {
    margin-top: 10px !important;
}

.checkout-cart-index .product-slider[data-slider-type="crosssell"] .price {
    font-size: 18px !important;
}

.checkout-cart-index .product-slider[data-slider-type="crosssell"] [data-addto="cart"] {
    min-height: 42px !important;
    border-radius: 8px !important;
}

.checkout-cart-index .product-slider[data-slider-type="crosssell"] [data-prev],
.checkout-cart-index .product-slider[data-slider-type="crosssell"] [data-next],
.checkout-cart-index .product-slider[data-slider-type="crosssell"] .snap-pager {
    display: none !important;
}

@media (max-width: 820px) {
    .checkout-cart-index section#messages .messages.container {
        padding: 12px 16px 0;
    }

    .checkout-cart-index .product-slider[data-slider-type="crosssell"] {
        margin: 24px 16px 34px !important;
        padding: 18px 14px;
        border-radius: 14px;
    }

    .checkout-cart-index .gsh-cart-crosssell__title {
        font-size: 19px;
    }

    .checkout-cart-index .product-slider[data-slider-type="crosssell"] .snap-track {
        grid-template-columns: 1fr;
    }

    .checkout-cart-index .product-slider[data-slider-type="crosssell"] .product-item-photo {
        height: 152px !important;
        min-height: 152px !important;
    }

    .checkout-cart-index .product-slider[data-slider-type="crosssell"] .product-item-photo img,
    .checkout-cart-index .product-slider[data-slider-type="crosssell"] .product-image-photo {
        max-width: 132px !important;
        height: 132px !important;
        max-height: 132px !important;
    }
}

@media (min-width: 821px) and (max-width: 1100px) {
    .checkout-cart-index .product-slider[data-slider-type="crosssell"] .snap-track {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.catalog-product-view #product-addtocart-button {
    min-height: 58px;
    justify-content: center;
    border-radius: 8px !important;
    background: linear-gradient(180deg, var(--gsh26-blue), var(--gsh26-blue-2)) !important;
    color: #fff !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    box-shadow: 0 18px 36px -22px rgba(8, 103, 255, .85);
}

.catalog-product-view #product-addtocart-button:hover {
    filter: brightness(.96);
    transform: translateY(-1px);
}

.gsh26-product-layout__media {
    display: contents;
}

.gsh26-product-layout__media #gallery {
    order: 1;
}

.gsh26-product-panel {
    order: 2;
}

.gsh26-product-layout__details {
    order: 3;
    grid-column: 1 / -1;
    width: 100%;
}

/* Omschrijvings-grid binnen __details altijd 1 kolom (omschrijving vol-breed). */
.gsh26-product-layout__details > .grid {
    grid-template-columns: 1fr !important;
}

/* Feedback #18/#20: 'desktop-modus' (omschrijving genest in de smalle linkerkolom) pas vanaf
   1024px. Dit thema heeft lage Tailwind-breakpoints (lg ~768px), waardoor tablets (iPad 820/834)
   anders al als desktop werden behandeld en de omschrijving smal bleef. */
@media (min-width: 1024px) {
    .gsh26-product-layout__media {
        display: block;
        grid-column: 1;
    }

    .gsh26-product-layout__details {
        grid-column: auto;
        margin-top: 24px;
    }
}

/* Onder 1024px de hele productlayout 1-koloms (overschrijft de md:/lg: Tailwind-grid van het
   thema). Alles stapelt vol-breed: gallery, buy-box, omschrijving. */
@media (max-width: 1023.98px) {
    .gsh26-product-layout {
        grid-template-columns: 1fr !important;
    }
}

.catalog-product-view .product-options-wrapper,
.catalog-product-view #product-options-wrapper,
.catalog-product-view .fieldset > .field[class*=option],
.catalog-product-view .card {
    border: 1px solid var(--gsh26-line) !important;
    border-radius: 12px !important;
    background: #fff !important;
    box-shadow: none !important;
}

.page-product-bundle .product-options-bottom {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: 1fr !important;
    gap: 16px !important;
    align-items: stretch !important;
}

.page-product-bundle .product-options-bottom > div {
    width: 100% !important;
    max-width: none !important;
    flex: 0 0 auto !important;
}

.page-product-bundle .fieldset-bundle-options {
    display: grid;
    gap: 18px;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

.page-product-bundle #customizeTitle {
    margin: 0 !important;
}

.page-product-bundle #customizeTitle h2 {
    margin: 0;
    color: var(--gsh26-ink);
    font-family: inherit;
    font-size: 18px;
    font-weight: 950;
    line-height: 1.2;
}

.page-product-bundle .fieldset-bundle-options > fieldset,
.page-product-bundle .fieldset-bundle-options > div {
    margin: 0 !important;
    padding: 0 0 16px !important;
    border: 0 !important;
    border-bottom: 1px solid var(--gsh26-line) !important;
}

.page-product-bundle .fieldset-bundle-options legend,
.page-product-bundle .fieldset-bundle-options > div > label {
    margin: 0 0 10px !important;
    color: var(--gsh26-ink);
    font-size: 14px;
    font-weight: 950 !important;
    line-height: 1.2;
    text-transform: none;
}

.page-product-bundle .fieldset-bundle-options .options-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
}

.page-product-bundle .gsh26-bundle-choice {
    display: block !important;
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
}

.page-product-bundle .gsh26-bundle-choice input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.page-product-bundle .gsh26-bundle-choice label {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    width: 100%;
    min-height: 42px;
    align-items: center;
    gap: 14px;
    max-width: 100%;
    padding: 9px 12px;
    border: 1px solid var(--gsh26-line);
    border-radius: 8px;
    background: #fff;
    color: var(--gsh26-ink);
    cursor: pointer;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.25;
    transition: border-color .16s ease, box-shadow .16s ease, color .16s ease;
}

.page-product-bundle .gsh26-bundle-choice__text {
    min-width: 0;
}

.page-product-bundle .gsh26-bundle-choice .product-name {
    overflow-wrap: anywhere;
}

.page-product-bundle .gsh26-bundle-choice input:checked + label {
    border-color: var(--gsh26-blue);
    color: var(--gsh26-blue);
    box-shadow: inset 0 0 0 1px var(--gsh26-blue), 0 10px 28px -24px rgba(8, 103, 255, .85);
}

.page-product-bundle .gsh26-bundle-choice input:focus-visible + label {
    outline: 2px solid var(--gsh26-blue);
    outline-offset: 2px;
}

.page-product-bundle .gsh26-bundle-choice .price-notice {
    flex: 0 0 auto;
    justify-self: end;
    margin-left: 0;
    padding-left: 10px;
    color: var(--gsh26-ink);
    font-size: 12px;
    font-weight: 400;
    text-align: right;
    white-space: nowrap;
}

.page-product-bundle .gsh26-bundle-choice .price,
.page-product-bundle .gsh26-bundle-choice .price-wrapper {
    color: var(--gsh26-ink) !important;
    font-size: inherit !important;
    font-weight: 400 !important;
    line-height: inherit !important;
}

.catalog-product-view.page-product-bundle .fieldset-bundle-options .gsh26-bundle-choice .label {
    font-weight: 400 !important;
}

.page-product-bundle .block-bundle-summary {
    margin-top: 2px;
}

.page-product-bundle .product-options-bottom .block-bundle-summary {
    order: 2;
}

.page-product-bundle .product-options-bottom > div:first-child {
    order: 1;
}

.page-product-bundle .block-bundle-summary hgroup {
    display: none;
}

.page-product-bundle .bundle-summary {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 14px;
    align-items: center;
    padding: 16px !important;
    border-radius: 10px !important;
    background: var(--gsh26-soft) !important;
}

.page-product-bundle .bundle-summary > div[x-show] {
    color: var(--gsh26-muted);
    font-size: 12px;
    min-width: 0;
    order: 1;
}

.page-product-bundle .bundle-summary > div[x-show] p {
    margin: 0 0 8px !important;
    color: var(--gsh26-ink);
    font-size: 13px !important;
}

.page-product-bundle .bundle-summary .price-box {
    margin: 0 !important;
    order: 2;
}

.page-product-bundle .bundle-summary .final-price {
    display: block !important;
}

.page-product-bundle .bundle-summary .price {
    font-size: clamp(30px, 3.2vw, 40px) !important;
}

.page-product-bundle .bundle-summary .flex.mb-4 {
    display: grid !important;
    grid-template-columns: 78px minmax(0, 1fr);
    grid-column: 1 / -1;
    order: 3;
    gap: 14px;
    margin: 0 !important;
}

.page-product-bundle .gsh26-product-usps--bundle {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 14px 0 0;
    padding: 14px;
    border: 1px solid var(--gsh26-line);
    border-radius: 10px;
    background: #fff;
}

.gsh-usp-strip .gsh-wrap,
.gsh26-service-strip {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    margin: 28px 0;
    border: 1px solid var(--gsh26-line);
    border-radius: 10px;
    background: #fff;
    box-shadow: var(--gsh26-shadow);
}

.gsh-usp-strip .gsh-wrap {
    width: min(100% - 48px, 1320px);
    margin: 28px auto;
}

.gsh26-service-strip div,
.gsh-usp-strip .gsh-wrap > div {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 3px 14px;
    align-items: center;
    min-height: 88px;
    padding: 18px 22px;
    border-left: 1px solid var(--gsh26-line);
}

.gsh26-service-strip div > svg,
.gsh-usp-strip .gsh-wrap > div > svg {
    grid-row: 1 / 3;
    grid-column: 1;
    align-self: center;
    justify-self: center;
}

.gsh26-service-strip div > strong,
.gsh26-service-strip div > span,
.gsh-usp-strip .gsh-wrap > div > strong,
.gsh-usp-strip .gsh-wrap > div > span {
    grid-column: 2;
    min-width: 0;
}

.gsh26-service-strip div:first-child,
.gsh-usp-strip .gsh-wrap > div:first-child {
    border-left: 0;
}

.gsh26-service-strip strong,
.gsh-usp-strip strong {
    color: var(--gsh26-ink);
    font-size: 13px;
    font-weight: 950;
    letter-spacing: .02em;
    text-transform: uppercase;
}

.gsh26-service-strip span,
.gsh-usp-strip span {
    color: var(--gsh26-muted);
    font-size: 13px;
}

.toolbar-products {
    border: 1px solid var(--gsh26-line) !important;
    border-radius: 10px !important;
    background: #fff !important;
    box-shadow: var(--gsh26-shadow) !important;
}

.products-grid .product-item,
.products-list .product-item,
.gsh-product-card {
    border: 1px solid var(--gsh26-line) !important;
    border-radius: 12px !important;
    background: #fff !important;
    box-shadow: 0 12px 42px -34px rgba(3, 27, 72, .45) !important;
}

.products-grid .product-item:hover,
.products-list .product-item:hover,
.gsh-product-card:hover {
    border-color: rgba(8, 103, 255, .42) !important;
    box-shadow: var(--gsh26-shadow) !important;
    transform: translateY(-3px);
}

.products-grid .product-item-photo,
.products-list .product-item-photo,
.gsh-product-image {
    border-radius: 10px !important;
    background: var(--gsh26-soft) !important;
}

.product-item-link,
.gsh-product-body h3 {
    color: var(--gsh26-ink) !important;
    font-weight: 950 !important;
}

.price-box .price,
.gsh-price {
    color: var(--gsh26-ink) !important;
    font-weight: 950 !important;
}

.products-grid .btn-primary,
.products-list .btn-primary,
.gsh-quick-add,
.gsh-btn {
    border-radius: 8px !important;
}

.gsh26-bundle-grid-price .old-price {
    display: block;
    margin: 0 0 3px;
}

.gsh26-bundle-grid-price .old-price .price {
    color: var(--gsh26-muted) !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    text-decoration: line-through;
}

.gsh-grid-desktop-price-label {
    display: none;
}

.catalog-product-view .gsh26-price-block .old-price,
.catalog-product-view .gsh26-price-block .special-price {
    display: block;
}

.catalog-product-view .gsh26-price-block .old-price .price-label,
.catalog-product-view .gsh26-price-block .special-price .price-label {
    display: none !important;
}

.catalog-product-view .gsh26-price-block .gsh-grid-desktop-price-label {
    display: block;
    margin: 0 0 3px;
    color: var(--gsh26-muted);
    font-size: 14px;
    font-weight: 800;
    line-height: 1.2;
}

.catalog-product-view .gsh26-price-block .gsh-grid-desktop-price-label--special {
    margin-top: 8px;
    color: var(--gsh26-ink);
}

.catalog-product-view .gsh26-price-block .gsh-product-view-price-label {
    display: block;
    margin: 0 0 3px;
    color: var(--gsh26-muted);
    font-size: 14px;
    font-weight: 800;
    line-height: 1.2;
}

.catalog-product-view .gsh26-price-block .gsh-product-view-price-label--final {
    margin-top: 8px;
    color: var(--gsh26-ink);
}

.catalog-product-view .gsh26-price-block .old-price.flex {
    display: block;
}

@media (min-width: 821px) {
    .products-grid .price-box .old-price,
    .products-grid .price-box .special-price {
        display: block;
    }

    .products-grid .price-box .old-price .price-label,
    .products-grid .price-box .special-price .price-label {
        display: none !important;
    }

    .products-grid .price-box .gsh-grid-desktop-price-label {
        display: block;
        margin: 0 0 2px;
        color: var(--gsh26-muted);
        font-size: 12px;
        font-weight: 500;
        line-height: 1.2;
    }

    .products-grid .price-box .gsh-grid-desktop-price-label--special {
        color: var(--gsh26-ink);
    }
}

.gsh-section h2 {
    color: var(--gsh26-ink);
    font-weight: 950;
}

.gsh-hero h1 {
    color: #fff;
    font-weight: 950;
}

.gsh-hero h1 span {
    color: var(--gsh-lime, #c6ff3d);
}

.gsh-hero-proof {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

.gsh-hero-proof span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 34px;
    padding: 7px 12px;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 999px;
    background: rgba(255, 255, 255, .1);
    color: #fff;
    font-family: var(--font-body);
    font-size: 13px;
    font-weight: 850;
    letter-spacing: .02em;
}

.gsh-hero-proof span::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: var(--gsh-lime, #c6ff3d);
}

.gsh-cat {
    border-radius: 12px;
}

.cms-index-index .gsh-brands {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

@media (max-width: 820px) {
    .cms-index-index .gsh-brands {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cms-index-index .gsh-brands a {
        min-height: 74px;
        padding: 14px 10px;
        font-size: 18px;
        line-height: 1.1;
        text-align: center;
        overflow-wrap: anywhere;
    }
}

.gsh-footer {
    display: none;
}

.gsh26-footer {
    margin-top: 54px;
    padding: 32px 0 30px;
    background: linear-gradient(180deg, var(--gsh26-navy), var(--gsh26-navy-2));
    color: #fff;
}

.gsh26-footer .gsh26-service-strip {
    margin: 0 0 30px;
    border-color: rgba(255, 255, 255, .14);
    background: rgba(255, 255, 255, .06);
    box-shadow: none;
}

.gsh26-footer .gsh26-service-strip div {
    min-height: 78px;
    padding: 16px 18px;
    border-color: rgba(255, 255, 255, .12);
}

.gsh26-footer .gsh26-service-strip strong {
    color: #fff;
    font-size: 14px;
}

.gsh26-footer .gsh26-service-strip span {
    color: rgba(255, 255, 255, .66);
    font-size: 13px;
    line-height: 1.35;
}

.gsh26-newsletter {
    display: grid;
    gap: 10px;
    padding: 0;
    border: 0;
    border-radius: 8px;
    background: transparent;
}

.gsh26-newsletter input[type=email] {
    min-width: 0;
    height: 46px;
    border: 1px solid #cfd9e5;
    border-radius: 6px;
    background: #fff;
    color: var(--gsh26-ink);
    padding: 0 14px;
    font-weight: 800;
    outline: 0;
}

.gsh26-newsletter button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 46px;
    padding: 0 16px;
    border-radius: 6px;
    background: var(--gsh26-blue);
    color: #fff;
    font-weight: 950;
}

.gsh26-newsletter small {
    color: rgba(255, 255, 255, .56);
    font-size: 11px;
    line-height: 1.4;
}

.gsh26-honeypot {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

.gsh26-footer__grid {
    display: grid;
    grid-template-columns: minmax(280px, 1.25fr) minmax(150px, .72fr) minmax(190px, .9fr) minmax(280px, 1fr);
    gap: 46px;
    align-items: start;
    padding: 4px 0 28px;
}

.gsh26-footer__brand img {
    width: auto;
    height: 104px;
    max-width: 496px;
    object-fit: contain;
}

.gsh26-footer p {
    max-width: 360px;
    margin: 12px 0 0;
    color: rgba(255, 255, 255, .68);
    line-height: 1.62;
}

.gsh26-footer h2 {
    margin: 0 0 15px;
    color: #fff;
    font: inherit;
    font-size: 16px;
    font-weight: 900;
    line-height: 1.25;
}

.gsh26-footer a {
    display: block;
    margin: 9px 0;
    color: rgba(255, 255, 255, .68);
    font-weight: 800;
    text-decoration: none;
}

.gsh26-footer a:hover {
    color: #fff;
}

.gsh26-payments {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 16px;
}

.gsh26-payments span {
    padding: 6px 9px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 6px;
    background: rgba(255, 255, 255, .08);
    color: rgba(255, 255, 255, .86);
    font-size: 12px;
    font-weight: 900;
}

.gsh26-footer__contact p {
    margin: 16px 0 0;
}

.gsh26-footer__contact strong {
    color: #fff;
}

.gsh26-footer__contact a {
    display: inline;
    margin: 0;
}

.gsh26-footer__newsletter {
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 8px;
    background: rgba(255, 255, 255, .07);
}

.gsh26-footer__newsletter p {
    margin: 0 0 14px;
}

.gsh26-footer__bottom {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, .14);
    color: rgba(255, 255, 255, .58);
    font-size: 13px;
}

.gsh26-footer__legal {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 8px 16px;
}

.gsh26-footer__legal a {
    color: rgba(255, 255, 255, .74);
}

.gsh26-footer__legal a:hover {
    color: #fff;
}

.cms-algemene-voorwaarden .page-main,
.cms-retourbeleid .page-main,
.cms-mizuno-fitting .page-main {
    background: linear-gradient(180deg, #f6faff 0, #fff 520px);
}

.cms-algemene-voorwaarden .columns,
.cms-retourbeleid .columns,
.cms-mizuno-fitting .columns {
    width: min(100% - 48px, 1320px);
    max-width: 1320px;
    margin: 0 auto;
    padding: 0;
}

.cms-retourbeleid .column.main,
.cms-mizuno-fitting .column.main {
    padding: 0 0 54px;
}

.gsh26-return-policy {
    display: grid;
    gap: 26px;
    margin-top: 22px;
    color: var(--gsh26-ink);
}

.gsh26-return-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 420px);
    gap: 24px;
    align-items: stretch;
    padding: 34px;
    border-radius: 12px;
    background: linear-gradient(135deg, var(--gsh26-navy), #08377a);
    color: #fff;
    box-shadow: var(--gsh26-shadow);
}

.gsh26-return-eyebrow {
    margin: 0 0 12px;
    color: rgba(255, 255, 255, .72);
    font-size: 13px;
    font-weight: 950;
    letter-spacing: 0;
    text-transform: uppercase;
}

.gsh26-return-hero h1 {
    margin: 0 0 16px;
    font-size: clamp(38px, 6vw, 66px);
    font-weight: 950;
    line-height: .98;
}

.gsh26-return-hero p {
    max-width: 760px;
    margin: 0;
    color: rgba(255, 255, 255, .82);
    font-size: 18px;
    line-height: 1.65;
}

.gsh26-return-summary,
.gsh26-return-card,
.gsh26-return-address,
.gsh26-return-info section {
    border: 1px solid var(--gsh26-line);
    border-radius: 12px;
    background: #fff;
    box-shadow: var(--gsh26-shadow);
}

.gsh26-return-summary {
    padding: 22px;
    background: rgba(255, 255, 255, .1);
    border-color: rgba(255, 255, 255, .22);
    box-shadow: none;
}

.gsh26-return-summary strong {
    display: block;
    margin-bottom: 14px;
    color: #fff;
    font-size: 18px;
    font-weight: 950;
}

.gsh26-return-summary ul,
.gsh26-return-card ol {
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.gsh26-return-summary li {
    position: relative;
    padding-left: 24px;
    color: rgba(255, 255, 255, .84);
    line-height: 1.5;
}

.gsh26-return-summary li::before {
    content: "";
    position: absolute;
    top: .58em;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--gsh26-blue);
}

.gsh26-return-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 380px);
    gap: 24px;
    align-items: start;
}

.gsh26-return-card,
.gsh26-return-address,
.gsh26-return-info section {
    padding: 26px;
}

.gsh26-return-policy h2 {
    margin: 0 0 16px;
    color: var(--gsh26-ink);
    font-size: 24px;
    font-weight: 950;
    line-height: 1.15;
}

.gsh26-return-card ol {
    counter-reset: return-step;
}

.gsh26-return-card li {
    counter-increment: return-step;
    position: relative;
    min-height: 58px;
    padding: 0 0 18px 76px;
    border-bottom: 1px solid var(--gsh26-line);
    color: var(--gsh26-muted);
    line-height: 1.65;
}

.gsh26-return-card li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.gsh26-return-card li::before {
    content: counter(return-step);
    position: absolute;
    top: 2px;
    left: 0;
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    border-radius: 10px;
    background: var(--gsh26-sky);
    color: var(--gsh26-blue);
    font-weight: 950;
}

.gsh26-return-card strong {
    display: block;
    margin-bottom: 4px;
    color: var(--gsh26-ink);
    font-weight: 950;
}

.gsh26-return-policy a {
    color: var(--gsh26-blue);
    font-weight: 850;
    text-decoration: none;
}

.gsh26-return-policy a:hover {
    text-decoration: underline;
}

.gsh26-return-address {
    background: var(--gsh26-soft);
}

.gsh26-return-address address {
    margin: 0 0 18px;
    padding: 18px;
    border: 1px solid var(--gsh26-line);
    border-radius: 10px;
    background: #fff;
    color: var(--gsh26-ink);
    font-style: normal;
    font-weight: 850;
    line-height: 1.7;
}

.gsh26-return-address p,
.gsh26-return-info p {
    margin: 0;
    color: var(--gsh26-muted);
    line-height: 1.75;
}

.gsh26-return-info {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.gsh26-contact-page {
    display: grid;
    gap: 26px;
    margin-top: 22px;
    color: var(--gsh26-ink);
}

.gsh26-contact-hero {
    padding: 34px;
    border-radius: 12px;
    background: linear-gradient(135deg, var(--gsh26-navy), #08377a);
    color: #fff;
    box-shadow: var(--gsh26-shadow);
}

.gsh26-contact-eyebrow {
    margin: 0 0 12px;
    color: rgba(255, 255, 255, .72);
    font-size: 13px;
    font-weight: 950;
    letter-spacing: 0;
    text-transform: uppercase;
}

.gsh26-contact-hero h1 {
    margin: 0 0 16px;
    font-size: clamp(38px, 6vw, 66px);
    font-weight: 950;
    line-height: .98;
}

.gsh26-contact-hero p {
    max-width: 760px;
    margin: 0;
    color: rgba(255, 255, 255, .82);
    font-size: 18px;
    line-height: 1.65;
}

.gsh26-contact-layout {
    display: grid;
    grid-template-columns: minmax(280px, 420px) minmax(0, 1fr);
    gap: 24px;
    align-items: start;
}

.gsh26-contact-details {
    display: grid;
    gap: 16px;
}

.gsh26-contact-card,
.gsh26-contact-form {
    padding: 24px;
    border: 1px solid var(--gsh26-line);
    border-radius: 12px;
    background: #fff;
    box-shadow: var(--gsh26-shadow);
}

.gsh26-contact-card h2,
.gsh26-contact-form h2 {
    margin: 0 0 14px;
    color: var(--gsh26-ink);
    font-size: 24px;
    font-weight: 950;
    line-height: 1.15;
}

.gsh26-contact-card address,
.gsh26-contact-card p,
.gsh26-contact-form > p {
    margin: 0;
    color: var(--gsh26-muted);
    font-style: normal;
    line-height: 1.7;
}

.gsh26-contact-card p + p {
    margin-top: 14px;
}

.gsh26-contact-card strong {
    color: var(--gsh26-ink);
    font-weight: 950;
}

.gsh26-contact-page a {
    color: var(--gsh26-blue);
    font-weight: 850;
    text-decoration: none;
}

.gsh26-contact-page a:hover {
    text-decoration: underline;
}

.gsh26-contact-form .flex.flex-col.md\:flex-row {
    display: block;
    padding: 0;
}

.gsh26-contact-form form.contact {
    width: 100%;
    max-width: none;
    margin-top: 18px;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
}

.gsh26-contact-form form.contact .flex.flex-col.text-center {
    display: none;
}

.gsh26-contact-form form.contact .flex.flex-wrap {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin: 0;
}

.gsh26-contact-form form.contact .field {
    width: auto;
    padding: 0;
}

.gsh26-contact-form form.contact .field.comment {
    grid-column: 1 / -1;
}

.gsh26-contact-form form.contact label {
    display: block;
    margin-bottom: 8px;
    color: var(--gsh26-ink);
    font-weight: 850;
}

.gsh26-contact-form form.contact input,
.gsh26-contact-form form.contact textarea {
    width: 100%;
    border: 1px solid var(--gsh26-line);
    border-radius: 10px;
    background: #fff;
}

.gsh26-contact-form form.contact button[type=submit] {
    display: inline-flex;
    justify-content: center;
    min-height: 48px;
    margin-top: 18px;
    padding: 0 22px;
    border-radius: 10px;
    background: var(--gsh26-blue);
    color: #fff;
    font-weight: 950;
}

.gsh26-contact-form form.contact + script + .card,
.gsh26-contact-form form.contact ~ .card {
    display: none;
}

.gsh26-fitting-page {
    display: grid;
    gap: 26px;
    margin-top: 22px;
    color: var(--gsh26-ink);
}

.gsh26-fitting-hero {
    padding: 34px;
    border-radius: 12px;
    background: linear-gradient(135deg, var(--gsh26-navy), #08377a);
    color: #fff;
    box-shadow: var(--gsh26-shadow);
}

.gsh26-fitting-eyebrow {
    margin: 0 0 12px;
    color: rgba(255, 255, 255, .72);
    font-size: 13px;
    font-weight: 950;
    letter-spacing: 0;
    text-transform: uppercase;
}

.gsh26-fitting-hero h1 {
    margin: 0 0 16px;
    font-size: clamp(38px, 6vw, 66px);
    font-weight: 950;
    line-height: .98;
}

.gsh26-fitting-hero p {
    max-width: 780px;
    margin: 0;
    color: rgba(255, 255, 255, .82);
    font-size: 18px;
    line-height: 1.65;
}

.gsh26-fitting-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 460px);
    gap: 24px;
    align-items: start;
}

.gsh26-fitting-content {
    display: grid;
    gap: 18px;
}

.gsh26-fitting-content section,
.gsh26-fitting-panel {
    padding: 26px;
    border: 1px solid var(--gsh26-line);
    border-radius: 12px;
    background: #fff;
    box-shadow: var(--gsh26-shadow);
}

.gsh26-fitting-page h2 {
    margin: 0 0 14px;
    color: var(--gsh26-ink);
    font-size: 24px;
    font-weight: 950;
    line-height: 1.15;
}

.gsh26-fitting-content p,
.gsh26-fitting-panel > p,
.gsh26-fitting-content li {
    color: var(--gsh26-muted);
    line-height: 1.7;
}

.gsh26-fitting-content p,
.gsh26-fitting-panel > p {
    margin: 0;
}

.gsh26-fitting-content ul {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.gsh26-fitting-content li {
    position: relative;
    padding-left: 22px;
}

.gsh26-fitting-content li::before {
    content: "";
    position: absolute;
    top: .7em;
    left: 0;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--gsh26-blue);
}

.gsh26-fitting-form {
    display: grid;
    gap: 16px;
    margin-top: 20px;
}

.gsh26-fitting-form__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.gsh26-fitting-form label,
.gsh26-fitting-form fieldset {
    display: grid;
    gap: 8px;
    min-width: 0;
}

.gsh26-fitting-form label > span,
.gsh26-fitting-form legend {
    color: var(--gsh26-ink);
    font-weight: 850;
}

.gsh26-fitting-form input[type=text],
.gsh26-fitting-form input[type=email],
.gsh26-fitting-form input[type=tel],
.gsh26-fitting-form input[type=date],
.gsh26-fitting-form textarea {
    width: 100%;
    border: 1px solid var(--gsh26-line);
    border-radius: 10px;
    background: #fff;
}

.gsh26-fitting-form fieldset {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 0;
    padding: 16px;
    border: 1px solid var(--gsh26-line);
    border-radius: 10px;
    background: var(--gsh26-soft);
}

.gsh26-fitting-form fieldset legend {
    grid-column: 1 / -1;
    padding: 0;
}

.gsh26-fitting-form fieldset label {
    display: flex;
    align-items: center;
    gap: 9px;
}

.gsh26-fitting-form input[type=checkbox] {
    width: 18px;
    height: 18px;
    border-color: var(--gsh26-blue);
    color: var(--gsh26-blue);
}

.gsh26-fitting-form__message {
    grid-column: 1 / -1;
}

.gsh26-fitting-form button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 22px;
    border: 0;
    border-radius: 10px;
    background: linear-gradient(180deg, var(--gsh26-blue), var(--gsh26-blue-2));
    color: #fff !important;
    font-weight: 700;
    line-height: 1;
    box-shadow: 0 16px 32px -22px rgba(8, 103, 255, .85);
    transition: transform .15s ease, filter .15s ease, box-shadow .15s ease;
}

.gsh26-fitting-form button:hover,
.gsh26-fitting-form button:focus {
    color: #fff !important;
    filter: brightness(.96);
    transform: translateY(-1px);
    box-shadow: 0 20px 38px -24px rgba(8, 103, 255, .95);
}

.cms-contact .page-main {
    background: linear-gradient(180deg, #f6faff 0, #fff 460px);
}

.cms-contact .columns {
    width: min(100% - 48px, 1320px);
    max-width: 1320px;
    margin: 0 auto;
    padding: 0;
}

.cms-contact .column.main {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr);
    gap: 26px;
    align-items: start;
}

.cms-contact .column.main::before {
    content: "Contact";
    grid-column: 1 / -1;
    display: block;
    margin: 22px 0 0;
    padding: 30px 34px;
    border-radius: 12px;
    background: linear-gradient(135deg, var(--gsh26-navy), #08377a);
    color: #fff;
    font-size: clamp(34px, 5vw, 58px);
    font-weight: 950;
    line-height: 1;
}

.cms-contact .column.main > div {
    float: none !important;
    width: auto !important;
    min-width: 0;
}

.cms-contact .column.main > div:first-of-type,
.cms-contact .column.main > div:last-of-type {
    border: 1px solid var(--gsh26-line);
    border-radius: 12px;
    background: #fff;
    box-shadow: var(--gsh26-shadow);
}

.cms-contact .column.main > div:first-of-type {
    display: grid;
    gap: 18px;
    padding: 26px;
    color: var(--gsh26-ink);
    line-height: 1.7;
}

.cms-contact .column.main > div:first-of-type > div {
    float: none !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
}

.cms-contact .column.main > div:first-of-type > div:first-child {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.cms-contact .column.main > div:first-of-type > div:first-child > div {
    float: none !important;
    margin: 0 !important;
}

.cms-contact .column.main > div:first-of-type > div:first-child > div,
.cms-contact .column.main > div:first-of-type > div:nth-child(5) {
    padding: 18px;
    border: 1px solid var(--gsh26-line);
    border-radius: 10px;
    background: var(--gsh26-soft);
}

.cms-contact .column.main strong {
    color: var(--gsh26-ink);
    font-weight: 950;
}

.cms-contact .column.main a {
    color: var(--gsh26-blue);
    font-weight: 850;
    text-decoration: none;
}

.cms-contact .column.main a:hover {
    text-decoration: underline;
}

.cms-contact .column.main br {
    line-height: 1.8;
}

.cms-contact .column.main > div:last-of-type {
    overflow: hidden;
    padding: 0;
}

.cms-contact .column.main > div:last-of-type::before {
    content: "Volg Golfstoreholland";
    display: block;
    padding: 18px 18px 0;
    color: var(--gsh26-ink);
    font-size: 18px;
    font-weight: 950;
}

.cms-contact .column.main iframe {
    display: block;
    width: 100% !important;
    max-width: 100%;
    height: 560px !important;
    border: 0 !important;
}

.cms-contact .column.main {
    display: block;
}

.cms-contact .column.main::before {
    content: none;
    display: none;
}

.cms-contact .column.main > .gsh26-contact-page {
    display: grid;
    gap: 26px;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    color: var(--gsh26-ink);
    line-height: normal;
}

.cms-contact .column.main > .gsh26-contact-page > div,
.cms-contact .column.main > .gsh26-contact-page section {
    float: none !important;
    width: auto !important;
    height: auto !important;
    margin: 0;
}

@media (max-width: 1180px) {
    .gsh26-topbar__track {
        justify-content: flex-start;
        animation: gsh26-usp-marquee 34s linear infinite;
        padding-inline: 24px;
    }

    .gsh26-topbar__duplicate {
        display: inline-flex !important;
    }

    .gsh26-header__main {
        grid-template-columns: minmax(240px, 360px) minmax(260px, 1fr) auto;
        gap: 18px;
    }

    .gsh26-logo img {
        height: 76px;
        max-width: 360px;
    }

    .gsh26-nav__links > .gsh26-nav__item > a {
        padding: 0 13px;
    }

}

@media (min-width: 768px) and (max-width: 1180px) {
    .catalog-product-view .product-info-main > section[aria-label="Productinformatie"] {
        grid-template-columns: minmax(260px, .9fr) minmax(340px, 1fr);
        gap: 28px;
    }
}

@media (max-width: 920px) {
    .gsh26-wrap,
    .catalog-product-view .columns,
    .catalog-category-view .columns,
    .catalogsearch-result-index .columns {
        width: min(100% - 32px, 1320px);
    }

    .gsh26-header__main {
        grid-template-columns: 1fr auto;
        min-height: 86px;
    }

    .gsh26-logo img {
        height: 46px;
        max-width: 178px;
    }

    .gsh26-search {
        grid-column: 1 / -1;
        grid-row: 2;
        display: none;
        height: 54px;
        margin-bottom: 16px;
    }

    .gsh26-search.is-mobile-open {
        display: grid;
    }

    .gsh26-action,
    .gsh26-actions > a {
        display: none;
    }

    .gsh26-mobile-search-trigger {
        display: inline-flex;
    }

    .gsh26-nav__inner {
        min-height: 54px;
    }

    .gsh26-nav__categories {
        display: inline-flex;
        min-width: 96px;
    }

    .gsh26-nav__links {
        display: none;
    }

    .catalog-category-view .columns,
    .catalogsearch-result-index .columns {
        display: block;
    }

    .catalog-category-view .page-main,
    .catalogsearch-result-index .page-main {
        background: #f7fbff;
    }

    .catalog-category-view .breadcrumbs,
    .catalogsearch-result-index .breadcrumbs {
        padding: 10px 16px 6px;
        font-size: 12px;
    }

    .catalog-category-view .page-main > .container,
    .catalogsearch-result-index .page-main > .container {
        width: min(100% - 32px, 1320px);
        margin: 10px auto 8px;
        padding: 0;
    }

    .catalog-category-view .page-main > .container .page-title,
    .catalogsearch-result-index .page-main > .container .page-title {
        margin: 0 !important;
        padding: 0;
        color: var(--gsh26-ink) !important;
    }

    .catalog-category-view .page-title-wrapper,
    .catalogsearch-result-index .page-title-wrapper {
        width: min(100% - 32px, 1320px);
        margin: 12px auto 12px;
        padding: 16px 18px;
        border: 1px solid var(--gsh26-line);
        border-radius: 10px;
        background: #fff;
        color: var(--gsh26-ink);
        box-shadow: 0 14px 38px -34px rgba(3, 27, 72, .45);
    }

    .catalog-category-view .page-title,
    .catalogsearch-result-index .page-title {
        color: var(--gsh26-ink) !important;
        font-size: 28px !important;
        line-height: 1.08 !important;
    }

    .gsh26-mobile-list-actions {
        display: none !important;
    }

    .gsh26-filter-trigger {
        display: none !important;
        align-items: center;
        justify-content: center;
        gap: 8px;
        min-height: 42px;
        padding: 0 14px;
        border: 1px solid var(--gsh26-line);
        border-radius: 8px;
        background: #fff;
        color: var(--gsh26-ink);
        font-size: 14px;
        font-weight: 900;
        text-transform: none;
        box-shadow: 0 10px 28px -24px rgba(3, 27, 72, .5);
    }

    .gsh26-filter-trigger svg {
        width: 18px;
        height: 18px;
    }

    .gsh26-filter-trigger span {
        writing-mode: horizontal-tb;
        transform: none;
        letter-spacing: 0;
    }

    .gsh26-filter-overlay {
        position: fixed;
        inset: 0;
        z-index: 790;
        display: block;
        background: rgba(0, 16, 45, .48);
        backdrop-filter: blur(2px);
    }

    .gsh26-filter-overlay[hidden] {
        display: none;
    }

    .catalog-category-view .sidebar-main,
    .catalogsearch-result-index .sidebar-main {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        z-index: 800;
        width: min(86vw, 360px);
        margin: 0;
        overflow-y: auto;
        overscroll-behavior: contain;
        padding: 0 16px 18px;
        border: 0;
        border-radius: 0 14px 14px 0;
        transform: translateX(-105%);
        transition: transform .22s ease;
        box-shadow: 22px 0 54px -34px rgba(0, 16, 45, .8);
    }

    .gsh26-filter-open .catalog-category-view .sidebar-main,
    .gsh26-filter-open.catalog-category-view .sidebar-main,
    .gsh26-filter-open .catalogsearch-result-index .sidebar-main,
    .gsh26-filter-open.catalogsearch-result-index .sidebar-main {
        transform: translateX(0);
    }

    .gsh26-filter-open {
        overflow: hidden;
    }

    .gsh26-filter-drawer__head {
        position: sticky;
        top: 0;
        z-index: 2;
        display: flex;
        min-height: 58px;
        align-items: center;
        justify-content: space-between;
        margin: 0 -16px 12px;
        padding: 0 16px;
        border-bottom: 1px solid var(--gsh26-line);
        background: #fff;
        color: var(--gsh26-ink);
    }

    .gsh26-filter-drawer__head strong {
        font-size: 17px;
        font-weight: 950;
    }

    .gsh26-filter-drawer__head button {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 38px;
        height: 38px;
        border-radius: 8px;
        color: var(--gsh26-ink);
        font-size: 30px;
        line-height: 1;
    }

    .catalog-category-view .sidebar-main .filter-content,
    .catalogsearch-result-index .sidebar-main .filter-content {
        display: block !important;
        padding-top: 0 !important;
    }

    .catalog-category-view .sidebar-main .block-title,
    .catalogsearch-result-index .sidebar-main .block-title {
        display: none !important;
    }

    .catalog-category-view .sidebar-main .gsh26-filter-drawer__head,
    .catalogsearch-result-index .sidebar-main .gsh26-filter-drawer__head,
    .catalog-category-view .sidebar-main .gsh-filter-drawer-head,
    .catalogsearch-result-index .sidebar-main .gsh-filter-drawer-head {
        display: none !important;
    }

    .gsh26-filter-overlay {
        background: transparent !important;
        backdrop-filter: none !important;
    }

    .catalog-category-view .sidebar-main .filter-options-title,
    .catalogsearch-result-index .sidebar-main .filter-options-title {
        padding-block: 12px !important;
    }

    .toolbar-products {
        display: grid !important;
        grid-template-columns: auto minmax(0, 1fr) !important;
        align-items: center !important;
        column-gap: 8px !important;
        margin: 0 0 12px !important;
        padding: 8px 10px !important;
        border-radius: 8px !important;
        box-shadow: none !important;
    }

    .toolbar-products .modes {
        display: none !important;
    }

    .catalog-category-view .toolbar-products .gsh-mobile-filter-toggle,
    .catalogsearch-result-index .toolbar-products .gsh-mobile-filter-toggle {
        display: inline-flex !important;
        grid-column: 1 !important;
        width: auto !important;
        min-height: 34px !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 5px !important;
        padding: 0 9px !important;
        border: 0 !important;
        border-radius: 999px !important;
        background: var(--gsh26-blue) !important;
        color: #fff !important;
        font-size: 12px !important;
        font-weight: 900 !important;
        line-height: 1 !important;
        white-space: nowrap !important;
        box-shadow: none !important;
    }

    .catalog-category-view .toolbar-products .gsh-mobile-filter-toggle svg,
    .catalogsearch-result-index .toolbar-products .gsh-mobile-filter-toggle svg {
        width: 14px !important;
        height: 14px !important;
        flex: 0 0 auto !important;
    }

    .toolbar-products .toolbar-sorter {
        grid-column: 2 !important;
        min-width: 0 !important;
    }

    .toolbar-products .sorter-options {
        min-width: 0 !important;
        width: 100% !important;
    }

    .products-grid,
    .products-list {
        gap: 12px !important;
    }

    .gsh26-service-strip,
    .gsh-usp-strip .gsh-wrap,
    .gsh26-footer__grid {
        grid-template-columns: 1fr;
    }

    .cms-algemene-voorwaarden .columns,
    .cms-retourbeleid .columns,
    .cms-mizuno-fitting .columns {
        width: min(100% - 32px, 1320px);
    }

    .gsh26-return-hero,
    .gsh26-return-grid,
    .gsh26-return-info {
        grid-template-columns: 1fr;
    }

    .gsh26-return-hero {
        gap: 18px;
        padding: 22px;
        border-radius: 10px;
    }

    .gsh26-return-hero p {
        font-size: 16px;
        line-height: 1.55;
    }

    .gsh26-return-card,
    .gsh26-return-address,
    .gsh26-return-info section {
        padding: 18px;
        border-radius: 10px;
    }

    .gsh26-contact-layout,
    .gsh26-fitting-layout {
        grid-template-columns: 1fr;
    }

    .gsh26-contact-hero,
    .gsh26-fitting-hero {
        padding: 22px;
        border-radius: 10px;
    }

    .gsh26-contact-hero p,
    .gsh26-fitting-hero p {
        font-size: 16px;
        line-height: 1.55;
    }

    .gsh26-contact-card,
    .gsh26-contact-form,
    .gsh26-fitting-content section,
    .gsh26-fitting-panel {
        padding: 18px;
        border-radius: 10px;
    }

    .cms-contact .columns {
        width: min(100% - 32px, 1320px);
    }

    .cms-contact .column.main {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .cms-contact .column.main::before {
        margin-top: 12px;
        padding: 20px;
        border-radius: 10px;
        font-size: 34px;
    }

    .cms-contact .column.main > div:first-of-type {
        gap: 14px;
        padding: 18px;
        border-radius: 10px;
        font-size: 14px;
        line-height: 1.6;
    }

    .cms-contact .column.main > div:first-of-type > div:first-child {
        grid-template-columns: 1fr;
    }

    .cms-contact .column.main > div:first-of-type > div:first-child > div,
    .cms-contact .column.main > div:first-of-type > div:nth-child(5) {
        padding: 14px;
        border-radius: 8px;
    }

    .cms-contact .column.main iframe {
        height: 420px !important;
    }

    .gsh26-menu-panel__list--level-0 {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .gsh26-menu-panel__list--level-0 > li {
        border-bottom: 1px solid rgba(255, 255, 255, .12);
    }

    .gsh26-menu-panel__list--level-0 > li > .gsh26-menu-panel__row > a {
        padding: 14px 0;
        font-size: 15px;
    }

    .gsh26-menu-panel__list--level-1,
    .gsh26-menu-panel__list--level-2,
    .gsh26-menu-panel__list--level-3,
    .gsh26-menu-panel__list--level-4 {
        padding: 0 0 10px 16px;
    }

    .gsh26-menu-panel__list--level-2,
    .gsh26-menu-panel__list--level-3,
    .gsh26-menu-panel__list--level-4 {
        border-left: 1px solid rgba(255, 255, 255, .14);
    }

    .gsh26-service-strip div,
    .gsh-usp-strip .gsh-wrap > div {
        border-left: 0;
        border-top: 1px solid var(--gsh26-line);
    }

    .gsh26-service-strip div:first-child,
    .gsh-usp-strip .gsh-wrap > div:first-child {
        border-top: 0;
    }
}

@media (max-width: 767px) {
    .catalog-product-view .product-info-main > section[aria-label="Productinformatie"] {
        grid-template-columns: 1fr;
        gap: 24px;
    }
}

@media (max-width: 640px) {
    .gsh26-topbar__track {
        min-height: 42px;
        gap: 18px;
        animation-duration: 38s;
        font-size: 12px;
    }

    .catalog-category-view .page-title-wrapper,
    .catalogsearch-result-index .page-title-wrapper {
        margin-top: 10px;
        margin-bottom: 10px;
        padding: 14px 16px;
    }

    .catalog-category-view .columns,
    .catalogsearch-result-index .columns,
    .cms-algemene-voorwaarden .columns,
    .cms-retourbeleid .columns,
    .cms-mizuno-fitting .columns {
        width: min(100% - 24px, 1320px);
    }

    .gsh26-return-policy {
        gap: 16px;
        margin-top: 12px;
    }

    .gsh26-contact-page,
    .gsh26-fitting-page {
        gap: 16px;
        margin-top: 12px;
    }

    .gsh26-return-hero h1 {
        font-size: 34px;
    }

    .gsh26-contact-hero h1,
    .gsh26-fitting-hero h1 {
        font-size: 34px;
    }

    .gsh26-return-card li {
        min-height: 0;
        padding-left: 58px;
    }

    .gsh26-return-card li::before {
        width: 40px;
        height: 40px;
        border-radius: 8px;
    }

    .gsh26-contact-form form.contact .flex.flex-wrap,
    .gsh26-fitting-form__grid,
    .gsh26-fitting-form fieldset {
        grid-template-columns: 1fr;
    }

    .catalog-category-view .page-title,
    .catalogsearch-result-index .page-title {
        font-size: 24px !important;
    }

    .catalog-category-view .products.wrapper,
    .catalogsearch-result-index .products.wrapper,
    .catalog-category-view .products,
    .catalogsearch-result-index .products {
        margin-top: 10px !important;
    }

    .products-grid .product-item,
    .products-list .product-item,
    .gsh-product-card {
        border-radius: 8px !important;
    }

    .gsh26-buy-row,
    .catalog-product-view .product-info .product-options-bottom {
        grid-template-columns: 1fr !important;
    }

    .catalog-product-view input[name=qty],
    .gsh-cart-qty {
        width: 100% !important;
        max-width: none !important;
    }

    .page-product-bundle .fieldset-bundle-options .options-list,
    .page-product-bundle .gsh26-product-usps--bundle {
        grid-template-columns: 1fr;
    }

    .page-product-bundle .bundle-summary {
        grid-template-columns: 1fr;
    }

    .gsh26-footer__bottom {
        flex-direction: column;
    }

    .gsh-usp-strip .gsh-wrap {
        width: min(100% - 32px, 1320px);
    }

    .gsh26-newsletter {
        grid-template-columns: 1fr;
    }

    .gsh26-newsletter button {
        width: 100%;
    }
}

/* Full header replacement based on the handoff header, using gshd-* classes. */
.gshd-site-header {
    position: sticky;
    top: 0;
    z-index: 70;
    color: var(--gshd-ink, oklch(0.20 0.02 250));
    font-family: var(--font-sans) !important;
}

.gshd-site-header *,
.gshd-site-header *::before,
.gshd-site-header *::after {
    box-sizing: border-box;
    font-family: var(--font-sans) !important;
}

.gshd-shell {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 28px;
}

.gshd-topbar {
    background: oklch(0.22 0.09 250);
    color: oklch(0.95 0.025 235);
    font-size: 13px;
}

.gshd-topbar__inner {
    display: flex;
    min-height: 38px;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.gshd-topbar__marquee {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 22px;
    overflow: hidden;
}

.gshd-topbar__marquee span,
.gshd-topbar__links {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
}

.gshd-topbar__marquee svg {
    width: 14px;
    height: 14px;
    opacity: .85;
}

.gshd-topbar__links {
    gap: 18px;
    flex-shrink: 0;
}

.gshd-topbar__links a,
.gshd-topbar__links span {
    color: inherit;
    text-decoration: none;
}

.gshd-topbar__links a:hover {
    color: #fff;
}

.gshd-main-header {
    border-bottom: 1px solid oklch(0.92 0.01 240);
    background: #fff;
}

.gshd-main-header__inner {
    display: grid;
    grid-template-columns: auto minmax(260px, 560px) auto;
    min-height: 84px;
    align-items: center;
    gap: 36px;
}

.gshd-logo {
    display: flex;
    min-width: 220px;
    align-items: center;
    gap: 12px;
    color: oklch(0.22 0.09 250);
    text-decoration: none;
}

.gshd-logo img {
    width: auto;
    height: 52px;
    max-width: 205px;
    object-fit: contain;
}

.gshd-logo span {
    max-width: 94px;
    padding-left: 12px;
    border-left: 1px solid oklch(0.92 0.01 240);
    color: oklch(0.55 0.015 250);
    font-size: 10px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.gshd-search {
    position: relative;
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) 42px;
    width: 100%;
    max-width: 560px;
    height: 48px;
    align-items: center;
    overflow: hidden;
    border: 1.5px solid oklch(0.92 0.01 240);
    border-radius: 999px;
    background: oklch(0.98 0.012 235);
    transition: border-color .15s, background .15s, box-shadow .15s;
}

.gshd-search:focus-within {
    border-color: oklch(0.62 0.18 240);
    background: #fff;
    box-shadow: 0 0 0 4px oklch(0.62 0.18 240 / .12);
}

.gshd-search__icon {
    display: grid;
    place-items: center;
    color: oklch(0.55 0.015 250);
}

.gshd-search input {
    min-width: 0;
    width: 100%;
    height: 100%;
    border: 0;
    background: transparent;
    color: oklch(0.20 0.02 250);
    font-size: 15px;
    outline: 0;
}

.gshd-search button {
    display: grid;
    width: 36px;
    height: 36px;
    place-items: center;
    border: 0;
    border-radius: 999px;
    background: oklch(0.42 0.16 250);
    color: #fff;
}

.gshd-header-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 6px;
}

.gshd-icon-btn,
.gshd-customer-action > button,
.gshd-customer-action > a {
    position: relative;
    display: inline-flex !important;
    min-width: 58px;
    min-height: 58px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 4px;
    padding: 8px 12px;
    border: 0;
    border-radius: 12px;
    background: transparent;
    color: oklch(0.36 0.02 250);
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    transition: background .15s, color .15s;
}

.gshd-icon-btn:hover,
.gshd-customer-action > button:hover,
.gshd-customer-action > a:hover {
    background: oklch(0.98 0.012 235);
    color: oklch(0.34 0.14 250);
}

.gshd-icon-btn svg,
.gshd-customer-action svg {
    width: 22px;
    height: 22px;
}

.gshd-cart__count {
    position: absolute;
    top: 4px;
    right: 7px;
    display: grid;
    min-width: 18px;
    height: 18px;
    place-items: center;
    padding: 0 5px;
    border: 2px solid #fff;
    border-radius: 999px;
    background: oklch(0.66 0.17 195);
    color: oklch(0.22 0.09 250);
    font-size: 10px;
    font-style: normal;
    font-weight: 800;
    line-height: 1;
}

.gshd-nav {
    position: relative;
    border-bottom: 1px solid oklch(0.92 0.01 240);
    background: #fff;
}

.gshd-nav__inner {
    display: flex;
    min-height: 52px;
    align-items: center;
    gap: 4px;
}

.gshd-nav__links {
    display: flex;
    min-width: 0;
    flex: 1;
    align-items: center;
    gap: 4px;
    overflow: hidden;
}

.gshd-nav__item {
    display: flex;
    align-items: center;
}

.gshd-nav__item > a,
.gshd-nav__toggle {
    display: inline-flex;
    height: 52px;
    align-items: center;
    gap: 6px;
    padding: 0 16px;
    border: 0;
    border-bottom: 2px solid transparent;
    background: transparent;
    color: oklch(0.20 0.02 250);
    font-size: 14.5px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
    transition: color .15s, border-color .15s;
}

.gshd-nav__item:hover > a,
.gshd-nav__item:focus-within > a,
.gshd-nav__toggle:hover {
    border-bottom-color: oklch(0.42 0.16 250);
    color: oklch(0.34 0.14 250);
}

.gshd-nav__toggle {
    display: none;
    flex-shrink: 0;
}

.gshd-nav__toggle.is-compact {
    display: inline-flex;
}

.gshd-nav__links.is-compact {
    display: none;
}

.gshd-nav__help {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: oklch(0.36 0.02 250);
    font-size: 13.5px;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
}

.gshd-nav__help b {
    color: oklch(0.34 0.14 250);
    font-weight: 800;
}

.gshd-mega {
    position: absolute;
    z-index: 80;
    top: 100%;
    right: 0;
    left: 0;
    display: none;
    padding: 24px 0 28px;
    border-top: 1px solid oklch(0.92 0.01 240);
    background: #fff;
    box-shadow: 0 24px 60px -28px oklch(0.22 0.09 250 / .28);
}

.gshd-nav__item:hover .gshd-mega,
.gshd-nav__item:focus-within .gshd-mega {
    display: block;
}

.gshd-mega__inner {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 24px 30px;
}

.gshd-mega__title {
    display: inline-flex;
    margin-bottom: 10px;
    color: oklch(0.20 0.02 250);
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
}

.gshd-mega ul {
    display: grid;
    gap: 7px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.gshd-mega li a {
    color: oklch(0.55 0.015 250);
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
}

.gshd-mega a:hover {
    color: oklch(0.34 0.14 250);
}

.gshd-mobile-nav {
    border-top: 1px solid oklch(0.92 0.01 240);
    background: #fff;
}

.gshd-mobile-menu {
    padding-top: 16px;
    padding-bottom: 18px;
}

.gshd-mobile-menu__list {
    display: grid;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.gshd-mobile-menu__list--level-0 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px 24px;
}

.gshd-mobile-menu__row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 8px;
}

.gshd-mobile-menu a {
    display: block;
    padding: 8px 0;
    color: oklch(0.20 0.02 250);
    font-weight: 800;
    text-decoration: none;
}

.gshd-mobile-menu__row button {
    display: inline-flex;
    width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    border: 1px solid oklch(0.92 0.01 240);
    border-radius: 8px;
    background: #fff;
    color: oklch(0.20 0.02 250);
}

.gshd-mobile-menu__list--level-1 a {
    padding: 5px 0;
    color: oklch(0.55 0.015 250);
    font-size: 13px;
    font-weight: 600;
}

.gshd-mobile-search-trigger {
    display: none !important;
}

@media (max-width: 1180px) {
    .gshd-main-header__inner {
        grid-template-columns: auto 1fr auto;
        gap: 18px;
    }

    .gshd-nav__links,
    .gshd-nav__help {
        display: none;
    }

    .gshd-nav__toggle {
        display: inline-flex;
    }

    .gshd-mobile-menu__list--level-0 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* Feedback #19: volledige mobiele header (topbar verborgen, zoekbalk -> icoon, klein logo)
   gelijktrekken met de hamburger-breakpoint (<=1180px) i.p.v. <=820px, zodat o.a. iPad 834px
   de mobiele header krijgt i.p.v. een halve desktop-header. */
@media (max-width: 1180px) {
    .gshd-shell {
        padding: 0 16px;
    }

    .gshd-topbar__links {
        display: none;
    }

    .gshd-main-header__inner {
        grid-template-columns: 1fr auto;
        min-height: 68px;
        gap: 12px;
    }

    .gshd-logo {
        min-width: 0;
    }

    .gshd-logo img {
        height: 42px;
        max-width: 165px;
    }

    .gshd-logo span,
    .gshd-search,
    .gshd-header-actions .gshd-icon-btn span,
    .gshd-customer-action {
        display: none !important;
    }

    .gshd-mobile-search-trigger {
        display: inline-flex !important;
    }

    .gshd-search.is-mobile-open {
        position: absolute;
        right: 16px;
        bottom: -58px;
        left: 16px;
        z-index: 3;
        display: grid !important;
        width: auto;
        max-width: none;
        box-shadow: 0 14px 34px -20px oklch(0.22 0.09 250 / .5);
    }

    .gshd-mobile-menu__list--level-0 {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 820px) {
    .catalog-product-view .breadcrumbs {
        overflow-x: auto;
        padding: 2px 0 !important;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        box-shadow: none !important;
    }

    .catalog-product-view .breadcrumbs::-webkit-scrollbar {
        display: none;
    }

    .catalog-product-view .breadcrumbs .container {
        width: max-content;
        max-width: none;
        min-width: 100%;
        margin: 0;
        padding: 0 16px;
    }

    .catalog-product-view .breadcrumbs .items {
        display: flex !important;
        flex-wrap: nowrap !important;
        align-items: center;
        width: max-content;
        margin: 0 !important;
        padding-block: 3px !important;
        white-space: nowrap;
    }

    .catalog-product-view .breadcrumbs .item,
    .catalog-product-view .breadcrumbs a,
    .catalog-product-view .breadcrumbs span {
        flex: 0 0 auto;
        white-space: nowrap;
    }

    .cms-index-index .gsh-hero-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 18px 14px;
    }

    .cms-index-index .gsh-hero-stats > div:nth-child(2) {
        order: 3;
    }

    .cms-index-index .gsh-hero-stats > div:nth-child(3) {
        order: 2;
    }

    .cms-index-index .gsh-hero-stats > div:nth-child(4) {
        order: 4;
    }

    .catalog-category-view .gsh26-mobile-list-actions,
    .catalogsearch-result-index .gsh26-mobile-list-actions,
    .catalog-category-view .gsh26-filter-trigger,
    .catalogsearch-result-index .gsh26-filter-trigger {
        display: none !important;
    }

    .catalog-category-view .page-title-wrapper,
    .catalogsearch-result-index .page-title-wrapper {
        margin-top: 6px !important;
        margin-bottom: 4px !important;
        padding-block: 12px !important;
    }

    .catalog-category-view .columns,
    .catalogsearch-result-index .columns {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }

    .catalog-category-view .toolbar-products,
    .catalogsearch-result-index .toolbar-products {
        margin-top: 0 !important;
        margin-bottom: 10px !important;
    }

    .catalog-product-view .gsh26-product-brand {
        padding: 8px 12px;
        border-radius: 8px;
    }

    .catalog-product-view .gsh26-product-brand img {
        height: 44px;
        max-width: 150px;
    }
}

@media (min-width: 821px) {
    .catalog-category-view .gsh26-mobile-list-actions,
    .catalogsearch-result-index .gsh26-mobile-list-actions {
        display: block !important;
    }

    .catalog-category-view .gsh26-filter-trigger,
    .catalogsearch-result-index .gsh26-filter-trigger {
        display: inline-flex !important;
    }

    .catalog-category-view .toolbar-products .gsh-mobile-filter-toggle,
    .catalogsearch-result-index .toolbar-products .gsh-mobile-filter-toggle {
        display: none !important;
    }
}

@media (max-width: 820px) {
    .catalog-category-view .gsh26-mobile-list-actions,
    .catalogsearch-result-index .gsh26-mobile-list-actions {
        display: block !important;
    }

    .catalog-category-view .gsh26-filter-trigger,
    .catalogsearch-result-index .gsh26-filter-trigger {
        display: inline-flex !important;
        width: 48px !important;
        min-height: 52px !important;
        padding: 12px 10px !important;
        border-color: rgba(255, 255, 255, .16) !important;
        border-left: 0 !important;
        border-radius: 0 8px 8px 0 !important;
        background: linear-gradient(180deg, var(--gsh26-navy), var(--gsh26-navy-2)) !important;
        color: #fff !important;
        box-shadow: 16px 16px 42px -30px rgba(0, 16, 45, .9) !important;
    }

    .catalog-category-view .gsh26-filter-trigger span,
    .catalogsearch-result-index .gsh26-filter-trigger span {
        display: none !important;
    }
}

/* Typography consolidation */
body {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.55;
}

:where(
    p,
    li,
    dt,
    dd,
    label,
    input,
    select,
    textarea,
    summary,
    .breadcrumbs,
    .breadcrumbs a,
    .breadcrumbs span,
    .toolbar-products,
    .toolbar-products label,
    .toolbar-products .field,
    .toolbar-products .toolbar-amount,
    .filter-options-content,
    .filter-options-content a,
    .gsh26-topbar__track,
    .gsh26-nav__list a,
    .gsh26-menu-panel__list a,
    .gsh26-service-card,
    .gsh26-product-usps,
    .gsh26-product-usps li,
    .gsh26-stockline,
    .gsh26-stockline span,
    .gsh26-shortdesc,
    .gsh26-product-meta,
    .gsh26-specs,
    .gsh26-bundle-choice,
    .gsh26-bundle-choice .label,
    .catalog-product-view .fieldset-bundle-options .label,
    .catalog-product-view .fieldset-bundle-options .price,
    .product-item-description,
    .category-description,
    .category-view
) {
    font-size: 15px !important;
    font-weight: 400 !important;
}

:where(
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    .page-title,
    .page-title-wrapper .page-title,
    .filter-title strong,
    .filter-options-title,
    .gsh26-section-title,
    .gsh26-card-title,
    .gsh26-product-card__name,
    .gsh26-product-panel h1,
    .gsh26-product-panel h2,
    .gsh26-product-panel h3,
    .catalog-product-view #description h2,
    .catalog-product-view #product-attributes h2,
    .catalog-product-view .gsh-club-specs h2
) {
    font-weight: 500 !important;
}

:where(
    button,
    .action,
    .btn,
    .gsh26-button,
    .gsh26-filter-trigger,
    .gsh-mobile-filter-toggle,
    #product-addtocart-button,
    .tocart
) {
    font-weight: 600 !important;
}

:where(
    .discount-badge,
    .gsh26-badge,
    .gsh26-sale-badge,
    .gsh26-cart-count,
    .price,
    .price-wrapper,
    .old-price,
    .special-price
) {
    font-weight: 500 !important;
}

.products-grid .product-item-link,
.products-list .product-item-link,
.products-grid .gsh-grid-product-name,
.products-list .gsh-grid-product-name,
.products-grid .gsh-grid-product-name__main,
.products-grid .gsh-grid-product-name__meta,
.products-list .gsh-grid-product-name__main,
.products-list .gsh-grid-product-name__meta {
    color: var(--gsh26-ink) !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 1.35 !important;
}

.products-grid .product-item-link:hover,
.products-list .product-item-link:hover {
    color: var(--gsh26-blue) !important;
}

.products-grid .gsh-grid-product-name,
.products-list .gsh-grid-product-name {
    gap: 2px;
    min-height: 66px;
}

.gsh-product-trust h2 {
    font-weight: 500 !important;
}

.gsh-trust-cards div,
.gsh-trust-cards strong,
.gsh-trust-cards span {
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 1.35 !important;
}

.gsh26-footer h2 {
    font-weight: 500 !important;
}

.gsh26-footer a,
.gsh26-footer__legal a,
.gsh26-footer__contact a,
.gsh26-footer__contact strong,
.gsh26-footer .gsh26-service-strip strong,
.gsh26-footer .gsh26-service-strip span {
    font-weight: 400 !important;
}

/* Claude Design handoff: Productgrid.html alignment for the standalone Hyva child theme. */
:root {
    --gsh26-navy: oklch(0.22 0.09 250);
    --gsh26-navy-2: oklch(0.28 0.12 250);
    --gsh26-blue: oklch(0.42 0.16 250);
    --gsh26-blue-2: oklch(0.34 0.14 250);
    --gsh26-sky: oklch(0.95 0.025 235);
    --gsh26-ink: oklch(0.20 0.02 250);
    --gsh26-muted: oklch(0.55 0.015 250);
    --gsh26-line: oklch(0.92 0.01 240);
    --gsh26-soft: oklch(0.985 0.005 230);
    --gsh26-accent: oklch(0.78 0.15 195);
    --gsh26-accent-strong: oklch(0.66 0.17 195);
    --gsh26-shadow: 0 8px 24px -10px oklch(0.22 0.09 250 / .18);
    --font-sans: "Plus Jakarta Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --font-display: "Plus Jakarta Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body {
    background: var(--gsh26-soft);
}

.gsh26-wrap {
    width: min(100% - 56px, 1280px);
}

.gsh26-topbar {
    background: var(--gsh26-navy);
    color: var(--gsh26-sky);
}

.gsh26-topbar__track {
    min-height: 38px;
    gap: 22px;
    font-size: 13px;
    font-weight: 600;
}

.gsh26-topbar__track svg {
    color: currentColor;
    opacity: .85;
}

.gsh26-header-shell {
    position: sticky;
    top: 0;
    z-index: 60;
}

.gsh26-header,
.gsh26-nav {
    background: #fff;
    color: var(--gsh26-ink);
}

.gsh26-header {
    border-bottom: 1px solid var(--gsh26-line);
}

.gsh26-header__main {
    grid-template-columns: 240px minmax(260px, 560px) auto;
    min-height: 84px;
    gap: 36px;
}

.gsh26-logo img {
    width: auto;
    height: 58px;
    max-width: 230px;
}

.gsh26-search {
    grid-template-columns: minmax(0, 1fr) 48px;
    height: 48px;
    border: 1.5px solid var(--gsh26-line);
    border-radius: 999px;
    background: var(--gsh26-sky);
    box-shadow: none;
}

.gsh26-search:focus-within {
    border-color: var(--gsh26-blue);
    background: #fff;
    box-shadow: 0 0 0 4px oklch(0.62 0.18 240 / .12);
}

.gsh26-search input {
    padding: 0 18px 0 22px;
    background: transparent;
    font-size: 15px;
}

.gsh26-search button {
    color: #fff;
}

.gsh26-search button::before {
    content: "";
    position: absolute;
    width: 36px;
    height: 36px;
    border-radius: 999px;
    background: var(--gsh26-blue);
}

.gsh26-search button svg {
    position: relative;
    width: 18px;
    height: 18px;
}

.gsh26-actions {
    gap: 6px;
}

.gsh26-action,
.gsh26-actions > a,
.gsh26-actions > button:not(.gsh26-cart):not(.gsh26-menu-trigger):not(.gsh26-mobile-search-trigger),
.gsh26-cart,
.gsh26-mobile-search-trigger {
    width: auto;
    min-width: 58px;
    height: 58px;
    padding: 8px 12px;
    border-radius: 12px;
    color: var(--gsh26-muted);
}

.gsh26-action:hover,
.gsh26-actions > a:hover,
.gsh26-cart:hover,
.gsh26-mobile-search-trigger:hover {
    background: var(--gsh26-sky);
    color: var(--gsh26-blue);
}

.gsh26-cart__count {
    top: 5px;
    right: 7px;
    background: var(--gsh26-accent-strong);
    color: var(--gsh26-navy);
    border: 2px solid #fff;
}

.gsh26-nav {
    border-bottom: 1px solid var(--gsh26-line);
}

.gsh26-nav__inner {
    min-height: 52px;
}

.gsh26-nav__links > .gsh26-nav__item > a,
.gsh26-nav__categories {
    height: 52px;
    color: var(--gsh26-ink);
    font-size: 14px;
    font-weight: 700;
    text-transform: none;
    border-bottom: 2px solid transparent;
}

.gsh26-nav__links > .gsh26-nav__item:hover > a,
.gsh26-nav__links > .gsh26-nav__item:focus-within > a,
.gsh26-nav__categories:hover {
    background: transparent;
    border-bottom-color: var(--gsh26-blue);
    color: var(--gsh26-blue);
}

.gsh26-mega {
    border-top: 1px solid var(--gsh26-line);
    background: #fff;
    box-shadow: 0 24px 60px -28px oklch(0.22 0.09 250 / .28);
}

.gsh26-mega__title,
.gsh26-mega li a,
.gsh26-mega a:hover {
    color: var(--gsh26-ink);
}

.catalog-category-view .page-main,
.catalogsearch-result-index .page-main {
    background: var(--gsh26-soft);
}

.catalog-category-view .page-title-wrapper,
.catalogsearch-result-index .page-title-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: none;
    margin: 0 0 32px;
    padding: 56px max(28px, calc((100vw - 1280px) / 2 + 28px)) 48px;
    border-radius: 0;
    background: linear-gradient(135deg, var(--gsh26-navy), var(--gsh26-blue));
}

.catalog-category-view .page-title-wrapper::before,
.catalogsearch-result-index .page-title-wrapper::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(600px 300px at 90% 30%, oklch(0.74 0.16 195 / .25), transparent 60%);
}

.catalog-category-view .page-title,
.catalogsearch-result-index .page-title {
    position: relative;
    max-width: 760px;
    color: #fff !important;
    font-size: clamp(36px, 4vw, 48px) !important;
    font-weight: 800 !important;
    letter-spacing: 0 !important;
}

.catalog-category-view .columns,
.catalogsearch-result-index .columns {
    width: min(100% - 56px, 1280px);
    gap: 32px;
}

@media (min-width: 1025px) {
    .catalog-category-view .columns,
    .catalogsearch-result-index .columns {
        grid-template-columns: 280px minmax(0, 1fr);
    }

    .catalog-category-view .sidebar-main,
    .catalogsearch-result-index .sidebar-main {
        position: sticky;
        top: 112px;
        z-index: 1;
        width: auto;
        max-height: calc(100vh - 132px);
        overflow-y: auto;
        border: 1px solid var(--gsh26-line);
        border-radius: 22px;
        padding: 8px 0;
        background: #fff;
        box-shadow: none;
        transform: none;
    }

    .gsh26-mobile-list-actions,
    .gsh26-filter-overlay {
        display: none !important;
    }
}

.catalog-category-view .sidebar-main .filter-options-title,
.catalogsearch-result-index .sidebar-main .filter-options-title {
    padding: 18px 20px !important;
    border-bottom: 1px solid var(--gsh26-line);
    color: var(--gsh26-ink);
    font-size: 13.5px;
    font-weight: 800;
}

.catalog-category-view .sidebar-main .filter-options-content,
.catalogsearch-result-index .sidebar-main .filter-options-content {
    padding: 4px 20px 18px !important;
    border-bottom: 1px solid var(--gsh26-line);
    color: var(--gsh26-muted);
    font-size: 13.5px;
}

.catalog-category-view .toolbar-products,
.catalogsearch-result-index .toolbar-products {
    margin-bottom: 22px;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.catalog-category-view .toolbar-products .toolbar-amount,
.catalogsearch-result-index .toolbar-products .toolbar-amount {
    color: var(--gsh26-muted);
    font-size: 14px;
}

.toolbar-products .sorter-options,
.toolbar-products select {
    height: 40px;
    border: 1px solid var(--gsh26-line) !important;
    border-radius: 10px !important;
    background-color: #fff !important;
    color: var(--gsh26-ink);
    font-weight: 700;
}

.products-grid {
    gap: 22px !important;
}

@media (min-width: 1025px) {
    .products-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
}

.products-grid .product-item,
.products-list .product-item,
.gsh-product-card {
    overflow: hidden;
    border: 1px solid var(--gsh26-line) !important;
    border-radius: 22px !important;
    background: #fff !important;
    box-shadow: none !important;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.products-grid .product-item:hover,
.products-list .product-item:hover,
.gsh-product-card:hover {
    border-color: oklch(0.74 0.13 235) !important;
    box-shadow: var(--gsh26-shadow) !important;
    transform: translateY(-2px);
}

.products-grid .product-item-photo,
.products-list .product-item-photo,
.gsh-product-image {
    aspect-ratio: 1;
    margin-bottom: 0 !important;
    border-radius: 0 !important;
    background: var(--gsh26-sky) !important;
}

.products-grid .product-info,
.products-list .product-info {
    padding: 18px 18px 20px;
}

.products-grid .product-item-link,
.products-list .product-item-link,
.products-grid .gsh-grid-product-name,
.products-list .gsh-grid-product-name {
    color: var(--gsh26-ink) !important;
    font-size: 15.5px !important;
    font-weight: 700 !important;
    line-height: 1.35 !important;
}

.price-box .price,
.gsh-price {
    color: var(--gsh26-navy) !important;
    font-size: 19px !important;
    font-weight: 800 !important;
}

.products-grid .btn-primary,
.products-list .btn-primary,
.gsh-quick-add,
.gsh-btn {
    min-width: 40px;
    min-height: 40px;
    border-radius: 10px !important;
    background: var(--gsh26-sky) !important;
    color: var(--gsh26-blue) !important;
}

.products-grid .btn-primary:hover,
.products-list .btn-primary:hover,
.gsh-quick-add:hover,
.gsh-btn:hover {
    background: var(--gsh26-blue) !important;
    color: #fff !important;
}

.pages-items .item a,
.pages-items .item strong {
    display: grid;
    min-width: 40px;
    height: 40px;
    place-items: center;
    border: 1px solid var(--gsh26-line);
    border-radius: 10px;
    background: #fff;
    color: var(--gsh26-muted);
    font-weight: 700;
}

.pages-items .item.current strong,
.pages-items .item a:hover {
    border-color: var(--gsh26-navy);
    background: var(--gsh26-navy);
    color: #fff;
}

.gsh26-footer {
    margin-top: 56px;
    padding: 64px 0 0;
    background: var(--gsh26-navy);
}

.gsh26-footer__grid {
    grid-template-columns: 1.4fr 1fr 1fr 1fr;
    padding-bottom: 48px;
    border-bottom: 1px solid oklch(1 0 0 / .1);
}

.gsh26-footer__brand img {
    height: 72px;
    max-width: 320px;
}

.gsh26-footer__bottom {
    padding: 24px 0;
}

@media (max-width: 1024px) {
    .gsh26-header__main {
        grid-template-columns: auto 1fr auto;
        min-height: 74px;
        gap: 14px;
    }

    .gsh26-logo img {
        height: 48px;
        max-width: 190px;
    }

    .gsh26-search {
        border-radius: 14px;
    }

    .catalog-category-view .columns,
    .catalogsearch-result-index .columns {
        width: min(100% - 32px, 1280px);
    }
}

/* Final homepage/design typography pass from the Claude Design handoff. */
:root {
    --font-sans: "Plus Jakarta Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --font-display: "Plus Jakarta Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --font-body: "Plus Jakarta Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

html,
body,
button,
input,
select,
textarea,
.gsh-home,
.gsh-home *,
.gsh26-header-shell,
.gsh26-header-shell *,
.gsh26-footer,
.gsh26-footer *,
.catalog-category-view,
.catalog-product-view {
    font-family: var(--font-sans) !important;
}

.gsh-home h1,
.gsh-home h2,
.gsh-home h3,
.gsh-section h2,
.gsh-product-body h3,
.gsh26-header-shell a,
.catalog-category-view .page-title,
.catalog-product-view .page-title {
    font-family: var(--font-display) !important;
    letter-spacing: 0 !important;
}

.cms-index-index .gsh-home {
    background: var(--gsh26-soft);
}

.cms-index-index .gsh-design-hero {
    padding: 0;
    background: linear-gradient(180deg, var(--gsh26-navy) 0%, var(--gsh26-blue-2) 100%);
    color: #fff;
    overflow: hidden;
    position: relative;
}

.cms-index-index .gsh-design-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(800px 400px at 85% 20%, oklch(0.62 0.18 240 / .45), transparent 60%),
        radial-gradient(600px 300px at 10% 80%, oklch(0.74 0.16 195 / .18), transparent 60%);
    pointer-events: none;
}

.cms-index-index .gsh-design-hero .gsh-wrap {
    max-width: 1280px;
    padding: 0 28px;
    position: relative;
}

.cms-index-index .gsh-design-hero .gsh-hero-stage {
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    gap: 48px;
    min-height: 0;
    align-items: center;
    padding: 72px 0 80px;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    overflow: visible;
}

.cms-index-index .gsh-design-hero .gsh-hero-stage::after {
    display: none;
}

.cms-index-index .gsh-hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 14px;
    border: 1px solid oklch(0.74 0.16 195 / .35);
    border-radius: 999px;
    background: oklch(0.74 0.16 195 / .18);
    color: oklch(0.86 0.10 195);
    font-size: 13px;
    font-weight: 600;
}

.cms-index-index .gsh-hero-eyebrow span {
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: var(--gsh26-accent);
    box-shadow: 0 0 0 4px oklch(0.74 0.16 195 / .25);
}

.cms-index-index .gsh-design-hero h1 {
    max-width: 720px;
    margin: 22px 0 18px;
    color: #fff;
    font-size: clamp(40px, 5.5vw, 68px);
    font-weight: 800;
    line-height: 1.02;
    text-wrap: balance;
}

.cms-index-index .gsh-design-hero h1 span {
    background: linear-gradient(120deg, var(--gsh26-accent) 0%, oklch(0.84 0.14 200) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-style: italic;
    font-weight: 700;
}

.cms-index-index .gsh-design-hero .gsh-hero-lead {
    max-width: 560px;
    margin: 0 0 32px;
    color: oklch(0.88 0.04 230);
    font-size: 18px;
    line-height: 1.55;
}

.cms-index-index .gsh-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}

.cms-index-index .gsh-design-hero .gsh-btn {
    min-height: 54px;
    padding: 0 26px;
    border-radius: 12px;
    font-size: 15.5px;
    font-weight: 700;
}

.cms-index-index .gsh-design-hero .gsh-btn-light {
    background: var(--gsh26-accent);
    color: var(--gsh26-navy);
    box-shadow: 0 8px 24px -8px oklch(0.74 0.16 195 / .6);
}

.cms-index-index .gsh-design-hero .gsh-btn-ghost-light {
    border: 1.5px solid oklch(1 0 0 / .22);
    background: oklch(1 0 0 / .10);
    color: #fff;
    backdrop-filter: blur(8px);
}

.cms-index-index .gsh-design-hero .gsh-hero-proof {
    display: flex;
    gap: 28px;
    margin-top: 36px;
    padding-top: 28px;
    border-top: 1px solid oklch(1 0 0 / .15);
}

.cms-index-index .gsh-design-hero .gsh-hero-proof span {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 2px 10px;
    min-height: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #fff;
}

.cms-index-index .gsh-design-hero .gsh-hero-proof span::before {
    grid-row: span 2;
    width: 22px;
    height: 22px;
    margin-top: 2px;
    background: var(--gsh26-accent);
}

.cms-index-index .gsh-design-hero .gsh-hero-proof strong {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}

.cms-index-index .gsh-design-hero .gsh-hero-proof small {
    color: oklch(0.82 0.04 230);
    font-size: 12.5px;
}

.cms-index-index .gsh-design-hero .gsh-hero-product {
    position: relative;
    align-self: center;
    padding: 0;
    border: 0;
    border-radius: 24px;
    background: oklch(0.45 0.16 245);
    box-shadow: var(--gsh26-shadow);
    overflow: hidden;
}

.cms-index-index .gsh-design-hero .gsh-hero-product > a {
    display: block;
    padding: 42px;
}

.cms-index-index .gsh-design-hero .gsh-hero-product img {
    width: 100%;
    aspect-ratio: 1 / 1.05;
    object-fit: contain;
    border-radius: 0;
    background: transparent;
}

.cms-index-index .gsh-design-hero .gsh-sale-pill {
    top: 24px;
    left: 24px;
    background: var(--gsh26-navy);
    color: #fff;
}

.cms-index-index .gsh-design-hero .gsh-hero-product-meta {
    position: absolute;
    right: auto;
    bottom: 28px;
    left: 28px;
    min-width: 220px;
    max-width: calc(100% - 56px);
    margin: 0;
    padding: 16px 18px;
    border-radius: 14px;
    background: #fff;
    color: var(--gsh26-ink);
    box-shadow: 0 24px 60px -28px oklch(0.22 0.09 250 / .35);
}

.cms-index-index .gsh-design-hero .gsh-hero-product-meta p {
    color: var(--gsh26-muted);
    font-size: 11px;
    font-weight: 700;
}

.cms-index-index .gsh-design-hero .gsh-hero-product-meta h2 {
    color: var(--gsh26-ink);
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
}

.cms-index-index .gsh-design-hero .gsh-hero-product-meta strong {
    color: var(--gsh26-blue);
    font-size: 22px;
}

.cms-index-index .gsh-hero-stock {
    position: absolute;
    top: 24px;
    right: 24px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
    border-radius: 12px;
    background: oklch(1 0 0 / .95);
    color: var(--gsh26-ink);
    font-size: 13px;
    font-weight: 700;
    box-shadow: var(--gsh26-shadow);
}

.cms-index-index .gsh-hero-stock span {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: oklch(0.65 0.18 145);
}

.cms-index-index .gsh-section-first {
    padding-top: 72px;
}

@media (max-width: 1024px) {
    .cms-index-index .gsh-design-hero .gsh-hero-stage {
        grid-template-columns: 1fr;
        padding: 46px 0 56px;
    }

    .cms-index-index .gsh-design-hero .gsh-hero-proof {
        flex-direction: column;
        gap: 14px;
    }
}

/* Full homepage replacement based on Golfstoreholland.html from the handoff. */
.gshd-home {
    --gshd-blue-950: oklch(0.22 0.09 250);
    --gshd-blue-900: oklch(0.28 0.12 250);
    --gshd-blue-800: oklch(0.34 0.14 250);
    --gshd-blue-700: oklch(0.42 0.16 250);
    --gshd-blue-600: oklch(0.52 0.18 245);
    --gshd-blue-400: oklch(0.74 0.13 235);
    --gshd-blue-100: oklch(0.95 0.025 235);
    --gshd-blue-50: oklch(0.98 0.012 235);
    --gshd-accent: oklch(0.74 0.16 195);
    --gshd-accent-strong: oklch(0.66 0.17 195);
    --gshd-ink: oklch(0.20 0.02 250);
    --gshd-ink-700: oklch(0.36 0.02 250);
    --gshd-ink-500: oklch(0.55 0.015 250);
    --gshd-line: oklch(0.92 0.01 240);
    --gshd-bg: oklch(0.985 0.005 230);
    --gshd-shadow: 0 8px 24px -10px oklch(0.22 0.09 250 / .18);
    --gshd-shadow-lg: 0 24px 60px -28px oklch(0.22 0.09 250 / .35);
    background: var(--gshd-bg);
    color: var(--gshd-ink);
    font-family: var(--font-sans) !important;
}

.gshd-home *,
.gshd-home *::before,
.gshd-home *::after {
    box-sizing: border-box;
}

.gshd-wrap {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 28px;
}

.gshd-home a {
    text-decoration: none;
}

.gshd-hero {
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, var(--gshd-blue-950) 0%, var(--gshd-blue-800) 100%);
    color: #fff;
}

.gshd-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(800px 400px at 85% 20%, oklch(0.62 0.18 240 / .45), transparent 60%),
        radial-gradient(600px 300px at 10% 80%, oklch(0.74 0.16 195 / .18), transparent 60%);
    pointer-events: none;
}

.gshd-hero__inner {
    position: relative;
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    gap: 48px;
    align-items: center;
    padding-top: 72px;
    padding-bottom: 80px;
}

.gshd-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 14px;
    border: 1px solid oklch(0.74 0.16 195 / .35);
    border-radius: 999px;
    background: oklch(0.74 0.16 195 / .18);
    color: oklch(0.86 0.10 195);
    font-size: 13px;
    font-weight: 600;
}

.gshd-eyebrow span {
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: var(--gshd-accent);
    box-shadow: 0 0 0 4px oklch(0.74 0.16 195 / .25);
}

.gshd-hero h1 {
    max-width: 760px;
    margin: 22px 0 18px;
    color: #fff;
    font-size: clamp(40px, 5.5vw, 68px);
    font-weight: 800;
    line-height: 1.02;
    text-wrap: balance;
}

.gshd-hero h1 span {
    background: linear-gradient(120deg, var(--gshd-accent) 0%, oklch(0.84 0.14 200) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-style: italic;
    font-weight: 700;
}

.gshd-hero__copy > p {
    max-width: 540px;
    margin: 0 0 32px;
    color: oklch(0.88 0.04 230);
    font-size: 18px;
    line-height: 1.55;
}

.gshd-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.gshd-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 54px;
    padding: 0 26px;
    border-radius: 12px;
    font-size: 15.5px;
    font-weight: 700;
    line-height: 1;
    transition: transform .15s, background .15s, color .15s, border-color .15s;
}

.gshd-btn:hover {
    transform: translateY(-1px);
}

.gshd-btn svg {
    width: 18px;
    height: 18px;
}

.gshd-btn--primary {
    background: var(--gshd-accent);
    color: var(--gshd-blue-950);
    box-shadow: 0 8px 24px -8px oklch(0.74 0.16 195 / .6);
}

.gshd-btn--ghost {
    border: 1.5px solid oklch(1 0 0 / .22);
    background: oklch(1 0 0 / .10);
    color: #fff;
    backdrop-filter: blur(8px);
}

.gshd-btn--dark {
    background: var(--gshd-blue-950);
    color: #fff;
}

.gshd-hero__trust {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
    margin-top: 36px;
    padding-top: 28px;
    border-top: 1px solid oklch(1 0 0 / .15);
}

.gshd-hero__trust div {
    position: relative;
    padding-left: 32px;
}

.gshd-hero__trust div::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 999px;
    background: var(--gshd-accent);
}

.gshd-hero__trust b {
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}

.gshd-hero__trust span {
    color: oklch(0.82 0.04 230);
    font-size: 12.5px;
}

.gshd-hero__visual {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16 / 10;
    border-radius: 24px;
    background: var(--gshd-blue-900);
    box-shadow: var(--gshd-shadow-lg);
}

.gshd-hero__visual > a {
    display: block;
    width: 100%;
    height: 100%;
}

.gshd-hero__visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gshd-hero__visual::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, oklch(0.14 0.07 250 / .24), transparent 42%),
        linear-gradient(180deg, transparent 48%, oklch(0.14 0.07 250 / .50));
    pointer-events: none;
}

.gshd-live {
    position: absolute;
    z-index: 1;
    top: 24px;
    right: 24px;
    pointer-events: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
    border-radius: 12px;
    background: oklch(1 0 0 / .95);
    color: var(--gshd-ink);
    font-size: 13px;
    font-weight: 600;
    box-shadow: var(--gshd-shadow);
}

.gshd-live span {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: oklch(0.65 0.18 145);
}

.gshd-price-card {
    position: absolute;
    z-index: 1;
    bottom: 28px;
    left: 28px;
    min-width: 220px;
    max-width: calc(100% - 56px);
    padding: 16px 18px;
    border-radius: 14px;
    background: #fff;
    color: var(--gshd-ink);
    box-shadow: var(--gshd-shadow-lg);
}

.gshd-price-card span {
    display: block;
    color: var(--gshd-ink-500);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.gshd-price-card strong {
    display: block;
    margin: 4px 0 8px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.25;
}

.gshd-price-card em {
    color: var(--gshd-blue-900);
    font-size: 22px;
    font-style: normal;
    font-weight: 800;
}

.gshd-usp-bar {
    border-bottom: 1px solid var(--gshd-line);
    background: #fff;
}

.gshd-usp-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.gshd-usp-grid > div {
    padding: 22px 24px;
    border-right: 1px solid var(--gshd-line);
}

.gshd-usp-grid > div:last-child {
    border-right: 0;
}

.gshd-usp-grid b {
    display: block;
    font-size: 14.5px;
    font-weight: 700;
}

.gshd-usp-grid span {
    color: var(--gshd-ink-500);
    font-size: 13px;
}

.gshd-section {
    padding: 72px 0;
}

.gshd-section--flush {
    padding-top: 0;
}

.gshd-section__head,
.gshd-reviews__head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 32px;
    margin-bottom: 36px;
}

.gshd-section__head h2,
.gshd-reviews__head h2,
.gshd-newsletter h2,
.gshd-expertise h2,
.gshd-seo h2 {
    margin: 0 0 8px;
    color: var(--gshd-blue-950);
    font-size: clamp(28px, 3vw, 40px);
    font-weight: 800;
    line-height: 1.1;
    text-wrap: balance;
}

.gshd-section__head h2 em,
.gshd-expertise h2 em {
    color: var(--gshd-blue-600);
    font-style: italic;
    font-weight: 700;
}

.gshd-section__head p,
.gshd-reviews__head p {
    max-width: 560px;
    margin: 0;
    color: var(--gshd-ink-700);
    font-size: 16px;
}

.gshd-section__head > a {
    color: var(--gshd-blue-700);
    font-size: 14.5px;
    font-weight: 700;
}

.gshd-cats {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    grid-template-rows: 280px 240px;
    gap: 16px;
}

.gshd-cat {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
    padding: 24px;
    border-radius: 22px;
    background: var(--gshd-blue-100);
    color: #fff;
    isolation: isolate;
    transition: transform .2s;
}

.gshd-cat:hover {
    transform: translateY(-3px);
}

.gshd-cat::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(180deg, transparent 30%, oklch(0.22 0.09 250 / .72));
}

.gshd-cat--featured {
    grid-row: 1 / 3;
}

.gshd-cat img {
    position: absolute;
    inset: 0;
    z-index: -2;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .3s;
}

.gshd-cat:hover img {
    transform: scale(1.04);
}

.gshd-cat span {
    width: fit-content;
    margin-bottom: 8px;
    padding: 5px 11px;
    border-radius: 999px;
    background: oklch(1 0 0 / .2);
    font-size: 11.5px;
    font-weight: 700;
}

.gshd-cat strong {
    font-size: 24px;
    font-weight: 800;
    line-height: 1.05;
    text-shadow: 0 2px 12px oklch(0.22 0.09 250 / .4);
}

.gshd-cat--featured strong {
    font-size: 38px;
}

.gshd-cat small {
    margin-top: 8px;
    color: oklch(1 0 0 / .86);
}

.gshd-products,
.gshd-home .gsh-products {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
}

.gshd-home .gsh-product-card {
    overflow: hidden;
    border: 1px solid var(--gshd-line) !important;
    border-radius: 22px !important;
    background: #fff !important;
    box-shadow: none !important;
    transition: border-color .2s, box-shadow .2s, transform .2s;
}

.gshd-home .gsh-product-card:hover {
    border-color: var(--gshd-blue-400) !important;
    box-shadow: var(--gshd-shadow) !important;
    transform: translateY(-2px);
}

.gshd-home .gsh-product-image {
    padding: 0;
    background: var(--gshd-blue-50);
}

.gshd-home .gsh-product-image img {
    aspect-ratio: 1;
    padding: 18px;
    object-fit: contain;
}

.gshd-home .gsh-product-body {
    padding: 18px 18px 20px;
}

.gshd-home .gsh-product-brand {
    color: var(--gshd-blue-700);
    font-size: 11.5px;
    font-weight: 800;
}

.gshd-home .gsh-product-body h3 {
    min-height: 42px;
    margin: 4px 0 10px;
    font-size: 15.5px;
    font-weight: 700;
    line-height: 1.35;
}

.gshd-home .gsh-quick-add {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: var(--gshd-blue-50);
    color: var(--gshd-blue-800);
}

.gshd-promos {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.gshd-promo {
    position: relative;
    display: flex;
    min-height: 280px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    overflow: hidden;
    padding: 44px;
    border-radius: 22px;
}

.gshd-promo--dark {
    background: linear-gradient(135deg, var(--gshd-blue-950), var(--gshd-blue-700));
    color: #fff;
}

.gshd-promo--light {
    border: 1px solid var(--gshd-line);
    background: linear-gradient(135deg, var(--gshd-blue-100), #fff);
    color: var(--gshd-blue-950);
}

.gshd-promo span {
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.gshd-promo h2 {
    max-width: 430px;
    margin: 12px 0 8px;
    font-size: 32px;
    font-weight: 800;
    line-height: 1.05;
}

.gshd-promo p {
    max-width: 360px;
    margin: 0 0 24px;
    opacity: .85;
}

.gshd-brands {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 16px;
}

.gshd-brands a {
    display: grid;
    aspect-ratio: 2 / 1;
    place-items: center;
    border: 1px solid var(--gshd-line);
    border-radius: 14px;
    background: #fff;
    color: var(--gshd-ink-500);
    font-size: 17px;
    font-weight: 800;
}

.gshd-expertise {
    padding: 72px 0;
    background: var(--gshd-blue-950);
    color: #fff;
}

.gshd-expertise__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: center;
}

.gshd-expertise h2 {
    color: #fff;
}

.gshd-expertise p {
    max-width: 520px;
    color: oklch(0.85 0.03 230);
}

.gshd-feature-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin: 32px 0;
}

.gshd-feature-grid div {
    padding-left: 50px;
    position: relative;
}

.gshd-feature-grid div::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: var(--gshd-blue-700);
}

.gshd-feature-grid b {
    display: block;
    color: #fff;
    font-weight: 800;
}

.gshd-feature-grid span {
    color: oklch(0.78 0.03 230);
    font-size: 13.5px;
}

.gshd-expertise__visual {
    position: relative;
    overflow: hidden;
    aspect-ratio: 5 / 6;
    border-radius: 24px;
    background: var(--gshd-blue-800);
}

.gshd-expertise__visual img {
    width: 100%;
    height: 100%;
    padding: 42px;
    object-fit: contain;
}

.gshd-expertise__visual div {
    position: absolute;
    right: 24px;
    bottom: 24px;
    left: 24px;
    padding: 16px 18px;
    border-radius: 14px;
    background: oklch(1 0 0 / .95);
    color: var(--gshd-ink);
}

.gshd-expertise__visual b,
.gshd-expertise__visual span {
    display: block;
}

.gshd-reviews {
    padding: 72px 0;
    background: var(--gshd-blue-50);
}

.gshd-reviews__head strong {
    color: var(--gshd-blue-900);
    font-size: 32px;
    font-weight: 800;
}

.gshd-review-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.gshd-review-grid article {
    padding: 24px;
    border: 1px solid var(--gshd-line);
    border-radius: 14px;
    background: #fff;
}

.gshd-review-grid span {
    color: oklch(0.76 0.18 85);
}

.gshd-review-grid h3 {
    margin: 10px 0 8px;
    font-size: 16px;
    font-weight: 800;
}

.gshd-review-grid p {
    color: var(--gshd-ink-700);
    font-size: 14.5px;
}

.gshd-newsletter {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
    overflow: hidden;
    padding: 56px;
    border-radius: 22px;
    background: linear-gradient(135deg, var(--gshd-blue-700), var(--gshd-blue-900));
    color: #fff;
}

.gshd-newsletter span {
    color: var(--gshd-accent);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.gshd-newsletter h2 {
    color: #fff;
}

.gshd-newsletter p {
    color: oklch(1 0 0 / .85);
}

.gshd-newsletter form {
    display: flex;
    gap: 8px;
    padding: 6px;
    border-radius: 14px;
    background: #fff;
}

.gshd-newsletter input {
    min-width: 0;
    flex: 1;
    height: 52px;
    border: 0;
    padding: 0 18px;
    color: var(--gshd-ink);
    outline: 0;
}

.gshd-newsletter button {
    height: 52px;
    padding: 0 22px;
    border-radius: 10px;
    background: var(--gshd-blue-900);
    color: #fff;
    font-weight: 800;
}

.gshd-seo {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
}

.gshd-seo p {
    color: var(--gshd-ink-700);
    line-height: 1.65;
}

.gshd-seo h3 {
    margin: 28px 0 8px;
    color: var(--gshd-blue-900);
    font-size: 18px;
    font-weight: 800;
}

.gshd-faq details {
    padding: 18px 0;
    border-bottom: 1px solid var(--gshd-line);
}

.gshd-faq summary {
    cursor: pointer;
    color: var(--gshd-ink);
    font-weight: 800;
}

.gshd-faq p {
    margin: 12px 0 0;
    font-size: 14.5px;
}

@media (max-width: 1024px) {
    .gshd-hero__inner,
    .gshd-expertise__grid,
    .gshd-newsletter,
    .gshd-seo {
        grid-template-columns: 1fr;
    }

    .gshd-hero__trust,
    .gshd-review-grid {
        grid-template-columns: 1fr;
    }

    .gshd-cats {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
    }

    .gshd-cat--featured {
        grid-column: 1 / 3;
        grid-row: auto;
        min-height: 280px;
    }

    .gshd-products,
    .gshd-home .gsh-products,
    .gshd-promos {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .gshd-brands {
        grid-template-columns: repeat(3, 1fr);
    }

    .gshd-usp-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .gshd-wrap {
        padding: 0 16px;
    }

    .gshd-hero__inner {
        padding-top: 44px;
        padding-bottom: 54px;
    }

    .gshd-cats,
    .gshd-products,
    .gshd-home .gsh-products,
    .gshd-promos,
    .gshd-brands,
    .gshd-usp-grid,
    .gshd-feature-grid {
        grid-template-columns: 1fr;
    }

    .gshd-cat--featured {
        grid-column: auto;
    }

    .gshd-newsletter {
        padding: 28px;
    }

    .gshd-newsletter form {
        flex-direction: column;
    }
}

/* Final PLP pass: compact handoff-style filters and neutral product cards. */
.catalog-category-view .page-main,
.catalogsearch-result-index .page-main {
    background: #f8fafc !important;
}

@media (min-width: 821px) {
    .catalog-category-view .columns,
    .catalogsearch-result-index .columns {
        display: grid !important;
        grid-template-columns: 246px minmax(0, 1fr) !important;
        gap: 24px !important;
        align-items: start !important;
        width: min(calc(100% - 56px), 1280px) !important;
        margin-inline: auto !important;
    }

    .catalog-category-view .sidebar-main,
    .catalogsearch-result-index .sidebar-main {
        position: sticky !important;
        top: 122px !important;
        width: 246px !important;
        max-width: 246px !important;
        max-height: calc(100vh - 150px) !important;
        overflow: auto !important;
        padding: 6px 0 !important;
        border: 1px solid #e5eaf1 !important;
        border-radius: 14px !important;
        background: #fff !important;
        box-shadow: none !important;
        transform: none !important;
    }

    .catalog-category-view .gsh26-mobile-list-actions,
    .catalogsearch-result-index .gsh26-mobile-list-actions,
    .catalog-category-view .gsh26-filter-trigger,
    .catalogsearch-result-index .gsh26-filter-trigger,
    .catalog-category-view .gsh26-filter-overlay,
    .catalogsearch-result-index .gsh26-filter-overlay {
        display: none !important;
    }
}

.catalog-category-view .filter-content,
.catalogsearch-result-index .filter-content,
.catalog-category-view .filter-options,
.catalogsearch-result-index .filter-options {
    padding: 0 !important;
    background: transparent !important;
}

.catalog-category-view .filter-options-item,
.catalogsearch-result-index .filter-options-item {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-bottom: 1px solid #edf1f5 !important;
    box-shadow: none !important;
}

.catalog-category-view .filter-options-title,
.catalogsearch-result-index .filter-options-title {
    min-height: 0 !important;
    padding: 13px 16px 10px !important;
    color: #16233b !important;
    font-size: 12.5px !important;
    font-weight: 800 !important;
    line-height: 1.25 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
}

.catalog-category-view .filter-options-content,
.catalogsearch-result-index .filter-options-content {
    padding: 0 16px 13px !important;
    color: #4b5b70 !important;
    font-size: 13px !important;
    line-height: 1.35 !important;
}

.catalog-category-view .filter-options-content .item,
.catalogsearch-result-index .filter-options-content .item {
    margin: 0 !important;
    padding: 4px 0 !important;
}

.catalog-category-view .filter-options-content a,
.catalogsearch-result-index .filter-options-content a {
    color: #4b5b70 !important;
    font-size: 13px !important;
    line-height: 1.35 !important;
}

.catalog-category-view .toolbar-products,
.catalogsearch-result-index .toolbar-products {
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.catalog-category-view .products-grid,
.catalogsearch-result-index .products-grid,
.catalog-category-view .products-list,
.catalogsearch-result-index .products-list {
    gap: 20px !important;
}

.catalog-category-view .product-item,
.catalogsearch-result-index .product-item,
.catalog-category-view .product-item-info,
.catalogsearch-result-index .product-item-info,
.catalog-category-view .gsh-product-card,
.catalogsearch-result-index .gsh-product-card,
.catalog-category-view .gsh26-product-card,
.catalogsearch-result-index .gsh26-product-card {
    overflow: hidden !important;
    border: 1px solid #e6ebf2 !important;
    border-radius: 16px !important;
    background: #fff !important;
    box-shadow: none !important;
    filter: none !important;
}

.catalog-category-view .product-item:hover,
.catalogsearch-result-index .product-item:hover,
.catalog-category-view .product-item-info:hover,
.catalogsearch-result-index .product-item-info:hover,
.catalog-category-view .gsh-product-card:hover,
.catalogsearch-result-index .gsh-product-card:hover,
.catalog-category-view .gsh26-product-card:hover,
.catalogsearch-result-index .gsh26-product-card:hover {
    border-color: #ccd6e3 !important;
    box-shadow: 0 10px 24px -20px rgba(15, 23, 42, .28) !important;
    filter: none !important;
}

.catalog-category-view .product-item-photo,
.catalogsearch-result-index .product-item-photo,
.catalog-category-view .product-image-container,
.catalogsearch-result-index .product-image-container,
.catalog-category-view .gsh-product-image,
.catalogsearch-result-index .gsh-product-image,
.catalog-category-view .gsh26-product-card__media,
.catalogsearch-result-index .gsh26-product-card__media {
    background: #fff !important;
    box-shadow: none !important;
    filter: none !important;
}

.catalog-category-view .product-image-photo,
.catalogsearch-result-index .product-image-photo,
.catalog-category-view .product-item img,
.catalogsearch-result-index .product-item img {
    background: #fff !important;
    filter: none !important;
    mix-blend-mode: normal !important;
}

.catalog-category-view .product-item-details,
.catalogsearch-result-index .product-item-details,
.catalog-category-view .product-item-info .product-item-details,
.catalogsearch-result-index .product-item-info .product-item-details,
.catalog-category-view .gsh-product-body,
.catalogsearch-result-index .gsh-product-body,
.catalog-category-view .gsh26-product-card__body,
.catalogsearch-result-index .gsh26-product-card__body {
    background: #fff !important;
}

.gshd-plp-hero {
    position: relative;
    overflow: hidden;
    margin: 0 0 30px;
    padding: 48px 0 42px;
    background: linear-gradient(135deg, #061a3d, #075fc8);
    color: #fff;
}

.gshd-plp-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(620px 300px at 88% 28%, rgba(79, 214, 190, .25), transparent 62%);
    pointer-events: none;
}

.gshd-plp-hero__inner {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(280px, 1fr);
    gap: 40px;
    align-items: center;
    width: min(calc(100% - 56px), 1280px);
    margin: 0 auto;
}

.gshd-plp-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 12px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 999px;
    background: rgba(255, 255, 255, .1);
    color: #fff;
    font-size: 12.5px;
    font-weight: 700;
}

.gshd-plp-hero h1 {
    max-width: 720px;
    margin: 14px 0 12px;
    color: #fff;
    font-size: clamp(34px, 4vw, 48px);
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: 0;
}

.gshd-plp-hero h1 em {
    color: oklch(0.78 0.15 195);
    font-style: italic;
    font-weight: 700;
}

.gshd-plp-hero__copy p {
    max-width: 640px;
    margin: 0;
    color: rgba(235, 244, 255, .9);
    font-size: 16px;
    line-height: 1.6;
}

.gshd-plp-hero__usps {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 24px;
}

.gshd-plp-hero__usps span {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #fff;
    font-size: 14px;
    font-weight: 650;
}

.gshd-plp-hero__usps span::before {
    content: "";
    width: 18px;
    height: 18px;
    border-radius: 999px;
    background: oklch(0.78 0.15 195);
    box-shadow: none;
}

.gshd-plp-hero__usps span::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 7px;
    width: 8px;
    height: 4px;
    border-left: 2px solid #061a3d;
    border-bottom: 2px solid #061a3d;
    transform: rotate(-45deg);
}

.gshd-plp-hero__pills {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-end;
}

.gshd-plp-pill {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 8px 14px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 999px;
    background: rgba(255, 255, 255, .1);
    color: #fff !important;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none !important;
    transition: background .15s ease, border-color .15s ease, color .15s ease;
}

.gshd-plp-pill:hover,
.gshd-plp-pill.is-active {
    border-color: oklch(0.78 0.15 195);
    background: oklch(0.78 0.15 195);
    color: #061a3d !important;
}

@media (max-width: 1024px) {
    .gshd-plp-hero {
        padding: 38px 0 34px;
    }

    .gshd-plp-hero__inner {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .gshd-plp-hero__pills {
        justify-content: flex-start;
    }
}

@media (max-width: 640px) {
    .gshd-plp-hero {
        margin-bottom: 22px;
        padding: 30px 0;
    }

    .gshd-plp-hero__inner {
        width: calc(100% - 32px);
    }

    .gshd-plp-hero__usps {
        gap: 12px;
    }

.gshd-plp-hero__usps span {
    width: 100%;
    }
}

/* Final PLP color/filter correction: design uses light blue accents and open compact filters. */
.gshd-plp-hero h1 em {
    color: oklch(0.78 0.15 195) !important;
}

.gshd-plp-hero__usps span::before {
    background: oklch(0.78 0.15 195) !important;
    box-shadow: none !important;
}

.gshd-plp-hero__usps span::after {
    border-color: #061a3d !important;
}

.gshd-plp-pill:hover,
.gshd-plp-pill.is-active {
    border-color: oklch(0.78 0.15 195) !important;
    background: oklch(0.78 0.15 195) !important;
    color: #061a3d !important;
}

.catalog-category-view .sidebar-main,
.catalogsearch-result-index .sidebar-main {
    padding: 0 !important;
}

.catalog-category-view .gsh-filter-block,
.catalogsearch-result-index .gsh-filter-block {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
}

.catalog-category-view .gsh-filter-heading,
.catalogsearch-result-index .gsh-filter-heading {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    margin: 0 !important;
    padding: 16px 18px 14px !important;
    border-bottom: 1px solid #e5eaf1 !important;
}

.catalog-category-view .gsh-filter-heading span,
.catalogsearch-result-index .gsh-filter-heading span {
    color: #16233b !important;
    font-size: 16px !important;
    font-weight: 750 !important;
    line-height: 1.2 !important;
    text-transform: none !important;
}

.catalog-category-view .gsh-filter-drawer,
.catalogsearch-result-index .gsh-filter-drawer {
    display: block !important;
    padding: 0 !important;
}

.catalog-category-view .gsh-filter-drawer-head,
.catalogsearch-result-index .gsh-filter-drawer-head {
    display: none !important;
}

.catalog-category-view .filter-option,
.catalogsearch-result-index .filter-option {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-bottom: 1px solid #edf1f5 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.catalog-category-view .filter-option h3,
.catalogsearch-result-index .filter-option h3 {
    margin: 0 !important;
}

.catalog-category-view .filter-options-title,
.catalogsearch-result-index .filter-options-title {
    min-height: 0 !important;
    padding: 13px 16px 9px !important;
    border: 0 !important;
    color: #16233b !important;
    font-size: 13.5px !important;
    font-weight: 750 !important;
    line-height: 1.25 !important;
}

.catalog-category-view .filter-options-title .title,
.catalogsearch-result-index .filter-options-title .title {
    color: inherit !important;
    font-size: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important;
}

.catalog-category-view .gshd-filter-chevron,
.catalogsearch-result-index .gshd-filter-chevron {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border: 0 !important;
    color: #6f7d91;
}

.catalog-category-view .gshd-filter-chevron svg,
.catalogsearch-result-index .gshd-filter-chevron svg {
    width: 16px !important;
    height: 16px !important;
}

.catalog-category-view .filter-options-content,
.catalogsearch-result-index .filter-options-content {
    display: block !important;
    padding: 0 16px 13px !important;
}

.catalog-category-view .filter-options-content .items,
.catalogsearch-result-index .filter-options-content .items {
    display: flex !important;
    flex-direction: column;
    gap: 0;
    margin: 0 !important;
    padding: 0 !important;
}

.catalog-category-view .filter-options-content li,
.catalogsearch-result-index .filter-options-content li {
    margin: 0 !important;
    padding: 0 !important;
}

.catalog-category-view .filter-options-content a,
.catalogsearch-result-index .filter-options-content a {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    min-height: 26px;
    padding: 3px 0 !important;
    color: #4b5b70 !important;
    font-size: 13px !important;
    line-height: 1.3 !important;
}

.catalog-category-view .filter-options-content .count,
.catalogsearch-result-index .filter-options-content .count {
    color: #8a97a8 !important;
    font-size: 12px !important;
}

@media (min-width: 821px) {
    .catalog-category-view .sidebar-main,
    .catalogsearch-result-index .sidebar-main {
        width: 246px !important;
        max-width: 246px !important;
        border: 1px solid #e5eaf1 !important;
        border-radius: 14px !important;
        background: #fff !important;
        box-shadow: none !important;
    }
}

.page-layout-1column.catalog-category-view .columns {
    grid-template-columns: minmax(0, 1fr) !important;
}

.page-layout-1column.catalog-category-view .sidebar-main,
.page-layout-1column.catalog-category-view .sidebar-additional,
.page-layout-1column.catalog-category-view .gsh26-mobile-list-actions,
.page-layout-1column.catalog-category-view .gsh26-filter-overlay {
    display: none !important;
}

/* Final homepage product-grid cleanup: match PLP cards, no blue glow/background. */
.cms-index-index .gshd-home .gshd-products,
.cms-index-index .gshd-home .gsh-products {
    gap: 20px !important;
}

.cms-index-index .gshd-home .gsh-product-card {
    overflow: hidden !important;
    border: 1px solid #e6ebf2 !important;
    border-radius: 16px !important;
    background: #fff !important;
    box-shadow: none !important;
    filter: none !important;
    transform: none !important;
}

.cms-index-index .gshd-home .gsh-product-card:hover {
    border-color: #ccd6e3 !important;
    box-shadow: 0 10px 24px -20px rgba(15, 23, 42, .28) !important;
    filter: none !important;
    transform: translateY(-1px) !important;
}

.cms-index-index .gshd-home .gsh-product-image {
    display: block !important;
    padding: 0 !important;
    background: #fff !important;
    box-shadow: none !important;
    filter: none !important;
}

.cms-index-index .gshd-home .gsh-product-image img {
    aspect-ratio: 1 !important;
    width: 100% !important;
    padding: 18px !important;
    background: #fff !important;
    object-fit: contain !important;
    filter: none !important;
    mix-blend-mode: normal !important;
}

.cms-index-index .gshd-home .gsh-product-body {
    padding: 16px 16px 18px !important;
    background: #fff !important;
}

.cms-index-index .gshd-home .gsh-product-brand {
    margin: 0 0 5px !important;
    color: #6f7d91 !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    line-height: 1.25 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
}

.cms-index-index .gshd-home .gsh-product-body h3 {
    min-height: 66px !important;
    margin: 0 0 8px !important;
    color: #07183a !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 1.35 !important;
}

.cms-index-index .gshd-home .gsh-product-body h3 a,
.cms-index-index .gshd-home .gsh-grid-product-name,
.cms-index-index .gshd-home .gsh-grid-product-name__main,
.cms-index-index .gshd-home .gsh-grid-product-name__meta {
    color: #07183a !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 1.35 !important;
    letter-spacing: 0 !important;
}

.cms-index-index .gshd-home .gsh-product-body h3 a:hover {
    color: #0867ff !important;
}

.cms-index-index .gshd-home .gsh-rating {
    color: #4b5b70 !important;
    font-size: 13px !important;
    font-weight: 400 !important;
}

.cms-index-index .gshd-home .gsh-price,
.cms-index-index .gshd-home .gsh-price-was {
    font-family: inherit !important;
    letter-spacing: 0 !important;
}

.cms-index-index .gshd-home .gsh-quick-add {
    width: 40px !important;
    height: 40px !important;
    border-radius: 10px !important;
    background: #f6f8fb !important;
    color: #203f88 !important;
    box-shadow: none !important;
}

.cms-index-index .gshd-home .gsh-quick-add:hover {
    background: #203f88 !important;
    color: #fff !important;
}

/* Final PLP grid: target the actual Hyva product grid <ul> (id=product-list > ul.grid).
   Overschrijft de Tailwind-utility xl:grid-cols-3 met hogere specificiteit + !important.
   Tablet 3 op een rij, desktop (>=1024px) 4 op een rij. Feedback #9. */
@media (min-width: 768px) and (max-width: 1023.98px) {
    .catalog-category-view #product-list ul.grid,
    .catalogsearch-result-index #product-list ul.grid {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
}
@media (min-width: 1024px) {
    .catalog-category-view #product-list ul.grid,
    .catalogsearch-result-index #product-list ul.grid {
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    }
}

.gshd-customer-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    min-width: 58px;
    min-height: 58px;
    gap: 4px;
    padding: 8px 12px;
    border-radius: 12px;
    color: oklch(0.36 0.02 250);
    font-size: 12px;
    font-weight: 600;
    line-height: 1.55;
    text-align: center;
    transition: background .15s, color .15s;
}

.gshd-icon-btn > span,
.gshd-customer-action > span {
    display: block;
    font-size: 12px;
    line-height: 1.55;
}

.gshd-customer-action:hover {
    background: oklch(0.98 0.012 235);
    color: oklch(0.34 0.14 250);
}

.gshd-customer-action > .relative {
    display: flex !important;
    align-items: center;
    justify-content: center;
    min-height: 24px;
}

.gshd-customer-action #customer-menu {
    display: inline-flex !important;
    width: 24px !important;
    min-width: 24px !important;
    height: 24px !important;
    min-height: 24px !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: inherit !important;
}

.gshd-customer-action svg {
    width: 24px;
    height: 24px;
}

.gshd-customer-action nav {
    text-align: left;
}

.gshd-hero__trust div {
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr);
    column-gap: 10px;
    padding-left: 0;
}

.gshd-hero__trust div::before {
    content: none;
}

.gshd-hero__trust svg {
    grid-row: span 2;
    margin-top: 1px;
    color: var(--gshd-accent);
    stroke-width: 2.5;
}

.gshd-brands {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

@media (max-width: 1024px) {
    .gshd-brands {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .gshd-brands {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.gshd-feature-grid div {
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr);
    column-gap: 14px;
    padding-left: 0;
}

.gshd-feature-grid div::before {
    content: none;
}

.gshd-feature-grid svg {
    grid-row: span 2;
    width: 40px;
    height: 40px;
    padding: 9px;
    border-radius: 12px;
    background: var(--gshd-blue-700);
    color: var(--gshd-accent);
    stroke-width: 2.4;
}

.gshd-expertise__visual {
    background: var(--gshd-blue-900);
    box-shadow: 0 30px 70px -42px oklch(0 0 0 / .8);
}

.gshd-expertise__visual img {
    padding: 0;
    object-fit: cover;
}

.gshd-expertise__visual::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 45%, oklch(0.18 0.08 250 / .68));
    pointer-events: none;
}

.gshd-expertise__visual div {
    z-index: 1;
}

.catalog-product-compare-index .page-main,
.catalog-product-compare-index .columns,
.catalog-product-compare-index .breadcrumbs {
    width: min(100% - 48px, 1320px);
    max-width: 1320px;
    margin-right: auto;
    margin-left: auto;
}

.catalog-product-compare-index .columns {
    display: block !important;
    padding: 0;
}

.catalog-product-compare-index .column.main {
    width: 100% !important;
    max-width: none !important;
}

.catalog-product-compare-index .page-title-wrapper {
    margin: 22px 0 18px;
}

.catalog-product-compare-index .page-title {
    color: var(--gsh26-ink) !important;
    font-size: clamp(28px, 3vw, 44px) !important;
    font-weight: 700 !important;
    line-height: 1.1 !important;
}

.catalog-product-compare-index .action.print {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    margin-bottom: 16px;
    padding: 0 16px;
    border: 1px solid var(--gsh26-line);
    border-radius: 8px;
    background: #fff;
    color: var(--gsh26-ink);
    font-size: 14px;
    font-weight: 700;
}

.catalog-product-compare-index .table-wrapper.comparison {
    overflow-x: auto;
    border: 1px solid var(--gsh26-line);
    border-radius: 8px;
    background: #fff;
    box-shadow: var(--gsh26-shadow);
}

.catalog-product-compare-index .table-comparison {
    width: 100%;
    min-width: 760px;
    margin: 0;
}

.catalog-product-compare-index .table-comparison th,
.catalog-product-compare-index .table-comparison td {
    padding: 16px;
    border-color: var(--gsh26-line) !important;
    vertical-align: top;
}

.catalog-product-compare-index .table-comparison .cell.label {
    width: 190px;
    background: var(--gsh26-soft);
    color: var(--gsh26-ink);
    font-weight: 700;
}

.catalog-product-compare-index .table-comparison .product-item-photo img {
    width: 160px;
    height: 160px;
    object-fit: contain;
}

.catalog-product-compare-index .message.empty {
    margin: 0 auto;
    padding: 18px 20px;
    border: 1px solid var(--gsh26-line);
    border-radius: 8px;
    background: #fff;
    color: var(--gsh26-ink);
}

@media (max-width: 767px) {
    .catalog-product-compare-index .page-main,
    .catalog-product-compare-index .columns,
    .catalog-product-compare-index .breadcrumbs {
        width: min(100% - 32px, 1320px);
    }
}

/* ============================================================
   GSH go-live: mobile & tablet refinements (2026-06)
   ============================================================ */

/* Vangnet tegen ongewenste horizontale scroll op kleine schermen. */
@media (max-width: 1024px) {
    html,
    body {
        overflow-x: hidden;
    }
}

/* PDP koop-rij eerder stapelen (grote telefoons en kleine tablets),
   zodat de 'in winkelwagen'-knop niet klem komt tussen 641-767px. */
@media (max-width: 767px) {
    .gsh26-buy-row,
    .catalog-product-view .product-info .product-options-bottom {
        grid-template-columns: 1fr !important;
    }

    .catalog-product-view input[name=qty],
    .gsh-cart-qty {
        width: 100% !important;
        max-width: none !important;
    }
}

/* Touch targets richting ~44px op interactieve bedieningselementen. */
.gshd-home .gsh-quick-add,
.cms-index-index .gshd-home .gsh-quick-add {
    width: 44px !important;
    height: 44px !important;
}

.gshd-mobile-menu__row button {
    width: 44px;
    height: 44px;
}

.gshd-plp-pill {
    min-height: 44px;
}

/* Feedback #16/#17: tablet (bijv. iPad 834px). Footer-service-strip en footer-kolommen
   vielen naar 1 kolom (gestapeld) of liepen juist te breed (newsletter door de schermrand).
   Op tablet: beide netjes 2 op een rij, minmax(0,1fr) voorkomt horizontale overflow. */
@media (min-width: 768px) and (max-width: 1024px) {
    .gsh26-footer .gsh26-service-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
    .gsh26-footer .gsh26-footer__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}
