/** Shopify CDN: Minification failed

Line 59:7 Unexpected "("

**/
/* Collections page CSS */
#product-grid li {
    border: solid 1px #000000b3;
    border-radius: 8px;
    padding: 10px 12px;
    max-width: 24%;
}

#product-grid {
    gap: 12px;
}

.product-card img {
    background: red;
    border: solid 1px #d8dade;
    border-radius: 18px;
}

.page.current {
    background: radial-gradient(circle, rgba(255, 255, 255, 1) 30%, rgba(80, 186, 185, 1) 50%, rgba(140, 54, 116, 1) 100%);
    color: #000;
    font-weight: 900;
}

.thb-item-count {
    color: #fff !important;
}

#ProductGridContainer {
    padding: 10px 20px;
}

@media (max-width: 1024px) {
  .thb-mobile-menu-footer .custom-select span, .thb-mobile-menu-footer .custom-select span path {
      color: #fff;
      stroke: #fff;
  }
}

@media (max-width: 1067px) and (min-width: 768px) {
  #product-grid li {
      flex: 0 0 32% !important;
      max-width: 100%;
  }
}

@media (max-width: 767px) {
  #product-grid li {
      max-width: 100%;
      flex: 0 0 48%;
  }
}

#media (max-width: 1067px) {
  #product-grid {
      display: flex;
      justify-content: center;
  }
}
/* End */