/** Shopify CDN: Minification failed

Line 4651:1 Expected "}" to go with "{"

**/
/*************************
  common
*************************/
@font-face {
  font-family: 'PoppinsRegular';
  src: url('./PoppinsRegular.eot');
  src: url('./PoppinsRegular.eot') format('embedded-opentype'),
  url('./PoppinsRegular.woff2') format('woff2'),
  url('./PoppinsRegular.woff') format('woff'),
  url('./PoppinsRegular.ttf') format('truetype'),
  url('./PoppinsRegular.svg#PoppinsRegular') format('svg');
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: 'PoppinsBold';
  src: url('./PoppinsBold.eot');
  src: url('./PoppinsBold.eot') format('embedded-opentype'),
  url('./PoppinsBold.woff2') format('woff2'),
  url('./PoppinsBold.woff') format('woff'),
  url('./PoppinsBold.ttf') format('truetype'),
  url('./PoppinsBold.svg#PoppinsBold') format('svg');
  font-style: normal;
  font-weight: 700;
}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  scroll-behavior: smooth;
}

body.cart-hidden #rebuy-cart,
body.cart-hidden .rebuy-cart__background {
  display: none;
}

.custom-container {
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1152px;
  width: 100%;
}

.container-fluid {
  margin: 0 15px 0;
}

.button-center {
  display: flex;
  justify-content: center;
}

.btn-button {
  font-weight: 700;
  font-size: 15px;
  line-height: 1;
  padding: 18px 15px;
  color: #ffffff;
  text-align: center;
  border-radius: 7px;
  border: 1px solid #00833F;
  background-color: #00833F;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  transition: all .3s ease-in-out;
  cursor: pointer;
  text-decoration: none;
  width: fit-content;
}

.slider-button-holder {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  z-index: 3;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  display: none;
}

.slider-button-holder.prev {
  left: -20px;
}

.slider-button-holder.prev svg{
  transform: rotate(180deg);
}

.slider-button-holder.next {
  right: -20px;
}

.slider-button {
  transition: all .3s ease-in-out;
  position: absolute;
  width: 100%;
  border-radius: 100px;
  height: 100%;
  bottom: auto;
  left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slider-button.swiper-button-disabled{
   opacity: 0;
   visibility: hidden;
}

@media (min-width: 768px) {
  .btn-button {
    font-size: 16px;
    padding: 15px 24px;
  }

  .slider-button-holder {
    display: block;
  }
}

@media (min-width: 992px) {
  .btn-button {
    font-size: 18px;
    padding: 22px 32px;
    border-radius: 15px;
  }

  .btn-button:not(.disabled):hover {
    background-color: #ffffff;
    color: #00833F;
  }
}

@media (min-width: 1200px) {
  .container-fluid {
    margin: 0 30px 0;
  }
}

@media (min-width: 1600px) {
  .slider-button-holder {
    width: 60px;
    height: 60px;
    border-radius: 60px;
  }

  .slider-button-holder.prev {
    left: -30px;
  }

  .slider-button-holder.next {
    right: -30px;
  }
}

/*************************
  Home page
*************************/
body[data-template="index"],
body[data-template="product"]{
  font-family: 'PoppinsRegular', sans-serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0;
}

body[data-template="index"] .main-content {
  padding: 0;
}

.main-content {
  padding-top: 20px;
}

@media only screen and (min-width: 750px) {
  .main-content {
    padding-top: 30px;
  }
}

body[data-template="index"] .announcement-bar__message,
body[data-template="product"] .announcement-bar__message{
  line-height: 1.55;
  font-size: 15px;
  font-family: 'PoppinsBold', sans-serif;
  font-weight: bold;
  font-style: normal;
}

body[data-template="index"] .site-footer,
body[data-template="product"] .site-footer{
  margin-top: 0;
}

@media (min-width: 768px) {
  body[data-template="index"] .announcement-bar__message{
    font-size: 16px;
  }

  .index-header .custom-container{
    min-height: 90px;
  }
}

@media (min-width: 992px) {
  body[data-template="index"] .announcement-bar__message {
    font-size: 18px;
  }
}

/*************************
  Section Header
*************************/
#main-header {
  border-bottom: 1px solid #000000;
  padding: 0;
}

#main-header .container-fluid {
  min-height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#main-header .header-logo {
  margin: 0;
}

#main-header .header-layout {
  display: grid;
  grid-template-columns: 130px 1fr;
  align-items: center;
  grid-row-gap: 15px;
  grid-column-gap: 15px;
  width: 100%;
}

#main-header .header-layout .grid__item {
  padding: 0;
  margin: 0;
}

#main-header .grid-item-buttons {
  padding: 0;
  margin: 0 -11px 0 0;
}

.grid-item-nav ul {
  margin: 0;
  padding: 0;

  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;

  grid-column-gap: 15px;
  grid-row-gap: 5px;
}

.grid-item-nav button,
.grid-item-nav a {
  padding: 0;

  font-family: 'PoppinsRegular', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 1.5;
  cursor: pointer;
}

@media (min-width: 768px) {
  #main-header .header-layout {
    grid-template-columns: 130px 1fr 130px;
  }
}

@media (min-width: 992px) {
  .grid-item-nav ul {
    grid-row-gap: 10px;
    grid-column-gap: 20px;
  }

  .grid-item-nav button,
  .grid-item-nav a {
    font-size: 18px;
  }
}

@media (min-width: 1200px) {
  .grid-item-nav ul {
    grid-column-gap: 41px;
  }
}

@media (min-width: 1440px) {
  #main-header .container-fluid {
    min-height: 90px;
  }
}

/*************************
  Section hero
*************************/
/*************************
  Section hero
*************************/
.section-hero {
  padding: 10px 0 10px;
}


.section-hero .container-fluid {
  /*padding-top: 30px;*/
  /*padding-bottom: 370px;*/
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  background: var(--bg);
}

/* Patch: Allow pointer events for overlays inside Loop widget containers */
.loop-subscription-group .overlay,
.loop-one-time-purchase-option .overlay,
.loop-subscription-group [class*="overlay"],
.loop-one-time-purchase-option [class*="overlay"] {
  pointer-events: auto !important;
}

.section-hero .custom-container {
  position: relative;
  z-index: 5;
}

.section-hero .section-layout{
  display: flex;
  flex-wrap: wrap;
  grid-row-gap: 8px;
  align-items: center;
}

.section-hero .section-layout .content-wrap{
  padding-top: 30px;
  padding-left: 15px;
  padding-right: 15px;

  width: 100%;
  min-width: 100%;
}

.section-hero .section-layout .image-wrap{
  width: 100%;
  min-width: 100%;
  padding: 0 5px 0;

  display: flex;
  align-items: var(--ps_vert_mobile);
  justify-content: var(--ps_hor_mobile);
}

