:root {
  --c-white: #fff;
  --c-light: #eeeeee;
  --c-black: #000;
  --c-dark: #010101;
  --c-red: #ed3434;
  --c-1: #f4f9e9;
  --c-2: #c1beb3;
  --c-3: #dad2bc;
  --c-4: #3c493f;
  --c-5: #28302a;
  --c-6: #252941;
  --c-7: #3b4054;
  --c-8: #8289a0;
  --c-9: #666;
  --font-sans-serif: "SF Pro Display", sans-serif;
  --font-sans-serif-header: "MasqualeroW04-Black", sans-serif;
  --font-serif: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --base-bg: var(--c-white);
  --base-ff: var(--font-sans-serif);
  --base-fz: 1.8rem;
  --base-lh: 1.777777778;
  --base-tc: var(--c-black);
  --base-lc: inherit;
  --base-mw: 320px;
  --base-ts: 0.2s;
  --base-rd: 1rem;
  --gap: 2.5rem;
  --btn-fz: 1.6rem;
  --btn-ff: var(--font-sans-serif);
  --btn-pd: 1em 1.75em;
  --btn-height: 3.5em;
  --btn-rd: 0;
  --btn-bg: var(--c-blue);
  --btn-color: var(--c-white);
  --h-s-h1: 5.2rem;
  --h-s-h2: 4.4rem;
  --h-s-h3: 2.8rem;
  --h-s-h4: 2rem;
  --h-s-h5: 1.8rem;
  --h-s-h6: 1.6rem;
  --container: 1140px;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  position: relative;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: var(--c-9);
  background: var(--base-bg);
  font: var(--base-fz)/var(--base-lh) var(--base-ff);
  min-width: var(--base-mw);
  font-weight: 400;
  overflow-anchor: none;
  letter-spacing: 0.02em;
}

.lity-active {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

.gm-style img {
  max-width: none;
}

@font-face {
  font-family: "SF Pro Display";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/SF-Pro-Display-Regular.otf") format("opentype");
}
@font-face {
  font-family: "SF Pro Display";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/SF-Pro-Display-Medium.otf") format("opentype");
}
@font-face {
  font-family: "SF Pro Display";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/SF-Pro-Display-Semibold.otf") format("opentype");
}
@font-face {
  font-family: "SF Pro Display";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/SF-Pro-Display-Bold.otf") format("opentype");
}
@font-face {
  font-family: "MasqualeroW04-Black";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/MasqualeroW04-Black.otf") format("opentype"), url("../fonts/MasqualeroW04-Black.ttf") format("truetype"), url("../fonts/MasqualeroW04-Black.woff") format("woff");
}
.shop-cart_block-body .item-title {
  font-family: "MasqualeroW04-Black", sans-serif;
  font-weight: 800;
}

 h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
  margin: 0;
  line-height: 1.2;
  font-family: var(--font-sans-serif-header);
}
h1:not(:last-child),
.h1:not(:last-child),
h2:not(:last-child),
.h2:not(:last-child),
h3:not(:last-child),
.h3:not(:last-child),
h4:not(:last-child),
.h4:not(:last-child),
h5:not(:last-child),
.h5:not(:last-child),
h6:not(:last-child),
.h6:not(:last-child),
.h:not(:last-child) {
  margin-bottom: 2.5rem;
}

h1,
.h1 {
  font-size: var(--h-s-h1);
  font-weight: 800;
}

h2, h3, h4, .h2 {
  font-size: var(--h-s-h2);
  font-weight: 800;
  color: #252941;
}

h3,
.h3 {
  font-size: var(--h-s-h3);
}

h4,
.h4 {
  font-size: var(--h-s-h4);
}

h5,
.h5 {
  font-size: var(--h-s-h5);
}

h6,
.h6 {
  font-size: var(--h-s-h6);
}

p {
  margin: 0;
}
p:not(:last-child) {
  margin-bottom: 1.25em;
}

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

ul {
  padding-left: 1.25em;
}

strong {
  font-weight: 700 !important;
}

.lt {
  font-weight: 300 !important;
}

.rg {
  font-weight: 400 !important;
}

.md {
  font-weight: 500 !important;
}

.sbd {
  font-weight: 600 !important;
}

.bd {
  font-weight: 700 !important;
}

.under {
  text-decoration: underline;
}

.ttu {
  text-transform: uppercase;
}

.tar {
  text-align: right;
}

.tal {
  text-align: left;
}

.tac {
  text-align: center;
}

.c-green {
  color: var(--c-green) !important;
}

.c-blue {
  color: var(--c-blue) !important;
}

.g-txt {
  background: linear-gradient(268.37deg, #b4a178 -16.76%, #f4f9e9 41.12%, #beac84 99%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.icon {
  --i-size: 2rem;
  fill: currentColor;
  stroke: currentColor;
  color: inherit;
  min-width: var(--i-size);
  width: var(--i-size);
  height: var(--i-size);
  display: inline-block;
  -webkit-mask-size: contain;
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  background-color: #fff;
  -webkit-mask-image: none;
  mask-image: none;
}




.logo {
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: inherit;
  flex-wrap: nowrap;
  flex-direction: row;
  width: 100%;
  transition: all var(--base-ts) ease-in-out;
  color: inherit;
  max-width: 16.4rem;
}
.logo picture {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: inherit;
  flex-wrap: nowrap;
  flex-direction: row;
}
.logo img {
  width: 100%;
  height: auto;
  pointer-events: none;
}

.brand {
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: inherit;
  flex-wrap: nowrap;
  flex-direction: row;
  width: 100%;
  transition: all var(--base-ts) ease-in-out;
  color: inherit;
  max-width: 9rem;
}
.brand picture {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: inherit;
  flex-wrap: nowrap;
  flex-direction: row;
}
.brand img {
  width: 100%;
  height: auto;
  pointer-events: none;
}

.image {
  position: relative;
  display: flex;
  width: 100%;
  height: auto;
}
.image picture {
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: inherit;
  flex-wrap: nowrap;
  flex-direction: row;
  width: 100%;
  min-height: 100%;
  height: auto;
  z-index: 1;
}
.image img {
  width: 100%;
}
.image--block-title picture {
  justify-content: flex-start;
}
.image--block-title img {
  object-fit: contain;
  width: auto;
  max-height: 11.5rem;
}

.image--cover {
  min-height: 100%;
  height: auto;
}
.image--cover img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image--1-1 picture {
  padding-top: 100%;
}
.image--3-2 picture {
  padding-top: 66.66%;
}
.image--3-4 picture {
  padding-top: 75%;
}
.image--4-5 picture {
  padding-top: 120%;
}
.image--16-9 picture {
  padding-top: 56.25%;
}

.action {
  position: relative;
  border: none;
  padding: 0;
  margin: 0;
  background: none;
  color: inherit;
  display: inline-flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.action .icon {
  --i-size: 2rem;
}
.action-shop-count {
  position: relative;
  padding: 0.1rem;
  border-radius: 100%;
  overflow: hidden;
  width: 2.4rem;
  height: 2.4rem;
  margin-left: 1.5rem;
  background: #252d43t;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  text-align: center;
}

.scrolled .header .action-shop-count {
  background: #252d43 !important;
  color:#fff !important;
}

/* .header_actions a.action.action-user svg path{
  stroke:none !important;
} */

.action-shop-count span {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.wrapper {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  min-height: calc(var(--vh, 1vh) * 100);
}

.content {
  display: flex;
  flex-direction: column;
  flex: 1;
  z-index: 0;
  padding-top: 8rem;
}

.container {
  position: relative;
  margin: 0 auto;
  padding: 0 var(--gap);
}

.row {
  margin: 0 calc(-1 * var(--gap));
}
.row > div {
  padding: 0 var(--gap);
}

.sc {
  --sc-pd: 10rem 0;
  --sc-bg: transparent;
  position: relative;
  width: 100%;
  padding: var(--sc-pd);
  background: var(--sc-bg);
  z-index: 1;
}
.sc img {
  pointer-events: none;
}
.sc_text {
  position: relative;
}
.sc_text:not(:last-child) {
  margin-bottom: 5rem;
}

.sc_buttons {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: -1.25rem;
}
.sc_buttons .button {
  margin: 1.25rem;
}

.sc_bg {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

.hero {
  --sc-pd: 0;
  --sc-bg: rgba(130, 137, 160, 0.2);
  color: var(--c-6);
  overflow: hidden;
  font-size: 2rem;
  line-height: 1.5;
}
.hero ul {
  font-size: var(--base-fz);
}
.hero-decor {
  --w: 100rem;
  --h: calc(var(--w) * 0.637);
  position: absolute;
  width: var(--w);
  height: var(--h);
  -webkit-mask-size: contain;
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  background-color: var(--c-white);
  opacity: 0.16;
  top: 50%;
  transform: translateY(-50%);
  left: calc(-0.085 * var(--w));
}
.hero .sc_bg .container {
  height: 100%;
}
.hero--simple {
  --sc-pd: 5.5rem 0;
}

.hero--default h1 {
  text-transform: capitalize;
}
.hero--default .side-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 var(--gap);
}
.hero--default .side-image {
  padding: 0;
  position: relative;
}
.hero--default .side-image:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: calc(100% + (var(--vw, 1vw) * 100 - var(--container)) / 2);
  background: #f9f9f9;
}
.hero--default .side-image .image {
  display: flex;
  justify-content: flex-end;
}
/* .hero--default .side-image .image picture {
  min-width: calc( 100% + (var(--vw, 1vw) * 100 - var(--container)) / 2 );
  background: #f9f9f9;
  aspect-ratio: 1/1;
} */
.hero--default .side-image .image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
  border-radius:16px;
  max-width:520px;
}

.hero--home .side-image .image picture {
    justify-content: end;
}

.about-boxes {
    justify-content: space-between;
}

.hero--science {
  height: calc(var(--vh, 1vh) * 100 - 11rem);
}
.hero--science .container,
.hero--science .row {
  height: 100%;
}
.hero--science .image {
  height: 100%;
}

.hero--home {
  --sc-bg: rgba(59, 64, 84, 1);
  height: 100vh;
  color: var(--c-white);
}

@media (min-width: 1200px) and (max-height: 750px) {
.hero {
height: auto !important;
}
}

.hero--home .container,
.hero--home .row {
  height: 100%;
}
.hero--home .image {
  height: 100%;
}
.hero--home .side-image:before {
  display: none;
}
.hero--home .side-image .image {
  justify-content: flex-start;
}
.hero--home .button {
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: 600;
}

.hero--product {
  --sc-pd: 11.5rem 0;
  height: calc(var(--vh, 1vh) * 100 - 11rem);
}
.hero--product .container,
.hero--product .row {
  height: 100%;
}
.hero--product .row {
  align-items: center;
  align-content: center;
}
.hero--product .image {
  height: 100%;
}
.hero--product .prc {
  margin-bottom: 2.5rem;
}
.appstle_widget_title,
.hero--product .prc-title {
  position: relative;
  text-transform: uppercase;
  color: #676d7e;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.428571429;
  margin-bottom: 0.8rem;
}
.hero--product .prc_items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.8rem;
}
.hero--product .prc .radio {
  min-height: 100%;
}
.hero--product .prc .radio input {
  position: absolute;
}
.hero--product .prc .radio input:checked ~ .text {
  background: #F4F9E9;
  border-color: #DAD2BC;
}
.hero--product .prc .radio input:checked ~ .text:before {
  background: #3C493F;
}
.hero--product .prc .radio .text {
  position: relative;
  background: #ffffff;
  border: 1px solid #d9d9d9;
  padding: 1.3rem 3rem 1.3rem 3.8rem;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.2rem;
  line-height: 1.2;
  min-height: 100%;
  cursor: pointer;
  transition: all var(--base-ts) ease-in-out;
}
.hero--product .prc .radio .text:before {
  content: "";
  position: absolute;
  left: 1.1rem;
  top: 1.45rem;
  border-radius: 100%;
  width: 1.4rem;
  height: 1.4rem;
  border: 4px solid #DAD2BC;
  background: var(--c-white);
  transition: all var(--base-ts) ease-in-out;
}


