/** Shopify CDN: Minification failed

Line 3246:18 Unexpected "{"
Line 3246:27 Expected ":"
Line 3403:2 Unexpected "{"
Line 3403:3 Expected identifier but found "%"
Line 3403:47 Unexpected "{"
Line 3403:48 Expected identifier but found "%"
Line 3404:2 Unexpected "{"
Line 3404:3 Expected identifier but found "%"
Line 3404:53 Unexpected "{"
Line 3404:54 Expected identifier but found "%"

**/
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
:root{
  --font-stack-body-primary: Nunito, sans-serif;
  --gutter-xlarge: 40px;
  --gutter-small: 15px;
  --gutter-regular: 25px;
  --gutter-large: 50px;
  --gutter-container: 40px;
  --base-headings-primary-size: 30;
  --button-padding: 14px 15px;
  --border-radius-buttons: 12px;
  --font-weight-buttons: var(--font-weight-body-primary-medium);
  --border-width-buttons: 1px;
  --color-text-main: #000000;
  --color-text-cards: #000;
  --gutter-container: 40px;
  --color-borders-footer: rgba(253, 253, 253, 0.15);
  --container-vertical-space-base: 140px;
  --container-vertical-space: var(--container-vertical-space-base);
  --color-background-footer: #9ca5c7;
  --color-text-footer: #fdfdfd;
}
@media screen and (max-width: 1280px){
  :root {
    --gutter-small: 9px;
    --gutter-regular: 15px;
    --gutter-large: 25px;
    --gutter-xlarge: 40px;
    --gutter-container: 30px;
    --gutter-breadcrumbs: -50px;
    --sidebar-width: 375px;
    --sidebar-gutter: 20px;
    --header-vertical-space: 20px;
    --container-vertical-space: calc(var(--container-vertical-space-base)* .6);
    --grid-gap: calc(var(--grid-gap-original-base)* .5);
    --gutter-container: 30px;
  }
}
@media screen and (max-width: 768px){
  :root{
    --gutter-container: 20px;
  }
}
@media screen and (max-width: 474px) {
  :root {
    --sidebar-width: 100%;
    --gutter-container: 15px;
  }
}
@font-face{
  font-family:"Jost";
  src:url("/cdn/shop/files/Jost-Regular.ttf") format("truetype");
  font-weight:400;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:"Nunito-Variable-Font";
  src:url("/cdn/shop/files/Nunito-VariableFont_wght.ttf") format("truetype");
  font-weight:400;
  font-style:normal;
  font-display:swap;
}

.gutter-bottom--regular {
    padding-bottom: var(--gutter-regular);
}
.gutter-top--regular {
    padding-top: var(--gutter-regular);
}
.button {
    text-align: center;
    padding: var(--button-padding);
    display: inline-block;
    border-style: solid;
    border-radius: var(--border-radius-buttons);
    font-weight: var(--font-weight-buttons);
    line-height: 1.25;
    cursor: pointer;
    border-width: var(--border-width-buttons);
    color: var(--color-text-main);
    transition: all 175ms linear;
}
.button--icon {
    align-items: center;
    position: relative;
}
.button--outline {
    background-color: transparent;
    border-color: var(--color-borders-forms-primary);
}
.card .button {
    color: var(--color-text-cards);
}
.card .button--outline {
    border-color: var(--color-text-cards);
}
.card__text .button {
    display: inline-block;
}
.button--outline:hover {
  border-color: var(--color-text-main);
}
.card .button.button--outline:not(.button--outline-hover-solid):hover {
  border-color: var(--color-text-cards);
  color: var(--color-text-cards);
}
.card .button.button--outline:not(.button--outline-hover-solid):hover span {
  color: var(--color-text-cards);
}
@media screen and (min-width: 768px){
  .button--icon {
    padding-left: 46px;
    padding-right: 46px;
  }
  .button--icon:hover {
    padding-inline-end: 69px;
    padding-inline-start: 22px;
  }
  .button--icon:hover .button__icon {
    opacity: 1;
    transform: translate(-20px, -50%);
  }
}
p{
  color: black;
}
.heading-size--large{
  margin: 0;
}
.button--icon span {
  line-height: 1;
  font-size: 18px;
  color: #000000;
}
.button--icon .button__icon {
  width: 22px;
  position: absolute;
  top: 50%;
  transform-origin: center right;
  transform: translate(-25px, -50%);
  pointer-events: none;
  align-items: center;
  opacity: 0;
  transition: opacity 175ms linear, transform 175ms ease;
  right: 0px;
}
.button--icon svg {
  width: 22px;
  height: 100%;
}
.button--outline::after,
.button--outline::before{
  content: none;
}

/* Hero */
.main-hero-brd {
  padding-bottom: 100px;
}
.full-link-brd {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  /* padding: 70px 0px; */
  width: 100%;
  padding-top: 50px;
}
.hero-mobile-img-brd img {
    max-width: 37.8vmax;
    max-height: 700px;
    object-fit: cover;
    width: 100%;
    display: block;
}
.hero-mobile-img-brd video{
  padding-block: 100px;
  width: 100%;
}
.hero-col-brd p {
  font-weight: 500;
  width: 80%;
  margin: 0px;
  line-height: 1;
  margin-bottom: 20px;
}
.hero-sub-text-brd p {
  margin-bottom: 30px;
  line-height: 28px;
  font-size: 18px;
  font-weight: lighter;
  /* font-weight: normal; */
}
.mybtn-brd {
  background-color: #1e5b45;
  padding: 15px 50px 15px 40px;
  border-radius: 25px;
  /* font-weight: 600; */
  color: #fff;
  display: inline-flex;
  align-items: center;
  position: relative;
  font-size: 18px;
  background-image: linear-gradient(45deg, black, transparent);
}
.mybtn-brd svg {
    position: absolute;
    right: 25px;
    transition: .5s all;
}
.mybtn-brd:hover svg {
    right: 20px;
}
.col-txt-brd h1 strong {
  color: #1e5b45;
}
.bnr-sec-brd .col-txt-brd h1 {
  font-size: 55px;
  line-height: 70px;
  margin: 0px;
}
button {
  background: transparent;
  border: none;
  box-shadow: none;
  cursor: pointer;
  font-size: 16px;
}
.hero-btn-brd{
  display: flex;
  flex-direction: center;
  align-items: center;
  gap: 15px;
  margin-bottom: 10px;
}
.hero-btn-brd a{
  text-decoration: none;
}
.rich-box-review{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 100%;
  width: 100%;
}

