/*
 * DOTALES Custom Styles
 * Überschreibt Standard-Styles und fügt eigene Anpassungen hinzu
 * Diese Datei wird als letzte geladen
 */

/* ==========================================================================
   FONTS
   ========================================================================== */

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/montserrat/Montserrat-Light.woff2') format('woff2'),
         url('fonts/montserrat/Montserrat-Light.woff') format('woff'),
         url('fonts/montserrat/Montserrat-Light.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/montserrat/Montserrat-LightItalic.woff2') format('woff2'),
         url('fonts/montserrat/Montserrat-LightItalic.woff') format('woff'),
         url('fonts/montserrat/Montserrat-LightItalic.ttf') format('truetype');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

/* ==========================================================================
   BASE STYLES
   ========================================================================== */

body, 
html {
    font-family: 'Montserrat', Arial, Helvetica, sans-serif !important;
}

a:hover {
    color: #3D545C !important;
}

/* ==========================================================================
   BUTTONS
   ========================================================================== */



button:hover,
.btn:hover,
.btn-outline-secondary:hover {
    background-color: #f0f0f0 !important;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
}

.btnstart {
    display: inline-block;
    padding: 12px 30px;
    background: rgba(255,255,255,0.1);
    color: white;
    text-decoration: none;
    border: 2px solid white;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    font-weight: 500;
    border-radius: 8px;
}

.btnstart:hover {
    background: white;
    color: #333;
}

.product-btn {
    background: #2c5530;
    color: white;
    padding: 10px 25px;
    border: none;
    text-transform: uppercase;
    font-size: 0.8rem;
    letter-spacing: 1px;
    cursor: pointer;
    transition: background 0.3s ease;
    border-radius: 3px;
}

.product-btn:hover {
    background: #1a3319;
}

.btn.js-cfg-validate.btn-hidden-default.btn-hidden {
    display: none !important;
}

/* ==========================================================================
   TOPBAR
   ========================================================================== */

.topbar-info {
    width: 100%;
    background: #3D545C;
    color: #fff;
    text-align: center;
    font-size: 0.98rem;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    padding: 0.45rem 0;
    letter-spacing: 0.01em;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.2rem;
    z-index: 1100;
}

.topbar-info-item {
    display: inline-block;
    font-weight: 500;
}

.topbar-info-sep {
    margin: 0 0.7rem;
    color: #fff;
    opacity: 0.5;
    font-size: 1.1em;
}

@media (max-width: 768px) {
    .topbar-info {
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}


/* ==========================================================================
   HEADER & NAVIGATION
   ========================================================================== */

/* Header Icons */
header .nav-right .fa,
header .nav-right .fas,
header .nav-right .far,
header .nav-right .fal,
header .nav-right .fad,
header .nav-right .icon,
header .nav-right .svg-inline--fa {
    color: #3D545C !important;
    fill: #3D545C !important;
}

header .nav-right .fa:hover,
header .nav-right .fas:hover,
header .nav-right .far:hover,
header .nav-right .fal:hover,
header .nav-right .fad:hover,
header .nav-right .icon:hover,
header .nav-right .svg-inline--fa:hover {
    color: #25343a !important;
    fill: #25343a !important;
}

/* Cart Value */
header .nav-right .cart-sum, 
header .nav-right .cart-value, 
header .nav-right .cart-amount {
    color: #3D545C !important;
}

/* Header Links */
#header-top-bar a:not(.dropdown-item):not(.btn):hover,
header a:not(.dropdown-item):not(.btn):hover {
    color: #3D545C !important;
}

/* Navigation Menu */
header .navbar-nav > .nav-item > .nav-link,
header .navbar-nav .nav-link {
    font-weight: 600;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    font-size: 0.9rem;
}

.sticky-top {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

/* ==========================================================================
   SEARCH
   ========================================================================== */

/* Desktop Search */
#search .search-wrapper form {
    border-radius: 2rem;
    background: #fff;
    box-shadow: 0 2px 8px rgba(61,84,92,0.08);
    padding: 0.25rem 1rem;
    display: flex;
    align-items: center;
}

#search .form-icon {
    width: 100%;
}

#search .ac_input {
    border: none;
    outline: none;
    background: transparent;
    font-size: 1rem;
    border-radius: 2rem;
    padding: 0.5rem 1rem;
    width: 100%;
}

#search .ac_input:focus {
    box-shadow: none;
}

#search .form-clear {
    cursor: pointer;
    color: #3D545C;
    margin-left: 0.5rem;
}

#search button[type="submit"] {
    background: #3D545C;
    color: #fff;
    border: none;
    border-radius: 2rem;
    padding: 0.5rem 1.2rem;
    margin-left: 0.5rem;
    transition: background 0.2s;
}

#search button[type="submit"]:hover {
    background: #25343a;
}

#search button[type="submit"] .fa-search,
#search button[type="submit"] .fas.fa-search,
#search button[type="submit"] .svg-inline--fa.fa-search {
    color: #fff !important;
    fill: #fff !important;
}

/* ==========================================================================
   PRODUCTS
   ========================================================================== */

/* Product Lists */
.productlist-item .productlist-item-title,
.productlist .product-title,
.productlist .productlist-title {
    font-weight: 300 !important;
    text-decoration: none !important;
    font-size: 1.15rem;
    margin-bottom: 0.7rem;
    letter-spacing: 0.01em;
    line-height: 1.3;
}

.productlist-item .productlist-item-title a,
.productlist .product-title a,
.productlist .productlist-title a {
    text-decoration: none !important;
    color: inherit;
}

.productlist-item .productlist-item-title a:hover,
.productlist .product-title a:hover,
.productlist .productlist-title a:hover {
    text-decoration: underline;
}

.productlist-item .productlist-item-price,
.productlist .product-price,
.productlist .productlist-price {
    margin-top: 1.1rem !important;
    display: block;
    font-size: 1.08rem;
}

