

/* Moderne browsers */
input::placeholder,
textarea::placeholder {
    color: #3B3B3B;
    opacity: 1; /* voorkomt default fade */
    font-family: 'Inter', sans-serif;
    font-weight: 400;
}

/* Chrome/Safari/Edge (oudere WebKit/Blink varianten) */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #3B3B3B;
    opacity: 1;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
}

/* Firefox */
input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #3B3B3B;
    opacity: 1;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
}

/* IE 10-11 */
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #3B3B3B;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
}

/* Edge Legacy */
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: #3B3B3B;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
}


body::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
    pointer-events: none;
    z-index: -1;
    background-image:
        url('../images/icon-form-mail-active.svg'),
        url('../images/icon-password-active.svg'),
        url('../images/icon-form-mail-inactive.svg'),
        url('../images/icon-password-inactive.svg');
}

.button {
    position: relative;
    display: inline-block;
    background: linear-gradient(135deg, #6B4EFF, #5A3EE0);
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    text-decoration: none;
    overflow: hidden;
    isolation: isolate;
    transition: transform 0.20s ease, box-shadow 0.20s ease, border-color 0.20s ease;
    z-index: 0;
    width: max-content;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.button::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.2);
    opacity: 0;
    transform: scale(0.985);
    transform-origin: center;
    transition: opacity 0.25s ease, transform 0.25s ease;
    z-index: 0;
    pointer-events: none;
}

.button > * {
    position: relative;
    z-index: 1;
    backface-visibility: hidden;
    transform: translateZ(0);
}

.button:not(.white2):hover {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.22);
}

.button:hover::before {
    opacity: 1;
    transform: scale(1);
}

.button span {
    display: inline-block;
    padding: 14px 28px;
    font-family: 'Lora', serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 1px;
    text-align: center;
    color: #ffffff;
    position: relative;
    transition: color 0.2s ease;
    backface-visibility: hidden;
    transform: translateZ(0);
}

.button.with-icon span {
    padding-left: 43px;
}

.button.with-arrow span {
    padding-right: 39px;
}

.button.with-icon span:before {
    content: '';
    width: 17px;
    height: 20px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('../images/icon-mijnbivt-wit.svg');
    position: relative;
    top: 4px;
    right: 15px;
}

.button.with-arrow span:after {
    content: '';
    width: 13px;
    height: 8px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('../images/icon-chevron-button-wit-inactive.svg');
    position: relative;
    top: -2px;
    left: 11px;
}

.button.with-arrow.arrow-up span:after {
    background-image: url('../images/arrow-up.svg');
    width:16px;
    height:16px;
    top:2px;
}

.button.with-arrow.arrow-up.arrow-outward span:after {
    background-image: url('../images/arrow_outward.svg');
    width:13px;
    height:13px;
    top:2px;
}

.button.sec {
    background: transparent;
    border: 1px solid #6B4EFF;
}

.button.sec span {
    color: #6B4EFF;
}

