/** Shopify CDN: Minification failed

Line 3874:22 Expected ":"

**/
xpx.para {
  margin: auto;
  justify-content: center;
  text-align: center;
  display: flex;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  line-height: normal;
}

.para_faq_prod{
    margin: 0px 0 5px;
    font-size: 20px;
    
    color: #363739;
  line-height: 30px;
}

.faq_s{
  padding: 12px 0px 12px;
}

@media screen and (max-width: 749px) {
  .accordion__title {
    font-size: 13px !important;
    font-weight: 500 !important;
    line-height: normal !important;
  }

  .faq_s .collapsible-content__heading {
    font-size: 22px !important;
  }

  .slider_ms {
        margin: 1px 0 0!important;
    --animationSpeed: calc(3s * var(--totSlides)) !important;
  }
  .para {
    font-size: 15px;
    line-height: 15px;
    line-height: 15px;
  }

  .accordion {
    margin: 0px;
  }
  .collapsible-content__grid {
    margin: 0px !important;
  }

  .slider_ms .slides-track {
    gap: 3rem !important;
  }

  .cust_ms h2 {
    font-size: 11px;
    margin: 0;
    padding: 5px 0px;
    text-transform: uppercase;
  }

  .slider_ms .slide {
    padding: 0px !important;
  }
}

/*infuinity autoplay*/

/* Infinity Autoplay */

.slider_ms{
  background-color: #8c52ff;
}

.cust_ms h2 {
  margin: 0;
  padding: 5px 0px;
  text-transform: uppercase;
  color: white;
}

.cust_ms span {
    height: 10px;
    width: 10px;
    background-color: white;
    border-radius: 50%;
}

.slider_ms {
  --totSlides: 7;
  --slideWidth: 200px;
  --slideHeight: 100px;
  --animationSpeed: calc(2s * var(--totSlides));
      margin: -10px 0px 0px;
  overflow: hidden;
  position: relative;
  width: 100%;

}

.slider_ms .slides-track {
  animation: scroll var(--animationSpeed) linear infinite;
  display: flex;
  width: calc(var(--slideWidth) * var(--totSlides) * 2);
  margin: 0; /* Remove potential gaps */
  padding: 0; /* Remove potential gaps */
  gap: 4rem;
}

.slider_ms .slide {
  overflow: hidden;
  flex-shrink: 0; /* Prevent shrinking */
  margin: 0px;
  padding: 5px 0; /* Remove padding between slides */
  display: flex;
  align-items: center;
  gap: 2rem;
}

.slider_ms .slide img {
  height: 10px;
  width: 10px;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-1 * var(--slideWidth) * var(--totSlides)));
  }
}
/*infuinity autoplay*/

/*footer*/

.footer__list-social svg{
  
}

.footer__list-social .list-social__link{
  padding:0px;
}

.footer__list-social{
  gap:10px!important;
}

.copyright__content{
  color:white;
}


.footer__list-social .svg-wrapper{
  width: auto;
    height: auto;
}


.footer__list-social path{
  fill:white;
}

.footer{
      background-color: #8B52FD;

}


/* .footer__blocks-wrapper .link, p{
  color:white!important;
}
 */

.foot-3 a{
  color:white!important;
}




.footer-block .list-social {
  justify-content: flex-start;
  gap: 0px;
}




.cust_foot .newsletter {
  padding: 0px;
  margin: -50px auto 0px;
}

.foot-1 p{
  color:white;
}

.foot-2 a{
  color:white!important;
  text-decoration: none;
}

@media screen and (min-width: 1100px) {
  .foot-2 p {
    width: 450px;
  }
}

@media screen and (min-width: 750px) {

  .related-product-card{
      width: 30%;
}

  .foot-1 .footer-block__image-wrapper > img {
    width: 100%;
  }

  .foot-2 p{
    display:none;
  }

  .foot-3 p{
    display:none;
  }

  .cust_news {
    margin: 10px 0px 0px 0px;
  }
  .footer-block:nth-child(1) {
    width: 49%;
  }
  .footer-block:nth-child(2) {
    width: 15%;
  }
  .footer-block:nth-child(3) {
    width: 15%;
  }

  .foot-1 {
    padding: 0px 28rem 0px 0px;
  }

  .newsletter__wrapper {
    box-shadow: 0px 0px 50px 20px #0000000d;
    border-radius: 50px;
    display: flex;
  }
  .cust_img {
    width: 50%;
  }
  .cust_news_sec {
    width: 60%;
    text-align: left;
    padding: 40px 0px 0px 60px;
    display: flex;
    align-items: center;
  }

  .cust_img {
    align-items: center;
    display: flex;
    background-image: url(/cdn/shop/files/Vector_521.png);
    background-repeat: no-repeat;
    border-radius: 0px 50px 0px 0px;
  }

  .cust_news_sec .newsletter__subheading {
    max-width: none;
  }

  .cust_news_sec .newsletter-form {
    margin: 0px;
  }

  .news_txt {
    width: 100%;
  }

  input::placeholder {
    font-size: 28px;
    font-weight: 600;
    line-height: 38.69px;
  }

  .cust_news_sec h2 {
    margin: 0px;
    padding: 0px;
    font-size: 40px;
    font-weight: 600;
    color: #8c52ff;
    margin: 0px;
    
  }
}

.news_txt .newsletter-form__button {
  background-color: #8c52ff !important;
  border-radius: 50px;
  padding: 0px;
  margin: 0px;
  color: white;
  font-size: 28px;
  font-weight: 600;
  line-height: 38.69px;
  text-align: center;
  width: 170px;
  right: 0px;
}
.cust_news_sec h2 {
  font-size: 30px;
  line-height: normal;
  color: #8c52ff;
  font-weight: 700;
  line-height:35px;
}

.news_txt p {
  font-size: 16px;
  line-height: 22.11px;
  padding: 10px 0px 20px;
}

.news_txt .field {
  border-radius: 50px !important;
  border: 1px solid #8c52ff !important;
  width: 500px;
}

.news_txt input {
  border-radius: 50px !important;

  border: none;
}

.news_txt .field:after {
  box-shadow: none;
}

.news_txt .field:hover.field:after {
  box-shadow: none;
}
.news_txt .field__input:focus {
  box-shadow: none;
}

@media screen and (max-width: 749px) {

  .cust_foot .newsletter{
        margin: -20px auto 0;
  }



  .foot-2 .footer-block__details-content{
    display:none;
  }
  

.foot-1 p{
  margin: 10px 0px 10px;
          line-height: 22px;

}
  
  .newsletter__wrapper{
    top:40px!important;
  }
  
  .cust_news_sec h2 {
    margin: 0px;
  }

  .news_txt p {
    font-size: 12px;
    line-height: normal;
  }

  .cust_foot .cust_img {
    display: none;
  }

  .news_txt .newsletter-form__button {
    width: 100px;
    font-size: 16px;
  }
  .footer-block__image-wrapper img {
    width: 100%;
  }

  .footer-block__details-content {
    margin-bottom: 1rem!important;
  }

  .news_txt .field {
    width: auto;
  }
}

@media screen and (max-width: 749px) {
  
  .footer{
    margin-top: 0px!important;
  }


  .foot-2 .footer-block__details-content{
        margin-bottom: -30px;
  }

  .foot-2 .footer-block__details-content > .cust_foot_link-1{
        margin: 0px 0px -15px;
  padding:0px;
    
  }

  .foot-3 .footer-block__details-content{
  display:none;
  }
  
  .foot-3 p > a{
    text-decoration:none;
            color: black;
  
}
  
  .footer-block--menu p {
    width: auto;
    line-height:normal;
            margin: 15px 0px 15px;
  }
}

/*footer*/





/*ms slideshow*/

.swiper-container_ms {
  width: 100%;

  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden; /* Prevent internal scrollbar */
}
.swiper-container_ms .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
}
.left-column_ms {
  flex: 1;
  justify-content: center;
  padding: 0px 0px 0px 70px;
}
.left-column_ms h1 {
  font-size: 2.5rem;
  margin-bottom: 10px;
}
.left-column_ms p {
  font-size: 1.2rem;
  color: #555;
}
.navigation-buttons_ms {
  display: flex;
  gap: 15px;
  justify-content: flex-start;
}
.swiper-button-next_ms,
.swiper-button-prev_ms {
  width: 72px;
  height: 72px;
  background-color: #8c52ff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}
.swiper-button-next_ms::after,
.swiper-button-prev_ms::after {
  display: none;
}

.right-column {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(/cdn/shop/files/Vector_51.png?v=1735026718);
  background-position: right;
  background-repeat: no-repeat;
  width: 100%;
  height: 700px;
  background-size: 60% 100%;
}
.right-column img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #ccc;
  border-radius: 50%;
  opacity: 0.6;
  transition: all 0.3s ease;
}

.swiper-pagination-bullet-active {
  width: 24px !important;
  height: 12px !important;
  background-color: #007bff !important;
  border-radius: 12px !important;
  opacity: 1;
}

.navigation-buttons_ms div {
  display: flex;
}

.swiper-button-next_ms::after {
  content: "\2192";
}

/* .swiper-button-prev_ms::after {
    content: '\2190';
} */

/* .swiper-button-next::after, .swiper-button-prev::after {
    font-size: 18px;
    color: #fff;
    content: '';
} */

.high_txt {
  font-size: 76px;
  font-weight: 850;
  line-height: 105.01px;
  text-align: left;
  color: #ac4f84;
  position: relative;
}
.high_txt img {
  position: absolute;
  left: -24px;
  bottom: -10px;
}

.txt_col h1 {
  font-size: 76px;
  font-weight: 850;
  line-height: 105.01px;
  text-align: left;
  color: #363739;
}

