﻿@import url("../../../NOVA/themes/clear/clear.css");

:root {
    --hhk-holz: #8b5e3c;
    --hhk-holz-2: #a8754d;
    --hhk-holz-dark: #5e3e26;
    --hhk-creme: #f6ead7;
    --hhk-creme-2: #efe1c6;
    --hhk-paper: #fbf5e8;
    --hhk-paper-warm: #fdf7ea;
    --hhk-wald: #3f6b4a;
    --hhk-wald-2: #4d7d5a;
    --hhk-wald-dark: #2c4d35;
    --hhk-gold: #d9a441;
    --hhk-gold-2: #e9c275;
    --hhk-gold-soft: #f1d398;
    --hhk-burgrot: #8f3d2e;
    --hhk-burgrot-2: #a64a39;
    --hhk-ink: #2b211a;
    --hhk-ink-2: #3a2d24;
    --hhk-ink-soft: #5a4a3a;
    --hhk-rule: #d9c4a4;
    --hhk-rule-soft: #e8d8b9;
    --hhk-shadow: 0 1px 0 rgba(43, 33, 26, .04), 0 10px 30px -18px rgba(43, 33, 26, .18);
    --hhk-shadow-hover: 0 1px 0 rgba(43, 33, 26, .04), 0 22px 44px -22px rgba(43, 33, 26, .32);
}

html,
body.is-nova {
    margin: 0;
    padding: 0;
}

body.is-nova {
    background: var(--hhk-paper);
    color: var(--hhk-ink);
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 17px;
    line-height: 1.55;
}

h1,
h2,
h3,
.h1,
.h2,
.h3 {
    color: var(--hhk-ink);
    letter-spacing: 0;
}

a {
    color: var(--hhk-wald-dark);
}

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

.btn {
    border-radius: 999px;
    font-weight: 700;
}

.btn-primary,
button.btn-primary,
input.btn-primary {
    background: var(--hhk-gold);
    border-color: var(--hhk-gold);
    color: var(--hhk-ink);
    box-shadow: 0 4px 0 var(--hhk-holz-dark), 0 8px 20px -12px rgba(43, 33, 26, .4);
}

.btn-primary:hover,
.btn-primary:focus {
    background: var(--hhk-gold-soft);
    border-color: var(--hhk-gold-soft);
    color: var(--hhk-ink);
}

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

/* === Topbar === */
.topbar {
    background: var(--hhk-ink);
    color: var(--hhk-creme);
    font-size: 13px;
    min-height: 34px;
}

.topbar-inner {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    gap: 4px 18px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    min-height: 34px;
    padding: 5px 16px;
    width: 100%;
}

.tb-item {
    align-items: center;
    color: var(--hhk-creme);
    display: inline-flex;
    font-size: 13px;
    font-weight: 700;
    gap: 6px;
    line-height: 1;
}

.tb-item svg {
    flex-shrink: 0;
    opacity: .8;
}

.topbar-inner .spc {
    flex: 1;
}

.topbar-inner .links {
    align-items: center;
    display: flex;
    gap: 14px;
}

.topbar-inner .links a {
    color: var(--hhk-creme);
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
}

.topbar-inner .links a:hover,
.topbar-inner .links a:focus {
    color: var(--hhk-gold-soft);
}

/* === Shop Header === */
#jtl-nav-wrapper {
    background: var(--hhk-paper);
    border-bottom: 1px solid var(--hhk-rule-soft);
    box-shadow: 0 10px 28px -28px rgba(43, 33, 26, .35);
    position: sticky;
    top: 0;
    z-index: 1020;
}

#jtl-nav-wrapper.fixed-navbar {
    background: linear-gradient(180deg, var(--hhk-paper-warm), var(--hhk-paper));
}

.hdr-inner {
    align-items: center;
    box-sizing: border-box;
    display: grid;
    gap: 20px;
    grid-template-columns: auto 1fr auto auto;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    min-height: 92px;
    padding-left: 16px;
    padding-right: 16px;
    width: 100%;
}

.hdr-left {
    display: none;
}

.mobile-menu-btn {
    background: none;
    border: none;
    color: var(--hhk-ink);
    cursor: pointer;
    padding: 6px;
}

.hdr-user-link {
    align-items: center;
    color: var(--hhk-ink);
    display: inline-flex;
    padding: 6px;
    text-decoration: none;
}

a.logo {
    align-items: center;
    color: var(--hhk-ink);
    display: inline-flex;
    gap: 10px;
    text-decoration: none;
}

a.logo:hover,
a.logo:focus {
    color: var(--hhk-ink);
    text-decoration: none;
}

.logo-mark {
    display: inline-flex;
    flex-shrink: 0;
}

.logo-text {
    display: flex;
    flex-direction: column;
    line-height: 1.05;
}

.logo-text .name {
    color: var(--hhk-ink);
    font-size: clamp(18px, 1.8vw, 26px);
    font-weight: 900;
    letter-spacing: 0;
}

.logo-text .claim {
    color: var(--hhk-ink-soft);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .01em;
}

.search-bar {
    justify-self: center;
    max-width: 560px;
    min-width: 0;
    width: 100%;
}

#jtl-nav-wrapper .search-wrapper,
#jtl-nav-wrapper .search-wrapper form,
#jtl-nav-wrapper .search-wrapper .form-icon,
#jtl-nav-wrapper .search-wrapper .input-group {
    width: 100%;
}

