<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">h1:not(.font-title) {
  font-weight: 600 !important;
}

[data-appearance=full-bleed][data-background-type=video],
div#jarallax-container-0 {
  max-height: calc(100vh - 200px) !important;
  min-height: calc(100vh - 200px) !important;
}

body:not(.cms-page-view) .products_list ol {
  padding: 0 10px !important;
  display: block !important;
}
body:not(.cms-page-view) .products_list ol .product-card {
  width: 100% !important;
  margin-bottom: 20px !important;
}
@media screen and (min-width: 640px) {
  body:not(.cms-page-view) .products_list ol {
    display: flex !important;
    flex-wrap: wrap !important;
    -moz-column-gap: 90px !important;
         column-gap: 90px !important;
    padding-left: 50px !important;
    padding-right: 0px !important;
  }
}
@media screen and (min-width: 640px) {
  body:not(.cms-page-view) .products_list ol .product-card {
    width: calc(33% - 60px) !important;
    margin-bottom: 10px !important;
  }
  body:not(.cms-page-view) .products_list ol .product-card:nth-child(9n+6) {
    width: calc(40% - 60px) !important;
  }
  body:not(.cms-page-view) .products_list ol .product-card:nth-child(9n+4),
body:not(.cms-page-view) .products_list ol .product-card:nth-child(9n+5) {
    width: calc(30% - 60px) !important;
  }
}
</pre></body></html>