/** Shopify CDN: Minification failed

Line 836:52 Unexpected ")"

**/
body{
  /* font-family: 'NeueHaasDisplay', sans-serif; */
  font-family: 'Grotesk-Font', sans-serif;
  letter-spacing:0px;
}

:root {
  --font-primary: "Inter", sans-serif;
  --font-secondary: "Instrument", sans-serif;
  --font-display: "Space Grotesk", sans-serif;
}

.font-inter {
  font-family: var(--font-primary);
}

.font-instrument {
  font-family: var(--font-secondary);
}

.font-grotesk {
  font-family: var(--font-display);
}

.shopify-section-header-sticky .header-tprt--transparent {
  background: #ffffff;
}

.header-tprt--transparent {
    position: absolute;
    top: 0;
    background: transparent;
    width: 100%;
    transition: background-color 0.4s ease-in-out;
}

.header__icon{
  width:18px !important;
  margin-right:10px;
}

.header__icon .svg-wrapper,
.header__icon .svg-wrapper svg{
  height:18px !important;
  width:18px !important;
}

.header__heading-logo.inverse-logo {
    display: none;
}

.header-tprt--transparent .header__heading-logo {
    display: none;
}

.header-tprt--transparent .header__heading-logo.inverse-logo {
    display: block;
}

.shopify-section-header-sticky .header__heading-logo,
.menu-open .header__heading-logo {
    display: block;
}

.shopify-section-header-sticky .header__heading-logo.inverse-logo,
.menu-open .header__heading-logo.inverse-logo {
    display: none;
}

.header-tprt--transparent .header__icon {
    color: #ffffff;
}

.shopify-section-header-sticky .header-tprt--transparent .header__icon,
.menu-open .header-tprt--transparent .header__icon {
    color: #000000;
    transition: background-color 0.4s ease-in-out;
}

/* .header-tprt--transparent .header__icon .svg-wrapper svg path {
    stroke: #ffffff;
} */

.menu-open .header-tprt--transparent .header__icon .svg-wrapper svg path {
    stroke: #000000;
}

.menu-open .header-tprt--transparent {
    background: #ffffff;
}

.menu-open .header__icon {
    color: #000000;
}

.shopify-section-header-sticky .header__heading-logo,
.shopify-section-header-sticky .header__heading-logo.inverse-logo,
.shopify-section-header-sticky .header-tprt--transparent .header__icon,
.shopify-section-header-sticky .header-tprt--transparent .header__icon .svg-wrapper svg path,
.menu-open .header-tprt--transparent .header__icon .svg-wrapper svg path,
.menu-open .header-tprt--transparent .header__icon,
.menu-open .header__heading-logo,
.menu-open .header__heading-logo.inverse-logo {
    transition: background-color 0.4s ease-in-out;
}

.custom_heightlight {
    border-bottom: 1px solid #D5D4D1;
}

.header-blocks-wrapper {
    padding: 0 3rem;
}

.header_botttom_block {
    display: flex;
    gap: 10px;
}

.bheader_lock-_ink {
    text-decoration: none;
}

.header_top_block h4 {
    font-size: 20px;
    letter-spacing: 0;
    line-height: 16px;
}

.header_block-description p {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 16px;
    color: #000;
    opacity: 1;
    font-weight: 500;
}

.section_title {
  color: var(--section_title_color);
}

.section_sub_title {
  color: var(--section_subtitle_color);
}

.section_description {
  color: var(--section_desciption_color);
}

.shopify-section-header-sticky .header-tprt--transparent .localization-form__select{
  color:#000 !important;
}

.header-tprt--transparent .localization-form__select{
  color:#fff !important;
}

/*Menu*/
.menu_drawer_top{
  padding: 0 20px 20px 20px;
  border-bottom: 1px solid #D5D4D1;
}
.menu_drawer_top .menu_border{
  text-align: center;
  margin: 0 auto;
  padding: 15px 30px;
  border: 1px solid #D5D4D1;
  display: flex;
  gap: 15px;
  align-items: flex-end;
  justify-content: center;
}

.menu_drawer_top .menu_border a,
.menu_drawer_top .menu_border h2{
  font-size: 16px;
  line-height:22px;
  letter-spacing:0px;
  color:#000;
  margin: 0;
  text-decoration:none;
}

.menu_drawer_top .menu_border .cta-arrow{
  font-size: 16px;
  line-height: 16px;
}

.menu_product_list .menu_product_item{
  display:flex;
  justify-content:space-between;    
  align-items: center;
  gap:20px;
}

.menu_product_list .menu_product_item{ 
  position:relative;
}

.menu_product_list .menu_product_item::before{
  position: absolute;
  content: "";
  top: 20px;
  left: 47%;
  transform: translateX(-47%);
  width: 1px;
  height: 60%;
  background: #D5D4D1;
}

.menu_product_list  h3{
  font-size:20px;
  line-height:25px;
  color:#000;
  letter-spacing:0px;
  margin: 20px 0 10px 0;
}

.menu_product_list a{
  text-decoration:none;
  color:#000;
}

.menu_product_list .menu_product_item .item_img img{
  height:130px;
  width:130px;
}

.menu_product_item .item_info p{
   font-size:16px;
  line-height:22px;
  color:#000;
  letter-spacing:0px;
  margin:0px;
  max-width: 150px;
}

.menu-drawer__menu{
  padding-top:30px !important;
}

.menu-drawer__menu .menu-drawer__menu-item{
  font-size:18px;
  line-height:24px;
  padding: 5px 20px;
}

.menu-drawer__navigation-container{
  height: calc(100vh - 120px) !important;
}

.menu-drawer .list-social__item .list-social__link{
  padding:0px;
}

.custom_menu_drawer .list-social{
  justify-content:center !important;
  padding: 10px 0 40px 0;
  gap:15px;
}

.custom_menu_drawer .list-social .list-social__link .svg-wrapper{
  width:25px;
}

.custom_menu_drawer .menu-drawer__utility-links{
  background-color:#fff;
}

.custom_menu_drawer .disclosure__button{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 20px 40px;
  border-top: 1px solid #D5D4D1;
  border-bottom: 1px solid #D5D4D1;
  text-decoration: none;
}

.custom_menu_drawer .disclosure__button:before,
.custom_menu_drawer .disclosure__button:after{
  display:none;
}

.custom_menu_drawer .disclosure__button svg{
  height:8px;
}

.custom_menu_drawer .menu-drawer__utility-links{
  padding:0px !important; 
}

.cta-button {
  position:relative;
  color: var(--buton_text_color);
  background: var(--button_bg_color);
  transition: all 0.3s;
  text-decoration: none;
  display: inline-block;
  z-index:1;
  border:1px solid transparent !important;
  width: max-content;
  line-height: normal;
  cursor:pointer;
  font-size: 16px;
  padding: 11px 15px 11px 20px;;
}

.cta-button .cta-arrow{
    transform: rotate(45deg);
    display: inline-block;
    font-size: 16px;
    padding: 0 7px 0 7px;
    transition:all 00.5s;
    color:#fff;
}

.cta-button:hover .cta-arrow{
  color:#000;
  transform: rotate(0deg);
  transition:all 00.5s;
}

/* .cta-button:hover {
  color: var(--buton_text_color_hover);
  background: var(--button_bg_color_hover);
} */

.cta-button::before{
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 0%;
  background-color: #fff;
  transition: 0.3s ease-out;
  z-index:-1;
}

.cta-button:hover::before {
  width: 100%;
  transition: 0.3s ease-out;
}

.cta-button:hover{
  color:#000 !important;
  border:1px solid #000 !important;
  transition: 0.3s ease-out;
}

.top-home-section .right-text-box .cta-button::before{
  background-color:#e0dddf;
}

/* .mega-menu {
  margin-left: 80px;
}

.mega-menu ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.mega-menu ul li {
  position: relative;
  padding:0px 20px;
}

.mega-menu ul li a {
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
  font-family: 'NeueHaasDisplay', sans-serif;
}

.shopify-section-header-sticky .mega-menu ul li a{
  color:#000;
}

.mega-dropdown {
  position: absolute;
  top: 40px;
  left: 0px;
  width: 920px;
  background: #fff;
  padding: 30px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  z-index: 999;
  border-radius:20px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: opacity 0.3s ease, transform 0.3s ease;  
  z-index: 999;
}

.mega-menu ul li:hover .mega-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}  

.mega-products {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.mega-product {
  text-align: center;
  text-decoration: none;
  color: #000;
}

.mega-product img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  transition: transform 0.3s ease;
}

.mega-product h4 {
  margin: 12px 0 4px;
  color:#000;
  line-height:22px;
  font-size: 16px;
  font-family: 'NeueHaasDisplay', sans-serif;
}

.mega-product h6,
.mega-product h6 span{
  font-size: 16px;
  color: #000;
  line-height: 22px;
  margin: 10px 0;
  font-family: 'NeueHaasDisplay', sans-serif;
}

.mega-product h6 span{
  color:#666;
  text-decoration: line-through;
  padding-left: 5px;
}

.mega-product span {
  font-size: 16px;
  line-height:22px;
  color:#000;
  letter-spacing:0px;
  font-family: 'NeueHaasDisplay', sans-serif;
} */