#jtl-nav-wrapper .search-wrapper .input-group {
    align-items: center;
    background: #fff;
    border: 1px solid var(--hhk-rule);
    border-radius: 999px;
    box-shadow: 0 8px 22px -20px rgba(94, 62, 38, .55);
    display: flex;
    min-height: 52px;
    padding: 4px;
    padding-left: 14px;
    transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}

#jtl-nav-wrapper .search-wrapper .input-group:hover {
    border-color: #caae82;
}

#jtl-nav-wrapper .search-wrapper .input-group:focus-within {
    border-color: var(--hhk-gold);
    box-shadow: 0 0 0 4px rgba(217, 164, 65, .16), 0 12px 28px -22px rgba(94, 62, 38, .6);
}

#jtl-nav-wrapper .search-wrapper .form-control,
#jtl-nav-wrapper .search-wrapper input[type="text"] {
    background: #fff;
    border: 0;
    border-radius: 999px;
    box-shadow: none;
    flex: 1 1 auto;
    font-size: 15px;
    height: 42px;
    line-height: 42px;
    min-width: 0;
    min-height: 42px;
    padding: 0 10px 0 0 !important;
    width: 100%;
}

#jtl-nav-wrapper .search-wrapper .twitter-typeahead {
    display: block !important;
    flex: 1 1 0;
    height: 42px;
    min-width: 0;
    width: auto !important;
}

#jtl-nav-wrapper .search-wrapper .twitter-typeahead .tt-input,
#jtl-nav-wrapper .search-wrapper .twitter-typeahead .tt-hint,
#jtl-nav-wrapper .search-wrapper .twitter-typeahead .tt-menu {
    width: 100% !important;
}

#jtl-nav-wrapper .search-wrapper .form-clear {
    display: none !important;
}

#jtl-nav-wrapper .search-wrapper .form-control::placeholder,
#jtl-nav-wrapper .search-wrapper input[type="text"]::placeholder {
    color: #887767;
    opacity: 1;
}

#jtl-nav-wrapper .search-wrapper .input-group-append,
#jtl-nav-wrapper .search-wrapper .input-group-addon {
    display: flex;
    flex: 0 0 auto;
    margin-left: 4px;
}

#jtl-nav-wrapper .search-wrapper .btn,
#jtl-nav-wrapper .search-wrapper button {
    align-items: center;
    background: var(--hhk-ink);
    border: 0;
    border-radius: 50%;
    box-shadow: none;
    color: var(--hhk-gold-soft);
    display: grid;
    flex: 0 0 42px;
    height: 42px;
    line-height: 1;
    min-height: 42px;
    padding: 0;
    place-items: center;
    transition: background-color .2s ease, color .2s ease, transform .2s ease;
    width: 42px;
}

#jtl-nav-wrapper .search-wrapper .btn .fas,
#jtl-nav-wrapper .search-wrapper button .fas {
    display: block;
    line-height: 1;
    margin: 0;
}

#jtl-nav-wrapper .search-wrapper .btn:hover,
#jtl-nav-wrapper .search-wrapper button:hover,
#jtl-nav-wrapper .search-wrapper .btn:focus-visible,
#jtl-nav-wrapper .search-wrapper button:focus-visible {
    background: var(--hhk-holz-dark);
    color: #fff;
    transform: scale(1.04);
}

#jtl-nav-wrapper .search-wrapper .btn:focus-visible,
#jtl-nav-wrapper .search-wrapper button:focus-visible {
    outline: 2px solid var(--hhk-gold);
    outline-offset: 2px;
}

#jtl-nav-wrapper .search-wrapper .btn:active,
#jtl-nav-wrapper .search-wrapper button:active {
    transform: scale(.96);
}

.header-icons {
    align-items: center;
    display: flex;
}

.btn-skip-to {
    height: 1px;
    left: -999px;
    overflow: hidden;
    position: absolute;
    top: auto;
    width: 1px;
    z-index: -1;
}

.btn-skip-to:focus {
    background: var(--hhk-gold);
    border-radius: 999px;
    color: var(--hhk-ink);
    height: auto;
    left: 16px;
    overflow: visible;
    padding: 10px 14px;
    top: 10px;
    width: auto;
    z-index: 2000;
}

/* === Nav Icons === */
#shop-nav,
#jtl-nav-wrapper ul,
#jtl-nav-wrapper .navbar-nav {
    list-style: none;
    margin: 0;
    padding: 0;
}

#shop-nav {
    align-items: center;
    display: flex;
    gap: 2px;
}

#shop-nav > li,
#shop-nav .nav-item {
    align-items: center;
    display: inline-flex;
}

#shop-nav a,
#shop-nav button {
    color: var(--hhk-ink);
    min-height: 54px;
}

#shop-nav .nav-link {
    align-items: center;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    min-width: 58px;
    padding: 6px 9px;
    transition: background-color .2s ease, color .2s ease;
}

#shop-nav .nav-link:hover,
#shop-nav .nav-link:focus-visible {
    background: var(--hhk-creme);
    color: var(--hhk-holz-dark);
    text-decoration: none;
}

#shop-nav .account-icon-dropdown > .nav-link .fa-user,
#shop-nav .account-icon-dropdown > .nav-link .fa-user-check,
#shop-nav-wish > .nav-link .fa-heart,
#shop-nav .cart-icon-dropdown > .nav-link .cart-icon-dropdown-icon {
    align-items: center;
    display: flex;
    flex-direction: column;
    font-style: normal;
    gap: 3px;
    line-height: 1;
    min-width: 42px;
    position: relative;
}

