﻿#main-wrapper,
#content-wrapper {
    background: var(--hhk-paper);
}

#content-wrapper.is-item-list {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1168px;
    width: 100%;
}

@media (min-width: 992px) {
    #content-wrapper.is-item-list #content > .row.justify-content-lg-end {
        align-items: start;
        display: grid;
        grid-template-columns: 280px minmax(0, 1fr);
        column-gap: 28px;
        justify-content: stretch;
        margin-left: 0;
        margin-right: 0;
    }

    #content-wrapper.is-item-list #content > .row.justify-content-lg-end > .ml-auto-util {
        grid-column: 2;
        grid-row: 1;
        max-width: none;
        min-width: 0;
        padding-left: 0;
        padding-right: 0;
        width: auto;
    }

    #content-wrapper.is-item-list #sidepanel_left {
        align-self: flex-start;
        background: #fff;
        border: 1px solid var(--hhk-rule-soft);
        border-radius: 12px;
        grid-column: 1;
        grid-row: 1;
        max-height: none;
        max-width: none;
        min-width: 0;
        order: initial;
        overflow: visible;
        padding: 18px;
        position: sticky;
        top: 82px;
        width: auto;
    }
}

.breadcrumb-container {
    background: var(--hhk-paper);
    border: 0;
}

.breadcrumb-container .breadcrumb-wrapper {
    border: 0;
}

.breadcrumb-container .breadcrumb {
    margin: 0;
    padding-bottom: var(--hhk-breadcrumb-y);
    padding-left: var(--hhk-page-gutter);
    padding-top: var(--hhk-breadcrumb-y);
}

.hhk-home {
    background: var(--hhk-paper);
    color: var(--hhk-ink);
}

.hhk-container {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
}

.hhk-section {
    padding: clamp(54px, 7vw, 98px) 0;
}

.hhk-section--creme {
    background: var(--hhk-creme);
}

.hhk-section--paper {
    background: var(--hhk-paper);
}

.hhk-section-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 28px;
}

.hhk-section-head--stack {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
}

.hhk-kicker {
    color: var(--hhk-wald-dark);
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.hhk-title {
    font-size: clamp(34px, 4.5vw, 62px);
    font-weight: 800;
    line-height: 1.05;
    margin: 0;
}

.hhk-title em {
    color: var(--hhk-burgrot);
    font-style: italic;
}

.hhk-lead {
    color: var(--hhk-ink-soft);
    font-size: clamp(18px, 1.5vw, 21px);
    line-height: 1.62;
    max-width: 760px;
}

.hhk-hero {
    background:
        radial-gradient(circle at 80% 20%, rgba(217, 164, 65, .22), transparent 36%),
        linear-gradient(180deg, var(--hhk-paper-warm) 0%, var(--hhk-paper) 100%);
    padding: clamp(56px, 7vw, 104px) 0 clamp(46px, 6vw, 78px);
    overflow: hidden;
}

.hhk-hero-grid {
    align-items: center;
    display: grid;
    gap: clamp(32px, 5vw, 72px);
    grid-template-columns: minmax(0, 1.08fr) minmax(340px, .92fr);
}

.hhk-eyebrow {
    align-items: center;
    background: rgba(63, 107, 74, .1);
    border: 1px solid rgba(63, 107, 74, .18);
    border-radius: 999px;
    color: var(--hhk-wald-dark);
    display: inline-flex;
    font-size: 14px;
    font-weight: 700;
    gap: 8px;
    margin-bottom: 18px;
    padding: 7px 14px;
}

.hhk-hero h1 {
    font-size: clamp(52px, 7vw, 92px);
    font-weight: 900;
    line-height: .96;
    margin: 0 0 22px;
}

.hhk-hero h1 em {
    color: var(--hhk-burgrot);
    font-style: italic;
}

.hhk-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
    align-items: center;
}

.hhk-hero-link {
    color: var(--hhk-wald-dark);
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
}

.hhk-hero-link:hover {
    text-decoration: underline;
}

.hhk-hero-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin-top: 24px;
}

.hhk-meta-item {
    color: var(--hhk-ink-soft);
    font-size: 14px;
}

.hhk-meta-item strong {
    color: var(--hhk-ink);
    display: block;
}

