.bg-cream {
  background: #fcf8ee;
  color: #000;
}
.bg-cream .button.btn-white {
  background: #000;
  color: #fff;
}
.bg-cream .button.btn-white::after {
  content: url(/wp-content/themes/twoten-blocks/assets/icons/button-arrow-white.svg);
}

.bg-mint {
  background: rgba(216, 235, 235, 0.4);
  color: #000;
}

.bg-green,
.bg-dark {
  background: rgb(14, 39, 40);
  color: #fff;
}

.bg-blue {
  background: #181e28;
  color: #fff;
}

.bg-brown {
  background: #eae2cf;
  color: #000;
}

.bg-pink {
  background: #ffe1d7;
  color: #000;
}

.bg-white {
  background: #fff;
  color: #000;
}

.bg-green .button,
.bg-dark .button,
.bg-brown .button,
.bg-light-text .button {
  border: 1px solid #fff;
}
.bg-green .button::after,
.bg-dark .button::after,
.bg-brown .button::after,
.bg-light-text .button::after {
  content: url(/wp-content/themes/twoten-blocks/assets/icons/button-arrow.svg) !important;
}
.bg-green .button.btn-black,
.bg-dark .button.btn-black,
.bg-brown .button.btn-black,
.bg-light-text .button.btn-black {
  background: #fff !important;
  color: #000 !important;
}
.bg-green .button.btn-black::after,
.bg-dark .button.btn-black::after,
.bg-brown .button.btn-black::after,
.bg-light-text .button.btn-black::after {
  content: url("/wp-content/themes/twoten-blocks/assets/icons/button-arrow-white.svg") !important;
}

.bg-light-text {
  color: #fff !important;
}
.bg-light-text .button {
  color: #fff !important;
}

.wp-block-acf-product-highlight h2 {
  margin: 0;
}
@media (max-width: 620px) {
  .wp-block-acf-product-highlight h2 {
    padding-bottom: 8px;
  }
}
.wp-block-acf-product-highlight .product-highlight-card {
  border-radius: 15px;
  padding: 100px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .wp-block-acf-product-highlight .product-highlight-card {
    padding: 40px;
  }
}
@media (max-width: 620px) {
  .wp-block-acf-product-highlight .product-highlight-card {
    padding: 15px;
  }
}
.wp-block-acf-product-highlight .product-highlight-card .background-image {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
}
.wp-block-acf-product-highlight .product-highlight-card .background-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  transition: background-color 0.3s ease;
}
.wp-block-acf-product-highlight .product-highlight-card.bg-cream .background-overlay {
  background-color: rgba(234, 226, 207, 0.7);
}
.wp-block-acf-product-highlight .product-highlight-card.bg-green .background-overlay {
  background-color: rgba(14, 39, 40, 0.8);
}
.wp-block-acf-product-highlight .product-highlight-card > *:not(.background-image):not(.background-overlay) {
  position: relative;
  z-index: 2;
}
.wp-block-acf-product-highlight .product-highlight-card.make-text-white {
  color: #fff;
}
.wp-block-acf-product-highlight .product-highlight-card.make-text-white .products .product-title.active {
  color: #fff;
}
.wp-block-acf-product-highlight .product-highlight-card.make-text-white .products .product-title.active svg line {
  stroke: #fff;
  opacity: 1;
}
.wp-block-acf-product-highlight .product-highlight-card .product-highlight-card-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 60px;
       column-gap: 60px;
  min-height: 680px;
}
@media (max-width: 768px) {
  .wp-block-acf-product-highlight .product-highlight-card .product-highlight-card-container {
    display: flex;
    flex-direction: column-reverse;
    -moz-column-gap: 0;
         column-gap: 0;
  }
}
.wp-block-acf-product-highlight .product-highlight-card .product-highlight-card-container .left {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 60px;
}
@media (max-width: 620px) {
  .wp-block-acf-product-highlight .product-highlight-card .product-highlight-card-container .left {
    gap: 30px;
  }
}
.wp-block-acf-product-highlight .product-highlight-card .product-highlight-card-container .right,
.wp-block-acf-product-highlight .product-highlight-card .product-highlight-card-container .product-image {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 620px) {
  .wp-block-acf-product-highlight .product-highlight-card .product-highlight-card-container .right,
  .wp-block-acf-product-highlight .product-highlight-card .product-highlight-card-container .product-image {
    margin-bottom: 10px;
  }
}
.wp-block-acf-product-highlight .product-highlight-card .product-highlight-card-container h4 {
  margin: 0 0 60px 0;
  max-width: 500px;
}
@media (max-width: 620px) {
  .wp-block-acf-product-highlight .product-highlight-card .product-highlight-card-container h4 {
    margin: 0 0 30px 0;
  }
}
.wp-block-acf-product-highlight .products .product-title {
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  margin-bottom: 10px;
  opacity: 0.5;
  display: flex;
}
@media (max-width: 620px) {
  .wp-block-acf-product-highlight .products .product-title {
    font-size: 16px;
  }
}
.wp-block-acf-product-highlight .products .product-title:last-child {
  margin-bottom: 0;
}
.wp-block-acf-product-highlight .products .product-title svg {
  margin-right: 15px;
}
.wp-block-acf-product-highlight .products .product-title.active {
  opacity: 1;
  color: #a3ff6d;
}
.wp-block-acf-product-highlight .products .product-title.active svg line {
  stroke: #a3ff6d;
  opacity: 1;
}
.wp-block-acf-product-highlight .products-content > .product-title,
.wp-block-acf-product-highlight .product-image > img {
  display: none;
}
.wp-block-acf-product-highlight .products-content > .product-title.active,
.wp-block-acf-product-highlight .product-image > img.active {
  display: block;
}
@media (min-width: 768.1px) {
  .wp-block-acf-product-highlight .product-highlight-mobile-only {
    display: none;
  }
}
@media (max-width: 768px) {
  .wp-block-acf-product-highlight .product-highlight-desktop-only {
    display: none;
  }
}
.wp-block-acf-product-highlight .bg-cream .products .product-title.active {
  color: black;
}
.wp-block-acf-product-highlight .bg-cream .products .product-title.active svg line {
  stroke: #000;
}/*# sourceMappingURL=product-highlight.css.map */