@font-face {
    font-family: "CC Inter";
    src: url("./fonts/inter-latin-400-normal.woff2") format("woff2");
    font-display: optional;
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: "CC Inter";
    src: url("./fonts/inter-latin-500-normal.woff2") format("woff2");
    font-display: optional;
    font-style: normal;
    font-weight: 500;
}

@font-face {
    font-family: "CC Inter";
    src: url("./fonts/inter-latin-600-normal.woff2") format("woff2");
    font-display: optional;
    font-style: normal;
    font-weight: 600;
}

@font-face {
    font-family: "CC Inter";
    src: url("./fonts/inter-latin-700-normal.woff2") format("woff2");
    font-display: optional;
    font-style: normal;
    font-weight: 700;
}

@font-face {
    font-family: "CC Playfair";
    src: url("./fonts/playfair-display-latin-400-normal.woff2") format("woff2");
    font-display: optional;
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: "CC Playfair";
    src: url("./fonts/playfair-display-latin-600-normal.woff2") format("woff2");
    font-display: optional;
    font-style: normal;
    font-weight: 600;
}

@font-face {
    font-family: "CC Playfair";
    src: url("./fonts/playfair-display-latin-700-normal.woff2") format("woff2");
    font-display: optional;
    font-style: normal;
    font-weight: 700;
}

:root {
    --cc-b2b-black: #050505;
    --cc-b2b-charcoal: #171717;
    --cc-b2b-graphite: #343434;
    --cc-b2b-paper: #f6f6f3;
    --cc-b2b-warm-white: #efebe2;
    --cc-b2b-navy: var(--cc-b2b-charcoal);
    --cc-b2b-navy-deep: var(--cc-b2b-black);
    --cc-b2b-navy-soft: var(--cc-b2b-graphite);
    --cc-b2b-orange: var(--cc-b2b-charcoal);
    --cc-b2b-orange-dark: var(--cc-b2b-graphite);
    --cc-b2b-cream: var(--cc-b2b-paper);
    --cc-b2b-sand: var(--cc-b2b-warm-white);
    --cc-b2b-ink: var(--cc-b2b-charcoal);
    --cc-b2b-muted: #666666;
    --cc-b2b-line: #deded8;
    --cc-b2b-white: #ffffff;
    --cc-b2b-radius: .875rem;
    --cc-b2b-shadow: 0 .75rem 2rem rgba(0, 0, 0, .08);
}

body.is-nova {
    color: var(--cc-b2b-ink);
    background: var(--cc-b2b-white);
    font-family: "CC Inter", Inter, system-ui, -apple-system, "Segoe UI", sans-serif;
}

/* Reserve the final utility-button geometry before Font Awesome is ready. */
body.is-nova .smoothscroll-top {
    width: 3.5rem;
    height: 3.5rem;
    min-height: 3.5rem;
}

body.is-nova .smoothscroll-top .scroll-top-inner {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

#jtl-nav-wrapper.theme-cc-b2b {
    border-bottom: 1px solid rgba(5, 5, 5, .14);
    background: var(--cc-b2b-warm-white);
    box-shadow: none;
}

#jtl-nav-wrapper.theme-cc-b2b .navbar {
    min-height: 4.5rem;
    align-items: center !important;
    padding-block: .65rem;
    color: var(--cc-b2b-black);
    background: transparent;
}

#jtl-nav-wrapper.theme-cc-b2b .navbar-brand img,
#jtl-nav-wrapper.theme-cc-b2b .navbar-brand picture {
    width: 12rem;
    max-height: 2.4rem;
    filter: grayscale(1) contrast(1.2);
}

@media (min-width: 992px) {
    #jtl-nav-wrapper.theme-cc-b2b .navbar-brand {
        width: 12.8rem;
        flex: 0 0 12.8rem;
    }
}

#jtl-nav-wrapper.theme-cc-b2b :is(.nav-link, .btn, button, input, select) {
    font-family: "CC Inter", Inter, system-ui, -apple-system, "Segoe UI", sans-serif;
}

#jtl-nav-wrapper.theme-cc-b2b .nav-link {
    color: var(--cc-b2b-black);
    font-size: .72rem;
    font-weight: 600;
    letter-spacing: .025em;
}

#jtl-nav-wrapper.theme-cc-b2b .nav-link:hover,
#jtl-nav-wrapper.theme-cc-b2b .nav-link:focus-visible {
    color: var(--cc-b2b-black);
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: .35em;
}

#jtl-nav-wrapper.theme-cc-b2b :is(.form-control, .btn, button) {
    border-radius: .25rem;
}

#jtl-nav-wrapper.theme-cc-b2b .form-control {
    border-color: rgba(5, 5, 5, .28);
    color: var(--cc-b2b-black);
    background: rgba(255, 255, 255, .58);
}

#jtl-nav-wrapper.theme-cc-b2b :is(a, button, input, select):focus-visible {
    outline: 2px solid var(--cc-b2b-black);
    outline-offset: 3px;
}

.cc-b2b-home {
    color: var(--cc-b2b-ink);
    background: var(--cc-b2b-white);
    font-family: "CC Inter", Inter, system-ui, -apple-system, "Segoe UI", sans-serif;
    overflow: hidden;
}

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

.cc-b2b-home :is(h1, h2, h3) {
    color: inherit;
    font-family: Montserrat, "CC Inter", Inter, system-ui, sans-serif;
}

.cc-b2b-home a:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 3px;
}