/* Hover effect */
.mega-product:hover img {
  transform: scale(1.03);
}


/* .cta_light_button {
  position:relative;
  color: var(--buton_litext_color);
  background: var(--button_libg_color);
  transition: all 0.3s;
  text-decoration: none;
  display: inline-block;
  z-index:1;
  border:1px solid transparent !important;
  padding: 10px 15px 11px 20px;
  cursor:pointer;
  font-size:12px;
  width: max-content;
  line-height: normal;
}

.cta_light_button .cta-arrow {
    transform: rotate(45deg);
    display: inline-block;
    font-size: 16px;
    padding: 0 7px 0 7px;
    color: #000;
    transition: 0.3s ease-out;
}


.cta_light_button::before{
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 0%;
  background-color: #000;
  transition: 0.3s ease-out;
  z-index:-1;
}

.cta_light_button:hover::before {
  width: 100%;
  transition: 0.3s ease-out;
}

.cta_light_button:hover{
  color:#fff !important;
  border:1px solid #e0dddf !important;
  transition: 0.3s ease-out;
}

.cta_light_button:hover .cta-arrow{
  transform: rotate(0deg);
  color: #fff;
  transition: 0.3s ease-out;
} */

/* .cta_light_button:hover {
  color: var(--buton_litext_color_hover);
  background: var(--button_libg_color_hover);
} */

.vitalify-font,
.italic-font {
  font-family: "InstrumentSerif-Italic", "Times New Roman", Times, serif;
  font-style: italic;
}

.top-home-section {
  display: flex;
  width: 100%;
  /* height: 675px; */
}

.top-home-section .left-img {
  width: 50%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.top-home-section .left-img img{
  width:100%;
}

.top-home-section .right-text-box {
  width: 50%;
  background: #E0DDDF;
  display: flex;
  justify-content: center;
  align-items: center;
  padding:20px;
}

/* .top-home-section .right-text-box .content {
  max-width: 400px;
  text-align: left;
} */

.top-home-section .right-text-box .title{
    font-size:18px;
    margin: 0;
    margin-bottom:7px;
    font-weight: 400;
    letter-spacing: 0px;
}

.top-home-section .right-text-box .title span{
  font-weight: 400;
}

.top-home-section .right-text-box .sub-title{
  font-size:26px;
  margin: 0;
  font-weight:500;
  letter-spacing: 0px;
  line-height:30px;
}

.top-home-section .right-text-box .sub-title p {
  margin: 0;
}

.top-home-section .right-text-box ul {
  padding-left: 18px;
  margin: 15px 0 20px 0;
}

.top-home-section .right-text-box ul li {
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 30px;
}

.top-home-section .right-text-box .cta-button {
  border: none;
  padding: 15px 30px;
  font-size: 14px;
  cursor: pointer;
  letter-spacing: 0;
  font-weight: 300;
}

/*Image box css*/
.section-padding{
  padding:90px 0px;
}

.section-head .section-title{
  font-size:26px;
  font-weight:400;
  text-align:center;
  letter-spacing:0px;
  margin:0px;
  line-height: 30px;
}

.experts-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-top:30px !important;
}

.experts-wrapper .swiper-wrapper{
  height:auto;
}

.experts-wrapper .expert-card {
  text-align: left;
}

.experts-wrapper .expert-card img {
  width: 100%;
  height: auto;
  display: block;
   transition:all 0.5s;
}

.experts-wrapper .expert-card h4 {
  font-size: 20px;
  line-height:26px;
  text-transform: lowercase;
  margin: 20px 0;
  color: #000;
  letter-spacing: 0;
}

.experts-wrapper .expert-card p {
  font-size: 18px;
  line-height: 24px;
  color: #000;
  font-weight:400;
  margin-bottom: 15px;
  letter-spacing: 0;
}

.experts-wrapper .expert-card a {
  font-size: 18px;
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid #000;
  padding-bottom: 2px;
  transition:all 0.5s;
  line-height: 24px;
}

.experts-wrapper .expert-card a:hover{
  border-bottom: 1px solid #b8b8b8;
}

.expert-card .hover-img,
.swiper-review .hover-img{
  overflow:hidden;
  transition:all 0.5s;
}

.expert-card:hover img,
.swiper-review .card:hover img{
  transform:scale(1.1);
   transition:all 0.5s;
}

.swiper-review .hover-img{
  display:flex;
  transition:all 0.5s;
}

.swiper-review .hover-img img{
  width:100%;
    transition:all 0.5s;
}

/*Anvone Vitality Css*/
.anvone-vitality-wrapper {
  display: flex;
  width: 100%;
  align-items:center;
}

.anvone-vitality-wrapper .right-box {
  width: 50%;
}

.anvone-vitality-wrapper .right-box img{
  width:100%;
}

.anvone-vitality-wrapper .left-box {
  width: 50%;
  background: #fff;
}

.anvone-vitality-wrapper .left-box .content {
  max-width: 500px;
  text-align: left;
}

.anvone-vitality-wrapper .left-box .vitality-line{
  border-bottom:1px solid #000;
  padding-bottom:20px;
}

.anvone-vitality-wrapper .left-box .section_title * {
  margin: 0;
}

.anvone-vitality-wrapper .left-box .vitality-line h2{
  font-size:26px;
  margin:0px;
  letter-spacing:0px;
  font-weight:500;
  line-height: 30px;
  max-width: 350px;
}

.anvone-vitality-wrapper .left-box .vitality-list h6{
  padding-top:8px;
  padding-bottom: 8px;
}

.anvone-vitality-wrapper .left-box .vitality-list h6,
.anvone-vitality-wrapper .left-box .vitality-list p{
  font-size:18px;
  color:#000;
  letter-spacing:0px;
  font-weight:400;
  margin:0px;
  line-height: 24px;
}

.anvone-vitality-wrapper .left-box .vitality-list p{
  padding-bottom:10px;
}

.anvone-vitality-wrapper .left-box .cta-button {
    border: none;
    padding: 15px 30px;
    font-size: 14px;
    cursor: pointer;
    font-family: var(--font-primary);
    letter-spacing: 0;
    font-weight: 400;
    margin-top:20px;
}

/*Welcome Kit Css*/
.home-product-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 3rem; 
  align-items: center;
  margin-top: 50px !important;
}

.home-product-wrapper .product-image img{
  width:100%;
}

.home-product-wrapper .product-left{
  width:50%;
}

.home-product-wrapper .product-right {
    max-width: 450px;
    width: 50%;
    margin:0 auto;
} 

.home-product-wrapper .price-list {
  list-style: none;
  margin-bottom: 20px;
  padding:0px;
  margin-top:0px;
}

.home-product-wrapper .price-list li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  font-size: 18px;
  line-height:24px;
  color: #000;
  font-weight:500;
  width:100%;
}

.home-product-wrapper .price-list li span.line-through{
  text-decoration: line-through;
  color: #666666;
}

.home-product-wrapper .price-list li > span > span{
  color: #000;
}

.home-product-wrapper .price-list li span.italic{
  font-family: "Instrument Serif", seri;
  font-style: italic;
}

.home-product-wrapper .price-list li span:first-child{
  width:54%;
}

.home-product-wrapper .price-list li span:nth-child(){
  width:20%;
}

.home-product-wrapper .price-list li span span,
.home-product-wrapper .price-list li span span .vitalify-font{
  color:#000 !important;
}


.home-product-wrapper .price-list li span:last-child {
  font-weight:400;
  color:rgb(0 0 0 / 60%);
  text-align:right;
  width:26%;
}

.home-product-wrapper .price-list li.border-line{
  border-top: 1px solid #E0DDDF;
  border-bottom: 1px solid #E0DDDF;
  padding:10px 0px;
  line-height: 18px;
}

.home-product-wrapper .cta-button {
  display: block;
  cursor: pointer;
  width: 265px;
  margin: 30px auto 20px;
}

.home-product-wrapper .guarantee {
  font-size: 14px;
  color: #000;
  text-align: center;
}

.home-product-wrapper .guarantee p{
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom:0px;
  margin-top:0px;
  font-size: 18px;
  line-height:24px;
}

.home-product-wrapper .guarantee p img{
  padding-right:5px;
}

/*Ivitality Section Css*/
.vitality-container {
  display: flex;
  align-items: center;
  width:100%;
  padding:50px 0 0px;
}

.vitality-container .vitality-left,
.vitality-container .vitality-right {
width:50%;
}

.vitality-right img{
  width:100%;
  display:block;
}

.vitality-wrapper .vitality-box {
  width: 100%;
  border: 1px solid #E0DDDF;
  padding: 20px;
  position: relative;
  max-width: 500px;
}

.vitality-box h2 {
  margin-bottom: 40px !important;
  text-align:left !important;
}

.vitality-box ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}

.vitality-box ul li {
  position: relative;
  padding-left: 0px;
  margin-bottom: 8px;
  font-size: 18px;
  line-height:24px;
  color:#000;
  font-weight:400;
  display: flex;
  align-items: center;
}

.vitality-box ul li img{
  padding-right:10px;
  height:20px;
}

.vitality-box .partner img{
  width:100px;
}

