.elementor-11367 .elementor-element.elementor-element-751aee7{--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;--padding-top:60px;--padding-bottom:60px;--padding-left:0px;--padding-right:0px;}.elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .woocommerce-loop-product__title{color:var( --e-global-color-primary );}.elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .woocommerce-loop-category__title{color:var( --e-global-color-primary );}.elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .woocommerce-loop-product__title, .elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .woocommerce-loop-category__title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-wc-archive-products{--products-title-color:var( --e-global-color-primary );}.elementor-widget-wc-archive-products.products-heading-show .related-products > h2, .elementor-widget-wc-archive-products.products-heading-show .upsells > h2, .elementor-widget-wc-archive-products.products-heading-show .cross-sells > h2{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .price{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .price ins{color:var( --e-global-color-primary );}.elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .price ins .amount{color:var( --e-global-color-primary );}.elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .price del{color:var( --e-global-color-primary );}.elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .price del .amount{color:var( --e-global-color-primary );}.elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .price del {font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .button{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-wc-archive-products.elementor-wc-products .added_to_cart{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-wc-archive-products .elementor-products-nothing-found{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-11367 .elementor-element.elementor-element-d808d5a.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}.elementor-11367 .elementor-element.elementor-element-d808d5a.elementor-wc-products ul.products li.product span.onsale{display:block;}@media(max-width:1024px){.elementor-11367 .elementor-element.elementor-element-d808d5a.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}@media(max-width:767px){.elementor-11367 .elementor-element.elementor-element-d808d5a.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}/* Start custom CSS for wc-archive-products, class: .elementor-element-d808d5a *//* Reglas para el grid de productos */
ul.products {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  padding: 0px;
  margin: 0;
  list-style: none;
}

@media (min-width: 768px) {
  ul.products {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1024px) {
  ul.products {
    grid-template-columns: repeat(4, 1fr) !important;
  }
}

/* Estilos para los cards personalizados */
.custom-card {
  background: #fefefe! important;
  padding: 20px!important;
  border-radius: 12px!important;
  box-shadow: 0 1px 3px rgba(0,0,0,0.08);
  transition: box-shadow 0.3s ease;
}

.custom-card:hover {
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.product-card-inner {
  display: flex;
  flex-direction: column;
  gap: 12px;
  height: 100%;
  position: relative;
}

/* Estilo base del badge */
.product-brand {
  position: absolute;
  top: 12px;
  left: 12px;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 10px;
  border-radius: 999px;
  text-transform: uppercase;
  z-index: 2;
}

/* Colores por marca */
.brand-jera-moda {
  background-color: #f68b8e;
  color: white;
}

.brand-bomy {
  background-color: #f7a8bb;
  color: white;
}

.brand-moa {
  background-color: #c69b6e;
  color: white;
}

.brand-no-one {
  background-color: #000000;
  color: white;
}

.brand-buza-f {
  background-color: #00205b;
  color: white;
}

/* Imagen */
.product-image-link img {
  border-radius: 10px;
  border: solid 1px #F3F3F3;
  width: 100%;
  object-fit: cover;
}

/* Título y descripción */
.product-title {
  font-size: 16px;
  color: #000;
  font-weight: normal;
  margin-bottom: 10px;
  text-align: left;
}

.product-description {
  color: #000;
  margin: 0 0 0 0;
  display: block;
  width: 100%;
  text-align: left !important;
}

/* Botón */
.product-button {
  display: inline-block;
  background: #000000;
  color: #fff;
  padding: 8px 20px;
  font-size: 14px;
  border-radius: 8px;
  text-decoration: none;
  margin: auto;
  transition: background 0.3s;
  width: 100%;
  text-align: center!important;
}

.product-button:hover {
  background: #F2116C;
  color: white;
}

ul.products li.product .product-description,
ul.products li.product .product-description p {
  font-size: 12px !important;
}/* End custom CSS */