.cc-b2b-announcement {
    color: var(--cc-b2b-white);
    background: var(--cc-b2b-black);
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.cc-b2b-announcement__inner {
    display: flex;
    min-height: 2.425rem;
    align-items: center;
    justify-content: center;
    gap: .75rem 1.25rem;
    padding-block: .45rem;
    font-size: .7rem;
    font-weight: 500;
    letter-spacing: .015em;
    text-align: center;
}

.cc-b2b-announcement a {
    color: var(--cc-b2b-white);
    font-weight: 700;
    text-decoration-color: currentColor;
    text-decoration-thickness: 1px;
    text-underline-offset: .18em;
}

.cc-b2b-section {
    padding: clamp(3.75rem, 7vw, 6.5rem) 0;
}

.cc-b2b-section--cream {
    background: var(--cc-b2b-cream);
}

.cc-b2b-eyebrow {
    display: inline-block;
    margin-bottom: .8rem;
    color: var(--cc-b2b-orange-dark);
    font-size: .75rem;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.cc-b2b-title,
.cc-b2b-heading {
    text-wrap: balance;
}

.cc-b2b-title {
    max-width: 20ch;
    margin: 0 0 1.15rem;
    font-size: clamp(2.75rem, 5.2vw, 4.8rem);
    font-weight: 600;
    line-height: .98;
    letter-spacing: -.038em;
}

.cc-b2b-heading {
    max-width: 22ch;
    margin: 0 0 .9rem;
    font-size: clamp(2rem, 4vw, 3.4rem);
    font-weight: 600;
    line-height: 1.08;
    letter-spacing: -.025em;
}

.cc-b2b-lead {
    max-width: 62ch;
    margin: 0;
    font-size: clamp(1rem, 1.45vw, 1.15rem);
    line-height: 1.7;
}

.cc-b2b-section-head--center {
    display: grid;
    justify-items: center;
    text-align: center;
}

.cc-b2b-section-head--center .cc-b2b-lead {
    margin-inline: auto;
}

.cc-b2b-hero {
    position: relative;
    min-height: clamp(28rem, 44vw, 36rem);
    color: var(--cc-b2b-white);
    background: var(--cc-b2b-navy-deep);
    isolation: isolate;
}

.cc-b2b-hero__image,
.cc-b2b-hero__veil {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.cc-b2b-hero__image {
    z-index: -2;
    object-fit: cover;
    object-position: center;
}

.cc-b2b-hero__veil {
    z-index: -1;
    background: linear-gradient(180deg, rgba(7, 15, 27, .34), rgba(7, 15, 27, .7));
}

.cc-b2b-hero__inner {
    display: grid;
    min-height: inherit;
    align-items: center;
    padding-block: clamp(4.5rem, 8vw, 7rem);
}

.cc-b2b-hero__content {
    display: grid;
    max-width: 68rem;
    justify-items: center;
    margin-inline: auto;
    text-align: center;
}

.cc-b2b-hero .cc-b2b-eyebrow {
    color: #ffb775;
}

.cc-b2b-hero .cc-b2b-lead {
    max-width: 54rem;
    margin-inline: auto;
    color: rgba(255, 255, 255, .92);
}

.cc-b2b-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .8rem;
    margin-top: 1.75rem;
}

.cc-b2b-actions--center {
    justify-content: center;
}

.cc-b2b-hero .cc-b2b-actions {
    width: min(100%, 20rem);
    flex-direction: column;
    justify-content: center;
}

.cc-b2b-hero__proof {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: .45rem 1.35rem;
    margin: 2rem 0 0;
    padding: 1rem 0 0;
    border-top: 1px solid rgba(255, 255, 255, .7);
    color: var(--cc-b2b-white);
    font-size: .78rem;
    font-weight: 600;
    list-style: none;
}

.cc-b2b-hero__proof li + li::before {
    margin-right: 1.35rem;
    color: var(--cc-b2b-orange);
    content: "·";
}

.cc-b2b-button {
    display: inline-flex;
    min-height: 3rem;
    align-items: center;
    justify-content: center;
    padding: .75rem 1.25rem;
    border: 2px solid var(--cc-b2b-orange);
    border-radius: .9rem;
    color: var(--cc-b2b-navy-deep);
    background: var(--cc-b2b-orange);
    font-weight: 800;
    line-height: 1.25;
    text-align: center;
    text-decoration: none;
    transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease;
}

.cc-b2b-button:hover {
    color: var(--cc-b2b-navy-deep);
    background: #f3a25c;
    box-shadow: 0 .75rem 1.5rem rgba(0, 0, 0, .16);
    text-decoration: none;
    transform: translateY(-2px);
}

.cc-b2b-button--light {
    border-color: var(--cc-b2b-white);
    color: var(--cc-b2b-white);
    background: rgba(11, 25, 43, .35);
}

.cc-b2b-button--light:hover {
    color: var(--cc-b2b-navy);
    background: var(--cc-b2b-white);
}

.cc-b2b-button--outline {
    border-color: var(--cc-b2b-navy);
    color: var(--cc-b2b-navy);
    background: transparent;
}

.cc-b2b-button--dark {
    border-color: var(--cc-b2b-navy);
    color: var(--cc-b2b-white);
    background: var(--cc-b2b-navy);
}

.cc-b2b-button--dark:hover {
    color: var(--cc-b2b-white);
    background: var(--cc-b2b-navy-deep);
}

.cc-b2b-category-strip {
    width: 100%;
    border-block: 1px solid var(--cc-b2b-navy-deep);
    background: var(--cc-b2b-navy-deep);
}

.cc-b2b-category-strip__inner {
    display: grid;
    grid-auto-columns: minmax(8.8rem, 1fr);
    grid-auto-flow: column;
    margin: 0;
    overflow-x: auto;
    padding: 0;
    list-style: none;
    scrollbar-color: var(--cc-b2b-orange) var(--cc-b2b-cream);
}

.cc-b2b-category-strip__inner > li {
    display: flex;
    min-width: 0;
}

.cc-b2b-category-strip__inner > li > a {
    position: relative;
    display: flex;
    width: 100%;
    min-height: 3.5rem;
    align-items: center;
    justify-content: center;
    padding: .75rem .55rem;
    color: var(--cc-b2b-white);
    font-size: clamp(.64rem, .8vw, .76rem);
    font-weight: 700;
    letter-spacing: .08em;
    line-height: 1.3;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

.cc-b2b-category-strip a::after {
    position: absolute;
    right: 18%;
    bottom: .45rem;
    left: 18%;
    height: 2px;
    background: var(--cc-b2b-orange);
    content: "";
    transform: scaleX(0);
    transition: transform .18s ease;
}

.cc-b2b-category-strip a:hover::after,
.cc-b2b-category-strip a:focus-visible::after {
    transform: scaleX(1);
}

.cc-b2b-section--taste {
    background: var(--cc-b2b-white);
}

.cc-b2b-taste-grid {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: clamp(.75rem, 1.5vw, 1.35rem);
    margin-top: clamp(2rem, 5vw, 3.5rem);
    margin-bottom: 0;
    padding: 0;
    list-style: none;
}

.cc-b2b-taste-grid > li {
    min-width: 0;
}

.cc-b2b-taste-card {
    display: grid;
    align-content: start;
    gap: .9rem;
    color: var(--cc-b2b-navy);
    text-decoration: none;
    transition: transform .2s ease;
}

.cc-b2b-taste-card img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1;
    border-radius: .75rem;
    object-fit: cover;
    transition: filter .2s ease, transform .2s ease;
}

.cc-b2b-taste-card span {
    display: flex;
    min-height: 2.35rem;
    align-items: center;
    justify-content: center;
    padding: .5rem .65rem;
    border: 1px solid var(--cc-b2b-orange);
    border-radius: 999px;
    font-size: .68rem;
    font-weight: 750;
    letter-spacing: .06em;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
}

.cc-b2b-taste-card:hover,
.cc-b2b-taste-card:focus-visible {
    color: var(--cc-b2b-navy);
    outline: 2px solid transparent;
    transform: translateY(-4px);
}

.cc-b2b-taste-card:hover img,
.cc-b2b-taste-card:focus-visible img {
    filter: saturate(1.06) contrast(1.03);
}

.cc-b2b-taste-card:hover span,
.cc-b2b-taste-card:focus-visible span {
    color: var(--cc-b2b-white);
    background: var(--cc-b2b-orange);
}

.cc-b2b-business-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(1.5rem, 4vw, 3rem);
    margin-top: 3rem;
}

.cc-b2b-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 2.5rem;
}

.cc-b2b-card {
    min-height: 11rem;
    padding: 1.4rem;
    border: 1px solid var(--cc-b2b-line);
    border-radius: var(--cc-b2b-radius);
    background: var(--cc-b2b-white);
    box-shadow: 0 .5rem 1.5rem rgba(11, 25, 43, .06);
}

.cc-b2b-card h3 {
    margin: 0 0 .55rem;
    color: var(--cc-b2b-navy);
    font-size: 1.15rem;
}

.cc-b2b-card p {
    margin: 0;
    color: var(--cc-b2b-muted);
    line-height: 1.55;
}

.cc-b2b-note {
    margin-top: 2rem;
    padding: 1rem 1.25rem;
    border-left: 4px solid var(--cc-b2b-orange);
    background: var(--cc-b2b-cream);
    color: var(--cc-b2b-muted);
    line-height: 1.6;
}

.cc-b2b-business-grid article {
    padding-top: 1.35rem;
    border-top: 2px solid var(--cc-b2b-orange);
}

.cc-b2b-business-grid h3 {
    margin: 0 0 .7rem;
    color: var(--cc-b2b-navy);
    font-size: 1.25rem;
    line-height: 1.25;
}

.cc-b2b-application-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: .65rem;
    margin-top: 2.25rem;
}

.cc-b2b-application-links a {
    display: inline-flex;
    align-items: center;
    min-height: 2.75rem;
    padding: .65rem 1rem;
    border: 1px solid rgba(20, 36, 59, .2);
    border-radius: 999px;
    color: var(--cc-b2b-navy);
    background: var(--cc-b2b-white);
    font-weight: 750;
    line-height: 1.2;
    text-decoration: none;
}

.cc-b2b-application-links a:hover,
.cc-b2b-application-links a:focus-visible {
    border-color: var(--cc-b2b-orange);
    color: var(--cc-b2b-navy);
    box-shadow: 0 0 0 3px rgba(227, 130, 51, .22);
}

.cc-b2b-business-grid p,
.cc-b2b-facts-grid p,
.cc-b2b-catalogue p {
    margin: 0;
    color: var(--cc-b2b-muted);
    line-height: 1.65;
}

.cc-b2b-gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(.75rem, 1.5vw, 1.35rem);
    margin-top: clamp(2rem, 5vw, 3.5rem);
}

.cc-b2b-gallery-card {
    margin: 0;
    overflow: hidden;
    border-radius: var(--cc-b2b-radius);
    background: var(--cc-b2b-white);
}

.cc-b2b-gallery-card img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1120 / 600;
    object-fit: cover;
}

.cc-b2b-catalogue {
    padding: clamp(3.5rem, 7vw, 6rem) 0;
    border-block: 1px solid rgba(20, 36, 59, .14);
    background: var(--cc-b2b-white);
}

.cc-b2b-section--gallery {
    padding-bottom: clamp(3.5rem, 6vw, 5.5rem);
}

.cc-b2b-section--gallery + .cc-b2b-catalogue {
    padding-top: clamp(3.5rem, 6vw, 5.5rem);
}

#footer.cc-b2b-footer {
    color: #f7f7f4;
    background: #090909;
    border-top: 1px solid rgba(255, 255, 255, .16);
}

.cc-b2b-footer__inner {
    padding-block: clamp(3.75rem, 7vw, 6.5rem) 1.5rem;
}