.hhk-hero-visual {
    aspect-ratio: 4 / 3;
    background:
        linear-gradient(135deg, rgba(139, 94, 60, .92), rgba(94, 62, 38, .95)),
        repeating-linear-gradient(45deg, #efe1c6 0, #efe1c6 12px, #e8d6b3 12px, #e8d6b3 24px);
    border: 1px solid rgba(43, 33, 26, .12);
    border-radius: 8px;
    box-shadow: var(--hhk-shadow-hover);
    color: var(--hhk-paper);
    display: grid;
    min-height: 320px;
    overflow: hidden;
    place-items: center;
    position: relative;
    text-align: center;
}

.hhk-hero-visual::before {
    border: 1px dashed rgba(246, 234, 215, .55);
    content: "";
    inset: 24px;
    position: absolute;
}

.hhk-visual-label {
    max-width: 280px;
    padding: 24px;
    position: relative;
}

.hhk-visual-label strong {
    display: block;
    font-size: 26px;
    line-height: 1.1;
}

.hhk-trust-strip {
    background: var(--hhk-ink);
    color: var(--hhk-creme);
    padding: 14px 0;
}

.hhk-trust-grid {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.hhk-trust-item {
    align-items: center;
    display: flex;
    font-size: 14px;
    font-weight: 700;
    gap: 8px;
}

.hhk-check {
    background: var(--hhk-gold);
    border-radius: 50%;
    color: var(--hhk-ink);
    display: inline-grid;
    flex: 0 0 20px;
    height: 20px;
    place-items: center;
    width: 20px;
}

.hhk-card-grid {
    display: grid;
    gap: 18px;
}

.hhk-card-grid--3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hhk-card-grid--4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.hhk-card-grid--5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.hhk-card {
    background: #fff;
    border: 1px solid var(--hhk-rule-soft);
    border-radius: 8px;
    box-shadow: var(--hhk-shadow);
    color: var(--hhk-ink);
    display: block;
    min-height: 100%;
    overflow: hidden;
    padding: 22px;
    text-decoration: none;
    transition: box-shadow .18s ease, transform .18s ease, border-color .18s ease;
}

.hhk-card:hover,
.hhk-card:focus {
    border-color: var(--hhk-gold);
    box-shadow: var(--hhk-shadow-hover);
    color: var(--hhk-ink);
    text-decoration: none;
    transform: translateY(-2px);
}

.hhk-card-label {
    color: var(--hhk-wald-dark);
    font-size: 13px;
    font-weight: 800;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.hhk-card h3 {
    font-size: clamp(23px, 2vw, 28px);
    font-weight: 800;
    line-height: 1.12;
    margin: 0 0 10px;
}

.hhk-card p {
    color: var(--hhk-ink-soft);
    font-size: 16px;
    line-height: 1.58;
    margin: 0;
}

.hhk-world-card {
    min-height: 240px;
    padding: 0;
    position: relative;
}

.hhk-world-media {
    aspect-ratio: 4 / 3;
    background:
        radial-gradient(circle at 28% 24%, rgba(217, 164, 65, .28), transparent 48%),
        repeating-linear-gradient(45deg, #efe1c6 0, #efe1c6 9px, #e8d6b3 9px, #e8d6b3 18px);
}

.hhk-world-card:nth-child(2n) .hhk-world-media {
    background:
        radial-gradient(circle at 28% 24%, rgba(63, 107, 74, .25), transparent 48%),
        repeating-linear-gradient(45deg, #d8e3d3 0, #d8e3d3 9px, #c4d6bf 9px, #c4d6bf 18px);
}

.hhk-world-card:nth-child(3n) .hhk-world-media {
    background:
        radial-gradient(circle at 28% 24%, rgba(143, 61, 46, .2), transparent 48%),
        repeating-linear-gradient(45deg, #e8cec3 0, #e8cec3 9px, #d9b8aa 9px, #d9b8aa 18px);
}

.hhk-world-body {
    padding: 18px;
}

.hhk-age-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.hhk-age-card {
    background: #fff;
    border: 1px solid var(--hhk-rule-soft);
    border-radius: 8px;
    box-shadow: var(--hhk-shadow);
    color: var(--hhk-ink);
    display: flex;
    flex-direction: column;
    gap: 7px;
    min-height: 170px;
    padding: 20px;
    text-decoration: none;
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.hhk-age-card:hover,
.hhk-age-card:focus {
    border-color: var(--hhk-gold);
    box-shadow: var(--hhk-shadow-hover);
    color: var(--hhk-ink);
    text-decoration: none;
    transform: translateY(-2px);
}

.hhk-age-card span {
    color: var(--hhk-burgrot);
    font-size: 13px;
    font-weight: 800;
}

.hhk-age-card strong {
    font-size: 24px;
    line-height: 1.12;
}

.hhk-age-card small {
    color: var(--hhk-ink-soft);
    font-size: 14px;
    line-height: 1.45;
}

.hhk-showcase-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hhk-showcase-card {
    background: #fff;
    border: 1px solid var(--hhk-rule-soft);
    border-radius: 8px;
    box-shadow: var(--hhk-shadow);
    overflow: hidden;
}

.hhk-showcase-img {
    aspect-ratio: 4 / 3;
    background:
        radial-gradient(circle at 28% 24%, rgba(217, 164, 65, .28), transparent 48%),
        repeating-linear-gradient(45deg, #efe1c6 0, #efe1c6 9px, #e8d6b3 9px, #e8d6b3 18px);
}

.hhk-showcase-img--green {
    background:
        radial-gradient(circle at 28% 24%, rgba(63, 107, 74, .25), transparent 48%),
        repeating-linear-gradient(45deg, #d8e3d3 0, #d8e3d3 9px, #c4d6bf 9px, #c4d6bf 18px);
}

.hhk-showcase-img--red {
    background:
        radial-gradient(circle at 28% 24%, rgba(143, 61, 46, .2), transparent 48%),
        repeating-linear-gradient(45deg, #e8cec3 0, #e8cec3 9px, #d9b8aa 9px, #d9b8aa 18px);
}

.hhk-showcase-body {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 18px;
}

.hhk-showcase-body span {
    color: var(--hhk-wald-dark);
    font-size: 13px;
    font-weight: 800;
}

.hhk-showcase-body strong {
    color: var(--hhk-ink);
    font-size: 24px;
    line-height: 1.15;
}

.hhk-showcase-body small {
    color: var(--hhk-ink-soft);
    font-size: 14px;
}

.hhk-band {
    align-items: center;
    background: var(--hhk-ink);
    border-radius: 8px;
    color: var(--hhk-paper);
    display: grid;
    gap: 24px;
    grid-template-columns: minmax(0, 1.1fr) minmax(280px, .9fr);
    overflow: hidden;
    padding: clamp(28px, 4vw, 46px);
}

.hhk-band h2,
.hhk-band p {
    color: inherit;
}

.hhk-band .btn-secondary {
    background: var(--hhk-paper);
    border-color: var(--hhk-paper);
    color: var(--hhk-ink);
}

.hhk-band-visual {
    aspect-ratio: 16 / 10;
    background:
        linear-gradient(135deg, rgba(217, 164, 65, .55), rgba(143, 61, 46, .35)),
        repeating-linear-gradient(45deg, #efe1c6 0, #efe1c6 10px, #e8d6b3 10px, #e8d6b3 20px);
    border: 1px dashed rgba(246, 234, 215, .5);
    border-radius: 8px;
}

.hhk-newsletter {
    background: var(--hhk-wald-dark);
    color: var(--hhk-paper);
    padding: clamp(36px, 5vw, 64px) 0;
}

.hhk-newsletter h2,
.hhk-newsletter p {
    color: inherit;
}

.hhk-newsletter form {
    display: flex;
    gap: 10px;
    max-width: 520px;
}

.hhk-newsletter-grid {
    align-items: center;
    display: grid;
    gap: 28px;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 520px);
}

.hhk-newsletter input {
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 999px;
    flex: 1;
    min-width: 0;
    padding: 13px 18px;
}

.hhk-quote-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hhk-quote {
    background: #fff;
    border: 1px solid var(--hhk-rule-soft);
    border-radius: 8px;
    box-shadow: var(--hhk-shadow);
    padding: 24px;
}

.hhk-stars {
    color: var(--hhk-gold);
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 12px;
}

.hhk-quote p {
    color: var(--hhk-ink);
    font-size: 18px;
    line-height: 1.55;
    margin: 0 0 14px;
}

.hhk-quote span {
    color: var(--hhk-ink-soft);
    font-size: 13px;
    font-weight: 700;
}

.cat-hero {
    background:
        radial-gradient(circle at 88% 8%, rgba(217, 164, 65, .16), transparent 30%),
        linear-gradient(135deg, var(--hhk-paper-warm), var(--hhk-creme));
    border: 1px solid var(--hhk-rule-soft);
    border-radius: 12px;
    margin-bottom: 12px;
    overflow: hidden;
}

.cat-hero > .container {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
}

.cat-pills-wrap > .container {
    max-width: none;
    padding-left: clamp(22px, 3vw, 36px);
    padding-right: clamp(22px, 3vw, 36px);
}

.cat-hero-inner {
    align-items: flex-end;
    display: flex;
    gap: 24px;
    justify-content: space-between;
    padding: var(--hhk-hero-padding);
}

.cat-hero-text {
    max-width: 78ch;
}

.cat-hero-trust {
    flex-shrink: 0;
}

.cat-kicker {
    color: var(--hhk-wald-dark);
    display: block;
    font-size: 13px;
    font-weight: 800;
    margin-bottom: 7px;
}

.cat-title {
    font-size: clamp(32px, 4vw, 48px);
    font-weight: 900;
    line-height: 1.08;
    margin: 0;
    text-wrap: balance;
}

.cat-desc {
    color: var(--hhk-ink-soft);
    font-size: clamp(15px, 1.4vw, 17px);
    line-height: 1.6;
    margin: 11px 0 0;
    max-width: 72ch;
}

.cat-pills-wrap {
    background: var(--hhk-creme);
    border-bottom: 1px solid var(--hhk-rule-soft);
    border-top: 1px solid var(--hhk-rule-soft);
    margin-bottom: 0;
}

.cat-pills {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding: 12px 2px;
    scrollbar-width: thin;
}

.cat-pill {
    background: var(--hhk-paper-warm);
    border: 1px solid var(--hhk-rule);
    border-radius: 999px;
    color: var(--hhk-ink);
    flex: 0 0 auto;
    font-size: 13px;
    font-weight: 700;
    padding: 8px 13px;
    text-decoration: none;
    white-space: nowrap;
}

a.cat-pill:hover,
a.cat-pill:focus-visible,
.cat-pill--active {
    background: var(--hhk-ink);
    border-color: var(--hhk-ink);
    color: var(--hhk-paper);
    text-decoration: none;
}

a.cat-pill:focus-visible {
    outline: 2px solid var(--hhk-gold);
    outline-offset: 2px;
}

.cat-top3 {
    background: linear-gradient(180deg, var(--hhk-creme) 0%, var(--hhk-paper) 100%);
    border-bottom: 1px solid var(--hhk-rule-soft);
    box-sizing: border-box;
    margin: 0 auto 24px;
    max-width: 1168px;
    padding: 22px clamp(22px, 3vw, 36px) 24px;
    width: 100%;
}

#content-wrapper > section.cat-top3 {
    padding-left: var(--hhk-page-gutter);
    padding-right: var(--hhk-page-gutter);
}

.cat-top3-heading {
    margin-bottom: 14px;
}

.cat-top3-kicker {
    color: var(--hhk-burgrot);
    display: block;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .04em;
    margin-bottom: 3px;
    text-transform: uppercase;
}

.cat-top3-heading h2 {
    font-size: clamp(21px, 2vw, 27px);
    font-weight: 900;
    line-height: 1.15;
    margin: 0;
}

.cat-top3-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cat-top3-grid[data-count="1"] {
    grid-template-columns: minmax(0, 380px);
}

.cat-top3-grid[data-count="2"] {
    grid-template-columns: repeat(2, minmax(0, 380px));
}

.cat-top3-card {
    background: #fff;
    border: 1px solid var(--hhk-rule-soft);
    border-radius: 10px;
    box-shadow: 0 8px 22px -20px rgba(43, 33, 26, .55);
    min-width: 0;
    padding: 12px;
    position: relative;
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.cat-top3-card:hover {
    border-color: var(--hhk-gold);
    box-shadow: 0 14px 28px -22px rgba(43, 33, 26, .7);
    transform: translateY(-2px);
}

.cat-top3-rank {
    align-items: center;
    background: var(--hhk-gold);
    border: 2px solid var(--hhk-paper);
    border-radius: 50%;
    color: var(--hhk-ink);
    display: flex;
    font-size: 14px;
    font-weight: 900;
    height: 30px;
    justify-content: center;
    left: 5px;
    position: absolute;
    top: 5px;
    width: 30px;
    z-index: 1;
}

.cat-top3-card > a {
    color: var(--hhk-ink);
    display: grid;
    gap: 12px;
    grid-template-columns: 96px minmax(0, 1fr);
    text-align: left;
    text-decoration: none;
}

.cat-top3-card .item-slider {
    border-radius: 8px;
    grid-row: 1 / span 2;
    margin: 0;
    overflow: hidden;
}

.cat-top3-card .item-slider-desc {
    align-self: end;
    font-size: 15px;
    font-weight: 800;
    grid-column: 2;
    line-height: 1.25;
}

.cat-top3-card .item-slider-price {
    align-self: start;
    font-size: 15px;
    font-weight: 900;
    grid-column: 2;
}

#content-wrapper.is-item-list #content {
    padding-bottom: 38px;
}

#content-wrapper.is-item-list .productlist-page-nav {
    align-items: center;
    border-bottom: 1px solid var(--hhk-rule-soft);
    gap: 10px 16px;
    margin: 0 0 18px;
    padding-bottom: 14px;
    padding-top: 2px;
}

#content-wrapper.is-item-list .productlist-page-nav-header-m {
    align-items: center;
    display: flex !important;
    flex-wrap: nowrap;
    justify-content: space-between;
}

#content-wrapper.is-item-list .productlist-page-nav .displayoptions {
    align-items: center;
    display: flex;
    flex: 0 0 auto;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-end;
    margin-left: auto;
    max-width: 100%;
    min-width: 0;
    order: 2;
    width: auto;
}

#content-wrapper.is-item-list .productlist-page-nav .displayoptions > .btn-group {
    margin: 0;
}

#content-wrapper.is-item-list .productlist-page-nav .btn {
    align-items: center;
    background: #fff;
    border-color: var(--hhk-rule-soft);
    box-shadow: none;
    color: var(--hhk-ink);
    display: inline-flex;
    font-size: 13px;
    font-weight: 800;
    gap: 7px;
    justify-content: center;
    min-height: 38px;
    padding: 8px 14px;
    transition: background-color .18s ease, border-color .18s ease, box-shadow .18s ease, color .18s ease, transform .18s ease;
}

#content-wrapper.is-item-list .productlist-page-nav .btn:hover,
#content-wrapper.is-item-list .productlist-page-nav .btn:focus-visible {
    background: var(--hhk-paper-warm);
    border-color: var(--hhk-rule);
    color: var(--hhk-ink);
}

#content-wrapper.is-item-list .productlist-page-nav .btn:focus-visible {
    box-shadow: 0 0 0 3px rgba(217, 164, 65, .36);
    outline: 0;
}

#content-wrapper.is-item-list .productlist-page-nav .btn:active {
    transform: translateY(1px);
}

#content-wrapper.is-item-list .productlist-page-nav .btn .fa,
#content-wrapper.is-item-list .productlist-page-nav .btn .fas {
    color: currentColor;
    font-size: 14px;
    line-height: 1;
}

