/* Verberg originele select dropdowns */


/* Stijl voor de triggerknop */
.custom-select-trigger {
    background: #f7f7f7;
    font-size: 16px;
    line-height: 1.4;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 6px;
    margin-bottom: 10px;
}

/* Popupstijl */
.custom-select-popup h3 {
    font-size: 18px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
}

.custom-select-popup ul.select-options {
    max-height: 500px;
    overflow-y: auto;
}

.custom-select-popup ul.select-options li {
    padding: 12px 16px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #eee;
    cursor: pointer;
    transition: background 0.2s;
}

.custom-select-popup ul.select-options li:hover {
    background-color: #f0f0f0;
}

.csp-hidden,
select.wooco_component_product_select {
    display: none !important;
}
.custom-select-popup {
    z-index: 99999 !important;
    background: white;
    max-width: 90vw;
}

.fancybox-slide--html {
    display: flex;
    align-items: center;
    justify-content: center;
}

.fancybox-slide--html {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 100vh !important;
}

.fancybox-content {
    position: relative !important;
    max-width: 90vw;
    width: auto !important;
}

.fancybox-button.fancybox-close-small {
    position: absolute !important;
    top: 10px !important;
    right: 10px !important;
    z-index: 99999 !important;
    background: #000 !important;
    color: #fff;
    border-radius: 0 !important;
    padding: 10px;
}