.cc-b2b-footer__brand {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(14rem, .8fr);
    grid-template-areas:
        "wordmark signature"
        "intro signature";
    align-items: end;
    gap: .75rem clamp(2rem, 8vw, 8rem);
    padding-bottom: clamp(2.75rem, 5vw, 4.5rem);
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.cc-b2b-footer__wordmark {
    grid-area: wordmark;
    display: block;
    width: min(100%, 32rem);
    text-decoration: none;
}

.cc-b2b-footer__wordmark img {
    display: block;
    width: 100%;
    height: auto;
    filter: invert(1);
}

.cc-b2b-footer__wordmark:hover,
.cc-b2b-footer__wordmark:focus-visible {
    color: #fff;
}

.cc-b2b-footer__signature {
    grid-area: signature;
    margin: 0;
    font-family: "CC Playfair", Georgia, serif;
    font-size: clamp(2.4rem, 5vw, 5rem);
    font-style: italic;
    line-height: .92;
    text-align: right;
}

.cc-b2b-footer__intro {
    grid-area: intro;
    max-width: 48ch;
    margin: 0;
    color: rgba(255, 255, 255, .68);
    line-height: 1.65;
}

.cc-b2b-footer__nav {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(1.75rem, 4vw, 4.5rem);
    padding-block: clamp(3rem, 6vw, 5.25rem);
}

.cc-b2b-footer__column h2 {
    margin: 0 0 1.25rem;
    color: rgba(255, 255, 255, .58);
    font-family: "CC Inter", Inter, sans-serif;
    font-size: .69rem;
    font-weight: 700;
    letter-spacing: .14em;
    line-height: 1.4;
    text-transform: uppercase;
}

.cc-b2b-footer__column ul {
    display: grid;
    gap: .78rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

#footer.cc-b2b-footer .cc-b2b-footer__column a {
    color: #fff;
    font-size: .93rem;
    line-height: 1.45;
    text-decoration-color: transparent;
    text-decoration-thickness: 1px;
    text-underline-offset: .25em;
}

#footer.cc-b2b-footer .cc-b2b-footer__column a:hover,
#footer.cc-b2b-footer .cc-b2b-footer__column a:focus-visible {
    color: #fff;
    text-decoration-color: currentColor;
}

.cc-b2b-footer__base {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, .2);
    color: rgba(255, 255, 255, .58);
    font-size: .75rem;
    line-height: 1.55;
}

.cc-b2b-footer__base address {
    margin: 0;
    font-style: normal;
}

.cc-b2b-footer__vat {
    max-width: 34ch;
    text-align: right;
}

.cc-b2b-catalogue__inner {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(18rem, .8fr);
    align-items: center;
    gap: clamp(2rem, 6vw, 6rem);
}

.cc-b2b-catalogue__inner > .cc-b2b-actions {
    justify-content: flex-end;
    margin-top: 0;
}

.cc-b2b-facts-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2rem 2.5rem;
    margin-top: 3rem;
}

.cc-b2b-facts-grid article {
    padding-top: 1rem;
    border-top: 1px solid var(--cc-b2b-line);
}

.cc-b2b-facts-grid h3 {
    margin: 0 0 .5rem;
    color: var(--cc-b2b-orange-dark);
    font-family: "CC Inter", Inter, sans-serif;
    font-size: .95rem;
    font-weight: 800;
    line-height: 1.4;
}

.cc-b2b-editorial {
    color: var(--cc-b2b-ink);
    background: var(--cc-b2b-white);
    font-family: "CC Inter", Inter, system-ui, -apple-system, "Segoe UI", sans-serif;
}

.cc-b2b-editorial :is(h1, h2, h3) {
    font-family: "CC Playfair", "Playfair Display", Georgia, serif;
}

.cc-b2b-editorial__hero {
    padding: clamp(4rem, 10vw, 8rem) 0;
    color: var(--cc-b2b-white);
    background: var(--cc-b2b-navy);
}

.cc-b2b-editorial__hero .cc-b2b-heading {
    color: var(--cc-b2b-white);
}

.cc-b2b-editorial__hero .cc-b2b-eyebrow {
    color: #ffcf9c;
}

.cc-b2b-editorial__hero .cc-b2b-lead {
    color: rgba(255, 255, 255, .88);
}

.cc-b2b-editorial__hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(18rem, .82fr);
    align-items: center;
    gap: clamp(2rem, 6vw, 5rem);
}

.cc-b2b-editorial__hero-grid > * {
    min-width: 0;
}

.cc-b2b-editorial__figure {
    position: relative;
    margin: 0;
}

.cc-b2b-editorial__figure img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    border-radius: var(--cc-b2b-radius);
    object-fit: cover;
    box-shadow: var(--cc-b2b-shadow);
}

.cc-b2b-editorial__figure figcaption {
    position: absolute;
    right: .6rem;
    bottom: .6rem;
    padding: .35rem .55rem;
    border-radius: .4rem;
    color: var(--cc-b2b-white);
    background: rgba(11, 25, 43, .82);
    font-size: .7rem;
    line-height: 1.3;
}

.cc-b2b-editorial__actions {
    margin-top: 2rem;
}

.cc-b2b-registration-intro {
    width: min(62rem, 100%);
    margin: clamp(2rem, 5vw, 4rem) auto clamp(1.25rem, 3vw, 2rem);
    padding: 0;
    color: var(--cc-b2b-ink);
    font-family: "CC Inter", Inter, system-ui, -apple-system, "Segoe UI", sans-serif;
}

.cc-b2b-registration-form {
    width: min(62rem, 100%);
    margin: 0 auto clamp(3rem, 7vw, 6rem);
    padding: clamp(1.25rem, 3vw, 2rem);
    border: 1px solid var(--cc-b2b-line);
    border-radius: var(--cc-b2b-radius);
    background: var(--cc-b2b-white);
    box-shadow: var(--cc-b2b-shadow);
}

.cc-b2b-contact-intro {
    max-width: 56rem;
    margin-block: clamp(2rem, 5vw, 4rem) clamp(1.5rem, 4vw, 3rem);
    color: var(--cc-b2b-ink);
    font-family: "CC Inter", Inter, system-ui, -apple-system, "Segoe UI", sans-serif;
}

.cc-b2b-contact-intro .cc-b2b-lead {
    max-width: 48rem;
}

.cc-b2b-access-gate h2,
.cc-b2b-registration-intro h1 {
    margin: 0 0 .8rem;
    color: var(--cc-b2b-navy);
    font-family: "CC Playfair", "Playfair Display", Georgia, serif;
    font-weight: 600;
    line-height: 1.1;
}

.cc-b2b-access-gate h2 {
    font-size: clamp(1.8rem, 4vw, 2.8rem);
}

.cc-b2b-registration-intro h1 {
    font-size: clamp(2rem, 5vw, 3.25rem);
}

.cc-b2b-access-gate p,
.cc-b2b-registration-intro p {
    color: var(--cc-b2b-muted);
    line-height: 1.65;
}

.cc-b2b-registration-intro__note {
    margin-top: 1.25rem;
    padding: 1rem 1.15rem;
    border-left: 3px solid var(--cc-b2b-ink);
    background: var(--cc-b2b-cream);
}

.cc-b2b-product-access {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .75rem;
    margin-top: .85rem;
    padding-top: .85rem;
    border-top: 1px solid var(--cc-b2b-line);
    color: var(--cc-b2b-muted);
    font-family: "CC Inter", Inter, system-ui, -apple-system, "Segoe UI", sans-serif;
    font-size: .82rem;
    line-height: 1.4;
}

.cc-b2b-product-access a {
    flex: 0 0 auto;
    color: var(--cc-b2b-navy);
    font-weight: 700;
    text-decoration: underline;
    text-decoration-color: var(--cc-b2b-orange);
    text-decoration-thickness: 2px;
    text-underline-offset: .2em;
}

.cc-b2b-format-badges {
    margin-top: .85rem;
    color: var(--cc-b2b-ink);
    font-family: "CC Inter", Inter, system-ui, -apple-system, "Segoe UI", sans-serif;
}

.cc-b2b-format-badges__heading {
    margin: 0 0 .8rem;
    color: var(--cc-b2b-navy);
    font-family: "CC Playfair", "Playfair Display", Georgia, serif;
    font-size: clamp(1.5rem, 3vw, 2.1rem);
    line-height: 1.15;
}

.cc-b2b-format-badges__list {
    display: flex;
    flex-wrap: wrap;
    gap: .45rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.cc-b2b-format-badges__item {
    display: inline-flex;
    align-items: center;
    gap: .42rem;
    min-height: 2rem;
    padding: .35rem .58rem;
    border: 1px solid var(--cc-b2b-line);
    border-radius: 999px;
    background: var(--cc-b2b-cream);
    font-size: .75rem;
    line-height: 1.2;
}

.cc-b2b-format-badges__code {
    color: var(--cc-b2b-orange-dark);
    font-weight: 800;
    letter-spacing: .05em;
}

.cc-b2b-format-badges__name {
    color: var(--cc-b2b-ink);
    font-weight: 600;
}

.cc-b2b-format-badges--pdp {
    margin-block: 1.25rem;
    padding: 1.2rem;
    border: 1px solid var(--cc-b2b-line);
    border-radius: var(--cc-b2b-radius);
    background: var(--cc-b2b-white);
}

.cc-b2b-format-badges__note {
    margin: .85rem 0 0;
    color: var(--cc-b2b-muted);
    font-size: .84rem;
    line-height: 1.5;
}

.cc-b2b-product-access--list {
    width: 100%;
    margin-top: 0;
    padding: 1rem 1.1rem;
    border: 1px solid var(--cc-b2b-line);
    border-radius: .8rem;
    background: var(--cc-b2b-cream);
}

.cc-b2b-slider-access {
    display: block;
    color: var(--cc-b2b-navy);
    font-size: 0.78rem;
    font-weight: 700;
    line-height: 1.35;
}

/*
 * Block 2 — Aperigusto-inspired JTL catalogue card.
 * The listing keeps JTL's real product/price/stock data flow; these rules own
 * only composition, interaction states and the stable 1:1 media slot.
 */
#content-wrapper.is-item-list {
    padding-inline: clamp(1rem, 3vw, 3rem);
}

