/*
Theme Name: Divi Child
Template: Divi
Version: 1.0
*/

h1, h2, h3, h4, h5, #top-menu li, .dipi-at-tab-title, #banden-results .band-card__title, .kies-titel {
	font-family: "alternate-gothic-extra-cond", sans-serif;
	font-weight: 600;
	font-style: normal;
	font-style: italic;
	text-transform: uppercase;
}
/* Hoofdmenu groter */
#main-header #et-top-navigation #top-menu > li > a {
    font-size: 23px !important;
}

/* Dropdown kleiner */
#main-header #et-top-navigation #top-menu li li > a {
    font-size: 20px !important;
}

/* In de hoofdnavigatie alleen het vlaggetje tonen */
#top-menu > .wpml-ls-item > a > .wpml-ls-display {
    display: none;
}

/* In het dropdownmenu de taalnaam wél tonen */
#top-menu .wpml-ls-item .sub-menu .wpml-ls-display {
    display: inline;
}

.kies-titel, h1{font-size:40px;}
h2, h3{font-size:30px;}
h4, h5, h6, #top-menu li{font-size:25px;}


.single-banden .et_pb_blurb_container{
	vertical-align: middle !important;
}

#top-menu li.garantie-knop-menu > a,
.et-fixed-header #top-menu li.garantie-knop-menu > a{
	color:#ea5b0c !important;
	border:solid 2px #ea5b0c;
	padding:15px !important;
}
#top-menu li.garantie-knop-menu > a {
    color: #ea5b0c !important;
    border: 2px solid #ea5b0c !important;
    padding: 15px !important;
    line-height: 1 !important;
}

.et_header_style_left .et-fixed-header
#et-top-navigation nav > ul > li.garantie-knop-menu > a {
    color: #ea5b0c !important;
    border: 2px solid #ea5b0c !important;
    padding: 15px !important;
    line-height: 1 !important;
}
body.et_header_style_left #et-top-navigation nav > ul > li > a {
    padding-bottom: 15px !important;
	margin-bottom:33px;
}
.search-filter-label{
	margin-bottom:15px;
}
.search-filter-component-combobox{
	background:none !important;
	border:1px solid gray;
}
.search-filter-component-combobox-base__listbox-option--disabled{
	font-size:15px;
}
.search-filter-component-combobox__actions input[type="text"] {
    color: #fff !important;
}
.search-filter-component-combobox__actions input[type="text"]::placeholder {
    color: #fff !important;
    opacity: 1 !important;
}
.search-filter-component-combobox-base {
    border: 1px solid #424242 !important;
    border-radius: 0 !important;
}
.search-filter-component-combobox__header {
    border: none !important;
    border-radius: 0 !important;
}
.middle-column {
    display: flex;
    align-items: center;
    justify-content: center;
}
.middle-column .et_pb_divider {
    margin: auto;
}
.season-tabs {
    overflow: visible !important;
    margin-top: 0 !important;
}

.season-tabs .dipi-at-tabs,
.season-tabs .dipi_advanced_tabs_tabs,
.season-tabs .dipi-tabs-navigation,
.season-tabs [class*="tabs-container"] {
    position: relative !important;
    z-index: 20 !important;
    transform: translateY(-70%) !important;
    margin-bottom: -40px !important;
}
.dealer-row {
    position: relative;
    min-height: 300px;
    overflow: visible !important;
}

.dealer-man-column {
    position: relative;
    overflow: visible !important;
}

.dealer-man {
    position: absolute !important;
    right: -80 !important;
    bottom: 0 !important;

    width: 400px !important;
    max-width: none !important;

    margin: 0 !important;
    z-index: 10 !important;
}

.dealer-man .et_pb_image_wrap,
.dealer-man img {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    height: auto !important;
}

/*Gedeelte voor de resultspagina*/
#banden-results,
#banden-results * {
    box-sizing: border-box;
}

#banden-results {
    width: 100%;
}

#banden-results .results-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    width: 100%;
}
#et-boc .area-outer-wrap .da-close {
    background: #ea5b0c !important;
	box-shadow: none !important;
    text-shadow: none !important;
    opacity: 1 !important;
}

/* Kaart */

#banden-results .band-card {
    min-width: 0;
    margin: 0;
    overflow: hidden;
    background:
        radial-gradient(
            circle at 85% 100%,
            rgba(107, 50, 12, 0.35),
            transparent 48%
        ),
        #171310;
    border: 1px solid #332b27;
    transition:
        transform 0.25s ease,
        border-color 0.25s ease,
        box-shadow 0.25s ease;
}

