@charset "UTF-8";
/* main scss */
/* base scss */
/* SIZES */
/* Breakpoints */
/*desktop max width*/
/* width for centered content blocks*/
/*desktop left/right padding*/
/*mobile left/right padding*/
/*desktop linked block top/bottom*/
/*** MIXIN FOR BREAKPOINTS 
USE @include sm/md/lg to create media queries
***/
*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
}
body.no-scroll {
  overflow: hidden;
}

a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: underline;
}

a.no-hover:hover {
  text-decoration: none;
}

.button-link {
  position: relative;
}

.container-inner-body {
  overflow: hidden;
}

strong {
  font-family: "Faro Bold" !important;
}

.section {
  padding: 3rem 2rem;
  display: flex;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .section {
    min-height: 500px;
    padding: 3rem;
  }
}
/** VARIABLES **/
/* COLORS */
/* dark red */
/* dark blue */
/* darker blue */
/* dark green */
/* purple */
/* SIZES */
/* Breakpoints */
/*desktop max width*/
/* width for centered content blocks*/
/*desktop left/right padding*/
/*mobile left/right padding*/
/*desktop linked block top/bottom*/
/*** MIXIN FOR BREAKPOINTS 
USE @include sm/md/lg to create media queries
***/
/* FONT SETTINGS */
@font-face {
  font-family: "Faro Regular";
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  src: url("../fonts/FaroWeb-RegularLucky.woff2") format("woff2"), url("../fonts/FaroWeb-RegularLucky.woff") format("woff");
}
@font-face {
  font-family: "Faro SemiBold";
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  src: url("../fonts/FaroWeb-SemiBoldLucky.woff2") format("woff2"), url("../fonts/FaroWeb-SemiBoldLucky.woff") format("woff");
}
@font-face {
  font-family: "Faro Bold";
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  src: url("../fonts/FaroWeb-BoldLucky.woff2") format("woff2"), url("../fonts/FaroWeb-BoldLucky.woff") format("woff");
}
strong {
  font-family: "Faro Bold" !important;
}

body {
  font-family: "Faro Regular";
  font-size: 18px;
  line-height: 25px;
}

h1, h2, h3 {
  font-family: "Faro SemiBold";
  text-transform: uppercase;
}

h1 {
  font-size: 60px;
  line-height: 63px;
}

h1.header > span {
  font-size: 20px;
  display: block;
}
@media (min-width: 1200px) {
  h1.header > span {
    font-size: 30px !important;
  }
}

h2 {
  font-size: 30px;
  line-height: 36px;
}

h3 {
  font-size: 23px;
  line-height: 28px;
}

p {
  font-size: 18px;
  line-height: 25px;
}

.intro__text p {
  font-size: 22px;
  line-height: 32px;
}

.eyebrow {
  font-size: 18px;
  line-height: 25px;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .eyebrow {
    font-size: 12px;
    line-height: 18px;
  }
}

.quote__text {
  font-family: "Faro SemiBold";
  font-size: 35px;
  line-height: 42px;
}

.button-link a {
  font-family: "Faro SemiBold";
  font-size: 16px;
  text-transform: uppercase;
}

.menu {
  font-family: "Faro Semibold";
  font-size: 18px;
  line-height: 23px;
}

.sub-menu .menu-item a {
  font-family: "Faro Regular";
  font-size: 18px;
  line-height: 23px;
}

.inner__footer p {
  font-size: 16px;
  line-height: 21px;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 16px;
    line-height: 23px;
  }
  h1 {
    font-size: 30px;
    line-height: 33px;
  }
  h2 {
    font-size: 20px !important;
    line-height: 24px;
  }
  h3 {
    font-size: 15px;
    line-height: 18px;
  }
  p {
    font-size: 16px;
    line-height: 23px;
  }
  .intro__text p {
    font-size: 16px;
    line-height: 23px;
  }
  .small__text {
    font-size: 13px;
    line-height: 15px;
  }
  .quote__text {
    font-size: 18px;
    line-height: 23px;
  }
  .menu-item {
    font-size: 18px;
    line-height: 23px;
  }
  .sub-menu .menu-item a {
    font-family: "Faro Regular";
    font-size: 15px !important;
    line-height: 18px;
  }
  .inner__footer p {
    font-size: 12px;
    line-height: 15px;
  }
}
/*
THEME SETTINGS
General settings for buttons and icons
Main theme
Light theme
Sub menu theme (reversed colors)

*/
.back-link {
  max-width: 1200px;
  margin: 0 auto;
  font-size: 14px;
  font-family: "Faro SemiBold";
  display: block;
  position: relative;
  padding: 0 2rem 2rem;
  display: flex;
  align-items: center;
}
.back-link span {
  margin-left: 1rem;
  position: absolute;
}
.back-link:before {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: 7px;
  height: 15px;
  width: 15px;
  transform: rotate(180deg);
  transition: 0.3s ease;
  display: block;
}
.back-link:hover span {
  text-decoration: underline;
}
.back-link:hover:before {
  margin-left: -0.3rem;
}

