.post-full-wrapper {
    position: relative;
    width: 100%;
    overflow-x: clip;
}
.post-full-wrapper-small-inhoud .content-left {
    width: 100%;
}
.post-top-wrapper {
    background-color: var(--light-bg);
}
.post-top-wrapper-inner {
    display: flex;
    gap: 50px;
}
.post-top-wrapper-left {
    flex: 1;
    box-sizing: border-box;
    padding: 50px 0;
}
.content-right .featured-image {
    margin-bottom: 25px;
    max-width: 500px;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 0 auto;
}
.featured-image {
    flex: 0 0 500px;
    display: flex;
    position: relative;
}
.featured-image .buttontocontent {
    display: none;
    width: 80px;
    height: 80px;
    position: absolute;
    z-index: 10;
    left: 50%;
    transform: translateX(-50%) rotate(-45deg);
    transition: background-color 0.3s ease, color 0.3s ease, transform 0.5s ease;
    background-color: var(--light-bg);
    top: -40px;
    border-radius: 50px;
    box-sizing: border-box;
    padding: 5px;
    color: var(--first-color);
}
.featured-image .buttontocontent:hover {
    background-color: var(--first-color);
    color: var(--white);
    transform: translateX(-50%) rotate(0deg);
}
.featured-image .buttontocontentinner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 40px;
    border: 2px solid var(--first-color);
    border-radius: 500px;
}

.featured-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.post-title {
    margin: 0;
}
.post-author .post-category {
    margin: 0;
}
.post-author .post-categories li a {
    font-size: 14px;
    line-height: 20px;
}
.post-author {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 20px 0 15px 0;
}
.post-author-left {
    border-radius: 30px;
    overflow: hidden;
    flex: 0 0 30px;
    height: 30px;
    box-sizing: border-box;
}
.post-author-right p.post-author-name,
.post-author-right a.post-author-name {
    margin: 0;
    font-size: 16px;
    line-height: 20px;
    color: var(--text-color, #333);
    text-decoration: none;
    transition: color 0.3s ease;
}

.post-author-right a.post-author-name:hover {
    color: var(--first-color, #0073aa);
    text-decoration: underline;
}

.post-author-left a {
    display: block;
    transition: opacity 0.3s ease;
}

.post-author-left a:hover {
    opacity: 0.8;
}

/* Post Date Info */

.post-date-info p {
    margin-top: 15px 0;
    font-size: 14px;
    line-height: 20px;
    color: var(--heading-color);
    display: flex;
    align-items: center;
    gap: 8px;
}

.post-updated-date {
    font-weight: 500;
}

.post-updated-date time {
    font-weight: 600;
}

.post-published-date time {
    font-weight: 500;
    color: var(--heading-color);
}
#contentstart {
    position: relative;
    top: -30px;
}
.content-layout {
    display: flex;
    gap: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
}
.content-layout.content-layout-no-flex {
    display: block;
}
.content-left {
    flex: 1;
    position: relative;
    width: calc(100% - 420px);
}
.table-of-contents-full-wrapper {
    margin-bottom: 40px;
}
.table-of-contents-top {
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    cursor: pointer;
    border-bottom: 1px solid var(--light-border);
}
.table-of-contents-top h2 {
    margin: 0;
    font-size: 18px;
    line-height: 2em;
    font-weight: 700;
}
.table-of-contents-top-icon {
    display: flex;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    align-items: center;
    justify-content: center;
    background-color: var(--first-color);
    color: var(--white);
    transition: background-color 0.3s ease, transform 0.3s ease;
}
.table-of-contents-top-icon:hover {
    background-color: var(--second-color);
}
.table-of-contents-top.active .table-of-contents-top-icon {
    transform: rotate(-180deg);
}
.table-of-contents-wrapper {
    display: none;
    box-sizing: border-box;
    padding: 0;
    border-radius: 10px;
    background-color: var(--light-bg);
    margin: 10px 0 0 0;
}
.table-of-contents-wrapper.active {
    display: block;
}
.table-of-contents-wrapper ul {
    list-style-type: none;
    padding: 0;
}
.table-of-contents-wrapper ul li {
    position: relative;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--heading-color);
    font-weight: 500;
    border-bottom: 1px solid var(--light-border);
    padding-right: 25px;
}