#shop-nav .account-icon-dropdown > .nav-link .fa-user::before,
#shop-nav .account-icon-dropdown > .nav-link .fa-user-check::before,
#shop-nav-wish > .nav-link .fa-heart::before,
#shop-nav .cart-icon-dropdown > .nav-link .cart-icon-dropdown-icon::before {
    background: currentColor;
    content: "";
    display: block;
    height: 22px;
    mask-position: center;
    mask-repeat: no-repeat;
    mask-size: contain;
    width: 22px;
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
}

#shop-nav .account-icon-dropdown > .nav-link .fa-user::before,
#shop-nav .account-icon-dropdown > .nav-link .fa-user-check::before {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='8' r='4' fill='none' stroke='black' stroke-width='1.8'/%3E%3Cpath d='M4 21c1-4 4-6 8-6s7 2 8 6' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='8' r='4' fill='none' stroke='black' stroke-width='1.8'/%3E%3Cpath d='M4 21c1-4 4-6 8-6s7 2 8 6' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E");
}

#shop-nav-wish > .nav-link .fa-heart::before {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 21s-7-4.5-9.5-9C1 9 2.5 5 6 5c2 0 3.5 1 6 4 2.5-3 4-4 6-4 3.5 0 5 4 3.5 7C19 16.5 12 21 12 21Z' fill='none' stroke='black' stroke-width='1.8' stroke-linejoin='round'/%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 21s-7-4.5-9.5-9C1 9 2.5 5 6 5c2 0 3.5 1 6 4 2.5-3 4-4 6-4 3.5 0 5 4 3.5 7C19 16.5 12 21 12 21Z' fill='none' stroke='black' stroke-width='1.8' stroke-linejoin='round'/%3E%3C/svg%3E");
}

#shop-nav .cart-icon-dropdown > .nav-link .cart-icon-dropdown-icon::before {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 7h14l-1.5 11a2 2 0 0 1-2 1.7h-7a2 2 0 0 1-2-1.7L5 7Z' fill='none' stroke='black' stroke-width='1.8' stroke-linejoin='round'/%3E%3Cpath d='M9 7V5a3 3 0 0 1 6 0v2' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 7h14l-1.5 11a2 2 0 0 1-2 1.7h-7a2 2 0 0 1-2-1.7L5 7Z' fill='none' stroke='black' stroke-width='1.8' stroke-linejoin='round'/%3E%3Cpath d='M9 7V5a3 3 0 0 1 6 0v2' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E");
}

#shop-nav .account-icon-dropdown > .nav-link .fa-user::after,
#shop-nav .account-icon-dropdown > .nav-link .fa-user-check::after,
#shop-nav-wish > .nav-link .fa-heart::after,
#shop-nav .cart-icon-dropdown > .nav-link .cart-icon-dropdown-icon::after {
    color: var(--hhk-ink-soft);
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 11px;
    font-weight: 600;
    line-height: 1;
}

#shop-nav .account-icon-dropdown > .nav-link .fa-user::after,
#shop-nav .account-icon-dropdown > .nav-link .fa-user-check::after {
    content: "Konto";
}

#shop-nav-wish > .nav-link .fa-heart::after {
    content: "Wunschliste";
}

#shop-nav .cart-icon-dropdown > .nav-link .cart-icon-dropdown-icon::after {
    content: "Warenkorb";
}

#shop-nav .fa-sup {
    font-family: "Open Sans", Arial, sans-serif;
}

#shop-nav .cart-icon-dropdown-price {
    display: none;
}

#shop-nav .cart-dropdown-label,
#shop-nav .basket {
    font-weight: 800;
}

/* === Account dropdown === */
#shop-nav .account-icon-dropdown > .nav-link[aria-expanded="true"] {
    background: var(--hhk-creme);
    color: var(--hhk-holz-dark);
}

#shop-nav .account-icon-dropdown > .dropdown-menu {
    background:
        radial-gradient(circle at 100% 0, rgba(217, 164, 65, .13), transparent 34%),
        var(--hhk-paper-warm);
    border: 1px solid var(--hhk-rule);
    border-radius: 14px;
    box-shadow: 0 26px 60px -28px rgba(43, 33, 26, .48), 0 8px 20px -16px rgba(94, 62, 38, .28);
    color: var(--hhk-ink);
    margin-top: 10px;
    min-width: 390px;
    overflow: hidden;
    padding: 0;
}

#shop-nav .account-icon-dropdown .dropdown-body {
    box-sizing: border-box;
    margin: 0;
    padding: 28px 28px 22px;
    width: 100%;
}

#shop-nav .account-icon-dropdown .dropdown-body form {
    display: block;
    max-width: 100%;
    min-width: 0;
    width: 100%;
}

#shop-nav .account-icon-dropdown #quick-login {
    border: 0;
    box-sizing: border-box;
    margin: 0;
    max-width: 100%;
    min-width: 0;
    padding: 0;
    width: 100%;
}

#shop-nav .account-icon-dropdown #quick-login legend {
    border: 0;
    color: var(--hhk-ink);
    font-size: 21px;
    font-weight: 800;
    line-height: 1.25;
    margin: 0 0 24px;
    padding: 0;
    width: 100%;
}