a:has(.mybtn-brd){
  text-decoration: none;
}
.full-link-brd{
  gap: 50px;
}
.hero-mobile-img-brd{
  width: 50%;
  max-height: 700px;
}
.hero-mobile-img-brd img{
  border-radius: 10px;
}
.main-hero-inner{
  width: 60%;
}
@media screen and (max-width:1023px) {
  .bnr-sec-brd .col-txt-brd h1 {
    font-size: 33px;
    line-height: 40px;
    width: 100%;
  }
  .hero-col-brd p {
    width: 90%;
  }
}
@media screen and (max-width:767px) {
  .hero-mobile-img-brd,
  .main-hero-inner{
    width: 100%;
  }
  .full-link-brd {
    gap: 20px;
  }
  .hero-mobile-img-brd img{
    padding: 0px;
    max-width: 90vmin;
    height: auto;
  }
  .hero-mobile-img-brd video{
    padding: 0px;
    width: 100%;
  }
  .main-hero-brd {
    padding: 0px 20px;
  }
  .full-link-brd {
    flex-direction: column;
    padding-top: 20px;
    padding-bottom: 70px;
  }
  .hero-mobile-img-brd {
    width: 100%;
  }
  .hero-col-brd p {
    width: 100%;
    text-align: center;
  }
  .hero-btn-brd {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}
.rich-box-review p {
    font-size: 14px;
    margin-left: 5px;
    margin-bottom: 0;
    color: #545454;
    font-weight: 700;
  width: auto;
}
.rich-box-review{
      display: flex;
    gap: 10px;
    margin-top: 10px;
}
@media screen and (max-width: 768px){
  .MA-rich-box-review .rich-box-review{
      justify-content: center;
  }
}
/* End Hero */

/* Icon with Text */
.template-index .icon-text-sec.primary-waves {
  position: relative;
}/*
.primary-waves:before,
.primary-waves:after,
.secondary-waves:before, 
.secondary-waves:after{
  content: "";
  display: block;
  width: 100%;
  height: 10vw;
  --bg-png-color: linear-gradient(to top, rgba(255, 255, 255, 0), 0%, rgba(255, 255, 255, 1) 100%);
  background-image: url(https://cdn.shopify.com/s/files/1/0862/7064/0422/files/before.svg), var(--bg-png-color);
  background-size: cover;
}
.secondary-waves:before, 
.secondary-waves:after{
  background-image: url(https://cdn.shopify.com/s/files/1/0866/8531/9486/files/secondary_wave.png), var(--bg-png-color);
}
.template-index .icon-text-sec.primary-waves:before {
  --bg-png-color: linear-gradient(to top, rgba(236, 236, 236, 0), 0%, rgba(236, 236, 236, 1) 100%);
}
.template-index .icon-text-sec.primary-waves:before {
  --bg-png-color: transparent;
  position: absolute;
  top: -10vw;
  z-index: 20;
  background: url(https://cdn.shopify.com/s/files/1/0866/8531/9486/files/primary_wave.svg);
  background-size: cover;
}
*/
.primary-waves:after {
  transform: rotate(180deg);
}
.primary-waves.hide-bottom::after , .secondary-waves.hide-bottom::after {
    display: none;
}
.primary-waves.hide-top::before , .secondary-waves.hide-top::before {
    display: none;
}
.template-index .icon-text-sec.primary-waves:after {
  margin-bottom: 40px;
}
.icon-text-sec .row {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0;
}
.icon-text-wrapper {
  max-width: 20%;
  width: 100%;
  padding: 0 20px;
  text-align: center;
}
.icon-text-wrapper .main-icon-box {
  width: auto;
  margin: 0 auto 25px;
  height: 65px;
}
.icon-text-wrapper .main-icon-box figure {
  width: 100%;
  height: 100%;
  padding: 0 !important;
  max-width: 88px;
  margin: 0 auto;
}
.icon-text-wrapper .main-icon-box figure img {
  position: relative;
  object-fit: contain;
  width: 100%;
    height: 100%;
}
.icon-text-wrapper p {
  color: #fff;
  margin: 0;
}
@media (max-width: 767.98px){
  .icon-text-sec .row {
    padding: 15px 0;
  }
  .icon-text-sec .icon-text-wrapper {
    width: 100%;
    max-width: 33.33%;
    min-width: 115px;
    padding: 0 5px;
    margin: 15px auto;
  }
  .icon-text-wrapper .main-icon-box {
    margin: 0 auto 15px;
    height: 45px;
  }
  .icon-text-wrapper .main-icon-box figure {
      max-width: 60px;
  }
  .icon-text-wrapper p {
    font-size: 14px;
  }
}
/* End Icon with Text */

/* Announcement Bar */
announcement-bar {
  border-bottom: solid 1px transparent;
  position: relative;
  z-index: 1001;
}
.announcement-bar {
  font-size: 14px;
}
.announcement-bar {
  display: grid;
  align-items: center;
  min-height: 40px;
  grid-template-columns: 27% 46% 27%;
}
.announcement-bar__social-icons {
  padding-inline-end: 20px;
}
.social-icons {
  display: flex;
  flex-wrap: wrap;
  margin-inline-start: -5px;
}
.social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 24px;
  height: 24px;
  padding: 7px;
  border: none;
  box-sizing: content-box;
  text-decoration: none;
}
.social-icons a img{
  max-width: 23px;
  margin-right: 10px;
}
.social-icons a .icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.social-icons svg {
  height: 100%;
  width: 100%;
}
.announcement-bar .social-icons svg {
  width: 16px;
  height: auto;
}
.announcement-bar .visually-visible {
  margin-left: 0;
}
.announcement-bar__content {
  position: relative;
  min-height: 40px;
  align-items: center;
  display: flex;
}
.announcement-bar__slider {
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.announcement-bar__slider {
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  overflow-x: auto;
  display: flex;
  width: 100%;
  flex-shrink: 0;
}
.announcement-bar__content .announcement {
  width: 100%;
  flex-shrink: 0;
  text-align: center;
  scroll-snap-align: start;
  line-height: 1.1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 20px;
  font-size: calc(14px / 16 * var(--base-body-primary-size) + 0px);
  cursor: default;
}
.announcement-bar__localization-form {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-inline-start: 20px;
}
.danish-company {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: flex-end;
}
.danish-company img {
  max-width: 18px;
  margin-right: 6px;
}
.new-topbar {
  display: none;
}
@media screen and (max-width: 767px) {
  announcement-bar {
    overflow-x: hidden;
  }
  announcement-bar .page-width {
    display: none !important;
  }
  .announcement-bar {
    grid-template-columns: 1fr;
  }
  .lap-hide {
    display: none !important;
  }
  .new-topbar.with-icon {
    display: block !important;
  }
  .topbar-inner {
    max-width: 380px;
    width: 100%;
    margin: 0 auto;
  }
  .new-topbar .topbar-inner ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 9px 0px;
    justify-content: space-between;
    margin: 0px;
  }
  .new-topbar .topbar-inner ul li {
    display: flex;
    align-items: center;
  }
  .new-topbar .topbar-inner ul li .top-icon {
    width: 100%;
    max-width: 26px;
    display: block;
  }
  .new-topbar .topbar-inner ul li .top-icon img {
    width: 100%;
    max-width: 100%;
    display: block;
  }
  .new-topbar .topbar-inner ul li p {
    font-size: 10px;
    color: #fff;
    margin: 0;
    margin-left: 10px;
    line-height: normal;
  }
  .new-topbar .topbar-inner ul li p b {
    font-weight: 700;
    font-family: var(--font-stack-body-secondary);
    display: block;
  }
  .topbar-inner-new {
    background: linear-gradient(315deg, #8c52ff, #00bf63);
    width: 100%;
    margin: 0 auto;
    padding: 8px;
    display: none;
  }
  .topbar-inner-new .top-row-a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .topbar-inner-new .top-pro-text {
    max-width: 48%;
    width: 100%;
  }
  .topbar-inner-new .top-pro-text h5 {
    font-size: 15px;
    text-align: center;
    margin-bottom: 4px;
    color: #fff;
    font-family: Poppins;
  }
  .topbar-inner-new .top-pro-text p {
    font-size: 12px;
    text-align: center;
    color: #fff;
    margin-bottom: 0;
    font-family: Nunito;
  }
  .topbar-inner-new .top-pro-img {
    max-width: 22%;
    width: 100%;
  }
  .topbar-inner-new .top-pro-img img {
    max-width: 100%;
    padding: 0 8px;
    display: block;
  }
  .topbar-inner-new .top-pro-btn {
    max-width: 30%;
    width: 100%;
  }
  .topbar-inner-new .top-pro-btn a {
    display: block;
    font-size: 13px;
    background: #1aab80;
    text-align: center;
    padding: 5px;
    border-radius: 4px;
    line-height: 16px;
    letter-spacing: 0.6px;
    font-weight: 700;
  }
  .new-topbar .topbar-inner ul li:nth-child(2) {
    padding: 0 8px;
    position: relative;
    justify-content: center;
  }
  .new-topbar .topbar-inner ul li:nth-child(2):before,
  .new-topbar .topbar-inner ul li:nth-child(2):after{
    content: "";
    position: absolute;
    border: 1px solid #fff;
    width: 1px;
    height: 100%;
    top: 0;
  }
  .new-topbar .topbar-inner ul li:nth-child(2):before{
    left: -20px;
  }
  .new-topbar .topbar-inner ul li:nth-child(2):after{
    right: -20px;
  }
}
/* End Announcement Bar */

/* Richtext with image */
.rich-text__section{
  background-color: #ececec;
}
.text-after-img p {
  font-size: 12px;
  margin: 10px auto;
}
.text-after-img {
  display: block;
  width: 100%;
  text-align: center;
}
.text-after-img a {
  text-decoration: underline;
}
.panel,
.card {
  border-radius: var(--border-radius-cards);
  overflow: hidden;
  background-color: var(--color-background-cards);
  position: relative;
  color: var(--color-text-cards);
}
.element--height-small {
  min-height: 30vh;
}
.panel,
.card:not(.element--height-regular) {
  border: solid 1px var(--color-borders-cards);
}
@media screen and (min-width: 768px) {
  .rich-text:not(.rich-text--image-on-top) {
    display: flex;
  }
}
.rich-text__container {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.rich-text__image {
  grid-area: image;
  display: flex;
  align-items: center;
  position: relative;
  height: 100%;
  flex-direction: column;
}
.gutter--xlarge {
  padding: var(--gutter-xlarge);
}
@media screen and (min-width: 1024px) {
  h2 {
    font-size: calc(42px / 60 * var(--base-headings-primary-size) + 0px);
  }
}
@media screen and (min-width: 1024px) {
  .heading-size--large {
    font-size: calc(80px / 60 * var(--base-headings-primary-size) + 0px);
    line-height: 1.2;
  }
}
@media screen and (min-width: 475px) and (max-width: 1023px){
  .heading-size--large {
      font-size: calc(60px / 60* var(--base-headings-primary-size) + 0px);
  }
}
.rich-text__container--image-left .rich-text__image {
  padding: 0;
}
.rich-text__container--image-left .rich-text__image {
  padding: 7px;
}

.rich-text__image figure {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .rich-text__container .rich-text__image figure {
    width: 100%;
    padding-top: 0 !important;
  }
}
.rich-text__container.rich-text__container--image-left .rich-text__image figure img {
  border-radius: 10px;
}
.text-after-img {
  display: block;
  width: 100%;
  text-align: center;
}
.text-after-img p {
  font-size: 12px;
  margin: 10px auto;
}
.text-after-img a {
  text-decoration: underline;
}
.card a:not(.button) {
  color: var(--color-text-cards);
}
.align-content {
  display: flex;
  height: 100%;
  position: relative;
}
.align-content--horizontal-left {
  justify-content: flex-start;
}
.align-content--vertical-middle {
  align-items: center;
}
.rich-text__text {
  grid-area: text;
}
html[dir="ltr"] .align-content--horizontal-left {
  text-align: left;
}
.card__text {
  z-index: 99;
  word-wrap: break-word;
}
.card__text > * {
  display: block;
}
.remove-empty-space > *:first-child {
  margin-top: 0;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .spacing--custom > *:not(:last-child) {
    margin-bottom: calc(var(--spacing) / 1.5);
  }
}
@media screen and (min-width: 475px) and (max-width: 1023px) {
  .heading-size--large {
    font-size: calc(60px / 60 * var(--base-headings-primary-size) + 0px);
  }
}
.remove-empty-space > *:last-child {
  margin-bottom: 0;
}
.rte p:last-child {
  margin-bottom: 0;
}
.rich-text__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 700px;
}
.rich-text__container .text-size--regular{
  margin-block: 30px;
}
.rich-text__container .rich-text__text p{
  margin: 0;
}
@media screen and (max-width: 767px){
  .rich-text__container {
      grid-template-columns: 100%;
      justify-content: center;
      grid-template-areas:
          "image"
          "text" !important;
  }
  .rich-text__container .rich-text__image {
    min-height: auto;
    padding-bottom: 20px;
  }
  .rich-text__container .rich-text__text {
    padding: 20px 7px 7px!important;
    text-align: left;
  }
  .spacing--custom>*:not(:last-child) {
    margin-bottom: calc(var(--spacing) / 2);
  }
}
/* End Richtext with image */

/* Icons section */
.text-with-icon-2 .text-column img {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 10px;
  object-fit: contain;
  display: block;
  margin: 0 auto 20px;
}
@media screen and (min-width: 1024px) {
  h3 {
    font-size: calc(36px / 60 * var(--base-headings-primary-size) + 0px);
  }
}
.text-with-icon-2 h3 {
  color: #000000;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.text-with-icon-2 p {
  color: #000000;
  font-size: 16px;
  margin-bottom: 0;
  text-align: center;
}
/* End Icons Section */

/* Footer */
.main-footer {
    /* margin-top: calc(var(--container-vertical-space) / 4); */
    color: var(--color-text-footer);
}
.main-footer.primary-waves:before {
  margin-top: -2px;
}
.gutter-top--xlarge {
  padding-top: var(--gutter-xlarge);
}
.gutter-bottom--xlarge {
  padding-bottom: var(--gutter-xlarge);
}
.container--large {
  margin: 0 auto;
  width: 100%;
  max-width: 1360px;
  padding-left: var(--gutter-container) !important;
  padding-right: var(--gutter-container);
}
.container--large {
  position: relative;
}
@media screen and (max-width: 1023px){
  .grid-portable-2 {
      --visible-cols: 2;
  }
}
.od-grid {
  --col-gap: var(--grid-gap);
  --col-size: calc((100% - var(--col-gap) * (var(--visible-cols) - 1)) / var(--visible-cols));
  display: grid;
  align-items: start;
  grid-gap: var(--col-gap);
}
.grid-4 {
  --visible-cols: 4;
}
.grid--layout {
  grid-template-columns: repeat(var(--visible-cols), var(--col-size));
  position: relative;
}
.grid--gap-xlarge {
  --col-gap: calc(var(--gutter-xlarge) * 0.8);
}
.gutter-top--xlarge {
  padding-top: var(--gutter-xlarge);
}
.gutter-bottom--xlarge {
  padding-bottom: var(--gutter-xlarge);
}
.footer-item__image-heading {
  margin-bottom: 1em;
}
.footer-item__image-heading {
  max-width: 150px;
}
.rte img {
  max-width: 100%;
  height: auto;
}
.social-icons {
  display: flex;
  flex-wrap: wrap;
  margin-inline-start: -0.3125rem;
}
.main-footer a {
  border: none;
}
.main-footer .footer-item__menu span {
  display: block;
  margin-bottom: 0.3125rem;
}
.main-footer h2,
.main-footer p,
.main-footer .social-icons svg path{
  color: var(--color-text-footer);
  fill: var(--color-text-footer);
}
.main-footer a {
  color: var(--color-text-footer);
  transition: all 0.1s linear;
  text-decoration: none;
}
.footer_badge_image img {
  max-width: 200px;
  width: 100%;
}
.footer-top + .footer-bottom {
  border-top: 1px solid var(--color-borders-footer);
}
.footer-bottom > div {
  display: flex;
  justify-content: space-between;
}
.payments--footer {
  line-height: 0;
}
.footer-bottom p{
  margin: 0;
}
@media screen and (min-width: 768px) {
  .footer-top--pad-new {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .od-grid .footer-item:first-child {
    border-right: 1px solid var(--color-borders-footer);
  }
  .main-footer a {
    border: none;
  }
}
@media screen and (max-width: 767.98px){
  .grid-lap-1 {
    --visible-cols: 1;
  }
  .footer-top--pad-new>.od-grid {
    gap: 0;
  }
  .footer-item.gutter-top--xlarge.gutter-bottom--xlarge {
    padding: 0;
  }
  .od-grid .footer-item:first-child {
    margin-bottom: 25px;
  }
  .footer-item__title {
    margin: 0;
    padding: 15px 0;
    position: relative;
    gap: 10px;
    display: flex;
    justify-content: space-between;
  }
  .footer-item__title:after {
    content: "+";
  }
  .footer-item__menu {
    padding: 10px 0;
    display: block;
  }
  .footer-bottom>div {
    flex-direction: column;
  }
  .payments--footer {
    margin-top: 10px;
  }
  
}
/* End Footer */

/* Products Collection */
.products-collections {
  padding-top: 80px;
  padding-bottom: 80px;
  margin-top: 50px;
}
.products-collections-inner{
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
}
.products-collections-inner .swiper-slide{
  height: auto;
}
.products-collections-inner .product-card{
  height: 100%;
}
.Variants-color label[color="black"],
.Variants-color label[color="black"]:before{
  background-color: black !important;
  color: #fff !important;
  outline-color: black;
}
.Variants-color label[color="champagne"],
.Variants-color label[color="champagne"]:before{
  --tw-bg-opacity: 1;
  background-color: rgb(238 232 225 / var(--tw-bg-opacity)) !important;
  outline-color: rgb(238 232 225 / var(--tw-bg-opacity));
}
.Variants-color label[color="beige"]{
  --tw-bg-opacity: 1;
    background-color: rgb(225 192 167 / var(--tw-bg-opacity)) !important;
}
.Variants-color label[color="pink"]{
  background-color: #f665a8 !important;
}
.Variants-color label[color="black"]{
  background-color: black;
}
.Variants-color label[color="raspberry"] {
    --tw-bg-opacity: 1;
    background-color: rgb(181 88 104 / var(--tw-bg-opacity)) !important;
}
.Variants-color label[color="bright-blue"]{
    background: #0095c6 !important;
}
.Variants-color label[color="bright-green"]{
    background-color: #009b5c !important;
}
.Variants-color label[color="petrol"]{
    background: rgb(0 83 102 / var(--tw-bg-opacity)) !important;
}
.product-card .product__info-container>*+*,
.product-card .product-form__input,
.product-card .product-form__input--pill input[type=radio]+label,
.single-product-page .product-form__input--pill input[type=radio]+label{
  padding: 0px;
  margin: 0px;
  margin-bottom: 5px;
}
.product-card .product--title{
  font-size: 16px;
  letter-spacing: normal;
  margin: 0px;
  margin-bottom: 5px;
}
.product-card .price__regular .price-item--regular,
.product-card .price-item{
  font-size: 14px !important;
  font-weight: 600;
}
.product-card .featured-product{
  height: 100%;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
.product-card .section-product-card{
  height: 100%;
}
.product-card .global-media-settings img{
  border-radius: 0px;
}
.product-card :is(.product-form__input--pill,.product-form__input--swatch) .form__label{
  display: none;
}
.product-card .product-form__input--pill.Variants-color input[type=radio]+label,
.single-product-page .product-form__input--pill.Variants-color input[type=radio]+label{
  width: 14px;
  height: 14px;
  border-radius: 50%;
  padding: 0;
  margin: 0;
  border: none;
  margin-right: 7px;
}
.product-card .product-form__input--pill.Variants-color input[type=radio]:checked+label::before,
.single-product-page .product-form__input--pill.Variants-color input[type=radio]:checked+label::before{
  cursor: pointer;
  border-radius: 9999px;
  content: "";
  position: absolute;
  height: 16px;
  width: 16px;
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: black;
}
.product-card .product-form__input--pill:not(.Variants-color) input[type=radio]+label{
  padding: 7px 15px;
  border-radius: 50px;
  margin-right: 5px;
  font-weight: 600;
  color: #1e5b45;
  border: 1px solid #1e5b45;
}
.product-card .product-form__input--pill input[type=radio]:checked+label{
  background-color: #1e5b45;
  color: #fff;
}
.product-card  .product__info-container .product-form{
  padding: 0px;
  margin: 0px;
}
.product-card .Variants-color{
  padding-left: 5px;
}
.product-card .product-info-wrapper{
  padding: 8px;
  /* height: -webkit-fill-available; */
}
.product-card product-info{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.product-card .product-form__submit{
  display: flex;
  padding: 10px 20px;
  background: #1e5b45;
  color: #fff;
  text-align: center;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  border-radius: 5px;
  font-family: Quicksand, sans-serif;
  font-weight: 500;
  text-transform: capitalize;
}
.product-card .card-product-btn{
  text-decoration: none; 
}
.product-card .product-form__submit.loading span{
  opacity: 0;
}
.product-card .product-form__submit .path{
  stroke: #fff;
}
.swiper-showcase-wrapper,
.swiper,
.product-card .product-media-container.constrain-height.media-fit-contain{
  width: 100%;
}
.products-collections-inner{
  position: relative;
}
.s-button-prev,
.s-button-next{
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 150px;
  z-index: 99;
}
.s-button-prev{
  left: 25px;
  rotate: 180deg;
}
.s-button-next{
  right: 25px;
}
.products-collections .customer-slideshow__menu{
  display: flex;
  width: 100%;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 50px;
}
.products-collections .pc-title{
  font-size: 36px;
  margin: 0;
}
.products-collections .pc-tabs{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
}
.products-collections .pc-tab{
  cursor: pointer;
  padding: 7px 16px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 50px;
  color: #000;
  margin: 0;
}
.products-collections .pc-tab.active{
  background-color: #E6F2EE;
  color: #22432A;
}
.products-collections-inner{
  display: none;
  padding-inline: 15px;
}
.products-collections-inner.active{
  display: block;
}
.products-collections .btn-view-all{
  font-weight: 500;
  font-size: 16px;
  letter-spacing: normal;
  width: 180px;
  min-height: 55px;
  display: grid;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  background-color: #000;
  color: #fff;
  text-decoration: none;
  align-items: center;
  justify-content: center;
}
.products-collections .swiper-slide{
  width: 350px;
}
.products-collections .swiper-button-disabled{
  display: none;
}
.products-collections .product__media-icon{
  display: none;
}
.col-prod-title {
    padding: 8px;
    padding-bottom: 0px;
}
.col-prod-title a{
  text-decoration: none;
}
.prod-bundle-label,
.prod-absorption{
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.prod-bundle-label .prod--label{
  letter-spacing: normal;
  color: rgb(34 67 42 / 1);
  font-size: 12px;
  padding: 4px 10px;
  background-color: rgb(227 239 234 / 1);
  border-radius: 50px;
  font-weight: 700;
}
.prod-absorption span{
  letter-spacing: normal;
  color: rgb(102 102 102 / 1);
  font-size: 14px;
  font-weight: 700;
}

@media screen and (max-width: 1000px) {
  .products-collections {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .products-collections .customer-slideshow__menu {
    flex-direction: column;
    margin-bottom: 40px;
    align-items: center;
    gap: 30px;
  }
  .products-collections .customer-slideshow__menu h2 {
    text-align: center;
    font-size: 30px;
  }
}
/* End Products Collection */

/* Card-products */
.featured-product .product__media-item {
    padding-left: 0;
    width: 100%;
}
@media screen and (min-width: 750px) {
    .featured-product .product__media-item {
        padding-bottom: 0;
    }
  .media>*:not(.zoom):not(.deferred-media__poster-button), .media model-viewer{
    max-height: 100%;
   object-fit: cover;
  }
}
.featured-product .product__media-item:not(:first-child) {
    display: none;
}
.breadcrumb :is(span, a) {
  font-size: 14px;
  color: #00000080;
  text-decoration: none;
  font-weight: 600;
  font-family: Jost, sans-serif;
}
.breadcrumb svg {
  margin-left: 8px;
  margin-right: 8px;
}
.short_description{
  font-size: 18px;
  letter-spacing: .2px;
  line-height: 1.55;
  font-weight: bolder;
}
.product__title h1 {
    font-family: Jost, sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #304a4b;
    margin-bottom: 8px;
    font-size: 36px;
}
.rtnu-trustpilot-reviews {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.rtnu-trustpilot-reviews .rtnu-trustpilot-reviews__score {
    font-size: clamp(1.8rem,1.6rem + .533vw,2rem);
    font-weight: 600;
    letter-spacing: -.2px;
    line-height: 1;
}
.rtnu-trustpilot-reviews .rtnu-trustpilot-reviews__stars {
    display: flex;
}
.rtnu-trustpilot-reviews .rtnu-trustpilot-reviews__stars svg {
    height: clamp(2rem, 1.8rem + .533vw, 2.2rem);
    -o-object-fit: contain;
    object-fit: contain;
    width: auto;
}
.rtnu-trustpilot-reviews .rtnu-trustpilot-reviews__reviews-count {
    font-size: clamp(1.5rem,1.4rem + .267vw,1.6rem);
    font-weight: 500;
    letter-spacing: -.2px;
    line-height: 1;
}
.rtnu-trustpilot-reviews .rtnu-trustpilot-reviews__logo {
    display: flex;
}
.rtnu-trustpilot-reviews .rtnu-trustpilot-reviews__logo svg {
    height: clamp(2.2rem, 2rem + .533vw, 2.4rem);
    -o-object-fit: contain;
    object-fit: contain;
    width: auto;
}
.single-product-page .Variants-color{
  margin-left: 5px;
}
.single-product-page .Variants-color legend{
  margin-left: -5px;
}
.single-product-page :is(.product-form__input--pill,.product-form__input--swatch) .form__label,
.product-form__quantity .quantity__label{
  font-weight: 600;
  margin-bottom: 7px;
  color: #000;
}
.single-product-page .product-form__input--pill.Variants-color input[type=radio]+label{
  height: 22px;
  width: 22px;
}
.single-product-page .product-form__input--pill.Variants-color input[type=radio]:checked+label:before{
  height: 24px;
  width: 24px;
}
/* 1. Main Button - The Container */
.single-product-page .product-form__submit {
    /* Layout & Text */
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px; /* Increased slightly for better breathability */
    font-size: 18px; /* Adjusted to standard industry sizing */
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em; /* Adds elegance to uppercase */
    color: #fff;
    
    /* Box Model */
    border: none;
    border-radius: 50px;
    outline: none;
    height: 55px; /* Fixed height is safer than max-height for flex centering */
    padding: 0 40px; /* Horizontal breathing room */
    
    /* The Base Material */
    background-image: linear-gradient(90deg, rgb(81, 135, 105), #304a4b);
    background-size: 100%;
    
    /* Architecture for Effects */
    position: relative;
    overflow: hidden; /* Clips the sheen */
    z-index: 1;
    
    /* The "Idle" State Transition */
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), 
                box-shadow 0.4s ease;
}

/* 2. The "Sheen" Layer (The moving light) */
.single-product-page .product-form__submit::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    
    /* High-End Light Effect */
    background: linear-gradient(
        105deg, 
        transparent 20%, 
        rgba(255, 255, 255, 0.4) 50%, 
        transparent 80%
    );
    
    /* The Magic: This makes it look like light, not paint */
    mix-blend-mode: overlay; 
    filter: blur(8px); /* Softens the edges */
    
    /* Initial Position: Far left */
    transform: translateX(-100%);
    transition: transform 0s; /* Reset instantly when not hovering */
    z-index: 2;
}

/* 3. The "Border" Layer (Subtle Inner Glow) */
.single-product-page .product-form__submit::before {
    content: "";
    position: absolute;
    inset: 0; /* fills the button */
    border-radius: 50px;
    padding: 1.5px; /* This defines the border thickness */
    
    /* This creates the gradient border effect */
    background: linear-gradient(90deg, rgba(255,255,255,0.1), rgba(255,255,255,0.5)); 
    
    -webkit-mask: 
       linear-gradient(#fff 0 0) content-box, 
       linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    
    opacity: 0.5;
    transition: opacity 0.4s ease;
    z-index: 3;
    pointer-events: none;
}

/* --- HOVER STATES --- */

.single-product-page .product-form__submit:hover {
    /* 1. Physical Lift */
    transform: translateY(-2px); 
    
    /* 2. The Stunning Border/Glow Combo */
    box-shadow: 
        0 10px 20px -10px rgba(48, 74, 75, 0.5), /* Drop shadow */
        0 0 0 1px rgba(255, 255, 255, 0.3), /* Crisp outer ring */
        inset 0 0 12px rgba(255, 255, 255, 0.2); /* Inner depth glow */
}

/* Brighten the border on hover */
.single-product-page .product-form__submit:hover::before {
    opacity: 1;
}

/* Trigger the Sheen Animation */
.single-product-page .product-form__submit:hover::after {
    /* Using transform is more performant than 'left' */
    transform: translateX(100%); 
    transition: transform 0.6s cubic-bezier(0.4, 0.0, 0.2, 1); /* Industry standard "Ease-in-out" */
}

/* Active State (Click) - The button presses down */
.single-product-page .product-form__submit:active {
    transform: translateY(1px);
    box-shadow: 
        0 2px 10px -5px rgba(48, 74, 75, 0.5),
        inset 0 2px 4px rgba(0,0,0,0.1);
}
.single-product-page .product-form__submit span,
.single-product-page .product-form__submit .price--large{
  height: auto;
  margin: 0;
  padding: 0;
  line-height: normal;
  color: #fff;
  position: relative;
  padding-left: 6px;
}
.single-product-page .product .price__container{
  margin: 0;
}
.single-product-page .product-form__submit .price--large:before{
  background: #fdfdf9;
  border-radius: 100vmax;
  content: "";
  height: 5px;
  left: 0;
  opacity: .6;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 5px;
}
.single-product-page .product-form__input--pill:not(.Variants-color) input[type=radio]+label{
  padding: 10px 24px;
}
.absorption-heading{
  display: flex;
  gap: 10px;
  align-items: center;
}
.absorption-container .absorption-title{
  font-weight: 600;
  color: #000;
  font-size: 13px;
}
.absorption-container .popup__trigger,
.product-popup-modal__button{
  font-weight: 600;
  font-size: 13px !important;
  color: #00000080;
  text-decoration: underline;
  cursor: pointer;
  min-height: auto !important;
  padding-bottom: 9px;
}
.product-variant-selector .product-variant-item {
  display: flex;
  align-items: center;
  cursor: pointer;
  height: 44px;
  padding: 0 20px;
  justify-content: center;
  max-width: 100%;
  border: 2px solid #1e5b45;
  margin-top: 7px;
}
.product-variant-selector .product-variant-abs {
  display: flex;
  align-items: center;
  gap: 15px;
}
.product-variant-selector .product-variant-item span{
  font-size: 16px;
  text-transform: uppercase;
  color: #1e5b45;
  margin: 0px;
  line-height: 1;
  padding: 0;
  font-weight: 600;
}
.product-variant-selector .product-variant-item svg{
  width: 75px;
  height: 75px;
}
.product-variant-selector .product-variant-item path[fill]{
  stroke: #1e5b45;
  fill: #1e5b45;
}
.bundle-and-save-container{
  display: flex;
  align-items: center;
  gap: 15px;
}
.bundle-and-save-container p{
  margin: 0;
  font-weight: 600;
}
.bundle-and-save-container .text-h{
  color: #1e5b45;
  font-size: 16px;
  letter-spacing: normal;
  line-height: 1.3;
}
.bundle-and-save-container .text{
  font-size: 13px;
}
/* End Card Products */

/* Vs Section  */
#shopify-section-template--22245427413317__5efa6f86-ee27-4910-9551-1faf63a91710 {
  background-color: #fff !important;
}
.table-container.container--large{
  padding: 50px 0;
}

.last_row,
.child_row,
.com_row {
  display: flex;
  background-color: #f3f3f3;
}

.com_info:nth-child(1),
.com_info:nth-child(3) {
  border-top: 1px solid #a1a1a14d;
}

.com_info:nth-child(1) {
  border-left: 1px solid #a1a1a14d;
  border-radius: 6px 0 0 0;
}

.com_info:nth-child(3) {
  border-right: 1px solid #a1a1a14d;
  border-radius: 0 6px 0 0;
}

.last_info:nth-child(2),
.child_info:nth-child(2),
.com_info:nth-child(2) {
  background-color: #fff;
}

.last_info,
.child_info,
.com_info {
  width: 50%;
}

.last_info2,
.child_info2,
.com_info2 {
  width: 25%;
}

.logo_com {
  text-align: center;
}

.logo_ex {
  margin-top: -20px;
  border: 1px solid #a1a1a14d;
  border-bottom: 0;
  padding-top: 30px;
  padding-bottom: 10px;
  border-radius: 6px 6px 0 0;
  background: white;
}

.logo_com img {
  max-width: 100px;
  margin: 0 auto;
}

.com_heading {
  padding-top: 18px;
  text-align: center;
  font-size: 22px;
  line-height: 1;
  margin: 0;
}

.child_row {
  align-items: stretch;
  border: 1px solid #a1a1a14d;
  border-bottom: 0;
}

.last_info,
.child_info {
  text-align: center;
}

.child_info2 {
  display: grid;
  align-items: center;
  justify-content: center;
}

.child_info:nth-child(2) {
  border: 1px solid #a1a1a14d;
  border-top: 0;
  border-bottom: 0;
}

.last_info p,
.child_info p {
  font-size: 16px;
  margin-bottom: 0 !important;
  /* padding-top: 15px !important; */
  padding-bottom: 15px !important;
  font-weight: bold;
  color: #3a3a3a;
}

.check_icon {
  width: 25px;
  display: inline-block;
}

.cross_icon {
  width: 18px;
  display: inline-block;
}

.last_row {
  border: 1px solid #a1a1a14d;
  align-items: center;
  border-radius: 0 0 6px 6px;
  align-items: center;
}

h3.brand_name {
    font-size: 38px;
    margin-bottom: 8px !important;
    color: #1e5b45;
}
.product__t{
  font-weight: 400;
  font-size: 26px;
  margin-top: 0;
}

.kh_grid {
  display: grid;
  align-items: center;
  justify-content: center;
}

.check_com {
  border: 1px solid #a1a1a14d;
  border-top: 0;
  border-radius: 0 0 6px 6px;
  background-color: #fff;
}

.check_com {
  padding-top: 20px !important;
  padding-bottom: 30px !important;
  margin-bottom: -15px;
}

.table-container .columnone h2,
.risk-container h2 {
  font-size: 38px;
  font-weight: 600;
}

@media (max-width: 767px) {
  .table-container .row {
    flex-direction: column;
  }

  .check_com {
    margin-top: -4px;
  }

  .rich-text__text {
    padding-left: 0;
    padding-right: 0;
  }

  .table-container .row .columnone {
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 15px;
    text-align: center;
  }

  .table-container .row .columnone h2 {
    text-align: center;
  }

  .columntwo {
    width: 100% !important;
  }

  .columnone {
    padding-top: 20px;
    width: 100% !important;
  }

  .risk-container h5 {
    font-size: 14px;
  }

  .check_com {
    /* //margin-bottom: 0px !important;
//border-bottom: none !important; */
  }

  .last_info p,
  .child_info p {
    font-size: 14px !important;
    padding-left: 5px;
    padding-right: 5px;
  }

  .risk-container p {
    font-size: 12px;
  }

  .risk-container {
    max-width: 97%;
  }

  .logo_com img {
    max-width: 70px;
  }

  .com_heading {
    font-size: 18px;
  }

  .last_info p,
  .child_info p {
    font-size: 15px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .check_icon {
    width: 20px;
  }

  .cross_icon {
    width: 16px;
  }
}

.table-container .row {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  padding-top: 20px;
  padding-bottom: 20px;
}

.columntwo {
  width: 50%;
}

.columntwo .kh_main {
  box-shadow: -3px 7px 9px -2px #a09c9c;
  border-radius: 0 0 6px 6px;
}

.template-product .set-icon-sec .container--large.container--vertical-space.remove-empty-space {
  margin-top: 95px;
}

.template-product #shopify-section-footer {
  margin-top: 0;
}

.columnone {
  padding: 0px 120px 0px 180px;
  /* width: 50%; */
}

.table-container p {
  font-size: 18px;
  line-height: 30px;
}

/* table td:first-child,
table th:first-child {
  border-left: 1px solid #dcdcdc;
} */

.tablebody th,
.tablebody td,
.tablebody th,
.tablebody table {
  background-color: transparent;
  border: 0px !important;
}

.table-container table td,
.table-container table th {
  border-right: 1px solid #dcdcdc;
}

.table-container table th,
.table-container table td {
  padding: 4px;
}

.tablebody .forchics {
  background: #e3e9fd;
  color: rgb(255, 255, 255);
  text-align: center;
  padding: 5px 10px;
  font-size: 18px;
  line-height: 28px;
}

.table-container .tablebody .border-rightradius {
  border-top-right-radius: 10px;
}

.table-container .tablebody .border-leftradius {
  border-top-left-radius: 10px;
}

.table-container .tablebody .forchicsimage {
  margin-top: -25px;
}

.table-container .tablebody td.tabletile {
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  padding: 5px 10px;
  background: #7583b4;
  color: rgb(255, 255, 255);
  font-weight: 600;
}

.table-container .tablebody table td {
  width: 33%;
}

.table-container .tablebody table td:nth-child(1) {
  width: 39%;
}

.tablebody .forchics {
  background: #acbaeb;
  color: rgb(255, 255, 255);
  text-align: center;
  padding: 5px 10px;
  font-size: 18px;
  line-height: 28px;
}

.table-container .tablebody table {
  margin-top: 30px;
}

.table-container table {
  width: 100%;
}

.risk-container .row {
  display: flex;
  margin-top: 30px;
  flex-wrap: wrap;
}

.risk-container {
  max-width: 970px;
  margin: 0 auto;
  padding: 75px 0 0;
}

.risk-container .column {
  flex: 0 0 33%;
  text-align: center;
}

.risk-container .column img {
  width: 100px;
}

.risk-container h2 {
  text-align: center;
  font-size: 30px;
}

@media (max-width: 1199.98px) {
  .columnone {
    padding-left: 80px;
  }
}

@media (max-width: 991.98px) {
  .columnone {
    padding-left: 0;
  }
}
/* End Vs Section  */

/* Video Text Section */
#video-text-section{
  padding: 50px 0;
}
#video-text-section .icons-wrapper-2.mobile-row {
  flex-direction: row;
}

#video-text-section .theme-color-bg-4 {
  background-color: #1e5b45;
}

#video-text-section .icons-wrapper-2.mobile-column {
  flex-direction: column;
}

#video-text-section .icons-wrapper-2.mobile-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

#video-text-section .icons-wrapper-2[class*="mobile-"] .icon-wrapper[class*="mobile-"] {
  min-width: 70px;
  max-width: 250px;
}

#video-text-section .icons-wrapper-2[class*="mobile-"] .icon-wrapper.mobile-row,
#video-text-section .icons-wrapper-2[class*="mobile-"] .icon-wrapper.mobile-reverse-row {
  justify-content: flex-start;
  align-items: center;
}

