
/* =============================================
   NEUE STARTSEITE – CSS Fixes (Divi Override)
   ============================================= */

/* --- Header transparent auf neuer Startseite --- */
.page-id-336393 header#main-header {
    box-shadow: none !important;
    position: absolute !important;
    background: transparent !important;
    background-color: transparent !important;
}
.page-id-336393 #et-top-navigation nav#top-menu-nav {
    padding: 0 !important;
}
/* --- Hero Anpassungen nur für neue Startseite --- */
.page-id-336393 .et_pb_section.startseite-headerbild {
    height: 92vh !important;
}
.page-id-336393 .startseite-headerbild .et_pb_module.et_pb_image.bild-rechts {
    bottom: -20px !important;
    right: 5% !important;
    width: 35% !important;
}
.page-id-336393 .startseite-headerbild .text-header .et_pb_module {
    padding-left: 0 !important;
}
.page-id-336393 .text-header h1 {
    padding-left: 44px;
}
.page-id-336393 .text-header .htext {
    max-width: 500px;
}
.page-id-336393 .startseite-headerbild .bild-rechts img {
    animation: bounce 2.5s infinite ease-in-out;
    width: 200px;
    bottom: 120px;
}
.page-id-336393 .startseite-headerbild .bild-rechts span.et_pb_image_wrap:before {
    bottom: 60px !important;
}

