.elementor-26812 .elementor-element.elementor-element-eb85a8f{--display:flex;}.elementor-26812 .elementor-element.elementor-element-fdf0995 > .elementor-widget-container{background-color:#F8F9FA;}.elementor-26812 .elementor-element.elementor-element-393250e{--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-26812 .elementor-element.elementor-element-393250e:not(.elementor-motion-effects-element-type-background), .elementor-26812 .elementor-element.elementor-element-393250e > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F8F9FA;}.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-26812 .elementor-element.elementor-element-8f0dd60 .cart button, .elementor-26812 .elementor-element.elementor-element-8f0dd60 .cart .button{transition:all 0.2s;}.elementor-26812 .elementor-element.elementor-element-8f0dd60 .quantity .qty{transition:all 0.2s;}@media(min-width:768px){.elementor-26812 .elementor-element.elementor-element-393250e{--content-width:742px;}}/* Start custom CSS for woocommerce-product-add-to-cart, class: .elementor-element-8f0dd60 *//* 🟦 CONTENEDOR PRINCIPAL */
.woocommerce div.product form.cart {
  background-color: #f7f8fa !important;
  border: 1px solid #ddd !important;
  border-radius: 10px !important;
  padding: 32px !important;
  max-width: 700px !important;
  margin: 0 auto !important;
  font-family: 'Inter', sans-serif !important;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05) !important;
}

/* 🟦 TÍTULOS DE CAMPOS */
.wapf-field-label,
.wapf-field-label label {
  color: #333 !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  margin-bottom: 6px !important;
  display: block !important;
}

/* 🟦 INPUTS, 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 textarea {
  width: 100% !important;
  padding: 14px 16px !important;
  border: 1px solid #ccc !important;
  border-radius: 8px !important;
  font-size: 15px !important;
  background-color: #ffffff !important;
  color: #333 !important;
  font-family: 'Inter', sans-serif !important;
  margin-bottom: 20px !important;
  box-shadow: none !important;
  transition: border-color 0.2s ease, box-shadow 0.2s ease !important;
}

/* 🟦 SELECTS con flecha personalizada */
.wapf-field-input select {
  width: 100% !important;
  padding: 14px 16px !important;
  border: 1px solid #ccc !important;
  border-radius: 8px !important;
  font-size: 15px !important;
  background-color: #ffffff !important;
  color: #333 !important;
  font-family: 'Inter', sans-serif !important;
  margin-bottom: 20px !important;
  box-shadow: none !important;
  transition: border-color 0.2s ease, box-shadow 0.2s ease !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 140 140' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon points='70,100 25,40 115,40' fill='%234A4A4A'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 12px;
}


/* 🟦 FOCUS EFECTO */
.wapf-field-input input:focus,
.wapf-field-input select:focus,
.wapf-field-input textarea:focus {
  border-color: #4267B2 !important;
  box-shadow: 0 0 0 2px rgba(66,103,178,0.1) !important;
  outline: none !important;
}

/* 🟦 BOTÓN DE ENVÍO */
form.cart button.single_add_to_cart_button,
form.cart button.single_add_to_cart_button.button.alt {
  background-color: #23A037 !important;
  color: white !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  padding: 12px 28px !important;
  border: none !important;
  border-radius: 6px !important;
  font-family: 'Inter', sans-serif !important;
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
  display: inline-block !important;
  margin-top: 10px !important;
  cursor: pointer !important;
}

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

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