/* Moderne Produktdetails Styles fuer X-CITE */

/* Zubehoer-Sektion */
.accessories-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 2rem;
    border-radius: 12px;
    border: 1px solid #dee2e6;
}

.accessoires-modern .section-header {
    text-align: center;
    margin-bottom: 2rem;
}

.accessoires-modern .hover-shadow {
    transition: all 0.3s ease;
}

.accessoires-modern .hover-shadow:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15) !important;
}

.accessoires-modern .card {
    overflow: hidden;
    border: none;
    border-radius: 10px;
}

.accessoires-modern .card-header {
    border-bottom: none;
    font-size: 0.9rem;
}

.accessoires-modern .price-info {
    background: rgba(0,102,204,0.05);
    padding: 0.5rem;
    border-radius: 6px;
    margin-top: 0.5rem;
}

/* Mengenpreis-Infobox */
.quantity-prices-info {
    background: linear-gradient(135deg, #fff 0%, #f8f9fa 100%);
    border: 1px solid #0066cc;
    border-left: 4px solid #0066cc;
}

.quantity-prices-info .table {
    margin-bottom: 0;
}

.quantity-prices-info .table th {
    background: rgba(0,102,204,0.1);
    border-color: #0066cc;
    color: #0066cc;
    font-weight: 600;
}

.quantity-prices-info .table-primary {
    background-color: rgba(0,102,204,0.1);
}

/* Abstand vor Preise und Mengen */
.mengenpreise {
    margin-top: 2.5rem;
}

/* Hover-Effekte fuer bessere UX */
.btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
}

/* Responsive Anpassungen */
@media (max-width: 768px) {
    .accessories-section {
        padding: 1rem;
        margin-top: 2rem;
    }
    
    .accessoires-modern .section-header {
        margin-bottom: 1rem;
    }
}

/* Beschreibungsbloecke moderne Card-Gestaltung */
.product-description-block {
    background: #fff;
    border: 1px solid #e3e8ee;
    border-radius: 8px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    box-shadow: 0 2px 4px rgba(0,102,204,0.1);
    transition: all 0.3s ease;
}

.product-description-block:hover {
    box-shadow: 0 4px 12px rgba(0,102,204,0.15);
    transform: translateY(-2px);
}

/* Moderne Ueberschriften mit Icons */
.productdesc_heading_modern {
    display: flex;
    align-items: center;
    color: #0066cc;
    font-size: 1.25rem;
    font-weight: 600;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin-bottom: 1rem;
    padding-bottom: 0.75rem;
    border-bottom: 2px solid #e3e8ee;
    position: relative;
}

.productdesc_heading_modern::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 40px;
    height: 2px;
    background: linear-gradient(90deg, #0066cc, #0080ff);
}

.productdesc_heading_modern i {
    margin-right: 0.75rem;
    font-size: 1.1em;
    color: #0066cc;
}

/* Content Styling */
.product-description-content {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #555;
}

.product-description-content p {
    margin-bottom: 0.75rem;
}

.product-description-content ul, .product-description-content ol {
    padding-left: 1.25rem;
    margin-bottom: 0.75rem;
}

.product-description-content li {
    margin-bottom: 0.25rem;
}

/* Grid Layout fuer bessere Anordnung */
.description-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
    margin-bottom: 2rem;
}

/* Spezielle Icons fuer verschiedene Bereiche */
.icon-description::before { content: '\f02d'; font-family: 'Font Awesome 6 Free'; }
.icon-specs::before { content: '\f1de'; font-family: 'Font Awesome 6 Free'; }
.icon-application::before { content: '\f0b1'; font-family: 'Font Awesome 6 Free'; }
.icon-design::before { content: '\f1fc'; font-family: 'Font Awesome 6 Free'; }
.icon-environment::before { content: '\f06c'; font-family: 'Font Awesome 6 Free'; }
.icon-delivery::before { content: '\f48b'; font-family: 'Font Awesome 6 Free'; }
.icon-components::before { content: '\f12e'; font-family: 'Font Awesome 6 Free'; }
.icon-branding::before { content: '\f02b'; font-family: 'Font Awesome 6 Free'; }

/* Technische Daten spezielle Formatierung */
.tech-specs-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 0.75rem;
    margin-top: 1rem;
}

.tech-spec-item {
    background: #f8f9fa;
    padding: 0.75rem;
    border-radius: 4px;
    border-left: 3px solid #0066cc;
    font-size: 0.9rem;
}