#banden-results .band-card:hover {
    transform: translateY(-5px);
    border-color: #ea5b0c;
    box-shadow: 0 16px 35px rgba(0, 0, 0, 0.4);
}

#banden-results .band-card__link {
    display: flex;
    flex-direction: column;
    min-height: 420px;
    padding: 34px;
    color: #fff;
    text-decoration: none;
}

#banden-results .band-card__link:hover,
#banden-results .band-card__link:focus {
    color: #fff;
    text-decoration: none;
}

#banden-results .band-card__link:focus-visible {
    outline: 3px solid #ea5b0c;
    outline-offset: -3px;
}


/* Bovenste regel */

#banden-results .band-card__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 15px;
    min-height: 27px;
    margin-bottom: 14px;
}

.band-card__taxonomy {
    min-width: 0;
    color: #ea5b0c;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.2;
    text-transform: uppercase;
    white-space: nowrap;
}

#banden-results .band-card__size {
    flex: 0 0 auto;
    min-width: 64px;
    padding: 6px 9px;
    color: #fff;
    background: rgba(20, 17, 15, 0.85);
    border: 1px solid #3b3430;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
}


/* Titel */

#banden-results .band-card__title {
    position: relative;
    z-index: 3;
    max-width: 100%;
    margin: 0 0 14px;
    padding: 0;
    color: #fff;
    overflow-wrap: normal;
    word-break: normal;
	font-size:40px;
}


/* Onderste inhoud */

#banden-results .band-card__body {
    display: grid;
    grid-template-columns: minmax(0, 58%) minmax(0, 42%);
    flex: 1;
    min-height: 245px;
}

#banden-results .band-card__text {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    min-width: 0;
    padding-right: 18px;
}


/* Introregel */

#banden-results .band-card__intro {
    margin: 0 0 20px;
    color: #d5d5d5;
    font-size: 14px;
    line-height: 1.35;
}


/* Bulletpoints */

#banden-results .band-card__bullets {
    margin: 0 0 22px;
    color: #d5d5d5;
    font-size: 14px;
}

#banden-results .band-card__bullets ul {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin: 0;
    padding: 0;
    list-style: none;
}

#banden-results .band-card__bullets li {
    position: relative;
    margin: 0;
    padding: 0 0 0 16px;
	line-height:22px;
}

#banden-results .band-card__bullets li::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 6px;
    height: 6px;
    background: #ea5b0c;
    border-radius: 50%;
}

#banden-results .band-card__bullets p {
    margin: 0;
    padding: 0;
}


/* Knop */

#banden-results .band-card__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: flex-start;
    min-height: 40px;
    margin-top: auto;
    margin-bottom: 6px;
    padding: 8px 13px;
    color: #fff;
    background: transparent;
    border: 1px solid #ea5b0c;
    font-size: 17px;
    line-height: 1;
    transition:
        background-color 0.2s ease,
        transform 0.2s ease;
}

#banden-results .band-card:hover .band-card__button {
    background: #ea5b0c;
    transform: translateX(3px);
}


/* Uitgelichte afbeelding */

#banden-results .band-card__image {
    position: relative;
    align-self: stretch;
    min-width: 0;
    height: 320px;
    pointer-events: none;
}

#banden-results .band-card__image img {
    position: absolute;
    right: 0;
    bottom: 0;
    top: auto;

    width: 100%;
    height: 100%;

    object-fit: contain;
    object-position: center bottom;

    max-width: none;
    margin: 0;

    transform: scale(1);
    transform-origin: center bottom;
    transition: transform 0.3s ease;
}

#banden-results .band-card:hover .band-card__image img {
    transform: scale(1.11);
}

.bandengallerij {
    display: flex;
    gap: 10px;
}

.bandengallerij-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 62px;
    padding: 5px;
    border: 1px solid #ea5b0c;
    border-radius: 0;
    background: transparent;
    overflow: hidden;
    cursor: zoom-in;
}

