.post-sticky-wrapper,
.product-detail-page {
    background-color: var(--light-bg) !important;
}
.product-detail-top-inner {
    display: flex;
    gap: 100px;
}
.product-detail-top-left {
    flex: 0 0 500px;
    width: 500px;
}
.product-detail-image-wrapper {
    position: relative;
}
.product-detail-image-wrapper .product-image-main-swiper {
    width: 100%;
    height: 100%;
    background-color: var(--white);
    border-radius: 5px;
}
.product-detail-image-wrapper .product-detail-image {
    box-sizing: border-box;
    padding: 85px;
    height: 500px;
    width: 100%;
}
.woocommerce-product-gallery__image {
    display: flex;
    width: 100%;
    height: 100%;
}
.product-detail-image-wrapper .product-detail-image img {
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
    height: 100%;
}
.product-image-thumbs-swiper {
    margin-top: 10px;
}
.product-detail-image-wrapper .thumbs-swiper-button-prev {
    position: absolute;
    width: 32px;
    height: 32px;
    left: -16px !important;
    bottom: 33px;
    top: inherit !important;
}
.product-detail-image-wrapper .thumbs-swiper-button-next {
    position: absolute;
    width: 32px;
    height: 32px;
    right: -16px !important;
    bottom: 33px;
    top: inherit !important;
}
.product-image-thumbs-swiper .swiper-slide {
    height: 100px;
    box-sizing: border-box;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid var(--light-border);
    background-color: var(--white);
}
.product-image-thumbs-swiper .swiper-slide.swiper-slide-thumb-active {
    border-color: var(--first-color);
}
.product-image-thumbs-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.product-detail-left-info {
    background-color: var(--white);
    box-sizing: border-box;
    padding: 40px;
    margin-top: 40px;
    border-radius: 5px;
}
.product-detail-left-info a[href="#product-prices-wrapper"] {
    color: var(--first-color);
    font-weight: 600;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}
.product-detail-left-info a[href="#product-prices-wrapper"]:hover {
    color: var(--second-color);
    border-bottom-color: var(--first-color);
}
.product-detail-info-resp {
    display: none;
    box-sizing: border-box;
    padding: 20px 20px 0 20px;
}
.product-detail-top-right {
    flex: 1;
}
.product-merk strong {
    font-weight: 600;
    color: var(--heading-color);
}
.product-merk {
    margin-bottom: 10px;
}
.product-merk a {
    display: inline-block;
    background-color: var(--white);
    box-sizing: border-box;
    padding: 6px 12px;
    border-radius: 5px;
    color: var(--heading-color);
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: var(--first-font);
    line-height: 18px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid var(--light-border);
}
.product-merk a:hover {
    background-color: var(--first-color);
    color: var(--white);
    border-color: var(--first-color);
    transform: translateY(-2px);
    box-shadow: 0 2px 6px rgba(0, 85, 255, 0.2);
}
.product-detail-top-right-tab {
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid var(--light-border);
}
.product-title {
    font-size: 28px;
    line-height: 36px;
    font-weight: 700;
    color: var(--heading-color);
    font-family: var(--first-font);
    margin: 0 0 15px 0;
}
h2.detail-tab-title {
    font-size: 22px;
    line-height: 27px;
}
.product-detail-price-wrapper {
    display: flex;
    flex-direction: column;
    margin: 20px 0 0 0;
    padding: 15px 0;
}
.product-detail-price-wrapper .product-detail-price-title {
    font-size: 14px;
    color: var(--text-color);
    opacity: 0.75;
    margin-bottom: 5px;
}
.product-detail-price-wrapper .product-detail-price {
    font-size: 32px;
    line-height: 40px;
    font-family: var(--first-font);
    color: var(--shop-price-color);
    font-weight: 700;
    letter-spacing: -0.5px;
}
.wpclv-attributes .wpclv-attribute {
    margin: 15px 0 0 0;
}
.wpclv-attributes .wpclv-attribute-label {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: var(--heading-color);
    font-family: var(--first-font);
    margin: 0 0 8px 0;
}

