.product-cards {
  padding: 1.25rem 0;
}
@media (min-width: 768px) {
  .product-cards {
    padding: 3.75rem 1.875rem;
  }
}
.product-cards .block__wrapper {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  border-radius: 0.75rem;
}
@media (min-width: 768px) {
  .product-cards .block__wrapper {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
}
.product-cards .block__wrapper.gradient-bg {
  background: linear-gradient(108.07deg, rgba(255, 232, 199, 0.4) 6.35%, rgba(181, 179, 255, 0.26) 58.87%, rgba(196, 238, 255, 0.4) 86.92%);
}
.product-cards .block__header, .product-cards .block__title, .product-cards .block__content {
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
}
.product-cards .block__title {
  margin-top: 0;
  margin-bottom: 2.5rem;
  text-align: center;
}
@media (min-width: 1024px) {
  .product-cards .block__title {
    text-align: left;
  }
}
.product-cards .block__content {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1.25rem;
}
@media (min-width: 640px) {
  .product-cards .block__content {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .product-cards .block__content {
    grid-template-columns: repeat(4, 1fr);
  }
}
.product-cards__item, .related-products .block__content .products li {
  background-color: white;
  border-radius: 0.75rem;
  box-shadow: 0px 4px 44px rgba(0, 0, 0, 0.01);
  padding: 1.5rem 1.875rem 4.0625rem;
  position: relative;
  text-decoration: none;
  width: 100%;
  max-width: 18.5rem;
  margin: auto;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .product-cards__item, .related-products .block__content .products li {
    max-width: none;
  }
}
.product-cards__item-img {
  height: 13.125rem;
  padding-bottom: 1.25rem;
  display: flex;
  align-items: center;
}
.product-cards__item img, .related-products .block__content .products li img {
  display: block;
  width: auto;
  max-height: 13.125rem;
  align-self: center;
  justify-self: center;
}
.product-cards__item-cat {
  color: #3375BC;
  font-family: "Gotham Bold", sans-serif;
  font-size: 0.875rem;
  line-height: 1.3;
  margin-bottom: 1rem;
}
.product-cards__item-title, .related-products .block__content .products li .woocommerce-loop-product__title {
  font-size: 1rem;
  font-family: "Gotham Bold", sans-serif;
  color: #000000;
  line-height: 1.3;
  margin-bottom: 1.875rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.product-cards__item-cta, .related-products .block__content .products li .button.product_type_simple {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4.0625rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 1rem;
  font-family: "Gotham Bold", sans-serif;
  color: #2E008B;
  text-transform: uppercase;
  transition: all 300ms cubic-bezier(0.62, 0.01, 0.37, 0.99);
  transition-property: background-color, color;
  background-color: white;
}
.product-cards__item:hover .product-cards__item-cta, .product-cards__item:hover .related-products .block__content .products li .button.product_type_simple, .related-products .block__content .products li .product-cards__item:hover .button.product_type_simple, .related-products .block__content .products li:hover .product-cards__item-cta, .related-products .block__content .products li:hover .button.product_type_simple, .product-cards__item:focus .product-cards__item-cta, .product-cards__item:focus .related-products .block__content .products li .button.product_type_simple, .related-products .block__content .products li .product-cards__item:focus .button.product_type_simple, .related-products .block__content .products li:focus .product-cards__item-cta, .related-products .block__content .products li:focus .button.product_type_simple {
  background-color: #2E008B;
  color: white;
}
.product-cards .view-all {
  text-align: center;
  margin: 2.5rem 0 0;
}

.related-products {
  background: linear-gradient(108.07deg, rgba(255, 232, 199, 0.4) 6.35%, rgba(181, 179, 255, 0.26) 58.87%, rgba(196, 238, 255, 0.4) 86.92%);
}
.related-products .block__content .products {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1.25rem;
}
@media (min-width: 640px) {
  .related-products .block__content .products {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .related-products .block__content .products {
    grid-template-columns: repeat(4, 1fr);
  }
}
.related-products .block__content .products .woocommerce-loop-product__link {
  text-decoration: none;
}
.related-products .block__content .products li a:first-child {
  display: grid;
  grid-template-rows: 210px auto auto;
  gap: 1.875rem;
}
.related-products .block__content .products li a:first-child img {
  align-self: center;
  justify-content: center;
}
.related-products .block__content .products li .product_category_title {
  display: block;
  margin-top: 1.25rem;
}
.related-products .block__content .products li .woocommerce-loop-product__title {
  margin-top: -1.25rem;
  margin-bottom: 1.25rem;
}
.related-products .block__content .products li .button.product_type_simple {
  border-right: none;
  border-left: none;
  border-bottom: none;
}
/*# sourceMappingURL=product-cards.css.map */