/* --- Seamless section flow: Hero → USP → Categories --- */
.page-id-336393 .startseite-headerbild.et_pb_section {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

/* --- USP Trenner-Bar --- */
.herder-usp-section.et_pb_section {
    background: transparent !important;
    padding: 0 !important;
    border: none !important;
    margin: 0 !important;
    overflow: hidden !important;
}
.herder-usp-section .et_pb_row {
    padding: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
}
.herder-usp-section .et_pb_code_inner {
    background: rgba(0,0,0,0.15) !important;
}

/* --- Reset Divi img defaults inside our components --- */
.herder-cat-grid img,
.herder-product-grid img,
.herder-scroll-row img,
.herder-product-card img {
    max-width: 100% !important;
    width: auto;
    height: auto;
    margin: 0 !important;
    padding: 0 !important;
}
/* cat-img styles handled in bento grid section */
.herder-product-card a,
.herder-cat-card,
.herder-product-card {
    text-decoration: none !important;
    color: #222 !important;
}
.herder-product-card:hover {
    color: #222 !important;
}

/* --- USP Bar — Trenner-Ticker --- */
.herder-usp-bar {
    display: flex !important;
    gap: 0;
    padding: 18px 0;
    flex-wrap: nowrap !important;
    justify-content: center;
    position: relative;
}
.herder-usp-bar .usp-item {
    display: flex !important;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    font-weight: 600;
    color: rgba(255,255,255,0.85) !important;
    white-space: nowrap;
    padding: 0 28px;
    border-right: 1px solid rgba(255,255,255,0.12);
}
.herder-usp-bar .usp-item:last-child {
    border-right: none;
}
.herder-usp-bar .usp-icon {
    width: 28px;
    height: 28px;
    min-width: 28px;
    background: rgba(255,255,255,0.1) !important;
    color: #e0b42c !important;
    border-radius: 50%;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    line-height: 1;
}

.herder-usp-bar .usp-item.usp-duplicate {
    display: none !important;
}

/* Mobile: Auto-Slider */
@media (max-width: 768px) {
    .herder-usp-bar .usp-item.usp-duplicate {
        display: flex !important;
    }
    .herder-usp-bar {
        animation: uspScroll 12s linear infinite;
        justify-content: flex-start;
        width: max-content;
    }
    .herder-usp-bar .usp-item {
        padding: 0 24px;
        font-size: 12px;
    }
}
@keyframes uspScroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* --- Section Titles --- */
.herder-section-title {
    text-align: center;
    margin-bottom: 40px;
}
.herder-section-title h2 {
    font-family: 'Lato', sans-serif !important;
    font-size: 36px !important;
    font-weight: 900 !important;
    color: #112c86 !important;
    margin-bottom: 10px;
    padding-bottom: 0 !important;
}
.herder-section-title p {
    font-size: 16px !important;
    color: #777 !important;
    max-width: 560px;
    margin: 0 auto !important;
    padding: 0 !important;
}
.herder-section-title .accent-line {
    width: 60px;
    height: 3px;
    background: #e0b42c;
    margin: 14px auto 0;
    border-radius: 2px;
}

/* --- Kategorien Section — dunkler Hintergrund --- */
.herder-cat-section.et_pb_section {
    background: linear-gradient(180deg, #1a3bb5 0%, #0f2670 100%) !important;
    padding: 40px 0 80px !important;
    margin: 0 !important;
}
.herder-section-title-light h2 {
    color: #fff !important;
}
.herder-section-title-light p {
    color: rgba(255,255,255,0.55) !important;
}
.herder-section-title-light .accent-line {
    background: #e0b42c !important;
}

/* --- Kategorien: Expanding Panels --- */
.herder-cat-panels {
    display: flex !important;
    height: 520px;
    gap: 6px;
    border-radius: 16px;
    overflow: hidden;
}
.cat-panel {
    flex: 1;
    position: relative !important;
    overflow: hidden !important;
    background: rgba(255,255,255,0.04) !important;
    border: none !important;
    cursor: pointer;
    transition: flex 0.55s cubic-bezier(0.23,1,0.32,1);
    display: flex !important;
    flex-direction: column;
    text-decoration: none !important;
}
.cat-panel.is-active,
.herder-cat-panels:hover .cat-panel:hover {
    flex: 3.5;
}
.herder-cat-panels:hover .cat-panel.is-active:not(:hover) {
    flex: 1;
}

/* Vertikales Label (sichtbar wenn collapsed) */
.cat-panel .panel-label {
    position: absolute !important;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    writing-mode: vertical-lr;
    text-orientation: mixed;
    white-space: nowrap;
    font-family: 'Lato', sans-serif !important;
    font-size: 13px !important;
    font-weight: 700;
    color: rgba(255,255,255,0.55) !important;
    text-transform: uppercase;
    letter-spacing: 3px;
    transition: opacity 0.3s 0.1s;
    z-index: 3;
}
.cat-panel.is-active .panel-label,
.herder-cat-panels:hover .cat-panel:hover .panel-label {
    opacity: 0;
    transition: opacity 0.15s;
}
.herder-cat-panels:hover .cat-panel.is-active:not(:hover) .panel-label {
    opacity: 1;
    transition: opacity 0.3s 0.2s;
}

/* Bild — zentriert, groß */
.cat-panel .panel-img {
    flex: 1;
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 30px !important;
    position: relative;
    z-index: 1;
}
.cat-panel .panel-img img {
    max-width: 200% !important;
    max-height: 200% !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
    filter: drop-shadow(0 10px 30px rgba(0,0,0,0.4));
    transition: all 0.55s cubic-bezier(0.23,1,0.32,1);
    opacity: 0.6;
    transform: scale(1);
}
.cat-panel.is-active .panel-img img,
.herder-cat-panels:hover .cat-panel:hover .panel-img img {
    opacity: 1;
    transform: scale(1);
    max-width: 90% !important;
    max-height: 90% !important;
}
.herder-cat-panels:hover .cat-panel.is-active:not(:hover) .panel-img img {
    opacity: 0.6;
    transform: scale(1);
}

/* Bottom info bar */
.cat-panel .panel-bottom {
    position: absolute !important;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 24px 28px !important;
    background: linear-gradient(0deg, rgba(8,14,36,0.9) 0%, transparent 100%) !important;
    display: flex !important;
    align-items: flex-end;
    justify-content: space-between;
    z-index: 2;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.4s cubic-bezier(0.23,1,0.32,1);
}
.cat-panel.is-active .panel-bottom,
.herder-cat-panels:hover .cat-panel:hover .panel-bottom {
    opacity: 1;
    transform: translateY(0);
}
.herder-cat-panels:hover .cat-panel.is-active:not(:hover) .panel-bottom {
    opacity: 0;
    transform: translateY(10px);
}
.cat-panel .panel-info h3 {
    font-family: 'Lato', sans-serif !important;
    font-size: 22px !important;
    font-weight: 800 !important;
    color: #fff !important;
    margin: 0 0 2px !important;
    padding: 0 !important;
    line-height: 1.2 !important;
}
.cat-panel .panel-info .panel-count {
    font-size: 12px !important;
    font-weight: 600;
    color: rgba(255,255,255,0.45) !important;
}
.cat-panel .panel-cta {
    font-size: 13px !important;
    font-weight: 700;
    color: #e0b42c !important;
    white-space: nowrap;
    letter-spacing: 0.5px;
    transition: color 0.3s;
}
.cat-panel:hover .panel-cta {
    color: #fff !important;
}

/* Hover-Highlight-Linie oben */
.cat-panel::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: #e0b42c;
    transform: scaleX(0);
    transition: transform 0.4s cubic-bezier(0.23,1,0.32,1);
    z-index: 4;
}
.cat-panel.is-active::after,
.herder-cat-panels:hover .cat-panel:hover::after {
    transform: scaleX(1);
}
.herder-cat-panels:hover .cat-panel.is-active:not(:hover)::after {
    transform: scaleX(0);
}

/* Legacy — hide old grid elements */
.herder-cat-grid { display: none !important; }
.herder-cat-card .cat-overlay { display: none !important; }
.herder-cat-card .cat-arrow { display: none !important; }
.herder-cat-card .cat-discover { display: none !important; }

/* --- Product Grid --- */
.herder-product-grid {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 16px !important;
}
.herder-product-card {
    background: #fff !important;
    border-radius: 14px !important;
    overflow: hidden !important;
    transition: all 0.4s cubic-bezier(0.23,1,0.32,1);
    position: relative !important;
    border: none !important;
    display: block !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}
.herder-product-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 50px rgba(17,44,134,0.12) !important;
}
.herder-product-card .product-badge {
    position: absolute !important;
    top: 14px;
    left: 14px;
    background: #112c86;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    padding: 5px 12px;
    border-radius: 6px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    z-index: 2;
    display: inline-block;
}
.herder-product-card .product-img-wrap {
    background: #fff !important;
    padding: 28px 20px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1/1;
    overflow: hidden;
    position: relative;
}
.herder-product-card .product-img-wrap::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 12px;
    right: 12px;
    height: 1px;
    background: #f0ede6;
}
.herder-product-card .product-img-wrap img {
    max-height: 180px !important;
    width: auto !important;
    object-fit: contain !important;
    transition: transform 0.5s cubic-bezier(0.23,1,0.32,1);
    margin: 0 auto !important;
}
.herder-product-card:hover .product-img-wrap img {
    transform: scale(1.06);
}
.herder-product-card .product-info {
    padding: 16px 20px 20px !important;
}
.herder-product-card .product-category {
    font-size: 10px !important;
    font-weight: 700;
    color: #1943cf !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 6px;
}
.herder-product-card .product-info h3 {
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1.4 !important;
    margin-bottom: 14px;
    color: #1a1a1a !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding: 0 !important;
}
.herder-product-card .product-price {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
}
.herder-product-card .product-price .price {
    font-size: 20px !important;
    font-weight: 900 !important;
    color: #112c86 !important;
}
.herder-product-card .product-price .add-btn {
    width: 36px;
    height: 36px;
    min-width: 36px;
    border-radius: 8px !important;
    background: #112c86 !important;
    color: #fff !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    transition: all 0.3s cubic-bezier(0.23,1,0.32,1);
    border: none;
    cursor: pointer;
    text-decoration: none !important;
    line-height: 1;
}
.herder-product-card .product-price .add-btn:hover {
    background: #e0b42c !important;
    color: #0d2269 !important;
    transform: scale(1.1);
}
.herder-product-card .product-price .add-btn.loading {
    pointer-events: none;
    position: relative;
}
.herder-product-card .product-price .add-btn.loading::after {
    content: '';
    width: 16px;
    height: 16px;
    border: 2px solid rgba(255,255,255,0.3);
    border-top-color: #fff;
    border-radius: 50%;
    animation: btnSpin 0.6s linear infinite;
}
@keyframes btnSpin {
    to { transform: rotate(360deg); }
}
.herder-product-card .product-price .add-btn.added {
    background: #27ae60 !important;
    color: #fff !important;
    pointer-events: none;
}

