/*
Theme Name: Divi Child
Template: Divi
Version: 1.0
*/
.et_mobile_menu li a{
	font-size:20px !important;
	text-transform: uppercase !important;
}

#season-tabs,
#season-tabs .dipi-advanced-tabs,
#season-tabs .dipi-at-container,
#season-tabs .dipi-at-tabs-container {
    overflow: visible !important;
}

#season-tabs .dipi-at-tabs-container {
    width: 500px;
    margin: auto;
    filter: drop-shadow(0px 4px 12px rgba(0, 0, 0, 0.1));
}

#season-tabs .dipi-at-tabs {
    margin: auto !important;
    clip-path: polygon(3.5% 0, 100% 0, 96.5% 100%, 0% 100%) !important;
    background-color: white !important;
    box-shadow: none !important;
}
.season-tabs-row {
    position: relative !important;
    background: transparent !important;
    box-shadow: none !important;
    overflow: visible !important;
    z-index: 1;
}

.season-tabs-row::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #fff;
    clip-path: polygon(3% 0, 100% 0, 97% 100%, 0% 100%);
    z-index: 0;
}

.season-tabs-row > * {
    position: relative;
    z-index: 1;
}

#season-tabs,
#season-tabs .dipi-advanced-tabs {
    background: transparent !important;
    box-shadow: none !important;
}

#season-tabs .dipi-at-tab,
#season-tabs .dipi-at-tab--active {
    position: relative !important;
    background: transparent !important;
}

#season-tabs .dipi-at-tab {
    z-index: 2;
}

#season-tabs .dipi-at-tab--active::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #ffc800;
    clip-path: polygon(8% 0, 100% 0, 92% 100%, 0% 100%);
    z-index: -1;
}

.season-slider-wrap {
  overflow: hidden;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-top: 60px;
  padding: 0 0 40px;
}

.season-track {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  gap: 80px;
  width: max-content;
  transition: transform .7s cubic-bezier(.22,.61,.36,1);
}

.season-card {
  width: 520px;
  min-width: 520px;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 15px rgba(0,0,0,.15);
	padding-bottom:30px;
	color:black;
	font-size:17px;
}

.season-card img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  display: block;
}

.season-card h3 {
  text-align: center;
  margin: 28px 0 10px;
		font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-size:22px;
}

.season-card p {
  text-align: center;
  padding: 0 35px 35px;
	font-size:16px;
}

.season-track.active-summer {
  transform: translateX(calc(50vw - 260px));
}

.season-track.active-allseason {
  transform: translateX(calc(50vw - 860px));
}

.season-track.active-winter {
  transform: translateX(calc(50vw - 1460px));
}


.search-filter-input-checkbox__control {
    background: #fff !important;
    border: 1px solid #cfcfcf !important;
    border-radius: 4px !important;
    box-shadow: none !important;
    outline: none !important;
}

.search-filter-input-checkbox--is-active .search-filter-input-checkbox__control {
    background: #000 !important;
    border: 1px solid #000 !important;
    border-radius: 4px !important;
    box-shadow: none !important;
    outline: none !important;
    position: relative !important;
}

/* Verberg originele SVG */
.search-filter-input-checkbox__control svg {
    display: none !important;
}
.search-filter-input-checkbox--is-active .search-filter-input-checkbox__control::after {
    content: "";
    position: absolute;

    width: 5px;
    height: 10px;

    border: solid #d1aa05;
    border-width: 0 3px 3px 0;

    transform: rotate(45deg);

    left: 50%;
    top: 50%;
    margin-left: -4px;
    margin-top: -9px;
}
.tablepress thead th {
    background: #000 !important;
    color: #fff !important;
    border-color: #000 !important;
}
/* Alle links in de TablePress tabel */
.tablepress a {
    color: #fdd000 !important;
}

/* Hover kleur */
.tablepress a:hover {
    color: #000 !important;
    opacity: 0.8;
}
footer a{color:white;
}
footer a:hover{
  color:#fdd000;
}
a.scheve-knop {
    border: none !important;
    clip-path: polygon(10px 0, 100% 0, calc(100% - 10px) 100%, 0 100%);
}
a.scheve-knop-geel:hover {
    background: #d1aa05 !important;
}
a.scheve-knop-geel {
	background: #fdd000 !important;
}
a.scheve-knop-wit {
    background-color: #fff !important;
}
a.scheve-knop-wit:hover {
    background-color: #cccccc !important;
}

