.elementor-15559 .elementor-element.elementor-element-5f8798b > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-15559 .elementor-element.elementor-element-e2e29d7{width:100%;max-width:100%;padding:0px 0px 0px 0px;}.elementor-15559 .elementor-element.elementor-element-1a6f8e7 > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-15559 .elementor-element.elementor-element-5598abb{width:100%;max-width:100%;padding:0px 0px 0px 0px;}.elementor-15559 .elementor-element.elementor-element-ed8cc5d > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-15559 .elementor-element.elementor-element-ee03678{width:100%;max-width:100%;padding:0px 0px 0px 0px;}.elementor-15559 .elementor-element.elementor-element-49ab1f2 > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-15559 .elementor-element.elementor-element-122a2ef.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}.elementor-15559 .elementor-element.elementor-element-1bba9d9{--divider-border-style:solid;--divider-color:#000;--divider-border-width:1px;}.elementor-15559 .elementor-element.elementor-element-1bba9d9 .elementor-divider-separator{width:0%;}.elementor-15559 .elementor-element.elementor-element-1bba9d9 .elementor-divider{padding-block-start:15px;padding-block-end:15px;}:root{--page-title-display:none;}/* Start custom CSS for wc-categories, class: .elementor-element-122a2ef *//* ========================================================= */
/* PRODUCT CATEGORY CARDS - HILTON / WINE RACKS */
/* ========================================================= */

.woocommerce ul.products,
.elementor-widget-wc-categories ul.products {
  width: 100% !important;
  max-width: 1180px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 24px !important;
  justify-content: center !important;
}

/* Reset general de WooCommerce / Elementor */
.woocommerce ul.products li.product,
.woocommerce ul.products li.product-category,
.elementor-widget-wc-categories ul.products li.product,
.elementor-widget-wc-categories ul.products li.product-category {
  width: 100% !important;
  max-width: 100% !important;
  min-height: 300px !important;
  padding: 24px 18px !important;
  margin: 0 !important;
  float: none !important;
  clear: none !important;
  border-radius: 14px !important;
  overflow: hidden !important;
  background: #ffffff !important;
  border: 1px solid rgba(17, 17, 17, 0.08) !important;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.04) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-sizing: border-box !important;
  transition: all 0.3s ease !important;
}

.woocommerce ul.products li.product-category:hover,
.elementor-widget-wc-categories ul.products li.product-category:hover {
  transform: translateY(-4px) !important;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.10) !important;
  border-color: rgba(236, 204, 189, 0.75) !important;
}

/* Link interno de la card */
.woocommerce ul.products li.product-category a,
.elementor-widget-wc-categories ul.products li.product-category a {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  height: 100% !important;
  width: 100% !important;
  text-align: center !important;
  text-decoration: none !important;
}

/* Imagen */
.woocommerce ul.products li.product-category img,
.elementor-widget-wc-categories ul.products li.product-category img {
  order: 1 !important;
  position: static !important;
  max-height: 135px !important;
  width: auto !important;
  max-width: 92% !important;
  object-fit: contain !important;
  margin: 0 auto 22px !important;
  opacity: 1 !important;
  transform: none !important;
}

/* Título */
.woocommerce ul.products li.product-category h2,
.woocommerce ul.products li.product-category .woocommerce-loop-category__title,
.elementor-widget-wc-categories ul.products li.product-category h2,
.elementor-widget-wc-categories ul.products li.product-category .woocommerce-loop-category__title {
  order: 2 !important;
  position: static !important;
  transform: none !important;
  background: transparent !important;
  font-size: 18px !important;
  line-height: 1.16 !important;
  letter-spacing: 0.2px !important;
  text-transform: uppercase !important;
  max-width: 90% !important;
  margin: 0 auto 8px !important;
  color: #111111 !important;
  font-weight: 900 !important;
  text-align: center !important;
}

/* Cantidad de productos */
.woocommerce ul.products li.product-category .count,
.elementor-widget-wc-categories ul.products li.product-category .count {
  order: 3 !important;
  position: static !important;
  display: block !important;
  font-size: 13px !important;
  line-height: 1.2 !important;
  margin-top: 6px !important;
  color: rgba(17, 17, 17, 0.42) !important;
  background: transparent !important;
  font-weight: 800 !important;
}

