﻿/* Shop-Startseite – Hero */
/* â”€â”€ Shop-Hero (Startseite, 715px) â”€â”€ */
.ff-shop-hero {
    position: relative;
    width: 100%;
    height: 715px;
    overflow: hidden;
    overflow-x: clip;
    background: #000;
    color: #fff;
    content-visibility: auto;
    contain-intrinsic-size: auto 715px;
    box-sizing: border-box;
}

.ff-shop-hero::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #fff;
    z-index: 10;
    pointer-events: none;
}

.ff-shop-hero__bg {
    position: absolute;
    inset: 0;
    background-color: #000;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.ff-shop-hero__bg {
    z-index: 0;
}

.ff-shop-hero__smoke {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
    isolation: isolate;
    background: #000;
    transform: translateZ(0);
    contain: layout style paint;
}

.ff-shop-hero__smoke > * {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

/* WebGL-Pyro-Canvas (Hauptbild) */
.ff-shop-hero__pyro {
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    filter: saturate(1.12) contrast(1.1);
    image-rendering: auto;
}

/* Fallback wenn WebGL nicht verfÃ¼gbar */
.ff-shop-hero__smoke--fallback {
    background:
        radial-gradient(ellipse 95% 65% at 50% 100%, rgba(216, 80, 50, 0.5) 0%, rgba(180, 53, 38, 0.28) 24%, rgba(80, 20, 14, 0.12) 52%, transparent 80%),
        radial-gradient(ellipse 130% 100% at 50% 110%, #3a0c06 0%, #1d0503 42%, #0a0201 74%, #000000 100%);
}

/* Subtile Film-KÃ¶rnung â€” gibt Tiefe und Hochwertigkeit */
.ff-shop-hero__grain {
    z-index: 3;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='200' height='200'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/></filter><rect width='200' height='200' filter='url(%23n)' opacity='0.55'/></svg>");
    background-size: 200px 200px;
    opacity: 0.05;
    mix-blend-mode: overlay;
    animation: ff-shop-grain-shift 1.6s steps(7) infinite;
    will-change: transform;
}

/* Film-Grain */
.ff-shop-hero__grain {
    z-index: 2;
}

/* Vignette deaktiviert */
.ff-shop-hero__vignette {
    display: none;
}

/* â”€â”€ Keyframes (alle perfect-loop) â”€â”€ */
@keyframes ff-shop-atmos-breathe {
    0% {
        opacity: 0.88;
        transform: scale(1);
    }

    100% {
        opacity: 1;
        transform: scale(1.025);
    }
}

@keyframes ff-shop-glow-center {
    0% {
        opacity: 0.55;
        transform: translate3d(-0.6%, 0.4%, 0) scale(1);
    }

    100% {
        opacity: 0.95;
        transform: translate3d(0.6%, -0.4%, 0) scale(1.05);
    }
}

@keyframes ff-shop-glow-left {
    0% {
        opacity: 0.7;
        transform: translate3d(-2.4%, 1.2%, 0) scale(1);
    }

    100% {
        opacity: 1;
        transform: translate3d(1.8%, -1%, 0) scale(1.07);
    }
}

@keyframes ff-shop-glow-right {
    0% {
        opacity: 1;
        transform: translate3d(2.2%, -1.2%, 0) scale(1.05);
    }

    100% {
        opacity: 0.7;
        transform: translate3d(-1.8%, 1%, 0) scale(1);
    }
}

@keyframes ff-shop-heat-rise {
    0% {
        opacity: 0.62;
        transform: translate3d(-1%, 1.5%, 0);
    }

    100% {
        opacity: 0.88;
        transform: translate3d(1%, -1%, 0);
    }
}

@keyframes ff-shop-grain-shift {
    0% {
        transform: translate3d(0, 0, 0);
    }

    25% {
        transform: translate3d(-2%, 1%, 0);
    }

    50% {
        transform: translate3d(1%, -2%, 0);
    }

    75% {
        transform: translate3d(-1%, -1%, 0);
    }

    100% {
        transform: translate3d(0, 0, 0);
    }
}

@media (prefers-reduced-motion: reduce) {
    .ff-shop-hero__atmos,
    .ff-shop-hero__glow,
    .ff-shop-hero__heat,
    .ff-shop-hero__grain {
        animation: none;
    }

    .ff-shop-hero__heat {
        filter: blur(20px);
    }

    .ff-shop-hero__smoke-canvas {
        opacity: 0.85;
    }
}

.ff-shop-hero__overlay {
    display: none;
}

.ff-shop-hero__inner {
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: center;
    justify-content: center;
    gap: 100px;
    height: 100%;
    max-width: min(var(--ff-layout-max, 1000px), calc(100% - 2 * var(--ff-layout-gutter, 20px)));
    margin: 0 auto;
    padding: 0 max(16px, var(--ff-layout-gutter, 20px));
    box-sizing: border-box;
}

.ff-shop-hero__content {
    flex: 0 1 auto;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.ff-shop-hero__price {
    margin: 0 0 10px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 40px;
    line-height: 1;
    letter-spacing: 0;
    color: #fff;
}

body.ff-shop-shell .ff-shop-hero .ff-shop-hero__tax {
    margin: 0 0 32px;
    padding: 0;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 25px;
    line-height: 1;
    letter-spacing: 0;
    color: #fff;
}

.ff-shop-hero__actions {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}

.ff-shop-hero__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    min-height: 30px;
    padding: 5px 11px;
    border: none;
    border-radius: 21px;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 17px;
    line-height: 1;
    letter-spacing: 0.005em;
    text-decoration: none !important;
    cursor: pointer;
    opacity: 1;
    transition: opacity 0.2s ease;
}

.ff-shop-hero__btn--view {
    min-width: 73px;
    background: #2b2b2bcc;
    color: #fff !important;
}

.ff-shop-hero__btn--cart {
    min-width: 139px;
    background: #ffffffe5;
    color: #000 !important;
}

.ff-shop-hero__btn:hover,
.ff-shop-hero__btn:focus {
    opacity: 0.88;
    text-decoration: none !important;
}

.ff-shop-hero__media {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 4;
    width: 308px;
    height: 430px;
    max-width: 100%;
    pointer-events: none;
}

.ff-shop-hero__book {
    position: relative;
    z-index: 1;
    width: 308px;
    height: 430px;
    max-width: 100%;
    pointer-events: none;
}

.ff-shop-hero__book-canvas {
    display: block;
    width: 100% !important;
    height: 100% !important;
    pointer-events: none;
}


@media (max-width: 782px) {
    body.ff-shop-shell.ff-shop-main-page .ff-shop-hero,
    body.ff-shop-shell.ff-shop-neuheiten-page .ff-shop-hero {
        min-height: 0;
    }

    .ff-shop-hero__issue-no {
        font-size: clamp(28px, 8vw, 40px);
    }

    .ff-shop-hero__issue-num {
        font-size: clamp(36px, 10vw, 55px);
        width: auto;
        height: auto;
    }

    .ff-shop-hero__price {
        font-size: clamp(28px, 8vw, 40px);
    }

    body.ff-shop-shell .ff-shop-hero .ff-shop-hero__tax {
        font-size: clamp(18px, 5vw, 25px);
        font-weight: 300;
        line-height: 1;
        letter-spacing: 0;
    }
}

/* â”€â”€ Neuheiten-Grid (3Ã—3, 7 Bilder) â”€â”€ */
body.ff-shop-shell.ff-shop-main-page #ff-shop-primary.ff-main,
body.ff-shop-shell.ff-shop-neuheiten-page #ff-shop-primary.ff-main {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

body.ff-shop-shell.ff-shop-main-page .ff-shop-wrap,
body.ff-shop-shell.ff-shop-neuheiten-page .ff-shop-wrap {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

body.ff-shop-shell.ff-shop-main-page #main.site-main > article,
body.ff-shop-shell.ff-shop-neuheiten-page #main.site-main > article {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

body.ff-shop-shell.ff-shop-main-page .ff-shop-neuheiten,
body.ff-shop-shell.ff-shop-neuheiten-page .ff-shop-neuheiten {
    margin-top: 0 !important;
    padding-top: var(--ff-shop-hero-neuheiten-gap, 150px) !important;
}

.ff-shop-neuheiten {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 0 48px;
    box-sizing: border-box;
}

.ff-shop-neuheiten__grid {
    display: grid;
    grid-template-columns: repeat(3, 285px);
    grid-template-rows: repeat(3, auto);
    gap: 40px;
    width: max-content;
    max-width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    justify-content: center;
}

.ff-shop-neuheiten__cell {
    width: 285px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.ff-shop-neuheiten__media {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-sizing: border-box;
}

.ff-shop-neuheiten__img {
    flex-shrink: 0;
    box-sizing: border-box;
}

body.ff-shop-shell .ff-shop-neuheiten__title {
    margin: 10px 0 0;
    padding: 0;
    width: 100%;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 19px;
    line-height: 1;
    letter-spacing: 0;
    color: #fff;
}

body.ff-shop-shell .ff-shop-neuheiten__price {
    margin: 6px 0 0;
    padding: 0;
    width: 100%;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 19px;
    line-height: 1;
    letter-spacing: 0;
    color: #fff;
}

/* 1. Reihe Mitte (rechts neben T-Shirt): Heftcover 255Ã—276 */
body.ff-shop-shell .ff-shop-neuheiten__media.ff-shop-neuheiten__media--255,
body.ff-shop-shell .ff-shop-neuheiten__cell--row1-center .ff-shop-neuheiten__media {
    width: 255px !important;
    height: 276px !important;
    max-width: 255px;
    max-height: 276px;
}

body.ff-shop-shell .ff-shop-neuheiten__media.ff-shop-neuheiten__media--255 .ff-shop-neuheiten__img,
body.ff-shop-shell .ff-shop-neuheiten__cell--row1-center .ff-shop-neuheiten__img {
    width: 255px !important;
    height: 276px !important;
    max-width: 255px !important;
    max-height: 276px !important;
    object-fit: contain;
    object-position: center center;
}

@media (max-width: 960px) {
    .ff-shop-neuheiten__grid {
        grid-template-columns: repeat(2, min(285px, calc((100% - 40px) / 2)));
        gap: 24px;
        width: 100%;
    }

    .ff-shop-neuheiten__cell {
        width: 100%;
    }

    .ff-shop-neuheiten__media {
        width: 100%;
        height: auto;
        aspect-ratio: 285 / 276;
    }

    body.ff-shop-shell .ff-shop-neuheiten__media.ff-shop-neuheiten__media--255,
    body.ff-shop-shell .ff-shop-neuheiten__cell--row1-center .ff-shop-neuheiten__media {
        width: min(255px, 100%) !important;
        max-width: 100%;
        height: auto !important;
        aspect-ratio: 255 / 276;
    }

    body.ff-shop-shell .ff-shop-neuheiten__media.ff-shop-neuheiten__media--255 .ff-shop-neuheiten__img,
    body.ff-shop-shell .ff-shop-neuheiten__cell--row1-center .ff-shop-neuheiten__img {
        width: 100% !important;
        height: auto !important;
        max-width: 100% !important;
        max-height: none !important;
        aspect-ratio: 255 / 276;
    }
}

/* â”€â”€ Letzte EF-Ausgaben (gestaffelter Cover-Stapel) â”€â”€ */
.ff-shop-ef-ausgaben {
    --ff-ef-section-h: 378px;
    --ff-ef-heading-h: 25px;
    --ff-ef-gap: 26px;
    --ff-ef-stack-h: 322px;
    --ff-ef-cover-w: 225px;
    --ff-ef-cover-h: 322px;
    --ff-ef-count: 12;
    --ff-ef-step-divisor: 11;
    --ff-ef-step: calc((100% - var(--ff-ef-cover-w)) / var(--ff-ef-step-divisor));
    --ff-ef-peek: 30px;
    --ff-ef-ease: cubic-bezier(0.22, 1, 0.36, 1);
    --ff-ef-duration: 0.45s;

    width: 100%;
    max-width: min(var(--ff-layout-max, 1000px), calc(100% - 2 * var(--ff-layout-gutter, 20px)));
    min-height: var(--ff-ef-section-h);
    margin: 96px auto 0;
    padding: 0 max(16px, var(--ff-layout-gutter, 20px)) 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: var(--ff-ef-gap);
    position: relative;
}

body.ff-shop-shell .ff-shop-ef-ausgaben__heading {
    position: relative;
    z-index: 2;
    margin: 0;
    padding: 0;
    flex: 0 0 auto;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 25px;
    line-height: 1;
    letter-spacing: 0;
    color: #fff;
    text-align: left;
}

.ff-shop-ef-ausgaben__stack {
    position: relative;
    z-index: 1;
    isolation: isolate;
    flex: 0 0 auto;
    width: 100%;
    height: var(--ff-ef-stack-h);
    margin: 0;
    overflow: visible;
    cursor: default;
    touch-action: pan-y;
}

.ff-shop-ef-ausgaben__cell {
    --ff-ef-index: 0;
    position: absolute;
    top: 0;
    left: calc(var(--ff-ef-index) * var(--ff-ef-step));
    width: var(--ff-ef-cover-w);
    height: var(--ff-ef-stack-h);
    pointer-events: none;
}

.ff-shop-ef-ausgaben__cell.is-active {
    z-index: 100 !important;
}

.ff-shop-ef-ausgaben__item {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    pointer-events: none;
}

.ff-shop-ef-ausgaben__cover {
    display: block;
    flex: 0 0 auto;
    width: var(--ff-ef-cover-w);
    height: var(--ff-ef-cover-h);
    max-width: none;
    pointer-events: none;
    object-fit: contain;
    object-position: center bottom;
    transform: translate3d(0, 0, 0);
    transform-origin: left bottom;
    backface-visibility: hidden;
    transition:
        transform var(--ff-ef-duration) var(--ff-ef-ease),
        filter var(--ff-ef-duration) var(--ff-ef-ease);
}

.ff-shop-ef-ausgaben__cell.is-active .ff-shop-ef-ausgaben__cover {
    transform: translate3d(var(--ff-ef-peek), 0, 0);
    filter: drop-shadow(6px 10px 22px rgba(0, 0, 0, 0.42));
}

@media (prefers-reduced-motion: reduce) {
    .ff-shop-ef-ausgaben__cover {
        transition: none;
    }

    .ff-shop-ef-ausgaben__cell.is-active .ff-shop-ef-ausgaben__cover {
        transform: none;
        filter: none;
    }
}

@media (max-width: 1040px) {
    .ff-shop-ef-ausgaben {
        height: auto;
        min-height: var(--ff-ef-section-h);
    }

    .ff-shop-ef-ausgaben__stack {
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
    }
}

/* Shop-Start: Editor-/Mediathek-Reste (Werb-Platzhalter aus Shop-Seiten-Inhalt) */
body.ff-shop-main-page .entry-content,
body.ff-shop-main-page .page-description,
body.ff-shop-main-page .term-description,
body.ff-shop-main-page figure.wp-block-image,
body.ff-shop-main-page img[src*="928x90"] {
    display: none !important;
}


/* ── Startseite: Header / Abstände ── */
html body.ff-shop-shell.ff-shop-main-page .ff-content-wrap,
html body.ff-shop-shell.ff-shop-neuheiten-page .ff-content-wrap {
    padding-top: 0 !important;
    overflow: visible !important;
}

/* Hero: min. 800px (Pyro-HÃ¶he), Abstand zum Grid Ã¼ber .ff-shop-neuheiten padding-top */
body.ff-shop-shell.ff-shop-main-page .ff-shop-hero,
body.ff-shop-shell.ff-shop-neuheiten-page .ff-shop-hero {
    height: auto;
    min-height: var(--ff-shop-hero-min-height, 800px);
    overflow: visible;
    padding-bottom: 0;
}

/* Hero-Inhalt: festes Header-Padding + vertikal zentriert (nicht --ff-header-stack-h â€” Ã¤ndert sich beim Compact-Scroll) */
body.ff-shop-shell.ff-shop-main-page .ff-shop-hero__inner,
body.ff-shop-shell.ff-shop-neuheiten-page .ff-shop-hero__inner {
    align-content: center !important;
    align-items: center;
    min-height: var(--ff-shop-hero-min-height, 800px);
    padding-top: var(--ff-shop-hero-header-base, 200px) !important;
    padding-bottom: 0;
    box-sizing: border-box;
}

/* Header: schwarz + leicht transparent + Blur (auch im Compact-Modus konsistent) */
html body.ff-shop-shell.ff-shop-main-page .ff-header-stack,
html body.ff-shop-shell.ff-shop-neuheiten-page .ff-header-stack,
html body.ff-shop-shell.ff-shop-main-page .ff-header-stack.ff-header--compact,
html body.ff-shop-shell.ff-shop-neuheiten-page .ff-header-stack.ff-header--compact,
html body.ff-shop-shell.ff-shop-main-page .ff-header-stack.ff-header--compact.ff-header--compact-show-nav,
html body.ff-shop-shell.ff-shop-neuheiten-page .ff-header-stack.ff-header--compact.ff-header--compact-show-nav {
    background: rgba(0, 0, 0, 0.32) !important;
    -webkit-backdrop-filter: blur(12px) saturate(1.4);
    backdrop-filter: blur(12px) saturate(1.4);
    box-shadow: none !important;
    border-bottom: none !important;
}

/* Innere Layer transparent â€” Blur/BG nur auf .ff-header-stack, nicht doppelt */
html body.ff-shop-shell.ff-shop-main-page .ff-header,
html body.ff-shop-shell.ff-shop-neuheiten-page .ff-header,
html body.ff-shop-shell.ff-shop-main-page .ff-header-inner,
html body.ff-shop-shell.ff-shop-neuheiten-page .ff-header-inner,
html body.ff-shop-shell.ff-shop-main-page .ff-header-left,
html body.ff-shop-shell.ff-shop-neuheiten-page .ff-header-left,
html body.ff-shop-shell.ff-shop-main-page .ff-header-center,
html body.ff-shop-shell.ff-shop-neuheiten-page .ff-header-center,
html body.ff-shop-shell.ff-shop-main-page .ff-header-right,
html body.ff-shop-shell.ff-shop-neuheiten-page .ff-header-right,
html body.ff-shop-shell.ff-shop-main-page .ff-header-stack.ff-header--compact .ff-header,
html body.ff-shop-shell.ff-shop-neuheiten-page .ff-header-stack.ff-header--compact .ff-header,
html body.ff-shop-shell.ff-shop-main-page .ff-header-stack.ff-header--compact .ff-header-inner,
html body.ff-shop-shell.ff-shop-neuheiten-page .ff-header-stack.ff-header--compact .ff-header-inner,
html body.ff-shop-shell.ff-shop-main-page nav.ff-main-nav,
html body.ff-shop-shell.ff-shop-main-page nav#ff-main-nav,
html body.ff-shop-shell.ff-shop-neuheiten-page nav.ff-main-nav,
html body.ff-shop-shell.ff-shop-neuheiten-page nav#ff-main-nav,
html body.ff-shop-shell.ff-shop-main-page .ff-header-stack.ff-header--compact nav.ff-main-nav,
html body.ff-shop-shell.ff-shop-main-page .ff-header-stack.ff-header--compact nav#ff-main-nav,
html body.ff-shop-shell.ff-shop-neuheiten-page .ff-header-stack.ff-header--compact nav.ff-main-nav,
html body.ff-shop-shell.ff-shop-neuheiten-page .ff-header-stack.ff-header--compact nav#ff-main-nav,
html body.ff-shop-shell.ff-shop-main-page .ff-header-stack.ff-header--compact.ff-header--compact-show-nav nav.ff-main-nav,
html body.ff-shop-shell.ff-shop-main-page .ff-header-stack.ff-header--compact.ff-header--compact-show-nav nav#ff-main-nav,
html body.ff-shop-shell.ff-shop-neuheiten-page .ff-header-stack.ff-header--compact.ff-header--compact-show-nav nav.ff-main-nav,
html body.ff-shop-shell.ff-shop-neuheiten-page .ff-header-stack.ff-header--compact.ff-header--compact-show-nav nav#ff-main-nav {
    background: transparent !important;
    border-bottom: none !important;
}

/* Startseite: Mobile */
@media (max-width: 1024px) {
    .ff-shop-wrap {
        padding-left: max(16px, env(safe-area-inset-left, 0));
        padding-right: max(16px, env(safe-area-inset-right, 0));
    }

    body.ff-shop-shell.ff-shop-main-page .ff-shop-hero,
    body.ff-shop-shell.ff-shop-neuheiten-page .ff-shop-hero {
        min-height: 0;
        height: auto;
        contain-intrinsic-size: auto 480px;
        padding: 32px max(16px, env(safe-area-inset-right, 0)) 40px max(16px, env(safe-area-inset-left, 0));
        box-sizing: border-box;
        overflow-x: clip;
    }

    body.ff-shop-shell.ff-shop-main-page .ff-shop-hero__inner,
    body.ff-shop-shell.ff-shop-neuheiten-page .ff-shop-hero__inner {
        flex-direction: column;
        align-items: center;
        width: 100%;
        max-width: 100%;
        height: auto;
        min-height: 0;
        gap: 40px;
        padding-top: 0 !important;
        padding-inline: 0;
        margin-inline: 0;
        box-sizing: border-box;
    }

    body.ff-shop-shell.ff-shop-main-page .ff-shop-hero__content,
    body.ff-shop-shell.ff-shop-neuheiten-page .ff-shop-hero__content {
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }

    body.ff-shop-shell.ff-shop-main-page .ff-shop-hero__media,
    body.ff-shop-shell.ff-shop-neuheiten-page .ff-shop-hero__media {
        order: -1;
        width: min(308px, 100%);
        max-width: 100%;
        height: auto;
        aspect-ratio: 308 / 430;
    }

    body.ff-shop-shell.ff-shop-main-page .ff-shop-hero__book,
    body.ff-shop-shell.ff-shop-neuheiten-page .ff-shop-hero__book {
        width: 100%;
        height: 100%;
        max-width: 100%;
    }

    body.ff-shop-shell.ff-shop-main-page .ff-shop-neuheiten,
    body.ff-shop-shell.ff-shop-neuheiten-page .ff-shop-neuheiten {
        padding-top: var(--ff-shop-hero-neuheiten-gap, 64px) !important;
        padding-inline: max(16px, var(--ff-layout-gutter, 20px));
        box-sizing: border-box;
    }
}