.txt_col p {
  font-size: 23px;
  font-weight: 600;
  line-height: 31.78px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #ac4f84;
}

.arr_btn {
  display: flex;
  align-items: center;
  width: 100%;
  margin: auto;
  justify-content: flex-start;
  gap: 3rem;
}

.slide_btntxt {
  width: 259.04px;
  height: 73.11px;
  font-size: 32px;
  font-weight: 700;
  line-height: 44.22px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  border-radius: 50px;
  opacity: 0px;
}



@media screen and (max-width: 749px) {
  .arr_btn {
    gap: 5px;
    justify-content:center;
  }

  .right-column img {
    width: 50%;
  }

  .swiper-button-next_ms > img,
  .swiper-button-prev_ms > img {
    width: 15px;
  }

 .swiper-pagination_slide .swiper-pagination-bullet-active{   
    background-color: #8C52FF !important;
 }

  .swiper-pagination_slide{
    
        position: absolute;
    bottom: 11rem!important;  
    justify-content: center;
    display: flex;
  }

  .navigation-buttons_ms {
    gap: 3px;
    margin: 3px 3px 0px;
    display:none;
  }

  .slide_btn {
    display: flex;
    text-align: center;
    justify-content: center;
  }

  /* .right-column img{
    width:50%;
  } */

  .left-column_ms h1 {
    margin-bottom: -10px;
  }
  .txt_col h1 {
    font-size: 25px;
    line-height: 34px;
    text-align:center;
  }

  .high_txt {
    font-size: 25px;
    line-height: normal;
  }

  .high_txt img {
    position: absolute;
    left: 8px;
    bottom: -2px;
    width: 83%;
  }

  .left-column_ms {
    flex: 1;
    width: 100%;
    text-align: center; /* Center alignment for better readability */
            padding: 20px 38px 0px 30px;
  }

  .right-column {
    order: -1; /* Ensure the image appears above the content */
            padding: 30px 0 0px;
    height: auto;
    background-size: 75% 100%;
    background-image:none;
  }

  .txt_col p {
    font-size: 15px;
    line-height: 18px;
            margin: 17px 0 16px;
        text-align: center;
  }

  .slide_btntxt {
          font-size: 14px;
        padding: 14px;
        width: 227px;
        height: auto;
        line-height: normal;
        min-height: auto;
        align-items: center;
        max-width: 100%;
        border-radius: 8px;
  }

  .swiper-container_ms {
    height: 50rem;
  }

  .swiper-container_ms .swiper-slide {
    align-items: normal;
    display: block;
  }

  .swiper-button-next_ms{
  left: 15%;
  }
    .swiper-button-prev_ms{
  left: 5%;
  }

  .swiper-button-next_ms,
  .swiper-button-prev_ms {
    width: 30px;
    height: 30px;
            position: absolute;
        bottom: 0;
  }

  .swiper-container_ms .swiper-slide {
    /* background-image: url(/cdn/shop/files/Vector_51.png?v=1735026718); */
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
  }

  .left-column_ms .txt_col {
    width: 100%;
  }

  .swiper-button-next_ms::after,
  .swiper-button-prev_ms::after {
    font-size: inherit;
    height: 85%;
  }
}

.mouse_img {
  transition: transform 0.1s linear;
  display: flex;
  justify-content: center;
}

.cur_moouse {
  transition: transform 0.3s ease;
}

.mouse_hov:hover ~ .cur_moouse {
  transform: translate(-50%, -50%) scale(8);
}

@media (max-width: 749px) {
  .nv_mouse {
    top: 30%;
  }

  .mouse_hov {
    width: 100%;
    padding: 0px 0;
    display: inline-block;
  }
}

.slide_animate {
  animation: upDown 3s linear infinite;
}
@keyframes upDown {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}

/*ms slideshow*/





/* trust badges css */

.trust_cust1 {
  /* background-image: url(/cdn/shop/files/shape_1_60c0cfc1-1209-4981-898f-c5f4c24f5f28.png?v=1735233613); */
  background-repeat: no-repeat;
  background-size: 7% 100%;
      background-color: white;
}

.trust-badges-section {
  padding: 4rem 0px 0rem 0px;
  text-align: center;
}

