/* ======================================================================
   FOCOSNext 0.3.16 – globale Ergänzungen
   Scope: native NOVA-/OPC-Strukturen, gesteuert durch sichere Control-Tokens.
   ====================================================================== */

:root {
    --focos-accent: #697174;
    --focos-accent-dark: #474d4f;
    --focos-ink: #171b1c;
    --focos-anthracite: #454b4d;
    --focos-gold: #c39a56;
    --focos-paper: #ffffff;
    --focos-muted: #b9c0c5;
    --focos-line: rgba(255, 255, 255, 0.16);
    --focos-radius: 0.35rem;
    --focos-focus: #f3c76f;

    /* NOVA/JTL's generated theme consumes these global Bootstrap tokens. */
    --blue: #697174;
    --primary: #52595b;
    --focos-jtl-link: var(--focos-color-secondary-action);
    --focos-jtl-link-hover: var(--focos-color-ink);
}

/* FOCOS Next's neutral global layer. NOVA keeps behavior; FOCOS owns CI. */
#header-top-bar,
#jtl-nav-wrapper,
header#jtl-nav-wrapper {
    background: #3f4648 !important;
}

#jtl-nav-wrapper {
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
    box-shadow: 0 0.75rem 2rem rgba(15, 18, 19, 0.24);
}

#header-top-bar a:not(.dropdown-item):not(.btn),
#jtl-nav-wrapper a:not(.dropdown-item):not(.btn),
#jtl-nav-wrapper button,
#jtl-nav-wrapper .nav-link {
    color: #f7f8f8 !important;
}

#jtl-nav-wrapper a:not(.dropdown-item):not(.btn):hover,
#jtl-nav-wrapper .nav-link:hover,
#jtl-nav-wrapper .nav-link:focus-visible {
    color: #d7dcdd !important;
}

#jtl-nav-wrapper .focos-site-brand__link {
    display: inline-flex;
    min-height: 3.5rem;
    align-items: center;
    gap: 0.7rem;
    padding: 0.35rem 0 !important;
    color: #fff !important;
    text-decoration: none;
}

/* FOCOSNext 0.3.26 - autonomous category landing-page renderer */
.focos-category-slot:empty {
    display: none;
}

.focos-category-landing {
    --focos-category-panel: color-mix(in srgb, var(--focos-bg-surface) 92%, #000);
    --focos-category-panel-soft: color-mix(in srgb, var(--focos-bg-surface) 82%, var(--focos-color-primary-action));
    color: var(--focos-text-primary);
}

.focos-category-container {
    width: min(100% - 2rem, var(--focos-container, 75rem));
    margin-inline: auto;
}

.focos-category-hero {
    margin: 0 0 clamp(2rem, 5vw, 4rem);
    padding: clamp(1.5rem, 4vw, 3.5rem) 0 0;
}

.focos-category-hero > .focos-category-container {
    overflow: hidden;
    padding: clamp(2rem, 5vw, 4.5rem);
    border: 1px solid color-mix(in srgb, var(--focos-color-primary-action) 24%, var(--focos-color-border));
    border-radius: clamp(1.5rem, 3vw, 2.125rem);
    background: linear-gradient(145deg, color-mix(in srgb, var(--focos-color-primary-action) 10%, var(--focos-bg-surface)), var(--focos-bg-surface) 58%, color-mix(in srgb, var(--focos-color-primary-action) 7%, var(--focos-bg-surface)));
    box-shadow: 0 2rem 5rem color-mix(in srgb, #000 18%, transparent);
}

.focos-category-hero__layout {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(18rem, 0.85fr);
    align-items: center;
    gap: clamp(2rem, 6vw, 6rem);
}

.focos-category-hero__copy {
    min-width: 0;
}

.focos-category-hero__media,
.focos-category-editorial__media {
    position: relative;
    overflow: hidden;
    margin: 0;
    border: 1px solid var(--focos-color-border);
    border-radius: var(--focos-radius-md);
    background: var(--focos-category-panel);
}

.focos-category-hero__media {
    height: 24.375rem;
    min-height: 24.375rem;
    border-radius: clamp(1.25rem, 2.5vw, 1.625rem);
    box-shadow: 0 2rem 5rem color-mix(in srgb, #000 32%, transparent);
}

.focos-category-hero__media::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 62%, color-mix(in srgb, var(--focos-bg-canvas) 46%, transparent));
    content: "";
    pointer-events: none;
}

.focos-category-hero__media img,
.focos-category-editorial__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.focos-category-hero__placeholder {
    position: absolute;
    inset: 0;
    display: grid;
    width: 100%;
    height: 100%;
    min-height: 24.375rem;
    align-content: end;
    gap: 0.75rem;
    padding: clamp(1.5rem, 4vw, 3rem);
    background:
        radial-gradient(circle at 78% 18%, color-mix(in srgb, var(--focos-color-primary-action) 36%, transparent), transparent 34%),
        linear-gradient(145deg, var(--focos-category-panel), color-mix(in srgb, var(--focos-color-primary-action) 18%, var(--focos-category-panel)));
    color: var(--focos-text-primary);
}

.focos-category-hero__image {
    position: absolute;
    z-index: 1;
    inset: 0;
}

.focos-category-hero__placeholder small {
    color: var(--focos-color-primary-action);
    font-size: 0.72rem;
    font-weight: 850;
    letter-spacing: 0.16em;
}

.focos-category-hero__placeholder strong {
    max-width: 12ch;
    font-size: clamp(1.75rem, 4vw, 3.75rem);
    letter-spacing: -0.045em;
    line-height: 0.98;
}

.focos-category-kicker {
    margin: 0 0 1rem;
    color: var(--focos-color-primary-action);
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    line-height: 1.4;
}

.focos-category-hero h1 {
    max-width: 13ch;
    margin: 0;
    color: var(--focos-text-primary);
    font-size: clamp(2.7rem, 7vw, 6.8rem);
    font-weight: 780;
    letter-spacing: -0.055em;
    line-height: 0.95;
}

.focos-category-hero__lead {
    max-width: 48rem;
    margin: clamp(1.5rem, 4vw, 2.5rem) 0 0;
    color: var(--focos-text-secondary);
    font-size: clamp(1.05rem, 2vw, 1.35rem);
    line-height: 1.65;
}

.focos-category-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 2rem;
}

.focos-category-button {
    display: inline-flex;
    min-height: 3.25rem;
    align-items: center;
    justify-content: center;
    padding: 0.85rem 1.35rem;
    border: 1px solid var(--focos-color-primary-action);
    border-radius: 999px;
    background: var(--focos-color-primary-action);
    color: var(--focos-color-on-primary-action, #fff) !important;
    font-weight: 780;
    text-decoration: none !important;
}

.focos-category-button--ghost {
    background: transparent;
    color: var(--focos-text-primary) !important;
}

.focos-category-quicklinks {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: clamp(1.5rem, 4vw, 2.5rem);
    border: 1px solid var(--focos-color-border);
    border-radius: var(--focos-radius-md);
    background: color-mix(in srgb, var(--focos-bg-surface) 82%, transparent);
    backdrop-filter: blur(1rem);
}

.focos-category-quicklinks a {
    display: flex;
    min-width: 0;
    min-height: 4.75rem;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 1.1rem;
    border-right: 1px solid var(--focos-color-border);
    color: var(--focos-text-primary) !important;
    font-weight: 700;
    text-decoration: none !important;
}

.focos-category-quicklinks a:last-child { border-right: 0; }
.focos-category-quicklinks span { color: var(--focos-color-primary-action); }

.focos-category-content {
    margin-top: clamp(3rem, 7vw, 6rem);
}

.focos-category-section {
    padding: clamp(3rem, 7vw, 6rem) 0;
    border-top: 1px solid var(--focos-color-border);
}

.focos-category-section h2 {
    max-width: 16ch;
    margin: 0;
    color: var(--focos-text-primary);
    font-size: clamp(2rem, 5vw, 4.5rem);
    font-weight: 760;
    letter-spacing: -0.045em;
    line-height: 1;
}

.focos-category-section__lead {
    max-width: 54rem;
    margin: 1.25rem 0 0;
    color: var(--focos-text-secondary);
    font-size: 1.08rem;
    line-height: 1.7;
}

.focos-category-guide__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 2.5rem;
}

.focos-category-guide__card {
    display: flex;
    min-width: 0;
    min-height: 15.625rem;
    overflow: hidden;
    flex-direction: column;
    padding: clamp(1.35rem, 3vw, 2rem);
    border: 1px solid var(--focos-color-border);
    border-top: 4px solid var(--focos-color-primary-action);
    border-radius: var(--focos-radius-md);
    background: var(--focos-category-panel);
    color: var(--focos-text-primary) !important;
    text-decoration: none !important;
    transition: border-color 160ms ease, transform 160ms ease, background 160ms ease;
}