.performance-ratings {
    max-width: 520px;
}

.performance-ratings h3 {
    font-size: 22px;
    font-weight: 900;
    margin-bottom: 28px;
    text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
}

.performance-rating {
    display: grid;
    grid-template-columns: 110px 1fr;
    gap: 20px;
    align-items: center;
    margin-bottom: 10px;
}

.performance-label {
    font-size: 15px;
    font-weight: 900;
    text-align: right;
    text-transform: uppercase;
    line-height: 1;
	font-family: 'Oswald', sans-serif;
	color:black;
}

.performance-bar {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    gap: 4px;
    width: 100%;
}

.performance-segment {
    display: block;
    height: 6px;
    background: #d5d5d5;
}

.performance-segment.active {
    background: #ffc400;
}

.term-product-gallery {
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: 28px;
    align-items: center;
    width: 100%;
	padding: 30px;
	box-sizing: border-box;
}

.term-product-thumbs {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.term-product-thumb {
    width: 80px;
    height: 96px;
    padding: 6px;
    border: 1px solid transparent;
    border-radius: 4px;
    background: #f0f0f0;
    cursor: pointer;
}

.term-product-thumb.active {
    border-color: #fdd000;
    background: #fff;
}

.term-product-thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.term-product-main {
    width: 100%;
}

.term-product-main img {
    width: 100%;
    max-height: 520px;
    object-fit: contain;
    display: block;
}
.band-title-row {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    flex-wrap: nowrap;
}

.band-title {
    margin: 0;
    font-family: 'Oswald', sans-serif;
    font-size: 45px;
    font-weight: bold;
	color:#000;
	text-transform: uppercase;
}

.band-type-badge {
    display: inline-block;
    background: #fdd000;
    color: #111;
    font-size: 18px;
    font-weight: 900;
    line-height: 1;
    padding: 8px 24px;
    text-transform: uppercase;
    transform: skew(-10deg);

    margin-top: -4px;
}

.band-taxonomy-row {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
	margin-top:-20px;
}

.band-tax-badge {
    display: inline-block;
    background: #d9d9d9;
    color: #111;
    font-size: 16px;
	font-weight:bold;
    line-height: 1;
    padding: 5px 16px;
    text-transform: uppercase;
    transform: skew(-10deg);
}
#banden-results .results-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)) !important;
    gap: 30px !important;
    width: 100% !important;
}

#banden-results .band-card {
    position: relative !important;
    width: 100% !important;
    min-height: 230px !important;
}

#banden-results .band-title-row {
    display: flex !important;
    align-items: flex-start !important;
    gap: 5px !important;
}

#banden-results .titel-results {
    font-family: 'Oswald', sans-serif !important;
    font-size: 23px !important;
    line-height: 1.1 !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    color: #000 !important;
    margin: 0 !important;
}

#banden-results .tyre-image {
    position: relative !important;
    width: 240px !important;
    height: 145px !important;
    overflow: hidden !important;
    display: block !important;
	white-space: nowrap !important;
	left:-50px;
}

#banden-results .tyre-image img {
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    width: 280px !important;
    height: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    display: block !important;
}

#banden-results .band-label {
    display: inline-block !important;
    background: #fdd000 !important;
    color: #000 !important;
    font-family: 'Oswald', sans-serif !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    clip-path: polygon(7px 0, 100% 0, calc(100% - 7px) 100%, 0 100%) !important;
}

#banden-results .band-label-top {
    font-size: 12px !important;
    line-height: 1 !important;
    padding: 6px 16px !important;
    margin-top: -8px !important;
    font-weight: 500 !important;
}