.hero--product .prc_items--save {
  grid-template-columns: repeat(1, 1fr);
}
.hero--product .prc_items--save .radio .text {
  align-items: center;
  align-content: center;
}
.hero--product .prc_items--save .radio .c strong {
  margin-left: 0 !important;
}
.hero--product .prc_items--save .radio .save {
  width: auto !important;
  background: #FAE066;
  color: #8289A0 !important;
  font-size: 1rem;
  height: 1.6rem;
  padding: 0.2rem 1.4rem;
  margin-top: 0 !important;
  margin-bottom: 0.2rem;
  margin-left: 1rem;
}
.hero--product .prc_items--save .radio .p {
  display: inline-flex;
  align-items: center;
  align-content: center;
  margin-left: auto;
  font-size: 1.2rem;
  color: var(--c-black);
}
.hero--product .prc_items--save .radio .p .old {
  text-decoration: line-through;
  margin-left: 1rem;
  color: #8289A0;
}
.hero--product .prc_items--save .radio .canc {
  width: 100%;
  font-size: 1.2rem;
  margin-top: 0.4rem;
  color: #8289A0;
}


.hero--product .prc .radio .c {
  display: flex;
  align-items: center;
  align-content: center;
  font-size: 1.3rem;
}
.hero--product .prc .radio .c .txt {
  margin-right: 0.4rem;
}
.hero--product .prc .radio .c strong {
  margin-left: 0.4rem;
}
.hero--product .prc .radio .save {
  margin-top: 0.4rem;
  width: 100%;
  color: #3b4054;
  font-weight: bold;
  font-size: 1.5rem;
}
.hero--product .sc_text:not(:last-child) {
  margin-bottom: 2.5rem;
}
.hero--product h1 {
  text-transform: uppercase;
}
.hero--product h2 {
  color: #3b4054;
}
.hero--product .side-image {
  display: flex;
  justify-content: flex-end;
}
.hero--product .slider {
  position: relative;
  width: 100%;
}
.hero--product .slider_wrap {
  display: flex;
  justify-content: flex-end;
  min-width: 100%;
  overflow: hidden;
}
.hero--product .slider .image {
  aspect-ratio: 1/1;
}
.hero--product .slider .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero .brand {
  width: 100%;
  max-width: 100%;
  height: 100%;
  border-radius: 100%;
  padding: 2rem;
  background: var(--c-3);
  color: var(--c-7);
  z-index: 2;
  transition: all 0.4s ease-in-out;
}
.hero .brand_wrap {
  position: absolute;
  left: -11.5rem;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 16rem;
  max-width: 16rem;
  height: 16rem;
}
.hero .brand picture {
  
  
}


.science {
  --sc-pd: 11.5rem 0 12.5rem 0;
}
.science .row {
  --gap: 2.5rem;
  margin-bottom: -4rem;
}
.science .row > div {
  margin-bottom: 4rem;
}
.science .item {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 7rem 4.5rem 4rem 4.5rem;
  min-height: 100%;
  color: var(--c-6);
  background: #f8f6f2;
  line-height: 1.5;
}
.science .item h3 {
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  color: #424977;
}
.science .item .button {
  width: 100%;
  max-width: 23.4rem;
}
.science .item_text {
  margin-bottom: 2.5rem;
  flex: 1;
}
.science .item_buttons {
  width: 100%;
}

/*Text&Image block*/
.tib {
  --sc-pd: 0;
  overflow: hidden;
}
.tib .sc_text h2 {
  text-transform: uppercase;
  color: #424977;
}
.tib .sc_buttons .button {
  font-size: 1.6rem;
}
.tib .slider {
  position: relative;
  overflow: hidden;
  min-width: calc(100% + (var(--vw, 1vw) * 100 - var(--container)) / 2);
}
.tib .slider .image {
  min-width: 100%;
}
.tib .slider_wrapper {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: flex-start;
}
.tib .slider .swiper-container {
  width: 100%;
  aspect-ratio: 1/1;
}
.tib .slider .swiper-button {
  width: 6rem;
  height: 8rem;
  background: rgba(255, 255, 255, 0.6);
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  color: #424977;
  transition: all var(--base-ts) ease-in-out;
  opacity: 1;
}
.tib .slider .swiper-button:hover {
  background: white;
}
.tib .slider .swiper-button .icon {
  --i-size: 2.5rem;
}
.tib .slider .swiper-button:before, .tib .slider .swiper-button:after {
  display: none;
}
.tib .slider .swiper-button-prev {
  left: 0;
}
.tib .slider .swiper-button-next {
  right: 0;
}
.tib .image {
  display: flex;
  justify-content: flex-end;
  min-width: calc(100% + (var(--vw, 1vw) * 100 - var(--container)) / 2);
}
.tib .image picture {
  background: #f9f9f9;
  aspect-ratio: 1/1;
}

.tib .about-boxes .image picture {
  aspect-ratio: unset;
}

.tib .about-boxes .image picture img {
  height:600px;
}

.about-boxes .side-text {
    padding-left: 0;
    padding-right: 0;
}

.tib .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.tib .image_wrap {
  display: flex;
  justify-content: flex-start;
}
.tib .image_wrap--left {
  justify-content: flex-end;
}
.tib .side-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: center;
  padding: 5.5rem var(--gap);
}
.tib .side-image {
  padding: 0;
  position: relative;
}
.tib--home {
  --sc-bg: rgba(218, 210, 188, 0.2);
}

.team {
  --sc-pd: 13rem 0 15rem 0;
  --sc-bg: #f8f6f2;
}
.team .sc_text h2 {
  text-transform: uppercase;
  color: #424977;
}
.team_members {
  position: relative;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 6.4rem;
}

.team .member {
  position: relative;
  display: flex;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: normal;
}
.team .member_photo {
  --size: 12rem;
  margin-right: 7.5rem;
  width: var(--size);
  min-width: var(--size);
  height: var(--size);
  border-radius: 100%;
  overflow: hidden;
  position: relative;
  background: var(--c-white);
}
.team .member_photo picture {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.team .member_photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}
.team .member_info {
  flex: 1;
}
.team .member .name {
  position: relative;
  font-weight: 700;
  margin-bottom: 3rem;
}

.quote-block {
  --sc-pd: 17.5rem 0 13rem 0;
}
.quote-block .brand {
  width: 100%;
  height: 100%;
  max-width: 100%;
  border-radius: 100%;
  padding: 2rem;
  background: var(--c-3);
  color: var(--c-7);
  transition: all 0.4s linear;
}
.quote-block .brand_wrap {
  position: absolute;
  top: -8rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 16rem;
  max-width: 16rem;
  height: 16rem;
}
.quote-block .brand picture {
 
}
.quote-block .brand svg {
      display: block;
    width: 100%;
    height: auto;
}

.quote-block .quote {
  max-width: 72rem;
  margin: 0 auto;
}
.quote-block .quote blockquote:not(:last-child) {
  margin-bottom: 7rem;
}
.quote-block .user {
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
}
.quote-block .user_photo {
  --size: 8rem;
  margin-right: 4rem;
  width: var(--size);
  min-width: var(--size);
  height: var(--size);
  border-radius: 100%;
  overflow: hidden;
  position: relative;
  background: var(--c-white);
}
.quote-block .user_photo picture {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.quote-block .user_photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}
.quote-block .user_info {
  font-weight: 400;
  line-height: 1.5;
  font-size: 2.8rem;
}
.quote-block .user_info strong {
  font-weight: 600;
}

.advs {
  --sc-pd: 12.5rem 0 12.5rem 0;
}
.advs h2 {
  text-transform: uppercase;
}
.advs .row {
  margin-bottom: -10rem;
}
.advs .row > div {
  margin-bottom: 10rem;
}
.advs .sc_buttons {
  justify-content: center;
}
.advs .items {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: calc(var(--gap) * 2);
}
.advs .item {
  position: relative;
  line-height: 1.2;
}
.advs .item .image {
  width: 11rem;
  height: 11rem;
  padding: 1.4rem;
  background: var(--c-7);
  margin-bottom: 4rem;
}
.advs .item .image picture {
  justify-content: center;
}
.advs .item .image picture:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0px 0px 0px 1px #8289a0 inset;
  transition: all var(--base-ts) ease-in-out;
}
.advs .item .image img {
  max-width: 4.5rem;
  transition: all var(--base-ts) ease-in-out;
}
.advs .item .image:hover picture:before {
  box-shadow: 0px 0px 0px 4px #8289a0 inset;
}
.advs .item .image:hover picture img {
  max-width: 5rem;
}

.product {
  --sc-pd: 12.5rem 0;
}
.product .row {
  margin-bottom: -6.8rem;
}
.product .row > div {
  margin-bottom: 6.8rem;
}
.product_info {
  line-height: 1.5;
  letter-spacing: normal;
}
.product_info:not(:last-child) {
  margin-bottom: 4.4rem;
}
.product_badges {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 2.8rem;
}

.faq {
  padding-top: 0;
}
.faq .row {
  margin-bottom: -10rem;
}
.faq .row > div {
  margin-bottom: 10rem;
}

.hear {
  --sc-pd: 13rem 0;
  --sc-bg: rgba(218, 210, 188, 0.2);
}
.hear .sc_text:not(:last-child) {
  margin-bottom: 8.6rem;
}

