.product-oven-yml__title {
  margin: 0;
  font-weight: 700;
  font-size: clamp(24px, calc(36 * var(--relative-px)), 36px);
  line-height: 1.4;
  color: var(--color-foreground-heading, #2e3c47);
}

.product-oven-yml__item {
  min-width: 0;
}

.product-oven-yml__item product-card,
.product-oven-yml__item .product-card {
  width: 100%;
}

@media screen and (max-width: 678px) {
  .product-oven-yml__title {
    font-size: clamp(22px, calc(24 * var(--relative-px)), 28px);
  }
}