.partner h4 {
  font-size: 26px;
  line-height:30px;
  margin-bottom: 10px;
  font-weight: 500;
  letter-spacing: 0px;
  margin-top: 0px;
}

.partner h4 span {
  font-style: italic;
  font-family: "Instrument Serif", seri;
}

.vitality-left .badge {
  position: absolute;
  top: 20px;
  right: 20px;
  border: 1px solid #000;
  padding: 8px 12px;
  font-size: 10px;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.2;
  border-radius:8px;
}

.vitality-left .badge p{
    color: #000;
    font-size: 12px;
    margin: 5px 0 0;
}

/*Money Back Css*/
.offer-section .offer-content{
  position:relative;
  text-align:center;
}
.offer-content .offer-title{
  margin-bottom:15px;
}

.offer-content .offer-description{
  font-size: 18px;
  color: #000;
  line-height: 24px;
  letter-spacing: 0;
  margin-top: 0;
  max-width: 991px;
  margin: 0 auto 30px;
}

.offer-content .offer-description i{
  font-family: "Instrument Serif", seri;
}

/* .offer-content .cta-button{
    font-size: 12px;
    border: none;
    box-shadow: none;
    outline: none;
    padding: 11px 15px 11px 20px;
    cursor:pointer;
    line-height: 15px;
}

.offer-content .cta-button .cta-arrow,
.contact-top-section .cta-button .cta-arrow{
    transform: rotate(45deg);
    display: inline-block;
    font-size: 16px;
    padding: 0 7px 0 7px;
    transition:all 00.5s;
    color:#fff;
}

.offer-content .cta-button:hover .cta-arrow,
.contact-top-section .cta-button:hover .cta-arrow{
  color:#000;
  transform: rotate(0deg);
  transition:all 00.5s;
} */

.offer-content img{
  position: absolute;
  top: -20px;
  right: 30%;
}

/*Citrus Css*/
.citrus-wrapper{
  display:flex;
  width:100%;
  align-items: center;
}

.citrus-wrapper .citrus-left,
.citrus-wrapper .citrus-right{
  width:50%;
}

.citrus-wrapper .citrus-left img{
  width:100%;
  height:100%;
}

.citrus-wrapper .citrus-box {
    border: 1px solid #E0DDDF;
    padding: 30px 20px;
    position: relative;
    max-width: 500px;
    margin-left:auto;
}

.citrus-wrapper .citrus-right{
  display: flex;
  justify-content: center;
  align-items: center;
}

.citrus-wrapper .citrus-box .section-title{
text-align:left;
margin-bottom:20px;
}

.citrus-wrapper .citrus-box .description{
  font-size: 18px;
  color: #000;
  line-height: 24px;
  letter-spacing: 0;
  margin-top: 0;
}

.citrus-wrapper .citrus-box .icon-img{
  /* display:flex; */
  gap:20px;
  margin-bottom:20px;
}

.citrus-wrapper .citrus-box .icon-img img {
  margin-right:10px;
  width: 100px;
}

.citrus-wrapper .citrus-box .cta-button{
  padding:11px 15px 11px 20px;
}

.citrus-wrapper .citrus-box .cta-button .cta-arrow{
    transform: rotate(45deg);
    display: inline-block;
    font-size: 16px;
    padding: 0 7px 0 7px;
    color:#fff;
}

.citrus-wrapper .citrus-box .cta-button:hover .cta-arrow{
   color:#000;
  transform: rotate(0deg);
  transition:all 00.5s;
}



/*Card box css*/
.card-box-wrapper{
    grid-column-gap: 7rem;
    grid-template-columns: 1fr 1fr 1fr;
    display: grid;
    margin-top: 40px;
}

.card-box-wrapper .step {
  width: 300px;
  position: relative;
  text-align: left;
}

.card-box-wrapper .step-image {
  overflow: hidden;
}

.card-box-wrapper .step-image img {
  width: 100%;
  height: auto;
  display: block;
}

.card-box-wrapper .step h3 {
    font-size: 24px;
    font-weight: 400;
    margin: 15px 0 10px 0;
    color: #000;
    letter-spacing: 0px;
    line-height: 26px;
}

.card-box-wrapper .step p {
  font-size: 14px;
  line-height:16px;
  color:#000;
  letter-spacing:0px;
}

.card-box-wrapper .step-number {
  position: absolute;
  bottom: -65px;
  left: 0%;
  background: #000;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  padding: 4px 10px;
  height: 40px;
  width: 40px;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
  transition: all 0.4s ease;
}


/**/
.card-kit-wrapper{
    grid-column-gap: 7rem;
    grid-template-columns: 1fr 1fr 1fr;
    display: grid;
    margin-top: 40px;
}
.card-kit-wrapper .card-border{
  border:1px solid #E0DDDF;
  padding:20px;
}

.card-kit-wrapper .card-kit-img{
  display:flex;
}

.card-kit-wrapper .card-kit-info img{
  width:100%;
}

.card-kit-wrapper .card-kit-info h3 {
    font-size: 26px;
    font-weight: 400;
    margin: 0px 0 10px 0;
    color: #000;
    letter-spacing: 0px;
    line-height: 30px;
}

.card-kit-wrapper .card-kit-info p {
  font-size: 18px;
  line-height:24px;
  color:#000;
  letter-spacing:0px;
  margin-bottom:0px;
}

.card-kit-wrapper .card-kit-info{
  transition:all 0.5s;
}

.card-kit-wrapper .card-kit-info:hover{
 box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.20);
}

/*Review css*/
.swiper-review{
  overflow: hidden;
}
.swiper-review .swiper-wrapper{
  height: auto;
}
.swiper-wrapper .card{
  text-align: center
}

.swiper-wrapper .card p,
.swiper-wrapper .card strong,
.swiper-wrapper .card span{
    color: #000;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    font-family: 'NeueHaasDisplay', sans-serif;
}

.swiper-wrapper .card strong{
  font-weight:600;
}

.swiper-review .mySwiper{
  margin-top:30px;
}

/*Faq's Css*/
.faq-wrapper .faq-display{
  grid-template-columns: 1fr 1fr;
  display: grid;
  gap:30px;
}
.faq-wrapper .faq-title {
  font-size: 50px;
  line-height:55px;
  font-weight: 400;
  color: #000;
  letter-spacing: 0px;
  margin: 0;
}

.faq-wrapper .faq-item{
  border-bottom:1px solid #CBD4DE;
  position:relative;
}

.faq-wrapper .faq-question {
  width: 100%;
  padding: 15px 20px 15px 0;
  color: #000;
  font-size: 18px;
  border: none;
  cursor: pointer;
  background: none;
  text-align: left;
  font-weight:500;
  line-height: 24px;
  transition: all 0.5s;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-wrapper .faq-question p {
  margin: 0;
}

.faq-wrapper .faq-answer {
  position: relative;
  font-size: 18px;
  color: #000;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  margin: 0;
  overflow: hidden;
  height: 0;
  opacity: 0;
  transform: translateY(-6px);
  transition:
    height 0.45s ease,
    opacity 0.3s ease,
    transform 0.3s ease;
  font-family: 'NeueHaasDisplay', sans-serif;
}

.faq-wrapper .faq-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.faq-wrapper .icon-minus {
  display: none;
}

.faq-wrapper .icon-plus {
  display: block;
}

.faq-wrapper .faq-item.active .icon-plus {
  display: none;
}

.faq-wrapper .faq-item.active .icon-minus {
  display: block;
}

.faq-wrapper .faq-icon svg {
  transition: all 0.3s ease;
}

.faq-item.active .faq-answer {
   opacity: 1;
  transform: translateY(0);
   padding: 10px 0 20px 0;
}

/* .faq-wrapper .faq-question.active .faq-wrapper img{
  transform: rotate(180deg);
} */

/* .faq-wrapper .faq-arrow{
  position: absolute;
  top: 13px;
  right: 30px;
  transition:all 0.5s ease-in-out;
}

.faq-item.active .faq-arrow {
  transform: rotate(180deg);
  transition:all 0.5s ease-in-out;
} */

/*Footer CSs*/
.footer-wrapper {
  background: #fff;
  border-top: 1px solid #CBD4DE;
  padding: 40px 20px 90px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
  gap: 80px;
  align-items: start;
}

.footer-column h4 {
  text-transform: lowercase;
  font-size: 18px;
  margin-bottom: 12px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 24px;
  margin-top: 0;
}

.footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-column ul li {
  margin-bottom: 5px;
  line-height: 0;
}

.footer-column a {
  text-decoration: none;
  color: #000;
  font-size: 18px;
  letter-spacing: 0px;
  line-height:24px;
}

.footer-column a:hover {
  text-decoration: underline;
}

.footer-grid .newsletter{
  border-right: 1px solid #CBD4DE;
  padding-right: 30px;
}

.footer-grid .newsletter p.text {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 0px;
  color:#000;
  max-width: 240px;
}

.footer-grid .newsletter p i,
.footer-column ul li i{
  font-family: "Instrument Serif", seri;
}

.footer-logo img{
  width:100%;
  padding:50px 0px 40px;
}

.footer-bottom .footer-bottom-grid{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  align-items: center;
}

.footer-bottom .footer-copyright p{
  font-size:18px;
  color:#000;
  font-weight:400;
  letter-spacing:0;
  line-height:24px;
  margin:0px;
  text-align:center;
}

.footer-bottom .footer-language{
  text-align:right
}

.footer-bottom .list-social{
  justify-content: start
}

.footer-bottom .footer-language h2{
  margin-top:0px;
  font-size:12px;
}

.footer-bottom .footer-language .localization-form button{
  font-size:18px;
  line-height:24px;
  position: relative;
  margin:0px;
}

#FooterCountryLabel{
  display:none;
}