.trust-badges-container {
  display: flex;

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

.trust-badge {
  max-width: 100px;
  margin: 0px;
  transition: transform 0.2s ease-in-out;
}

.trust-badge:hover {
  transform: scale(1.1);
}
.cst_trst {
  width: 60%;
  margin: auto;
}
@media (max-width: 767px) {


  .trust_cust-1, .trust_cust-2{
    margin-bottom:0px!important;
  }

  .trimg{
    height:60px;
  }

  .trust-badge{
    margin:0px!important;
  }
  
  .cst_trst p {
    padding: 0px 10px;
    line-height: 22px !important;
    font-size: 15px;
  }

  .trust_cust1 {
    background-size: 15% 100%;
  }
  .trust-badge {
    max-width: 80px;
    margin: 5px;
  }

  .cst_trst {
    width: 100%;
  }

  .trust_cust-3{
    clear: both;
    margin: auto;
  }

  .widthTrust {
    width: 44%;
    margin: 0px 0px 25px 0px;
    float: left;
  }

  .trust-badges-container {
    display: block;
    padding: 20px 0px 20px 0px !important;
    display: flex;
    flex-wrap:wrap;
            column-gap: 2rem!important;
        row-gap: 0rem!important;
  }
  .headtrst {
    font-size: 22px !important;
    margin: 0px 0px 10px 0px!important;
    line-height: 25px!important;
  }
  .headtrst1 {
    font-size: 15px !important;
    margin: 5px 0px 5px 0px;
  }

  .trust-badges-section {
    padding: 2rem 0px 0rem 0px;
  }
  .trimg p {
    font-size: 10px;
  }
}

.icon-with-caption__text {
  font-size: 14px !important;
      line-height: 17px!important;
}

.trust-badges-container {
  padding: 1rem 0px 0px 0px;
  gap: 30px;
}

.widthTrust p {
  font-size: 10px;
}

.headtrst {
  font-size: 40px;
  font-weight: 700;
  text-align: left;
  margin: 10px 0px 10px;
  
  color: #ac4f84;
  text-align: center;
}

.headtrst1 {
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  margin: 10px 0px;
  color: #ac4f84;
}

.trimg {
  padding:10px 0px 0px;
  background-color: white;
  width: 72px;
  margin: auto;
  border-radius: 50%;
  height: 72px;
  justify-content: center;
  display: flex;
}

.trust-badges-section p {
  margin: auto;
  justify-content: center;
  text-align: center;
  color:black;
  display: flex;
  font-weight: normal;
  text-align: center;
  line-height: normal;
}

/* trust badges css */

/* header menu item*/
.header__menu-item span {
  font-size: 18px;
  font-weight:normal;
}

.header__menu-item .icon-caret{
      width: auto;
}


.header__icon img, svg{
  width:20px;
  height:auto;
}




.pos_cust{
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
      padding: 10px 0px 10px;
}

/* .pos_cust {
  position: fixed;
} */

.pos_cust_dis {
  position: unset;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 10px 0px 10px;

}

/* header menu item*/





/*product grid*/

.cust_coll .grid__item {
  height:360px;
      width: 25.33%;
}

.cust_coll .product-grid{
      display: flex;
    margin: auto;
    justify-content: center;
    gap: 50px;
  column-gap:15px;
}

.cust_coll .product-grid{
      padding: 3rem 0px 1rem;
}

.cust_coll .card__content{
      padding: 0px 15px;
  bottom:22%!important;
}

.cust_coll .card-wrapper{
      justify-content: center;
    display: flex;
    margin: auto;
}

.cust_media_grid {
  width: 40% !important;
}

.cust_media_grid img {
  width: 80% !important;
  height: 100% !important;
  bottom: 0;
  top: auto !important;
  position: relative !important;
}

.product-card-wrapper .card {
  background-color: #8c52ff;
  box-shadow: 0px 0px 8px 0px #00000040;
  border-radius: 30px;
}

.cust_coll_featured .grid__item {
  width: 25.33%;
  height: 450px;
}

.cust_coll_featured .product-grid {
  display: flex;
  margin: auto;
  justify-content: center;
  gap: 50px;
}

.product-card-wrapper .gradient {
  background: none;
}

.cust_grid {
  height: 85% !important;
  width: 100% !important;
  border-radius: 30px;
      object-fit: cover;
}

.card__heading a {
  font-size: 15px;
  font-weight: 700;
  text-align: left;
  text-decoration: none;
  color: white;
}

.cust_coll_featured .card__content{
  padding:0px 15px;
}


.split_values_cust {
  position: absolute;
  top: 19%;
  padding: 45px 15px 0px;
}

.cust_coll_featured ._custh {
  font-size: 50px;
  font-weight: 800;
  line-height: 0px;
  text-align: center;
  color: #ffd100;
}

.split_values_cust1 {
  display: flex;
  align-items: center;
  gap: 10px;
}

._custh2 {
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0.06em;
  text-align: left;
  color: #ffd100;
}

._custh3 {
  font-size: 35px;
  font-weight: 600;
  line-height: normal;
  text-align: center;
  color: white;
}

.sadsaf .card__heading {
  width: 55%;
}

.sadsaf .card-information {
  width: 30%;
}

.quick-add button {
  border-radius: 13px;
  color: #8c52ff;
  font-size: 24px;
  font-weight: 500;
  line-height: 27.84px;
}

.rating_cust,
.rating-count {
  font-size: 13px;
  font-weight: 500;
  line-height: 10.44px;
  color: white;
}

.rev_cust {
  display: flex;
  align-items: center;
}
/* @media (max-width: 1000px) {

  .cust_coll_featured .split_values_cust1{
    flex-wrap:wrap;
  }
  
} */


.quick-add__submit .button--full-width{
      padding: 5px 0px 5px;
      width: 100%;
}
  .search__button img{
    width:-webkit-fill-available;
  
  }



.cust_coll .split_values_cust{
  top: 13%;
}
  .cust_coll ._custh{
    font-size: 45px;
        line-height: 45px;
     color: white;
        font-weight: 600;

  }

.cust_coll ._custh2{
      font-size: 15px;
      line-height: 20px;
}

.cust_coll ._custh3{
  font-size: 25px;
      line-height: 25px;

}

.cust_coll .card__heading > a {
    font-size: 12.5px;
}

.cust_coll .rating_cust, .rating-count {
    font-size: 9px;
}

.cust_coll .rating-star:before {
    font-size: 11px;
}


.cust_coll .price-item{
      font-size: 10px;
}

.cust_disc_prc .price-item{

font-size: 15px;
font-weight: 600;
line-height: 26.25px;
      margin: 5px 0px 0px!important;


}


.quick-add-modal .cust_hr{
          margin: 1rem 0;
}

.quick-add-modal .product-form__submit{
      min-width: auto;
    min-height: auto;
    padding: 5px 0px 5px;
    color: #8c52ff;
    font-size: 24px;
    font-weight: 500;
    line-height: 27.84px;
    border-radius: 10px;
    background-color: #f1efea;
}

.rev_cust{
  width:13rem;
}

@media (max-width: 767px) {


  .cust_coll ._custh{
        font-size: 45px;
    color: white;
    font-weight: 600;
  }
  
.cust_coll .product-grid{
      padding: 0rem;
}


  .cust_coll .product-grid{
        row-gap: 15px;
  }

 .cust_coll .grid__item{
       width: auto;
    max-width: 77%;
    height: 50vh;
 }

  .cust_coll .card__content{
        bottom: 22%!important;
  }

  .cust_coll .card{
            border-radius: 30px!important;
  }



  
  .search__button img{
    width:20px;
  
  }
  
  .cust_coll_featured .collection {
    padding-top: 0px;
            padding-bottom: 20px;
  }

  .cust_coll_featured .product-grid{
        row-gap: 25px;
  }

  .cust_coll_featured .quick-add__submit{
        min-width: auto;
    min-height: auto;
                    padding: 5px 0px 5px;
        font-size: 15px;
  }

  .cust_coll_featured .card__content {
    padding: 0px 12px;
    bottom:20%!important;
  }

  .cust_coll_featured .price{
        font-size: 10px;
    line-height:13px;
  }

  .product-card-wrapper .card {
    border-radius: 15px;
  }

  .cust_coll_featured .rating-star:before {
    font-size: 10px;
  }

  .cust_coll_featured .cust_grid {
    border-radius: 14px;
    height:75%;
  }
  .card__heading a {
    font-size: 9px;
  }

  .rating-star:before {
    font-size: 9px;
  }
  .sadsaf .card-information {
    width: 10%;
  }

  .rating_cust,
  .rating-count {
    font-size: 10px;
  }
  .split_values_cust {
    padding: 40px 10px 0px;
  }
  .split_values_cust1 {
    align-items: center;
  }

  ._custh {
    font-size: 35px;
    line-height: 20px;
  }
  ._custh2 {
    font-size: 15px;
    line-height: 20px;
    letter-spacing: normal;
    text-align: left;
  }
  ._custh3 {
    font-size: 30px;
    font-weight: 600;
    line-height: 28px;
  }

  .rev_cust {
    width: 180px;
  }

  

  .cust_coll_featured .grid__item {
    width: auto;
    max-width: 77%;
    height: 45vh;
  }
}
.cust_coll_featured .product-card-wrapper {
  justify-content: center;
  display: flex;
  margin: auto;
}
/* .product-card-wrapper .card{
  height:80%;
  width:80%;
} */

.cust_coll_featured .card__content {
  bottom: 25%;
}

/*product grid*/







/*faq*/

.faq_s .collapsible-content__heading {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  margin: 0px 0px 0px 0px;
  line-height: normal;
}

.faq_s .para {
  padding: 5px 0px 5px;
}

.faqtxt {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  color: white;
  width: 76.03px;
  height: 31.72px;
  background-color: #8c52ff;
  border-radius: 50px;
  margin: auto;
}

.collapsible-content__grid {
  margin: 0px 0px 0px 0px;
}

@media (max-width: 767px) {
.faq_s .para{
      padding: 5px 0 5px;
}
}


/*faq*/

/* Certifications */

.widthTrust_ {
 max-width: 190px;;
}

.trust-badges-section_ {
  padding: 40px 0px 40px;
  text-align: center;
}

.trust-badges-container_ {
  display: flex;

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

.trust-badge_ {
  max-width: 100%;
  margin: 0px 10px 0px;
  transition: transform 0.2s ease-in-out;
  width: 100%;
}

.trust-badge_:hover {
  transform: scale(1.1);
}

@media (max-width: 767px) {
  .trust-badge_ {
    max-width: fit-content;
    margin: 5px;
  }

  .widthTrust_ {
    width: auto;
    margin: 0px 0px 0px 0px;
    max-width:75px;
  }
  .trust-badges-section_ p {
    font-size: 15px !important;
    line-height: 15px;
    margin: 5px auto 0px!important;
        line-height: 18px;
  }
  .trust-badges-container_ {
    flex-wrap: wrap;
    padding: 5px 0px 0px 0px !important;
    column-gap: 10px !important;
    row-gap: 0px !important;
  }
  .headtrst_ {
    font-size: 22px !important;
    margin: 0px;
  }

  .trust-badges-section_ {
    padding: 15px 13px 0px !important;
  }
}

.trust-badges-container_ {
  padding: 5px 0px 0px 0px;

  gap: 30px;
}


.headtrst_ {
  font-size: 40px;
  font-weight: 700;
  text-align: left;
  margin: 0px;
  color: #ac4f84;
  text-align: center;
  line-height: 35px;
}

.trimg_ {
}

.trust-badges-section_ p {
  margin: auto;
  justify-content: center;
  text-align: center;
  display: flex;
  color:black;
  font-size: 20px;
  font-weight: normal;
  text-align: center;
}

/* Certifications */






/* testimonial */

.newname,
.revtxt {
  line-height: 1.4em;
}

.newname {
  display: block;
  margin: 0.1em 0 0.6em;
  font-size: 12px;
  font-weight: 400;
  line-height: 16.58px;
  color: black;
}

.revtitle {
 
  margin: 0;
  color: #ac4f84;
  font-size: 15px;
  font-weight: 600;
      line-height: 20px;
    padding: 0px 0px 0px;
}

.revtxt {
  font-size: 15px;
}

.custom_img {
  text-align: center;
}

.container-slider {
  max-width: 100%;
  height: 100%;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  width: 100%;
  font-size: 18px;

  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("https://cdn.shopify.com/s/files/1/0533/0229/6731/files/png-transparent-computer-icons-arrow-button-swipe-angle-triangle-symbol-removebg-preview-removebg-preview.png?v=1653636888") !important;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("https://cdn.shopify.com/s/files/1/0533/0229/6731/files/png-transparent-arrow-computer-icons-right-arrow-angle-text-rectangle-removebg-preview_1.png?v=1653636905") !important;
  left: auto;
}

/* .swiper-button-next,
.swiper-button-prev {
  top: 106% !important;
  width: 27px;
  height: 24px;
} */

.newarr {
  right: 40px;
  position: absolute;
  bottom: -40px;
}
/* 
.swiper-button-prev {
  right: 60px !important;
  left: auto !important;
} */

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: 0 0;
  border: 1px solid #000;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  width: 40px;
  transition: width 0.5s;
  border-radius: 5px;
  background: #000;
  border: 1px solid transparent;
}

.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets span {
  margin: 0 1px;
}

div#nv-id {
  margin-top: 40px;
  position: relative;
  margin-bottom: 85px;
}

.swiper-pagination {
  position: unset;
}

.nv {
  margin: auto;
}

.testi_cust{
      width: 50%;
    margin: auto;
  text-align: center;
}



@media only screen and (max-width: 480px) {
  .testimonial_cust {
    padding: 3px 0px 1px !important;
    margin: 0px 0px 15px;
  }

  .testi_cust{
    width:auto;
  }

  div#nv-id {
    margin-top: 25px;
        margin-bottom: 65px;
  }
  /* .swiper-button-next {
    right: 20px !important;
    top: 60% !important;
  } */

  .swiper-button-prev {
    left: 5% !important;
    top: 60% !important;
  }
  .newarr {
    position: inherit;
  }

  .custom_img {
    padding: 25px!important;
  }
  .testi_h {
    font-size: 22px !important;
    line-height: normal !important;
  }
  .testi_cust .para {
    line-height: normal !important;
    font-size: 15px;

    padding: 3px 0px 7px !important;
  }
  .div#nv-id {
    margin-top: 30px;
  }
.para_cust{
         margin: -6px 0px 9px !important;
        font-size: 16px !important;
        line-height: 20px !important;
}
  
}

.rev_ttl {
    padding: 14px 0px 0px 0px;
}

.revtxt p{
      font-size: 11px;
      line-height: 16px;

}

.swiper-button-next,
.swiper-button-prev {
  display: block !important;
}

.testi_h {
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  margin: 0px;
  padding: 0px;
}

.testi_cust .para {
    margin: 0px;
  
    padding: 0px;  width: 100%;
  margin: auto;
      font-weight: 100;
 
}