.wpclv-attributes .wpclv-terms {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.wpclv-attributes .wpclv-terms .wpclv-term-button.wpclv-term {
    border: 1px solid var(--light-border);
    background-color: var(--white);
    color: var(--heading-color);
    height: auto;
    width: auto;
    margin: 0;
    padding: 0;
    line-height: inherit;
    border-radius: 5px;
    float: none;
}
.wpclv-attributes .wpclv-terms .wpclv-term-button.wpclv-term:before,
.wpclv-attributes .wpclv-terms .wpclv-term-button.wpclv-term:after {
    display: none;
}
.wpclv-attributes .wpclv-terms .wpclv-term-button.wpclv-term a,
.wpclv-attributes .wpclv-terms .wpclv-term-button.wpclv-term span {
    padding: 0;
    background-color: transparent;
    font-family: var(--first-font);
    font-weight: 400;
    color: var(--heading-color);
    padding: 10px;
    box-sizing: border-box;
    height: auto;
    font-size: 14px;
    line-height: 20px;
}
.wpclv-attributes .wpclv-terms .wpclv-term-button.wpclv-term.active span {
    font-weight: 700;
    color: var(--heading-color);
}
.wpclv-attributes .wpclv-terms .wpclv-term-button.wpclv-term.active {
    border-color: var(--first-color);
}
.wpclv-attributes .wpclv-terms .wpclv-term.wpclv-term-image {
    width: 80px;
    height: 80px;
    border: 1px solid var(--light-border);
    margin: 0;
    background-color: var(--white);
    position: relative;
    box-sizing: border-box;
    padding: 10px;
}
.wpclv-attributes .wpclv-terms .wpclv-term.wpclv-term-image.active {
    border-color: var(--first-color);
}
.wpclv-attributes .wpclv-terms .wpclv-term.wpclv-term-image a,
.wpclv-attributes .wpclv-terms .wpclv-term.wpclv-term-image span {
    display: flex;
    height: 100%;
    width: 100%;
    background-color: var(--white);
}

.wpclv-attributes .wpclv-terms .wpclv-term.wpclv-term-image img {
    -o-object-fit: contain;
    object-fit: contain;
    height: 100%;
    width: 100%;
}
.wpclv-attributes .wpclv-terms .wpclv-term.wpclv-term-image:before {
    content: "";
    height: 3px;
    background-color: var(--first-color);
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    position: absolute;
    width: 0;
    transition: width 0.3s ease-in-out;
    border: 0;
    margin: 0;
}
.wpclv-attributes .wpclv-terms .wpclv-term.wpclv-term-image:hover:before {
    width: 100%;
}
.wpclv-attributes .wpclv-terms .wpclv-term.wpclv-term-image:after {
    background-color: var(--first-color);
    color: var(--white);
    font-weight: 600;
    box-shadow: none;
    text-shadow: none;
    font-family: var(--first-font);
    font-size: 12px;
}
.single-detail-all {
    display: flex;
    flex-direction: column;
    border-radius: 5px;
    overflow: hidden;
}
.single-detail-row {
    background-color: var(--white);
    box-sizing: border-box;
    padding: 15px 25px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid var(--light-border);
    transition: all 0.3s ease;
    text-decoration: none;
    color: inherit;
}
.single-detail-row:hover {
    background-color: var(--light-bg);
    transform: translateX(4px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
.single-detail-row:last-of-type {
    border: 0;
}
.single-detail-tab.single-detail-tab-img {
    flex: 0 0 100px;
}
.single-detail-tab.single-detail-tab-info {
    flex: 1;
    padding: 0 15px 0 25px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.single-detail-tab.single-detail-tab-info-resp {
    display: none;
}
.single-detail-tab-info-tab {
    display: flex;
    align-items: flex-start;
    font-size: 14px;
    line-height: 20px;
    color: var(--text-color);
    gap: 7px;
}
.single-detail-tab-info-img {
    height: 20px;
    display: flex;
    flex: 0 0 20px;
}
.single-detail-tab-img-holder {
    width: 100px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.single-detail-tab.single-detail-tab-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.single-detail-tab.single-detail-tab-price {
    flex: 0 0 130px;
    box-sizing: border-box;
    padding: 0 25px 0 0;
    text-align: center;
}
.single-detail-price-new {
    color: var(--shop-price-color);
    padding: 0;
    margin: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    font-size: 16px;
    line-height: 22px;
    height: 22px;
    overflow: hidden;
    font-weight: 600;
    font-family: var(--first-font);
}
.single-detail-price-old {
    color: var(--text-color);
    padding: 0;
    margin: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    font-size: 14px;
    line-height: 22px;
    height: 22px;
    overflow: hidden;
    font-weight: 400;
    font-family: var(--first-font);
    text-decoration: line-through;
    opacity: 0.75;
}

.individual-review-button-inner,
.single-detail-tab-button-inner {
    font-size: 15px;
    line-height: 20px;
    box-sizing: border-box;
    padding: 14px 28px;
    font-weight: 700;
    text-align: center;
    color: var(--white);
    border: 0;
    border-radius: 500px;
    width: 100%;
    background-color: var(--first-color);
    color: var(--white);
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    cursor: pointer;
    box-shadow: 0 2px 6px rgba(0, 85, 255, 0.2);
}
.single-detail-tab-button-inner i,
.individual-review-button-inner i {
    transition: transform 0.3s ease;
    font-size: 16px;
}
.individual-review:hover .individual-review-button-inner,
.single-detail-row:hover .single-detail-tab-button-inner {
    background-color: var(--second-color);
    color: var(--white);
    transform: scale(1.03);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.single-detail-row:hover .single-detail-tab-button-inner i,
.individual-review:hover .individual-review-button-inner i {
    transform: translateX(4px);
}
.product-detail-tabs-wrapper {
    margin-top: 50px;
}
.product-detail-tabs-wrapper .tabstop {
    position: -webkit-sticky;
    position: sticky;
    z-index: 10;
    top: 46px;
    left: 0;
    right: 0;
    background-color: var(--light-bg);
}
.product-detail-tabs-wrapper .tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style-type: none;
}
.product-detail-tabs-wrapper .tabs li a {
    display: block;
    box-sizing: border-box;
    padding: 20px 25px;
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    color: var(--heading-color);
    position: relative;
    text-decoration: none !important;
    font-family: var(--first-font);
}
.product-detail-tabs-wrapper .tabs li a:before {
    content: "";
    height: 3px;
    background-color: var(--first-color);
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    position: absolute;
    width: 0;
    transition: width 0.3s ease-in-out;
}
/* .product-detail-tabs-wrapper .tabs li.active a:before, */
.product-detail-tabs-wrapper .tabs li a:hover:before {
    width: 100%;
}
.product-detail-tab-title {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
    margin: 25px 0;
}
.product-detail-tab {
    background-color: var(--white);
    box-sizing: border-box;
    padding: 50px 0;
    display: block !important;
}
.product-detail-tab-title h2 {
    margin: 0;
}
.product-specs-group-full-wrapper {
    display: block;
    -moz-column-width: 650px;
    column-width: 650px;
    -moz-column-gap: 50px;
    column-gap: 50px;
    padding-bottom: 20px;
    position: relative;
    z-index: 2;
}
.product-specs-group-wrapper {
    width: 100%;
    position: relative;
    page-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
    padding-bottom: 25px;
}
table.product-detail-specs tr:nth-child(odd) {
    background-color: var(--light-bg);
}
table.product-detail-specs tr th.product-detail-specs-label,
table.product-detail-specs tr td.product-detail-specs-value {
    padding: 10px 20px;
    background-color: transparent !important;
    border: 0;
    font-size: 16px;
    line-height: 24px;
}
table.product-detail-specs tr th.product-detail-specs-label {
    width: 250px;
    font-weight: 700;
    color: var(--heading-color);
    text-align: left;
    position: relative;
}
table.product-detail-specs tr th.product-detail-specs-label span {
    display: inline-block;
    vertical-align: middle;
}
table.product-detail-specs tr td.product-detail-specs-value p {
    color: var(--heading-color);
    margin: 0;
}

table.product-detail-specs tr td.product-detail-specs-value a {
    color: var(--heading-color);
    text-decoration: underline;
}

/* Info icoon in label */
.attribute-info-icon {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    margin-left: 6px;
    color: var(--first-color);
    opacity: 0.6;
    transition: opacity 0.2s ease, transform 0.2s ease;
    text-decoration: none;
    line-height: 1;
}

.attribute-info-icon:hover {
    opacity: 1;
    transform: scale(1.1);
    color: var(--second-color);
}

.info-icon-svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
    display: block;
}
.individual-reviews {
    display: flex;
    flex-direction: column;
}
.individual-review:first-of-type {
    border-top: 1px solid var(--light-border);
}
.individual-review {
    background-color: var(--white);
    box-sizing: border-box;
    padding: 10px 0;
    display: flex;
    align-items: center;
    border-bottom: 1px solid var(--light-border);
}
.single-detail-all {
    display: flex;
    flex-direction: column;
    border-radius: 5px;
    overflow: hidden;
}
.individual-review-img {
    flex: 1;
}
.individual-review-img-holder {
    width: 100px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.individual-review-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.individual-review .ratings-full-wrapper {
    box-sizing: border-box;
    padding: 0 25px 0 0;
}
.product-detail-top-wrapper-ads {
    display: none;
    width: 100%;
    overflow: hidden;
    margin: 0 0 5px 0;
}
.product-detail-left-ads {
    margin: 10px 0;
    width: 100%;
    overflow: hidden;
}
.product-prices {
    margin: 30px 0 0 0;
}
.product-prices .detail-tab-title {
    margin-bottom: 20px;
}
.product-price-history {
    margin: 30px 0 0 0;
}

/* Prijs Historie Styling */
.price-history-wrapper {
    background-color: var(--white);
    border-radius: 5px;
    padding: 25px;
    margin-top: 25px;
    border: 1px solid var(--light-border);
    position: relative;
}
.product-price-history .price-history-wrapper {
    margin-top: 0;
}
.price-history-title {
    font-size: 22px;
    line-height: 27px;
    font-weight: 700;
    color: var(--heading-color);
    font-family: var(--first-font);
    margin: 0 0 20px 0;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--light-border);
    display: flex;
    align-items: center;
    gap: 10px;
}
.price-history-title svg {
    width: 20px;
    height: 20px;
    color: var(--first-color);
}
.price-history-chart-container {
    margin-bottom: 25px;
    background-color: var(--light-bg);
    border-radius: 8px;
    padding: 20px;
    border: 1px solid var(--light-border);
    position: relative;
    overflow: visible;
    transition: all 0.3s ease;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}
.price-history-chart-container:hover {
    border-color: var(--first-color);
    box-shadow: 0 2px 8px rgba(0, 85, 255, 0.1);
}
.price-history-chart-container::before {
    content: "Hover over de grafiek voor meer details";
    position: absolute;
    top: 8px;
    right: 20px;
    font-size: 11px;
    color: var(--text-color);
    opacity: 0.6;
    font-family: var(--second-font);
    pointer-events: none;
    transition: opacity 0.3s ease;
}
.price-history-chart-container:hover::before {
    opacity: 0;
}
.price-history-chart-container canvas {
    pointer-events: auto;
    position: relative;
    cursor: crosshair !important;
    font-family: var(--second-font);
    max-width: 100%;
    width: 100% !important;
    display: block;
}
/* Voorkom hover-effects die het canvas laten trillen */
.price-history-chart-container {
    position: relative;
    overflow: visible;
}
/* Verbeterde tooltip styling */
.price-history-chart-container .chartjs-tooltip,
.price-history-chart-container div[class*="chartjs-tooltip"] {
    position: absolute !important;
    pointer-events: none !important;
    background: rgba(255, 255, 255, 0.98) !important;
    border: 1px solid var(--light-border) !important;
    border-radius: 6px !important;
    padding: 10px 12px !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
    font-family: var(--second-font) !important;
    font-size: 13px !important;
    z-index: 1000 !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: var(--text-color) !important;
}
.price-history-chart-container .chartjs-tooltip *,
.price-history-chart-container div[class*="chartjs-tooltip"] * {
    color: var(--text-color) !important;
}
.price-history-chart-container .chartjs-tooltip-title,
.price-history-chart-container div[class*="chartjs-tooltip-title"] {
    font-weight: 700 !important;
    color: var(--heading-color) !important;
    margin-bottom: 6px !important;
    font-size: 14px !important;
    padding-bottom: 6px !important;
    border-bottom: 1px solid var(--light-border) !important;
    display: block !important;
}
.price-history-chart-container .chartjs-tooltip-body,
.price-history-chart-container div[class*="chartjs-tooltip-body"] {
    color: var(--text-color) !important;
    display: block !important;
}
/* Zorg dat alle text in de tooltip zichtbaar is */
.price-history-chart-container .chartjs-tooltip span,
.price-history-chart-container .chartjs-tooltip div,
.price-history-chart-container div[class*="chartjs-tooltip"] span,
.price-history-chart-container div[class*="chartjs-tooltip"] div {
    color: var(--text-color) !important;
    opacity: 1 !important;
}
/* X-axis labels styling */
.price-history-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin: 25px 0 0 0;
}
.price-history-stat-item {
    background-color: var(--white);
    border: 1px solid var(--light-border);
    border-radius: 8px;
    padding: 18px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}
.price-history-stat-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--light-border);
    transition: all 0.3s ease;
}
.price-history-stat-item:hover {
    border-color: var(--first-color);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.price-history-stat-item:hover::before {
    background: var(--first-color);
}
.price-history-stat-highest:hover::before {
    background: #dc3545;
}
.price-history-stat-lowest:hover::before {
    background: #28a745;
}
.price-history-stat-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
}
.price-history-stat-icon {
    color: var(--first-color);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    background-color: var(--first-color-light);
    border-radius: 6px;
    transition: all 0.3s ease;
}
.price-history-stat-item:hover .price-history-stat-icon {
    background-color: var(--first-color);
    color: var(--white);
    transform: scale(1.1);
}
.price-history-stat-highest .price-history-stat-icon {
    color: #dc3545;
    background-color: rgba(220, 53, 69, 0.1);
}
.price-history-stat-highest:hover .price-history-stat-icon {
    background-color: #dc3545;
    color: var(--white);
}
.price-history-stat-lowest .price-history-stat-icon {
    color: #28a745;
    background-color: rgba(40, 167, 69, 0.1);
}
.price-history-stat-lowest:hover .price-history-stat-icon {
    background-color: #28a745;
    color: var(--white);
}
.price-history-stat-icon svg {
    width: 16px;
    height: 16px;
}
.price-history-stat-label {
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    color: var(--text-color);
    font-family: var(--first-font);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    opacity: 0.75;
    transition: opacity 0.3s ease;
}
.price-history-stat-item:hover .price-history-stat-label {
    opacity: 1;
}
.price-history-stat-price {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    color: var(--shop-price-color);
    font-family: var(--first-font);
    margin-top: 4px;
    transition: transform 0.3s ease;
}
.price-history-stat-item:hover .price-history-stat-price {
    transform: scale(1.05);
}
.price-history-stat-highest .price-history-stat-price {
    color: #dc3545;
}
.price-history-stat-lowest .price-history-stat-price {
    color: #28a745;
}
.price-history-stat-current .price-history-stat-price {
    color: var(--shop-price-color);
}
.price-history-stat-merchant {
    font-size: 14px;
    line-height: 20px;
    color: var(--text-color);
    font-family: var(--first-font);
    font-weight: 600;
    opacity: 0.9;
}
.price-history-stat-merchant a,
.price-history-merchant-link {
    color: var(--first-color);
    text-decoration: none;
    transition: color 0.3s ease;
}
.price-history-stat-merchant a:hover,
.price-history-merchant-link:hover {
    color: var(--second-color);
    text-decoration: underline;
}
.price-history-stat-date {
    font-size: 12px;
    line-height: 16px;
    color: var(--text-color);
    font-family: var(--first-font);
    opacity: 0.7;
    margin-top: 3px;
}
.price-history-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
    border-top: 1px solid var(--light-border);
    gap: 15px;
    flex-wrap: wrap;
    min-height: 20px;
}
.price-history-since {
    font-size: 13px;
    line-height: 18px;
    color: var(--text-color);
    font-family: var(--first-font);
    opacity: 0.75;
}
.price-history-disclaimer {
    font-size: 13px;
    line-height: 18px;
    color: var(--text-color);
    font-family: var(--first-font);
    opacity: 0.7;
}
.product-image-modal-swiper .product-detail-modal-image-wrapper {
    height: 500px;
    width: 100%;
    box-sizing: border-box;
    padding: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-image-modal-swiper .product-detail-modal-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.product-image-modal-thumbs-swiper .swiper-slide {
    height: 100px;
    box-sizing: border-box;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid var(--light-border);
    width: 100px;
}
.product-image-modal-thumbs-swiper .swiper-slide.swiper-slide-thumb-active {
    border-color: var(--first-color);
}
.product-image-modal-thumbs-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.product-image-modal .modal-lg {
    max-width: 1400px !important;
    width: 94%;
}
.product-image-modal .modal-content .modal-title h3 {
    margin: 0;
}
.product-image-modal .modal-swiper-button-prev {
    position: absolute;
}
.product-image-modal .modal-swiper-button-next {
    position: absolute;
}
.product-detail-image-wrapper .product-image-modal-swiper {
    width: 100%;
}
@media (max-width: 1400px) {
    .product-specs-group-full-wrapper {
        -moz-column-width: 450px;
        column-width: 450px;
    }
    .product-image-modal .modal-lg {
        max-width: 100% !important;
        width: 100%;
    }
    .product-image-modal .modal-content {
        height: 95vh;
    }
    .product-image-modal .modal-content .modal-body {
        flex: 1;
        display: flex;
        flex-direction: column;
    }
    .product-detail-image-wrapper .product-image-modal-swiper {
        flex: 1;
    }
    .product-detail-image-wrapper .product-image-modal-thumbs-swiper {
        flex: 0 0 100px;
    }
    .product-image-modal-swiper .product-detail-modal-image-wrapper {
        height: auto;
    }
}
@media (max-width: 1350px) {
    .product-detail-top-inner {
        gap: 50px;
    }
}
@media (max-width: 1200px) {
    .product-detail-top-left {
        flex: 0 0 400px;
    }
    .product-detail-left-ads {
        display: none;
    }
    .product-detail-image-wrapper .product-detail-image {
        height: 400px;
        padding: 50px;
    }
    .single-detail-row {
        padding: 10px 15px;
    }

    .single-detail-tab-img-holder {
        width: 75px;
        height: 50px;
    }
    .single-detail-tab.single-detail-tab-img {
        flex: 0 0 75px;
    }
    .single-detail-tab.single-detail-tab-price {
        padding: 0 10px 0 0;
        flex: 0 0 110px;
    }
    .single-detail-tab.single-detail-tab-info {
        padding: 0 10px;
    }
}
@media (max-width: 999px) {
    .product-detail-top-wrapper.scale {
        padding: 0;
    }
    .product-detail-top-inner {
        display: block;
    }
    .product-detail-top-left {
        width: 100%;
    }
    .product-image-modal .modal-swiper-button-next,
    .product-image-modal .modal-swiper-button-prev,
    .product-detail-image-wrapper .thumbs-swiper-button-prev,
    .product-detail-image-wrapper .thumbs-swiper-button-next {
        display: none;
    }
    .product-detail-left-info {
        display: none;
    }
    .product-detail-info-resp {
        display: block;
    }
    .product-detail-image-wrapper .product-detail-image {
        height: 350px;
        padding: 40px;
    }
    .product-detail-top-right {
        padding: 3cqmax 20px 0 20px;
    }
    .product-specs-group-full-wrapper {
        display: block;
    }
    .product-detail-left-ads {
        display: none;
    }
    .product-image-thumbs-swiper .swiper-slide {
        width: 100px;
    }
    .product-detail-image-wrapper .product-image-thumbs-swiper {
        box-sizing: border-box;
        padding: 0 3vw;
    }
}

@media (max-width: 700px) {
    .product-detail-image-wrapper .product-detail-image {
        height: 225px;
        padding: 30px;
    }
    .product-detail-top-wrapper-ads {
        display: block;
    }

    /* Price History Mobile */
    .price-history-wrapper {
        padding: 20px 15px;
    }
    .price-history-title {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 15px;
        padding-bottom: 12px;
    }
    .price-history-chart-container {
        padding: 15px;
        margin-bottom: 20px;
    }
    .price-history-chart-container::before {
        display: none; /* Verberg hint op mobile */
    }
    .price-history-chart-container canvas {
        max-height: 220px;
        min-height: 180px;
        height: 200px !important;
        width: 100% !important;
    }
    .price-history-stats {
        grid-template-columns: 1fr;
        gap: 12px;
        margin-bottom: 20px;
    }
    .price-history-stat-item {
        padding: 15px;
    }
    .price-history-stat-price {
        font-size: 22px;
        line-height: 28px;
    }
    .price-history-footer {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    .product-image-modal-swiper .product-detail-modal-image-wrapper img {
        max-height: 300px;
    }

    .product-detail-image-wrapper .product-image-modal-thumbs-swiper {
        flex: 0 0 80px;
    }
    .product-image-modal-thumbs-swiper .swiper-slide,
    .product-image-thumbs-swiper .swiper-slide {
        height: 80px;
        width: 80px;
    }
}
@media (max-width: 600px) {
    .single-detail-tab.single-detail-tab-img {
        flex: 1;
    }

    .single-detail-tab-img-holder {
        width: 100px;
        height: 50px;
    }
    .single-detail-tab-img-holder img {
        -o-object-position: top left;
        object-position: top left;
    }
    .single-detail-row {
        flex-wrap: wrap;
    }
    .single-detail-tab.single-detail-tab-button {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    .single-detail-tab.single-detail-tab-info {
        display: none;
    }
    .single-detail-tab.single-detail-tab-info-resp {
        display: block;
        padding: 0;
    }
    .single-detail-tab.single-detail-tab-price {
        padding: 0;
        flex: 0 0 150px;
        text-align: right;
    }
    .single-detail-tab-button-inner {
        justify-content: center;
    }
    .product-detail-tabs-wrapper {
        margin-top: 25px;
    }
    .product-detail-tabs-wrapper .tabs li a {
        font-size: 16px;
        padding: 10px;
    }
    /* Responsive prijs historie */
    .price-history-wrapper {
        padding: 20px;
        margin-top: 20px;
    }
    .price-history-title {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 15px;
        padding-bottom: 12px;
    }
    .price-history-chart-container {
        padding: 12px;
        margin-bottom: 15px;
    }
    .price-history-stats {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    .price-history-stat-item {
        padding: 15px;
    }
    .price-history-stat-price {
        font-size: 20px;
        line-height: 26px;
    }
    .price-history-footer {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        padding-top: 15px;
    }
    .product-detail-tab-title {
        margin: 0 0 10px 0;
    }
    .product-detail-tab-title h2 {
        font-size: 20px;
    }
    table.product-detail-specs,
    table.product-detail-specs tbody {
        display: block;
        width: 100%;
    }
    table.product-detail-specs tr {
        display: block;
        width: 100%;
    }
    table.product-detail-specs tr th.product-detail-specs-label {
        display: flex;
        flex-wrap: wrap;
        padding: 10px 15px 0 15px;
        width: 100%;
    }

    .attribute-info-icon {
        margin-left: 4px;
    }

    .info-icon-svg {
        width: 14px;
        height: 14px;
    }
    table.product-detail-specs tr td.product-detail-specs-value {
        display: block;
        padding: 0 15px 10px 15px;
    }
    .individual-review-img-holder {
        width: 75px;
        height: 50px;
    }
    .individual-review .ratings-full-wrapper {
        flex-direction: column;
        align-items: flex-end;
    }
    .individual-review .individual-review-button-inner span {
        display: none;
    }
    /* Extra kleine schermen - prijs historie */
    .price-history-wrapper {
        padding: 15px;
    }
    .price-history-title {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 15px;
        padding-bottom: 10px;
    }
    .price-history-title svg {
        width: 18px;
        height: 18px;
    }
    .price-history-chart-container {
        padding: 10px;
        margin-bottom: 15px;
    }
    .price-history-stat-item {
        padding: 12px;
    }
    .price-history-stat-price {
        font-size: 18px;
        line-height: 24px;
    }
    .price-history-stat-icon {
        width: 20px;
        height: 20px;
    }
    .price-history-stat-icon svg {
        width: 14px;
        height: 14px;
    }
}
