@import url("https://fonts.googleapis.com/css2?family=K2D:ital,wght@0,400;0,700;1,400;1,700&family=Nunito:ital,wght@0,400;0,700;1,400;1,700&display=swap");
html {
  scroll-behavior: smooth;
  margin-top: 0;
}

.container {
  max-width: 1400px;
}

.theme-wrapper {
  padding: 50px 0;
}

strong {
  font-weight: 700;
}

a:hover {
  text-decoration: none;
}

p {
  margin-bottom: 0px;
}

.swal2-title {
  color: #2b307c !important;
}

.theme-button {
  padding: 8px 16px;
  border-radius: 999px;
}

/*/ THEME BUTTON MODAL/*/
.theme-button-modal {
  font-family: "K2D";
  font-weight: 800;
  padding: 8px 16px;
  border-radius: 999px;
  border: 1px solid transparent;
  display: inline-block;
  transition: 0.2s ease-in;
}
.theme-button-modal i {
  padding-left: 12px;
}
.theme-button-modal__white {
  background-color: #fff;
  color: #2b307c;
}
.theme-button-modal__white:hover {
  color: #3fbac9;
}
.theme-button-modal__blue {
  background-color: #2b307c;
  color: #fff;
}
.theme-button-modal__blue:hover {
  color: #2b307c;
  border-color: #2b307c;
  background-color: transparent;
}

/*/ THEME MODAL /*/
.theme-modal {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100vh;
}
.theme-modal-overlay {
  background-color: rgba(43, 48, 124, 0.3490196078);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
}
.theme-modal-card {
  position: absolute;
  border: 2px solid #fff;
  border-radius: 30px;
  padding: 60px 48px 42px 49px;
  width: 580px;
  top: 20%;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 200;
}
.theme-modal-card-close {
  position: absolute;
  color: #fff;
  font-size: 40px;
  top: 14px;
  right: 27px;
}
.theme-modal-card-close:hover {
  cursor: pointer;
}
.theme-modal-card-title {
  font-family: "Nunito";
  padding-bottom: 24px;
  font-size: 28px;
  font-weight: 900;
  position: relative;
  padding-left: 90px;
  line-height: 1.2;
}
.theme-modal-card-title i {
  padding: 15px;
  font-size: 36px;
  border-radius: 999px;
  position: absolute;
  top: 0;
  left: 0;
}
.theme-modal-card-content {
  font-family: "K2D";
  padding-right: 18px;
  margin-bottom: 32px;
  font-size: 18px;
}

.theme-topbar {
  position: relative;
  background: #fffe16;
  top: 0;
  left: 0;
  right: 0;
  height: 45px;
}
.theme-topbar-carousel {
  color: #000;
  font-size: 14px;
  font-family: "K2D";
  text-transform: uppercase;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.theme-topbar-carousel-slide {
  text-align: center;
}

.theme-header {
  padding: 25px 0;
}
.theme-header .header-logo-link {
  width: 100%;
  display: block;
  text-align: center;
}
.theme-header .header-logo-link img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 400px;
}
.theme-header li.menu-item-type-custom .dropOut {
  width: 400px !important;
}
.theme-header li.menu-item-type-custom .dropOut .theme-wrapper__header-image {
  display: block;
}
.theme-header li.menu-item-type-custom .dropOut li {
  width: 33%;
}
.theme-header-image {
  display: block;
}
.theme-header-image img {
  width: 100%;
}
.theme-header-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
}
.theme-header-wrapper nav .theme-wrapper__header-image {
  display: none;
}
.theme-header-wrapper nav li.menu-item-has-children {
  position: relative;
  margin-right: 32px;
}
.theme-header-wrapper nav li.menu-item-has-children:after {
  font: var(--fa-font-sharp-solid);
  content: "\f078";
  color: #2b307c;
  position: absolute;
  right: -20px;
  top: 10px;
  font-size: 16px;
}
.theme-header-wrapper nav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  margin-left: 24px;
}
.theme-header-wrapper nav ul .sub-menu {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  display: flex;
  flex-direction: column;
  padding: 24px 32px 10px 32px;
  box-shadow: 0px 32px 40px rgba(0, 0, 0, 0.25);
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  z-index: -1;
  transform: translate(-40%, 25%);
  transition: 0.4s ease-in;
  text-align: center;
  background-color: #fff;
}
.theme-header-wrapper nav ul .sub-menu li {
  margin: 0;
  width: 10%;
  transition: 0.2s ease-in;
  position: relative;
}
.theme-header-wrapper nav ul .sub-menu li:hover {
  background-color: #fff;
}
.theme-header-wrapper nav ul .sub-menu .dropOut {
  display: flex;
  justify-content: space-between;
  width: 800px;
}
.theme-header-wrapper nav ul .sub-menu .dropOut .menu-link {
  font-size: 14px;
  display: block;
  padding-bottom: 16px;
}
.theme-header-wrapper nav ul .sub-menu .dropOut .theme-wrapper__header-image {
  width: 100%;
  display: block;
  height: 100px;
  overflow: hidden;
  margin-bottom: 8px;
}
.theme-header-wrapper nav ul .sub-menu .dropOut .theme-wrapper__header-image img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: contain;
     object-fit: contain;
}
.theme-header-wrapper nav ul .menu-item-has-children:hover .sub-menu {
  display: block;
  transform: translate(-40%, 10%);
  z-index: 100;
  opacity: 1;
  visibility: visible;
}
.theme-header-wrapper nav ul li {
  margin-right: 24px;
}
.theme-header-wrapper nav ul li a {
  font-size: 22px;
  color: #2b307c;
  transition: 0.4s ease-in;
}
.theme-header-wrapper nav ul li a:hover {
  color: #3fbac9;
}
.theme-header-burger-trigger {
  position: relative;
  height: 22px;
  width: 30px;
  z-index: 15;
  margin-right: 12px;
  display: none;
  cursor: pointer;
}
.theme-header-burger-trigger span {
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: #5D5152;
  transition-duration: 0.3s;
}
.theme-header-burger-trigger span:first-child {
  top: 0px;
}
.theme-header-burger-trigger span.center {
  top: calc(50% - 1px);
}
.theme-header-burger-trigger span:last-child {
  bottom: 0px;
}
.theme-header .burger-active span:nth-of-type(1) {
  rotate: -135deg;
  top: 9.5px;
}
.theme-header .burger-active span.center {
  opacity: 0;
}
.theme-header .burger-active span:nth-of-type(4) {
  rotate: 135deg;
  bottom: 9.5px;
}
.theme-header-buttons {
  display: flex;
  height: 100%;
  justify-content: flex-end;
  align-items: center;
}
.theme-header-buttons a {
  margin-left: 12px;
}
.theme-header-buttons-login {
  background-color: #ecf8fa;
  color: #2b307c;
  padding: 8px 16px;
  border-radius: 999px;
  transition: 0.2s ease-in;
  margin-right: 12px;
}
.theme-header-buttons-login:hover {
  color: #3fbac9;
}
.theme-header-buttons-language {
  background-color: #ecf8fa;
  padding: 8px;
  border-radius: 999px;
  width: 50px;
  position: relative;
}
.theme-header-buttons-language:hover .theme-header-buttons-language__menu {
  opacity: 1;
  visibility: visible;
  display: block;
}
.theme-header-buttons-language img {
  width: 100%;
}
.theme-header-buttons-language__menu {
  position: absolute;
  top: 60px;
  left: 0;
  background-color: #ecf8fa;
  border-radius: 32px;
  padding: 8px;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s ease-in;
  z-index: 100;
}
.theme-header-buttons-language__menu:hover {
  opacity: 1;
  visibility: visible;
  display: block;
}
.theme-header-buttons-language__menu-item {
  display: block;
  width: 34px;
  height: 34px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  margin: 8px 0 !important;
}
.theme-header-buttons-basket {
  background-color: #ecf8fa;
  color: #2b307c;
  font-size: 24px;
  padding: 6px 10.5px;
  border-radius: 999px;
  transition: 0.2s ease-in-out;
  position: relative;
}
.theme-header-buttons-basket:hover {
  color: #3fbac9;
}
.theme-header-buttons-basket-number {
  position: absolute;
  top: -4px;
  right: -4px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e8646a;
  color: #fff;
  font-size: 16px;
  border-radius: 999px;
}