.bandengallerij-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.bandengallerij-lightbox {
    position: fixed;
    inset: 0;
    z-index: 2147483647;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 90px;
    background: rgba(0, 0, 0, 0.92);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.bandengallerij-lightbox.open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.bandengallerij-lightbox img {
    display: block;
    max-width: 90vw;
    max-height: 85vh;
    object-fit: contain;
    opacity: 0;
    transform: scale(0.96);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.bandengallerij-lightbox.open img {
    opacity: 1;
    transform: scale(1);
}

.bandengallerij-close,
.bandengallerij-prev,
.bandengallerij-next {
    position: absolute;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.65);
    color: #fff;
    cursor: pointer;
    transition: background 0.2s ease;
}

.bandengallerij-close:hover,
.bandengallerij-prev:hover,
.bandengallerij-next:hover {
    background: #ea5b0c;
}

.bandengallerij-close {
    top: 25px;
    right: 30px;
    width: 50px;
    height: 50px;
    font-size: 42px;
    line-height: 1;
}

.bandengallerij-prev,
.bandengallerij-next {
    top: 50%;
    width: 56px;
    height: 56px;
    font-size: 34px;
    transform: translateY(-50%);
}

.bandengallerij-prev {
    left: 25px;
}

.bandengallerij-next {
    right: 25px;
}

body.lightbox-open {
    overflow: hidden;
}
.et-db #et-boc .et_pb_blurb .et_pb_module_header {
    padding-bottom: 0 !important;
}

/* Algemene styling voor alle TablePress-tabellen */

.tablepress {
    --head-bg-color: #000000;
    --head-text-color: #ffffff;
    --odd-bg-color: #000000;
    --even-bg-color: #000000;
    --odd-text-color: #ffffff;
    --even-text-color: #ffffff;
    --hover-bg-color: #111111;
    --hover-text-color: #ffffff;
    --border-color: #666666;

    width: 100%;
    margin: 0;
    border-collapse: collapse;
    background: #000000;
    color: #ffffff;
}

/* Alle cellen */
.tablepress th,
.tablepress td {
    padding: 10px 14px;
    background: #000000 !important;
    color: #ffffff !important;
    border: 1px solid #666666 !important;
    text-align: center;
    vertical-align: middle;
    line-height: 1.2;
}

/* Kopregel */
.tablepress thead th {
    background: #000000 !important;
    color: #ffffff !important;
    font-weight: 700;
    text-transform: uppercase;
}

/* Eerste kolom links uitlijnen */
.tablepress th:first-child,
.tablepress td:first-child {
    text-align: left;
}

/* Sectiekoppen (bijv. 80 SERIES) */
.tablepress tbody td[colspan] {
    background: #000000 !important;
    color: #ea5b0c !important;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
}

/* Links */
.tablepress a {
    color: #ea5b0c !important;
    font-weight: 600;
    text-decoration: none;
}

.tablepress a:hover {
    color: #ffffff !important;
    text-decoration: underline;
}

/* Geen zebra-kleuren */
.tablepress tbody tr,
.tablepress tbody tr:nth-child(even),
.tablepress tbody tr:nth-child(odd) {
    background: #000000 !important;
}

.tablepress tbody tr:hover td {
    background: #111111 !important;
}

/* Afbeeldingen en iconen */
.tablepress th img,
.tablepress td img {
    display: block;
    margin: 0 auto;
    max-height: 28px;
    width: auto;
    height: auto;
}

/* Mobiel */
.tablepress-responsive-scroll,
.tablepress-scroll-wrapper {
    overflow-x: auto;
}
/* =========================================
   TABLEPRESS ACCORDION
========================================= */

/* Serieregels, bijvoorbeeld 80 Series */
.tablepress tbody tr.table-series-row {
    cursor: pointer;
}

.tablepress tbody tr.table-series-row td:first-child {
    position: relative;
    padding: 12px 42px 12px 14px !important;
    color: #ea5b0c !important;
    font-weight: 700 !important;
    user-select: none;
}

/* Pijltje */
.tablepress tbody tr.table-series-row td:first-child::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    width: 8px;
    height: 8px;
    border-right: 2px solid #ea5b0c;
    border-bottom: 2px solid #ea5b0c;
    transform: translateY(-65%) rotate(45deg);
    transition: transform 0.25s ease;
}

/* Pijltje wanneer geopend */
.tablepress tbody tr.table-series-row.is-open td:first-child::after {
    transform: translateY(-35%) rotate(225deg);
}

/* Volledige serieregel aanklikbaar maken */
.tablepress tbody tr.table-series-row td {
    background: #000 !important;
}

/* Verborgen productregels */
.tablepress tbody tr.table-series-content {
    display: none;
}

/* Geopende productregels */
.tablepress tbody tr.table-series-content.is-visible {
    display: table-row;
}