.focos-category-guide__card:hover,
.focos-category-guide__card:focus-visible {
    border-color: var(--focos-color-primary-action);
    background: var(--focos-category-panel-soft);
    transform: translateY(-0.25rem);
}

.focos-category-guide__card small,
.focos-category-guide__card span {
    color: var(--focos-color-primary-action);
    font-weight: 800;
    letter-spacing: 0.08em;
}

.focos-category-guide__card h3 {
    margin: 1.2rem 0 0.85rem;
    color: var(--focos-text-primary);
    font-size: clamp(1.45rem, 2.15vw, 2.15rem);
    hyphens: auto;
    letter-spacing: -0.035em;
    line-height: 1.08;
    overflow-wrap: anywhere;
}

.focos-category-guide__card p {
    color: var(--focos-text-secondary);
    line-height: 1.65;
    overflow-wrap: anywhere;
}

.focos-category-guide__card span { margin-top: auto; padding-top: 2rem; font-size: 0.78rem; }

.focos-category-editorial__grid {
    display: grid;
    gap: 1rem;
    margin-top: 2.5rem;
}

.focos-category-editorial article {
    display: grid;
    min-height: 16.25rem;
    grid-template-columns: minmax(16rem, 0.72fr) minmax(0, 1.28fr);
    align-items: stretch;
    overflow: hidden;
    border: 1px solid var(--focos-color-border);
    border-radius: clamp(1.25rem, 2.5vw, 1.625rem);
    background: var(--focos-bg-surface);
}

.focos-category-editorial__media {
    min-height: 16.25rem;
    border: 0;
    border-radius: 0;
}

.focos-category-editorial article:nth-child(even) { grid-template-columns: minmax(0, 1.28fr) minmax(16rem, 0.72fr); }
.focos-category-editorial article:nth-child(even) .focos-category-editorial__media { grid-column: 2; grid-row: 1; }
.focos-category-editorial article:nth-child(even) .focos-category-editorial__copy { grid-column: 1; grid-row: 1; }
.focos-category-editorial__copy { display: grid; align-content: center; padding: clamp(1.75rem, 4vw, 3rem); }
.focos-category-editorial__copy > span { color: var(--focos-color-primary-action); font-weight: 800; }
.focos-category-editorial h3 { margin: 1.25rem 0 0.85rem; color: var(--focos-text-primary); font-size: clamp(1.55rem, 3vw, 2.35rem); letter-spacing: -0.04em; line-height: 1; }
.focos-category-editorial p { margin: 0; color: var(--focos-text-secondary); line-height: 1.7; }

.focos-category-faq__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 2rem;
    margin-top: 2.5rem;
}

.focos-category-faq details {
    border-top: 1px solid var(--focos-color-border);
}

.focos-category-faq details:nth-last-child(-n + 2) { border-bottom: 1px solid var(--focos-color-border); }
.focos-category-faq summary {
    display: flex;
    min-height: 5rem;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 0;
    color: var(--focos-text-primary);
    font-weight: 750;
    cursor: pointer;
    list-style: none;
}
.focos-category-faq summary::-webkit-details-marker { display: none; }
.focos-category-faq summary span::before { color: var(--focos-color-primary-action); content: "+"; font-size: 1.5rem; }
.focos-category-faq details[open] summary span::before { content: "−"; }
.focos-category-faq details p { max-width: 42rem; margin: 0 0 1.5rem; color: var(--focos-text-secondary); line-height: 1.7; }

.focos-category-videos__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 2.5rem;
}

.focos-category-video {
    display: grid;
    min-height: 15rem;
    grid-template-columns: 1fr auto;
    align-content: space-between;
    padding: 1.5rem;
    border: 1px solid var(--focos-color-border);
    border-radius: var(--focos-radius-md);
    background: linear-gradient(145deg, var(--focos-category-panel), color-mix(in srgb, var(--focos-color-primary-action) 10%, var(--focos-category-panel)));
    color: var(--focos-text-primary) !important;
    text-decoration: none !important;
}
.focos-category-video__number { color: var(--focos-text-secondary); font-weight: 800; }
.focos-category-video__play { display: grid; width: 3rem; height: 3rem; place-items: center; border-radius: 50%; background: var(--focos-color-primary-action); color: var(--focos-color-on-primary-action, #fff); }
.focos-category-video strong { grid-column: 1 / -1; margin-top: 3rem; font-size: 1.2rem; }
.focos-category-video small { grid-column: 1 / -1; color: var(--focos-text-secondary); }

.focos-category-topics nav {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 2.5rem;
    border: 1px solid var(--focos-color-border);
    border-radius: var(--focos-radius-md);
    overflow: hidden;
}
.focos-category-topics a { display: flex; min-height: 6rem; align-items: center; justify-content: space-between; gap: 1rem; padding: 1rem 1.25rem; border-right: 1px solid var(--focos-color-border); border-bottom: 1px solid var(--focos-color-border); color: var(--focos-text-primary) !important; font-weight: 700; text-decoration: none !important; }
.focos-category-topics b { color: var(--focos-color-primary-action); }

@media (max-width: 74.99rem) {
    .focos-category-guide__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 61.99rem) {
    .focos-category-hero__layout { grid-template-columns: minmax(0, 1fr) minmax(15rem, 0.62fr); gap: 2rem; }
    .focos-category-quicklinks,
    .focos-category-guide__grid,
    .focos-category-videos__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .focos-category-topics nav { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 47.99rem) {
    .focos-category-container { width: min(100% - 1.5rem, var(--focos-container, 75rem)); }
    .focos-category-hero { padding-top: 1rem; }
    .focos-category-hero > .focos-category-container { padding: 1.35rem; }
    .focos-category-hero__layout { grid-template-columns: 1fr; }
    .focos-category-hero__media,
    .focos-category-hero__placeholder { height: 17rem; min-height: 17rem; }
    .focos-category-hero h1 { max-width: 11ch; font-size: clamp(2.45rem, 12vw, 4.1rem); }
    .focos-category-actions { display: grid; }
    .focos-category-button { width: 100%; }
    .focos-category-quicklinks { grid-template-columns: 1fr 1fr; }
    .focos-category-quicklinks a { min-height: 4.25rem; border-bottom: 1px solid var(--focos-color-border); }
    .focos-category-quicklinks a:nth-child(2n) { border-right: 0; }
    .focos-category-guide__grid,
    .focos-category-faq__list,
    .focos-category-videos__grid { grid-template-columns: 1fr; }
    .focos-category-guide__card { min-height: 16rem; }
    .focos-category-editorial article,
    .focos-category-editorial article:nth-child(even) { grid-template-columns: 1fr; }
    .focos-category-editorial article:nth-child(even) .focos-category-editorial__media,
    .focos-category-editorial article:nth-child(even) .focos-category-editorial__copy { grid-column: 1; grid-row: auto; }
    .focos-category-editorial__media { min-height: 13rem; }
    .focos-category-faq details:nth-last-child(-n + 2) { border-bottom: 0; }
    .focos-category-faq details:last-child { border-bottom: 1px solid var(--focos-color-border); }
    .focos-category-topics nav { grid-template-columns: 1fr; }
    .focos-category-topics a { min-height: 4.5rem; border-right: 0; }
}

#jtl-nav-wrapper .focos-site-brand__logo {
    display: block;
    width: auto;
    max-width: 10rem;
    height: 3.25rem;
    object-fit: contain;
}

#jtl-nav-wrapper .focos-site-brand__mark {
    display: grid;
    width: 2.35rem;
    height: 2.35rem;
    place-items: center;
    border-radius: 0.7rem;
    background: #d7dcdd;
    color: #262c2d;
    font-size: 1.25rem;
    font-weight: 800;
    letter-spacing: -0.08em;
}

#jtl-nav-wrapper .focos-site-brand__type {
    display: grid;
    gap: 0.08rem;
    line-height: 1;
}

#jtl-nav-wrapper .focos-site-brand__type strong {
    color: #fff;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.09em;
}

#jtl-nav-wrapper .focos-site-brand__type small {
    color: rgba(255, 255, 255, 0.58);
    font-size: 0.6rem;
    font-weight: 700;
    letter-spacing: 0.17em;
}

#jtl-nav-wrapper .navbar-nav > .nav-item > .nav-link::before {
    border-color: #d7dcdd !important;
}

