/** Shopify CDN: Minification failed

Line 164:38 Unexpected "{"

**/

@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
    font-family: 'Helvetica';
    src: url('/cdn/shop/files/Helvetica.eot?v=1756101524') format('embedded-opentype'),
        url('/cdn/shop/files/Helvetica.woff2?v=1756101525') format('woff2'),
        url('/cdn/shop/files/Helvetica.woff?v=1756101525') format('woff'),
        url('/cdn/shop/files/Helvetica.ttf?v=1756101525') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica';
    src: url('/cdn/shop/files/Helvetica-Bold.eot?v=1756101866') format('embedded-opentype'),
        url('/cdn/shop/files/Helvetica-Bold.woff2?v=1756101866') format('woff2'),
        url('/cdn/shop/files/Helvetica-Bold.woff?v=1756101866') format('woff'),
        url('/cdn/shop/files/Helvetica-Bold.ttf?v=1756101866') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}



body{
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  line-height: 28px;
  color: #202020;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  body{
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.2px;
  }
}

*{
  box-sizing: border-box;
}

/*  */
.page-width{
  padding:0 24px;
}
@media only screen and (min-width: 768px) {
  .page-width{
    width:100%;
    max-width:1920px;
    padding:0 60px;
  }
}
@media only screen and (min-width: 1501px) {
  .page-width{
    width:100%;
    max-width:1920px;
    padding:0 220px;
  }
}
/*  */


.hidden-xs{
  display:block;
}
.visible-xs{
  display:none;
}
@media only screen and (max-width: 767px) {
  .hidden-xs{
    display:none;
  }
  .visible-xs{
    display:block;
  }
}



/*  */
.title_name{
  font-size:64px;
  line-height:104px;
  font-weight:400;
  letter-spacing:1.28px;
  margin:0 0 10px;
}
.sub_title_name{
  font-size:40px;
  line-height:64px;
  letter-spacing: 0.8px;
  font-weight:400;
  margin:0 0 10px;
}
.desc{
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
  letter-spacing: 0.4px;
}
.w_full{
  width:100%;
}
@media only screen and (max-width: 767px) {
  .title_name{
    font-size:32px;
    line-height:52px;
    letter-spacing:0.6px;
    font-weight:500;
  }
  .sub_title_name{
    font-size:28px;
    line-height:52px;
    letter-spacing:0.5px;
    font-weight:500;
  }
  .desc{
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.3px;
  }
}

/*  */

/* btn css start */
.btn{
  width: 100%;
  height: 70px;
  display: inline-block;
  line-height: 70px;
  padding: 0 20px;
  text-align: center;
  background: #202020;
  font-size: 24px;
  color: #fff;
  text-decoration: unset;
  font-weight: 500;
  border: 1px solid #202020;
  text-align: center;
}

/* btn css end */

/* Annoucment bar css start */
.announcement-bar .announcement-slider{
  height: auto;
  padding: 10px 0;
}
.announcement-bar .announcement-slider .announcement-text{
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
}
@media screen and (max-width: 989px) {{
  height:64px;
  display:flex;
  align-items:center;
  justify-content:center;
}
  .announcement-bar
  .announcement-bar .announcement-slider .announcement-text{
    font-size: 16px;
    line-height: 24px;
  }
}
/* Annocument bar css end */

/* Header css start */
.header {
  padding:20px 60px;
  background: #F1F1F1;
}
.header .header__right{
  gap:20px;
  margin:0;
}
.header .header__icon--search svg path{
  stroke:#EE1717;
}
.template_legal .shopify-section-header-sticky{
  position: unset;
}
.header-wrapper>.header:before{
  background: #F1F1F1;
  background-color: #F1F1F1;
}
@media screen and (min-width: 990px) {
  .header {
    display:flex;
    justify-content: space-between;
    align-items: unset;
  }
  /* .header .header__heading-link, */
  .header .header__heading{
    width:25%;
  }
  .header .header__heading-logo{
    width:151px;
  }
  .header .menu_and_icons{
    width: 75%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
  }
  .header .header__menu-item{
    font-size: 20px;
    line-height: 32px;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 0.4px;
  }
  .header__menu-item .icon-caret{
    display: block;
    width: 13px;
    height: 13px;
    margin-left: 10px;
  }
  .header .header__inline-menu > ul > li{
    display:inline-flex;
    align-items:center;
  }
  .header .header__inline-menu ul li .NAD_have_bg.header__menu-item{
    background: #0107EF;
    padding: 4px 8px;
    color: #fff;
    border-radius: 16px;
    height: 32px;
    font-weight:700;
  }
}
@media screen and (max-width: 989px) {
  .header{
    padding: 20px 24px;
    display: flex;
    justify-content: space-between;
  }
  .header .header__left{
    width:80px;
  }
  .header .header__heading{
    width: calc(100% - 170px);
  }
  .header .menu_and_icons{
    width:80px;
  }
  .header .header__right{
    gap:0;
  }
  .header .header__heading-logo{
    width:116px;
  }
}
/* Header css end */