.blog {
  --sc-pd: 9.6rem 0;
}
.blog .row {
  --gap: 1.15rem;
  margin-bottom: -4rem;
}
.blog .row > div {
  margin-bottom: 4rem;
}
.blog .date {
  font-size: 1.4rem;
  font-weight: 400;
  margin-bottom: 1.4rem;
  color: #8289a0;
  line-height: 1;
}
.blog .item {
  position: relative;
  display: flex;
  flex-direction: column;
  text-decoration: none !important;
}
.blog .item .image {
  height: 100%;
  margin-bottom: 2.4rem;
  overflow: hidden;
}
.blog .item .image picture {
  padding-top: 67.64705882%;
}
.blog .item .image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.blog .item .text {
  text-align: center;
  position: relative;
}
.blog .item .text .title {
  color: #424977;
}
.blog .item:hover .image img {
  transform: scale(1.1);
}
.blog-pagination {
  position: relative;
  margin-top: 9rem;
}
.blog-pagination ul {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.blog-pagination ul li {
  position: relative;
  display: inline-flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  margin: 0 0.4rem;
}
.blog-pagination ul a {
  position: relative;
  display: inline-flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  width: 3.2rem;
  height: 3.2rem;
  transition: all var(--base-ts) ease-in-out;
  color: #c1beb3;
  font-size: 1.4rem;
  font-weight: 500;
  border: 1px solid #c1beb3;
  text-decoration: none;
}
.blog-pagination ul a:hover {
  background: #c1beb3;
  border-color: #c1beb3;
  color: #fff;
}
.blog-pagination ul a .icon {
  --i-size: 1.4rem;
}
.blog-single .date {
  font-size: 1.8rem;
}
.blog-single_head .image {
  height: 42rem;
}
.blog-single_head .image img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}
.blog-single_head:not(:last-child) {
  margin-bottom: 7.5rem;
}

.button {
  position: relative;
  display: inline-flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  padding: var(--btn-pd);
  height: var(--btn-height);
  font-family: var(--btn-ff);
  font-size: var(--btn-fz);
  background: var(--btn-bg);
  color: var(--btn-color);
  border: none;
  text-transform: none;
  text-decoration: none !important;
  border-radius: var(--btn-rd);
  border: 0.0625em solid var(--btn-bg);
  transition: all var(--base-ts) ease-in-out;
  line-height: 1.2;
  font-weight: 600;
  cursor: pointer;
  overflow: hidden;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.button:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  opacity: 0;
  transition: opacity var(--base-ts) ease-in-out;
}
.button > * {
  position: relative;
  display: inline-flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  line-height: inherit;
  z-index: 1;
}
.button > *:not(:last-child) {
  margin-right: 1rem;
}
.button .icon {
  --i-size: 1.2rem;
  transition: transform var(--base-ts) ease-in-out;
}
.button.bordered {
  background: transparent;
  color: var(--btn-bg);
}
.button--white {
  --btn-color: var(--c-blue);
  --btn-bg: var(--c-white);
}
.button--red {
  --btn-color: var(--c-white);
  --btn-bg: var(--c-red);
}
.button--black {
  --btn-color: var(--c-white);
  --btn-bg: var(--c-black);
}
.button--3 {
  --btn-bg: var(--c-3);
  --btn-color: var(--c-6);
}
.button--6 {
  --btn-bg: var(--c-6);
  --btn-color: var(--c-white);
}
.button--7 {
  --btn-bg: var(--c-7);
  --btn-color: var(--c-white);
}
.button[disabled] {
  border: none;
  background: rgba(130, 137, 160, 0.5);
  color: var(--c-1);
  pointer-events: none;
}
.button:hover .icon:last-child {
  transform: translateX(1rem);
}
.button:hover:before {
  opacity: 1;
}

.menu {
  position: relative;
  list-style: none;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  margin: 0 -3.4rem;
  padding: 0;
  text-transform: uppercase;
  font-size: 1.8rem;
  text-transform: uppercase;
  line-height: 1;
  color: var(--c-3);
  letter-spacing: 0.075em;
}
.menu_item {
  padding: 0 2.4rem;
}

.menu_link {
  position: relative;
  display: inline-flex;
  text-decoration: none !important;
  transition: color var(--base-ts) ease-in-out;
}
.menu_link.active {
  color: var(--c-1);
}
.menu_link:hover {
  color: var(--c-1);
}

.menu-button {
  position: relative;
  width: 2.4rem;
  height: 2.4rem;
  background: none;
  padding: 0;
  outline: none;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  justify-content: center;
  color: inherit;
  border: none;
}
.menu-button span {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 0.2rem;
  min-height: 0.2rem;
  border-radius: 0.4rem;
  background: currentColor;
  transition: all var(--base-ts) ease-in-out;
}
.menu-button span:nth-child(1) {
  transform: translateY(-0.8rem);
}
.menu-button span:nth-child(3) {
  transform: translateY(0.8rem);
}
.menu-button.active span:nth-child(1) {
  transform: translateY(0) rotate(45deg);
}
.menu-button.active span:nth-child(2) {
  transform: scale(0);
}
.menu-button.active span:nth-child(3) {
  transform: translateY(0) rotate(-45deg);
}

.socials {
  position: relative;
}
.socials_items {
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  margin: -1rem;
}
.socials_items > .social {
  margin: 1rem;
}
.socials .social {
  position: relative;
  display: inline-flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  color: var(--c-green);
  transition: all var(--base-ts) ease-in-out;
}
.socials .social .icon {
  --i-size: 1.9rem;
}
.socials .social .icon-email {
  width: calc(var(--i-size) * 1.368421053);
}

.accordion {
  position: relative;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
.accordion-item {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  padding: 1.6rem 3.6rem;
  border-top: 1px solid #dad2bc;
}
.accordion-item:last-child {
  border-bottom: 1px solid #dad2bc;
}
.accordion-item_head {
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  padding: 1.8rem 0;
  padding-right: 3rem;
  text-transform: uppercase;
  line-height: 1.2;
  font-weight: 700;
  color: var(--c-7);
  cursor: pointer;
}
.accordion-item_head p {
  margin-bottom: 0;
}
.accordion-item_head .icon-triangle--down {
  --i-size: 2rem;
  margin-left: auto;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  color: var(--c-3);
}
.accordion-item_head > *:not(:last-child) {
  margin-right: 3rem;
}
.accordion-item_body {
  position: relative;
  width: 100%;
  transition: all var(--base-ts) ease-in-out;
  overflow: hidden;
  height: 0;
}
.accordion-item_inner {
  padding-top: 1.6rem;
  padding-bottom: 3.2rem;
  line-height: 1.5;
  color: #242E2A;
}
.accordion-item.open:before {
  opacity: 0;
}
.accordion-item.open:after {
  opacity: 1;
}
.accordion-item.open .accordion-item_head .icon-triangle--down {
  transform: rotate(-180deg);
}

.dropdown {
  position: relative;
  width: 100%;
  z-index: 2;
}
.dropdown .text {
  position: relative;
  display: flex;
  font-size: 1.4rem;
  flex: 1;
}
.dropdown .text > * {
  width: 50%;
}
.dropdown .text .c {
  display: flex;
  align-items: center;
  align-content: center;
  color: var(--c-7);
}
.dropdown .text .c .txt {
  margin-right: 0.3rem;
}
.dropdown .text .save {
  text-transform: uppercase;
  font-weight: 600;
  color: var(--c-2);
}
.dropdown_head {
  position: relative;
  width: 100%;
  padding: 1.5rem 2.4rem;
  background: var(--c-white);
  display: flex;
  align-items: center;
  align-content: center;
}
.dropdown_head .icon {
  --i-size: 1.5rem;
  color: var(--c-8);
  margin-left: auto;
}

.dropdown_body {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  transition: all var(--base-ts) ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.dropdown_body ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.dropdown_body a {
  position: relative;
  width: 100%;
  padding: 1.5rem 2.4rem;
  background: var(--c-white);
  display: flex;
  align-items: center;
  align-content: center;
  text-decoration: none;
  transition: all var(--base-ts) ease-in-out;
}
.dropdown_body a:hover, .dropdown_body a.selected {
  background: var(--c-1);
}

.dropdown_inner {
  border-top: 2px solid rgba(130, 137, 160, 0.2);
}

.dropdown.open .dropdown_body {
  opacity: 1;
  visibility: visible;
}

.header {
  --h-pos: fixed;
  --h-pd: 2rem 0 2.4rem 0;
  --h-bg: var(--c-7);
  --h-color: var(--c-white);
  position: var(--h-pos);
  width: 100%;
  z-index: 10;
  color: var(--h-color);
  transition: all var(--base-ts) ease-in-out;
}
.header_msg {
  position: relative;
  height: 4.2rem;
  padding: 1rem 0;
  font-size: 1.4rem;
  text-align: center;
background: #454574;
    color: #fff;
  pointer-events: none;
}

.header_main {
  position: relative;
  padding: 30px 0;
}
.header_main .container {
  position: static;
}
/* .header_main:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.1rem;
  background: linear-gradient(268.37deg, rgba(180, 161, 120, 0.35) -16.76%, rgba(244, 249, 233, 0.35) 41.12%, rgba(190, 172, 132, 0.35) 99%);
} */
.header_main:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all var(--base-ts) linear;
  opacity: 1;
  z-index: 0;
}

/* .header_logo a {
    filter:unset !important;
} */

/* .scrolled .header .header_nav ul.menu li a, .scrolled .header .header_nav ul.menu li .menu_link.active {
    color: #252941 !important;
} */

.header .header_nav ul.menu li a {
    /* color: #fff; */
    cursor:pointer;
}

/* .header .header_nav ul.menu li .menu_link.active {
    color: #fff !important;
} */

/* .scrolled .header .header_logo svg path, .scrolled .header .header_actions svg path {
    fill:#252941 !important;
} */

/* .header_logo svg path, .header .header_actions svg path {
    fill: #fff !important;
} */
/* 
.scrolled .header .header_main:before {
    background: #fff !important;
} */

.header-container {
  display: flex;
  align-items: center;
  align-content: center;
  gap: 2rem;
  z-index: 1;
}

.header_logo {
  position: relative;
  max-width: 16.4rem;
}

.header_nav {
  flex: 1;
}

.header_actions {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: flex-end;
  max-width: 16.4rem;
  width: 100%;
  color: var(--c-1);
}
.header_actions > *:not(:last-child) {
  margin-right: 3rem;
}
.header_actions .contact-btn .text {
  margin-right: 0;
}

.header .button--inherit {
  --btn-bg: var(--h-color);
  --btn-color: var(--c-blue);
}

.scrolled .header {
  transform: translateY(0rem);
}
.scrolled .header:before {
  opacity: 1;
}

.menu-transition .header_nav {
  transition: all calc(var(--base-ts) * 2) ease-in-out;
}

.menu-open {
  overflow: hidden;
}
.menu-open .header_nav {
  right: 0;
}

.footer {
  position: relative;
  width: 100%;
  display: block;
  height: auto;
  padding: 8rem 0;
  background: #e9edea80;
  overflow: hidden;
  color: var(--c-3);
}
.footer .row {
  margin-bottom: -3rem;
}
.footer .row > div {
  margin-bottom: 3rem;
}
.footer_block {
  position: relative;
}
.footer_block:not(:last-child) {
  margin-bottom: 5rem;
  padding-bottom: 5rem;
}
.footer_block:not(:last-child):after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background: linear-gradient(268.37deg, rgba(180, 161, 120, 0.5) -16.76%, rgba(244, 249, 233, 0.5) 41.12%, rgba(190, 172, 132, 0.5) 99%);
}

