/* --- Merged from main.css --- */
@import url("https://fonts.googleapis.com/css2?family=Fredoka+One&family=Londrina+Solid:wght@400;900&family=Nunito:ital,wght@0,300;0,400;0,600;0,700;0,800;0,900;1,400;1,700&display=swap");

body,
html {
  margin: 0;
  padding: 0;
  font-family: "Nunito", sans-serif;
  color: #1c2b1e;
  font-size: 16px;
  background-color: #ffe9cc;
  overflow-x: hidden;
}

.container {
  max-width: 1440px;
  padding-left: 30px;
  padding-right: 30px;
}

section h1,
section h2,
section h3,
section h4,
section h5,
section h6 {
  font-weight: 700;
}

section h2 {
  font-size: 40px;
  line-height: 120%;
}

section h5 {
  font-size: 20px;
  line-height: 127%;
}

section p {
  font-size: 15px;
  line-height: 150%;
}

section a {
  color: #2ec2ff;
}

.btn-primary {
  background-color: #b39630;
  color: white;
  border-radius: 8px;
  padding: 10px 20px;
  text-decoration: none;
  font-weight: 500;
  border-color: #b39630;
}

.btn-primary:hover {
  background-color: #c8962a;
  border-color: #c8962a;
  color: #1c2b1e;
}

.btn-primary-back {
  position: relative;
  display: inline-block;
  border: unset;
  background-color: transparent;
}

.btn-primary-back[disabled] {
  pointer-events: none;
  opacity: 0.5;
}

.btn-primary-back span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -70%);
  transform: translate(-50%, -70%);
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  color: white;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 100%;
  text-align: center;
}

.btn-primary-back.blue svg path#top {
  fill: #b39630;
}

.btn-primary-back svg path {
  -webkit-transition: fill 0.2s ease-in-out;
  transition: fill 0.2s ease-in-out;
}

.btn-primary-back:hover span {
  color: #1c2b1e;
}

.btn-primary-back:hover svg path#top {
  fill: #c8962a;
}

.btn-circle-back {
  position: relative;
  display: inline-block;
  border: unset;
  background-color: transparent;
}

.btn-circle-back span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  color: #1c2b1e;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 100%;
  text-align: center;
}

.btn-circle-back svg path {
  -webkit-transition: fill 0.2s ease-in-out;
  transition: fill 0.2s ease-in-out;
}

.btn-circle-back.active span,
.btn-circle-back:hover span {
  color: #1c2b1e;
}

.btn-circle-back.active svg path,
.btn-circle-back:hover svg path {
  fill: #c8962a;
}

.noCut:after,
.noCut:before {
  display: none !important;
}

main section:first-of-type {
  -webkit-transition: padding-top 0.3s ease-in-out;
  transition: padding-top 0.3s ease-in-out;
  padding-top: 250px;
}

@media (max-width: 769px) {
  main section:first-of-type {
    padding-top: 180px;
  }
}

main section {
  position: relative;
}

main section.white:before {
  content: "";
  position: absolute;
  top: -68px;
  left: 0;
  width: 100%;
  height: 70px;
  background: url(assets/img/white-subtract.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1924px;
}

@media (min-width: 1924px) {
  main section.white:before {
    background-size: cover;
  }
}

main section.dark {
  background-color: #52812b !important;
  color: white;
}

main section.dark:before {
  content: "";
  position: absolute;
  top: -68px;
  left: 0;
  width: 100%;
  height: 70px;
  background: url(assets/img/black-subtract.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1924px;
}

@media (min-width: 1924px) {
  main section.dark:before {
    background-size: cover;
  }
}

main section.green:before {
  content: "";
  position: absolute;
  top: -68px;
  left: 0;
  width: 100%;
  height: 70px;
  background: url(assets/img/green-subtract.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1924px;
}

@media (min-width: 1924px) {
  main section.green:before {
    background-size: cover;
  }
}

main section.brown {
  background-color: #1a6b2d;
}

main section.brown:before {
  z-index: 9;
  content: "";
  position: absolute;
  top: -68px;
  left: 0;
  width: 100%;
  height: 70px;
  background: url(assets/img/dbrown-subtract.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1924px;
}

@media (min-width: 1924px) {
  main section.brown:before {
    background-size: cover;
  }
}

@media (max-width: 768px) {
  main section.brown:before {
    top: -68px;
  }
}

main section.cream {
  color: #1c2b1e;
}

main section.cream .section-title {
  color: #1c2b1e;
}

main section.cream .section-description {
  color: #1c2b1e;
}

main section.cream:before {
  content: "";
  position: absolute;
  top: -68px;
  left: 0;
  width: 100%;
  height: 70px;
  background: url(assets/img/cream-subtract.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1924px;
}

@media (min-width: 1924px) {
  main section.cream:before {
    background-size: cover;
  }
}

body.notice main section:first-of-type {
  padding-top: 50px;
}

@media (max-width: 769px) {
  body.notice main section:first-of-type {
    padding-top: 180px;
  }
}

@media (max-width: 520px) {
  body.notice main section:first-of-type {
    padding-top: 300px;
  }
}

.notice header {
  padding-top: 0px;
}

header {
  position: relative;
  background-color: rgb(29, 88, 42);
  padding-bottom: 0px;
  background-position: bottom center;
  background-repeat: no-repeat;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

@media (max-width: 520px) {
  header {
    padding-top: 0;
  }
}

header:after {
  content: "";
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 100%;
  height: 50px;
  z-index: -1;
  background: url(assets/img/dark-green-addition.svg) no-repeat center;
  background-size: 1924px;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out !important;
  transition: opacity 0.3s ease-in-out !important;
}

@media (min-width: 1924px) {
  header:after {
    background-size: cover;
  }
}

header .notice-bar {
  background-color: #1a6b2d;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  display: none;
}

@media (max-width: 520px) {
  header .notice-bar {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

header .notice-bar .notice_title {
  font-family: "Nunito";
  font-weight: 700;
  font-style: Bold;
  font-size: 26px;
  line-height: 28px;
  letter-spacing: 0%;
  margin-bottom: 10px;
}

@media (max-width: 520px) {
  header .notice-bar .notice_title {
    font-size: 18px;
    line-height: 22px;
  }
}

header .notice-bar .notice_title span {
  margin-left: -40px;
  margin-right: 10px;
}

@media (max-width: 769px) {
  header .notice-bar .notice_title span {
    margin-left: 0;
  }
}

header .notice-bar .notice_text {
  margin-bottom: 0;
}

@media (max-width: 769px) {
  header .notice-bar .notice_text {
    font-size: 14px;
  }
}

header .notice-bar .close_notice_bar {
  margin-right: 10px;
}

header .navbar-brand img {
  height: 0;
  width: auto;
  -webkit-transition:
    height 0.3s ease-in-out,
    opacity 0.3s ease-in-out;
  transition:
    height 0.3s ease-in-out,
    opacity 0.3s ease-in-out;
  opacity: 0;
  margin-bottom: -50px;
  margin-top: -20px;
}

header.scrolled {
  padding-top: 20px;
  background-color: rgb(29, 88, 42);
}

@media (max-width: 520px) {
  header.scrolled {
    padding-top: 0;
  }
}

header.scrolled:after {
  opacity: 1;
  bottom: -50px;
}

header.scrolled .navbar-brand img {
  height: 150px;
  opacity: 1;
  margin-bottom: -50px;
  margin-top: -20px;
}

header nav {
  padding-top: 20px !important;
}

@media (max-width: 520px) {
  header nav {
    padding-bottom: 0 !important;
  }
}

header nav .navbar-toggler {
  padding: 0;
}

header nav .navbar-toggler:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

header nav .navbar-toggler span {
  font-size: 20px;
}

header nav ul#menu-main-menu>li.menu-item {
  margin-left: 5px;
  margin-right: 5px;
  padding-bottom: 0px;
  padding-top: 0px;
}

@media (max-width: 768px) {
  header nav ul#menu-main-menu>li.menu-item {
    margin-bottom: 5px;
  }
}

header nav ul#menu-main-menu>li.menu-item a.nav-link {
  padding: 8px 20px;
  border-radius: 100px;
  color: #fff;
}

header nav ul#menu-main-menu>li.menu-item a.nav-link.active {
  background-color: #c8962a;
  color: #1c2b1e;
  font-weight: 700;
  -webkit-box-shadow: 0px 5px 0px rgba(12, 12, 12, 0.168627451);
  box-shadow: 0px 5px 0px rgba(12, 12, 12, 0.168627451);
}

header nav ul#menu-main-menu>li.menu-item a.nav-link:hover {
  background-color: #1c2b1e;
  color: #fff;
  font-weight: 700;
  -webkit-box-shadow: 0px 5px 0px rgba(12, 12, 12, 0.168627451);
  box-shadow: 0px 5px 0px rgba(12, 12, 12, 0.168627451);
}

header nav ul#menu-main-menu>li.menu-item a.nav-link.show {
  background-color: #1c2b1e;
  color: #fff;
  font-weight: 700;
  -webkit-box-shadow: 0px 5px 0px rgba(12, 12, 12, 0.168627451);
  box-shadow: 0px 5px 0px rgba(12, 12, 12, 0.168627451);
}

header nav ul#menu-main-menu>li.menu-item ul.dropdown-menu {
  background-color: #ffe9cc;
  border-radius: 23px;
  width: 250px;
  border: unset;
  -webkit-box-shadow: 5px 5px 0px rgba(12, 12, 12, 0.168627451);
  box-shadow: 5px 5px 0px rgba(12, 12, 12, 0.168627451);
  padding: 10px;
}

@media (max-width: 768px) {
  header nav ul#menu-main-menu>li.menu-item ul.dropdown-menu {
    width: 100%;
  }
}

header nav ul#menu-main-menu>li.menu-item ul.dropdown-menu li.menu-item {
  border-radius: 100px;
}

header nav ul#menu-main-menu>li.menu-item ul.dropdown-menu li.menu-item a.dropdown-item {
  padding: 8px 10px;
  text-align: center;
  border-radius: 100px;
}

@media (max-width: 768px) {
  header nav ul#menu-main-menu>li.menu-item ul.dropdown-menu li.menu-item a.dropdown-item {
    text-align: left;
  }
}

header nav ul#menu-main-menu>li.menu-item ul.dropdown-menu li.menu-item a.dropdown-item.active {
  background-color: #c8962a;
  color: #1c2b1e;
  font-weight: 700;
}

header nav ul#menu-main-menu>li.menu-item ul.dropdown-menu li.menu-item:hover a.dropdown-item {
  background-color: #1c2b1e;
  color: #fff;
  font-weight: 700;
  border-radius: 100px;
}

header nav ul#menu-main-menu-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header nav ul#menu-main-menu-right>li.menu-item {
  margin-left: 5px;
  margin-right: 5px;
  padding-bottom: 0px;
  padding-top: 0px;
}

header nav ul#menu-main-menu-right>li.menu-item:not(.green-button) a.nav-link {
  padding: 8px 8px;
  border-radius: 100px;
  color: #1c2b1e;
  width: 40px;
  text-align: center;
  background-color: #fdf9f0;
}

header nav ul#menu-main-menu-right>li.menu-item:not(.green-button) a.nav-link.active {
  background-color: #c8962a;
  color: #1c2b1e;
  font-weight: 700;
  -webkit-box-shadow: 0px 5px 0px rgba(12, 12, 12, 0.168627451);
  box-shadow: 0px 5px 0px rgba(12, 12, 12, 0.168627451);
}