#jtl-nav-wrapper .form-control,
#jtl-nav-wrapper .form-control:focus {
    border-color: rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
}

#jtl-nav-wrapper .form-control::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

/* The NOVA critical CSS assigns blue to the desktop category dropdown. */
#jtl-nav-wrapper .dropdown-menu {
    border: 1px solid rgba(255, 255, 255, 0.13);
    background: #343a3c !important;
    box-shadow: 0 1rem 2.25rem rgba(15, 18, 19, 0.28);
}

#jtl-nav-wrapper .dropdown-menu a,
#jtl-nav-wrapper .dropdown-menu .dropdown-item,
#jtl-nav-wrapper .dropdown-menu .categories-recursive-link {
    color: #f7f8f8 !important;
    text-decoration: none;
}

#jtl-nav-wrapper .dropdown-menu a:hover,
#jtl-nav-wrapper .dropdown-menu a:focus-visible,
#jtl-nav-wrapper .dropdown-menu .dropdown-item:hover,
#jtl-nav-wrapper .dropdown-menu .dropdown-item:focus,
#jtl-nav-wrapper .dropdown-menu .dropdown-item.active,
#jtl-nav-wrapper .dropdown-menu .dropdown-item:active {
    background: #52595b !important;
    color: #fff !important;
}

/* Translate the most visible NOVA interaction accents to the neutral system. */
body a:not(.btn):not(.focos-button):not(.navbar-brand) {
    color: var(--focos-jtl-link);
}

body a:not(.btn):not(.focos-button):not(.navbar-brand):hover,
body a:not(.btn):not(.focos-button):not(.navbar-brand):focus-visible {
    color: var(--focos-jtl-link-hover);
}

.btn-primary,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle,
.bg-primary {
    border-color: #52595b !important;
    background-color: #52595b !important;
}

.btn-primary:hover,
.btn-primary:focus-visible,
.btn-primary:not(:disabled):not(.disabled).active:hover,
.btn-primary:not(:disabled):not(.disabled):active:hover {
    border-color: #343a3c !important;
    background-color: #343a3c !important;
}

.btn-outline-primary,
.text-primary,
.page-link,
.nav-pills .nav-link,
.breadcrumb a {
    color: #52595b !important;
}

.btn-outline-primary {
    border-color: #697174 !important;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus-visible,
.page-item.active .page-link,
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    border-color: #52595b !important;
    background-color: #52595b !important;
    color: #fff !important;
}

.custom-control-input:checked ~ .custom-control-label::before,
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    border-color: #52595b !important;
    background-color: #52595b !important;
}

/* Commerce surfaces: category grids and product details keep JTL semantics,
   while sharing the dark FOCOS material, spacing and contrast system. */
#main-wrapper {
    background: #171b1c;
    color: #e7ebeb;
}

#main-wrapper #content-wrapper,
#main-wrapper .breadcrumb-wrapper,
#main-wrapper .productlist-page-nav,
#main-wrapper .product-detail {
    color: #e7ebeb;
}

#main-wrapper h1,
#main-wrapper h2,
#main-wrapper h3,
#main-wrapper h4,
#main-wrapper .product-title,
#main-wrapper .productbox-title a {
    color: #f7f8f8;
}

#main-wrapper .breadcrumb-wrapper,
#main-wrapper .productlist-page-nav-top,
#main-wrapper .productlist-page-nav-bottom,
#main-wrapper .productlist-filter-headline,
#main-wrapper .stock-information {
    border-color: rgba(215, 220, 221, 0.18) !important;
}

#main-wrapper .breadcrumb,
#main-wrapper .breadcrumb a,
#main-wrapper .productlist-item-info,
#main-wrapper .productlist-filter-headline,
#main-wrapper .productlist-page-nav,
#main-wrapper .price-note,
#main-wrapper .vat_info,
#main-wrapper .info-essential {
    color: #b9c0c1 !important;
}

#main-wrapper .productbox {
    height: 100%;
    overflow: hidden;
    border: 1px solid rgba(215, 220, 221, 0.16);
    border-radius: 0.7rem;
    background: #242a2c;
    box-shadow: 0 0.8rem 1.8rem rgba(0, 0, 0, 0.18);
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

#main-wrapper .productbox:hover {
    border-color: rgba(215, 220, 221, 0.42);
    box-shadow: 0 1.15rem 2.4rem rgba(0, 0, 0, 0.28);
    transform: translateY(-2px);
}

#main-wrapper .productbox-inner {
    height: 100%;
    background: #242a2c;
}

#main-wrapper .productbox .form-basket,
#main-wrapper .productbox-inner > .row > .col:not(:first-child) {
    background: #242a2c;
}

#main-wrapper .productbox-image,
#main-wrapper .product-gallery #image_wrapper,
#main-wrapper .product-gallery #gallery {
    background: #242a2c;
}

#main-wrapper .productbox-title,
#main-wrapper .productbox .price_wrapper {
    padding-inline: 1rem;
}

#main-wrapper .productbox-title {
    margin-top: 1rem;
}

#main-wrapper .productbox-title a {
    color: #f7f8f8 !important;
    font-weight: 650;
    line-height: 1.4;
}

#main-wrapper .productbox .price_wrapper {
    margin-bottom: 1rem;
}

#main-wrapper .productbox .price-note,
#main-wrapper .productbox .base-price {
    color: #c7cdce !important;
}

#main-wrapper .productbox-price,
#main-wrapper .product-offer .price,
#main-wrapper .price_wrapper .price {
    color: #f7f8f8;
    font-weight: 700;
}

#main-wrapper .product-info-inner {
    border: 1px solid rgba(215, 220, 221, 0.16);
    border-radius: 0.7rem;
    padding: clamp(1.25rem, 3vw, 2.25rem);
    background: #242a2c;
    box-shadow: 0 1rem 2.2rem rgba(0, 0, 0, 0.2);
}

#main-wrapper .info-essential,
#main-wrapper .product-offer,
#main-wrapper .product-detail .nav-tabs,
#main-wrapper .product-detail .tab-content {
    border-color: rgba(215, 220, 221, 0.16) !important;
}

#main-wrapper .product-detail .nav-tabs .nav-link {
    color: #c7cdce !important;
}

#main-wrapper .product-detail .nav-tabs .nav-link.active,
#main-wrapper .product-detail .nav-tabs .nav-link:hover,
#main-wrapper .product-detail .nav-tabs .nav-link:focus-visible {
    border-color: #b9c0c1 !important;
    color: #fff !important;
}

#main-wrapper .productlist-page-nav .btn,
#main-wrapper .btn-filter-box,
#main-wrapper .filter-collapsible-control .btn,
#main-wrapper .product-actions .btn-secondary {
    border-color: rgba(215, 220, 221, 0.24);
    background: #303638;
    color: #f7f8f8;
}

#main-wrapper .productlist-page-nav .btn:hover,
#main-wrapper .productlist-page-nav .btn:focus-visible,
#main-wrapper .btn-filter-box:hover,
#main-wrapper .btn-filter-box:focus-visible,
#main-wrapper .filter-collapsible-control .btn:hover,
#main-wrapper .filter-collapsible-control .btn:focus-visible,
#main-wrapper .product-actions .btn-secondary:hover,
#main-wrapper .product-actions .btn-secondary:focus-visible {
    border-color: #697174;
    background: #52595b;
    color: #fff;
}

#main-wrapper .productlist-page-nav .dropdown-menu,
#main-wrapper .filter-collapsible-control .dropdown-menu,
#main-wrapper .box-filter-availability .collapse {
    border-color: rgba(215, 220, 221, 0.16);
    background: #242a2c;
    color: #e7ebeb;
}

#main-wrapper .productlist-page-nav .dropdown-item,
#main-wrapper .filter-collapsible-control .dropdown-item,
#main-wrapper .box-filter-availability label,
#main-wrapper .box-filter-availability .nav-link {
    color: #d7dcdd !important;
}

#main-wrapper .productlist-page-nav .dropdown-item:hover,
#main-wrapper .productlist-page-nav .dropdown-item:focus,
#main-wrapper .productlist-page-nav .dropdown-item.active,
#main-wrapper .filter-collapsible-control .dropdown-item:hover,
#main-wrapper .filter-collapsible-control .dropdown-item:focus,
#main-wrapper .filter-collapsible-control .dropdown-item.active {
    background: #52595b !important;
    color: #fff !important;
}

#main-wrapper .page-link {
    border-color: rgba(215, 220, 221, 0.16);
    background: #242a2c;
    color: #d7dcdd !important;
}