#video-text-section .icons-wrapper-2[class*="mobile-"] .icon-wrapper.mobile-column,
#video-text-section .icons-wrapper-2[class*="mobile-"] .icon-wrapper.mobile-reverse-column,
#video-text-section .icons-wrapper-2[class*="mobile-"] .icon-wrapper.mobile-column,
#video-text-section .icons-wrapper-2[class*="mobile-"] .icon-wrapper.mobile-reverse-column {
  justify-content: center;
  align-items: flex-start;
}

#video-text-section .icons-wrapper-2 .icon-wrapper,
#video-text-section .icons-wrapper-2 * {
  text-align: left;
}

#video-text-section .icons-wrapper-2 .icon-wrapper .icon-svg-wrapper {
  max-width: 25%;
  min-height: 50px;
  max-height: 50px;
}

#video-text-section .icons-wrapper-2 .icon-wrapper .icon-text,
#video-text-section .icons-wrapper-2 .icon-wrapper .icon-text > * {
  width: 100%;
  font-size: 1.25rem;
  margin: 0;
}

#video-text-section .icons-wrapper-2 {
  gap: 1.5rem;

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

@media screen and (min-width: 750px) {
  #video-text-section .icons-wrapper-2,
  #video-text-section .icons-wrapper-2.mobile-row,
  #video-text-section .icons-wrapper-2.mobile-column,
  #video-text-section .icons-wrapper-2.mobile-grid {
    display: flex;
  }

  #video-text-section .icons-wrapper-2.desktop-row {
    flex-direction: row;
  }

  #video-text-section .icons-wrapper-2.desktop-column {
    flex-direction: column;
  }

  #video-text-section .icons-wrapper-2.desktop-column .icons-wrapper-2 .icon-wrapper {
    flex: unset;
  }

  #video-text-section .icons-wrapper-2.desktop-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  #video-text-section .icons-wrapper-2[class*="mobile-"] .icon-wrapper[class*="mobile-"] {
    justify-content: unset;
    align-items: unset;
  }

  #video-text-section .icons-wrapper-2[class*="desktop-"] .icon-wrapper[class*="desktop-"] {
    min-width: 80px;
    max-width: 300px;
    justify-content: flex-start;
    align-items: center;
  }

  #video-text-section .icons-wrapper-2[class*="desktop-"] .icon-wrapper.desktop-row,
  #video-text-section .icons-wrapper-2[class*="desktop-"] .icon-wrapper.desktop-reverse-row {
    justify-content: flex-start;
    align-items: center;
  }

  #video-text-section .icons-wrapper-2[class*="desktop-"] .icon-wrapper.desktop-column,
  #video-text-section .icons-wrapper-2[class*="desktop-"] .icon-wrapper.desktop-reverse-column,
  #video-text-section .icons-wrapper-2[class*="desktop-"] .icon-wrapper.desktop-column,
  #video-text-section .icons-wrapper-2[class*="desktop-"] .icon-wrapper.desktop-reverse-column {
    justify-content: center;
    align-items: flex-start;
  }

  #video-text-section .icons-wrapper-2 .icon-wrapper,
  #video-text-section .icons-wrapper-2 * {
    text-align: unset;
  }

  #video-text-section .icons-wrapper-2 .icon-wrapper,
  #video-text-section .icons-wrapper-2 * {
    text-align: left;
  }

  #video-text-section .icons-wrapper-2 .icon-wrapper .icon-svg-wrapper {
    max-width: 25%;
    min-height: 60px;
    max-height: 60px;
  }

  #video-text-section .icons-wrapper-2 .icon-wrapper .icon-text,
  #video-text-section .icons-wrapper-2 .icon-wrapper .icon-text > * {
    font-size: 1.25rem;
  }

  #video-text-section .icons-wrapper-2 {
    max-width: 700px;
    margin: 0 auto 3rem;
  }

  #video-text-section .icons-wrapper-2 {
    gap: 1.5rem;

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

  #video-text-section .icons-wrapper-2 .icon-wrapper {
    min-width: 80px;
    max-width: 300px;

    justify-content: flex-start;
    align-items: center;
  }
}
#video-text-section .section-inner {
  display: grid;
  position: relative;
  justify-content: center;
  align-items: center;
  text-align: center;
  grid-template:
    "grid-text-1"
    "grid-media"
    "grid-text-2";
  padding-top: 0px;
  padding-bottom: 0px;
}