header nav ul#menu-main-menu-right>li.menu-item:not(.green-button) a.nav-link:hover {
  background-color: #1c2b1e;
  color: #fff;
  font-weight: 700;
  -webkit-box-shadow: 0px 5px 0px rgba(12, 12, 12, 0.168627451);
  box-shadow: 0px 5px 0px rgba(12, 12, 12, 0.168627451);
}

header nav ul#menu-main-menu-right>li.menu-item:not(.green-button) a.nav-link.show {
  background-color: #1c2b1e;
  color: #fff;
  font-weight: 700;
  -webkit-box-shadow: 0px 5px 0px rgba(12, 12, 12, 0.168627451);
  box-shadow: 0px 5px 0px rgba(12, 12, 12, 0.168627451);
}

@media (max-width: 520px) {
  header nav ul#menu-main-menu-right>li.menu-item.green-button svg {
    width: 180px;
  }
}

header nav ul#menu-main-menu-right>li.menu-item.green-button svg path#top {
  fill: #1a6b2d;
}

header nav ul#menu-main-menu-right>li.menu-item.green-button:hover svg path#top {
  fill: #c8962a;
}

@media (max-width: 520px) {
  header nav ul#menu-main-menu-right>li.menu-item.green-button span {
    font-size: 14px;
  }
}

header .header_cart {
  position: relative;
}

header .header_cart .cart-count {
  position: absolute;
  top: -5px;
  right: -5px;
  background-color: #f18528;
  color: #fff;
  border-radius: 50%;
  padding: 2px 6px;
  font-size: 12px;
  font-weight: 700;
  z-index: 4;
}

.mobileMenu {
  position: fixed;
  bottom: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #ffe9cc;
  padding-top: 100px;
  -webkit-transition: left 0.3s ease-in-out;
  transition: left 0.3s ease-in-out;
}

.mobileMenu.active {
  left: 0;
}

.mobileMenu .mobileLogo {
  text-align: center;
  margin-bottom: 20px;
}

.mobileMenu .mobileLogo img {
  max-width: auto;
  width: auto;
  height: 140px;
}

.mobileMenu ul.navbar-nav>li.menu-item {
  padding-bottom: 0px;
  padding-top: 0px;
  text-align: center;
  display: inline-block;
  width: auto;
  margin: 0px auto 10px !important;
}

@media (max-width: 768px) {
  .mobileMenu ul.navbar-nav>li.menu-item {
    margin-bottom: 5px;
  }
}

.mobileMenu ul.navbar-nav>li.menu-item a.nav-link {
  padding: 8px 20px;
  border-radius: 100px;
  color: #1c2b1e;
  font-weight: bold;
  font-size: 18px;
}

.mobileMenu ul.navbar-nav>li.menu-item a.nav-link.active {
  background-color: #c8962a;
  color: #1c2b1e;
  font-weight: 700;
  -webkit-box-shadow: 0px 5px 0px rgba(12, 12, 12, 0.168627451);
  box-shadow: 0px 5px 0px rgba(12, 12, 12, 0.168627451);
}

.mobileMenu ul.navbar-nav>li.menu-item a.nav-link:hover {
  background-color: #1c2b1e;
  color: #fff;
  font-weight: 700;
  -webkit-box-shadow: 0px 5px 0px rgba(12, 12, 12, 0.168627451);
  box-shadow: 0px 5px 0px rgba(12, 12, 12, 0.168627451);
}

.mobileMenu ul.navbar-nav>li.menu-item a.nav-link.show {
  background-color: #1c2b1e;
  color: #fff;
  font-weight: 700;
  -webkit-box-shadow: 0px 5px 0px rgba(12, 12, 12, 0.168627451);
  box-shadow: 0px 5px 0px rgba(12, 12, 12, 0.168627451);
}

.mobileMenu ul.navbar-nav>li.menu-item ul.dropdown-menu {
  background-color: #ffdaa9;
  border-radius: 23px;
  width: 100%;
  margin-left: -5px;
  border: unset;
  margin-top: 10px !important;
  padding: 10px;
}

@media (max-width: 768px) {
  .mobileMenu ul.navbar-nav>li.menu-item ul.dropdown-menu {
    width: 100%;
  }
}

.mobileMenu ul.navbar-nav>li.menu-item ul.dropdown-menu li.menu-item {
  border-radius: 100px;
}

.mobileMenu ul.navbar-nav>li.menu-item ul.dropdown-menu li.menu-item a.dropdown-item {
  padding: 8px 10px;
  text-align: center;
  border-radius: 100px;
}

.mobileMenu ul.navbar-nav>li.menu-item ul.dropdown-menu li.menu-item a.dropdown-item.active {
  background-color: #c8962a;
  color: #1c2b1e;
  font-weight: 700;
}

.mobileMenu ul.navbar-nav>li.menu-item ul.dropdown-menu li.menu-item:hover a.dropdown-item {
  background-color: #1c2b1e;
  color: #fff;
  font-weight: 700;
  border-radius: 100px;
}

footer {
  background-color: #1c2b1e;
  position: relative;
  padding-top: 70px;
}