.theme-hero {
  padding-bottom: 150px;
}
.theme-hero .custom-container {
  background-color: #2b307c;
  max-width: 1600px;
  width: 100%;
  padding: 40px 115px 40px 115px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 40px;
}
.theme-hero-wrapper {
  margin: 50px 0;
}
.theme-hero-wrapper-new {
  border: 1px solid #e8646a;
  border-radius: 999px;
  color: #e8646a;
  display: inline-block;
  font-weight: 900;
  font-family: "Nunito";
  padding: 8px 16px;
  margin-bottom: 8px;
}
.theme-hero-wrapper-title {
  color: #fff;
  font-size: 52px;
  font-family: "Nunito";
  font-weight: 900;
}
.theme-hero-wrapper-content {
  color: #fff;
  font-size: 22px;
  font-style: italic;
  font-weight: 800;
  margin-bottom: 24px;
  font-family: "K2D";
}
.theme-hero-wrapper-link {
  background-color: #f1dbca;
  color: #2b307c;
  border-radius: 999px;
  font-size: 18px;
  font-weight: 800;
  transition: 0.2s ease-in-out;
  font-family: "K2D";
}
.theme-hero-wrapper-link:hover {
  color: #e8646a;
}
.theme-hero-image {
  position: relative;
}
.theme-hero-image-bottle {
  position: absolute;
  right: 0;
  bottom: -230px;
  width: 45%;
  z-index: 5;
}
.theme-hero-image-bottle img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.theme-slider {
  background: rgb(72, 186, 201);
  background: linear-gradient(180deg, rgb(72, 186, 201) 60%, rgb(255, 255, 255) 60%);
}
.theme-slider-title {
  text-transform: uppercase;
  color: #fff;
  font-family: "Nunito";
  font-weight: 900;
  font-size: 42px;
}
.theme-slider-content {
  font-size: 18px;
  font-family: "K2D";
  margin: 16px 0;
  color: #fff;
  margin-bottom: 60px;
}
.theme-slider-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.theme-slider-wrapper-link {
  background-color: #fff;
  color: #2b307c;
  margin-right: 16px;
  font-weight: 800;
  font-family: "K2D";
  transition: 0.2s ease-in-out;
}
.theme-slider-wrapper-link:hover {
  color: #3fbac9;
}
.theme-slider-wrapper-prev {
  background-color: #fff;
  font-size: 20px;
  padding: 8px 14.25px;
  color: #2b307c;
  border-radius: 999px;
  margin: 0 4px;
  transition: 0.2s ease-in-out;
}
.theme-slider-wrapper-prev:hover {
  cursor: pointer;
  color: #3fbac9;
}
.theme-slider-wrapper-next {
  background-color: #fff;
  font-size: 20px;
  padding: 8px 14.25px;
  color: #2b307c;
  border-radius: 999px;
  margin: 0 4px;
  transition: 0.2s ease-in-out;
}
.theme-slider-wrapper-next:hover {
  cursor: pointer;
  color: #3fbac9;
}
.theme-slider-slider-slide {
  padding: 30px;
  border-radius: 30px;
  background-color: white;
  margin: 0 15px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  margin-bottom: 24px;
  position: relative;
}
.theme-slider-slider-slide-image-wrapper {
  height: 300px;
  width: 100%;
  border-radius: 30px;
  padding: 24px 0;
  display: inline-block;
  position: relative;
}
.theme-slider-slider-slide-image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.theme-slider-slider-slide-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.theme-slider-slider-slide-basket {
  position: absolute;
  top: 12px;
  right: 12px;
  color: #fff;
  background-color: #2b307c;
  border-radius: 999px;
  padding: 8px 12px;
  transition: 0.2s ease-in-out;
  z-index: 4;
  cursor: pointer;
}
.theme-slider-slider-slide-basket:hover {
  background-color: #3fbac9;
  color: white;
}
.theme-slider-slider-slide-title {
  font-size: 21px;
  color: #2b307c;
  font-weight: 900;
  padding-top: 8px;
  padding-left: 16px;
  font-family: "Nunito";
}
.theme-slider-slider-slide-subtitle {
  font-size: 18px;
  color: #3fbac9;
  font-weight: 700;
  padding-left: 16px;
  font-family: "K2D";
}
.theme-slider-slider-slide-content {
  font-weight: 500;
  padding-left: 16px;
  color: #2b307c;
  font-family: "K2D";
}