#main-wrapper .page-link:hover,
#main-wrapper .page-link:focus-visible,
#main-wrapper .page-item.active .page-link {
    border-color: #697174;
    background: #52595b;
    color: #fff !important;
}

@media (max-width: 42rem) {
    #main-wrapper .product-info-inner {
        margin-top: 1rem;
        padding: 1.25rem;
    }
}

@media (max-width: 575.98px) {
    #jtl-nav-wrapper .focos-site-brand__type small {
        display: none;
    }
}

/* Sichtbare Tastaturfokusse statt entfernter Outlines. */
#footer :focus-visible {
    outline: 3px solid var(--focos-focus);
    outline-offset: 3px;
}

#footer {
    position: relative;
    overflow: hidden;
    background: var(--focos-ink);
    color: var(--focos-paper);
    font-size: 1rem;
    line-height: 1.65;
}

#footer > .container {
    padding-top: 0;
    padding-bottom: 0;
}

#footer a {
    color: #f7f8f9;
    text-decoration-color: rgba(255, 255, 255, 0.45);
    text-underline-offset: 0.2em;
    transition: color 160ms ease, text-decoration-color 160ms ease;
}

#footer a:hover,
#footer a:focus-visible {
    color: #f1c77f;
    text-decoration-color: currentColor;
}

/* Newsletter: eigenständige Markenbühne, ohne zusätzlichen Builder. */
#footer .focos-newsletter {
    position: relative;
    margin-bottom: 0;
    padding: clamp(1.5rem, 3vw, 2.5rem) 0;
    background: var(--focos-accent);
    box-shadow: 0 0 0 100vmax var(--focos-accent);
    clip-path: inset(0 -100vmax);
}

#footer .focos-newsletter__row {
    row-gap: 1.25rem;
}

#footer .focos-newsletter__heading {
    margin: 0 0 0.45rem;
    color: var(--focos-paper);
    font-size: clamp(1.45rem, 2.25vw, 2rem);
    font-weight: 600;
    letter-spacing: -0.015em;
}

#footer .focos-newsletter__lead {
    max-width: 42rem;
    margin: 0 0 0.55rem;
    color: var(--focos-paper);
    font-size: 1.02rem;
}

#footer .focos-newsletter__legal,
#footer .focos-newsletter__legal a {
    margin: 0;
    color: rgba(255, 255, 255, 0.84);
    font-size: 0.82rem;
    line-height: 1.45;
}

#footer .focos-newsletter__form form,
#footer .focos-newsletter__form .form-group {
    margin-bottom: 0;
}

#footer .focos-newsletter__form .input-group {
    overflow: hidden;
    border-radius: var(--focos-radius);
    box-shadow: 0 0.4rem 1.1rem rgba(0, 0, 0, 0.18);
}

#footer .focos-newsletter__form .form-control {
    min-height: 3.15rem;
    border: 1px solid rgba(17, 29, 38, 0.18);
    border-radius: var(--focos-radius) 0 0 var(--focos-radius);
    background: var(--focos-paper);
    color: var(--focos-ink);
    box-shadow: none;
}

#footer .focos-newsletter__form .form-control::placeholder {
    color: #68727a;
    opacity: 1;
}

#footer .focos-newsletter__button {
    min-height: 3.15rem;
    border: 1px solid var(--focos-ink);
    border-radius: 0 var(--focos-radius) var(--focos-radius) 0;
    background: var(--focos-ink);
    color: var(--focos-paper);
    white-space: nowrap;
}

#footer .focos-newsletter__button:hover,
#footer .focos-newsletter__button:focus-visible {
    border-color: #000;
    background: #000;
    color: var(--focos-paper);
}

/* Flexible Footer-Architektur: keine Bootstrap-Summe von 15/12 Spalten mehr. */
#footer #footer-boxes.focos-footer-grid {
    display: grid;
    grid-template-columns: minmax(250px, 1.35fr) repeat(auto-fit, minmax(185px, 1fr));
    gap: clamp(1.5rem, 3vw, 3rem);
    align-items: start;
    padding: clamp(2.4rem, 5vw, 4.25rem) 0 clamp(1.8rem, 4vw, 3.25rem);
}

#footer .focos-footer-brand,
#footer .focos-footer-box {
    min-width: 0;
}

#footer .focos-footer-brand__logo-link {
    display: inline-flex;
    margin-bottom: 0.95rem;
    text-decoration: none;
}

#footer .focos-footer-brand__logo-plate {
    min-width: 10rem;
    min-height: 7rem;
    align-items: center;
    justify-content: center;
    padding: 0.8rem 1rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 1rem;
    background: #fff;
}

#footer .focos-footer-brand__logo {
    display: block;
    width: 132px;
    height: auto;
    aspect-ratio: 164 / 183;
    object-fit: contain;
}

#footer .focos-footer-brand__title {
    margin-bottom: 0.55rem;
    color: var(--focos-paper);
    font-family: Montserrat, sans-serif;
    font-size: 1.15rem;
    font-weight: 600;
}

#footer .focos-footer-brand__text {
    max-width: 32rem;
    margin: 0;
    color: var(--focos-muted);
    font-size: 0.94rem;
}

#footer .focos-footer-box > .box,
#footer .focos-footer-box > [id^="sidebox"],
#footer .focos-footer-box > [id^="box"] {
    margin: 0;
}

#footer .focos-footer-box .box-heading,
#footer .focos-footer-box .box-title,
#footer .focos-footer-box .card-title,
#footer .focos-footer-box h3,
#footer .focos-footer-box h4 {
    position: relative;
    margin: 0 0 1rem;
    padding: 0 0 0.7rem;
    border: 0;
    color: var(--focos-paper);
    font-family: Montserrat, sans-serif;
    font-size: 0.98rem;
    font-weight: 600;
    line-height: 1.35;
}

#footer .focos-footer-box .box-heading::after,
#footer .focos-footer-box .box-title::after,
#footer .focos-footer-box .card-title::after,
#footer .focos-footer-box h3::after,
#footer .focos-footer-box h4::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 2.35rem;
    height: 0.18rem;
    border-radius: 999px;
    background: var(--focos-accent);
    content: "";
}

#footer .focos-footer-box ul,
#footer .focos-footer-box .nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

#footer .focos-footer-box li + li {
    margin-top: 0.35rem;
}

#footer .focos-footer-box .nav-link,
#footer .focos-footer-box li > a {
    display: inline-flex;
    min-height: 2rem;
    align-items: center;
    padding: 0.12rem 0;
    color: #dce1e4;
    font-size: 0.92rem;
    line-height: 1.45;
    text-decoration: none;
}

#footer .focos-footer-box .nav-link:hover,
#footer .focos-footer-box li > a:hover,
#footer .focos-footer-box .nav-link:focus-visible,
#footer .focos-footer-box li > a:focus-visible {
    color: var(--focos-paper);
    text-decoration: underline;
    text-decoration-color: var(--focos-accent);
    text-decoration-thickness: 0.16rem;
}

/* Alte Loginbox bleibt in JTL erhalten, wird in FOCOSNext aber nicht gerendert. */
#footer .box-login,
#footer [id="sidebox188"],
#footer [id="box188"] {
    display: none !important;
}

/* Externe Trust-Widgets visuell beruhigen und in eine gemeinsame Sprache bringen. */
#footer .focos-footer-box img {
    display: block;
    max-width: 100%;
    height: auto;
}

#footer .focos-footer-box center,
#footer .focos-footer-box [style*="text-align: center"] {
    text-align: left !important;
}

#footer .focos-footer-box table,
#footer .focos-footer-box [style*="background-color: white"],
#footer .focos-footer-box [style*="background-color:#fff"],
#footer .focos-footer-box [style*="background-color: #fff"] {
    max-width: 100%;
    border-radius: var(--focos-radius);
}

#footer .focos-footer-box p:empty {
    display: none;
}

#footer .footer-social-media {
    margin-top: 0;
    padding: 1.15rem 0;
    border-top: 1px solid var(--focos-line);
}

#footer .footer-social-media ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.55rem;
    margin: 0;
}

#footer .footer-social-media li {
    margin: 0;
}

#footer .footer-social-media .btn {
    display: inline-flex;
    width: 2.55rem;
    height: 2.55rem;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--focos-line);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
    color: var(--focos-paper);
}

#footer .footnote-vat {
    padding: 1rem 0 1.35rem;
    border-top: 1px solid var(--focos-line);
    color: var(--focos-muted);
}

#footer #copyright {
    padding: 0.95rem 0;
    background: #0a1218;
    color: #c9d0d4;
    font-size: 0.82rem;
}