@media screen and (min-width: 992px) {
  .back-link {
    padding: 0 3rem 2rem;
    font-size: 16px;
  }
}
/* icons */
.dropdown_icon {
  cursor: pointer;
  height: 22px;
  margin-left: 1rem;
  background-image: url("../images/icons/icon-plus_default.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  width: 28px;
}
.dropdown_icon.active {
  background-image: url("../images/icons/icon-minus_default.svg");
}

@media screen and (min-width: 768px) {
  .dropdown_icon {
    width: 22px;
    background-size: 22px;
  }
}
.button-link_arrow {
  width: 10px;
  height: 18px;
  margin-left: 0.3rem;
  padding: 0 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../images/arrows/arrow-white.svg");
  background-size: 10px 13px;
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.3s ease;
}

.button-link-container {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.button-link-container:hover .button-link_arrow {
  margin-left: 1rem;
  transition: 0.3s ease;
}
.button-link-container .button-link {
  font-family: "Faro SemiBold";
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  font-size: 14px;
  line-height: 17px;
}
@media screen and (min-width: 768px) {
  .button-link-container .button-link {
    font-size: 16px;
    line-height: 19px;
  }
}
.button-link-container .button-link:hover {
  text-decoration: none;
}
.button-link-container .button-link:hover:after {
  display: block;
}
.button-link-container .button-link:after {
  content: "";
  display: none;
  width: 100%;
  height: 2px;
  color: white;
}

.button {
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  position: relative;
  font-family: "Faro SemiBold";
  color: white;
  min-width: 235px;
  max-width: -moz-max-content;
  max-width: max-content;
  height: 45px;
  align-items: center;
  justify-content: center;
  margin: 1.9rem auto;
  border-radius: 5px;
  border: 2.3px solid;
  padding: 0 1rem;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
}
@media screen and (min-width: 992px) {
  .button {
    font-size: 16px;
    line-height: 23px;
  }
}
.button .button-link_arrow {
  position: relative;
  top: 25% !important;
  background-image: url("../images/arrows/arrow-white.svg") !important;
  transition: 0s;
}
.button:hover {
  background-color: transparent !important;
}

.category-link:after {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: 9px;
  height: 20px;
  width: 20px;
  transition: 0.3s ease;
  display: block;
}

/* hover underline */
@media screen and (min-width: 992px) {
  .menu-item a:after {
    content: "";
    display: none;
    width: 100%;
    height: 2px;
  }
  .menu-item a:hover {
    text-decoration: none;
  }
  .menu-item a:hover:after {
    display: block;
  }
}
.btn-filter {
  font-family: "Faro SemiBold";
  color: white;
  min-width: 80px;
  max-width: -moz-max-content;
  max-width: max-content;
  min-height: 35px;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0.5rem;
  border-radius: 5px;
  padding: 0.3rem 1rem;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 15px;
}
@media screen and (min-width: 768px) {
  .btn-filter {
    height: 45px;
    font-size: 14px;
    line-height: 17px;
  }
}

.filter-label {
  font-family: "Faro Regular";
  height: 35px;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0.5rem;
  font-size: 12px;
  line-height: 15px;
}
@media screen and (min-width: 768px) {
  .filter-label {
    height: 45px;
    font-size: 14px;
    line-height: 17px;
  }
}

/* MAIN THEME start */
.theme-beige {
  background-color: #f3e4cd;
  color: #284734;
}
.theme-beige .sub-menu {
  background-color: #284734;
  color: #f3e4cd;
}
.theme-beige .sub-menu .menu-item a:after {
  background: #f3e4cd;
}
.theme-beige .sub-menu .current-menu-item .sub-menu .menu-item a:after {
  background: #f3e4cd;
}
.theme-beige .btn-filter {
  background-color: #f4eada;
  color: #284734;
}
.theme-beige .btn-filter:hover {
  background-color: #284734;
  color: white;
}
.theme-beige .btn-filter.active {
  background-color: #284734;
  color: white;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
}

.theme-beige-light {
  background-color: #f4eada;
  color: #284734;
}
.theme-beige-light .sub-menu {
  background-color: #284734;
  color: #f4eada;
}
.theme-beige-light .sub-menu .menu-item a:after {
  background: #f4eada;
}
.theme-beige-light .sub-menu .current-menu-item .sub-menu .menu-item a:after {
  background: #f4eada;
}
.theme-beige-light .btn-filter {
  background-color: #f3e4cd;
  color: #284734;
}
.theme-beige-light .btn-filter:hover {
  background-color: #284734;
  color: white;
}
.theme-beige-light .btn-filter.active {
  background-color: #284734;
  color: white;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
}

.theme-beige .dropdown_icon,
.theme-beige-light .dropdown_icon {
  background-image: url("../images/icons/icon-plus_theme-beige.svg");
}
.theme-beige .dropdown_icon.active,
.theme-beige-light .dropdown_icon.active {
  background-image: url("../images/icons/icon-minus_theme-beige.svg");
}
.theme-beige .back-link::before,
.theme-beige-light .back-link::before {
  background-image: url("../images/arrows/arrow-theme-beige.svg");
}
.theme-beige .button-link-container .button-link,
.theme-beige-light .button-link-container .button-link {
  margin-bottom: 2px;
}
.theme-beige .button-link-container .button-link:hover,
.theme-beige-light .button-link-container .button-link:hover {
  margin-bottom: 0;
}
.theme-beige .button-link-container .button-link:hover:after,
.theme-beige-light .button-link-container .button-link:hover:after {
  background: #284734;
}
.theme-beige .button-link-container .button-link_arrow,
.theme-beige-light .button-link-container .button-link_arrow {
  background-image: url("../images/arrows/arrow-theme-beige.svg");
}
.theme-beige .button,
.theme-beige-light .button {
  background-color: #284734;
  border: solid #284734;
}
.theme-beige .button:hover,
.theme-beige-light .button:hover {
  color: #284734;
}
.theme-beige .button:hover .button-link_arrow,
.theme-beige-light .button:hover .button-link_arrow {
  background-image: url("../images/arrows/arrow-theme-beige.svg") !important;
}
.theme-beige .menu-item a:after,
.theme-beige-light .menu-item a:after {
  background: #284734;
}
.theme-beige .filter-label,
.theme-beige-light .filter-label {
  color: #284734;
}
.theme-beige .category-link:after,
.theme-beige-light .category-link:after {
  background-image: url("../images/arrows/arrow-theme-beige.svg");
}
.theme-beige .faq-question .faq-arrow,
.theme-beige .show-all .faq-arrow,
.theme-beige-light .faq-question .faq-arrow,
.theme-beige-light .show-all .faq-arrow {
  background-image: url("../images/arrows/arrow-theme-beige.svg") !important;
}
.theme-beige.ingredients__container tr:nth-child(odd),
.theme-beige-light.ingredients__container tr:nth-child(odd) {
  background-color: #f4eada;
}
.theme-beige .wysiwyg__container li:before,
.theme-beige-light .wysiwyg__container li:before {
  background-image: url("../images/menu/menu-active_theme-beige.png");
}
.theme-beige .slide-carousel .owl-nav button,
.theme-beige .history-carousel .owl-nav button,
.theme-beige-light .slide-carousel .owl-nav button,
.theme-beige-light .history-carousel .owl-nav button {
  background-image: url(../images/arrows/arrow-theme-beige.svg) !important;
}
.theme-beige .slide-carousel .owl-dots button,
.theme-beige .history-carousel .owl-dots button,
.theme-beige-light .slide-carousel .owl-dots button,
.theme-beige-light .history-carousel .owl-dots button {
  background-color: #284734;
  opacity: 0.4;
}
.theme-beige .slide-carousel .owl-dots button.active,
.theme-beige .history-carousel .owl-dots button.active,
.theme-beige-light .slide-carousel .owl-dots button.active,
.theme-beige-light .history-carousel .owl-dots button.active {
  opacity: 1;
}
.theme-beige .texture-image svg,
.theme-beige-light .texture-image svg {
  fill: #284734;
}

.theme-red {
  background-color: #ecbaa8;
  color: #3f2021;
}
.theme-red .sub-menu {
  background-color: #3f2021;
  color: #ecbaa8;
}
.theme-red .sub-menu .menu-item a:after {
  background: #ecbaa8;
}
.theme-red .sub-menu .current-menu-item .sub-menu .menu-item a:after {
  background: #ecbaa8;
}
.theme-red .btn-filter {
  background-color: #efccc0;
  color: #3f2021;
}
.theme-red .btn-filter:hover {
  background-color: #3f2021 !important;
  color: white;
}
.theme-red .btn-filter.active {
  background-color: #3f2021;
  color: white;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
}

.theme-red-light {
  background-color: #efccc0;
  color: #3f2021;
}
.theme-red-light .sub-menu {
  background-color: #3f2021;
  color: #efccc0;
}
.theme-red-light .sub-menu .menu-item a:after {
  background: #efccc0;
}
.theme-red-light .sub-menu .current-menu-item .sub-menu .menu-item a:after {
  background: #efccc0;
}
.theme-red-light .btn-filter {
  background-color: #ecbaa8;
  color: #3f2021;
}
.theme-red-light .btn-filter:hover {
  background-color: #3f2021;
  color: white;
}
.theme-red-light .btn-filter.active {
  background-color: #3f2021;
  color: white;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
}

.theme-red .dropdown_icon,
.theme-red-light .dropdown_icon {
  background-image: url("../images/icons/icon-plus_theme-red.svg");
}
.theme-red .dropdown_icon.active,
.theme-red-light .dropdown_icon.active {
  background-image: url("../images/icons/icon-minus_theme-red.svg");
}
.theme-red .back-link::before,
.theme-red-light .back-link::before {
  background-image: url("../images/arrows/arrow-theme-red.svg");
}
.theme-red .button-link-container .button-link,
.theme-red-light .button-link-container .button-link {
  margin-bottom: 2px;
}
.theme-red .button-link-container .button-link:hover,
.theme-red-light .button-link-container .button-link:hover {
  margin-bottom: 0;
}
.theme-red .button-link-container .button-link:hover:after,
.theme-red-light .button-link-container .button-link:hover:after {
  background: #3f2021;
}
.theme-red .button-link-container .button-link_arrow,
.theme-red-light .button-link-container .button-link_arrow {
  background-image: url("../images/arrows/arrow-theme-red.svg");
}
.theme-red .button,
.theme-red-light .button {
  background-color: #3f2021;
  border: solid #3f2021;
}
.theme-red .button:hover,
.theme-red-light .button:hover {
  color: #3f2021;
}
.theme-red .button:hover .button-link_arrow,
.theme-red-light .button:hover .button-link_arrow {
  background-image: url("../images/arrows/arrow-theme-red.svg") !important;
}
.theme-red .menu-item a:after,
.theme-red-light .menu-item a:after {
  background: #3f2021;
}
.theme-red .filter-label,
.theme-red-light .filter-label {
  color: #3f2021;
}
.theme-red .category-link:after,
.theme-red-light .category-link:after {
  background-image: url("../images/arrows/arrow-theme-red.svg");
}
.theme-red .faq-question .faq-arrow,
.theme-red .show-all .faq-arrow,
.theme-red-light .faq-question .faq-arrow,
.theme-red-light .show-all .faq-arrow {
  background-image: url("../images/arrows/arrow-theme-red.svg") !important;
}
.theme-red.ingredients__container tr:nth-child(odd),
.theme-red-light.ingredients__container tr:nth-child(odd) {
  background-color: #efccc0;
}
.theme-red .wysiwyg__container li:before,
.theme-red-light .wysiwyg__container li:before {
  background-image: url("../images/menu/menu-active_theme-red.png");
}
.theme-red .slide-carousel .owl-nav button,
.theme-red .history-carousel .owl-nav button,
.theme-red-light .slide-carousel .owl-nav button,
.theme-red-light .history-carousel .owl-nav button {
  background-image: url(../images/arrows/arrow-theme-red.svg) !important;
}
.theme-red .slide-carousel .owl-dots button,
.theme-red .history-carousel .owl-dots button,
.theme-red-light .slide-carousel .owl-dots button,
.theme-red-light .history-carousel .owl-dots button {
  background-color: #3f2021;
  opacity: 0.4;
}
.theme-red .slide-carousel .owl-dots button.active,
.theme-red .history-carousel .owl-dots button.active,
.theme-red-light .slide-carousel .owl-dots button.active,
.theme-red-light .history-carousel .owl-dots button.active {
  opacity: 1;
}
.theme-red .texture-image svg,
.theme-red-light .texture-image svg {
  fill: #3f2021;
}

.theme-blue {
  background-color: #b6b8dc;
  color: #1e1a34;
}
.theme-blue .sub-menu {
  background-color: #1e1a34;
  color: #b6b8dc;
}
.theme-blue .sub-menu .menu-item a:after {
  background: #b6b8dc;
}
.theme-blue .sub-menu .current-menu-item .sub-menu .menu-item a:after {
  background: #b6b8dc;
}
.theme-blue .btn-filter {
  background-color: #cacbe4;
  color: #1e1a34;
}
.theme-blue .btn-filter:hover {
  background-color: #1e1a34;
  color: white;
}
.theme-blue .btn-filter.active {
  background-color: #1e1a34;
  color: white;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
}

.theme-blue-light {
  background-color: #cacbe4;
  color: #1e1a34;
}
.theme-blue-light .sub-menu {
  background-color: #1e1a34;
  color: #cacbe4;
}
.theme-blue-light .sub-menu .menu-item a:after {
  background: #cacbe4;
}
.theme-blue-light .sub-menu .current-menu-item .sub-menu .menu-item a:after {
  background: #cacbe4;
}
.theme-blue-light .btn-filter {
  background-color: #b6b8dc;
  color: #1e1a34;
}
.theme-blue-light .btn-filter:hover {
  background-color: #1e1a34;
  color: white;
}
.theme-blue-light .btn-filter.active {
  background-color: #1e1a34;
  color: white;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
}

.theme-blue .dropdown_icon,
.theme-blue-light .dropdown_icon {
  background-image: url("../images/icons/icon-plus_theme-blue.svg");
}
.theme-blue .dropdown_icon.active,
.theme-blue-light .dropdown_icon.active {
  background-image: url("../images/icons/icon-minus_theme-blue.svg");
}
.theme-blue .back-link::before,
.theme-blue-light .back-link::before {
  background-image: url("../images/arrows/arrow-theme-blue.svg");
}
.theme-blue .button-link-container .button-link,
.theme-blue-light .button-link-container .button-link {
  margin-bottom: 2px;
}
.theme-blue .button-link-container .button-link:hover,
.theme-blue-light .button-link-container .button-link:hover {
  margin-bottom: 0;
}
.theme-blue .button-link-container .button-link:hover:after,
.theme-blue-light .button-link-container .button-link:hover:after {
  background: #1e1a34;
}
.theme-blue .button-link-container .button-link_arrow,
.theme-blue-light .button-link-container .button-link_arrow {
  background-image: url("../images/arrows/arrow-theme-blue.svg");
}
.theme-blue .button,
.theme-blue-light .button {
  background-color: #1e1a34;
  border: solid #1e1a34;
}
.theme-blue .button:hover,
.theme-blue-light .button:hover {
  color: #1e1a34;
}
.theme-blue .button:hover .button-link_arrow,
.theme-blue-light .button:hover .button-link_arrow {
  background-image: url("../images/arrows/arrow-theme-blue.svg") !important;
}
.theme-blue .menu-item a:after,
.theme-blue-light .menu-item a:after {
  background: #1e1a34;
}
.theme-blue .filter-label,
.theme-blue-light .filter-label {
  color: #1e1a34;
}
.theme-blue .category-link:after,
.theme-blue-light .category-link:after {
  background-image: url("../images/arrows/arrow-theme-blue.svg");
}
.theme-blue .faq-question .faq-arrow,
.theme-blue .show-all .faq-arrow,
.theme-blue-light .faq-question .faq-arrow,
.theme-blue-light .show-all .faq-arrow {
  background-image: url("../images/arrows/arrow-theme-blue.svg") !important;
}
.theme-blue.ingredients__container tr:nth-child(odd),
.theme-blue-light.ingredients__container tr:nth-child(odd) {
  background-color: #cacbe4;
}
.theme-blue .wysiwyg__container li:before,
.theme-blue-light .wysiwyg__container li:before {
  background-image: url("../images/menu/menu-active_theme-blue.png");
}
.theme-blue .slide-carousel .owl-nav button,
.theme-blue .history-carousel .owl-nav button,
.theme-blue-light .slide-carousel .owl-nav button,
.theme-blue-light .history-carousel .owl-nav button {
  background-image: url(../images/arrows/arrow-theme-blue.svg) !important;
}
.theme-blue .slide-carousel .owl-dots button,
.theme-blue .history-carousel .owl-dots button,
.theme-blue-light .slide-carousel .owl-dots button,
.theme-blue-light .history-carousel .owl-dots button {
  background-color: #1e1a34;
  opacity: 0.4;
}
.theme-blue .slide-carousel .owl-dots button.active,
.theme-blue .history-carousel .owl-dots button.active,
.theme-blue-light .slide-carousel .owl-dots button.active,
.theme-blue-light .history-carousel .owl-dots button.active {
  opacity: 1;
}
.theme-blue .texture-image svg,
.theme-blue-light .texture-image svg {
  fill: #1e1a34;
}

.theme-green {
  background-color: #c4d6a4;
  color: #232d4d;
}
.theme-green .sub-menu {
  background-color: #232d4d;
  color: #c4d6a4;
}
.theme-green .sub-menu .menu-item a:after {
  background: #c4d6a4;
}
.theme-green .sub-menu .current-menu-item .sub-menu .menu-item a:after {
  background: #c4d6a4;
}
.theme-green .btn-filter {
  background-color: #b8cf97;
  color: #232d4d;
}
.theme-green .btn-filter:hover {
  background-color: #232d4d;
  color: white;
}
.theme-green .btn-filter.active {
  background-color: #232d4d;
  color: white;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
}

.theme-green-light {
  background-color: #b8cf97;
  color: #232d4d;
}
.theme-green-light .sub-menu {
  background-color: #232d4d;
  color: #b8cf97;
}
.theme-green-light .sub-menu .menu-item a:after {
  background: #c4d6a4;
}
.theme-green-light .sub-menu .current-menu-item .sub-menu .menu-item a:after {
  background: #c4d6a4;
}
.theme-green-light .btn-filter {
  background-color: #c4d6a4;
  color: #232d4d;
}
.theme-green-light .btn-filter:hover {
  background-color: #232d4d;
  color: white;
}
.theme-green-light .btn-filter.active {
  background-color: #232d4d;
  color: white;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
}

.theme-green .dropdown_icon,
.theme-green-light .dropdown_icon {
  background-image: url("../images/icons/icon-plus_theme-green.svg");
}
.theme-green .dropdown_icon.active,
.theme-green-light .dropdown_icon.active {
  background-image: url("../images/icons/icon-minus_theme-green.svg");
}
.theme-green .back-link::before,
.theme-green-light .back-link::before {
  background-image: url("../images/arrows/arrow-theme-green.svg");
}
.theme-green .button-link-container .button-link,
.theme-green-light .button-link-container .button-link {
  margin-bottom: 2px;
}
.theme-green .button-link-container .button-link:hover,
.theme-green-light .button-link-container .button-link:hover {
  margin-bottom: 0;
}
.theme-green .button-link-container .button-link:hover:after,
.theme-green-light .button-link-container .button-link:hover:after {
  background: #232d4d;
}
.theme-green .button-link-container .button-link_arrow,
.theme-green-light .button-link-container .button-link_arrow {
  background-image: url("../images/arrows/arrow-theme-green.svg");
}
.theme-green .button,
.theme-green-light .button {
  background-color: #232d4d;
  border: solid #232d4d;
}
.theme-green .button:hover,
.theme-green-light .button:hover {
  color: #232d4d;
}
.theme-green .button:hover .button-link_arrow,
.theme-green-light .button:hover .button-link_arrow {
  background-image: url("../images/arrows/arrow-theme-green.svg") !important;
}
.theme-green .menu-item a:after,
.theme-green-light .menu-item a:after {
  background: #232d4d;
}
.theme-green .filter-label,
.theme-green-light .filter-label {
  color: #232d4d;
}
.theme-green .category-link:after,
.theme-green-light .category-link:after {
  background-image: url("../images/arrows/arrow-theme-green.svg");
}
.theme-green .faq-question .faq-arrow,
.theme-green .show-all .faq-arrow,
.theme-green-light .faq-question .faq-arrow,
.theme-green-light .show-all .faq-arrow {
  background-image: url("../images/arrows/arrow-theme-green.svg") !important;
}
.theme-green.ingredients__container tr:nth-child(odd),
.theme-green-light.ingredients__container tr:nth-child(odd) {
  background-color: #b8cf97;
}
.theme-green .wysiwyg__container li:before,
.theme-green-light .wysiwyg__container li:before {
  background-image: url("../images/menu/menu-active_theme-green.png");
}
.theme-green .slide-carousel .owl-nav button,
.theme-green .history-carousel .owl-nav button,
.theme-green-light .slide-carousel .owl-nav button,
.theme-green-light .history-carousel .owl-nav button {
  background-image: url(../images/arrows/arrow-theme-green.svg) !important;
}
.theme-green .slide-carousel .owl-dots button,
.theme-green .history-carousel .owl-dots button,
.theme-green-light .slide-carousel .owl-dots button,
.theme-green-light .history-carousel .owl-dots button {
  background-color: #232d4d;
  opacity: 0.4;
}
.theme-green .slide-carousel .owl-dots button.active,
.theme-green .history-carousel .owl-dots button.active,
.theme-green-light .slide-carousel .owl-dots button.active,
.theme-green-light .history-carousel .owl-dots button.active {
  opacity: 1;
}
.theme-green .texture-image svg,
.theme-green-light .texture-image svg {
  fill: #232d4d;
}

.theme-pink {
  background-color: #e9ced5;
  color: #3f2a56;
}
.theme-pink .sub-menu {
  background-color: #3f2a56;
  color: #e9ced5;
}
.theme-pink .sub-menu .menu-item a:after {
  background: #e9ced5;
}
.theme-pink .sub-menu .current-menu-item .sub-menu .menu-item a:after {
  background: #e9ced5;
}
.theme-pink .btn-filter {
  background-color: #eddadf;
  color: #3f2a56;
}
.theme-pink .btn-filter:hover {
  background-color: #3f2a56;
  color: white;
}
.theme-pink .btn-filter.active {
  background-color: #3f2a56;
  color: white;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
}

.theme-pink-light {
  background-color: #eddadf;
  color: #3f2a56;
}
.theme-pink-light .sub-menu {
  background-color: #3f2a56;
  color: #eddadf;
}
.theme-pink-light .sub-menu .menu-item a:after {
  background: #eddadf;
}
.theme-pink-light .sub-menu .current-menu-item .sub-menu .menu-item a:after {
  background: #eddadf;
}
.theme-pink-light .btn-filter {
  background-color: #e9ced5;
  color: #3f2a56;
}
.theme-pink-light .btn-filter:hover {
  background-color: #3f2a56;
  color: white;
}
.theme-pink-light .btn-filter.active {
  background-color: #3f2a56;
  color: white;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
}

.theme-pink .dropdown_icon,
.theme-pink-light .dropdown_icon {
  background-image: url("../images/icons/icon-plus_theme-pink.svg");
}
.theme-pink .dropdown_icon.active,
.theme-pink-light .dropdown_icon.active {
  background-image: url("../images/icons/icon-minus_theme-pink.svg");
}
.theme-pink .back-link::before,
.theme-pink-light .back-link::before {
  background-image: url("../images/arrows/arrow-theme-pink.svg");
}
.theme-pink .button-link-container .button-link,
.theme-pink-light .button-link-container .button-link {
  margin-bottom: 2px;
}
.theme-pink .button-link-container .button-link:hover,
.theme-pink-light .button-link-container .button-link:hover {
  margin-bottom: 0;
}
.theme-pink .button-link-container .button-link:hover:after,
.theme-pink-light .button-link-container .button-link:hover:after {
  background: #3f2a56;
}
.theme-pink .button-link-container .button-link_arrow,
.theme-pink-light .button-link-container .button-link_arrow {
  background-image: url("../images/arrows/arrow-theme-pink.svg");
}
.theme-pink .button,
.theme-pink-light .button {
  background-color: #3f2a56;
  border: solid #3f2a56;
}
.theme-pink .button:hover,
.theme-pink-light .button:hover {
  color: #3f2a56;
}
.theme-pink .button:hover .button-link_arrow,
.theme-pink-light .button:hover .button-link_arrow {
  background-image: url("../images/arrows/arrow-theme-pink.svg") !important;
}
.theme-pink .menu-item a:after,
.theme-pink-light .menu-item a:after {
  background: #3f2a56;
}
.theme-pink .filter-label,
.theme-pink-light .filter-label {
  color: #3f2a56;
}
.theme-pink .category-link:after,
.theme-pink-light .category-link:after {
  background-image: url("../images/arrows/arrow-theme-pink.svg");
}
.theme-pink .faq-question .faq-arrow,
.theme-pink .show-all .faq-arrow,
.theme-pink-light .faq-question .faq-arrow,
.theme-pink-light .show-all .faq-arrow {
  background-image: url("../images/arrows/arrow-theme-pink.svg") !important;
}
.theme-pink.ingredients__container tr:nth-child(odd),
.theme-pink-light.ingredients__container tr:nth-child(odd) {
  background-color: #eddadf;
}
.theme-pink .wysiwyg__container li:before,
.theme-pink-light .wysiwyg__container li:before {
  background-image: url("../images/menu/menu-active_theme-pink.png");
}
.theme-pink .slide-carousel .owl-nav button,
.theme-pink .history-carousel .owl-nav button,
.theme-pink-light .slide-carousel .owl-nav button,
.theme-pink-light .history-carousel .owl-nav button {
  background-image: url(../images/arrows/arrow-theme-pink.svg) !important;
}
.theme-pink .slide-carousel .owl-dots button,
.theme-pink .history-carousel .owl-dots button,
.theme-pink-light .slide-carousel .owl-dots button,
.theme-pink-light .history-carousel .owl-dots button {
  background-color: #3f2a56;
  opacity: 0.4;
}
.theme-pink .slide-carousel .owl-dots button.active,
.theme-pink .history-carousel .owl-dots button.active,
.theme-pink-light .slide-carousel .owl-dots button.active,
.theme-pink-light .history-carousel .owl-dots button.active {
  opacity: 1;
}
.theme-pink .texture-image svg,
.theme-pink-light .texture-image svg {
  fill: #3f2a56;
}

.theme-banner {
  background-color: #c1d101;
  color: #1e1a34;
}
.theme-banner a {
  font-family: "Faro SemiBold";
  text-decoration: underline;
}
.theme-banner h4 {
  font-weight: normal;
  text-align: center;
}

/** MODULES **/
/* Hero header */
.hero__container {
  position: relative;
  width: 100%;
  padding: 1.5rem 0 5rem;
}
.hero__container .hero__inner {
  margin: 0 auto;
}
.hero__container .hero__inner .hero__msg-inner {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  padding: 0 2rem;
  text-align: center;
  display: grid;
  row-gap: 16px;
}
.hero__container .hero__inner .hero__msg-inner .msg__img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
}
.hero__container .hero__inner .hero__msg-inner h1 {
  font-size: clamp(2rem, 1.3333rem + 1.7778vw, 3rem);
  font-weight: 700;
  line-height: 37px;
  text-align: center;
}
.hero__container .hero__inner .hero__msg-inner h3 {
  font-size: clamp(1rem, 0.8636rem + 0.5455vw, 1.375rem);
  font-weight: 700;
  line-height: 23px;
  letter-spacing: -0.0032000002px;
  text-align: center;
  text-transform: unset;
}
.hero__container .hero__inner .hero__img-inner {
  position: relative;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  margin-top: 3rem;
  text-align: center;
}
.hero__container .hero__inner .hero__img-inner .hero__img {
  position: relative;
  z-index: 3;
  max-height: 500px;
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
}
.hero__container .hero__inner .hero__img-inner .il-img {
  z-index: 1;
}
.hero__container .hero__inner .hero__img-inner .primary__fruit {
  z-index: 2;
}
.hero__container .hero__inner .hero__img-inner .secondary__fruit {
  z-index: 2;
}
.hero__container .hero__inner .hero__img-inner .hero__img-inner_msg {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 0 1rem;
  z-index: 3;
}
.hero__container .hero__inner .hero__img-inner .hero__img-inner_msg p {
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  line-height: 16.8px;
}
.hero__container .hero__inner .hero__img-inner .hero__img-inner_msg p strong {
  font-size: 16px;
  font-weight: 700;
  line-height: 19.2px;
}

@media screen and (max-width: 768px) {
  .hero__container {
    background-image: none !important;
  }
}
@media screen and (min-width: 480px) {
  .hero__container .hero__inner .hero__msg-inner {
    max-width: 400px;
  }
}
@media screen and (min-width: 992px) {
  .hero__container {
    height: 100%;
    padding: 3rem 0;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .hero__container .hero__inner {
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    max-width: 1200px;
    align-items: center;
  }
  .hero__container .hero__inner .hero__msg-inner {
    width: 45%;
    max-width: 60vw;
    padding: 0 0 0 3rem;
    text-align: left;
  }
  .hero__container .hero__inner .hero__msg-inner h1 {
    font-weight: 700;
    line-height: 50.4px;
    text-align: left;
  }
  .hero__container .hero__inner .hero__msg-inner h3 {
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -0.0044000004px;
    text-align: left;
  }
  .hero__container .hero__inner .hero__msg-inner .button {
    margin-left: 0;
  }
  .hero__container .hero__inner .hero__img-inner {
    width: 55%;
    margin-top: 0;
  }
  .hero__container .hero__inner .hero__img-inner .hero__img {
    width: auto;
  }
  .hero__container .hero__inner .hero__img-inner .hero__img-inner_msg {
    position: absolute;
    top: unset;
    bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .hero__container .hero__inner .hero__msg-inner {
    margin-left: 3rem;
    padding: 0;
  }
  .hero__container .hero__inner .hero__img-inner .hero__img {
    max-height: 600px;
  }
}
/* subpage header */
.hero__subpage {
  position: relative;
  padding: 4.5rem 2rem;
}
.hero__subpage .subpage__inner {
  position: relative;
  z-index: 2;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  max-width: 674px;
  transform: none;
  text-align: left;
}
.hero__subpage .subpage__inner .intro__text {
  padding-top: 1rem;
}

@media screen and (min-width: 768px) {
  .hero__subpage {
    padding-bottom: 4rem;
  }
}
@media screen and (min-width: 992px) {
  .hero__subpage {
    min-height: 500px;
  }
  .hero__subpage .subpage__inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
  }
  .hero__subpage .subpage__inner .intro__text {
    padding-top: 2rem;
  }
}
/* Single product header */
.hero-product__container {
  position: relative;
  width: 100%;
  padding: 1.5rem 0 3rem;
}
.hero-product__container .hero__inner {
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  margin: 0 auto;
}
.hero-product__container .hero__inner .hero-product_msg {
  z-index: 1;
  width: 100%;
  padding: 0 2rem;
  text-align: center;
}
.hero-product__container .hero__inner .hero-product_msg .eyebrow {
  padding-bottom: 1.5rem;
}
.hero-product__container .hero__inner .hero-product_msg .intro-text {
  padding: 1rem 0 1rem;
}
.hero-product__container .hero__inner .hero-product_msg .texture-header {
  padding: 0 0 0.5rem;
}
.hero-product__container .hero__inner .hero-product_msg .texture-image {
  height: 2rem;
  width: auto;
  margin-bottom: 2rem;
}
.hero-product__container .hero__inner .hero-product_msg .texture-image svg {
  max-width: 100%;
  max-height: 100%;
}
.hero-product__container .hero__inner .hero-product_msg .sub-header {
  display: none;
}
.hero-product__container .hero__inner .hero-product_msg .sub-text {
  display: none;
}
.hero-product__container .hero__inner .hero-product_sub-msg {
  z-index: 1;
  width: 100%;
  padding: 0 2rem;
  text-align: center;
}
.hero-product__container .hero__inner .hero-product_sub-msg .sub-header {
  font-size: 15px !important;
  line-height: 20px;
  padding-bottom: 0.8rem;
}
.hero-product__container .hero__inner .hero-product_sub-msg span {
  font-family: "Faro SemiBold";
  font-size: 15px;
  line-height: 18px;
  display: inline-block;
  padding-bottom: 0.8rem;
  text-transform: uppercase;
}
.hero-product__container .hero__inner .hero-product_img {
  position: relative;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  height: 100%;
  min-height: 350px;
  text-align: center;
}
.hero-product__container .hero__inner .hero-product_img img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.hero-product__container .hero__inner .hero-product_img .product-img {
  z-index: 1;
  max-height: 400px;
}

@media screen and (min-width: 768px) {
  .hero-product__container .hero__inner {
    -moz-flex-direction: row;
    flex-direction: row;
    align-items: center;
  }
  .hero-product__container .hero__inner .hero-product_msg {
    text-align: left !important;
  }
  .hero-product__container .hero__inner .hero-product_msg .sub-header {
    padding-bottom: 0.8rem;
  }
  .hero-product__container .hero__inner .hero-product_msg .sub-header,
  .hero-product__container .hero__inner .hero-product_msg .sub-text {
    display: block;
  }
  .hero-product__container .hero__inner .hero-product_msg span {
    font-size: 22px;
    line-height: 27px;
  }
  .hero-product__container .hero__inner .hero-product_sub-msg {
    display: none;
  }
  .hero-product__container .hero__inner .hero-product_img {
    max-width: 50vw;
  }
  .hero-product__container .hero__inner .hero-product_img .product-img {
    max-height: 500px;
  }
}
@media screen and (min-width: 992px) {
  .hero-product__container {
    height: 100%;
    padding: 1rem 0 3rem;
  }
  .hero-product__container .hero__inner {
    max-width: 1200px;
    align-items: center;
  }
  .hero-product__container .hero__inner .hero-product_msg {
    max-width: 50%;
    padding: 0 3rem;
  }
  .hero-product__container .hero__inner .hero-product_msg .intro-text {
    padding: 1.5rem 0 2.6rem;
  }
  .hero-product__container .hero__inner .hero-product_sub-msg {
    position: relative;
    padding: 0 3rem;
    padding-bottom: 1.5rem;
    text-align: left;
  }
  .hero-product__container .hero__inner .hero-product_img {
    width: 100%;
    max-width: 50%;
  }
}
@media screen and (min-width: 1200px) {
  .hero-product__container .hero__inner .hero-product_img .product-img {
    max-height: 600px;
  }
}
.linked__container {
  width: 100%;
  position: relative;
}
.linked__container .linked-inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}
.linked__container .linked-inner p {
  padding: 1.7rem 0;
}

/* Centered block */
.linked-centered {
  text-align: left;
  max-width: 674px !important;
}

@media screen and (min-width: 768px) {
  .linked-centered {
    text-align: center;
  }
  .linked-centered .button-link-container {
    margin: 0 auto;
  }
}
/* Linked block: Image */
.linked-image {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  -webkit-box-orient: vertical;
  box-orient: vertical;
}
.linked-image .linked-image_text-col {
  box-ordinal-group: 2;
  width: 100%;
  align-self: center;
  padding: 0;
  position: relative;
  z-index: 5;
}
.linked-image .linked-image_img-col {
  box-ordinal-group: 1;
  width: 100%;
  padding: 0 0 2rem 0;
  z-index: 3;
  position: relative;
}
.linked-image .linked-image_img-col img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
}
.linked-image .info-box {
  background-color: #284734;
  color: #ffffff;
  padding: 24px;
  border-radius: 24px;
  margin-bottom: 16px;
}
.linked-image .info-box p {
  font-size: 14px;
  padding: 0 !important;
}