#shop-nav .account-icon-dropdown .form-group {
    box-sizing: border-box;
    margin-bottom: 16px;
    max-width: 100%;
    min-width: 0;
    width: 100%;
}

#shop-nav .account-icon-dropdown .account-icon-dropdown-pass {
    margin-bottom: 20px;
}

#shop-nav .account-icon-dropdown .form-control {
    background: #fff;
    border: 1px solid var(--hhk-rule);
    border-radius: 8px;
    box-sizing: border-box;
    box-shadow: inset 0 1px 2px rgba(43, 33, 26, .04);
    color: var(--hhk-ink);
    font-size: 15px;
    max-width: 100%;
    min-height: 50px;
    min-width: 0;
    padding-left: 15px;
    padding-right: 15px;
    transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
    width: 100%;
}

#shop-nav .account-icon-dropdown .form-control:hover {
    border-color: #caae82;
}

#shop-nav .account-icon-dropdown .form-control:focus {
    background: #fff;
    border-color: var(--hhk-gold);
    box-shadow: 0 0 0 4px rgba(217, 164, 65, .16);
}

#shop-nav .account-icon-dropdown .label-slide .form-group label {
    background: #fff;
    color: var(--hhk-ink-soft);
    font-size: 13px;
    left: 11px;
    padding: 0 5px;
}

#shop-nav .account-icon-dropdown #submit-btn {
    min-height: 50px;
    transition: background-color .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

#shop-nav .account-icon-dropdown #submit-btn:active {
    box-shadow: 0 2px 0 var(--hhk-holz-dark);
    transform: translateY(2px);
}

#shop-nav .account-icon-dropdown .dropdown-body > a {
    color: var(--hhk-wald-dark);
    display: block;
    font-size: 14px;
    font-weight: 600;
    margin-top: 15px;
    min-height: 0;
    text-align: right;
    text-decoration: underline;
    text-decoration-color: rgba(44, 77, 53, .38);
    text-underline-offset: 3px;
}

#shop-nav .account-icon-dropdown .dropdown-body > a:hover,
#shop-nav .account-icon-dropdown .dropdown-body > a:focus-visible {
    color: var(--hhk-burgrot);
    text-decoration-color: currentColor;
}

#shop-nav .account-icon-dropdown .dropdown-footer {
    background: var(--hhk-creme);
    border-top: 1px solid var(--hhk-rule-soft);
    color: var(--hhk-ink-soft);
    font-size: 14px;
    padding: 18px 28px 20px;
}

#shop-nav .account-icon-dropdown .dropdown-footer a {
    color: var(--hhk-ink);
    font-weight: 800;
    min-height: 0;
    text-decoration-color: rgba(43, 33, 26, .35);
    text-underline-offset: 3px;
}

#shop-nav .account-icon-dropdown .dropdown-footer a:hover,
#shop-nav .account-icon-dropdown .dropdown-footer a:focus-visible {
    color: var(--hhk-burgrot);
}

#shop-nav .account-icon-dropdown .dropdown-item {
    color: var(--hhk-ink);
    font-size: 14px;
    min-height: 0;
    padding: 12px 20px;
    transition: background-color .18s ease, color .18s ease;
}

#shop-nav .account-icon-dropdown .dropdown-item:hover,
#shop-nav .account-icon-dropdown .dropdown-item:focus {
    background: var(--hhk-creme);
    color: var(--hhk-burgrot);
}

#shop-nav .account-icon-dropdown .account-icon-dropdown-logout {
    border-top: 1px solid var(--hhk-rule-soft);
    color: var(--hhk-burgrot);
    margin-top: 4px;
}

/* === Wishlist dropdown === */
#shop-nav-wish > .nav-link[aria-expanded="true"] {
    background: var(--hhk-creme);
    color: var(--hhk-holz-dark);
}

#shop-nav-wish > .dropdown-menu {
    background:
        radial-gradient(circle at 100% 0, rgba(143, 61, 46, .09), transparent 38%),
        var(--hhk-paper-warm);
    border: 1px solid var(--hhk-rule);
    border-radius: 14px;
    box-shadow: 0 26px 60px -28px rgba(43, 33, 26, .48), 0 8px 20px -16px rgba(94, 62, 38, .28);
    color: var(--hhk-ink);
    margin-top: 10px;
    min-width: 390px;
    overflow: hidden;
    padding: 0;
}

#shop-nav-wish .hhk-wishlist-empty {
    align-items: center;
    display: flex;
    flex-direction: column;
    padding: 28px 30px 22px;
    text-align: center;
}

#shop-nav-wish .hhk-wishlist-empty-icon {
    align-items: center;
    background: rgba(143, 61, 46, .09);
    border: 1px solid rgba(143, 61, 46, .14);
    border-radius: 50%;
    color: var(--hhk-burgrot);
    display: inline-flex;
    font-size: 18px;
    height: 46px;
    justify-content: center;
    margin-bottom: 14px;
    width: 46px;
}

#shop-nav-wish .hhk-wishlist-empty strong,
#shop-nav-wish .wishlist-dropdown-head strong {
    color: var(--hhk-ink);
    display: block;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.25;
}

#shop-nav-wish .hhk-wishlist-empty p {
    color: var(--hhk-ink-soft);
    font-size: 14px;
    line-height: 1.55;
    margin: 7px 0 0;
    max-width: 31ch;
}