#footer #copyright .row {
    align-items: center;
    row-gap: 0.45rem;
}

#footer #copyright a {
    color: #eef1f3;
}

@media (max-width: 991.98px) {
    #footer .focos-newsletter__form {
        margin-top: 0.25rem;
    }

    #footer #footer-boxes.focos-footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    #footer .focos-footer-brand {
        grid-column: 1 / -1;
        display: grid;
        grid-template-columns: auto minmax(0, 1fr);
        column-gap: 1.25rem;
        align-items: center;
    }

    #footer .focos-footer-brand__logo-link {
        grid-row: 1 / span 2;
        margin: 0;
    }

    #footer .focos-footer-brand__title,
    #footer .focos-footer-brand__text {
        grid-column: 2;
    }
}

@media (max-width: 575.98px) {
    #footer {
        font-size: 0.96rem;
    }

    #footer .focos-newsletter__form .input-group {
        display: grid;
        overflow: visible;
        gap: 0.65rem;
        box-shadow: none;
    }

    #footer .focos-newsletter__form .form-control,
    #footer .focos-newsletter__button {
        width: 100%;
        border-radius: var(--focos-radius);
    }

    #footer .focos-newsletter__form .input-group-append {
        width: 100%;
        margin: 0;
    }

    #footer #footer-boxes.focos-footer-grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 1.75rem;
    }

    #footer .focos-footer-brand {
        grid-column: auto;
        display: block;
    }

    #footer .focos-footer-brand__logo-link {
        margin-bottom: 0.85rem;
    }

    #footer .focos-footer-brand__logo {
        width: 112px;
    }

    #footer .focos-footer-box .box-heading,
    #footer .focos-footer-box .box-title,
    #footer .focos-footer-box .card-title,
    #footer .focos-footer-box h3,
    #footer .focos-footer-box h4 {
        font-size: 1rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    #footer *,
    #footer *::before,
    #footer *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }
}

/* ======================================================================
   Control palette bridge

   The validated manifest is rendered once for every storefront route.
   These aliases replace historical NOVA/Bootstrap blues without changing
   any JTL, category, filter, product, basket or OPC behavior.
   ====================================================================== */

:root {
    --focos-accent: var(--focos-color-accent);
    --focos-accent-dark: var(--focos-color-primary-action);
    --focos-ink: var(--focos-color-ink);
    --focos-anthracite: var(--focos-color-secondary-action);
    --focos-gold: var(--focos-color-notice);
    --focos-paper: var(--focos-bg-surface);
    --focos-muted: var(--focos-color-border);
    --focos-line: var(--focos-color-border);
    --focos-radius: var(--focos-radius-md);
    --focos-focus: var(--focos-color-notice);
    --blue: var(--focos-color-secondary-action);
    --primary: var(--focos-color-primary-action);
    --focos-jtl-link: var(--focos-color-link);
    --focos-jtl-link-hover: var(--focos-color-link-hover);
}

body,
#page-wrapper,
#main-wrapper {
    background: var(--focos-bg-page);
    color: var(--focos-text-primary);
}

#header-top-bar,
#jtl-nav-wrapper,
header#jtl-nav-wrapper {
    background: var(--focos-bg-chrome) !important;
    color: var(--focos-color-on-ink);
}

#jtl-nav-wrapper {
    border-bottom-color: color-mix(in srgb, var(--focos-color-on-ink) 18%, transparent);
}

#header-top-bar a:not(.dropdown-item):not(.btn),
#jtl-nav-wrapper button,
#jtl-nav-wrapper #mainNavigation > .nav-mobile-body > .navbar-nav > .nav-item > .nav-link,
#jtl-nav-wrapper #shop-nav > .nav-item > .nav-link,
#jtl-nav-wrapper .focos-site-brand__link,
#jtl-nav-wrapper .focos-site-brand__type strong {
    color: var(--focos-color-on-ink) !important;
}

#header-top-bar a:not(.dropdown-item):not(.btn):hover,
#header-top-bar a:not(.dropdown-item):not(.btn):focus-visible,
#jtl-nav-wrapper #mainNavigation > .nav-mobile-body > .navbar-nav > .nav-item > .nav-link:hover,
#jtl-nav-wrapper #mainNavigation > .nav-mobile-body > .navbar-nav > .nav-item > .nav-link:focus-visible,
#jtl-nav-wrapper #shop-nav > .nav-item > .nav-link:hover,
#jtl-nav-wrapper #shop-nav > .nav-item > .nav-link:focus-visible {
    color: var(--focos-color-accent) !important;
}

#jtl-nav-wrapper .focos-site-brand__mark {
    background: var(--focos-color-accent);
    color: var(--focos-color-on-accent);
}

#jtl-nav-wrapper .focos-site-brand__type small {
    color: var(--focos-color-on-ink);
    opacity: 0.68;
}

#jtl-nav-wrapper .navbar-nav > .nav-item > .nav-link::before {
    border-color: var(--focos-color-accent) !important;
}

#jtl-nav-wrapper .form-control,
#jtl-nav-wrapper .form-control:focus {
    border-color: color-mix(in srgb, var(--focos-color-on-ink) 24%, transparent);
    background: color-mix(in srgb, var(--focos-color-on-ink) 10%, transparent);
    color: var(--focos-color-on-ink);
}

#jtl-nav-wrapper .form-control::placeholder {
    color: var(--focos-color-on-ink);
    opacity: 0.66;
}

#jtl-nav-wrapper .dropdown-menu,
#main-wrapper .dropdown-menu {
    border-color: var(--focos-color-border) !important;
    background: var(--focos-bg-surface) !important;
    color: var(--focos-text-primary) !important;
}

#jtl-nav-wrapper .dropdown-menu a,
#jtl-nav-wrapper .dropdown-menu .dropdown-item,
#jtl-nav-wrapper .dropdown-menu .categories-recursive-link,
#main-wrapper .dropdown-item {
    color: var(--focos-text-primary) !important;
}

#jtl-nav-wrapper .dropdown-menu a:hover,
#jtl-nav-wrapper .dropdown-menu a:focus-visible,
#jtl-nav-wrapper .dropdown-menu .dropdown-item:hover,
#jtl-nav-wrapper .dropdown-menu .dropdown-item:focus,
#jtl-nav-wrapper .dropdown-menu .dropdown-item.active,
#jtl-nav-wrapper .dropdown-menu .dropdown-item:active,
#main-wrapper .dropdown-item:hover,
#main-wrapper .dropdown-item:focus,
#main-wrapper .dropdown-item.active,
#main-wrapper .dropdown-item:active {
    background: var(--focos-color-primary-action) !important;
    color: var(--focos-color-on-primary-action) !important;
}

body a:not(.btn):not(.focos-button):not(.navbar-brand),
#main-wrapper .breadcrumb a,
#main-wrapper .productbox-title a {
    color: var(--focos-jtl-link) !important;
}

body a:not(.btn):not(.focos-button):not(.navbar-brand):hover,
body a:not(.btn):not(.focos-button):not(.navbar-brand):focus-visible,
#main-wrapper .productbox-title a:hover,
#main-wrapper .productbox-title a:focus-visible {
    color: var(--focos-jtl-link-hover) !important;
}

.btn-primary,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle,
.bg-primary,
.badge-primary,
.list-group-item.active,
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link,
.page-item.active .page-link {
    border-color: var(--focos-color-primary-action) !important;
    background-color: var(--focos-color-primary-action) !important;
    color: var(--focos-color-on-primary-action) !important;
}

.btn-primary:hover,
.btn-primary:focus-visible,
.btn-primary:not(:disabled):not(.disabled).active:hover,
.btn-primary:not(:disabled):not(.disabled):active:hover {
    border-color: var(--focos-color-secondary-action) !important;
    background-color: var(--focos-color-secondary-action) !important;
    color: var(--focos-color-on-secondary-action) !important;
}

.btn-outline-primary,
.text-primary,
.page-link,
.nav-pills .nav-link {
    color: var(--focos-color-primary-action) !important;
}