.footer .brand-side {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.footer .quote {
  color: var(--c-white);
}
.footer .text-side {
  display: flex;
  flex-direction: column;
}
.footer_menu {
  position: relative;
}
.footer_menu:not(:last-child) {
  margin-bottom: 3rem;
}
.footer_menu ul {
  list-style: none;
  margin: -0.8rem -1.6rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.footer_menu ul li {
  margin: 0.8rem 1.6rem;
}
.footer_menu ul a {
  text-decoration: none;
  font-size: 1.4rem;
  color: #252941;
}
.footer_menu ul a.active, .footer_menu ul a:hover {
  color: #252941;
}

.footer_extra {
  position: relative;
  margin-top: auto;
  display: flex;
  align-items: center;
  align-content: center;
}
.footer_extra .socials {
  margin-left: auto;
}
.footer_extra .socials .icon {
  --i-size: 3.3rem;
}
.footer_extra .socials .social:hover {
  color: var(--c-1);
}

.footer_form {
  position: relative;
  font-size: 2rem;
  line-height: 1.2;
  max-width: 31.5rem;
  letter-spacing: normal;
}
.footer_form p {
  margin-bottom: 0;
  color: #252941;
}
.footer_form form {
  position: relative;
  margin-top: 0rem;
  padding-top:0 !important;
}
.footer .form-side form .needsclick[component="[object Object]"] button.needsclick::after {
    display: block;
    content: '';
    background: url('/cdn/shop/files/icon-arrow.svg?v=1759295203');
    width: 30px;
    height: 30px;
}
.footer_form input {
  background: none;
  padding: 1rem 0;
  border: none;
  font-size: inherit;
  color: var(--c-white);
  border-bottom: 0.1rem solid var(--c-8);
  width: 100%;
  z-index: 0;
  padding-right: 3.2rem;
  outline: none;
  border-radius: 0;
}
.footer_form input::-webkit-input-placeholder {
  opacity: 0.38;
}
.footer_form input::-moz-placeholder {
  opacity: 1;
  opacity: 0.38;
}
.footer_form input:-moz-placeholder {
  opacity: 0.38;
}
.footer_form input:-ms-input-placeholder {
  opacity: 0.38;
}
.footer_form input.placeholder {
  opacity: 0.38;
}
.footer_form button {
  position: absolute;
  background: none;
  padding: 0;
  width: 3.2rem;
  height: 3.2rem;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto 0;
  border: none;
  color: var(--c-3);
  cursor: pointer;
  z-index: 1;
  outline: none;
  border-radius: 0;
}
.footer_form button .icon {
  --i-size: 3.2rem;
}
.cart__footer .cart__ctas button#checkout {
    background: #000;
    border: 1px solid #000;
}
.cart__items table.cart-items .cart-item__quantity-wrapper cart-remove-button svg {
    fill: #000;
    stroke: #000;
}
.cart__footer .cart__ctas button#checkout:hover {
background:transparent;
color:#000;
}
.cart__footer .js-contents .totals {
    align-items: center;
}
.cart__footer .js-contents .totals .totals__subtotal {
    margin-bottom: 0;
}
.shop-cart {
  --w: 44.8rem;
  position: fixed;
  z-index: 999;
  top: 0;
  height: calc(var(--vh, 1vh) * 100);
  width: var(--w);
  right: calc(-1 * var(--w));
}
.shop-cart-overlay {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(130, 137, 160, 0.8);
  transition: all var(--base-ts) ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.shop-cart_wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  z-index: 1;
  background: var(--c-light);
}

.shop-cart_block {
  position: relative;
}
.shop-cart_block-header, .shop-cart_block-footer {
  padding: 1.6rem;
}
.shop-cart_block-header {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  background: var(--c-4);
  color: var(--c-1);
  line-height: 1.2;
  min-height: 5.6rem;
}
.shop-cart_block-body {
  flex: 1;
  overflow: auto;
}
.shop-cart_block-body .item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 0.1rem solid #dedede;
  padding: 2.4rem 1.6rem;
}
.shop-cart_block-body .item_image {
  --size: 8rem;
  position: relative;
  width: var(--size);
  min-width: var(--size);
  height: var(--size);
  overflow: hidden;
  margin-right: 1.6rem;
}
.shop-cart_block-body .item_image picture {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.shop-cart_block-body .item_image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.shop-cart_block-body .item_info {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  line-height: 1.2;
  flex: 1;
}
.shop-cart_block-body .item-title {
  position: relative;
  width: 100%;
  color: var(--c-dark);
  margin-bottom: 0.8rem;
}
.shop-cart_block-body .item-price {
  position: relative;
  width: 100%;
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 0.8rem;
}
.shop-cart_block-body .item-price .old {
  text-decoration: line-through;
  color: var(--c-8);
  margin-left: 0.8rem;
}
.shop-cart_block-body .item_count {
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  margin-right: 0.8rem;
}
.shop-cart_block-body .item_count input {
  background: none;
  padding: 0;
  border: none;
  width: 4.2rem;
  text-align: center;
  font-size: 1.4rem;
  color: #43504b;
  appearance: none;
  -webkit-appearance: none;
}
.shop-cart_block-body .item_count .count-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  min-width: 2rem;
  padding: 0.3rem;
  background: var(--c-white);
  border-radius: 0.4rem;
  color: var(--c-8);
  cursor: pointer;
}
.shop-cart_block-body .item_count .count-btn svg {
  --i-size: 0.8rem;
  pointer-events:none;
}
.shop-cart_block-body .item-total {
  margin-left: auto;
  font-size: 1.6rem;
  font-weight: 500;
  color: var(--c-dark);
}
.shop-cart_block-body .item-remove {
  position: absolute;
  right: 0;
  top: 0;
  width: 1.8rem;
  height: 1.8rem;
}
.shop-cart_block-body .item-remove .icon {
  --i-size: 1.8rem;
}
.shop-cart_block-body .item--empty {
  align-items: center;
  align-content: center;
  justify-content: center;
  text-align: center;
  min-height: 22.5rem;
  font-size: 2.4rem;
  font-weight: 500;
  color: var(--c-7);
}
.shop-cart_block-footer {
  display: flex;
  flex-wrap: wrap;
  border-top: 0.1rem solid #dedede;
}

.shop-cart_subtotal {
  width: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.02em;
  gap: 1rem;
  color: #242e2a;
}
.shop-cart_subtotal .number {
  margin-left: auto;
}

.shop-cart_buttons {
  width: 100%;
}
.shop-cart_buttons:nth-child(2) {
  padding-top: 1.6rem;
}
.shop-cart_buttons .button {
  width: 100%;
}

.shop-cart-close-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  align-content: center;
}
.shop-cart-close-btn .icon {
  --i-size: 1.8rem;
}

.shop-cart-title {
  font-size: 1.8rem;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.shop-cart-open {
  overflow: hidden;
}
.shop-cart-open .shop-cart {
  right: 0;
}
.shop-cart-open .shop-cart-overlay {
  opacity: 1;
  visibility: visible;
}

.shop-cart-transition .shop-cart {
  transition: all calc(var(--base-ts) * 2) ease-in-out;
}

.quote {
  position: relative;
  margin: 0;
  padding: 0;
  padding-left: calc(var(--container) / 12);
  font-size: 2.2rem;
  line-height: 1.6;
  font-weight: 400;
  letter-spacing: normal;
}
.quote:before {
  content: "";
  position: absolute;
  left: 2.5rem;
  top: 0.5rem;
  width: 2.6rem;
  height: 2.6rem;
  -webkit-mask-size: contain;
  -webkit-mask-position: top left;
  -webkit-mask-repeat: no-repeat;
  background-color: currentColor;
  -webkit-mask-image: url("../images/icons/icon-quote.svg");
  mask-image: url("../images/icons/icon-quote.svg");
}
.quote blockquote {
  position: relative;
  margin: 0;
  padding: 0;
}
.quote blockquote:not(:last-child) {
  margin-bottom: 3.5rem;
}
.quote figcaption {
  font-weight: 700;
  line-height: 1;
}
.quote-slider {
  position: relative;
  overflow: hidden;
}
.quote-slider .swiper-pagination {
  bottom: 0.65rem;
  right: 0;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: flex-end;
  left: auto;
}
.quote-slider .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
  opacity: 1;
  margin: 0 0.9rem !important;
  background: var(--c-3);
}
.quote-slider .swiper-pagination-bullet-active {
  background: #ecedf1;
}