#shop-nav-wish .wishlist-dropdown-footer {
    background: var(--hhk-creme);
    border-top: 1px solid var(--hhk-rule-soft);
    box-sizing: border-box;
    margin: 0;
    padding: 18px 28px 20px;
    width: 100%;
}

#shop-nav-wish .wishlist-dropdown-footer .btn {
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: 50px;
    transition: background-color .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

#shop-nav-wish .wishlist-dropdown-footer .btn:active {
    box-shadow: 0 2px 0 var(--hhk-holz-dark);
    transform: translateY(2px);
}

#shop-nav-wish .wishlist-dropdown-head {
    border-bottom: 1px solid var(--hhk-rule-soft);
    padding: 24px 24px 16px;
}

#shop-nav-wish .wishlist-dropdown-head span {
    color: var(--hhk-ink-soft);
    display: block;
    font-size: 13px;
    margin-top: 4px;
}

#shop-nav-wish .wishlist-dropdown-items {
    margin: 0;
}

#shop-nav-wish .wishlist-dropdown-items .table {
    color: var(--hhk-ink);
    margin: 0;
}

#shop-nav-wish .wishlist-dropdown-items tr {
    border-bottom: 1px solid var(--hhk-rule-soft);
    transition: background-color .18s ease;
}

#shop-nav-wish .wishlist-dropdown-items tr:hover,
#shop-nav-wish .wishlist-dropdown-items tr:focus-within {
    background: var(--hhk-creme);
}

#shop-nav-wish .wishlist-dropdown-items td {
    border: 0;
    font-size: 14px;
    padding: 14px 24px;
}

#shop-nav-wish .wishlist-dropdown-items td:first-child {
    font-weight: 700;
}

#shop-nav-wish .wishlist-dropdown-items .small {
    color: var(--hhk-ink-soft);
    font-size: 12px;
    font-weight: 400;
}

/* === Cart dropdown === */
#shop-nav .cart-icon-dropdown > .nav-link[aria-expanded="true"] {
    background: var(--hhk-creme);
    color: var(--hhk-holz-dark);
}

#shop-nav .cart-icon-dropdown > .cart-dropdown {
    background:
        radial-gradient(circle at 100% 0, rgba(217, 164, 65, .13), transparent 34%),
        var(--hhk-paper-warm);
    border: 1px solid var(--hhk-rule);
    border-radius: 14px;
    box-shadow: 0 26px 60px -28px rgba(43, 33, 26, .48), 0 8px 20px -16px rgba(94, 62, 38, .28);
    color: var(--hhk-ink);
    margin-top: 10px;
    max-width: calc(100vw - 24px);
    min-width: 430px;
    overflow-x: hidden;
    padding: 0;
}

#shop-nav .cart-icon-dropdown > .cart-dropdown.dropdown-menu.show {
    overflow-x: hidden;
    overscroll-behavior: contain;
    scrollbar-color: var(--hhk-rule) transparent;
    scrollbar-width: thin;
}

#shop-nav .cart-dropdown .cart-dropdown-empty {
    align-items: center;
    box-sizing: border-box;
    color: var(--hhk-ink);
    display: flex;
    flex-direction: column;
    font-size: 15px;
    font-weight: 700;
    gap: 14px;
    justify-content: center;
    line-height: 1.45;
    min-height: 190px;
    min-width: 0;
    padding: 30px;
    text-align: center;
    white-space: normal;
    width: 100%;
}

#shop-nav .cart-dropdown .cart-dropdown-empty::before {
    background-color: var(--hhk-burgrot);
    border: 12px solid rgba(143, 61, 46, .09);
    border-radius: 50%;
    box-sizing: content-box;
    content: "";
    display: block;
    height: 24px;
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 7h14l-1.5 11a2 2 0 0 1-2 1.7h-7a2 2 0 0 1-2-1.7L5 7Z' fill='none' stroke='black' stroke-width='1.8' stroke-linejoin='round'/%3E%3Cpath d='M9 7V5a3 3 0 0 1 6 0v2' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E");
    mask-position: center;
    mask-repeat: no-repeat;
    mask-size: contain;
    width: 24px;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 7h14l-1.5 11a2 2 0 0 1-2 1.7h-7a2 2 0 0 1-2-1.7L5 7Z' fill='none' stroke='black' stroke-width='1.8' stroke-linejoin='round'/%3E%3Cpath d='M9 7V5a3 3 0 0 1 6 0v2' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E");
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
}

#shop-nav .cart-dropdown .cart-dropdown-empty:hover,
#shop-nav .cart-dropdown .cart-dropdown-empty:focus-visible {
    background: var(--hhk-creme);
    color: var(--hhk-burgrot);
    text-decoration: none;
}

#shop-nav .cart-dropdown .table-responsive {
    max-width: 100%;
    overflow-x: hidden;
}

#shop-nav .cart-dropdown .dropdown-cart-items {
    color: var(--hhk-ink);
    margin: 0;
    width: 100%;
}

#shop-nav .cart-dropdown .dropdown-cart-items tr {
    border-bottom: 1px solid var(--hhk-rule-soft);
}

#shop-nav .cart-dropdown .dropdown-cart-items td {
    border: 0;
    font-size: 13px;
    padding: 14px 18px;
    vertical-align: middle;
}

#shop-nav .cart-dropdown .dropdown-cart-items td:first-child {
    min-width: 0;
    white-space: normal;
}

#shop-nav .cart-dropdown .dropdown-cart-items a {
    color: var(--hhk-ink);
    font-weight: 700;
    min-height: 0;
    text-decoration: none;
}

