.elementor-kit-5{--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:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-5 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){--kit-widget-spacing: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 *//* Ana Holistica - CSS consolidado y seguro */

:root {
  --ana-ivory: #f8f6f1;
  --ana-ink: #292c26;
  --ana-olive: #58664a;
  --ana-olive-dark: #454f3b;
  --ana-sage: #aab39b;
  --ana-sand: #ddd4c6;
  --ana-brown: #51463b;
}

/* 1. Cuadricula compacta de productos */
.woocommerce ul.products,
.woocommerce-page ul.products,
.elementor-products-grid ul.products {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 34px 16px !important;
  margin: 0 !important;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
  display: none !important;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
.elementor-products-grid ul.products li.product {
  container-type: inline-size;
  position: relative !important;
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  font-family: "Montserrat", Arial, sans-serif !important;
}

.woocommerce ul.products li.product a:not(.button),
.woocommerce-page ul.products li.product a:not(.button),
.elementor-products-grid ul.products li.product a:not(.button),
.woocommerce ul.products li.product a:not(.button):visited,
.woocommerce ul.products li.product a:not(.button):hover,
.woocommerce ul.products li.product a:not(.button):focus {
  color: var(--ana-ink) !important;
  text-decoration: none !important;
}

.woocommerce ul.products li.product a img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 4 / 5 !important;
  margin: 0 0 13px !important;
  padding: 0 !important;
  object-fit: cover !important;
  background: #eee8de !important;
  border-radius: 16px !important;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h2,
.woocommerce ul.products li.product h3,
.elementor-widget-woocommerce-archive-products .woocommerce-loop-product__title {
  margin: 0 0 6px !important;
  padding: 0 !important;
  color: var(--ana-ink) !important;
  font-family: "Montserrat", Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1.35 !important;
  letter-spacing: 0 !important;
}

.woocommerce ul.products li.product .price,
.elementor-widget-woocommerce-archive-products .price {
  display: block !important;
  margin: 0 !important;
  color: var(--ana-olive) !important;
  font-family: "Montserrat", Arial, sans-serif !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 1.4 !important;
}

.woocommerce ul.products li.product .price del {
  color: #8c8f87 !important;
  opacity: .7 !important;
}

.woocommerce ul.products li.product .price ins {
  color: var(--ana-olive) !important;
  font-weight: 500 !important;
  text-decoration: none !important;
}

.woocommerce ul.products li.product a.button,
.woocommerce ul.products li.product .button,
.elementor-products-grid ul.products li.product .button {
  position: absolute !important;
  z-index: 3 !important;
  top: calc(125cqi - 45px) !important;
  right: 10px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
  width: 30px !important;
  min-width: 30px !important;
  height: 30px !important;
  min-height: 30px !important;
  margin: 0 !important;
  padding: 0 !important;
  color: transparent !important;
  font-size: 0 !important;
  line-height: 1 !important;
  background: var(--ana-olive) !important;
  border: 0 !important;
  border-radius: 50% !important;
  box-shadow: none !important;
}

.woocommerce ul.products li.product .button::before {
  content: "+" !important;
  color: #fff !important;
  font-family: Arial, sans-serif !important;
  font-size: 19px !important;
  font-weight: 300 !important;
  line-height: 1 !important;
}

.woocommerce ul.products li.product .button:hover {
  background: var(--ana-olive-dark) !important;
  transform: scale(1.04);
}

.woocommerce ul.products li.product .added_to_cart {
  margin-top: 7px !important;
  color: var(--ana-olive) !important;
  font-size: 11px !important;
}

.woocommerce ul.products li.product .star-rating,
.woocommerce ul.products li.product .onsale {
  display: none !important;
}

/* 2. Titulos de archivos y categorias */
body.woocommerce.archive h1,
body.woocommerce.archive .page-title,
body.woocommerce.archive .woocommerce-products-header__title,
.elementor-widget-woocommerce-archive-title .elementor-heading-title {
  color: var(--ana-ink) !important;
  font-family: "Cormorant Garamond", Georgia, serif !important;
  font-weight: 500 !important;
}

/* 3. Buscador y navegacion de categorias: pagina Shop y archivos */
.ana-shop-navigation,
.ana-product-search {
  position: relative;
  width: 100%;
}

.ana-shop-navigation {
  z-index: 10;
  display: block !important;
  margin-bottom: 32px;
  visibility: visible !important;
  opacity: 1 !important;
}

.ana-product-search {
  margin: 0 0 24px;
}

.ana-product-search::before {
  content: "\2315";
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 17px;
  color: #a7aa9f;
  font-family: Arial, sans-serif;
  font-size: 18px;
  line-height: 1;
  transform: translateY(-52%);
  pointer-events: none;
}

.ana-product-search .ana-search-icon {
  display: none;
}

.ana-product-search input[type="search"] {
  width: 100% !important;
  height: 46px !important;
  margin: 0 !important;
  padding: 0 20px 0 44px !important;
  color: var(--ana-ink) !important;
  background: #fff !important;
  border: 1px solid #e4ddd1 !important;
  border-radius: 40px !important;
  outline: none !important;
  box-shadow: none !important;
  font-family: "Montserrat", Arial, sans-serif !important;
  font-size: 13px !important;
  font-weight: 400 !important;
}

.ana-product-search input[type="search"]::placeholder {
  color: #b6b8b0 !important;
  opacity: 1 !important;
}

.ana-product-search input[type="search"]:focus {
  border-color: #89927d !important;
  box-shadow: 0 0 0 2px rgba(88,102,74,.08) !important;
}

.ana-shop-filter,
.ana-category-navigation {
  display: flex;
  align-items: center;
  gap: 28px;
  margin: 0 0 28px;
  padding: 0;
  overflow-x: auto;
  overflow-y: hidden;
  border-bottom: 1px solid #e2ddd4;
  font-family: "Montserrat", Arial, sans-serif;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.ana-shop-filter::-webkit-scrollbar,
.ana-category-navigation::-webkit-scrollbar {
  display: none;
}

.ana-shop-filter a,
.ana-category-navigation a {
  position: relative;
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 6px;
  min-height: 42px;
  padding: 0 0 15px;
  color: var(--ana-olive) !important;
  border-bottom: 2px solid transparent;
  font-size: 11px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: .06em;
  text-decoration: none !important;
  text-transform: uppercase;
  white-space: nowrap;
}

.ana-shop-filter a:hover,
.ana-shop-filter a:focus,
.ana-shop-filter a.is-active,
.ana-category-navigation a:hover,
.ana-category-navigation a:focus,
.ana-category-navigation a.is-active {
  color: var(--ana-ink) !important;
  border-bottom-color: var(--ana-olive);
}

.ana-category-navigation a.is-active::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 2px;
  background: var(--ana-olive);
}

.ana-product-count,
.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering,
.woocommerce .woocommerce-breadcrumb,
.woocommerce .woocommerce-breadcrumb a {
  color: #7a8074 !important;
  font-family: "Montserrat", Arial, sans-serif !important;
  font-size: 11px !important;
  letter-spacing: .06em;
}

.ana-product-count {
  margin: 0 0 30px;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  color: var(--ana-olive) !important;
  background: transparent !important;
  border-color: var(--ana-sand) !important;
}

.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li a:hover {
  color: #fff !important;
  background: var(--ana-olive) !important;
}

/* 4. Producto individual */
.single-product .product_title,
.single-product .elementor-heading-title,
.single-product .related.products > h2,
.single-product .upsells.products > h2,
.single-product .woocommerce-tabs h2,
.single-product .woocommerce-tabs h3,
.single-product .woocommerce-Reviews-title {
  color: var(--ana-ink) !important;
  font-family: "Cormorant Garamond", Georgia, serif !important;
  font-weight: 500 !important;
  line-height: 1.08 !important;
}

.single-product .product_title {
  font-size: clamp(38px, 5vw, 58px) !important;
}

.single-product .related.products > h2,
.single-product .upsells.products > h2 {
  margin-bottom: 30px !important;
  font-size: clamp(32px, 4vw, 46px) !important;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price,
.single-product .elementor-widget-woocommerce-product-price,
.single-product .elementor-widget-woocommerce-product-price p.price {
  color: var(--ana-olive) !important;
  font-family: "Montserrat", Arial, sans-serif !important;
  font-weight: 500 !important;
}

.woocommerce div.product .woocommerce-product-details__short-description,
.woocommerce div.product .woocommerce-product-details__short-description p,
.single-product .woocommerce-tabs,
.single-product .woocommerce-tabs p {
  color: #3e423b !important;
  font-family: "Montserrat", Arial, sans-serif !important;
  line-height: 1.7 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a,
.single-product .product_meta,
.single-product .product_meta a {
  color: var(--ana-olive) !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  color: var(--ana-ink) !important;
}

.single-product div.product form.cart .button,
.single-product div.product form.cart button.single_add_to_cart_button {
  color: #fff !important;
  background: var(--ana-olive) !important;
  border-color: var(--ana-olive) !important;
  border-radius: 999px !important;
}

.single-product div.product form.cart .button:hover,
.single-product div.product form.cart button.single_add_to_cart_button:hover {
  background: var(--ana-olive-dark) !important;
  border-color: var(--ana-olive-dark) !important;
}

/* Corrige galerias que WooCommerce deja transparentes sin alterar sus diapositivas. */
.single-product .woocommerce-product-gallery,
.single-product .woocommerce-product-gallery.images,
.single-product div.product div.images,
.elementor-widget-woocommerce-product-images,
.single-product .woocommerce-product-gallery__wrapper,
.single-product .woocommerce-product-gallery__image {
  visibility: visible !important;
  opacity: 1 !important;
}

.single-product .woocommerce-product-gallery img,
.single-product div.product div.images img,
.elementor-widget-woocommerce-product-images img {
  visibility: visible !important;
  opacity: 1 !important;
  max-width: 100% !important;
  height: auto !important;
  border-radius: 16px;
}

/* 5. Carrito, checkout y cuenta */
.woocommerce-cart,
.woocommerce-checkout,
.woocommerce-account {
  color: var(--ana-ink);
  font-family: "Montserrat", Arial, sans-serif;
}

.woocommerce-cart table.shop_table,
.woocommerce-checkout table.shop_table,
.woocommerce-account table.shop_table {
  overflow: hidden;
  background: rgba(255,255,255,.42);
  border: 1px solid #d9d2c7 !important;
  border-radius: 12px !important;
  border-collapse: separate !important;
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
  color: var(--ana-ink) !important;
  border-color: #ded7cc !important;
  font-size: 13px !important;
}

.woocommerce table.shop_table a:not(.button),
.woocommerce .cart_totals a:not(.button),
.woocommerce-checkout a:not(.button),
.woocommerce-account a:not(.button) {
  color: var(--ana-olive) !important;
}

.woocommerce .cart_totals h2,
.woocommerce-checkout h3,
.woocommerce-account h2,
.woocommerce-account h3 {
  color: var(--ana-ink) !important;
  font-family: "Cormorant Garamond", Georgia, serif !important;
  font-weight: 500 !important;
}

.woocommerce input.input-text,
.woocommerce textarea,
.woocommerce select,
.woocommerce .quantity .qty {
  color: var(--ana-ink) !important;
  background: #fff !important;
  border: 1px solid #d9d2c7 !important;
  border-radius: 8px !important;
  box-shadow: none !important;
}

.woocommerce input.input-text:focus,
.woocommerce textarea:focus,
.woocommerce select:focus,
.woocommerce .quantity .qty:focus {
  border-color: #78836b !important;
  outline: 0 !important;
  box-shadow: 0 0 0 2px rgba(88,102,74,.08) !important;
}

.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce a.checkout-button,
.woocommerce button#place_order,
.wc-block-components-button,
.wp-block-woocommerce-cart .wc-block-cart__submit-button,
.wp-block-woocommerce-checkout .wc-block-components-checkout-place-order-button {
  color: #fff !important;
  background: var(--ana-olive) !important;
  border: 1px solid var(--ana-olive) !important;
  border-radius: 999px !important;
  box-shadow: none !important;
  font-family: "Montserrat", Arial, sans-serif !important;
  font-weight: 500 !important;
  text-decoration: none !important;
}

.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce a.checkout-button:hover,
.woocommerce button#place_order:hover,
.wc-block-components-button:hover {
  color: #fff !important;
  background: var(--ana-olive-dark) !important;
  border-color: var(--ana-olive-dark) !important;
}

.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled] {
  color: #fff !important;
  background: var(--ana-sage) !important;
  border-color: var(--ana-sage) !important;
  opacity: .75 !important;
}

.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message,
.woocommerce .woocommerce-error {
  color: var(--ana-ink) !important;
  background: #f1ede6 !important;
  border-top-color: var(--ana-olive) !important;
}

.woocommerce .woocommerce-info::before,
.woocommerce .woocommerce-message::before {
  color: var(--ana-olive) !important;
}

.woocommerce-checkout #payment {
  color: var(--ana-ink) !important;
  background: #eee8de !important;
  border-radius: 14px !important;
}

.woocommerce-checkout #payment div.payment_box {
  color: var(--ana-ink) !important;
  background: #fff !important;
}

.woocommerce-checkout #payment div.payment_box::before {
  border-bottom-color: #fff !important;
}