footer:before {
  content: "";
  position: absolute;
  top: -68px;
  left: 0;
  width: 100%;
  height: 70px;
  background: url(assets/img/footer-subtract.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1924px;
}

@media (min-width: 1924px) {
  footer:before {
    background-size: cover;
  }
}

footer .footer_widgets {
  padding-top: 100px;
}

footer .footer_widgets .footer-widget .widget-title {
  font-family: Nunito;
  font-weight: 700;
  font-style: Bold;
  font-size: 26px;
  line-height: 100%;
  letter-spacing: 0%;
  color: white;
  margin-bottom: 20px;
}

footer .footer_widgets .footer-widget ul.menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

footer .footer_widgets .footer-widget ul.menu li {
  margin-bottom: 10px;
}

footer .footer_widgets .footer-widget ul.menu li a {
  font-family: Nunito;
  font-weight: 400;
  font-size: 16px;
  line-height: 145%;
  letter-spacing: 0%;
  color: white;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

footer .footer_widgets .footer-widget ul.menu li a:hover {
  color: #c8962a;
  font-weight: 700;
}

footer .footer_copy {
  margin-top: 45px;
  padding-bottom: 25px !important;
  font-family: Nunito;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  line-height: 145%;
  letter-spacing: 0%;
}

footer .footer_copy .copy_text span {
  color: #4e9024;
}

footer .footer_copy .copy_text span a {
  font-weight: 700;
  text-decoration: none;
  color: #c8962a;
}

footer .footer_copy .social_title {
  font-family: Nunito;
  font-weight: 700;
  font-style: Bold;
  font-size: 26px;
  line-height: 100%;
  letter-spacing: 0%;
  color: white;
}

footer .footer_copy .socials li a span i {
  font-size: 22px;
}

.acf_image_text {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (max-width: 520px) {
  .acf_image_text {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.acf_image_text.overlap {
  padding-top: 0px;
  padding-bottom: 0px;
}

.acf_image_text.overlap .acf_image_text_image {
  margin-bottom: -100px;
  z-index: 8;
  position: relative;
}

.acf_image_text .container .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.acf_image_text .container .row .col-12 .acf_image_text_image {
  position: relative;
}

@media (max-width: 768px) {
  .acf_image_text .container .row .col-12 .acf_image_text_image {
    text-align: center;
    margin-bottom: 40px;
  }
}

.acf_image_text .container .row .col-12 .acf_image_text_image .standard-image {
  z-index: 2;
  /* -webkit-mask-image: url("assets/img/image-left-main.png"); */
  /* mask-image: url("assets/img/image-left-main.png"); */
  /* -webkit-mask-repeat: no-repeat; */
  /* mask-repeat: no-repeat; */
  /*-webkit-mask-size: contain; */
  /* mask-size: contain; */
  position: relative;
  aspect-ratio: 1;
  -o-object-fit: cover;
  object-fit: cover;
}

.acf_image_text .container .row .col-12 .acf_image_text_image:not(.special):after {
  content: "";
  display: block;
  background-image: url("assets/img/image-left-shadow.png");
  position: absolute;
  top: -10px;
  left: -35px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.acf_image_text .container .row .col-12 .acf_image_text_image.special {
  position: relative;
}

.acf_image_text .container .row .col-12 .acf_image_text_image.special .special_layer_1 img {
  width: 100%;
  height: auto;
}

.acf_image_text .container .row .col-12 .acf_image_text_image.special .special_layer_1 svg {
  width: 100%;
  height: auto;
}

.acf_image_text .container .row .col-12 .acf_image_text_image.special .special_layer_1 svg path {
  stroke-dasharray: 10;
  -webkit-animation: dash 10s linear infinite;
  animation: dash 10s linear infinite;
}

.acf_image_text .container .row .col-12 .acf_image_text_image.special .special_layer_2 {
  position: absolute;
  top: 0;
  left: 0;
}

.acf_image_text .container .row .col-12 .acf_image_text_image.special .special_layer_2 img {
  width: 100%;
  height: auto;
}

.acf_image_text .container .row .col-12 .acf_image_text_image.special .special_layer_3 {
  position: absolute;
  top: 0;
  left: 0;
}

.acf_image_text .container .row .col-12 .acf_image_text_image.special .special_layer_3 img {
  width: 100%;
  height: auto;
}

.acf_image_text .container .row .col-12 .acf_image_text_image_gallery .custom-slick-gallery-main {
  margin-bottom: 20px;
}

.acf_image_text .container .row .col-12 .acf_image_text_image_gallery .custom-slick-gallery-main img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
  background-color: #fdf9f0;
}

.acf_image_text .container .row .col-12 .acf_image_text_image_gallery .custom-slick-gallery-nav {}

.acf_image_text .container .row .col-12 .acf_image_text_image_gallery .custom-slick-gallery-nav .slick-slide {
  margin: 0 12px;
}

.acf_image_text .container .row .col-12 .acf_image_text_image_gallery .custom-slick-gallery-nav .slick-list {
  margin: 0 -12px;
}

.acf_image_text .container .row .col-12 .acf_image_text_image_gallery .custom-slick-gallery-nav img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
  background-color: #fdf9f0;
}

.acf_image_text .container .row .col-12 .acf_image_text_icons .row {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: start !important;
}

.acf_image_text .container .row .col-12 .acf_image_text_icons .acf_image_text_icon .acf_image_text_icon_inner .acf_image_text_icon_image {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
}

.acf_image_text .container .row .col-12 .acf_image_text_icons .acf_image_text_icon .acf_image_text_icon_inner .acf_image_text_icon_image img {
  /* Removed mask to allow transparent icons to show properly */
  position: relative;
  z-index: 1;
  aspect-ratio: 1;
  -o-object-fit: contain;
  object-fit: contain;
}

.acf_image_text .container .row .col-12 .acf_image_text_icons .acf_image_text_icon .acf_image_text_icon_inner .acf_image_text_icon_image:after {
  /* Removed hardcoded shadow background to allow transparent icons to show properly */
  content: none;
}

.acf_image_text .container .row .col-12 .acf_image_text_icons .acf_image_text_icon .acf_image_text_icon_inner p {
  font-size: 16px;
  line-height: 145%;
}

.acf_image_text .container .row .col-12 .acf_image_text_icons .acf_image_text_icon.icon2 .acf_image_text_icon_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

@media (max-width: 769px) {
  .acf_image_text .container .row .col-12 .acf_image_text_icons .acf_image_text_icon.icon2 .acf_image_text_icon_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.acf_image_text .container .row .col-12 .acf_image_text_icons.icon2 {
  margin-top: 30px;
}

.acf_image_text .container .row .col-12 .acf_image_text_icons.icon2 .acf_image_text_icon_image {
  width: 40%;
}

@media (max-width: 769px) {
  .acf_image_text .container .row .col-12 .acf_image_text_icons.icon2 .acf_image_text_icon_image {
    width: 100%;
  }
}

.acf_image_text .container .row .col-12 .acf_image_text_icons.icon2 .acf_image_text_icon_inner>span {
  width: 100%;
}

@media (max-width: 520px) {
  .acf_image_text .container .row .col-12 .acf_image_text_icons.icon2 .acf_image_text_icon_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@-webkit-keyframes dash {
  to {
    stroke-dashoffset: 1000;
  }
}

@keyframes dash {
  to {
    stroke-dashoffset: 1000;
  }
}

.acf_reviews_row {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (max-width: 520px) {
  .acf_reviews_row {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.acf_reviews_row .reviews_row_header h2 {
  font-size: 40px;
  line-height: 45px;
  font-weight: 700;
}

.acf_reviews_row .reviews_row_header p {
  font-size: 15px;
  line-height: 150%;
}

.reviews_row_cards {
  margin-top: 55px;
}

.reviews_row_cards.review_slider {
  padding-left: 30px;
  padding-right: 0px;
}

.reviews_row_cards.review_slider .slick-slide {
  margin: 0 15px;
}

.reviews_row_cards.review_slider .slick-list {
  margin: 0 -15px;
}

.reviews_row_cards .review_card {
  text-align: left;
  background-color: #fdf9f0;
  border-radius: 16px;
  padding: 50px 30px;
  display: block;
  color: #1c2b1e;
  text-decoration: none;
}

.reviews_row_cards .review_card .review_card_top {
  margin-bottom: 20px;
}

.reviews_row_cards .review_card .review_card_top .review_stars {
  color: #00b67a;
}

.reviews_row_cards .review_card .review_card_top .review_verified {
  color: #6c6c83;
}

.reviews_row_cards .review_card .review_card_body h6 {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.reviews_row_cards .review_card .review_card_body p {
  font-size: 15px;
  line-height: 26px;
}

.reviews_row_cards .review_card .review_card_body p.review_card_author {
  margin-top: 20px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 0;
}

.reviews_row_cards .review_card .review_card_body p.review_card_author b {
  font-weight: 500;
}

.acf_products_row {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (max-width: 520px) {
  .acf_products_row {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.acf_products_row .products_row_header {
  margin-bottom: 50px;
}

.acf_products_row .products_row_header h6 {
  font-family: Nunito;
  font-weight: 700;
  font-size: 40px;
  line-height: 154%;
  letter-spacing: -5%;
  text-align: center;
}

.acf_products_row .products_row_header p {
  font-size: 15px;
  line-height: 150%;
}

.acf_products_row .products_row_footer {
  margin-top: 50px;
}

.acf_home_header_row {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.acf_home_header_row:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 68px;
  z-index: -1;
  background: url(assets/img/cream-subtract.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1924px;
}

@media (min-width: 1924px) {
  .acf_home_header_row:after {
    background-size: cover;
  }
}

.acf_home_header_row.dark:after {
  background: url(assets/img/black-subtract.svg);
}

.acf_home_header_row .container-fluid {
  padding: 0;
}

.acf_home_header_row .container-fluid .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.acf_home_header_row .container-fluid .row .acf_home_header_row_image_left {
  position: relative;
  top: 250px;
  left: -120px;
  width: 800px;
  height: 700px;
}

@media (max-width: 1024px) {
  .acf_home_header_row .container-fluid .row .acf_home_header_row_image_left {
    display: none;
  }
}

.acf_home_header_row .container-fluid .row .acf_home_header_row_image_left img {
  /* z-index: 2; */
  /* -webkit-mask-image: url("assets/img/image-left-main.png"); */
  /* mask-image: url("assets/img/image-left-main.png"); */
  /* -webkit-mask-repeat: no-repeat; */
  /*  mask-repeat: no-repeat; */
  /* -webkit-mask-size: contain; */
  /* mask-size: contain; */
  position: relative;
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
  object-fit: cover;
}

.acf_home_header_row .container-fluid .row .acf_home_header_row_image_left:after {
  content: "";
  display: block;
  background-image: url("assets/img/image-left-shadow.png");
  position: absolute;
  top: 0px;
  left: -25px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.acf_home_header_row .container-fluid .row .acf_home_header_row_text .acf_home_header_row_text_logo {
  margin-bottom: 20px;
}

@media (max-width: 520px) {
  .acf_home_header_row .container-fluid .row .acf_home_header_row_text .acf_home_header_row_text_logo {
    height: 140px;
  }
}

.acf_home_header_row .container-fluid .row .acf_home_header_row_text .funky_pre_title {
  -webkit-transform: rotate(-3.52deg);
  transform: rotate(-3.52deg);
  font-size: 62px;
  line-height: 100%;
  font-weight: 900;
  font-family: "Londrina Solid", sans-serif;
  text-transform: uppercase;
  color: #1c2b1e;
  margin-bottom: -10px;
}

@media (max-width: 1440px) {
  .acf_home_header_row .container-fluid .row .acf_home_header_row_text .funky_pre_title {
    font-size: 44px;
    margin-bottom: 0px;
  }
}

@media (max-width: 520px) {
  .acf_home_header_row .container-fluid .row .acf_home_header_row_text .funky_pre_title {
    font-size: 24px;
    margin-bottom: 0px;
  }
}

.acf_home_header_row .container-fluid .row .acf_home_header_row_image_right {
  position: relative;
  top: -100px;
  right: 50px;
  width: 500px;
  height: 500px;
}

@media (max-width: 1024px) {
  .acf_home_header_row .container-fluid .row .acf_home_header_row_image_right {
    display: none;
  }
}

.acf_home_header_row .container-fluid .row .acf_home_header_row_image_right img {
  z-index: 2;
  /* -webkit-mask-image: url("assets/img/image-right-main.png"); */
  /* mask-image: url("assets/img/image-right-main.png"); */
  /* -webkit-mask-repeat: no-repeat; */
  /* mask-repeat: no-repeat; */
  /* -webkit-mask-size: contain; */
  /* mask-size: contain; */
  position: relative;
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
  object-fit: cover;
}

.acf_home_header_row .container-fluid .row .acf_home_header_row_image_right:after {
  content: "";
  display: block;
  background-image: url("assets/img/image-right-shadow.png");
  position: absolute;
  top: -5px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.acf_page_header_row {
  padding-top: 100px;
  padding-bottom: 150px;
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media (max-width: 520px) {
  .acf_page_header_row {
    padding-top: 50px;
    padding-bottom: 100px;
  }
}

.acf_page_header_row:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 70px;
  z-index: -1;
  background: url(assets/img/cream-subtract.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1924px;
}

@media (min-width: 1924px) {
  .acf_page_header_row:after {
    background-size: cover;
  }
}

.acf_page_header_row.noAfter:after {
  display: none;
}

.acf_page_header_row .container-fluid {
  padding: 0;
}

.acf_page_header_row .container-fluid .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.acf_page_header_row .container-fluid .row .acf_home_header_row_image_left {
  position: relative;
}

.acf_page_header_row .container-fluid .row .acf_home_header_row_image_left img {
  margin-bottom: -250px;
  z-index: 2;
}

.acf_page_header_row .container-fluid .row .acf_page_header_row_text #breadcrumbs {
  color: white;
  font-size: 17px;
}

.acf_page_header_row .container-fluid .row .acf_page_header_row_text #breadcrumbs i.fa-chevron-right {
  font-size: 12px;
}

.acf_page_header_row .container-fluid .row .acf_page_header_row_text #breadcrumbs a {
  color: white;
  text-decoration: none;
}

.acf_page_header_row .container-fluid .row .acf_page_header_row_text #breadcrumbs>span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.acf_page_header_row .container-fluid .row .acf_page_header_row_text #breadcrumbs .breadcrumb_last {
  font-weight: 900;
}

.acf_page_header_row .container-fluid .row .acf_page_header_row_text .funky_pre_title {
  -webkit-transform: rotate(-3.52deg);
  transform: rotate(-3.52deg);
  font-size: 62px;
  line-height: 100%;
  font-weight: 900;
  font-family: "Londrina Solid", sans-serif;
  text-transform: uppercase;
  color: #1c2b1e;
  margin-bottom: -10px;
  text-shadow: 5px 5px #e0c18e;
}

@media (max-width: 520px) {
  .acf_page_header_row .container-fluid .row .acf_page_header_row_text .funky_pre_title {
    font-size: 54px;
    margin-bottom: 0px;
  }
}

.acf_page_header_row .container-fluid .row .acf_home_header_row_image_right img {
  margin-top: -100px;
}

@media (max-width: 520px) {
  .acf_page_header_row .container-fluid .row .acf_home_header_row_image_right img {
    margin-top: 20px;
  }
}

.acf_faqs {
  padding-top: 50px;
  padding-bottom: 100px;
  position: relative;
}

.acf_faqs .section-title {
  font-family: Nunito;
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: -0.5%;
  text-align: center;
  color: #ffffff;
}

.acf_faqs .section-description {
  font-family: Nunito;
  font-weight: 400;
  font-style: Regular;
  font-size: 15px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  color: #ffffff;
}

.accordion {
  margin-top: 40px;
}

.accordion .accordion-item {
  margin-bottom: 15px;
  border-radius: 10px;
  overflow: hidden;
}

.accordion .accordion-item.active {
  background-color: #c8962a;
  border-color: #c8962a;
}

.accordion .accordion-item.active button {
  background-color: #c8962a;
  border-color: #c8962a;
}

.accordion .accordion-item.active button:after {
  content: "\f056";
  font-family: "Font Awesome 7 Pro";
  background: unset;
  color: #1c2b1e;
  -webkit-transform: unset;
  transform: unset;
}

.accordion .accordion-item button {
  font-family: Nunito;
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0%;
  background-color: #fdf9f0;
  color: #1c2b1e;
}

.accordion .accordion-item button:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.accordion .accordion-item button:after {
  content: "\f055";
  font-family: "Font Awesome 7 Pro";
  background: unset;
  color: #b39630;
  -webkit-transform: unset;
  transform: unset;
  margin-top: -10px;
}

.accordion .accordion-item .accordion-body {
  font-family: Nunito;
  font-weight: 400;
  font-style: Regular;
  font-size: 15px;
  line-height: 150%;
  letter-spacing: 0%;
  background-color: white;
}

.acf_faqs_text_row {
  padding-top: 50px;
  padding-bottom: 100px;
  position: relative;
}

.acf_faqs_text_row .section-title {
  font-family: Nunito;
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: -0.5%;
}

.acf_faqs_text_row .section-description {
  font-family: Nunito;
  font-weight: 400;
  font-style: Regular;
  font-size: 15px;
  line-height: 150%;
  letter-spacing: 0%;
}

.acf_faqs_text_row .accordion {
  margin-top: 40px;
}

.acf_faqs_text_row .accordion .accordion-item {
  margin-bottom: 15px;
  border-radius: 10px;
  overflow: hidden;
}

.acf_faqs_text_row .accordion .accordion-item.active {
  background-color: #c8962a;
  border-color: #c8962a;
}

.acf_faqs_text_row .accordion .accordion-item.active button {
  background-color: #c8962a;
  border-color: #c8962a;
}

.acf_faqs_text_row .accordion .accordion-item.active button:after {
  content: "\f056";
  font-family: "Font Awesome 7 Pro";
  background: unset;
  color: #1c2b1e;
  -webkit-transform: unset;
  transform: unset;
}

.acf_faqs_text_row .accordion .accordion-item button {
  font-family: Nunito;
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0%;
  background-color: #fdf9f0;
  color: #1c2b1e;
}

.acf_faqs_text_row .accordion .accordion-item button:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.acf_faqs_text_row .accordion .accordion-item button:after {
  content: "\f055";
  font-family: "Font Awesome 7 Pro";
  background: unset;
  color: #b39630;
  -webkit-transform: unset;
  transform: unset;
  margin-top: -10px;
}

.acf_faqs_text_row .accordion .accordion-item .accordion-body {
  font-family: Nunito;
  font-weight: 400;
  font-style: Regular;
  font-size: 15px;
  line-height: 150%;
  letter-spacing: 0%;
}

.acf_tabs_row {
  padding-top: 50px;
  padding-bottom: 100px;
  position: relative;
}

.acf_tabs_row .section-title {
  font-family: Nunito;
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: -0.5%;
  text-align: center;
}

.acf_tabs_row .section-description {
  font-family: Nunito;
  font-weight: 400;
  font-style: Regular;
  font-size: 15px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
}

.acf_tabs_row ul.nav {
  margin-top: 40px;
  margin-bottom: 0 !important;
  padding: 0 !important;
}

.acf_tabs_row ul.nav:before {
  display: none !important;
}

.acf_tabs_row ul.nav li button {
  padding: 20px 44px !important;
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
  border: unset !important;
  margin-right: 10px !important;
  background-color: rgba(255, 255, 255, 0.3) !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #1c2b1e !important;
}

.acf_tabs_row ul.nav li button.active {
  background-color: rgb(255, 255, 255) !important;
}

.acf_tabs_row ul.nav li button.active:after {
  display: none !important;
}

.acf_tabs_row ul.nav li button:hover {
  background-color: #c8962a !important;
}

.acf_tabs_row ul.nav li button:hover:after {
  display: none !important;
}

.acf_tabs_row .tab-content .tab-pane {
  background-color: #fdf9f0 !important;
  padding: 28px 40px !important;
  border-bottom-left-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
  font-family: "Nunito", sans-serif;
  color: #1c2b1e;
}

.acf_contact_form_row {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (max-width: 520px) {
  .acf_contact_form_row {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.acf_contact_form_row h3 {
  margin-bottom: 30px;
}

.acf_contact_form_row .contactFormEmail {
  font-family: Nunito;
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0%;
}

.acf_contact_form_row .contactFormEmail a {
  font-family: Nunito;
  font-weight: 700;
  font-style: Bold;
  font-size: 26px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #1c2b1e;
  text-decoration: none;
}

.acf_contact_form_row .socialHeading {
  font-family: Nunito;
  font-weight: 700;
  font-style: Bold;
  font-size: 26px;
  line-height: 100%;
  letter-spacing: 0%;
}

.acf_contact_form_row .contactFormContainer .container {
  padding: 0 !important;
}

.acf_contact_form_row .contactFormContainer .container .inputLabel {
  font-family: "Nunito";
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0%;
}

.acf_contact_form_row .contactFormContainer .container .wpcf7-text,
.acf_contact_form_row .contactFormContainer .container textarea {
  width: 100%;
  border-radius: 10px !important;
  padding: 10px 20px;
  border: unset;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  letter-spacing: 0%;
}

.acf_contact_form_row .contactFormContainer .container span.wpcf7-list-item {
  margin: 0;
}

.acf_contact_form_row .contactFormContainer .container input[type="submit"] {
  position: relative;
  display: inline-block;
  border: unset;
  background-color: transparent;
  padding: 20px 60px;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  color: white !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 213 55'><path d='M0 27.21C0 12.01 12.5 -0.28998 27.8 1.9948e-05L197 3.30002C201.5 3.30002 205.3 6.40002 206.5 10.7L211.4 29.3C214.8 42 205.2 54.4 192.1 54.4H27.2C12.2 54.5 0 42.3 0 27.2V27.21Z' fill='%23C8962A'/></svg>");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.acf_contact_form_row .contactFormContainer .container input[type="submit"][disabled] {
  pointer-events: none;
  opacity: 0.5;
}

.acf_contact_form_row .contactFormContainer .container input[type="submit"]:hover {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 213 55'><path d='M0 27.21C0 12.01 12.5 -0.28998 27.8 1.9948e-05L197 3.30002C201.5 3.30002 205.3 6.40002 206.5 10.7L211.4 29.3C214.8 42 205.2 54.4 192.1 54.4H27.2C12.2 54.5 0 42.3 0 27.2V27.21Z' fill='%231C2B1E'/></svg>");
  color: white !important;
}

.global_product_card {
  background-color: #fdf9f0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  border-radius: 36px;
}

.global_product_card a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.global_product_card a:hover .product_image .hover-image {
  opacity: 1;
}

.global_product_card a:hover .product_title {
  color: #c8962a;
}

.global_product_card a:hover .product_info {
  -webkit-box-shadow: 0px 10px 0px #c8962a;
  box-shadow: 0px 10px 0px #c8962a;
}

.global_product_card a:hover .product_card_button svg path {
  fill: #c8962a;
}

.global_product_card a:hover .product_card_button span {
  color: #1c2b1e;
}

.global_product_card .product_image {
  position: relative;
  overflow: hidden;
  border-top-left-radius: 36px;
  border-top-right-radius: 36px;
  display: block;
}

.global_product_card .product_image .product-badge {
  position: absolute;
  z-index: 4;
}

.global_product_card .product_image .product-badge.new-badge path {
  fill: #ff7d00;
}

.global_product_card .product_image .product-badge.sale-badge path {
  fill: #5bb786;
}

.global_product_card .product_image .product-badge.stock-badge path {
  fill: #b75b5b;
}

.global_product_card .product_image .product-badge span {
  position: absolute;
  top: 12px;
  left: 22px;
  color: white;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
}

.global_product_card .product_image .product-badge.edition-badge {
  top: auto;
  bottom: 0px;
  left: auto;
  right: 0px;
  display: none;
}

.global_product_card .product_image .product-badge.edition-badge svg {
  transform: rotate(180deg);
  display: block;
}

.global_product_card .product_image .product-badge.edition-badge span.edition-badge-text {
  top: 12px;
  left: auto;
  right: 22px;
  text-transform: none;
}

.global_product_card .product_image img {
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
  object-fit: cover;
}

.global_product_card .product_image .hover-image {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.global_product_card .product_info {
  padding: 24px;
  border-bottom-left-radius: 36px;
  border-bottom-right-radius: 36px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media (max-width: 520px) {
  .global_product_card .product_info {}
}

.global_product_card .product_info .product_info_top {
  margin-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.global_product_card .product_info .product_info_top .product_location {
  background-color: #1c2b1e;
  color: #fff;
  font-family: Nunito;
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0%;
  padding: 5px 15px;
  border-radius: 12px;
}

.global_product_card .product_info .product_info_top .product_location i {
  margin-right: 8px;
}

.global_product_card .product_info .product_info_top .ratings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
}

.global_product_card .product_info .product_info_top .ratings i {
  color: #f87239;
  font-size: 20px;
}

.global_product_card .product_info .product_title {
  max-width: 100%;
  font-family: Nunito;
  font-weight: 700;
  font-style: Bold;
  font-size: 26px !important;
  line-height: 31px !important;
  letter-spacing: 0%;
  color: #1c2b1e;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.global_product_card .product_info .product_fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
  font-size: 15px;
  font-weight: 400;
  color: #232323;
}

@media (max-width: 520px) {
  .global_product_card .product_info .product_fields {
    font-size: 12px;
  }
}

.global_product_card .product_info .product_card_bottom {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.global_product_card .product_info .product_card_bottom .product_price>span.woocommerce-Price-amount {
  font-family: Nunito;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 26px;
  line-height: 31px;
  letter-spacing: 0%;
  text-decoration: none;
  color: #1c2b1e;
}

.global_product_card .product_info .product_card_bottom .product_price del {
  font-family: Nunito;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 16px;
  line-height: 31px;
  text-decoration: none;
  letter-spacing: 0%;
  text-decoration: line-through;
  color: #cbced1;
}

.global_product_card .product_info .product_card_bottom .product_price ins {
  font-family: Nunito;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 26px;
  line-height: 31px;
  letter-spacing: 0%;
  color: #1c2b1e;
  text-decoration: none;
}

.global_product_card .product_info .product_card_bottom .product_card_button {
  position: relative;
  display: inline-block;
}

.global_product_card .product_info .product_card_bottom .product_card_button svg path {
  -webkit-transition: fill 0.2s ease-in-out;
  transition: fill 0.2s ease-in-out;
}

.global_product_card .product_info .product_card_bottom .product_card_button span {
  position: absolute;
  top: 18px;
  left: 0;
  width: 100%;
  font-family: Nunito;
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.global_product_card .product_info .product_card_bottom .product_card_button span i {
  margin-right: 8px;
}

.global_big_title {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
}

.global_big_title h1,
.global_big_title h2,
.global_big_title h3,
.global_big_title h4,
.global_big_title h5,
.global_big_title h6 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-3.52deg);
  transform: translate(-50%, -50%) rotate(-3.52deg);
  font-size: 99px;
  line-height: 117%;
  font-weight: 900;
  font-family: "Londrina Solid", sans-serif;
  text-transform: uppercase;
  color: white;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-shadow: 0px 5px 0px rgba(0, 0, 0, 0.5);
}

@media (max-width: 769px) {

  .global_big_title h1,
  .global_big_title h2,
  .global_big_title h3,
  .global_big_title h4,
  .global_big_title h5,
  .global_big_title h6 {
    font-size: 70px;
  }
}

@media (max-width: 520px) {

  .global_big_title h1,
  .global_big_title h2,
  .global_big_title h3,
  .global_big_title h4,
  .global_big_title h5,
  .global_big_title h6 {
    font-size: 40px;
  }
}

.global_big_title h1 .sparkle,
.global_big_title h2 .sparkle,
.global_big_title h3 .sparkle,
.global_big_title h4 .sparkle,
.global_big_title h5 .sparkle,
.global_big_title h6 .sparkle {
  position: absolute;
}

.global_big_title h1 .sparkle .line,
.global_big_title h2 .sparkle .line,
.global_big_title h3 .sparkle .line,
.global_big_title h4 .sparkle .line,
.global_big_title h5 .sparkle .line,
.global_big_title h6 .sparkle .line {
  position: absolute;
  background-color: #fdf9f0;
  width: 10px;
  height: 50px;
  border-radius: 10px;
}

@media (max-width: 768px) {

  .global_big_title h1 .sparkle .line,
  .global_big_title h2 .sparkle .line,
  .global_big_title h3 .sparkle .line,
  .global_big_title h4 .sparkle .line,
  .global_big_title h5 .sparkle .line,
  .global_big_title h6 .sparkle .line {
    height: 20px;
    width: 5px;
  }
}

.global_big_title h1 .sparkle .line:first-child,
.global_big_title h2 .sparkle .line:first-child,
.global_big_title h3 .sparkle .line:first-child,
.global_big_title h4 .sparkle .line:first-child,
.global_big_title h5 .sparkle .line:first-child,
.global_big_title h6 .sparkle .line:first-child {
  -webkit-animation: move1 1.5s linear infinite;
  animation: move1 1.5s linear infinite;
  width: 8px;
}

@media (max-width: 768px) {

  .global_big_title h1 .sparkle .line:first-child,
  .global_big_title h2 .sparkle .line:first-child,
  .global_big_title h3 .sparkle .line:first-child,
  .global_big_title h4 .sparkle .line:first-child,
  .global_big_title h5 .sparkle .line:first-child,
  .global_big_title h6 .sparkle .line:first-child {
    -webkit-animation: move1_mob 1.5s linear infinite;
    animation: move1_mob 1.5s linear infinite;
    width: 4px;
  }
}

.global_big_title h1 .sparkle .line:nth-child(2),
.global_big_title h2 .sparkle .line:nth-child(2),
.global_big_title h3 .sparkle .line:nth-child(2),
.global_big_title h4 .sparkle .line:nth-child(2),
.global_big_title h5 .sparkle .line:nth-child(2),
.global_big_title h6 .sparkle .line:nth-child(2) {
  -webkit-animation: move2 1.5s linear infinite;
  animation: move2 1.5s linear infinite;
  width: 4px;
}

@media (max-width: 768px) {

  .global_big_title h1 .sparkle .line:nth-child(2),
  .global_big_title h2 .sparkle .line:nth-child(2),
  .global_big_title h3 .sparkle .line:nth-child(2),
  .global_big_title h4 .sparkle .line:nth-child(2),
  .global_big_title h5 .sparkle .line:nth-child(2),
  .global_big_title h6 .sparkle .line:nth-child(2) {
    -webkit-animation: move2_mob 1.5s linear infinite;
    animation: move2_mob 1.5s linear infinite;
    width: 2px;
  }
}

.global_big_title h1 .sparkle .line:nth-child(3),
.global_big_title h2 .sparkle .line:nth-child(3),
.global_big_title h3 .sparkle .line:nth-child(3),
.global_big_title h4 .sparkle .line:nth-child(3),
.global_big_title h5 .sparkle .line:nth-child(3),
.global_big_title h6 .sparkle .line:nth-child(3) {
  -webkit-animation: move3 1.5s linear infinite;
  animation: move3 1.5s linear infinite;
}

@media (max-width: 768px) {

  .global_big_title h1 .sparkle .line:nth-child(3),
  .global_big_title h2 .sparkle .line:nth-child(3),
  .global_big_title h3 .sparkle .line:nth-child(3),
  .global_big_title h4 .sparkle .line:nth-child(3),
  .global_big_title h5 .sparkle .line:nth-child(3),
  .global_big_title h6 .sparkle .line:nth-child(3) {
    -webkit-animation: move3_mob 1.5s linear infinite;
    animation: move3_mob 1.5s linear infinite;
  }
}

.global_big_title h1 .sparkle .line:nth-child(4),
.global_big_title h2 .sparkle .line:nth-child(4),
.global_big_title h3 .sparkle .line:nth-child(4),
.global_big_title h4 .sparkle .line:nth-child(4),
.global_big_title h5 .sparkle .line:nth-child(4),
.global_big_title h6 .sparkle .line:nth-child(4) {
  -webkit-animation: move4 1.5s linear infinite;
  animation: move4 1.5s linear infinite;
  width: 9px;
}

@media (max-width: 768px) {

  .global_big_title h1 .sparkle .line:nth-child(4),
  .global_big_title h2 .sparkle .line:nth-child(4),
  .global_big_title h3 .sparkle .line:nth-child(4),
  .global_big_title h4 .sparkle .line:nth-child(4),
  .global_big_title h5 .sparkle .line:nth-child(4),
  .global_big_title h6 .sparkle .line:nth-child(4) {
    -webkit-animation: move4_mob 1.5s linear infinite;
    animation: move4_mob 1.5s linear infinite;
    width: 4px;
  }
}

.global_big_title h1 .sparkle.right_sparkle,
.global_big_title h2 .sparkle.right_sparkle,
.global_big_title h3 .sparkle.right_sparkle,
.global_big_title h4 .sparkle.right_sparkle,
.global_big_title h5 .sparkle.right_sparkle,
.global_big_title h6 .sparkle.right_sparkle {
  right: -5px;
  top: 0px;
}

.global_big_title h1 .sparkle.left_sparkle,
.global_big_title h2 .sparkle.left_sparkle,
.global_big_title h3 .sparkle.left_sparkle,
.global_big_title h4 .sparkle.left_sparkle,
.global_big_title h5 .sparkle.left_sparkle,
.global_big_title h6 .sparkle.left_sparkle {
  -webkit-transform: rotate(155deg);
  transform: rotate(155deg);
  bottom: -5px;
  left: -5px;
}

@media (max-width: 769px) {
  .global_big_title svg {
    width: 100%;
    height: auto;
  }
}

@-webkit-keyframes move1 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 0;
  }

  50% {
    -webkit-transform: translate(0, -30px);
    transform: translate(0, -30px);
    opacity: 1;
  }

  to {
    -webkit-transform: translate(0, -60px);
    transform: translate(0, -60px);
    opacity: 0;
  }
}

@keyframes move1 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 0;
  }

  50% {
    -webkit-transform: translate(0, -30px);
    transform: translate(0, -30px);
    opacity: 1;
  }

  to {
    -webkit-transform: translate(0, -60px);
    transform: translate(0, -60px);
    opacity: 0;
  }
}

@-webkit-keyframes move2 {
  0% {
    -webkit-transform: rotate(45deg) translate(0, 0);
    transform: rotate(45deg) translate(0, 0);
    opacity: 0;
  }

  50% {
    -webkit-transform: rotate(45deg) translate(0, -30px);
    transform: rotate(45deg) translate(0, -30px);
    opacity: 1;
  }

  to {
    -webkit-transform: rotate(45deg) translate(0, -60px);
    transform: rotate(45deg) translate(0, -60px);
    opacity: 0;
  }
}

@keyframes move2 {
  0% {
    -webkit-transform: rotate(45deg) translate(0, 0);
    transform: rotate(45deg) translate(0, 0);
    opacity: 0;
  }

  50% {
    -webkit-transform: rotate(45deg) translate(0, -30px);
    transform: rotate(45deg) translate(0, -30px);
    opacity: 1;
  }

  to {
    -webkit-transform: rotate(45deg) translate(0, -60px);
    transform: rotate(45deg) translate(0, -60px);
    opacity: 0;
  }
}

@-webkit-keyframes move3 {
  0% {
    -webkit-transform: rotate(90deg) translate(0, 0);
    transform: rotate(90deg) translate(0, 0);
    opacity: 0;
  }

  50% {
    -webkit-transform: rotate(90deg) translate(0, -30px);
    transform: rotate(90deg) translate(0, -30px);
    opacity: 1;
  }

  to {
    -webkit-transform: rotate(90deg) translate(0, -60px);
    transform: rotate(90deg) translate(0, -60px);
    opacity: 0;
  }
}

@keyframes move3 {
  0% {
    -webkit-transform: rotate(90deg) translate(0, 0);
    transform: rotate(90deg) translate(0, 0);
    opacity: 0;
  }

  50% {
    -webkit-transform: rotate(90deg) translate(0, -30px);
    transform: rotate(90deg) translate(0, -30px);
    opacity: 1;
  }

  to {
    -webkit-transform: rotate(90deg) translate(0, -60px);
    transform: rotate(90deg) translate(0, -60px);
    opacity: 0;
  }
}

@-webkit-keyframes move4 {
  0% {
    -webkit-transform: rotate(135deg) translate(0, 0);
    transform: rotate(135deg) translate(0, 0);
    opacity: 0;
  }

  50% {
    -webkit-transform: rotate(135deg) translate(0, -30px);
    transform: rotate(135deg) translate(0, -30px);
    opacity: 1;
  }

  to {
    -webkit-transform: rotate(135deg) translate(0, -60px);
    transform: rotate(135deg) translate(0, -60px);
    opacity: 0;
  }
}

@keyframes move4 {
  0% {
    -webkit-transform: rotate(135deg) translate(0, 0);
    transform: rotate(135deg) translate(0, 0);
    opacity: 0;
  }

  50% {
    -webkit-transform: rotate(135deg) translate(0, -30px);
    transform: rotate(135deg) translate(0, -30px);
    opacity: 1;
  }

  to {
    -webkit-transform: rotate(135deg) translate(0, -60px);
    transform: rotate(135deg) translate(0, -60px);
    opacity: 0;
  }
}

@-webkit-keyframes move1_mob {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 0;
  }

  50% {
    -webkit-transform: translate(0, -20px);
    transform: translate(0, -20px);
    opacity: 1;
  }

  to {
    -webkit-transform: translate(0, -40px);
    transform: translate(0, -40px);
    opacity: 0;
  }
}

@keyframes move1_mob {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 0;
  }

  50% {
    -webkit-transform: translate(0, -20px);
    transform: translate(0, -20px);
    opacity: 1;
  }

  to {
    -webkit-transform: translate(0, -40px);
    transform: translate(0, -40px);
    opacity: 0;
  }
}

@-webkit-keyframes move2_mob {
  0% {
    -webkit-transform: rotate(45deg) translate(0, 0);
    transform: rotate(45deg) translate(0, 0);
    opacity: 0;
  }

  50% {
    -webkit-transform: rotate(45deg) translate(0, -20px);
    transform: rotate(45deg) translate(0, -20px);
    opacity: 1;
  }

  to {
    -webkit-transform: rotate(45deg) translate(0, -40px);
    transform: rotate(45deg) translate(0, -40px);
    opacity: 0;
  }
}

@keyframes move2_mob {
  0% {
    -webkit-transform: rotate(45deg) translate(0, 0);
    transform: rotate(45deg) translate(0, 0);
    opacity: 0;
  }

  50% {
    -webkit-transform: rotate(45deg) translate(0, -20px);
    transform: rotate(45deg) translate(0, -20px);
    opacity: 1;
  }

  to {
    -webkit-transform: rotate(45deg) translate(0, -40px);
    transform: rotate(45deg) translate(0, -40px);
    opacity: 0;
  }
}

@-webkit-keyframes move3_mob {
  0% {
    -webkit-transform: rotate(90deg) translate(0, 0);
    transform: rotate(90deg) translate(0, 0);
    opacity: 0;
  }

  50% {
    -webkit-transform: rotate(90deg) translate(0, -20px);
    transform: rotate(90deg) translate(0, -20px);
    opacity: 1;
  }

  to {
    -webkit-transform: rotate(90deg) translate(0, -40px);
    transform: rotate(90deg) translate(0, -40px);
    opacity: 0;
  }
}

@keyframes move3_mob {
  0% {
    -webkit-transform: rotate(90deg) translate(0, 0);
    transform: rotate(90deg) translate(0, 0);
    opacity: 0;
  }

  50% {
    -webkit-transform: rotate(90deg) translate(0, -20px);
    transform: rotate(90deg) translate(0, -20px);
    opacity: 1;
  }

  to {
    -webkit-transform: rotate(90deg) translate(0, -40px);
    transform: rotate(90deg) translate(0, -40px);
    opacity: 0;
  }
}

@-webkit-keyframes move4_mob {
  0% {
    -webkit-transform: rotate(135deg) translate(0, 0);
    transform: rotate(135deg) translate(0, 0);
    opacity: 0;
  }

  50% {
    -webkit-transform: rotate(135deg) translate(0, -20px);
    transform: rotate(135deg) translate(0, -20px);
    opacity: 1;
  }

  to {
    -webkit-transform: rotate(135deg) translate(0, -40px);
    transform: rotate(135deg) translate(0, -40px);
    opacity: 0;
  }
}

@keyframes move4_mob {
  0% {
    -webkit-transform: rotate(135deg) translate(0, 0);
    transform: rotate(135deg) translate(0, 0);
    opacity: 0;
  }

  50% {
    -webkit-transform: rotate(135deg) translate(0, -20px);
    transform: rotate(135deg) translate(0, -20px);
    opacity: 1;
  }

  to {
    -webkit-transform: rotate(135deg) translate(0, -40px);
    transform: rotate(135deg) translate(0, -40px);
    opacity: 0;
  }
}

.acf_text_row {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (max-width: 520px) {
  .acf_text_row {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.complete_quest_breadcrumbs {
  padding-top: 50px;
  padding-bottom: 100px;
}

.complete_quest_breadcrumbs .complete_quest_breadcrumb_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 6px;
}

.complete_quest_breadcrumbs .complete_quest_breadcrumb_container .step1,
.complete_quest_breadcrumbs .complete_quest_breadcrumb_container .step2,
.complete_quest_breadcrumbs .complete_quest_breadcrumb_container .step3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  position: relative;
  -webkit-filter: blur(0.5px);
  filter: blur(0.5px);
  opacity: 0.5;
}

.complete_quest_breadcrumbs .complete_quest_breadcrumb_container .step1 .step_text,
.complete_quest_breadcrumbs .complete_quest_breadcrumb_container .step2 .step_text,
.complete_quest_breadcrumbs .complete_quest_breadcrumb_container .step3 .step_text {
  font-family: "Nunito";
  font-weight: 400;
  font-style: Regular;
  font-size: 15px;
  line-height: 100%;
  margin-top: 10px;
  text-align: center;
  vertical-align: middle;
  color: #6c2b11;
}

.complete_quest_breadcrumbs .complete_quest_breadcrumb_container .step1.active,
.complete_quest_breadcrumbs .complete_quest_breadcrumb_container .step2.active,
.complete_quest_breadcrumbs .complete_quest_breadcrumb_container .step3.active {
  -webkit-filter: blur(0px);
  filter: blur(0px);
  opacity: 1;
}

.complete_quest_breadcrumbs .complete_quest_breadcrumb_container .step1.active svg path,
.complete_quest_breadcrumbs .complete_quest_breadcrumb_container .step2.active svg path,
.complete_quest_breadcrumbs .complete_quest_breadcrumb_container .step3.active svg path {
  fill: #c8962a;
}

.complete_quest_breadcrumbs .complete_quest_breadcrumb_container .step1.active .step_text,
.complete_quest_breadcrumbs .complete_quest_breadcrumb_container .step2.active .step_text,
.complete_quest_breadcrumbs .complete_quest_breadcrumb_container .step3.active .step_text {
  color: #c8962a;
  font-weight: bold;
}

.complete_quest_breadcrumbs .complete_quest_breadcrumb_container .step1.completed,
.complete_quest_breadcrumbs .complete_quest_breadcrumb_container .step2.completed,
.complete_quest_breadcrumbs .complete_quest_breadcrumb_container .step3.completed {
  -webkit-filter: blur(0px);
  filter: blur(0px);
  opacity: 1;
}

.complete_quest_breadcrumbs .complete_quest_breadcrumb_container .step1.completed svg path,
.complete_quest_breadcrumbs .complete_quest_breadcrumb_container .step2.completed svg path,
.complete_quest_breadcrumbs .complete_quest_breadcrumb_container .step3.completed svg path {
  fill: #74b362;
}

.complete_quest_breadcrumbs .complete_quest_breadcrumb_container .step1.completed .step_text,
.complete_quest_breadcrumbs .complete_quest_breadcrumb_container .step2.completed .step_text,
.complete_quest_breadcrumbs .complete_quest_breadcrumb_container .step3.completed .step_text {
  color: #74b362;
  font-weight: bold;
}

.complete_quest_breadcrumbs .complete_quest_breadcrumb_container .dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  margin-top: 20px;
  margin-left: -10px;
  margin-right: -10px;
  -webkit-filter: blur(0.5px);
  filter: blur(0.5px);
  opacity: 0.5;
}

.complete_quest_breadcrumbs .complete_quest_breadcrumb_container .dots.active {
  -webkit-filter: blur(0px);
  filter: blur(0px);
  opacity: 1;
}

.complete_quest_breadcrumbs .complete_quest_breadcrumb_container .dots.active div {
  background-color: #c8962a;
}

.complete_quest_breadcrumbs .complete_quest_breadcrumb_container .dots.completed {
  -webkit-filter: blur(0px);
  filter: blur(0px);
  opacity: 1;
}

.complete_quest_breadcrumbs .complete_quest_breadcrumb_container .dots.completed div {
  background-color: #74b362;
}

.complete_quest_breadcrumbs .complete_quest_breadcrumb_container .dots div {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fdf9f0;
}

.acf_complete_quest_row {
  padding-top: 100px;
  padding-bottom: 100px;
}

.acf_complete_quest_row .cq_row {
  padding-top: 50px;
  padding-bottom: 50px;
}

.acf_complete_quest_row .cq_row:not(:first-of-type) {
  display: none;
}

.acf_complete_quest_row .cq_row .sc_row_content {
  text-align: center;
}

.acf_complete_quest_row .cq_row .sc_row_content .sc_row_content_header {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.acf_complete_quest_row .cq_row .sc_row_content .sc_row_content_header h2 {
  font-family: Nunito;
  font-weight: 700;
  font-size: 40px;
  line-height: 127%;
  letter-spacing: -5%;
  text-align: center;
}

.acf_complete_quest_row .cq_row .sc_row_content .sc_row_products {
  margin-top: 40px;
  margin-bottom: 50px;
}

.acf_complete_quest_row .cq_row .sc_row_content .sc_row_products #sc_row_products_form select {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  padding: 20px;
  border: unset;
  border-radius: 12px;
}

.acf_complete_quest_row .cq_row .ec_row_content {
  text-align: center;
}

.acf_complete_quest_row .cq_row .ec_row_content .ec_row_content_header {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.acf_complete_quest_row .cq_row .ec_row_content .ec_row_content_header .ec_row_image {
  height: 0;
  margin-bottom: 20px;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.acf_complete_quest_row .cq_row .ec_row_content .ec_row_content_header .ec_row_image.active {
  -webkit-transform: scale(1);
  transform: scale(1);
  height: auto;
}

.acf_complete_quest_row .cq_row .ec_row_content .ec_row_content_header h2 {
  font-family: Nunito;
  font-weight: 700;
  font-size: 40px;
  line-height: 127%;
  letter-spacing: -5%;
  text-align: center;
}

.acf_complete_quest_row .cq_row .ec_row_content #ec_row_code_form {
  margin-top: 40px;
  margin-bottom: 50px;
}

.acf_complete_quest_row .cq_row .ec_row_content #ec_row_code_form #ec_row_code {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}

.acf_complete_quest_row .cq_row .ec_row_content #ec_row_code_form #ec_row_code input {
  width: 79px;
  height: 79px;
  border-radius: 12px;
  border: solid black 3px;
  text-align: center;
  font-family: Nunito;
  font-weight: 700;
  font-style: Bold;
  font-size: 40px;
  line-height: 32px;
  letter-spacing: 0%;
  text-transform: uppercase;
}

.acf_complete_quest_row .cq_row .ec_row_content #ec_row_code_form #ec_row_code input.incorrect {
  border-color: #bb0a0a;
  color: #bb0a0a;
}

.acf_complete_quest_row .cq_row .ec_row_content #ec_row_code_form #ec_row_code input.incorrect:active,
.acf_complete_quest_row .cq_row .ec_row_content #ec_row_code_form #ec_row_code input.incorrect:focus,
.acf_complete_quest_row .cq_row .ec_row_content #ec_row_code_form #ec_row_code input.incorrect:focus-visible {
  border-color: #bb0a0a;
}

.acf_complete_quest_row .cq_row .ec_row_content #ec_row_code_form #ec_row_code input.correct {
  border-color: #1a6b2d;
  color: #1a6b2d;
}

.acf_complete_quest_row .cq_row .ec_row_content #ec_row_code_form #ec_row_code input.correct:active,
.acf_complete_quest_row .cq_row .ec_row_content #ec_row_code_form #ec_row_code input.correct:focus,
.acf_complete_quest_row .cq_row .ec_row_content #ec_row_code_form #ec_row_code input.correct:focus-visible {
  border-color: #1a6b2d;
}

.acf_complete_quest_row .cq_row .cq_row_content .cq_row_content_header {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.acf_complete_quest_row .cq_row .cq_row_content .cq_row_content_header h2 {
  font-family: Nunito;
  font-weight: 700;
  font-size: 40px;
  line-height: 127%;
  letter-spacing: -5%;
  text-align: center;
}

.acf_complete_quest_row .cq_row #cq_row_content section {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: unset !important;
  background-image: unset !important;
}

.acf_complete_quest_row .cq_row #cq_row_content section:after,
.acf_complete_quest_row .cq_row #cq_row_content section:before {
  display: none;
}

.input-text.qty.text {
  border: unset;
  padding: 12px;
  border-radius: 20px;
  -webkit-box-shadow: 0px 5px 0px rgba(12, 12, 12, 0.168627451);
  box-shadow: 0px 5px 0px rgba(12, 12, 12, 0.168627451);
}

.shop_table input#coupon_code {
  width: 100%;
  max-width: 200px;
  border-radius: 10px !important;
  padding: 10px 20px;
  border: unset;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  line-height: 0px;
  letter-spacing: 0%;
}

@media (max-width: 520px) {
  .shop_table input#coupon_code {
    max-width: 50%;
  }
}

.shop_table button[name="apply_coupon"] {
  background-color: #ff7d00 !important;
  font-weight: 500 !important;
  font-style: Medium !important;
  font-size: 16px !important;
  color: white !important;
  padding: 15px 20px !important;
  border-radius: 10px !important;
}

button[name="update_cart"] {
  background-color: #b39630 !important;
  font-weight: 500 !important;
  font-style: Medium !important;
  font-size: 16px !important;
  color: white !important;
  padding: 15px 20px !important;
  border-radius: 10px !important;
}

button#place_order {
  background-color: #1a6b2d !important;
  font-weight: 700 !important;
  font-style: Medium !important;
  font-size: 20px !important;
  color: white !important;
  padding: 20px 40px !important;
  border-radius: 10px !important;
}

.wc-proceed-to-checkout a.checkout-button {
  background-color: #1a6b2d !important;
  font-weight: 700 !important;
  font-style: Medium !important;
  font-size: 20px !important;
  color: white !important;
  padding: 20px 20px !important;
  border-radius: 10px !important;
}

.woocommerce-form-coupon {
  border: unset !important;
  border-radius: 20px !important;
  text-align: left;
  background-color: #f6f5f8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 520px) {
  .woocommerce-form-coupon {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.woocommerce-form-coupon button[name="apply_coupon"] {
  background-color: #f25334 !important;
  font-weight: 500 !important;
  font-style: Medium !important;
  font-size: 16px !important;
  color: white !important;
  padding: 15px 20px !important;
  border-radius: 10px !important;
  white-space: nowrap;
}

.woocommerce-form-coupon .form-row {
  width: unset !important;
  float: none !important;
}

.woocommerce-form-coupon .form-row.form-row-first {
  width: 100% !important;
}

.woocommerce-form-coupon input {
  width: 100% !important;
}

.woocommerce-error {
  border-top: unset;
  border-radius: 20px;
  text-align: left;
  line-height: 33px;
  color: #f25334;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

@media (max-width: 520px) {
  .woocommerce-error {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 1em 2em 1em 2em;
    text-align: center;
    gap: 0px;
  }
}

.woocommerce-error:before {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 20px;
  color: #f25334;
}

@media (max-width: 520px) {
  .woocommerce-error:before {
    top: 30px;
    left: 20px;
  }
}

.woocommerce-error a {
  color: #f25334;
}

.woocommerce-info {
  border-top: unset;
  border-radius: 20px;
  text-align: left;
  line-height: 33px;
  color: #2ec2ff;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

@media (max-width: 520px) {
  .woocommerce-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 1em 2em 1em 2em;
    text-align: center;
    gap: 0px;
  }
}

.woocommerce-info:before {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 20px;
  color: #2ec2ff;
}

@media (max-width: 520px) {
  .woocommerce-info:before {
    top: 30px;
    left: 20px;
  }
}

.woocommerce-info a {
  color: #2ec2ff;
}

.woocommerce-message {
  border-top: unset;
  border-radius: 20px;
  text-align: left;
  line-height: 33px;
  color: #1a6b2d;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 520px) {
  .woocommerce-message {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 1em 2em 1em 2em;
    text-align: center;
  }
}

.woocommerce-message:before {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 20px;
  color: #1a6b2d;
}

@media (max-width: 520px) {
  .woocommerce-message:before {
    top: 30px;
    left: 20px;
  }
}

.woocommerce-message .btn-primary-back {
  margin-left: auto;
}

@media (max-width: 520px) {
  .woocommerce-message .btn-primary-back {
    margin-right: auto;
    margin-top: 10px;
  }
}

.woocommerce-message .btn-primary-back span {
  top: 55%;
}

.woocommerce-message .btn-primary-back.blue svg path:last-of-type {
  fill: #b39630;
}

.woocommerce-message .btn-primary-back.blue svg path {
  fill: #dddbe0;
}

.woocommerce-message .btn-primary-back.blue:hover span {
  color: #1c2b1e;
}

.woocommerce-message .btn-primary-back.blue:hover svg path:last-of-type {
  fill: #c8962a;
}

.woocommerce-order ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
  margin: 0;
  padding: 0;
}

.woocommerce-order .woocommerce-columns,
.woocommerce-order .woocommerce-order-details {
  padding-top: 60px;
}

.woocommerce-order table.shop_table {
  background-color: unset !important;
  border: unset !important;
}

.woocommerce-order .woocommerce-customer-details address {
  padding: 0px;
  border: unset;
}

.woocommerce-cart .woocommerce table.shop_table {
  border-radius: 20px;
  background-color: unset;
  border: unset;
}

.woocommerce-cart .woocommerce table.shop_table td.product-thumbnail img {
  min-width: 100px;
  aspect-ratio: 1;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
}

.woocommerce-cart .woocommerce table.shop_table td.product-name a,
.woocommerce-cart .woocommerce table.shop_table th.product-name a {
  text-decoration: none;
  color: #1c2b1e;
  font-weight: bold;
}

.woocommerce-checkout .woocommerce table.shop_table {
  background-color: #f8f8f8;
  border-radius: 20px;
}

.woocommerce-checkout .woocommerce form .form-row .input-text,
.woocommerce-checkout .woocommerce form .form-row select {
  width: 100%;
  border-radius: 10px !important;
  padding: 10px 20px;
  border: unset;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  letter-spacing: 0%;
}

.woocommerce-checkout h3#order_review_heading {
  margin-top: 40px;
}

.woocommerce-checkout #order_review table {
  background-color: unset;
  border: unset;
}

.woocommerce-checkout #payment {
  margin-top: 60px;
  background-color: #fdf9f0;
}

.woocommerce-checkout #payment label {
  font-family: "Nunito";
  font-weight: bold;
}

.single-product .product_title_top {
  padding-top: 200px;
  padding-bottom: 125px;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("/wp-content/uploads/2026/05/Header-home-BG02.png");
}

@media (max-width: 520px) {
  .single-product .product_title_top {
    padding-top: 150px;
  }
}

.single-product .product_title_top:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 70px;
  z-index: -1;
  background: url(assets/img/cream-subtract.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1924px;
}

@media (min-width: 1924px) {
  .single-product .product_title_top:after {
    background-size: cover;
  }
}

.single-product .product_title_top .container-fluid {
  padding: 0;
}

.single-product .product_title_top .container-fluid .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.single-product .product_title_top .container-fluid .row .acf_page_header_row_text #breadcrumbs {
  color: white;
  font-size: 17px;
}

@media (max-width: 520px) {
  .single-product .product_title_top .container-fluid .row .acf_page_header_row_text #breadcrumbs {
    margin-bottom: 20px;
  }
}