#content-wrapper.is-item-list #content > .row > .col-lg-8,
#content-wrapper.is-item-list #content > .row > .col-xl-9 {
    flex: 0 0 100%;
    max-width: 100%;
}

#content-wrapper.is-item-list #sidepanel_left {
    display: none !important;
}

.cc-b2b-catalogue-masthead {
    display: grid;
    max-width: 54rem;
    gap: .65rem;
    margin: clamp(.75rem, 2vw, 1.5rem) 0 clamp(1.5rem, 3vw, 2.5rem);
}

.cc-b2b-catalogue-masthead__eyebrow {
    color: #666;
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .14em;
}

.cc-b2b-catalogue-masthead h1 {
    margin: 0;
    color: var(--cc-b2b-black);
    font-family: Montserrat, "CC Inter", Inter, system-ui, sans-serif;
    font-size: clamp(1.8rem, 4vw, 3.4rem);
    font-weight: 500;
    letter-spacing: -.035em;
    line-height: 1.04;
}

.cc-b2b-catalogue-masthead p {
    max-width: 46rem;
    margin: 0;
    color: #606060;
    font-size: clamp(.86rem, 1.2vw, 1rem);
    line-height: 1.65;
}

.cc-b2b-category-strip--catalogue {
    margin-inline: calc(clamp(1rem, 3vw, 3rem) * -1);
    width: auto;
}

.cc-b2b-category-strip--catalogue .cc-b2b-category-strip__inner {
    grid-auto-columns: minmax(10.25rem, 1fr);
    margin: 0;
    padding: 0;
    list-style: none;
}

.cc-b2b-category-strip--catalogue .cc-b2b-category-strip__inner > li {
    display: flex;
    min-width: 0;
}

.cc-b2b-category-strip--catalogue .cc-b2b-category-strip__inner > li > a {
    position: relative;
    display: flex;
    width: 100%;
    min-height: 3.5rem;
    align-items: center;
    justify-content: center;
    padding: .75rem .55rem;
    color: var(--cc-b2b-white);
    font-size: clamp(.64rem, .8vw, .76rem);
    font-weight: 700;
    letter-spacing: .08em;
    line-height: 1.3;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

#content-wrapper.is-item-list .productlist-page-nav-header-m {
    align-items: center;
    margin: clamp(1.2rem, 2.5vw, 2rem) 0 clamp(1.5rem, 3vw, 2.5rem);
    border: 0;
}

#content-wrapper.is-item-list .productlist-page-nav-header-m .displayoptions {
    display: flex;
    align-items: center;
    gap: .55rem;
}

#content-wrapper.is-item-list .productlist-page-nav-header-m #improve_search {
    display: inline-block !important;
}

#content-wrapper.is-item-list .productlist-page-nav-header-m :is(.btn, .dropdown-toggle) {
    min-height: 2.6rem;
    border-color: #cfcfca;
    border-radius: 999px;
    color: var(--cc-b2b-black);
    background: var(--cc-b2b-white);
    font-size: .72rem;
}

.cc-b2b-category-editorial {
    max-width: 72rem;
    margin: clamp(4rem, 8vw, 7rem) auto 0;
    padding: clamp(2rem, 5vw, 4.5rem);
    border-top: 1px solid #deded9;
    color: #525252;
    background: var(--cc-b2b-paper);
    font-size: .9rem;
    line-height: 1.75;
}

.cc-b2b-category-editorial :is(h1, h2, h3) {
    color: var(--cc-b2b-black);
    font-family: Montserrat, "CC Inter", Inter, system-ui, sans-serif;
    font-weight: 500;
    line-height: 1.2;
}

#product-list.layout-gallery {
    row-gap: clamp(1.5rem, 3vw, 3.25rem);
    margin-inline: -.7rem;
}

#product-list.layout-gallery > .product-wrapper {
    display: flex;
    padding-inline: .7rem;
}

/* Aperigusto catalogue rhythm: five calm, image-led columns on wide screens.
 * JTL keeps ownership of product data and breakpoints below desktop. */
@media (min-width: 1200px) {
    #product-list.layout-gallery > .product-wrapper {
        flex: 0 0 20% !important;
        max-width: 20% !important;
    }
}

.cc-b2b-product-card {
    width: 100%;
    height: 100%;
    overflow: visible;
    border: 0;
    border-radius: 0;
    color: var(--cc-b2b-black);
    background: var(--cc-b2b-white);
    box-shadow: none;
    font-family: "CC Inter", Inter, system-ui, -apple-system, "Segoe UI", sans-serif;
    transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease;
}

.cc-b2b-product-card:hover,
.cc-b2b-product-card:focus-within {
    transform: translateY(-2px);
    box-shadow: none;
}

.cc-b2b-product-card:focus-within {
    outline: 2px solid var(--cc-b2b-black);
    outline-offset: 3px;
}

.cc-b2b-product-card :is(a, button, input):focus-visible {
    outline: 2px solid var(--cc-b2b-black);
    outline-offset: 2px;
}

.cc-b2b-product-card__form,
.cc-b2b-product-card__inner {
    height: 100%;
}

.cc-b2b-product-card__inner {
    display: flex;
    flex-direction: column;
}

/* NOVA paints a desktop-only white hover veil on `.productbox-inner`.
 * The child card owns its own hover treatment, so that veil must not cover
 * the title, format badges, price gate, or commerce controls. */
.cc-b2b-product-card__inner::before {
    display: none !important;
    content: none !important;
}

.cc-b2b-product-card__media {
    position: relative;
    flex: 0 0 auto;
    /* Wawi packshots are authored at 1600x1300. Keeping their native 16:13
     * stage makes jars and CCS/CCL/BOX packs visibly larger without cropping. */
    aspect-ratio: 16 / 13;
    overflow: hidden;
    border: 0;
    background: var(--cc-b2b-white);
}

.cc-b2b-product-card__image-link,
.cc-b2b-product-card__image {
    position: absolute;
    inset: 0;
    display: block;
}

.cc-b2b-product-card__image {
    transition: opacity .38s ease, transform .48s ease;
}

.cc-b2b-product-card__image--secondary {
    opacity: 0;
}

.cc-b2b-product-card__asset {
    width: 100%;
    height: 100%;
    padding: clamp(.15rem, .55vw, .45rem);
    object-fit: contain;
    object-position: center;
    image-rendering: auto;
}

.cc-b2b-product-card:hover .cc-b2b-product-card__image--primary:has(+ .cc-b2b-product-card__image--secondary),
.cc-b2b-product-card:focus-within .cc-b2b-product-card__image--primary:has(+ .cc-b2b-product-card__image--secondary) {
    opacity: 0;
}

.cc-b2b-product-card:hover .cc-b2b-product-card__image--secondary,
.cc-b2b-product-card:focus-within .cc-b2b-product-card__image--secondary {
    opacity: 1;
    transform: scale(1.025);
}

.cc-b2b-product-card:hover .cc-b2b-product-card__image--primary:only-child,
.cc-b2b-product-card:focus-within .cc-b2b-product-card__image--primary:only-child {
    transform: scale(1.025);
}

.cc-b2b-product-card .productbox-ribbon.ribbon {
    z-index: 3;
    top: .85rem;
    left: .85rem;
    border-radius: 0 .2rem .2rem 0;
    color: var(--cc-b2b-white) !important;
    background: var(--cc-b2b-black) !important;
    box-shadow: none;
}

.cc-b2b-product-card .productbox-ribbon.ribbon::before {
    border-right-color: var(--cc-b2b-black) !important;
}

.cc-b2b-product-card__body {
    display: flex;
    min-height: 8.6rem;
    flex: 1 1 auto;
    flex-direction: column;
    padding: .8rem 0 0;
}

.cc-b2b-product-card__title {
    min-height: 2.2rem;
    margin: 0;
    font-family: Montserrat, "CC Inter", Inter, system-ui, sans-serif;
    font-size: .82rem;
    font-weight: 500;
    line-height: 1.45;
    letter-spacing: .025em;
}

.cc-b2b-product-card__title a {
    color: inherit;
    text-decoration: none;
}

.cc-b2b-product-card__title a:hover {
    color: inherit;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: .22em;
}

.cc-b2b-product-card__sku {
    display: none;
    align-items: baseline;
    justify-content: space-between;
    gap: .45rem;
    margin: .48rem 0 0;
    color: #727272;
    font-size: .67rem;
    line-height: 1.35;
    letter-spacing: .075em;
    text-transform: uppercase;
}

.cc-b2b-product-card__sku strong {
    color: #4c4c4c;
    font-weight: 600;
    letter-spacing: .04em;
}