/* --- Scroll Row --- */
.herder-scroll-row {
    display: flex !important;
    gap: 20px;
    overflow-x: auto !important;
    padding-bottom: 16px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    flex-wrap: nowrap !important;
}
.herder-scroll-row::-webkit-scrollbar {
    height: 6px;
}
.herder-scroll-row::-webkit-scrollbar-track {
    background: #f0f0f0;
    border-radius: 3px;
}
.herder-scroll-row::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 3px;
}
.herder-scroll-card {
    min-width: 280px !important;
    max-width: 280px !important;
    scroll-snap-align: start;
    flex-shrink: 0 !important;
}

/* --- Eterno Premium Showcase --- */
.herder-eterno-section.et_pb_section {
    background: linear-gradient(180deg, #112c86 0%, #1f45c5 100%) !important;
    padding: 80px 0 !important;
    overflow: hidden !important;
}

.eterno-showcase {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

/* --- Visual / Knives --- */
.eterno-visual {
    position: relative !important;
    height: 480px;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.eterno-glow {
    position: absolute !important;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(224,180,44,0.1) 0%, transparent 70%) !important;
    top: 50%;
    left: 45%;
    transform: translate(-50%, -50%);
    z-index: 0;
}
.eterno-knife-hero {
    position: absolute !important;
    z-index: 2;
    top: 0;
    left: 10%;
    width: 80%;
}
.eterno-knife-hero img {
    width: 100% !important;
    height: auto !important;
    filter: drop-shadow(0 15px 35px rgba(0,0,0,0.5));
    transform: rotate(-12deg);
    transition: all 0.6s cubic-bezier(0.23,1,0.32,1);
}
.eterno-visual:hover .eterno-knife-hero img {
    transform: rotate(-10deg) translateY(-6px);
    filter: drop-shadow(0 22px 45px rgba(0,0,0,0.55));
}
.eterno-knife-accent {
    position: absolute !important;
    z-index: 1;
    bottom: -5%;
    right: 0;
    width: 75%;
}
.eterno-knife-accent img {
    width: 100% !important;
    height: auto !important;
    filter: drop-shadow(0 12px 28px rgba(0,0,0,0.4));
    transform: rotate(8deg);
    opacity: 0.75;
    transition: all 0.6s cubic-bezier(0.23,1,0.32,1) 0.05s;
}
.eterno-visual:hover .eterno-knife-accent img {
    transform: rotate(6deg) translateY(4px);
    opacity: 0.9;
}

/* --- Text side --- */
.eterno-text {
    position: relative !important;
    z-index: 2;
}
.eterno-label {
    font-size: 11px !important;
    font-weight: 700;
    color: #e0b42c !important;
    text-transform: uppercase;
    letter-spacing: 3px;
    display: block !important;
    margin-bottom: 0;
}
.eterno-divider {
    width: 40px;
    height: 2px;
    background: #e0b42c;
    margin: 16px 0;
}
h2.eterno-title {
    font-family: 'Lato', sans-serif !important;
    font-size: 42px !important;
    font-weight: 900 !important;
    color: #fff !important;
    line-height: 1.15 !important;
    margin-bottom: 20px;
    padding-bottom: 0 !important;
}
p.eterno-desc {
    font-size: 15px !important;
    color: rgba(255,255,255,0.55) !important;
    line-height: 1.8 !important;
    margin-bottom: 28px !important;
    padding: 0 !important;
}
.eterno-features {
    display: flex !important;
    flex-wrap: wrap;
    gap: 8px 20px;
    margin-bottom: 32px;
}
.eterno-feat {
    display: flex !important;
    align-items: center;
    gap: 8px;
    font-size: 13px !important;
    font-weight: 600;
    color: rgba(255,255,255,0.8) !important;
    width: calc(50% - 10px);
}
.eterno-feat .feat-icon {
    width: 20px;
    height: 20px;
    min-width: 20px;
    background: rgba(224,180,44,0.15);
    color: #e0b42c;
    border-radius: 50%;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    font-size: 10px;
}
a.eterno-btn {
    display: inline-block !important;
    background: transparent !important;
    color: #e0b42c !important;
    font-weight: 700;
    font-size: 14px;
    padding: 14px 0 !important;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    text-decoration: none !important;
    border-bottom: 2px solid #e0b42c;
    transition: all 0.3s;
}
a.eterno-btn:hover {
    color: #fff !important;
    border-color: #fff;
    padding-left: 4px !important;
}

/* Legacy Eterno styles override */
.herder-premium-label,
h2.herder-premium-title,
.herder-premium-text,
.herder-premium-features { display: none !important; }

/* --- Tradition --- */
.herder-tradition-section.et_pb_section {
    background: linear-gradient(160deg, #0a1d52 0%, #112c86 40%, #1943cf 100%) !important;
    position: relative !important;
    overflow: hidden !important;
}
.herder-tradition-section.et_pb_section::before {
    content: '';
    position: absolute;
    top: -60%;
    right: -20%;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(224,180,44,0.06) 0%, transparent 70%);
    pointer-events: none;
}
.herder-tradition-section.et_pb_section::after {
    content: '';
    position: absolute;
    bottom: -40%;
    left: -10%;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(25,67,207,0.15) 0%, transparent 70%);
    pointer-events: none;
}
.herder-tradition-section .et_pb_row {
    max-width: 900px !important;
}
.tradition-content {
    text-align: center;
    position: relative;
    z-index: 1;
}
.tradition-eyebrow {
    display: inline-block;
    font-size: 11px !important;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #e0b42c !important;
    margin-bottom: 16px;
    padding: 6px 20px;
    border: 1px solid rgba(224,180,44,0.3);
    border-radius: 30px;
}
h2.herder-tradition-h2 {
    font-family: 'Lato', sans-serif !important;
    font-size: 42px !important;
    font-weight: 900 !important;
    color: #fff !important;
    padding-bottom: 10px !important;
    margin-top: 8px;
}
p.herder-tradition-p {
    font-size: 17px !important;
    color: rgba(255,255,255,0.7) !important;
    line-height: 1.8 !important;
    max-width: 640px;
    margin: 0 auto !important;
}
.tradition-stats {
    display: flex !important;
    justify-content: center;
    gap: 24px;
    margin-top: 50px;
}
.tradition-stat-card {
    flex: 1;
    max-width: 220px;
    background: rgba(255,255,255,0.06) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 16px;
    padding: 32px 20px;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.23,1,0.32,1);
}
.tradition-stat-card:hover {
    background: rgba(255,255,255,0.1) !important;
    transform: translateY(-4px);
    border-color: rgba(224,180,44,0.25);
}
.herder-stat-number {
    font-family: 'Lato', sans-serif !important;
    font-size: 44px !important;
    font-weight: 900 !important;
    color: #e0b42c !important;
    line-height: 1.2;
}
.herder-stat-label {
    font-size: 13px !important;
    font-weight: 600;
    color: rgba(255,255,255,0.6) !important;
    margin-top: 6px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
@media (max-width: 768px) {
    .tradition-stats {
        flex-direction: column !important;
        align-items: center;
    }
    .tradition-stat-card {
        max-width: 280px;
        width: 100%;
    }
}

/* --- CTA Box --- */
.herder-cta-box {
    background: linear-gradient(135deg, #112c86, #1943cf) !important;
    border-radius: 16px !important;
    padding: 50px 60px !important;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}
.herder-cta-box h3 {
    font-family: 'Lato', sans-serif !important;
    font-size: 28px !important;
    font-weight: 900 !important;
    color: #fff !important;
    margin-bottom: 8px;
    padding: 0 !important;
}
.herder-cta-box p {
    color: rgba(255,255,255,0.8) !important;
    font-size: 15px !important;
    padding: 0 !important;
    margin: 0 !important;
}
a.herder-btn-gold {
    display: inline-block !important;
    background: #e0b42c !important;
    color: #0d2269 !important;
    font-weight: 800;
    font-size: 15px;
    padding: 16px 40px !important;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 1px;
    white-space: nowrap;
    transition: all 0.3s;
    text-decoration: none !important;
}
a.herder-btn-gold:hover {
    background: #ffcf00 !important;
    transform: translateY(-2px);
    color: #0d2269 !important;
}
a.herder-btn-primary {
    display: inline-block !important;
    background: #1943cf !important;
    color: #fff !important;
    font-weight: 800;
    font-size: 14px;
    padding: 14px 32px !important;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s;
    text-decoration: none !important;
}
a.herder-btn-primary:hover {
    background: #112c86 !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(25,67,207,0.25);
    color: #fff !important;
}

/* --- Fade-up Animation --- */
.herder-fade-up {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s ease-out;
}
.herder-fade-up.visible {
    opacity: 1;
    transform: translateY(0);
}

/* USP Section override handled above */

/* --- Hide "View Cart" link after AJAX add (Side Cart handles this) --- */
.herder-product-card a.added_to_cart,
.herder-product-grid a.added_to_cart,
.herder-scroll-row a.added_to_cart {
    display: none !important;
}

/* --- Einheitliche max-width 1500px für alle Rows --- */
.page-id-336393 .et_pb_row {
    max-width: 1500px !important;
    width: 80% !important;
}
/* usp-bar width handled by flex layout */
.herder-cta-box {
    max-width: 1500px;
    margin: 0 auto;
}

/* --- Responsive --- */

/* Tablet */
@media (max-width: 1024px) {
    .herder-cat-panels {
        height: 420px;
    }
    .cat-panel .panel-info h3 {
        font-size: 18px !important;
    }
    .eterno-showcase {
        grid-template-columns: 1fr !important;
        gap: 30px;
    }
    .eterno-visual {
        height: 320px;
    }
    h2.eterno-title {
        font-size: 32px !important;
    }
    .eterno-feat {
        width: 100% !important;
    }
    .herder-product-grid {
        grid-template-columns: repeat(3, 1fr) !important;
    }
    .herder-cta-box {
        flex-direction: column !important;
        text-align: center;
        padding: 40px 24px !important;
    }
}

/* Mobile */
@media (max-width: 768px) {
    /* --- Panels → horizontal scroll cards on mobile --- */
    .herder-cat-panels {
        display: flex !important;
        flex-direction: row !important;
        height: auto !important;
        gap: 12px;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        padding: 0 0 16px !important;
        border-radius: 12px;
        scrollbar-width: none;
    }
    .herder-cat-panels::-webkit-scrollbar {
        display: none;
    }
    .cat-panel {
        flex: 0 0 260px !important;
        height: 300px !important;
        border-radius: 12px !important;
        scroll-snap-align: start;
        transition: none !important;
        background: rgba(255,255,255,0.06) !important;
    }
    /* All panels look the same on mobile — no expand/collapse */
    .cat-panel.is-active,
    .herder-cat-panels:hover .cat-panel:hover {
        flex: 0 0 260px !important;
    }
    .herder-cat-panels:hover .cat-panel.is-active:not(:hover) {
        flex: 0 0 260px !important;
    }
    /* Show labels horizontally, hide vertical label */
    .cat-panel .panel-label {
        display: none !important;
    }
    /* Always show bottom info on mobile */
    .cat-panel .panel-bottom {
        opacity: 1 !important;
        transform: none !important;
        padding: 14px 16px !important;
    }
    .cat-panel .panel-info h3 {
        font-size: 16px !important;
    }
    .cat-panel .panel-count {
        font-size: 11px !important;
    }
    .cat-panel .panel-cta {
        font-size: 12px !important;
    }
    /* Image sizing on mobile */
    .cat-panel .panel-img {
        padding: 20px !important;
    }
    .cat-panel .panel-img img,
    .cat-panel.is-active .panel-img img,
    .herder-cat-panels:hover .cat-panel:hover .panel-img img {
        opacity: 1 !important;
        max-width: 85% !important;
        max-height: 85% !important;
    }

    /* --- Product grids --- */
    .herder-product-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    /* --- Section titles --- */
    .herder-section-title h2 {
        font-size: 26px !important;
    }
    .herder-section-title p {
        font-size: 14px !important;
    }

    /* --- Tradition --- */
    h2.herder-tradition-h2 {
        font-size: 28px !important;
    }
    .herder-stat-number {
        font-size: 34px !important;
    }

    /* --- Eterno --- */
    h2.eterno-title {
        font-size: 28px !important;
    }
    .eterno-visual {
        height: 260px !important;
    }

    /* --- USP bar --- */
    .herder-usp-bar {
        gap: 20px !important;
    }

    /* --- Cat section padding --- */
    .herder-cat-section.et_pb_section {
        padding: 30px 0 60px !important;
    }
    .herder-section-title-light {
        padding: 0 16px;
    }
}

@media (max-width: 480px) {
    .herder-product-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 10px !important;
    }
    .herder-product-card .product-info {
        padding: 10px 12px 14px !important;
    }
    .herder-product-card .product-info h3 {
        font-size: 12px !important;
        margin-bottom: 10px;
    }
    .herder-product-card .product-price .price {
        font-size: 15px !important;
    }
    .cat-panel {
        flex: 0 0 220px !important;
        height: 260px !important;
    }
    .herder-cta-box {
        padding: 30px 20px !important;
    }
    .herder-cta-box h3 {
        font-size: 22px !important;
    }
    a.herder-btn-gold {
        padding: 14px 28px !important;
        font-size: 13px;
    }
}