#content-wrapper.is-item-list .productlist-page-nav .btn-option {
    min-width: 38px;
    padding-left: 0;
    padding-right: 0;
}

#content-wrapper.is-item-list .productlist-page-nav .btn-option.active {
    background: var(--hhk-creme);
    border-color: var(--hhk-rule-soft);
    color: var(--hhk-ink);
}

#content-wrapper.is-item-list .productlist-page-nav .dropdown-menu {
    background: #fff;
    border: 1px solid var(--hhk-rule-soft);
    border-radius: 8px;
    box-shadow: var(--hhk-shadow-hover);
    margin-top: 8px;
    min-width: 220px;
    overflow: hidden;
    padding: 6px;
}

#content-wrapper.is-item-list .productlist-page-nav .dropdown-item {
    border-radius: 6px;
    color: var(--hhk-ink);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.35;
    padding: 9px 10px;
}

#content-wrapper.is-item-list .productlist-page-nav .dropdown-item:hover,
#content-wrapper.is-item-list .productlist-page-nav .dropdown-item:focus,
#content-wrapper.is-item-list .productlist-page-nav .dropdown-item.active {
    background: var(--hhk-creme);
    color: var(--hhk-ink);
}

#content-wrapper.is-item-list .productlist-page-nav .dropdown-item.active {
    box-shadow: inset 3px 0 0 var(--hhk-gold);
}