.single-product .product_title_top .container-fluid .row .acf_page_header_row_text #breadcrumbs i.fa-chevron-right {
  font-size: 12px;
}

.single-product .product_title_top .container-fluid .row .acf_page_header_row_text #breadcrumbs a {
  color: white;
  text-decoration: none;
}

.single-product .product_title_top .container-fluid .row .acf_page_header_row_text #breadcrumbs>span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 520px) {
  .single-product .product_title_top .container-fluid .row .acf_page_header_row_text #breadcrumbs>span {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5px;
  }

  .single-product .product_title_top .container-fluid .row .acf_page_header_row_text #breadcrumbs>span i.fa-chevron-right {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

.single-product .product_title_top .container-fluid .row .acf_page_header_row_text #breadcrumbs .breadcrumb_last {
  font-weight: 900;
}

.single-product .product_title_top .container-fluid .row .acf_page_header_row_text .funky_pre_title {
  -webkit-transform: rotate(-3.52deg);
  transform: rotate(-3.52deg);
  font-size: 62px;
  line-height: 100%;
  font-weight: 900;
  font-family: "Londrina Solid", sans-serif;
  text-transform: uppercase;
  color: #1c2b1e;
  margin-bottom: -10px;
  text-shadow: 5px 5px #e0c18e;
}