.tech-spec-label {
    font-weight: 600;
    color: #333;
}

.tech-spec-value {
    color: #666;
}

/* Responsive Verbesserungen */
@media (max-width: 768px) {
    .description-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .product-description-block {
        padding: 1rem;
        margin-bottom: 1rem;
    }
    
    .productdesc_heading_modern {
        font-size: 1.1rem;
    }
    
    .tech-specs-list {
        grid-template-columns: 1fr;
    }
}

/* Verbesserte Tabs fuer Vorteile/Downloads */
.product-tabs-modern .nav-tabs {
    border: none;
    border-bottom: 2px solid #e3e8ee;
}

.product-tabs-modern .nav-link {
    border: none;
    border-radius: 0;
    color: #666;
    font-weight: 500;
    padding: 1rem 1.5rem;
    transition: all 0.3s ease;
}

.product-tabs-modern .nav-link:hover {
    color: #0066cc;
    border-color: transparent;
    background: rgba(0,102,204,0.05);
}

.product-tabs-modern .nav-link.active {
    color: #0066cc;
    background: #fff;
    border-color: transparent transparent #0066cc transparent;
    border-bottom-width: 2px;
}

.product-tabs-modern .tab-content {
    padding: 2rem;
    border-left: 1px solid #e3e8ee;
    border-right: 1px solid #e3e8ee;
    border-bottom: 1px solid #e3e8ee;
    border-radius: 0 0 8px 8px;
    background: #fff;
}

/* Alternative Karten-Layout fuer Beschreibung/Vorteile/Downloads */
.product-info-panels .info-panel-card {
    background: #fff;
    border: 1px solid #e3e8ee;
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
    padding: 1.25rem;
    height: 100%;
}

.product-info-panels .info-panel-header {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    color: #0066cc;
    font-size: 1.05rem;
    font-weight: 600;
    padding-bottom: 0.75rem;
    margin-bottom: 0.75rem;
    border-bottom: 1px solid #e3e8ee;
}

.product-info-panels .info-panel-body {
    color: #444;
}

.product-info-panels .info-panel-body .seal .row {
    margin-left: 0;
    margin-right: 0;
}

.product-info-panels .info-panel-body .moreinfolink {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.4rem 0.6rem;
    border-radius: 6px;
    transition: background 0.2s ease;
}

.product-info-panels .info-panel-body .moreinfolink:hover {
    background: rgba(0, 102, 204, 0.08);
    text-decoration: none;
}

.product-info-panels .benefits-grid .benefit-item {
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
    padding: 0.5rem 0.6rem;
    background: #f6fbf7;
    border: 1px solid #d7f0dc;
    border-radius: 8px;
}

.product-info-panels .benefit-icon {
    color: #1f9d49;
    font-size: 1.1rem;
    margin-top: 0.1rem;
}

.product-info-panels .benefit-text {
    color: #2d5a3a;
    font-weight: 500;
}

.product-info-panels .downloads-grid > [class*='col-'] {
    margin-bottom: 0.75rem;
}

.product-info-panels .download-card {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    width: 100%;
    padding: 0.6rem 0.75rem;
    background: #f8f9fb;
    border: 1px solid #e2e7f0;
    border-radius: 8px;
    color: #1f3b66;
}

.product-info-panels .download-card i {
    color: #0066cc;
    font-size: 1.1rem;
}

.product-info-panels .download-title {
    flex: 1;
    min-width: 0;
    white-space: normal;
    overflow: visible;
}

/* Konfigurator Rahmen + Schatten */
.product-configuration-card {
    background: #fff;
    border: 1px solid #e3e8ee;
    border-radius: 12px;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
    padding: 1rem 1rem 1.25rem;
}

.product-overview-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: #006;
    font-weight: 600;
    text-decoration: none;
}

.product-overview-link:hover {
    color: #B2CD1B;
    text-decoration: none;
}

.product-configuration-card .block_product_configuration {
    padding: 0;
}

.wa-select-control {
    width: 100%;
}

/* Produkttext Block Rahmen + Schatten */
.product-text-panel {
    background: #fff;
    border: 1px solid #e3e8ee;
    border-radius: 12px;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
    padding: 1.25rem 1.25rem 0.5rem;
}

.product-text-panel .productdesc_heading {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    color: #006;
    font-size: 1.1rem;
    font-weight: 700;
    margin: 0 0 0.75rem;
    padding: 0 0 0.5rem;
    border-bottom: 2px solid #e3e8ee;
}

