.wp-block-acf-product-cards .product-cards__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  padding-top: 44px;
}
@media (max-width: 900px) {
  .wp-block-acf-product-cards .product-cards__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .wp-block-acf-product-cards .product-cards__grid {
    grid-template-columns: 1fr;
  }
}
.wp-block-acf-product-cards .product-cards__grid--highlight-first .product-card--featured {
  grid-column: 1/-1;
}
.wp-block-acf-product-cards .product-cards__grid--highlight-first .product-card--featured .product-card__body {
  position: relative;
  background-size: cover;
  align-items: flex-start;
  overflow: hidden;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}
.wp-block-acf-product-cards .product-cards__grid--highlight-first .product-card--featured .product-card__body::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--wp--preset--gradient--primary-fade-right);
  pointer-events: none;
  opacity: 0.3;
}
.wp-block-acf-product-cards .product-cards__grid--highlight-first .product-card--featured .product-card__body > * {
  position: relative;
  z-index: 1;
}
.wp-block-acf-product-cards .product-cards__grid--highlight-first .product-card--featured .product-card__body {
  color: #fff;
}
.wp-block-acf-product-cards .product-cards__grid--highlight-first .product-card--featured .product-card__body .product-card__price-prefix,
.wp-block-acf-product-cards .product-cards__grid--highlight-first .product-card--featured .product-card__body .product-card__price-value {
  color: #fff;
}
.wp-block-acf-product-cards .product-cards__grid--highlight-first .product-card--featured .product-card__body .product-card__features li {
  color: #fff;
}
.wp-block-acf-product-cards .product-cards__grid--highlight-first .product-card--featured .product-card__body .product-card__learn-more {
  color: #fff;
}
.wp-block-acf-product-cards .product-cards__grid--highlight-first .product-card--featured .product-card__body .product-card__learn-more:hover {
  color: rgba(255, 255, 255, 0.75);
}
.wp-block-acf-product-cards .product-card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: var(--wp--preset--color--light);
  border-radius: 12px;
  box-shadow: 0 0px 8px rgba(0, 0, 0, 0.3);
  margin-top: 44px;
}
.wp-block-acf-product-cards .product-card__icon {
  position: absolute;
  top: -44px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 0px 8px rgba(0, 0, 0, 0.3);
}
.wp-block-acf-product-cards .product-card__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.wp-block-acf-product-cards .product-card__header {
  background-color: var(--wp--preset--color--primary);
  border-radius: 12px 12px 0 0;
  padding: 45px 20px 12px;
  text-align: center;
}
.wp-block-acf-product-cards .product-card__header h3 {
  color: var(--wp--preset--color--light);
  font-size: var(--wp--preset--font-size--medium);
  font-weight: 500;
  margin: 0;
  line-height: 1.3;
  height: 2.6em;
  font-family: var(--wp--preset--font-family--font-stack-header);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.wp-block-acf-product-cards .product-card__body {
  padding: 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.wp-block-acf-product-cards .product-card__price {
  text-align: center;
  margin-bottom: 20px;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 6px;
}
.wp-block-acf-product-cards .product-card__price .product-card__price-prefix {
  color: var(--wp--preset--color--primary);
}
.wp-block-acf-product-cards .product-card__price .product-card__price-value {
  font-size: var(--wp--preset--font-size--medium);
  font-weight: 500;
  color: var(--wp--preset--color--steel-grey);
  font-family: var(--wp--preset--font-family--font-stack-header);
}
.wp-block-acf-product-cards .product-card__features {
  flex: 1;
  list-style: none;
  padding: 0;
}
.wp-block-acf-product-cards .product-card__features li {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 6px 0;
}
.wp-block-acf-product-cards .product-card__features li::before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 1.5em;
  height: 1.5em;
  background-color: currentColor;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Cpath d='M173.66,98.34a8,8,0,0,1,0,11.32l-56,56a8,8,0,0,1-11.32,0l-24-24a8,8,0,0,1,11.32-11.32L112,148.69l50.34-50.35A8,8,0,0,1,173.66,98.34ZM232,128A104,104,0,1,1,128,24,104.11,104.11,0,0,1,232,128Zm-16,0a88,88,0,1,0-88,88A88.1,88.1,0,0,0,216,128Z'%3E%3C/path%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Cpath d='M173.66,98.34a8,8,0,0,1,0,11.32l-56,56a8,8,0,0,1-11.32,0l-24-24a8,8,0,0,1,11.32-11.32L112,148.69l50.34-50.35A8,8,0,0,1,173.66,98.34ZM232,128A104,104,0,1,1,128,24,104.11,104.11,0,0,1,232,128Zm-16,0a88,88,0,1,0-88,88A88.1,88.1,0,0,0,216,128Z'%3E%3C/path%3E%3C/svg%3E");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}
.wp-block-acf-product-cards .product-card__features li {
  font-size: var(--wp--preset--font-size--small);
  color: var(--wp--preset--color--primary);
}
.wp-block-acf-product-cards .product-card__learn-more {
  display: block;
  text-align: center;
  color: var(--wp--preset--color--primary);
  text-decoration: underline;
  font-size: var(--wp--preset--font-size--small);
  margin-top: auto;
  margin-bottom: 16px;
}
.wp-block-acf-product-cards .product-card__learn-more:hover {
  color: var(--wp--preset--color--secondary);
}
.wp-block-acf-product-cards .product-card__button {
  margin-top: auto;
  display: block;
  text-align: center;
  background-color: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--light);
  padding: 9px 20px;
  border-radius: 8px;
  text-decoration: none !important;
  font-weight: 600;
  font-size: var(--wp--preset--font-size--normal-up);
  transition: opacity 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  outline: none;
  border-width: 2px;
  border-style: solid;
  border-color: var(--wp--preset--color--secondary);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-transform: capitalize;
}
.wp-block-acf-product-cards .product-card__button svg.icon {
  font-size: 1.66em;
}
.wp-block-acf-product-cards .product-card__button:hover {
  opacity: 0.88;
}