#video-text-section .section-inner .inner-grid-wrapper .media-wrapper,
#video-text-section .section-inner .inner-grid-wrapper .text-wrapper {
  width: 100%;
}

#video-text-section .section-inner #video-text-section-text-1 {
  grid-area: grid-text-1;
}

#video-text-section .section-inner #video-text-section-media {
  grid-area: grid-media;
}

#video-text-section .section-inner #video-text-section-text-2 {
  grid-area: grid-text-2;
  padding-block: 16px;
}

#video-text-section .media-wrapper,
#video-text-section .media-wrapper img,
#video-text-section .media-wrapper video {
  display: block;
  width: 100%;
  height: auto;
}

#video-text-section .media-wrapper video {
  cursor: pointer;
}

#video-text-section .text-wrapper {
  width: 100%;
  text-align: center;
  /* padding: 4rem 2rem; */
}

#video-text-section .text-wrapper > * {
  margin-top: 0;
  margin-bottom: 3rem;
}

#video-text-section .text-wrapper .section-title,
#video-text-section .text-wrapper .section-content,
#video-text-section .text-wrapper .section-content > p {
  width: 100%;
}

#video-text-section .text-wrapper .section-title {
  font-size: 30px;
  font-weight: 600;
  line-height: 34px;
}

#video-text-section .text-wrapper .section-content {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