#content-wrapper.is-item-list .productlist-item-info {
    align-self: center;
    color: var(--hhk-ink);
    flex: 0 0 auto;
    font-size: 14px;
    font-variant-numeric: tabular-nums;
    font-weight: 800;
    line-height: 1.35;
    order: 1;
    padding: 0;
    white-space: nowrap;
}

#content-wrapper > nav,
#content-wrapper.is-item-list > nav.productlist-page-nav {
    box-sizing: border-box;
    padding-left: var(--hhk-page-gutter);
    padding-right: var(--hhk-page-gutter);
}

#content-wrapper.is-item-list .productlist-page-nav-bottom {
    display: none;
}

#content-wrapper.is-item-list .active-filters {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-bottom: 16px;
}

#content-wrapper.is-item-list .active-filters .snippets-filter-item {
    background: var(--hhk-ink);
    border-color: var(--hhk-ink);
    border-radius: 999px;
    color: var(--hhk-paper);
}

#content-wrapper.is-item-list .active-filters .snippets-filter-item-all {
    color: var(--hhk-burgrot);
    font-size: 13px;
    font-weight: 700;
}

.filter-sidebar-header {
    align-items: center;
    border-bottom: 1px solid var(--hhk-rule-soft);
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
    padding: 2px 0 12px;
}