#shop-nav .cart-dropdown .dropdown-cart-items a:hover,
#shop-nav .cart-dropdown .dropdown-cart-items a:focus-visible {
    color: var(--hhk-burgrot);
}

#shop-nav .cart-dropdown .dropdown-cart-items .img-sm {
    background: #fff;
    border: 1px solid var(--hhk-rule-soft);
    border-radius: 7px;
    height: 52px;
    object-fit: contain;
    padding: 3px;
    width: 52px;
}

#shop-nav .cart-dropdown > .dropdown-body {
    background: var(--hhk-creme);
    box-sizing: border-box;
    margin: 0;
    padding: 20px 22px 22px;
    width: 100%;
}

#shop-nav .cart-dropdown .list-unstyled {
    margin-bottom: 0;
}

#shop-nav .cart-dropdown .cart-dropdown-total-item,
#shop-nav .cart-dropdown .font-weight-bold-util {
    color: var(--hhk-ink-soft);
    font-size: 13px;
    margin-bottom: 8px;
}

#shop-nav .cart-dropdown .font-weight-bold-util {
    border-top: 1px solid var(--hhk-rule);
    color: var(--hhk-ink);
    font-size: 16px;
    margin-top: 12px;
    padding-top: 13px;
}

#shop-nav .cart-dropdown .cart-dropdown-buttons {
    margin-left: -5px;
    margin-right: -5px;
    margin-top: 18px;
}

#shop-nav .cart-dropdown .cart-dropdown-buttons > [class*="col-"] {
    padding-left: 5px;
    padding-right: 5px;
}

#shop-nav .cart-dropdown .cart-dropdown-buttons .btn {
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: 46px;
    min-width: 0;
    padding-left: 12px;
    padding-right: 12px;
    white-space: normal;
}

#shop-nav .cart-dropdown .cart-dropdown-shipping-notice {
    color: var(--hhk-ink-soft);
    font-size: 12px;
    line-height: 1.5;
}

@media (max-width: 575.98px) {
    #shop-nav .cart-icon-dropdown > .cart-dropdown {
        min-width: min(430px, calc(100vw - 24px));
    }
}

/* === Main Navigation === */
#mainNavigation {
    background: #fff;
    border-top: 1px solid var(--hhk-rule-soft);
}

.main-nav {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 16px;
    width: 100%;
}

.main-nav .item {
    color: var(--hhk-ink);
    display: inline-block;
    font-size: 14px;
    font-weight: 800;
    padding: 6px 14px;
    text-decoration: none;
    white-space: nowrap;
}

.main-nav .item:hover,
.main-nav .item:focus {
    color: var(--hhk-burgrot);
}

.main-nav .item.sale {
    color: var(--hhk-burgrot);
}

.main-nav .spc {
    flex: 1;
}

.mobile-nav-close {
    background: none;
    border: none;
    color: var(--hhk-ink);
    cursor: pointer;
    display: none;
    padding: 6px;
}

.mobile-nav-extra {
    display: none;
}

.desktop-nav-only {
    display: inline-block;
}

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

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

.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;
}

.hhk-productlist-note {
    background: var(--hhk-creme);
    border: 1px solid var(--hhk-rule-soft);
    border-radius: 8px;
    margin-bottom: 18px;
    padding: 16px 18px;
}

.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: minmax(0, 1fr) minmax(260px, auto);
    margin: 0 0 18px;
    overflow: hidden;
    padding: clamp(24px, 4vw, 42px);
    position: relative;
}

.hhk-category-hero::after {
    border: 1px dashed rgba(139, 94, 60, .24);
    content: "";
    inset: 12px;
    pointer-events: none;
    position: absolute;
}

.hhk-category-copy,
.hhk-category-facts {
    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-facts {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.hhk-category-facts span {
    background: rgba(255, 255, 255, .72);
    border: 1px solid var(--hhk-rule-soft);
    border-radius: 999px;
    color: var(--hhk-ink);
    font-size: 13px;
    font-weight: 700;
    padding: 8px 12px;
    white-space: nowrap;
}

.hhk-subcategory-row {
    background: var(--hhk-creme);
    border: 1px solid var(--hhk-rule-soft);
    border-radius: 8px;
    display: flex;
    gap: 8px;
    margin: 0 0 18px;
    overflow-x: auto;
    padding: 10px;
}

.hhk-subcategory-chip {
    background: var(--hhk-paper);
    border: 1px solid var(--hhk-rule-soft);
    border-radius: 999px;
    color: var(--hhk-ink);
    flex: 0 0 auto;
    font-size: 13px;
    font-weight: 700;
    padding: 8px 12px;
    text-decoration: none;
}

.hhk-subcategory-chip:hover,
.hhk-subcategory-chip:focus {
    background: var(--hhk-ink);
    border-color: var(--hhk-ink);
    color: var(--hhk-paper);
    text-decoration: none;
}

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

.productbox {
    background: #fff;
    border-color: var(--hhk-rule-soft);
    border-radius: 8px;
    box-shadow: var(--hhk-shadow);
    overflow: hidden;
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.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);
}

.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 {
    background: #fff;
    border-color: var(--hhk-rule-soft);
    border-radius: 8px;
    padding-left: 12px;
    padding-right: 12px;
}

.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) {
    .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;
    }

    #shop-nav .hhk-account-slot {
        display: block !important;
        flex: 0 0 0;
        height: 0;
        overflow: visible;
        width: 0;
    }

    #shop-nav .hhk-account-slot .account-icon-dropdown {
        height: 0;
        min-width: 0;
        position: static;
        width: 0;
    }

    #shop-nav .hhk-account-slot .account-icon-dropdown > .nav-link {
        display: none;
    }

    #shop-nav .hhk-account-slot .account-icon-dropdown > .dropdown-menu {
        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;
    }

    .hdr-user-link[aria-expanded="true"] {
        background: var(--hhk-creme);
        border-radius: 10px;
        color: var(--hhk-holz-dark);
    }

    .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-category-facts {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .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;
    }
}

