.elementor-15577 .elementor-element.elementor-element-80c49e6 > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-15577 .elementor-element.elementor-element-ef17175{width:100%;max-width:100%;padding:0px 0px 0px 0px;}.elementor-15577 .elementor-element.elementor-element-041c205 > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-15577 .elementor-element.elementor-element-21b5677{width:100%;max-width:100%;padding:0px 0px 0px 0px;}.elementor-15577 .elementor-element.elementor-element-23bf5fe > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-15577 .elementor-element.elementor-element-ec108b0{width:100%;max-width:100%;padding:0px 0px 0px 0px;}.elementor-15577 .elementor-element.elementor-element-373b25e > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-15577 .elementor-element.elementor-element-d7395a0.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}.elementor-15577 .elementor-element.elementor-element-badacd1{--divider-border-style:solid;--divider-color:#000;--divider-border-width:1px;}.elementor-15577 .elementor-element.elementor-element-badacd1 .elementor-divider-separator{width:0%;}.elementor-15577 .elementor-element.elementor-element-badacd1 .elementor-divider{padding-block-start:15px;padding-block-end:15px;}:root{--page-title-display:none;}/* Start custom CSS for wc-categories, class: .elementor-element-d7395a0 *//* ========================================================= */
/* VINTAGEVIEW CATEGORY CARDS */
/* ========================================================= */

.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(5, minmax(0, 1fr)) !important;
  gap: 24px !important;
  justify-content: center !important;
}

/* Card */
.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: 280px !important;
  padding: 24px 16px !important;
  margin: 0 !important;
  float: none !important;
  clear: none !important;
  border-radius: 14px !important;
  overflow: hidden !important;
  background: #ffffff !important;
  border: 1px solid rgba(7, 30, 50, 0.08) !important;
  box-shadow: 0 10px 28px rgba(7, 30, 50, 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(7, 30, 50, 0.12) !important;
  border-color: rgba(7, 30, 50, 0.35) !important;
}

/* Link interno */
.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: 105px !important;
  width: auto !important;
  max-width: 90% !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: 15px !important;
  line-height: 1.18 !important;
  letter-spacing: 0.2px !important;
  text-transform: uppercase !important;
  max-width: 92% !important;
  margin: 0 auto 8px !important;
  color: #071E32 !important;
  font-weight: 900 !important;
  text-align: center !important;
}

/* Cantidad */
.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: 12px !important;
  line-height: 1.2 !important;
  margin-top: 6px !important;
  color: rgba(7, 30, 50, 0.42) !important;
  background: transparent !important;
  font-weight: 800 !important;
}

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

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

@media (max-width: 900px) {
  .woocommerce ul.products,
  .elementor-widget-wc-categories ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    max-width: 720px !important;
    gap: 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: 230px !important;
    padding: 20px 14px !important;
  }

  .woocommerce ul.products li.product-category img,
  .elementor-widget-wc-categories ul.products li.product-category img {
    max-height: 88px !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: 13px !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;
    max-width: 100% !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: 205px !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: 72px !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: 10.8px !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: 9.8px !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: 185px !important;
    padding: 16px 8px !important;
  }

  .woocommerce ul.products li.product-category img,
  .elementor-widget-wc-categories ul.products li.product-category img {
    max-height: 62px !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: 9.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: 9px !important;
  }
}/* End custom CSS */