.filter-sidebar-title {
    color: var(--hhk-ink);
    font-size: 19px;
    font-weight: 900;
}

.filter-sidebar-reset {
    color: var(--hhk-burgrot);
    cursor: pointer;
    font-size: 12px;
    font-weight: 700;
    text-decoration: underline;
}

#content-wrapper.is-item-list #sidepanel_left .box {
    margin-bottom: 0;
}

#content-wrapper.is-item-list #sidepanel_left .box-filter-hr,
#content-wrapper.is-item-list #sidepanel_left .box-normal-hr {
    border-color: var(--hhk-rule-soft);
    margin: 14px 0;
}

#content-wrapper.is-item-list #sidepanel_left .box-categories {
    background: var(--hhk-paper-warm);
    border: 1px solid var(--hhk-rule-soft);
    margin-bottom: 16px;
    padding: 12px;
}

#content-wrapper.is-item-list #sidepanel_left .box-categories .productlist-filter-headline {
    color: var(--hhk-ink-soft);
    font-size: 12px;
    font-weight: 700;
}

#content-wrapper.is-item-list #sidepanel_left [class*="box-filter-"] > a,
#content-wrapper.is-item-list #sidepanel_left [class*="box-filter-"] > .dropdown-toggle {
    color: var(--hhk-ink);
    font-size: 13px;
    font-weight: 800;
}

.hhk-category-hero {
    align-items: flex-end;
    background:
        radial-gradient(circle at 84% 12%, rgba(217, 164, 65, .18), transparent 32%),
        linear-gradient(135deg, var(--hhk-paper-warm), var(--hhk-creme));
    border: 1px solid var(--hhk-rule-soft);
    border-radius: 8px;
    display: grid;
    gap: 24px;
    grid-template-columns: 1fr;
    margin: 0 0 18px;
    overflow: hidden;
    padding: clamp(24px, 4vw, 42px);
    position: relative;
}

.hhk-category-hero::after {
    content: "";
    inset: 12px;
    pointer-events: none;
    position: absolute;
}

.hhk-category-copy {
    position: relative;
    z-index: 1;
}

.hhk-category-kicker {
    color: var(--hhk-wald-dark);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .04em;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.hhk-category-hero h1 {
    font-size: clamp(32px, 5vw, 58px);
    font-weight: 900;
    line-height: 1.02;
    margin: 0;
    text-wrap: balance;
}

.hhk-category-lead {
    color: var(--hhk-ink-soft);
    font-size: 16px;
    line-height: 1.65;
    margin: 14px 0 0;
    max-width: 68ch;
}

.hhk-category-lead p:last-child {
    margin-bottom: 0;
}

.hhk-category-hero--with-image {
    align-items: center;
    grid-template-columns: 1fr auto;
}

.hhk-category-img {
    border-radius: 6px;
    display: block;
    height: clamp(140px, 18vw, 220px);
    object-fit: cover;
    position: relative;
    width: auto;
    z-index: 1;
}

@media (min-width: 992px) and (max-width: 1024px) {
    #content-wrapper.is-item-list .productlist-page-nav {
        align-items: stretch;
        gap: 10px;
        padding-bottom: 10px;
        padding-top: 10px;
    }

    #content-wrapper.is-item-list .productlist-page-nav .displayoptions {
        flex: 0 0 auto;
        gap: 8px;
        justify-content: flex-start;
        margin-left: 0;
        order: 1;
        width: auto;
    }

    #content-wrapper.is-item-list .productlist-item-info {
        order: 2;
        width: auto;
    }

    #content-wrapper.is-item-list .productlist-page-nav-header-m .hhk-filter-sheet-btn {
        display: inline-flex;
    }
}

@media (max-width: 1024px) {
    /* Card-Container: vollständiger Border + Border-Radius */
    #content-wrapper.is-item-list .productlist-page-nav-header-m {
        align-items: center !important;
        background: #fff;
        border: 1px solid var(--hhk-rule-soft);
        border-radius: 10px;
        display: flex !important;
        flex-wrap: nowrap !important;
        justify-content: space-between !important;
        padding: 10px 14px;
    }

    /* Filter-Button integriert in die Card (keine eigene Umrandung) */
    #content-wrapper.is-item-list .productlist-page-nav-header-m .hhk-filter-sheet-btn {
        background: transparent;
        border-color: transparent;
        box-shadow: none;
    }

    /* !important als Diagnose – überschreibt holzhelden.css unabhängig von Spezifität */
    #content-wrapper.is-item-list .productlist-page-nav-header-m .displayoptions {
        margin-left: 0 !important;
        order: 1 !important;
    }

    #content-wrapper.is-item-list .productlist-page-nav-header-m .productlist-item-info {
        margin-right: 0 !important;
        order: 2 !important;
        width: auto !important;
    }
}

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

    .hhk-category-img {
        display: none;
    }
}

.product-list .product-wrapper {
    margin-bottom: 18px;
}

#product-list.layout-gallery {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-left: 0;
    margin-right: 0;
}

#product-list.layout-gallery::before,
#product-list.layout-gallery::after {
    display: none;
}

#product-list.layout-gallery > .product-wrapper {
    flex: none;
    margin-bottom: 0;
    max-width: none;
    min-width: 0;
    padding-left: 0;
    padding-right: 0;
    width: auto;
}