@media (max-width: 575.98px) {
    body.is-nova {
        font-size: 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 {
        display: none;
    }
}

/* PDP Trust Bar */
.hhk-pdp-trust-bar {
    align-items: stretch;
    background: #f8f6f2;
    border-top: 1px solid var(--hhk-rule-soft);
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
    margin-top: 24px;
    padding: 18px clamp(14px, 3vw, 28px);
    width: 100%;
}

.hhk-pdp-trust-item {
    align-items: center;
    display: flex;
    flex: 1 1 22%;
    flex-direction: column;
    gap: 6px;
    justify-content: center;
    min-width: 0;
    padding: 10px 8px;
    text-align: center;
}

.hhk-pdp-trust-icon {
    color: var(--hhk-holz-dark);
    font-size: 1.5rem;
    line-height: 1;
}

.hhk-pdp-trust-label {
    color: var(--hhk-ink);
    font-size: .8rem;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
    white-space: nowrap;
}

@media (max-width: 767px) {
    .hhk-pdp-trust-item {
        flex-basis: 46%;
    }
}

@media (max-width: 360px) {
    .hhk-pdp-trust-label {
        white-space: normal;
    }
}

/* === Footer === */
.foot {
    background: var(--hhk-ink);
    color: var(--hhk-creme);
    margin-top: 0;
    padding: 64px 0 24px;
}

.foot > .container {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    padding-left: 0;
    padding-right: 0;
    width: calc(100% - 32px);
}

#footer.foot a:not(.btn) {
    color: #e2d5c2;
    text-decoration: none;
    transition: color .18s ease;
}

#footer.foot a:not(.btn):hover,
#footer.foot a:not(.btn):focus-visible {
    color: var(--hhk-gold-soft);
}

.foot-grid {
    display: grid;
    gap: 40px;
    grid-template-columns: 1.45fr repeat(4, minmax(0, 1fr));
}

.foot-grid > div {
    min-width: 0;
}

.foot h4 {
    color: var(--hhk-gold);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.25;
    margin: 0 0 16px;
}

.foot ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.foot ul li {
    color: #e2d5c2;
    font-size: 14.5px;
    line-height: 1.45;
    margin: 0;
}

#footer.foot .foot-grid ul li a:not(.btn) {
    color: #e2d5c2;
}

#footer.foot .foot-grid ul li a:not(.btn):hover,
#footer.foot .foot-grid ul li a:not(.btn):focus-visible {
    color: var(--hhk-gold-soft);
}

.foot .brand-blob .logo {
    align-items: center;
    display: flex;
    gap: 12px;
}

.foot .brand-blob .logo-mark {
    flex: 0 0 auto;
}

.foot .brand-blob .logo-text {
    min-width: 0;
}

.foot .brand-blob .logo-text .name {
    color: var(--hhk-creme);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.15;
}

.foot .brand-blob .logo-text .claim {
    color: var(--hhk-gold-soft);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .06em;
    line-height: 1.35;
    margin-top: 3px;
    text-transform: uppercase;
}

.foot .brand-desc {
    color: rgba(246, 234, 215, .64);
    font-size: 13.5px;
    line-height: 1.6;
    margin: 18px 0 22px;
    max-width: 300px;
}

.foot .pay {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.foot .pay span {
    border: 1px solid rgba(246, 234, 215, .2);
    border-radius: 6px;
    color: rgba(246, 234, 215, .68);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .04em;
    line-height: 1;
    padding: 6px 8px;
}

.foot-social {
    display: flex;
    gap: 10px;
    margin-top: 14px;
}

.foot-social a {
    align-items: center;
    border: 1px solid rgba(246, 234, 215, .2);
    border-radius: 50%;
    color: var(--hhk-gold-soft);
    display: inline-flex;
    height: 40px;
    justify-content: center;
    transition: background-color .18s ease, border-color .18s ease, color .18s ease, transform .18s ease;
    width: 40px;
}

#footer.foot .foot-social a:not(.btn) {
    color: var(--hhk-gold-soft);
}

.foot-social a:hover,
.foot-social a:focus-visible {
    background: var(--hhk-gold);
    border-color: var(--hhk-gold);
    color: var(--hhk-ink);
    transform: translateY(-1px);
}

#footer.foot .foot-social a:not(.btn):hover,
#footer.foot .foot-social a:not(.btn):focus-visible {
    color: var(--hhk-ink);
}

.foot-social a:active {
    transform: translateY(1px);
}

.foot-newsletter {
    align-items: center;
    background: rgba(246, 234, 215, .06);
    border: 1px solid rgba(246, 234, 215, .12);
    border-radius: 14px;
    display: grid;
    gap: 28px 48px;
    grid-template-columns: minmax(0, .9fr) minmax(360px, 1.1fr);
    margin-top: 48px;
    padding: 28px 32px;
}