.btn-outline-primary,
.border-primary,
.form-control:focus,
.custom-select:focus {
    border-color: var(--focos-color-primary-action) !important;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus-visible {
    border-color: var(--focos-color-primary-action) !important;
    background: var(--focos-color-primary-action) !important;
    color: var(--focos-color-on-primary-action) !important;
}

.form-control:focus,
.custom-select:focus,
.btn:focus-visible,
a:focus-visible {
    box-shadow: 0 0 0 0.2rem color-mix(in srgb, var(--focos-color-notice) 36%, transparent) !important;
}

.custom-control-input:checked ~ .custom-control-label::before,
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before,
.custom-range::-webkit-slider-thumb,
.custom-range::-moz-range-thumb {
    border-color: var(--focos-color-primary-action) !important;
    background-color: var(--focos-color-primary-action) !important;
}

#main-wrapper #content-wrapper,
#main-wrapper .breadcrumb-wrapper,
#main-wrapper .productlist-page-nav,
#main-wrapper .product-detail,
#main-wrapper h1,
#main-wrapper h2,
#main-wrapper h3,
#main-wrapper h4,
#main-wrapper h5,
#main-wrapper h6,
#main-wrapper .product-title,
#main-wrapper .productbox-title a,
#main-wrapper .productbox-price,
#main-wrapper .product-offer .price,
#main-wrapper .price_wrapper .price {
    color: var(--focos-text-primary);
}

#main-wrapper .breadcrumb-wrapper,
#main-wrapper .productlist-page-nav-top,
#main-wrapper .productlist-page-nav-bottom,
#main-wrapper .productlist-filter-headline,
#main-wrapper .stock-information,
#main-wrapper .info-essential,
#main-wrapper .product-offer,
#main-wrapper .product-detail .nav-tabs,
#main-wrapper .product-detail .tab-content {
    border-color: var(--focos-color-border) !important;
}

#main-wrapper .breadcrumb,
#main-wrapper .productlist-item-info,
#main-wrapper .productlist-filter-headline,
#main-wrapper .productlist-page-nav,
#main-wrapper .price-note,
#main-wrapper .vat_info,
#main-wrapper .info-essential,
#main-wrapper .productbox .price-note,
#main-wrapper .productbox .base-price,
#main-wrapper .product-detail .nav-tabs .nav-link {
    color: var(--focos-text-muted) !important;
}

#main-wrapper .productbox,
#main-wrapper .productbox-inner,
#main-wrapper .productbox .form-basket,
#main-wrapper .productbox-inner > .row > .col:not(:first-child),
#main-wrapper .productbox-image,
#main-wrapper .product-gallery #image_wrapper,
#main-wrapper .product-gallery #gallery,
#main-wrapper .product-info-inner,
#main-wrapper .card,
#main-wrapper .list-group-item {
    border-color: var(--focos-color-border);
    background: var(--focos-bg-surface);
    color: var(--focos-text-primary);
}

#main-wrapper .productbox {
    border-radius: var(--focos-radius-md);
    box-shadow: var(--focos-shadow-sm);
}

#main-wrapper .productbox:hover {
    border-color: var(--focos-color-accent);
    box-shadow: var(--focos-shadow-md);
}

#main-wrapper .product-info-inner {
    border-radius: var(--focos-radius-md);
    box-shadow: var(--focos-shadow-sm);
}

#main-wrapper .product-detail .nav-tabs .nav-link.active,
#main-wrapper .product-detail .nav-tabs .nav-link:hover,
#main-wrapper .product-detail .nav-tabs .nav-link:focus-visible {
    border-color: var(--focos-color-primary-action) !important;
    color: var(--focos-color-primary-action) !important;
}

#main-wrapper .productlist-page-nav .btn,
#main-wrapper .btn-filter-box,
#main-wrapper .filter-collapsible-control .btn,
#main-wrapper .product-actions .btn-secondary,
#main-wrapper .page-link {
    border-color: var(--focos-color-border);
    background: var(--focos-bg-surface);
    color: var(--focos-text-primary) !important;
}

#main-wrapper .productlist-page-nav .btn:hover,
#main-wrapper .productlist-page-nav .btn:focus-visible,
#main-wrapper .btn-filter-box:hover,
#main-wrapper .btn-filter-box:focus-visible,
#main-wrapper .filter-collapsible-control .btn:hover,
#main-wrapper .filter-collapsible-control .btn:focus-visible,
#main-wrapper .product-actions .btn-secondary:hover,
#main-wrapper .product-actions .btn-secondary:focus-visible,
#main-wrapper .page-link:hover,
#main-wrapper .page-link:focus-visible,
#main-wrapper .page-item.active .page-link {
    border-color: var(--focos-color-primary-action);
    background: var(--focos-color-primary-action);
    color: var(--focos-color-on-primary-action) !important;
}

/* Existing category/article OPC content stays native and receives only theme styling. */
#main-wrapper [class*="opc-"] .card,
#main-wrapper [class*="opc-"] .card-header,
#main-wrapper [class*="opc-"] .card-body,
#main-wrapper [class*="opc-"] .accordion,
#main-wrapper [class*="opc-"] .collapse,
#main-wrapper [class*="opc-"] .list-group-item {
    border-color: var(--focos-color-border);
    background-color: var(--focos-bg-surface);
    color: var(--focos-text-primary);
}

#footer {
    background: var(--focos-bg-chrome);
    color: var(--focos-color-on-ink);
}

#footer a,
#footer .focos-footer-brand__title,
#footer .focos-footer-box .box-heading,
#footer .focos-footer-box .box-title,
#footer .focos-footer-box .card-title,
#footer .focos-footer-box h3,
#footer .focos-footer-box h4,
#footer .focos-footer-box .nav-link,
#footer .focos-footer-box li > a,
#footer .footer-social-media .btn {
    color: var(--focos-color-on-ink);
}

#footer a:hover,
#footer a:focus-visible,
#footer .focos-footer-box .nav-link:hover,
#footer .focos-footer-box li > a:hover,
#footer .focos-footer-box .nav-link:focus-visible,
#footer .focos-footer-box li > a:focus-visible {
    color: var(--focos-color-notice);
}

#footer .focos-newsletter {
    background: var(--focos-color-accent);
    color: var(--focos-color-on-accent);
    box-shadow: 0 0 0 100vmax var(--focos-color-accent);
}

#footer .focos-newsletter__heading,
#footer .focos-newsletter__lead,
#footer .focos-newsletter__legal,
#footer .focos-newsletter__legal a {
    color: var(--focos-color-on-accent);
}

#footer .focos-newsletter__form .form-control {
    border-color: var(--focos-color-border);
    background: var(--focos-bg-surface);
    color: var(--focos-text-primary);
}

#footer .focos-newsletter__button {
    border-color: var(--focos-color-primary-action);
    background: var(--focos-color-primary-action);
    color: var(--focos-color-on-primary-action);
}

#footer .focos-newsletter__button:hover,
#footer .focos-newsletter__button:focus-visible {
    border-color: var(--focos-color-secondary-action);
    background: var(--focos-color-secondary-action);
    color: var(--focos-color-on-secondary-action);
}

#footer .focos-footer-brand__text,
#footer .footnote-vat {
    color: var(--focos-color-on-ink);
    opacity: 0.72;
}

#footer #copyright {
    background: var(--focos-bg-chrome);
    color: var(--focos-color-on-ink);
    border-top: 1px solid var(--focos-color-border);
}

#footer #copyright a {
    color: var(--focos-color-on-ink);
}

/* ======================================================================
   Storefront polish 0.3.15

   Keep NOVA's navigation and commerce behavior intact while completing
   the runtime palette handoff on category, product and mobile surfaces.
   ====================================================================== */

.btn-skip-to {
    border-color: var(--focos-color-primary-action) !important;
    background: var(--focos-bg-surface) !important;
    color: var(--focos-color-primary-action) !important;
}

/* Uploaded logos may be dark artwork. A neutral plate guarantees readable
   branding without recoloring or otherwise modifying the supplied asset. */
#jtl-nav-wrapper .focos-site-brand__link {
    padding: 0.25rem 0.45rem !important;
    border: 1px solid var(--focos-color-border);
    border-radius: var(--focos-radius-md);
    background: var(--focos-bg-surface) !important;
}

#jtl-nav-wrapper .label-slide .form-group:not(.exclude-from-label-slide):not(.checkbox) label,
#jtl-nav-wrapper .dropdown-footer {
    background: var(--focos-bg-surface) !important;
    color: var(--focos-text-primary) !important;
}

.fixed-search {
    background: var(--focos-bg-chrome) !important;
}

.fixed-search .form-control,
.fixed-search .form-control:focus {
    border-color: color-mix(in srgb, var(--focos-color-on-ink) 28%, transparent) !important;
    background: color-mix(in srgb, var(--focos-color-on-ink) 10%, transparent) !important;
    color: var(--focos-color-on-ink) !important;
}

.fixed-search .form-control::placeholder {
    color: color-mix(in srgb, var(--focos-color-on-ink) 70%, transparent) !important;
}

#main-wrapper #content-wrapper {
    padding-bottom: clamp(3rem, 6vw, 5.5rem);
}

