.elementor-20009 .elementor-element.elementor-element-cd9211d{--display:flex;overflow:visible;}.elementor-20009 .elementor-element.elementor-element-809b167 .jet-compare-table__wrapper{box-shadow:0px 0px 10px 0px rgba(0,0,0,0.5);}.elementor-20009 .elementor-element.elementor-element-809b167 .jet-compare-table-heading{width:189px;font-family:"museo-sans", Sans-serif;}.elementor-20009 .elementor-element.elementor-element-809b167 .jet-cw-remove-button.jet-compare-item-remove-button .icon{font-size:12px;margin-right:12px;}.elementor-20009 .elementor-element.elementor-element-809b167 .jet-compare-table .jet-cw-price del{font-weight:400;text-decoration:line-through;}.elementor-20009 .elementor-element.elementor-element-809b167 .jet-compare-table .jet-cw-price ins{font-weight:400;text-decoration:none;}.elementor-20009 .elementor-element.elementor-element-809b167 .jet-compare-table .jet-cw-price .woocommerce-Price-currencySymbol{vertical-align:baseline;}.elementor-20009 .elementor-element.elementor-element-809b167 .jet-compare-table .jet-cw-rating-stars .product-rating__icon{font-size:16px;color:#a1a2a4;}.elementor-20009 .elementor-element.elementor-element-809b167 .jet-compare-table .jet-cw-rating-stars .product-rating__icon + .product-rating__icon{margin-left:2px;}.elementor-20009 .elementor-element.elementor-element-809b167 .jet-compare-table .jet-cw-rating-stars > .product-rating__icon.active{color:#fdbc32;}.elementor-20009 .elementor-element.elementor-element-809b167 .jet-compare-table__wrapper .jet-compare-table-actions{justify-content:flex-end;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-20009 .elementor-element.elementor-element-cd9211d{--width:91%;}}/* Start custom CSS for jet-compare, class: .elementor-element-809b167 *//* Universeel: zet overal Museo Sans */
.jet-compare-table__wrapper,
.jet-compare-table,
.jet-compare-table * {
    font-family: 'Museo Sans', 'Arial', sans-serif;
}

/* Wrapper algemeen */
.jet-compare-table__wrapper {
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    padding: 20px;
    margin-top: 20px;
    overflow-x: auto;
}

/* Maak product-cellen als kaarten */
.jet-compare-table-cell.jet-compare-item {
    background: #ffffff;
    border: 1px solid #e0e4e8;
    border-radius: 10px;
    padding: 15px;
    text-align: center;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.jet-compare-table-cell.jet-compare-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.10);
}

/* Afbeelding */
.jet-cw-thumbnail img {
    width: 120px;
    height: auto;
    margin: 0 auto 10px auto;
    display: block;
}

/* Producttitel */
.jet-cw-product-title a {
    font-size: 16px;
    font-weight: bold;
    color: #212121;
    text-decoration: none;
    display: block;
    margin-bottom: 8px;
}
.jet-cw-product-title a:hover {
    text-decoration: underline;
}

/* Prijs */
.jet-cw-price {
    font-size: 18px;
    font-weight: bold;
    color: #28a745;
    margin-bottom: 10px;
}

/* Winkelwagenknop */
.jet-cw-add-to-cart-button {
    display: inline-block;
    padding: 8px 14px;
    background: #ffffff;
    color: #f56429;
    border: 1px solid #0071ce;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.3s ease;
}
.jet-cw-add-to-cart-button:hover {
    background: #0071ce;
    color: #ffffff;
}

/* Verwijderknop */
.jet-cw-remove-button {
    background: none;
    border: none;
    color: #ff4d4f;
    cursor: pointer;
    font-size: 18px;
    margin-bottom: 8px;
}
.jet-cw-remove-button:hover {
    color: #d9363e;
}

/* Eigenschappen tabel */
.jet-compare-table-row {
    background: #fff;
    border-bottom: 1px solid #e0e4e8;
}

.jet-compare-table-heading {
    background: #f5f7fa;
    padding: 15px 20px;
    font-weight: bold;
    text-align: left;
    font-size: 14px;
    border: 1px solid #e0e4e8;
}

/* Eigenschappen tekst */
.jet-cw-attributes {
    font-size: 13px;
    padding: 5px 0;
}
.jet-cw-attributes:empty::after {
    content: "-";
    color: #bbb;
}

/* Toon verschillen knop */
.jet-compare-table-actions {
    text-align: right;
    margin-bottom: 15px;
}
.jet-compare-table-action-control {
    display: inline-flex;
    align-items: center;
    padding: 10px 18px;
    background: #f56429;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    border-radius: 6px;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.3s;
}
.jet-compare-table-action-control:hover {
    background: #e05323;
}
.jet-compare-table-action-control__label {
    margin-left: 5px;
    color: #ffffff; /* tekst wit */
}/* End custom CSS */