@media (max-width: 520px) {
  .single-product .product_title_top .container-fluid .row .acf_page_header_row_text .funky_pre_title {
    font-size: 34px;
    margin-bottom: 0px;
  }
}

.single-product .product_title_top .container-fluid .row .woocommerce-notices-wrapper {
  margin-top: 50px;
}

.single-product .woocommerce-section {
  padding-bottom: 50px;
  margin-top: -100px;
  position: relative;
  z-index: 1;
}

.single-product .woocommerce-section .product-gallery-container {
  position: relative;
  float: left;
  width: 48%;
  clear: none;
  margin-bottom: 80px;
  overflow: hidden;
  border-radius: 10px;
}

@media (max-width: 520px) {
  .single-product .woocommerce-section .product-gallery-container {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
}

.single-product .woocommerce-section .product-gallery-container .product-badge {
  position: absolute;
  z-index: 4;
}

.single-product .woocommerce-section .product-gallery-container .product-badge.new-badge path {
  fill: #ff7d00;
}

.single-product .woocommerce-section .product-gallery-container .product-badge.sale-badge path {
  fill: #5bb786;
}

.single-product .woocommerce-section .product-gallery-container .product-badge.stock-badge path {
  fill: #b75b5b;
}

.single-product .woocommerce-section .product-gallery-container .product-badge span {
  position: absolute;
  top: 12px;
  left: 22px;
  color: white;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
}

.single-product .woocommerce-section .product-gallery-container .custom-slick-gallery-main {
  margin-bottom: 20px;
}

.single-product .woocommerce-section .product-gallery-container .custom-slick-gallery-main img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
  background-color: #fdf9f0;
}