.section-hero .image-group {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.section-hero .image-group .image {
  width: 100%;
  height: 100%;
}

.section-hero .image-desktop {
  display: none;
}

.section-hero .image-mobile {
  display: block;
}

.section-hero .image-group img {
  width: 100%;
  height: 100%;
  object-position: 0% 0%;
  object-fit: cover;
}

.section-hero .hero-label {
  font-family: 'PoppinsBold', sans-serif;
  font-weight: bold;
  font-style: normal;

  font-size: clamp(22px, calc(17.5px + 1.2vw), 35px);
  line-height: 1;
  margin: 0 0 10px;
  display: inline-block;
}

.section-hero .hero-title {
  font-family: 'PoppinsBold', sans-serif;
  font-weight: bold;
  font-style: normal;

  font-size: clamp(34px, calc(22px + 3.2vw), 75px);
  line-height: 1.17;
  letter-spacing: 0;
  color: #000000;
  margin: 0 0 10px;
  /*max-width: 365px;*/
  display: flex;
  flex-direction: column;
}

.section-hero .hero-title p {
  color: inherit;
}

.section-hero .hero-title strong {
  color: #00833F;
}

.section-hero .hero-title * {
  margin: 0;
}

.section-hero .hero-description {
  line-height: 1.44;
  font-size: clamp(16px, calc(13px + 0.85vw), 25px);
  color: #000000;
}

.section-hero .hero-description p {
  margin: 0;
}

.section-hero .hero-description strong {
  font-weight: bold;
}

.section-hero .hero-description * {
  font-size: inherit;
}

.section-hero .btn-button {
  margin: 15px 0 0;
}

@media (min-width: 768px) {
  .section-hero .image-desktop {
    display: block;
  }

  .section-hero .image-mobile {
    display: none;
  }

  .section-hero .container-fluid {
    /*padding-top: 80px;*/
    /*padding-bottom: 80px;*/
    border-radius: 22px;
  }

  .section-hero .section-layout .content-wrap{
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 0;

    width: 55%;
    min-width: 55%;
  }

  .section-hero .section-layout.layout-reverse{
    flex-direction: row-reverse;
  }

  .section-hero .section-layout.layout-reverse .content-wrap{
    padding-left: 0;
  }

  .section-hero .section-layout .image-wrap{
    width: 45%;
    min-width: 45%;
    padding: 0 0 0 6px;

    align-items: var(--ps_vert_desktop);
    justify-content: var(--ps_hor_desktop);
  }

  .section-hero .section-layout.layout-reverse .image-wrap{
    padding: 0 6px 0 0;
  }
}

@media (min-width: 992px) {
  .section-hero .section-layout .content-wrap{
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section-hero .section-layout .image-wrap{
    padding: 0 0 0 10px;
  }

  .section-hero .section-layout.layout-reverse .image-wrap{
    padding: 0 10px 0 0;
  }

  .section-hero .hero-title {
    /*max-width: 570px;*/
    margin: 0 0 14px;
  }
}

@media (min-width: 1200px) {
  .section-hero .section-layout .content-wrap{
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: calc((100% - 1152px) / 2);
  }

  .section-hero .section-layout.layout-reverse .content-wrap{
    padding-left: 0;
    padding-right: calc((100% - 1152px) / 2);
  }
}

@media (min-width: 1660px) {
  .section-hero .hero-title {
    /*max-width: 675px;*/
  }
}

/*************************
  Section Hero with custom class
*************************/

.section-hero.product-section-hero .hero-title{
  color: #1A1A1A;
}

.section-hero.product-section-hero .image-desktop img{
  object-position: 100% 0%;
}

.section-hero.product-section-hero .image-mobile img{
  object-position: 0% 100%;
}

@media (min-width: 992px) {
  .section-hero.product-section-hero .hero-description{
    font-size: 20px;
  }
}

/* Shop Now hero: "Help Me Choose" block */
.section-hero.hero--help-me-choose .hero-title{
  color: #ffffff;
}

.section-hero.hero--help-me-choose .hero-title p{
  color: inherit;
}

.section-hero.hero--help-me-choose .section-layout .image-wrap{
  justify-content: center;
  padding: 10px 15px 22px;
}

.section-hero.hero--help-me-choose .section-layout .image-wrap img{
  width: 100%;
  max-width: 420px;
  height: auto;
}

@media (min-width: 768px) {
  .section-hero.hero--help-me-choose .section-layout .image-wrap{
    padding: 0 30px 0 0;
  }

  .section-hero.hero--help-me-choose .section-layout .image-wrap img{
    max-width: 380px;
  }
}

@media (min-width: 1200px) {
  .section-hero.hero--help-me-choose .section-layout .image-wrap img{
    max-width: 420px;
  }
}

/*************************
  Section Hero with custom class
*************************/

.section-hero.product-section-hero .hero-title{
  color: #1A1A1A;
}

.section-hero.product-section-hero .image-desktop img{
  object-position: 100% 0%;
}

.section-hero.product-section-hero .image-mobile img{
  object-position: 0% 100%;
}

@media (min-width: 992px) {
  .section-hero.product-section-hero .hero-description{
    font-size: 20px;
  }
}

/*************************
  Section Hero: Social GIF (Homepage)
*************************/

.section-hero.hero--bagups-social-gif {
  padding: 15px 0 25px;
}

.section-hero.hero--bagups-social-gif .container-fluid {
  background: var(--bg);
  border-radius: 28px;
}

.section-hero.hero--bagups-social-gif .section-layout {
  align-items: stretch;
  grid-row-gap: 0;
}

.section-hero.hero--bagups-social-gif .content-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 16px;
}

.section-hero.hero--bagups-social-gif .hero-description {
  color: #444444;
  line-height: 1.65;
}

/* CTA button: pill style with gradient + shadow */
.section-hero.hero--bagups-social-gif .btn-button {
  border-radius: 50px;
  padding: 16px 38px;
  background: linear-gradient(135deg, #00833F 0%, #006B32 100%);
  border-color: transparent;
  box-shadow: 0 6px 22px rgba(0, 131, 63, 0.32);
  letter-spacing: 0.3px;
  margin-top: 22px;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.section-hero.hero--bagups-social-gif .btn-button::after {
  content: '\00a0\00a0→';
  letter-spacing: 0;
}

.section-hero.hero--bagups-social-gif .btn-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 32px rgba(0, 131, 63, 0.42);
  background: linear-gradient(135deg, #009A4A 0%, #00833F 100%);
  color: #ffffff;
}

/* GIF image section */
.section-hero.hero--bagups-social-gif .image-wrap {
  position: relative;
  padding-bottom: 10px;
}

/* Radial glow halo behind the GIF */
.section-hero.hero--bagups-social-gif .image-wrap::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: 80%;
  background: radial-gradient(circle, rgba(0, 131, 63, 0.14) 0%, transparent 68%);
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}

.section-hero.hero--bagups-social-gif .image-wrap img {
  position: relative;
  z-index: 1;
  border-radius: 24px;
  box-shadow:
    0 22px 60px rgba(0, 0, 0, 0.11),
    0 6px 22px rgba(0, 131, 63, 0.2);
  transition: transform 0.35s ease;
  max-width: 100%;
  height: auto;
}

.section-hero.hero--bagups-social-gif .image-wrap img:hover {
  transform: scale(1.02) translateY(-4px);
}

/* Mobile */
@media (max-width: 767px) {
  .section-hero.hero--bagups-social-gif {
    padding: 10px 0 15px;
  }

  .section-hero.hero--bagups-social-gif .container-fluid {
    border-radius: 18px;
  }

  .section-hero.hero--bagups-social-gif .image-wrap img {
    border-radius: 18px;
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.1), 0 4px 14px rgba(0, 131, 63, 0.15);
  }

  .section-hero.hero--bagups-social-gif .btn-button {
    width: 100%;
    padding: 16px 24px;
  }
}

/* Tablet and up */
@media (min-width: 768px) {
  .section-hero.hero--bagups-social-gif {
    padding: 20px 0 30px;
  }

  .section-hero.hero--bagups-social-gif .image-wrap {
    padding-bottom: 0;
    padding-left: 0;
    justify-content: flex-start;
  }
}

/* Large desktop */
@media (min-width: 992px) {
  .section-hero.hero--bagups-social-gif .image-wrap {
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .section-hero.hero--bagups-social-gif {
    padding: 30px 0 40px;
  }

  .section-hero.hero--bagups-social-gif .btn-button {
    padding: 18px 50px;
    font-size: 18px;
  }
}

/*************************
  Section creeping line
*************************/
.creeping-line .container-fluid {
  padding: 20px 0;
  background-color: var(--bg);

  display: flex;
  align-items: center;
  border-radius: 10px;
  overflow: hidden;
}

.creeping-line .layout-group {
  display: flex;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.creeping-line .layout-group[data-animated="true"] .layout-item {
  -webkit-animation: scroll-x 60s linear infinite;
  animation: scroll-x 60s linear infinite;
}

.creeping-line .layout-item {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  min-width: 100%;
}

.creeping-line .line-item {
  display: flex;
  align-items: center;
  text-align: center;
}

.creeping-line p.text {
  margin: 0;
  font-family: 'PoppinsBold', sans-serif;
  font-weight: bold;
  font-style: normal;
  color: var(--tc);
  font-size: clamp(18px, calc(14px + 0.85vw), 25px);
  line-height: 1.44;
  text-transform: uppercase;
}

.creeping-line .line-item svg {
  width: 20px;
  height: 22px;
  display: inline-block;
  margin: 0 20px;
}

@keyframes scroll-x {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

@media (min-width: 768px) {
  .creeping-line .container-fluid {
    padding: 25px 0;
  }

  .creeping-line .line-item svg {
    width: 21px;
    height: 24px;
    margin: 0 25px;
  }
}

@media (min-width: 1200px) {
  .creeping-line .container-fluid {
    padding: 30px 0;
  }

  .creeping-line .line-item svg {
    width: 24px;
    height: 30px;
    margin: 0 33px;
  }
}

@media (min-width: 1400px) {
  .creeping-line .container-fluid {
    padding: 35px 0;
  }
}

/*************************
  Feature product
*************************/
.feature-product {
  padding: 40px 0;
  /*border-bottom: 1px solid #000000;*/
}

@media (min-width: 768px) {
  .feature-product {
    padding: 60px 0;
  }
}

@media (min-width: 1200px) {
  .feature-product {
    padding: 70px 0;
  }
}

/*************************
  Wrapper: Single product
*************************/
.single-product-wrap .layout {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.single-product-wrap .product-media{
  width: 100%;
  min-width: 100%;
}

.single-product-wrap .product-info{
  width: 100%;
  min-width: 100%;
  padding: 20px 0 0;
}

.single-product-wrap .product-rating {
  display: flex;
  align-items: center;
  grid-column-gap: 4px;
  margin: 0 0 9px;
}

.single-product-wrap .product-rating svg {
  width: 20px;
  height: 21px;
  display: inline-block;
}

.single-product-wrap div[data-oke-star-rating] {
  margin: 0 0 9px;
}

.single-product-wrap .product-title {
  font-family: 'PoppinsBold', sans-serif;
  font-weight: bold;
  font-style: normal;

  letter-spacing: 0;
  text-transform: none;

  font-size: 28px;
  color: #1A1A1A;
  line-height: 1.2;
  margin: 0 0 2px;
}

.single-product-wrap .product-sub-title {
  font-family: 'PoppinsBold', sans-serif;
  font-weight: bold;
  font-style: normal;

  font-size: 18px;
  color: #1A1A1A;
  line-height: 1.5;
  margin: 0 0 5px;
}

.single-product-wrap .price-wrap{
  margin: 0 0 9px;

  display: flex;
  align-items: center;
  flex-direction: inherit;
  grid-column-gap: 10px;
}

.single-product-wrap .price-wrap .price__badge-sale{
  background-color: #00FF85;
  padding: 2px 7px;
  border-radius: 7px;

  font-family: 'PoppinsBold', sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  line-height: 1.5;
}

.single-product-wrap .price-wrap .price__sale{
  display: flex;
  align-items: center;
  grid-column-gap: 10px;
}

.single-product-wrap .price-wrap .price-item {
  line-height: 1.5;
  font-size: 18px;
  color: rgba(26, 26, 26, 0.5);
}

.single-product-wrap .price-wrap.price--on-sale .price__sale .price-item--sale,
.single-product-wrap .price__regular .price-item {
  font-family: 'PoppinsBold', sans-serif;
  font-weight: bold;
  font-style: normal;
  color: #00833F;
  font-size: 20px;
}

.single-product-wrap .price-wrap:not(.price--on-sale) .price__sale{
  display: none;
}

.single-product-wrap .product-some-text{
  line-height: 1.35;
  font-size: 14px;
  color: #1A1A1A;
}

.single-product-wrap .product-some-text *{
  line-height: inherit;
  font-size: inherit;
}

.single-product-wrap .product-some-text *:empty{
  display: none;
}

.single-product-wrap .accordion-wrap{
  margin: 13px 0 25px 0;
}

.single-product-wrap .accordion-item.active .accordion-title:after{
  transform: translateY(-50%) rotate(0);
}

.single-product-wrap .accordion-item.custom-li strong{
  color: #00833F;
}

.single-product-wrap .accordion-item.custom-li .accordion-description li{
  padding-left: 32px;
}

.single-product-wrap .accordion-item.custom-li .accordion-description li:before{
  width: 20px;
  height: 20px;
  top: 3px;
  left: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-image: url("./icon-success-round.svg");
}

.single-product-wrap .accordion-title {
  font-family: 'PoppinsBold', sans-serif;
  font-weight: bold;
  font-style: normal;
  color: #1A1A1A;
  font-size: 16px;
  line-height: 1.2;
  padding: 12px 40px 12px 0;
  display: block;
  cursor: pointer;
  border-bottom: 1px solid #1A1A1A;
  position: relative;
}

.single-product-wrap .accordion-title:before,
.single-product-wrap .accordion-title:after{
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 8px;
  height: 1px;
  background-color: #00833F;
  transform: translateY(-50%);
  transition: all .3s ease-in-out;
}

.single-product-wrap .accordion-title:after{
  transform: translateY(-50%) rotate(90deg);
}

.single-product-wrap .accordion-description{
  height: 0;
  overflow: hidden;
  max-height: 1000px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: all .3s ease-in-out;
}

.single-product-wrap .accordion-description * {
  font-size: 15px;
  line-height: 1.5;
}

.single-product-wrap .accordion-description strong{
  font-family: 'PoppinsBold', sans-serif;
  font-weight: bold;
  font-style: normal;
}

.single-product-wrap .accordion-description p{
  margin: 0 0 12px;
}

.single-product-wrap .accordion-description p:last-child{
  margin: 0;
}

.single-product-wrap .accordion-description ul{
  margin: 0;
  padding: 0;
}

.single-product-wrap .accordion-description li{
  padding-left: 24px;
  position: relative;
}

.single-product-wrap .accordion-description li:before{
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: #1A1A1A;
}

.single-product-wrap .accordion-description li:not(:last-child){
  margin: 0 0 5px;
}

.single-product-wrap .loop-purchase-options-label{
  font-family: 'PoppinsBold', sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #1a1a1a;
  font-size: 16px;
  line-height: 1.2;
  display: block;
  cursor: pointer;
  margin: 0 0 12px;
}

.single-product-wrap .product-form__submit svg{
  display: none;
}

.single-product-wrap .product-form__submit{
  font-family: 'PoppinsBold', sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  line-height: 1.5;
  text-transform: capitalize;
  color: #FFFFFF;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 15px 30px;
  min-width: 230px;
  border-radius: 10px;
  background-color: #00833F;
  border: 1px solid #00833F;
  transition: all .3s ease-in-out;
}

.single-product-wrap .product-form__submit.disabled{
  background-color: #c7c7c7;
  border-color: #1A1A1A;
}

.single-product-wrap .text-after-button{
  color: #1A1A1A;
  max-width: 270px;
  font-size: 13px;
  line-height: 1.46;
  margin: 15px 0 0;
}

.single-product-wrap .text-after-button *{
  font-size: inherit;
  line-height: inherit;
}

.single-product-wrap .text-after-button p{
  margin: 0;
}

.single-product-wrap .main-slider {
  transition: 0.3s;
  margin: 0 0 5px;
  border-radius: 10px;
  background-color: #ffffff;
  border: 1px solid #1A1A1A;
}

.single-product-wrap .main-slider .swiper-wrapper {
  max-height: 500px;
}

.single-product-wrap .main-slider .swiper-slide {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
}

.single-product-wrap .thumbs-slider:not(.swiper-container-initialized) .swiper-slide {
  width: 33.33%;
  min-width: 33.33%;
}

.single-product-wrap .thumbs-slider .swiper-wrapper{
  margin: 0 -5px;
}

.single-product-wrap .thumbs-slider .swiper-slide {
  cursor: pointer;
  padding: 5px 5px;
  transition: all .3s ease-in-out;
}

.single-product-wrap .thumbs-slider .swiper-slide:not(.swiper-slide-thumb-active) {
  opacity: 30%;
}

.single-product-wrap .thumbs-slider .swiper-slide-media {
  pointer-events: none;
  border: 1px solid #1A1A1A;
  background-color: #FFFFFF;
  border-radius: 10px;
  min-height: 100px;
  height: 100px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.single-product-wrap .thumbs-slider img{
  max-width: 100%;
  max-height: 100%;
}

@media (max-width: 767px) {
  body[data-template="product"] .single-product-wrap .product-form__submit{
    width: 100%;
  }
}

@media (min-width: 768px) {
  .feature-product {
    padding: 60px 0;
  }

  .single-product-wrap .product-media{
    width: 50%;
    min-width: 50%;
    padding: 0 15px 0 0;
  }

  .single-product-wrap .product-info{
    width: 50%;
    min-width: 50%;
    padding: 0 0 0 15px;
  }

  .single-product-wrap .main-slider {
    margin: 0 0 15px;
    border-radius: 15px;
  }

  .single-product-wrap .product-form__submit{
    font-size: 20px;
    padding: 20px 30px;
  }

  .single-product-wrap .text-after-button{
    margin: 20px 0 0;
  }
}

@media (min-width: 992px) {
  .single-product-wrap .product-media{
    width: 500px;
    min-width: 500px;
    padding: 0;
  }

  .single-product-wrap .price-wrap{
    grid-column-gap: 17px;
  }

  .single-product-wrap .product-info{
    width: calc(100% - 500px);
    min-width: calc(100% - 500px);
    padding: 0 0 0 30px;
  }

  .single-product-wrap .thumbs-slider:not(.swiper-container-initialized) .swiper-slide {
    width: 25%;
    min-width: 25%;
  }

  .single-product-wrap .product-rating svg {
    width: 24px;
    height: 25px;
  }

  .single-product-wrap .product-title {
    font-size: 35px;
  }

  .single-product-wrap .product-sub-title {
    font-size: 20px;
  }

  .single-product-wrap .accordion-description * {
    font-size: 16px;
    line-height: 1.81;
  }

  .single-product-wrap .product-form__submit{
    font-size: 22px;
    padding: 26px 39px;
    min-width: 270px;
    border-radius: 18px;
  }

  .single-product-wrap .product-form__submit:not(.disabled):hover{
    background-color: #FFFFFF;
    color: #00833F;
  }

  .single-product-wrap .text-after-button {
    margin: 30px 0 0;
  }
}

@media (min-width: 1200px) {
  .single-product-wrap .product-media{
    width: 530px;
    min-width: 530px;
  }

  .single-product-wrap .product-info{
    width: calc(100% - 530px);
    min-width: calc(100% - 530px);
    padding: 0 0 0 109px;
  }

  .single-product-wrap .main-slider .swiper-wrapper {
    max-height: 530px;
  }
}

/*************************
  Section card
*************************/
.section-card .video-wrap.video-played .video-poster {
  opacity: 0;
  pointer-events: none;
}

.section-card .video-wrap.video-played .play-video {
  opacity: 0;
  pointer-events: none;
}

.section-card {
  padding: 40px 0;
}

.section-card .section-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-row-gap: 10px;
  text-align: center;
  margin: 0 0 40px;
}

.section-card .sub-title {
  font-family: 'PoppinsBold', sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: clamp(22px, calc(17px + 1.3vw), 35px);
  line-height: 1.2;
  color: #1A1A1A;
}

.section-card .title {
  font-family: 'PoppinsBold', sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: clamp(34px, calc(22px + 3.2vw), 75px);
  color: #00833F;
  line-height: 1.2;
  margin: 0;

  text-transform: none;
  letter-spacing: 0;
  max-width: min(650px, 100%);
}

.section-card .description {
  font-size: clamp(16px, calc(12px + 0.85vw), 22px);
  line-height: 1.5;
  color: #000000;
}

.section-card .card-layout {
  display: grid;
  grid-template-columns: 1fr;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}

.section-card .card-item {
  text-align: center;

  display: flex;
  flex-direction: column;
  align-items: center;
}

.section-card .card-image {
  position: relative;
  height: 280px;
  width: 240px;
  border-radius: 10px;
  overflow: hidden;
  margin: 0 0 15px;
}

.section-card .card-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.section-card .card-title {
  font-family: 'PoppinsBold', sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: clamp(22px, calc(17px + 1.3vw), 30px);
  line-height: 1.5;
  color: #00833F;
  text-transform: uppercase;
  margin: 0;
}

.section-card .card-description * {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

.section-card .card-description p {
  margin: 0;
}

.section-card .video-wrap {
  max-width: 660px;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}

.section-card video {
  width: 100%;
  height: auto;
}

.section-card .video-poster {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-position: center center;
  object-fit: cover;
  z-index: 1;
  pointer-events: none;
  transition: all .3s ease-in-out;
}

.section-card .play-video {
  width: 86px;
  min-width: 86px;
  height: 86px;
  background-color: transparent;
  border: none;
  transition: all .3s ease-in-out;
  cursor: pointer;
  z-index: 2;

  display: flex;
  align-items: center;
  justify-content: center;

  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.section-card .play-video svg {
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.section-card .button-center {
  margin: 30px 0 0;
}

@media (min-width: 768px) {
  .section-card {
    padding: 50px 0;
  }

  .section-card .section-heading {
    margin: 0 0 45px;
  }

  .section-card .card-layout {
    grid-template-columns: repeat(2, 1fr);
  }

  .section-card .video-wrap {
    border-radius: 15px;
  }

  .section-card .button-center {
    margin: 40px 0 0;
  }
}

@media (min-width: 992px) {
  .section-card {
    padding: 60px 0;
  }

  .section-card .title {
    max-width: min(760px, 100%);
  }

  .section-card .card-image {
    /*    height: 338px;
        width: 264px;*/
    border-radius: 15px;
    margin: 0 0 20px;
  }

  .section-card .button-center {
    margin: 50px 0 0;
  }
}

@media (min-width: 1200px) {
  .section-card .section-heading {
    margin: 0 0 60px;
  }

  .section-card .card-layout {
    grid-template-columns: repeat(4, 1fr);
  }

  .section-card .title {
    max-width: min(840px, 100%);
  }

  .section-card .card-description {
    margin: 15px 0 0;
  }
}

@media (min-width: 1440px) {
  .section-card .section-heading {
    grid-row-gap: 16px;
  }

  .section-card .title {
    max-width: min(885px, 100%);
  }
}

/*************************
  Section card + custom class
*************************/
.section-card.card-information .title {
  color: #1A1A1A;
}

.section-card.card-information .title span {
  color: #00833F;
}

.section-card.card-information .description {
  max-width: 965px;
  margin: 0 auto;
}

.section-card.card-information .card-item > div:last-child {
  margin: 0;
}

.section-card.card-information .card-image {
  width: auto;
  height: auto;
}

.section-card.card-information .card-image img {
  position: relative;
  inset: auto;
}

@media (min-width: 768px) {
  .section-card.card-information .card-layout {
    grid-template-columns: repeat(3, 1fr);
  }

  .section-card.card-information .title span {
    display: block;
  }
}

@media (min-width: 1200px) {
  .section-card.card-information .description {
    font-size: 20px;
  }
}

@media (min-width: 1440px) {
  .section-card.card-information .title {
    max-width: 950px;
  }
}

/*************************
  Section video
*************************/
.section-video .video-wrap.video-played .video-poster {
  opacity: 0;
  pointer-events: none;
}

.section-video .video-wrap.video-played .play-video {
  opacity: 0;
  pointer-events: none;
}

.section-video .container-fluid {
  background-color: var(--bgc);
  padding: 50px 0;
  border-radius: 10px;
  overflow: hidden;
}

.section-video .layout {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.section-video .item-left {
  width: 100%;
  min-width: 100%;
  padding: 0 0 30px;
}

.section-video .item-right {
  width: 100%;
  min-width: 100%;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  display: flex;
}

.section-video .title {
  font-family: 'PoppinsBold', sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: clamp(31px, calc(20px + 2.5vw), 55px);
  line-height: 1.25;
  color: var(--txtc);

  margin: 0 0 10px;
  text-transform: none;
  letter-spacing: 0;
  max-width: min(415px, 100%);
}

.section-video .description {
  color: var(--txtc);
  font-size: clamp(18px, calc(14px + 0.85vw), 25px);
  line-height: 1.44;
  max-width: min(505px, 100%);
}

.section-video .description strong {
  font-family: 'PoppinsBold', sans-serif;
  font-weight: bold;
  font-style: normal;
}

.section-video .description em {
  font-style: normal;
  color: #00E1AA;
}

.section-video .description * {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

.section-video .description p {
  margin: 0;
}

.section-video .button-links {
  padding: 15px 40px;
  color: #00833F;
  border: 1px solid #FFFFFF;
  background-color: #FFFFFF;
  text-decoration: none;
  transition: all .3s ease-in-out;
  width: fit-content;

  font-family: 'PoppinsBold', sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  line-height: 1.55;
  border-radius: 10px;

  display: flex;
  align-items: center;
  justify-content: center;
  margin: 15px 0 0;
}

.section-video video {
  width: 100%;
  height: auto;
}

.section-video .video-poster {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-position: center center;
  object-fit: cover;
  z-index: 1;
  transition: all .3s ease-in-out;
}

.section-video .play-video {
  width: 86px;
  min-width: 86px;
  height: 86px;
  background-color: transparent;
  border: none;
  transition: all .3s ease-in-out;
  cursor: pointer;
  z-index: 2;

  display: flex;
  align-items: center;
  justify-content: center;

  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.section-video .play-video svg {
  width: 100%;
  height: 100%;
  pointer-events: none;
}

@media (min-width: 768px) {
  .section-video .container-fluid {
    padding: 60px 0;
    border-radius: 15px;
  }

  .section-video .item-right {
    border-radius: 15px;
  }

  .section-video .title {
    margin: 0 0 20px;
  }

  .section-video .description {

  .section-video .button-links {
    padding: 18px 50px;
    border-radius: 15px;
    margin: 20px 0 0;
  }
}

@media (min-width: 992px) {
  .section-video .container-fluid {
    padding: 70px 0;
  }

  .section-video .item-left {
    width: calc(100% - 480px);
    min-width: calc(100% - 480px);
    padding: 0 30px 0 0;
  }

  .section-video .item-right {
    width: 480px;
    min-width: 480px;
  }

  .section-video .title {
    font-size: inherit;
  }

  .section-video .description {

  .section-video .button-links {
    padding: 20px 50px;
    margin: 28px 0 0;
  }

  .section-video .button-links:not(.disabled):hover {
    color: #FFFFFF;
    background-color: #00833F;
  }
}

@media (min-width: 1200px) {
  .section-video .item-left {
    width: calc(100% - 555px);
    min-width: calc(100% - 555px);
    padding: 0 55px 0 0;
  }

  .section-video .item-right {
    width: 555px;
    min-width: 555px;
  }
}

@media (min-width: 1440px) {
  .section-video .button-links {
    padding: 22px 58px;
  }
}

/*=========================
  Brands Logo
=========================*/
.section-brands-logo {
  padding: 40px 0;
}

.section-brands-logo .gallery-group {
  display: flex;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  gap: var(--gap);
}

.section-brands-logo .gallery-group:before,
.section-brands-logo .gallery-group:after {
  content: '';
  position: absolute;
  width: 130px;
  top: 0;
  bottom: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(254, 254, 254, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

.section-brands-logo .gallery-group:before {
  left: 0;
}

.section-brands-logo .gallery-group:after {
  right: 0;
  transform: rotate(180deg);
}

.section-brands-logo .gallery-group[data-animated="true"] .layout-items {
  -webkit-animation: scroll-x-logo 60s linear infinite;
  animation: scroll-x-logo 60s linear infinite;
}

.section-brands-logo .layout-items {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  min-width: 100%;
  gap: var(--gap);
}

.section-brands-logo .gallery-item {
  display: flex;
  align-items: center;
  text-align: center;
}

.section-brands-logo .img-wrap img {
  max-height: 60px;
  max-width: 150px;
  object-fit: contain;
  object-position: center center;
}

@keyframes scroll-x-logo {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - var(--gap)));
  }
}

@media (min-width: 768px) {
  .section-brands-logo .gallery-group:before,
  .section-brands-logo .gallery-group:after {
    width: 300px;
  }

  .section-brands-logo .img-wrap img {
    max-height: 75px;
    max-width: 160px;
  }
}

@media (max-width: 991px) {
  .section-brands-logo .container-fluid {
    margin: 0;
  }
}

@media (min-width: 992px) {
  .section-brands-logo {
    padding: 50px 0;
  }

  .section-brands-logo .gallery-group:before,
  .section-brands-logo .gallery-group:after {
    width: 440px;
  }

  .section-brands-logo .img-wrap img {
    max-height: 80px;
    max-width: 180px;
  }
}

@media (min-width: 1200px) {
  .section-brands-logo {
    padding: 70px 0;
  }

  .section-brands-logo .img-wrap img {
    max-height: 100px;
    max-width: 200px;
  }
}

@media (min-width: 1440px) {
  .section-brands-logo .img-wrap img {
    max-height: 119px;
    max-width: 250px;
  }
}

@media (min-width: 1660px) {
  .section-brands-logo .img-wrap img {
    max-height: 119px;
    max-width: 100%;
  }
}

/*=========================
  Section Reviews
=========================*/
.section-reviews {
  padding: 40px 0;
  border-bottom: 1px solid #000000;
}

.section-reviews .section-title {
  margin: 0 0 20px;
  letter-spacing: 0;
  text-transform: none;

  font-family: 'PoppinsBold', sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: clamp(34px, calc(22px + 3.2vw), 75px);
  line-height: 1.17;
  color: var(--title-color);
  text-align: center;
}

.section-reviews .container-fluid {
  margin: 0;
  position: relative;
}

.section-reviews .swiper-container {
  padding: 0 0 60px;
}

.section-reviews .review-item {
  background-color: var(--rw-bg);
  border-radius: 10px;
  padding: 25px 30px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  grid-row-gap: 10px;
  text-align: center;
  height: auto;
}

.section-reviews .review-rating {
  display: flex;
  align-items: center;
  grid-column-gap: 4px;
  margin: 0;
}

.section-reviews .review-rating svg {
  width: 20px;
  height: 21px;
  display: inline-block;
}

.section-reviews .reviews-title {
  font-family: 'PoppinsBold', sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: clamp(22px, calc(19px + 0.6vw), 25px);
  color: #00833F;
  line-height: 1.44;
  letter-spacing: 0;
  margin: 0;
  max-width: 628px;
}

.section-reviews .reviews-content {
  line-height: 1.59;
  font-size: clamp(15px, calc(11px + 0.85vw), 22px);
  color: #1A1A1A;
  max-width: 628px;
}

.section-reviews .reviews-content * {
  line-height: inherit;
  font-size: inherit;
  margin: 0;
}

.section-reviews .reviews-author-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.section-reviews .review-author {
  font-family: 'PoppinsBold', sans-serif;
  font-weight: bold;
  font-style: normal;
  color: #00833F;
  font-size: 16px;
  line-height: 1.2;
  margin: 0 8px 0 0;
}

.section-reviews .verified-label {
  display: flex;
  align-items: center;

  color: #1A1A1A;
  font-size: 16px;
  line-height: 1.2;
}

.section-reviews .verified-label svg {
  display: inline-block;
  width: 20px;
  min-width: 20px;
  height: 20px;
  margin: 0 0 0 6px;
}

.section-reviews .swiper-navigation {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.section-reviews .swiper-nav {
  position: absolute;
  bottom: 5px;
  width: 43px;
  min-width: 43px;
  height: 43px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.25);
  background-color: #FFFFFF;
  z-index: 5;
}

.section-reviews .swiper-next {
  right: calc(50% - 47px);
}

.section-reviews .swiper-prev {
  left: calc(50% - 47px);
}

.section-reviews .swiper-prev span {
  display: inline-block;
  transform: rotate(180deg);
}

.section-reviews .button-group {
  display: flex;
  justify-content: center;
  margin: 20px 0 0;
}

.section-reviews .button-shop {
  background-color: #00833F;
  border: 1px solid #00833F;
  border-radius: 10px;
  padding: 15px 30px;
  display: flex;
  transition: all .3s ease-in-out;
  text-transform: capitalize;

  font-family: 'PoppinsBold', sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  line-height: 1.55;
  color: #FFFFFF;
}

@media (min-width: 768px) {
  .section-reviews {
    padding: 50px 0;
  }

  .section-reviews .section-title {
    margin: 0 0 30px;
  }

  .section-reviews .container-fluid:before,
  .section-reviews .container-fluid:after {
    content: '';
    position: absolute;
    width: 70px;
    top: 0;
    bottom: 0;
    z-index: 5;
    pointer-events: none;
    background: linear-gradient(90deg, rgba(254, 254, 254, 1) 0%, rgba(255, 255, 255, 0) 100%);
  }

  .section-reviews .container-fluid:before {
    left: 0;
  }

  .section-reviews .container-fluid:after {
    right: 0;
    transform: rotate(180deg);
  }

  .section-reviews .swiper-container {
    padding: 0;
  }

  .section-reviews .review-item {
    border-radius: 15px;
    padding: 40px 60px;
    grid-row-gap: 12px;
  }

  .section-reviews .reviews-content {
    font-size: 16px;
  }

  .section-reviews .swiper-nav {
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
  }

  .section-reviews .swiper-next {
    right: 75px;
  }

  .section-reviews .swiper-prev {
    left: 75px;
  }

  .section-reviews .button-group {
    margin: 30px 0 0;
  }

  .section-reviews .button-shop {
    border-radius: 15px;
    padding: 20px 32px;
  }
}

@media (min-width: 992px) {
  .section-reviews {
    padding: 60px 0;
  }

  .section-reviews .section-title {
    font-size: inherit;
    margin: 0 0 40px;
  }

  .section-reviews .container-fluid:before,
  .section-reviews .container-fluid:after {
    width: 100px;
  }

  .section-reviews .review-item {
    padding: 50px 60px;
  }

  .section-reviews .swiper-next {
    right: 180px;
  }

  .section-reviews .swiper-prev {
    left: 180px;
  }

  .section-reviews .button-group {
    margin: 40px 0 0;
  }

  .section-reviews .button-shop:not(.disabled):hover {
    background-color: #FFFFFF;
    color: #00833F;
  }
}

@media (min-width: 1200px) {
  .section-reviews {
    padding: 70px 0;
  }

  .section-reviews .section-title {
    font-size: inherit;
    margin: 0 0 57px;
  }

  .section-reviews .container-fluid:before,
  .section-reviews .container-fluid:after {
    width: 224px;
  }

  .section-reviews .review-author {
    font-size: 18px;
  }

  .section-reviews .verified-label {
    font-size: 18px;
  }

  .section-reviews .review-rating svg {
    width: 24px;
    height: 25px;
  }

  .section-reviews .swiper-next {
    right: 200px;
  }

  .section-reviews .swiper-prev {
    left: 200px;
  }

  .section-reviews .button-group {
    margin: 57px 0 0;
  }
}

@media (min-width: 1440px) {
  .section-reviews .review-item {
    padding: 59px 60px;
  }

  .section-reviews .swiper-next {
    right: 285px;
  }

  .section-reviews .swiper-prev {
    left: 285px;
  }
}

/*=========================
  Section FAQ
=========================*/
.section-faq {
  padding: 40px 0;
}

.section-faq .section-title {
  margin: 0 0 20px;
  letter-spacing: 0;
  text-transform: capitalize;
  font-family: 'PoppinsRegular', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 34px;
  line-height: 1.17;
  text-align: center;
  color: #00833F;
}

.section-faq .accordion-wrap {
  max-width: 728px;
  width: 100%;
  margin: 0 auto;

  display: flex;
  flex-direction: column;
  grid-row-gap: 22px;
}

.section-faq .accordion-item {
  border: 1px solid #1A1A1A;
  border-radius: 10px;
  padding: 15px 45px 15px 15px;
  width: 100%;
  cursor: pointer;
}

.section-faq .accordion-item.active .accordion-title:after {
  transform: translateY(-50%) rotate(0deg);
}

.section-faq .accordion-title {
  font-family: 'PoppinsRegular', sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #1A1A1A;
  font-size: 18px;
  line-height: 1.44;
  position: relative;
}

.section-faq .accordion-title:before,
.section-faq .accordion-title:after {
  content: '';
  position: absolute;
  top: 50%;
  right: -25px;
  width: 13px;
  height: 4px;
  background-color: #00833F;
  transform: translateY(-50%);
  transition: all .3s ease-in-out;
}

.section-faq .accordion-title:after {
  transform: translateY(-50%) rotate(90deg);
}

.section-faq .accordion-description,
.section-faq-blocks .accordion-description,
.account-faq-accordion .accordion-content,
.single-product-wrap .accordion-description,
.faq-live-content [data-content] {
  height: 0;
  max-height: 0;
  overflow: hidden;
  display: block;
  visibility: hidden;
  transition: height 0.3s ease-out, max-height 0.3s ease-out, padding 0.3s ease-out, visibility 0.3s;
  border-top: 1px solid transparent;
}

.section-faq .accordion-item.active .accordion-description,
.section-faq-blocks .accordion-item.active .accordion-description,
.account-faq-accordion .accordion-item.active .accordion-content,
.single-product-wrap .accordion-item.active .accordion-description,
.faq-live-content [data-accordion].active > [data-content] {
  height: auto;
  max-height: none;
  overflow: visible;
  visibility: visible;
}

.section-faq .accordion-description {
  height: 0;
  color: #1A1A1A;
  overflow: hidden;
  font-size: 15px;
  line-height: 1.75;
  transition: height 0.3s ease-in-out;
  display: block !important;
  padding: 0;
  margin: 0;
}

.section-faq .accordion-description * {
  font-size: inherit;
  line-height: inherit;
}

.section-faq .accordion-description p,
.section-faq .accordion-description li {
  margin: 0 0 10px;
}

.section-faq .accordion-description p:last-child,
.section-faq .accordion-description li:last-child {
  margin-bottom: 0;
}

/* Normalize typography for rich FAQ content (page-based FAQ) */
.section-faq.bagups-faq-native,
.section-faq.bagups-faq-native .faq-content,
.section-faq.bagups-faq-native .faq-live-content {
  font-family: 'PoppinsRegular', sans-serif;
}

/* Enforce a single font inside page-driven FAQ content */
.section-faq.bagups-faq-native .faq-live-content * {
  font-family: 'PoppinsRegular', sans-serif !important;
}

.section-faq.bagups-faq-native .faq-live-content h1,
.section-faq.bagups-faq-native .faq-live-content h2,
.section-faq.bagups-faq-native .faq-live-content h3,
.section-faq.bagups-faq-native .faq-live-content h4,
.section-faq.bagups-faq-native .faq-live-content h5,
.section-faq.bagups-faq-native .faq-live-content h6 {
  font-family: inherit;
  font-weight: 500;
  margin: 0 0 10px;
  line-height: 1.25;
}

.section-faq.bagups-faq-native .faq-live-content p,
.section-faq.bagups-faq-native .faq-live-content li {
  font-family: inherit;
  margin: 0 0 10px;
}

.section-faq.bagups-faq-native .faq-live-content p:last-child,
.section-faq.bagups-faq-native .faq-live-content li:last-child {
  margin-bottom: 0;
}

.section-faq.bagups-faq-native .faq-live-content a {
  font-family: inherit;
}

.section-faq .accordion-item.active .accordion-description {
  padding: 0;
}

.section-faq .button-group {
  display: flex;
  justify-content: center;
  margin: 20px 0 0;
}

.section-faq .button-shop {
  background-color: #00833F;
  border: 1px solid #00833F;
  border-radius: 10px;
  padding: 15px 30px;
  display: flex;
  transition: all .3s ease-in-out;
  text-transform: capitalize;

  font-family: 'PoppinsBold', sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  line-height: 1.55;
  color: #FFFFFF;
}

@media (min-width: 768px) {
  .section-faq {
    padding: 50px 0;
  }

  .section-faq .section-title {
    font-size: 48px;
    margin: 0 0 35px;
  }

  .section-faq .accordion-item {
    padding: 15px 45px;
  }

  .section-faq .accordion-description {
    height: 0;
    overflow: hidden;
    font-size: 16px;
    text-align: center;
  }

  .section-faq .accordion-title {
    text-align: center;
    font-size: 22px;
  }

  .section-faq .accordion-title:before,
  .section-faq .accordion-title:after {
    right: -20px;
  }

  .section-faq .button-group {
    margin: 30px 0 0;
  }

  .section-faq .button-shop {
    border-radius: 15px;
    padding: 20px 32px;
  }
}

@media (min-width: 992px) {
  .section-faq {
    padding: 60px 0;
  }

  .section-faq .section-title {
    font-size: 56px;
    margin: 0 0 40px;
  }

  .section-faq .accordion-item {
    border-radius: 15px;
    padding: 18px 60px;
  }

  .section-faq .button-group {
    margin: 40px 0 0;
  }

  .section-faq .button-shop:not(.disabled):hover {
    background-color: #FFFFFF;
    color: #00833F;
  }
}

@media (min-width: 1200px) {
  .section-faq .section-title {
    font-size: 62px;
    margin: 0 0 50px;
  }

  .section-faq .button-group {
    margin: 57px 0 0;
  }
}

@media (min-width: 1440px) {
  .section-faq {
    padding: 70px 0;
  }

  .section-faq .section-title {
    font-size: 75px;
    margin: 0 0 60px;
  }

  .section-faq .accordion-title {
    font-size: 25px;
  }
}

/*=========================
  Section Page Hero
=========================*/
.section-page-hero{
  position: relative;
}

.section-page-hero .container-fluid {
  background-color: #bceac3;
  border-radius: 10px;
  position: relative;
  padding: 40px 0;
  overflow: hidden;
}

.section-page-hero .image-container{
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  bottom: 0;
  z-index: 1;
}

.section-page-hero .image-container img{
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: 0% 61%;
}

.section-page-hero .page-title {
  font-family: 'PoppinsBold', sans-serif;
  font-weight: bold;
  font-style: normal;
  line-height: 1.17;
  font-size: 34px;
  color: #FFFFFF;
  margin: 0;
  text-align: center;
  position: relative;
  z-index: 2;
}

@media (min-width: 768px) {
  .section-page-hero .container-fluid {
    border-radius: 15px;
    padding: 50px 0;
  }

  .section-page-hero .image-container{
    width: 43%;
  }

  .section-page-hero .image-container:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100px;
    background: rgb(188, 234, 195);
    background: linear-gradient(90deg, rgba(188, 234, 195, 100%) 1%, rgba(188, 234, 195, 0) 100%);
  }

  .section-page-hero .page-title {
    font-size: 48px;
    text-align: left;
    color: #00833F;
  }
}

@media (min-width: 992px) {
  .section-page-hero .container-fluid {
    padding: 60px 0;
  }

  .section-page-hero .page-title {
    font-size: 56px;
  }
}

@media (min-width: 1200px) {
  .section-page-hero .container-fluid {
    padding: 70px 0;
  }

  .section-page-hero .page-title {
    font-size: 62px;
  }
}

@media (min-width: 1440px) {
  .section-page-hero .container-fluid {
    padding: 84px 0;
  }

  .section-page-hero .page-title {
    font-size: 75px;
  }
}

/*************************
  Section Benefits
*************************/
.section-benefits .container-fluid {
  background-color: #BCEAC3;
  border-radius: 15px;
  padding: 40px 20px;
}

.section-benefits .benefits-layout {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  grid-row-gap: 30px;
}

.section-benefits .benefits-item-wrap {
  flex: 0 1 435px;
}

.section-benefits .benefits-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.section-benefits .icon {
  padding: 15px;
  width: 160px;
  height: 160px;
  min-width: 160px;

  overflow: hidden;
  margin: 0 0 13px;
  border-radius: 15px;
  border: 1px solid #1A1A1A;
  background-color: #FFFFFF;

  display: flex;
  align-items: center;
  justify-content: center;
}

.section-benefits .icon svg,
.section-benefits .icon img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.section-benefits .title {
  font-family: 'PoppinsBold', sans-serif;
  font-weight: bold;
  font-style: normal;
  color: #1A1A1A;

  font-size: 23px;
  line-height: 1.44;
  margin: 0 0 5px;
}

.section-benefits .description {
  font-family: 'PoppinsRegular', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #1A1A1A;
  font-size: 18px;
  line-height: 1.6;
}

.section-benefits .description p {
  margin: 0;
  font-size: inherit;
}

@media (min-width: 768px) {
  .section-benefits .container-fluid {
    padding: 50px 50px;
  }

  .section-benefits .benefits-layout {
    margin: 0 -30px;
  }

  .section-benefits .benefits-item-wrap {
    padding: 0 30px;
  }

  .section-benefits .icon {
    width: 180px;
    height: 180px;
    min-width: 180px;
  }
}

@media (min-width: 1200px) {
  .section-benefits .container-fluid {
    padding: 60px 60px;
  }

  .section-benefits .icon {
    width: 200px;
    height: 200px;
    min-width: 200px;
  }

  .section-benefits .title {
    font-size: 25px;
    margin: 0 0 10px;
  }
}

/*************************
  Section: Section Info Column
*************************/
.section-info-column .container-fluid {
  background-color: #00833F;
  overflow: hidden;
}

.section-info-column .custom-container {
  padding: 30px 15px;
}

.section-info-column .column-layout {
  display: grid;
  grid-row-gap: 22px;
  grid-column-gap: 50px;
  grid-template-columns: 1fr;
}

.section-info-column .section-title {
  margin: 0 0 20px;
  letter-spacing: 0;
  text-transform: capitalize;
  font-family: 'PoppinsBold', sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 34px;
  line-height: 1.17;
  color: #FFFFFF;
  text-align: center;
}

.section-info-column .section-title span {
  color: #00FF85;
  display: block;
}

.section-info-column .image {
  display: flex;
  justify-content: center;
  margin: 0 0 22px;
}

.section-info-column img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.section-info-column .content {
  font-family: 'PoppinsRegular', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}

.section-info-column .content p {
  margin: 0 0 15px;
  font-size: inherit;
  letter-spacing: 0;
  font-family: inherit;
  color: inherit;
}

.section-info-column .content p:last-child {
  margin: 0;
}

.section-info-column .btn-button {
  background-color: #FFFFFF;
  color: #00833F;
  margin: 22px auto 0;
}

@media (max-width: 767px) {
  .section-info-column .container-fluid {
    margin: 0;
  }
}

@media (min-width: 768px) {
  .section-info-column .custom-container {
    padding: 50px 15px;
  }

  .section-info-column .container-fluid {
    border-radius: 15px;
  }

  .section-info-column .section-title {
    font-size: 48px;
  }

  .section-info-column .content {
    font-size: 18px;
  }

  .section-info-column img {
    border-radius: 15px;
  }
}

@media (min-width: 992px) {
  .section-info-column .custom-container {
    padding: 60px 15px;
  }

  .section-info-column .column-layout.multi-layout {
    grid-template-columns: repeat(2, 1fr);
  }

  .section-info-column .section-title {
    font-size: 56px;
  }

  .section-info-column .btn-button:hover {
    color: #FFFFFF;
    background-color: #00ff85;
  }

  .section-info-column .section-title {
    text-align: left;
  }

  .section-info-column .content {
    text-align: left;
  }
}

@media (min-width: 1200px) {
  .section-info-column .section-title {
    font-size: 62px;
  }

  .section-info-column .content {
    font-size: 20px;
  }
}

@media (min-width: 1440px) {
  .section-info-column .custom-container {
    padding: 75px 15px;
  }

  .section-info-column .section-title {
    font-size: 75px;
  }

  .section-info-column .column-layout {
    grid-column-gap: 90px;
  }
}

/*************************
  Section: Blocks image and txt
*************************/
.blocks-image-txt {
  padding: 40px 0;
}

.blocks-image-txt .section-layout {
  display: flex;
  flex-direction: column;
  grid-row-gap: 30px;
}

.blocks-image-txt .layout-item {
  display: grid;
  grid-row-gap: 30px;
  align-items: center;
  grid-column-gap: 50px;
  grid-template-columns: 1fr;
}

.blocks-image-txt .image-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

.blocks-image-txt .image-wrap img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.blocks-image-txt .title {
  font-family: 'PoppinsBold', sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 28px;
  line-height: 1.25;
  color: #1A1A1A;
  margin: 0 0 12px;
  text-align: center;
}

.blocks-image-txt .title span {
  color: #00833F;
}

.blocks-image-txt .description {
  font-family: 'PoppinsRegular', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}

.blocks-image-txt .description p {
  margin: 0;
  font-size: inherit;
}

@media (min-width: 768px) {
  .blocks-image-txt {
    padding: 60px 0;
  }

  .blocks-image-txt .section-layout {
    grid-row-gap: 40px;
  }

  .blocks-image-txt .title {
    font-size: 32px;
  }

  .blocks-image-txt .description {
    font-size: 18px;
  }
}

@media (min-width: 992px) {
  .blocks-image-txt .section-layout {
    grid-row-gap: 50px;
  }

  .blocks-image-txt .layout-item {
    grid-template-columns: repeat(2, 1fr);
  }

  .blocks-image-txt .title {
    text-align: left;
  }

  .blocks-image-txt .description {
    text-align: left;
  }
}

@media (min-width: 1200px) {
  .blocks-image-txt .layout-item {
    grid-column-gap: 80px;
  }

  .blocks-image-txt .title {
    font-size: 35px;
  }

  .blocks-image-txt .description {
    font-size: 20px;
  }
}


/*=========================
  Section Image and FAQ
=========================*/
.section-faq-blocks {
  font-family: 'PoppinsRegular', sans-serif;
}

.section-faq-blocks .container-fluid{
  background-color: var(--bg);
  overflow: hidden;
}

.section-faq-blocks .custom-container{
  padding: 30px 15px;
}

.section-faq-blocks .layout{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column-reverse;
}

.section-faq-blocks .accordion-wrap{
  width: 100%;
  max-width: 476px;
  padding: 30px 0 0 0;
}

.section-faq-blocks .accordion-item{
  display: flex;
  flex-direction: column;
  border-top: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
}

.section-faq-blocks .accordion-item:first-child{
  border-bottom: none;
  padding-top: 0;
}

.section-faq-blocks .accordion-item.active .accordion-title svg{
  transform: rotate(-180deg);
}

.section-faq-blocks .accordion-item.active .accordion-description{
  border-top-color: #FFFFFF;
}

.section-faq-blocks .accordion-title {
  padding: 13px 0 13px 0;
  cursor: pointer;
  position: relative;

  font-family: 'PoppinsRegular', sans-serif;
  font-weight: 500;
  font-style: normal;
  color: var(--txt-color);
  font-size: 18px;
  line-height: 1.25;

  display: flex;
  align-items: center;
  justify-content: space-between;
}

.section-faq-blocks .accordion-title svg{
  pointer-events: none;
  transition: all .3s ease-in-out;
}

.section-faq-blocks .accordion-description{
  color: var(--txt-color);
  font-size: 16px;
  line-height: 1.45;

  display: block !important;

  height: 0;
  overflow: hidden;
  transition: height .3s ease-out;
  border-top: 1px solid transparent;
}

.single-product-wrap .accordion-description {
  height: 0;
  overflow: hidden;
  transition: height .3s ease-out;
  display: block !important;
}

.section-faq-blocks .accordion-inner-content{
  padding: 5px 0 15px 0;
}

.section-faq-blocks .accordion-description ul{
  margin: 0;
  padding: 0;
}

.section-faq-blocks .accordion-description li{
  position: relative;
  padding-left: 25px;
  margin: 0;

  font-size: inherit;
  font-family: inherit;
  color: inherit;
}

.section-faq-blocks .accordion-description li + li{
  margin: 13px 0 0;
}

.section-faq-blocks .accordion-description li:before{
  content: '';
  position: absolute;
  top: 7px;
  left: 5px;

  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #00FF85;
}

.section-faq-blocks .accordion-description p{
  font-size: inherit;
  font-family: inherit;
  color: inherit;
  margin: 0 0 10px;
}

.section-faq-blocks .accordion-description p:last-child{
  margin: 0;
}

.section-faq-blocks .image-wrap{
  max-width: 521px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-faq-blocks .image-wrap img{
  border-radius: 10px;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

@media (max-width: 767px) {
  .section-faq-blocks .container-fluid{
    margin: 0;
  }
}

@media (min-width: 768px) {
  .section-faq-blocks .container-fluid{
    border-radius: 15px;
  }

  .section-faq-blocks .custom-container{
    padding: 50px 15px;
  }

  .section-faq-blocks .accordion-title {
    padding: 15px 0 15px 0;
    font-size: 20px;
  }

  .section-faq-blocks .accordion-inner-content{
    padding: 10px 0 19px 0;
  }

  .section-faq-blocks .accordion-description {
    font-size: 18px;
  }

  .section-faq-blocks .accordion-description li{
    padding-left: 34px;
  }

  .section-faq-blocks .accordion-description li + li{
    margin: 19px 0 0;
  }

  .section-faq-blocks .accordion-description li:before{
    top: 10px;
    left: 10px;
    width: 10px;
    height: 10px;
  }

  .section-faq-blocks .image-wrap img{
    border-radius: 15px;
  }
}

@media (min-width: 992px) {
  .section-faq-blocks .custom-container {
    padding: 60px 15px;
  }

  .section-faq-blocks .layout{
    flex-direction: row;
    justify-content: space-between;
  }

  .section-faq-blocks .accordion-title {
    font-size: 22px;
  }

  .section-faq-blocks .accordion-wrap{
    padding: 0 30px 0 0;
  }
}

@media (min-width: 1200px) {
  .section-faq-blocks .custom-container {
    padding: 75px 15px;
  }

  .section-faq-blocks .accordion-title {
    padding: 19px 0 19px 0;
    font-size: 25px;
  }

  .section-faq-blocks .accordion-description {
    font-size: 20px;
  }
}


/* ========================================
  Section recommendation
======================================== */
.section-recommendation {
  padding: 40px 0;
  overflow: hidden;
}

.section-recommendation .custom-container{
  max-width: 955px;
}

.section-recommendation .section-title{
  font-family: 'PoppinsBold', sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 34px;
  line-height: 1.25;
  color: #18191D;

  text-align: center;
  margin: 0 0 25px;
  letter-spacing: 0;
  text-transform: capitalize;
}

.section-recommendation .swiper-container{
  position: relative;
  overflow: hidden;
}

.section-recommendation .product-card-layout{
  flex-wrap: nowrap;
}

.section-recommendation .swiper-container-initialized .product-card-layout{
  margin: 0 ;
}

.section-recommendation .swiper-container-initialized .slider-item{
  padding: 0;
  display: flex;
}

.section-recommendation .swiper-container:not(.swiper-container-initialized) .slider-item{
  display: none;
}

.section-recommendation .swiper-container:not(.swiper-container-initialized) .slider-navigation{
  display: none;
}

.section-recommendation .slider-navigation{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px 0 0;
  grid-column-gap: 35px;
}

.section-recommendation .slider-buttons {
  width: 35px;
  min-width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.section-recommendation .slider-buttons svg rect{
  transition: all .3s ease-in-out;
}

.section-recommendation .slider-buttons.swiper-button-disabled{
  cursor: default;
}

.section-recommendation .slider-buttons.swiper-button-disabled rect{
  fill: #c4c4c4;
}

@media (max-width: 767px) {
  .section-recommendation .custom-container{
    padding: 0 24px;
  }

  .section-recommendation .swiper-container:not(.swiper-container-initialized) .slider-item:nth-child(-n+2){
    width: 100%;
    min-width: 100%;
    display: flex;
  }
}

@media (min-width: 768px) {
  .section-recommendation {
    padding: 50px 0;
  }

  .section-recommendation .section-title{
    font-size: 35px;
    margin: 0 0 30px;
  }

  .section-recommendation .swiper-container:not(.swiper-container-initialized) .slider-item:nth-child(-n+3){
    width: 33.33%;
    min-width: 33.33%;
    display: flex;
  }
}

@media (min-width: 992px) {
  .section-recommendation {
    padding: 60px 0;
  }

  .section-recommendation .section-title{
    font-size: 47px;
    margin: 0 0 35px;
  }
}

@media (min-width: 1440px) {
  .section-recommendation .section-title{
    font-size: 55px;
    margin: 0 0 50px;
  }
}

/* ========================================
  Snippet: product card
======================================== */
.product-card-layout {
  margin: 0 -5px;
  width: auto;

  display: flex;
  flex-wrap: wrap;
  grid-row-gap: 30px;
}

.product-card-layout .slider-item{
  width: 50%;
  min-width: 50%;

  height: auto;
  padding: 0 5px;

  display: flex;
  flex-direction: column;
}

.product-card-layout .product-image{
  padding: 7px 7px;
  border-radius: 10px;
  overflow: hidden;
  margin: 0 0 10px;
  position: relative;
  border: 1px solid #000000;
}

.product-card-layout .product-image img{
  aspect-ratio: 1/1;
  object-fit: contain;
  object-position: center center;
}

.product-card-layout .sale-badge{
  font-family: 'PoppinsBold', sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  line-height: 1.1;
  color: #1A1A1A;

  position: absolute;
  top: 10px;
  right: 10px;
  padding: 5px 15px;
  border-radius: 6px;
  background: #00FF85;
}

.product-card-layout .product-info{
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.product-card-layout div[oke-star-rating]{
  margin: 0 0 5px;
}

.product-card-layout .product-title{
  font-family: 'PoppinsBold', sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  line-height: 1.25;
  color: #18191D;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: inline-block;
  margin: 0 0 5px;
}

.product-card-layout .product-sub-title{
  font-family: 'PoppinsBold', sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.25;
  font-size: 13px;
  color: #18191d;
  margin: 0 0 5px;
}

.product-card-layout .price-wrap{
  margin: 0 0 9px;

  display: flex;
  align-items: center;
  flex-direction: inherit;
  grid-column-gap: 10px;
}

.product-card-layout .price-wrap .price__badge-sale{
  background-color: #00FF85;
  padding: 2px 7px;
  border-radius: 7px;

  font-family: 'PoppinsBold', sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  line-height: 1.5;
}

.product-card-layout .price-wrap .price__sale{
  display: flex;
  align-items: center;
  grid-column-gap: 10px;
}

.product-card-layout .price-wrap .price-item {
  line-height: 1.5;
  font-size: 14px;
  color: rgba(26, 26, 26, 0.5);
}

.product-card-layout .price-wrap.price--on-sale .price__sale .price-item--sale,
.product-card-layout .price__regular .price-item {
  font-family: 'PoppinsBold', sans-serif;
  font-weight: bold;
  font-style: normal;
  color: #00833F;
  font-size: 16px;
}

.product-card-layout .price-wrap:not(.price--on-sale) .price__sale{
  display: none;
}

.product-card-layout .loop-purchase-options-label{
  display: none;
}

.product-card-layout .loop-selling-plan-fieldset{
  margin-top: 0!important;
}

.product-card-layout .loop-subscription-group,
.product-card-layout .loop-one-time-purchase-option{
  display: flex;
  flex-wrap: wrap;
  grid-column-gap: 5px;
  grid-row-gap: 3px;
}

.product-card-layout .loop-subscription-group > *,
.product-card-layout .loop-one-time-purchase-option > *{
  margin: 0!important;
}

.product-card-layout .loop-subscription-group,
.product-card-layout .loop-one-time-purchase-option{
  padding: 10px 10px !important;
}

.product-card-layout .loop-subscription-group-label,
.product-card-layout .loop-one-time-purchase-option-label{
  font-size: 14px !important;
}

.product-card-layout .loop-subscription-group-text{
  grid-row-gap: 4px;
}

.product-card-layout .loop-subscription-group-selling-plans-container{
  margin: 10px 0 0;
}

.product-card-layout .loop-selling-plan-selector-label{
  font-size: 14px !important;
  margin: 0 0 5px !important;
}

.product-card-layout #loop-price-one-time{
  font-size: 14px !important;
}

.product-card-layout .loop-selling-plan-selector{
  margin: 0 !important;
  width: 100% !important;
}

.product-card-layout .product-some-text{
  line-height: 1.35;
  font-size: 14px;
  color: #1A1A1A;
}

.product-card-layout .product-some-text *{
  line-height: inherit;
  font-size: inherit;
}

.product-card-layout .product-some-text *:empty{
  display: none;
}

.product-card-layout form{
  margin-top: auto;
}

.product-card-layout .variant-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 8px 0 10px;
}

.product-card-layout .variant-btn {
  font-family: 'PoppinsRegular', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #1A1A1A;
  background: #fff;
  border: 1.5px solid #d0d0d0;
  border-radius: 6px;
  padding: 5px 12px;
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s, color 0.2s;
  line-height: 1.4;
}

.product-card-layout .variant-btn:hover:not(:disabled) {
  border-color: #00833F;
  color: #00833F;
}

.product-card-layout .variant-btn.active {
  border-color: #00833F;
  background: #00833F;
  color: #fff;
}

.product-card-layout .variant-btn:disabled {
  opacity: 0.4;
  cursor: default;
  text-decoration: line-through;
}



.product-card-layout .btn-button{
  width: 100%;
  font-size: 16px;
  padding: 17px 20px;
  border-radius: 18px;
}

.product-card-layout .slider-navigation{
  display: flex;
  align-items: center;
  justify-content: center;

  margin: 30px 0 0;
  grid-column-gap: 35px;
}

.product-card-layout .slider-buttons{
  width: 35px;
  min-width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

@media (max-width: 575px) {
  .product-card-layout .loop-subscription-group-discount-badge{
    font-size: 12px !important;
  }

  .product-card-layout .loop-subscription-group-price-amount{
    text-align: left;
    font-size: 14px !important;
    padding-left: 25px !important;
  }
}

@media (min-width: 768px) {
  .product-card-layout{
    margin: 0 -10px;
  }

  .product-card-layout .slider-item{
    padding: 0 10px;
  }

  .product-card-layout .product-image{
    margin: 0 0 12px;
    padding: 10px 10px;
    border-radius: 15px;
  }

  .product-card-layout .sale-badge{
    top: 18px;
    right: 25px;
  }

  .product-card-layout .product-sub-title {
    font-size: 14px;
  }

  .product-card-layout .price-wrap .price-item {
    font-size: 16px;
  }

  .product-card-layout .price-wrap.price--on-sale .price__sale .price-item--sale,
  .product-card-layout .price__regular .price-item {
    font-size: 18px;
  }
}

@media (min-width: 992px) {
  .product-card-layout{
    margin: 0 -15px;
  }

  .product-card-layout .slider-item{
    width: 33.33%;
    padding: 0 15px;
    min-width: 33.33%;
  }

  .product-card-layout .product-title{
    font-size: 20px;
  }

  .product-card-layout .product-sub-title {
    font-size: 15px;
  }

  .product-card-layout .price-wrap .price-item {
    font-size: 18px;
  }

  .product-card-layout .price-wrap.price--on-sale .price__sale .price-item--sale,
  .product-card-layout .price__regular .price-item {
    font-size: 20px;
  }
}

/* ========================================
  Section Comparison
======================================== */
.section-comparison{
  padding: 40px 0;
}

.section-comparison .section-title{
  font-family: 'PoppinsBold', sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 34px;
  line-height: 1.17;
  color: #00833F;
  text-align: center;
  margin: 0 0 25px;
  text-transform: none;
}

.section-comparison .table-wrapper{
  display: flex;

  overflow-x: auto;
  padding: 15px 0 20px;
  margin: 0 -15px 0 0;
}

.section-comparison .table-inner{
  display: flex;
  flex-direction: column;

  min-width: 470px;
}

.section-comparison .table-header-row{
  display: flex;
}

.section-comparison .table-header-column{
  border-bottom: 1px solid #000000;
  background-color: #ffffff;
  max-width: 235px;
  width: 100%;

  font-family: 'PoppinsBold', sans-serif;
  font-weight: bold;
  font-style: normal;
  color: #000000;
  font-size: 28px;
  line-height: 1.1;
  text-align: center;
}

.section-comparison .table-header-column.column-first{
  position: relative;
  background-color: #BCEAC3;
}

.section-comparison .table-header-column.column-first:before{
  content: '';
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  height: 10px;
  border-radius: 10px 10px 0 0;
  background-color: #BCEAC3;
}

.section-comparison .table-header-column.column-second{
  border-radius: 0 10px 0 0;
}

.section-comparison .table-header-column:not(.column-first){
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
}

.section-comparison .table-header-list{
  padding: 20px 20px 20px;
}

.section-comparison .table-body-row{
  display: flex;
}

.section-comparison .table-body-row:last-child .column-first::after{
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 10px;
  border-radius: 0 0 10px 10px;
  background-color: #BCEAC3;
}

.section-comparison .table-body-row:last-child .column-second{
  border-radius: 0 0 10px 0;
}

.section-comparison .table-body-column{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  grid-row-gap: 5px;
  padding: 10px 12px 20px;

  width: 100%;
  max-width: 235px;
  border-bottom: 1px solid #000000;
}

.section-comparison .table-body-column.column-first{
  position: relative;
  background-color: #BCEAC3;
}

.section-comparison .table-body-column.column-second{
  border-right: 1px solid #000000;
}

.section-comparison .table-body-column svg{
  width: 30px;
  height: auto;
}

.section-comparison .table-body-column .content{
  color: #003A1C;
  font-size: 20px;
  line-height: 1.44;
  text-align: center;
  max-width: 200px;
}

@media (min-width: 576px) {
  .section-comparison .table-wrapper{
    justify-content: center;
    margin: 0;
  }
}

@media (min-width: 768px) {
  .section-comparison{
    padding: 50px 0;
  }

  .section-comparison .section-title{
    font-size: 37px;
    margin: 0 0 30px;
  }

  .section-comparison .table-header-column{
    max-width: 270px;
    font-size: 35px;
  }

  .section-comparison .table-header-column.column-first:before{
    height: 15px;
    border-radius: 15px 15px 0 0;
    background-color: #BCEAC3;
  }

  .section-comparison .table-header-column.column-second{
    border-radius: 0 15px 0 0;
  }

  .section-comparison .table-body-column{
    max-width: 270px;
  }

  .section-comparison .table-body-row:last-child .column-first::after{
    height: 15px;
    border-radius: 0 0 15px 15px;
  }

  .section-comparison .table-body-row:last-child .column-second{
    border-radius: 0 0 15px 0;
  }

  .section-comparison .table-body-column .content{
    font-size: 25px;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .section-comparison{
    padding: 60px 0;
  }

  .section-comparison .section-title{
    font-size: 47px;
    margin: 0 0 40px;
  }
}

@media (min-width: 1440px) {
  .section-comparison .section-title{
    font-size: 55px;
    margin: 0 0 50px;
  }
}

@media (min-width: 1660px) {
  .section-comparison .section-title{
    font-size: 75px;
  }
}

/* ========================================
  Reviews: okendo app
======================================== */
.okeReviews{
  padding: 40px 0;
}

@media (min-width: 768px) {
  .okeReviews{
    padding: 50px 0;
  }
}

@media (min-width: 992px) {
  .okeReviews {
    padding: 60px 0;
  }
}

/* ========================================
  Page: collection
======================================== */
.collection-page .collection-banner{
  margin: 0 0 30px;
}

.collection-banner .container-fluid{
  background-color: #CE9F72;
  border-radius: 10px;
  position: relative;
  padding: 40px 0;
  overflow: hidden;

  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.collection-banner .banner-heading > *:last-child{
  margin-bottom: 0;
}

.collection-banner .banner-subheadline{
  font-family: 'PoppinsBold', sans-serif;
  font-weight: bold;
  font-style: normal;
  line-height: 1.17;
  font-size: 22px;
  color: #fff;
  margin: 0 0 10px;
  text-align: center;
}

.collection-banner .banner-title {
  font-family: 'PoppinsBold', sans-serif;
  font-weight: bold;
  font-style: normal;
  line-height: 1.17;
  font-size: 34px;

  z-index: 2;
  color: #FFFFFF;
  margin: 0 0 10px;
  position: relative;
  text-align: center;
}

.collection-banner .banner-description{
  font-size: 16px;
  line-height: 1.45;
  max-width: 730px;
  color: #FFFFFF;
  text-align: center;
}

.collection-banner .banner-description > p {
  font-size: inherit;
  font-family: inherit;
  color: inherit;
}

.collection-banner .btn-button{
  margin: 16px auto 0;
}

.collection-page .collection-layout{
  display: flex;
  flex-wrap: wrap;
}

.collection-page .sidebar{
  width: 100%;
  min-width: 100%;

  margin: 0;
  padding: 0 30px 0 0;
}

.collection-page .sidebar.mobile-hidden{
  display: none;
}

.collection-page .main{
  width: 100%;
  min-width: 100%;
}

.collection-page .filter-trigger.hidden-desktop{
  display: flex;
  align-items: center;
}

.collection-page .filter-trigger-submit{
  font-family: 'PoppinsBold', sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.2;
  font-size: 14px;
  margin: 0;
  padding: 5px 15px;
  pointer-events: all;
  text-transform: uppercase;

  display: inline-flex;
  align-items: center;
  grid-column-gap: 8px;

  border: none;
  box-shadow: none;
  background: transparent;
}

.collection-page .filter-category-wrap.active{
  box-shadow: 0 5px 15px #dddddd;
  border-bottom-color: #1A1A1A !important;
}

.collection-page .filter-category-wrap.active .filter-category-inner{
  padding-top: 25px;
  padding-bottom: 25px;
}

.collection-page .filter-category-wrap.hidden-desktop{
  position: absolute;
  top: calc(100% + 1px);
  left: -15px;
  right: -15px;
  z-index: 10;

  padding-left: 15px;
  padding-right: 15px;
  background-color: #fff;
  border-bottom: 1px solid transparent;
  transition: all .3s ease-in-out;
  height: 0;
  overflow: hidden;
}

.collection-page .filter-category-inner{
  display: flex;
  flex-direction: column;
}

.collection-page .category-title{
  font-family: 'PoppinsBold', sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 22px;
  line-height: 1.25;
  color: #18191D;
  margin: 0 0 20px;
}

.collection-page .collection-list{
  margin: 0;
  padding: 0;
  list-style: none;

  display: flex;
  flex-direction: column;
  grid-row-gap: 14px;
}

.collection-page .collection-list li{
  position: relative;
  padding-left: 0;

  color: #18191D;
  font-size: 16px;
  line-height: 1.25;
  cursor: pointer;

  display: flex;
  align-items: center;
  grid-column-gap: 16px;
}

.collection-page .collection-list li.active{
  background: transparent;
  box-shadow: none;
  border-radius: 0;
}

.collection-page .collection-list li .custom-radio{
  width: 26px;
  height: 26px;
  flex: none;
  border-radius: 9999px;
  background-color: #E8EAED;
  border: 2px solid #D5D7DB;
  box-shadow: none;
}

.collection-page .collection-list li.active .custom-radio{
  background-color: #00FF85;
  border-color: #00FF85;
  box-shadow: 0 0 0 3px #00FF8533;
}

.collection-page .collection-list li .category-label{
  display: block;
}

.collection-page .filter-category-inner .collection-list li a{
  display: flex;
  align-items: center;
  grid-column-gap: 16px;
  color: inherit;
  text-decoration: none;
}

.collection-page .filters-toolbar__item-wrapper{
  flex: none;
  width: 100%;
  margin: 0 0 30px;
  padding: 0 0 10px;

  position: relative;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #18191D;
}

.filters-toolbar__item-child{
  flex: none;
  display: flex;
  align-items: center;
}

.collection-page .select-label{
  font-family: 'PoppinsBold', sans-serif;
  font-weight: bold;
  font-style: normal;
  line-height: 1.2;
  font-size: 14px;
  margin: 0;
  pointer-events: all;
}

.collection-page select#SortBy{
  height: auto;
  padding: 5px 30px 5px 5px;
}

.collection-page .pagination .btn{
  border-radius: 10px;
  border-width: 2px;
  transition: all .3s ease-in-out;
}

.collection-page .pagination .btn svg{
  transition: all .3s ease-in-out;
}

.collection-page .pagination .pagination__text{
  font-family: 'PoppinsBold', sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.25;
  font-size: 14px;
  color: #18191d;
  padding: 0 15px;
}


@media (min-width: 768px) {
  .collection-banner .container-fluid{
    border-radius: 15px;
  }

  .collection-page .collection-banner{
    margin: 0 0 40px;
  }

  .collection-banner .banner-subheadline{
    font-size: 24px;
    text-align: left;
  }

  .collection-banner .banner-title {
    font-size: 48px;
    text-align: left;
  }

  .collection-banner .banner-description{
    font-size: 18px;
    text-align: left;
  }

  .collection-banner .btn-button{
    margin: 16px 0 0;
  }

  .collection-page .sidebar{
    width: 250px;
    min-width: 250px;
  }

  .collection-page .sidebar.mobile-hidden{
    display: block;
  }

  .collection-page .main{
    width: calc(100% - 250px);
    min-width: calc(100% - 250px);
  }

  .collection-page .filter-trigger.hidden-desktop{
    display: none;
  }

  .collection-page .filter-category-wrap.hidden-desktop{
    display: none;
  }

  .collection-page .filters-toolbar__item-wrapper{
    justify-content: flex-end;
  }

  .collection-page select#SortBy{
    padding: 5px 15px 5px 5px;
  }
}

@media (min-width: 992px) {
  .collection-banner .container-fluid{
    padding: 50px 0;
  }

  .collection-page .collection-banner{
    margin: 0 0 50px;
  }

  .collection-banner .banner-subheadline{
    font-size: 28px;
  }

  .collection-banner .banner-title {
    font-size: 56px;
  }

  .collection-banner .banner-description{
    font-size: 20px;
  }

  .collection-page .sidebar{
    width: 300px;
    min-width: 300px;
  }

  .collection-page .main{
    width: calc(100% - 300px);
    min-width: calc(100% - 300px);
  }

  .collection-page .category-title{
    font-size: 25px;
  }

  .collection-page .pagination .btn:not(.disabled):hover{
    background-color: #00833F;
  }

  .collection-page .pagination .btn:not(.disabled):hover svg{
    fill: #FFFFFF;
  }
}

@media (min-width: 1200px) {
  .collection-page .collection-banner{
    margin: 0 0 60px;
  }

  .collection-banner .banner-subheadline{
    font-size: 32px;
  }

  .collection-banner .banner-title {
    font-size: 62px;
  }
}

@media (min-width: 1440px) {
  .collection-banner .banner-subheadline{
    font-size: 35px;
  }

  .collection-banner .banner-title {
    font-size: 75px;
  }
}

/* ========================================
  Section: slider
======================================== */
.section-video-slider {
  padding: 40px 0;
  overflow: hidden;
}

.section-video-slider .custom-container {
  max-width: 1440px;
}

.section-video-slider .header {
  margin: 0 0 35px;

  display: flex;
  grid-row-gap: 15px;
  flex-direction: column;
}

.section-video-slider .subtitle{
  font-family: 'PoppinsRegular', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: clamp(18px, calc(15px + 0.6vw), 22px);
  line-height: 1.2;
  margin: 0;
  color: var(--text-color);
}

.section-video-slider .section-title {
  font-family: 'PoppinsBold', sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: clamp(34px, calc(22px + 3.2vw), 62px);
  line-height: 1.17;
  letter-spacing: 0;
  margin: 0;
  color: var(--text-color);
  text-transform: capitalize;
}

.section-video-slider .description {
  font-size: 16px;
  line-height: 1.5;
  color: var(--text-color);
}

.section-video-slider .description p{
  margin: 0 0 10px;
}

.section-video-slider .description p:last-child{
  margin: 0;
}

.section-video-slider .video-slider-container {
  position: relative;
}

.section-video-slider .swiper-slide {
  height: auto;
}

.section-video-slider .video-holder {
  position: relative;
  padding-top: 178%;
  overflow: hidden;
}

.section-video-slider .video-holder video {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.section-video-slider .video-holder .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.section-video-slider .swiper-container {
  padding: 0;
}

.section-video-slider .swiper-wrapper {
  padding: 0 20px;
}

.section-video-slider .slide-info {
  margin-top: 15px;

  display: flex;
  grid-row-gap: 10px;
  flex-direction: column;
}

.section-video-slider .slide-info h3 {
  font-family: 'PoppinsBold', sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 22px;
  line-height: 1.17;
  letter-spacing: 0;
  margin: 0;
  text-transform: capitalize;
}

.section-video-slider .slide-info p {
  margin: 0;
  max-width: 80%;
  color: #000000;

  font-size: 16px;
  line-height: 1.4;
}

.section-video-slider .video-holder .play-video {
  z-index: 3;
  position: absolute;
  cursor: pointer;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-video-slider .play-video svg {
  transition: all 400ms ease 0ms;
}

.section-video-slider .play-video.active svg {
  display: none;
}

.section-video-slider .button-holder {
  margin-top: 60px;
  padding: 0 20px;
  text-align: center;
}

.section-video-slider .slider-button-holder {
  top: 45%;
}

@media (min-width : 768px) {
  .section-video-slider {
    padding: 50px 0;
  }

  .section-video-slider.add-top-bottom-inner-space {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .section-video-slider .header {
    margin: 0 0 45px;
  }

  .section-video-slider .swiper-wrapper,
  .section-video-slider .button-holder {
    padding: 0;
  }
}

@media (min-width: 992px) {
  .section-video-slider {
    padding: 60px 0;
  }
}

/* Blog + Media listing: responsive grid */
.template-blog .grid--blog,
body[data-template='page.media'] .grid--blog {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 24px;

  margin: 0;
  padding: 0;
  list-style: none;
  overflow: visible;
}

@media (min-width: 750px) {
  .template-blog .grid--blog,
  body[data-template='page.media'] .grid--blog {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 990px) {
  .template-blog .grid--blog,
  body[data-template='page.media'] .grid--blog {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .template-blog .grid--blog,
  body[data-template='page.media'] .grid--blog {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.template-blog .grid--blog > .grid__item,
body[data-template='page.media'] .grid--blog > .grid__item {
  width: auto;
  float: none;
  padding: 0;
}