#main-wrapper .breadcrumb-container {
    padding-top: 0.75rem;
}

#main-wrapper #product-list .productbox,
#main-wrapper .product-slider .productbox {
    overflow: hidden;
    border: 1px solid var(--focos-color-border);
    background: var(--focos-bg-surface);
    transition: border-color var(--focos-duration-base) var(--focos-ease-standard),
        box-shadow var(--focos-duration-base) var(--focos-ease-standard),
        transform var(--focos-duration-base) var(--focos-ease-standard);
}

#main-wrapper #product-list .productbox:hover,
#main-wrapper .product-slider .productbox:hover {
    transform: translateY(-2px);
}

#main-wrapper .productbox-image-wrapper,
#main-wrapper .productbox-image-wrapper-inner,
#main-wrapper .productbox-image {
    background: var(--focos-bg-surface);
}

/* The optional hover image is stacked above the primary product image.
 * Keep its wrapper transparent while the second image itself is faded out,
 * otherwise the surface color masks image one until hover. */
#main-wrapper .list-gallery .productbox-image.second-wrapper {
    background: transparent;
}

#main-wrapper .productbox-title {
    min-height: 2.7em;
    line-height: 1.35;
}

#main-wrapper #product-offer {
    align-items: flex-start;
    row-gap: 1.5rem;
}

#main-wrapper .product-gallery #image_wrapper,
#main-wrapper .product-info-inner {
    border: 1px solid var(--focos-color-border);
    border-radius: var(--focos-radius-md);
    background: var(--focos-bg-surface);
}

#main-wrapper .product-gallery #image_wrapper {
    padding: clamp(0.75rem, 2vw, 1.5rem);
}

#main-wrapper .product-info-inner {
    padding: clamp(1.25rem, 3vw, 2rem);
}

#main-wrapper .product-title {
    margin-bottom: 1rem;
    font-size: clamp(1.65rem, 3vw, 2.45rem);
    line-height: 1.12;
    letter-spacing: -0.035em;
}

#main-wrapper .product-offer .price,
#main-wrapper .price_wrapper .price,
#main-wrapper .productbox-price {
    color: var(--focos-color-primary-action) !important;
}

#main-wrapper .tab-navigation {
    margin-top: clamp(2rem, 5vw, 4rem);
}

#main-wrapper .tab-navigation .nav-tabs {
    gap: 0.25rem;
    border-bottom: 1px solid var(--focos-color-border);
}

#main-wrapper .tab-navigation .nav-tabs .nav-link {
    min-height: 2.75rem;
    border: 0;
    border-bottom: 0.2rem solid transparent;
    color: var(--focos-text-muted) !important;
}

#main-wrapper .tab-navigation .nav-tabs .nav-link.active,
#main-wrapper .tab-navigation .nav-tabs .nav-link:hover,
#main-wrapper .tab-navigation .nav-tabs .nav-link:focus-visible {
    border-bottom-color: var(--focos-color-primary-action) !important;
    color: var(--focos-color-primary-action) !important;
}

#main-wrapper .tab-content {
    padding-top: clamp(1.25rem, 3vw, 2rem);
}

#main-wrapper #result-wrapper > .focos-category-heading {
    margin: 0 0 clamp(1.25rem, 3vw, 2rem);
}

#main-wrapper #result-wrapper > .focos-category-heading h1 {
    margin: 0;
    color: var(--focos-text-primary);
    font-size: clamp(2rem, 5vw, 3.75rem);
    line-height: 1.02;
    letter-spacing: -0.045em;
}

@media (max-width: 61.99rem) {
    #jtl-nav-wrapper #mainNavigation {
        max-width: min(22rem, 88vw);
        background: var(--focos-bg-chrome) !important;
        color: var(--focos-color-on-ink) !important;
    }

    #jtl-nav-wrapper #mainNavigation .nav-mobile-header,
    #jtl-nav-wrapper #mainNavigation .nav-mobile-body,
    #jtl-nav-wrapper #mainNavigation > .nav-mobile-body > .navbar-nav {
        background: var(--focos-bg-chrome) !important;
        color: var(--focos-color-on-ink) !important;
    }

    #jtl-nav-wrapper #mainNavigation .nav-mobile-header {
        border-bottom: 1px solid color-mix(in srgb, var(--focos-color-on-ink) 18%, transparent);
    }

    #jtl-nav-wrapper #mainNavigation .nav-mobile-header .navbar-toggler,
    #jtl-nav-wrapper #mainNavigation .nav-offcanvas-title,
    #jtl-nav-wrapper #mainNavigation .nav-offcanvas-title:hover,
    #jtl-nav-wrapper #mainNavigation .nav-offcanvas-title:focus-visible {
        color: var(--focos-color-on-ink) !important;
    }

    #jtl-nav-wrapper #mainNavigation > .nav-mobile-body > .navbar-nav > .nav-item {
        border-bottom: 1px solid color-mix(in srgb, var(--focos-color-on-ink) 12%, transparent);
    }

    #jtl-nav-wrapper #mainNavigation > .nav-mobile-body > .navbar-nav > .nav-item > .nav-link {
        color: var(--focos-color-on-ink) !important;
    }

    #jtl-nav-wrapper #mainNavigation > .nav-mobile-body > .navbar-nav > .nav-item > .nav-link:hover,
    #jtl-nav-wrapper #mainNavigation > .nav-mobile-body > .navbar-nav > .nav-item > .nav-link:focus-visible {
        background: color-mix(in srgb, var(--focos-color-on-ink) 9%, transparent) !important;
        color: var(--focos-color-on-ink) !important;
    }

    #jtl-nav-wrapper #mainNavigation .navbar-nav > .nav-item > .dropdown-menu,
    #jtl-nav-wrapper #mainNavigation .navbar-nav > .nav-item > .dropdown-menu .dropdown-body,
    #jtl-nav-wrapper #mainNavigation .navbar-nav > .nav-item > .dropdown-menu .subcategory-wrapper,
    #jtl-nav-wrapper #mainNavigation .navbar-nav > .nav-item > .dropdown-menu .categories-recursive-dropdown {
        background: var(--focos-bg-surface) !important;
        color: var(--focos-text-primary) !important;
    }

    #jtl-nav-wrapper #mainNavigation .navbar-nav > .nav-item > .dropdown-menu a,
    #jtl-nav-wrapper #mainNavigation .navbar-nav > .nav-item > .dropdown-menu .nav-link,
    #jtl-nav-wrapper #mainNavigation .navbar-nav > .nav-item > .dropdown-menu .nav-mobile-heading,
    #jtl-nav-wrapper #mainNavigation .navbar-nav > .nav-item > .dropdown-menu .submenu-headline {
        color: var(--focos-text-primary) !important;
    }

    #jtl-nav-wrapper #mainNavigation .navbar-nav > .nav-item > .dropdown-menu .nav-item {
        border-bottom: 1px solid var(--focos-color-border);
    }

    #jtl-nav-wrapper #mainNavigation .navbar-nav > .nav-item > .dropdown-menu .nav-link,
    #jtl-nav-wrapper #mainNavigation .navbar-nav > .nav-item > .dropdown-menu .nav-mobile-heading {
        min-height: 3rem;
        display: flex;
        align-items: center;
        margin: 0;
        padding: 0.75rem 1rem;
        white-space: normal;
    }

    #jtl-nav-wrapper #mainNavigation .navbar-nav > .nav-item > .dropdown-menu a:hover,
    #jtl-nav-wrapper #mainNavigation .navbar-nav > .nav-item > .dropdown-menu a:focus-visible {
        background: color-mix(in srgb, var(--focos-color-accent) 10%, var(--focos-bg-surface)) !important;
        color: var(--focos-color-primary-action) !important;
    }
}

