#home-content .colectionTop:nth-child(2) h2 {
  display: block !important;
}

.product-price {
  min-height: 53px;
  max-height: 53px;
  height: 100%;
  display: grid;
  grid-template-rows: 17px 20px 16px;
  grid-template-areas:
    "oldPrice"
    "bestPrice"
    "installmentsPrice";
}

.old-price {
  grid-area: oldPrice;
}

.best-price {
  grid-area: bestPrice;
}

.installments-price {
  grid-area: installmentsPrice;
}

@media (min-width: 1024px) {
  .product-list .owl-nav div {
    top: 310px !important;
  }
}

@media (max-width: 768px) {
  .bloque.colectionTop:nth-child(2) {
    display: block !important;
  }
}

.bloque.colectionTop:nth-child(2) .product-list ul.owl-carousel .owl-nav {
  display: block !important;
}