@media (max-width: 1399px) {
  :root {
    --container: 1140px;
  }
}
@media (max-width: 1299px) {
  .science .item {
    padding: 4rem 3rem;
  }
}
@media (max-width: 1199px) {
  :root {
    --container: 960px;
    --base-fz: 1.6rem;
    --h-s-h1: 4rem;
    --h-s-h2: 3.2rem;
  }
  h1:not(:last-child),
.h1:not(:last-child),
h2:not(:last-child),
.h2:not(:last-child),
h3:not(:last-child),
.h3:not(:last-child),
h4:not(:last-child),
.h4:not(:last-child),
h5:not(:last-child),
.h5:not(:last-child),
h6:not(:last-child),
.h6:not(:last-child),
.h:not(:last-child) {
    margin-bottom: 1.5rem;
  }
  .content {
    /* padding-top: 9.6rem; */
  }
  .sc {
    --sc-pd: 6rem 0 ;
  }
  .hero {
    font-size: var(--base-fz);
  }
  .hero--science {
    height: calc(var(--vh, 1vh) * 100 - 9.6rem);
  }
  .hero--home {
    height: calc(var(--vh, 1vh) * 100 - 9.6rem);
  }
  .hero--product {
    height: calc(var(--vh, 1vh) * 100 - 9.6rem);
  }
  .hero--product .slider {
    width: calc(var(--container) / 2);
  }
  .hero .brand_wrap {
    left: -8rem;
  }
  .science {
    --sc-pd: 6rem 0;
  }
  .science .row {
    --gap: 1.5rem;
    margin-bottom: -3rem;
  }
  .science .row > div {
    margin-bottom: 3rem;
  }
  .science .item {
    --h-s-h3: 2.4rem;
  }
  .menu {
    flex-direction: column;
    margin: 0;
  }
  .menu_item {
    padding: 1.25rem 0;
  }
  .header {
    --h-pd: 1.5rem 0;
  }
  .header_nav {
    --w: 40rem;
    position: fixed;
    right: 0;
    top: 0;
    width: var(--w);
    height: calc(var(--vh, 1vh) * 100);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75));
    padding: 12rem 3rem 4rem 3rem;
    overflow: auto;
    right: calc(-1 * var(--w));
    z-index: -1;
  }
  .header_actions {
    margin-left: auto;
  }
  .scrolled .header_nav {
    height: calc(var(--vh, 1vh) * 100 + 4.2rem);
  }
  .footer_extra {
    flex-wrap: wrap;
  }
  .footer_extra .socials {
    margin-left: -1rem;
  }
  .quote {
    font-size: 2rem;
  }
}
@media (max-width: 991px) {
  :root {
    --container: 750px;
  }
  .image--block-title img {
    max-height: 7rem;
  }
  .hero-decor {
    --w: 60rem;
  }
  .hero--default .side-text {
    order: 1;
  }
  .hero--default .side-image {
    order: 2;
  }
  .hero--default .side-image:before {
    width: calc(var(--vw, 1vw) * 100);
    left: 50%;
    transform: translateX(-50%);
  }
  .hero--default .side-image .image {
    width: calc(var(--vw, 1vw) * 100);
    left: 50%;
    transform: translateX(-50%);
  }
  .hero--science {
    height: auto;
  }
  .hero--home {
    height: auto;
  }
  .hero--product {
    height: auto;
  }
  .hero .brand_wrap {
    width: 8rem;
    height: 8rem;
    left: 0.5rem;
    top: 0.5rem;
    margin: 0;
    bottom: auto;
  }
  .hero .brand {
    padding: 1rem;
  }
  .tib .slider {
    min-width: calc(var(--vw, 1vw) * 100);
    left: 50%;
    transform: translateX(-50%);
  }
  .tib .image {
    min-width: calc(var(--vw, 1vw) * 100);
    left: 50%;
    transform: translateX(-50%);
  }
  .tib .image_wrap {
    display: block;
  }
  .tib .side-text {
    order: 1;
  }
  .tib .side-image {
    order: 2;
  }
  .quote-block .user_photo {
    margin-right: 2rem;
  }
  .quote-block .user_info {
    font-size: 2rem;
  }
  .advs .items {
    grid-template-columns: repeat(3, 1fr);
    justify-content: center;
  }
  .blog-single_head .image {
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
  }
  .header_actions .contact-btn {
    padding: 0;
    border: none;
    border-radius: 0;
  }
  .header_actions .contact-btn:before {
    display: none;
  }
  .header_actions .contact-btn .icon {
    --i-size: var(--btn-height);
  }
  .footer {
    padding: 4rem 0;
  }
  .footer .brand-side {
    order: 1;
  }
  .footer .slider-side {
    order: 2;
  }
  .footer_extra .copy {
    order: 2;
    width: 100%;
    margin-top: 2rem;
    font-size: 1.4rem;
  }
  .footer_extra .socials {
    order: 1;
  }
  .quote {
    padding-left: 4rem;
  }
  .quote:before {
    left: 0;
  }
}
@media (max-width: 767px) {
  :root {
    --container: 540px;
    --h-s-h1: 3.6rem;
    --h-s-h2: 2.8rem;
    --h-s-h3: 2.4rem;
  }
  .logo {
    max-width: 14rem;
  }
  .action-shop-count {
    margin-left: 0.75rem;
  }
  .sc {
    --sc-pd: 4rem 0 ;
  }
  .sc_buttons {
    min-width: 100%;
  }
  .sc_buttons .button {
    width: 100%;
  }
  .hero--product {
    padding: 6rem 0;
  }
  .hero--product .side-image {
    order: 2;
    margin-top: 4rem;
  }
  .hero--product .side-text {
    order: 1;
  }
  .hero--product .slider {
    width: 100%;
  }
  .hero--product .slider_wrap {
    min-width: 100%;
    width: 100%;
  }
  .tib .side-text {
    display: block;
  }
  .team {
    --sc-pd: 6rem 0;
  }
  .team_members {
    gap: 3rem;
  }
  .team .member {
    flex-direction: column;
    align-items: center;
    align-content: center;
    text-align: center;
  }
  .team .member_photo {
    margin-right: 0;
    margin-bottom: 2rem;
  }
  .team .member .name {
    margin-bottom: 2rem;
  }
  .quote-block {
    --sc-pd: 13.5rem 0 6rem 0;
  }
  .quote-block .user_info {
    font-size: 1.6rem;
  }
  .advs .row {
    margin-bottom: -5rem;
  }
  .advs .row > div {
    margin-bottom: 5rem;
  }
  .advs .items {
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
  }
  .advs .item {
    text-align: center;
  }
  .advs .item .image {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    margin-bottom: 2rem;
  }
  .blog-single_head .image {
    height: 24rem;
  }
  .accordion-item_head {
    padding: 1rem 3rem;
    padding-right: 4.5rem;
  }
  .accordion-item_head > *:not(:last-child) {
    margin-right: 1.5rem;
  }
  .header_nav {
    --w: 100%;
  }
  .header_actions > *:not(:last-child) {
    margin-right: 2rem;
  }
  .footer .form-side {
    order: 1;
  }
  .footer .text-side {
    order: 2;
  }
  .footer_extra .copy {
    font-size: 1.2rem;
  }
  .footer_form form {
    margin-top: 0rem;
    padding-top:0 !important;
  }
  .shop-cart {
    --w: 100%;
  }
  .quote {
    font-size: 1.6rem;
  }
  .quote-slider .swiper-pagination {
    bottom: 0.4rem;
  }
}
@media (max-width: 575px) {
  :root {
    --container: 100%;
  }
  .science .item .button {
    max-width: 100%;
  }

  .hero--product .side-image {
    order: 1;
    margin-top: 0rem;
  }
  .hero--product .side-text {
    order: 2;
    margin-top: 3rem;
  }
  
}
@media (min-width: 992px) {
  .hero .brand.transition {
    transform: scale(1.2);
  }
  .quote-block .brand.transition {
    transform: scale(1.15);
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: var(--container);
  }
  .hero--product .side-text {
    padding-right: 0;
  }
  .menu-button {
    display: none !important;
  }
  .header_actions .action-shop:nth-last-child(2) {
    margin-right: 0;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: var(--container);
  }
}
@media (min-width: 1441px) {
  .hero--product .slider_wrap {
    min-width: 100%;
    max-width: 100%;
  }
}


/* home css */
.main-banner-img .banner__media img {
    width: 100%;
    height:100%;
    display:inline-block;
    object-fit:cover;
}
.main-banner-img{
  height:100vh;
}
.main-banner-img .banner__media{
  height:100% !important;
}
.main-banner-img .banner__media:after{
  position:unset;
}
.main-banner-img .banner__content h2.banner__heading, .main-banner-img .banner__content .banner__text {
    color: #fff;
}
.main-banner-img .banner__content .banner__buttons {
    margin-top: 50px;
}
.main-banner-img .banner__content h2.banner__heading {
    font-size: 72px;
}
.main-banner-img .banner__content .banner__text {
    font-size: 20px;
    line-height: 1.6;
}


/* custom product section */

.custom-product-section {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 80px 0px;
}
.custom-product-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}
.custom-product-left img {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  height: 600px;
  object-fit: cover;
}
.product-title {
  margin-bottom: 10px;
}
.reviews {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 5px;
}
.reviews .stars {
  color: #f5a623;
  font-size: 18px;
}
.product-price {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 15px;
}
.product-price .old-price {
  text-decoration: line-through;
  color: #999;
  margin-right: 8px;
}
.description {
  margin-bottom: 20px;
  line-height: 1.6;
}
.icon-list {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}
.icon-list li {
    margin-bottom: 8px;
    padding-left: 0px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}
.limited-offer {
  font-size: 14px;
  color: #c00;
    margin-bottom: 0px !important;
}
.add-to-cart {
    margin-top: 30px;
}


/* product page */
.product__info-container .top_tag {
    background: #2529411c;
    width: max-content;
    padding: 3px 5px;
}
.product__info-container .top_tag {
    background: #2529411c;
    width: max-content;
    padding: 2px 7px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap:4px;
}
.product__info-container .top_tag .tag-title {
    color: #252941;
    font-size: 14px;
}
.product__info-container .top_tag .itsapproved svg {
    width: 15px;
    height: 15px;
}
.product-benefit-item .benefit-title {
    line-height:normal;
}
.product-benefit-item .benefit-description {
    font-size: 15px;
}
.product__info-container .jdgm-prev-badge__stars .jdgm-star {
    color: #d76742;
}
.product__info-container .loop-w-btn-group-purchase-option {
    background: #fafafa;
    padding: 15px 10px;
    text-align: center;
    box-shadow: none;
    align-items: center;
}
.product__info-container .loop-w-btn-group-purchase-option .loop-w-btn-group-purchase-option-header .loop-w-btn-group-purchase-option-label {
    font-size: 16px;
}
.product__info-container .loop-w-btn-group-purchase-option .loop-w-btn-group-purchase-option-price {
    font-size: 16px;
}
.product__info-container .loop-w-btn-group-purchase-option .loop-w-btn-group-purchase-option-header {
    flex-direction: column;
}
.product__info-container .loop-w-btn-group-purchase-option .loop-w-btn-group-purchase-option-header .loop-w-btn-group-purchase-option-discount-badge {
    background: transparent;
    color: #252941;
    font-size: 14px;
}
.loop-widget-container .loop-w-btn-group-tooltip-container svg path {
    fill: #235c42;
}
.product__info-container .loop-w-btn-group-description-container .loop-widget-sp-button-container .loop-widget-sp-button {
text-align:center;
    background: #fafafa;
    color:#000;
    border-color:#c3cfd9;
    line-height: 20px;
    padding: 8px 5px !important;
    font-size: 13px;
}
.product__info-container .loop-w-btn-group-description-container .loop-widget-sp-button-container {
    gap: 5px;
}
.product__info-container .loop-w-btn-group-description-container .loop-widget-sp-button-container .loop-widget-sp-button-selected{
border-color:#3d3d3d;
    transform: scale(1.01);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}
