.featured-product-section .view-full-details__link {
  color: rgb(var(--color-foreground-secondary)) !important;
}
@media screen and (min-width: 576px) {
  .featured-product-section .product__info-container--col:last-child {
    max-width: 338px !important;
  }
}
@media (min-width: 990px) {
  .featured-product-section .product .product__info-container {
    gap: 3.6rem 14rem !important;
  }
}
@media (min-width: 990px) {
  .featured-product-section .product__main {
    max-width: 45rem;
  }
}
.featured-product-section .product__media-toggle {
  display: none;
}