.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-black {
  background: #000;
  color: #fff;
}

.bg-blue-grey {
  background: #202124 !important;
  color: #fff;
}

.bg-grey {
  background: #f2f2f2;
  color: #000;
}

.bg-light-grey {
  background: #f8f8f8;
  color: #000;
}

.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-off-white {
  background: #f8f8f8;
  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;
}

#page.bg-black header .header-container {
  background: rgba(255, 255, 255, 0.75);
}

.wp-block-acf-product-highlight {
  background-color: #f2f2f2;
}
.wp-block-acf-product-highlight img {
  border-radius: 5px;
  height: 600px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
}
.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 {
  position: relative;
}
.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: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .wp-block-acf-product-highlight .product-highlight-card .product-highlight-card-container {
    display: flex;
    flex-direction: column-reverse;
    gap: 40px;
  }
}
.wp-block-acf-product-highlight .product-highlight-card .product-highlight-card-container .left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 0 0 30%;
}
@media (max-width: 820px) {
  .wp-block-acf-product-highlight .product-highlight-card .product-highlight-card-container .left {
    flex: 0 0 50%;
  }
}
@media (max-width: 767px) {
  .wp-block-acf-product-highlight .product-highlight-card .product-highlight-card-container .left {
    flex: 0 0 100%;
  }
}
.wp-block-acf-product-highlight .product-highlight-card .product-highlight-card-container .right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  flex: 0 0 70%;
  padding-left: 120px;
}
@media (max-width: 820px) {
  .wp-block-acf-product-highlight .product-highlight-card .product-highlight-card-container .right {
    flex: 0 0 46%;
    padding-left: 0;
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .wp-block-acf-product-highlight .product-highlight-card .product-highlight-card-container .right {
    flex: 0 0 100%;
    padding-left: 0;
  }
}
.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: 1;
  display: flex;
  border-radius: 20px;
  padding: 0 20px;
  height: 54px;
  background-color: #fff;
  align-items: center;
}
.wp-block-acf-product-highlight .products .product-title div {
  opacity: 0.6;
}
@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, .wp-block-acf-product-highlight .products .product-title.active div {
  opacity: 1;
}
.wp-block-acf-product-highlight .products .product-title.active svg circle, .wp-block-acf-product-highlight .products .product-title.active div svg circle {
  fill: #b4a0ff;
  stroke: #b4a0ff;
  opacity: 1;
}
.wp-block-acf-product-highlight .products-content > .product-title {
  display: none;
  transition: 0.3s;
}
.wp-block-acf-product-highlight .products-content > .product-title.active {
  display: block;
}
.wp-block-acf-product-highlight .product-image {
  position: relative;
  height: 600px;
}
@media (max-width: 767px) {
  .wp-block-acf-product-highlight .product-image {
    height: 400px;
    margin-top: 40px;
  }
}
@media (max-width: 620px) {
  .wp-block-acf-product-highlight .product-image {
    height: 300px;
  }
}
.wp-block-acf-product-highlight .product-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
  pointer-events: none;
}
.wp-block-acf-product-highlight .product-image img.active {
  opacity: 1;
  z-index: 1;
  pointer-events: auto;
}
.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;
}
.wp-block-acf-product-highlight .outer-container.bg-white .products .product-title {
  background-color: #f2f2f2;
}/*# sourceMappingURL=product-highlight.css.map */