.para_cust{
      font-size: 20px;
    line-height: 22px;
    justify-content: center;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    margin: 0px 0px 15px;
  color:#363739;
}

.testimonial_cust {
  background-color: #FFCA31;
  padding: 3px 0px 10px;
margin: 0px 0px 0px;
}

.testi_img {
  display: flex;
  justify-content: center;
  width: 115px;
  height: auto;
  text-align: center;
  margin: auto;
}

.testi_img img {
  border-radius: 50%;
  border: 5px solid #ffffff;
  box-shadow: 0px 0px 14px 0px #00000040;
  width:100%;
}

.custom_img {
  background-color: white;
  padding: 40px;
  
  border-radius: 20px;
}

.swiper-scrollbar-drag {
  display: block !important;
  /* background-color: #6a42c9 !important; */
}

.cust_drag .swiper-scrollbar {
  cursor: pointer;
  width: 40% !important;
  left: auto !important;
  bottom: -7% !important;
  background-color: white;
  z-index: 0 !important;
}

.cust_drag {
  margin: auto;
  justify-content: center;
  display: flex;
}

.cust_drag .swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: none !important;
}

.cust_drag .swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: none !important;
}

.cust_drag .swiper-button-prev {
  background-color: white;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  justify-content: center;
  display: flex !important;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  z-index: 1;
}

.cust_drag .swiper-button-next {
  background-color: white;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  justify-content: center;
  display: flex !important;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  z-index: 1;
}

/* testimonial */




/* blog */


.cust_blog_home{
  padding: 0px 0px 4rem;
}

.swiper-blog {
  overflow: hidden;
}

.swiper-button-prev_blg {
  left: -33%;
}

.swiper-button-next_blg {
  right: -33%;
}

.swiper-button-prev_blg,
.swiper-button-next_blg {
  background-color: #8c52ff;
  border-radius: 50%;
  padding: 10px;
  width: 50px;
  height: 50px;
  align-items: center;
  display: flex;
  position: relative;
  cursor: pointer;
}

.blg_arr {
  position: absolute;
  z-index: 1;
  top: 35%;
  display: flex;
  justify-content: center;
  width: 100%;
}

.hightxt_blog img {
  right: auto;
  left: 0%;
  bottom: -5px;
  position: absolute;
  width: 100%;
}

.article-card-wrapper {
  height: auto;
}

.article-card .card__information {
  display: block;
}

.article-card .card__content {
  padding: inherit;
  position: inherit;
  bottom: auto;
}

.blog_head a {
  font-size: 18px;
  font-weight: 600;
  line-height: 24.87px;
  text-align: left;
  color: #363739;
}

.article-card__info time {
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  color: #a8a8a8;
  margin: 0px;
  padding: 0px;
}

.article-card__excerpt {
  font-size: 14px;
  font-weight: normal;
  line-height: normal;
  text-align: left;
  color: black;
}

.article-card {
  box-shadow: 0px 0px 20px 6px #0000001a;
  padding: 15px;
  border-radius: 24px !important;
}

.blog .title-wrapper-with-link {
  display: block;
  text-align: center;
}

.blog .blog_post_h {
  font-size: 40px;
  font-weight: 700;
  margin: 0;
  text-align: center;
}
.hightxt_blog {
  color: #ac4f84;
  position: relative;
}

.article-card__image {
  border-radius: 24px;
}

@media (max-width: 767px) {
  .cust_blog_home {
    padding: 0px;
  }

  .blog .blog_post_h {
    font-size: 22px;
    line-height: normal;
  }

  .blg_para p {
    font-size: 15px !important;
    line-height: normal;
  }

  .cust_blog_home .swiper-slide {
    /* padding: 20px 20px 20px; */
  }
}

.blg_para p {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin: 1px 0px 0px 0px;
}

.cust_blog_home .title-wrapper-with-link {
  margin: 0px 0px 10px;
}

.cust_auth {
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  display: flex;
  justify-content: flex-end;
}

.swiper-blog .article-card-wrapper {
  /* height: 500px; */
  padding: 20px 0px 20px;
}

/* blog */

/*gummies*/
.cust_gum_sec {
  margin: 4rem 0px 2rem;
}
.gum_h {
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  margin: 0px;
  padding: 0px;
}

.gum_subt {
  margin: auto;
  justify-content: center;
  text-align: center;
  display: flex;
  font-size: 20px;
  color:black;
  font-weight: normal;
  text-align: center;
  padding: 10px 0px 29px;
}

.gum_high {
  color: #ac4f84;
  position: relative;
}

.gum_icns {
  position: absolute;
  right: -5px;
  bottom: 29px;
  width: 40px;
}
.gum_cust {
  display: flex;
  position: relative;
  margin: auto;
  width: 100%;
  margin: 4rem 0px 0px;
}

.right_cont {
  display: flex;
  position: absolute;
  right: 0;
  gap: 4rem;
  width: 60%;
  top: -8%;
}

.cont_para p {
  margin: 0px;
  padding: 25px 25px 25px;
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  color: #ac4f84;
}

.cont_para hr {
  margin: 0px;
  padding: 0px;
  background-color: #8c52ff;
  height: 1px;
  width: 100%;
}

._gum_para p {
  margin: 0px;
  padding: 0px;
}

._gumhd h2 {
  margin: 0px 0px 20px;
  padding: 0px;
  font-size: 26px;
  font-weight: 850;
  text-align: center;
  color: #f1efea;
  line-height: normal;
}

.cont_sect {
  margin: 85px 0px 0px;
  width: 100%;
}

.gum_cont {
  background-color: #8c52ff;
  border-radius: 20px;
  box-shadow: 0px 0px 10px 0px #6c4d98;
  padding: 40px 25px;
  width: 100%;
}

._gum_para p {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  text-align: center;
}

._gum_para {
  padding: 15px 0px 20px;
}

@media screen and (max-width: 749px) {
  .gum_icns {
    right: -3px;
    bottom: 15px;
    width: 26px;
  }

  .gum_h {
    font-size: 22px;
    line-height: normal;
  }
  .gum_cust {
    display: block;
    width: 100%;
  }

  .gum_subt {
    line-height: normal;
    font-size: 12px;
    padding: 10px 0 0px;
  }

  .gum_cust {
    margin: 2rem 0px 0px;
  }

  .cust_gum_sec {
    margin: 1rem 0px 1rem;
  }

  .cont_sect {
    margin: 0px 0px 0px;
  }

  .right_cont {
    position: unset;
    gap: 10px;
    margin: 20px 0px 0px;
    justify-content: center;
    width: 100%;
  }

  .cont_para hr {
    width: 100%;
  }

  ._gumhd h2 {
    margin: 0px;
    font-size: 15px;
    line-height: normal;
  }

  .cont_para p {
    padding: 8px 0px 11px;
    font-size: 11px;
  }

  .gum_cont {
    padding: 20px 9px;
  }

  ._gum_para {
    padding: 0px;
  }

  ._gum_para p {
    font-size: 9px;
    padding: 3px 0px 3px;
  }

  ._gum_left_cont {
    margin: 8px 0px 0px;
  }
}
/*gummies*/

/*benifit*/

.note_list {
  width: 100%;
  padding: 8px 0px;
  text-align: left;
  margin: 0px auto;
}

.note_list li {
  font-size: 12px;
  line-height: normal;
}

.flsh_cust ul {
  list-style: none;
}

.flsh_cust .note_list li {
  display: none;
}

.flsh_cust .note_list li.flsh_act-3 {
  display: block;
}

.bene_main {
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  border-radius: 20px;
  padding: 0px;
  color: white;
  /* box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2); */
  margin: 0px 0px;
  justify-content: end;
        
          height: 50rem;
    width: 100%;
   

}

.rating_ben span {
  font-size: 10px;
  font-weight: 500;
  line-height: 13.82px;
  text-align: left;
}

._girl_ben {
  position: relative;
}
.rating_ben {
  background: white;
  color: black;
  padding: 10px 10px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  text-align: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  width: 300px;
  height: 60px;
  align-items: center;
  gap: 10px;
  position: absolute;
  bottom: 30px;
  right: 0%;
}

.ben_cont {
  padding: 20px;
  width: 50%;
}

.ben_desc p{
      width: 100%;
    margin: 0px;
    line-height: normal;
    padding: 0px 25px 0px 0px;
}

.ben_tit {
  font-size: 40px;
  font-weight: 850;
  line-height: normal;
  text-align: left;
}

.ben_desc {
  margin-bottom: 20px;
  font-size: 16px;
}

.feature_ben {
  margin: 10px 0px 0px 0px;
  text-align: center;
}

.feature_ben h3 {
  font-size: 13px;
  font-weight: 600;
  line-height: normal;
  color: white;
}