.theme-content {
  position: relative;
  padding-bottom: 125px;
}
.theme-content:after {
  content: "";
  background-color: #F5F6EE;
  width: 75%;
  height: calc(100% - 175px);
  position: absolute;
  top: 50px;
  right: 0;
  z-index: -1;
}
.theme-content-image-wrapper {
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  overflow: hidden;
  height: 100%;
}
.theme-content-image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.theme-content-wrapper {
  height: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  position: relative;
  padding: 40px 0 40px 75px;
}
.theme-content-wrapper-subtitle {
  color: #e8646a;
  font-size: 24px;
  font-weight: 800;
  font-family: "K2D";
}
.theme-content-wrapper-title {
  color: #3fbac9;
  font-weight: 900;
  font-size: 42px;
  font-family: "Nunito";
  padding: 20px 0;
}
.theme-content-wrapper-content {
  color: #2b307c;
  font-family: "K2D";
  padding-right: 40px;
  font-size: 18px;
}
.theme-content.theme-content__product-page:after {
  left: 0;
  background: rgba(43, 48, 124, 0.1019607843);
}
.theme-content.theme-content__product-page .theme-content-wrapper-title {
  color: #2b307c;
}
.theme-content.theme-content__product-page .theme-content-image-wrapper {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
}

.theme-cta {
  background: rgb(241, 219, 202);
  background: linear-gradient(180deg, rgba(241, 219, 202, 0.5) 80%, rgb(255, 255, 255) 70%);
}
.theme-cta-wrapper {
  display: flex;
}
.theme-cta-wrapper-cta {
  display: flex;
  margin-bottom: 24px;
}
.theme-cta-wrapper-cta-insta {
  background-color: #fff;
  color: #3fbac9;
  font-size: 24px;
  padding: 4px 11.5px;
  border-radius: 999px;
  transition: 0.2s ease-in-out;
  position: relative;
  top: -3px;
}
.theme-cta-wrapper-cta-name {
  text-decoration: underline;
  color: #2b307c;
  margin-left: 24px;
  transition: 0.2s ease-in-out;
}
.theme-cta-wrapper-cta:hover .theme-cta-wrapper-cta-name {
  color: #3fbac9;
}
.theme-cta-title {
  position: relative;
  color: #e8646a;
  font-weight: 900;
  font-size: 48px;
  font-family: "Nunito";
}
.theme-cta-title:after {
  content: "";
  background-image: url("../img/blue-arrow.png");
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  right: 150px;
  top: 0;
  width: 100px;
  height: 50px;
  transform: rotate(-5deg);
}
.theme-cta-subtitle {
  font-size: 32px;
  font-weight: 900;
  color: #2b307c;
  font-family: "Nunito";
  margin: 12px 0 20px 0;
}
.theme-cta-content {
  font-size: 18px;
  font-family: "K2D";
  color: #2b307c;
}
.theme-cta-image-wrapper {
  position: absolute;
  left: 25%;
  bottom: 0px;
  transform: translate(-50%, 0);
  width: 300px;
  height: 300px;
}
.theme-cta-image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.theme-cta__wrapper {
  display: flex;
}
.theme-cta-row {
  width: 33%;
  display: flex;
  flex-direction: column;
}
.theme-cta-row-image-wrapper {
  border: 1px solid #2b307c;
  margin: 10px;
  border-radius: 40px;
  overflow: hidden;
}
.theme-cta-row-image-wrapper.image-large {
  height: 420px;
}
.theme-cta-row-image-wrapper.image-small {
  height: 200px;
}
.theme-cta-row-image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.theme-review {
  position: relative;
}
.theme-review:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 40%;
  margin-top: 50px;
  height: calc(100% - 100px);
  background-color: #bcc390;
  z-index: -1;
}
.theme-review-wrapper {
  background-color: #bcc390;
  color: #fff;
  padding: 80px 0;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  height: 100%;
}
.theme-review-wrapper-title {
  font-size: 42px;
  font-weight: 900;
  font-family: "Nunito";
}
.theme-review-wrapper-content {
  font-size: 18px;
  font-weight: 700;
  font-family: "K2D";
  margin: 12px 0;
}
.theme-review-wrapper-button {
  display: inline-block;
  background-color: #fff;
  color: #bcc390;
  transition: 0.2s ease-in-out;
  font-weight: 700;
}
.theme-review-wrapper-button:hover {
  color: #2b307c;
}
.theme-review-image-wrapper {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.theme-review-image-wrapper img {
  width: 100%;
}

.theme-faq-title {
  font-size: 42px;
  color: #2b307c;
  font-family: "Nunito";
  font-weight: 900;
}
.theme-faq-accordion {
  margin: 24px 0;
  color: #2b307c;
  transition: 0.2s ease-in-out;
}
.theme-faq-accordion-item {
  margin: 16px 0;
  background-color: rgba(72, 186, 201, 0.1607843137);
  padding: 24px;
  border-radius: 40px;
  font-family: "K2D";
}
.theme-faq-accordion-item-title {
  font-weight: 700;
  position: relative;
  padding-right: 32px;
}
.theme-faq-accordion-item-title:hover {
  cursor: pointer;
}
.theme-faq-accordion-item-title:after {
  font: var(--fa-font-sharp-solid);
  content: "+";
  position: absolute;
  right: 0;
  top: -2px;
  border: 1px solid #2b307c;
  color: #2b307c;
  border-radius: 999px;
  padding: 4px 5px;
  font-size: 18px;
}
.theme-faq-accordion-item-content {
  max-height: 0;
  overflow: hidden;
  transition: 0.2s ease-in-out max-height;
}
.theme-faq-accordion-item-content a {
  color: #e8646a;
  font-weight: 700;
  transition: 0.2s ease-in-out;
}
.theme-faq-accordion-item-content a:hover {
  color: #bcc390;
}
.theme-faq-accordion .item-open {
  background-color: rgba(188, 195, 144, 0.2);
}
.theme-faq-accordion .item-open .theme-faq-accordion-item-title:after {
  content: "\f078";
  font-size: 16px;
  padding: 5px 5px;
}
.theme-faq-link {
  background-color: transparent;
  border: 1px solid #2b307c;
  color: #2b307c;
  transition: 0.2s ease-in-out;
  font-weight: 800;
  font-family: "K2D";
  padding: 16px 24px;
  margin-top: 16px;
  display: inline-block;
}
.theme-faq-link:hover {
  border: 1px solid #3fbac9;
  color: #3fbac9;
}
.theme-faq-image-wrapper {
  position: relative;
  border-radius: 40px;
  overflow: hidden;
}
.theme-faq-image-wrapper img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 500px;
  width: 100%;
}

