.wp-block{} 
.swiper-productos .swiper-wrapper {
  margin-bottom: 24px;
}
.swiper-productos a {
  text-decoration: none;
}
.swiper-productos a img {
  margin-bottom: 16px;
  aspect-ratio: 283/378;
  object-fit: cover;
}
.swiper-productos h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 1em;
  line-height: 140%;
  color: var(--alt-bg);
  margin-bottom: 8px;
}
.swiper-productos .product-price {
  color: var(--dark-color);
  font-weight: 500;
}
.swiper-productos .swiper-productos-prev-next-wrapper {
  display: flex;
  gap: 16px;
  /* Unificamos prev y next */
}
.swiper-productos .swiper-productos-prev-next-wrapper .swiper-productos-prev,
.swiper-productos .swiper-productos-prev-next-wrapper .swiper-productos-next {
  padding: 8px;
  border-radius: 8px;
  display: flex;
  cursor: pointer;
  border: 1px solid var(--primary-color);
  border-radius: 4px;
  background: transparent;
  transition: background-image 0.5s;
}
.swiper-productos .swiper-productos-prev-next-wrapper .swiper-productos-prev:hover,
.swiper-productos .swiper-productos-prev-next-wrapper .swiper-productos-next:hover {
  background: #FCFBF6;
}