.table-of-contents-wrapper ul li:last-of-type {
    border: 0;
}

.table-of-contents-wrapper ul li a {
    color: var(--heading-color);
    font-weight: 500;
    flex: 1;
    display: block;
    box-sizing: border-box;
    padding: 10px 15px 10px 25px;
    transition: color 0.3s ease;
    font-family: var(--first-font);
}

.table-of-contents-wrapper ul li a:hover {
    color: var(--first-color);
}
.table-of-contents-wrapper ul li:after {
    font-family: "FontAwesome" !important;
    content: "\f107";
    color: var(--text-color);
    font-size: 18px;
}
.content-left #productstable {
    margin-bottom: 30px;
}
.sectie-inhoud {
    margin: 0 0 50px 0;
}
.sectie-introductie.inhoud-content {
    margin: 0 0 30px 0;
}
.sectie-inhoud.highlight-sectie {
    background-color: var(--light-bg);
    box-sizing: border-box;
    padding: 25px;
    position: relative;
    border-radius: 5px;
}

.sectie-inhoud.highlight-sectie:before {
    position: absolute;
    font-size: 50px;
    color: var(--first-color);
    top: -33px;
    font-family: "FontAwesome" !important;
    content: "\f10d";
    left: 25px;
    line-height: 70px;
}

.sectie-inhoud.highlight-sectie:after {
    position: absolute;
    font-size: 50px;
    color: var(--first-color);
    bottom: -33px;
    font-family: "FontAwesome" !important;
    content: "\f10e";
    right: 25px;
    line-height: 50px;
}