.bene_icon {
  background-color: white;
  padding: 20px;
  border-radius: 50%;
  margin: auto;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bene_icon img{
  width:35px;
}

/* ._ben_img{
position:relative;
  bottom: -10px;
} */

@media (max-width: 767px) {
  .ben_cont {
    width: 100%;
  }

  .benefit_gum {
    height: auto;
  }

  .ben_desc {
    margin-bottom: 0px;
  }

  .rating_ben img {
    width: auto;
    height: -webkit-fill-available;
  }
  .bene_main {
    display: block;
    padding: unset;
    background-image: none;
    background-color: #8c52ff;
    height:auto;
  }

  .feature_ben h3 {
    font-size: 13px;
    margin: 10px 0px;
    line-height: normal;
  }

  .feature_ben {
    margin-top: 20px;
  }

  .features_ben {
    gap: 3rem !important;
    margin:auto!important;
  }

  .ben_tit {
    font-size: 25px;
    line-height: normal;
    text-align: center;
  }
  .ben_cont p {
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
    margin: 0px;
    padding: 0px;
  }

  .ben_desc p {
    margin: 5px 0px 5px;
    padding: 0px;
    text-align: center;
  }

  .bene_icon {
    width: 80px;
    height: 80px;
    align-items: center;
    display: flex;
    justify-content: center;
  }

  .features_ben > div {
    width: 100% !important;
  }

  ._ben_img {
    margin: 0px;
    display: block;
  }

  ._ben_img > img {
    width: 100%;
  }

  .bene_str {
    left: auto !important;
    right: 118px !important;
    top: 153px !important;
    height: 35px;
    display: none !important;
    justify-content: flex-start;
  }

  .str_img img {
    width: 30px;
    height: 30px;
  }

  .str_r img {
    width: 80px;
  }

  .rating_ben {
    width: 65%;
    height: 35px;
    padding: 5px 5px;
    left: 60px;
    right: 0px;
    top: 110px;
    display: none;
  }

  .note_list li {
    font-size: 9px;
  }
  .note_list {
    padding: 0px;
  }
}

/* .bene_icon img{  
    width: 92px;
    height: 92px;
} */

.features_ben {
  display: flex;
  margin: auto;
  width: fit-content;
  justify-content: end;
  gap: 10rem;
      column-gap: 4rem;
    row-gap: 0px;
      margin: -10px auto 0px;
}

/* .features_ben > div{
  width:50%;
} */

.bene_str {
  width: auto;
  gap: 0px;
  border-radius: 50px;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px 6px;
}

.bene_str div {
  display: flex;
}

/*benifit*/






/*product*/


.cust_related-prod{
  padding: 12px 0px 12px;
}


 @media only screen and (max-width: 749px) {

   .top-section h2{
         margin: 0px;
         font-size: 22px!important;
     line-height:normal!important;
   }
   .stuff_cust{
         padding: 0 20px!important;
   }

   .cust_pad{
         padding: 1rem 20px 1rem!important;
   }

   .st_icon img{
         width: 7rem!important;
   }
   .stuff_icons{
         column-gap:5rem!important;

   }

   .bottom-section h3{
              font-size: 22px!important;
     padding: 0 0 0px!important;

   }

   .bottom-section {
       margin: 5px 0 0!important;
   }

   .st_icon p {
       font-size: 10px!important;
   }

   .stuff_icons{
         flex-wrap: wrap;

   }

.top-section img {
    width: 15rem!important;
}
   .st_head{
         width: fit-content!important;
   }
   
 }


        .stuff_cust {
            background-color: #8C52FF;
            width: 100%;
                 border-radius: 50px 50px 0px 0px;
            padding: 20px;
            color: white;
            text-align: left;
          padding: 0px 40px 0px;
        }

        .top-section {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

        .top-section img {
            width: 30rem;
            /* transform: rotate(-25deg); */
        }

        .bottom-section {
         background-color: #8C52FF;
    border-radius: 0 0 50px 50px;
    padding: 1px;
    text-align: center;
    width: 100%;
    margin: 0;
    background-image: url(/cdn/shop/files/bowl_7d92164d-520c-46a8-8004-b5eb52072991.png?v=1738654627);
        background-repeat: no-repeat;
    background-position: left;
    background-position-x: left;
    background-position-y: bottom;
              background-size: 54% 45%;
        }

        .stuff_icons {
            display: flex;
    margin-top: 20px;
    column-gap: 12rem;
    justify-content: center;
        }

.cust_pad{
          padding: 0rem 40px 5rem;

}

.bot_cust{
      display: flex;
    justify-content: flex-start;
}


        .st_icon {
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .st_icon img {
            width: 11rem;
        }

        .bottom-section h3 {
            color: white;
              font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    text-align: left;
              margin: 0px 0px 0px;
    padding: 0px;
        }

        .top-section h2 {

            font-size: 40px;
            font-weight: 850;
            line-height: 45px;
            text-align: left;
              color: #FFFFFF;
        }


.st_head{
  width:25%;
}


.st_icon p{
      font-size: 16px;
    font-weight: 600;
    line-height: 0.16px;
    text-align: center;
   
    color: white;
}

.cust_main_prod .cust_hr{
          margin: 3px 0;
}

.cust_prod_ttl {
  font-size: 25px;
  font-weight: 800;
  line-height: normal;
}

.cust_main_prod .txt_prod-2 {
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
  text-transform: none !important;
     
}

.cust_main_prod .rating_prod{
  font-size:13px;
}

.txt_prod-3 {
      font-size: 13px;
    font-weight: 400;
    line-height: normal;
    color: black;
    margin: 5px 0px 0px;
}

.cust_main_prod .media > img {
  object-fit: contain;
  
}

.cust_main_prod .global-media-settings {
  border: none;
}

/* .cust_main_prod .product__media-item {
  padding: 50px;
   background-color: #8c52ff;
  border-radius: 20px;
} 
.cust_main_prod .media--transparent {
  background-color: #8c52ff;
  border-radius:20px;
}*/

/* .cust_main_prod .rating-star:before {
  background-color: #ac4f84;
} */

.icon_prod {
  margin: 5px 0px 10px;
}
.header_prod {
  font-size: 15px;
  font-weight: 500;
  line-height: normal;
  color: #000000;
  margin-bottom: 5px;
}
.benefits-grid_prod {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 20px;
  align-items: center;
}
.benefit_prod {
  text-align: center;
  text-align: center;
  display: flex;
  align-items: center;
  gap: 9px;
}
.benefit_prod img {
  width: 25px;
  height: 25px;
  margin-bottom: 5px;
}
.benefit-title_prod {
  font-size: 14px;
  color: #333;
  margin: 0;
  line-height: normal;
  text-align:left;
}

.pill-container {
  display: flex;
  gap: 16px;
}

.pill-button {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 8px;
  border: none;
  border-radius: 50px;
  background-color: #F1EFEA;
}

.pill-button .icon_bdg {
  /* background-color: #ac4f84; */
  border-radius: 50%;
  padding: 5px;
}

.pill-button p {
  font-size: 10px;
  font-weight: 600;
  line-height: normal;
      margin: 0px;
    padding: 0px;
}


  .cust_coup_prod{
    justify-content: flex-end;
    display: flex;
    width: 100%;
  }

.cust_main_prod variant-selects {
      margin: 15px 0;  
}


.cust_main_prod .quantity{

      padding: 5px 0px 5px;
  height:29px;
}


.quantity__input{
         background-color: #ac4f84 !important;
    color: white;
      border-radius: 2px;
}

.quantity__button{
  border-radius:5px;
}

.cust_prod_prc .price-item{
      font-size: 20px;
    font-weight: 500;
}

.cust_main_prod .product__tax{
          font-size: 8px;
  display:none;
}

.cust_prod_prc{
      display: flex;
    align-items: center;
      margin: 0px 0px 5px;
}

.gummy_each{
font-size: 12px;
font-weight: 400;
line-height: 20.73px;
}

.shopify_subscriptions_app_block_label{
  padding:5px!important;
}
.shopify_subscriptions_app_block_label>label{
  font-size: 15px
}

.shopify_subscriptions_app_policy{
  display:none;
}

.cust_main_prod{
      margin: 0px 0px 30px;
}


.shopify_subscriptions_purchase_option_wrapper>label{
  display:none;
}

.shopify_subscriptions_app_block_label > label{
   display:block;
}

.shopify_subscriptions_app_block_label ul{
  padding-left: 0rem!important;
}

.cust_main_prod .product-form__buttons{
      display: flex;
    width: 100%;    
  column-gap:1rem;
}

.cust_main_prod .product-form__buttons > .product-form__submit{
  font-size: 20px;
    min-width:50%;
     height: fit-content;
    width: 200px;
    /* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */
    border-radius: 10px;
      background-color: #f1efea;
  margin:0px;
}

.shopify-payment-button__button{
      font-size: 20px;
}


/* .cust_main_prod .thumbnail{
      padding: 13px;
    background-color: #8C52FF;
    border-radius: 10px;
} */


.product__media-list li{

  margin:auto;
}



@media (max-width: 767px) {

 /* .cust_main_prod .media>img{
      width:75%!important;
    left:10%!important;
  }  */
   /* .cust_main_prod .product-media-container{
   background-color:#8c52ff;
            border-radius: 20px;
  }*/

  .prod_rich_txt .image-with-text__text {
        margin-top: 0rem;
  }

  .prod_rich_txt .image-with-text__content{
    padding: 1rem 0px 0px!important;
  }
  .prod_rich_txt .image-with-text__heading {

        font-size: 25px!important;
  }

  .prod_rich_txt ul>li {
      font-size: 10px!important;
    line-height: 20px;
  }
  .exce_bg{
        border-radius: 30px!important;
        padding: 20px 10px!important;
  }
  
  .prod_exce h2 {
        font-size: 22px!important;
    line-height:15px;
  }

  .prod_exce span{
      font-size: 12px!important;
  }

  .title_exce span{
    font-size: 5px!important;
    column-gap:2px!important;
            font-weight: bold!important;
  }

  .exce_dot{
        width: 3px!important;
    height: 3px!important;
  }

  .title_exce{
    padding:5px 5px!important;
    align-items: center;
        display: flex;
  }

  .title_exce_1{
        right:55%!important;
    top: 52%!important;
  }
  


  .title_exce_3{
        bottom: 8%!important;
    right: 8%!important;
  }

  .title_exce_2{
        top: 26%!important;
    right: 8%!important;
  }

  .exce_bg{
        margin: 5px 0!important;
  }
  .product_exce{
    width:30%!important;
  }

  .prod_var_cust{
    column-gap: 1rem!important;
  }


  .cust_main_prod .product-form__buttons{
    display:block;
  }

  .cust_main_prod .product-form__buttons>.product-form__submit{
        margin: 0px 0px 10px;
    min-width: 100%;
  }

  #coupon-code_prod, #discounted-price{
        font-size: 15px !important;
  }

  .coupon-container_prod{
  padding:10px;
  }
  
  .extra-discount{
    line-height:12px!important;
  }

  .copy-btn_prod{
    display:inline!important;
  }
  
  .copy-btn_prod{
        font-size: 10px!important;
    padding: 4px 8px!important;
    bottom:5px!important;
  }

  .price_cop, .code_cop, .code_cop > span{
    font-size:13px!important;
  }

  .coup_1 .coup_2{
    font-size:12px!important;
    column-gap:0px!important;
            row-gap: 5px;

  }



  .coupon-container_prod .coup_1 {
  column-gap:0px!important;
  }
  

  .icon_prod{
    margin:5px 0px;
  }

  /* .cust_main_prod .product__media-item{
  width:65%!important;
} */

  .cust_prod_ttl {
    font-size: 18px;
  }

  .cust_main_prod .txt_prod-2 {
    font-size: 13px;
  }

  /* .cust_main_prod .product__media-item {
    padding: 0px;
  } */

  .txt_prod-3 {
    font-size: 11px;
  }

  .benefit_prod img {
    width: 15px;
    height: 15px;
    margin-bottom: 5px;
  }

  .prod_var_cust .form__label {
  font-size: 10px;
  }
  
  .benefit-title_prod {
         font-size: 10px;
        line-height: 13px;
  }
  .header_prod {
    margin-bottom: 5px;
        font-size: 14px;
  }

  .pill-button p {
    font-size: 9px;
  }

  .pill-button .icon_bdg {
    padding: 5px;
  }

  .pill-button {
    padding: 6px;
  }

   .var_mp-2{
                font-size: 9px!important;    
            padding: 4px 11px 7px!important;
          }


          .label_cust_var{
                        width: inherit !important;
        height: 120px !important;
    margin: 0 0 0px !important;
                    gap: 0px !important;
            row-gap:0px;
  
          }
  .prod_var{
        font-size: 8px!important;
           margin: 29px 0 -17px !important;
    line-height: 34px!important;
  }


  .prod_var_1 {
    font-size: 10px!important;
  }

  .prod_prc{
    font-size: 15px!important;
  
    margin: 1px 0 0!important;
  }
.per_prc-2, .third_per-3{
      bottom: -25px!important;
    right: 0px!important;
      padding: 15px!important;
    height: 40px!important;
    width: 40px!important;
      font-size: 10px!important;
  left:32%;
}

  .variant-selects {
              margin: 10px 0 20px !important;
}

  .cust_main_prod .product__info-container > hr{
    margin: 5px 0px;
  }
  
}

.prod_var_cust {
  display: flex;
      column-gap: 18px;
}

.prod_var {
  font-size: 10px;
  font-weight: 500;
  line-height: normal;
  
  margin: 20px 0px -30px;
}

.label_cust_var {
  width: 150px;
    height: 150px;
  padding: 35px 25px 35px;
  gap: 10px;
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
      border-radius: 7px;
    margin:0px;
  max-height:100%;
  max-width:100%;
    /* border: 2px solid #FFCA31; */
      background-color: white;
      color: black;
        transition: all 0.3s ease;

}

.prod_var_1 {
  font-size: 15px;
  font-weight: 500;
  line-height: normal;
  
}

.prod_prc {
  font-size: 15px;
  font-weight: 500;
  line-height: normal;
  /* color: #363739; */
  margin: 0px 0px 0px;
}

.prod_var_cust .form__label{
      font-size: 15px;
}

.var_mp-1,
.var_mp-3 {
  display: none;
}



.var_mp-2 {
  position: absolute; 
  top: 0;
  gap: 0px;
  border-radius: 0px 0px 50px 50px;
  background-color: #FFCA31;
  font-size: 10px;
  font-weight: 500;
  line-height: normal;
  padding: 4px 16px 7px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.per_prc-1, .per_prc-3, .per_prc-4{
  display:none;
}

.per_prc-2, .third_per-3{
      position: absolute;
    bottom: -20px;
    right: -15px;
    background-color: #FFCA31;
    
    padding: 10px;
    border-radius: 50%;
    height: 55px;
    width: 55px;
    align-items: center;
    display: flex;
    font-size: 15px;
    font-weight: 600;
      justify-content: center;
    flex-wrap: wrap;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.save_prod-2, .save_prod-3{
      font-size: 8px;
}


    .coupon-container_prod {
      border: 1px dashed #8C52FF;
      border-radius: 8px;
     padding: 12px 15px 10px;
      margin: 30px 0px 15px;
      background-color: #f9f9f9;
      position: relative;
    }

    .price_cop {
      font-size: 16px;
      font-weight: bold;
      color: #7d4cd9;
    }

    .code_cop {
      display: inline-block;     
      color: #7d4cd9;
      margin-left: auto;
    }

    .copy-btn_prod {
      background-color: #FFCA31;
      font-weight: 500;
      color: white;
      border: none;
      padding: 5px 10px;
      border-radius: 4px;
      cursor: pointer;
      font-size: 10px;
      margin-left: 8px;
      align-items:center;
      display:flex;
          position: absolute;
    bottom: 10px;
    right: 10px;
    }
/* 
    .copy-btn_prod:hover {
      background-color: #6934b4;
    } */

    .extra-discount {
     font-size: 12px;
    font-weight: 400;
    line-height: 26.25px;
      color:#363739;
    }

.coupon-container_prod .coup_1{
      align-items: center;
    display: flex;
      margin: 0px 0px 10px;
  column-gap:0rem;
}

.coup_1 .coup_2{
      align-items: center;
    display: flex;
    column-gap: 4px;
    font-size: 15px;
        line-height: normal;
    flex-wrap: wrap;
  width:100%;
}

.code_cop span{
  
font-size: 15px;
line-height: 26.25px;
}

.code_cop{
font-size: 15px;
line-height: 26.25px;
  color:#363739;
}


.third_per-1, .third_per-2{
  display:none;
}


.shopify_subscriptions_app_block_label input[type="radio"]{
  accent-color: #AC4F84; 
}


.shopify_subscriptions_fieldset{
      padding: 15px 0px 0px!important;
}

.prod_rich_txt{
      background-color: #8C52FF;
}

.prod_rich_txt .image-with-text__heading{
  font-size: 35px;
    font-weight: 850;
  color:white;
}

.prod_rich_txt ul > li{
font-size: 16px;
font-weight: 500;
  color:white;

}

.prod_rich_txt ul{
      line-height: 4rem;

}

.prod_rich_txt .image-with-text__content{
             padding: 3rem 0px 3rem;
}



.exce_bg{
    background-color: #8C52FF;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 50px;
   padding: 50px 10px 50px;
      margin: 15px 0px;
}

        .container_exce {
            text-align: center;
            position: relative;            
        }

.prod_exce h2{
      margin: 0px;
    padding: 0px;
    color: #AC4F84;
font-weight:700;
    font-size: 40px;
}

        .product_exce {
           width: 25%;
    height: auto;
    
        }

        .title_exce{
            background-color: #FFFFFF;
            border-radius: 50px;
   color:#1E1E1E;
            margin: auto;
                padding: 15px 37px;
        }

        .title_exce span{
                display: flex;
    align-items: center;
    column-gap: 10px;

font-size: 16px;
font-weight: 500;
        }

        .title_exce_1{
            position: absolute;
    top: 50%;
    right: 48%;
    left: 0%;
    width: fit-content;
        }

        .img_exce{
            z-index: 1;
            position: relative;
        }

        .title_exce_2{
            position: absolute;
    top: 21%;
    right: 12%;
        }

        .title_exce_3{
            position: absolute;
    bottom: 7%;
    right: 14%;
    z-index: 2;
        }

.container_exce{
  margin: 3rem auto 5rem;
}


.prod_exce span{
font-size: 20px;
font-weight: 600;


}

  .exce_dot{
        background-color: black;
    width: 5px;
    height: 5px;
    display: flex;
    border-radius: 50%;
  }



        .container_taken {
            width: 100%;
            height: auto;
   
        }

        .take_banner {
            background: #8C52FF;
            background-image: url("/cdn/shop/files/gummy_03_1.png?v=1738304851");
            height: 60rem;
            width: 100%;
            background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
          position:relative;
          border-radius: 50px;
        }


        .label_taken {
            line-height: normal;
            background: white;
            padding: 12px;
            border-radius: 30px;
            box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    font-size: 16px;
    font-weight: 500;
            max-width: 39rem;
          position:absolute;
          z-index:1;
              display: flex;
    column-gap: 10px;

        }

        .label-a {
                  top: 21%;
    left: 21%;
        }

        .label-b {
             bottom: 22%;
    right: 17%;

        }

        .dotted_taken {
            position: absolute;
            width: auto;
            height: auto;
             top: 11%;
    left: 22%;
        }
        .dotted_taken img{
            height: 30rem;
    width: 51rem;
        }

.head_take h2{
            margin: 0px 0px 10px;
    padding: 0px;
    color: #AC4F84;
font-weight:700;
    font-size: 32px;
  text-align:center;
}




.prod_rich_txt img{
    margin: auto;
    justify-content: center;
    display: flex;
  object-fit:contain;
}

 @media only screen and (max-width: 749px) {



   
   .container_exce{
         margin: 3rem auto 3rem;

   }

   .cust_main_prod{
         margin: 0 0 0px;
   }
   
   .prod_rich_txt{
         padding-top: 10px!important;
       padding-bottom: 30px!important;
   }
   
   .take_banner{
         height: 31rem;
   }
   .head_take h2{
     font-size:22px;
   }

   .label-b{
         right: 1%;
   }

   .label-a{
     top: 21%;
    left: 6%;
   }

   .label_taken{
         font-size: 10px;
             line-height: 13px;
    max-width: 25rem;
   }

   .dotted_taken{
         left: 9%;
     width:fit-content;
     top:15%;
   }
   .dotted_taken img{
         height: 13rem;
    width: 18rem;

   }
 }


.sc_head p{
         margin: 0px 0 5px;
    font-size: 20px;
  color:#363739;
}

 .sc_head{
text-align: center;
 }
       .sc_head h2 {
            /* color: #a24e8d; */
            font-size: 24px;
            margin-bottom: 5px;            
font-size: 40px;
font-weight: 700;
line-height: 35px;
    margin: 0px;        }

        p.subtitle {
            font-size: 22px;
            color: #333;
font-weight: 600;
line-height: normal;
        }

        .ingredients_sc {
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            column-gap: 1rem;
          row-gap: 2rem;
        }
        .ingredient_cont {
            background: white;
    border-radius: 30px;
    padding: 10px;
    text-align: center;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    max-width: 100%;
    margin: auto;
          display:flex;
          align-items:center;
              width: 200px;
    height: auto;
        }

        .ingredient_cont img {
            width: 100%;
    height: auto;
    object-fit: contain;
    margin: auto;
    max-width: 100%;
        }
        .ingredient_cont h3 {
            color: #a24e8d;
            font-size: 18px;
            margin: 15px 0 10px;
        }
        .ingredient_cont p {
            font-size: 14px;
            color: #555;
        }
        @media (max-width: 768px) {

          .cust_prod_img_head h2{
      margin: 0px 0px 0px!important;
  
}

.cust_sugar{
      padding: 5px 0px 0px;

}
          
          .ingredient_cont{
                width: 100%;
    height: auto;
            border-radius: 10px;
          }
          .sce_cont h3{
                margin: 5px 0 0!important;
            font-size:12px!important;
            line-height: 15px!important;
          }

          .sce_cont p {
              font-size: 10px!important;
    line-height: 12px!important;
    margin: 0px 0 0!important;
          }

          .sce_cont{
          max-width:20%!important;
            margin: 0px 0px 5px;
          }
            .ingredients_sc {
                column-gap:10px;
              flex-wrap:wrap;
              row-gap: 0px;
              
            }
          .sc_head h2 {
font-size:22px;
              line-height: 22px!important;      
            
          }

          .sce_cust{
                margin: 5px auto 5px !important;
          }
          
.sc_head p {
           font-size:12px;
      margin: 0px 0 5px;
          }
        }



        .sce_cont h3{
font-size: 15px;
font-weight: 600;
line-height: normal;
/* color: #AC4F84; */
              margin: 10px 0px 0px;

        }

        .sce_cont p{           
font-size: 13px;
font-weight: 500;
line-height: normal;
              margin: 5px 0px 0px;
        }

    

.sce_cont{
         height: auto;
    width: auto;
    max-width: 13%;
}

.sce_cust{
  margin: 12px auto 12px;
}


.sc_custcont{
      justify-content: center;
    display: flex;
    flex-wrap: wrap;
}

.sc_custcont p, h3{
  text-align:center;
}



.safe_head{
      display: flex;
    justify-content: center;
    padding: 0px 0px 25px;
}

.safe_head h2{
font-size: 40px;
font-weight: 700;
color:#AC4F84;
      margin: 0px;

}

            .cust_safe {
            background-color: white;
            display: flex;
            justify-content: center;
            align-items: center;
    height: auto;
              margin: 0;
                 }


.cust_safef{
      padding: 3rem 0px 0px;
}


.safe_lbl-1 .safe_pr{
      margin: 10px 0rem 0px -15rem;
}
  .safe_cust {
            position: relative;
        }
        .safe_bottle {
            width: 45rem; /* Adjust size as needed */
            height: auto;
            display: block;
              z-index: 1;
    position: relative;
        }
        .safe_label {
            position: absolute;
            flex-direction: column;
            padding: 8px 12px;
            border-radius: 15px;
            font-weight: bold;
            color: #5a357e;
            display: flex;
            align-items: center;
        }
        .safe_lbl-1 { top: 50px; left: -150px; }
        .safe_lbl-2 { 
        bottom: 8%;
    left: -14%;  
        }


        .safe_lbl-3 { 
             right: -125px;
    top: 55%;
        }

.safe_lbl-2 .safe_pr{
      margin: 1rem 0rem 0rem -15rem;
}

.safe_lbl-3 .safe_pr{
      margin: 1rem -15rem 0rem 0rem;
}

   .safe_label img{
    width: 165px;
   }


   .safe_pr{
font-size: 15px;
font-weight: 600;
line-height: normal;
color: #363739;
     text-align: center;
   }


@media screen and (max-width: 749px) {

.safe_bottle{
  width:20rem;
}
  .safe_label img{
    width:10rem;
  }


  .safe_lbl-1 .safe_pr{
    
    margin: 0px 0rem 0px -10rem;
   
  }
.safe_lbl-3{
  right: -60px;
    top: 50%;
}
.safe_head{
      padding: 0 0 10px;
}

  .cust_safef{
            padding: 0 0px 20px;
  }

  
.safe_head h2 {
    font-size: 22px;
}
  .safe_lbl-3 .safe_pr{
      margin: 0rem -9rem 0rem 0rem;
  }
  
.safe_lbl-2 .safe_pr{
      margin: 0rem 0rem 0rem -8rem;
}
  .safe_lbl-2{
        bottom: -2%;
  }

  .safe_pr{
       font-size: 8px;
    line-height: 10px;
  }
  
.safe_lbl-1 {
    top: 17px;
      left: -64px;
}
  .mela_cust{
    width:100%!important;
  }

  .mela_cust h1{
        font-size: 22px!important;
    padding: 0rem 0px 0rem!important;
            line-height: 25px !important;
  }

  .left_mela h2 {
      font-size: 13px!important;
        line-height: 12px!important;
  }

  .left_mela li{
        line-height: 18px!important;
        font-size: 9px!important;
  }

  .head2_mela h2{
        font-size: 13px!important;
    line-height: 12px!important;
  }

  .right_mela li{
    line-height: 18px!important;
        font-size: 9px!important;
  }

  .head1_mela{
    padding:1rem 0px;l
  }

  .mela_img{
        width: min-content!important;
  }

  .table_mela{
    background-position-y: 8rem!important;
    background-size: 25%!important;
  }

  .comparison_mela{
        margin-top: 5px!important;
  }

  .sugar_cont{
    display:block!important;
  }

  .sugar_head{
    width:100%!important;
        padding: 5rem 1rem 0rem 10rem!important;
        background-size: 28rem!important;
            height: 15rem!important;
  }

  .sugar_swipe{
    width:100%!important;
   margin: -40px 0px 0px;

  }

  .sugar_cont h2{
    font-size:25px!important;
        line-height: 30px!important;

  }
  
}

.cst_sug_url{
  text-decoration:none;
  color:#363739;
}


     .new_mela {
            max-width: 100%;
            margin: auto;
            background: white;
                padding: 2rem 0px 5rem;
        }

        .mela_cust h2 {
          
            font-size: 40px;
            font-weight: 700;
            line-height: normal;
            text-align: center;
          padding: 5rem 0px 0rem;
          margin:0px;

        }

        .comparison_mela {
            display: flex;
            align-items: center;
            margin-top: 0px;
        }

        .table_mela {
            width: 100%;
            display: flex;
            justify-content: space-between;
            background-image: url(/cdn/shop/files/question_1_1.png?v=1738732096);
    background-repeat: no-repeat;
    background-position: center;
              background-position-y: 12rem;

        }

        .column_mela {
            width: 100%;
            padding: 0px;
            text-align: left;
        }

        .head1_mela {
            background: #8C52FF;
            padding: 3rem 0px 3rem;
        }

        .head2_mela{
            background: #D9D9D9;
    padding: 3rem 0px 3rem;

        }

        .head2_mela h2{
            margin: 0px;
font-size: 25px;
font-weight: 600;
line-height: normal;
text-align: center;
color: #4A4A4A;
        }

.mela_cust{
  display: flex;
    justify-content: center;
    width: 50%;
    margin: auto;
}

        .right_mela {
            border-left: 3px solid #8C52FF;
        }

        .left_mela h2 {
            font-size: 25px;
            font-weight: 600;
            line-height: normal;
            color: white;
            margin: 0px;
        }

        .left_mela h2,
        .right_mela h2 {
            text-align: center;
        }

        .left_mela ul,
        .right_mela ul {
            list-style: none;
            padding: 0;
              margin: 0px;
        }

        .left_mela li {
            color: #8C52FF;
    font-size: 15px;
    font-weight: 600;
    line-height: 50px;
text-align: center;
        }

        .right_mela li {
            color: #363739;
            font-size: 15px;
    font-weight: 600;
    line-height: 50px;
text-align: center;
        }

        .mela_img {
            width: 16%;
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .lft-img img,
        .rgt-img img {
            width: 100%;
            border-radius: 10px;
        }



    .sugar_cont {
            background: #FFCA31;
            color: white;
            padding: 0;
            display: flex;
            align-items: center;
            overflow: hidden;
          column-gap: 3rem;
        }
        .sugar_cont h2 {
            font-size: 40px;
    font-weight: 850;
    text-align: left;          
      flex: 1;
            color: white;
margin: 0px;
              padding: 0px;
        }
        .sugar_swipe {
            width: 70%;
                padding: 4rem 17rem 4rem 1rem !important;
        }
        .sugar_swipe .swiper-slide {
            background: white;
            padding: 20px;
            border-radius: 10px;
            color: black;
        }
        .sugar_swipe .sugar_ttl {
            font-weight: bold;
        }


        .sugar_head{
            display: flex;
            justify-content: center;
            width: 30%;
            background-image: url(/cdn/shop/files/Mask_group12.png);
background-repeat: no-repeat;
  padding: 15rem 0rem 8rem 10rem;
  background-position-x: 5rem;
  background-size: cover;
  height: 39rem;


        }


        .swiper-slide p{
            font-size: 15px;
    font-weight: 500;
    line-height: normal;
    color: #363739;
          margin:0;
              padding: 10px 10px 5px;

        }






/*product*/










/*ms_new_slide*/


        .new_slide {

            padding: 0px;
            width: 100%;
            height: auto;

        }

      
        .txt-sect_new_slide {
            max-width: 100%;
            width: 550px;
            padding-top: 15px;
            padding-bottom: 20px;
            position: absolute;
            z-index: 1;
            padding: 25px 25px 30px;
            margin: auto;
            justify-content: flex-start;
            right: 0;
            left: 0;
            top: 10%;
        }

        .txt-sect_new_slide h1 {
               font-size: 50px;
    line-height: 70px;
    color: #0b4a88;
          font-weight:bold;
          margin:0px;
        }

        .txt-sect_new_slide p {
            font-size: 1.2em;
            margin: 10px 0;
            color: #065097;
          
        }

        .txt-sect_new_slide .btn {
            display: inline-block;
            padding: 7px 70px;
          font-weight:bold;
            font-size: 1em;
            color: #fff;
            background-color: #003366;
            border: none;
            border-radius: 5px;
            text-decoration: none;
            cursor: pointer;
        }

        .img_desk_new {
            max-width: 100%;
            width: 100%;
        }

    

        @media (max-width: 767px) {

        .txt-sect_new_slide .btn{
           
    padding: 4px 60px;
    font-size: 16px; 
    font-weight: bold;
        }

          .swiper-container_new{
            padding:0px!important;
          }
            .img_mob_new {
                display: block;
                width: 100%;
            }

            .img_desk_new {
                display: none;
            }

            .subtext_new_slide{
                font-size: 18px !important;
            }

            .txt-sect_new_slide h1{
                font-size: 20px !important;
                line-height: 30px !important;
                      margin: 10px 0px 0px;
            }

            .txt-sect_new_slide{
                width: auto;
                text-align: center;
                top: 1%;
            padding-top:0px;
            }

          .high_txt_new{
            font-size:20px!important;
          }

          .txt-sect_new_slide p{
                font-size: 14px;
    margin: 0px 0 10px;

    line-height: 20px;
          }

        }


        @media (min-width: 766px) {

.img_mob_new{
    display: none;
}
        
        }


.swiper-container_new{
  overflow:hidden;
    padding: 0px 0px 0px;
}

.high_txt_new{
      font-size: 50px;
    font-weight: 850;
    line-height: normal;
    color: #ac4f84;
    position: relative;
}


.high_txt_new img{
  position: absolute;
    left: 7px;
    bottom: -6px;
    right: 0;
    width: 94%;
}



/*ms_new_slide*/



/*rich text*/

.rch_txt .rich-text__wrapper{
      justify-content: unset;
}


.rch_txt .rich-text__text > p{
  color:white;
}


.cst_rch_txt .rich-text__wrapper{
      justify-content: unset;
}
.cst_rch_txt .rich-text__text > p{
  color:black;
}


.cst_rch_txt .rich-text__blocks{
  max-width:80%;
}


.cst_rch_txt .rich-text__text{
  font-size:14px;
}


@media screen and (max-width: 749px) {
.rch_txt .rich-text__heading{
      font-size: 22px!important;
    margin: 0px 0px 0px 0px!important;
    line-height: 25px;
}

.rich-text__text{
  font-size:10px!important;
  margin:0px;
}

.rch_txt .content-container{
      padding: 2rem 0rem;
}

.cst_rch_txt .rich-text__heading{
      font-size: 18px!important;
  margin: 0px 0px 0px 0px;
    line-height: 25px;
}

  .rich-text__wrapper{
    width:100%!important;
  }
  .rich-text__blocks{
    max-width:100%!important;
  }

  .cst_rch_txt .rich-text__text{
    margin-top:10px!important;
    font-size:14px;
  }



  .cst_rch_txt .rich-text__blocks{
        margin: 10px 0px 0px;
  }


}


.rch_txt .rich-text__heading{
      font-size: 40px;
    font-weight: 700;
    text-align: left;
    margin: 0px 0px;
}

  .rch_txt .rich-text__text {
    margin:1rem 0px 0px; 
  }

.cst_rch_txt .rich-text__text p{
  margin:0px;
}

  .cst_rch_txt .rich-text__text{
    margin-top:8px;
  }

.cst_rch_txt .rich-text__heading{
      font-size: 30px;
    font-weight: 700;
    text-align: left;
    margin: 0px 0px;
    color: #ac4f84;
}



/*rich text*/




/*team*/


.ms_team_cust{
  padding: 5rem 0px 1rem;
}

@media screen and (max-width: 749px) {


  .ms_team_cust{
    padding:1rem 0px 0rem;
  }
  .head_team h2{
     font-size: 22px!important;
  margin: 0px 0px 15px 0px!important;
    line-height: 25px;
  }

  .main_team{
        padding: 20px 20px 0px!important;

  }
}

.head_team h2{
      font-size: 40px;
    font-weight: 700;
    text-align: left;
    margin: 10px 0px;
    color: #ac4f84;
}


 .main_team {
            padding: 20px;
        }

        .swiper-slide {
            display: flex;
            justify-content: center;
        }

        .team-card {
            background: white;
            border-radius: 10px;
            width: 100%;
            text-align: center;
            overflow: hidden;
        }

        .team-card img {
            width: 100%;
            height: 250px;
            object-fit: cover;
            border-top-left-radius: 10px;
            border-top-right-radius: 10px;
              box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px, rgba(0, 0, 0, 0.1) 0px 4px 6px;
        }

        .team-card h3 {
            margin: 10px 0 5px;
            font-size: 18px;
            font-weight: bold;
        }

        .team-card p {
            color: black;
            font-size: 14px;
        }

        .team_read-more {
            margin-top: 10px;
            cursor: pointer;
            color: black;
            font-weight: bold;
        }

        .team_extra-cont {
            display: none;
            font-size: 14px;
            color: #555;
            padding: 10px;
        }


        .team_cont {
            transform: translateY(-25px);
            box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px, rgba(0, 0, 0, 0.1) 0px 4px 6px;
            border-radius: 8px;
            padding-top: 12px;
            padding-bottom: 12px;
            z-index: 5;
            text-align: center;
          background-color: white;
          margin:auto;
          width:250px;
        }


        .swiper-pagination_team {
            justify-content: center;
            display: flex;
        }

        .head_team{
            justify-content: center;
            display: flex;
            margin: 0px auto 0px;
        }


.ms_team_cust .swiper-button-next_team, .swiper-button-prev_team {

  position:absolute;
  top:50%;
  z-index:1;
      align-items: center;
}

.ms_team_cust .swiper-button-next_team{
      background-color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    justify-content: center;
    display: flex !important;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    right:0px;
  cursor:pointer;
}


.ms_team_cust .swiper-button-prev_team{
        background-color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    justify-content: center;
    display: flex !important;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    z-index: 1;
  left:0px;
  cursor:pointer;
}


/*team*/



/*ms image banner*/



.ms_img_sec img{
    width: 100%;
  height: auto;
    border-radius: 50px;
}

@media screen and (max-width: 749px) {

  .related-product-card{
    width:100%!important;
  }

  .jdgm-rev-widg__title{
            line-height: 25.85px!important;
        font-size: 22px!important;
  }

.ms_img_sec img{
      border-radius: 20px;
    margin: 5px 0 0px;
}

  .img_full-width img {
   border-radius: 20px!important;
  }
  .main_ms_cust_img{
    padding: 0px 10px;
  }
}


.img_full-width{
  max-width: 140rem;
  margin: auto;
}

.img_full-width img{
  border-radius: 50px;
}


/*ms image banner*/

 .cust_prod_img_slide {
      width: 100%;
      height: 100%;
    }

    .cust_prod_imgslide {
      text-align: center;
      font-size: 18px;
      background: #444;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .cust_prod_imgslide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: contain;
    }



    .product-media-modal{
      background-color:#151515f0!important;
    }


    .product-media-modal__dialog{
      background-color: #fff0;
    }

    .product-media-modal__content{
      background-color: #fff0;
    }


    .custom_product_model{
      visibility: visible;
  opacity: 1;
  z-index: 101;
    }



    .product-media-modal__content{
      background-color: #FFFFFF;
      position:relative;
    }

    .product-media-modal .swiper-slide{
      height:auto;
    }


    .cust_prod_imgslide img{
      background-color:white;
    }


    #shopify-buyer-consent{
      display:none;
    }


.dummy2 .shopify_subscriptions_app_block_label input[type="radio"]{
  accent-color:#185e07;
}
 

.shopify-policy__container{
      max-width: 120rem;
}






.related-product-card{
      width: 30%;
}

.jdgm-rev-widg__title{
      margin: 0 0 12px!important;
    font-size: 40px!important;
    font-weight: 700;
    line-height: 40.85px!important;
        color: #ac4f84 !important;
}