.product-text-panel .productdesc_heading i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 6px;
    background: #f1f4f9;
    color: #006;
    font-size: 0.9rem;
}

.product-text-panel .beschreibung,
.product-text-panel .brandingaufdruck,
.product-text-panel .technischedaten,
.product-text-panel .design,
.product-text-panel .anwendungsbereich,
.product-text-panel .lieferzeit,
.product-text-panel .umwelt,
.product-text-panel .bestandteile,
.product-text-panel .bemerkungen,
.product-text-panel .prdkontakt,
.product-text-panel .productblock_text,
.product-text-panel .productblock_list {
    background: #f9fafc;
    border: 1px solid #e3e8ee;
    border-left: 4px solid #006;
    border-radius: 10px;
    padding: 0.9rem 1rem 0.8rem;
    margin: 0 0 1rem;
}

.product-text-panel .productblock_text ul,
.product-text-panel .productblock_list ul {
    margin: 0.5rem 0 0;
    padding-left: 1.2rem;
}

.product-text-panel a {
    color: #006;
    text-decoration: none;
    font-weight: 600;
}

.product-text-panel a:hover {
    color: #B2CD1B;
    text-decoration: none;
}

/* Image area framing */
.product-image-panel {
    background: #fff;
    border: 1px solid #e3e8ee;
    border-radius: 12px;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
    padding: 1rem;
}

/* Price note framing */
.price-note-panel {
    background: #fff;
    border: 1px solid #e3e8ee;
    border-radius: 12px;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
    padding: 1rem 1.25rem;
}

/* Accessories cards shadow */
.accessory-card {
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.08);
    border: 1px solid #e3e8ee;
    border-radius: 10px;
}