.cc-b2b-product-card .cc-b2b-format-badges {
    display: none;
}

.cc-b2b-product-card .cc-b2b-format-badges__list {
    gap: .35rem;
}

.cc-b2b-product-card .cc-b2b-format-badges__item {
    min-height: 1.65rem;
    padding: .26rem .47rem;
    border-color: #deded9;
    color: var(--cc-b2b-black);
    background: var(--cc-b2b-white);
    font-size: .64rem;
    line-height: 1.2;
}

.cc-b2b-product-card .cc-b2b-format-badges__code {
    color: var(--cc-b2b-black);
    font-weight: 700;
}

.cc-b2b-product-card .cc-b2b-format-badges__name {
    max-width: 13.5rem;
    overflow: hidden;
    color: #4f4f4f;
    font-weight: 500;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cc-b2b-product-card .cc-b2b-format-badges__item--more {
    color: #5f5f5f;
    background: var(--cc-b2b-paper);
    font-weight: 600;
}

.cc-b2b-product-card__access {
    margin-top: auto;
    align-items: flex-start;
    padding-top: .58rem;
    border-top: 0;
    color: #111;
    font-size: .75rem;
}

.cc-b2b-product-card__access a {
    display: inline;
    min-height: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    color: var(--cc-b2b-black);
    background: var(--cc-b2b-white);
    font-size: inherit;
    letter-spacing: 0;
    text-decoration: underline;
    text-underline-offset: .2em;
    text-transform: none;
    transition: opacity .2s ease;
}

.cc-b2b-product-card__access a:hover {
    color: var(--cc-b2b-black);
    background: transparent;
    opacity: .62;
}

.cc-b2b-product-card__commerce {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    margin-top: .8rem;
    padding-top: .78rem;
    border-top: 1px solid #e5e5e1;
}

.cc-b2b-product-card__price-label {
    margin-bottom: .15rem;
    color: #666;
    font-size: .66rem;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.cc-b2b-product-card__commerce .productbox-price,
.cc-b2b-product-card__unit-price {
    display: block;
    color: var(--cc-b2b-black);
    font-family: Montserrat, "CC Inter", Inter, system-ui, sans-serif;
    font-size: 1.18rem;
    font-weight: 600;
    line-height: 1.25;
}

.cc-b2b-product-card__commerce .price-note {
    color: #666;
    font-size: .68rem;
}

.cc-b2b-product-card__actions {
    display: grid;
    margin-top: auto;
    padding-top: .8rem;
    gap: .55rem;
}

.cc-b2b-product-card__quantity {
    display: grid;
    grid-template-columns: 2.4rem minmax(0, 1fr) 2.4rem;
    min-height: 2.55rem;
    overflow: hidden;
    border: 1px solid var(--cc-b2b-black);
    border-radius: .25rem;
}

.cc-b2b-product-card__quantity :is(button, input) {
    min-width: 0;
    border: 0;
    border-radius: 0;
    color: var(--cc-b2b-black);
    background: var(--cc-b2b-white);
    text-align: center;
}

.cc-b2b-product-card__quantity input {
    border-inline: 1px solid #deded9;
}

.cc-b2b-product-card__quantity-button:hover {
    color: var(--cc-b2b-white);
    background: var(--cc-b2b-black);
}

.cc-b2b-product-card__add,
.cc-b2b-product-card__details {
    display: inline-flex;
    min-height: 2.75rem;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--cc-b2b-black);
    border-radius: .25rem;
    color: var(--cc-b2b-white);
    background: var(--cc-b2b-black);
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .085em;
    text-transform: uppercase;
}

.cc-b2b-product-card__add:hover,
.cc-b2b-product-card__details:hover {
    color: var(--cc-b2b-black);
    background: var(--cc-b2b-white);
}

@media (max-width: 575.98px) {
    #content-wrapper.is-item-list {
        padding-inline: 1rem;
    }

    .cc-b2b-catalogue-masthead {
        margin-top: .35rem;
    }

    .cc-b2b-category-strip--catalogue {
        margin-inline: -1rem;
    }

    #content-wrapper.is-item-list .productlist-page-nav-header-m {
        margin-block: 1rem 1.35rem;
    }

    #content-wrapper.is-item-list .productlist-page-nav-header-m .displayoptions {
        flex-wrap: wrap;
        gap: .45rem;
        min-width: 0;
        max-width: 100%;
    }

    #content-wrapper.is-item-list .productlist-page-nav-header-m .displayoptions > .btn-group {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    #content-wrapper.is-item-list .productlist-page-nav-header-m :is(.btn, .dropdown-toggle) {
        padding-inline: .65rem;
    }

    .cc-b2b-category-editorial {
        margin-top: 3.5rem;
        padding: 1.5rem 1rem;
    }

    #product-list.layout-gallery {
        row-gap: .75rem;
        margin-inline: -.35rem;
    }

    #product-list.layout-gallery > .product-wrapper {
        padding-inline: .35rem;
    }

    .cc-b2b-product-card {
        border-radius: 0;
    }

    .cc-b2b-product-card:hover,
    .cc-b2b-product-card:focus-within {
        transform: none;
    }

    .cc-b2b-product-card__asset {
        padding: .35rem;
    }

    .cc-b2b-product-card__body {
        min-height: 8.4rem;
        padding: .65rem 0 0;
    }

    .cc-b2b-product-card__title {
        min-height: 2.7rem;
        font-size: .72rem;
        line-height: 1.45;
    }

    .cc-b2b-product-card__sku {
        font-size: .58rem;
    }

    .cc-b2b-product-card .cc-b2b-format-badges__list {
        display: grid;
        grid-template-columns: 1fr;
    }

    .cc-b2b-product-card .cc-b2b-format-badges__item {
        min-width: 0;
        font-size: .56rem;
    }

    .cc-b2b-product-card .cc-b2b-format-badges__item:nth-child(2) {
        display: none;
    }

    .cc-b2b-product-card__access {
        align-items: flex-start;
        flex-direction: column;
        font-size: .62rem;
    }

    .cc-b2b-product-card__access a {
        min-height: 0;
        padding: 0;
        font-size: .58rem;
    }

    .cc-b2b-product-card__commerce .productbox-price {
        font-size: .98rem;
    }

    .cc-b2b-product-card__quantity {
        grid-template-columns: 2rem minmax(0, 1fr) 2rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .cc-b2b-product-card,
    .cc-b2b-product-card__image,
    .cc-b2b-product-card__access a {
        transition: none;
    }
}

@media (max-width: 991.98px) {
    .cc-b2b-hero {
        display: grid;
        min-height: 0;
        grid-template-rows: minmax(18rem, 58vw) auto;
        color: var(--cc-b2b-navy);
        background: var(--cc-b2b-white);
    }

    .cc-b2b-hero__image {
        position: relative;
        z-index: auto;
        grid-row: 1;
        object-position: 58% center;
    }

    .cc-b2b-hero__veil {
        display: none;
    }

    .cc-b2b-hero__inner {
        min-height: 0;
        grid-row: 2;
        padding-block: 2.75rem 3.25rem;
    }

    .cc-b2b-hero .cc-b2b-eyebrow {
        color: var(--cc-b2b-orange-dark);
    }

    .cc-b2b-hero .cc-b2b-lead {
        color: var(--cc-b2b-muted);
    }

    .cc-b2b-hero__content {
        justify-items: start;
        margin-inline: 0;
        text-align: left;
    }

    .cc-b2b-hero .cc-b2b-lead {
        margin-inline: 0;
    }

    /* JTL's consent re-opener is fixed. On phones reserve a distinct right
       gutter in the Hero teaser so the control cannot cover visible copy. */
    @media (max-width: 575.98px) {
        #consent-settings-btn {
            right: 1rem;
            left: auto;
        }

        .cc-b2b-hero .cc-b2b-lead {
            max-width: calc(100% - 3.75rem);
        }
    }

    .cc-b2b-hero .cc-b2b-actions,
    .cc-b2b-hero__proof {
        justify-content: flex-start;
    }

    .cc-b2b-hero .cc-b2b-actions {
        width: 100%;
        flex-direction: row;
    }

    .cc-b2b-hero__proof {
        border-top-color: var(--cc-b2b-line);
        color: var(--cc-b2b-muted);
    }

    .cc-b2b-button--light {
        border-color: var(--cc-b2b-navy);
        color: var(--cc-b2b-navy);
        background: transparent;
    }

    .cc-b2b-button--light:hover {
        color: var(--cc-b2b-white);
        background: var(--cc-b2b-navy);
    }

    .cc-b2b-category-strip__inner {
        grid-auto-columns: max-content;
    }

    .cc-b2b-category-strip__inner > li > a {
        min-height: 2.9rem;
        padding-inline: .9rem;
        white-space: nowrap;
    }

    .cc-b2b-taste-grid {
        grid-template-columns: none;
        grid-auto-columns: minmax(9.5rem, 12rem);
        grid-auto-flow: column;
        overflow-x: auto;
        padding-bottom: .75rem;
        scroll-snap-type: x proximity;
    }

    .cc-b2b-taste-grid > li {
        scroll-snap-align: start;
    }

    .cc-b2b-business-grid,
    .cc-b2b-facts-grid,
    .cc-b2b-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cc-b2b-catalogue__inner,
    .cc-b2b-editorial__hero-grid {
        grid-template-columns: 1fr;
    }

    .cc-b2b-editorial__figure {
        order: -1;
    }

    .cc-b2b-catalogue__inner > .cc-b2b-actions {
        justify-content: flex-start;
    }
}