.footer-bottom .footer-language .icon-caret{
  height:8px;
}

.footer-language .localization-form__select:after{
  display:none;
}

.footer-language .link{
  text-decoration:none;
}

.footer-block-info{
  padding-bottom:80px;
}

.footer-block-info .content{
  max-width:600px;
  margin:0 auto;
}

.footer-block-info .content p{
  font-size:16px;
  color:#6E6E6E;
  line-height:22px;
  padding:15px 10px;
  text-align:center;
  border:1px solid #CBD4DE;
  margin:0px;
}

.footer-block-info .info-block{
  padding-top:20px;
  max-width:600px;
  margin:0 auto;
}

.footer-block-info .info-block p,
.footer-block-info .info-block ul li{
  font-size:16px;
  color:#6E6E6E;
  line-height:22px;
  text-align:center;
  margin:0px;
  letter-spacing: 0px;
}

.footer-block-info .info-block h3,
.footer-block-info .info-block h4{
  font-size:16px;
  color:#000;
  line-height:22px;
  text-align:center;
  font-weight:500;
  margin: 20px 0;
  letter-spacing: 0px;
}

.footer-block-info .info-block h4{
  max-width: fit-content;
  border-bottom: 1px solid #000;
  margin: 20px auto;
}

.footer-block-info .info-block ul{
  list-style: none;
  padding: 0;
  margin: 0px;
  text-align: center;

}

.footer-block-info .info-block ul li a{
  text-decoration: none;
  color:#6E6E6E;
  margin: 5px 0;
  display: block;
}

.footer-block-info .info-block .image,
.footer-block-info .info-block .tic-mark{
  text-align:center;
  margin-top:10px;
}

.footer-block-info .info-block .tic-mark{
  margin-top:40px;
}

/*Fuel Guide Css*/
.fuel_guide_wrapper .fuel_guide_inner{
  display: flex;
  align-items: center;
  width:100%;
}

.fuel_guide_wrapper .left_inner,
.fuel_guide_wrapper .right_inner {
  width:50%;
}

.fuel_guide_wrapper .left_inner img{
  width:100%;
  display:block;
}

.fuel_guide_wrapper .accordion-header::after {
  display:none;
}

.fuel_guide_wrapper .fuel_guide_inner .accordion {
  width: 100%;
  max-width:400px;
  border: 1px solid #DEDCDB;
  border-radius: 4px;
  overflow: hidden;
  margin: 0 auto;
}

.fuel_guide_wrapper .fuel_guide_inner .accordion-item {
  border-bottom: 1px solid #DEDCDB;
}

.fuel_guide_wrapper .fuel_guide_inner .accordion-header {
  width: 100%;
  background: #fff;
  border: none;
  outline: none;
  padding: 8px 16px;
  font-size: 18px;
  line-height:24px;
  font-weight: 500;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  color:#000;
}

.fuel_guide_wrapper .fuel_guide_inner .accordion-header span {
  font-size: 26px;
  transition: transform 0.3s ease;
  font-weight: 300;
  color: #666;
}

.fuel_guide_wrapper .fuel_guide_inner .accordion-item.active .accordion-header span {
  transform: rotate(45deg);
}

.fuel_guide_wrapper .fuel_guide_inner .accordion-content {
  height: 0;
  overflow: hidden;
  background: #fff;
  transition: max-height 0.3s ease, padding 0.3s ease;
  padding: 0 16px;
}

.fuel_guide_wrapper .fuel_guide_inner .accordion-item.active .accordion-content {
  height: 100%;
  padding: 12px 16px;
  transition: max-height 0.3s ease, padding 0.3s ease;
}

.fuel_guide_wrapper .fuel_guide_inner .accordion-content p{
  font-size:18px;
  line-height:24px;
}

/*Neue Routines Css*/
.neue_routine_wrapper .neue_routines_inner{
  display: flex;
  align-items: center;
  width:100%;
}

.neue_routine_wrapper .routine_left,
.neue_routine_wrapper .routine_info {
  width:50%;
}

.routine_left h2{
  font-size: 50px;
  line-height: 45px;
  letter-spacing: 0px;
  color: #000;
  margin: 0;
}

.routine_left p{
  font-size:18px;
  line-height:24px;
  margin:5px 0 0px;
  letter-spacing:0px;
  color:#000;
}

.neue_routine_wrapper .routine_left .text-right{
  max-width: 290px;
  float: right;
  width: 100%;
}

.neue_routines_inner .routine_info{
  padding-left:40px;
}

.routine_info .routine-item{
  margin-bottom:12px;
}

.routine_info .routine-item h3{
 font-size: 26px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #000;
  font-weight:600;
  margin: 0 0 5px 0;
}

.routine_info .routine-item p{
 font-size: 18px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #000;
  margin: 0;
}

.routine_info button{
  width: 200px;
  max-width: 100%;
}

/*Enjoy Vitality*/

.enjoy_anvone_wrapper .enjoy_anvone_inner{
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  flex-wrap:wrap;
  gap:30px;
}

.enjoy_anvone_inner .step{
  position:relative;
  max-width: 100%;
  width:330px;
}

.enjoy_anvone_inner .step img{
  width:100%;
}

.enjoy_anvone_inner .step.border:nth-child(2):after,
.enjoy_anvone_inner .step.border:nth-child(2):before,
.enjoy_anvone_inner .step.border:nth-child(5):after,
.enjoy_anvone_inner .step.border:nth-child(5):before{
   position:absolute;
   content:"";
   top:0;
   left:-75px;
   height:100%;
   width:1px;
   background:#CBD4DE;
}

.enjoy_anvone_inner .step.border:nth-child(2):before,
.enjoy_anvone_inner .step.border:nth-child(5):before{
  left:auto;
  right:-75px;
}

.enjoy_anvone_inner h6{
    font-size: 20px !important;
    line-height: 24px !important;
}

.enjoy_anvone_inner h5,
.enjoy_anvone_inner h6{
  font-size: 18px;
  line-height: 24px;
  color: #000;
  letter-spacing: 0px;
  margin: 10px 0 0;
  font-weight: 400;
  display: flex;
}

.enjoy_anvone_inner .step-text{
  gap:10px;    
  padding: 0 10px;
}

.enjoy_anvone_inner .step-text p{
  font-size:18px;
  letter-spacing:0px;
  line-height:24px;
  color: #000;
}

/*About us page*/
.section-template--26687511331200__rich_text_CpRzPK-padding{
  padding-top:30px !important;
}
#shopify-section-template--26687511331200__rich_text_CpRzPK .rich-text__text p{
  font-size: 24px;
  color: #000;
  line-height: 28px;
  margin-bottom:15px;
}