#video-text-section .text-wrapper .contact-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 4rem;
}

#video-text-section .text-wrapper .contact-wrapper .contact {
  flex-direction: column;
  font-size: 2rem;
  gap: 1rem;
}

#video-text-section .text-wrapper .contact-wrapper .contact,
#video-text-section .text-wrapper .contact-wrapper .contact .contact-image {
  display: flex;
  justify-content: center;
  align-items: center;
}

#video-text-section .text-wrapper .contact-wrapper .contact-content {
  font-size: clamp(1.75rem, 1.5vw, 2.25rem);
  line-height: 1.25;
  text-align: left;
  text-decoration: underline;
  text-underline-offset: 4px;
}

#video-text-section .text-wrapper .contact-wrapper .contact .contact-image svg {
  width: auto;
  max-width: 3rem;
  max-height: 3rem;
}

#video-text-section .icons-wrapper,
#video-text-section .icons-wrapper .icon-wrapper,
#video-text-section .icons-wrapper .icon-wrapper .icon-svg-wrapper {
  display: flex;
  width: 100%;
}
#video-text-section .icons-wrapper .icon-wrapper .icon-svg-wrapper img{
  width: 100%;
}

#video-text-section .icons-wrapper {
  flex-wrap: wrap;
  padding-left: 0;
}