.single-product .woocommerce-section .product-gallery-container .custom-slick-gallery-nav {}

.single-product .woocommerce-section .product-gallery-container .custom-slick-gallery-nav .slick-slide {
  margin: 0 12px;
}

.single-product .woocommerce-section .product-gallery-container .custom-slick-gallery-nav .slick-list {
  margin: 0 -12px;
}

.single-product .woocommerce-section .product-gallery-container .custom-slick-gallery-nav img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
  background-color: #fdf9f0;
}

.single-product .woocommerce-section .summary.entry-summary {
  margin-top: 140px;
}

@media (max-width: 520px) {
  .single-product .woocommerce-section .summary.entry-summary {
    width: 100%;
    float: none;
    margin-top: 20px;
  }
}

.single-product .woocommerce-section .summary.entry-summary h1.product_title.entry-title {
  font-family: Nunito;
  font-weight: 700;
  font-size: 40px;
  line-height: 127%;
  letter-spacing: -5%;
  margin-bottom: 20px;
}

@media (max-width: 520px) {
  .single-product .woocommerce-section .summary.entry-summary h1.product_title.entry-title {
    font-size: 30px;
    line-height: 120%;
  }
}

.single-product .woocommerce-section .summary.entry-summary .product_rating_price_custom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}

.single-product .woocommerce-section .summary.entry-summary .product_rating_price_custom .price {
  margin-bottom: 0;
}