.about_top_section .about_page_top{
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.about_top_section .about_page_top h2{
  font-size: 120px;
  color: #000;
  line-height: 120px;
  letter-spacing: 0px;
  margin-bottom: 20px;
  margin-top: 0px;
}

.about_top_section .about_page_top img{
  width: 120px;
}

.about_top_section .about_page_top p{
  font-size: 18px;
  letter-spacing: 0px;
  line-height: 24px;
  text-align: center;
  margin-bottom:0px;
  margin-top: 25px;

}

.creating_solutions_wrapper_inner .creating_solutions_image,
.creating_solutions_wrapper_inner .creating_solutions_info{
  width:50%;
}

.creating_solutions_wrapper_inner .creating_solutions_info{
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.creating_solutions_wrapper_inner .creating_solutions_image img{
  width:100%;
    transition:all 00.5s;
}

.creating_solutions_wrapper_inner .creating_solutions_image img:hover{
  transform:translateY(-10px);
  transition:all 00.5s;
}

.creating_solutions_wrapper_inner .creating_solutions_info h2{
  font-size: 26px;
  line-height: 30px;
  color: #000;
  font-weight: 500;
  margin-bottom: 15px;
  margin-top: 0;
  letter-spacing: 0;
}

.creating_solutions_wrapper_inner .creating_solutions_info .description_content{
   font-size: 18px;
  line-height: 24px;
  color: #000;
  font-weight: 400;
  margin:0px;
  letter-spacing: 0;
}

.creating_solutions_wrapper_inner .creating_solutions_info .description_content p{
  margin-top:0px;
}

.about_team_wrapper .title {
  margin:0px;
}

.about_team_inner .about_team_info h3{
  padding-top:10px;
}

.about_team_wrapper .title h2,
.about_team_inner .about_team_info h3{
  font-size: 26px;
  line-height: 30px;
  color: #000;
  margin:0px;
  letter-spacing: 0;
}

.about_team_wrapper .about_team_inner{
  display:grid;
  grid-template-columns:1fr 1fr 1fr;
  margin-top:50px;
  gap:10px;
}

.about_team_inner .about_team_info .about_team_img{
  overflow:hidden;
   transition:all 0.5s;
}

.about_team_inner .about_team_info img{
  width:100%;
  transition: all 0.5s;
  display: flex;
  object-fit: cover;
}

.about_team_info:hover .about_team_img img{
  transform:scale(1.1);
  transition:all 0.5s;
}

.about_team_inner .about_team_info h4{
  font-size: 14px;
  line-height: 15px;
  letter-spacing: 0;
  color: #000;
  border-bottom: 1px solid #CBD4DE;
  padding-bottom: 10px;
  margin-bottom: 10px;
  margin-top: 0px;
}

.about_team_inner .about_team_info p,
.about_team_inner .about_team_info a{
  font-size: 18px;
  line-height: 24px;
  margin:0px 0 20px;
  letter-spacing: 0;
  color: #000;
}

.about_team_inner .about_team_info a{
  text-decoration: none;
  border-bottom: 1px solid #000;
  padding-bottom: 2px;
}

/*Contact Page Css*/
.contact-page-wrapper .inner-page-title h3{
      font-size: 24px;
    line-height: 30px;
    letter-spacing: 0px;
    color: #000;
    border-bottom: 1px solid #D5D4D1;
    padding-bottom: 30px;
        margin-bottom: 0;
}
.contact-top-section{
  padding:90px 0 20px 0;
  max-width: 520px;
}
.contact-top-section h2{
  font-size: 24px;
  line-height: 28px;
  margin:0px 0 20px;
  letter-spacing: 0;
  color: #000;
}

.contact-top-section p{
  font-size: 18px;
  line-height:24px;
  margin:0px 0 20px;
  letter-spacing: 0;
  color: #000;
}

/* .contact-top-section .cta-button{
    font-size: 12px;
    border: none;
    box-shadow: none;
    outline: none;
    padding: 11px 20px 11px 30px;
    margin-top: 0px;
    cursor: pointer;
    line-height: 15px;
} */

.contact-page-wrapper .custom-field .field::before,
.contact-page-wrapper .custom-field .field::after,
.contact-page-wrapper .field::before,
.contact-page-wrapper .field::after{
  display:none;
}

.contact-page-wrapper .field input,
.contact-page-wrapper .field .text-area{
  padding: 15px;
  border-radius: 0px;
  border: 1px solid #CBD4DE;
  height: auto;
  letter-spacing: 0px;
  color: #000;
  font-size: 14px;
}

.contact-page-wrapper .field .field__label {
  color: #CBD4DE;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 30px;
}

.contact-page-wrapper form{
  max-width: 500px;
}

.contact-page-wrapper .contact__button{
  margin-top: 1rem;
}

.contact-page-wrapper .contact__button button{
  width:100%;
  font-size:16px;
}

/*Collection page*/
.collection .card-wrapper .card__content .card__information{
  display:flex;
  justify-content:space-between;
  padding-left: 20px !important;
  padding-right: 20px !important;
  align-items:center;
}

.collection .card-wrapper .card__content .card__information .card-information{
  text-align:right;
}

.collection .card-wrapper .card__content .card__information .card__heading,
.collection .card-wrapper .card__content .card__information .price__container .price__regular{
  font-size:18px;
  color:#000;
  line-height:24px;
  letter-spacing:0px;
  width: -webkit-fill-available;
}

.collection .card-wrapper .card__inner .card__badge span{
      font-size: 10px;
    padding: 5px 10px;
}

.custom_collection_wrapper .collection_inner{
  display: flex;
  width: 100%;
  gap:50px;
  margin-bottom:20px;
}

.custom_collection_wrapper .collection_inner .c-img{
  width: 50%;
}

.custom_collection_wrapper .collection_inner .c-img img{
  width:100%;
}

.custom_collection_wrapper .collection_info {
  width: 50%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align:left;
}

.custom_collection_wrapper .collection_info h3{
  font-size:18px;
  line-height:24px;
  letter-spacing:0px;
  margin:0px;
}

.custom_collection_wrapper .collection_info h2{
  font-size:24px;
  line-height:28px;
  letter-spacing:0px;
  margin:7px 0px;
}

.custom_collection_wrapper .collection_info p,
.custom_collection_wrapper .collection_info li,
.custom_collection_wrapper .collection_info a{
  font-size:18px;
  line-height:24px;
  letter-spacing:0px;
  margin:0px;
  color: #000000;
}

.custom_collection_wrapper .collection_info a{
  color:#000;
  margin-top:20px;
  text-decoration: none;
  border-bottom: 1px solid #000;
  padding-bottom: 2px;
  width: max-content;
   transition:all 0.5s;
}

.a_hover:hover{
  transform:translateY(-3px);
  transition:all 0.5s;
}

.custom_collection_wrapper .collection_info ul{
  padding-left:25px;
}

.facets-container-drawer{
  border-bottom: 1px solid #D5D4D1;
  padding-bottom: 30px;
}

.collection #product-grid{
  margin: 0;
  padding-top: 90px;
}

/*Product Detail Css*/
.product__info-container .product__description ul{
  padding-left:0px;
}
.product__info-container .product__description p,
.product__info-container .product__description ul li{
  font-size: 18px;
  line-height: 24px;
  color: #000;
}

.product .product__title,
.product .product__text {
  margin: 0 !important;
}

.product .product__text {
  font-size: 18px;
  color: #000;
  line-height: 24px;
}

.price__regular .price-item--regular,
.price .price-item{
      font-size: 18px;
    line-height: 24px;
}

.product .price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border-top: 1px solid #CBD4DE;
  border-bottom: 1px solid #CBD4DE;
  padding: 5px 0px;
}

.product .price .price_per p {
  font-size: 13px;
  color: #000;
  line-height: 30px;
  margin: 0;
  font-weight: 600;
}

.price__sale .price-item.price-item--regular {
  color: #B7B7B7;
}

.product_qty_cta {
  display: flex;
  gap: 10px;
  flex-direction: column;
}

.product-form__input {
  max-width: max-content !important;
}

.buy_buttons_main {
  width: 100%;
}

.product_benifits .block_content p {
  font-size: 18px;
  color: #000;
  letter-spacing: 0;
  line-height: 24px;
}

.product-data {
  width: 100%;
  padding: 25px;
  border: 1px solid #CBD4DE;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.product-data .product-data-inner img{
  width:auto;
  height:53px;
}
.product-data .product-data-inner p{
  font-size:13px;
  line-height:20px;
  letter-spacing:0px;
  color:#000;
  margin: 10px 0 0 0;
}

.thumbnail-list__item.slider__slide{
  width: calc(21% - .6rem) !important;
}

/*Scientific research wrapper*/
.scientific_research_wrapper .inner-page-title h3,
.scientific_research_wrapper .study-grid-main h3{
    font-size:26px;
    line-height:30px;
    letter-spacing:0px;
    color:#000;
    margin: 10px 0px;
}

.scientific_research_wrapper p.subtext {
    color: #000;
    font-size: 18px;
    line-height:24px;
    margin: 0 0 25px 0;
}

.scientific_research_wrapper .study-tabs {
    padding: 20px;
    border: 1px solid #E0DDDF;
    max-width: 500px;
    margin-bottom: 50px;
}

.scientific_research_wrapper .study-tabs h3 {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 400;
}

.scientific_research_wrapper .main-tabs {
  display: flex;
  gap: 20px;
  margin-bottom: 15px;
}

.scientific_research_wrapper .main-tab {
   font-size: 18px;
  line-height:24px;
  cursor: pointer;
  color: #000;
}

.scientific_research_wrapper .main-tab span {
  font-style: italic;
  font-weight: 300;
}

.scientific_research_wrapper .main-tab.active {
  border-bottom: 1px solid #000;
  padding-bottom: 3px;
}

.scientific_research_wrapper .sub-tabs {
  display: flex;
  gap: 15px;
  margin-top: 10px;
  flex-wrap: wrap;
}

.scientific_research_wrapper .sub-tab {
   font-size: 18px;
  line-height:24px;
  color: #888888;
  cursor: pointer;
}

.scientific_research_wrapper .sub-tab.active {
  color: #000;
  border-bottom: 1px solid #000;
  padding-bottom: 2px;
}

.scientific_research_wrapper .study-tabs p{
  color: #000;
  font-size: 18px;
  line-height:24px;
  margin: 0 0 15px;
}

.scientific_research_wrapper .study-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-top: 20px;
}

.scientific_research_wrapper .study-card .study-card-inner{
    border-left:1px solid #E0DDDF;
    padding-left:10px;
}

.scientific_research_wrapper .study-card{
  border-top:1px solid #E0DDDF;
  padding-bottom: 30px;
}

.scientific_research_wrapper .study-card h4 {
   font-size: 18px;
  line-height:24px;
  font-weight: 400;
  color:#000;
  margin-top:20px;
  margin-bottom: 20px;
}

.scientific_research_wrapper .study-card p {
  margin: 5px 0;
  color: #000;
   font-size: 18px;
  line-height:24px;
}

.scientific_research_wrapper .study-card strong {
  font-weight: 700;
}

.scientific_research_wrapper .study-card a {
  color: #000;
  text-decoration: underline;
  word-break: break-all;
  line-height: 20px;
  font-size: 14px;
  margin: 0;
}