#video-text-section .icons-wrapper .icon-wrapper {
  flex-direction: column;
  gap: 1rem;
  overflow: hidden;
}

#video-text-section .icons-wrapper .icon-wrapper.mobile-column {
  flex-direction: column;
}

#video-text-section .icons-wrapper .icon-wrapper.mobile-reverse-column {
  flex-direction: column-reverse;
}

#video-text-section .icons-wrapper .icon-wrapper.mobile-row {
  flex-direction: row;
}

#video-text-section .icons-wrapper .icon-wrapper.mobile-reverse-row {
  flex-direction: row-reverse;
}

#video-text-section .icons-wrapper .icon-wrapper .icon-svg-wrapper svg {
  width: 100%;
  height: auto;
}

#video-text-section .section-inner .text-wrapper .button-wrapper {
  display: block;
  width: 100%;
  text-align: center;
}

#video-text-section .section-inner .text-wrapper .button-group {
  display: flex;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
}

#video-text-section .section-inner .text-wrapper .button-wrapper {
  text-align: center;
}

#video-text-section .section-inner .text-wrapper > *:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 420px) {
  #video-text-section .text-wrapper .contact-wrapper .contact {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (min-width: 750px) {
  #video-text-section .text-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 4rem;
    text-align: center;
  }

  #video-text-section .section-inner #video-text-section-text-1,
  #video-text-section .section-inner #video-text-section-text-2 {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
  }

  #video-text-section .section-inner #video-text-section-text-1 {
    align-items: flex-end;
  }

  #video-text-section .section-inner #video-text-section-text-2 {
    align-items: center;
  }

  #video-text-section .section-inner #video-text-section-text-1 .text-wrapper {
    margin-bottom: 3rem;
    padding-bottom: 0;
  }

  #video-text-section .section-inner #video-text-section-text-2 .text-wrapper {
    padding-top: 0;
  }

  #video-text-section .text-wrapper .contact-wrapper {
    width: 100%;
    gap: 4rem;
  }

  #video-text-section .text-wrapper .contact-wrapper .contact .contact-image {
    height: auto;
  }

  #video-text-section .section-inner .text-wrapper .button-wrapper {
    text-align: center;
  }

  #video-text-section .section-inner .text-wrapper .button-group {
    flex-direction: row;
  }

  #video-text-section .section-inner .text-wrapper .button-group .button,
  #video-text-section .section-inner .text-wrapper .button-group .button.alt {
    width: auto;
  }

  #video-text-section .section-inner {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  #video-text-section .icons-wrapper .icon-wrapper.desktop-column {
    flex-direction: column;
  }

  #video-text-section .icons-wrapper .icon-wrapper.desktop-reverse-column {
    flex-direction: column-reverse;
  }

  #video-text-section .icons-wrapper .icon-wrapper.desktop-row {
    flex-direction: row;
  }

  #video-text-section .icons-wrapper .icon-wrapper.desktop-reverse-row {
    flex-direction: row-reverse;
  }

  #video-text-section .section-inner {
    grid-template:
      "grid-media grid-text-2";
    grid-template-columns: repeat(2, 50%);
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 750px){
  #video-text-section-text-2{
    padding-inline: 20px;
  }
}
/* End Text Section */

/* Before Now Section */
#ie-best-choice{
  padding-block: 50px;
}
.before-now-container {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  overflow: hidden;
  border-radius: 23px;
  max-width: 1320px;
  flex-direction: column;
}
.before-now-inner {
  margin-bottom: 38.5px;
  width: 50%;
  padding-top: 54px !important;
}
.bn-images-container {
  box-sizing: content-box;
  height: 100%;
  width: 50%;
  color: rgb(34 67 42);
}
.bn-images-inner {
  position: relative;
  display: flex;
}
.bn-image {
  position: relative;
  display: flex;
  width: 50%;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  font-size: 36px;
  color: rgb(255 255 255);
  flex-direction: column;
}
.bno-svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -60%);
}
.bn-desktop-svg {
  display: none;
}
.bn-item {
  list-style-type: none;
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 500;
  line-height: 1.2;
}
.bn-item-list {
  display: flex;
  flex-direction: column;
  gap: 13px;
  margin: 0;
  padding-inline: 0px;
}
.bn-sub-title {
  opacity: 0.5;
  font-size: 12px;
  text-transform: uppercase;
}
.bn-title{
  font-size: 32px;
  margin-top: 8px;
}
@media (min-width: 1024px) {
  .before-now-container {
    max-height: 480px;
    flex-direction: row-reverse;
    justify-content: flex-end;
    padding-left: 0;
  }
  .before-now-inner {
    padding-top: 0 !important;
    padding-left: 50px;
    padding-right: 50px;
    margin-top: 38.5px;
  }
  .bn-image {
    height: 480px;
  }
  .bn-mobile-svg {
    display: none;
  }
  .bn-desktop-svg {
    display: block;
  }
}
@media (max-width: 1023px) {
  .before-now-inner,
  .bn-images-container {
    width: 100%;
  }
  .before-now-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .bn-sub-title,
  .bn-title {
    text-align: center;
    display: block;
  }
  .bn-image {
    height: 240px;
    font-size: 22px;
  }
  .bn-title{
    font-size: 28px;
  }
}
/* End Before Now Section */

/* Layers section */
.adv-section {
  width: 100%;
  padding-block: 50px;
}
.adv-section .adv-inner-container {
  width: min(1365px, 90%);
  padding: 40px 18px;
  border: solid 1px rgb(230 230 230);
  border-radius: 10px;
  margin-inline: auto;
  padding-bottom: 20px;
}
.adv-section .adv-inner-container .sub-heading {
  color: rgb(34 67 42);
  text-align: center;
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  opacity: 0.5;
}
.adv-section .adv-inner-container .main-heading {
  text-align: center;
  font-size: 32px;
  margin-top: 8px;
  margin-bottom: 50px;
}
.adv-section .bottom-sub-heading {
  font-size: 12px;
  margin-top: 56px;
  display: block;
  text-align: center;
  color: rgb(34 67 42);
  opacity: 0.5;
}
.adv-section .adv-inner-container .adv-section-items {
  width: 100%;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
}
.adv-section .item-icons {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.adv-section .item-icons .item-icon {
  display: flex;
  gap: 20px;
  align-items: center;
}
.adv-section .item-icon .item-features .feature-heading {
  font-size: 28px;
  color: rgb(34 67 42);
  line-height: 1;
}
.adv-section .item-icon .item-features .feature-details {
  font-size: 18px;
  color: #1e5b45;
}
.adv-section .item-feature-layers {
  display: flex;
  flex-direction: column;
  gap: 23px;
}
.adv-section .item-feature-layer .item-layer-name {
  color: rgb(34 67 42);
  opacity: 0.5;
  font-size: 12px;
  text-transform: uppercase;
}
.adv-section .item-feature-layer .item-layer-details {
  color: #1e5b45;
  font-size: 28px;
  line-height: 1;
}
.adv-section-items .item-image{
  max-width: 300px;
}
@media (max-width: 1024px) {
  .adv-section .adv-inner-container .adv-section-items {
    flex-direction: column;
  }
  .adv-section .item-icon .item-features {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }
  .adv-section .item-icons .item-icon {
    gap: 14px;
  }
  .adv-section .item-arrow-lines {
    display: none;
  }
  .adv-section .item-feature-layer .item-layer-name, .adv-section .item-feature-layer .item-layer-details{
    text-align: center;
  }
  .adv-section .adv-inner-container .main-heading{
    font-size: 28px;
  }
  .adv-section .item-icon .item-features .feature-details{
    font-size: 16px;
    line-height: 1.1;
  }
}
/* End Layers section */

/* Question section */
.adv-faq-section {
  width: min(1365px, 90%);
  margin-inline: auto;
  display: flex;
  align-items: center;
  padding-block: 50px;
  gap: 100px;
}
.adv-faq {
  text-align: center;
  width: 100%;
}
.adv-faq-section .adv-faq-video {
  width: 100%;
  display: flex;
  align-items: center;
}
.adv-faq-section .adv-faq-video video {
  width: 100%;
  background-color: beige;
  border-radius: 24px;
}
.adv-faq h2 {
  margin-bottom: 2rem;
}
.adv-faq ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.adv-faq li {
  border-top: 1px solid #ddd;
  position: relative;
}
.adv-faq li:last-child {
  border-bottom: 1px solid #0003;
}
.adv-faq input[type="checkbox"] {
  display: none;
}
.adv-faq label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 20px;
}
.adv-faq .adv-question {
  color: #000;
  transition: color 0.3s ease;
  font-size: 18px;
}
.adv-faq .adv-icon {
  font-size: 21px;
  color: #000;
  transition: transform 0.3s ease;
}
.adv-faq input[type="checkbox"]:checked ~ label .adv-question {
  color: #1e5b45;
}
.adv-faq input[type="checkbox"]:checked ~ label .adv-icon {
  transform: rotate(45deg);
}
.adv-faq .adv-answer {
  display: none;
  transition: max-height 0.3s ease;
  text-align: left;
  color: #000;
  font-size: 16px;
  padding-left: 20px;
}
.adv-faq input[type="checkbox"]:checked ~ .adv-answer {
  display: block;
}
.adv-more-answers {
  display: flex;
  align-items: center;
  color: rgb(255, 91, 0);
  text-decoration: none;
  margin-top: 1rem;
}
.adv-more-answers .adv-arrow {
  margin-left: 5px;
  fill: rgb(255, 91, 0);
}
.adv-faq-find-more {
  margin-top: 24px;
  display: flex;
  gap: 12px;
  align-items: center;
  padding-left: 20px;
}
.adv-faq-find-more .find-more-link {
  color: #1e5b45;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
}
.adv-faq-find-more path{
  stroke: #1e5b45;
}
@media (max-width: 1024px) {
  .adv-faq-section {
    flex-direction: column;
    gap: 10px;
  }
}
/* End Question section */

