.product-grid {
  margin-bottom: 3.5rem;
}

.product-grid-heading {
  font-family: "archivo-semi-expanded", sans-serif;
  font-size: 1.75rem;
  font-weight: 800;
  color: #000;
}

.product-grid-filters {
  margin-bottom: 0.5rem;
}

.product-grid-filter-btn {
  padding: 0.375rem 1rem;
  border: 1px solid #ddd;
  border-radius: 1.25rem;
  background-color: #fff;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #666;
  cursor: pointer;
  transition: all 0.2s ease;
}

.product-grid-filter-btn:hover {
  border-color: #72C92C;
  color: #72C92C;
}

.product-grid-filter-btn.active {
  background-color: #72C92C;
  border-color: #72C92C;
  color: #fff;
}

.product-grid-col {
  transition: opacity 0.2s ease;
}

.product-card {
  background-color: #fff;
  border-radius: 0.625rem;
  text-decoration: none;
  color: inherit;
}

.product-card:hover .product-card-arrow-wedge {
  d: path("M15.4007 22.6308L-10.42905 67.977C-12.20763 71.0995 -15.5248 73.0275 -19.118271 73.0275H-20V0H83V6.57022C83 12.0931 78.5228 16.5702 73 16.5702H25.8277C21.5156 16.5702 17.535 18.8839 15.4007 22.6308Z");
}

.product-card:hover .product-card-arrow-btn {
  d: path("M22.8852 30.0194L3.2104 64.0227C0.8959 68.0227 3.7824 73.0276 8.4037 73.0276H72C77.5228 73.0276 82 68.5504 82 63.0276V35.0276C82 29.5047 77.5228 25.0276 72 25.0276H31.5407C27.9714 25.0276 24.6728 26.93 22.8852 30.0194Z");
}

.product-card-image {
  padding: 1.25rem 1.25rem 0.5625rem;
}

.product-card-image img {
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 0.4375rem;
}

@media only screen and (max-width: 575px) {
  .product-grid .row {
    --bs-gutter-x: 0.75rem;
  }
}
.product-card-title h3 {
  font-family: "pill-gothic-300mg", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1;
  text-transform: uppercase;
  color: #000;
}

.product-card-bullets {
  font-family: "inter-18pt", sans-serif;
  font-size: 0.875rem;
  line-height: 1.4;
  letter-spacing: -0.025rem;
}

.product-card-bullets ul {
  list-style: disc;
  padding-left: 1.5rem;
  margin: 0;
}

.product-card-bullets li {
  margin-bottom: 0.125rem;
}

.product-card-bullets p {
  margin: 0 0 0.25rem;
}

.product-card-bullets p:last-child {
  margin-bottom: 0;
}

.product-card-arrow {
  width: 5.1875rem;
}

.product-card-arrow svg {
  display: block;
  width: 6.4375rem;
  height: auto;
  margin-left: -1.25rem;
  overflow: visible;
}

.product-card-arrow .product-card-arrow-bg {
  fill: #F4F4F5;
}

.product-card-arrow .product-card-arrow-wedge,
.product-card-arrow .product-card-arrow-btn {
  transition: d 0.6s ease-in-out;
}

/*# sourceMappingURL=style.css.map*/