.elementor-kit-64{--e-global-color-primary:#353535;--e-global-color-secondary:#D5D5D5;--e-global-color-text:#7A7A7A;--e-global-color-accent:#2FB3AA;--e-global-color-697ebf76:#4054B2;--e-global-color-335dc3b4:#23A455;--e-global-color-422bd209:#000;--e-global-color-59b8ccd3:#FFF;--e-global-color-34a9c40e:#FFCD05;--e-global-color-3c72148d:#0A0500;--e-global-typography-primary-font-family:"Bebas Neue";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Bebas Neue";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Bebas Neue";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Bebas Neue";--e-global-typography-accent-font-weight:500;}.elementor-kit-64 button:hover,.elementor-kit-64 button:focus,.elementor-kit-64 input[type="button"]:hover,.elementor-kit-64 input[type="button"]:focus,.elementor-kit-64 input[type="submit"]:hover,.elementor-kit-64 input[type="submit"]:focus,.elementor-kit-64 .elementor-button:hover,.elementor-kit-64 .elementor-button:focus{background-color:var( --e-global-color-accent );}.elementor-kit-64 e-page-transition{background-color:#FFBC7D;}.elementor-kit-64 a{color:var( --e-global-color-primary );}.elementor-kit-64 a:hover{color:var( --e-global-color-accent );}.elementor-kit-64 button,.elementor-kit-64 input[type="button"],.elementor-kit-64 input[type="submit"],.elementor-kit-64 .elementor-button{color:var( --e-global-color-primary );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}{}section.hero-section{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:999px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:689px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* 1) Laat Woo variaties/layout met rust */
.single-product form.cart {
  display: block !important;
}

/* 2) Zet ALLEEN quantity + knop naast elkaar */
.single-product .woocommerce-variation-add-to-cart,
.single-product form.cart .quantity + button.single_add_to_cart_button,
.single-product form.cart .quantity + .single_add_to_cart_button {
  /* fallback als theme geen wrapper gebruikt */
}

.single-product .woocommerce-variation-add-to-cart {
  display: flex !important;
  align-items: center;
  gap: 12px;              /* ruimte tussen quantity en knop */
  margin-top: 12px;       /* ruimte boven de rij */
  margin-bottom: 12px;    /* ruimte onder de rij (gat verkleinen) */
}

/* 3) Knop compacter (niet full width) */
.single-product button.single_add_to_cart_button {
  width: auto !important;
  flex: 0 0 auto !important;
  padding: 10px 20px !important;
  font-size: 14px;
}

/* 4) (Optioneel) ook de ruimte boven de USP-lijst kleiner */
.single-product .woocommerce-product-details__short-description {
  margin-top: 10px !important;
}

/* Upload veld achtergrond */
.woocommerce .wc-pao-addon-file-dropzone,
.woocommerce .file-upload-area,
.woocommerce .upload-drop-zone,
.woocommerce .dropzone {
    background-color: #2fb8ac !important;
    border-color: #2fb8ac !important;
    color: #ffffff !important;
}

/* Tekst in upload vak */
.woocommerce .wc-pao-addon-file-dropzone *,
.woocommerce .dropzone * {
    color: #ffffff !important;
}

/* Hover effect */
.woocommerce .wc-pao-addon-file-dropzone:hover,
.woocommerce .dropzone:hover {
    background-color: #239e94 !important;
    border-color: #239e94 !important;
}

/* Tekst */
.wc-pao-addon-file-dropzone p,
.wc-pao-addon-file-dropzone span,
.dropzone p {
    color: #30b4ab !important;
    font-weight: 600;
}

/* Upload icoon */
.wc-pao-addon-file-dropzone svg,
.dropzone svg {
    fill: #ffffff !important;
    stroke: #ffffff !important;
}/* End custom CSS */