@media (max-width: 575.98px) {
    .cc-b2b-announcement__inner {
        align-items: flex-start;
        flex-direction: column;
        gap: .25rem;
        text-align: left;
    }

    .cc-b2b-title {
        max-width: 13ch;
        font-size: clamp(2.55rem, 13vw, 4rem);
    }

    .cc-b2b-business-grid,
    .cc-b2b-facts-grid,
    .cc-b2b-grid {
        grid-template-columns: 1fr;
    }

    .cc-b2b-actions {
        flex-direction: column;
    }

    .cc-b2b-button {
        width: 100%;
    }

    .cc-b2b-gallery-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 991.98px) {
    .cc-b2b-footer__brand {
        grid-template-columns: 1fr;
        grid-template-areas: "wordmark" "signature" "intro";
    }

    .cc-b2b-footer__signature {
        margin-top: 1.25rem;
        text-align: left;
    }

    .cc-b2b-footer__nav {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575.98px) {
    .cc-b2b-footer__inner {
        padding-top: 3.5rem;
    }

    .cc-b2b-footer__nav {
        grid-template-columns: 1fr;
        gap: 2.25rem;
    }

    .cc-b2b-footer__base {
        flex-direction: column;
    }

    .cc-b2b-footer__vat {
        text-align: left;
    }
}

@media (prefers-reduced-motion: reduce) {
    .cc-b2b-button,
    .cc-b2b-category-strip a::after {
        transition: none;
    }
}

/*
 * CC-B2B lokale Suche — v0.5.0 Fix 01.
 * Zugängliche Open/Close-/Escape-/Fokus-/Leerzustand-Hülle, dieselbe
 * Verhaltensabsicht wie preview/preview.css (.cc-preview-search*).
 */
.cc-b2b-search-toggle {
    display: inline-flex;
    min-height: 2.75rem;
    padding: 0 .3rem;
    align-items: center;
    border: 0;
    color: var(--cc-b2b-navy);
    background: transparent;
    font: inherit;
    font-size: .83rem;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
    cursor: pointer;
}

/*
 * v0.5.0 Fix 03 (FAIL-Review Befund: 390-px-Bounding-Box-Verletzung).
 * `custom.js` haengt Umschalter und Panel als letzte Kinder an das reale,
 * vom Shop-Layout gerenderte <header>-Element und markiert dieses Element
 * dabei mit der Klasse `cc-b2b-search-host` (siehe custom.js). Ist dieses
 * <header> ein Flex-Container (z.B. `display:flex` mit
 * `justify-content:flex-end`, wie im Theme-Runtime-Harness real
 * modelliert), wurde `.cc-b2b-search` bislang selbst zum Flex-Item in
 * derselben Zeile wie Titel/Umschalter und erhielt dadurch eine
 * intrinsische Breite aus Eingabefeld+Button; ohne Umbruch lief das am
 * linken Rand aus dem Viewport. `flex-wrap: wrap` erzwingt fuer exakt
 * diesen markierten Header einen Zeilenumbruch, `flex: 1 1 100%` zwingt
 * `.cc-b2b-search` in eine eigene volle Zeile innerhalb der Header-Breite.
 * Das Panel bleibt dabei ein normales Fluss-Element (kein `position:
 * absolute`/`fixed`), verschiebt nachfolgende Inhalte wie zuvor nach unten
 * und ueberlappt sie nicht. Ist der Vorfahre kein Flex-Container, ist
 * `flex-wrap`/`flex` wirkungslos und die Regel schadet nicht.
 */
.cc-b2b-search-host {
    flex-wrap: wrap;
}

.cc-b2b-search {
    position: relative;
    z-index: 29;
    box-sizing: border-box;
    width: 100%;
    flex: 1 1 100%;
    border-bottom: 1px solid var(--cc-b2b-line);
    background: #fff;
    box-shadow: 0 16px 28px rgba(20, 36, 59, .08);
}

.cc-b2b-search[hidden] {
    display: none;
}

.cc-b2b-search__inner {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    padding-block: 1.1rem;
    /*
     * v0.5.0 Fix 03: horizontaler Sicherheitsabstand, unabhaengig von der
     * (im echten Theme nicht selbst definierten) `.container`-Klasse, damit
     * Eingabefeld, Schliessen-Button und Fokusring bei 390 px nie direkt an
     * der Viewport-/Header-Aussenkante anliegen.
     */
    padding-inline: 1rem;
}

.cc-b2b-search__form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: .7rem;
    align-items: center;
}

.cc-b2b-search__label {
    position: absolute;
    overflow: hidden;
    width: 1px;
    height: 1px;
    padding: 0;
    border: 0;
    clip: rect(0 0 0 0);
    white-space: nowrap;
}

.cc-b2b-search__input {
    box-sizing: border-box;
    width: 100%;
    min-width: 0;
    min-height: 3rem;
    padding: .7rem .9rem;
    border: 1px solid var(--cc-b2b-line);
    border-radius: .65rem;
    color: var(--cc-b2b-navy);
    background: #fff;
    font: inherit;
    font-size: 1rem;
}

.cc-b2b-search__close {
    min-height: 3rem;
    padding: 0 1rem;
    border: 1px solid var(--cc-b2b-navy);
    border-radius: .65rem;
    color: var(--cc-b2b-navy);
    background: #fff;
    cursor: pointer;
    font: inherit;
    font-weight: 700;
    white-space: nowrap;
}

.cc-b2b-search__status {
    margin: .75rem 0 0;
    color: var(--cc-b2b-navy-soft);
    font-size: .85rem;
}

.cc-b2b-search-toggle:focus-visible,
.cc-b2b-search__input:focus-visible,
.cc-b2b-search__close:focus-visible {
    outline: 2px solid var(--cc-b2b-black);
    outline-offset: 2px;
}

@media (max-width: 991.98px) {
    #jtl-nav-wrapper.theme-cc-b2b .navbar {
        min-height: 3.5rem;
        padding-block: .45rem;
    }

    #jtl-nav-wrapper.theme-cc-b2b .navbar-brand img,
    #jtl-nav-wrapper.theme-cc-b2b .navbar-brand picture {
        width: auto;
        max-height: 1.8rem;
    }

    #jtl-nav-wrapper.theme-cc-b2b .search-form-wrapper-fixed {
        display: none !important;
    }

    #jtl-nav-wrapper.theme-cc-b2b .cc-b2b-search-toggle {
        position: absolute;
        z-index: 31;
        top: .55rem;
        right: 5.15rem;
        width: 2.4rem;
        min-height: 2.4rem;
        justify-content: center;
        padding: 0;
        border: 0;
        border-radius: 50%;
        color: var(--cc-b2b-black);
        background: transparent;
    }

    #jtl-nav-wrapper.theme-cc-b2b .cc-b2b-search-toggle .fas {
        font-size: .85rem;
    }

    #jtl-nav-wrapper.theme-cc-b2b .cc-b2b-search {
        position: absolute;
        top: 100%;
        right: 0;
        left: 0;
    }
}

/*
 * Art-of-Style Block 1: one compact, monochrome owner-asset carousel.
 * These rules intentionally come last so the verified JTL/NOVA runtime can
 * keep its parent CSS while the child owns the visible home composition.
 */
.cc-b2b-home .cc-b2b-title,
.cc-b2b-home .cc-b2b-heading {
    font-family: Montserrat, "CC Inter", Inter, system-ui, sans-serif;
}

@media (min-width: 992px) {
    .cc-b2b-home {
        margin-top: -4rem;
    }
}

.cc-b2b-home .cc-b2b-title {
    max-width: 24ch;
    margin-bottom: .75rem;
    font-size: clamp(2rem, 2.5vw, 2.25rem);
    font-weight: 700;
    line-height: 1;
    letter-spacing: -.02em;
}

.cc-b2b-hero {
    display: block;
    overflow: hidden;
    min-height: clamp(20.5rem, 24vw, 23rem);
    padding: 0 !important;
    color: var(--cc-b2b-white);
    background: var(--cc-b2b-black);
}

.cc-b2b-hero__slides,
.cc-b2b-hero__slide,
.cc-b2b-hero__slide picture,
.cc-b2b-hero__slide img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.cc-b2b-hero__slides {
    z-index: -2;
}

.cc-b2b-hero__slide {
    margin: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity .55s ease, visibility 0s linear .55s;
}

.cc-b2b-hero__slide.is-active {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
}

.cc-b2b-hero__slide img {
    display: block;
    right: auto;
    left: 50%;
    width: min(100%, 70rem);
    object-fit: cover;
    object-position: center;
    filter: saturate(.82) contrast(1.03);
    transform: translateX(-50%);
}