.productlist-item,
.productlist .productlist-item {
    padding-bottom: 2.2rem;
    min-height: 320px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

/* Product Boxes */
.productbox-title {
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-weight: 600 !important;
    font-size: 1rem;
    margin-bottom: 0.8rem;
    letter-spacing: 0.01em;
    line-height: 1.3;
    text-decoration: none !important;
    text-transform: none;
}

.productbox-title a {
    text-decoration: none !important;
    color: inherit;
    font-weight: 600 !important;
}

.productbox-title a:hover {
    text-decoration: underline;
}

.price_wrapper {
    margin-top: 1.2rem !important;
    margin-bottom: 0.5rem;
    display: block;
}

.productbox-price {
    font-size: 1.08rem;
    font-weight: 400;
}

.productbox {
    padding-bottom: 2.2rem;
    min-height: 320px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.productbox .productbox-image {
    margin-bottom: 1.3rem !important;
}

/* Product Price Line */
.productbox-price-line {
    display: flex;
    align-items: center;
    gap: 0.7em;
    font-size: 1.08rem;
    font-weight: 400;
    margin-bottom: 0.2em;
}

.productbox-price-current {
    color: #222;
    font-weight: 600;
}

.productbox-price-old {
    color: #888;
    font-size: 0.98em;
    margin-left: 0.3em;
}

.productbox-price-old del {
    text-decoration: line-through;
    color: #b0b0b0;
}

/* ==========================================================================
   PRODUCT VARIATIONS
   ========================================================================== */

.productbox-onhover {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    z-index: 2;
    position: relative;
}

/* Desktop: Variationen als Slider */
@media (min-width: 992px) {
    .productbox .productbox-onhover {
        display: block !important;
        opacity: 1 !important;
        position: static !important;
        height: auto !important;
        transform: none !important;
        visibility: visible !important;
    }

    .productbox .productbox-inner::before {
        content: none !important;
        display: none !important;
    }

    .productbox:hover,
    .productbox.productbox-hover:hover,
    .productbox.productbox-hover .productbox-inner:hover {
        box-shadow: none !important;
        transform: none !important;
    }

    .productbox-onhover .js-slider-wrapper .js-slider-items .js-slider-item {
        width: calc(100% / 6);
        min-width: calc(100% / 6);
        padding: 0 2px;
    }
}

/* Tablet und Mobile: Grid-Layout für 2 Zeilen à 3 Bilder */
@media (max-width: 991.98px) {
    .productbox-onhover {
        display: block !important;
        opacity: 1 !important;
        position: static !important;
        height: auto !important;
        transform: none !important;
        visibility: visible !important;
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
        z-index: 2;
        position: relative;
    }
    
    .productbox-onhover .js-slider-wrapper {
        overflow: visible !important;
        width: 100% !important;
    }
    
    .productbox-onhover .js-slider-items {
        display: grid !important;
        grid-template-columns: repeat(3, 1fr) !important;
        grid-template-rows: repeat(2, auto) !important;
        gap: 8px !important;
        margin: 0 !important;
        padding: 0 !important;
        width: 100% !important;
        overflow: visible !important;
        transform: none !important;
    }
    
    .productbox-onhover .js-slider-item {
        width: 100% !important;
        min-width: unset !important;
        max-width: 100% !important;
        flex: none !important;
        margin: 0 !important;
        padding: 0 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }
    
    .productbox-onhover .swatches-image {
        width: 100% !important;
        height: 50px !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin: 0 !important;
        padding: 4px !important;
        display: block !important;
        background: #fff !important;
        border: 1.5px solid #e0e0e0 !important;
        border-radius: 8px !important;
        overflow: visible !important;
        transition: border-color 0.2s ease, box-shadow 0.2s ease !important;
        position: relative !important;
    }
    
    .productbox-onhover .swatches-image:hover {
        border-color: #3D545C !important;
        box-shadow: 0 2px 8px rgba(61,84,92,0.15) !important;
    }
    
    .productbox-onhover .swatches-image img {
        width: 100% !important;
        height: 100% !important;
        max-width: 42px !important;
        max-height: 42px !important;
        object-fit: contain !important;
        border-radius: 6px !important;
        background: #fff !important;
        display: block !important;
        margin: 0 auto !important;
        position: absolute !important;
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
    }
    
    .productbox-onhover .js-slider-item:nth-child(n+7) {
        display: none !important;
    }
}

@media (max-width: 480px) {
    .productbox-onhover .js-slider-items {
        gap: 6px !important;
    }
    
    .productbox-onhover .swatches-image {
        height: 45px !important;
        padding: 3px !important;
    }
    
    .productbox-onhover .swatches-image img {
        max-width: 38px !important;
        max-height: 38px !important;
    }
}

/* ==========================================================================
   PRODUCT DETAILS - KEY FACTS (MODERN MINIMALIST VERSION)
   ========================================================================== */

.product-keyfacts {
    max-width: 680px;
    margin: 1.5rem 0;
}

.keyfacts-title {
    font-size: 1.5rem;
    font-weight: 400;
    color: #374151;
    text-align: left;
    margin-bottom: 1.5rem;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    letter-spacing: -0.01em;
}

.keyfacts-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem 2rem;
}

.keyfact {
    display: flex;
    align-items: flex-start;
    gap: 0.875rem;
    padding: 0;
    background: none;
    border: none;
    transition: all 0.2s ease;
    opacity: 0.9;
}

.keyfact:hover {
    opacity: 1;
    transform: translateX(2px);
}

.keyfact-icon {
    width: 2.25rem;
    height: 2.25rem;
    min-width: 2.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f1f5f9;
    border-radius: 8px;
    transition: all 0.2s ease;
    margin-top: 0.125rem;
    border: 1px solid #e2e8f0;
}

.keyfact:hover .keyfact-icon {
    background-color: #e2e8f0;
    border-color: #cbd5e1;
    transform: scale(1.02);
}

/* Icon Backgrounds - Simplified */
.keyfact-barfuss .keyfact-icon {
    background-image: url('../../../NOVAChild/themes/my-nova/images/barfuss-icon.png');
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #f8f9fa;
}

.keyfact-leicht .keyfact-icon {
    background-image: url('../../../NOVAChild/themes/my-nova/images/federleicht-icion.png');
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #f8f9fa;
}

.keyfact-handgemacht .keyfact-icon {
    background-image: url('../../../NOVAChild/themes/my-nova/images/handgemacht-icon.png');
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #f8f9fa;
}

.keyfact-germany .keyfact-icon {
    background-image: url('../../../NOVAChild/themes/my-nova/images/madeingermany_icon.png');
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #f8f9fa;
}

.keyfact-text {
    flex: 1;
}

.keyfact-text strong {
    display: block;
    font-size: 0.95rem;
    font-weight: 500;
    color: #374151;
    line-height: 1.4;
    letter-spacing: -0.005em;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

/* Alternative: Ultra-minimalist version */
.product-keyfacts.ultra-minimal {
    border-top: 1px solid #e5e7eb;
    padding-top: 3rem;
    margin-top: 3rem;
}

.product-keyfacts.ultra-minimal .keyfacts-title {
    font-size: 1.5rem;
    font-weight: 400;
    margin-bottom: 2.5rem;
    color: #374151;
}

.product-keyfacts.ultra-minimal .keyfact {
    padding: 1rem 0;
    border-bottom: 1px solid #f3f4f6;
}

.product-keyfacts.ultra-minimal .keyfact:last-child {
    border-bottom: none;
}

.product-keyfacts.ultra-minimal .keyfact-icon {
    background: none;
    width: 1.5rem;
    height: 1.5rem;
    min-width: 1.5rem;
}

.product-keyfacts.ultra-minimal .keyfact-text strong {
    font-size: 0.95rem;
    font-weight: 400;
    color: #374151;
}

/* Responsive */
@media (max-width: 768px) {
    .product-keyfacts {
        margin: 1rem 0;
    }
    
    .keyfacts-title {
        font-size: 1.25rem;
        margin-bottom: 1rem;
        font-weight: 500;
    }
    
    .keyfacts-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem 1rem;
    }
    
    .keyfact {
        gap: 0.5rem;
        flex-direction: row;
        text-align: left;
        align-items: flex-start;
    }
    
    .keyfact-icon {
        width: 1.75rem;
        height: 1.75rem;
        min-width: 1.75rem;
        margin-top: 0.125rem;
        margin-bottom: 0;
    }
    
    .keyfact-text {
        flex: 1;
    }
    
    .keyfact-text strong {
        font-size: 0.8rem;
        line-height: 1.25;
        text-align: left;
    }
    
    .keyfact:hover {
        transform: none;
    }
}

/* ==========================================================================
   PRODUCT DETAILS - TRUST BADGES
   ========================================================================== */

.product-trustfacts-row {
    margin: 1.5rem 0;
}

.trust-badges {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, auto);
    gap: 0.5rem;
    margin: 0;
    padding: 0.75rem 1rem;
    background: linear-gradient(135deg, #f8fafb 0%, #ffffff 100%);
    border-radius: 10px;
    border: 1px solid rgba(61, 84, 92, 0.06);
    max-width: 580px;
}

.trust-badge {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.5rem 0.7rem;
    border-radius: 6px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    min-height: 42px;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    border: 1px solid transparent;
}

/* Trust Badge Colors */
.trust-badge:nth-child(1) {
    background: linear-gradient(135deg, #D9FE8B 0%, #C8F770 100%);
    color: #2d4a0c;
    border-color: rgba(45, 74, 12, 0.1);
}

.trust-badge:nth-child(1):hover {
    background: linear-gradient(135deg, #C8F770 0%, #B5EC55 100%);
    transform: translateY(-1px);
    box-shadow: 0 4px 16px rgba(217, 254, 139, 0.4);
}

.trust-badge:nth-child(2) {
    background: linear-gradient(135deg, #67CCB7 0%, #52B8A3 100%);
    color: #1a3d36;
    border-color: rgba(26, 61, 54, 0.1);
}

.trust-badge:nth-child(2):hover {
    background: linear-gradient(135deg, #52B8A3 0%, #3FA48F 100%);
    transform: translateY(-1px);
    box-shadow: 0 4px 16px rgba(103, 204, 183, 0.4);
}

.trust-badge:nth-child(3) {
    background: linear-gradient(135deg, #6AB2FE 0%, #4A9DFD 100%);
    color: #1e3a5f;
    border-color: rgba(30, 58, 95, 0.1);
}

.trust-badge:nth-child(3):hover {
    background: linear-gradient(135deg, #4A9DFD 0%, #2A88FC 100%);
    transform: translateY(-1px);
    box-shadow: 0 4px 16px rgba(106, 178, 254, 0.4);
}

.trust-badge:nth-child(4) {
    background: linear-gradient(135deg, #F9A384 0%, #F78B6A 100%);
    color: #5d2a1a;
    border-color: rgba(93, 42, 26, 0.1);
}

.trust-badge:nth-child(4):hover {
    background: linear-gradient(135deg, #F78B6A 0%, #F57350 100%);
    transform: translateY(-1px);
    box-shadow: 0 4px 16px rgba(249, 163, 132, 0.4);
}

.trust-badge-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    min-width: 28px;
    border-radius: 6px;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.6);
}

.trust-badge:hover .trust-badge-icon {
    background: rgba(255, 255, 255, 0.9);
    transform: scale(1.05);
}

.trust-badge-icon svg {
    width: 16px;
    height: 16px;
    stroke-width: 2.4;
    transition: all 0.3s ease;
}

.trust-badge span:not(.trust-badge-icon) {
    font-size: 0.6rem;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.01em;
}

/* ==========================================================================
   SWATCHES & FORMS
   ========================================================================== */

.swatches-image img {
    border-radius: 8px !important;
    overflow: hidden;
}

.swatches-image {
    border-radius: 8px !important;
    overflow: hidden;
    border: 1px solid #ddd;
}

.form-counter {
    border-radius: 8px;
}

#image_wrapper .slick-list, 
#image_wrapper .slick-slide, 
#image_wrapper img {
    border-radius: 8px;
}

/* ==========================================================================
   RIBBONS & BADGES
   ========================================================================== */

.dotales-ribbon {
    position: absolute;
    top: 1rem;
    left: 1rem;
    padding: 0.3rem 0.75rem;
    font-size: 0.55rem;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    border-radius: 1rem;
    color: white;
    z-index: 10;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    display: inline-block;
}

.dotales-ribbon-text {
    display: inline-block;
    letter-spacing: 0.05em;
}

/* RIBBON STYLES MIT VERBESSERTEM KONTRAST */

.dotales-ribbon-1 {
    background: linear-gradient(135deg, #6fa872, #4e8561); /* Grüntöne – NEU */
}

.dotales-ribbon-2 {
    background: linear-gradient(135deg, #e1574e, #b43833); /* SALE */
}

.dotales-ribbon-3 {
    background: linear-gradient(135deg, #e2a821, #b17d00); /* HIGHLIGHT */
}

.dotales-ribbon-4 {
    background: linear-gradient(135deg, #9d6ec4, #76459e); /* LIMITED EDITION */
}

.dotales-ribbon-5 {
    background: linear-gradient(135deg, #d99845, #b36b0b); /* SOMMER-EDITION */
}

.dotales-ribbon-6 {
    background: linear-gradient(135deg, #5a8d96, #3d6e76); /* TOP BEWERTET */
}

.dotales-ribbon-7 {
    background: linear-gradient(135deg, #3399cc, #237aa6); /* NEUHEIT */
}

.dotales-ribbon-8 {
    background: linear-gradient(135deg, #d84c6f, #a6314f); /* LIEBLING */
}

.dotales-ribbon-9 {
    background: linear-gradient(135deg, #c3a755, #9b7e2f); /* BIO / NATUR */
}

.dotales-ribbon-custom {
    background: linear-gradient(135deg, #666666, #444); /* neutral fallback */
}


/* ==========================================================================
   HOMEPAGE SECTIONS
   ========================================================================== */

.hero {
    height: 75vh;
    background: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)), url('/media/image/opc/xl/hero-bg.webp');
    background-size: cover;
    background-position: center -15px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    position: relative;
}

.hero-content h1 {
    font-size: 3.5rem;
    font-weight: bold;
    letter-spacing: 3px;
    margin-bottom: 1rem;
    text-transform: uppercase;
    color: white;
}

.hero-content p {
    font-size: 1.1rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.philosophy {
    padding: 75px 20px;
    text-align: center;
    background: #f8f8f8;
}

.philosophy h2 {
    font-size: 2.5rem;
    margin-bottom: 3rem;
    font-weight: 300;
    color: #333;
}

.philosophy-content {
    max-width: 800px;
    margin: 0 auto;
    font-size: 1.1rem;
    line-height: 1.8;
    color: #666;
}

.philosophy-content p {
    margin-bottom: 1.5rem;
}

.collection {
    padding: 75px 20px;
    background: #e8e8e8;
}

.collection h2 {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 4rem;
    font-weight: 300;
    color: #333;
}

.products-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.product-card {
    background: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.product-card:hover {
    transform: translateY(-5px);
}

.product-image {
    height: 250px;
    background: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.product-placeholder {
    width: 200px;
    height: 150px;
    background: #ddd;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    font-size: 0.9rem;
    text-align: center;
}

.product-image img {
    width: 80%;
    height: auto;
    object-fit: contain;
}

.product-details {
    padding: 2rem;
    text-align: center;
}

.product-details h3 {
    font-size: 1.3rem;
    margin-bottom: 1rem;
    color: #333;
}

.product-details p {
    color: #666;
    margin-bottom: 1.5rem;
    font-size: 0.9rem;
}

.experience {
    padding: 75px 20px;
    background: #3D545C;
    color: white;
    text-align: center;
}

.experience-content {
    max-width: 600px;
    margin: 0 auto;
}

.experience h2 {
    font-size: 2.5rem;
    margin-bottom: 2rem;
    font-weight: bold;
    color: white;
}

.experience-number {
    font-size: 4rem;
    font-weight: 300;
    margin: 2rem 0;
}

.experience-years {
    font-size: 1.2rem;
    margin-bottom: 1rem;
}

.experience p {
    font-size: 1.1rem;
    margin-bottom: 2rem;
    line-height: 1.6;
}

.health-benefits {
  padding: 75px 20px;
  background: #ffffff;
  text-align: center;
}

.health-benefits h2 {
  font-size: 1.5rem;
  margin-bottom: 4rem;
  font-weight: 300;
  color: #333;
}

.health-grid {
  display: grid;
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
  grid-template-columns: 1fr; /* mobile */
}

.health-box {
  background: #ffffff;
  border-radius: 8px;
  padding: 25px 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  transition: transform 0.2s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
  min-height: 260px;
  text-align: center;
  word-wrap: break-word;
}

/* Responsive */
@media (max-width: 768px) {
    .health-box {
        min-height: 160px;
    }
}

.health-box:hover {
  transform: translateY(-4px);
}

.health-box h3 {
  font-size: 18px;
  color: #2c2c2c;
  margin-bottom: 10px;
  hyphens: auto;
  word-break: break-word;
}

.health-box p {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
  margin: 0;
}

.icon {
  margin-bottom: 15px;
}

/* Desktop: 4 exakt gleich große Boxen */
@media (min-width: 1024px) {
  .health-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}


.sustainability-principles {
  background: #f8f9f9;
  padding: 60px 20px;
  text-align: center;
}

.sustainability-principles h2 {
  font-size: 1.5rem;
  margin-bottom: 40px;
  color: #2c2c2c;
}

.principle-grid {
  display: grid;
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
  grid-template-columns: 1fr; /* Standard: Mobile = 1 Spalte */
}

.principle-box {
  background: #ffffff;
  border-radius: 8px;
  padding: 25px 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  transition: transform 0.2s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  box-sizing: border-box;
  width: 100%;
  min-height: 280px;
  min-width: 0; /* ← ganz wichtig */
  word-wrap: break-word;
  text-align: center;
  
}

/* Responsive */
@media (max-width: 768px) {
    .principle-box {
        min-height: 160px;
    }
}

.principle-box:hover {
  transform: translateY(-4px);
}

.icon {
  margin-bottom: 15px;
}

.principle-box h3 {
  font-size: 18px;
  color: #2c2c2c;
  margin-bottom: 10px;
}

.principle-box p {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
  margin: 0;
}

/* Desktop: exakt 6 gleich große Spalten */
@media (min-width: 1024px) {
  .principle-grid {
    grid-template-columns: repeat(6, 1fr);
  }
}




/* ==========================================================================
   SIZE GUIDE - TEXT LINK VERSION (WORKING)
   ========================================================================== */

/* Text-link version */
.size-guide-link {
    color: #6b7280;
    text-decoration: underline;
    text-decoration-color: #e5e7eb;
    text-underline-offset: 3px;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.2s ease;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    border: none;
    background: none;
    padding: 0;
}

.size-guide-link:hover {
    color: #374151;
    text-decoration-color: #9ca3af;
}

/* Modern Panel Styling */
.size-chart-panel {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 480px;
    height: 100vh;
    background: #ffffff;
    overflow: hidden;
    padding: 0;
    z-index: 9999;
    box-shadow: -2px 0 20px rgba(0, 0, 0, 0.1);
    transition: right 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.size-chart-panel.open {
    right: 0;
}

.size-chart-header {
    padding: 1.5rem;
    border-bottom: 1px solid #f3f4f6;
    background: #fafafa;
    flex-shrink: 0;
    position: relative;
}

.size-chart-title {
    font-size: 1.25rem;
    font-weight: 500;
    color: #111827;
    margin: 0;
    letter-spacing: -0.01em;
    padding-right: 3rem; /* Platz für Close-Button */
}

/* Real Close Button - HTML Element */
.close-button {
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
    background: #f3f4f6;
    border: none;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    cursor: pointer;
    color: #6b7280;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    line-height: 1;
    z-index: 10;
}

.close-button:hover {
    background: #e5e7eb;
    color: #374151;
}

.close-button:focus {
    outline: 2px solid #3b82f6;
    outline-offset: 2px;
}

/* Content Wrapper mit eigenem Scroll */
.size-chart-content {
    height: calc(100vh - 80px);
    overflow-y: auto;
    padding: 1.5rem;
    box-sizing: border-box;
}

/* JavaScript-generierte Tabelle */
.size-chart-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 2rem;
    font-size: 0.9rem;
    color: #374151;
    border: 1px solid #f3f4f6;
    border-radius: 8px;
    overflow: hidden;
}

.size-chart-table th,
.size-chart-table td {
    padding: 0.75rem;
    text-align: left;
    border-bottom: 1px solid #f3f4f6;
}

.size-chart-table th {
    background-color: #f9fafb;
    font-weight: 500;
    color: #374151;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.size-chart-table tr:last-child td {
    border-bottom: none;
}

.size-chart-table tr:hover {
    background-color: #f9fafb;
}

/* JavaScript-generierte Hint-Sektion */
.size-chart-hint {
    margin-top: 2rem;
}

.size-chart-heading {
    font-size: 1.125rem;
    font-weight: 500;
    color: #111827;
    margin-bottom: 1rem;
}

.size-chart-hint img {
    width: 100%;
    max-width: 300px;
    height: auto;
    margin: 1rem 0 1.5rem 0;
    border-radius: 8px;
    border: 1px solid #f3f4f6;
}

.size-chart-instructions {
    margin: 0;
    padding: 0;
    list-style: none;
    color: #6b7280;
    font-size: 0.9rem;
    line-height: 1.6;
}

.size-chart-instructions li {
    margin-bottom: 0.75rem;
    position: relative;
    padding-left: 1.5rem;
}

.size-chart-instructions li::before {
    content: "•";
    color: #d1d5db;
    position: absolute;
    left: 0;
}

/* Verhindere Body-Scroll wenn Panel offen ist */
body.size-chart-open {
    overflow: hidden;
}

/* Responsive */
@media (max-width: 768px) {
    .size-chart-panel {
        max-width: 100%;
    }
    
    .size-chart-header {
        padding: 1rem;
    }
    
    .close-button {
        width: 1.75rem;
        height: 1.75rem;
        top: 1rem;
        right: 1rem;
        font-size: 1rem;
    }
    
    .size-chart-content {
        height: calc(100vh - 65px);
        padding: 1rem;
    }
    
    .size-chart-title {
        font-size: 1.125rem;
        padding-right: 2.5rem;
    }
    
    .size-chart-heading {
        font-size: 1rem;
    }
    
    .size-chart-instructions {
        font-size: 0.85rem;
    }
    
    .size-chart-table {
        font-size: 0.8rem;
    }
    
    .size-chart-table th,
    .size-chart-table td {
        padding: 0.5rem;
    }
    
    .size-chart-hint img {
        max-width: 250px;
    }
}
/* ==========================================================================
   CONSENT BUTTON
   ========================================================================== */

#consent-settings-btn {
    border-radius: 50% !important;
    width: 3.5rem;
    height: 3.5rem;
    padding: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem !important;
}

#consent-settings-btn .consent-icon {
    margin: 0;
    width: 75%;
    height: 75%;
}

/* ==========================================================================
   FOOTER
   ========================================================================== */

#footer, 
.footer, 
footer {
    background: #3D545C !important;
    color: #fff !important;
}

#footer a, 
.footer a, 
footer a {
    color: #fff !important;
    text-decoration: underline;
}

#footer a:hover, 
.footer a:hover, 
footer a:hover {
    color: #e2e2e2 !important;
    text-decoration: none;
}


#footer a:not(.btn), #footer .productlist-filter-headline, #footer .newsletter-footer-heading, #footer .btn-outline-primary {
color: #525252;
color: #fff;
}

/* ==========================================================================
   ANIMATIONS
   ========================================================================== */

@keyframes topbarRotate {
    0%, 26.66%, 100% { 
        opacity: 0; 
        z-index: 1;
    }
    6.66%, 20% { 
        opacity: 1; 
        z-index: 2;
    }
}

/* ==========================================================================
   RESPONSIVE BREAKPOINTS
   ========================================================================== */

/* Desktop */
@media (min-width: 992px) {
    .navbar-brand {
        margin-left: 80px !important;
    }
    
    .sticky-top {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
}

/* Tablet */
@media (max-width: 991.98px) {
    header .navbar-collapse {
        position: fixed;
        top: 35.2px !important;
        left: 0;
        display: block;
        height: 100vh !important;
        -webkit-overflow-scrolling: touch;
        max-width: 16.875rem;
        transition: all 0.2s ease-in-out;
        z-index: 1050;
        width: 100%;
        background: #ffffff;
    }
    
    .navbar-toggler {
        margin-top: 0.5rem !important;
    }
    
    header .navbar-nav > .nav-item > .nav-link,
    header .navbar-nav .nav-link {
        font-size: 0.9rem;
        letter-spacing: 0.01em;
        text-transform: uppercase;
        font-weight: 600;
    }
    
    /* Mobile Search */
    .search-wrapper-dropdown .dropdown-body form,
    .search-wrapper form {
        border-radius: 2rem;
        background: #fff;
        box-shadow: 0 2px 8px rgba(61,84,92,0.08);
        padding: 0.25rem 1rem;
        display: flex;
        align-items: center;
    }
    
    .search-wrapper-dropdown .dropdown-body .form-icon,
    .search-wrapper .form-icon {
        width: 100%;
    }
    
    .search-wrapper-dropdown .dropdown-body .ac_input,
    .search-wrapper .ac_input {
        border: none;
        outline: none;
        background: transparent;
        font-size: 1rem;
        border-radius: 2rem;
        padding: 0.5rem 1rem;
        width: 100%;
    }
    
    .search-wrapper-dropdown .dropdown-body .ac_input:focus,
    .search-wrapper .ac_input:focus {
        box-shadow: none;
    }
    
    .search-wrapper-dropdown .dropdown-body .form-clear,
    .search-wrapper .form-clear {
        cursor: pointer;
        color: #3D545C;
        margin-left: 0.5rem;
    }
    
    .search-wrapper-dropdown .dropdown-body button[type="submit"],
    .search-wrapper button[type="submit"] {
        background: #3D545C;
        color: #fff;
        border: none;
        border-radius: 2rem;
        padding: 0.5rem 1.2rem;
        margin-left: 0.5rem;
        transition: background 0.2s;
    }
    
    .search-wrapper-dropdown .dropdown-body button[type="submit"]:hover,
    .search-wrapper button[type="submit"]:hover {
        background: #25343a;
    }
    
    .search-wrapper-dropdown .dropdown-body button[type="submit"] .fa-search,
    .search-wrapper-dropdown .dropdown-body button[type="submit"] .fas.fa-search,
    .search-wrapper-dropdown .dropdown-body button[type="submit"] .svg-inline--fa.fa-search,
    .search-wrapper button[type="submit"] .fa-search,
    .search-wrapper button[type="submit"] .fas.fa-search,
    .search-wrapper button[type="submit"] .svg-inline--fa.fa-search {
        color: #fff !important;
        fill: #fff !important;
    }
    
    .sticky-top {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
}

@media (max-width: 767.98px) {
    .productlist-filter#collapseFilter {
        top: 35.2px !important;
        height: calc(100vh - 35.2px) !important;
    }
    
    .hero-content h1 {
        font-size: 2.5rem;
    }

    .philosophy h2,
    .collection h2,
    .experience h2,
    .health-benefits h2,
    .sustainability h2 {
        font-size: 2rem;
    }

    .products-grid {
        grid-template-columns: 1fr;
    }

    .benefits-grid {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    }

    .hero-content p {
        font-size: 1rem;
    }

    .experience-number {
        font-size: 3rem;
    }
}

/* Key Facts & Trust Badges Responsive */
@media (max-width: 1024px) {
    .product-keyfacts {
        gap: 0.625rem;
        padding: 1.25rem 1.5rem;
        max-width: 600px;
    }
    
    .product-keyfacts .keyfact {
        padding: 0.875rem;
        gap: 0.75rem;
        min-height: 75px;
    }
    
    .product-keyfacts .keyfact-icon {
        width: 3rem;
        height: 3rem;
        min-width: 3rem;
        min-height: 3rem;
    }
}

@media (max-width: 768px) {
    .product-keyfacts {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto repeat(2, 1fr);
        gap: 0.5rem;
        padding: 1rem;
        max-width: none;
    }
    
    .keyfacts-title {
        font-size: 1.2rem;
        margin-bottom: 0.5rem;
    }
    
    .product-keyfacts .keyfact {
        padding: 0.75rem;
        gap: 0.625rem;
        min-height: 70px;
    }
    
    .product-keyfacts .keyfact-icon {
        width: 2.8rem;
        height: 2.8rem;
        min-width: 2.8rem;
        min-height: 2.8rem;
    }
    
    .product-keyfacts .keyfact-text {
        font-size: 0.85rem;
        line-height: 1.3;
    }
    
    .trust-badges {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, auto);
        padding: 0.625rem 0.75rem;
        gap: 0.4rem;
        max-width: none;
    }
    
    .trust-badge {
        padding: 0.5rem 0.625rem;
        min-height: 40px;
        gap: 0.375rem;
    }
    
    .trust-badge-icon {
        width: 26px;
        height: 26px;
        min-width: 26px;
        border-radius: 5px;
    }
    
    .trust-badge-icon svg {
        width: 15px;
        height: 15px;
    }
    
    .trust-badge span:not(.trust-badge-icon) {
        font-size: 0.75rem;
        line-height: 1.2;
    }
}

@media (max-width: 600px) {
    .topbar-info {
        flex-direction: column;
        gap: 0;
        font-size: 0.93rem;
        height: 2.2rem;
        overflow: hidden;
        position: relative;
        padding: 0;
        min-height: 2.2rem;
    }
    
    .topbar-info-item {
        position: absolute;
        left: 0; 
        right: 0;
        top: 0;
        width: 100%;
        opacity: 0;
        text-align: center;
        font-weight: 500;
        background: #3D545C;
        color: #fff;
        z-index: 1;
        line-height: 2.2rem;
        animation: topbarRotate 7.5s infinite;
    }
    
    .topbar-info-item:nth-child(1) {
        animation-delay: 0s;
    }
    
    .topbar-info-item:nth-child(2) {
        animation-delay: 5s;
    }
    
    .topbar-info-item:nth-child(3) {
        animation-delay: 10s;
    }
    
    .topbar-info-sep {
        display: none;
    }
    
    .product-keyfacts {
        gap: 0.4rem;
        padding: 0.875rem;
    }
    
    .keyfacts-title {
        font-size: 1.1rem;
        margin-bottom: 0.4rem;
    }
    
    .product-keyfacts .keyfact {
        padding: 0.625rem;
        gap: 0.5rem;
        min-height: 65px;
    }
    
    .product-keyfacts .keyfact-icon {
        width: 2.6rem;
        height: 2.6rem;
        min-width: 2.6rem;
        min-height: 2.6rem;
    }
    
    .product-keyfacts .keyfact-text {
        font-size: 0.8rem;
    }
    
    .size-chart-panel .close-button {
        font-size: 1.5rem;
        top: 0.5rem;
        right: 0.5rem;
        padding: 0.25rem 0.5rem;
    }
    
    .size-chart-panel .size-chart-header h2 {
        font-size: 1.1rem;
        padding-right: 2.5rem;
    }
}

@media (max-width: 480px) {
    .hero-content h1 {
        font-size: 2rem;
        letter-spacing: 2px;
    }

    .philosophy,
    .collection,
    .experience,
    .health-benefits,
    .sustainability {
        padding: 60px 15px;
    }

    .product-details {
        padding: 1.5rem;
    }

    .benefit-card {
        padding: 1.5rem;
    }
    
    .product-keyfacts {
        gap: 0.35rem;
        padding: 0.75rem;
        border-radius: 12px;
    }
    
    .keyfacts-title {
        font-size: 1rem;
        margin-bottom: 0.35rem;
    }
    
    .product-keyfacts .keyfact {
        padding: 0.5rem;
        gap: 0.45rem;
        min-height: 60px;
    }
    
    .product-keyfacts .keyfact-icon {
        width: 2.4rem;
        height: 2.4rem;
        min-width: 2.4rem;
        min-height: 2.4rem;
    }
    
    .product-keyfacts .keyfact-text {
        font-size: 0.75rem;
        line-height: 1.2;
    }
    
    .trust-badges {
        padding: 0.5rem 0.625rem;
        border-radius: 8px;
        gap: 0.35rem;
    }
    
    .trust-badge {
        padding: 0.45rem 0.55rem;
        gap: 0.35rem;
        min-height: 38px;
    }
    
    .trust-badge-icon {
        width: 24px;
        height: 24px;
        min-width: 24px;
    }
    
    .trust-badge-icon svg {
        width: 14px;
        height: 14px;
    }
    
    .trust-badge span:not(.trust-badge-icon) {
        font-size: 0.6rem;
    }
}

/* ========== DOTALES: Bereinigte mobile Thumbnail-Galerie & Slick-Dots ========== */
@media (max-width: 991.98px) {
  /* --- Thumbnail-Galerie für Mobilgeräte --- */
  .product-detail .product-thumbnails-wrapper .product-thumbnails {
    display: flex !important;
    flex-direction: row !important;
    align-items: center;
    overflow-x: auto !important;
    gap: 5px !important;
    padding: 0.5rem 0;
    margin-bottom: 0.5rem;
    background: transparent;
    scrollbar-width: thin;
  }
  .product-detail .product-thumbnails-wrapper .product-thumbnails .square.square-image {
    width: 64px !important;
    height: 64px !important;
    min-width: 64px !important;
    min-height: 64px !important;
    border: 2px solid #405256 !important;
    border-radius: 10px !important;
    background: #fff !important;
    box-sizing: border-box !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
  }
  .product-detail .product-thumbnails-wrapper .product-thumbnails .square.square-image:last-child {
    margin-right: 0 !important;
  }
  .product-detail .product-thumbnails-wrapper .product-thumbnails .square.square-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    border-radius: 8px !important;
    background: transparent !important;
    display: block;
    margin: 0 !important;
  }
  .carousel-thumbnails .slick-slide {
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
  }
  /* --- Slick-Dots in der Galerie auf Mobil ausblenden --- */
  .product-detail .slick-dots {
    display: none !important;
  }
}

/* --- Slick-Dots global (z.B. für Produktlisten) minimalistisch --- */
.slick-dots {
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin: 1.2rem 0 0.8rem 0;
  padding: 0;
  background: transparent;
  list-style: none;
  position: relative;
  z-index: 2;
}
.slick-dots li {
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
}
.slick-dots button {
  width: 8px;
  height: 8px;
  padding: 0;
  border: none !important;
  border-radius: 50% !important;
  background: #dadada !important;
  box-shadow: none !important;
  outline: none !important;
  margin: 0;
  display: block;
  cursor: pointer;
  transition: background 0.2s, width 0.2s, height 0.2s;
}
.slick-dots .slick-active button {
  background: #222 !important;
  width: 9px;
  height: 9px;
}

@media (max-width: 991.98px) {
  /* --- Thumbnail-Galerie wie gehabt --- */

  /* --- Slick-Dots mit maximaler Spezifität --- */
  ul.slick-dots li button,
  .slick-dots li button,
  .slick-dots button {
    width: 8px !important;
    height: 8px !important;
    min-width: 8px !important;
    min-height: 8px !important;
    padding: 0 !important;
    border: none !important;
    border-radius: 50% !important;
    background: #dadada !important;
    box-shadow: none !important;
    outline: none !important;
    margin: 0 !important;
    display: block !important;
    cursor: pointer !important;
    transition: background 0.2s, width 0.2s, height 0.2s !important;
  }
  ul.slick-dots li.slick-active button,
  .slick-dots li.slick-active button,
  .slick-dots .slick-active button {
    background: #222 !important;
    width: 9px !important;
    height: 9px !important;
  }
}


/* ==========================================================================
   DOTALES CONTENT PAGE (Redesign mit nur einem Bild)
   ========================================================================== */

.dotales-content-page {
    font-family: 'Montserrat', sans-serif;
    color: #333;
    line-height: 1.7;
    padding: 2rem;
    max-width: 900px;
    margin: 0 auto;
}

/* Hero-Banner */
.dotales-hero-banner {
    position: relative;
    background-image: url('/templates/NOVAChild/themes/my-nova/images/close-up_of_minimalist_barefoot_shoes_on_a_sunlit.jpg'); /* Optional anpassen */
    background-size: cover;
    background-position: center;
    border-radius: 16px;
    padding: 5rem 2rem;
    margin-bottom: 3rem;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    color: white;
}

.dotales-hero-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0.45), rgba(0,0,0,0.25));
    z-index: 1;
}

.dotales-hero-banner h1 {
    position: relative;
    z-index: 2;
    font-size: 2.7rem;
    font-weight: 700;
    margin: 0;
    text-align: center;
    text-shadow: 1px 1px 4px rgba(0,0,0,0.3);
    color: #fff;
}

/* Vergleichsbereich */
.comparison-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1rem;
    background-color: #f9f9f9;
    border-radius: 12px;
    overflow: hidden;
    font-size: 0.95rem;
    margin-top: 1rem;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.comparison-head {
    background-color: #3D545C;
    color: white;
    font-weight: 600;
    padding: 1rem;
    text-align: center;
}

.comparison-grid > div {
    padding: 1rem;
    border-bottom: 1px solid #eaeaea;
}

.comparison-grid > div:nth-child(3n+1) {
    font-weight: 600;
    color: #333;
}

/* CTA-Bereich */
.cta-block {
    background-color: #3D545C;
    color: #fff;
    text-align: center;
    padding: 2rem;
    border-radius: 16px;
    margin-top: 3rem;
}

.cta-block h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.cta-button {
    background-color: #fff;
    color: #3D545C;
    font-weight: 600;
    padding: 0.8rem 1.5rem;
    border-radius: 8px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
}

.cta-button:hover {
    background-color: #e6e6e6;
}

/* Standard-Stile */
.dotales-content-page h2 {
    font-size: 1.75rem;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    color: #222;
    border-bottom: 2px solid #e0e0e0;
    padding-bottom: 0.5rem;
}

.dotales-content-page h3 {
    font-size: 1.35rem;
    margin-top: 2rem;
    color: #444;
}

.dotales-content-page p {
    margin-bottom: 1.5rem;
}

.dotales-content-page a {
    text-decoration: underline;
}

.dotales-content-page a:hover {
    color: #2c3e44;
    text-decoration: none;
}

.dotales-content-page ul {
    margin-left: 1.2rem;
    margin-bottom: 1.5rem;
}

.dotales-content-page ul li {
    margin-bottom: 0.5rem;
}

.dotales-content-page section {
    padding: 1.5rem 0;
    border-bottom: 1px solid #eee;
}

.dotales-content-page section:last-of-type {
    border-bottom: none;
}

/* Responsive */
@media (max-width: 768px) {
    .dotales-content-page {
        padding: 1rem;
    }

    .dotales-hero-banner h1 {
        font-size: 2rem;
    }

    .comparison-grid {
        grid-template-columns: 1fr;
    }

    .comparison-head {
        text-align: left;
    }
}


/* ==========================================================================
   DOTALES PDP Custom Styles
   ========================================================================== */

.dotales-pdp-container {
  padding: 30px 20px;
  background: #fff;
  font-family: "Arial", sans-serif;
  line-height: 1.6;
  color: #333;
}

/* Hauptüberschrift */
.dotales-pdp-heading {
  font-size: 50px;
  text-align: center;
  margin-bottom: 20px;
}

/* Einleitungstext */
.dotales-pdp-text {
  font-size: 16px;
  text-align: center;
  margin-bottom: 40px;
  color: #555;
}

/* Abschnitt: Text/Bild Kombinationen */
.dotales-pdp-section {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 50px;
}

/* Layout-Varianten */
.dotales-pdp-left .dotales-pdp-textblock {
  order: 1;
}
.dotales-pdp-left .dotales-pdp-image {
  order: 2;
}
.dotales-pdp-right {
  flex-direction: row-reverse;
}

/* Inhalt Text + Bild */
.dotales-pdp-textblock,
.dotales-pdp-image {
  flex: 1 1 50%;
  padding: 25px;
}

/* Überschriften im Textblock */
.dotales-pdp-textblock h3 {
  font-size: 42px;
  margin-bottom: 10px;
  color: #222;
}

/* Fließtext */
.dotales-pdp-textblock p {
  font-size: 16px;
  color: #555;
}

/* Bilder */
.dotales-pdp-image img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

/* Fade-in Animation */
.fade-in {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 1s ease-out forwards;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Vorteile-Box */
.dotales-pdp-benefits {
  background-color: #f4f4f4;
  padding: 30px 20px;
  border-radius: 10px;
  text-align: center;
}

.dotales-pdp-benefits h3 {
  font-size: 22px;
  margin-bottom: 20px;
}

.dotales-pdp-benefits ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 600px;
}

.dotales-pdp-benefits li {
  font-size: 16px;
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}

.dotales-pdp-benefits li:last-child {
  border-bottom: none;
}

/* ==========================================================================
   Responsive: Mobile Optimierung
   ========================================================================== */

@media screen and (max-width: 768px) {
  .dotales-pdp-container {
    padding: 20px 15px;
  }

  .dotales-pdp-section {
    flex-direction: column;
  }

  /* Text- und Bildblöcke: volle Breite + weniger Padding */
  .dotales-pdp-textblock,
  .dotales-pdp-image {
    flex: 1 1 auto;
    width: 100%;
    padding: 10px 0;
  }

  /* Textblock-Inhalte */
  .dotales-pdp-heading {
    font-size: 36px;
    text-align: center;
  }

  .dotales-pdp-textblock h3 {
    font-size: 32px;
    text-align: left;
  }

  .dotales-pdp-text {
    font-size: 15px;
  }

  .dotales-pdp-textblock p {
    font-size: 15px;
  }

  /* Bilddarstellung */
  .dotales-pdp-image img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    border-radius: 8px;
  }

  /* Vorteil-Box */
  .dotales-pdp-benefits h3 {
    font-size: 20px;
  }

  .dotales-pdp-benefits li {
    font-size: 15px;
  }
}

