.elementor-kit-555{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-weight:300;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:200;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-weight:600;font-family:"Helvetica", Sans-serif;font-weight:400;}.elementor-kit-555 e-page-transition{background-color:#FFBC7D;}.elementor-kit-555 a{font-family:"Helvetica", Sans-serif;font-weight:700;}.elementor-kit-555 h1{font-family:"Helvetica", Sans-serif;font-weight:700;}.elementor-kit-555 h2{font-family:"Helvetica", Sans-serif;font-weight:600;}.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);}@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 *//* ============ Escritorio ============ */
.buscador-barra-desplegable-escritorio {
  position: fixed;
  top: 120px; /* altura header escritorio */
  left: 0;
  width: 100%;
  padding: 0.5rem 1rem;
  background: #f5f5f5;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  z-index: 9999;
  font-family: Helvetica, Arial, sans-serif;
}
.buscador-barra-desplegable-escritorio.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.cerrar-buscador-escritorio {
  background: none;
  border: none;
  font-size: 2rem;
  color: #3D2722;
  cursor: pointer;
  padding: 0 0.5rem;
  transition: color 0.3s;
}
.cerrar-buscador-escritorio:hover {
  color: #FFB7E3;
}
.buscador-overlay-oscuro-escritorio {
  position: fixed;
  top: 120px;
  left: 0;
  width: 100vw;
  height: calc(100vh - 120px);
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s;
  z-index: 9998;
}
.buscador-overlay-oscuro-escritorio.active {
  opacity: 1;
  visibility: visible;
}
.buscador-barra-desplegable-escritorio input[type="search"] {
  flex: 1;
  border: none;
  padding: 0.75rem;
  background: transparent;
  color: #3D2722;
  caret-color: #3D2722;
  outline: none;
  font-family: Helvetica, Arial, sans-serif;
}
.buscador-barra-desplegable-escritorio form {
  display: flex;
  align-items: center;
}

/* ============ Móvil ============ */
.buscador-barra-desplegable-movil {
  position: fixed;
  top: 100px; /* altura header móvil */
  left: 0;
  width: 100%;
  padding: 0.5rem 1rem;
  background: #f5f5f5;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  z-index: 9999;
  font-family: Helvetica, Arial, sans-serif;
}
.buscador-barra-desplegable-movil.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.cerrar-buscador-movil {
  background: none;
  border: none;
  font-size: 2rem;
  color: #3D2722;
  cursor: pointer;
  padding: 0 0.5rem;
  transition: color 0.3s;
}
.cerrar-buscador-movil:hover {
  color: #FFB7E3;
}
.buscador-overlay-oscuro-movil {
  position: fixed;
  top: 100px;
  left: 0;
  width: 100vw;
  height: calc(100vh - 100px);
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s;
  z-index: 9998;
}
.buscador-overlay-oscuro-movil.active {
  opacity: 1;
  visibility: visible;
}
.buscador-barra-desplegable-movil input[type="search"] {
  flex: 1;
  border: none;
  padding: 0.75rem;
  background: transparent;
  color: #3D2722;
  caret-color: #3D2722;
  outline: none;
  font-family: Helvetica, Arial, sans-serif;
}
.buscador-barra-desplegable-movil form {
  display: flex;
  align-items: center;
}.cerrar-buscador-escritorio,
.cerrar-buscador-movil {
  background: none;
  border: none;
  padding: 0 0.5rem;
  font-size: 2rem;
  color: #3D2722;
  cursor: pointer;
  transition: color 0.3s;
  appearance: none;
  -webkit-appearance: none;
}

.cerrar-buscador-escritorio:hover,
.cerrar-buscador-movil:hover {
  color: #FFB7E3; /* solo cambia el color del icono */
  background: none; /* aseguramos que no haya fondo */
} .fullwidth-slider {
  width: 100vw !important;     /* Ocupar todo el ancho visible */
  max-width: 100vw !important;
  left: 50% !important;
  right: 50% !important;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  position: relative !important;
}/* === PRODUCTO INDIVIDUAL (detalle) === */

.woocommerce div.product .product_title {
  font-family: 'Helvetica Neue', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  color: #3d2722; /* marrón corporativo */
  font-size: 1.2rem;
}

.woocommerce div.product .price {
  color: #3d2722;
  font-weight: 600;
  font-size: 1rem;
}

.woocommerce div.product .summary .variations label {
  font-weight: 400;
  text-transform: uppercase;
  color: #3d2722;
}

.woocommerce div.product .summary .variations select {
  border: 1px solid #efedd9;
  background: #ffffff;
  color: #3d2722;
}

/* =========================
   IMAGEN PRINCIPAL PRODUCTO
   ========================= */
.woocommerce div.product div.images img {
  width: 100%;
  max-width: 800px;
  height: auto;
  object-fit: cover;
  border: none;
  margin: 0 auto;
}

/* MINIATURAS GALERIA */
.woocommerce div.product div.thumbnails img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  margin: 4px;
  border: 1px solid transparent;
  transition: border 0.3s ease;
}
.woocommerce div.product div.thumbnails img:hover {
  border: 1px solid #3d2722;
}

/* ================================
   BOTÓN AÑADIR AL CARRITO
   ================================ */
.single_add_to_cart_button,
.woocommerce button.button {
  background-color: #3d2722;
  color: #ffffff;
  width: 100%;
  padding: 12px 0;
  border: none;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.5px;
  transition: background-color 0.3s ease;
}
.single_add_to_cart_button:hover,
.woocommerce button.button:hover {
  background-color: #ffb7e3;
  color: #3d2722;
}

/* ================================
   ACORDEÓN (DETALLES/ENVÍOS)
   ================================ */
.woocommerce-Tabs-panel h2,
.woocommerce-tabs .accordion-title,
.elementor-toggle-title {
  color: #3d2722;
  font-weight: 600;
}
.woocommerce-tabs .accordion-button,
.elementor-toggle-title {
  background-color: #efedd9;
  color: #3d2722;
  border: 1px solid #3d2722;
  border-radius: 0;
  transition: background-color 0.3s ease;
}
.woocommerce-tabs .accordion-button:hover,
.elementor-toggle-title:hover {
  background-color: #ffb7e3;
}

/* =========================
   PRODUCTOS RELACIONADOS
   ========================= */
.related.products ul.products li.product img {
  width: 400px;
  height: 400px;
  object-fit: cover;
}
.related.products ul.products li.product {
  border: 1px solid #efedd9;
  margin: 10px;
  padding: 10px;
}
.related.products ul.products li.product:hover {
  border-color: #3d2722;
  transition: border 0.3s ease;
}

/* =========================
   TEXTO
   ========================= */
.woocommerce div.product .product_title,
.related.products h2,
.woocommerce-tabs h2 {
  color: #3d2722;
  font-family: 'Helvetica', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.woocommerce div.product p.price,
.woocommerce div.product .woocommerce-product-details__short-description {
  color: #3d2722;
}

/* Ajustes generales de fondo */
body {
  background-color: #ffffff;
}/* End custom CSS */