/* Hover op serieregel */
.tablepress tbody tr.table-series-row:hover td {
    background: #111 !important;
}
/* Rijen waarin alleen de eerste cel inhoud bevat */
.tablepress tbody tr:has(td:first-child:not(:empty)):not(:has(td:nth-child(n+2):not(:empty))) td:first-child {
    color: #ea5b0c !important;
    font-weight: 700 !important;
}
/* ===========================
   Mobiele TablePress
=========================== */
#banden-results .band-card__mobile-image {
    display: none;
}
@media (min-width: 981px) {
    #top-menu .wpml-ls-item .sub-menu li a {
        padding-top: 5px !important;
        padding-bottom: 5px !important;
        line-height: 1.2 !important;
    }

    #top-menu .wpml-ls-item .sub-menu li {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
}
@media (max-width: 980px) {

/* Standaard: alle talen behalve de huidige verbergen */
    .et_mobile_menu li.wpml-ls-item:not(.wpml-ls-current-language) {
        display: none !important;
    }

    /* Zodra de taalkeuze geopend is: alle talen tonen */
    .et_mobile_menu.wpml-languages-open li.wpml-ls-item {
        display: block !important;
    }

    /* Huidige taal altijd zichtbaar houden */
    .et_mobile_menu li.wpml-ls-current-language {
        display: block !important;
    }

    /* Huidige taal niet als normale link gebruiken */
    .et_mobile_menu li.wpml-ls-current-language > a {
        cursor: pointer;
    }

    /* Pijltje */
    .et_mobile_menu li.wpml-ls-current-language > a::after {
        content: "▼" !important;
        display: inline-block;
        margin-left: 8px;
        font-size: 10px;
        position: static !important;
        transition: transform 0.2s ease;
    }

    /* Pijltje draaien wanneer geopend */
    .et_mobile_menu.wpml-languages-open
    li.wpml-ls-current-language > a::after {
        transform: rotate(180deg);
    }
	
.et_non_fixed_nav.et_transparent_nav #main-header, .et_non_fixed_nav.et_transparent_nav #top-header, .et_fixed_nav #main-header, .et_fixed_nav #top-header {
    position: fixed;
}
.et_mobile_menu {
    overflow: scroll !important;
    max-height: 83vh;
}
.et_mobile_menu li a {
    font-size: 18px !important;
  }

    /* Horizontaal scrollen */
    .tablepress-responsive-scroll,
    .tablepress-scroll-wrapper,
    .product-tablepress-wrap {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .tablepress {
        min-width: 820px;
    }

    /* Compactere cellen */
    .tablepress th,
    .tablepress td {
        padding: 8px 10px;
        font-size: 13px;
        white-space: nowrap;
    }

    /* Compactere header */
    .tablepress thead th {
        padding: 10px;
    }

    /* Compactere serierij */
    .tablepress tbody tr.table-series-row td {
        padding: 12px 40px 12px 12px !important;
        font-size: 15px;
    }

    /* Kleiner pijltje */
    .tablepress tbody tr.table-series-row td::after {
        right: 14px;
        width: 7px;
        height: 7px;
    }

    /* Icoontjes iets kleiner */
    .tablepress th img {
        max-height: 22px;
    }

    .tablepress td img {
        max-height: 16px;
    }

    /* Eerste kolom iets breder */
    .tablepress th:first-child,
    .tablepress td:first-child {
        min-width: 140px;
    }

    /* EPREL kolom */
    .tablepress th:last-child,
    .tablepress td:last-child {
        min-width: 110px;
    }
	.tablepress tbody tr.table-series-row td:first-child {
        position: relative;
        padding: 12px 14px !important;
    }

    .tablepress tbody tr.table-series-row td:first-child::after {
        position: absolute;
        top: 50%;
        left: 105px; /* pas dit aan indien nodig */
        right: auto;
        margin: 0;
        transform: translateY(-65%) rotate(45deg);
    }

    .tablepress tbody tr.table-series-row.is-open td:first-child::after {
        transform: translateY(-35%) rotate(225deg);
    }
	.middle-column {
        display: block;
    }

    .middle-column .et_pb_divider {
        margin: initial;
    }

    .season-tabs {
        overflow: visible !important;
        margin-top: 0 !important;
    }

    .season-tabs .dipi-at-tabs,
    .season-tabs .dipi_advanced_tabs_tabs,
    .season-tabs .dipi-tabs-navigation,
    .season-tabs [class*="tabs-container"] {
        position: static !important;
        z-index: auto !important;
        transform: none !important;
        margin-bottom: 0 !important;
    }
}
@media (max-width: 767px) {
	#search-filter-label-1, #search-filter-label-2, #search-filter-label-3{
		margin-top:-25px;
	}
	
    .bandengallerij-lightbox {
        padding: 60px 55px 25px;
    }

    .bandengallerij-close {
        top: 15px;
        right: 15px;
        width: 44px;
        height: 44px;
        font-size: 36px;
    }

    .bandengallerij-prev,
    .bandengallerij-next {
        width: 42px;
        height: 42px;
        font-size: 26px;
    }

    .bandengallerij-prev {
        left: 8px;
    }

    .bandengallerij-next {
        right: 8px;
    }

    .bandengallerij-lightbox {
        padding: 50px 20px 20px;
    }

    .bandengallerij-close {
        top: 15px;
        right: 15px;
        width: 44px;
        height: 44px;
        font-size: 38px;
        line-height: 40px;
    }

    #banden-results .results-grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 18px;
    }

    #banden-results .band-card__link {
        min-height: 390px;
        padding: 24px;
    }

    #banden-results .band-card__title {
        max-width: 100%;
        font-size: 30px;
    }

    #banden-results .band-card__body {
        grid-template-columns: minmax(0, 60%) minmax(0, 40%);
    }

    #banden-results .band-card__image img {
        right: 0;
        width: calc(100% + 10px);
    }
	/* Mobiele resultatenkaarten */