.productbox {
    background: #fff;
    border-color: var(--hhk-rule-soft);
    border-radius: 8px;
    box-shadow: var(--hhk-shadow);
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: visible;
    position: relative;
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

#product-list.layout-gallery .productbox-quick-actions {
    display: flex !important;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-4px);
    transition: opacity .18s ease, transform .18s ease;
    z-index: 3;
}

#product-list.layout-gallery .productbox:hover .productbox-quick-actions,
#product-list.layout-gallery .productbox:focus-within .productbox-quick-actions {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

#product-list.layout-gallery .productbox-quick-actions .btn {
    align-items: center;
    background: var(--hhk-ink);
    border-color: var(--hhk-ink);
    color: var(--hhk-gold-soft);
    display: inline-flex;
    height: 34px;
    justify-content: center;
    min-height: 34px;
    padding: 0;
    width: 34px;
}

#product-list.layout-gallery .productbox.productbox-hover .productbox-inner::before,
#product-list.layout-gallery .productbox.productbox-hover:hover .productbox-inner::before,
#product-list.layout-gallery .productbox.productbox-hover:focus .productbox-inner::before,
#product-list.layout-gallery .productbox.productbox-hover.focus .productbox-inner::before {
    content: none;
    display: none;
}

#product-list.layout-gallery .productbox-hover.productbox-show-variations.transition,
#product-list.layout-gallery .productbox-hover.productbox-show-variations:hover,
#product-list.layout-gallery .productbox-hover.productbox-show-variations:focus,
#product-list.layout-gallery .productbox-hover.productbox-show-variations.focus {
    margin: 0;
    padding: 0;
    position: relative;
    width: auto;
    z-index: auto;
}

#product-list.layout-gallery .productbox-show-variations .productbox-variations {
    display: none;
}

#product-list.layout-gallery .form-basket,
#product-list.layout-gallery .productbox-inner {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
}

#product-list.layout-gallery .productbox-inner {
    background: #fff;
    border-radius: 8px;
}

#product-list.layout-gallery .productbox-inner > .row {
    display: block;
    flex: 1 1 auto;
    margin-left: 0;
    margin-right: 0;
    position: relative;
    z-index: 2;
}

#product-list.layout-gallery .productbox-inner > .row > .col {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
}

.productbox:hover {
    border-color: var(--hhk-gold);
    box-shadow: var(--hhk-shadow-hover);
    transform: translateY(-2px);
}

.productbox-title a {
    color: var(--hhk-ink);
    font-weight: 800;
    line-height: 1.25;
    text-decoration: none;
}

.productbox-title a:hover,
.productbox-title a:focus {
    color: var(--hhk-burgrot);
}

.productbox-image {
    background:
        radial-gradient(circle at 28% 22%, rgba(217, 164, 65, .14), transparent 38%),
        var(--hhk-paper-warm);
    position: relative;
}

#product-list.layout-gallery .productbox-images,
#product-list.layout-gallery .productbox-images a {
    display: block;
}

#product-list.layout-gallery .productbox-images {
    overflow: hidden;
    position: relative;
}

#product-list.layout-gallery .square-image {
    aspect-ratio: 1 / 1;
    display: block;
    position: relative;
    width: 100%;
}

#product-list.layout-gallery .list-gallery .first-wrapper,
#product-list.layout-gallery .list-gallery .second-wrapper {
    transition: opacity .22s ease;
}

#product-list.layout-gallery .list-gallery .second-wrapper {
    inset: 0;
    opacity: 0;
    position: absolute;
    z-index: 2;
}

#product-list.layout-gallery .list-gallery:hover .second-wrapper {
    opacity: 1;
}

#product-list.layout-gallery .list-gallery:hover img.first {
    opacity: 1;
}

#product-list.layout-gallery .square-image .inner,
#product-list.layout-gallery .square-image .inner picture {
    inset: 0;
    overflow: hidden;
    position: absolute;
}

#product-list.layout-gallery .square-image .inner img {
    display: block;
    height: 100%;
    left: auto;
    object-fit: contain;
    position: static;
    top: auto;
    transform: none;
    width: 100%;
}

#product-list.layout-gallery .productbox-title,
#product-list.layout-gallery .price_wrapper,
#product-list.layout-gallery .productbox-delivery,
#product-list.layout-gallery .productbox-actions {
    padding-left: 14px;
    padding-right: 14px;
}

#product-list.layout-gallery .productbox-title {
    margin-top: 12px;
}

#product-list.layout-gallery .productbox-actions {
    margin-top: auto;
    padding-bottom: 14px;
}

.price_wrapper .price {
    color: var(--hhk-ink);
    font-weight: 900;
}

.box-filter .card,
.box-normal {
    border-radius: 8px;
}

.snippets-filter-item,
.box-link-wrapper {
    line-height: 1.4;
}

.active-filters,
.filter-item {
    color: var(--hhk-ink);
}

.product-detail {
    align-items: flex-start;
}

.product-detail .product-gallery,
.product-detail .product-info {
    margin-bottom: 24px;
}

#image_wrapper,
.product-info-inner {
    background: #fff;
    border: 1px solid var(--hhk-rule-soft);
    border-radius: 8px;
    box-shadow: var(--hhk-shadow);
}

#image_wrapper {
    padding: clamp(14px, 2vw, 22px);
}

.product-info-inner {
    padding: clamp(20px, 3vw, 34px);
}

.product-title {
    font-size: clamp(28px, 4vw, 46px);
    font-weight: 900;
    line-height: 1.08;
    margin-bottom: 14px;
    text-wrap: balance;
}

.product-info .shortdesc {
    color: var(--hhk-ink-soft);
    font-size: 16px;
    line-height: 1.65;
}

