.elementor-kit-6{--e-global-color-primary:#1D1D1F;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#1D1D1F;--e-global-color-accent:#2E72DB;--e-global-color-5eac614:#F5F5F7;--e-global-color-ce1b0d2:#000000;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-size:1rem;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto";--e-global-typography-secondary-font-size:1rem;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-size:1rem;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-size:0.7rem;--e-global-typography-accent-font-weight:500;--e-global-typography-b5dde29-font-family:"Roboto";--e-global-typography-b5dde29-font-size:1rem;--e-global-typography-b5dde29-font-weight:500;--e-global-typography-1030019-font-family:"Roboto";--e-global-typography-1030019-font-size:1rem;--e-global-typography-1030019-font-weight:400;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{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:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Add-to-Cart Button ausblenden */
form.cart button.single_add_to_cart_button {
    display: none !important;
}

/* Mengenfeld (Quantity) ausblenden */
form.cart .quantity {
    display: none !important;
}

.icon-swatch[style*="#FDFDE5"] {
  border: 1px solid #e0e0e0;
  box-sizing: border-box;
}
/* Stelle sicher, dass der Container alle Kinder nebeneinander anordnet 
.option-group-options.option-group-options--two {
  display: flex !important;
  flex-direction: row !important;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: nowrap; /* verhindert Zeilenumbruch
}

/* Alle Labels im Container gleich groß machen
.option-group-options.option-group-options--two > label {
  flex: 1 1 0%;
  min-width: 0;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 10px;
  box-sizing: border-box;
} *//* End custom CSS */