@media only screen and (max-width: 767px) {

    /* Eén kaart per rij */
    #banden-results .results-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    /* Normale gelijke padding rondom de mobiele kaart */
    #banden-results .band-card__link {
        min-height: 0;
        padding: 24px;
    }

    /* Taxonomie en inchmaten blijven bovenaan staan */
    #banden-results .band-card__top {
        width: 100%;
        min-height: 27px;
        margin-bottom: 12px;
    }

    #banden-results .band-card__taxonomy {
        min-width: 0;
        max-width: calc(100% - 85px);
        white-space: normal;
		font-size:12px;
    }

    #banden-results .band-card__size {
        flex: 0 0 auto;
		font-size:12px;
    }

    /* ACF-afbeelding boven de titel */
#banden-results .band-card__mobile-image {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 200px;      /* bepaalt hoeveel van de afbeelding zichtbaar is */
    margin: 8px 0 18px;
    overflow: hidden;
}

#banden-results .band-card__mobile-image img {
    display: block;
    width: 100%;        /* exact even breed als de tekst */
    height: auto;
    max-width: none;
}

    /* Titel onder de mobiele afbeelding */
    #banden-results .band-card__title {
        width: 100%;
        max-width: none;
        margin: 0 0 14px;
        font-size: 30px;
        line-height: 1.1;
    }

    /* Tekstgedeelte volledig breed */
    #banden-results .band-card__body {
        display: block;
        width: 100%;
        min-height: 0;
    }

    #banden-results .band-card__text {
        display: flex;
        flex-direction: column;
        width: 100%;
        min-width: 0;
        padding-right: 0;
    }

    #banden-results .band-card__intro {
        width: 100%;
        margin: 0 0 18px;
        font-size: 15px;
        line-height: 1.4;
    }

    #banden-results .band-card__bullets {
        width: 100%;
        margin: 0 0 22px;
        font-size: 15px;
    }

    #banden-results .band-card__bullets ul {
        gap: 8px;
    }

    #banden-results .band-card__bullets li {
        padding-left: 17px;
    }

    /* Desktop-uitgelichte afbeelding mobiel verbergen */
    #banden-results .band-card__image {
        display: none;
    }

    /* Knop over de volledige beschikbare breedte */
    #banden-results .band-card__button {
        width: 100%;
        min-height: 46px;
        margin: 0;
        padding: 10px 14px;
        text-align: center;
    }

    /* Geen hoververschuiving op touchscreens */
    #banden-results .band-card:hover {
        transform: none;
    }

    #banden-results .band-card:hover .band-card__button {
        transform: none;
    }
	#banden-results .band-card__bullets,
#banden-results .band-card__bullets li,
#banden-results .band-card__bullets p {
    line-height: normal !important;
}
}
	.blurb-titel-midden.et_pb_blurb_position_left .et_pb_main_blurb_image,
.blurb-titel-midden.et_pb_blurb_position_left .et_pb_blurb_container {
    vertical-align: middle !important;
}

.blurb-titel-midden .et_pb_module_header {
    margin: 0 !important;
    padding-bottom: 0 !important;
}
	.blurb-titel-midden .et_pb_blurb_content {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
}

.blurb-titel-midden .et_pb_main_blurb_image {
    margin-bottom: 0 !important;
    flex-shrink: 0;
}

.blurb-titel-midden .et_pb_blurb_container {
    align-self: center !important;
}