.product-offer {
    background: var(--hhk-paper-warm);
    border: 1px solid var(--hhk-rule-soft);
    border-radius: 8px;
    padding: 18px;
}

.product-offer .price_wrapper .price {
    font-size: clamp(28px, 4vw, 38px);
}

.product-info .stock-information {
    align-items: center;
    background: #fff;
    border-color: var(--hhk-rule-soft);
    border-radius: 8px;
    padding: 12px 16px;
}

.product-info .info-essential {
    background: var(--hhk-creme);
    border: 1px solid var(--hhk-rule-soft);
    border-radius: 8px;
    display: grid;
    gap: 8px 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 14px;
}

.product-info .info-essential li {
    margin: 0;
}

.product-info .btn-primary,
.product-info .btn-secondary,
.product-info .btn-outline-primary {
    min-height: 48px;
}

.recommendations,
.partslist,
.bundle {
    margin-top: 30px;
}

.tab-content,
.productdetails-tabs {
    background: #fff;
    border-radius: 8px;
}

@media (max-width: 991.98px) {
    #content-wrapper.is-item-list {
        padding-left: 0;
        padding-right: 0;
        width: calc(100% - 32px);
    }

    #content-wrapper.is-item-list #content > .row {
        margin-left: 0;
        margin-right: 0;
    }

    #content-wrapper.is-item-list #content > .row > [class*="col-"] {
        padding-left: 0;
        padding-right: 0;
    }

    .cat-hero {
        border-radius: 10px;
    }

    .cat-hero-inner {
        padding: var(--hhk-hero-padding);
    }

    .cat-pills-wrap > .container {
        padding-left: var(--hhk-page-gutter-mobile);
        padding-right: var(--hhk-page-gutter-mobile);
    }

    .cat-pills {
        padding-right: 18px;
    }

    .cat-top3 {
        margin-bottom: var(--hhk-space-lg);
        padding: 18px 20px 20px;
    }

    #content-wrapper > section.cat-top3 {
        padding-left: var(--hhk-page-gutter-mobile);
        padding-right: var(--hhk-page-gutter-mobile);
    }

    .cat-top3-grid {
        display: grid;
        grid-auto-columns: minmax(270px, 78vw);
        grid-auto-flow: column;
        grid-template-columns: none;
        overflow-x: auto;
        padding: 2px 2px 10px;
        scroll-snap-type: x proximity;
        scrollbar-width: thin;
    }

    .cat-top3-grid[data-count="1"],
    .cat-top3-grid[data-count="2"] {
        grid-template-columns: none;
    }

    .cat-top3-card {
        scroll-snap-align: start;
    }

    #content-wrapper.is-item-list .productlist-page-nav {
        align-items: stretch;
        gap: 10px;
        padding-bottom: 10px;
        padding-top: 10px;
    }

    #content-wrapper.is-item-list .productlist-page-nav .displayoptions {
        display: flex;
        flex: 0 0 auto;
        gap: 8px;
        justify-content: flex-start;
        margin-left: 0;
        order: 1;
        width: auto;
    }

    #content-wrapper.is-item-list .productlist-page-nav .dropdown .btn {
        max-width: none;
        width: auto;
    }

    #content-wrapper.is-item-list .productlist-page-nav .filter-type-FilterItemSort {
        width: auto;
    }

    #content-wrapper.is-item-list .productlist-item-info {
        justify-self: flex-start;
        margin-top: 2px;
        order: 2;
    }

    /* Override: holzhelden.css setzt bei kleinen Viewports width: 100%. */
    #content-wrapper.is-item-list .productlist-page-nav-header-m .productlist-item-info {
        width: auto;
    }

    #product-list.layout-gallery {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    #content-wrapper > nav,
    #content-wrapper.is-item-list > nav.productlist-page-nav {
        padding-left: var(--hhk-page-gutter-mobile);
        padding-right: var(--hhk-page-gutter-mobile);
    }

    .topbar {
        display: none;
    }

    .hdr-inner {
        gap: 12px;
        grid-template-columns: auto 1fr auto;
        min-height: 66px;
    }

    .hdr-left {
        align-items: center;
        display: flex;
        gap: 4px;
    }

    a.logo {
        justify-content: center;
    }

    .search-bar {
        display: none;
    }

    .logo-text .claim {
        display: none;
    }

    #mainNavigation {
        box-shadow: 18px 0 48px -26px rgba(43, 33, 26, .65);
        display: flex;
        flex-direction: column;
        height: 100dvh;
        left: 0;
        max-height: 100dvh;
        max-width: 340px;
        overflow: hidden;
        position: fixed;
        right: auto;
        top: 0;
        transform: translateX(-100%);
        transition: transform .25s ease;
        width: 88vw;
        z-index: 1030;
    }

    #mainNavigation.is-active {
        transform: translateX(0);
    }

    .mobile-nav-close {
        align-items: center;
        align-self: stretch;
        background: var(--hhk-paper-warm);
        border-bottom: 1px solid var(--hhk-rule-soft);
        box-sizing: border-box;
        color: var(--hhk-ink);
        display: flex;
        flex: 0 0 64px;
        justify-content: flex-end;
        min-height: 64px;
        padding: 10px 14px;
        width: 100%;
    }

    .mobile-nav-close svg {
        background: var(--hhk-creme);
        border: 1px solid var(--hhk-rule-soft);
        border-radius: 50%;
        box-sizing: content-box;
        padding: 8px;
        transition: background-color .18s ease, color .18s ease, transform .18s ease;
    }

    .mobile-nav-close:hover svg,
    .mobile-nav-close:focus-visible svg {
        background: var(--hhk-ink);
        color: var(--hhk-paper);
    }

    .mobile-nav-close:active svg {
        transform: scale(.94);
    }

    .main-nav {
        align-items: flex-start;
        display: flex;
        flex: 1 1 auto;
        flex-direction: column;
        flex-wrap: nowrap;
        margin: 0;
        max-width: none;
        overscroll-behavior: contain;
        overflow-x: hidden;
        overflow-y: auto;
        padding: 0;
        width: 100%;
    }

    .main-nav .item {
        border-bottom: 1px solid var(--hhk-rule-soft);
        box-sizing: border-box;
        font-size: 16px;
        padding: 14px 20px;
        width: 100%;
    }

    .main-nav .spc {
        display: none;
    }

    .main-nav > .item.sale {
        background: rgba(246, 234, 215, .48);
        border-top: 7px solid var(--hhk-paper-warm);
        color: var(--hhk-burgrot);
        font-size: 14px;
        font-weight: 700;
        padding-bottom: 11px;
        padding-top: 11px;
    }

    .mobile-nav-extra {
        background: var(--hhk-paper-warm);
        display: flex;
        flex-direction: column;
        padding-bottom: 8px;
        width: 100%;
    }

    .mobile-nav-extra .item {
        border-bottom-color: rgba(217, 196, 164, .55);
        color: var(--hhk-ink-soft);
        font-size: 14px;
        font-weight: 600;
        padding-bottom: 10px;
        padding-top: 10px;
    }

    .mobile-nav-extra .item:hover,
    .mobile-nav-extra .item:focus-visible {
        background: var(--hhk-creme);
        color: var(--hhk-burgrot);
    }

    .desktop-nav-only {
        display: none !important;
    }

    body.hhk-mobile-nav-open {
        overflow: hidden;
    }

    body.hhk-mobile-nav-open::after {
        background: rgba(43, 33, 26, .72);
        content: "";
        inset: 0;
        pointer-events: none;
        position: fixed;
        z-index: 1029;
    }

    .hhk-hero-grid,
    .hhk-band,
    .hhk-category-hero {
        grid-template-columns: 1fr;
    }

    .hhk-trust-grid,
    .hhk-age-grid,
    .hhk-card-grid--4,
    .hhk-card-grid--5,
    .hhk-showcase-grid,
    .hhk-quote-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

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

    #mainNavigation {
        background: var(--hhk-paper-warm);
    }
}