/* 6. Carrito de Elementor en la cabecera */
.elementor-menu-cart__toggle .elementor-button {
  padding: 5px !important;
  color: #31352b !important;
  background: transparent !important;
  border: 0 !important;
}

.elementor-menu-cart__toggle_button {
  font-size: 25px !important;
}

.elementor-menu-cart__toggle .elementor-button-icon-qty {
  min-width: 19px;
  height: 19px;
  color: #fff !important;
  line-height: 19px;
  background: #c7ab58 !important;
  border-radius: 50%;
}

/* 7. Navegacion inferior movil. Funciona desde Header o Footer; Header es recomendado. */
.ana-mobile-nav {
  display: none;
}

@media (max-width: 767px) {
  .elementor-widget-shortcode,
  .elementor-widget-shortcode > .elementor-widget-container,
  .elementor-shortcode,
  .elementor-shortcode > .woocommerce {
    position: relative !important;
    display: block !important;
    overflow: visible !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
  }

  .woocommerce ul.products,
  .woocommerce-page ul.products,
  .elementor-products-grid ul.products {
    position: relative !important;
    display: flex !important;
    flex-flow: row wrap !important;
    align-items: flex-start !important;
    align-content: flex-start !important;
    clear: both !important;
    overflow: visible !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 0 48px !important;
    gap: 30px 14px !important;
  }

  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product,
  .elementor-products-grid ul.products li.product {
    position: relative !important;
    display: block !important;
    flex: 0 0 calc(50% - 7px) !important;
    clear: none !important;
    max-width: calc(50% - 7px) !important;
    height: auto !important;
    min-height: 0 !important;
  }

  .woocommerce ul.products li.product .woocommerce-loop-product__title,
  .woocommerce ul.products li.product h2,
  .woocommerce ul.products li.product h3 {
    font-size: 13px !important;
  }

  .woocommerce ul.products li.product .price {
    font-size: 12px !important;
  }

  .elementor-widget-shortcode + *,
  .elementor-shortcode + *,
  .ana-grid {
    position: relative !important;
    clear: both !important;
  }

  .ana-shop-navigation {
    margin-bottom: 24px;
  }

  .ana-shop-filter,
  .ana-category-navigation {
    flex-wrap: nowrap;
    gap: 20px;
    padding-right: 18px;
  }

  .ana-shop-filter a,
  .ana-category-navigation a {
    font-size: 10px;
  }

  .woocommerce-cart table.shop_table_responsive tr,
  .woocommerce-page table.shop_table_responsive tr {
    display: block !important;
    margin: 0 0 18px !important;
    padding: 12px !important;
    background: #fff !important;
    border: 1px solid #e2dbd0 !important;
    border-radius: 12px !important;
  }

  .woocommerce-cart table.shop_table_responsive td,
  .woocommerce-page table.shop_table_responsive td {
    padding: 9px 0 !important;
    border-top: 1px solid #eee8de !important;
  }

  .woocommerce-cart table.shop_table_responsive td.product-thumbnail {
    display: block !important;
    text-align: center !important;
  }

  .woocommerce-cart table.shop_table_responsive td.product-thumbnail::before {
    display: none !important;
  }

  .woocommerce-cart table.shop_table_responsive td.product-thumbnail img {
    width: 92px !important;
    border-radius: 10px !important;
  }

  .woocommerce .cart-collaterals .cart_totals,
  .woocommerce-page .cart-collaterals .cart_totals {
    float: none !important;
    width: 100% !important;
  }

  .woocommerce a.checkout-button,
  .woocommerce button#place_order {
    width: 100% !important;
    padding: 16px 22px !important;
  }

  /* Cabecera compacta */
  .ana-header {
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .ana-header-inner {
    height: 74px !important;
    min-height: 74px !important;
    margin: 0 auto !important;
    padding: 10px 22px !important;
  }

  .ana-header-logo,
  .ana-header-cart {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .ana-header-logo img {
    display: block !important;
    width: 135px !important;
    height: auto !important;
    margin: 0 !important;
  }

  .elementor-location-header,
  .elementor-location-header .elementor-widget-html,
  .elementor-location-header .elementor-widget-container {
    min-height: 0 !important;
    overflow: visible !important;
    transform: none !important;
    content-visibility: visible !important;
  }

  /* Reserva espacio para que el menu no cubra contenido. */
  body {
    margin-bottom: 0 !important;
    padding-bottom: calc(82px + env(safe-area-inset-bottom)) !important;
  }

  .ana-mobile-nav {
    position: fixed !important;
    z-index: 2147483647 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    align-items: center !important;
    visibility: visible !important;
    overflow: visible !important;
    width: 100% !important;
    width: 100dvw !important;
    height: auto !important;
    min-height: 82px !important;
    margin: 0 !important;
    padding: 8px 4px calc(8px + env(safe-area-inset-bottom)) !important;
    opacity: 1 !important;
    background: rgba(83,99,72,.98) !important;
    border-top: 1px solid rgba(255,255,255,.16) !important;
    box-shadow: 0 -7px 22px rgba(41,44,38,.12) !important;
    transform: none !important;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
  }

  .ana-mobile-nav a {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 5px !important;
    min-width: 0 !important;
    color: rgba(255,255,255,.62) !important;
    font-size: 11px !important;
    font-weight: 500;
    line-height: 1.15 !important;
    letter-spacing: 1.5px !important;
    text-decoration: none !important;
  }

  .ana-mobile-nav a:hover,
  .ana-mobile-nav a:focus {
    color: #fff !important;
  }

  .ana-mobile-nav .ana-nav-icon {
    color: inherit !important;
    font-family: Georgia, serif;
    font-size: 26px !important;
    line-height: 1 !important;
  }
}

@media (min-width: 1100px) {
  .woocommerce ul.products,
  .woocommerce-page ul.products,
  .elementor-products-grid ul.products {
    gap: 38px 18px !important;
  }
}
@media (max-width: 767px) {
    #ana-mobile-nav-global,
    .ana-mobile-nav {
        height: auto !important;
        min-height: 58px !important;
        padding: 5px 4px calc(4px + env(safe-area-inset-bottom)) !important;
    }

    #ana-mobile-nav-global a,
    .ana-mobile-nav a {
        gap: 3px !important;
        font-size: 9px !important;
        line-height: 1 !important;
        letter-spacing: 1.2px !important;
    }

    #ana-mobile-nav-global .ana-nav-icon,
    .ana-mobile-nav .ana-nav-icon {
        font-size: 22px !important;
        line-height: 1 !important;
    }
}
/* Mantener visible el contenedor de botones */
.woocommerce-cart .wc-proceed-to-checkout {
    display: block !important;
}

/* Ocultar solamente “Finalizar compra” de WooCommerce */
.woocommerce-cart .wc-proceed-to-checkout > a.checkout-button,
.woocommerce-cart a.checkout-button.wc-forward {
    display: none !important;
}
/* Barra móvil sobre la página, pero debajo de ventanas emergentes */
#ana-mobile-nav-global {
    z-index: 900 !important;
}

/* Formulario de Instant Chat Checkout sobre la barra móvil */
[class*="icchat"][class*="modal"],
[class*="icchat"][class*="overlay"],
[id*="icchat"][class*="modal"],
[id*="icchat"][class*="overlay"] {
    z-index: 99999 !important;
}/* End custom CSS */