.cc-b2b-hero__veil {
    z-index: -1;
    background: linear-gradient(180deg, rgba(0, 0, 0, .34), rgba(0, 0, 0, .74));
}

.cc-b2b-hero__inner {
    min-height: inherit;
    padding-block: clamp(3rem, 5vw, 4.75rem);
}

.cc-b2b-hero__content {
    max-width: 46rem;
}

.cc-b2b-hero .cc-b2b-eyebrow {
    margin-bottom: .65rem;
    color: rgba(255, 255, 255, .78);
    font-size: .67rem;
    font-weight: 600;
    letter-spacing: .12em;
}

.cc-b2b-hero .cc-b2b-lead {
    max-width: 44rem;
    color: rgba(255, 255, 255, .88);
    font-size: .875rem;
    line-height: 1.55;
}

.cc-b2b-hero .cc-b2b-actions {
    width: auto;
    flex-direction: row;
    gap: .65rem;
    margin-top: 1.25rem;
}

.cc-b2b-hero .cc-b2b-button {
    min-height: 2.4rem;
    padding: .55rem 1.2rem;
    border: 1px solid var(--cc-b2b-white);
    border-radius: .875rem;
    color: var(--cc-b2b-black);
    background: var(--cc-b2b-white);
    font-size: .78rem;
    font-weight: 700;
    box-shadow: none;
}

.cc-b2b-hero .cc-b2b-button:hover {
    color: var(--cc-b2b-white);
    background: var(--cc-b2b-black);
    box-shadow: none;
    transform: none;
}

.cc-b2b-hero .cc-b2b-button--light {
    color: var(--cc-b2b-white);
    background: rgba(0, 0, 0, .34);
}

.cc-b2b-hero .cc-b2b-button--light:hover {
    color: var(--cc-b2b-black);
    background: var(--cc-b2b-white);
}

.cc-b2b-hero__proof {
    gap: .35rem 1rem;
    margin-top: 1.25rem;
    padding-top: .75rem;
    border-top-color: rgba(255, 255, 255, .46);
    font-size: .68rem;
    font-weight: 500;
}

.cc-b2b-hero__proof li + li::before {
    margin-right: 1rem;
    color: currentColor;
}

.cc-b2b-hero__controls {
    position: absolute;
    z-index: 3;
    right: clamp(1rem, 3vw, 2.5rem);
    bottom: .8rem;
    display: flex;
    align-items: center;
    gap: .4rem;
}

.cc-b2b-hero__controls button,
.cc-b2b-hero__status {
    min-height: 2rem;
    padding: .42rem .68rem;
    border: 1px solid rgba(255, 255, 255, .58);
    border-radius: 999px;
    color: var(--cc-b2b-white);
    background: rgba(0, 0, 0, .56);
    font: 600 .66rem/1 "CC Inter", Inter, sans-serif;
}

.cc-b2b-hero__controls button {
    cursor: pointer;
}

.cc-b2b-hero__controls button:hover,
.cc-b2b-hero__controls button:focus-visible,
.cc-b2b-hero__controls button[aria-pressed="true"] {
    color: var(--cc-b2b-black);
    background: var(--cc-b2b-white);
}

.cc-b2b-hero__status {
    display: inline-flex;
    align-items: center;
    border-color: transparent;
}

.cc-b2b-category-strip {
    padding: 0 !important;
    border-color: var(--cc-b2b-black);
    background: var(--cc-b2b-black);
}

.cc-b2b-category-strip__inner {
    scrollbar-color: #777 var(--cc-b2b-black);
}

.cc-b2b-category-strip__inner > li > a {
    min-height: 2.8rem;
    padding: .65rem .55rem;
    font-size: clamp(.58rem, .72vw, .68rem);
}

.cc-b2b-category-strip a::after {
    height: 1px;
    background: var(--cc-b2b-white);
}

@media (max-width: 991.98px) {
    .cc-b2b-hero {
        display: block;
        min-height: 26rem;
        color: var(--cc-b2b-white);
        background: var(--cc-b2b-black);
    }

    .cc-b2b-hero__image,
    .cc-b2b-hero__slides,
    .cc-b2b-hero__veil,
    .cc-b2b-hero__inner {
        grid-row: auto;
    }

    .cc-b2b-hero__veil {
        display: block;
    }

    .cc-b2b-hero__inner {
        min-height: inherit;
        padding-block: 3.25rem 4.25rem;
    }

    .cc-b2b-hero__content {
        justify-items: center;
        margin-inline: auto;
        text-align: center;
    }

    .cc-b2b-hero .cc-b2b-eyebrow,
    .cc-b2b-hero .cc-b2b-lead {
        color: rgba(255, 255, 255, .88);
    }

    .cc-b2b-hero .cc-b2b-lead {
        max-width: 38rem;
        margin-inline: auto;
    }

    .cc-b2b-hero .cc-b2b-actions,
    .cc-b2b-hero__proof {
        justify-content: center;
    }

    .cc-b2b-hero .cc-b2b-actions {
        width: auto;
        flex-direction: row;
    }

    .cc-b2b-hero__proof {
        border-top-color: rgba(255, 255, 255, .46);
        color: var(--cc-b2b-white);
    }

    .cc-b2b-category-strip__inner {
        grid-auto-columns: max-content;
    }
}

@media (max-width: 575.98px) {
    .cc-b2b-announcement__inner {
        min-height: 2.6rem;
        align-items: center;
        flex-direction: row;
        gap: .35rem .75rem;
        padding-block: .4rem;
        font-size: .63rem;
        text-align: center;
    }

    .cc-b2b-hero {
        min-height: 27rem;
    }

    .cc-b2b-home .cc-b2b-title {
        max-width: 18ch;
        font-size: 1.8rem;
        line-height: 1.05;
    }

    .cc-b2b-hero .cc-b2b-lead {
        max-width: 36ch;
        font-size: .78rem;
    }

    .cc-b2b-hero .cc-b2b-actions {
        display: grid;
        width: min(100%, 20rem);
        grid-template-columns: 1fr 1fr;
    }

    .cc-b2b-hero .cc-b2b-button {
        width: auto;
        min-height: 2.35rem;
        padding-inline: .65rem;
        font-size: .68rem;
    }

    .cc-b2b-hero__proof {
        gap: .3rem .65rem;
        font-size: .59rem;
    }

    .cc-b2b-hero__proof li + li::before {
        margin-right: .65rem;
    }

    .cc-b2b-hero__controls {
        right: .65rem;
        bottom: .55rem;
        left: .65rem;
        justify-content: center;
    }

    .cc-b2b-hero__controls button,
    .cc-b2b-hero__status {
        min-height: 1.85rem;
        padding: .38rem .56rem;
        font-size: .6rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .cc-b2b-hero__slide {
        transition: none;
    }
}

/* Block 3: approved B2B tier pricing on product detail pages. */
.product-offer > .row.variations {
    min-height: 5.5rem;
}

.cc-b2b-unit-pricing {
    display: grid;
    gap: .45rem;
    margin-block: 1.25rem .75rem;
    padding: clamp(1.1rem, 2vw, 1.5rem);
    border: 1px solid var(--cc-b2b-black);
    border-radius: .9rem;
    background: var(--cc-b2b-white);
}

.cc-b2b-unit-pricing__eyebrow,
.cc-b2b-unit-pricing__tax-note {
    color: var(--cc-b2b-muted);
    font-family: "CC Inter", Inter, sans-serif;
}

.cc-b2b-unit-pricing__eyebrow {
    font-size: .7rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.cc-b2b-unit-pricing__price {
    color: var(--cc-b2b-black);
    font-family: Montserrat, "CC Inter", Inter, sans-serif;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    line-height: 1;
    letter-spacing: -.04em;
    font-variant-numeric: tabular-nums;
}

.cc-b2b-unit-pricing__tax-note {
    min-height: 1.2rem;
    font-size: .72rem;
}

#add-to-cart .basket-form-inline {
    align-items: stretch;
    margin-inline: -.35rem;
}

#add-to-cart .basket-form-inline > [class*="col-"] {
    padding-inline: .35rem;
}

#add-to-cart #quantity-grp {
    height: 3rem;
    border: 1px solid var(--cc-b2b-black);
    border-radius: .65rem;
    overflow: hidden;
    background: var(--cc-b2b-white);
}

#add-to-cart #quantity-grp :is(button, input, .unit) {
    height: 100%;
    border: 0;
    border-radius: 0;
    color: var(--cc-b2b-black);
    background: var(--cc-b2b-white);
    box-shadow: none;
}

#add-to-cart #quantity-grp button {
    min-width: 2.75rem;
}

#add-to-cart #quantity-grp button:hover,
#add-to-cart #quantity-grp button:focus-visible {
    color: var(--cc-b2b-white);
    background: var(--cc-b2b-black);
}

#add-to-cart #quantity-grp input {
    min-width: 4rem;
    border-inline: 1px solid var(--cc-b2b-black);
    font-family: Montserrat, "CC Inter", Inter, sans-serif;
    font-weight: 700;
    text-align: center;
}