.theme-footer {
  padding-bottom: 0;
  background: rgb(43, 48, 124);
  background: linear-gradient(0deg, rgba(43, 48, 124, 0.1) 60%, rgb(255, 255, 255) 60%);
}
.theme-footer .custom-container {
  background-color: #2b307c;
  max-width: 1600px;
  width: 100%;
  padding: 80px 115px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 40px;
}
.theme-footer-image-wrapper img {
  width: 60%;
}
.theme-footer-wrapper {
  display: flex;
  margin-top: 20px;
}
.theme-footer-wrapper-link {
  color: #fff !important;
  font-size: 18px;
  margin-right: 12px;
  margin-top: 16px;
  display: flex;
  transition: 0.2s ease-in-out;
}
.theme-footer-wrapper-link i {
  background-color: #3fbac9;
  margin-right: 12px;
  position: relative;
  top: -4px;
  font-size: 20px;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.theme-footer-wrapper-link:hover {
  color: #e0e2cb;
  text-decoration: none;
}
.theme-footer-wrapper-link:hover i {
  color: #fff;
}
.theme-footer-title {
  color: #3fbac9;
  font-size: 24px;
  font-weight: 900;
  font-family: "Nunito";
  margin-bottom: 12px;
}
.theme-footer-menu {
  font-size: 18px;
  font-family: "K2D";
}
.theme-footer-menu ul {
  list-style-type: none;
  padding: 0;
}
.theme-footer-menu ul li {
  padding: 4px 0;
}
.theme-footer-menu ul li a {
  color: #fff;
  transition: 0.2s ease-in-out;
}
.theme-footer-menu ul li a:hover {
  color: #bcc390;
}

.theme-footer-bottom {
  padding: 40px 0;
  background-color: rgba(43, 48, 124, 0.1019607843);
}
.theme-footer-bottom__left {
  height: 100%;
  font-family: "K2D";
  color: #2b307c;
  display: flex;
  align-items: center;
}
.theme-footer-bottom__left a {
  color: #2b307c;
  border-left: 1px solid #2b307c;
  margin-left: 8px;
  padding-left: 8px;
  transition: 0.2s ease-in-out;
}
.theme-footer-bottom__left a:hover {
  color: #bcc390;
}
.theme-footer-bottom__right {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
}
.theme-footer-bottom__right-option {
  margin: 4px 4px;
  background-color: #fff;
  padding: 8px 16px;
  border-radius: 6px;
}

.theme-offcanvas-wrapper {
  background-color: white;
  width: 100%;
  height: 100%;
  z-index: 100;
  position: fixed;
  top: 0;
  right: -100%;
  transition: all 0.4s ease-in-out;
  overflow-y: scroll;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-family: "Nunito";
}
.theme-offcanvas-wrapper a {
  transition: 0.2s ease-in-out;
}
.theme-offcanvas-wrapper a:hover {
  color: #e8646a;
}
.theme-offcanvas-wrapper.canvas-open {
  right: 0;
}
.theme-offcanvas-wrapper-burger-trigger {
  position: absolute;
  top: 12px;
  right: 12px;
  height: 22px;
  width: 30px;
  z-index: 15;
  margin-right: 12px;
  cursor: pointer;
}
.theme-offcanvas-wrapper-burger-trigger span {
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: #5D5152;
  transition-duration: 0.3s;
}
.theme-offcanvas-wrapper-burger-trigger span:first-child {
  top: 0px;
}
.theme-offcanvas-wrapper-burger-trigger span.center {
  top: calc(50% - 1px);
}
.theme-offcanvas-wrapper-burger-trigger span:last-child {
  bottom: 0px;
}
.theme-offcanvas-wrapper .burger-active span:nth-of-type(1) {
  rotate: -135deg;
  top: 9.5px;
}
.theme-offcanvas-wrapper .burger-active span.center {
  opacity: 0;
}
.theme-offcanvas-wrapper .burger-active span:nth-of-type(4) {
  rotate: 135deg;
  bottom: 9.5px;
}
.theme-offcanvas-wrapper__top > a {
  margin-top: 48px;
  margin-bottom: 24px;
  display: flex;
  justify-content: center;
}
.theme-offcanvas-wrapper__top > a img {
  width: 80%;
  -o-object-fit: contain;
     object-fit: contain;
}
.theme-offcanvas-wrapper__top-links {
  display: flex;
  justify-content: center;
}
.theme-offcanvas-wrapper__top-links-login {
  margin: 0 12px;
  background-color: #ecf8fa;
  color: #2b307c;
  padding: 8px 16px;
  border-radius: 999px;
  font-weight: 500;
  display: flex;
  align-items: center;
}
.theme-offcanvas-wrapper__top-links-basket {
  margin: 0 12px;
  background-color: #ecf8fa;
  color: #2b307c;
  font-size: 24px;
  padding: 6px 10.5px;
  border-radius: 999px;
  transition: 0.2s ease-in-out;
}
.theme-offcanvas-wrapper__top-accordion {
  margin: 24px 0;
  color: #2b307c;
  transition: 0.2s ease-in-out;
}
.theme-offcanvas-wrapper__top-accordion-single {
  border-top: 1px solid #DBDBDB;
  padding: 32px 24px 17px 24px;
  font-family: "K2D";
}
.theme-offcanvas-wrapper__top-accordion-single-title {
  font-weight: 700;
  position: relative;
  padding-right: 32px;
  display: inline-block;
  margin: 0;
}
.theme-offcanvas-wrapper__top-accordion-single-title:after {
  font: var(--fa-font-sharp-solid);
  content: "\f054";
  position: absolute;
  right: 0;
  top: 9px;
  color: #2b307c;
  padding: 4px 5px;
  font-size: 18px;
  transition: 0.2s ease-in-out;
}
.theme-offcanvas-wrapper__top-accordion-single-content {
  max-height: 0;
  overflow: hidden;
  transition: 0.2s ease-in-out max-height;
  position: relative;
  margin-top: 15px;
}
.theme-offcanvas-wrapper__top-accordion-single-content-link {
  background-color: #48BAC9;
  border-radius: 40px;
  padding: 6px 16px;
  font-weight: 700;
  color: #fff !important;
  margin: 16px 0;
  display: inline-block;
}
.theme-offcanvas-wrapper__top-accordion-single-content-slider-controls {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-size: 24px;
  z-index: 5;
}
.theme-offcanvas-wrapper__top-accordion-single-content-slider-controls-prev {
  color: #2b307c;
  padding: 2px 8.25px;
  cursor: pointer;
}
.theme-offcanvas-wrapper__top-accordion-single-content-slider-controls-next {
  color: #2b307c;
  padding: 2px 8.25px;
  cursor: pointer;
}
.theme-offcanvas-wrapper__top-accordion-single-content-slider-slide {
  display: block;
}
.theme-offcanvas-wrapper__top-accordion-single-content-slider-slide-image-wrapper {
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
}
.theme-offcanvas-wrapper__top-accordion-single-content-slider-slide-image-wrapper img {
  width: 100%;
}
.theme-offcanvas-wrapper__top-accordion-single-content-slider-slide-title {
  text-align: center;
  color: #2b307c;
  font-weight: 700;
  margin-top: 16px;
}
.theme-offcanvas-wrapper__top-accordion-single-content ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.theme-offcanvas-wrapper__top-accordion-single-content ul li {
  width: 48%;
}
.theme-offcanvas-wrapper__top-accordion-single-content ul li a {
  color: #2b307c;
  font-weight: 700;
  font-size: 18px;
}
.theme-offcanvas-wrapper__top-accordion-single-content ul li .theme-wrapper__header-image {
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
}
.theme-offcanvas-wrapper__top-accordion-single-content ul li .theme-wrapper__header-image img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.theme-offcanvas-wrapper__top-accordion .item-open .theme-offcanvas-wrapper__top-accordion-single-title:after {
  transform: rotate(-90deg);
}
.theme-offcanvas-wrapper__bottom-top {
  background-color: rgba(43, 48, 124, 0.0784313725);
  padding: 16px 20px;
  display: flex;
  flex-direction: column;
}
.theme-offcanvas-wrapper__bottom-top a {
  font-size: 18px;
  font-weight: 700;
  color: #2b307c;
  margin: 8px 0;
}
.theme-offcanvas-wrapper__bottom-bottom {
  background-color: #2B307C;
  padding: 24px 20px;
  display: flex;
  flex-direction: row;
}
.theme-offcanvas-wrapper__bottom-bottom-link {
  background-color: #3fbac9;
  color: #fff !important;
  font-size: 20px;
  width: 34px;
  height: 34px;
  margin: 0 4px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.theme-product-hero-slider-slide {
  border-radius: 30px;
  overflow: hidden;
}
.theme-product-hero-slider-slide-image-wrapper img {
  width: 100%;
}
.theme-product-hero-buttons {
  position: absolute;
  top: 50%;
  transform: translate(0%, 50%);
  left: 25px;
  width: 92%;
  display: flex;
  justify-content: space-between;
  z-index: 5;
}
.theme-product-hero-buttons div {
  font-size: 20px;
  background-color: #fff;
  color: #2b307c;
  border-radius: 999px;
  padding: 2px 8.25px;
  cursor: pointer;
}
.theme-product-hero-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.theme-product-hero-wrapper-title {
  color: #2b307c;
  font-family: "Nunito";
  font-weight: 900;
  font-size: 42px;
}
.theme-product-hero-wrapper__top {
  background-color: #F0F1E6;
  color: #2b307c;
  width: 400px;
  border-radius: 30px;
  margin-bottom: 40px;
  padding: 24px;
}
.theme-product-hero-wrapper__top ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
.theme-product-hero-wrapper__top ul li {
  font-weight: 700;
  font-family: "K2D";
  font-size: 18px;
  position: relative;
  padding-left: 24px;
}
.theme-product-hero-wrapper__top ul li:before {
  font: var(--fa-font-sharp-solid);
  content: "\f00c";
  padding-right: 4px;
  position: absolute;
  left: 0;
}
.theme-product-hero-wrapper__bottom {
  background-color: #E1F2F4;
  color: #2b307c;
  width: 400px;
  border-radius: 30px;
  padding: 24px;
  margin-bottom: 16px;
}
.theme-product-hero-wrapper__bottom.discounts {
  background-color: transparent;
  font-weight: 300;
  padding: 0px;
  margin-bottom: 24px;
}
.theme-product-hero-wrapper__bottom.discounts ul {
  padding-left: 0px;
}
.theme-product-hero-wrapper__bottom.discounts ul li {
  font-size: 14px;
}
.theme-product-hero-wrapper__bottom ul {
  margin: 0;
  padding-left: 24px;
}
.theme-product-hero-wrapper__bottom ul li {
  font-size: 18px;
  font-family: "K2D";
}
.theme-product-hero-wrapper__bottom ul li span {
  color: #e8646a;
}
.theme-product-hero-wrapper__buttons {
  margin-top: 24px;
}
.theme-product-hero-wrapper__buttons-price {
  font-size: 42px;
  font-weight: 900;
  font-family: "Nunito";
  margin-bottom: 16px;
  color: #2b307c;
}
.theme-product-hero-wrapper__buttons-soldout {
  font-size: 42px;
  font-weight: 900;
  font-family: "Nunito";
  margin-bottom: 24px;
  color: #e8646a;
}
.theme-product-hero-wrapper__buttons input {
  border: 2px solid #2b307c;
  border-radius: 16px;
  padding: 5px;
}
.theme-product-hero-wrapper__buttons button {
  color: #fff;
  margin-left: 12px !important;
  border-radius: 40px !important;
  padding: 12px 20px !important;
}

.theme-product-about-title {
  font-size: 21px;
  font-family: "Nunito";
  font-weight: 800;
  color: #2b307c;
}
.theme-product-about-choice-options {
  display: flex;
  margin-bottom: 24px;
  margin-left: 32px;
}
.theme-product-about-choice-options__choice {
  margin-right: 20px;
  font-size: 21px;
  font-family: "Nunito";
  font-weight: 900;
  color: #2b307c;
  cursor: pointer;
}
.theme-product-about-choice-options__choice.active {
  color: #3fbac9;
  border-bottom: 4px solid #3fbac9;
}
.theme-product-about-choice-content {
  background-color: rgba(63, 186, 201, 0.1019607843);
  font-family: "K2D";
  font-size: 18px;
  border-radius: 30px;
  padding: 40px;
}
.theme-product-about-choice-content h1, .theme-product-about-choice-content h2, .theme-product-about-choice-content h3, .theme-product-about-choice-content h4, .theme-product-about-choice-content h5, .theme-product-about-choice-content h6 {
  font-weight: 800;
  font-size: 21px;
}
.theme-product-about-choice-content div {
  color: #2b307c;
}
.theme-product-about-choice-disclaimer {
  text-align: center;
  margin-top: 16px;
  font-size: 14px;
  font-family: "K2D";
  font-weight: 300;
  color: #2b307c;
}
.theme-product-about-title {
  font-family: "Nunito";
  font-size: 21px;
  font-weight: 900;
}
.theme-product-about-ingredients {
  display: flex;
  flex-wrap: wrap;
}
.theme-product-about-ingredients__block {
  width: 25%;
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.theme-product-about-ingredients__block-text {
  font-size: 14px;
  color: #3fbac9;
  font-weight: 700;
  font-family: "Nunito";
  text-align: center;
}
.theme-product-about-ingredients__block .image-wrapper {
  height: 100%;
}
.theme-product-about-ingredients__block .image-wrapper img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.theme-product-facts {
  position: relative;
}
.theme-product-facts:after {
  content: "";
  background-color: rgba(188, 195, 144, 0.1490196078);
  width: 75%;
  height: calc(100% - 100px);
  position: absolute;
  top: 50px;
  right: 0;
  z-index: -1;
  border-bottom-left-radius: 40px;
  border-top-left-radius: 40px;
}
.theme-product-facts-image-wrapper {
  border-radius: 40px;
  overflow: hidden;
}
.theme-product-facts-image-wrapper img {
  width: 100%;
}
.theme-product-facts-wrapper {
  position: relative;
  padding: 40px 0 40px 50px;
}
.theme-product-facts-wrapper-title {
  font-family: "Nunito";
  font-size: 42px;
  font-weight: 900;
  color: #2b307c;
}
.theme-product-facts-wrapper .theme-faq-accordion-item {
  background-color: #fff;
  border: 1px solid #2b307c;
}

.theme-product-checks-title {
  font-size: 42px;
  font-weight: 900;
  font-family: "Nunito";
  color: #2b307c;
}
.theme-product-checks ul {
  list-style-type: none;
  padding: 0;
  margin-top: 16px;
  -moz-columns: 3;
       columns: 3;
}
.theme-product-checks ul li {
  font-weight: 700;
  font-family: "K2D";
  font-size: 18px;
  color: #2b307c;
}
.theme-product-checks ul li:before {
  font: var(--fa-font-sharp-solid);
  content: "\f00c";
  padding-right: 4px;
  color: #bcc390;
}

.theme-product-faq-choice-options {
  display: flex;
  margin-left: 32px;
}
.theme-product-faq-choice-options__choice {
  cursor: pointer;
  margin-right: 20px;
  font-size: 21px;
  font-family: "Nunito";
  font-weight: 900;
  color: #2b307c;
}
.theme-product-faq-choice-options__choice.active {
  color: #3fbac9;
  border-bottom: 4px solid #3fbac9;
}
.theme-product-faq-choice-content {
  background-color: rgba(63, 186, 201, 0.1019607843);
  margin-top: 20px;
  padding: 40px;
  border-radius: 30px;
}
.theme-product-faq-choice-content__nutricional {
  overflow: hidden;
}
.theme-product-faq-choice-content__nutricional .row-one {
  font-weight: 800;
  font-size: 21px;
  color: #2b307c;
  font-family: "Nunito";
}
.theme-product-faq-choice-content__nutricional table {
  width: 100%;
}
.theme-product-faq-choice-content__nutricional tr {
  color: #2b307c;
  font-family: "Nunito";
  font-size: 18px;
}
.theme-product-faq-choice-content__nutricional tr.row-two td {
  padding-bottom: 20px;
}
.theme-product-faq-choice-content__nutricional tr td {
  width: 25%;
}
.theme-product-faq-choice-content__nutricional tr td:first-child {
  width: 50%;
}
.theme-product-faq-choice-content__disclaimer {
  margin-top: 24px;
  font-family: "K2D";
  font-size: 18px;
  font-weight: 300;
  color: #2b307c;
}
.theme-product-faq-choice-content__disclaimer p {
  margin: 0;
}
.theme-product-faq-choice-content__ingredients {
  max-height: 0px;
  overflow: hidden;
  color: #2b307c;
}
.theme-product-faq-title {
  font-size: 42px;
  font-family: "Nunito";
  font-weight: 900;
  color: #2b307c;
}
.theme-product-faq .theme-faq-accordion-item {
  background-color: transparent;
  border: 1px solid #2b307c;
}
.theme-product-faq-checks {
  margin-top: 32px;
  display: flex;
  justify-content: space-around;
  color: #2b307c;
}
.theme-product-faq-checks-title {
  padding: 16px 0;
  text-align: center;
}
.theme-product-faq-checks ul {
  list-style-type: none;
  padding: 20px;
  min-width: 250px;
  border-radius: 30px;
}
.theme-product-faq-checks ul li {
  margin: 4px 0;
  padding: 8px 12px;
  font-size: 20px;
  border-top: 1px solid #f0f1e6;
  position: relative;
  padding-left: 24px;
}
.theme-product-faq-checks ul li:before {
  position: absolute;
  left: 0;
  font-family: "FontAwesome";
  display: inline-block;
  margin-right: 12px;
  font-weight: 700;
}
.theme-product-faq-checks__negative {
  background-color: #f1dbca;
}
.theme-product-faq-checks__negative li:before {
  content: "\f00d";
  color: #e8646a;
}
.theme-product-faq-checks__positive {
  background-color: rgba(188, 195, 144, 0.1490196078);
}
.theme-product-faq-checks__positive li:before {
  content: "\f00c";
  color: #bcc390;
}

.theme-subhero .custom-container {
  background-color: #2b307c;
  max-width: 1600px;
  width: 100%;
  padding: 0 115px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 40px;
}
.theme-subhero-wrapper {
  border-radius: 40px;
  padding: 40px 0;
}
.theme-subhero-wrapper-title {
  font-family: "Nunito";
  font-size: 52px;
  font-weight: 900;
  color: #fff;
  text-align: center;
}

.theme-contact-title {
  font-family: "Nunito";
  font-size: 24px;
  font-weight: 900;
  color: #2b307c;
  text-transform: uppercase;
  margin-bottom: 32px;
}
.theme-contact-company {
  background-color: rgba(241, 219, 202, 0.4117647059);
  border-radius: 30px;
  padding: 40px;
  margin-bottom: 50px;
  width: 80%;
}
.theme-contact-company-title {
  font-size: 21px;
  font-family: "K2D";
  font-weight: 800;
  color: #2b307c;
}
.theme-contact-company-title:not(:first-child) {
  margin-top: 24px;
}
.theme-contact-company-content {
  font-family: "K2D";
  font-size: 21px;
  font-weight: 400;
  color: #2b307c;
}
.theme-contact-company-content a {
  color: #e8646a;
  transition: 0.2s ease-in;
  display: block;
}
.theme-contact-company-content a:hover {
  color: #2b307c;
}
.theme-contact-links {
  background-color: rgba(224, 226, 203, 0.4117647059);
  border-radius: 30px;
  padding: 40px;
  margin-bottom: 50px;
  width: 80%;
}
.theme-contact-links a {
  color: #2b307c;
  transition: 0.2s ease-in;
  display: block;
  font-family: "K2D";
  font-weight: 800;
  font-size: 21px;
  margin: 8px 0;
}
.theme-contact-links a:hover {
  color: #e8646a;
}
.theme-contact-form .fluentform .ff-el-form-control {
  background-color: rgba(220, 221, 232, 0.3607843137);
  border: 1px solid #2b307c;
  border-radius: 44px;
  color: #2b307c;
  padding: 10px 24px;
}
.theme-contact-form .fluentform .ff-el-form-control::-moz-placeholder {
  color: #2b307c;
}
.theme-contact-form .fluentform .ff-el-form-control::placeholder {
  color: #2b307c;
}
.theme-contact-form .fluentform .ff-el-form-control:focus {
  border-color: #2b307c;
}
.theme-contact-form .fluentform .ff-el-form-control[name=message] {
  padding: 20px 24px;
  border-radius: 22px;
}
.theme-contact-form .fluentform select {
  height: 43px !important;
}
.theme-contact-form .fluentform .ff_submit_btn_wrapper .ff-btn-submit {
  border-radius: 33px;
  background-color: #2b307c;
  color: #fff;
  padding: 12px 24px;
}
.theme-contact-form .fluentform .ff_submit_btn_wrapper .ff-btn-submit:hover {
  opacity: 0.8;
}

.theme-archive-hero {
  padding-bottom: 125px;
}
.theme-archive-hero .custom-container {
  background-color: #bcc390;
  max-width: 1600px;
  width: 100%;
  min-height: 330px;
  padding: 0 80px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 40px;
}
.theme-archive-hero-title {
  font-size: 52px;
  font-weight: 900;
  font-family: "Nunito";
  color: #fff;
  text-transform: uppercase;
  margin-top: 75px;
}
.theme-archive-hero-image-wrapper {
  position: absolute;
  top: 0;
  right: 0;
}
.theme-archive-hero-image-wrapper img {
  width: 100%;
}

.theme-archive-product {
  border-radius: 40px;
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
  padding: 20px;
  margin-bottom: 40px;
  display: block;
  position: relative;
}
.theme-archive-product-image-wrapper {
  border-radius: 30px;
  position: relative;
  padding: 16px;
}
.theme-archive-product-image-wrapper img {
  width: 100%;
}
.theme-archive-product-image-wrapper-basket {
  background-color: #2b307c;
  padding: 8px;
  border-radius: 999px;
  position: absolute;
  top: 20px;
  right: 20px;
  transition: 0.2s ease-in;
}
.theme-archive-product-image-wrapper-basket i {
  color: #fff;
  font-size: 20px;
}
.theme-archive-product-image-wrapper-basket:hover {
  background-color: #3fbac9;
}
.theme-archive-product-info {
  color: #2b307c;
  font-family: "K2D";
  padding-top: 16px;
  padding-left: 12px;
  padding-bottom: 8px;
}
.theme-archive-product-info-title {
  font-size: 21px;
  font-weight: 900;
  font-family: "Nunito";
}
.theme-archive-product-info-subtitle {
  color: #3fbac9;
  font-size: 18px;
  font-weight: 700;
}
.theme-archive-product-info-content {
  font-size: 16px;
  font-weight: 500;
}

@media screen and (max-width: 1400px) {
  .theme-hero .custom-container {
    padding: 40px 15px 30px 15px;
    border-radius: 0px;
  }
  .theme-footer .custom-container {
    padding: 40px 15px 15px 15px;
    border-radius: 0px;
  }
  .theme-subhero .custom-container {
    padding: 15px 15px 15px 15px;
    border-radius: 0px;
  }
  .theme-archive-hero .custom-container {
    padding: 15px 15px 15px 15px;
    border-radius: 0px;
  }
  .theme-product-faq-checks {
    display: block;
  }
}
@media screen and (max-width: 1200px) {
  .theme-cta-title:after {
    right: 75px;
  }
  .theme-archive-hero-title {
    font-size: 44px;
  }
}
@media screen and (max-width: 992px) {
  .theme-header-wrapper {
    display: none;
  }
  .theme-header-burger-trigger {
    display: block;
    margin-left: 20px;
  }
  .theme-hero-image {
    display: none;
  }
  .theme-slider-wrapper {
    margin-bottom: 24px;
  }
  .theme-cta-title:after {
    display: none;
  }
  .theme-cta-image-wrapper {
    display: none;
  }
  .theme-review:after {
    display: none;
  }
  .theme-review-wrapper {
    position: relative;
    padding-right: 40px;
  }
  .theme-review-wrapper:after {
    content: "";
    position: absolute;
    top: 0;
    left: -90px;
    width: 100px;
    height: 100%;
    background-color: #bcc390;
    z-index: -1;
  }
  .theme-review-image-wrapper {
    padding-top: 40px;
  }
  .theme-faq-image-wrapper {
    margin-top: 32px;
  }
  .theme-faq-image-wrapper:after {
    display: none;
  }
  .theme-faq-image-wrapper img {
    height: 380px;
  }
  .theme-footer-wrapper {
    margin-bottom: 32px;
  }
  .theme-footer-bottom__right {
    flex-direction: row;
    margin-top: 32px;
  }
  .theme-product-hero-wrapper__top {
    width: 100%;
  }
  .theme-product-hero-wrapper__bottom {
    width: 100%;
  }
  .theme-product-about-ingredients__block {
    width: 33%;
    padding: 16px;
  }
  .theme-product-facts {
    background-color: rgba(188, 195, 144, 0.1490196078);
  }
  .theme-product-facts:after {
    display: none;
  }
  .theme-product-facts-wrapper {
    padding: 40px 0;
  }
  .theme-product-checks ul {
    -moz-columns: 2;
         columns: 2;
  }
  .theme-product-faq-title {
    margin-top: 24px;
  }
  .theme-archive-hero {
    padding: 50px 0;
  }
  .theme-archive-hero .custom-container {
    min-height: 0px;
    padding: 80px 40px;
  }
  .theme-archive-hero-title {
    margin-top: 0px;
  }
  .theme-archive-hero-image-wrapper {
    display: none;
  }
  .theme-offcanvas-wrapper .theme-wrapper__header-image {
    height: 350px;
  }
  .theme-offcanvas-wrapper .theme-wrapper__header-image img {
    height: 100%;
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
}
@media screen and (max-width: 768px) {
  .theme-header-buttons {
    margin-top: 32px;
  }
  .theme-content:after {
    display: none;
  }
  .theme-content-image-wrapper {
    border-bottom-left-radius: 0;
    border-top-right-radius: 40px;
  }
  .theme-content-wrapper {
    background-color: #F5F6EE;
    padding: 40px;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
  }
  .theme-cta-row {
    width: 50%;
  }
  .theme-cta-row:last-child {
    display: none;
  }
  .theme-product-about-title {
    margin-top: 24px;
  }
  .theme-product-checks ul {
    -moz-columns: 1;
         columns: 1;
  }
  .theme-subhero .custom-container {
    padding: 0 20px;
  }
}
@media screen and (max-width: 568px) {
  .theme-header-image {
    margin-bottom: 20px;
  }
  .theme-modal-card {
    top: 15%;
    width: 95%;
  }
  .theme-hero .custom-container {
    padding: 40px 20px 0 20px;
  }
  .theme-hero-wrapper-new {
    font-size: 22px;
  }
  .theme-slider-slider-slide-image-wrapper {
    width: 100%;
  }
  .theme-slider-slider-slide-image-wrapper img {
    -o-object-fit: contain;
       object-fit: contain;
  }
  .theme-content-wrapper-title {
    font-size: 32px;
  }
  .theme-cta-row-image-wrapper.image-small {
    height: 200px;
  }
  .theme-cta-row-image-wrapper.image-large {
    height: 400px;
  }
  .theme-review-image-wrapper img {
    width: 100%;
  }
  .theme-faq-title {
    font-size: 32px;
  }
  .theme-footer .custom-container {
    padding: 50px 40px;
  }
  .theme-footer-image-wrapper img {
    width: 100%;
  }
  .theme-footer-wrapper {
    display: flex;
    flex-direction: column;
  }
  .theme-footer-bottom__left {
    flex-direction: column;
    align-items: flex-start;
  }
  .theme-footer-bottom__left a {
    border: none;
    margin: 0;
    padding: 0;
  }
  .theme-offcanvas-wrapper__top-accordion-single-content ul li {
    width: 100%;
    margin-bottom: 24px;
  }
  .theme-product-about-ingredients__block {
    width: 50%;
  }
  .theme-product-facts-wrapper-title {
    font-size: 32px;
  }
  .theme-product-checks-title {
    font-size: 32px;
  }
  .theme-product-faq-choice-options {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .theme-product-faq-choice-content {
    padding: 20px;
  }
  .theme-product-faq-choice-content__nutricional tr {
    font-size: 12px;
  }
  .theme-product-faq-choice-content__nutricional tr:first-child {
    font-size: 18px;
  }
  .theme-product-faq-title {
    font-size: 28px;
  }
  .theme-subhero-wrapper-title {
    font-size: 38px;
  }
  .theme-contact-company {
    width: 100%;
  }
  .theme-contact-links {
    width: 100%;
  }
  .theme-archive-hero .custom-container {
    padding: 60px 20px;
  }
  .theme-archive-hero-title {
    font-size: 28px;
  }
}/*# sourceMappingURL=style.css.map */