/** Shopify CDN: Minification failed

Line 54:1 Expected "}" to go with "{"

**/
@media screen and (min-width: 990px) {
  ul#product-grid.grid--3-col-desktop {
    gap: 20px;
  }
  @media screen and (min-width: 990px) {
  ul#product-grid.grid--3-col-desktop > li.grid__item {
    flex: 0 0 calc(33.33% - 14px) !important;
    width: calc(33.33% - 14px) !important;
    max-width: calc(33.33% - 14px) !important;
    box-sizing: border-box !important;
  }
}

@media screen and (max-width: 989px) {
  ul#product-grid > li.grid__item {
    flex: 0 0 calc(50% - 10px) !important;
    width: calc(50% - 10px) !important;
    max-width: calc(50% - 10px) !important;
    box-sizing: border-box !important;
  }
}

slider-component {
  overflow: hidden !important;
}

ul#product-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 20px !important;
}

ul#product-grid > li.grid__item {
  width: 100% !important;
  max-width: 100% !important;
  flex: none !important;
}

@media screen and (max-width: 989px) {
  ul#product-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media screen and (max-width: 749px) {
  ul#product-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}