.product__info-container .loop-w-btn-group-description-container {
    padding: 15px 10px;
}
.product__info-container .product-form form .product-form__buttons .shopify-payment-button #shopify-buyer-consent {
    display: none;
}
.text-col {
    background: #fafafa;
    padding: 8px;
    font-size: 13px;
    text-align: center;
    border-radius: 6px;
    line-height:18px;
}

/* wellness journey section */

.wellness-journey {
  padding: 100px 0;
  background: linear-gradient(to bottom, #ecf1f5 40%, #fff 60%);
  text-align: center;
}
.wellness-content {
  max-width: 760px;
  margin: 0 auto;
}
.wellness-journey a.button {
    margin-top: 30px;
}
.text-color-chng {
  display: block;
  color: #ce9d4f;
}
.disclaimer-text {
  margin-top: 50px;
  font-size: 14px;
}
.benefit-boxes {
  margin-top: 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
.benefit-box {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  width: 280px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.icon-box {
  width: 60px;
  height: 60px;
  margin: 0 auto 15px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.benefit-box h3 {
  font-weight: 600;
  margin-bottom: 10px;
  font-size:20px;
}
.benefit-box p {
  line-height: 26px;
}


/* about us sec */
.custom-image-content {
    padding: 100px 0;
    background: linear-gradient(to bottom, white 40%, rgba(236, 241, 245, 1) 60%);
}
.custom-image-content .image-content-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}
.custom-image-content .image-content-wrapper .image-side img {
    height: auto;
    width: 450px;
    border-radius:12px;
    object-fit: cover;
    max-width: 450px;
}
.custom-image-content .custom-btn {
  display: inline-block;
  background-color: #007BFF;
  color: #fff;
  padding: 10px 25px;
  border-radius: 6px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
.custom-image-content .custom-btn:hover {
  background-color: #0056b3;
}
.custom-image-content .content-side {
    max-width: 550px;
}
.custom-image-content .content-side a.button {
    margin-top: 25px;
}
.custom-image-content .image-content-wrapper .image-side video.about-video {
    height: 450px;
    width: 100%;
    border-radius: 12px;
    object-fit: cover;
    max-width: 450px;
    aspect-ratio:1/1;
}

/* homepage banner css */
.hero-nutrition-section {
    position: relative;
    color: #fff;
    text-align: center;
    padding: 50px 20px 50px;
    overflow: hidden;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.hero-bg-video,
.hero-bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}
.hero-bg-image {
  background-size: cover;
  background-position: center;
}
.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.hero-content {
  position: relative;
  max-width: 850px;
  margin: 0 auto;
}
.hero-stars {
  color: #235c42;
  letter-spacing: 2px;
}
.hero-heading {
  color: #fff;
  font-size: 72px;
  font-weight: 700;
  margin: 0px 0 30px;
}
.hero-subheading {
  max-width: 700px;
  margin: 0 auto 30px;
}
.hero-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.hero-note {
  font-size: 14px;
  opacity: 0.9;
  margin-top: 15px;
}
.hero-bottom-boxes {
    display: grid;
    gap: 11px;
    margin-top: 100px;
    grid-template-columns: repeat(3, 1fr);
}
.hero-box {
  display: flex;
  align-items: center;
  gap: 7px;
}
.hero-box p {
    text-align: left;
    font-size: 15px;
    line-height: 18px;
    font-weight: 400;
}
.hero-box img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

/* review sec */
.reviews-section .view_all_reviews {
    text-align: center;
    margin-top: 60px;
}
.reviews-section p.review-author {
    margin: 0;
}
.reviews-section p.expert-designations {
    font-size: small;
}
.reviews-section {
  padding: 80px 0px;
}
.reviews-section .section-title{
  text-align:center;
  margin-bottom:60px;
}
.reviews-section .reviews-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 70px;
}
.reviews-section .review-box {
  background: transparent;
  background: transparent;
  display: flex;
  flex-direction: column;
}
.reviews-section .view_all_reviews a.button, .reviews-section .review-box .sc_buttons a.youtube-popup:hover {
  background: #252941;
  color: #fff;
}
.reviews-section .view_all_reviews a.button:hover {
  color:#252941;
  background:transparent;
}
.reviews-section .review-box .sc_buttons a.youtube-popup:hover::after{
  box-shadow:none;
}
.reviews-section .review-box .sc_buttons a.youtube-popup {
  padding: 15px 20px;
  border-radius: 30px;
}
.reviews-section .review-box .stars {
  margin-bottom: 20px;
  display: flex;
  gap:3px;
}
.reviews-section .review-title {
  font-size: 22px;
  line-height:32px;
  margin-bottom: 10px !important;
}
.reviews-section .review-text {
  font-style: italic;
  line-height: 1.6;
  margin-bottom: 10px;
  color:#000;
}
.reviews-section .review-author {
  text-transform: uppercase;
}
.reviews-section .review-box .stars svg path {
  fill: #235c42;
}
.reviews-section .review-box .stars svg {
  width: 20px;
  height: 20px;
}
.reviews-section .review-box .review-author-img {
  width: 190px;
  height: 190px;
  object-fit: cover;
  object-position: top;
  border-radius: 8px;
}
.reviews-section .review-box .sc_buttons, .reviews-section .review-box .sc_buttons a {
  margin: 0;
}
.reviews-section .review-box .sc_buttons{
  margin-top:auto;
}


/* science behind sec */
.science-behind-sec .benefit-box {
    width: calc(33.3% - 20px);
}
.science-behind-sec .benefit-box h3 {
    font-size: 22px;
}
.mfp-close {
    color: #252941 !important;
}

/* active ingredient */
.main_head_about {
    text-align: center;
    margin: 0 auto 50px;
} 
.right-content-side .custom_num {
    background: #8289a0;
    color: #fff;
    font-weight: 600;
    padding: 6px 16px;
    border-radius: 6px;
    line-height: 24px;
}
.right-content-side .cstm-tagline {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-bottom: 10px;
}
.right-content-side h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 5px;
}
.right-content-side .subhead {
    margin-bottom: 10px;
    color: #8289a0;
    font-size: 20px;
}
.right-content-side .before_decs {
    font-style: italic;
    font-size: 14px;
}
.image-rec img {
    border-radius: 12px;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
}
.science-cstm-boxes .benefit-box {
    width: calc(33.3% - 20px);
}
.science-cstm-boxes .benefit-box {
    width: calc(33.3% - 20px);
    box-shadow: none;
    border: 1px solid #dee0e3;
    text-align: left;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.science-cstm-boxes .benefit-box h3 {
    font-size: 20px;
}
.science-cstm-boxes .benefit-box p {
    line-height: 22px;
}
.science-cstm-boxes .benefit-box .icon-box {
    margin-left: 0;
}
.science-cstm-boxes .benefit-box .short-desc {
    font-size: 14px;
    font-style: italic;
    color: #424977;
    margin-top: auto;
}
.science-cstm-boxes {
    margin-top: 40px;
}
.cordyceps-sec{
    background: linear-gradient(to bottom, #ecf1f5 40%, #fff 60%);
    padding-top:0px;
}
.cordyceps-sec .image-content-wrapper {
    flex-direction: row-reverse;
}
.about-main-sec {
    padding-bottom: 50px;
}

/* image overlay */
.image-overlay-banner {
  width: 100%;
  padding-bottom:120px;
  margin-bottom:80px;
}
.image-overlay-banner .overlap-image img {
    width: 100%;
    height: 700px;
    object-fit: cover;
}
.image-overlay-banner .banner-content {
  position: relative;
  z-index: 2;
  text-align: center;
  background: #fff;
  max-width: 1000px;
  padding: 100px 80px;
  margin:-100px auto;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  border-radius:6px;
}

.image-overlay-banner .banner-heading {
  font-weight: 700;
  margin-bottom: 15px;
}

.image-overlay-banner .banner-text {
  margin-bottom: 25px;
}

.image-overlay-banner .multi-btns {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 40px;
}

.image-overlay-banner .banner-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}



/* multigrid */
.benefits-multigrid span.highlight {
    display: block;
}
.benefits-multigrid .benefits-container .benefit-card {
    width: calc(40% - 20px);
    display: flex;
    gap: 20px;
    flex-wrap:wrap;
}
.benefits-multigrid .benefits-container .benefit-card .benefits-card-content {
    width: calc(100% - 80px);
}
.benefits-multigrid .benefits-container .benefit-card .benefits-card-content .card-title {
    font-size: 22px;
}
.benefits-multigrid{
    padding-top: 160px;
}

/* free energized */
.feel-energized .benefits-container .benefit-card {
    width: calc(25% - 16px);
    background: #fafafa;
    border: 1px solid #dee0e3;
    box-shadow: none;
    transition: none;
}
.feel-energized .benefits-container .benefit-card:hover {
 background: #f2f2f2;
     transform: none;
         box-shadow: none;
}


/* about marcapa */
.about-marcapa .benefit-card {
    text-align: center !important;
}
.about-marcapa .benefit-card .icon-wrapper {
    margin: 0 auto 20px;
}
.richtext-main .rich-text .rich-text__blocks {
    max-width: 100%;
}
.marcapa-boost-section.about-marcapa .container {
    max-width:1140px;
}
.about-marcapa .benefits-container .benefit-card {
    width: calc(33.3% - 16px);
    background: #fafafa;
    border: 1px solid #dee0e3;
    box-shadow: none;
    transition: none;
}
.peak-potency .benefits-container .benefit-card {
    width: calc(50% - 16px);
    text-align: left !important;
}
.peak-potency .benefits-container .benefit-card .icon-wrapper{
    margin: 0 0 20px;
}

/* trusted doctors */
    .expert-testimonials-section {
      padding: 80px 0;
      background: linear-gradient(45deg, rgba(236, 241, 245, 1), white);
    }

    .expert-testimonials-section .top-content{
    margin: 0 auto 50px;
    text-align: center;
    max-width: 800px;
}

   .expert-testimonials-section .expert-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 25px;
    }

    .expert-testimonials-section .expert-card {
      background: #fff;
      border-radius: 10px;
      box-shadow: 0 1px 5px rgba(0,0,0,0.08);
      overflow: hidden;
      display: flex;
      flex-direction: column;
      transition: all 0.3s ease;
    }

    .expert-testimonials-section .expert-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 4px 14px rgba(0,0,0,0.12);
    }

   .expert-testimonials-section .expert-image {
      width: 100%;
      height: 100%;
      display: block;
      object-fit:cover;
      object-position: top;
    }

   .expert-testimonials-section .expert-content {
      padding: 20px;
    }

   .expert-testimonials-section .expert-quote {
      font-size: 16px;
      line-height:24px;
    }

   .expert-testimonials-section .expert-name {
      font-size: 16px;
      margin: 0;
    }

   .expert-testimonials-section .expert-designation {
      font-size: 13px;
      color: #666;
      margin-top: 4px;
    }

   .expert-testimonials-section .expert-card-img {
      aspect-ratio: 4 / 4;
      overflow: hidden;
    }

   .expert-testimonials-section .expert-content .expert-name-designation {
    margin-top: auto;
}

.expert-testimonials-section .expert-content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.expert-testimonials-section .expert-content .expert-name-designation .expert-name {
    margin-bottom: 0;
}


/* client testimonial sec */
.testimonial-slider-section {
  padding: 80px 0;
}
.testimonial-slider-section .testimonial-slider {
  margin: 0 auto;
  max-width: 1200px;
}
.testimonial-slider-section .testimonial-item {
  background: #fff;
  border-radius: 8px;
  padding: 30px 15px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  margin: 15px;
  transition: transform 0.3s ease;
}
.testimonial-slider-section .testimonial-item:hover {
  transform: translateY(-5px);
}
.testimonial-slider-section .testimonial-slider-section h2{
text-align:center;
}
.testimonial-slider-section .client-image img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}
.testimonial-slider-section .client-name {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px !important;
  text-align:left;
}
.testimonial-slider-section .review-text {
    text-align: left;
    line-height: 26px;
}
.testimonial-slider-section .section-description {
    text-align: center;
}
.testimonial-slider-section h2 {
    text-align: center;
    margin-bottom: 15px;
}
.testimonial-slider-section h2 span.highlight {
    color: #ce9d4f;
}
.benefits-client-testimonial .testimonial-item .review-rating {
    display: none;
}
.benefits-client-testimonial .testimonial-item .client-destination {
    text-align: left;
    margin-bottom: 0;
    font-size: 15px;
    color: #555;
}