.sectie-conclusie {
    margin: 0 0 30px 0;
}
.social-share {
    position: absolute;
    left: -70px;
    top: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.social-share a {
    background-color: var(--heading-color);
    color: var(--white);
    width: 25px;
    height: 25px;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
    font-size: 12px;
}
.social-share a:hover {
    background-color: var(--first-color);
}
.content-right {
    flex: 0 0 370px;
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.content-right iframe {
    width: 100%;
    height: auto;
}
.product-section-wrapper-top {
    border-bottom: 1px solid var(--light-border);
    margin-bottom: 10px;
}
.product-section-wrapper-top h3 {
    margin: 0;
    font-size: 18px;
    line-height: 2em;
    font-weight: 700;
}
.product-section-wrapper-top-icon {
    display: none;
}
.product-section {
    box-sizing: border-box;
    padding: 15px;
    background-color: var(--light-bg);
    border-radius: 10px;
    margin: 0 0 15px 0;
}
.post-products-popup-wrapper > br,
.post-products-popup-wrapper > p {
    display: none;
}
.post-products-popup-wrapper {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.post-products-popup-section {
    position: relative;
}
.post-products-popup-section .post-products-popup-rank {
    position: absolute;
    background-color: #ff7c0b;
    color: var(--white);
    height: 30px;
    min-width: 30px;
    font-size: 14px;
    font-weight: 700;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 10px;
    left: 10px;
}
/* producten met popup */
.product-compare-with-popup-full-wrapper {
    display: block;
    background-color: var(--white);
    border-radius: 5px;
    box-sizing: border-box;
    padding: 10px;
}
.product-compare-top {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}
.product-compare-img {
    flex: 0 0 80px;
    width: 80px;
    min-width: 80px;
    height: 80px;
    display: flex;
}
.product-compare-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.product-compare-info {
    flex: 1;
    width: 100%;
}

/* compare list row */
.price-comp-container {
    box-sizing: border-box;
    padding: 15px;
    background-color: var(--light-bg);
    display: flex;
    flex-direction: column;
    gap: 15px;
    border-radius: 10px;
}
.price-comp-container .tab-pane {
    display: none;
}
.price-comp-container .tab-pane.active {
    display: block;
}
.compare-products-list-row {
    display: flex;
    align-items: center;
    gap: 25px;
    background-color: var(--white);
    border-radius: 5px;
    box-sizing: border-box;
    padding: 15px;
}
.compare-products-list-img {
    flex: 0 0 75px;
    width: 75px;
    height: 75px;
}
.compare-products-list-img a {
    display: flex;
    width: 100%;
    height: 75px;
}
.compare-products-list-img a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.compare-products-list-logo-mobile {
    display: none;
}
.compare-products-list-info {
    flex: 1;
    justify-content: space-between;
    display: flex;
    align-items: center;
}
.compare-products-list-stock-status {
    color: var(--text-color) !important;
    font-weight: 400;
    position: relative;
    padding: 0 0 0 17px;
    box-sizing: border-box;
}

.compare-products-list-stock-status.status-instock:before {
    font-family: "FontAwesome" !important;
    content: "\f00c";
    color: var(--first-color);
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 12px;
}
.compare-products-list-stock-status.status-outofstock:before {
    font-family: "FontAwesome" !important;
    content: "\f00d";
    color: var(--price-color);
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 12px;
}
.compare-products-list-prices {
    text-align: right;
}
.compare-products-list-old-price {
    margin: 0 !important;
    font-size: 16px;
    line-height: 25px;
    color: var(--text-color);
    text-decoration: line-through;
    font-weight: 400;
}
.compare-products-list-price {
    margin: 0 !important;
    font-size: 18px;
    line-height: 25px;
    font-weight: 700;
    color: var(--heading-color);
}
.compare-products-list-button-wrapper a.btn {
    font-size: 14px;
    line-height: 20px;
    box-sizing: border-box;
    padding: 12px 25px;
    font-weight: bold;
    text-align: center;
    color: var(--white);
    border: 0;
    border-radius: 500px;
    width: 100%;
    color: var(--white);
    background-color: var(--first-color);
    border: 1px solid var(--gray-border);
    transition: background-color 0.3s ease, color 0.3s ease;
    display: block;
}
.compare-products-list-button-wrapper a.btn:hover {
    background-color: var(--second-color);
    color: var(--white);
}
.compare-products-list-button-wrapper a.btn i {
    display: none;
}
.compare-products-list-button-wrapper {
    flex: 0 0 116px;
}
.compare-products-list-logo {
    flex: 0 0 75px;
    width: 75px;
    min-width: 75px;
}
.compare-products-list-logo a {
    width: 75px;
    height: 75px;
    display: flex;
}
.compare-products-list-logo a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block !important;
}
.related-posts {
    background-color: var(--light-bg);
    box-sizing: border-box;
    padding: 50px 0;
    margin-bottom: -50px;
}

.accordion-item {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.accordion-header {
    background-color: var(--light-bg);
    color: var(--heading-color);
    text-decoration: none;
    padding: 15px 20px;
    border-radius: 5px;
    position: relative;
    display: flex;
    align-items: center;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    cursor: pointer;
    gap: 10px;
}
.accordion-header .accordion-title {
    font-size: 18px;
    line-height: 23px;
    font-weight: 700;
    flex: 1;
}
.accordion-header i {
    width: 36px;
    height: 36px;
    min-width: 36px;
    border-radius: 36px;
    background-color: var(--white);
    color: var(--heading-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
    transform: rotate(0);
}
.accordion-item.active .accordion-header i {
    transform: rotate(180deg);
}
.accordion-content {
    height: 0;
    overflow: hidden;
    transition: height 0.5s ease;
}
.accordion-item.active .accordion-content {
    height: auto;
}
.accordion-content-inner {
    box-sizing: border-box;
    padding: 20px;
}
.accordion-content-inner h3 {
    margin-top: 0;
}

.product-pros-cons {
    display: flex;
    gap: 15px;
    margin: 0 0 25px 0;
}
.product-pros-wrapper {
    flex: 1;
    padding: 15px;
    margin: 0;
    box-sizing: border-box;
    border-radius: 10px;
    border: 1px solid var(--light-border);
}
.product-pros-wrapper ul.product-pros,
.product-cons-wrapper ul.product-cons {
    padding: 0;
    margin: 0;
}
.product-pros-wrapper h3,
.product-cons-wrapper h3 {
    margin: 0 0 10px 0;
}
.product-pros-wrapper ul.product-pros li:before {
    color: #1a847f;
}
.product-cons-wrapper {
    flex: 1;
    padding: 15px;
    margin: 0;
    box-sizing: border-box;
    border: 1px solid var(--light-border);
    border-radius: 10px;
}
.product-cons-wrapper ul.product-cons li:before {
    color: #e22d21;
}
.inhoud-content {
    line-height: 1.7em;
    font-size: 18px;
}
.inhoud-content ul {
    list-style-type: none;
    margin-top: 20px;
    padding-left: 0;
}
.inhoud-content ul li {
    position: relative;
    box-sizing: border-box;
    padding-left: 17px;
}
.inhoud-content ul li:before {
    font-family: "FontAwesome" !important;
    content: "\f054";
    color: var(--first-color);
    position: absolute;
    left: 0;
    top: 1px;
    font-size: 12px;
}
.inhoud-content table.inhoud-tabel th {
    background-color: var(--first-color);
    color: var(--white);
}
.inhoud-content table.inhoud-tabel tbody tr td {
    background-color: var(--white) !important;
}
.inhoud-content table.inhoud-tabel tbody tr td:first-of-type {
    background-color: var(--light-bg) !important;
    font-weight: 500;
    color: var(--heading-color);
}
.inhoud-content a {
    color: var(--text-color);
    position: relative;
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.inhoud-content a:after {
    content: "";
    position: absolute;
    height: 1.5px;
    background-color: var(--first-color);
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    transition: width 0.3s ease-in-out, bottom 0.3s ease-in-out, height 0.3s ease-in-out;
    width: 100%;
}
.inhoud-content a:hover:after {
    width: 60%;
    bottom: 0;
    height: 1px;
}
.inhoud-content #row-customproductsrow a {
    text-decoration: none;
}

.inhoud-tabel-wrapper {
    width: 100%;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch; /* Zorgt voor soepel scrollen op touch-apparaten */
    user-select: none; /* Voorkomt tekstselectie */
    -webkit-user-select: none; /* Voor WebKit-browsers zoals Chrome en Safari */
    -ms-user-select: none; /* Voor oudere versies van Edge */
}
.inhoud-tabel-wrapper.active {
    cursor: grabbing;
    cursor: -webkit-grabbing;
}

.inhoud-tabel-wrapper::-webkit-scrollbar {
    display: none; /* Verbergt de scrollbar op WebKit-browsers */
}

.inhoud-tabel-wrapper {
    -ms-overflow-style: none; /* Verbergt de scrollbar op Internet Explorer en Edge */
    scrollbar-width: none; /* Verbergt de scrollbar op Firefox */
}
.inhoud-tabel-wrapper * {
    user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}
.inhoud-content table.product-specs tr th,
.inhoud-content table.product-specs tr td {
    text-align: left;
    background-color: transparent;
    padding: 10px 0;
    box-sizing: border-box;
    border: 0;
    border-bottom: 1px solid var(--light-border);
    font-size: 16px;
    line-height: 24px;
}
.inhoud-content table.product-specs tr td {
    width: 100%;
}
.inhoud-content table.product-specs tr th {
    color: var(--heading-color);
    min-width: 275px;
    padding-right: 10px;
}

.inhoud-content h4 {
    font-size: 1.1em;
}
.post-top-wrapper.post-top-wrapper-single-top-list {
    box-sizing: border-box;
    padding: 50px 0;
}
.post-top-wrapper-right {
    flex: 0 0 600px;
}
.post-top-wrapper-right-buttons {
    box-sizing: border-box;
    padding: 25px 0;
    border-top: 1px solid var(--light-border);
}
.post-top-wrapper-right .link-border {
    color: var(--heading-color) !important;
}
.post-top-wrapper-right .link-border:after,
.post-top-wrapper-right .link-border:before {
    border-color: var(--heading-color) !important;
}
.compare-producten-inner {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin: 25px 0 0 0;
}
.compare-producten-row {
    display: flex;
    align-items: center;
    gap: 15px;
    box-sizing: border-box;
    padding: 0 0 15px 0;
    border-bottom: 1px solid var(--light-border);
}
.compare-producten-tab.compare-producten-tab-img {
    height: 100px;
    flex: 0 0 100px;
    display: flex;
    background-color: var(--white);
    border-radius: 5px;
    box-sizing: border-box;
    padding: 15px;
}
.compare-producten-tab.compare-producten-tab-img img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}
.compare-producten-tab.compare-producten-tab-left {
    flex: 1;
    display: flex;
    gap: 15px;
    align-items: flex-start;
    position: relative;
}

.compare-producten-tab.compare-producten-tab-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.compare-producten-tab.compare-producten-tab-info {
    flex: 1;
}
.compare-producten-tab.compare-producten-tab-info .compare-producten-tab-info-bottom {
    /* display: flex; */
    gap: 10px;
    align-items: center;
    margin: 5px 0 0 0;
}
.compare-producten-tab.compare-producten-tab-info .ratings-full-wrapper {
    font-size: 14px;
    line-height: 22px;
}
.compare-producten-tab.compare-producten-tab-info .ratings-full-wrapper .ratings-stars {
    font-size: 12px;
}
.compare-producten-tab.compare-producten-tab-info span.compare-producten-tab-info-title {
    font-size: 14px;
    line-height: 22px;
    margin: 0;
    font-weight: 400;
    color: var(--text-color);
    font-family: var(--first-font);
    display: block;
}
.compare-producten-tab.compare-producten-tab-info span.compare-producten-tab-product-title {
    font-size: 16px;
    line-height: 22px;
    margin: 0;
    font-weight: 500;
    color: var(--heading-color);
    font-family: var(--first-font);
    display: block;
}
.compare-producten-tab.compare-producten-tab-info .product-price-txt {
    font-size: 18px;
    line-height: 22px;
    margin: 0;
    display: inline-flex;
    gap: 5px;
    font-family: var(--first-font);
    color: #016501;
}
.compare-producten-tab.compare-producten-tab-info .product-price a {
    position: relative;
    z-index: 5;
    color: var(--text-color);
    text-decoration: underline;
    font-size: 14px;
    display: none;
}
.compare-producten-tab.compare-producten-tab-prices {
    flex: 0 0 260px;
}
.compare-producten-tab.compare-producten-tab-prices .button-to-review {
    justify-content: center;
    margin: 10px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    color: var(--heading-color);
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    font-family: var(--first-font);
}

.compare-producten-tab.compare-producten-tab-prices .button-to-review i {
    font-size: 10px;
}
.compare-producten-tab-prices-row {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.compare-producten-tab-prices-row .small-link-button {
    justify-content: center;
}
.compare-producten-tab-prices-row .small-link-button.secondary-prices-button {
    background-color: var(--white);
    color: var(--first-color);
}

.producten-secties {
    position: relative;
    background-color: var(--light-bg);
    box-sizing: border-box;
    padding: 50px 0;
}
.producten-secties:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    background-color: var(--light-bg);
    transform: translateX(-50%);
    width: 100vw;
}
.sectie-product {
    position: relative;
    z-index: 2;
    background-color: var(--white);
    box-sizing: border-box;
    padding: 40px;
    margin: 0 0 70px 0;
    border-radius: 5px;
}
.compare-producten-review-top {
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 0 0 25px 0;
}
.compare-producten-review-subtitle {
    position: absolute;
    font-size: 16px;
    line-height: 22px;
    color: var(--white);
    background-color: var(--first-color);
    box-sizing: border-box;
    padding: 5px 10px;
    font-family: var(--first-font);
    z-index: 5;
    font-weight: 700;
    top: -16px;
    left: -10px;
    pointer-events: none;
}
.compare-producten-review-subtitle:after {
    width: 0;
    height: 0;
    border-top: 10px solid var(--first-color);
    border-left: 10px solid transparent;
    left: 0;
    top: 100%;
    content: "";
    position: absolute;
}
.compare-producten-review-left {
    flex: 1;
}
.compare-producten-review-image {
    width: 100%;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.compare-producten-review-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    max-width: 150px;
}
.compare-producten-review-right {
    flex: 1;
}
.compare-producten-review-right .compare-producten-tab-prices-row {
    margin: 25px 0 0 0;
}
.compare-producten-review-right .compare-producten-tab-prices-row .small-link-button {
    background-color: var(--first-color);
    color: var(--white);
    text-decoration: none;
    font-family: var(--first-font);
    padding: 10px 20px;
}
.compare-producten-review-right .compare-producten-tab-prices-row .small-link-button.secondary-prices-button {
    background-color: var(--light-bg);
    color: var(--first-color);
}
.compare-producten-review-right h2 {
    font-size: 18px;
    line-height: 24px;
    margin: 0;
    position: relative;
    box-sizing: border-box;
    padding-left: 20px;
    font-weight: 500;
}
.compare-producten-review-right h2:before {
    font-family: "FontAwesome" !important;
    content: "\f05d";
    color: var(--first-color);
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
}
#products-compare-overview-wrapper {
    overflow-x: auto;
    cursor: grab;
}

#products-compare-overview-wrapper.dragging {
    user-select: none;
    cursor: grabbing;
}
.products-compare-overview-inner {
    display: block;
    width: max-content;
}
.products-compare-header-sticky-placeholder {
    height: 0;
    transition: height 0.3s ease;
}
.products-compare-header-sticky-wrapper.scrolled ~ .products-compare-header-sticky-placeholder {
    height: 70px; /* of wat de hoogte is van de sticky-header in 'scrolled' modus */
}
.products-compare-header-sticky-wrapper {
    overflow-x: auto;
    width: 100%;
    position: sticky;
    top: 51px;
    z-index: 50;
}
.products-compare-header-sticky-wrapper.scrolled {
    background-color: white;
}
.products-compare-overview-header {
    border-bottom: 1px solid var(--light-border);
    box-sizing: border-box;
    display: flex;
    width: max-content;
}
.products-compare-overview-content-row-header,
.products-compare-overview-content-row-info,
.products-compare-overview-header {
    display: flex;
}
.products-compare-overview-content-row-info.has-differences .products-compare-overview-content-tab-title,
.products-compare-overview-content-row-info.has-differences .products-compare-overview-content-tab {
    background-color: var(--light-bg);
}
.products-compare-overview-content-row-header {
    align-items: center;
    gap: 10px;
    padding: 15px 0;
    border-bottom: 1px solid var(--light-border);
}
.products-compare-overview-content-row-header .fa-arrow-down {
    transition: transform 0.5s ease;
}
.products-compare-overview-content.active .products-compare-overview-content-row-header .fa-arrow-down {
    transform: rotate(180deg);
}
.products-compare-overview-content-row-header h3 {
    margin: 0;
    font-size: 18px;
    line-height: 24px;
}
.products-compare-overview-content-inner {
    height: 0;
    overflow-y: clip;
    transition: height 0.5s ease;
}
.products-compare-overview-content-tab-title {
    font-weight: 700;
}
.products-compare-overview-content-tab-title,
.products-compare-overview-header-tab,
.products-compare-overview-content-tab {
    width: 250px;
    min-width: 250px;
    box-sizing: border-box;
    padding: 10px;
    background-color: var(--white);
}
.products-compare-overview-header-image {
    display: block;
    width: 100%;
    height: 150px;
    box-sizing: border-box;
    padding: 10px;
}
.products-compare-header-sticky-wrapper.scrolled .products-compare-overview-header-tab {
    display: flex;
    align-items: center;
    gap: 7px;
}
.products-compare-header-sticky-wrapper.scrolled .products-compare-overview-header-price,
.products-compare-header-sticky-wrapper.scrolled .products-compare-overview-header-rating {
    visibility: hidden;
    height: 0;
    overflow: hidden;
    pointer-events: none;
    width: 0;
}
.products-compare-header-sticky-wrapper.scrolled .products-compare-overview-header-image {
    height: 50px;
    padding: 2px;
    flex: 0 0 50px;
}
.products-compare-header-sticky-wrapper.scrolled .products-compare-overview-header-title {
    flex: 1;
}
.products-compare-header-sticky-wrapper.scrolled .products-compare-overview-header-title h3 {
    height: auto;
    max-height: 50px;
    margin: 0;
}
.products-compare-overview-header-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.products-compare-overview-header-title h3 {
    font-size: 16px;
    line-height: 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    height: 50px;
    word-break: break-word;
    overflow: hidden;
    font-weight: 700;
    margin: 0 0 10px 0;
}
.compare-row-right {
    display: flex;
    flex: 1;
}
.products-compare-controls {
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 15px 0 10px 0;
}
.compare-differences-switch {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-weight: 600;
    cursor: pointer;
    color: var(--heading-color);
}
.compare-differences-switch input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.compare-differences-slider {
    width: 48px;
    height: 26px;
    border-radius: 30px;
    background-color: var(--light-border);
    position: relative;
    transition: background-color 0.3s ease;
}
.compare-differences-slider:before {
    content: "";
    position: absolute;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color: var(--white);
    top: 2px;
    left: 2px;
    transition: transform 0.3s ease;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
.compare-differences-switch input:checked + .compare-differences-slider {
    background-color: var(--first-color);
}
.compare-differences-switch input:checked + .compare-differences-slider:before {
    transform: translateX(22px);
}
.compare-differences-label {
    font-size: 16px;
    line-height: 22px;
}
.compare-differences-empty {
    margin: 5px 0 20px 0;
    font-style: italic;
    color: var(--text-color);
}
.products-compare-overview-content-row-info.hidden-by-differences {
    display: none;
}
.products-compare-overview-content.compare-group-hidden {
    display: none;
}
.post-title-add {
    display: none;
    margin-bottom: 10px;
}
.table-of-content-ads,
.post-top-wrapper-right-ads {
    margin: 10px 0;
    width: 100%;
    overflow: hidden;
}
@media (max-width: 1480px) {
    .social-share {
        position: static;
        flex-direction: row;
        gap: 7px;
        margin: 0 0 30px 0;
    }
    #products-compare-full-wrapper {
        width: 100%;
        padding: 0;
    }
    .products-compare-overview-content-row-header {
        padding: 15px 10px;
    }
}
@media (max-width: 1350px) {
    .post-top-wrapper-right {
        flex: 0 0 425px;
    }
}
@media (max-width: 1300px) {
    .post-top-wrapper-inner {
        padding-right: 0;
    }
    .post-top-wrapper-left {
        padding-right: 3vw;
    }
}
@media (max-width: 1280px) {
    .post-top-wrapper-right {
        flex: 0 0 375px;
    }
}
@media (max-width: 1200px) {
    .content-layout {
        flex-direction: column-reverse;
        gap: 0;
    }
    .content-left {
        width: 100%;
    }
    .content-right {
        flex: inherit;
    }
    .content-right-ads,
    .post-top-wrapper-right-ads {
        display: none;
    }
    .post-products-popup-wrapper {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }
    .product-compare-top {
        flex-direction: column;
    }
    .product-compare-img {
        margin: 0 auto;
    }

    .product-section-big.product-section-big-show .product-section {
        display: block;
    }
    .product-section-big .product-section {
        display: none;
    }
    .product-section-big.product-section-big-show .product-section.active,
    .product-section-big .product-section.active {
        display: block;
    }
    .product-section-big .product-section-wrapper-top {
        display: flex;
        justify-content: space-between;
        box-sizing: border-box;
        padding: 0 0 5px 0;
        cursor: pointer;
    }
    .product-section-big .product-section-wrapper-top-icon {
        display: flex;
        width: 30px;
        height: 30px;
        border-radius: 30px;
        align-items: center;
        justify-content: center;
        background-color: var(--first-color);
        color: var(--white);
        transition: background-color 0.3s ease, transform 0.3s ease;
    }
    .product-section-big .product-section-wrapper-top-icon:hover {
        background-color: var(--second-color);
    }
    .product-section-big .product-section-wrapper-top.active .product-section-wrapper-top-icon {
        transform: rotate(-180deg);
    }
    .post-top-wrapper-right {
        flex: 0 0 350px;
    }
}
@media (max-width: 1100px) {
    .post-top-wrapper-inner {
        display: block;
        padding: 0;
    }
    .post-top-wrapper-left {
        padding: 10px 20px 0 20px;
    }
    .featured-image .buttontocontent {
        display: block;
    }
    .post-top-wrapper-single-top-list .post-top-wrapper-right {
        padding: 0 20px;
    }
    .post-top-wrapper-right-buttons {
        display: none;
    }
    .post-top-wrapper.post-top-wrapper-single-top-list {
        padding: 10px 0 30px 0;
    }
    .post-title-add {
        display: block;
    }
}
@media (max-width: 999px) {
    .products-compare-header-sticky-wrapper.scrolled {
        top: 46px;
    }
    .products-compare-overview-header-tab.products-compare-overview-header-tab-empty {
        display: none !important;
    }
    .products-compare-overview-content-row-header {
        padding: 10px;
    }
    .products-compare-overview-content-row-info {
        display: flex;
        flex-direction: column;
        position: relative;
    }
    .products-compare-overview-content-tab-title {
        width: 100%;
        min-width: 100%;
        z-index: 10;
        border: 0;
        padding: 10px 10px 0px 10px;
    }

    .sticky-title-inner {
        position: sticky;
        left: 10px;
        font-weight: 700;
        color: var(--heading-color);
    }
    .products-compare-overview-header-tab,
    .products-compare-overview-content-tab {
        width: 250px;
        min-width: 250px;
    }
    .products-compare-overview-content-tab {
        padding: 0px 10px 10px 10px;
    }
    .products-compare-overview-content {
        display: block;
        width: max-content;
    }
    .products-compare-overview-content-row-header h3 {
        font-size: 16px;
        position: sticky;
        left: 32px;
    }
    .products-compare-overview-content-row-header .fa-arrow-down {
        position: sticky;
        left: 10px;
    }
}
@media (max-width: 800px) {
    .post-products-popup-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
    .compare-producten-row {
        flex-direction: column;
        align-items: flex-start;
    }
    .compare-producten-tab.compare-producten-tab-prices {
        flex: inherit;
        width: 100%;
    }
}
@media (max-width: 700px) {
    .compare-producten-review-subtitle {
        font-size: 14px;
    }
    .compare-products-list-stock-status {
        display: none;
    }
    .compare-products-list-prices {
        text-align: left;
    }
    .product-pros-cons {
        flex-direction: column;
    }
    .inhoud-content table.product-specs tr th {
        display: block;
        width: 100%;
        padding: 7px 0 0 0;
        border: 0;
    }
    .inhoud-content table.product-specs tr td {
        display: block;
        width: 100%;
        padding: 0 0 7px 0;
    }
    .sectie-inhoud {
        margin: 0 0 50px 0;
    }
    .compare-producten-tab.compare-producten-tab-img {
        height: 70px;
        flex: 0 0 60px;
        padding: 5px;
    }
    .compare-producten-tab.compare-producten-tab-info h2 {
        font-size: 14px;
    }
    .sectie-product {
        padding: 25px;
    }
    .compare-producten-review-top {
        gap: 40px;
    }
    .compare-producten-review-left {
        flex: 0 0 150px;
    }
    .compare-producten-review-right h2 {
        font-size: 16px;
    }
}
@media (max-width: 600px) {
    .compare-products-list-row {
        padding: 10px;
        gap: 15px;
    }
    .compare-products-list-button-wrapper {
        flex: 0 0 38px;
    }
    .compare-products-list-button-wrapper a.btn {
        width: 38px;
        height: 38px;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .compare-products-list-button-wrapper a.btn span {
        display: none;
    }
    .compare-products-list-button-wrapper a.btn i {
        display: block;
    }
    .compare-products-list-logo {
        flex: 0 0 60px;
        width: 60px;
        min-width: 60px;
    }
    .compare-products-list-logo a {
        width: 60px;
        height: 60px;
    }
    .compare-products-list-img {
        flex: 0 0 60px;
        width: 60px;
        height: 60px;
    }
    .compare-products-list-img a {
        height: 60px;
    }
    .compare-producten-tab.compare-producten-tab-info .product-price-txt {
        font-size: 16px;
    }
    .compare-producten-review-left {
        flex: 0 0 100px;
    }
    .sectie-product .product-pros-wrapper {
        padding: 10px 0;
        border-left: 0;
        border-right: 0;
        border-bottom: 0;
        padding-bottom: 0;
        border-radius: 0;
    }
    .sectie-product .product-cons-wrapper {
        padding: 10px 0;
        border-left: 0;
        border-right: 0;
        border-right: 0;
        border-radius: 0;
    }
}
@media (max-width: 600px) {
    .compare-producten-review-top {
        flex-direction: column;
        gap: 15px;
    }
    .compare-producten-review-image {
        height: 125px;
    }
    .compare-producten-review-left {
        flex: inherit;
    }
    .compare-producten-review-right {
        width: 100%;
    }
    .sectie-product {
        padding: 40px 15px 15px 15px;
    }
    .sectie-product {
        margin: 0 0 50px 0;
    }
}
@media (max-width: 400px) {
    .post-products-popup-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
    .compare-producten-tab.compare-producten-tab-info .compare-producten-tab-info-bottom {
        flex-direction: column;
        margin: 0;
        gap: 5px;
        align-items: flex-start;
    }
}