@media (max-width: 47.5rem) {
    #jtl-nav-wrapper .logo-wrapper.focos-site-brand {
        flex: 0 0 3.75rem;
        width: 3.75rem;
        max-width: 3.75rem;
        height: 3.75rem;
        align-self: center;
    }

    #jtl-nav-wrapper .focos-site-brand__link {
        width: 3.75rem;
        min-width: 3.75rem;
        max-width: 3.75rem;
        height: 3.75rem;
        min-height: 3.75rem;
        max-height: 3.75rem;
        margin: 0 !important;
        padding: 0.4rem !important;
        overflow: hidden;
    }

    #jtl-nav-wrapper .focos-site-brand__logo {
        width: 100% !important;
        max-width: 100% !important;
        height: 100% !important;
        max-height: 100% !important;
        object-fit: contain;
    }

    #main-wrapper .breadcrumb-container {
        padding-top: 0.35rem;
    }

    #main-wrapper .product-info-inner {
        padding: 1.1rem;
    }

    #main-wrapper .product-title {
        font-size: clamp(1.5rem, 7vw, 2rem);
    }

    #main-wrapper #result-wrapper > .focos-category-heading {
        margin-bottom: 1rem;
    }

    #main-wrapper #result-wrapper > .focos-category-heading h1 {
        font-size: clamp(2rem, 11vw, 2.75rem);
    }

    #main-wrapper .content-cats-small {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.75rem;
        margin: 0 0 2rem !important;
    }

    #main-wrapper .content-cats-small > [class*="col"] {
        width: auto;
        max-width: none;
        padding: 0;
    }

    #main-wrapper .content-cats-small .sub-categories {
        min-width: 0;
        overflow: hidden;
        border: 1px solid var(--focos-color-border);
        border-radius: var(--focos-radius-md);
        background: var(--focos-bg-surface);
    }

    #main-wrapper .content-cats-small .caption {
        display: flex;
        min-height: 4.25rem;
        margin: 0;
        padding: 0.75rem;
        align-items: center;
        font-weight: 700;
        line-height: 1.3;
    }

    #main-wrapper .content-cats-small .caption a {
        display: -webkit-box;
        width: 100%;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    #main-wrapper .product-info-inner .shortdesc {
        min-width: 0;
    }

    #main-wrapper .product-info-inner .shortdesc > table {
        width: 100% !important;
        max-width: 100%;
        table-layout: fixed;
    }

    #main-wrapper .product-info-inner .shortdesc > table th,
    #main-wrapper .product-info-inner .shortdesc > table td,
    #main-wrapper .product-info-inner .shortdesc > table small {
        overflow-wrap: anywhere;
        word-break: break-word;
    }

    #main-wrapper .tab-navigation .nav-tabs {
        flex-wrap: nowrap;
        overflow-x: auto;
        scrollbar-width: thin;
    }

    #main-wrapper .tab-navigation .nav-tabs .nav-item {
        flex: 0 0 auto;
    }

    #brevo-conversations {
        top: auto !important;
        right: 1rem !important;
        bottom: 5.5rem !important;
        left: auto !important;
        transform: translateY(50%) scale(0.84) !important;
        transform-origin: center right;
    }

    html.overflow-hidden #brevo-conversations,
    html.overflow-hidden #mobileRB1,
    html.overflow-hidden .smoothscroll-top {
        visibility: hidden !important;
        opacity: 0 !important;
        pointer-events: none !important;
    }
}

/* ======================================================================
   Storefront contrast completion 0.3.16

   NOVA and existing OPC content may carry inline light-theme colors. Keep
   the underlying commerce/content markup intact and translate those visual
   surfaces to the validated runtime palette.
   ====================================================================== */

/* A deliberately light logo plate keeps dark uploaded artwork legible on
   both appearance modes. The artwork itself is never recolored. */
#jtl-nav-wrapper .focos-site-brand__link {
    border-color: color-mix(in srgb, var(--focos-color-ink) 18%, #ffffff) !important;
    background: #f7f8f9 !important;
    box-shadow: 0 0.4rem 1rem rgba(0, 0, 0, 0.16);
}

#main-wrapper .shortdesc,
#main-wrapper .shortdesc table,
#main-wrapper .shortdesc thead,
#main-wrapper .shortdesc tbody,
#main-wrapper .shortdesc tr,
#main-wrapper .shortdesc th,
#main-wrapper .shortdesc td,
#main-wrapper .shortdesc small,
#main-wrapper #ekokorocolumns,
#main-wrapper #ekokorocolumns .h6,
#main-wrapper #ekokorocolumns .attr-value,
#main-wrapper .tab-content,
#main-wrapper .tab-pane {
    color: var(--focos-text-primary) !important;
}

#main-wrapper .shortdesc table,
#main-wrapper .shortdesc th,
#main-wrapper .shortdesc td {
    border-color: var(--focos-color-border) !important;
    background: transparent !important;
}

#main-wrapper .shortdesc th,
#main-wrapper .shortdesc td {
    padding: 0.65rem 0.75rem;
    font-weight: 400;
    line-height: 1.55;
}

#main-wrapper .shortdesc thead th {
    background: color-mix(in srgb, var(--focos-color-accent) 12%, var(--focos-bg-surface)) !important;
    font-weight: 750;
}

#main-wrapper .table-striped > tbody > tr:nth-of-type(odd),
#main-wrapper .table-striped > li:nth-of-type(odd) {
    background: color-mix(in srgb, var(--focos-color-on-ink) 4%, transparent) !important;
}

#main-wrapper .text-muted,
#main-wrapper .text-muted-util,
#main-wrapper .base-price,
#main-wrapper .price-note,
#main-wrapper .hr-sect.h2,
#main-wrapper .hr-sect.h3,
#main-wrapper .recommendations > [id^="slider-"] > .hr-sect {
    color: var(--focos-text-muted) !important;
}

#main-wrapper .hr-sect::before,
#main-wrapper .hr-sect::after {
    border-color: var(--focos-color-border) !important;
    background-color: var(--focos-color-border) !important;
}

#main-wrapper .alert-info,
#main-wrapper .alert-secondary,
#main-wrapper .choose-variations {
    border-color: var(--focos-color-border) !important;
    background: color-mix(in srgb, var(--focos-color-notice) 10%, var(--focos-bg-surface)) !important;
    color: var(--focos-text-primary) !important;
}

#main-wrapper .tab-pane .card,
#main-wrapper .tab-pane .card-header,
#main-wrapper .tab-pane .card-body,
#main-wrapper .tab-pane .list-group-item,
#main-wrapper .tab-pane table,
#main-wrapper .tab-pane th,
#main-wrapper .tab-pane td {
    border-color: var(--focos-color-border) !important;
    background-color: var(--focos-bg-surface) !important;
    color: var(--focos-text-primary) !important;
}

/* OPC rows often contain a hard-coded white inline background. Restrict the
   override to rows that actually wrap OPC widgets. */
#main-wrapper .row:has(> [class*="col"] > [class*="opc-"]) {
    background: var(--focos-bg-page) !important;
    color: var(--focos-text-primary) !important;
}

#main-wrapper .opc-Video {
    padding: 0.75rem !important;
    border: 1px solid var(--focos-color-border) !important;
    border-radius: var(--focos-radius-md) !important;
    background: var(--focos-bg-surface) !important;
    color: var(--focos-text-primary) !important;
    box-shadow: var(--focos-shadow-sm);
}

#main-wrapper .opc-Video > label {
    display: block;
    margin: 0 0 0.7rem;
    color: var(--focos-text-primary) !important;
    font-size: 1rem !important;
    font-weight: 750;
    line-height: 1.35;
}

#main-wrapper .opc-Video-iframe-wrapper {
    overflow: hidden;
    border-radius: calc(var(--focos-radius-md) - 0.35rem);
    background: #000;
}

@media (max-width: 47.5rem) {
    #main-wrapper .shortdesc th,
    #main-wrapper .shortdesc td {
        padding: 0.6rem 0.7rem;
        font-size: 0.92rem;
    }

    #main-wrapper .tab-navigation .nav-tabs {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        gap: 0.75rem;
        overflow: visible;
        border: 0;
    }

    #main-wrapper .tab-navigation .nav-tabs .nav-item {
        width: 100%;
    }

    #main-wrapper .tab-navigation .nav-tabs .nav-link {
        display: flex;
        width: 100%;
        min-height: 3.5rem;
        align-items: center;
        justify-content: space-between;
        margin: 0;
        padding: 0.9rem 1rem;
        border: 1px solid var(--focos-color-border) !important;
        border-radius: 0.65rem;
        background: var(--focos-bg-surface) !important;
        color: var(--focos-text-primary) !important;
        text-align: left;
    }

    #main-wrapper .tab-navigation .nav-tabs .nav-link.active,
    #main-wrapper .tab-navigation .nav-tabs .nav-link:hover,
    #main-wrapper .tab-navigation .nav-tabs .nav-link:focus-visible {
        border-color: var(--focos-color-primary-action) !important;
        background: color-mix(in srgb, var(--focos-color-primary-action) 12%, var(--focos-bg-surface)) !important;
        color: var(--focos-text-primary) !important;
    }

    #main-wrapper .row:has(> [class*="col"] > .opc-Video) {
        gap: 0.9rem 0;
        margin-bottom: 1.25rem !important;
        padding-block: 0.15rem;
    }
}