/* Star Rating */
.testimonial-slider-section .review-rating {
  display: flex;
  justify-content: start;
  gap: 4px;
  margin-top: 8px;
}

.testimonial-slider-section .star {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: #d76742;
  stroke-width: 1.5;
}
.testimonial-slider-section .star.filled {
  fill: #d76742;
}

/* Slick arrows and dots */
.testimonial-slider-section .slick-prev:before,
.testimonial-slider-section .slick-next:before {
  color: #252941;
  font-size: 30px;
}
.testimonial-slider-section .slick-dots li.slick-active button:before {
  color: #252941;
}
.testimonial-slider-section .slick-dots li button:before {
  font-size: 10px;
}
.testimonial-slider-section .client-img-text {
    display: flex;
    gap: 10px;
    margin-bottom:15px;
}


/* formulas info sec */
    .custom-ingredients-section {
      padding: 80px 0;
      background: #fcf8f3;
    }
    .custom-ingredients-section .ingredients-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 24px;
    }
    .custom-ingredients-section .ingredient-card {
      border-radius: 12px;
      overflow: hidden;
      background: #fff;
    }
   .custom-ingredients-section .ingredient-image {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover;
    }
   .custom-ingredients-section .ingredient-content {
      padding: 20px;
    }
    .custom-ingredients-section .ingredient-title {
      font-weight: 700;
      font-size: 18px;
      margin: 0;
    }
    .custom-ingredients-section .ingredient-subtitle {
      display: block;
      color: #666;
      font-size: 14px;
      margin-bottom: 8px;
    }
    .custom-ingredients-section .ingredient-badge {
    display: inline-block;
    background: #2529411c;
    color: #252941;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 13px;
    margin-bottom: 10px;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    }
    .custom-ingredients-section .features-row {
      margin-top: 50px;
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
      gap: 15px;
      text-align: center;
    }
    .custom-ingredients-section .feature-item {
      background: #fff;
      padding: 20px;
      border-radius: 10px;
    }

    .custom-ingredients-section .feature-item h4 {
      font-size: 22px;
      margin: 0;
    }
    .custom-ingredients-section .feature-item p {
      margin: 4px 0 0;
    }
    .custom-ingredients-section .top-content {
      text-align: center;
      margin: 0 auto 50px;
      max-width: 800px;
   }
   .custom-ingredients-section .ingredient-card-img {
    aspect-ratio: 4 / 3;
    overflow: hidden;
}
.custom-ingredients-section .title-badge {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: flex-start;
    margin-bottom:15px;
}
.custom-ingredients-section .title-badge .ingredient-title {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 7px;
}


/* science page */

.hero--about .side-text {
    padding-top: 50px;
    padding-bottom: 50px;
}
.science-img-text .side-image {
    display: flex;
}
.science-img-text .side-image .image picture {
    justify-content: start;
}
.science-img-text .side-image  .image img {
    max-width: 100%;
    border-radius:0;
    height: 600px;
}
.science-img-text {
    justify-content: space-between;
}



/* formula sec */

.formula-info-sec {
  text-align: center;
  padding: 40px 30px;
  background: linear-gradient(45deg, #3b4054, #933c79);
  border-radius: 12px;
}
.formula-heading {
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 40px;
  color:#fff;
}
.formula-columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-bottom: 45px;
  margin-top: 45px;
}
.formula-column {
  text-align: center;
}
.formula-value {
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 8px !important;
}
.formula-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 4px !important;
    color: #fff;

}
.formula-subtitle {
  font-size: 14px;
  color: #fff;
}
.formula-bottom {
  font-size: 15px;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.6;
  color: #fff;
}
.formula-section{
margin-bottom:70px;
margin-top:70px;
}

/* advantage sec */

.vfd-advantage .container{
    max-width: 1100px;
    margin: 0 auto;
    padding: 40px 30px;
    background: linear-gradient(45deg, rgba(236, 241, 245, 1), white);
    border-radius: 12px;
    text-align: center;
    border: 1px solid #3b4054;
}
.vfd-advantage{
  padding:80px 0;
}
.vfd-advantage h2{
  font-size: 28px;
  font-weight: 700; 
  margin-bottom: 20px;
}
.vfd-advantage p{
line-height: 1.7; 
max-width: 900px; 
margin: 0 auto 20px;
}
.vfd-advantage a.button {
    margin-top: 25px;
}