.single-product .woocommerce-section .summary.entry-summary .product_rating_price_custom .price>span.woocommerce-Price-amount {
  font-family: Nunito;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 26px;
  line-height: 31px;
  letter-spacing: 0%;
  text-decoration: none;
  color: #1c2b1e;
}

.single-product .woocommerce-section .summary.entry-summary .product_rating_price_custom .price del {
  font-family: Nunito;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 16px;
  line-height: 31px;
  text-decoration: none;
  letter-spacing: 0%;
  text-decoration: line-through;
  color: #cbced1;
}

.single-product .woocommerce-section .summary.entry-summary .product_rating_price_custom .price ins {
  font-family: Nunito;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 26px;
  line-height: 31px;
  letter-spacing: 0%;
  color: #1c2b1e;
  text-decoration: none;
}

.single-product .woocommerce-section .summary.entry-summary .product_rating_price_custom .product_location {
  background-color: #1c2b1e;
  color: #fff;
  font-family: Nunito;
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0%;
  padding: 5px 15px;
  border-radius: 12px;
}

.single-product .woocommerce-section .summary.entry-summary .product_rating_price_custom .product_location i {
  margin-right: 8px;
}

.single-product .woocommerce-section .summary.entry-summary .product_rating_price_custom .ratings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
}

.single-product .woocommerce-section .summary.entry-summary .product_rating_price_custom .ratings i {
  color: #f87239;
  font-size: 20px;
}

.single-product .woocommerce-section .summary.entry-summary .variations th.label label {
  line-height: 50px;
}

.single-product .woocommerce-section .summary.entry-summary .variations select {
  width: auto;
  padding: 20px 30px;
  border-radius: 50px;
  font-family: "Nunito";
  font-weight: 700;
  font-style: Bold;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: -2%;
  vertical-align: middle;
  background-color: #fdf9f0;
  border: unset;
}

.single-product .woocommerce-section .summary.entry-summary .product_fields {
  background-color: #fdf9f0;
  padding: 20px 30px;
  border-radius: 50px;
  font-family: Nunito;
  font-weight: 700;
  font-style: Bold;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: -2%;
  vertical-align: middle;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 4px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 0px rgba(0, 0, 0, 0.2);
}

@media (max-width: 520px) {
  .single-product .woocommerce-section .summary.entry-summary .product_fields {
    font-size: 12px;
  }
}

.single-product .woocommerce-section .summary.entry-summary .product_card_button {
  background-color: unset;
  border: unset;
  position: relative;
  display: inline-block;
}

.single-product .woocommerce-section .summary.entry-summary .product_card_button svg path {
  -webkit-transition: fill 0.2s ease-in-out;
  transition: fill 0.2s ease-in-out;
}

.single-product .woocommerce-section .summary.entry-summary .product_card_button:hover svg path {
  fill: #c8962a;
}

.single-product .woocommerce-section .summary.entry-summary .product_card_button:hover span {
  color: #1c2b1e;
}

.single-product .woocommerce-section .summary.entry-summary .product_card_button span {
  position: absolute;
  top: 18px;
  left: 25px;
  font-family: Nunito;
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.single-product .woocommerce-section .summary.entry-summary .product_card_button span i {
  margin-right: 8px;
}

.single-product .woocommerce-section .summary.entry-summary p.stock.out-of-stock {
  font-weight: 700;
  font-size: 18px;
}

.single-product .woocommerce-section .woocommerce-tabs .accordion-body>h2 {
  display: none;
}

.single-product .woocommerce-section .woocommerce-tabs .accordion-body #comments h2 {
  display: none;
}