#banden-results .band-label-bottom {
    position: absolute !important;
    left: 0 !important;
    top: 170px !important;
    z-index: 20 !important;
    font-size: 18px !important;
    line-height: 1 !important;
    padding: 8px 30px !important;
}
.search-filter-input-checkbox__label{
	font-size:16px;
}
/* Sticky header op mobiel */
@media (max-width: 980px) {

    #main-header {
        position: fixed !important;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 99999;
    }

}
@media (max-width: 767px) {
	.band-title {
    font-size:35px;
}
	.band-type-badge{
    font-size: 14px;
    padding: 4px 14px;
    margin-top: -4px;
 }
.performance-ratings h3 {
    font-size: 22px;
text-align:center;
	line-height:1.2em
}
	.performance-label{
		text-align:left;
	}
	.performance-rating{
		grid-template-columns:70px 1fr !important;
	}
	.search-filter-input-checkbox__label{
	font-size:14px;
}
    .term-product-gallery {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .term-product-thumbs {
        flex-direction: row;
        order: 2;
        justify-content: center;
    }

    .term-product-main {
        order: 1;
    }

    .term-product-thumb {
        width: 72px;
        height: 84px;
    }
	    #banden-results .results-grid {
        grid-template-columns: minmax(0, 1fr) !important;
        justify-items: center !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    #banden-results .band-card {
        width: min(100%, 320px) !important;
        max-width: calc(100vw - 60px) !important;
        margin-left: auto !important;
        margin-right: auto !important;
        box-sizing: border-box !important;
    }
    #banden-results .band-title-row {
        justify-content: center !important;
    }
    #banden-results .titel-results {
        white-space: nowrap !important;
        text-align: center !important;
    }
     #banden-results .tyre-image {
        width: 100% !important;
        max-width: 100% !important;
        height: 145px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        overflow: hidden !important;
		 left:0px;
    }

    #banden-results .tyre-image img {
        width: 135% !important;
transform: translateX(-13%) !important;
        max-width: 320px !important;
        height: auto !important;
        position: static !important;
        margin: 0 auto !important;
    }

    #banden-results .band-label-bottom {
        left: 0 !important;
        top: 170px !important;
        transform: none !important;
    }
/* Tabs */
    #season-tabs .dipi-at-tabs-container{
        width: calc(100vw - 60px);
        max-width: 320px;
        margin: 0 auto !important;
        display: flex;
        justify-content: center;
    }

    #season-tabs .dipi-at-tab, #season-tabs .dipi-at-tab-title{
           font-family: 'Oswald', sans-serif !important;
        font-size: 14px !important;
        letter-spacing: 0;
        padding: 1px 4px !important;
        white-space: nowrap;
        text-align: center;
		width: 100%;
        margin: 0 !important;
    }

    /* Slider */
    .season-slider-wrap{
        margin-top:40px;
        padding-bottom:30px;
    }

    .season-track{
        gap:20px;
    }

    .season-card{
        width:calc(100vw - 40px);
        min-width:calc(100vw - 40px);
        border-radius:16px;
        padding-bottom:20px;
    }

    .season-card img{
        height:210px;
    }

    .season-card h3{
        font-size:28px;
        margin:22px 0 10px;
    }

    .season-card p{
        font-size:15px;
        padding:0 20px 20px;
    }

 .season-slider-wrap{
        --card-width: calc(100vw - 70px);
        --card-gap: 20px;
        overflow: hidden;
        width: 100vw;
        margin-left: calc(50% - 50vw);
    }

    .season-track{
        gap: var(--card-gap);
    }

    .season-card{
        width: var(--card-width);
        min-width: var(--card-width);
    }

    .season-track.active-summer{
        transform: translateX(calc((100vw - var(--card-width)) / 2));
    }

    .season-track.active-allseason{
        transform: translateX(calc((100vw - var(--card-width)) / 2 - (var(--card-width) + var(--card-gap))));
    }

    .season-track.active-winter{
        transform: translateX(calc((100vw - var(--card-width)) / 2 - ((var(--card-width) + var(--card-gap)) * 2)));
    }
	    .season-track.active-winter{
        margin-top: 30px !important;
    }

    .season-track.active-summer,
    .season-track.active-allseason{
        margin-top: 0 !important;
    }
	.season-card p {
 	font-size:14px;
}
	table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    width: max-content;
    max-width: 100%;
  }
	 .et_pb_row_3,
  .et_pb_row_5 {
    display: flex !important;
    flex-direction: column-reverse !important;
  }

  .et_pb_row_3 > .et_pb_column,
  .et_pb_row_5 > .et_pb_column {
    width: 100% !important;
    margin-right: 0 !important;
  }
	.et_pb_row_3 .et_pb_column:first-child,
  .et_pb_row_5 .et_pb_column:first-child {
    margin-top: 20px;
  }
	.car_icon_single img{
	max-width:140%;
	height:auto !important;
	}
	.term-product-gallery{
	padding:20px 0px;
}
    .term-product-thumb {
	width:60px;
	height:60px;
}
	
}