@media screen and (min-width: 768px) {
  .linked-image {
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
  }
  .linked-image .linked-image_text-col {
    width: 50%;
  }
  .linked-image .linked-image_img-col {
    width: 50%;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
  }
  .linked-image .linked-image_img-col img {
    width: 100%;
  }
  .linked-image.linked-right .linked-image_text-col {
    padding-right: 2rem;
  }
  .linked-image.linked-right .linked-image_img-col {
    padding-left: 2rem;
    padding-bottom: 0;
  }
  .linked-image.linked-left {
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .linked-image.linked-left .linked-image_text-col {
    padding-left: 2rem;
  }
  .linked-image.linked-left .linked-image_img-col {
    padding-right: 2rem;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 992px) {
  .linked-image.linked-left .linked-image_text-col {
    padding-left: 6rem;
  }
  .linked-image.linked-right .linked-image_text-col {
    padding-right: 6rem;
  }
}
/* Linked cols */
.linked__cols {
  padding: 0;
  display: block;
}
.linked__cols .linked-col {
  width: 100%;
  padding: 3rem 2rem;
}

@media screen and (min-width: 768px) {
  .linked__cols {
    display: -moz-flex !important;
    display: -ms-flex !important;
    display: flex !important;
  }
  .linked__cols .linked-col {
    width: 50% !important;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    min-height: 400px;
    align-items: center;
    padding: 3rem;
  }
  .linked__cols .linked-col.left {
    justify-content: flex-end;
  }
  .linked__cols .linked-col.right {
    justify-content: flex-start;
  }
  .linked__cols .linked-col .col-inner {
    max-width: 500px;
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .linked__cols .linked-col.left {
    padding-right: 6rem;
    justify-content: flex-end;
  }
  .linked__cols .linked-col.right {
    padding-left: 6rem;
    justify-content: flex-start;
  }
  .linked__cols .linked-col .col-inner {
    max-width: 500px;
    width: 100%;
  }
}
.quote__container {
  width: 100%;
  padding-bottom: 5rem;
}
.quote__container .quote__inner {
  text-align: center;
  max-width: 674px;
  margin: 0 auto;
}
.quote__container .quote__inner img {
  height: 23px;
}
.quote__container .quote__inner .quote__text {
  padding-top: 1.4rem;
}

@media screen and (min-width: 768px) {
  .quote__container {
    padding-bottom: 3rem;
  }
}
.ingredients__container {
  width: 100%;
  padding: 2.3rem 2rem;
  min-height: 98px;
}
.ingredients__container .ingredients__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.ingredients__container .ingredients__inner .heading__main {
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ingredients__container .ingredients__inner .heading__main h2 {
  cursor: pointer;
}
.ingredients__container .ingredients__inner .heading__main .dropdown_icon {
  cursor: pointer;
}
.ingredients__container .ingredients__inner .inner-content__container {
  display: none;
  padding: 2rem 0;
  -moz-flex-direction: column;
  flex-direction: column;
}
.ingredients__container .ingredients__inner .inner-content__container .ingredients__text {
  padding-bottom: 3rem;
}
.ingredients__container .ingredients__inner .inner-content__container .ingredients__text p {
  padding-top: 1rem;
}
.ingredients__container .ingredients__inner .inner-content__container .nutricion__text .nutricion__table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 1rem;
}
.ingredients__container .ingredients__inner .inner-content__container .nutricion__text .nutricion__table .table_row .table_cell {
  width: 50%;
  padding: 0.1rem 0.5rem;
  font-size: 14px;
  line-height: 18px;
}
.ingredients__container .ingredients__inner .inner-content__container .nutricion__text p {
  padding-left: 0.5rem;
  padding-top: 0.2rem;
  font-size: 12px;
  line-height: 15px;
}

@media screen and (min-width: 768px) {
  .ingredients__container {
    padding: 4rem 3rem 0;
    min-height: 152px !important;
  }
  .ingredients__container .ingredients__inner .heading__main {
    text-align: center;
  }
  .ingredients__container .ingredients__inner .inner-content__container {
    justify-content: space-between;
    -moz-flex-direction: row !important;
    flex-direction: row !important;
    padding-top: 4rem !important;
  }
  .ingredients__container .ingredients__inner .inner-content__container .ingredients__text {
    max-width: 300px;
    padding-bottom: 3rem;
  }
  .ingredients__container .ingredients__inner .inner-content__container .ingredients__text h3 {
    font-family: "Faro Regular";
    font-size: 18px;
    line-height: 25px;
  }
  .ingredients__container .ingredients__inner .inner-content__container .ingredients__text p {
    padding-top: 1rem;
  }
  .ingredients__container .ingredients__inner .inner-content__container .nutricion__text {
    max-width: 50%;
    width: 100%;
    padding-left: 2rem;
  }
  .ingredients__container .ingredients__inner .inner-content__container .nutricion__text h3 {
    font-family: "Faro Regular";
    font-size: 18px;
    line-height: 25px;
  }
  .ingredients__container .ingredients__inner .inner-content__container .nutricion__text .nutricion__table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 1rem;
  }
  .ingredients__container .ingredients__inner .inner-content__container .nutricion__text .nutricion__table .table_row .table_cell {
    width: 50%;
    padding: 0.1rem 0.5rem;
  }
}
@media screen and (min-width: 992px) {
  .ingredients__container {
    min-height: 164px !important;
  }
  .ingredients__text {
    max-width: 400px !important;
  }
  .nutricion__text {
    padding-left: 6rem !important;
  }
}
.wysiwyg__container {
  width: 100%;
  position: relative;
}
.wysiwyg__container .wysiwyg__inner {
  max-width: 674px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.wysiwyg__container .wysiwyg__inner .editor {
  position: relative;
  z-index: 2;
}
.wysiwyg__container .wysiwyg__inner .editor p {
  margin-top: 1.5rem;
}
.wysiwyg__container .wysiwyg__inner .editor a {
  text-decoration: underline;
}
.wysiwyg__container .wysiwyg__inner .editor a:hover {
  font-family: "Faro SemiBold";
}
.wysiwyg__container .wysiwyg__inner .editor ul {
  list-style-type: none;
  margin: 1.5rem 0;
}
.wysiwyg__container .wysiwyg__inner .editor ul li {
  padding-left: 2rem;
  position: relative;
  padding-bottom: 0.5rem;
}
.wysiwyg__container .wysiwyg__inner .editor ul li:before {
  content: "";
  width: 12px;
  height: 13px;
  position: absolute;
  background-size: cover;
  background-position: center;
  left: 0;
  top: 0.4rem;
}
.wysiwyg__container .wysiwyg__inner .editor iframe {
  width: 100%;
  height: 380px;
}
.wysiwyg__container .wysiwyg__inner .editor .header-with-icon {
  font-size: 30px;
  display: block;
  margin-left: 1em;
}
.wysiwyg__container .wysiwyg__inner .editor .header-with-icon img {
  height: 25px;
  width: auto;
  position: absolute;
  left: -0.2em;
}

@media screen and (min-width: 768px) {
  .wysiwyg__container {
    min-height: 350px !important;
  }
}
/** 

Category - lists all products
Category illustrated fruits
Tag - lists carousel
Tag illustrated fruits
Splash

**/
/*** CATEGORY ****/
.product-filter-container {
  position: relative;
  width: 100%;
}
.product-filter-container h1 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 3rem 2rem 1rem;
  text-align: center;
}
.product-filter-container .product-btn-filter-container {
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  max-width: 880px;
  margin: 0 auto;
  padding: 1rem;
  padding-bottom: 0;
  flex-flow: wrap;
}
.product-filter-container .product-filter-img-container {
  position: relative;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  padding: 1rem 2rem 5rem;
  justify-content: start;
  flex-wrap: wrap;
}
.product-filter-container .product-filter-img-container a {
  font-family: "Faro SemiBold";
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 50%;
  margin: 2rem 0;
  transition: all 0.6s ease 0s;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0;
  text-transform: uppercase;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: 100% 96%;
}
.product-filter-container .product-filter-img-container a.shadow-effect {
  background-image: url("../images/others/shade.png");
}
.product-filter-container .product-filter-img-container a p {
  font-size: 12px;
  line-height: 15px;
  position: absolute;
  z-index: 3;
  left: 50%;
  padding: 0 0.25rem;
  transform: translateX(-50%);
}
@media (min-width: 411px) {
  .product-filter-container .product-filter-img-container a p {
    width: 170px;
  }
}
.product-filter-container .product-filter-img-container a p.item-excerpt-text span {
  display: block;
}
.product-filter-container .product-filter-img-container a .attachment-post-thumbnail {
  position: relative;
  z-index: 2;
  top: 0;
  transition: all 0.5s ease 0s;
}
.product-filter-container .product-filter-img-container img {
  width: 100%;
  height: 96%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (min-width: 768px) {
  .product-filter-container .product-filter-img-container {
    padding-top: 2rem;
  }
  .product-filter-container .product-filter-img-container a {
    font-size: 16px;
    width: 33.33%;
    margin: 3rem 0;
  }
}
@media screen and (min-width: 992px) {
  .product-filter-container h1 {
    padding: 5rem 3rem 1rem;
  }
  .product-filter-container .product-filter-img-container {
    padding: 2rem 3rem 6rem;
  }
  .product-filter-container .product-filter-img-container a {
    font-size: 18px;
  }
  .product-filter-container .product-filter-img-container a.hover-effect:hover {
    transition: all 0.5s ease 0s;
  }
  .product-filter-container .product-filter-img-container a.hover-effect:hover.shadow-effect {
    background-image: url("../images/others/shade-hover.png");
  }
  .product-filter-container .product-filter-img-container a.hover-effect:hover img {
    top: -2rem;
    transition: all 0.5s ease 0s;
  }
  .product-filter-container .product-filter-img-container a.hover-effect:hover p {
    text-decoration: underline;
  }
}
@media screen and (min-width: 1200px) {
  .product-filter-container .product-filter-img-container a {
    width: 25%;
  }
  .product-filter-container .product-filter-img-container a .product-shadow {
    bottom: 27px;
  }
  .product-tag-description p {
    width: 50%;
  }
}
/** TAG **/
.product-filter-tag-container {
  position: relative;
}
.product-filter-tag-container .product-filter-tag__inner {
  position: relative;
  z-index: 1;
  padding: 4rem 0;
}
.product-filter-tag-container .product-filter-tag__inner h2,
.product-filter-tag-container .product-filter-tag__inner p {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}
.product-filter-tag-container .product-filter-tag__inner p {
  font-size: 16px;
  line-height: 19px;
  padding-top: 0.2rem;
}

@media screen and (min-width: 768px) {
  .product-filter-tag-container .product-filter-tag__inner {
    padding: 4rem 0 1rem;
  }
  .product-filter-tag-container .product-filter-tag__inner h2,
  .product-filter-tag-container .product-filter-tag__inner p {
    padding: 0 3rem;
  }
  .product-filter-tag-container .product-filter-tag__inner p {
    font-size: 22px;
    line-height: 27px;
  }
  .product-filter-tag-container .product-filter-tag__inner .product-tag-description {
    max-width: 1200px;
    margin: 10px auto;
  }
  .product-filter-tag-container .product-filter-tag__inner .product-tag-description p {
    width: 50%;
    margin: 0;
  }
}
/* Carousel */
.owl-carousel {
  width: 100%;
  margin-top: 2rem;
}
.owl-carousel .owl-stage-outer {
  max-width: 1200px;
  margin: 0 auto;
}
.owl-carousel .owl-stage-outer .owl-stage .owl-item .item {
  position: relative;
  height: 100%;
  text-align: center;
}
.owl-carousel .owl-stage-outer .owl-stage .owl-item .item .product {
  font-family: "Faro SemiBold";
  font-size: 13px;
  position: relative;
  display: block;
  margin: 0 auto 5rem;
  transition: all 0.6s ease 0s;
  text-transform: uppercase;
  background-repeat: no-repeat;
  background-position: 2px 0px;
  background-size: 100% 100%;
}
.owl-carousel .owl-stage-outer .owl-stage .owl-item .item .product.shadow-effect {
  background-image: url("../images/others/shade.png");
}
.owl-carousel .owl-stage-outer .owl-stage .owl-item .item .product p {
  font-size: 12px;
  line-height: 15px;
  position: absolute;
  left: 50%;
  width: 195px;
  transform: translateX(-50%);
}
.owl-carousel .owl-stage-outer .owl-stage .owl-item .item .product img {
  position: relative;
  top: 0;
  width: 100%;
  height: 80%;
  transition: all 0.6s ease 0s;
  -o-object-fit: contain;
     object-fit: contain;
}
.owl-carousel .owl-stage-outer .owl-stage .owl-item .item .product.hover-effect:hover.shadow-effect {
  background-image: url("../images/others/shade-hover.png");
}
.owl-carousel .owl-stage-outer .owl-stage .owl-item .item .product.hover-effect:hover img {
  top: -2rem;
  transition: all 0.6s ease 0s;
}
.owl-carousel .owl-nav {
  position: absolute;
  top: 43%;
  left: 50%;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  width: 98%;
  max-width: 1400px;
  transform: translate(-50%, -50%);
  justify-content: space-between;
  cursor: pointer;
  pointer-events: none;
}
.owl-carousel .owl-nav button {
  pointer-events: all;
  position: relative;
  width: 45px;
  height: 45px;
  opacity: 1;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.9) !important;
  background-image: url("../images/arrows/arrow-theme-beige.svg") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 15px !important;
}
.owl-carousel .owl-nav button.owl-prev {
  transform: rotate(180deg);
}
.owl-carousel .owl-nav button.disabled {
  opacity: 0;
}

@media screen and (min-width: 480px) {
  .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .product {
    background-position: 2px -1px;
  }
}
@media screen and (min-width: 768px) {
  .product-carousel .owl-stage-outer .owl-stage {
    height: 510px;
  }
  .product-carousel .owl-stage-outer .owl-stage .owl-item {
    height: 100%;
  }
  .product-carousel .owl-stage-outer .owl-stage .owl-item .item .product {
    font-size: 16px;
    height: 510px;
    margin-bottom: 2rem;
    text-transform: uppercase;
    background-position: 40px -1px;
    background-size: 75% 80%;
  }
  .product-carousel .owl-stage-outer .owl-stage .owl-item .item .product p {
    font-size: 13px;
    line-height: 17px;
  }
  .product-carousel .owl-nav {
    top: 40%;
  }
  .product-carousel .owl-nav button {
    width: 60px;
    height: 60px;
    background-color: rgba(255, 255, 255, 0.7) !important;
    background-size: 20px !important;
  }
}
@media screen and (min-width: 992px) {
  .product-carousel .owl-stage-outer .owl-stage .owl-item {
    width: 25vw !important;
  }
  .product-carousel .owl-stage-outer .owl-stage .owl-item .item .product {
    display: block;
    background-position: 28px -1px;
    background-size: 80% 80%;
  }
  .product-carousel .owl-stage-outer .owl-stage .owl-item .item .product a {
    font-size: 18px;
    line-height: 25px;
  }
  .product-carousel .owl-nav button {
    width: 91px;
    height: 91px;
    background-size: 28px !important;
  }
}
@media screen and (min-width: 1200px) {
  .product-carousel .owl-stage-outer .owl-stage .owl-item {
    width: 300px !important;
  }
  .product-carousel .owl-stage-outer .owl-stage .owl-item .item .product {
    background-position: 31px -1px;
  }
}
/* Splash */
.owl-carousel .owl-stage-outer .owl-stage .owl-item .item .product img.splash,
.product-filter-container .product-filter-img-container img.splash {
  position: absolute;
  z-index: 4;
  width: 65px;
  height: 65px;
  transition: all 0.9s ease 0s;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 480px) {
  .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .product img.splash,
  .product-filter-container .product-filter-img-container img.splash {
    right: 3.5rem;
    width: 90px;
    height: 90px;
  }
}

/* Carousel splash */
.owl-carousel .owl-stage-outer .owl-stage .owl-item .item .product img.splash {
  top: 3rem;
  right: 2rem;
}
@media screen and (min-width: 768px) {
  .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .product img.splash {
    top: 3rem;
    right: 4rem;
  }
}

.owl-carousel .owl-stage-outer .owl-stage .owl-item .item .product.no-hover img.splash {
  top: 3rem;
  left: 2rem;
}
@media screen and (min-width: 768px) {
  .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .product.no-hover img.splash {
    top: 3rem;
    left: 4rem;
  }
}

@media screen and (min-width: 768px) {
  .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .hover-effect:hover .splash {
    top: 1rem;
    transition: all 0.9s ease 0s;
  }
  .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .product.no-hover:hover .splash {
    top: 3rem;
    transition: all 0.9s ease 0s;
  }
}
/* Category page splash */
.product-filter-container .product-filter-img-container img.splash {
  top: 2rem;
  right: 1rem;
}
@media screen and (min-width: 480px) {
  .product-filter-container .product-filter-img-container img.splash {
    top: 4rem;
    right: 3rem;
  }
}

.product-filter-container .product-filter-img-container .no-hover img.splash {
  top: 3rem;
  left: 2rem;
}
@media screen and (min-width: 768px) {
  .product-filter-container .product-filter-img-container .no-hover img.splash {
    top: 3rem;
    left: 4rem;
  }
}

@media screen and (min-width: 768px) {
  .product-filter-container .product-filter-img-container a.hover-effect:hover img.splash {
    top: 1.8rem;
    transition: all 0.9s ease 0s;
  }
  .product-filter-container .product-filter-img-container a.no-hover:hover img.splash {
    top: 3rem;
    transition: all 0.9s ease 0s;
  }
}
/* Items descriptions changings ** Paulo*/
.item .product p.item-excerpt-text {
  padding: 0;
}
.item .product p.item-excerpt-text span {
  display: block;
}

.category-listing_container {
  width: 100%;
  position: relative;
  z-index: 1;
}
.category-listing_container .category-listing__inner {
  margin: 0 auto;
  padding: 4rem 1rem;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  position: relative;
}
.category-listing_container .category-listing__inner .category-grid {
  display: flex;
  width: 100%;
  justify-content: center;
  flex-flow: wrap;
}
.category-listing_container .category-listing__inner .category-grid .category-link {
  width: 30vw;
  height: 30vw;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Faro SemiBold";
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  padding-left: 0.5rem;
  margin: 0.5rem;
}

@media screen and (min-width: 480px) {
  .category-listing_container .category-listing__inner {
    padding: 6rem 1rem;
    max-width: 600px;
  }
  .category-listing_container .category-listing__inner .category-grid .category-link {
    width: 160px;
    height: 160px;
    background-size: 160px;
    font-size: 18px;
    line-height: 18px;
    padding-left: 0.7rem;
  }
}
@media screen and (min-width: 768px) {
  .category-listing_container .category-listing__inner {
    max-width: 1200px;
    padding: 6rem 0 8rem;
  }
  .category-listing_container .category-listing__inner .category-grid .category-link {
    width: 240px;
    height: 240px;
    background-size: 240px;
    font-size: 30px;
    margin: 1rem;
    font-size: 30px;
    line-height: 30px;
    padding-left: 1rem;
  }
  .category-listing_container .category-listing__inner .category-grid .category-link:after {
    height: 20px;
    width: 30px;
    background-size: 13px;
  }
}
@media screen and (min-width: 1200px) {
  .category-listing_container .category-listing__inner {
    padding: 2rem 0 6rem;
  }
  .category-listing_container .category-listing__inner .category-grid .category-link {
    margin: 0 2rem;
    width: 300px;
    height: 300px;
    background-size: 300px;
    font-size: 40px;
    line-height: 40px;
  }
  .category-listing_container .category-listing__inner .category-grid .category-link:after {
    height: 40px;
    width: 40px;
    background-size: 22px;
  }
}
/* Fruits */
.category-listing_container .category-listing__inner .fruit-0 img, .category-listing_container .category-listing__inner .fruit-1 img, .category-listing_container .category-listing__inner .fruit-2 img, .category-listing_container .category-listing__inner .fruit-3 img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
.category-listing_container .category-listing__inner .fruit-0 {
  position: absolute;
  max-width: 90px;
  max-height: 100px;
  width: 100%;
  left: -4rem;
  bottom: auto;
  top: 10rem;
}
.category-listing_container .category-listing__inner .fruit-1 {
  position: absolute;
  max-width: 70px;
  width: 100%;
  right: -2rem;
  bottom: 1rem;
}
.category-listing_container .category-listing__inner .fruit-2 {
  position: absolute;
  max-width: 50px;
  max-height: 60px;
  width: 100%;
  right: 0.5rem;
  top: 0;
}
.category-listing_container .category-listing__inner .fruit-3 {
  position: absolute;
  max-width: 65px;
  max-height: 72px;
  width: 100%;
  bottom: -2rem;
  left: 1rem;
}

@media screen and (min-width: 480px) {
  .category-listing_container .category-listing__inner .fruit-0 {
    max-width: 120px;
    max-height: 132px;
    left: -5rem;
    bottom: 8rem;
    top: auto;
  }
  .category-listing_container .category-listing__inner .fruit-1 {
    max-width: 110px;
    max-height: 115px;
    right: -3rem;
    bottom: 2rem;
  }
  .category-listing_container .category-listing__inner .fruit-2 {
    max-width: 70px;
    max-height: 80px;
    right: 0;
  }
  .category-listing_container .category-listing__inner .fruit-3 {
    max-width: 90px;
    max-height: 100px;
    bottom: 1rem;
    left: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .category-listing_container .category-listing__inner .fruit-0 {
    max-width: 180px;
    max-height: 195px;
  }
  .category-listing_container .category-listing__inner .fruit-1 {
    max-width: 150px;
    max-height: 150px;
    right: -1rem;
  }
  .category-listing_container .category-listing__inner .fruit-2 {
    max-width: 110px;
    max-height: 120px;
  }
  .category-listing_container .category-listing__inner .fruit-3 {
    max-width: 110px;
    max-height: 120px;
    left: 5rem;
  }
}
@media screen and (min-width: 992px) {
  .category-listing_container .category-listing__inner .fruit-0 {
    max-width: 200px;
    max-height: 217px;
    left: -2rem;
  }
  .category-listing_container .category-listing__inner .fruit-1 {
    right: 5rem;
  }
  .category-listing_container .category-listing__inner .fruit-2 {
    max-width: 120px;
    max-height: 130px;
    right: 1rem;
    top: 1rem;
  }
  .category-listing_container .category-listing__inner .fruit-3 {
    max-width: 120px;
    max-height: 130px;
    left: 10rem;
  }
}
@media screen and (min-width: 1200px) {
  .category-listing_container .category-listing__inner .fruit-0 {
    left: -10rem;
    bottom: 7rem;
  }
  .category-listing_container .category-listing__inner .fruit-1 {
    max-width: 180px;
    max-height: 180px;
    right: -1rem;
    bottom: 3rem;
  }
  .category-listing_container .category-listing__inner .fruit-2 {
    right: -1rem;
    top: 0;
  }
  .category-listing_container .category-listing__inner .fruit-3 {
    left: 2rem;
  }
}
/*
FAQ Module
FAQ Single page
*/
/*FAQ Module*/
.faq-wrap {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 3rem 2rem;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
}
.faq-wrap .faqs-container {
  width: 100%;
  margin-bottom: 4rem;
}
.faq-wrap .faqs-container .faq__inner {
  max-width: 674px;
  width: 100%;
  margin: 0 auto;
}
.faq-wrap .faqs-container .faq__inner .faq-heading {
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
}
.faq-wrap .faqs-container .faq__inner .faq-heading img {
  height: 18px;
  width: 18px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 0.7rem;
}
.faq-wrap .faqs-container .faq__inner .faq-heading h2 {
  font-size: 23px;
  line-height: 26px;
}
.faq-wrap .faqs-container .faq__inner .faq-container {
  padding: 1.4rem 1.1rem;
  margin-bottom: 0.5rem;
  width: 100%;
  float: none;
  display: block;
}
.faq-wrap .faqs-container .faq__inner .faq-container .faq-question {
  position: relative;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.faq-wrap .faqs-container .faq__inner .faq-container .faq-question p {
  font-family: "Faro SemiBold";
  font-size: 16px;
  line-height: 19px;
  width: 85%;
}
.faq-wrap .faqs-container .faq__inner .faq-container .faq-question .faq-arrow {
  position: absolute;
  right: 1rem;
  height: 13px;
  width: 12px;
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.3s ease;
}
.faq-wrap .faqs-container .faq__inner .faq-container a:hover .faq-arrow {
  right: 0.3rem;
  transition: 0.3s ease;
}
.faq-wrap .faqs-container .faq__inner .show-all {
  cursor: pointer;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  font-family: "Faro SemiBold";
  font-size: 16px;
  line-height: 19px;
  margin-top: 1.5rem;
}
.faq-wrap .faqs-container .faq__inner .show-all .faq-arrow {
  position: relative;
  margin-left: 1rem;
  height: 13px;
  width: 12px;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(90deg);
  transition: 0.3s linear;
}
.faq-wrap .faqs-container .faq__inner .show-all .faq-arrow.open {
  transform: rotate(270deg);
  transition: 0.3s linear;
}
.faq-wrap .faqs-container .faq__inner .show-all:hover .text {
  text-decoration: underline;
}
.faq-wrap.remove-default-margins {
  max-width: 1200px;
}
.faq-wrap.remove-default-margins .faq__inner {
  max-width: 1200px;
  margin: unset;
}

@media screen and (min-width: 768px) {
  .faq-wrap {
    padding: 3rem 3rem;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .faq-wrap .faqs-container {
    width: 50%;
    display: flex;
  }
  .faq-wrap .faqs-container:nth-child(odd) {
    padding-right: 0.5rem;
  }
  .faq-wrap .faqs-container:nth-child(even) {
    padding-left: 0.5rem;
  }
  .faq-wrap .faqs-container .faq__inner {
    max-width: 400px;
  }
}
@media screen and (min-width: 992px) {
  .faqs-container .faq__inner .faq-container .faq-question {
    font-size: 20px;
    line-height: 24px;
  }
}
/*FAQ Single page*/
.faq-single__container {
  width: 100%;
}
.faq-single__container .faq-single__inner {
  max-width: 674px;
  margin: 0 auto;
  padding: 3rem 2rem;
}
.faq-single__container .faq-single__inner h1 {
  font-size: 22px;
  line-height: 25px;
  text-transform: none;
}
.faq-single__container .faq-single__inner .single-answer {
  margin-top: 3rem;
}
.faq-single__container .faq-single__inner .single-answer .single-answer_title {
  font-family: "Faro SemiBold";
  padding-bottom: 0.5rem;
}
.faq-single__container .faq-single__inner .single-answer .single-answer_text a {
  text-decoration: underline;
}
.faq-single__container .faq-single__inner .related__container {
  margin-top: 6rem;
  margin-bottom: 4rem;
}
.faq-single__container .faq-single__inner .related__container h3 {
  text-transform: none;
}
.faq-single__container .faq-single__inner .related__container .faq-heading {
  margin: 1rem 0;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
}
.faq-single__container .faq-single__inner .related__container .faq-heading h2 {
  font-size: 23px;
  line-height: 26px;
}
.faq-single__container .faq-single__inner .related__container .faq-heading img {
  height: 18px;
  width: 18px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 0.6rem;
}
.faq-single__container .faq-single__inner .related__container .faq-container {
  padding: 1.4rem 1.1rem;
  margin-bottom: 0.5rem;
  width: 100%;
  float: none;
  display: block;
}
.faq-single__container .faq-single__inner .related__container .faq-container .faq-question {
  position: relative;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.faq-single__container .faq-single__inner .related__container .faq-container .faq-question p {
  font-family: "Faro SemiBold";
  font-size: 16px;
  line-height: 19px;
  width: 85%;
}
.faq-single__container .faq-single__inner .related__container .faq-container .faq-question .faq-arrow {
  position: absolute;
  right: 1rem;
  height: 13px;
  width: 12px;
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.3s ease;
}
.faq-single__container .faq-single__inner .related__container .faq-container a:hover .faq-arrow {
  right: 0.3rem;
  transition: 0.3s ease;
}

@media screen and (min-width: 768px) {
  .faq-single__container .faq-single__inner {
    padding: 4rem 2rem;
  }
  .faq-single__container .faq-single__inner .related__container .faq-heading {
    font-size: 23px;
    line-height: 28px;
  }
}
.form__container {
  width: 100%;
  padding: 3rem 2rem;
}
@media screen and (min-width: 992px) {
  .form__container {
    padding: 4rem 3rem;
  }
}
.form__container .form-outer-container {
  max-width: 674px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  /* Change Autocomplete styles in Chrome*/
}
.form__container .form-outer-container .form-heading {
  padding-bottom: 0.5rem;
}
.form__container .form-outer-container .form-intro {
  text-align: left;
  padding-bottom: 1rem;
}
.form__container .form-outer-container .form-intro p {
  padding-bottom: 0.5rem;
}
.form__container .form-outer-container input {
  display: block;
  padding: 10px;
  font-size: 16px;
}
.form__container .form-outer-container label {
  display: block;
  font-size: 14px;
  line-height: 17px;
  padding-bottom: 0.2rem;
}
.form__container .form-outer-container .button-container {
  text-align: right;
  float: none;
  width: auto;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .form__container .form-outer-container .button-container {
    float: right;
  }
}
.form__container .form-outer-container label, .form__container .form-outer-container select, .form__container .form-outer-container .form-info-part, .form__container .form-outer-container .form-intro, .form__container .form-outer-container .image-placeholder, .form__container .form-outer-container .text-input, .form__container .form-outer-container .textarea-input, .form__container .form-outer-container .form-part.checkbox-container, .form__container .form-outer-container .select-container {
  width: calc(100% - 0px);
  max-width: 673px;
  margin: 0 auto;
}
.form__container .form-outer-container .err {
  color: #C8531F !important;
  border-color: #C8531F !important;
  color: -internal-light-dark(#C8531F, white) !important;
}
.form__container .form-outer-container input:-webkit-autofill.err,
.form__container .form-outer-container input:-webkit-autofill:hover.err,
.form__container .form-outer-container input:-webkit-autofill:focus.err,
.form__container .form-outer-container textarea:-webkit-autofill.err,
.form__container .form-outer-container textarea:-webkit-autofill:hover.err,
.form__container .form-outer-container textarea:-webkit-autofill:focus.err,
.form__container .form-outer-container select:-webkit-autofill.err,
.form__container .form-outer-container select:-webkit-autofill:hover.err,
.form__container .form-outer-container select:-webkit-autofill:focus.err {
  -webkit-text-fill-color: #C8531F;
}
.form__container .form-outer-container .error-message {
  font-family: "Faro Regular";
  padding-top: 1.5rem;
}
.form__container .form-outer-container .form-sent {
  display: none;
}
.form__container .form-outer-container .form-sent .form-sent__inner {
  font-family: "Faro SemiBold";
  width: 100%;
  padding: 30px 20px;
  margin-top: 25px;
  border-radius: 5px;
  background-color: white;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
}
.form__container .form-outer-container .form-sent img {
  width: 20px;
  margin-right: 0.5rem;
}
.form__container .form-outer-container .form-inner-container {
  width: 100%;
}
.form__container .form-outer-container .form-info-part {
  margin: 0 auto;
  margin-bottom: 25px;
}
.form__container .form-outer-container .form-part {
  width: 100%;
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  align-items: center;
  margin-bottom: 25px;
}
.form__container .form-outer-container .form-part select, .form__container .form-outer-container .form-part .text-input, .form__container .form-outer-container .form-part .textarea-input {
  height: 45px;
  border-radius: 5px;
  font-family: "Faro SemiBold";
  padding: 10px;
  font-size: 16px;
  line-height: 19px;
}
.form__container .form-outer-container .form-part select {
  font-size: 14px;
  font-family: "Faro Regular";
  line-height: 17px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form__container .form-outer-container .form-part .textarea-input {
  height: 150px;
}
.form__container .form-outer-container .form-part .select-container {
  position: relative;
  cursor: pointer;
}
.form__container .form-outer-container .form-part .select-container:before, .form__container .form-outer-container .form-part .select-container:after {
  background-color: transparent;
  content: "";
  border: none;
  position: absolute;
  pointer-events: none;
}
.form__container .form-outer-container .form-part .select-container:after {
  border: solid #ffffff;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 5px;
  transform: rotate(45deg);
  right: 0.6em;
  top: 50%;
  margin-top: -0.5em;
}
.form__container .form-outer-container .form-part .select-container:before {
  width: 2em;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 0 5px 5px 0;
}
.form__container .form-outer-container .reclaim-only {
  display: block;
}
.form__container .form-outer-container .form-upload {
  position: relative;
  padding-bottom: 100px;
  margin-bottom: 15px;
}
@media screen and (min-width: 480px) {
  .form__container .form-outer-container .form-upload {
    padding-bottom: 50px;
  }
}
.form__container .form-outer-container .form-upload .file-upload-container {
  position: relative;
  height: 20px;
  width: 100%;
}
.form__container .form-outer-container .form-upload .file-upload-container #fileupload {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  z-index: 10;
  cursor: pointer;
}
.form__container .form-outer-container .form-upload .file-upload-container .file-upload__inner {
  width: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -moz-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
@media screen and (min-width: 480px) {
  .form__container .form-outer-container .form-upload .file-upload-container .file-upload__inner {
    -moz-flex-direction: row;
    flex-direction: row;
  }
}
.form__container .form-outer-container .form-upload .file-upload-container .file-upload__inner .text-input {
  font-family: "Faro Regular";
  font-size: 12px;
  margin-right: 0;
  margin-left: 0;
  margin-top: 1.5rem;
}
@media screen and (min-width: 480px) {
  .form__container .form-outer-container .form-upload .file-upload-container .file-upload__inner .text-input {
    margin-top: 0;
    margin-right: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .form__container .form-outer-container .form-upload .file-upload-container .file-upload__inner .text-input {
    font-size: 14px;
  }
}
.form__container .form-outer-container .form-upload .file-upload-container .file-upload__inner .text-input .uploadedfile {
  display: inline;
  border-radius: 5px;
  padding: 0.2rem 0.5rem;
  color: white;
  border: none;
}
.form__container .form-outer-container .form-upload .file-upload-container .file-upload__inner .text-input .uploadedstatus {
  margin-left: 0.5rem;
  display: none;
}
@media screen and (min-width: 768px) {
  .form__container .form-outer-container .form-upload .file-upload-container .file-upload__inner .text-input .uploadedstatus {
    display: unset;
  }
}
.form__container .form-outer-container .form-upload .file-upload-container .file-upload__inner .file-upload__btn {
  width: inherit;
  margin: 0;
  background-color: transparent;
  font-size: 12px;
  min-width: auto;
  border-width: 2px;
}
@media screen and (min-width: 768px) {
  .form__container .form-outer-container .form-upload .file-upload-container .file-upload__inner .file-upload__btn {
    font-size: 14px;
  }
}
.form__container .form-outer-container .form-upload .file-upload-container .file-upload__inner .file-upload__btn .button-link_arrow {
  display: none;
}
.form__container .form-outer-container .form-upload .file-info-text {
  position: absolute;
  left: 0;
  bottom: 3.2rem;
  font-size: 12px;
}
@media screen and (min-width: 480px) {
  .form__container .form-outer-container .form-upload .file-info-text {
    bottom: 0;
  }
}
.form__container .form-outer-container .form-part.checkbox-container {
  display: flex;
  -moz-flex-direction: row;
  flex-direction: row;
  align-items: flex-start;
  /** checkbox style change **/
}
.form__container .form-outer-container .form-part.checkbox-container .the-checkbox {
  -webkit-appearance: none;
  padding: 9px;
  border-radius: 3px;
  display: inline-block;
  position: relative;
  margin-top: 5px;
  margin-right: 15px;
  cursor: pointer;
}
.form__container .form-outer-container .form-part.checkbox-container .the-checkbox:checked:after {
  content: "✔";
  font-size: 14px;
  position: absolute;
  top: 0px;
  left: 3px;
  color: #ffffff;
}
.form__container .form-outer-container .form-part.checkbox-container .check-box-accept-text a {
  text-decoration: underline;
}
.form__container .form-outer-container .form-part.checkbox-container .check-box-accept-text a:hover {
  font-family: "Faro SemiBold";
}
.form__container .form-outer-container .button-container__inner {
  position: relative;
  display: inline-block;
  height: 45px;
  min-width: 136px;
  max-width: -moz-max-content;
  max-width: max-content;
}
.form__container .form-outer-container .button-container__inner:hover .button-input {
  background: transparent !important;
}
.form__container .form-outer-container .button-container__inner:after {
  position: absolute;
  content: "";
  right: 19px;
  top: 17px;
  color: #ffffff;
  z-index: 1;
  border: solid #ffffff;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
}
.form__container .form-outer-container .button-container__inner .button-input {
  /*min-width: 132px;
  display: inline;*/
  font-family: "Faro SemiBold";
  color: white;
  min-width: 136px;
  max-width: -moz-max-content;
  max-width: max-content;
  height: 45px;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  border-radius: 5px;
  border: none;
  padding: 0 1rem 0 0rem;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 16px;
  position: relative;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/**** Competition form ****/
.form__container .form-outer-container .form-part.c-check {
  align-items: center;
  margin-top: 0.5rem !important;
}
.form__container .form-outer-container .form-part.c-check .the-checkbox {
  margin-top: 1px;
}

.rules {
  display: none;
}

.show-rules {
  text-decoration: underline;
  cursor: pointer;
}
.show-rules:hover {
  font-family: "Faro SemiBold";
}

/**** Theme regular ****/
.theme-green .form-outer-container {
  /** send button **/
  /*** borders around input ***/
  /** arrow in select **/
  /** checkbox**/
}
.theme-green .form-outer-container .button-container .button-container__inner .button-input {
  background: #232d4d;
}
.theme-green .form-outer-container .button-container .button-container__inner:hover .button-input {
  color: #232d4d;
  border: 2.3px solid #232d4d;
}
.theme-green .form-outer-container .button-container .button-container__inner:hover:after {
  border: solid #232d4d;
  border-width: 0 3px 3px 0;
}
.theme-green .form-outer-container select, .theme-green .form-outer-container .text-input, .theme-green .form-outer-container .textarea-input {
  background: #b8cf97;
  border: 2px solid #232d4d;
  color: #232d4d;
}
.theme-green .form-outer-container .file-upload__inner .uploadedfile {
  background-color: #232d4d;
}
.theme-green .form-outer-container .file-upload__inner .uploadedstatus {
  color: #232d4d;
}
.theme-green .form-outer-container .file-upload__inner .file-upload__btn {
  color: #232d4d;
}
.theme-green .form-outer-container .file-upload__inner .file-upload__btn:hover {
  background-color: #232d4d !important;
  color: white;
}
.theme-green .form-outer-container .select-container:before, .theme-green .form-outer-container .select-container:after {
  background-color: #232d4d !important;
}
.theme-green .form-outer-container .error-message {
  color: #232d4d;
}
.theme-green .form-outer-container .form-sent {
  color: #232d4d;
}
.theme-green .form-outer-container .the-checkbox {
  border: 2px solid #232d4d;
}
.theme-green .form-outer-container .the-checkbox:checked {
  background-color: #232d4d;
}

.theme-red .form-outer-container {
  /** send button**/
  /** arrow in select **/
  /** checkbox**/
}
.theme-red .form-outer-container .button-container .button-container__inner .button-input {
  background: #3f2021;
}
.theme-red .form-outer-container .button-container .button-container__inner:hover .button-input {
  color: #3f2021;
  border: 2.3px solid #3f2021;
}
.theme-red .form-outer-container .button-container .button-container__inner:hover:after {
  border: solid #3f2021;
  border-width: 0 3px 3px 0;
}
.theme-red .form-outer-container select, .theme-red .form-outer-container .text-input, .theme-red .form-outer-container .textarea-input {
  background: #efccc0;
  border: 2px solid #3f2021;
  color: #3f2021;
}
.theme-red .form-outer-container .file-upload__inner .uploadedfile {
  background-color: #3f2021;
}
.theme-red .form-outer-container .file-upload__inner .uploadedstatus {
  color: #3f2021;
}
.theme-red .form-outer-container .file-upload__inner .file-upload__btn {
  color: #3f2021;
}
.theme-red .form-outer-container .file-upload__inner .file-upload__btn:hover {
  background-color: #3f2021 !important;
  color: white;
}
.theme-red .form-outer-container .select-container:before, .theme-red .form-outer-container .select-container:after {
  background-color: #3f2021 !important;
}
.theme-red .form-outer-container .error-message {
  color: #3f2021;
}
.theme-red .form-outer-container .form-sent {
  color: #3f2021;
}
.theme-red .form-outer-container .the-checkbox {
  border: 2px solid #3f2021;
}
.theme-red .form-outer-container .the-checkbox:checked {
  background-color: #3f2021;
}

.theme-blue .form-outer-container {
  /*send button**/
  /** arrow in select **/
  /** checkbox**/
}
.theme-blue .form-outer-container .button-container .button-container__inner .button-input {
  background: #1e1a34;
}
.theme-blue .form-outer-container .button-container .button-container__inner:hover .button-input {
  color: #1e1a34;
  border: 2.3px solid #1e1a34;
}
.theme-blue .form-outer-container .button-container .button-container__inner:hover:after {
  border: solid #1e1a34;
  border-width: 0 3px 3px 0;
}
.theme-blue .form-outer-container select, .theme-blue .form-outer-container .text-input, .theme-blue .form-outer-container .textarea-input {
  background: #cacbe4;
  border: 2px solid #1e1a34;
  color: #1e1a34;
}
.theme-blue .form-outer-container .file-upload__inner .uploadedfile {
  background-color: #1e1a34;
}
.theme-blue .form-outer-container .file-upload__inner .uploadedstatus {
  color: #1e1a34;
}
.theme-blue .form-outer-container .file-upload__inner .file-upload__btn {
  color: #1e1a34;
}
.theme-blue .form-outer-container .file-upload__inner .file-upload__btn:hover {
  background-color: #1e1a34 !important;
  color: white;
}
.theme-blue .form-outer-container .select-container:before, .theme-blue .form-outer-container .select-container:after {
  background-color: #1e1a34 !important;
}
.theme-blue .form-outer-container .error-message {
  color: #1e1a34;
}
.theme-blue .form-outer-container .form-sent {
  color: #1e1a34;
}
.theme-blue .form-outer-container .the-checkbox {
  border: 2px solid #1e1a34;
}
.theme-blue .form-outer-container .the-checkbox:checked {
  background-color: #1e1a34;
}

.theme-beige .form-outer-container {
  /*send button**/
  /** arrow in select **/
  /** checkbox**/
}
.theme-beige .form-outer-container .button-container .button-container__inner .button-input {
  background: #284734;
}
.theme-beige .form-outer-container .button-container .button-container__inner:hover .button-input {
  color: #284734;
  border: 2.3px solid #284734;
}
.theme-beige .form-outer-container .button-container .button-container__inner:hover:after {
  border: solid #284734;
  border-width: 0 3px 3px 0;
}
.theme-beige .form-outer-container select, .theme-beige .form-outer-container .text-input, .theme-beige .form-outer-container .textarea-input {
  background: #f4eada;
  border: 2px solid #284734;
  color: #284734;
}
.theme-beige .form-outer-container .file-upload__inner .uploadedfile {
  background-color: #284734;
}
.theme-beige .form-outer-container .file-upload__inner .uploadedstatus {
  color: #284734;
}
.theme-beige .form-outer-container .file-upload__inner .file-upload__btn {
  color: #284734;
}
.theme-beige .form-outer-container .file-upload__inner .file-upload__btn:hover {
  background-color: #284734 !important;
  color: white;
}
.theme-beige .form-outer-container .select-container:before, .theme-beige .form-outer-container .select-container:after {
  background-color: #284734 !important;
}
.theme-beige .form-outer-container .error-message {
  color: #284734;
}
.theme-beige .form-outer-container .form-sent {
  color: #284734;
}
.theme-beige .form-outer-container .the-checkbox {
  border: 2px solid #284734;
}
.theme-beige .form-outer-container .the-checkbox:checked {
  background-color: #284734;
}

.theme-pink .form-outer-container {
  /*send button**/
  /** arrow in select **/
  /** checkbox**/
}
.theme-pink .form-outer-container .button-container .button-container__inner .button-input {
  background: #3f2a56;
}
.theme-pink .form-outer-container .button-container .button-container__inner:hover .button-input {
  color: #3f2a56;
  border: 2.3px solid #3f2a56;
}
.theme-pink .form-outer-container .button-container .button-container__inner:hover:after {
  border: solid #3f2a56;
  border-width: 0 3px 3px 0;
}
.theme-pink .form-outer-container select, .theme-pink .form-outer-container .text-input, .theme-pink .form-outer-container .textarea-input {
  background: #eddadf;
  border: 2px solid #3f2a56;
  color: #3f2a56;
}
.theme-pink .form-outer-container .file-upload__inner .uploadedfile {
  background-color: #3f2a56;
}
.theme-pink .form-outer-container .file-upload__inner .uploadedstatus {
  color: #3f2a56;
}
.theme-pink .form-outer-container .file-upload__inner .file-upload__btn {
  color: #3f2a56;
}
.theme-pink .form-outer-container .file-upload__inner .file-upload__btn:hover {
  background-color: #3f2a56 !important;
  color: white;
}
.theme-pink .form-outer-container .select-container:before, .theme-pink .form-outer-container .select-container:after {
  background-color: #3f2a56 !important;
}
.theme-pink .form-outer-container .error-message {
  color: #3f2a56;
}
.theme-pink .form-outer-container .form-sent {
  color: #3f2a56;
}
.theme-pink .form-outer-container .the-checkbox {
  border: 2px solid #3f2a56;
}
.theme-pink .form-outer-container .the-checkbox:checked {
  background-color: #3f2a56;
}

/**** Theme light ****/
.theme-green-light .form-outer-container {
  /** send button **/
  /*** borders around input ***/
  /** arrow in select **/
  /** checkbox**/
}
.theme-green-light .form-outer-container .button-container .button-container__inner .button-input {
  background: #232d4d;
}
.theme-green-light .form-outer-container .button-container .button-container__inner:hover .button-input {
  color: #232d4d;
  border: 2.3px solid #232d4d;
}
.theme-green-light .form-outer-container .button-container .button-container__inner:hover:after {
  border: solid #232d4d;
  border-width: 0 3px 3px 0;
}
.theme-green-light .form-outer-container select, .theme-green-light .form-outer-container .text-input, .theme-green-light .form-outer-container .textarea-input {
  background: #b8cf97;
  border: 2px solid #232d4d;
  color: #232d4d;
}
.theme-green-light .form-outer-container .file-upload__inner .uploadedfile {
  background-color: #232d4d;
}
.theme-green-light .form-outer-container .file-upload__inner .uploadedstatus {
  color: #232d4d;
}
.theme-green-light .form-outer-container .file-upload__inner .file-upload__btn {
  color: #232d4d;
}
.theme-green-light .form-outer-container .file-upload__inner .file-upload__btn:hover {
  background-color: #232d4d !important;
  color: white;
}
.theme-green-light .form-outer-container .select-container:before, .theme-green-light .form-outer-container .select-container:after {
  background-color: #232d4d !important;
}
.theme-green-light .form-outer-container .error-message {
  color: #232d4d;
}
.theme-green-light .form-outer-container .form-sent {
  color: #232d4d;
}
.theme-green-light .form-outer-container .the-checkbox {
  border: 2px solid #232d4d;
}
.theme-green-light .form-outer-container .the-checkbox:checked {
  background-color: #232d4d;
}

.theme-red-light .form-outer-container {
  /** send button**/
  /** arrow in select **/
  /** checkbox**/
}
.theme-red-light .form-outer-container .button-container .button-container__inner .button-input {
  background: #3f2021;
}
.theme-red-light .form-outer-container .button-container .button-container__inner:hover .button-input {
  color: #3f2021;
  border: 2.3px solid #3f2021;
}
.theme-red-light .form-outer-container .button-container .button-container__inner:hover:after {
  border: solid #3f2021;
  border-width: 0 3px 3px 0;
}
.theme-red-light .form-outer-container select, .theme-red-light .form-outer-container .text-input, .theme-red-light .form-outer-container .textarea-input {
  background: #efccc0;
  border: 2px solid #3f2021;
  color: #3f2021;
}
.theme-red-light .form-outer-container .file-upload__inner .uploadedfile {
  background-color: #3f2021;
}
.theme-red-light .form-outer-container .file-upload__inner .uploadedstatus {
  color: #3f2021;
}
.theme-red-light .form-outer-container .file-upload__inner .file-upload__btn {
  color: #3f2021;
}
.theme-red-light .form-outer-container .file-upload__inner .file-upload__btn:hover {
  background-color: #3f2021 !important;
  color: white;
}
.theme-red-light .form-outer-container .select-container:before, .theme-red-light .form-outer-container .select-container:after {
  background-color: #3f2021 !important;
}
.theme-red-light .form-outer-container .error-message {
  color: #3f2021;
}
.theme-red-light .form-outer-container .form-sent {
  color: #3f2021;
}
.theme-red-light .form-outer-container .the-checkbox {
  border: 2px solid #3f2021;
}
.theme-red-light .form-outer-container .the-checkbox:checked {
  background-color: #3f2021;
}

.theme-blue-light .form-outer-container {
  /*send button**/
  /** arrow in select **/
  /** checkbox**/
}
.theme-blue-light .form-outer-container .button-container .button-container__inner .button-input {
  background: #1e1a34;
}
.theme-blue-light .form-outer-container .button-container .button-container__inner:hover .button-input {
  color: #1e1a34;
  border: 2.3px solid #1e1a34;
}
.theme-blue-light .form-outer-container .button-container .button-container__inner:hover:after {
  border: solid #1e1a34;
  border-width: 0 3px 3px 0;
}
.theme-blue-light .form-outer-container select, .theme-blue-light .form-outer-container .text-input, .theme-blue-light .form-outer-container .textarea-input {
  background: #cacbe4;
  border: 2px solid #1e1a34;
  color: #1e1a34;
}
.theme-blue-light .form-outer-container .file-upload__inner .uploadedfile {
  background-color: #1e1a34;
}
.theme-blue-light .form-outer-container .file-upload__inner .uploadedstatus {
  color: #1e1a34;
}
.theme-blue-light .form-outer-container .file-upload__inner .file-upload__btn {
  color: #1e1a34;
}
.theme-blue-light .form-outer-container .file-upload__inner .file-upload__btn:hover {
  background-color: #1e1a34 !important;
  color: white;
}
.theme-blue-light .form-outer-container .select-container:before, .theme-blue-light .form-outer-container .select-container:after {
  background-color: #1e1a34 !important;
}
.theme-blue-light .form-outer-container .error-message {
  color: #1e1a34;
}
.theme-blue-light .form-outer-container .form-sent {
  color: #1e1a34;
}
.theme-blue-light .form-outer-container .the-checkbox {
  border: 2px solid #1e1a34;
}
.theme-blue-light .form-outer-container .the-checkbox:checked {
  background-color: #1e1a34;
}

.theme-beige-light .form-outer-container {
  /*send button**/
  /** arrow in select **/
  /** checkbox**/
}
.theme-beige-light .form-outer-container .button-container .button-container__inner .button-input {
  background: #284734;
}
.theme-beige-light .form-outer-container .button-container .button-container__inner:hover .button-input {
  color: #284734;
  border: 2.3px solid #284734;
}
.theme-beige-light .form-outer-container .button-container .button-container__inner:hover:after {
  border: solid #284734;
  border-width: 0 3px 3px 0;
}
.theme-beige-light .form-outer-container select, .theme-beige-light .form-outer-container .text-input, .theme-beige-light .form-outer-container .textarea-input {
  background: #f4eada;
  border: 2px solid #284734;
  color: #284734;
}
.theme-beige-light .form-outer-container .file-upload__inner .uploadedfile {
  background-color: #284734;
}
.theme-beige-light .form-outer-container .file-upload__inner .uploadedstatus {
  color: #284734;
}
.theme-beige-light .form-outer-container .file-upload__inner .file-upload__btn {
  color: #284734;
}
.theme-beige-light .form-outer-container .file-upload__inner .file-upload__btn:hover {
  background-color: #284734 !important;
  color: white;
}
.theme-beige-light .form-outer-container .select-container:before, .theme-beige-light .form-outer-container .select-container:after {
  background-color: #284734 !important;
}
.theme-beige-light .form-outer-container .error-message {
  color: #284734;
}
.theme-beige-light .form-outer-container .form-sent {
  color: #284734;
}
.theme-beige-light .form-outer-container .the-checkbox {
  border: 2px solid #284734;
}
.theme-beige-light .form-outer-container .the-checkbox:checked {
  background-color: #284734;
}

.theme-pink-light .form-outer-container {
  /*send button**/
  /** arrow in select **/
  /** checkbox**/
}
.theme-pink-light .form-outer-container .button-container .button-container__inner .button-input {
  background: #3f2a56;
}
.theme-pink-light .form-outer-container .button-container .button-container__inner:hover .button-input {
  color: #3f2a56;
  border: 2.3px solid #3f2a56;
}
.theme-pink-light .form-outer-container .button-container .button-container__inner:hover:after {
  border: solid #3f2a56;
  border-width: 0 3px 3px 0;
}
.theme-pink-light .form-outer-container select, .theme-pink-light .form-outer-container .text-input, .theme-pink-light .form-outer-container .textarea-input {
  background: #eddadf;
  border: 2px solid #3f2a56;
  color: #3f2a56;
}
.theme-pink-light .form-outer-container .file-upload__inner .uploadedfile {
  background-color: #3f2a56;
}
.theme-pink-light .form-outer-container .file-upload__inner .uploadedstatus {
  color: #3f2a56;
}
.theme-pink-light .form-outer-container .file-upload__inner .file-upload__btn {
  color: #3f2a56;
}
.theme-pink-light .form-outer-container .file-upload__inner .file-upload__btn:hover {
  background-color: #3f2a56 !important;
  color: white;
}
.theme-pink-light .form-outer-container .select-container:before, .theme-pink-light .form-outer-container .select-container:after {
  background-color: #3f2a56 !important;
}
.theme-pink-light .form-outer-container .error-message {
  color: #3f2a56;
}
.theme-pink-light .form-outer-container .form-sent {
  color: #3f2a56;
}
.theme-pink-light .form-outer-container .the-checkbox {
  border: 2px solid #3f2a56;
}
.theme-pink-light .form-outer-container .the-checkbox:checked {
  background-color: #3f2a56;
}

.slide-carousel {
  padding: 4rem 2rem;
}
.slide-carousel .owl-stage-outer, .slide-carousel .owl-stage, .slide-carousel .owl-item {
  height: 100%;
}
.slide-carousel .owl-nav {
  width: 100%;
  top: 48%;
}
.slide-carousel .owl-nav button {
  background-color: unset !important;
  width: 33px;
}
.slide-carousel .owl-dots {
  display: flex;
  justify-content: center;
  padding: 1rem 0;
}
.slide-carousel .owl-dots .owl-dot {
  height: 10px;
  width: 10px;
  margin: 0 0.3rem;
  border-radius: 50%;
}
.slide-carousel .owl-dots .owl-dot:focus {
  outline: none;
}
.slide-carousel .owl-item {
  text-align: -webkit-center;
  text-align: center;
  position: relative;
  height: auto;
}
.slide-carousel .owl-item img, .slide-carousel .owl-item video {
  max-width: 400px;
  width: 100%;
  height: 100%;
  margin: auto;
}
.slide-carousel .owl-item img {
  -o-object-fit: contain;
     object-fit: contain;
}
.slide-carousel .owl-item video {
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 768px) {
  .slide-carousel {
    width: 674px !important;
    margin: 0 auto;
  }
  .slide-carousel .owl-nav {
    width: 674px;
  }
  .slide-carousel .owl-dots .owl-dot {
    height: 20px;
    width: 20px;
  }
  .slide-carousel .owl-item {
    height: 700px;
  }
  .slide-carousel .owl-item img, .slide-carousel .owl-item video {
    max-width: 500px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.navigation-bar {
  display: none;
}

.history__container {
  position: relative;
}
.history__container .history-carousel {
  max-width: 1200px;
  margin: 0 auto;
}
.history__container .history-carousel .history-inner .history-col {
  position: relative;
}
.history__container .history-carousel .history-inner .history-col.left {
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
  padding-top: 3rem;
  padding-bottom: 1.5rem;
}
.history__container .history-carousel .history-inner .history-col.left h2 {
  font-size: 100px !important;
  position: absolute;
  top: 2rem;
  left: 0;
}
.history__container .history-carousel .history-inner .history-col.left img {
  width: 100%;
  max-width: 350px;
  height: calc(100vw - 5rem);
  max-height: 350px;
  padding: 0 1rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.history__container .history-carousel .history-inner .history-col.right h2 {
  padding-bottom: 0.5rem;
}
.history__container .history-carousel .owl-nav {
  top: 36%;
  width: 100%;
}
.history__container .history-carousel .owl-nav button {
  width: 28px;
  height: 28px;
  background-size: 10px !important;
}

/* Slider Content */
.owl-dots {
  display: none;
}

.history-carousel_heading {
  position: relative;
  margin-bottom: 3rem !important;
}
@media (min-width: 992px) {
  .history-carousel_heading {
    margin-top: 130px !important;
    margin-bottom: 7% !important;
  }
}
.history-carousel_heading .super-head {
  width: 75%;
  margin: auto;
}
.history-carousel_heading .super-head h1 {
  font-size: 40px;
  margin-top: 20px;
  margin-bottom: 70px;
  text-align: center;
}
@media (min-width: 768px) {
  .history-carousel_heading .super-head h1 {
    display: none;
  }
}
.history-carousel_heading .super-head .ilustrated-fruit {
  display: none;
  position: absolute;
  z-index: -1;
  top: -38px;
  left: -50px;
  width: 600px;
  height: 300px;
}
@media (min-width: 768px) {
  .history-carousel_heading .super-head .ilustrated-fruit {
    display: block;
  }
}
@media (min-width: 992px) {
  .history-carousel_heading .super-head .ilustrated-fruit {
    height: 450px;
  }
}
.history-carousel_heading .super-head .ilustrated-fruit img#illust01 {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .history-carousel_heading .super-head .ilustrated-fruit img#illust01 {
    position: relative;
    left: -100px;
  }
}
.history-carousel_heading .super-head .ilustrated-fruit img#illust02 {
  width: 50%;
  height: auto;
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .history-carousel_heading .super-head .ilustrated-fruit img#illust02 {
    position: relative;
    top: -62px;
    left: -23px;
    width: 75%;
  }
}
@media (min-width: 1500px) {
  .history-carousel_heading .super-head .ilustrated-fruit img#illust02 {
    top: -83px;
    left: -75px;
  }
}

.history-carousel_content {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .history-carousel_content {
    flex-direction: row;
    margin-top: 1.5rem;
    margin-bottom: 2rem;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}
@media (min-width: 1800px) {
  .history-carousel_content {
    left: -65px;
  }
}
.history-carousel_content .left-row {
  position: relative;
  height: auto;
}
@media (min-width: 768px) {
  .history-carousel_content .left-row {
    flex: 1;
  }
}
@media (min-width: 1300px) {
  .history-carousel_content .left-row {
    flex: none;
  }
}
@media (min-width: 768px) {
  .history-carousel_content .left-row .year-without-image-content {
    position: relative;
    height: 300px;
  }
}
@media (min-width: 1200px) {
  .history-carousel_content .left-row .year-without-image-content {
    left: -60px;
  }
}
@media (min-width: 1300px) {
  .history-carousel_content .left-row .year-without-image-content {
    left: 60px;
    width: 300px;
    max-width: 510px;
  }
}
@media (min-width: 1500px) {
  .history-carousel_content .left-row .year-without-image-content {
    width: 357px;
  }
}
.history-carousel_content .left-row .year-without-image-content h2.year-without-image {
  display: none;
  transition: all 0.2s;
}
@media (min-width: 768px) {
  .history-carousel_content .left-row .year-without-image-content h2.year-without-image {
    font-size: 100px !important;
    position: absolute;
    top: 35%;
    right: 0;
    display: block;
  }
}
@media (min-width: 992px) {
  .history-carousel_content .left-row .year-without-image-content h2.year-without-image {
    font-size: 120px !important;
  }
}
@media (min-width: 1300px) {
  .history-carousel_content .left-row .year-without-image-content h2.year-without-image {
    right: unset;
    left: 0;
  }
}
@media (min-width: 1500px) {
  .history-carousel_content .left-row .year-without-image-content h2.year-without-image {
    top: 39%;
  }
}
.history-carousel_content .left-row .text-under-image {
  width: 85%;
  margin: auto;
  text-align: left;
}
@media (min-width: 768px) {
  .history-carousel_content .left-row .text-under-image {
    display: none;
  }
}
.history-carousel_content .left-row img.slide-image {
  width: 85%;
  max-width: 355px;
  margin: auto;
  margin-bottom: 30px;
  transition: all 0.2s;
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
}
@media (min-width: 768px) {
  .history-carousel_content .left-row img.slide-image {
    width: 100%;
    margin-top: 10px;
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  .history-carousel_content .left-row img.slide-image {
    margin-top: 0px;
    margin-right: 15px;
  }
}
@media (min-width: 1300px) {
  .history-carousel_content .left-row img.slide-image {
    position: relative;
    left: 80px;
  }
}
@media (min-width: 1500px) {
  .history-carousel_content .left-row img.slide-image {
    left: 0;
    max-width: 400px;
    margin-bottom: 0px;
  }
}
.history-carousel_content .left-row h2.slide-year {
  font-size: 122px !important;
  position: absolute;
  top: 20px;
  right: 16px;
  transition: all 0.2s;
}
@media (min-width: 768px) {
  .history-carousel_content .left-row h2.slide-year {
    top: 21px;
    right: -70px;
    left: unset;
  }
}
@media (min-width: 992px) {
  .history-carousel_content .left-row h2.slide-year {
    font-size: 160px !important;
    top: 23%;
    right: 224px;
    left: -27px;
  }
}
@media (min-width: 1200px) {
  .history-carousel_content .left-row h2.slide-year {
    left: 28px;
  }
}
@media (min-width: 1300px) {
  .history-carousel_content .left-row h2.slide-year {
    right: 75%;
    left: unset;
  }
}
@media (min-width: 1800px) {
  .history-carousel_content .left-row h2.slide-year {
    right: 70%;
  }
}
.history-carousel_content .right-row {
  width: 85%;
  max-width: 500px;
  margin: auto;
  transition: all 0.2s;
  text-align: center;
}
@media (min-width: 768px) {
  .history-carousel_content .right-row {
    display: block;
    padding: 0 20px;
    flex: 1;
  }
}
@media (min-width: 992px) {
  .history-carousel_content .right-row {
    padding: 0 0 0 30px;
  }
}
@media (min-width: 1300px) {
  .history-carousel_content .right-row {
    width: 100%;
    max-width: 586px;
    padding: 0;
  }
}
@media (min-width: 1500px) {
  .history-carousel_content .right-row {
    max-width: 500px;
    margin-top: 4%;
    margin-left: 7%;
  }
}
@media (min-width: 1900px) {
  .history-carousel_content .right-row {
    max-width: 538px;
    margin-left: 0;
    padding: 0 5px 0 78px;
  }
}
.history-carousel_content .right-row h2.slide-year-without-image {
  font-size: 100px !important;
  margin-top: 50px;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .history-carousel_content .right-row h2.slide-year-without-image {
    display: none;
  }
}
.history-carousel_content .right-row .superhead-content > h1 {
  display: none;
}
@media (min-width: 768px) {
  .history-carousel_content .right-row .superhead-content > h1 {
    font-size: 30px;
    display: block;
  }
}
@media (min-width: 992px) {
  .history-carousel_content .right-row .superhead-content > h1 {
    font-size: 40px;
  }
}
.history-carousel_content .right-row h4 {
  font-size: 14px;
}
.history-carousel_content .right-row h3 {
  font-size: 40px;
  line-height: 45px;
  margin-top: 20px;
}
.history-carousel_content .right-row h3 span {
  display: block;
}
.history-carousel_content .right-row p {
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 30px;
  text-align: left;
}
.history-carousel_content .right-row .text-under-image-rightrow {
  display: none;
}
@media (min-width: 768px) {
  .history-carousel_content .right-row .text-under-image-rightrow {
    display: block;
  }
}

/*Two Blocks Under Slider i Våra Historia */
.two-blocks {
  position: relative;
  display: block;
  height: auto;
}
.two-blocks_container {
  width: 100%;
  height: 400px;
}
.two-blocks_content {
  position: relative;
  top: 50%;
  left: 52%;
  width: 85%;
  margin: auto;
  transform: translate(-60%, -50%);
}
.two-blocks_content h2 {
  margin-bottom: 14px;
}
.two-blocks_content p {
  margin-bottom: 34px;
}

/* Hide under navigation menu in Vår Historia */
.under-navigation {
  display: none;
}

.var-historia-container {
  display: none;
}

.history__container .il-img {
  position: absolute;
  top: -2rem;
  left: -5rem;
  width: 100%;
  max-width: 350px;
  height: 100%;
  max-height: 350px;
  -o-object-fit: contain;
     object-fit: contain;
}

.il-img-container {
  display: none;
  margin: auto;
}

.history-carousel_heading {
  width: 85%;
  margin: auto;
  text-align: center;
}

@media screen and (min-width: 480px) {
  .history__container .history-carousel .history-inner .history-col.left {
    max-width: 430px;
    margin: 0 auto;
  }
  .history__container .history-carousel .history-inner .history-col.left h2 {
    font-size: 120px !important;
    top: 4rem;
    left: -0.5rem;
  }
  .history__container .history-carousel .history-inner .history-col.left img {
    margin: 0 0 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .history__container .history-carousel .history-inner .history-col.left h2 {
    font-size: 150px !important;
    left: -2rem;
  }
  .history__container .history-carousel .owl-nav button {
    width: 60px;
    height: 60px;
    background-size: 20px !important;
  }
}
@media screen and (min-width: 992px) {
  .var-historia-container {
    display: none;
  }
  .history__container .history-carousel .history-inner {
    display: flex;
    padding: 0 3rem;
    flex-flow: wrap;
    align-items: center;
  }
  .history__container .history-carousel .history-inner .history-col.left {
    width: 50%;
    padding-bottom: 3rem;
  }
  .history__container .history-carousel .history-inner .history-col.left h2 {
    top: 2.5rem;
    left: -2rem;
  }
  .history__container .history-carousel .history-inner .history-col.left img {
    height: 350px;
    padding: 0;
  }
  .history__container .history-carousel .history-inner .history-col.right {
    width: 50%;
    padding: 0 2.5rem 0 0;
  }
  .history__container .history-carousel .owl-nav {
    top: 47%;
    padding: 0 1rem;
  }
  /*Vår Historia */
  .two-blocks {
    display: flex;
  }
  /**************************************/
  /* Vår Historia under menu navigation */
  /**************************************/
  .under-navigation {
    position: absolute;
    z-index: 10;
    top: 135px;
    display: block;
    width: 100%;
    padding: 14px;
    color: #c4d6a4;
    background-color: #232d4d;
  }
  .under-navigation_ul {
    position: relative;
    left: 28px;
    display: flex;
    width: 69%;
    margin: 0 auto;
    justify-content: space-between;
  }
  .under-navigation_ul .list-item {
    list-style: none;
    cursor: pointer;
    text-align: center;
  }
  .active-icon::before {
    content: url("../images/icons/icon-fruct-active.png");
  }
}
@media screen and (min-width: 480px) {
  .history__container .il-img {
    left: -2rem;
    max-width: 400px;
    max-height: 400px;
  }
}
@media screen and (min-width: 992px) {
  .history__container .il-img {
    top: -6rem;
    left: -4rem;
    max-width: 470px;
    max-height: 470px;
  }
}
@media screen and (min-width: 1200px) {
  .owl-carousel .owl-item {
    min-height: 500px !important;
  }
  .history__container .il-img {
    left: 0rem;
  }
  .history__container .history-carousel .history-inner {
    padding: 0;
  }
  .history__container .history-carousel .history-inner .history-col.left {
    max-width: 350px;
    margin: 0 0 0 auto;
  }
  .history__container .history-carousel .history-inner .history-col.left h2 {
    font-size: 170px !important;
    top: 8rem;
    left: -9rem;
  }
  .history__container .history-carousel .history-inner .history-col.right {
    padding: 0 5rem 0 2rem;
  }
}
@media screen and (min-width: 1400px) {
  .history__container .il-img {
    left: 2rem;
  }
  .history__container .history-carousel .owl-nav {
    width: 110%;
  }
  .under-navigation_ul {
    width: 60%;
    max-width: 876px;
  }
}
/*** CAMPAIGN CONTAINERS ***/
.campaign__container {
  position: relative;
  width: 100%;
  padding: 1.5rem 0 3rem;
  /*** CAMPAIGN HERO TEXT ***/
}
.campaign__container .campaign__inner {
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  max-width: 1200px;
  align-items: center;
  -moz-flex-direction: column;
  flex-direction: column;
  margin: 0 auto;
}
.campaign__container .campaign_heading {
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  text-align: center;
  flex-direction: column;
}
@media (min-width: 768px) {
  .campaign__container .campaign_heading {
    flex-direction: row;
    margin-bottom: 40px;
  }
}
.campaign__container .campaign_heading .campaign_heading__line {
  display: flex;
  justify-content: center;
}
.campaign__container .campaign_heading__image {
  display: flex;
  align-items: center;
}
.campaign__container .campaign_heading__image img {
  width: 30px;
  height: 30px;
}
@media (min-width: 768px) {
  .campaign__container .campaign_heading__image img {
    margin: 0 5px;
  }
}

/**** CAMPAIGN MAIN CONTENT ***/
.campaign_main {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  transform: scale(1);
  flex-direction: row;
  margin-top: 55px;
  opacity: 0;
  transition: opacity 0.4s ease-in;
}
@media (min-width: 768px) {
  .campaign_main {
    flex-direction: row;
    justify-content: space-evenly;
    transform: scale(1);
    width: 100%;
  }
}

.campaign_main__column {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: row;
}
@media (min-width: 768px) {
  .campaign_main__column {
    flex-direction: row;
  }
}

.campaign_main__column {
  width: 100%;
  align-items: center;
}
.campaign_main__column .column__fruit {
  width: auto;
  max-width: 180px;
  position: relative;
}
@media (min-width: 576px) {
  .campaign_main__column .column__fruit {
    max-width: 250px;
  }
}
@media (min-width: 768px) {
  .campaign_main__column .column__fruit {
    max-width: 350px;
  }
}
.campaign_main__column .column__fruit .fruit-img {
  width: 100%;
  height: auto;
}
.campaign_main__column .column__fruit h4 {
  margin: 0;
  padding: 0;
  width: 49px;
  height: 49px;
  border-radius: 100%;
  line-height: 44px;
  font-size: 10px;
  font-weight: 600;
  border: 3px solid #fff;
  color: #fff;
  text-align: center;
  position: absolute;
}

.column__drink {
  position: absolute;
  opacity: 0;
  width: auto;
  height: auto;
  max-width: 120px;
  transform: scale(0.05);
  align-self: center;
}
@media (min-width: 768px) {
  .column__drink {
    max-width: 175px;
  }
}
.column__drink .button {
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
  min-width: 80px;
  width: 150px;
  opacity: 0;
}
@media (min-width: 768px) {
  .column__drink {
    position: absolute;
  }
}
.column__drink .drink-img {
  width: 100%;
  height: auto;
}

@media (min-width: 768px) {
  .blueberry {
    top: 40px;
  }
}
@media (min-width: 768px) {
  .blueberry .fruit-img {
    max-width: 320px;
  }
}
.blueberry h4 {
  top: 20%;
  right: 20%;
}

.mango h4 {
  top: 50%;
  right: 20%;
}
@media (min-width: 768px) {
  .mango .fruit-img {
    max-width: 305px;
  }
}

@media (min-width: 768px) {
  .orange .fruit-img {
    max-width: 285px;
  }
}
.orange h4 {
  top: 55%;
  left: 20%;
}

/*** ANIMATIONS ***/
.campaign_main__column .column__fruit.scaledown {
  animation: scaledown 0.75s;
  animation-iteration-count: 1;
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-fill-mode: forwards;
}
.campaign_main__column .animate-in {
  transform: scale(1);
  animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: 0.2s;
  animation-fill-mode: forwards;
  opacity: 1;
}

.squeeze {
  animation: squeeze 0.85s;
  animation-timing-function: linear;
}

.column__fruit:hover {
  animation: shake 1.25s;
  animation-timing-function: linear;
  animation-iteration-count: 3;
}

.squish {
  animation: squish 0.75s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}

@keyframes scaledown {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0.05);
  }
}
@keyframes shake {
  0% {
    transform: translate(1px, 1px) rotate(0deg);
  }
  10% {
    transform: translate(-1px, -2px) rotate(-1deg);
  }
  20% {
    transform: translate(-3px, 0px) rotate(1deg);
  }
  30% {
    transform: translate(3px, 2px) rotate(0deg);
  }
  40% {
    transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    transform: translate(-1px, 2px) rotate(-1deg);
  }
  60% {
    transform: translate(-3px, 1px) rotate(0deg);
  }
  70% {
    transform: translate(3px, 1px) rotate(-1deg);
  }
  80% {
    transform: translate(-1px, -1px) rotate(1deg);
  }
  90% {
    transform: translate(1px, 2px) rotate(0deg);
  }
  100% {
    transform: translate(1px, -2px) rotate(-1deg);
  }
}
@keyframes squeeze {
  0% {
    transform: skewX(0deg);
    transform: scale(1);
  }
  20% {
    transform: scale(0.8, 1.2);
  }
  40% {
    transform: scale(1, 1);
  }
  60% {
    transform: scale(1.2, 0.8);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes squish {
  to {
    filter: blur(20px);
    transform: translateY(2000px);
    opacity: 0;
  }
}
.dance {
  animation: rotate 0.25s;
  animation-iteration-count: 3;
  animation-timing-function: linear;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
    filter: blur(2px);
  }
  100% {
    filter: blur(3px);
    transform: rotate(360deg);
  }
}
.owl-carousel,
.campaign-carousel {
  touch-action: none;
}

.campaign-carousel {
  height: 0px;
  max-height: 600px;
  min-height: 125vw;
  min-width: 0;
  max-width: 100vw;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 576px) {
  .campaign-carousel {
    min-height: 60vh;
  }
}
@media (min-width: 768px) {
  .campaign-carousel {
    min-height: 600px;
  }
}

.swiper-slide {
  width: auto;
  flex-shrink: 0;
  display: block;
  height: 100%;
  max-height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.swiper-wrapper {
  max-height: 100%;
  height: 100% t;
  display: flex;
}

.swiper-button.swiper-button-next,
.swiper-button.swiper-button-prev {
  position: fixed;
  top: 20%;
  width: 20px;
  height: 20px;
}
.swiper-button.swiper-button-next img,
.swiper-button.swiper-button-prev img {
  width: 100%;
  height: auto;
}

.swiper-button.swiper-button-prev {
  transform: rotate(180deg);
  left: 20px;
}
@media (min-width: 576px) {
  .swiper-button.swiper-button-prev {
    left: 10%;
  }
}

.swiper-button.swiper-button-next {
  right: 20px;
}
@media (min-width: 576px) {
  .swiper-button.swiper-button-next {
    right: 10%;
  }
}

.swiper-button-prev::after {
  content: "" !important;
}

.swiper-button-next::after {
  content: "" !important;
}

.campaign-hero-container {
  background-color: #f3e4cd;
  position: relative;
  width: 100%;
  padding: 10px 0;
}
@media screen and (min-width: 1050px) {
  .campaign-hero-container {
    margin-bottom: 0;
    padding: 40px 0;
  }
}
.campaign-hero-container .button-link_arrow {
  right: 5%;
}

.hero-campaign {
  padding: 16px;
  max-width: 1400px !important;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1050px) {
  .hero-campaign {
    margin: 0 auto;
    gap: 20px;
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
}
.hero-campaign .left-content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hero-campaign .left-content p {
  font-size: 16px;
  color: #284734;
  display: none;
}
@media screen and (min-width: 1050px) {
  .hero-campaign .left-content p {
    display: block;
  }
}
.hero-campaign .right-content {
  position: relative;
  display: flex;
  justify-content: center;
}
.hero-campaign img {
  width: 120%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 1050px) {
  .hero-campaign img {
    height: 100%;
    max-width: 100%;
  }
}

#fileLabel {
  position: absolute;
  top: 5px;
  right: 0px;
}
#fileLabel .icon {
  height: 80px;
  width: 80px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  align-items: center;
  cursor: pointer;
}
#fileLabel .icon span {
  font-size: 12px;
  line-height: 14px;
  color: #284734;
  font-family: "Faro Regular";
}
#fileLabel .icon img {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}

.uploadedstatus {
  font-size: 12px;
  line-height: 14px;
  color: #284734;
  font-family: "Faro Regular";
}

#imageWrapper {
  position: relative;
}
#imageWrapper #blah {
  max-height: 200px;
}
#imageWrapper #closeIcon {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 10px;
  left: 10px;
  cursor: pointer;
}

.form-wrapper {
  background: rgba(255, 255, 255, 0.58);
  width: 100%;
  border-radius: 16px;
  padding: 24px 16px;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 480px) {
  .form-wrapper {
    margin-top: 0;
    margin-bottom: 0;
    padding: 24px 40px;
    width: 541px;
  }
}
.form-wrapper h2 {
  font-size: 24px !important;
  font-family: "Faro Semibold";
  color: #284734;
  line-height: 28.8px;
}
@media screen and (min-width: 480px) {
  .form-wrapper h2 {
    font-size: 40px !important;
    line-height: 48px;
  }
}
.form-wrapper p {
  font-size: 16px;
  font-family: "Faro Semibold";
  line-height: 19px;
  color: #284734;
}
@media screen and (min-width: 480px) {
  .form-wrapper p {
    flex-direction: row;
    font-size: 22px;
    line-height: 33px;
  }
}

.magisk-form {
  width: 100%;
  border-radius: 16px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 480px) {
  .magisk-form {
    gap: 16px;
  }
}
.magisk-form .magisk-form-part {
  position: relative;
}
.magisk-form .splash {
  right: -16px;
  top: -50px;
  position: absolute;
  width: 115px;
  height: 115px;
  background-color: #284734;
  color: #f1e2cc;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 16px;
  line-height: 19.2px;
  font-family: "Faro Semibold";
  transform: rotate(20deg);
  padding: 10px;
}
@media screen and (min-width: 480px) {
  .magisk-form .splash {
    width: 160px;
    height: 160px;
    right: -60px;
    top: -60px;
  }
}
.magisk-form input,
.magisk-form textarea {
  background: #ffffff;
  border: none;
  border-radius: 8px;
  padding: 8px 16px;
  font-size: 16px;
  font-family: "Faro Regular";
  color: #284734;
  width: 100%;
  margin: 0;
}
.magisk-form input::-moz-placeholder, .magisk-form textarea::-moz-placeholder {
  color: #3f2a56;
  opacity: 0.6;
}
.magisk-form input::placeholder,
.magisk-form textarea::placeholder {
  color: #3f2a56;
  opacity: 0.6;
}
.magisk-form textarea {
  font-size: 14px;
}
@media screen and (min-width: 480px) {
  .magisk-form textarea {
    font-size: 16px;
  }
}
.magisk-form .err {
  border: 1px solid red;
}
.magisk-form input {
  height: 48px;
}
.magisk-form textarea {
  height: 80px;
  width: 76%;
  resize: none;
}
@media screen and (min-width: 480px) {
  .magisk-form textarea {
    flex-direction: row;
    width: 82%;
  }
}
.magisk-form input[type=submit] {
  background-color: #284734;
  color: #ffffff;
  cursor: pointer;
}
.magisk-form .double-input {
  gap: 8px;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 480px) {
  .magisk-form .double-input {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}
.magisk-form .checkbox-wrapper {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 16px;
  padding-block: 8px;
}
@media screen and (min-width: 480px) {
  .magisk-form .checkbox-wrapper {
    padding-block: 0;
  }
}
.magisk-form .checkbox-wrapper label {
  font-size: 14px;
  line-height: 16.8px;
  font-family: "Faro Regular";
  color: #284734;
}
.magisk-form .checkbox-wrapper .checkbox {
  width: 20px;
  height: 20px;
  border-radius: 4px;
}
.magisk-form .checkbox-wrapper .checkbox-error {
  box-shadow: 0px 0px 0px 1px rgb(255, 0, 0);
}

.campaign-info-container {
  padding: 16px;
  display: flex;
  justify-content: center;
  background-color: #f4eada;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 480px) {
  .campaign-info-container {
    padding: 3rem;
  }
}
.campaign-info-container .confetti-background {
  top: 0;
  left: 0;
  position: absolute;
  width: 229%;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 1;
}
@media screen and (min-width: 480px) {
  .campaign-info-container .confetti-background {
    width: 100%;
    height: auto;
    left: 0%;
    top: 10%;
  }
}
.campaign-info-container .inner-container {
  padding: relative;
  z-index: 2;
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
  max-width: 1200px;
}
@media screen and (min-width: 480px) {
  .campaign-info-container .inner-container {
    margin-top: 100px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    gap: 2rem 6rem;
  }
}
.campaign-info-container .left-side {
  position: relative;
}
.campaign-info-container .bubble {
  position: absolute;
  width: 100px;
  height: 100px;
  top: -20px;
  left: 0px;
}
@media screen and (min-width: 480px) {
  .campaign-info-container .bubble {
    width: 200px;
    height: 200px;
    top: -80px;
    left: 0px;
  }
}
.campaign-info-container .bubble img {
  width: 100%;
}
.campaign-info-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.campaign-info-container .text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.campaign-info-container h3 {
  font-size: 30px;
  line-height: 36px;
  font-family: "Faro Semibold";
  color: #3f2a56;
}
.campaign-info-container p {
  font-size: 18px;
  line-height: 25px;
  font-family: "Faro Semibold";
  color: #3f2a56;
}
.campaign-info-container .disclaimer-wrapper {
  grid-column: 1/3;
}
.campaign-info-container .disclaimer-text {
  font-family: "Faro Regular";
  font-size: 12px;
  line-height: 14.4px;
  text-align: center;
}
@media screen and (min-width: 480px) {
  .campaign-info-container .disclaimer-text {
    font-size: 14px;
    line-height: 17px;
  }
}
.campaign-info-container .cta-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media screen and (min-width: 480px) {
  .campaign-info-container .cta-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
.campaign-info-container .cta-button {
  height: 45px;
  padding: 8px 23px;
  font-family: "Faro Semibold";
  font-size: 14px;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.campaign-info-container .cta-button-transparent {
  border: 2px solid #284734;
  color: #284734;
  background-color: transparent;
}
.campaign-info-container .cta-button-solid {
  background-color: #284734;
  color: #ffffff;
  border: none;
}

.info-cards-container {
  gap: 32px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #F3E4CD;
  padding: 32px 16px;
  position: relative;
}
.info-cards-container .fruit-illustration {
  position: absolute;
  left: -100px;
  top: 300px;
  width: 250px;
  -o-object-fit: contain;
     object-fit: contain;
}
.info-cards-container .confetti-background {
  z-index: 1;
  top: 100px;
  width: 200%;
  height: auto;
  position: absolute;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
}
@media screen and (min-width: 480px) {
  .info-cards-container .confetti-background {
    top: 20%;
    width: 80%;
    left: 10%;
  }
}
.info-cards-container * {
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 480px) {
  .info-cards-container {
    padding: 100px 3rem;
    gap: 44px;
  }
}
@media screen and (min-width: 480px) {
  .info-cards-container .header-wrapper {
    text-align: center;
  }
}
.info-cards-container .header-wrapper h2 {
  font-family: "Faro Semibold";
  font-size: 30px;
  color: #284734;
  position: relative;
  z-index: 2;
}
.info-cards-container .campaign-info-cards {
  max-width: 1200px;
  margin: 0 auto;
  height: auto;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  -moz-gap: 10px;
  -webkit-gap: 10px;
  gap: 16px;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 480px) {
  .info-cards-container .campaign-info-cards {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.info-cards-container .column {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.info-cards-container .card {
  z-index: 2;
  width: 100%;
  display: inline-block;
  flex-direction: column;
  box-sizing: border-box;
  padding: 24px;
  color: #284734;
  gap: 16px;
  position: relative;
}
.info-cards-container .like-button {
  position: absolute;
  bottom: 14px;
  right: 24px;
  z-index: 2;
  cursor: pointer;
}
.info-cards-container .like-button.disabled {
  opacity: 0.2;
  pointer-events: none;
}
.info-cards-container .text-wrapper {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.info-cards-container h3 {
  font-family: "Faro Semibold";
  font-size: 18px;
  line-height: 22px;
  text-transform: capitalize;
}
.info-cards-container p {
  font-family: "Faro Regular";
  font-size: 16px;
  line-height: 19px;
  white-space: pre-wrap;
}
.info-cards-container video {
  width: 100%;
  background-color: #000000;
}
.info-cards-container img {
  width: 100%;
}
.info-cards-container .card-color-1 {
  background-color: #F6D47D;
}
.info-cards-container .card-color-2 {
  background-color: #F2B080;
}
.info-cards-container .card-color-3 {
  background-color: #E9CED5;
}
.info-cards-container .card-color-4 {
  background-color: #c4d6a4;
}
.info-cards-container .card-color-5 {
  background-color: #EDDADF;
}
.info-cards-container .card-color-6 {
  background-color: #b6b8dc;
}
.info-cards-container .button-wrapper {
  display: flex;
  justify-content: center;
}
.info-cards-container .cta-button {
  z-index: 2;
  position: relative;
  background-color: transparent;
  border: 2px solid #284734;
  color: #284734;
  height: 45px;
  padding: 0 40px;
  font-family: "Faro Semibold";
  font-size: 14px;
  border-radius: 4px;
  cursor: pointer;
}
.info-cards-container .disabled {
  opacity: 0.6;
  cursor: auto;
}
.info-cards-container .image {
  position: relative;
}
.info-cards-container .play-button {
  position: absolute;
  width: 74px;
  height: 74px;
  border-style: solid;
  border-width: 37px;
  border-color: #c5c5c5;
  border-width: 37px 0px 37px 74px;
  border-color: transparent transparent transparent #ffffff;
  opacity: 0.5;
  margin: 0 auto;
  top: calc(50% - 36px);
  left: calc(50% - 36px);
  pointer-events: none;
}

/** SECTIONS **/
.menu-main {
  width: 100% !important;
  z-index: 99;
  transition-duration: 1.5s;
  left: 0;
  position: sticky;
  right: 0;
  top: 0;
}
.menu-main:has(.theme-banner.banner-outer) {
  margin-bottom: calc(3rem + 14px);
}
.menu-main.is-hidden {
  transform: translate(0, -100%);
  transition: 0.5s ease-out;
}
.menu-main.is-visible {
  transform: translate(0, 0);
  transition: 0.4s ease-out;
}
.menu-main .menu__inner {
  position: relative;
}
.menu-main .menu__inner .menu__inner_main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 2rem;
}
.menu-main .menu__inner .main__logo {
  height: 50px;
  cursor: pointer;
  margin: 1rem 0;
}
.menu-main .menu__inner .nav__icon {
  display: block;
  z-index: 999;
  height: 32px;
  width: 32px;
  cursor: pointer;
}
.menu-main .menu__inner .nav__icon img {
  display: none;
  height: 32px;
  width: 32px;
}
.menu-main .menu__inner .nav__icon img.active {
  display: block;
}
.menu-main .menu__inner .nav__wrapper {
  position: absolute;
  top: 80px;
  width: 100%;
  text-align: center;
}
.menu-main .menu__inner .nav__wrapper .nav__breadcrumbs {
  display: inline-block;
  font-size: 13px;
  font-family: "Faro SemiBold";
  padding-bottom: 0.5rem;
}
.menu-main .menu__inner .nav__wrapper .nav__breadcrumbs a {
  text-decoration: underline;
  text-decoration-thickness: 0.6px;
}
.menu-main .menu__inner .nav__wrapper .nav__breadcrumbs .breadcrumb-current {
  font-family: "Faro Regular";
  text-decoration: none;
}
.menu-main .menu__inner .nav__wrapper .nav__breadcrumbs div {
  display: inline-block;
}
.menu-main .menu__inner .nav__wrapper .breadcrumb-arrow-wrapper {
  padding-left: 5px;
  padding-right: 5px;
}
.menu-main .menu__inner .menu-mainmenu-container {
  display: none;
  background-color: rgba(40, 71, 52, 0.97);
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  z-index: 998;
}
.menu-main .menu__inner .menu-mainmenu-container.active {
  display: block;
}
.menu-main .menu__inner .menu-mainmenu-container .menu {
  margin-top: 100px;
  height: 100%;
  text-align: left;
  list-style: none;
  padding: 2rem;
  min-height: 25px;
}
.menu-main .menu__inner .menu-mainmenu-container .menu .menu-item {
  padding-bottom: 39px;
}
.menu-main .menu__inner .menu-mainmenu-container .menu .menu-item.current-menu-item a:after {
  display: none;
}
.menu-main .menu__inner .menu-mainmenu-container .menu .menu-item .menu__link {
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
}
.menu-main .menu__inner .menu-mainmenu-container .menu .menu-item a {
  color: white;
}
.menu-main .menu__inner .menu-mainmenu-container .menu .menu-item a:hover {
  text-decoration: none !important;
}
.menu-main .menu__inner .menu-mainmenu-container .menu .menu-item .sub-menu__arrow {
  cursor: pointer;
  height: 12px;
  width: 17px;
  transition: 0.3s ease;
  margin-left: 0.7rem;
}
.menu-main .menu__inner .menu-mainmenu-container .menu .menu-item .sub-menu__arrow.toggled {
  transform: rotate(180deg);
  transition: 0.3s ease;
}
.menu-main .menu__inner .menu-mainmenu-container .menu .menu-item .sub-menu {
  display: none;
  position: relative;
  list-style: none;
  margin-top: 25px;
  transition: 0.3s display ease;
}
.menu-main .menu__inner .menu-mainmenu-container .menu .menu-item .sub-menu.active {
  display: block;
  transition: 0.3s display ease;
}
.menu-main .menu__inner .menu-mainmenu-container .menu .menu-item .sub-menu li {
  padding-bottom: 25px;
}
.menu-main .menu__inner .menu-mainmenu-container .menu .menu-item .active-menu-icon {
  display: none !important;
}
.menu-main .banner-outer {
  position: fixed;
  box-sizing: border-box;
  width: 100%;
  max-width: 100dvw;
  margin: 0;
  padding: 1.2121212121rem 1.6rem;
}
.menu-main .banner-outer .banner-inner {
  display: grid;
  justify-items: center;
  justify-content: center;
  grid-auto-flow: column;
  align-items: center;
  gap: 1rem;
  font-size: 14px;
}

@media screen and (max-width: 992px) {
  .menu-main:has(.banner-outer) .menu__inner .nav__wrapper:has(.nav__breadcrumbs) {
    position: relative;
    top: 0;
  }
}
@media screen and (min-width: 992px) {
  .menu-main:has(.theme-banner.banner-outer) {
    margin-bottom: calc(1.6rem + 16px);
  }
  .menu-main .menu__inner {
    max-width: 1200px;
    margin-left: 3rem;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
  }
  /*remove hover styling on sub menu*/
}
@media screen and (min-width: 992px) and (min-width: 1296px) {
  .menu-main .menu__inner {
    margin-left: 0;
    margin: 0 auto;
  }
}
@media screen and (min-width: 992px) {
  .menu-main .menu__inner .main__logo {
    height: 70px;
  }
  .menu-main .menu__inner .nav__icon {
    display: none;
  }
  .menu-main .menu__inner .nav__wrapper {
    position: relative;
    top: 0px;
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .menu-main .menu__inner .nav__wrapper .nav__breadcrumbs {
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
  }
  .menu-main .menu__inner .nav__wrapper .nav__breadcrumbs div {
    display: inline-block;
    text-align: center;
  }
  .menu-main .menu__inner .menu-mainmenu-container {
    display: block;
    background-color: transparent;
    width: 100%;
    height: auto;
    position: relative;
    padding: 2.4rem 0 2rem;
  }
  .menu-main .menu__inner .menu-mainmenu-container .menu {
    margin-top: 0;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-evenly;
    padding: 0;
    min-height: 25px;
  }
  .menu-main .menu__inner .menu-mainmenu-container .menu .menu-item {
    padding-bottom: 0;
  }
  .menu-main .menu__inner .menu-mainmenu-container .menu .menu-item a {
    color: inherit;
  }
  .menu-main .menu__inner .menu-mainmenu-container .menu .menu-item .sub-menu {
    display: none;
  }
  .menu-main .menu__inner .menu-mainmenu-container .menu .menu-item .sub-menu__arrow {
    display: none !important;
  }
  .menu-main .menu__inner .menu-mainmenu-container .menu .menu-item.current_page_item .sub-menu, .menu-main .menu__inner .menu-mainmenu-container .menu .menu-item.current_page_parent .sub-menu {
    display: -moz-flex;
    display: -ms-flex;
    display: flex !important;
    position: fixed;
    z-index: 1;
    width: 100%;
    height: 53px;
    left: 0;
    margin-top: 0;
    justify-content: center;
  }
  .menu-main .menu__inner .menu-mainmenu-container .menu .menu-item.current_page_item .sub-menu li, .menu-main .menu__inner .menu-mainmenu-container .menu .menu-item.current_page_parent .sub-menu li {
    padding: 0.9rem 3.5rem;
  }
  .menu-main .menu__inner .menu-mainmenu-container .menu .menu-item.current_page_item .sub-menu li .main-menu-icon, .menu-main .menu__inner .menu-mainmenu-container .menu .menu-item.current_page_parent .sub-menu li .main-menu-icon {
    display: none !important;
  }
  .menu-main .menu__inner .menu-mainmenu-container .menu .menu-item.current-menu-item.active .active-menu-icon {
    display: block !important;
    height: 14px;
    margin: 0.3rem 0.3rem 0.4rem;
    float: left;
  }
  .menu-main .menu__inner .menu-mainmenu-container .menu .menu-item.current-menu-item.active .menu__link a:hover:after {
    display: none !important;
  }
}
@media screen and (min-width: 992px) and (min-width: 992px) {
  .menu-main .menu__inner .menu-mainmenu-container .menu .menu-item.current-menu-item.active .sub-menu .menu-item a:after {
    content: "";
    display: none;
    width: 100%;
    height: 2px;
  }
  .menu-main .menu__inner .menu-mainmenu-container .menu .menu-item.current-menu-item.active .sub-menu .menu-item a:hover {
    text-decoration: none;
  }
  .menu-main .menu__inner .menu-mainmenu-container .menu .menu-item.current-menu-item.active .sub-menu .menu-item a:hover:after {
    display: block;
  }
}
@media screen and (min-width: 992px) {
  .menu-main .banner-outer {
    padding: 0.5rem 3rem;
  }
  .menu-main .banner-outer .banner-inner {
    margin: 0 auto;
    font-size: 16px;
  }
  .menu-item .sub-menu .current-menu-item.active a:hover:after {
    display: none !important;
  }
}
footer {
  width: 100%;
  min-height: 200px;
  height: auto;
  display: block;
}
footer .menu-footer {
  position: relative;
  background-color: #284734;
}
footer .menu-footer .inner__footer {
  max-width: 1200px;
  margin: 0 auto;
  padding: 3rem 2rem;
  display: block;
  color: white;
}
footer .menu-footer .inner__footer p {
  color: white;
  margin-bottom: 12px;
}
footer .menu-footer .inner__footer .footer__left-col {
  display: block;
  width: 100%;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 2rem;
}
footer .menu-footer .inner__footer .footer__left-col .footer__left-col-text .footer__logo {
  max-width: 60px;
  height: 60px;
}
footer .menu-footer .inner__footer .footer__left-col .footer__left-col-text p {
  width: 70%;
  margin-top: 1rem;
}
footer .menu-footer .inner__footer .footer__left-col .footer__left-col-text p br {
  display: block;
}
footer .menu-footer .inner__footer .footer__left-col .footer__some {
  position: absolute;
  top: 3.4rem;
  right: 2rem;
}
footer .menu-footer .inner__footer .footer__left-col .footer__some a img {
  width: 45px;
  height: 45px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 0.2rem;
}
footer .menu-footer .inner__footer .footer__left-col .footer__some a:hover {
  text-decoration: none;
}
footer .menu-footer .inner__footer .footer__right-col {
  width: 70%;
  justify-content: center;
}
footer .menu-footer .inner__footer .footer__right-col* {
  display: block;
}
footer .menu-footer .inner__footer .footer__right-col a {
  cursor: pointer;
}
footer .footer-btm__container {
  width: 100%;
  background-color: white;
}
footer .footer-btm__container .footer-btm__inner {
  max-width: 1200px;
  margin: 0 auto;
}
footer .footer-btm__container .footer-btm__inner img {
  width: 60px;
  margin: 1rem 2rem;
}

@media screen and (min-width: 768px) {
  .inner__footer {
    display: -moz-flex !important;
    display: -ms-flex !important;
    display: flex !important;
    padding: 4rem 3rem !important;
    justify-content: space-between;
  }
  .inner__footer p {
    margin-bottom: 16px !important;
  }
  .footer__left-col {
    display: -moz-flex !important;
    display: -ms-flex !important;
    display: flex !important;
    -moz-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0 !important;
    width: auto !important;
  }
  .footer__left-col .footer__left-col-text {
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
  }
  .footer__left-col .footer__left-col-text p {
    max-width: 230px;
    width: 100% !important;
    margin-top: 0 !important;
    margin-left: 2.5rem;
  }
  .footer__left-col .footer__some {
    position: relative !important;
    top: auto !important;
    left: 100px !important;
  }
  .footer__left-col .footer__some a img {
    width: 50px !important;
    height: 50px !important;
    margin-right: 0.5rem !important;
  }
  .footer__right-col {
    width: auto !important;
  }
  .footer-btm__container .footer-btm__inner img {
    margin: 1rem 3rem;
  }
}
/* Fruits settings */
.fruit, .primary, .secondary, .tertiary {
  position: absolute;
  z-index: 2;
  transition: 0.2s ease-out;
}
.fruit img, .primary img, .secondary img, .tertiary img {
  width: 100%;
  min-width: inherit;
  max-width: inherit;
  height: 100%;
  min-height: inherit;
  max-height: inherit;
  -o-object-fit: contain;
     object-fit: contain;
}

/* Hero header */
.hero__container .hero__img-inner img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
}
.hero__container .hero__img-inner .il-img {
  position: absolute;
  top: 0;
  right: -7rem;
  max-width: 74vw;
  height: 100%;
  max-height: 74vw;
}
.hero__container .hero__img-inner .primary {
  width: 100%;
  top: 3rem;
  right: -4rem;
  max-width: 120px;
  max-height: 160px;
}
.hero__container .hero__img-inner .secondary {
  width: 100%;
  bottom: -6rem;
  left: -2rem;
  max-width: 110px;
  max-height: 115px;
}
.hero__container .hero__img-inner .tertiary {
  width: 100%;
  top: 0;
  left: 0;
  max-width: 70px;
  max-height: 70px;
}

@media screen and (min-width: 480px) {
  .hero__container .hero__img-inner .il-img {
    right: -10vw;
    max-width: 380px;
    max-height: 380px;
  }
  .hero__container .hero__img-inner .primary {
    max-width: 150px;
    max-height: 200px;
  }
  .hero__container .hero__img-inner .secondary {
    bottom: -8rem;
    max-width: 140px;
    max-height: 160px;
  }
  .hero__container .hero__img-inner .tertiary {
    left: 1rem;
    max-width: 100px;
    max-height: 100px;
  }
}
@media screen and (min-width: 768px) {
  .hero__container .hero__img-inner .il-img {
    top: 1rem;
    right: -7rem;
    max-width: 40vw;
    max-height: 40vw;
  }
  .hero__container .hero__img-inner .primary {
    max-width: 120px;
    max-height: 250px;
  }
  .hero__container .hero__img-inner .secondary {
    max-width: 190px;
    max-height: 200px;
  }
  .hero__container .hero__img-inner .tertiary {
    max-width: 130px;
    max-height: 130px;
  }
}
@media screen and (min-width: 992px) {
  .hero__container .hero__img-inner .il-img {
    right: -12rem;
    max-width: 400px;
    max-height: 400px;
  }
  .hero__container .hero__img-inner .primary {
    top: 0;
    right: 1rem;
  }
  .hero__container .hero__img-inner .secondary {
    top: auto;
    right: -7rem;
    bottom: -3rem;
    left: auto;
  }
  .hero__container .hero__img-inner .tertiary {
    top: auto;
    bottom: -6rem;
  }
}
@media screen and (min-width: 1200px) {
  .hero__container .hero__img-inner .il-img {
    top: 1rem;
    max-width: 450px;
    max-height: 450px;
  }
  .hero__container .hero__img-inner .primary {
    right: 5rem;
  }
  .hero__container .hero__img-inner .secondary {
    bottom: 2rem;
  }
  .hero__container .hero__img-inner .tertiary {
    bottom: -6rem;
  }
}
@media screen and (min-width: 1400px) {
  .hero__container .hero__img-inner .primary {
    right: 5rem;
  }
  .hero__container .hero__img-inner .secondary {
    right: -9rem;
  }
  .hero__container .hero__img-inner .tertiary {
    bottom: -4rem;
  }
}
/* Suboage Hero */
.hero__subpage .il-img {
  position: absolute;
  z-index: 1;
  bottom: -3rem;
  max-width: 180px;
  max-height: 225px;
}
.hero__subpage .il-img.right {
  right: -4rem;
}
.hero__subpage .il-img.left {
  left: -6rem;
}
.hero__subpage .il-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (min-width: 768px) {
  .hero__subpage .il-img {
    bottom: -6rem;
    max-width: 240px;
    max-height: 300px;
  }
  .hero__subpage .il-img.right {
    right: -5rem;
  }
  .hero__subpage .il-img.left {
    bottom: -3rem;
    left: -6rem;
  }
}
@media screen and (min-width: 992px) {
  .hero__subpage .il-img {
    max-width: 350px;
    max-height: 430px;
  }
  .hero__subpage .il-img.left {
    bottom: -6rem;
    left: -9rem;
  }
}
@media screen and (min-width: 1400px) {
  .hero__subpage .il-img.left {
    left: -4rem;
  }
}
/* Linked block: Image */
.linked__image .primary__fruit {
  z-index: 5;
  top: -4rem;
  width: 100%;
  max-width: 100px;
}
.linked__image .secondary__fruit {
  z-index: 5;
  top: 6rem;
  width: 100%;
  max-width: 100px;
  height: 100%;
  max-height: 100px;
}
.linked__image.left .primary__fruit {
  left: -4rem;
}
.linked__image.left .secondary__fruit {
  right: -2rem;
}
.linked__image.right .primary__fruit {
  right: -4rem;
}
.linked__image.right .secondary__fruit {
  left: -2rem;
}

@media screen and (min-width: 480px) {
  .linked__image .primary__fruit {
    max-width: 140px;
    height: 100%;
    max-height: 140px;
  }
  .linked__image .secondary__fruit {
    top: 11rem;
    max-width: 120px;
    max-height: 120px;
  }
  .linked__image.left .primary__fruit {
    left: -4rem;
  }
  .linked__image.right .primary__fruit {
    right: -4rem;
  }
}
@media screen and (min-width: 768px) {
  .linked__image .secondary__fruit {
    z-index: 4;
    top: auto;
    bottom: 15%;
  }
  .linked__image.left .primary__fruit {
    left: -1rem;
  }
  .linked__image.left .secondary__fruit {
    right: 1rem;
  }
  .linked__image.right .primary__fruit {
    right: -1rem;
  }
  .linked__image.right .secondary__fruit {
    left: 1rem;
  }
}
@media screen and (min-width: 992px) {
  .linked__image .primary__fruit {
    max-width: 150px;
    max-height: 165px;
  }
  .linked__image .secondary__fruit {
    max-width: 200px;
    max-height: 150px;
  }
  .linked__image.left .primary__fruit {
    left: -3rem;
  }
  .linked__image.left .secondary__fruit {
    right: 2rem;
    bottom: 15%;
  }
  .linked__image.right .primary__fruit {
    right: -3rem;
  }
  .linked__image.right .secondary__fruit {
    bottom: 15%;
    left: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .linked__image .primary__fruit {
    top: -8rem;
    max-width: 200px;
    height: auto;
    max-height: unset;
  }
  .linked__image.left .primary__fruit {
    left: -6rem;
  }
  .linked__image.right .primary__fruit {
    right: -6rem;
  }
}
@media screen and (min-width: 1400px) {
  .linked__image.left .primary__fruit {
    left: -1rem;
  }
  .linked__image.right .primary__fruit {
    right: -1rem;
  }
}
/* Linked block: Centered */
.linked__centered .il-img {
  position: absolute;
  z-index: 1;
  display: none;
}
.linked__centered .il-img img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.linked__centered .il-img.left {
  left: -10rem;
}
.linked__centered.two-fruits .primary__fruit {
  top: -6rem;
  right: 0;
  max-width: 70px;
  max-height: 80px;
}
.linked__centered.two-fruits .secondary__fruit {
  bottom: 15%;
  left: -3rem;
  max-width: 80px;
}
.linked__centered.three-fruits .primary__fruit {
  display: none;
}
.linked__centered.three-fruits .secondary__fruit {
  display: none;
}
.linked__centered.three-fruits .tertiary__fruit {
  z-index: 6;
  right: 6rem;
  bottom: 0;
  max-width: 60px;
  max-height: 60px;
}

@media screen and (min-width: 480px) {
  .linked__centered.two-fruits .primary__fruit {
    top: -8rem;
    right: 2rem;
    max-width: 100px;
    max-height: 100px;
  }
  .linked__centered.two-fruits .secondary__fruit {
    left: -3rem;
    max-width: 80px;
  }
  .linked__centered.three-fruits .tertiary__fruit {
    left: 8rem;
  }
}
@media screen and (min-width: 768px) {
  .linked__centered .il-img {
    display: block;
    max-width: 300px;
    max-height: 300px;
  }
  .linked__centered .il-img.left {
    bottom: -8rem;
    left: -8rem;
  }
  .linked__centered .il-img.right {
    right: -7rem;
    bottom: -7rem;
  }
  .linked__centered.two-fruits .primary__fruit {
    top: auto;
    right: 2rem;
    bottom: 11rem;
    max-width: 130px;
    max-height: 130px;
  }
  .linked__centered.two-fruits .secondary__fruit {
    left: 2rem;
    max-width: 100px;
    max-height: 110px;
  }
  .linked__centered.three-fruits .primary__fruit {
    top: 0rem;
    left: -2rem;
    display: block;
    max-width: 90px;
  }
  .linked__centered.three-fruits .secondary__fruit {
    z-index: 6;
    top: -5rem;
    right: 15%;
    display: block;
    max-width: 150px;
    max-height: 150px;
  }
  .linked__centered.three-fruits .tertiary__fruit {
    left: 10rem;
    max-width: 130px;
    max-height: 130px;
  }
}
@media screen and (min-width: 992px) {
  .linked__centered .il-img.left {
    bottom: -9rem;
  }
  .linked__centered .il-img.right {
    right: -9rem;
    bottom: -6rem;
  }
  .linked__centered.two-fruits .primary__fruit {
    right: 8rem;
    bottom: 7rem;
    max-width: 140px;
    max-height: 145px;
  }
  .linked__centered.two-fruits .secondary__fruit {
    bottom: 10rem;
    left: 4rem;
    max-width: 120px;
    max-height: 125px;
  }
  .linked__centered.three-fruits .primary__fruit {
    top: 1rem;
    left: 2rem;
  }
  .linked__centered.three-fruits .secondary__fruit {
    top: 1rem;
    right: 1rem;
  }
  .linked__centered.three-fruits .tertiary__fruit {
    left: 14rem;
  }
}
@media screen and (min-width: 1200px) {
  .linked__centered .il-img.left {
    left: -12rem;
    max-width: 400px;
    max-height: 400px;
  }
  .linked__centered .il-img.right {
    right: -7rem;
  }
  .linked__centered.two-fruits .primary__fruit {
    bottom: 14rem;
    max-width: 180px;
    max-height: 185px;
  }
  .linked__centered.two-fruits .secondary__fruit {
    bottom: 5rem;
    left: 12rem;
    max-width: 160px;
    max-height: 165px;
  }
  .linked__centered.three-fruits .primary__fruit {
    left: 4rem;
    max-width: 130px;
  }
  .linked__centered.three-fruits .secondary__fruit {
    top: -3rem;
  }
  .linked__centered.three-fruits .tertiary__fruit {
    bottom: -2rem;
    left: 20rem;
    max-width: 140px;
    max-height: 140px;
  }
}
@media screen and (min-width: 1400px) {
  .linked__centered .il-img.left {
    left: -5rem;
  }
  .linked__centered .il-img.right {
    right: 0;
    max-width: 350px;
    max-height: 350px;
  }
}
.fruits-centered .rellax {
  position: absolute;
}
.fruits-centered.two-fruits .primary__fruit {
  top: 100px;
  left: 100px;
}

@media screen and (min-width: 992px) {
  .fruits-centered.two-fruits .rellax {
    max-width: 120px;
  }
}
@media screen and (min-width: 1200px) {
  .fruits-centered.two-fruits .rellax {
    max-width: 170px;
  }
  .fruits-centered.two-fruits .primary__fruit {
    top: 100px;
    left: 100px;
  }
  .fruits-centered.two-fruits .secondary__fruit {
    right: 6rem;
  }
}
/* Single product page header */
.hero-product__container .hero__inner .hero-product_img .il-img {
  position: absolute;
  top: 0;
  right: -1rem;
  max-width: 74vw;
  max-height: 74vw;
}
.hero-product__container .hero__inner .hero-product_img .primary {
  position: absolute;
  z-index: 2;
  top: 15%;
  left: -1rem;
  max-width: 75px;
}
.hero-product__container .hero__inner .hero-product_img .secondary {
  position: absolute;
  z-index: 2;
  right: -2rem;
  bottom: 0;
  max-width: 100px;
  max-height: 130px;
}
.hero-product__container .hero__inner .hero-product_img .tertiary {
  position: absolute;
  z-index: 2;
  top: 0;
  right: -1rem;
  max-width: 60px;
  max-height: 62px;
}

@media screen and (min-width: 480px) {
  .hero-product__container .hero__inner .hero-product_img .il-img {
    right: -11vw;
    max-width: 320px;
    max-height: 325px;
  }
  .hero-product__container .hero__inner .hero-product_img .primary {
    left: 1rem;
    max-width: 85px;
  }
  .hero-product__container .hero__inner .hero-product_img .tertiary {
    max-width: 90px;
    max-height: 90px;
  }
}
@media screen and (min-width: 768px) {
  .hero-product__container .hero__inner .hero-product_img .il-img {
    top: -4rem;
    right: -6rem;
    width: 100%;
    max-width: 350px;
    height: 100%;
    max-height: 355px;
  }
  .hero-product__container .hero__inner .hero-product_img .primary {
    top: auto;
    right: -2rem;
    bottom: -7rem;
    left: auto;
    max-width: 160px;
    max-height: 162px;
  }
  .hero-product__container .hero__inner .hero-product_img .secondary {
    top: 0;
    right: -2rem;
    bottom: 0;
    max-width: 95px;
    max-height: 110px;
  }
  .hero-product__container .hero__inner .hero-product_img .tertiary {
    top: auto;
    bottom: 0;
    left: 0;
    max-width: 120px;
    max-height: unset;
  }
}
@media screen and (min-width: 992px) {
  .hero-product__container .hero__inner .hero-product_img .il-img {
    top: -1rem;
    right: -3rem;
    max-width: 400px;
    max-height: 406px;
  }
  .hero-product__container .hero__inner .hero-product_img .primary {
    max-width: 200px;
    max-height: 200px;
  }
  .hero-product__container .hero__inner .hero-product_img .secondary {
    right: -3rem;
  }
  .hero-product__container .hero__inner .hero-product_img .tertiary {
    max-width: 140px;
  }
}
@media screen and (min-width: 1200px) {
  .hero-product__container .hero__inner .hero-product_img .il-img {
    top: 2rem;
    right: 0rem;
    max-width: 420px;
    max-height: 430px;
  }
  .hero-product__container .hero__inner .hero-product_img .tertiary {
    bottom: 2rem;
  }
}
/* WYSIWYG */
.wysiwyg__container .il-img {
  position: absolute;
  z-index: 1;
  bottom: -9rem;
  max-width: 180px;
  max-height: 220px;
}
.wysiwyg__container .il-img.right {
  right: -9rem;
}
.wysiwyg__container .il-img.left {
  left: -10rem;
}
.wysiwyg__container .il-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (min-width: 768px) {
  .wysiwyg__container .il-img {
    bottom: -6rem;
    max-width: 300px;
    max-height: 300px;
  }
  .wysiwyg__container .il-img.right {
    right: -13rem;
    bottom: -18rem;
  }
  .wysiwyg__container .il-img.left {
    bottom: -11rem;
    left: -15rem;
  }
}
@media screen and (min-width: 992px) {
  .wysiwyg__container .il-img.left {
    bottom: -10rem;
    left: -18rem;
  }
  .wysiwyg__container .il-img.right {
    right: -17rem;
  }
}
@media screen and (min-width: 1400px) {
  .wysiwyg__container .il-img.left {
    left: -22rem;
  }
  .wysiwyg__container .il-img.right {
    right: -20rem;
  }
}
/* Product by tag / carousel */
.product-filter-tag-container .fruit-0, .product-filter-tag-container .fruit-1 {
  position: absolute;
  width: 100%;
  height: 100%;
}
.product-filter-tag-container .fruit-0 img, .product-filter-tag-container .fruit-1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.product-filter-tag-container .fruit-0 {
  top: 7rem;
  right: -3rem;
  max-width: 45vw;
}
.product-filter-tag-container.two-fruits .fruit-0 {
  top: 2rem;
  right: -5rem;
  max-width: 45vw;
}
.product-filter-tag-container.two-fruits .fruit-1 {
  bottom: 1rem;
  left: -5rem;
  max-width: 35vw;
}

@media screen and (min-width: 768px) {
  .product-filter-tag-container .fruit-0 {
    top: 8rem;
    right: 13rem;
    max-width: 300px;
    max-height: 310px;
  }
  .product-filter-tag-container.two-fruits .fruit-0 {
    top: -5rem;
    right: -3rem;
    max-width: 300px;
  }
  .product-filter-tag-container.two-fruits .fruit-1 {
    bottom: 3rem;
    max-width: 280px;
  }
}
@media screen and (min-width: 992px) {
  .product-filter-tag-container .fruit-0 {
    right: 10rem;
    max-width: 350px;
    max-height: 350px;
  }
  .product-filter-tag-container.two-fruits .fruit-0 {
    top: -6rem;
    right: -6rem;
    max-width: 350px;
  }
  .product-filter-tag-container.two-fruits .fruit-1 {
    bottom: 3rem;
    max-width: 300px;
  }
}
@media screen and (min-width: 1200px) {
  .product-filter-tag-container .fruit-0 {
    right: 18rem;
  }
  .product-filter-tag-container.two-fruits .fruit-0 {
    right: -1rem;
  }
  .product-filter-tag-container.two-fruits .fruit-1 {
    bottom: 2rem;
    left: -2rem;
    max-width: 340px;
  }
}
@media screen and (min-width: 1400px) {
  .product-filter-tag-container .fruit-0 {
    top: 4rem;
    right: 23%;
  }
  .product-filter-tag-container.two-fruits .fruit-0 {
    top: -6rem;
    right: 6%;
  }
  .product-filter-tag-container.two-fruits .fruit-1 {
    bottom: 2rem;
    left: 3%;
  }
}
/* Product by category - View all */
.product-filter-container .fruit-0, .product-filter-container .fruit-1, .product-filter-container .fruit-2 {
  position: absolute;
  width: 100%;
}
.product-filter-container .fruit-0 img, .product-filter-container .fruit-1 img, .product-filter-container .fruit-2 img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.product-filter-container .fruit-0 {
  top: 23rem;
  right: -12rem;
  max-width: 250px;
}
.product-filter-container .fruit-1 {
  top: 183vh;
  left: -6rem;
  max-width: 150px;
}
.product-filter-container .fruit-2 {
  bottom: 11rem;
  max-width: 180px;
}

@media screen and (min-width: 480px) {
  .product-filter-container .fruit-0 {
    top: 18rem;
    max-width: 350px;
  }
  .product-filter-container .fruit-1 {
    left: -4rem;
    max-width: 180px;
  }
  .product-filter-container .fruit-2 {
    bottom: 27rem;
    left: 45%;
    max-width: 200px;
  }
}
@media screen and (min-width: 768px) {
  .product-filter-container .fruit-0 {
    top: 24rem;
    right: -9rem;
  }
  .product-filter-container .fruit-1 {
    top: 150vh;
    left: -5rem;
    max-width: 250px;
  }
  .product-filter-container .fruit-2 {
    bottom: 20rem;
    left: 50%;
    max-width: 350px;
  }
}
@media screen and (min-width: 992px) {
  .product-filter-container .fruit-0 {
    right: -6rem;
    max-width: 400px;
  }
  .product-filter-container .fruit-1 {
    left: -6rem;
    max-width: 400px;
  }
  .product-filter-container .fruit-2 {
    max-width: 400px;
  }
}
@media screen and (min-width: 1200px) {
  .product-filter-container .fruit-0 {
    top: 28rem;
    right: -4rem;
  }
  .product-filter-container .fruit-1 {
    top: 62rem;
    left: -9rem;
  }
}
@media screen and (min-width: 1400px) {
  .product-filter-container .fruit-0 {
    right: 2rem;
  }
  .product-filter-container .fruit-1 {
    top: 63rem;
  }
}
.switch-on, .switch-off {
  display: none;
}

.active {
  display: block;
}

.unchangeable {
  display: block;
}

.cookie-bar__container {
  width: 100%;
  background-color: rgba(254, 173, 119, 0.9);
  position: fixed;
  bottom: 0;
  z-index: 999;
  height: auto;
  padding: 3rem 2rem;
  display: none;
  align-items: center;
  color: #284734;
}
.cookie-bar__container .cookie-bar__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.cookie-bar__container .cookie-bar__inner .cookieBar-container {
  width: 100%;
}

.cookieBar-btns {
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  -moz-flex-direction: row;
  flex-direction: row;
  max-width: 730px;
  width: 100%;
  padding-top: 0;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.cookieBar-btns .cookieBar-btn {
  text-align: center;
  cursor: pointer;
  font-family: "Faro SemiBold";
  font-size: 12px;
  line-height: 16px;
  border: 2.3px solid;
  border-color: #284734;
  padding: 0.5rem;
  text-transform: uppercase;
  border-radius: 5px;
  margin-right: 1rem;
  margin-top: 1rem;
  width: 100%;
}
.cookieBar-btns .cookieBar-btn:hover {
  background-color: #284734;
  color: rgba(254, 173, 119, 0.9);
}

@media screen and (min-width: 480px) {
  .cookieBar-btns .cookieBar-btn {
    padding: 0.5rem 1rem;
    max-width: -moz-fit-content;
    max-width: fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
  }
  .cookieBar-btns.right {
    margin: auto 0 auto auto;
  }
}
@media screen and (min-width: 992px) {
  .cookie-bar__container {
    padding: 3.5rem 3rem;
  }
  .cookie-bar__container .cookie-bar__inner .cookieBar-container {
    align-items: center;
    -moz-flex-direction: row;
    flex-direction: row;
  }
  .cookieBar-btns {
    padding-top: 1rem;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .cookieBar-btns .cookieBar-btn {
    margin-top: 0;
    font-size: 14px;
    line-height: 18px;
  }
}
.cookie-popup__container {
  display: none;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
}
.cookie-popup__container .cookie-module {
  position: relative;
  background-color: #284734;
  border-radius: 10px;
  color: white;
  padding: 2rem 0.8rem;
  margin: 2rem 1rem;
}
.cookie-popup__container .cookie-module .btn-close-cookie-module {
  cursor: pointer;
  position: absolute;
  right: 0.8rem;
  top: 1rem;
  width: 36px;
}
.cookie-popup__container .cookie-module .btn-close-cookie-module img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
.cookie-popup__container .cookie-module h2 {
  width: -moz-fit-content;
  width: fit-content;
  max-width: calc(100% - 50px);
  padding-bottom: 0.8rem;
}
.cookie-popup__container .cookie-module h2:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: white;
  display: block;
}
.cookie-popup__container .cookie-module p {
  font-size: 14px;
  line-height: 20px;
}
.cookie-popup__container .cookie-module a {
  text-decoration: underline;
}
.cookie-popup__container .cookie-module .cookie-header {
  padding-bottom: 1.5rem;
}
.cookie-popup__container .cookie-module .cookie {
  padding: 1.5rem 0;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
}
.cookie-popup__container .cookie-module .cookie .cookie-content {
  padding-right: 0.5rem;
}
.cookie-popup__container .cookie-module .cookie .cookie-content h3 {
  padding-bottom: 0.3rem;
}
.cookie-popup__container .cookie-module .cookie .btn-cookieConsent {
  cursor: pointer;
  min-width: 63px;
  max-width: 63px;
  height: 35px;
  border-radius: 17px;
  padding: 0.32rem;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  background-color: #c8531f;
  justify-content: flex-start;
  transition: 0.2s ease;
}
.cookie-popup__container .cookie-module .cookie .btn-cookieConsent.deactivated {
  background-color: #96bc4c;
  opacity: 0.5;
  justify-content: flex-end;
}
.cookie-popup__container .cookie-module .cookie .btn-cookieConsent.on {
  background-color: #96bc4c;
  justify-content: flex-end;
  transition: 0.2s ease;
}
.cookie-popup__container .cookie-module .cookie .btn-cookieConsent.off {
  background-color: #c8531f;
  justify-content: flex-start;
  transition: 0.2s ease;
}
.cookie-popup__container .cookie-module .cookie .btn-cookieConsent .switch-on, .cookie-popup__container .cookie-module .cookie .btn-cookieConsent .switch-off {
  height: 24px;
  width: 24px;
  border-radius: 50%;
  background-color: white;
}
.cookie-popup__container .cookie-module .btn-save-cookie-module {
  border-color: white;
}
.cookie-popup__container .cookie-module .btn-save-cookie-module:hover {
  background-color: white;
  color: #284734;
}

@media screen and (min-width: 768px) {
  .cookie-popup__container .cookie-module {
    padding: 3rem;
  }
  .cookie-popup__container .cookie-module .cookie-header {
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
  }
  .cookie-popup__container .cookie-module .cookie-header p {
    font-size: 22px;
    line-height: 30px;
    padding: 0 2rem 0 1.5rem;
  }
  .cookie-popup__container .cookie-module .cookies {
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    flex-flow: wrap;
  }
  .cookie-popup__container .cookie-module .cookies .cookie {
    position: relative;
    width: 50%;
  }
  .cookie-popup__container .cookie-module .cookies .cookie .cookie-content {
    padding: 0 0.7rem;
  }
  .cookie-popup__container .cookie-module .cookies .cookie .cookie-content h3 {
    max-width: calc(100% - 4rem);
    font-size: 18px;
    line-height: 21px;
  }
  .cookie-popup__container .cookie-module .cookies .cookie .btn-cookieConsent {
    position: absolute;
    right: 1.6rem;
    min-width: 35px;
    max-width: 35px;
    height: 19px;
    padding: 0.13rem;
  }
  .cookie-popup__container .cookie-module .cookies .cookie .btn-cookieConsent .switch-on, .cookie-popup__container .cookie-module .cookies .cookie .btn-cookieConsent .switch-off {
    height: 15px;
    width: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .cookie-popup__container .cookie-module {
    margin-top: 100px;
  }
  .cookie-popup__container .cookie-module .cookies {
    flex-flow: nowrap;
  }
  .cookie-popup__container .cookie-module .cookies .cookie {
    width: 100%;
  }
}
.not-found__container {
  width: 100%;
  padding: 6rem 2rem;
  position: relative;
}
.not-found__container .not-found__inner {
  max-width: 674px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 1;
}
.not-found__container .not-found__inner h1 {
  padding-bottom: 3rem;
}
.not-found__container .not-found__inner p {
  font-size: 20px;
  line-height: 23px;
  padding-bottom: 2rem;
}
.not-found__container .not-found__inner .button-link-container {
  font-family: "Faro SemiBold";
  font-size: 18px;
  margin: 0 auto;
  padding: 0;
  text-transform: uppercase;
  margin-top: 2rem;
}
.not-found__container .not-found__inner .button-link-container .button-link_arrow {
  top: 47%;
}
.not-found__container .fruit-1 {
  position: absolute;
  max-width: 200px;
  top: 0;
  right: -8rem;
}
.not-found__container .fruit-2 {
  position: absolute;
  max-width: 200px;
  bottom: -3rem;
  left: -5rem;
}

@media screen and (min-width: 768px) {
  .not-found__container .fruit-1 {
    right: 0rem;
  }
  .not-found__container .fruit-2 {
    bottom: -1rem;
    left: -3rem;
  }
}
@media screen and (min-width: 992px) {
  .not-found__container {
    padding: 10rem 3rem;
  }
  .not-found__container .not-found__inner p {
    font-size: 22px;
    line-height: 26px;
    padding-bottom: 3rem;
  }
  .not-found__container .fruit-1 {
    max-width: 300px;
    right: -1rem;
  }
  .not-found__container .fruit-2 {
    max-width: 300px;
    bottom: 0;
    left: -7rem;
  }
}
@media screen and (min-width: 1200px) {
  .not-found__container .fruit-1 {
    right: 0rem;
  }
  .not-found__container .fruit-2 {
    left: -1rem;
  }
}
@media screen and (min-width: 1400px) {
  .not-found__container .fruit-1 {
    right: 5rem;
  }
  .not-found__container .fruit-2 {
    bottom: 1rem;
    left: 2rem;
  }
}/*# sourceMappingURL=main.css.map */