.button.sec span::after {
    content: '';
    width: 0;
    height: 10px;
    display: inline-block;
    background-image: url('../images/arrow_right_alt.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.25s ease;
}

.button.sec:hover {
    box-shadow: none;
}

.button.sec.sec2:before {
    display:none;
}

.button.sec:not(.sec2):hover::before {
    background: transparent;
}

.button.sec:not(.sec2):hover span::after {
    width: 14px;
    left: 5px;
    padding-right: 22px;
    opacity: 1;
}

.button.trans {
    background: transparent !important;
}

.button.white {
    background: transparent !important;
}

.button.white2 {
    background: #fff !important;
    border: 1px solid rgba(107, 78, 255, 0.5);
    transition: transform 0.2s ease, border-color 0.2s ease;
}

.button.white2::before {
    background: linear-gradient(104.52deg, #6B4EFF 24.26%, #5A3EE0 99.5%);
    opacity: 0;
    transform: scale(0.985);
}

.button.white2 span {
    color: #6B4EFF;
}

/* normale hover op de knop */
.button.white2:hover::before {
    opacity: 1;
    transform: scale(1);
}

.button.white2:hover span {
    color: #fff;
}

/* hover op de card laat de knop ook hoveren */
.card-type-a:hover .button.white2::before, .card-with-button:hover .button.white2::before {
    opacity: 1;
    transform: scale(1);
}

.card-type-a:hover .button.white2 span, .card-with-button:hover .button.white2 span {
    color: #fff;
}

/* shadow direct toepassen zonder animatie om text flicker te voorkomen */
.card-type-a:hover .button.white2, .card-with-button:hover .button.white2
.button.white2:hover {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.22);
}

.button.white-border {
    border-color: rgba(255, 255, 255, 0.5) !important;
}

.button.white.white-border {
    border-color: rgba(255, 255, 255, 1) !important;
}

.button.white.white-border span {
    color: #6B4EFF;
}

.button.with-icon.shop-cart span:before {
    background-image: url('../images/icon-shopping-cart-white.svg');
}

.button.with-icon.white.mijn-account span:before {
    background-image: url('../images/icon-mijnbivt-blauw.svg');
}

.btn-wrap {
    display: flex;
    gap: 10px;
}

select {
    margin-bottom: 25px;
}

input, textarea {
    width: 100%;
    height: 48px;

    /* Typography (ingevoerde tekst) */
    font-family: 'Lora', serif;
    font-weight: 600;
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 0;

    /* Kleuren */
    color: rgba(59, 59, 59, 1);
    background-color: #fff;

    /* Border */
    border: 1px solid rgba(107, 78, 255, 0.5);
    border-radius: 5px;

    /* Spacing */
    padding: 0 16px;

    margin-bottom: 25px;

    /* Overig */
    outline: none;
    box-sizing: border-box;
}

textarea {
  padding-top:8px;  
  min-height: 150px; 
}

input:focus {
   border: 1px solid rgba(107, 78, 255, 1); 
}

a.form-submit {
    margin-top: 10px;
}

.field.with-icon {
    position: relative;

}

.field.with-icon input {
    padding-left: 54px;

}

.field.with-icon:before {
    position: absolute;
    content: '';
    background-image: url('../images/icon-form-mail-inactive.svg');
    background-size: cover;
    width: 17px;
    height: 14px;
    top: 18px;
    left: 22px;
}

.field.with-icon:focus-within:before {
    background-image: url('../images/icon-form-mail-active.svg');
}

.field.with-icon.password:before {
    background-image: url('../images/icon-password-inactive.svg');
    width: 14px;
    height: 18px; 
    top: 16px;   
}

.field.with-icon.password:focus-within:before {
    background-image: url('../images/icon-password-active.svg');
}


.gform-floating-label {
  position: absolute;
  top: -18px;
  left: 10px;
  background: #6B4EFF;
  color: white;
  padding: 2px 9px;
  font-size: 10px;
  border-radius: 5px 5px 0 0;
  z-index: 10;
  display: none;
}


.field {
    position: relative;
}

.button.with-arrow.arrow-right span:after {
  background-image: url('../images/arrow-right-white.svg'); 
  width:13px;
  height:13px;
  top:1px; 
}

.button.with-arrow.arrow-down span:after {
  background-image: url('../images/arrow-right-white.svg'); 
  width:13px;
  height:13px;
  top:1px; 
  transform: rotate(90deg);
}

.button.with-arrow.arrow-down.up span:after {
   transform: rotate(270deg); 
}

.field.with-icon.search:before {
   background-image: url('../images/search.svg'); 
   width:18px;
   height:18px; 
   top:14px;
}

.field.large input {
   
    height:60px;
}

.field.large.with-icon.search:before {
    top:20px;
}


.button.filter-button span {
  
    padding: 6px 28px;    
}

.button.arrow-down.white {
    color:#6B4EFF;
    background-color:#fff;
    border-color:#6B4EFF;
}

.button.arrow-down.white:before {
     background:#fff;
}

.button.arrow-down.white span {
    color:#6B4EFF;
}

.button.with-arrow.arrow-down.white span:after {
    background-image: url(../images/arrow-right-p.svg);
 
}

.button.with-arrow.arrow-down.white.arrow-trans-right {
    background:transparent !important;
}

.button.with-arrow.arrow-down.white.arrow-trans-right span:after {
    transform:rotate(0deg);
}

.login-dropdownaa {
    
    opacity: 1 !important;
    visibility: visible !important;
}

/* Container voor de checkbox */
.custom-checkbox {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  font-size: 15px;
  user-select: none;
  color: #333;
}

/* Verberg de standaard browser checkbox */
.custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* De custom box (de paarse rand) */
.checkmark {
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 1px solid #6343f3; /* De paarse kleur uit je screenshot */
  border-radius: 3px; /* Subtiele afronding */
  margin-right: 12px;
  display: inline-block;
  position: relative;
  transition: all 0.2s ease;
  position: relative;
  top:-1px;
}

/* Wat er gebeurt als je de checkbox aanvinkt (optioneel: achtergrondkleur) */
.custom-checkbox input:checked ~ .checkmark {
  background-color: #6343f3;
}

/* Het vinkje (onzichtbaar wanneer niet aangevinkt) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Toon het vinkje als de input 'checked' is */
.custom-checkbox input:checked ~ .checkmark:after {
  display: block;
}

/* Stijl van het witte vinkje */
.custom-checkbox .checkmark:after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.remember-box {
    margin-bottom:25px;
}

.select-field {
    position: relative;
    min-width: 220px;
}

.select-field select {
    width: 100%;
    height: 48px;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 0 52px 0 24px;

    color: #000;
    font-family: 'Lora', serif;
    font-weight: 700;

    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    cursor: pointer;

    background:
        url('../images/select-down.svg') no-repeat right 20px center / 14px,
        linear-gradient(180deg, rgba(253, 252, 255, 0.9) 0%, #FFFFFF 116.64%);
}

.select-field select:focus {
    outline: none;
}

.field.medium input, .field.medium select {
    height:55px;
}

.field.medium.with-icon.search:before {
   top:18px;
}


.select-field.expanded .custom-select {
    width: 300px;
}

.select-field.expanded {
    position: relative;
}

.select-field.expanded select {
    display: none;
}

.select-field.expanded .select-trigger {
    position: relative;
    width: 100%;
    height: 55px;
    padding: 0 48px 0 24px;
    border: 1px solid #fff;
    border-radius: 5px;
    background: #fff;
    font-size: 16px;
    font-weight: 700;
    font-family: Lora;
    text-align: left;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    
    background: url(../images/select-down.svg) no-repeat right 20px center / 14px, linear-gradient(180deg, rgba(253, 252, 255, 0.9) 0%, #FFFFFF 116.64%);

}

.select-field.expanded .select-trigger::after {

}

.select-field.expanded.open .select-trigger::after {
    transform: translateY(-25%) rotate(-135deg);
}

.select-field.expanded .select-dropdown {
    position: absolute;
    top: calc(100% + 12px);
    left: 0;
    width: 365px;
    padding: 24px 16px 16px 16px; /* Iets aangepast voor betere uitlijning */
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
    display: none;
    z-index: 100;
}

.select-field.expanded.open .select-dropdown {
    display: block;
}

.select-field.expanded .select-dropdown-title {
    display: inline-block;
    margin: 0 0 18px 12px; /* Uitgelijnd met de opties */
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: 700;
    
    
    font-family: Lora;
    position: relative;
}

.select-field.expanded .select-dropdown-title:after {
    content:'';
    height:1px;
    width:116px;
    background:rgba(0, 0, 0, 0.05);
    position: absolute;
    bottom:-5px;
    left:0;
}

/* --- De Opties (Rijen) --- */
.select-field.expanded .option {
    display: flex;
    align-items: center;
    min-height: 40px;
    padding: 6px 12px; /* Comfortabele padding voor de klikbare rij */
    border-radius: 6px;
    gap: 16px; /* Ruimte tussen checkbox en tekst */
    cursor: pointer;
    transition: background 0.15s ease;
}

/* Styling wanneer geselecteerd OF bij een hover */

.select-field.expanded .option:hover {
    background: #f5f2ff;
}

.select-field.expanded .option:has(input:checked) span {
    font-weight: 700;
}

.select-field.expanded .option input[type="checkbox"] {
    top:-1px;
    appearance: none;
    -webkit-appearance: none;
    box-sizing: border-box !important;
    
    /* Forceer de exacte vierkante afmetingen */
    width: 16px !important;
    max-width: 16px !important;
    height: 16px !important;
    
    /* CRVCIAL: Reset eventuele globale padding en margins */
    padding: 0 !important;
    margin: 0 !important;
    
    border: 1.5px solid #111111;
    border-radius: 3px;
    background: #fff;
    flex-shrink: 0 !important;
    cursor: pointer;
    position: relative;
    transition: all 0.1s ease;
}

/* Zorg ook dat het vinkje perfect gecentreerd staat */
.select-field.expanded .option input[type="checkbox"]:checked::after {
    content: '';
    position: absolute;
    left: 4px; /* Handmatig centreren binnen de 16px */
    top: 1px;
    width: 5px;
    height: 9px;
    border-right: 2px solid #111111;
    border-bottom: 2px solid #111111;
    transform: rotate(45deg);
}


.select-field.expanded.is-radio .option input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    box-sizing: border-box !important;
    width: 20px !important;
    max-width: 20px !important;
    height: 20px !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 1.5px solid #111;
    border-radius: 50%;
    background: #fff;
    flex-shrink: 0 !important;
    cursor: pointer;
    position: relative;
}

.select-field.expanded.is-radio .option input[type="radio"]:checked {
    border-color: #111;
}

.select-field.expanded.is-radio .option input[type="radio"]:checked::after {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #7057ff;
}     

@media (-webkit-min-device-pixel-ratio: 2),
       (min-resolution: 192dpi) {

    .select-field.expanded.is-radio .option input[type="radio"]:checked::after {
        top: 2px;
        left: 2px;
        width: 13px;
        height: 13px;
    }

}

.select-field.expanded.is-radio .option:has(input[type="radio"]:checked) span {
    font-weight: 400;
}

.select-field.expanded.is-radio .option:has(input[type="radio"]:checked) {
    background: transparent;
}

.select-field.expanded.is-radio .option:hover {
    background: transparent;
}

.select-field-farce {
    position: relative;
    min-width: 220px;
    cursor: pointer;
}

.select-field-farce .select-farce-trigger {
    width: 100%;
    height: 55px;
    padding: 0 52px 0 24px;

    display: flex;
    align-items: center;

    border: 1px solid #fff;
    border-radius: 5px;

    color: #000;
    font-family: 'Lora', serif;
    font-size: 16px;
    font-weight: 700;

    background:
        url('../images/select-down.svg') no-repeat right 20px center / 14px,
        linear-gradient(
            180deg,
            rgba(253, 252, 255, 0.9) 0%,
            #FFFFFF 116.64%
        );

    box-sizing: border-box;
    user-select: none;
}

.eyee-custom-select .arrow-d {
     background:url('../images/select-down.svg');
     width:13px;
     height:8px;
     background-size:cover;  
}

.form-hero-2-wrapper .search-wrapper {
    max-width:699px;
    width:100%;
    
}

.form-hero-2-wrapper {
    margin-top:20px;
}

.form-hero-2-wrapper input {
    margin-bottom:0;
}


.button.full-trans, .button.full-trans:hover {
    
    background:transparent !important;
    border-color:transparent !important;
    box-shadow:none !important;
}

.button.full-trans:before{
   background:transparent !important; 
}

.button.full-trans span {
   color:#6B4EFF !important; 
}

.button.full-trans.neutral span {
    font-family: Inter;
    font-weight: 400;
    color:#000 !important;
    font-size:15px;
     
}

.select-field.eyee-form-field select {
    font-size:15px;
    font-family: Inter;
    font-weight: 400;
    border: 1px solid rgba(107, 78, 255, 0.5);
    padding-left:16px;
} 


.button.bgdark {
    border-color:#fff !important;
}

.button.bgdark span {
    color:#fff !important;
}

.button.bgdark span:after {
    transition: filter 0.05s ease;
}
.button.bgdark:hover span:after {
    filter: brightness(1);
}
.button.bgdark:not(:hover) span:after {
    
    filter: brightness(100);
}

.button.bgdark:hover span {
    color:#6B4EFF !important;
}