/* ========================================================= */
/* TABLET */
/* ========================================================= */

@media (max-width: 1024px) {
  .woocommerce ul.products,
  .elementor-widget-wc-categories ul.products {
    max-width: 760px !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 18px !important;
    padding: 0 18px !important;
  }

  .woocommerce ul.products li.product,
  .woocommerce ul.products li.product-category,
  .elementor-widget-wc-categories ul.products li.product,
  .elementor-widget-wc-categories ul.products li.product-category {
    min-height: 245px !important;
    padding: 22px 14px !important;
  }

  .woocommerce ul.products li.product-category img,
  .elementor-widget-wc-categories ul.products li.product-category img {
    max-height: 105px !important;
    margin-bottom: 18px !important;
  }

  .woocommerce ul.products li.product-category h2,
  .woocommerce ul.products li.product-category .woocommerce-loop-category__title,
  .elementor-widget-wc-categories ul.products li.product-category h2,
  .elementor-widget-wc-categories ul.products li.product-category .woocommerce-loop-category__title {
    font-size: 15px !important;
    line-height: 1.15 !important;
  }

  .woocommerce ul.products li.product-category .count,
  .elementor-widget-wc-categories ul.products li.product-category .count {
    font-size: 12px !important;
  }
}

/* ========================================================= */
/* MOBILE - 2 COLUMNAS */
/* ========================================================= */

@media (max-width: 768px) {
  .woocommerce ul.products,
  .elementor-widget-wc-categories ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 14px !important;
    padding: 0 14px !important;
  }

  .woocommerce ul.products li.product,
  .woocommerce ul.products li.product-category,
  .elementor-widget-wc-categories ul.products li.product,
  .elementor-widget-wc-categories ul.products li.product-category {
    min-height: 210px !important;
    padding: 18px 10px !important;
    border-radius: 12px !important;
  }

  .woocommerce ul.products li.product-category img,
  .elementor-widget-wc-categories ul.products li.product-category img {
    max-height: 82px !important;
    max-width: 95% !important;
    margin-bottom: 14px !important;
  }

  .woocommerce ul.products li.product-category h2,
  .woocommerce ul.products li.product-category .woocommerce-loop-category__title,
  .elementor-widget-wc-categories ul.products li.product-category h2,
  .elementor-widget-wc-categories ul.products li.product-category .woocommerce-loop-category__title {
    font-size: 12px !important;
    line-height: 1.15 !important;
    max-width: 96% !important;
    margin-bottom: 6px !important;
  }

  .woocommerce ul.products li.product-category .count,
  .elementor-widget-wc-categories ul.products li.product-category .count {
    font-size: 10px !important;
    margin-top: 4px !important;
  }
}

/* ========================================================= */
/* MOBILE CHICO */
/* ========================================================= */

@media (max-width: 420px) {
  .woocommerce ul.products,
  .elementor-widget-wc-categories ul.products {
    gap: 10px !important;
    padding: 0 10px !important;
  }

  .woocommerce ul.products li.product,
  .woocommerce ul.products li.product-category,
  .elementor-widget-wc-categories ul.products li.product,
  .elementor-widget-wc-categories ul.products li.product-category {
    min-height: 190px !important;
    padding: 16px 8px !important;
  }

  .woocommerce ul.products li.product-category img,
  .elementor-widget-wc-categories ul.products li.product-category img {
    max-height: 72px !important;
    margin-bottom: 12px !important;
  }

  .woocommerce ul.products li.product-category h2,
  .woocommerce ul.products li.product-category .woocommerce-loop-category__title,
  .elementor-widget-wc-categories ul.products li.product-category h2,
  .elementor-widget-wc-categories ul.products li.product-category .woocommerce-loop-category__title {
    font-size: 10.8px !important;
    line-height: 1.12 !important;
  }

  .woocommerce ul.products li.product-category .count,
  .elementor-widget-wc-categories ul.products li.product-category .count {
    font-size: 9.5px !important;
  }
}/* End custom CSS */