.elementor-844 .elementor-element.elementor-element-54adca6{--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-844 .elementor-element.elementor-element-eb4813c{--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-844 .elementor-element.elementor-element-751b97e{--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-844 .elementor-element.elementor-element-7e72af4{--display:flex;--min-height:0px;--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-844 .elementor-element.elementor-element-2d024f7{--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-844 .elementor-element.elementor-element-d6fd12e{--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-844 .elementor-element.elementor-element-6faa9c6{text-align:center;}.elementor-844 .elementor-element.elementor-element-6faa9c6 .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-text );}.elementor-844 .elementor-element.elementor-element-1899e9f{--divider-border-style:solid;--divider-color:#000;--divider-border-width:1px;}.elementor-844 .elementor-element.elementor-element-1899e9f .elementor-divider-separator{width:0%;}.elementor-844 .elementor-element.elementor-element-1899e9f .elementor-divider{padding-block-start:10px;padding-block-end:10px;}/* Start custom CSS for shortcode, class: .elementor-element-f903222 *//* === AJUSTES BOTÓN ORDEN SOLO EN MÓVIL Y TABLET === */
@media (max-width: 1024px) {
  .woocommerce .woocommerce-result-count,
  .woocommerce .woocommerce-ordering {
    width: 100% !important;
    text-align: center !important;
    margin:  !important;
    padding: 0 !important;
  }

  .woocommerce .woocommerce-result-count {
    margin-bottom: 5px !important;
  }

  .woocommerce .woocommerce-ordering {
    display: flex !important;
    justify-content: center !important;
    margin-bottom: 18px !important;
  }

  .woocommerce .woocommerce-ordering select {
    font-family: 'DM Sans', sans-serif !important;
    font-weight: 700;
    font-size: 16px;
    color: #000;
    border: 2px solid #000;
    border-radius: 20px;
    background-color: transparent;
    padding: 6px 14px;
    width: auto;
    appearance: none;
    cursor: pointer;
    text-align: center;
  }

  /* === FORZAR 2 COLUMNAS EN MÓVIL/TABLET === */
  .woocommerce ul.products {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 16px !important;
    padding:  10px !important;
    margin: 0 auto !important;
  }

  .woocommerce ul.products li.product {
    width: 100% !important;
    margin: 0 !important;
    background: #fff !important;
    border-radius: px !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
  }

  .woocommerce ul.products li.product img {
    width: 100% !important;
    display: block !important;
    object-fit: cover !important;
    margin: 0 !important;
    border-top-left-radius: 15px !important;
    border-top-right-radius: 15px !important;
  }

  .woocommerce ul.products li.product .woocommerce-loop-product__title,
  .woocommerce ul.products li.product .price {
    text-align: center !important;
    font-size: 14px !important;
  }

  /* 1 columna opcional en pantallas muy pequeñas */
  @media (max-width: 600px) {
    .woocommerce ul.products {
      grid-template-columns: 1fr !important;
      justify-items: center !important;
    }

    .woocommerce ul.products li.product {
      max-width: 300px;
    }
  }
}

/* === DISEÑO NORMAL EN ESCRITORIO === */
@media (min-width: 1025px) {
  .woocommerce ul.products li.product {
    background: #fff !important;
    border-radius: px !important;
    overflow: hidden !important;
    padding: 0 !important;
    margin: 10 0 30px 0 !important;
    transition: all 0.3s ease-in-out;
  }

  .woocommerce ul.products li.product img {
    width: 100% !important;
    object-fit: cover !important;
    display: block !important;
    margin: 0 !important;
    border-top-left-radius: 15px !important;
    border-top-right-radius: 15px !important;
  }
}

/* === BOTÓN DE ORDEN EN ESCRITORIO - NO TOCAR === */
@media (min-width: 1025px) {
  .woocommerce .woocommerce-ordering select {
    font-family: 'DM Sans', sans-serif !important;
    font-weight: 700;
    border: 2px solid #000;
    border-radius: 12px;
    background-color: transparent;
    padding: 8px 12px;
    color: #000;
    appearance: none;
    cursor: pointer;
  }
}

/* === PAGINACIÓN === */
.woocommerce nav.woocommerce-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}

.woocommerce nav.woocommerce-pagination ul {
  display: flex;
  gap: 8px;
  padding: 0;
  margin: 0;
  list-style: none;
  justify-content: center;
  flex-wrap: wrap;
  border: none !important;
  box-shadow: none !important;
}

.woocommerce nav.woocommerce-pagination ul li {
  border: none !important;
  background: none !important;
  box-shadow: none !important;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  font-family: 'DM Sans', sans-serif !important;
  font-weight: 700 !important;
  font-size: 16px;
  color: #000 !important;
  padding: 8px 12px;
  border-radius: 12px;
  border: none !important;
  background: none !important;
  text-decoration: none;
  display: inline-block;
}

.woocommerce nav.woocommerce-pagination ul li span.current {
  border: 2px solid #000 !important;
  background-color: transparent !important;
  color: #000 !important;
}

/* Ocultar flechas prev/next */
.woocommerce nav.woocommerce-pagination ul li.prev,
.woocommerce nav.woocommerce-pagination ul li.next {
  display: none !important;
}
/* === FORZAR 2 COLUMNAS TAMBIÉN EN LA PRIMERA FILA === */
/* Arreglo visual para evitar card solitaria arriba */
.woocommerce ul.products::before {
  content: '';
  display: none;
}
.woocommerce ul.products::after {
  content: '';
  display: block;
  visibility: hidden;
  height: 0;
}
@media (max-width: 1024px) {
  .woocommerce ul.products li.product:nth-child(1):nth-last-child(1) {
    grid-column: span 2;
  }

  .woocommerce ul.products li.product:nth-last-child(1):nth-child(odd)::after {
    content: '';
    display: block;
    height: 0;
    visibility: hidden;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-7e72af4 *//* Fuente DM Sans */
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;700&display=swap');

/* Estilo general de la card */
.elementor-844 .elementor-element.elementor-element-7e72af4 .woocommerce ul.products li.product {
  font-family: 'DM Sans', sans-serif;
  border-radius: 40px;
  overflow: hidden;
  transition: transform 0.3s ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  border: 1.5px solid #000;
}

/* Hover de la card */
.elementor-844 .elementor-element.elementor-element-7e72af4 .woocommerce ul.products li.product:hover {
  transform: translateY(-5px);
}

/* Imagen del producto redondeada */
.elementor-844 .elementor-element.elementor-element-7e72af4 .woocommerce ul.products li.product img {
  border-radius: 40px 40px 0 0;
  margin-bottom: 10px;
  object-fit: cover;
  width: 100%;
  height: auto;
  display: block;
}

/* Título del producto */
.elementor-844 .elementor-element.elementor-element-7e72af4 .woocommerce ul.products li.product h2 {
  font-family: 'DM Sans', sans-serif;
  font-weight: 700;
  color: #000;
  font-size: 16px;
  margin: 0 15px 5px 15px;
}

/* Precio */
.elementor-844 .elementor-element.elementor-element-7e72af4 .woocommerce ul.products li.product .price {
  font-family: 'DM Sans', sans-serif;
  font-weight: 400;
  color: #000;
  margin: 0 15px 10px 15px;
  display: block;
}

/* Precio rebajado en rojo y tachado */
.elementor-844 .elementor-element.elementor-element-7e72af4 .woocommerce ul.products li.product .price del {
  color: #CC0A0A;
  text-decoration: line-through;
  margin-right: 5px;
}

/* Botón Añadir al carrito */
.elementor-844 .elementor-element.elementor-element-7e72af4 .woocommerce ul.products li.product .button {
  margin: 10px 15px 20px 15px;
  background-color: transparent;
  color: #000;
  font-family: 'DM Sans', sans-serif;
  font-weight: 400;
  border-radius: 40px;
  padding: 10px;
  width: calc(100% - 30px);
  text-align: center;
  border: 2px solid #000;
  transition: all 0.3s ease;
  display: block;
}

/* Hover del botón */
.elementor-844 .elementor-element.elementor-element-7e72af4 .woocommerce ul.products li.product .button:hover {
  background-color: #000;
  color: #fff;
  transform: translateY(-3px);
}

/* Estado activo o foco del botón */
.elementor-844 .elementor-element.elementor-element-7e72af4 .woocommerce ul.products li.product .button:active,
.elementor-844 .elementor-element.elementor-element-7e72af4 .woocommerce ul.products li.product .button:focus {
  background-color: #000;
  color: #fff;
}

/* Enlace "Ver carrito" tras añadir al carrito */
.elementor-844 .elementor-element.elementor-element-7e72af4 .woocommerce ul.products li.product .added_to_cart {
  display: block;
  text-align: center;
  font-size: 12px;
  margin: 3px 15px 20px 15px;
  font-family: 'DM Sans', sans-serif;
  color: #000;
}

/* Responsive para tablets */
@media (max-width: 768px) {
  .elementor-844 .elementor-element.elementor-element-7e72af4 .woocommerce ul.products {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  .elementor-844 .elementor-element.elementor-element-7e72af4 .woocommerce ul.products li.product {
    border-radius: 30px;
  }

  .elementor-844 .elementor-element.elementor-element-7e72af4 .woocommerce ul.products li.product img {
    border-radius: 30px 30px 0 0;
  }

  .elementor-844 .elementor-element.elementor-element-7e72af4 .woocommerce ul.products li.product .button {
    font-size: 14px;
    padding: 8px;
  }
}

/* Responsive para móviles */
@media (max-width: 480px) {
  .elementor-844 .elementor-element.elementor-element-7e72af4 .woocommerce ul.products {
    grid-template-columns: 1fr;
  }

  .elementor-844 .elementor-element.elementor-element-7e72af4 .woocommerce ul.products li.product {
    margin: 0 auto;
    max-width: 90%;
    border-radius: 25px;
  }

  .elementor-844 .elementor-element.elementor-element-7e72af4 .woocommerce ul.products li.product img {
    border-radius: 25px 25px 0 0;
  }
}/* End custom CSS */