.single-product .product_faq-section {
  padding-top: 50px;
  padding-bottom: 100px;
  position: relative;
  background-color: #1c2b1e;
}

.single-product .product_faq-section .section-title {
  font-family: Nunito;
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: -0.5%;
  text-align: center;
  color: #ffffff;
}

.single-product .product_faq-section .section-description {
  font-family: Nunito;
  font-weight: 400;
  font-style: Regular;
  font-size: 15px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  color: #ffffff;
}

.single-product .product_faq-section #productFaqAccordion {
  margin-top: 40px;
}

.single-product .product_faq-section #productFaqAccordion .accordion-item {
  margin-bottom: 15px;
  border-radius: 10px;
  overflow: hidden;
}

.single-product .product_faq-section #productFaqAccordion .accordion-item.active {
  background-color: #c8962a;
  border-color: #c8962a;
}

.single-product .product_faq-section #productFaqAccordion .accordion-item.active button {
  background-color: #c8962a;
  border-color: #c8962a;
}

.single-product .product_faq-section #productFaqAccordion .accordion-item.active button:after {
  content: "\f056";
  font-family: "Font Awesome 7 Pro";
  background: unset;
  color: #1c2b1e;
  -webkit-transform: unset;
  transform: unset;
}

.single-product .product_faq-section #productFaqAccordion .accordion-item button {
  font-family: Nunito;
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0%;
  background-color: #fdf9f0;
  color: #1c2b1e;
}

.single-product .product_faq-section #productFaqAccordion .accordion-item button:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.single-product .product_faq-section #productFaqAccordion .accordion-item button:after {
  content: "\f055";
  font-family: "Font Awesome 7 Pro";
  background: unset;
  color: #b39630;
  -webkit-transform: unset;
  transform: unset;
  margin-top: -10px;
}

.single-product .product_faq-section #productFaqAccordion .accordion-item .accordion-body {
  font-family: Nunito;
  font-weight: 400;
  font-style: Regular;
  font-size: 15px;
  line-height: 150%;
  letter-spacing: 0%;
}

.single-product .product_related {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (max-width: 520px) {
  .single-product .product_related {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.single-product .product_related .products_row_header {
  margin-bottom: 50px;
}

.single-product .product_related .products_row_header h6 {
  font-family: Nunito;
  font-weight: 700;
  font-size: 40px;
  line-height: 154%;
  letter-spacing: -5%;
  text-align: center;
}

.single-product .product_related .products_row_header p {
  font-size: 15px;
  line-height: 150%;
}

.single-product .product_related .products_row_footer {
  margin-top: 50px;
}

.woo_reviews {
  background-color: #e0f0d8;
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (max-width: 520px) {
  .woo_reviews {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.woo_reviews .reviews_row_header h2 {
  font-size: 40px;
  line-height: 154%;
  font-weight: 700;
}

.woo_reviews .reviews_row_header p {
  font-size: 15px;
  line-height: 150%;
}

.woo_reviews .reviews_row_cards {
  margin-top: 55px;
}

.woo_reviews .reviews_row_cards .review_card {
  text-align: left;
  background-color: #fdf9f0;
  border-radius: 16px;
  padding: 50px 30px;
}

.woo_reviews .reviews_row_cards .review_card .review_card_top {
  margin-bottom: 20px;
}

.woo_reviews .reviews_row_cards .review_card .review_card_top .review_stars {
  color: #00b67a;
}

.woo_reviews .reviews_row_cards .review_card .review_card_top .review_verified {
  color: #6c6c83;
}

.woo_reviews .reviews_row_cards .review_card .review_card_body h6 {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.woo_reviews .reviews_row_cards .review_card .review_card_body p {
  font-size: 15px;
  line-height: 26px;
}

.woo_reviews .reviews_row_cards .review_card .review_card_body p.review_card_author {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 0;
}

.woo_reviews .reviews_row_cards .review_card .review_card_body p.review_card_author b {
  font-weight: 500;
}

.share-links {
  background-color: #1a6b2d;
  padding: 10px 20px;
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 5px;
  max-width: 680px;
  margin: 0 auto;
}

.share-links>div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2px;
}

.share-links span {
  font-weight: 700;
  font-style: Bold;
  font-size: 26px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #ffffff;
  margin-right: 10px;
}

@media (max-width: 520px) {
  .share-links span {
    font-size: 18px;
  }
}

.share-links span i {
  color: #1c2b1e;
}

.woocommerce-shop .product_title_top {
  padding-bottom: 100px;
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("/wp-content/uploads/2026/05/Header-home-BG02.png");
}

.woocommerce-shop .product_title_top:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 70px;
  z-index: -1;
  background: url(assets/img/cream-subtract.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1924px;
}

@media (min-width: 1924px) {
  .woocommerce-shop .product_title_top:after {
    background-size: cover;
  }
}

.woocommerce-shop .product_title_top .container-fluid {
  padding: 0;
}

.woocommerce-shop .product_title_top .container-fluid .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.woocommerce-shop .product_title_top .container-fluid .row .acf_page_header_row_text #breadcrumbs {
  color: white;
  font-size: 17px;
}

.woocommerce-shop .product_title_top .container-fluid .row .acf_page_header_row_text #breadcrumbs i.fa-chevron-right {
  font-size: 12px;
}

.woocommerce-shop .product_title_top .container-fluid .row .acf_page_header_row_text #breadcrumbs a {
  color: white;
  text-decoration: none;
}

.woocommerce-shop .product_title_top .container-fluid .row .acf_page_header_row_text #breadcrumbs>span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.woocommerce-shop .product_title_top .container-fluid .row .acf_page_header_row_text #breadcrumbs .breadcrumb_last {
  font-weight: 900;
}

.woocommerce-shop .product_title_top .container-fluid .row .acf_page_header_row_text .funky_pre_title {
  -webkit-transform: rotate(-3.52deg);
  transform: rotate(-3.52deg);
  font-size: 62px;
  line-height: 100%;
  font-weight: 900;
  font-family: "Londrina Solid", sans-serif;
  text-transform: uppercase;
  color: #1c2b1e;
  margin-bottom: -10px;
  text-shadow: 5px 5px #e0c18e;
}

@media (max-width: 520px) {
  .woocommerce-shop .product_title_top .container-fluid .row .acf_page_header_row_text .funky_pre_title {
    font-size: 24px;
    margin-bottom: 0px;
  }
}

.woocommerce-shop .product_title_top .container-fluid .row .woocommerce-notices-wrapper {
  margin-top: 50px;
}

.woocommerce-shop .woocommerce-filters {
  padding-top: 50px;
  padding-bottom: 100px;
}

.woocommerce-shop .woocommerce-filters .filter_title {
  font-family: "Nunito";
  font-weight: 700;
  font-style: Bold;
  font-size: 26px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #fff;
}

.woocommerce-shop .woocommerce-filters .facet_filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

@media (max-width: 520px) {
  .woocommerce-shop .woocommerce-filters .facet_filters {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.woocommerce-shop .woocommerce-filters .facet_filters .facetwp-facet {
  margin-bottom: 0px;
  width: 100%;
}

.woocommerce-shop .woocommerce-filters .facet_filters .facetwp-facet select {
  width: 100%;
  padding: 10px 15px;
  border-radius: 20px;
  font-family: "Nunito";
  font-weight: 700;
  font-style: Bold;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: -2%;
  vertical-align: middle;
}

.woocommerce-shop .woocommerce-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (max-width: 520px) {
  .woocommerce-shop .woocommerce-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.woocommerce-shop .woocommerce-section header.woocommerce-products-header {
  display: none;
}

/* --- Original style.css --- */
/**

Theme Name: Miss Tree Games

Theme URI: https://www.misstreegames.co.uk

Author: CreatedFor

Author URI: https://createdfor.co.uk

Description: A theme designed for Miss Tree Games Ltd. — home of city adventures, party games, and tabletop fun.

Version: 1.0

License: GNU General Public License v2 or later

License URI: https://www.gnu.org/licenses/gpl-2.0.html

Text Domain: miss-tree-games

Tags: games, adventure, family, puzzles, tabletop, responsive

**/

/**

Custom CSS for City Quests Theme

*/
/* CityQuests Blog Post Styling */
.container {
  /*  max-width: 900px; */
  margin: 0 auto;
  padding: 24px 16px;
}

.cq-post-title {
  font-size: 2.1rem;
  line-height: 1.15;
  margin: 0 0 8px;
}

.cq-post-meta {
  font-size: 0.95rem;
  opacity: 0.75;
  margin-bottom: 18px;
}

.cq-post-content {
  font-size: 1.08rem;
  line-height: 1.75;
}

.cq-post-content h2 {
  margin-top: 28px;
  font-size: 1.5rem;
  line-height: 1.2;
}

.cq-post-content h3 {
  margin-top: 22px;
  font-size: 1.25rem;
}

.cq-post-content p {
  margin: 0 0 16px;
}

.cq-post-content ul,
.cq-post-content ol {
  padding-left: 22px;
  margin: 0 0 18px;
}

.cq-post-content li {
  margin: 8px 0;
}

.cq-post-content a {
  text-decoration: underline;
}

.cq-post-content img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

header .notice-bar {
  margin-top: -20px !important;
}

header nav {
  padding-top: 0px !important;
}

.container {
  /* max-width: 900px; */
  padding: 14px 16px 0px 16px !important;
}

header.scrolled .navbar-brand img {
  height: 106px !important;
}

h2 {
  margin-bottom: .7rem !important;
}

h4 {
  margin-bottom: .7rem !important;
}

.woocommerce div.product form.cart .variations {
  margin-bottom: 2em;
  border: 0;
  width: 100%;
}

.woocommerce-variation-description {
  margin-bottom: 2em;
}

.woocommerce-product-details__short-description {
  margin-bottom: 2em;
}

/* Cart Offer Text Styling & Alignment */
dl:has(.mtg-offer-k),
.wc-block-components-item-metadata:has(.mtg-offer-k) {
  display: flex !important;
  align-items: baseline !important;
  gap: 5px !important;
  flex-wrap: wrap;
  margin-top: 5px;
}

dl:has(.mtg-offer-k) *,
.wc-block-components-item-metadata:has(.mtg-offer-k) * {
  font-size: 13px !important;
  color: #ff7d00 !important;
  font-weight: bold !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.2 !important;
}

/* Featured Products Slider */
.featured_products_slider {
  position: relative;
  padding-bottom: 40px;
}

.featured_products_slider .slick-prev,
.featured_products_slider .slick-next {
  width: 50px;
  height: 50px;
  z-index: 10;
}

.featured_products_slider .slick-prev {
  left: 15px;
}

.featured_products_slider .slick-next {
  right: 15px;
}

.featured_products_slider .slick-prev:before,
.featured_products_slider .slick-next:before {
  font-size: 40px;
  color: #ff7d00;
  opacity: 0.8;
}

.featured_products_slider .slick-prev:hover:before,
.featured_products_slider .slick-next:hover:before {
  opacity: 1;
}

.featured_products_slider .slick-dots {
  bottom: -10px;
}

.featured_products_slider .slick-dots li button:before {
  font-size: 14px;
  color: #ff7d00;
}

.featured_products_slider .slick-dots li.slick-active button:before {
  color: #1c2b1e;
}

.featured_products_slider .featured_product_button {
  margin-top: 2rem;
}

.woocommerce-notice woocommerce-notice--success woocommerce-thankyou-order-received {
  font-size: 40px !important;
  line-height: 120% !important;
}