.scientific_research_wrapper .study-grid-main h3{
  padding-bottom:30px;
  margin:0px !important;
}

.scientific_research_wrapper .study-grid-main.margin{
    margin:20px 0;
}

.scientific_research_wrapper .study-grid-main {
  display: none;
}

.scientific_research_wrapper .study-grid-main.active {
  display: block;
}

.scientific_research_wrapper .debug-info {
  background: #f0f0f0;
  padding: 15px;
  margin: 20px 0;
  border: 2px solid #ff0000;
  font-size: 12px;
}

/*How it work css*/
.how-it-works {
  min-height: 100vh;
  position: sticky;
  top:0px;
}

.how-it-works .hiw-container {
  position: sticky;
  top: 20rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
}

.how-it-works .hiw-container h2{
  margin-top:0px;
  margin-bottom:30px;
}

/* CARDS ROW */
.how-it-works .hiw-items {
  display: flex;
  width:100%;
}

.how-it-works .hiw-item {
  position: relative;
  width:33%;
}

.how-it-works .hiw-item-inner{
    height: 100%;
    padding-bottom: 100px;
}

.how-it-works .hiw-image img {
  width: 100%;
  height: 210px;
  display: block;
  object-fit: cover;
}

.how-it-works .hiw-number {
  display: inline-block;
  margin-top: 40px;
  background: #000;
  color: #fff;
  padding: 0;
  border-radius: 0;
  font-size: 22px;
  height: 40px;
  width: 40px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.how-it-works .hiw-title {
  font-size: 26px;
  font-weight: 400;
  margin: 15px 0 10px 0;
  color: #000;
  letter-spacing: 0px;
  line-height: 30px;
}

.how-it-works .hiw-description {
  font-size: 18px;
  line-height:24px;
  color:#000;
  letter-spacing:0px;
}

.how-it-works .hiw-description p{
  margin-bottom:0px;
}

/* image: from TOP → down */
.how-it-works .hiw-item:nth-child(2) .hiw-image,
.how-it-works .hiw-item:nth-child(3) .hiw-image {
  opacity: 0;
  transform: translateY(-3rem); /* top to bottom */
  filter: blur(5px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out, filter 0.6s ease-out;
}

/* text: from BOTTOM → up */
.how-it-works .hiw-item:nth-child(2) .hiw-number,
.how-it-works .hiw-item:nth-child(2) .hiw-title,
.how-it-works .hiw-item:nth-child(2) .hiw-description,
.how-it-works .hiw-item:nth-child(3) .hiw-number,
.how-it-works .hiw-item:nth-child(3) .hiw-title,
.how-it-works .hiw-item:nth-child(3) .hiw-description {
  opacity: 0;
  transform: translateY(3rem); 
  transition: opacity 0.6s ease-out, transform 0.6s ease-out, filter 0.6s ease-out;
}

/* When card is “active” */
.how-it-works .hiw-item.show .hiw-image,
.how-it-works .hiw-item.show .hiw-number,
.how-it-works .hiw-item.show .hiw-title,
.how-it-works .hiw-item.show .hiw-description {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

/* PROGRESS BAR */
.how-it-works .hiw-progress {
  width: 100%;
  height: 3px;
  background: #f7f7f7;
  margin-top: 2rem;
  position: absolute;
  bottom: 20px;
  z-index: -1;
}

.how-it-works .hiw-line {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0%;
  background: #000;
  transition: width 0.3s ease-out;
}

/*FAQ page css*/
.faq-page-wrapper .section-padding{
  padding:90px 0 0px;
}

.faq-page-wrapper .inner-page-title h3{
  font-size:26px;
  line-height:30px;
  letter-spacing:0px;
  color:#000;
   border-bottom: 1px solid #D5D4D1;
   padding-bottom:30px;
   margin-bottom:0px;
}

/* Heading */
.faq-page-wrapper h2 {
  font-size: 26px;
  line-height:30px;
  color: #000;
  margin-bottom: 10px;
  margin-top:0px;
}

.faq-page-wrapper p.subtext {
  color: #000;
  font-size: 18px;
  line-height:24px;
  margin: 15px 0;
}

/* Tabs */
.faq-page-wrapper .faq-tabs {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #E0DDDF;
    overflow: hidden;
    width: 600px;
    max-width: 100%;
    padding: 20px;
    gap: 20px;
}

.faq-page-wrapper .faq-tab {
  text-align: center;
  cursor: pointer;
  font-size: 18px;
  line-height:24px;
  transition: all 0.3s ease;
  color: #000;
  letter-spacing: 0;
}

.faq-page-wrapper .faq-tab:last-child {
  border-right: none;
}

.faq-page-wrapper .faq-tab:hover {
    border-bottom: 1px solid #000;
}

.faq-page-wrapper .faq-tab.active {
    border-bottom: 1px solid #000;
}

/* FAQ content area */
.faq-page-wrapper .faq-content {
  margin-top: 40px;
}

.faq-page-wrapper .faq-group {
  display: none;
}

.faq-page-wrapper .faq-group.active {
  display: block;
}

.faq-page-wrapper .faq-content .faq-group h4{
  font-size: 26px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #000;
  margin: 40px 0 10px;
}

/* Accordion items */
.faq-page-wrapper .faq-item {
  border-bottom: 1px solid #ddd;
  padding: 18px 0;
}

.faq-page-wrapper .faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  line-height:24px;
  color: #000;
  cursor: pointer;
    transition:
    max-height 0.45s ease,
    opacity 0.35s ease,
    transform 0.35s ease;
}

.faq-page-wrapper .faq-answer {
  color: #000;
  font-size: 18px;
  line-height:24px;
  padding-left: 30px;
   max-height: 0;
  overflow: hidden;
  height:0;
  opacity: 0;
  transform: translateY(-8px);
  transition:
    max-height 0.45s ease,
    opacity 0.35s ease,
    transform 0.35s ease;
}

.faq-page-wrapper .faq-icon {
   position: relative;
     width: 18px;
  height: 18px;
}

.faq-page-wrapper .faq-icon svg {
  position: absolute;
  inset: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

/* Default state */
.faq-page-wrapper .icon-plus {
  opacity: 1;
  transform: scale(1);
}

.faq-page-wrapper .faq-item .icon-minus {
 opacity: 0;
  transform: scale(0.6);
}


/* Active (open) state */
.faq-page-wrapper .faq-item.active .icon-plus {
  opacity: 0;
  transform: scale(0.6);
}

.faq-page-wrapper .faq-item.active .icon-minus {
 opacity: 1;
  transform: scale(1);
}

 .faq-page-wrapper .faq-item.active .faq-answer {
  opacity: 1;
  transform: translateY(0);
}

/* .faq-page-wrapper .faq-item.active img {
  transform: rotate(180deg);
} */

.faq-page-wrapper .faq-content .faq-flex{
  display:flex;
  justify-content:space-between;
  gap:40px;
  width:100%;
}

.faq-page-wrapper .faq-content .faq-flex .faq-list{
  width:50%
}

.imprint__wrapper .inner-page-title h3{
  font-size:26px;
  line-height:30px;
  letter-spacing:0px;
  color:#000;
  border-bottom: 1px solid #D5D4D1;
  padding-bottom:30px;
  margin-bottom:0px;
}

.imprint_inner .content p{
  font-size:18px;
  line-height:30px;
  letter-spacing:0px;
  margin:2px 0px;
}

.imprint_inner .content{
  padding-bottom:20px;
  max-width:340px;
}

.imprint_inner .content.custom-margin{
  padding-bottom:40px;
}

.facets_collection_title {
  margin: 0;
  font-size: 24px;
  color: #000;
  line-height: normal;
  letter-spacing: 0px;
  text-align:center;
}

.custom_sorting_button {
  display: flex;
  align-items: center;
}

.menu-drawer__localization .localization-form{
  justify-content: center;
  display: flex !important;
}

.custom_menu_drawer .localization-form__select .icon-caret{
  right: calc(var(--inputs-border-width) + 2.5rem) !important;
}

.header-localization .disclosure .localization-form__select{
  padding:1.5rem 2rem !important;
}

.custom_menu_drawer .menu-drawer__utility-links .localization-form__select{
  color:#000 !important;
}


/*Loop Subscription*/
.loop-widget-purchase-option:hover{
  transform: scale(1) !important;
}

.loop-widget-purchase-option-header .loop-widget-purchase-option-label{
  font-size: 20px !important;
    color: #000 !important;
    line-height: 28px !important;
}

.loop-widget-purchase-option-header .loop-widget-purchase-option-compare-at-price,
.loop-widget-purchase-option-header .loop-widget-purchase-option-price{
   font-size: 18px !important;
  color: #B7B7B7 !important;
  line-height: 24px !important;
}

.loop-widget-purchase-option-header .loop-widget-purchase-option-price{
  color:#000 !important;
  padding-left: 10px;
}

.loop-widget-spg-container{
  margin-left:0px !important;
}

.loop-widget-purchase-option-selected{
  border-color: #5E8454 !important;
  border-width:2px !important;
  border-radius: 0px !important;
}

.loop-widget-purchase-option-border-top{
  border-radius: 0px !important;
}

.selling-plan-info ul{
    padding: 0;
    margin: 0;
}

.selling-plan-info h5{
    font-size: 18px;
    margin: 15px 0px 25px;
    color: #000;
    line-height: 24px;
}

.selling-plan-info ul li{
   font-size: 18px;
    margin: 20px 0px;
    color: #000;
    line-height: 24px;
    display: flex;
    gap: 15px;
}

/*Responsive*/
@media (max-width: 420px){
  .product_qty_cta{
    display:block;
  }
}

@media (min-width:750px){
  .facets-container-drawer{
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr !important;
  }
}

@media (max-width:767px){
  .enjoy_anvone_inner h6{
    font-size: 20px !important;
    line-height: 26px !important;
  }
  .experts-wrapper{
    grid-template-columns: repeat(1, 1fr);
    margin-top:20px !important;
  }
  .top-home-section{
    flex-direction:column;
    height: auto;
  }
  /* .top-home-section .right-text-box .sub-title,
  .offer-content .offer-title,
  .citrus-wrapper .citrus-box .title,
  .how-it-works .hiw-title,
  .card-kit-wrapper .card-kit-info h3{
    font-size:18px;
    letter-spacing:0px;
  } */
  .top-home-section .left-img,
  .top-home-section .right-text-box,
  .anvone-vitality-wrapper .left-box,
  .anvone-vitality-wrapper .right-box,
  .vitality-container .vitality-right,
  .vitality-container .vitality-left{
    width:100%;
  }
  .top-home-section .right-text-box{
    display:block;
    padding:50px 20px;
  }
  .top-home-section .right-text-box ul{
    padding-left:15px;
  }
  .home-product-wrapper,
  .citrus-wrapper{
    display:block;
  }
  .page-width{
    padding:0px 20px !important;
  }
  .anvone-vitality-wrapper .left-box{
    justify-content:start;
    padding-top: 40px !important;
  }
  .anvone-vitality-wrapper,
  .vitality-container{
    flex-direction: column-reverse;
  }
  .home-product-wrapper{
    margin-top:20px !important;
  }
  .home-product-wrapper .product-right{
    padding-left:0px;
    max-width:100%;
    padding-top:30px;
  }
  .home-product-wrapper .btn{
    max-width:265px;
    margin:0 auto;
  }
  .vitality-wrapper .page-width{
    padding:0px 0px !important;
  }
  .vitality-container{
    gap:50px;
  }
  .vitality-box h2{
    margin-bottom:50px;
  }
  .anvone-vitality-wrapper .left-box .content{
    max-width:100%;
  }
  .vitality-box ul li img{
    height:14px;
  }
  .offer-section .offer-content,
  .offer-content .offer-title,
  .offer-content .offer-description{
    text-align:left;
  }
  .offer-content img{
    right: 20px;
    top: -50px;
    height: 60px;
  }
  .offer-content .cta-button,
  .citrus-wrapper .citrus-box .cta-button{
    background:#000;
    color:#fff;
  }
  .offer-content .cta-button{
    margin-top:0px;
  }
  .offer-content .cta-button .cta-arrow,
  .citrus-wrapper .citrus-box .cta-button .cta-arrow{
    color:#fff;
  }
  .citrus-wrapper .citrus-right{
    justify-content:flex-start;
  }
  .citrus-wrapper .citrus-left,
  .citrus-wrapper .citrus-right,
  .home-product-wrapper .product-left,
  .home-product-wrapper .product-right{
    width:100%;
  }
  .citrus-wrapper .citrus-box{
    border:none;
    padding:40px 0px 0;
    max-width: fit-content;
  }
  .card-kit-wrapper{
    display:block;
    margin-top:20px;
  }
  .card-kit-wrapper .card-border {
    border-bottom: 1px solid #E0DDDF;
    /* border: none;
    padding: 20px 0; */
  }
  .card-kit-info{
    margin-bottom:20px;
  }
  .how-it-works h2{
    margin-top:0px;
  }
  .swiper-review .mySwiper{
    margin-top:20px;
  }
  .faq-wrapper{
    padding-top:40px;
  }
  .faq-wrapper .faq-display{
    display:block;
  }
  .faq-wrapper .faq-arrow{
    right:0;
    top: 15px;
  }
  .footer-bottom .footer-bottom-grid{
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .footer-bottom .list-social{
    justify-content: center;
  }
  .footer-bottom .footer-language {
    text-align: center;
  }
  .footer-copyright{
    order: 1;
  }
 .footer-language form{
    margin-bottom:5px;
 }
 .card-box-wrapper {
    flex-direction: column;
    align-items: center;
    gap: 60px;
    grid-template-columns: 1fr;
  }

  .card-box-wrapper .step {
    width: 100%;
  }

  .card-box-wrapper .step-number {
    bottom: -35px;
  }
  .fuel_guide_wrapper .page-width {
    padding:0px !important;
  }
  .fuel_guide_wrapper .fuel_guide_inner{
    flex-direction: column-reverse;
  }
  .fuel_guide_wrapper .left_inner, .fuel_guide_wrapper .right_inner{
    width:100%;
  }
  .fuel_guide_wrapper .fuel_guide_inner .accordion{
    max-width: 100%;
    margin:0px;
  }
  .fuel_guide_wrapper .fuel_guide_inner .accordion-item:last-child,
  .fuel_guide_wrapper .fuel_guide_inner .accordion{
    border-bottom:0px;
  }
  .neue_routine_wrapper .page-width{
    padding:0px 20px !important;
  }
  .neue_routine_wrapper .neue_routines_inner{
    display:block;
  }
  .neue_routine_wrapper .routine_left, .neue_routine_wrapper .routine_info{
    width:100%;
  }
  .neue_routine_wrapper .routine_left .text-right{
    max-width: 100%;
    padding-right: 0;
    float: none;
  }
  .neue_routines_inner .routine_info{
      padding-left: 0px;
      padding-top:30px;
  }
  .enjoy_anvone_wrapper .enjoy_anvone_inner{
    display:block;
  }
  .enjoy_anvone_inner .step{
    width:100%;
  }
  .enjoy_anvone_inner .step.border{
    margin: 30px 0;
  }

  .about_top_section .about_page_top h2{
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 0px;
  }
  .about_top_section .about_page_top img {
    width: 80px;
    margin-top: 20px;
  }
  .about_team_inner .about_team_info p{
    margin-bottom: 10px;
  }
  .about_team_wrapper .about_team_inner{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 30px;
  }
  .custom-field.contact__fields{
    display:flex;
    gap:10px;
  }
  .custom_collection_wrapper .collection_inner{
    display:block;
    margin-bottom:30px;
  }
  .custom_collection_wrapper .collection_inner .c-img,
  .custom_collection_wrapper .collection_info{
    width:100%;
  }
  .custom_collection_wrapper .collection_info{
    padding:30px 10px 0px;
  }
  .contact-page-wrapper .inner-page-title{
    padding: 0px !important;
  }
  .contact-page-wrapper .inner-page-title h3{
    margin-top:40px;
  }
  #shopify-section-template--26687511331200__rich_text_CpRzPK .page-width{
    padding:0px !important;
  }
  .contact-top-section{
    padding:30px 0px;
  }
  .footer-block-info{
    padding-bottom:30px;
  }
  .faq-wrapper .faq-title{
    font-size: 24px;
    line-height: 30px;
  }
  /* .faq-item.active .faq-answer{
    padding: 10px 0px;
  } */
   .collection #product-grid {
    padding-top: 30px !important;
  }
  .collection .card-wrapper .card__content .card__information{
    display:block;
    text-align:center;
  }
  .collection .card-wrapper .card__content .card__information .card-information{
    text-align: center;
  }
   .scientific_research_wrapper .study-grid-main h3 {
    padding-bottom: 10px;
  }
  .scientific_research_wrapper .study-card{
    padding-bottom:0px;
  }
  .scientific_research_wrapper .study-grid-main.margin{
    margin:40px 0;
  }
  .how-it-works .hiw-container {
    top: 10vh;
    padding:0 20px;
  }
  .how-it-works .hiw-item {
    flex-direction: row-reverse;
    display: flex;
    gap:1rem;
    width:100%;
  }
  .how-it-works .hiw-items {
    flex-direction: column;
    gap: 2rem;
  }
  .how-it-works .hiw-container::before {
    left: 20px;
  }
  .how-it-works .hiw-number {
    position: relative;
    left: 0;
    margin: 0;
  }
  .how-it-works .hiw-progress {
    width: 3px;
    height: auto;
    margin-top: 0rem;
    top:100px;
    bottom: 0;
    left: 40px;
    transition: height 0.3s ease-out;
  }
  .how-it-works .hiw-line {
    height: 0%;
    width: 2px;
    background: #000;
    transition: height 0.3s ease-out;
  }
  .faq-page-wrapper .faq-tabs {
    padding:10px;
    gap:10px;
  }
  .faq-page-wrapper .faq-content .faq-flex{
    display:block;
    gap:0px;
  }
  .faq-page-wrapper .faq-content .faq-flex .faq-list {
    width: 100%;
  }
  .faq-page-wrapper .faq-page-wrapper .section-padding {
    padding: 30px 0 0px !important;
  }
  .grid--peek.slider .grid__item:first-of-type{
    margin-left:0px !important;
  }
  .product__media-list .product__media-item{
    width:calc(100% - 0rem - var(--grid-mobile-horizontal-spacing));
    min-width: 100% !important;
  }
  .faq-page-wrapper .section-padding{
    padding:50px 0px 20px;
  } 
  .enjoy_anvone_inner .step-text{
    padding:0px;
  }
  .how-it-works .hiw-image img{
    height:auto;
  }
  .how-it-works .hiw-item-inner{
    padding-bottom:20px;
  }
}

@media (min-width:768px){
  .how-it-works .hiw-item .hiw-number-list {
    position: absolute;
    bottom: 0;
  }
}

@media (max-width:991px){
   .top-home-section .right-text-box .sub-title,
  .section-head .section-title,
  .anvone-vitality-wrapper .left-box .vitality-line h2,
  .partner h4,
  .how-it-works .hiw-title,
  .card-kit-wrapper .card-kit-info h3,
  .routine_left h2,
  .routine_info .routine-item h3,
  .custom_collection_wrapper .collection_info h2,
  .creating_solutions_wrapper_inner .creating_solutions_info h2,
  .about_team_wrapper .title h2,
  .about_team_inner .about_team_info h3,
  .faq-page-wrapper .inner-page-title h3,
  .faq-page-wrapper h2,
  .faq-page-wrapper .faq-content .faq-group h4,
  .contact-top-section h2,
  .scientific_research_wrapper .inner-page-title h3, 
  .scientific_research_wrapper .study-grid-main h3,
  .imprint__wrapper .inner-page-title h3{
    font-size:24px;
    line-height:28px;
  }
  .top-home-section .right-text-box ul li,
  .top-home-section .right-text-box .title,
  .experts-wrapper .expert-card h4,
  .experts-wrapper .expert-card p,
  .experts-wrapper .expert-card a,
  .anvone-vitality-wrapper .left-box .vitality-list h6, 
  .anvone-vitality-wrapper .left-box .vitality-list p,
  .home-product-wrapper .price-list li,
  .home-product-wrapper .guarantee p,
  .vitality-box ul li,
  .offer-content .offer-description,
  .citrus-wrapper .citrus-box .description,
  .how-it-works .hiw-description,
  .card-kit-wrapper .card-kit-info p,
  .faq-wrapper .faq-question,
  .faq-wrapper .faq-answer,
  .menu-drawer__menu .menu-drawer__menu-item,
  .product .product__text,
  .price__regular .price-item--regular, .price .price-item,
  .product__info-container .product__description p, .product__info-container .product__description ul li,
  .product-form__quantity .form__label,
  .fuel_guide_wrapper .fuel_guide_inner .accordion-header,
  .fuel_guide_wrapper .fuel_guide_inner .accordion-content p,
  .routine_info .routine-item p,
  .product_benifits .block_content p,
  .enjoy_anvone_inner .step-text p,
  .custom_collection_wrapper .collection_info h3,
  .custom_collection_wrapper .collection_info p, .custom_collection_wrapper .collection_info li, .custom_collection_wrapper .collection_info a,
  .about_top_section .about_page_top p,
  .creating_solutions_wrapper_inner .creating_solutions_info .description_content,
  .about_team_inner .about_team_info p, .about_team_inner .about_team_info a,
  .faq-page-wrapper p.subtext,
  .faq-page-wrapper .faq-tab,
  .faq-page-wrapper .faq-question,
  .faq-page-wrapper .faq-answer,
  .contact-top-section p,
  .scientific_research_wrapper p.subtext,
  .scientific_research_wrapper .study-tabs p,
  .scientific_research_wrapper .main-tab,
  .scientific_research_wrapper .sub-tab,
  .scientific_research_wrapper .study-card h4,
  .scientific_research_wrapper .study-card p,
  .imprint_inner .content p,
  .selling-plan-info ul li,
  .selling-plan-info h5{
    font-size:16px;
    line-height: 22px;
  }
  .loop-widget-purchase-option-header .loop-widget-purchase-option-label,
  .loop-widget-purchase-option-header .loop-widget-purchase-option-compare-at-price,
  .loop-widget-purchase-option-header .loop-widget-purchase-option-price{
    font-size:16px !important;
    line-height: 22px !important;
  }
  
}

@media (min-width:768px) and (max-width:991px){
  .card-kit-wrapper{
    grid-column-gap: 2rem;
  }
  .card-box-wrapper{
    gap: 20px;
  }
  .card-box-wrapper .step{
    width:auto;
  }
  .vitality-wrapper .vitality-box{
    max-width: 370px;
    width: 100%;
    margin: 0 auto;
  }
  .fuel_guide_wrapper .fuel_guide_inner .accordion{
    max-width: 330px;
    width: 100%;
  }
  .about_top_section .about_page_top h2{
    font-size: 80px;
    line-height:85px;
  }
  .home-product-wrapper{
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }
  .faq-wrapper .faq-display{
    grid-template-columns: 1fr 2fr;
  }
  .anvone-vitality-wrapper{
    gap: 20px;
    padding: 0 20px;
  }
  .vitality-container{
    align-items:normal;
  }
  .vitality-right img{
      display: flex;
      height: 100%;
      object-fit:cover;
  }
  .contact-top-section{
    padding:60px 20px;
  }
  .footer-block-info{
    padding-bottom:60px;
  }
  .collection #product-grid {
    padding-top: 60px;
  }
  .faq-page-wrapper .section-padding {
    padding: 60px 0 0px;
  }
  .footer-grid .newsletter p.text{
    max-width: 100%;
  }
  .product__info-container{
    padding-top:30px;
    max-width: 100% !important;
  }
  .offer-content .offer-description{
    max-width:670px;
  }
  .how-it-works .hiw-image img{
    height:140px;
  }
}

@media (max-width:1023px){
  .fuel_guide_wrapper .fuel_guide_inner .accordion-content{
      max-height: fit-content;
  }
}

@media (min-width:768px) and (max-width:1023px){
  .how-it-works .hiw-container {
    max-width:720px;
  }
  .how-it-works .hiw-items{
    gap:3rem;
  }
}
@media (min-width:992px){
.how-it-works .hiw-container {
    max-width:960px;
  }
  .how-it-works .hiw-items{
    gap:6rem;
  }
}
@media (min-width:1200px){
  .how-it-works .hiw-container {
    max-width:1140px;
  }
}
@media (min-width:1400px){
  .how-it-works .hiw-container {
    max-width:1300px;
  }
    .how-it-works .hiw-items{
    gap:12rem !important;
  }
}

@media (min-width:1024px) and (max-width:1100px){
  .enjoy_anvone_inner .step{
        width: 310px;
  }
}

@media (min-width:1024px) and (max-width:1200px){
  .how-it-works .hiw-title{
    font-size:25px;
  }
  .how-it-works .hiw-description{
    font-size:17px;
  }
}

@media (min-width:768px) and (max-width:1360px){
  .page-width{
    padding:0 20px !important;
  }
  .header.page-width{
    padding-top:20px !important;
    padding-bottom:20px !important;
  }
}

@media (max-width:1100px){
 .enjoy_anvone_inner .step.border:nth-child(2):after, .enjoy_anvone_inner .step.border:nth-child(2):before,
 .enjoy_anvone_inner .step.border:nth-child(5):after, .enjoy_anvone_inner .step.border:nth-child(5):before{
    display:none;
  }
}

@media (min-width:1101px) and (max-width:1200px){
  .enjoy_anvone_inner .step.border:before:nth-child(2),
  .enjoy_anvone_inner .step.border:before:nth-child(5){
      right: -45px;
  }
  .enjoy_anvone_inner .step.border:after{
      left: -45px;
  }
}

@media (min-width:1201px) and (max-width:1300px){
  .enjoy_anvone_inner .step.border:before:nth-child(2),
  .enjoy_anvone_inner .step.border:before:nth-child(5){
      right: -55px;
  }
  .enjoy_anvone_inner .step.border:after{
      left: -55px;
  }
}

@media screen and (min-width: 991px) {
  .product.product--stacked .product__media-item {
    max-width: 100%;
  }
}

@media screen and (min-width: 750px) {
  .product.grid--2-col-tablet .grid__item {
    width: 100%;
  }
}

@media (min-width:1361px){
  .menu-drawer__navigation-container{
    height: calc(100vh - 120px) !important;
  }
  .top-home-section{
    height:675px;
  }
}

@media (max-width: 1024px) {
  .experts-wrapper .experts-section {
    grid-template-columns: repeat(2, 1fr);
  }
  .scientific_research_wrapper .study-grid {
    grid-template-columns: repeat(2, 1fr);
  }
    .header.page-width{
    padding:10px 3rem 10px 3.5rem !important;
  }
  .footer-grid{
    gap:40px;
  }
}

@media (max-width: 600px) {
  .experts-wrapper .experts-section {
    grid-template-columns: 1fr;
  }
   .scientific_research_wrapper .study-grid {
    grid-template-columns: 1fr;
  }
}

@media (1200px) and (max-width:1300px){
  .how-it-works {
      min-height: 150vh;
    }
}
.sls-widget-branding {
  display: none !important;
}