/* WR-K conserva la estructura visual de Artro FLX. */
@import url("artro-flx.css?v=3.1");

.product-stage.scene-one {
  min-height: 565px;
  background-color: #e8dfcf;
  background-image: url("../../assets/img/productos_litro/wereke-hero-realista.png");
  background-position: center;
  background-size: cover;
}

.product-stage.scene-one::before,
.product-stage.scene-one::after {
  content: none;
}

.wereke-tag-photo {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  object-fit: contain;
  object-position: center;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  filter: drop-shadow(0 4px 4px rgba(27, 45, 31, 0.16));
}

.ingredient-tags {
  margin: 20px 0 17px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
}

.ingredient-tag {
  min-height: 45px;
  padding: 6px 17px 6px 9px;
  gap: 10px;
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  color: var(--green-950);
  background: linear-gradient(#fbfbf7, #f4f3ed);
  border: 1px solid #e6e5df;
  border-radius: 10px;
  font-size: 1rem;
  font-weight: 650;
  line-height: 1.2;
  white-space: nowrap;
  box-shadow: 0 4px 12px rgba(49, 57, 45, 0.04);
}

.ingredient-info-visual {
  height: 170px;
  overflow: hidden;
  background: #f3ecdf;
}

.ingredient-info-visual img {
  width: 86%;
  height: 86%;
  object-fit: contain;
  filter: none;
  transition: transform 0.35s ease;
}

.ingredient-info-card:hover .ingredient-info-visual img {
  transform: scale(1.035);
}

.lower-showcase .related-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.lower-showcase .related-card {
  min-height: 315px;
  padding: 14px 12px 15px;
}

.lower-showcase .related-product-image {
  height: 205px;
}

@media (max-width: 1240px) {
  .product-stage.scene-one {
    min-height: 580px;
  }
}

@media (max-width: 720px) {
  .lower-showcase .related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .product-stage.scene-one {
    min-height: 430px;
    background-position: center;
  }

  .wereke-tag-photo {
    width: 36px;
    height: 36px;
    flex-basis: 36px;
  }

  .ingredient-tags {
    flex-wrap: wrap;
    gap: 10px;
  }

  .ingredient-info-visual {
    height: 220px;
  }
}

@media (max-width: 390px) {
  .product-stage.scene-one {
    min-height: 380px;
  }

  .lower-showcase .related-grid {
    grid-template-columns: 1fr;
  }
}