.accessory-card .accessory-actions {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.accessory-card .accessory-qty {
    flex: 1 1 auto;
}

.accessory-card .accessory-info,
.accessory-card .accessory-cart {
    flex: 0 0 auto;
}

.accessory-card .accessory-cart {
    margin-left: 0.25rem;
}

/* Konfigurator Bereich modernisieren */
.product-configuration-modern {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 8px;
    padding: 1.5rem;
    border: 1px solid #e3e8ee;
}

/* Allgemeine Konfigurator Header Styles */
.product_configuration_header,
.product-configuration-modern .product_configuration_header {
    display: flex;
    align-items: center;
    color: #0066cc;
    font-size: 1.25rem;
    font-weight: 600;
    margin: 0.5rem 0 0.75rem;
    padding-bottom: 0.35rem;
    border-bottom: 2px solid #0066cc;
}

.product_configuration_header::before,
.product-configuration-modern .product_configuration_header::before {
    content: '\f013';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    margin-right: 0.75rem;
}

/* Konfigurator Bloecke */
.block_product_configuration {
    background: transparent !important;
}

.block_product_configuration_separator {
    border: none;
    border-top: 1px solid #e3e8ee;
    margin: 1rem 0;
}

/* Preis-Display verbessern */
.productprice-modern {
    background: linear-gradient(135deg, #0066cc, #0080ff);
    color: white;
    padding: 1.25rem;
    border-radius: 8px;
    text-align: center;
    margin-bottom: 1rem;
    box-shadow: 0 4px 12px rgba(0,102,204,0.3);
}

.productprice-modern .price_brutto {
    font-size: 1.75rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.productprice-modern .price_netto {
    font-size: 1rem;
    opacity: 0.9;
}

/* Button Verbesserungen */
.btn-modern {
    border-radius: 6px;
    padding: 0.75rem 1.5rem;
    font-weight: 600;
    text-transform: none;
    transition: all 0.3s ease;
}

.btn-primary-modern {
    background: linear-gradient(135deg, #0066cc, #0080ff);
    border: none;
    color: white;
}

.btn-primary-modern:hover {
    background: linear-gradient(135deg, #004499, #0066cc);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,102,204,0.3);
}

/* Produktbild-Bereich */
.product-images-modern {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.product-images-modern .main-image {
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

/* Thumbnails modernisieren */
.thumbnails-modern {
    padding: 0.5rem;
    background: #f8f9fa;
    border-radius: 8px;
    border: 1px solid #e3e8ee;
}

.thumbnail-item-modern {
    border-radius: 4px;
    overflow: hidden;
    transition: all 0.3s ease;
    cursor: pointer;
}

.thumbnail-item-modern:hover {
    transform: scale(1.05);
    box-shadow: 0 2px 8px rgba(0,102,204,0.2);
}

.thumbnail-item-modern.active {
    border: 2px solid #0066cc;
}

/* Moderne Preistabelle */
.mengen, .mengenpreise {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    overflow: hidden;
    border: 1px solid #e3e8ee;
    padding: 0;
}

.mengenpreise .row {
    margin-left: 0;
    margin-right: 0;
}

.mengenpreise .col-12,
.mengenpreise .col-9,
.mengenpreise .col-3 {
    padding: 0.6rem 0.9rem;
}

.mengenpreise > .row:first-child .col-12 {
    padding: 0;
}

.mengenpreise > .row:first-child {
    padding: 0;
    margin: 0;
}

.mengenpreise > .row:not(:first-child) {
    padding: 0 1rem 1rem;
}

.mengenpreise-table table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}

.mengenpreise-table th,
.mengenpreise-table td {
    border-top: 1px solid #e3e8ee;
    padding: 0.6rem 0.75rem;
    text-align: center;
    font-weight: 600;
    color: #000;
    background: #fff;
}

.mengenpreise-table th:first-child,
.mengenpreise-table td:first-child {
    text-align: left;
    color: #006;
    width: 140px;
}

.mengenpreise-table thead th {
    border-top: none;
    background: #fff;
}

/* removed duplicate quantitytable_header block to avoid conflicts */

.quantitytable_varianttext_box {
    background: #fff;
    padding: 1.5rem;
    border-bottom: 1px solid #e3e8ee;
}

.quantitytable_varianttext_first {
    color: #006;
    font-size: 1.1rem;
    font-weight: 600;
}

.quantitytable_varianttext_last {
    color: #000;
    line-height: 1.5;
}

.quantitytable_quantities {
    font-weight: 500;
    color: #333;
    background: #fff;
    border: 1px solid #e3e8ee;
    border-radius: 4px;
    margin: 0.25rem;
    text-align: center;
    transition: all 0.3s ease;
}

.quantitytable_quantities:hover {
    background: #fff;
    border-color: #0066cc;
}

.row .col-3 .quantitytable_quantities,
.row .col-4 .quantitytable_quantities {
    display: block;
    width: 100%;
    min-height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.txt_price_netto_quantitytable {
    font-weight: 600;
    color: #0066cc;
}

.mengenpreise_infotext {
    background: #fff;
    padding: 1.5rem;
    border-radius: 8px;
    color: #666;
    font-size: 0.9rem;
    line-height: 1.6;
    margin-top: 1rem;
}

.mengenpreise_infotext a {
    color: #006;
    text-decoration: none;
    font-weight: 600;
}

.mengenpreise_infotext a:hover {
    color: #B2CD1B;
    text-decoration: none;
}

/* Video Thumbnail Styling */
.video-thumbnail {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.video-thumbnail .play-button-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.7);
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    transition: all 0.3s ease;
    font-size: 14px;
}

.video-thumbnail:hover .play-button-overlay {
    background: rgba(255, 0, 0, 0.8);
    transform: translate(-50%, -50%) scale(1.1);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.video-thumbnail img {
    transition: transform 0.3s ease;
}

.video-thumbnail:hover img {
    transform: scale(1.05);
}

/* Video Player Container */
.video-player-container {
    background: white;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.video-player-container iframe,
.video-player-container video {
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.video-player-container .btn {
    border-radius: 25px;
    padding: 8px 20px;
    font-weight: 500;
}

.mp4-video-thumbnail {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 80px;
    background: linear-gradient(135deg, #333 0%, #666 100%);
    color: white;
    border-radius: 6px;
}

/* Enhanced responsive adjustments for mobile */
@media (max-width: 768px) {
    .product-title-section {
        padding: 15px;
    }
    
    .product-title-section h1 {
        font-size: 1.3rem;
        margin-bottom: 10px;
    }
    
    .price-badge {
        font-size: 1rem;
        padding: 8px 12px;
    }
    
    .description-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .product-description-block {
        padding: 15px;
    }
    
    .product-description-block h4 {
        font-size: 1rem;
        margin-bottom: 10px;
    }
    
    .thumbnail-item-modern {
        margin-bottom: 8px;
    }
    
    .video-thumbnail .play-button-overlay {
        width: 35px;
        height: 35px;
        font-size: 12px;
    }
    
    .video-player-container {
        padding: 15px;
    }
    
    .video-player-container iframe,
    .video-player-container video {
        height: 250px;
    }
}

/* Product Images Section */
.product-images-section {
    min-height: 400px;
}

.product-images-modern {
    position: relative;
    height: 400px;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.thumbnails-modern {
    position: relative;
}

#imagesel {
    overflow-y: auto;
    max-height: 400px;
    scrollbar-width: thin;
}

#imagesel::-webkit-scrollbar {
    width: 4px;
}

#imagesel::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 2px;
}

#imagesel::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 2px;
}

#imagesel::-webkit-scrollbar-thumb:hover {
    background: #999;
}

/* ============================================
   X-CITE ORIGINAL BILDERGALERIE
   ============================================ */

/* Hauptcontainer fuer das originale Bildersystem */
.productimage_container {
    margin-bottom: 2rem;
}

.product-main-image .main-image {
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

/* Thumbnail Scroll Navigation - Original X-CITE Style */
.thumbnails-container {
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: thin;
    scrollbar-color: rgba(0,0,0,0.3) transparent;
    padding-right: 5px;
}

.thumbnails-container::-webkit-scrollbar {
    width: 6px;
}

.thumbnails-container::-webkit-scrollbar-track {
    background: transparent;
}

.thumbnails-container::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,0.3);
    border-radius: 3px;
}

.thumb-nav-up, .thumb-nav-down {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    background: rgba(255,255,255,0.9);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    transition: all 0.3s ease;
}

.thumb-nav-up {
    top: -5px;
}

.thumb-nav-down {
    bottom: -5px;
}

.thumb-nav-up:hover, .thumb-nav-down:hover {
    background: rgba(255,255,255,1);
    box-shadow: 0 4px 12px rgba(0,0,0,0.25);
    transform: translateX(-50%) scale(1.1);
}

.thumb-nav-up,
.thumb-nav-down,
.thumb-nav-up i,
.thumb-nav-down i,
.thumb-nav-up:hover,
.thumb-nav-down:hover,
.thumb-nav-up:hover i,
.thumb-nav-down:hover i {
    color: #006 !important;
}

/* Produktbild Container - Original System */
.keepImageContainerHeight {
    min-height: 400px;
    position: relative;
}

.main-content-item {
    width: 100%;
    height: 100%;
    position: relative;
}

/* Video Container - Original Style */
.productvideo {
    position: relative;
    background: #f8f9fa;
    border-radius: 8px;
    overflow: hidden;
}

.video-container-16by9 {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
}

.video-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.openIntoLightboxControls {
    background: rgba(0,0,0,0.5);
    border-radius: 0 0 0 8px;
    padding: 5px;
}

.openIntoLightboxControls .btn {
    padding: 5px 10px;
    font-size: 14px;
}

/* Quadratischer Video-Container wie Bilder */
.video-container-square {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
}

.video-container-square iframe,
.video-container-square video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Moderner Produktseiten-Header - Desktop Vollbild */
.product-header {
    padding: 0 0 0.75rem 0 !important;
    background: none !important;
    border-bottom: none !important;
    margin-bottom: 8px !important;
    position: relative !important;
}

@media (min-width: 1200px) {
    .product-header {
        margin-bottom: 10px !important;
        padding: 0 0 0.9rem 0 !important;
    }
}

.product-header::after {
    content: none;
    display: none !important;
    background: none;
    height: 0;
}

.product-title {
    color: #006;
    font-size: 1.85rem;
    font-weight: 600;
    font-family: Arial, Verdana, sans-serif;
    margin-bottom: 1rem;
    line-height: 1.3;
    text-shadow: 0 1px 2px rgba(0, 102, 204, 0.1);
}

.product-sku-container {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
    padding-top: 0.25rem;
    margin-bottom: 0.5rem;
}

.product-sku-label {
    color: #888;
    font-size: 0.9rem;
    font-weight: 400;
    font-family: Arial, Verdana, sans-serif;
}

.product-sku-label::after {
    display: none;
}

.product-sku-badge {
    background: #f8f9fa;
    color: #555;
    padding: 0.25rem 0.75rem;
    border-radius: 5px;
    font-size: 0.85rem;
    font-weight: 500;
    font-family: 'Segoe UI', Arial, sans-serif;
    letter-spacing: 0.25px;
    border: 1px solid #dee2e6;
    transition: all 0.2s ease;
}

.product-sku-badge:hover {
    background: #e9ecef;
    border-color: #ced4da;
}

.product-header-col {
    padding-left: 0.5rem;
    padding-right: 1.25rem;
}

.product-price-col {
    padding-left: 0.75rem;
}

@media (min-width: 992px) {
    .product-header-col {
        padding-left: 0.5rem;
        padding-right: 1.5rem;
    }

    .product-price-col {
        padding-left: 1.5rem;
    }
}

@media (max-width: 768px) {
    .product-header {
        padding: 1rem 0 0.5rem 0;
        margin-bottom: 1.5rem;
    }
    
    .product-title {
        font-size: 1.5rem;
        margin-bottom: 0.5rem;
    }
    
    .product-sku-container {
        gap: 0.5rem;
        padding-top: 0.2rem;
        margin-bottom: 0.25rem;
    }
    
    .product-sku-label {
        font-size: 0.85rem;
    }
    
    .product-sku-badge {
        padding: 0.2rem 0.6rem;
        font-size: 0.8rem;
    }
}

/* Productdetails overrides */
.accessory-card .accessory-actions {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: nowrap;
}

.accessory-card .accessory-qty {
    flex: 1 1 auto;
}

.accessory-card .accessory-cart {
    margin-left: 0.5rem;
}

.accessory-card .btn,
.accessory-card .quantity-input {
    height: 40px;
}

.accessory-card .btn {
    min-width: 40px;
    padding: 0.375rem 0.5rem;
}

.accessory-card .btn-addAccToCart,
.accessory-card .btn-addAccPrdToCart {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 0 !important;
}

.btn-addAccToCart {
    margin-left: 1em !important;
}

/* Highlight/Label Blue for non-button elements */
.product-title,
.productdesc_heading_modern,
.product_configuration_header,
.product-info-panels .info-panel-header,
.quantitytable_varianttext_first,
.txt_price_netto_quantitytable {
    color: #006 !important;
}

.productdesc_heading_modern::after {
    background: #006 !important;
}



.product-info-panels .download-card i,
.product-info-panels .info-panel-header i,
.product-info-panels .info-panel-header svg {
    color: #006 !important;
}

.thumb-nav-up,
.thumb-nav-down,
.thumb-nav-up i,
.thumb-nav-down i,
.imagesel-scroll-btn {
    color: #fff !important;
}

.imagesel-scroll-btn i,
.imagesel-scroll-btn svg {
    color: #fff !important;
}

@media (min-width: 992px) {
    .imagesel-scroll-btn {
        background: #006 !important;
    }

    .imagesel-scroll-btn:hover {
        background: #006 !important;
    }
}

/* Accessories panel wrapper */
.accessoires-panel {
    background: #fff;
    border: 1px solid #e3e8ee;
    border-radius: 12px;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
    padding: 0;
}

.accessoires_label-pill {
    background: linear-gradient(135deg, #006 0%, #1d2a8a 100%);
    color: #fff;
    border-radius: 12px 12px 0 0;
    padding: 0.6rem 1rem;
    font-weight: 600;
    margin: 0;
    display: block;
    margin-bottom: 0.75rem;
}

.accessoires-panel .row.row-cols-1,
.accessoires-panel .row.row-cols-md-3 {
    padding: 0 1.25rem 1.25rem;
}

/* Accessories buttons spacing */
.accessory-card .accessory-cart {
    margin-left: 0.75rem;
    padding-left: 0.5rem;
}

/* Preise und Mengen komplett weiss */
.mengenpreise,
div.mengenpreise {
    background: #fff !important;
}

.quantitytable_varianttext_box,
span.quantitytable_varianttext,
span.quantitytable_varianttext_first,
span.quantitytable_quantities {
    background: #fff !important;
}

.mengenpreise_infotext,
div.mengenpreise_infotext {
    background: #fff !important;
    color: #000 !important;
}

.mengenpreise_infotext a,
div.mengenpreise_infotext a {
    color: #006 !important;
}

.mengenpreise_infotext a:hover,
div.mengenpreise_infotext a:hover {
    color: #B2CD1B !important;
    text-decoration: none;
}

.quantitytable_header,
span.quantitytable_header {
    background: linear-gradient(135deg, #006 0%, #1d2a8a 100%) !important;
    color: #fff !important;
    display: block;
    border-radius: 12px 12px 0 0;
    margin: 0;
    padding: 0.6rem 1rem !important;
    font-size: 1.3em;
    font-weight: 600;
}