.product__photo-grid-item.product__photo-grid-item-1.grid-template{
  width: 100%;
}
.footer-top .grid--layout {
    grid-template-columns: repeat(5, 1FR);
}
@media screen and (max-width: 1024px){
  .footer-top .grid--layout {
    grid-template-columns: repeat(3, 1FR);
  }
}
@media screen and (max-width: 768px){
  .footer-top .grid--layout {
    grid-template-columns: repeat(1, 1FR);
  }
}

.exp-recom-section{
  padding-block: 50px;
}
.exp-recom-section .item .main-heading {
  font-family: "Oswald", Sans-serif;
  margin: 0px;
  color: #91BD9C;
  font-size: 20px;
  font-weight: 400;
  text-decoration: underline;
}

.exp-recom-section .items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  row-gap: 20px;
}
.exp-recom-section .item{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-right: solid 1px black;
  padding: 10px;
}

.exp-recom-section .item-inner {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.exp-recom-section .item:last-child {
  border-right: none;
}

.exp-recom-section .item .flow-svg svg {
  height: 15px;
  width: 80px;
  fill: #91BD9C;
}

.exp-recom-section .item-child {
  margin-bottom: 20px;
}

.exp-recom-section .item-child .sub-heading {
  margin: 0px;
}

.exp-recom-section .item-child .description-heading {
  color: #212529;
  font-family: "Oswald", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0px;
  margin: 0px;
}
.exp-recom-section .item-child .description-heading.first-child{
  font-size: 14px;
  font-weight: 400;
}

.exp-recom-section .item-child .features {
  display: flex;
  gap: 15px;
  align-items: center;
}

.exp-recom-section .item-child .features svg {
  width: 15px;
}

.exp-recom-section .item-child .features p,
.exp-recom-section .item-child .child-items li,
.exp-recom-section .item-child .child-items p{
  font-family: "Quicksand", Sans-serif;
  font-size: 14px;
  font-weight: 400;
  margin: 0px;
}
.exp-recom-section .item-child .child-items ul{
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.exp-recom-section .item-child {
  display: flex;
  gap: 10px;
  flex-direction: column;
}

.exp-recom-section .item-child .sub-heading {
  color: #91BD9C;
  font-family: "Oswald", Sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.exp-recom-section .item-child .child-items svg {
  min-width: 16px;
  min-height: 16px;
  width: 16px;
  height: 16px;
}

.exp-recom-section .item-child .child-items {
  display: flex;
  gap: 10px;
  align-items: center;
}
.exp-recom-section .item-child .child-items ul li{
  background-image: url('//femiekostore.myshopify.com/cdn/shop/t/8/assets/point.svg');
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 12px;
  padding-left: 22px;
  margin-block: 5px;
}

.exp-recom-section .item .see-products {
  font-family: "Quicksand", Sans-serif;
  font-size: 14px;
  font-weight: bold;
  fill: #FFFFFF;
  color: #FFFFFF;
  background-color: #91BD9C;
  border-radius: 3px 10px 3px 10px;
  padding: 12px 10px 12px 10px;
  text-decoration: none;
  outline: none;
  text-align: center;
}
.exp-recom-section .item .see-products:hover{
  background-color: #1e5b45;
}

@media (max-width:1300px) {
  .exp-recom-section .items {
      grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width:768px) {
  .exp-recom-section .items {
      grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width:525px) {
  .exp-recom-section .items {
      grid-template-columns: repeat(1, 1fr);
  }
  .exp-recom-section .item{
    border-top: solid 1px black;
    padding-top: 20px;
    border-right: none;
  }
  .exp-recom-section .item:first-of-type{
    border-top: none;
  }
}
.section-template--19624440299657__before_now_NJacDQ img.only-image {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.product__photo-grid {
  display: grid;
  gap: 22px 24px;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
}
.product__photo-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product__photo-grid .product__photo-grid-item {
  background: #fff7d7;
  border-radius: 8px;
  height: auto;
  overflow: hidden;
  max-height: 400px;
}
.product__photo-grid-item.product__photo-grid-item-1.grid-template {
  align-content: stretch;
  background: none;
  display: grid;
  gap: 24px;
  grid-column: 1 / -1;
  grid-template-columns: 1fr 0.3fr;
  position: relative;
}

.product__photo-grid .product__photo-grid-item .featured-image {
    background: #fff7d7;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    max-height: 700px;
}
.product__photo-grid .product__photo-grid-item.product__photo-grid-item-1 .product__featured_tag {
  border-radius: 10px;
  font-size: 16px;
  font-weight: 500;
  left: 12px;
  letter-spacing: 1px;
  padding: 8px 16px;
  position: absolute;
  text-transform: uppercase;
  top: 12px;
  z-index: 1;
}
.product__photo-grid .product__photo-grid-item .featured-infos {
  display: grid;
  gap: 22px;
  /* min-width: 140px; */
}
.product__photo-grid .product__photo-grid-item .featured-infos .featured-info {
  background: #fff7d7;
  border-radius: 8px;
  color: var(--color-brand-green);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px 8px 26px;
  text-align: center;
}
.product__photo-grid .product__photo-grid-item .product__featured_tag{
  background: #fff7d7;
  color: var(--color-brand-green);
}
.product__photo-grid .product__photo-grid-item .featured-infos .featured-info img {
  display: inline-block;
  margin: 0 auto 7px;
  max-height: 41px;
  max-width: 41px;
}
.product__photo-grid .product__photo-grid-item .featured-infos .featured-info span {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.1;
}
.product-gallery-mobile {
  display: none;
}
.thumbs-swiper-wrapper .swiper-slide {
  margin-right: 12px;
  height: 100%;
  aspect-ratio: 1 / 1;
}
.product-card{
  height: 100%;
}
@media (max-width: 768px) {
  .product-gallery-desktop {
    display: none;
  }
  .product-gallery-mobile {
    display: block;
  }
   .product__photo-grid-item.product__photo-grid-item-1.grid-template {
    gap: 12px;
    grid-template-columns: 0.7fr 0.3fr;
    height: 100%;
  }
  .product__photo-grid .product__photo-grid-item .featured-infos {
    display: grid;
    gap: 8px;
    min-width: auto;
  }
  .product__photo-grid .product__photo-grid-item .featured-infos .featured-info {
    background: #fff7d7;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    padding: 10px 7px;
    text-align: center;
  }
  .product__photo-grid .product__photo-grid-item .featured-infos .featured-info img {
    max-height: 24px;
    max-width: 24px;
  }
  .product__photo-grid .product__photo-grid-item .featured-infos .featured-info p,
  .product__photo-grid .product__photo-grid-item .featured-infos .featured-info span {
    font-size: 10px;
    line-height: 1.5;
  }
  .gallery-carousel-container {
    width: 100%;
    overflow: hidden;
  }
}
/* End Main Product  */
.e-con-section .e-con-inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  width: 100%;
  margin: 0 auto;
  height: 100%;
  padding-block: 50px;
}
.e-con-section .icon-list-item:not(:first-child) {
  margin-top: calc(15px / 2);
}
.e-con-section .icon-list-item {
  display: flex;
  font-size: 14px;
  align-items: center;
  padding: 15px 0;
  padding-bottom: calc(15px / 2);
  justify-content: flex-start;
  text-align: left;
  gap: 10px;
  line-height: 20px;
}
.e-con-section svg {
  width: 50px;
  height: 50px;
}
.e-con-section ul {
  padding: 0px;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .e-con-section .e-con-inner {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .e-con-section .e-con-inner {
    grid-template-columns: repeat(1, 1fr);
  }
}

.section-icons-with-text {
  padding-block: 50px;
}
.section-icons-with-text .icons-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: flex-start;
  justify-content: center;
}
.section-icons-with-text .icon-wrapper,
.section-icons-with-text .icon-svg-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
.section-icons-with-text svg{
  width: 100PX;
  height: 100PX;
}
.section-icons-with-text p{
  text-align: center;
  font-size: 13px;
}
.section-icons-with-text .icon-wrapper{
  width: 200px;
}

.gallery-container{
  position: relative;
}
.gallery-sec{
  overflow: hidden;
}
.img-wrapper {
  width: -webkit-fill-available;
  /* margin: 5px; */
  border-radius: 30px;
  overflow: hidden;
}
#shopify-section-{{ section.id }}.secondary-waves:after{
  transform: rotate(180deg);
}
.gallery-inner {
  display: flex;
  align-items: stretch;
}
.gallery-inner img {
  object-fit: cover;
}
.gallery-container .swiper-button-next:after,
.gallery-container .swiper-button-prev:after{
  content: none;
}
.gallery-container .swiper-button-next{
  right: 6rem;
}
.gallery-container .swiper-button-prev{
  left: 6rem;
}
.gallery-sec .swiper-slide img{
  transform: scale(1.05);
  transition: transform 1500ms; 
}
.gallery-sec .swiper-slide:hover img{
  transform: scale(1.2);
  will-change: transform;
  transition: all 1500ms; 
}
@media (max-width: 767.98px) {
  .img-wrapper {
    border-radius: 15px;
  }
  .gallery-inner {
    padding: 30px 0;
  }
  .gallery-container .swiper-button-next{
    right: 2.5rem;
  }
  .gallery-container .swiper-button-prev{
    left: 2.5rem;
  }
}
.header .header__submenu{
  background-color: #91bd9c;
}
.header .header__submenu a{
  color: #fff;
  font-weight: 400;
}
.header__menu-item:hover,
.header__active-menu-item{
  color: #1e5b45;
}
.section-product-card .media>*:not(.zoom):not(.deferred-media__poster-button), .media model-viewer{
  aspect-ratio: 1/1;
  object-fit: cover;
}
.main-product .price--on-sale .price__sale {
    display: flex;
    align-items: center;
    font-size: 24px;
    gap: 5px;
    font-weight: 600;
}
.main-product .product-form__buttons .cp-price{
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 100%;
  top: 0;
}
.main-product .product-form__buttons .cp-price .price__badge-sale{
  padding: 1px 10px;
}
.main-product .price__save {
    border-radius: 50px;
    font-size: 15px;
    background: #304a4b;
    color: #fff;
    padding: 9px 10px;
    /* font-weight: 300; */
    letter-spacing: 0px;
    line-height: 100%;
}
.main-product .product-form__buttons .price__save {
  display: none;
}
.main-product .product-form__buttons .cp-price .price-item--regular{
  font-size: 14px !important;
  color: #fff;
  opacity: 0.8;
  margin: 0;
  font-weight: 500;
}
@media screen and (max-width: 1220px){
  .single-product-page .product-form__submit{
    font-size: 14px;
    height: 50px;
  }
  .single-product-page .product-form__submit .price-item{
    font-size: 14px;
  }
  .single-product-page .product-form__submit .price-item-sale span,
  .product .cp-price .price-item--regular{
    font-size: 24px !important;
  }
  .product .cp-price{
    /* display: none; */
    position: relative;
    left: 0;
    top: 0;
  }
  .product .cp-price span{
    font-size: 16px;
  }
  .product .cp-price .price__badge-sale{
    font-size: 14px;
  }
}

/* trustpilot */
.row-flex{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;

}
.row-flex .flex-2 {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  padding-right: 15px;
  padding-left: 15px;
}
.row-flex .flex-9 {
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
  max-width: 80%;
  padding-right: 15px;
  padding-left: 15px;
}
.row-flex .flex-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.trustpilots-widget {
  background: transparent;
  color: #333;
  overflow: hidden;
  {% if section.settings.top_p %}padding-top:0;{% endif %}
  {% if section.settings.bottom_p %}padding-bottom:0;{% endif %}
}
.trustpilots-widget .wrapper-left a {
  color: #333;
  font-weight: 600;
  text-decoration: underline;
}
.trustpilots-widget .wrapper-left {
  text-align: center;
}
.trustpilots-widget .wrapper-left .title {
  color: #333;
  font-size: 24px;
  padding: 0;
  margin: 0;
  margin: 15px 0 10px 0;
}
.trustpilots-widget .wrapper-left .rating img {
  max-width: 160px;
  margin: auto;
}
.pull-right {
  float: right;
}
.trustpilots-widget .wrapper-left .info {
  color: #333;
  font-size: 13px;
  line-height: 45px;
}
.trustpilots-widget .wrapper-left .brand-logo img {
  max-width: 25px;
  margin: auto;
  margin-top: -10px;
  display: inline-block;
}
.trustpilots-widget .wrapper-left .brand-logo p {
  font-size: 18px;
  line-height: 35px;
  color: #333;
  text-align: center;
  display: inline-block;
}
.trustpilots-widget .carousel-control {
  height: 25px;
  width: 25px;
  border: 1px solid #9E9E9E;
  border-radius: 50%;
  margin-top: 60px;
  font-size: 25px;
  background: transparent;
  line-height: 18px;
}
.trustpilots-widget .carousel-control.right {
  margin-right: -50px;
  color: #333;
  text-shadow: none;
}
.trustpilots-widget .carousel-control.left {
  left: -70px;
  color: #333;
  text-shadow: none;
}
.trustpilots-widget .carousel-control.right:hover, .trustpilots-widget .carousel-control.left:hover {
  color: #333;
}
.trustpilots-widget .rating img {
  max-width: 80px
}
.trustpilots-widget {
  overflow: hidden
}
.trustpilots-widget .date {
  color: rgba(0,0,0,0.6);
  font-size: 13px;
  line-height: 20px;
}
.trustpilots-widget .name {
  color: rgba(0,0,0,0.6);
  font-size: 13px;
}
.trustpilots-widget .title {
  margin: 10px 0 6px 0;
  font-weight: 700;
  font-size:13px;
  text-overflow: ellipsis;
  overflow: hidden; 
  width: 100%; 
  white-space: nowrap; 
}
.trustpilots-widget .descriptions {
  min-height: 42px;
  color: #333;
  font-size: 13px;
  line-height: 1.42857143;
}
.trustpilots-widget .name {
/*     margin-top: 25px */
}
.trustpilots-widget .brand-logo {
  display: inline-block;
  width: 100%;
}
.trustpilots-widget .brand-logo svg {
  height: 30px;
}
div.slider-arrow {
  position: absolute;
  top: 50%;
  background: transparent;
  margin-top: -18px;
  color: #333;
  line-height: 21px;
  font-size: 17px;
  cursor: pointer;
  z-index: 10;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  text-align: center;
}
.trustpilots-widget .slider-prev {
  left: -20px;
  color: #333;
   z-index:1;
}
.trustpilots-widget .slider-next {
  right: 0;
  margin-right: -20px;
  color: #333;
  text-shadow: none;
  z-index:1;
}
.slick-wrap13 .row {
  padding: 15px 10px;
}
.clearfix{
  clear: both;
}
@media screen and (max-width: 768px) {
  .trustpilots-widget .wrapper-left .info {
    color: #333;
    font-size: 13px;
    line-height: 22px;
  }
  .slick-wrap13 .row {
    padding: 15px 25px 15px 25px;
  }
  .trustpilots-widget .slider-prev {
    left: -8px;
    color: #333;
  }
  .trustpilots-widget .slider-next {
    right: 0;
    margin-right: 0px;
    color: #333;
    text-shadow: none;
  }
  .row-flex .flex-9 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 30px;
  }
  .row-flex {
    margin-right: 0px;
    gap: 20px;
  }
  .row-flex .flex-2 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 30px;
  }
}

  .two-column-section {
    padding-block: 50px;
  }
  .two-column-section svg {
    fill: #fff;
  }
  .two-column-inner {
    display: flex;
    align-items: stretch;
    flex-basis: auto;
    flex-grow: 1;
    flex-shrink: 1;
    align-self: auto;
    gap: 10px;
  }
  .two-column-left-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .two-column-left-content,
  .two-column-right-content {
    position: relative;
    background-color: #1e5b45;
    padding: 50px 25px;
    border-radius: 10px;
  }
  .two-column-right-content {
    background-color: #91bd9c;
  }
  .two-column-icon-container {
    position: absolute;
    right: -50px;
    top: -35px;
    padding: 5px 5px 0px 5px;
    background-color: #ffffff;
    border-radius: 50px 50px 50px 50px;
    z-index: 9;
  }
  .two-column-icon-wrapper svg {
    width: 75px;
    height: 75px;
  }
  .two-column-icon-list-items svg {
    width: 14px;
    height: 14px;
  }
  .two-column-button-link svg {
    width: 16px;
    height: 16px;
  }
  .two-column-heading-title {
    color: #ffffff;
    font-family: "Oswald", Sans-serif;
    font-size: 30px;
    font-weight: 400;
  }
  .two-column-icon-list-items {
    margin: 0px;
    padding: 0;
    list-style-type: none;
  }
  .two-column-icon-list-item {
    display: flex;
    flex-direction: row;
    gap: 10px;
    font-family: "Quicksand", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    color: #fff;
  }
  .two-column-icon-list-item:not(:last-child) {
    padding-bottom: 10px;
  }
  .two-column-icon-list-item:not(:first-child) {
    margin-top: 10px;
  }
  .two-column-icon-list-item:not(:last-child):after {
    border-top-style: solid;
    border-top-width: 1px;
    content: "";
    border-color: #ddd;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0px;
    right: 0px;
  }
  .two-column-text p {
    text-align: center;
    color: #ffffff;
    font-family: "Quicksand", Sans-serif;
    font-size: 18px;
    font-weight: 800;
    line-height: 22px;
  }
  .two-column-button-link {
    font-family: "Quicksand", Sans-serif;
    display: block;
    font-weight: 800;
    fill: #ffffff;
    color: #ffffff;
    background-color: #91bd9c;
    border-radius: 3px 10px 3px 10px;
    font-size: 16px;
    padding: 15px 30px;
    text-decoration: none;
  }
  .two-column-button-wrapper {
    display: flex;
    justify-content: center;
  }
  .two-column-widget-text-editor p {
    color: #ffffff;
    font-family: "Quicksand", Sans-serif;
    font-size: 17px;
    font-weight: 500;
  }
  @media (min-width: 768px) {
    .two-column-left-content,
    .two-column-right-content {
      width: 50%;
    }
  }
  @media (min-width: 767px) {
    .mobile{
      display: none;
    }
  }
  @media (max-width: 768px) {
    .two-column-inner {
      flex-direction: column;
    }
    .two-column-icon-container {
      right: 40%;
      top: 95%;
    }
  }

@media screen and (max-width: 380px){
    .single-product-page .product-form__submit {
        font-size: 11px;
        height: 40px;
        padding: 0px;
    }
  .single-product-page .product-form__submit span, .single-product-page .product-form__submit .price--large{
    padding-left: 4px;
  }
      .single-product-page .product-form__submit .price-item {
        font-size: 11px;
    }
  .single-product-page .product-form__submit .price-item-sale span, .product .cp-price .price-item--regular {
        font-size: 9px !important;
    }
}


.MA-in-stock.mobile{
  display: none;
}
@media screen and (max-width: 768px){
  .MA-in-stock.desktop{
    display: block;
  }
  .desktop{
    display: none;
  }
  .MA-in-stock.mobile{
    display: none;
  }
  .MA-rich-box-review{
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .MA-rich-box-review .payments--footer{
    margin-inline: auto;
  }
}
.MA-in-stock .green-stock strong {
    color: #11a734;
}
.MA-in-stock .InStockDot {
    height: 10px;
    width: 10px;
    background-color: #11a734;
    border-radius: 100%;
    display: inline-block;
    margin-right: 10px;
    animation: InStock 2s ease-out infinite;
}
@keyframes InStock {
  0% { transform: scale(1, 1); }
  50% { transform: scale(1.3, 1.3); }
  100% { transform: scale(1, 1); }
}
@media screen and (max-width: 768px){
  .main-product .price--on-sale .price__sale {
    gap: 0px;
  }
  .main-product .price-item-sale{
    padding: 0px !important;
  }
}

.contact__button  button {
    color: white;
}
.product-reviews svg {
    margin-right: 4px;
}
.product-reviews p {
    margin: 0;
    font-family: Jost, sans-serif;
    font-size: 14px;
    color: #93a9bd;
    padding-left: 6px;
}
s.price-item.price-item--regular {
    color: #808080;
    font-weight: 400;
}
span.price-item.price-item--sale.price-item--last {
    color: #304a4b;
}
kaching-bundle * {
    font-family: 'Montserrat' !important;
}

.kaching-bundles .kaching-bundles__bars {
    display: flex;
    gap: 10px;
    flex-direction: column;
}

template {
    display: none !important;
}