.nav-image img {
  width: 100%;
  max-width: 440px;
}

.product .p .p-bottom .prices {
  display: grid;
}

.product .p .flag.flag-discount {
  background-color: transparent;

  width: 100%;
  min-width: max-content;

  display: flex;
  flex-direction: row-reverse;
  gap: 1rem;

  padding: 0 !important;
  margin: 0 !important;
  margin-bottom: 1rem !important;
}

.product .p .flag.flag-discount .price-standard span {
  font-family: RodrigoTypo !important;
  font-size: 16px;
  color: #b2b2b2;
  text-transform: none;
}

.product .p .flag.flag-discount .price-save {
  font-family: RodrigoTypo !important;
  font-size: 16px;
  color: #7fb86e;
  text-transform: none;
}

.box-bg-variant .categories a {
  color: #000000;
}

@media only screen and (max-width: 768px) {
  #footer h4,
  #footer .custom-footer ul li {
    text-align: center;
  }

  #footer .banner,
  #footer .banner-wrapper,
  #footer .banner-category,
  #footer .carousel-inner,
  #footer .instagram-widget {
    width: max-content;
    margin: 0 auto;
  }
}