@media (max-width: 575.98px) {
    body {
        font-size: 16px;
    }

    #content-wrapper.is-item-list {
        width: calc(100% - 16px);
    }

    .hdr-inner {
        gap: 4px;
        grid-template-columns: auto minmax(0, 1fr) auto;
        min-height: 62px;
        padding-left: 8px;
        padding-right: 8px;
    }

    .hdr-left {
        gap: 0;
    }

    .mobile-menu-btn,
    .hdr-user-link {
        align-items: center;
        box-sizing: border-box;
        display: inline-flex;
        flex: 0 0 40px;
        height: 40px;
        justify-content: center;
        min-height: 40px;
        padding: 0;
        width: 40px;
    }

    a.logo {
        gap: 6px;
        min-width: 0;
        overflow: hidden;
    }

    .logo-mark svg {
        height: 32px;
        width: 38px;
    }

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

    .logo-text .name {
        font-size: 15px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .header-icons {
        min-width: 0;
    }

    #shop-nav {
        gap: 0;
    }

    #shop-nav .nav-link {
        box-sizing: border-box;
        height: 40px;
        min-height: 40px;
        min-width: 40px;
        padding: 4px;
        width: 40px;
    }

    #shop-nav-wish > .nav-link .fa-heart,
    #shop-nav .cart-icon-dropdown > .nav-link .cart-icon-dropdown-icon {
        min-width: 30px;
    }

    #shop-nav-wish > .nav-link .fa-heart::after,
    #shop-nav .cart-icon-dropdown > .nav-link .cart-icon-dropdown-icon::after {
        display: none;
    }

    #shop-nav-wish > .dropdown-menu,
    #shop-nav .cart-icon-dropdown > .cart-dropdown {
        left: 12px !important;
        margin: 0;
        max-height: calc(100dvh - 90px);
        max-width: calc(100vw - 24px);
        min-width: 0;
        overflow-x: hidden;
        overflow-y: auto;
        position: fixed !important;
        right: 12px !important;
        top: 78px !important;
        transform: none !important;
        width: auto;
    }

    .hhk-container {
        width: min(100% - 24px, 1180px);
    }

    .hhk-hero {
        padding-top: 34px;
    }

    .hhk-hero h1 {
        font-size: clamp(40px, 13vw, 54px);
        line-height: 1;
    }

    .hhk-lead {
        font-size: 17px;
        line-height: 1.55;
    }

    .hhk-hero-actions .btn {
        justify-content: center;
        width: 100%;
    }

    .hhk-hero-link {
        width: 100%;
        text-align: center;
        padding: 4px 0;
    }

    .hhk-section-head,
    .hhk-newsletter form {
        align-items: stretch;
        flex-direction: column;
    }

    .hhk-card-grid,
    .hhk-card-grid--3,
    .hhk-card-grid--4,
    .hhk-card-grid--5,
    .hhk-age-grid,
    .hhk-showcase-grid,
    .hhk-quote-grid,
    .hhk-trust-grid {
        grid-template-columns: 1fr;
    }

    .hhk-hero-visual {
        min-height: 240px;
    }

    .hhk-card,
    .hhk-age-card,
    .hhk-quote {
        padding: 20px;
    }

    .hhk-newsletter input,
    .hhk-newsletter .btn {
        width: 100%;
    }
}

@media (max-width: 359.98px) {
    .logo-text .name {
        font-size: 11px;
    }
}
