.elementor-3089 .elementor-element.elementor-element-d54778b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-3089 .elementor-element.elementor-element-d54778b:not(.elementor-motion-effects-element-type-background), .elementor-3089 .elementor-element.elementor-element-d54778b > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#EAE8E8;}.elementor-3089 .elementor-element.elementor-element-47d9540{--spacer-size:18px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-3089 .elementor-element.elementor-element-48bc5fb{text-align:left;}.elementor-3089 .elementor-element.elementor-element-48bc5fb .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:36px;font-weight:700;color:#333333;}.elementor-3089 .elementor-element.elementor-element-7aa3f0e{text-align:left;}.elementor-3089 .elementor-element.elementor-element-7aa3f0e .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:16px;font-weight:500;-webkit-text-stroke-color:#000;stroke:#000;color:#333333;}.elementor-3089 .elementor-element.elementor-element-99386e6{--display:flex;}.elementor-3089 .elementor-element.elementor-element-23d8329{text-align:center;}.elementor-3089 .elementor-element.elementor-element-23d8329 .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:14px;font-weight:700;-webkit-text-stroke-color:#000;stroke:#000;color:#4D4D4D;}.elementor-3089 .elementor-element.elementor-element-d79dfa7{--display:flex;}.elementor-widget-woocommerce-product-add-to-cart .added_to_cart{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-3089 .elementor-element.elementor-element-84cdeed .cart button, .elementor-3089 .elementor-element.elementor-element-84cdeed .cart .button{transition:all 0.2s;}.elementor-3089 .elementor-element.elementor-element-84cdeed .quantity .qty{transition:all 0.2s;}.elementor-3089 .elementor-element.elementor-element-efb69d7{--spacer-size:16px;}.elementor-3089 .elementor-element.elementor-element-f5bbed3{--spacer-size:20px;}@media(max-width:767px){.elementor-3089 .elementor-element.elementor-element-48bc5fb .elementor-heading-title{font-size:27px;}.elementor-3089 .elementor-element.elementor-element-7aa3f0e .elementor-heading-title{font-size:15px;}.elementor-3089 .elementor-element.elementor-element-23d8329 .elementor-heading-title{font-size:14px;}}@media(min-width:768px){.elementor-3089 .elementor-element.elementor-element-d54778b{--content-width:737px;}.elementor-3089 .elementor-element.elementor-element-99386e6{--content-width:583px;}.elementor-3089 .elementor-element.elementor-element-d79dfa7{--content-width:587px;}}/* Start custom CSS for woocommerce-product-add-to-cart, class: .elementor-element-84cdeed *//* 🟫 TIPOGRAFÍA GENERAL DEL FORMULARIO */
.woocommerce div.product form.cart,
.wapf-field-label,
.wapf-field-label label,
.wapf-field-input input,
.wapf-field-input select,
.wapf-field-input textarea {
  font-family: 'Encode Sans', sans-serif !important;
}

/* 🟫 CONTENEDOR PRINCIPAL DEL FORMULARIO */
.woocommerce div.product form.cart {
  background-color: #f5f5f5 !important;
  border: 1px solid #ddd !important;
  border-radius: 12px !important;
  padding: 32px !important;
  max-width: 700px !important;
  margin: 0 auto !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04) !important;
}

/* 🟫 TÍTULOS DE LOS CAMPOS */
.wapf-field-label,
.wapf-field-label label {
  color: #2B2C2E !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  margin-bottom: 6px !important;
  line-height: 1.4 !important;
  display: block !important;
}

/* 🟫 INPUTS, SELECTS Y TEXTAREAS */
.wapf-field-input input[type="text"],
.wapf-field-input input[type="email"],
.wapf-field-input input[type="number"],
.wapf-field-input input[type="tel"],
.wapf-field-input input[type="date"],
.wapf-field-input select,
.wapf-field-input textarea {
  width: 100% !important;
  padding: 13px 15px !important;
  border: 1px solid #ccc !important;
  border-radius: 6px !important;
  font-size: 15px !important;
  background-color: #fff !important;
  color: #333 !important;
  margin-bottom: 20px !important;
  box-shadow: none !important;
  transition: border-color 0.2s ease !important;
  appearance: auto !important;
  background-image: none !important;
}

/* 🟫 PLACEHOLDER con estilo como la 2da captura */
.wapf-field-input input::placeholder,
.wapf-field-input textarea::placeholder,
.wapf-field-input select::placeholder {
  color: #B0B0B0 !important;
  font-weight: 400 !important;
  font-size: 15px !important;
}

/* 🟫 FOCUS DE CAMPOS */
.wapf-field-input input:focus,
.wapf-field-input select:focus,
.wapf-field-input textarea:focus {
  border-color: #999 !important;
  outline: none !important;
}

/* ✅ BOTÓN DE AÑADIR AL CARRITO */
form.cart button.single_add_to_cart_button,
form.cart button.single_add_to_cart_button.button.alt {
  background-color: #2E7D33 !important;
  color: white !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  padding: 12px 28px !important;
  border: none !important;
  border-radius: 6px !important;
  box-shadow: none !important;
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
display: inline-block !important;
  margin-top: 10px !important;
  cursor: pointer !important;
  font-family: 'Encode Sans', sans-serif !important;
}

form.cart button.single_add_to_cart_button:hover {
  background-color: #4AACC4 !important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1) !important;
}

/* 📱 RESPONSIVE MOBILE */
@media screen and (max-width: 600px) {
  .woocommerce div.product form.cart {
    padding: 20px !important;
    max-width: 90% !important;
  }

  .wapf-field-label,
  .wapf-field-label label {
    font-size: 15px !important;
  }

  .wapf-field-input input,
  .wapf-field-input select,
  .wapf-field-input textarea {
    font-size: 14px !important;
    padding: 11px 13px !important;
  }

  form.cart button.single_add_to_cart_button {
    width: 100% !important;
    padding: 14px !important;
    font-size: 15px !important;
  }
}
/* 📱 RESPONSIVE MOBILE */
@media screen and (max-width: 600px) {
  .woocommerce div.product form.cart {
    padding: 20px !important;
    max-width: 90% !important;
  }

  .wapf-field-label,
  .wapf-field-label label {
    font-size: 15px !important;
  }

  .wapf-field-input input,
  .wapf-field-input select,
  .wapf-field-input textarea {
    font-size: 16px !important; /* ⛔ Evita zoom automático en móviles */
    padding: 11px 13px !important;
  }

  form.cart button.single_add_to_cart_button {
    width: 100% !important;
    padding: 14px !important;
    font-size: 16px !important;
  }
}/* End custom CSS */