#add-to-cart .js-cfg-validate {
    min-height: 3rem;
    border: 1px solid var(--cc-b2b-black);
    border-radius: .65rem;
    color: var(--cc-b2b-white);
    background: var(--cc-b2b-black);
    box-shadow: none;
    font-family: Montserrat, "CC Inter", Inter, sans-serif;
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .025em;
}

#add-to-cart .js-cfg-validate:hover,
#add-to-cart .js-cfg-validate:focus-visible {
    color: var(--cc-b2b-black);
    background: var(--cc-b2b-white);
}

@media (max-width: 575.98px) {
    #add-to-cart .basket-form-inline {
        gap: .65rem 0;
    }
}

/* Block 4: keep the first paint metrically stable while retaining the
   bundled brand faces as optional enhancements on non-critical views. */
body,
#jtl-nav-wrapper.theme-cc-b2b :is(.nav-link, .btn, button, input, select),
.cc-b2b-home,
.cc-b2b-footer {
    font-family: system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
}

.cc-b2b-home .cc-b2b-title,
.cc-b2b-home .cc-b2b-heading,
.cc-b2b-footer__signature {
    font-family: Georgia, "Times New Roman", serif;
}

.smoothscroll-top {
    width: 56px;
    height: 56px;
    min-height: 56px;
    padding: 0;
    line-height: 1;
}

.smoothscroll-top i {
    display: none;
}

.smoothscroll-top .scroll-top-inner::before {
    width: .72rem;
    height: .72rem;
    border-top: 2px solid currentColor;
    border-left: 2px solid currentColor;
    content: "";
    transform: translateY(.18rem) rotate(45deg);
}
/* v0.5.9: borderless panoramic catalogue-video crop; source media remains 16:9. */
.cc-b2b-catalog-video {
    margin: 1.25rem 0 2rem;
    text-align: center;
}

.cc-b2b-catalog-video__media {
    position: relative;
    width: 100%;
    height: clamp(220px, 18vw, 300px);
    overflow: hidden;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.cc-b2b-catalog-video__video,
.cc-b2b-catalog-video__poster {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border: 0;
    border-radius: 0;
}

.cc-b2b-catalog-video__poster {
    display: none;
}

.cc-b2b-catalog-video__ai-label {
    position: absolute;
    top: .75rem;
    right: .75rem;
    padding: .3rem .6rem;
    color: #fff;
    background: rgba(8, 20, 39, .82);
    border: 1px solid rgba(255, 255, 255, .48);
    border-radius: 999px;
    font-size: .75rem;
    line-height: 1.2;
    z-index: 2;
}

.cc-b2b-catalog-video__cta {
    margin-top: 1rem;
}

@media (prefers-reduced-motion: reduce) {
    .cc-b2b-catalog-video__video {
        display: none;
    }

    .cc-b2b-catalog-video__poster {
        display: block;
    }
}

@media (max-width: 575.98px) {
    .cc-b2b-catalog-video {
        margin-top: .75rem;
    }

    .cc-b2b-catalog-video__media {
        height: clamp(170px, 46vw, 220px);
    }

    .cc-b2b-catalog-video__ai-label {
        top: .5rem;
        right: .5rem;
        font-size: .6875rem;
    }
}
/* Product Intelligence v2.3.0 — source-backed shop017 projection. */
.cc-product-filter-hub {
    margin: clamp(1.5rem, 3vw, 2.5rem) 0 2.5rem;
    padding: clamp(1.1rem, 2.5vw, 2rem);
    border: 1px solid rgba(181, 139, 42, .55);
    border-radius: 16px;
    background: linear-gradient(145deg, #fffdf8, #f5efe2);
    box-shadow: 0 12px 34px rgba(23, 38, 61, .1);
}
.cc-product-filter-hub__header { max-width: 58rem; margin-bottom: 1.25rem; }
.cc-product-filter-hub__eyebrow { margin: 0 0 .35rem; color: #8a5b00; font-size: .75rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.cc-product-filter-hub__header h2 { margin: 0; color: #17263d; font-size: clamp(1.45rem, 2.5vw, 2rem); line-height: 1.2; }
.cc-product-filter-hub__header p:last-child { margin: .6rem 0 0; color: #58524b; line-height: 1.6; }
.cc-product-filter-hub__section { margin-top: 1.4rem; padding-top: 1.25rem; border-top: 1px solid rgba(138, 91, 0, .18); }
.cc-product-filter-hub__section h3 { margin: 0; color: #17263d; font-size: 1.05rem; }
.cc-product-filter-hub__section > p { margin: .35rem 0 .85rem; color: #655d55; font-size: .88rem; }
.cc-product-filter-hub__options { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .75rem; }
.cc-product-filter-hub__option { display: grid; grid-template-columns: 2rem minmax(0, 1fr) auto; align-items: center; gap: .7rem; min-height: 3.5rem; padding: .7rem .9rem; border: 1px solid rgba(23, 38, 61, .22); border-radius: 10px; background: #fff; color: #17263d; font: inherit; font-weight: 700; text-align: left; text-decoration: none; transition: border-color .16s, box-shadow .16s, transform .16s; }
.cc-product-filter-hub__option--wide { grid-column: 1 / -1; }
.cc-product-filter-hub__option:hover { border-color: #b58b2a; box-shadow: 0 6px 16px rgba(23, 38, 61, .12); color: #17263d; text-decoration: none; transform: translateY(-1px); }
.cc-product-filter-hub__option:focus-visible { outline: 3px solid #e8c24f; outline-offset: 3px; }
.cc-product-filter-hub__option[aria-pressed="true"] { border-color: #b58b2a; background: #fff8e8; box-shadow: 0 0 0 2px rgba(232, 194, 79, .2); }
.cc-product-filter-hub__check { display: grid; width: 2rem; height: 2rem; place-items: center; border: 2px solid #d1a631; border-radius: 6px; color: transparent; background: #fff; font-size: .9rem; }
.cc-product-filter-hub__option[aria-pressed="true"] .cc-product-filter-hub__check { color: #17263d; background: #f2d06b; }
.cc-product-filter-hub__arrow { color: #8a5b00; font-size: 1.15rem; }
.cc-product-filter-hub__option[aria-pressed="true"] .cc-product-filter-hub__arrow { font-size: 0; }
.cc-product-filter-hub__option[aria-pressed="true"] .cc-product-filter-hub__arrow::after { content: '−'; font-size: 1.15rem; }
.cc-product-filter-hub__sort { display: grid; grid-template-columns: minmax(0, 18rem) minmax(15rem, 24rem); align-items: center; gap: .75rem; margin-top: 1.2rem; }
.cc-product-filter-hub__sort label { font-weight: 700; color: #17263d; }
.cc-product-filter-hub__sort select { min-height: 2.9rem; padding: .55rem .75rem; border: 1px solid rgba(23, 38, 61, .25); border-radius: 8px; background: #fff; color: #17263d; }
.cc-product-filter-hub__sort select:focus-visible { outline: 3px solid #e8c24f; outline-offset: 2px; }
.cc-product-filter-hub__status { margin: 1rem 0 0; color: #655d55; font-size: .88rem; }
.cc-product-filter-hub[aria-busy="true"] .cc-product-filter-hub__option { pointer-events: none; opacity: .72; }
.cc-product-filter-results { margin: 0 0 3rem; padding-top: .25rem; scroll-margin-top: 7rem; }
.cc-product-filter-results__head { display: flex; align-items: flex-end; justify-content: space-between; gap: 1rem; margin-bottom: .5rem; }
.cc-product-filter-results__head h2 { margin: 0; color: #17263d; }
.cc-product-filter-results__reset { min-height: 2.75rem; padding: .55rem .9rem; border: 1px solid #8a5b00; border-radius: 8px; background: #fff; color: #6e4900; font-weight: 700; }
.cc-product-filter-results__reset:hover { background: #fff8e8; }
.cc-product-filter-results__reset:focus-visible { outline: 3px solid #e8c24f; outline-offset: 3px; }
.cc-product-filter-results__message { margin: .5rem 0 1.25rem; color: #59524b; }
.cc-product-filter-results__grid:empty { display: none; }
.cc-product-filter-results__empty { padding: 1rem; border: 1px solid #e3d6bb; border-radius: 10px; background: #fffaf0; color: #4c4339; }
@media (max-width: 767.98px) {
    .cc-product-filter-hub { padding: 1rem; border-radius: 12px; }
    .cc-product-filter-hub__options { grid-template-columns: 1fr; }
    .cc-product-filter-hub__option--wide { grid-column: auto; }
    .cc-product-filter-hub__option { min-height: 3.25rem; }
    .cc-product-filter-hub__sort { grid-template-columns: 1fr; }
    .cc-product-filter-results__head { align-items: flex-start; flex-direction: column; }
    .cc-product-filter-results__reset { width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
    .cc-product-filter-hub__option { transition: none; }
    .cc-product-filter-hub__option:hover { transform: none; }
}
