<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.recently-viewed-products {
  display: block;
}

@media screen and (min-width: 750px) and (max-width: 989px) {
  .recently-viewed-products .product-grid:not(.slider) .grid__item:nth-child(4) {
    display: none;
  }
}

@media screen and (min-width: 750px) {
  .recently-viewed-products .product-grid.grid--3-col-tablet &gt; .grid__item {
    max-width: 33.33%;
  }
}

@media screen and (min-width: 990px) {
  .recently-viewed-products .product-grid.grid--4-col-desktop &gt; .grid__item {
    max-width: 25%;
  }
}
</pre></body></html>