/* custom card */

  .card-container {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 0 8px rgba(0,0,0,0.05);
    font-family: Arial, sans-serif;
  }
  .cards-wrapper-sec .container {
    max-width: 1350px;
}
  .cards-wrapper-sec{
    background: linear-gradient(45deg, rgba(236, 241, 245, 1), white);
    padding: 80px 0px;
}
  .icon-wrapper {
    width: 60px;
    height: 60px;
    margin: 0 auto 15px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .card-title {
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 8px;
    color: #000;
    font-family: 'MasqualeroW04-Black';
  }
  .card-desc {
    font-size: 16px;
    color: #555;
    line-height:1.6;
  }
  .cards-wrapper {
    display: grid;
    gap: 30px;
    justify-content: center;
    grid-template-columns: repeat(3, 1fr);
  }
  .card-top-content {
    max-width: 800px;
    margin: 0 auto 50px;
    text-align: center;
}
.card-bottom-desc {
    color: #424977;
    font-size: 14px;
    margin-top: 15px;
    font-weight: 600;
    line-height: 1.2;
}
.card-top-content .text-color-chng {
    display: unset;
}
.card-top-content p {
    color: #555;
    font-size: 1.1em;
}


/* benefits custom slider */
.benefit-custom-slider-sec {
    padding: 80px 0px;
    background: #ecf1f5;
}
.benefit-custom-slider-sec .custom-slider .slide {
    text-align: center;
    padding: 25px;
    background: #fff;
    margin: 0 10px;
    border-radius: 6px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
}
.benefit-custom-slider-sec .custom-slider .slide h3 {
    font-size: 24px;
    margin-bottom: 15px;
}
.benefit-custom-slider-sec .custom-slider .slide p {
    line-height: 1.5;
}
.benefit-custom-slider-sec .slide-button {
    border-radius: 0;
    color: #000;
    padding: 15px 30px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    background: transparent;
    border: 1px solid #000;
    font-size: 1.6rem;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.benefit-custom-slider-sec .slide-button:hover {
background: rgba(0, 0, 0, 0.1);
    text-decoration: none;
}
.benefit-custom-slider-sec .custom-slider .slide .slide-description {
    min-height: 140px;
    margin-bottom: 20px;
}
.benefit-custom-slider-sec .custom-slider .slick-prev:before, .benefit-custom-slider-sec .custom-slider .slick-next:before{
    color: #252941;
    font-size: 30px;
}
.benefit-custom-slider-sec .text-color-chng {
    display: unset;
}
.benefit-custom-slider-sec h2 {
    margin-bottom: 50px !important;
    text-align: center;
}


/*  Clinical Research & Studies */
    .clinical-research-section {
      padding: 80px 0;
      background: #fff;
    }
    .clinical-research-section .section-header {
      text-align: center;
      max-width: 850px;
      margin: 0 auto 50px;
    }
    .studies-list {
      display: flex;
      flex-direction: column;
      gap: 25px;
      max-width: 1000px;
      margin: 0 auto;
    }
    .study-item {
      background: #fafafa;
      border: 1px solid #e5e5e5;
      border-radius: 10px;
      padding: 25px 30px;
      transition: all 0.3s ease;
    }
    .badge-content.active {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    flex-wrap:wrap;
}
    .study-item:hover {
      box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    }
    .study-content .badges {
      margin-bottom: 15px;
    }
    .study-content .badge {
      display: inline-block;
      background: #f2f2f2;
      color: #333;
      border-radius: 6px;
      padding: 6px 14px;
      font-size: 14px;
      margin-right: 6px;
      border: none;
      cursor: pointer;
      transition: 0.2s;
    }
    .study-content .badge.active {
      background: #8289a0;
      color: #fff;
    }
    .badge-content {
      display: none;
      margin-top: 15px;
    }
    .view-study svg {
    width: 16px;
    height: 16px;
}
    .study-title {
      font-size: 22px;
      margin: 10px 0 !important;
    }
    .journal-name {
      font-weight: 600;
      color: #8289a0;
      margin-bottom: 8px !important;
    }
    .study-description {
      color: #555;
      line-height: 1.5;
    }
    .view-study {
      display: inline-flex;
      align-items: center;
      justify-content:center;
      gap: 6px;
      background: #fff;
      border: 1px solid #ccc;
      border-radius: 6px;
      padding: 8px 14px;
      font-size: 14px;
      color: #333;
      text-decoration: none;
      transition: 0.2s;
      width:140px;
    }
    .study-badge-content {
    width: calc(100% - 160px);
}
    .view-study:hover {
    border-color: #000;
    text-decoration: none;
    }




/* Synergistic Formula */
    .clinical-testing-section {
      background-color: #fcf8f3;
      padding: 80px 0;
      overflow: hidden;
    }
    .clinical-content {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: flex-start;
      gap: 40px;
    }
    .clinical-left {
      flex: 1;
      max-width: 45%;
    }
    .clinical-left h2 {
      margin-bottom: 30px;
    }
    .clinical-right {
      flex: 1;
      max-width: 45%;
    }
    .clinical-stat {
       border-top: 1px solid rgba(0, 0, 0, 0.1);
       padding: 24px 20px;
       display: flex;
       gap: 15px;
       align-items: center;
       flex-wrap:wrap;
    }
    .clinical-stat h3 {
      font-size: 45px;
      margin: 0;
      color: #000;
      font-weight: 700;
      width: 190px;
    }
    .stat-bold-text {
      font-weight: 600;
      font-size: 18px;
      color: #000;
      margin: 0 0 5px !important;
    }
    .stat-desc {
      font-size: 16px;
      line-height: 1.5;
      color: #555;
    }


/* footer css  */

.footer .form-side form input {
font-size: 14px !important;
    border: 1px solid #252941 !important;
    height: 45px !important;
    background: transparent !important;
    color:#252941 !important;
}
.footer .form-side form input::placeholder {
    opacity: 1 !important;
    font-size: 14px !important;
}
.footer .form-side form .needsclick[component="[object Object]"] .needsclick {
    border: 1px solid #252941 !important;
}
.footer .form-side form .needsclick[component="[object Object]"] {
    border: 0 !important;
    background-color: transparent !important;
    padding:0 !important;
}
.footer .form-side form .needsclick[component="[object Object]"] button.needsclick {
    border: 0 !important;
    background-color: transparent !important;
    height: 45px !important;
}
.footer .form-side form .needsclick[component="[object Object]"] .needsclick:last-child {
    border: 0 !important;
}
.footer_extra .copy {
    font-size: 14px;
    color: #252941;
}
.socials .social svg path {
    fill: #252941;
}
.footer .quote {
    padding: 0;
}
nav.header_nav ul li a:hover, nav.header_nav ul li a:active {
    color: #252941;
}


@media (max-width: 767px) {
  .reviews-section .reviews-container {
    grid-template-columns: 1fr;
    row-gap: 30px;
  }
  .reviews-section {
    padding: 50px 0px;
  }
  .reviews-section .review-box .sc_buttons a.youtube-popup {
    width: auto;
  }
  .hero-content .hero-heading {
    font-size: 30px !important;
  }
  .hero-subheading {
    font-size: 16px;
  }
  .hero-nutrition-section {
    padding: 80px 20px 50px;
}
.hero-bottom-boxes {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 30px;
    gap: 20px;
}
.hero-buttons a.button {
    width: 100%;
}
  .custom-image-content .image-content-wrapper .image-side video.about-video {
    height: 350px;
    width: 100%;
    max-width: 350px;
}
  .science-img-text .side-image .image img {
    height: auto;
}
  .product__info-container .loop-w-btn-group-description-container .loop-widget-sp-button-container {
    grid-template-columns: repeat(1, 1fr);
}
  .image-overlay-banner {
  margin-bottom:50px;
}
  .benefits-multigrid {
    padding-top: 100px !important;
}
  .study-badge-content {
    width: 100%;
}
       .study-item {
        padding: 20px;
      }
  .benefits-multigrid .benefits-container .benefit-card .benefits-card-content {
    width: 100%;
}
.benefits-multigrid .benefits-container .benefit-card {
    gap: 0px;
}
  .clinical-content {
    flex-direction: column;
}
  .clinical-left, .clinical-right {
    max-width: 100%;
}
  .clinical-stat h3 {
    width: 100%;
    font-size:35px;
}
  .clinical-testing-section {
    padding: 50px 0;
 }
  .cards-wrapper-sec {
    padding: 50px 0px;
}
  .custom-image-content.cordyceps-sec {
    padding-top: 0px;
}
  .science-behind-sec .benefit-box, .science-cstm-boxes .benefit-box {
    width: 100%;
}
.right-content-side {
    text-align: left;
}
.custom-image-content .content-side.right-content-side h2 {
    font-size: 25px;
}
  .testimonial-slider-section {
    padding: 50px 0;
}
.testimonial-slider-section .slick-next {
    right: -10px;
}
.testimonial-slider-section .slick-prev {
    left: -20px;
}
  .expert-testimonials-section .expert-quote {
        font-size: 15px;
  }
  .expert-testimonials-section {
    padding: 50px 0;
}
.expert-testimonials-section .expert-grid {
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
}
  .custom-ingredients-section {
    padding: 50px 0;
}
.custom-ingredients-section .ingredients-grid {
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
}
    .image-overlay-banner .banner-heading {
    font-size: 25px;
  }
  .image-overlay-banner .overlap-image img {
    height: 400px;
}
.image-overlay-banner .banner-content {
    padding: 40px 20px;
    margin: -50px 10px;
}
.image-overlay-banner .multi-btns {
    margin-top: 20px;
    flex-wrap:wrap;
}
.image-overlay-banner .multi-btns a {
    width:100%;
}
    .custom-image-content .image-content-wrapper {
    flex-direction: column;
    text-align: center;
  }
  .custom-image-content .content-side h2 {
    font-size: 28px;
}
  .custom-image-content .image-side img {
    max-width: 100%;
  }
 .custom-image-content {
    padding: 50px 0px;
}
.custom-image-content .image-content-wrapper .image-side img {
    height: auto;
    width: 100%;
    max-width: 100%;
}
  .custom-product-right .product-title {
    font-size: 28px;
}
  .vfd-advantage a.button {
    margin-top: 25px;
    padding: 10px 20px;
}
.wellness-journey a.button {
    margin-top: 30px;
    padding: 10px 15px;
    letter-spacing: 0;
    font-size: 13px;
}
  .wellness-journey {
    padding: 50px 0;
}
.header_main {
    padding: 15px 0;
}
/* .header_main:before {
    background: #00000030 !important;
} */
.menu-button span {
    background: #252d43;
}
  .main-banner-img .banner__content h2.banner__heading, .main-banner-img .banner__content .banner__text {
    color: #000;
}
.main-banner-img .banner__content .banner__text {
    font-size: 16px;
}
.main-banner-img .banner__content h2.banner__heading {
    font-size: 28px;
}
.main-banner-img .banner__content .banner__buttons a.button--3 {
    width: 100%;
}
.main-banner-img .banner__content .banner__buttons {
    margin-top: 30px;
}
.main-banner-img {
    height: auto !important;
}
  .benefit-custom-slider-sec .custom-slider .slick-prev{
left:0;
        z-index: 9;
  }
.benefit-custom-slider-sec .custom-slider .slick-next{
right:0;
        z-index: 9;
  }
  .cards-wrapper {
    grid-template-columns: repeat(1, 1fr);
}
.vfd-advantage {
    padding: 60px 15px;
}
.hero--about .side-text {
    padding-top: 40px;
    padding-bottom: 40px;
}
.hero--about .side-text h1 {
    font-size: 30px;
}
.formula-heading {
    font-size: 25px;
}
.formula-info-sec {
    padding: 40px 15px;
}
    .formula-columns {
    grid-template-columns: 1fr;
    gap: 20px;
  }
.about-boxes {
    flex-direction: column-reverse;
}
.tib .about-boxes .image picture img {
    height: auto;
}
.tib--about.tib--home {
    padding: 2rem 0;
}
.marcapa-boost-section .benefits-container .benefit-card {
    width: 100%;
}
.custom-product-section .custom-product-container {
    grid-template-columns: unset;
    gap: 30px;
}
.custom-product-section .custom-product-left img {
    height: auto;
}
.custom-product-section {
    padding: 50px 0px;
}
.add-to-cart {
    padding: 15px 20px;
    letter-spacing: 0px;
}
.order-btn {
    padding: 15px 15px;
    font-size: 14px;
}
.benefit-boxes {
    margin-top: 50px;
}
.footer_menu ul li {
    margin: 0.2rem 1.2rem;
}
.footer_menu ul a {
    text-decoration: none;
    font-size: 1.2rem;
}
.hero--default .side-image .image img {
    max-width: 100%;
}
.hero--default .side-image {
    padding: 0 20px;
    margin-top: 40px;
}
.hero--default .side-image .image {
    width: 100%;
}
.menu-button {
    color: #000;
}
.menu-open .header_nav .menu_link.active, .menu-open .header_nav .menu_link {
    color: #fff !important;
}
}

@media screen and (min-device-width: 768px) and (max-device-width: 1200px) { 
  .menu-button span {
    background: #252d43;
}
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) { 
    .reviews-section .reviews-container {
    gap: 30px;
}
      .hero-content .hero-heading {
        font-size: 45px !important;
    }
  .custom-image-content .content-side {
    max-width: 100%;
    width: 100%;
}
  .main-product-sec .product .product__info-wrapper .product-form__buttons .product-form__submit {
    font-size: 14px;
}
  .menu-button span {
    background: #252d43;
}
  #shopify-section-template--25294848590099__16763529738fd1b135 #judgeme_product_reviews .jdgm-rev-widg {
    padding: 0 30px;
}
  .feel-energized .benefits-container .benefit-card {
    width: calc(50% - 16px);
}
  .benefits-multigrid .benefits-container .benefit-card {
    width: calc(50% - 20px);
}
  .custom-image-content .image-content-wrapper .image-side img {
    height: 350px;
    width: 350px;
    max-width: 350px;
}
  .science-behind-sec .benefit-box h3 {
    font-size: 18px;
}
.science-behind-sec .benefit-box p {
    font-size: 15px;
    line-height: 22px;
}
      .image-overlay-banner .multi-btns a {
        width: auto;
    }
.benefit-boxes, .custom-product-container {
    gap: 20px;
}
.benefit-box {
    width: 210px;
}
.custom-product-left img {
    height: 400px;
}
.about-boxes {
    flex-direction: column-reverse;
}
.marcapa-boost-section .benefits-container {
    flex-direction: row !important;
}
.hero--default .side-image .image img {
    max-width: unset;
}
    .hero--default .side-image .image {
        width: 100%;
    }
     .hero--default .side-image{
      padding:0 20px;
      margin-top:30px;
     }

.menu-button {
    color: #fff;
}
.scrolled .header .menu-button{
    color: #3b4054;
}
.cards-wrapper {
    grid-template-columns: repeat(2, 1fr);
}
.vfd-advantage {
    padding: 60px 20px;
}
.hero--about .side-text {
    padding-top: 40px;
}
.footer_menu ul li {
    margin: 0.2rem 0.8rem;
}
}