.foot-newsletter h4 {
    font-size: 20px;
    margin-bottom: 7px;
}

.foot-newsletter p {
    color: rgba(246, 234, 215, .66);
    font-size: 13.5px;
    line-height: 1.55;
    margin: 0;
    max-width: 520px;
}

.foot-newsletter form,
.foot-newsletter .form-group {
    margin: 0;
}

.foot-newsletter .input-group {
    align-items: stretch;
    background: var(--hhk-paper);
    border: 1px solid rgba(246, 234, 215, .25);
    border-radius: 999px;
    display: flex;
    overflow: hidden;
    padding: 5px;
}

.foot-newsletter .form-control {
    background: transparent;
    border: 0;
    box-shadow: none;
    color: var(--hhk-ink);
    font-size: 14px;
    height: 42px;
    min-width: 0;
    padding: 0 16px;
}

.foot-newsletter .form-control::placeholder {
    color: #746557;
    opacity: 1;
}

.foot-newsletter .form-control:focus {
    box-shadow: inset 0 0 0 2px var(--hhk-gold);
}

.foot-newsletter .input-group-append {
    margin: 0;
}

.foot-newsletter .btn-secondary {
    background: var(--hhk-gold);
    border: 0;
    border-radius: 999px;
    color: var(--hhk-ink);
    height: 42px;
    padding: 0 20px;
    white-space: nowrap;
}

.foot-newsletter .btn-secondary:hover,
.foot-newsletter .btn-secondary:focus-visible {
    background: var(--hhk-gold-soft);
    color: var(--hhk-ink);
}

.foot-newsletter .btn-secondary:active {
    transform: translateY(1px);
}

.foot-newsletter .micro {
    color: rgba(246, 234, 215, .48);
    font-size: 11px;
    line-height: 1.4;
    margin-top: 7px;
    padding-left: 16px;
}

.foot .legal {
    align-items: flex-start;
    border-top: 1px solid rgba(246, 234, 215, .12);
    color: rgba(246, 234, 215, .5);
    display: flex;
    flex-wrap: wrap;
    font-size: 12px;
    gap: 12px 24px;
    justify-content: space-between;
    line-height: 1.6;
    margin-top: 40px;
    padding-top: 20px;
}

#footer.foot .legal a:not(.btn) {
    color: #d8cbb8;
}

#footer.foot .legal a:not(.btn):hover,
#footer.foot .legal a:not(.btn):focus-visible {
    color: var(--hhk-gold-soft);
}

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

    .foot-grid .brand-blob {
        grid-column: 1 / -1;
    }

    .foot .brand-desc {
        max-width: 560px;
    }

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

@media (max-width: 575.98px) {
    .foot {
        padding: 44px 0 22px;
    }

    .foot-grid {
        gap: 0;
        grid-template-columns: 1fr;
    }

    .foot-grid .brand-blob {
        padding-bottom: 28px;
    }

    .foot-grid > div:not(.brand-blob) {
        border-top: 1px solid rgba(246, 234, 215, .12);
    }

    .foot-grid > div:not(.brand-blob) h4 {
        align-items: center;
        cursor: pointer;
        display: flex;
        justify-content: space-between;
        margin: 0;
        min-height: 52px;
        padding: 13px 2px;
    }

    .foot.is-accordion-ready .foot-grid > div:not(.brand-blob) h4::after {
        content: "+";
        font-family: Arial, sans-serif;
        font-size: 23px;
        font-weight: 400;
        line-height: 1;
    }

    .foot.is-accordion-ready .foot-grid > div:not(.brand-blob).is-open h4::after {
        content: "\2212";
    }

    .foot.is-accordion-ready .foot-grid > div:not(.brand-blob) ul {
        display: none;
    }

    .foot.is-accordion-ready .foot-grid > div:not(.brand-blob).is-open ul {
        display: flex;
        padding: 0 2px 18px;
    }

    .foot-newsletter {
        gap: 20px;
        margin-top: 32px;
        padding: 24px 18px;
    }

    .foot-newsletter form,
    .foot-newsletter .newsletter-email-wrapper,
    .foot-newsletter .form-group,
    .foot-newsletter .input-group,
    .foot-newsletter .input-group-append {
        box-sizing: border-box;
        max-width: 100%;
        min-width: 0;
        width: 100%;
    }

    .foot-newsletter .input-group {
        background: transparent;
        border: 0;
        border-radius: 0;
        display: grid;
        gap: 10px;
        grid-template-columns: minmax(0, 1fr);
        overflow: visible;
        padding: 0;
    }

    #footer.foot .foot-newsletter .input-group > .form-control,
    #footer.foot .foot-newsletter .input-group-append .btn-secondary {
        background: var(--hhk-paper);
        border-radius: 999px;
        box-sizing: border-box;
        height: 46px;
        margin: 0;
        max-width: 100%;
        min-width: 0;
        width: 100%;
    }

    .foot-newsletter .input-group-append {
        display: block;
        margin: 0;
        width: 100%;
    }

    #footer.foot .foot-newsletter .input-group-append .btn-secondary {
        background: var(--hhk-gold);
    }

    .foot-newsletter .micro {
        padding-left: 0;
    }

    .foot .legal {
        flex-direction: column;
        margin-top: 30px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .foot a,
    .foot-social a {
        transition: none;
    }
}