/* Footer css start */
footer{
  background:#E6E6E6 !important;
  padding: 80px;
}
footer .page-width{
  max-width:100%;
}
footer .footer__content-top{
  padding:0;
}
footer .footer__content-right{
  display:none;
}
footer .footer__blocks-wrapper{
  gap:0px;
  margin:0 -10px;
}
.footer .accordion{
  width:12%;
  padding:0 10px;
  margin:0 0 40px !important;
}
.footer .accordion:first-child{
  width:40%;
}
.footer .accordion summary{
  margin:0 0 43px;
}
.footer .accordion:first-child summary{
  margin:0;
}
.footer .accordion .accordion__title{
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0.5px;
  color: #202020;
  font-weight: 600;
  text-transform: capitalize;
}
.footer .footer-block__details-content li{
  margin:0 0 24px;
}
.footer .footer-block__details-content li:last-child{
  margin:0;
}
.footer .list-menu__item--link{
  font-size: 16px !important;
  line-height: 28px !important;
  font-weight: 500;
  color: #202020;
  display: block;
}
.footer .footer__list-social{
  margin-top:67px;
  margin-left: 0;
}
.footer .footer-block__details-content li.list-social__item {
    margin: 0;
}
.footer .link-with-icon .icon{
  width:26px;
  height:26px;
}
.footer .link-with-icon .icon path{
  fill:#000;
}
.footer .list-social__link:hover:after{
  display:none;
  transform:unset;
}
.footer .list-social__link:hover {
  color: inherit;
}
.footer .footer__content-bottom {
  padding-bottom:0;
}
.footer .footer__content-bottom .inner_d{
  border-top: 1px solid #202020;
  padding-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer .copyright_text{
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: #000;
}
.footer .paymentIcons{
  display:flex;
  gap:20px;
}
.footer .paymentIcons img{
  max-width:70px;
  width:100%;
  display:block;
}
@media only screen and (max-width: 1600px) {
  .footer{
    padding:40px 60px 120px;
  }
  .footer .accordion:first-child{
    width:25%;
  }
  .footer .accordion{
    width:15%;
  }
}
@media only screen and (max-width: 1199px) {
  .footer .accordion,
  .footer .accordion:first-child{
    width:33.33%;
  }
}
@media only screen and (max-width: 767px) {
  .footer{
    padding:40px 16px;
  }
  .footer .footer__blocks-wrapper{
    display:flex  !important;
    justify-content:space-between;
    flex-wrap:wrap;
    margin:0;
  }
  .footer .footer__blocks-wrapper .accordion{
    width:50%;
    max-width:50%;
    margin: 0 0 20px  !important;
    border-bottom: 1px solid #000 !important;
    padding:0 0 20px;
  }
  .footer .footer__blocks-wrapper .accordion:first-child{
    width:100%;
    max-width:100%;
  }
  .footer .footer__blocks-wrapper .accordion:last-child{
    width:100%;
    max-width:100%;
    border-bottom:none;
    margin:0 !important;
  }
  .footer .accordion summary{
    margin: 0 0 12px;
    padding: 0;
  }
  .footer .accordion .accordion__title{
    font-size: 14px;
    line-height: 22px;
    text-transform: uppercase;
  }
  .footer .footer-block__details-content {
    margin-bottom: 0;
}
  .footer .list-menu__item--link{
    font-size: 12px !important;
    line-height: 20px !important;
    text-transform: uppercase;
  }
  .footer .footer-block__details-content.footer-block-image{
    display:flex;
    justify-content: space-between;
    align-items: center;
    margin:0;
  }
  .footer .footer-block-image img{
    height: 45px;
    width: auto;
  }
  .footer .footer-block__details-content li{
    margin:0 0 12px;
    padding-right:10px;
  }
  .footer .footer-block__details-content li:last-child{
    margin:0;
  }
  .footer .footer__list-social{
    margin:0;
  }
   .footer .footer-block__details-content li.list-social__item a{
     display:flex;
     align-items: flex-end;
   }
  .footer .footer-block__details-content li.list-social__item svg{
    width:20px;
    height: 20px;
  }
  .footer .footer__content-bottom .inner_d{
    display:block;
  }
  .footer .copyright_text{
    text-align: center;
    margin: 0 0 15px;
    font-size: 12px;
  }
}
/* Footer css end */

/* Home Video Sec Start */
.homeVideoSec{
  display:flex;
}
.homeVideoSec .item_d{
  flex:1;
}
.homeVideoSec .item_d video{
  width:100%;
  display:block;
}
.homeVideoSec img{
  width:100%;
  display:block;
}
@media only screen and (max-width: 767px) {
  .homeVideoSec .item_d:last-child{
    display:none;
  }
}
/* Home Video Sec End */

/* Banner With Text sec css start */
.bannerWithTextSec{
  position:relative;
}
.bannerWithTextSec .content_d{
  position: absolute;
  top: 160px;
  right: 220px;
  max-width: 615px;
  width: 100%;
  z-index:1;
}
.bannerWithTextSec .title_name{
  margin:0;
  font-weight:700;
}
.bannerWithTextSec .sub_title_name{
  font-weight:500;
}
.bannerWithTextSec .sub_title_name.top{
  margin:0;
}
.bannerWithTextSec .sub_title_name.btm{
  margin-top:-15px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .bannerWithTextSec .img_d img.hidden-xs{
    height: 1000px;
    object-fit: cover;
    object-position: top;
  }
}
@media only screen and (max-width: 1500px) {
  .bannerWithTextSec .content_d{
    /* top: 120px; */
    top:60px;
    right: 60px;
  }
}
@media only screen and (max-width: 1380px) {
  .bannerWithTextSec .content_d{
    top:25px;
  }
  .bannerWithTextSec .content_d{
    max-width:660px;
  }
}
@media only screen and (max-width: 767px) {
  .bannerWithTextSec .content_d{
    top: 48px;
    width: 100%;
    padding: 0 24px;
    right: 0;
    left: 0;
  }
  .bannerWithTextSec .sub_title_name.btm {
    margin: 0;
  }
}
@media only screen and (max-width: 410px) {
  .bannerWithTextSec .img_d img{
    height: 780px;
    object-fit: cover;
  }
}
@media only screen and (max-width: 375px) {
  .bannerWithTextSec .img_d img{
    height: 830px;
    object-fit: cover;
  }
}
/* Banner With Text Sec Css end */

/* Icon With Text Sec Css start */
.iconWithTextSec{
  padding: 160px 220px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.iconWithTextSec .inner_d{
  max-width:694px;
  width:100%;
  background:#fff;
  padding:40px;
  background: #fff;
}
.iconWithTextSec h3{
  margin: 0 0 40px;
  font-size: 40px;
  line-height: 64px;
  font-weight: 500;
  letter-spacing: 0.8px;
}
.iconWithTextSec .iconsList{
  display:flex;
  flex-wrap:wrap;
  row-gap:36px;
}
.iconWithTextSec .item_d{
  width:25%;
  text-align: center;
  padding:0 20px;
}
.iconWithTextSec .icon_d{
  margin:0 0 8px;
}
.iconWithTextSec .icon_d img{
  max-width: 80px;
  width: 100%;
  display: block;
  margin: 0 auto;
}
.iconWithTextSec .title_text{
  font-size: 16px;
  line-height: 28px;
  font-weight: 700;
  color:#202020;
  letter-spacing: 0.3px;
  word-break:break-all;
}
@media only screen and (max-width: 1500px) {
  .iconWithTextSec{
    padding: 120px 60px;
  }
}
@media only screen and (max-width: 767px) {
  .iconWithTextSec{
    padding:0;
    display:block;
  }
  .iconWithTextSec .inner_d{
    padding: 24px 0 36px;
  }
  .iconWithTextSec h3{
    font-size: 28px;
    line-height: 52px;
    margin:0 0 36px;
    padding:0 24px;
  }
  .iconWithTextSec .iconsList{
    row-gap:24px;
    margin:0;
  }
  .iconWithTextSec .img_d img{
    width:100%;
    display:block;
  }
  .iconWithTextSec .item_d{
    width:33.33%;
    padding:0 12px;
  }
  .iconWithTextSec .icon_d img{
    max-width:64px;
  }
  .iconWithTextSec .title_text{
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
  }
}
/* Icon With Text Sec Css end */

/* Video Text Sec Css start */
.videoTextSec{
  position:relative;
  padding: 80px 0 162px;
}
.videoTextSec video{
  width:100%;
  position: absolute;
  top: 0;
  left:0;
  right:0;
  bottom:0;
  height:100%;
  object-fit: cover;
  z-index:0;
}
.videoTextSec .content_d{
  position: relative;
  padding-left: 220px;
  max-width: 692px;
  width:100%;
}
.videoTextSec .title_desc{
  margin:0 0 40px;
}
.videoTextSec .title_name{
  color:#fff;
}
.videoTextSec .desc{
  color:#fff;
}
.videoTextSec .action_btn .btn{
  border-color:#fff;
  background:#fff;
  color:#202020;
  display:block;
      font-family: 'Helvetica';
    font-weight: 700;
}
.videoTextSec .action_btn .btn:hover,
.videoTextSec .action_btn .btn:focus{
  color:#fff;
  background:transparent;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .videoTextSec .content_d{
    background: #0000006b;
    padding: 20px !important;
    margin-left: 64px;
  }
}
@media only screen and (max-width: 1500px) {
  .videoTextSec .content_d{
    padding-left: 64px;
    max-width: 540px;
  }
}
@media only screen and (max-width: 1360px) {
  .videoTextSec .content_d{
    max-width: 450px;
  }
}
@media only screen and (max-width: 767px) {
  .videoTextSec{
    padding:48px 24px;
  }
  .videoTextSec .content_d{
    padding:0;
    min-height: 550px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .videoTextSec video{
    object-position:bottom;
  }
}
/* Video Text Sec Css end */

/* Image text sec css start */
.imgTextSec{
      background: #F1F1F1;
}
.imgTextSec .inner_d{
  display:flex;
  align-items: center;
  flex-wrap:wrap;
  justify-content: space-between;
}
.imgTextSec .inner_d > div{
  width:49%;
}
.imgTextSec .content_d{
  max-width:600px;
  padding:180px 0;
}
.imgTextSec .img_d{
  text-align: center;
}
.imgTextSec .img_d img{
  max-width:100%;
  margin:0 auto;
}
.imgTextSec h5{
  font-size: 24px;
  line-height: 40px;
  font-weight: 700;
  letter-spacing: 9px;
  color:#202020;
  margin:0 0 8px;
}
.imgTextSec .title_name{
  font-weight:500;
}
.imgTextSec .desc{
  margin:0 0 40px;
}
.imgTextSec .btn{
  font-family: 'Helvetica';
  font-weight: 700;
}
@media only screen and (max-width: 1500px) {
  .imgTextSec .content_d{
    padding:120px 0;
  }
}
@media (min-width: 768px) and (max-width: 900px) {
  .imgTextSec .inner_d > div{
    width:100%;
  }
  .imgTextSec .content_d{
    margin:0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .imgTextSec{
    padding: 48px 0;
  }
  .imgTextSec .inner_d > div{
    width:100%;
  }
  .imgTextSec .content_d{
    padding: 0;
  }
  .imgTextSec h5{
    font-size:12px;
    letter-spacing:0.4px;
    margin:0;
  }
  .imgTextSec .desc{
    margin:0 0 24px;
  }
}
/* Image text sec css end */

/* Home NAD Sec css start */
.homeNADSec{
  background: #F5F5F5;
}
.homeNADSec .inner_d{
  display:flex;
  flex-wrap:wrap;
  justify-content: space-between;
}
.homeNADSec .img_d {
  width:calc(100% - 520px);
}
.homeNADSec .img_d img{
  width:100%;
  height:100%;
  object-fit: cover;
  position: relative;
  left: -100px;
}
.homeNADSec .content_d{
  max-width:520px;
  padding:120px 0;
  position: relative;
  z-index:1;
}
.homeNADSec .title_n_desc{
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #000000;
}
.homeNADSec .title_name{
  margin:0;
}
.homeNADSec .short_desc{
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: 0.4px;
  margin:0 0 20px;
  color:#202020;
}
.homeNADSec .action_d{
  margin:56px 0 0;
}
.homeNADSec .action_d a{
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
  color: #000;
  display: flex;
  align-items: center;
  gap: 10px;
}
/* @media only screen and (max-width: 1440px) {
  .homeNADSec .img_d img{
    left:60px;
  }
} */
 @media (min-width: 768px) and (max-width: 1199px) {
  .homeNADSec .content_d{
    order: 2;
    width: 100%;
    max-width: 100%;
  }
  .homeNADSec .img_d{
    order: 1;
    width: 100%;
  }
  .homeNADSec:after{
    display:none;
  }
  .homeNADSec .img_d img.hidden-xs{
      display:block !important;
    }
 }
@media only screen and (min-width: 768px) {
    .homeNADSec{
      position:relative;
    }
    .homeNADSec:after{
      position:absolute;
      content:"";
      top:0;
      right:0;
      height:100%;
      width:68%;
      background:url(//beyondbeyond-shop.myshopify.com/cdn/shop/files/Frame_923_32826dd0-3250-4659-b104-c71181fc5b71.png?v=1752129693)no-repeat scroll right top;
    }
    .homeNADSec .img_d img.hidden-xs{
      display:none;
    }
}
@media only screen and (min-width: 1200px) {
   .homeNADSec:after{
    background-position-x:-15%;
   }  
}
@media only screen and (max-width: 767px) {
  .homeNADSec .img_d {
    width:100%;
    order:1;
  }
  .homeNADSec .img_d img{
    left:0;
  }
  .homeNADSec .content_d{
    width:100%;
    order:2;
    padding:48px 24px;
  }
  .homeNADSec .page-width{
    padding:0;
  }
  .homeNADSec .title_n_desc{
    padding-bottom:8px;
    margin-bottom:8px;
    align-items: center;
  }
  .homeNADSec .short_desc br{
    display:none;
  }
  .homeNADSec .action_d{
    margin:24px 0 0;
  }
  .homeNADSec .action_d a{
    font-size: 16px;
    line-height: 18px;
  }
  .homeNADSec .action_d a svg {
    width: 22px;
  }
}
/* Home NAD Sec Css end */

/* Home Ingredient sec css start */
.homeIngredientSec{
  background:#E6E6E6;
  padding:120px 0;
}
.homeIngredientSec .title_name{
  margin:0;
  font-weight:500;
}
.homeIngredientSec .section_header .desc{
  font-size: 24px;
  line-height: 40px;
  font-weight: 500;
  letter-spacing: 0.8px;
}
.homeIngredientSec .ingredientsSlider {
  overflow: hidden;
  position: relative;
}
.homeIngredientSec .section_header{
  margin:0 0 64px;
}
.homeIngredientSec .swiper-slide{
  height:auto;
  display:flex;
}
.homeIngredientSec .item_d{
  background: #fff;
  display: flex;
  flex-wrap:wrap;
}
.homeIngredientSec .sub_title_name{
  font-weight:500;
  border-bottom: 1px solid #000;
  margin: 0 0 8px;
  padding: 0 0 8px;
}
.homeIngredientSec .img_d{
  width:44%;
}
.homeIngredientSec .info_d{
  width:56%;
  padding:100px 64px 160px;
}
.homeIngredientSec .inner_info{
  max-width:520px;
}
.homeIngredientSec .info_d .desc{
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: #202020;
}
.homeIngredientSec .img_d img{
  width:100%;
  display:block;
  object-fit: cover;
  height: 100%;
}
.homeIngredientSec .swiper-pagination{
  position: absolute;
  left: 48.5%;
  right: unset;
  transform: unset;
  display: flex;
  align-content: center;
  bottom: 131px;
}
.homeIngredientSec .swiper-button-prev,
.homeIngredientSec .swiper-button-next{
  width: 48px;
  height: 48px;
  border-radius: 100%;
  border: 1.5px solid #000;
  display: flex;
  justify-content: center;
  align-content: center;
  position: absolute;
  top: unset;
  bottom: 110px;
  transform: unset;
}
.homeIngredientSec .swiper-button-prev{
  right:140px;
  left:unset;
}
.homeIngredientSec .swiper-button-next{
  right:64px;
}
.homeIngredientSec .swiper-button-prev svg,
.homeIngredientSec .swiper-button-next svg{
  width:8px;
}
.homeIngredientSec .swiper-button-prev:after,
.homeIngredientSec .swiper-button-next:after{
  display:none;
}
.homeIngredientSec .swiper-pagination .swiper-pagination-bullet{
  height: 2px;
  width: 44px;
  border-radius: 0;
  background: #000;
  opacity: 1;
  margin:0 !important;
}
.homeIngredientSec .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
  height:4px;
  border-radius: 2px;
  position: relative;
  top: -1px;
}
@media only screen and (max-width: 1500px) {
  .homeIngredientSec .swiper-pagination{
    left: 44%;
    width: 58%;
    justify-content: center;
  }
  .homeIngredientSec .swiper-button-prev{
    left:48.5%;
    right:unset;
  }
  .homeIngredientSec .swiper-button-next{
    right:4.5%;
  }
}
@media only screen and (max-width: 900px) {
  .homeIngredientSec .swiper-pagination .swiper-pagination-bullet{
    width:30px;
  }
}
@media only screen and (max-width: 767px) {
  .homeIngredientSec{
    padding:40px 0;
  }
  .homeIngredientSec .section_header{
    margin:0 0 24px;
  }
  .homeIngredientSec .title_name{
    font-size: 28px;
    font-weight:700;
  }
  .homeIngredientSec .section_header .desc{
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0.4px;
  }
  .homeIngredientSec .img_d{
    width:100%;
  }
  .homeIngredientSec .info_d{
    width:100%;
    padding:16px 16px 80px;
  }
  .homeIngredientSec .img_d img{
    height:unset;
    object-fit: unset;
  }
  .homeIngredientSec .item_d{
    display:block;
  }
  .homeIngredientSec .info_d .desc{
    font-size: 14px;
    line-height: 24px;
  }
  .homeIngredientSec .swiper-button-prev, 
  .homeIngredientSec .swiper-button-next{
    bottom:20px;
    width:30px;
    height:30px;
  }
  .homeIngredientSec .swiper-button-prev{
    left:16px;
  }
  .homeIngredientSec .swiper-button-next{
    right:16px;
  }
  .homeIngredientSec .swiper-pagination{
    left: 0;
    right: 0;
    width: calc(100% - 140px);
    bottom: 32px;
    margin: 0 auto;
  }
}
/* Home ingredient sec css end */

/* Banner Text Overlay sec css start */
.bannerTextOverlaySec{
  position: relative;
}
.bannerTextOverlaySec .content_d{
  background: #D3CCB099;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  padding: 64px 220px;
  display:flex;
  justify-content: space-between;
}
.bannerTextOverlaySec .banner_img img{
  width:100%;
}
.bannerTextOverlaySec .right_d{
  max-width: 520px;
}
.bannerTextOverlaySec .desc_d{
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  margin: 0 0 40px;
}
.bannerTextOverlaySec .action_d a{
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
  color: #000;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media only screen and (max-width: 1500px) {
  .bannerTextOverlaySec .content_d{
        padding: 64px;
  }
}
@media only screen and (max-width: 1199px) {
  .bannerTextOverlaySec .right_d{
    max-width:300px;
  }
}
@media only screen and (max-width: 767px) {
  .bannerTextOverlaySec .right_d{
    max-width:100%;
  }
  .bannerTextOverlaySec .content_d{
    flex-wrap:wrap;
    position: unset;
    padding:40px 24px;
  }
  .bannerTextOverlaySec .sub_title_name br{
    display:none;
  }
  .bannerTextOverlaySec .action_d a{
    font-size: 16px;
    line-height:18px;
  }
  .bannerTextOverlaySec .action_d a svg{
    width:22px;
  }
  .bannerTextOverlaySec .desc_d{
    margin:0 0 24px;
  }
}
/* Banner Text Overlay Sec css end */

/* Left Video Right text sec Css Start */
.lVideoRTextSec{
  padding:160px 0;
  background:#E6E6E6;
}
.lVideoRTextSec .inner_d{
  display:flex;
  justify-content: space-between;
  flex-wrap:wrap;
}
.lVideoRTextSec .video_d{
  width: 495px;
}
.lVideoRTextSec .video_d video{
  width:100%;
  display:block;
}
.lVideoRTextSec .content_d{
  width: calc(100% - 615px);
}
.lVideoRTextSec .title_name{
  padding-bottom:8px;
  margin-bottom:8px;
  border-bottom:1px solid #000;
}
.lVideoRTextSec .action_d{
  margin:40px 0 0;
}
.lVideoRTextSec .action_d a{
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
  color: #000;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media only screen and (max-width: 1500px) {
  .lVideoRTextSec{
    padding:80px 0;
  }
}
@media only screen and (max-width: 1199px) {
  .lVideoRTextSec .video_d{
    width:40%;
  }
  .lVideoRTextSec .content_d{
    width:54%;
  }
}
@media (min-width: 768px) and (max-width: 900px) {
  .lVideoRTextSec .inner_d{
    row-gap:40px;
  }
  .lVideoRTextSec .video_d{
    width:100%;
  }
  .lVideoRTextSec .content_d{
    width:100%;
  }
}
@media only screen and (max-width: 767px) {
  .lVideoRTextSec{
    padding: 0;
    background:transparent;
  }
  .lVideoRTextSec .page-width{
    padding:0;
  }
  .lVideoRTextSec .video_d{
    width:100%;
  }
  .lVideoRTextSec .content_d{
    width:100%;
    padding:40px 24px;
  }
  .lVideoRTextSec .title_name{
    font-weight:500;
  }
  .lVideoRTextSec .title_name br{
    display:none;
  }
  .lVideoRTextSec .action_d {
    margin:24px 0 0;
  }
  .lVideoRTextSec .action_d a {
    font-size: 16px;
    line-height: 18px;
  }
  .lVideoRTextSec .action_d a svg {
    width: 22px;
  }
}
/* Left Video Right Text Sec Css End */

/* Image Moving Slider sec css start */
.imgMovingSliderSec .imgLists{
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}
.imgMovingSliderSec .item_slides{
  display: inline-block;
  animation: 300s slideLogos infinite linear;
}
.imgMovingSliderSec img{
  height:auto;
  margin-bottom:-10px;
}
@keyframes slideLogos {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}
@media only screen and (max-width: 767px) {
  .imgMovingSliderSec img{
    width:100%;
    margin-left:-4px;
  }
  .imgMovingSliderSec .item_slides{
     animation: 30s slideLogos infinite linear;
  }
}
/* Image Moving Slider sec css end */

/* Instagram sec css start */
.instagramSec{
  background: #E6E6E6;
  padding: 80px 0;
}
.instagramSec .section__header{
  display:flex;
  flex-wrap:wrap;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 24px;
}
.instagramSec .sub_title_name{
  line-height: 100%;
  margin: 0 0 5px;
}
.instagramSec h5{
  margin: 0;
  font-size: 24px;
  line-height: 40px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: uppercase;
}
.instagramSec .arrow_d svg{
  width:45px;
}
.instagramSec .inner_d{
  display:flex;
  flex-wrap:wrap;
}
.instagramSec .item_d{
  width:33.33%;
}
.instagramSec .img_d img{
  width:100%;
  display:block;
}
@media only screen and (max-width: 767px) {
  .instagramSec{
    padding:24px 0 0;
  }
  .instagramSec .page-width{
    padding:0;
  }
  .instagramSec .section__header{
    padding:0 24px;
  }
  .instagramSec .sub_title_name{
    font-size: 32px;
    line-height: 52px;
    font-weight: 500;
    margin:0;
  }
  .instagramSec h5{
    font-size: 20px;
    line-height: 32px;
    font-weight: 500;
    letter-spacing: 0.4px;
    text-transform:unset;
  }
  .instagramSec .arrow_d{
    display:none;
  }
  .instagramSec .item_d{
    width:50%;
  }
}
/* Instagram sec css end */

/* Product Page css start */
.topProductSec{
  background: #E6E6E6;
  padding:24px 0;
}
.topProductSec ul{
  list-style: none;
  padding:0;
  margin:0;
  display: flex;
  justify-content: center;
  gap: 130px;
  flex-wrap:wrap;
}
.topProductSec ul a{
  color: #000;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  text-decoration: unset;
  letter-spacing: 0.3px;
  display:inline-block;
}
.topProductSec ul a.hidden-xs{
  display:inline-block;
}
.topProductSec ul a.visible-xs{
  display:none;
}
.topProductSec ul a:hover{
  font-weight:700;
}
.product .product__info-wrapper{
  background: #F1F1F1;
}
.product .product__info-container{
  padding: 40px 60px;
}
.product .product__title .product__heading{
  font-size: 64px;
  line-height: 104px;
  font-weight: 500;
  letter-spacing: 1.28px;
  margin: 0 0 8px;
}
.product .product__info-container .product__description{
  margin: 0 0 12px;
  padding: 0 0 12px;
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
  color: #000;
  border-bottom: 1px solid #000;
}
.product .product__info-container .product__description b{
  font-size:16px;
  line-height:28px;
}
.product .directionToUse{
  margin: 0 0 12px;
  padding: 0 0 12px;
  border-bottom: 1px solid #000;
  font-size: 16px;
  line-height: 28px;
}
.product variant-selects{
  margin: 0 0 12px;
  padding: 0 0 12px;
  border-bottom: 1px solid #000;
}
.product variant-selects fieldset{
  margin:0;
}
.product .product__info-container .price{
  align-items:center;
}
.product .percentageOff{
  font-size: 14px;
  line-height: 24px;
  color: #0107EF;
  font-weight: 700;
  letter-spacing: 0px;
  margin-top:12px;
}
.product #price-template--18805482094778__main{
  margin-bottom:40px;
  padding-bottom:12px;
  border-bottom:1px solid #000;
}
.product .price .product__tax{
  letter-spacing:0px;
}
.product .price .price-item{
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
  font-family: Raleway, sans-serif;
}
.product .price .price-item .price__prefix,
.product .price .price-item .price__suffix{
  font-size: inherit;
  line-height: inherit;
  margin-inline-start: unset;
  margin-inline-end: unset;
}
.product .price .price-item.price-item--sale bdi{
  color:#000 !important;
}
.product .price .price-item bdi{
  font-size: inherit !important;
  line-height: inherit !important;
  font-family:inherit !important;
  color:#0107EF;
}
.product .price--on-sale .price-item--regular:before{
  transform: unset;
  border-bottom-color: #0107EF;
}
.product .price .badge.price__badge-sale{
  display:none;
}
.product__info-container .price--medium.price bdi{
  display:inline-flex;
}
.product .product__info-container .product-form{
  margin:0 0 40px;
}
.product .quantity{
  height: 64px;
  background: #fff;
  width:140px;
}
.product .quantity .quantity__button{
  height:100%;
  border-radius: 0;
  background: transparent;
}
.product .quantity__button:hover{
  color:#000;
}
.product .quantity__button:hover:after{
  transform: unset;
  border-radius: 0;
  background: transparent;
}
.product .quantity__button:after{
  display:none;
  content:unset;
}
.product .quantity .quantity__input{
  font-size: 32px;
  font-weight: 400;
}
.product .product-form__submit{
  width: auto;
  flex-grow: unset;
  background: transparent;
  max-width: 227px;
  min-width: 227px;
  height: 64px;
  padding: 0 4px;
  line-height: 64px;
  font-size: 24px;
  font-weight: 600;
  text-transform: capitalize;
  letter-spacing: 0;
}
.product .shopify-payment-button{
  width:227px;
  margin:0;
}
.product .shopify-payment-button .shopify-payment-button__button{
  height: 64px;
  padding: 0 4px;
  line-height: 64px;
  font-size: 24px;
  font-weight: 600;
  text-transform: capitalize;
  letter-spacing: 0;
  border-color:#000;
  background:#000;
  color:#fff;
}
.product .shopify-payment-button__button--unbranded:hover:not([disabled]){
  background-color: transparent;
  color:#000;
}
.product .freeShippingText{
  margin:0 0 40px;
}
.product .freeShippingText ul{
  padding:0;
  margin:0 -5px;
  list-style: none;
  display:flex;
  justify-content: space-between;
  flex-wrap:wrap;
}
.product .freeShippingText ul li{
  width:25%;
  padding:0 5px;
  position: relative;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 0.4px;
  text-align: center;
}
.product .freeShippingText ul li:after{
  position: absolute;
  content: "";
  height: 13px;
  width: 2px;
  background: #202020;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.product .freeShippingText ul li:last-child:after{
  content:unset;
}
.product .codCheckerDiv{
  background: #E6E6E6;
  padding: 40px 24px;
}
.product .codCheckerDiv .check_cod_text{
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.3px;
  font-weight: 700;
  margin: 0 0 15px;
}
.product .codCheckerDiv .codbox{
  position: relative;
}
.product .codCheckerDiv .codInputD{
  width: 100%;
  margin: 0;
  border: none;
  border-bottom: 1px solid #000;
  background: transparent;
  padding:13px 0;
  font-family: Raleway, sans-serif;
}
.product .codCheckerDiv .codInputD:focus-visible{
  outline: none;
  box-shadow: unset;
}
.product .codCheckerDiv .codbox input::placeholder{
  font-size: 14px;
  font-weight:500;
  letter-spacing: 0.2px;
  font-family: Raleway, sans-serif;
  color:#000000b3;
}
.product .codCheckerDiv button{
  background: transparent;
  border: none;
  position: absolute;
  right: 0;
  bottom: 0;
  color: #000;
  font-weight: 700;
  font-size: 12px;
  height: 36px;
  text-transform: uppercase;
  cursor: pointer;
    font-family: Raleway, sans-serif;
}
.productFAQs{
  padding:40px 60px;
}
.productFAQs .sub_title_name{
  font-weight:500;
}
.productFAQs .accordion_container{
  border-bottom:1px solid #000;
}
.productFAQs .accordion_head{
  background: url(/cdn/shop/files/plus.png?v=1752564104) no-repeat scroll right center;
  background-size: 18px;
  padding: 24px 30px 24px 0;
  font-size: 24px;
  line-height: 40px;
  letter-spacing: 0.5px;
  font-weight: 500;
}
.productFAQs .accordion_container.active .accordion_head{
  background: url(/cdn/shop/files/minus.png?v=1752564104) no-repeat scroll right center;
  background-size: 18px;
}
.productFAQs .accordion_body{
  padding:0 0 24px;
  display:none;
}
.product share-button {
  margin:24px 0;
}
.product share-button .share-button__button{
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #202020;
}
.product share-button .share-button__button span{
  text-decoration:underline;
}
@media only screen and (max-width: 1500px) {
  .product .product-form__submit{
    max-width:190px;
    min-width:190px;
  }
  .product .shopify-payment-button{
    width:190px;
  }
}
@media only screen and (max-width: 1199px) {
  .topProductSec ul{
    gap:40px;
  }
}
@media only screen and (max-width: 767px) {
  .topProductSec ul{
    gap:12px;
  }
  .topProductSec ul a{
    font-size: 12px;
    line-height: 20px;
  }
  .topProductSec ul a.visible-xs{
    display:inline-block;
  }
  .topProductSec ul a.hidden-xs{
    display:none;
  }
  .product .product__media-wrapper{
    width:100%;
  }
  .product .product__info-wrapper{
    width:100%;
  }
  .product .product__info-container{
    padding:48px 24px;
  }
  .product .product__title{
    margin:0;
  }
  .product .product__title .product__heading{
    font-size: 28px;
    line-height: 52px;
    letter-spacing: 0.5px;
    margin:0 0 4px;
  }
  .product .product__info-container .product__description{
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.3px;
  }
  .product .directionToUse{
    font-size: 14px;
    line-height:24px;
  }
  .product .price .price-item{
    font-size: 16px;
    line-height: 28px;
  }
  .product .percentageOff{
    font-size:12px;
  }
  .product #price-template--18805482094778__main{
    margin-bottom:24px;
  }
  .product .price .product__tax{
    font-size:12px;
  }
  .product .quantity{
    height:50px;
  }
  .product .quantity .quantity__input{
    font-size: 26px;
  }
  .product .product-form__submit{
    font-size: 16px;
    height:50px;
    line-height: 50px;
    width:100%;
    position: fixed;
    bottom:0;
    z-index: 9;
    left:0;
    width:50%;
    min-width:unset;
    max-width: unset;
    background:#fff;
  }
   .product .shopify-payment-button{
    position: fixed;
    bottom:0;
    z-index: 9;
    right:0;
    width:50%;
    min-width:unset;
    max-width: unset;
   }
  .product .shopify-payment-button .shopify-payment-button__button{
    font-size: 16px;
    height:50px;
    line-height: 50px;
    width:100%;
  }
  .product .shopify-payment-button__button--unbranded:hover:not([disabled]){
    background:#fff;
  }
  .product .freeShippingText ul{
    row-gap: 10px;
  }
  .product .freeShippingText ul li{
    width: 50%;
    font-size: 12px;
    line-height: 20px;
  }
  .product .freeShippingText ul li:nth-child(2):after{
    display:none;
  }
  .product share-button .share-button__button{
    font-size:16px;
    line-height:28px;
  }
  .product share-button .share-button__button svg{
    width:28px;
  }
  .productFAQs{
    padding:40px 24px;
  }
  .productFAQs .accordion_head{
    padding: 16px 30px 16px 0;
    font-size: 20px;
    line-height: 32px;
  }
}
/* Product Page css end */

/* Product Page btm sec css start */
.proSingleBannerSec .img_d img{
  width:100%;
}
.proHowItsWorkSec{
  padding: 120px 64px;
  background: #F5F5F5;
}
.proHowItsWorkSec .section_header{
  margin:0 0 64px;
}
.proHowItsWorkSec .section_header .desc_d{
  font-size: 24px;
  line-height: 40px;
  font-weight: 500;
  color: #000000;
}
.proHowItsWorkSec .inner_d{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.proHowItsWorkSec .inner_d > div{
  width:calc(50% - 32px);
}
.proHowItsWorkSec .img_d img{
  width:100%;
  display:block;
}
.proHowItsWorkSec .accordion_container{
  border-bottom: 1px solid #202020;
}
.proHowItsWorkSec .accordion_head{
  font-size: 24px;
  line-height: 40px;
  font-weight: 500;
  letter-spacing: 0.4px;
  background: url(/cdn/shop/files/plus.png?v=1752564104) no-repeat scroll right center;
  background-size: 18px;
  cursor: pointer;
  padding: 16px 30px 16px 0;
}
.proHowItsWorkSec .accordion_container.active .accordion_head{
  background: url(/cdn/shop/files/minus.png?v=1752564104) no-repeat scroll right center;
  background-size: 18px;
}
.proHowItsWorkSec .accordion_body{
  display:none;
  font-size: 20px;
  line-height: 32px;
  padding-bottom: 20px;
}
.proHowItsWorkSec .accordion_container:first-child .accordion_head{
  padding-top:0;
}
.proBannerWithText{
  position: relative;
}
.proBannerWithText img{
  width:100%;
}
.proBannerWithText .content_d{
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  left:64px;
}
.proBannerWithText .content_d .title_name{
  color:#fff;
  font-weight:600;
}
.proRIconListSec{
  background: #E6E6E6;
  padding: 80px 64px;
}
.proRIconListSec .inner_d{
  display: flex;
  flex-wrap:wrap;
  row-gap:32px;
  margin: 0 -16px
}
.proRIconListSec .item_d{
  padding:0 16px;
  width:20%;
}
.proRIconListSec .item_d .info_d{
  background: #F5F5F5;
  border-radius: 12px;
  overflow: hidden;
  height:100%;
  padding:24px;
}
.proRIconListSec .icon_d{
  margin:0 0 50px;
}
.proRIconListSec .item_d .desc_d{
  font-size: 16px;
  line-height: 28px;
  font-weight: 700;
  color: #202020;
}
.proRIconListSec .icon_d img{
  max-width:100%;
}
@media only screen and (max-width: 1199px) {
  .proHowItsWorkSec{
    padding: 48px 24px;
  }
  .proBannerWithText .content_d{
    left:24px;
  }
  .proRIconListSec{
    padding:48px 24px;
  }
}
@media only screen and (max-width: 767px) {
  .proHowItsWorkSec .section_header {
    margin: 0 0 24px;
  }
  .proHowItsWorkSec .inner_d{
    gap:24px;
  }
  .proHowItsWorkSec .inner_d > div{
    width:100%;
  }
  .proHowItsWorkSec .section_header .desc_d{
    font-size:20px;
    line-height: 32px;
  }
  .proHowItsWorkSec .accordion_head{
    font-size:20px;
    line-height: 32px;
  }
  .proHowItsWorkSec .accordion_body{
    font-size:16px;
    line-height: 28px;
  }
  .proRIconListSec .item_d{
    width:50%;
  }
  .proRIconListSec .icon_d img{
    width:50px;
  }
  .proRIconListSec .item_d .info_d{
    padding:16px;
    border-radius: 8px;
  }
  .proRIconListSec .item_d{
    padding:0 13px;
  }
  .proRIconListSec .icon_d {
    margin: 0 0 8px;
  }
  .proRIconListSec .inner_d{
    row-gap:26px;
    margin:0 -13px;
  }
  .proRIconListSec .item_d .desc_d {
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
  }
}
/* Product Page btm sec css end */


/* NAD+ Page css start */
.NAD__page .page-width{
  padding:0 60px;
}
.NADImgTextSec .inner_d{
  display:flex;
  flex-wrap:wrap;
}
.NADImgTextSec .inner_d > div{
  width:50%;
}
.NADImgTextSec .img_d img{
  width:100%;
  display:block;
}
.NADImgTextSec .content_d{
  padding: 80px 64px;
  display:flex;
  align-items: flex-end;
}
.NADImgTextSec  .sub_title_name{
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #000;
  font-weight:700;
}
.NADImgTextSec .desc_d{
  font-size:20px;
  line-height:32px;
}
.NADImgTextSec .desc_d p{
  margin:0 0 24px;
}
.NADImgTextSec .desc_d p:last-child{
  margin:0;
}
.NADImgTextSec.darkbg{
  background:#000;
}
.NADImgTextSec.darkbg .sub_title_name,
.NADImgTextSec.darkbg .desc_d{
  color:#fff;
   border-bottom-color:#fff;
}
.NADImgTextSec.NADSec_4,
.NADImgTextSec.NADSec_6{
  padding:80px 64px;
}
.NADImgTextSec.NADSec_6 .content_d{
  display:block;
}
.NADImgTextSec.NADSec_6 .title_name{
  margin:0 0 40px;
  font-weight:500;
}
.NADImgTextSec.NADSec_6 .title_name b{
  font-weight:600;
}
.howNADWorksSec{
  padding:80px 0;
  background:#F1F1F1;
}
.howNADWorksSec .sub_title_name{
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid #000;
}
.howNADWorksSec .desc_d{
  font-weight:500;
  margin:0 0 40px;
}
.howNADWorksSec .workList{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap:24px;
}
.howNADWorksSec .workList > div{
  width:calc(50% - 12px);
  display: flex;
  justify-content: space-between;
}
.howNADWorksSec .icon_d{
  width:160px;
}
.howNADWorksSec .icon_d img{
  max-width:100%;
}
.howNADWorksSec .info_d{
  width:calc(100% - 184px);
}
.howNADWorksSec h5{
  margin: 0 0 4px;
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
  letter-spacing: 0.3px;
}
.howNADWorksSec .info_d p{
  margin:0;
}
.NAD__page .richTextSec{
  background:#000;
  padding:104px 88px;
}
.NAD__page .richTextSec .title_name{
  color:#fff;
  margin:0;
}
@media only screen and (min-width: 768px) {
  .NADImgTextSec .setRevOrder .img_d{
    order:1;
  }
 .NADImgTextSec .setRevOrder .content_d{
    order:2;
  }
  .NADImgTextSec .img_d img{
    height:100%;
    object-fit: cover;
  }
  .NADImgTextSec.NADSec_4 .inner_d{
    align-items:flex-start;
  }
  .NADImgTextSec.NADSec_4 .content_d{
    padding-top:112px;
  }
  .howNADWorksSec .desc_d{
    font-size:20px;
    line-height:32px;
  }
  .NADImgTextSec.NADSec_6 .img_d{
    width:44%;
  }
  .NADImgTextSec.NADSec_6 .content_d{
    width:56%;
  }
  .NADImgTextSec.NADSec_6 .desc_d{
    font-size:16px;
    line-height:28px;
  }
}
@media only screen and (min-width: 1200px) {
  .NADImgTextSec.NADSec_6 .desc_d{
    display: flex;
    gap: 44px;
  }
}
@media only screen and (max-width: 1199px) {
  .NADImgTextSec .content_d{
    padding:48px 24px;
  }
  .NADImgTextSec.NADSec_4, 
  .NADImgTextSec.NADSec_6{
    padding:48px 24px;  
  }
  .howNADWorksSec{
    padding:48px 0;
  }
  .NAD__page .page-width {
    padding: 0 24px;
  }
}
@media only screen and (max-width: 767px) {
  .NADImgTextSec .inner_d>div{
    width:100%;
  }
  .NADImgTextSec .inner_d .img_d{
    order:1;
  }
  .NADImgTextSec .inner_d .content_d{
    order:2;
  }
  .NADImgTextSec .content_d{
    padding:48px 24px;
  }
  .NAD__page .page-width{
    padding:0 16px;
  }
  .NADImgTextSec.NADSec_6{
    padding:48px 16px;
  }
  .NADImgTextSec.NADSec_4 .content_d,
  .NADImgTextSec.NADSec_6 .content_d{
    padding:0;
  }
  .NADImgTextSec.NADSec_6 .title_name{
    margin:0 0 20px;
  }
  .NADImgTextSec.NADSec_6 .img_d{
    margin:0 0 20px;
  }
  .howNADWorksSec{
    padding:48px 0;
  }
  .howNADWorksSec h3{
    margin: 0 0 20px;
    font-size: 24px;
    line-height: 36px;
  }
  .howNADWorksSec .desc_d{
    margin:0 0 20px;
  }
  .howNADWorksSec .workList > div{
    width:100%;
  }
  .howNADWorksSec h5{
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.2px;
  }
  .NAD__page .richTextSec{
    padding:48px 16px;
  }
  .NAD__page .richTextSec .title_name{
   font-size:28px;
    line-height: 52px;
    letter-spacing: 0.5px;
  }
}
/* NAD+ Page css end */

/* Beyond Page css start */
.beyond__page .sub_title_name{
  font-weight: 500;
}
.beyond__page .img_d img{
  width:100%;
}
.beyondFirstSec{
  position: relative;
}
.beyondImgTextSec.beyondSec_2{
  background: #F1F1F1;
}
.beyondImgTextSec .inner_d{
  display:flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap:wrap;
}
.beyondImgTextSec .inner_d > div{
  width:50%;
}
.beyondImgTextSec .content_d{
  padding:64px;
}
.beyondImgTextSec img{
  display:block;
}
.beyondRichTextSec{
  background: #F1F1F1;
  padding: 120px 80px;
}
.beyondRichTextSec .sub_title_name{
  margin:0 0 60px;
}
.beyondRichTextSec .next_d{
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 12px;
   color:#202020;
}
.beyondRichTextSec .next_d a{
  display: flex;
  align-items: center;
  gap: 12px;
  color:#202020;
}
@media only screen and (min-width:768px) {
  .beyondFirstSec .content_d{
    position: absolute;
    max-width: 414px;
    left:64px;
    top:50%;
    transform: translateY(-50%);
  }
  .beyondFirstSec .sub_title_name,
  .beyondFirstSec .desc{
    color:#fff;
  }
  .beyondImgTextSec.setReverse .inner_d .content_d{
    order:1;
  }
  .beyondImgTextSec.setReverse .inner_d .img_d{
    order:2;
  }
}
@media only screen and (max-width:1199px) {
  .beyondImgTextSec .content_d{
    padding:48px 24px;
  }
  .beyondRichTextSec{
    padding:64px 24px;
  }
}
@media only screen and (max-width:767px) {
   .beyondFirstSec .content_d{
      padding:48px 24px;;
   }
  .beyondImgTextSec .inner_d > div{
    width:100%;
  }
  .beyondRichTextSec .sub_title_name{
    font-size: 24px;
    line-height: 40px;
    margin:0 0 24px;
  }
  .beyondRichTextSec .sub_title_name b{
    font-display: 28px;
  }
  .beyondRichTextSec .next_d{
    font-size: 16px;
    line-height: 28px;
  }
}
/* Beyond page css end */

/* Team Page css start */
.team__page .teamSec_1{
  padding: 120px 64px;
  background: #000000;
  color: #fff;
}
.team__page .teamSec_1 h2{
  font-size: 80px;
  line-height: 128px;
  color:#fff;
  letter-spacing: 1.8px;
  margin:0;
}
.team__page .teamSec_1 .desc_d{
  font-size: 24px;
  line-height: 40px;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.team__page .teamSec_1 .inner_d{
  max-width:720px;
}
.teamSec_2{
  padding: 120px 0;
  background: #F5F5F5;
}
.teamSec_2 .item_d{
  background:#fff;
  padding:40px;
}
.teamSec_2 h5{
  margin: 0;
  font-size: 24px;
  line-height: 40px;
  font-weight: 500;
  color: #000000;
  padding: 0 0 8px;
  margin:0 0 8px;
  border-bottom: 1px solid #000;
}
.teamSec_2 .sub_title_name{
  margin:0;
}
.teamSec_2 .desc{
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: max-height .3s ease;
  margin-bottom:54px;
}
.teamSec_2 .desc.expanded{
  -webkit-line-clamp: unset;
  max-height: none;
  overflow: visible;
}
.teamSec_2 .next_d {
  display: flex;
  gap: 12px;
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  align-items: center;
  cursor:pointer;
}
.teamSec_2 .teamSlider{
  overflow:hidden;
}
@media only screen and (max-width:1199px) {
  .team__page .teamSec_1{
    padding: 48px 24px;
  }
  .teamSec_2{
    padding: 48px 0;
    background: #F5F5F5;
  }
}
@media only screen and (max-width:767px) {
  .team__page .teamSec_1 h2{
    font-size: 32px;
    line-height: 52px;
  }
  .team__page .teamSec_1 .desc_d{
    font-size: 20px;
    line-height: 32px;
  }
  .teamSec_2 .next_d {
    font-size:16px;
    line-height:28px;
  }
  .teamSec_2 .desc{
    margin-bottom:24px;
  }
  .teamSec_2 h5{
    font-size:20px;
    line-height:32px;
  }
  .teamSec_2 .swiper-wrapper{
    flex-wrap:wrap;
    row-gap:24px;
  }
  .teamSec_2 .item_d{
    padding:48px 24px;
  }
}
/* Team Page css emd */

/* Clean Clinical Skincare page css start */
/* section 1 start */
.clinicalBannerSec{
  position:relative;
}
.clinicalBannerSec img{
  width:100%;
}
.clinicalBannerSec .content_d{
  position: absolute;
  top: 50%;
  left: 64px;
  transform: translateY(-50%);
  max-width: 720px;
}
.clinicalBannerSec .content_d h2{
  font-size: 80px;
  line-height: 128px;
  font-weight:400;
  letter-spacing: 1.6px;
}
@media only screen and (max-width:1199px) {
  .clinicalBannerSec .content_d{
    left:24px;
  }
}
@media only screen and (max-width:767px) {
  .clinicalBannerSec .content_d h2{
    font-size: 32px;
    line-height: 52px;
    font-weight:500;
  }
}
/* section 1 end */
/* section 2 start */
.clinicalImgTextSec .inner_d{
  display:flex;
  align-items: center;
  flex-wrap: wrap;
  background: #F1F1F1;
}
.clinicalImgTextSec .inner_d > div{
  width:50%;
}
.clinicalImgTextSec .img_d img{
  width:100%;
  display:block;
}
.clinicalImgTextSec .content_d{
  padding: 64px;
}
.clinicalImgTextSec .sub_title_name{
  margin:0;
}
.clinicalImgTextSec h5{
  margin: 0;
  font-size: 24px;
  line-height: 40px;
  font-weight: 500;
  letter-spacing: 0.48px;
  border-bottom: 1px solid #000;
  padding-bottom: 8px;
  margin-bottom: 8px;
}
@media only screen and (min-width:768px) {
  .clinicalImgTextSec.setImgPosition .inner_d .content_d{
    order:1;
  }
  .clinicalImgTextSec.setImgPosition .inner_d .img_d{
    order:2;
  }
}
@media only screen and (max-width:1199px) {
  .clinicalImgTextSec .content_d{
    padding: 48px 24px;
  }
}
@media only screen and (max-width:767px) {
  .clinicalImgTextSec .inner_d > div{
    width:100%;
  }
  .clinicalImgTextSec h5{
    font-size: 20px;
    line-height: 32px;
  }
  .clinicalImgTextSec .desc {
    font-size: 14px;
    line-height: 24px;
  }
  .clinicalImgTextSec .sub_title_name{
    font-size:32px;
  }
}
/* section 2 end */
/* Section 4 start */
.ourPhilosophySec{
  background: #171717;
  padding: 120px 64px;
}
.ourPhilosophySec .section_header{
  margin:0 0 40px;
}
.ourPhilosophySec .title_name{
  color:#fff;
}
.ourPhilosophySec .inner_d{
  display:flex;
  flex-wrap:wrap;
  justify-content: space-between;
}
.ourPhilosophySec .item_d{
  background:#fff;
  width:calc(33.33% - 60px);
}
.ourPhilosophySec .img_d img{
  width:100%;
  display:block;
}
.ourPhilosophySec .info_d{
  padding:24px 16px;
}
.ourPhilosophySec .info_d h4{
  font-size: 32px;
  line-height: 52px;
  color: #000000;
  font-weight: 500;
  letter-spacing: 0.6px;
  padding: 0 0 8px;
  margin: 0 0 8px;
  border-bottom: 1px solid #000;
}
.ourPhilosophySec .desc_d{
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.3px;
}
@media only screen and (max-width:1199px) {
  .ourPhilosophySec .item_d{
    width:calc(33.33% - 15px);
  }
  .ourPhilosophySec{
    padding: 48px 24px;
  }
}
@media only screen and (max-width:767px) {
  .ourPhilosophySec .inner_d{
    row-gap:40px;
  }
  .ourPhilosophySec .item_d{
    width:100%;
  }
  .ourPhilosophySec .info_d h4 {
    font-size: 24px;
    line-height: 40px;
    padding:0 0 4px;
    margin:0 0 4px;
  }
  .ourPhilosophySec .info_d h4 br{
    display:none;
  }
}
/* Section 4 end */
#shopify-section-template--18842637861050__image_text_sec_EY6rxj .imgTextSec{
  background:#f5f5f5;
}
#shopify-section-template--18842637861050__clinical_richtext_sec_ymdJwr .beyondRichTextSec .sub_title_name{
  font-weight:500;
}
/* Clean Clinical Skincare page css end */

/* Contact us page css start */
.contactUs__page{
  background: #F5F5F5;
}
.contactUs__page .c_imgTextSec .inner_d{
  display:flex;
  align-items: center;
  flex-wrap:wrap;
}
.contactUs__page .c_imgTextSec .inner_d > div{
  width:50%;
}
.contactUs__page .img_d{
  position: relative;
}
.contactUs__page .img_d img{
  width:100%;
  display:block;
}
.contactUs__page .info_d{
  padding:80px 64px;
}
.contactUs__page .sub_title_name{
  font-weight: 500;
  margin: 0 0 8px;
  padding: 0 0 8px;
  border-bottom: 1px solid #000;
}
.contactUs__page p{
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  margin:0 0 24px;
}
.contactUs__page p:last-child{
  margin:0;
}
.contactUs__page .desc_d{
  font-weight: 500;
}
.contactUs__page p b{
  font-size: 20px;
  line-height: 32px;
  display: inline-block;
  margin: 0 0 8px;
}
.contactUs__page .company_info{
  padding: 0 0 8px;
  margin:0 0 24px;
  border-bottom:1px solid #000;
}
.contactUs__page .company_info p{
  margin:0;
}
.contactUs__page .company_info h5{
  margin: 0;
  font-size: 24px;
  line-height: 40px;
  font-weight: 500;
}
.contactUs__page .accordion_head{
  background: url(/cdn/shop/files/plus.png?v=1752564104) no-repeat scroll right center;
  background-size: 18px;
  padding: 16px 30px 16px 0;
  font-size: 24px;
  line-height: 40px;
  letter-spacing: .5px;
  font-weight: 500;
  cursor: pointer;
}
.contactUs__page .accordion_container.active .accordion_head{
  background: url(/cdn/shop/files/minus.png?v=1752564104) no-repeat scroll right center;
  background-size: 18px;
}
.contactUs__page .accordion_container{
  border-bottom: 1px solid #000;
}
.contactUs__page .accordion_body{
  display:none;
  padding-bottom: 20px;
  font-size: 20px;
  line-height: 32px;
  font-weight:400;
  letter-spacing: 0.4px;
}
.contactUs__page .accordion_body > p{
  font-size: inherit;
  line-height: inherit;
}
.contactUs__page .section__header{
  position: absolute;
  top:65px;
  left:0;
  right:0;
  padding:0 64px;
  z-index:1;
  color:#fff;
  display:flex;
  justify-content: space-between;
  gap:10px;
}
.contactUs__page .section__header .desc{
  padding-top: 15px;
}
.contactUs__page .section__header .title_name{
  color:#fff;
}
@media only screen and (min-width:768px) {
  .contactUs__page .c_imgTextSec.serImgRight .img_d{
    order:2;
  }
  .contactUs__page .c_imgTextSec.serImgRight .info_d{
    order:1;
  }
}
@media only screen and (max-width:1199px) {
  .contactUs__page .info_d{
    padding: 48px 24px;
  }
  .contactUs__page .section__header{
    padding:0 24px;
    flex-wrap: wrap;
  }
  .contactUs__page .section__header .desc {
    padding-top: 0;
  }
}
@media only screen and (max-width:767px) {
  .contactUs__page .c_imgTextSec .inner_d>div{
    width:100%;
  }
  .contactUs__page p{
    font-size: 14px;
    line-height: 24px;
    margin: 0 0 16px;
  }
  .contactUs__page p b{
    font-size: 16px;
    line-height: 28px;
    font-weight: 600;
  }
  .contactUs__page .company_info h5{
    font-size: 20px;
    line-height: 32px;
  }
  .contactUs__page .company_info{
    margin:0 0 16px;
  }
  .contactUs__page .accordion_head{
    font-size: 20px;
    line-height: 32px;
  }
  .contactUs__page .accordion_body{
    font-size: 16px;
    line-height: 28px;
  }
  .contactUs__page .info_d.contact_faq{
    background: #fff;
  }
  .contactUs__page .section__header{
    top: 50%;
    transform: translateY(-50%);
  }
}
/* Contact us page css end */

/* Blog Listing Page css start */
.blogSliderSec{
  padding: 120px 0;
  background: #E6E6E6;
}
.blogSliderSec .page-width{
  padding:0 64px;
}
.blogSliderSec .section__header{
  margin:0 0 40px;
}
.blogSliderSec .section__header h2{
  margin: 0;
  font-size: 80px;
  line-height: 128px;
  letter-spacing: 1.6px;
}
.blogSliderSec .section__header .desc_d{
  font-size: 24px;
  line-height: 40px;
  color: #000;
  font-weight: 500;
}
.blogSliderSec .item_d{
  background: #fff;
}
.blogSliderSec .item_d a{
  text-decoration: unset;
}
.blogSliderSec .blog_img img{
  width:100%;
  height:346px;
  object-fit: cover;
}
.blogSliderSec .item_d h4{
  margin: 0;
  min-height: 168px;
  padding: 24px 16px;
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
  text-decoration: unset;
  letter-spacing: 0.4px;
}
.blogGridSec{
  background: #F1F1F1;
  padding: 80px 0;
}
.blogGridSec .page-width{
  padding:0 64px;
}
.blogGridSec .section__header{
  margin:0 0 64px;
}
.blogGridSec .blog_img img{
  width:100%;
  display:block;
}
.blogGridSec .item_d{
  background:#fff;
}
.blogGridSec .item_d a{
  text-decoration: unset;
}
.blogGridSec .item_d h4{
  margin: 0;
  min-height: 176px;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0.4px;
  font-weight:700;
  padding:24px 16px;
}
.blogGridSec .sub_title_name{
  font-weight:500;
}
.blogGridSec .blogGridSlider{
  overflow: hidden;
}
.blogGridSec{
  
}
.blogGridSec .swiper-pagination{
  position: relative;
  top:5px;
  transform: unset;
  display: flex;
  align-content: center;   
  justify-content: center;
  width: calc(100% - 100px);
}
.blogGridSec .swiper-button-prev,
.blogGridSec .swiper-button-next{
  width: 48px;
  height: 48px;
  border-radius: 100%;
  border: 1.5px solid #000;
  display: flex;
  justify-content: center;
  align-content: center;
  position: unset;
  transform: unset;
  margin:0;
}
.blogGridSec .swiper-button-prev{
  right:140px;
  left:unset;
}
.blogGridSec .swiper-button-next{
  right:64px;
}
.blogGridSec .swiper-button-prev svg,
.blogGridSec .swiper-button-next svg{
  width:8px;
}
.blogGridSec .swiper-button-prev:after,
.blogGridSec .swiper-button-next:after{
  display:none;
}
.blogGridSec .swiper-pagination .swiper-pagination-bullet{
  height: 2px;
  width: 44px;
  border-radius: 0;
  background: #000;
  opacity: 1;
  margin:0 !important;
}
.blogGridSec .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
  height:4px;
  border-radius: 2px;
  position: relative;
  top: -1px;
}
.blogGridSec .swiperDotsButtons{
  display:flex;
  align-items: center;
  justify-content: space-between;
  padding:0 24px;
  margin-top:32px;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .blogGridSec .blogInnerlist{
      margin:0 -20px !important;
    }
    .blogGridSec .blogInnerlist .info_d{
      padding:0 20px !important;
    }
}
@media only screen and (min-width:768px) {
  .blogGridSec .blogInnerlist{
    display:flex;
    flex-wrap:wrap;
    margin:0 -60px;
    row-gap:64px;
  }
  .blogGridSec .blogInnerlist .info_d{
    width:33.33%;
    padding:0 60px;
  }
}
@media only screen and (max-width:1199px) {
  .blogSliderSec{
    padding:48px 0;
  }
 .blogSliderSec .page-width{
    padding:0 24px;
  }
}
@media only screen and (max-width:767px) {
  .blogSliderSec .section__header h2{
    font-size: 32px;
    line-height: 52px;
    letter-spacing: 0.5px;
  }
  .blogSliderSec .section__header .desc_d {
    font-size: 20px;
    line-height: 32px;
  }
  .blogSliderSec .section__header{
    margin:0 0 24px;
  }
  .blogSliderSec .swiper {
    padding:0 24px;
  }
  .blogSliderSec .item_d h4{
    font-size: 16px;
    line-height: 28px;
    min-height: 132px;
  }
  .blogSliderSec .blogList{
    display: flex;
    flex-wrap: wrap;
    row-gap: 24px;
    padding:0 24px;
  }
  .blogSliderSec .blogList > div{
    width:100%;
  }
  .blogGridSec{
    padding:48px 0;
  }
  .blogGridSec .page-width{
    padding:0;
  }
  .blogGridSec .section__header{
    padding:0 24px;
    margin:0 0 24px;
  }
  .blogGridSec .item_d h4{
    font-size: 16px;
    line-height: 28px;
  }
  .blogGridSec .swiper-slide{
    background: #fff;
    height:auto;
  }
}
/* Blog Listing Page css end */

/* Blog Detail Page css start */
article .articleMainSec{
  display:flex;
  align-items: center;
  flex-wrap:wrap;
  margin:0 !important;
  background:#F5F5F5;
}
article .articleMainSec > div{
  width:50%;
}
article .articleMainSec .img_d img{
  width:100%;
}
article .blog_banner_d img{
  width:100%;
}
article .articleMainSec .content_d{
  padding:64px;
}
article .articleMainSec .readTimeD{
  font-weight: 700;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: #202020;
  margin:0 0 8px;
}
article .sub_title_name.setBtmBorder{
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #000;
}
article .articleTopSec{
  padding:120px 64px;
}
.articleTopSec .inner_d{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.articleTopSec .inner_d .left_d{
  width:44%;
  max-width:350px;
}
.articleTopSec .inner_d .right_d{
  width: 54%;
}
.articleTopSec .inner_d .left_d > div{
  font-size: 20px;
  line-height: 32px;
  color: #000;
  letter-spacing: 0.4px;
}
.articleTopSec .publishDate{
  padding: 0 0 48px;
  border-bottom: 1px solid #000;
  margin: 0 0 8px;
}
.articleTopSec .author_name{
  margin: 0 0 48px;
}
.articleTopSec .share_link a{
  display: flex;
  align-items: center;
  gap: 14px;
  font-weight: 700;
  color: #000;
}
article .blogMiddleContent{
  padding: 120px 64px;
  display: flex;
  justify-content: flex-end;
}
article .blogMiddleContent .info_d{
  width:54%;
}
article .blogMiddleContent .desc p:last-child{
  margin-bottom:0;
}
article.article-template .sub_title_name{
  font-weight:700;
}
.template-article .imgTextSec{
  background:#F5F5F5;
}
@media only screen and (min-width:1200px) {
  article .page-width{
    padding:0 64px;
  }
}
@media only screen and (max-width:1199px) {
  article .page-width{
    padding:0 24px;
  }
  article .articleMainSec .content_d,
  article .articleTopSec{
    padding:48px 24px;
  }
  article .blogMiddleContent{
    padding:48px 24px;
  }
  article .blogMiddleContent .info_d{
    width:100%;
    max-width:720px;
  }
}
@media only screen and (max-width:1199px) {
  article .articleMainSec > div{
    width:100%;
  }
  article .articleMainSec .content_d{
    background: #fff;
  }
  .articleTopSec .inner_d .left_d{
    width:100%;
    display:flex;
    gap:20px;
    margin:0 0 20px;
  }
  .articleTopSec .inner_d .right_d{
    width:100%;
  }
  .articleTopSec .author_name{
    display:none;
  }
  .articleTopSec .inner_d .left_d>div{
    font-size: 16px;
    line-break: 28px;
    border:none;
    padding:0;
  }
  .articleTopSec .share_link a{
    gap:8px;
  }
  .articleTopSec .share_link a svg{
    width:20px;
  }
  .articleTopSec.articleBtmSec .inner_d .right_d{
    order:1;
  }
  .articleTopSec.articleBtmSec .inner_d .left_d{
    order:2;
  }
}
/* Blog Detail Page css end */

/* Legal Page css start */
.legal__page{
  background: #F5F5F5;
  padding:80px 0;
}
.legal__page .page-width{
  padding:0 64px;
}
.legal__page .section__header h2{
  margin: 0 0 56px;
  font-size: 80px;
  line-height: 128px;
  letter-spacing: 1.6px;
  font-weight: 400;
}
.legal__page .legal__content{
  display:flex;
  flex-wrap:wrap;
  justify-content: space-between;
}
.legal__page .left_d{
  width:333px;
}
.legal__page .right_d{
  width:calc(100% - 413px);
}
.legal__page .dropdown{
  background: #E6E6E6;
  padding: 28px 24px;
      position: sticky;
    top: 0;
    z-index: 9;
}
.legal__page .dropdown ul{
  padding: 0;
  list-style: none;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.legal__page .dropdown ul li a{
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  color: #202020;
  text-decoration: unset;
  letter-spacing: 0;
  padding-left: 36px;
  position: relative;
}
.legal__page .dropdown ul li a:before{
  position: absolute;
  content:"";
  width:20px;
  height:20px;
  border: 1px solid #000;
  border-radius: 100%;
  left:0;
  top:2px;
}
.legal__page .dropdown ul li a:after{
  position: absolute;
  content:"";
  width:12px;
  height:12px;
  border-radius: 100%;
  left: 4px;
  top: 6px;
  background: transparent;
}
.legal__page .dropdown ul li.active a:after{
  background: #000;
}
.legal__page .inner_d .title__heading{
  font-size: 40px;
  line-height: 64px;
  letter-spacing: 1px;
  background: #171717;
  color: #fff;
  padding: 24px;
  margin: 0 0 40px;
}
.legal__page .content__d p,
.legal__page .content__d li{
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0.4px;
}
.legal__page .inner_d h5{
  font-size: 20px;
  line-height: 32px;
  color: #202020;
  letter-spacing: 0.4px;
  font-weight: 600;
  padding: 24px 0 8px;
  margin: 0 0 8px;
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
}
.legal__page .inner_d p{
  margin:0 0 24px;
}
.legal__page .inner_d p a{
  text-decoration: unset;
  color:inherit;
}
.legal__page .inner_d ul{
  margin: 0 0 24px;
  padding: 0 0 0 18px;
}
.legal__page .inner_d p.setSmallFS{
  font-size:16px;
  line-height:28px;
}
@media only screen and (min-width:768px) {
  .legal__page .dropdown .dropdown-toggle{
    display: none;
  }
}
@media only screen and (max-width:1199px) {
  .legal__page{
    padding:48px 0;
  }
  .legal__page .page-width{
    padding:0 24px;
  }
}
@media only screen and (max-width:767px) {
   .legal__page .mobile_title{
    font-size: 32px;
    line-height: 52px;
    font-weight: 500;
    color: #000;
    margin: 40px 0 24px;
    }
    .legal__page .dropdown {
    position: relative;
    display: block;
        padding: 0;
        margin: 0 -24px;
  }
  .legal__page .dropdown-toggle {
   border:none;
    background: transparent;
    padding:24px 48px 24px 60px;
    width:100%;
    position: relative;
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    letter-spacing: 0.5px;
    background: url(/cdn/shop/files/Vector_2_a0fe86f4-1d49-4b07-82b0-df82d1eaa704.svg?v=1753340901) no-repeat scroll right center;
    background-position: 95%;
    text-align: left;
  }
  .legal__page .dropdown-toggle:before{
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    border: 1px solid #000;
    border-radius: 100%;
    left: 24px;
    top: 28px;
  }
  .legal__page .dropdown-toggle:after{
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 100%;
    left: 28px;
    top: 32px;
    background:#000;
  }
  .legal__page .dropdown-content {
    display: none;
    position: absolute;
    background-color: white;
    min-width: 100%;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    z-index: 1;
    padding:24px;
  }
  .legal__page .dropdown-content ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .legal__page .dropdown.show .dropdown-content {
    display: block;
  }

  .legal__page .section__header{
    display:none;
  }
 .legal__page .left_d{
    width:100%;
  }
  .legal__page .right_d{
    width:100%;
  }
  .legal__page .inner_d .title__heading{
    font-size: 28px;
    line-height: 52px;
    margin:0 -24px 40px;
  }
  .legal__page .content__d p, .legal__page .content__d li{
    font-size: 16px;
    line-break: 28px;
  }
  .legal__page .inner_d h5{
    font-size: 16px;
    line-break: 28px;
  }
}
/* Legal Page css end */

/* Cart Page and drawer css start */
.template-cart #MainContent{
  padding: 50px 0;
}
.template-cart .cart__checkout-button,
.mini-cart__footer .button-container .button[name=checkout]{
  background: #000;
  color: #fff;
}
.template-cart .cart__footer{
  margin-top:20px;
}
.mini-cart__footer .button-container{
  gap:10px;
}
/* Cart Page and drawer css end */

/* Faq page css start */
.faq__page .accordion_container{
  border-bottom:1px solid #000;
}
.faq__page .accordion_head{
  background: url(/cdn/shop/files/plus.png?v=1752564104) no-repeat scroll right center;
  background-size: 18px;
  padding: 24px 30px 24px 0;
  font-size: 24px;
  line-height: 40px;
  letter-spacing: 0.5px;
  font-weight: 500;
}
.faq__page .accordion_container.active .accordion_head{
  background: url(/cdn/shop/files/minus.png?v=1752564104) no-repeat scroll right center;
  background-size: 18px;
}
.faq__page .accordion_body{
  padding:0 0 24px;
  display:none;
}
@media only screen and (max-width:767px) {
 .faq__page .accordion_head{
    padding: 16px 30px 16px 0;
    font-size: 20px;
    line-height: 32px;
  }
}
/* Faq page css end */