/** Shopify CDN: Minification failed

Line 2409:0 Unexpected "}"

**/
/* Root CSS */

:root{
  --pink: #FBD0DF;
  --poppins: "Poppins", sans-serif;;
}

.common-width{
  width: 86%;
  margin: auto;
}


/* About Page */

.about-banner-section h1{
  font-size: clamp(20px,2.431vw,40px);
  font-weight: 600;
  color: #000;
  margin-bottom: 0;
  margin-top: 0;
}

.about-banner-section p{
  font-size: clamp(12px,1.181vw,20px);
  line-height: 1.3;
}

.about-banner-section h6{
  font-size: clamp(12px,1.181vw,20px);
  margin-bottom: 0;
}

.about-banner-section h6 em{
  font-weight: 300;
}


.about-banner-section {
    height: 644px;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .about-banner-image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .about-banner-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
  }
  .about-banner-content-area {
    background-color: #ffffffeb;
    padding: 30px;
    text-align: center;
    position: relative;
    width: 40%;
    margin: auto;
  }


.our-mission-section h2{
   font-size: clamp(20px,2.431vw,40px);
   font-weight: 600;
   color: #000;
   margin-bottom: 0;
}


  section.our-mission-section{
    background-color: var(--pink);
    display: flex;
    padding: 22px 0px;
  }

   section.our-mission-section .our-misson-image-col{
       width: 50%;
   }

  section.our-mission-section .our-misson-image-col img {
       width: 80%;
    height: 380px;
    margin: auto;
    display: block;
    object-fit: cover;
    object-position: 0px -250px;
    border-radius: 33px;
}

 section.our-mission-section .our-mission-text-col{
     width: 50%;
   padding: 0px 10% 0px 5%;
   display: flex;
    flex-direction: column;
    justify-content: center;
  } 

.our-mission-text-col p{
   font-size: clamp(12px,1.181vw,20px);
  line-height: 1.4;
  margin-top: 18px;
}

.why-choose-section{
  display: flex;
  padding: 80px 0px;
}

.why-choose-section h2{
  font-size: clamp(20px,2.431vw,40px);
  font-weight: 600;
}

.why-choose-left-section{
  width: 40%;
}

.why-choose-left-section video{
    border-radius: 20px;
  height: 500px;
  width: 90%;
    object-fit: cover;
}


.why-choose-right-section{
  width: 60%;
  padding-left: 5%;
}

.why-choose-right-section ul{
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 60px 20px;
  padding-left: 0;
  justify-content: space-between;
}

.why-choose-right-section ul li{
  width: 48%;
  display: flex;
  align-items: center;
}

.why-choose-right-section .why-choose-cards ul li .why-choose-box{
    background-color: var(--pink);
    padding: 30px 20px;
  position: relative;
}

.why-choose-box .why-choose-box-icon{
   width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #000;
      display: flex;
    justify-content: center;
    align-items: center;
  position: absolute;
    top: -32px;
}

.why-choose-box .why-choose-box-icon img{
  width: 25px;
  height: 25px;
  object-fit: contain;
}

.why-choose-right-section .why-choose-cards ul li .why-choose-box p{
  font-size: clamp(12px,1.181vw,20px);
  line-height: 1.4;
  margin-top: 18px;
}

.why-choose-right-section .why-choose-cards ul li .why-choose-box h5{
  font-size: clamp(12px,1.181vw,20px);
  line-height: 1.4;
  margin: 0;
  font-weight: 700;
}

.why-choose-cards h6{
    font-size: clamp(12px,1.181vw,20px);
    margin: 10px 0px 20px 0px;
    font-weight: 700;
}

.why-choose-cards p{
  font-size: clamp(12px,1.181vw,20px);
  line-height: 1.3;
  margin: 0;
}

.video-slider-section{
  width: 86%;
  margin: auto;
  display: block;
}

.video-slider-section h2{
  text-align: center;
   font-size: clamp(20px,2.431vw,40px);
  font-weight: 600;
  width: 30%;
  margin: auto;
  display: block;
}

.video-slide{
  position: relative;
  height: 300px;
  width: 100%;
}

.video-slide video{
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 24px;
}

.video-slide .play-icon-video{
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #FFFFFF99;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.video-slide .play-icon-video img{
 width: 25px !important;
    height: 25px;
  object-fit: contain;
  padding-left: 6px;
}

.video-slider-inner{
  margin-top: 40px;
}

.center-content-wrap{
  text-align: center;
  padding: 40px 0px;
}

.center-content-wrap {
  width: 50%;
  margin: 40px auto;
}


.center-content-wrap h2{
  margin: 0 auto 20px auto;
  line-height: 1.4;
  width: 50%;
  font-size: clamp(20px,2.431vw,40px);
}

.center-content-wrap h2 br{
  display: none;
}

.center-content-wrap h6{
    font-weight: 600;
    color: #000;
  font-size: clamp(12px,1.181vw,20px);
}

.center-content-wrap p{
  font-size: clamp(12px,1.181vw,20px);
  color: #000;
  line-height: 1.4;
}

.common-btn{
  padding: 14px 40px;
  border-radius: 100px;
  background-color: #000;
  color: #fff;
  text-decoration: none;
  display: block;
  margin: 20px auto;
  width: fit-content;
}

footer.footer{
  background-color: #000;
}

.footer-block__details-content .list-menu__item--link{
  color: #fff !important;
}

/* Inner Banner */

.inner-banner{
   padding: 50px 0px;
  text-align: center;
  background-color: var(--pink);
}

.inner-banner h1{
  font-size: clamp(14px,1.736vw,30px);
  font-weight: 600;
  color: #000;
  margin-top: 0;
  margin-bottom: 10px;
}

.inner-banner p{
   font-size: clamp(12px,1.042vw,18px);
  color: #000;
  line-height: 1.8;
  width: 40%;
  margin: auto;
  display: block;
}


/* Collection page */
section.collection-grid {
    display: flex;
    gap: 20px;
    padding: 50px 6%;
}

section.collection-grid .collection-grid-left-col{
  width: 58%;
}

section.collection-grid .collection-grid-left-col img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 33px;
}

.collection-grid-right-col{
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 620px;
}

.collection-small-col{
  height: 280px;
}

/* .collection-small-col a{
  display: block;
  height: auto;
} */

.collection-large-box{
  border-radius: 33px;
  border: 1px solid #000;
  height: 660px;
}

.collection-side-col{
  border-radius: 33px;
  border: 1px solid #000;
  padding: 15px;
  height: 100%;
}

.collection-side-col img{
   border-radius: 33px;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.small-col-a{
  display: block;
  height: 100%;
}

.collection-small-col a{
  font-weight: 600;
  color: #000;
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
}

section.collection-grid-two{
  padding: 50px 6%;
}

section.collection-grid-two ul{
   display: flex;
   list-style: none;
   padding-left: 0;
   justify-content: space-between
}

section.collection-grid-two ul li{
  width: 48%;
}

section.collection-grid-two ul li a{
   font-weight: 600;
  color: #000;
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
}

.collection-grid-common-card{
   border-radius: 33px;
  border: 1px solid #000;
  display: flex;
  justify-content: center;;
  align-items: center;
}

.bundle-mid-banner{
  padding: 0 6%;
}


.bundle-mid-banner a{
   border-radius: 33px;
  border: 1px solid #000;
  display: block;
}

.bundle-mid-banner img{
    border-radius: 33px;
   width: 100%;
  object-fit: cover;
  display: block;
}

.collection-bottom-grid{
   padding: 50px 6%;
}

.collection-bottom-grid a{
   font-weight: 600;
  color: #000;
  text-decoration: none;
  display: block;
}

.collection-bottom-grid ul{
  display: flex;
  padding-left: 0;
  list-style: none;
  justify-content: space-between;
  align-items: flex-end;
}

.collection-bottom-grid ul li{
  width: 48%;
  height: 100%;
}

.collection-bottom-grid ul li .collection-grid-common-card{
   border-radius: 33px;
  border: 1px solid #000;
  height: 550px;
  margin-top: 30px;
}

.collection-bottom-grid ul li .collection-grid-common-card img{
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.collection-bottom-grid ul li .bulk-card{
  height: 550px;
   border: 1px solid #000;
  border-radius: 33px;
   margin-top: 30px;
}

.collection-bottom-grid ul li .bulk-card img{
  border-radius: 33px;
  width: 100%;
    border-radius: 33px;
    height: 100%;
    object-fit: cover;
    display: block;
}

.collapsible-content-wrapper-narrow{
  max-width: 90% !important;
}

.collapsible-content-wrapper-narrow .collapsible-content__heading{
  text-align: left;
  font-size: clamp(24px,3.194vw,50px);
  font-weight: 600;
  display: flex;
  flex-direction: column;
}

.collapsible-content-wrapper-narrow .accordion{
  background-color: var(--pink);
  margin-bottom: 10px !important;
} 

.collapsible-content-wrapper-narrow .accordion summary{
  padding: 1.5rem 30px !important;
}

.collapsible-content-wrapper-narrow .accordion summary:hover{
  text-decoration: none;
}

.collapsible-content summary:hover .accordion__title{
   text-decoration: none !important;
}

.collapsible-content-wrapper-narrow summary .icon-caret {
    width: 30px;
    height: 10px;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
}

.collapsible-content-wrapper-narrow .accordion__content{
     padding: 10px 3rem 0px 3rem;
  margin-bottom: 10px;
}

/* Collection Custom Recommendations */
section.collection-product-recommendations {
    max-width: var(--page-width);
    margin: auto;
    padding: 2rem 5rem !important;
}

section.collection-product-recommendations h2{
   font-size: clamp(24px,3.194vw,50px);
  font-weight: 600;
  text-align: center;
  width: 43%;
  margin: 0 auto 40px auto;
}

.recommended-product img{
  height: 230px !important;
}

.recommended-product .shop-btn-collection{
  color: #fff;
  border-radius: 33px;
  background-color: #292929;
  font-size: clamp(16px,1.528vw,26px);
  font-weight: 400;
  padding: 13px 20%;
  text-decoration: none;
}

.recommended-product h3{
    padding-right: 39%;
    line-height: 1.5;
    font-size: clamp(14px,1.25vw,20px);
    color: #292929;
}

.recommended-product p{
  font-size: clamp(16px,1.667vw,26px);
  color: #292929;
}

/* Bulk Video Section */

section.bulk-video-section {
    width: 87%;
    margin: 80px auto 40px auto;
}

section.bulk-video-section ul{
  display: flex;
  padding-left: 0;
  list-style: none;
  margin-top: 0;
}

section.bulk-video-section ul li{
  width: 33.33%;
}

section.bulk-video-section ul li video{
  height: 350px;
  width: 100%;
  object-fit: cover;
}

.bulk-video-text-area{
  background-color: #292929;
  text-align: center;
  padding: 20px 0px;
}

.bulk-video-text-area h2{
     font-weight: 400;
    color: #fff;
    font-size: clamp(30px,4.028vw,62px);
    margin-bottom: 0;
    margin-top: 0;
}

.bulk-video-text-area h3{
     margin-bottom: 0;
    margin-top: 0;
    font-weight: 700;
    color: var(--pink);
    font-size: clamp(30px,4.028vw,62px);
}

.btn-wholesale{
    color: #fff;
  border-radius: 33px;
  background-color: #4A4891;
  font-size: clamp(16px,1.528vw,26px);
  font-weight: 400;
  padding: 13px 10%;
  text-decoration: none;
  margin: 30px auto 0px auto;
  display: block;
  width: fit-content;
}

.button--primary{
    color: #fff;
  border-radius: 33px;
  background-color: #4A4891;
  font-size: clamp(16px,1.528vw,26px);
  font-weight: 400;
  padding: 13px 10%;
  text-decoration: none;
  width: fit-content;
}

.button--primary::before{
  display: none;
}

.button--primary::after{
  display: none;
}

.image-with-text__heading{
  font-weight: 600;
  color: #292929;
}


.blog__view-all{
  display: none;
}

.product-media-container.constrain-height.media-fit-contain{
  width: 100% !important;
  --contained-width: unset !important;
  border: 1px solid #9C7FD2 !important;
  border-radius: 17px !important;
}

.product-media-container.constrain-height.media-fit-contain img{
  object-fit: contain;
  border-radius: 17px;
}

.product-form__buttons .button--primary{
     background-color: #000;
    padding: 14px 20%;
}

.price__regular .price-item--regular {
    margin-right: 0;
    font-weight: 700;
}

.product-form__input .form__label {
    padding-left: 0;
    color: #000;
    font-weight: 400;
}

.product-form__input{
  border-top: 1px solid #D6D3D3 !important;
  padding-top: 10px !important;
  margin-top: -5px !important;
}

/* Product Page */
/* Product Info Collapse */
.product-info-collapse .collapsible-content-wrapper-narrow {
    max-width: 100% !important;
    padding: 0 !important;
}

.product-info-collapse .collapsible-content-wrapper-narrow .accordion{
  background-color: transparent !important;
}

.icon-group-row-wrapper ul{
    justify-content: center;
    gap: 20px !important;
}

.icon-group-row-wrapper ul li img{
    margin: auto;
    display: block;
}

.icon-group-row-wrapper ul li p{
  padding: 10px 17%;
  text-align: center;
}

/* Homepage */

.home-banner{
  position: relative;
}

.home-banner::before{
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  z-index: 2;
  opacity: 0.4;
}

.home-banner .banner__buttons a{
  background-color: #CEB7FF;
  font-size: clamp(15px,1.111vw,18px);
  opacity: 1;
  width: 150px;
  color: #000 !important;
  font-weight: 600;
}

.home-banner .banner__buttons a:hover{
  background-color: #000;
  color: #CEB7FF !important;
}

#shopify-section-template--24548953686387__multicolumn_mRix8h .multicolumn-card{
  background-color: #FDC7DA !important;
}

.multicolumn-card__info{
  color: #000;
}

.multicolumn-list h3{
   color: #000;
}

.multicolumn .title {
    margin: 0;
    color: #292929;
    text-align: center;
    font-weight: 600;
}

.multicolumn .title-wrapper-with-link {
    margin-top: 0;
    text-align: center;
    display: block;
}

.button--primary{
  background-color: #292929;
}

/* Product Kit Section */
.product-kit-section{
  position: relative;
  padding: 0 10%;
  overflow: hidden !important;
}

.product-kit-section::before{
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #DEDDFE;
}

.product-kit-section img{
  width: 100%;
}

.product-kit-text-area{
  position: relative;
  text-align: left;
  padding-top: 30px;
  overflow: hidden;
}

.product-kit-text-area h3{
   font-size: 38px;
   color: #000;
   font-weight: 700;
   margin: 0 0 0px 0px;
}

.product-kit-text-area h4 {
    font-size: 38px;
    color: #4c498f;
    margin: 0 0 10px;
    text-transform: uppercase;
    font-weight: 600;
}

.product-kit-image {
    position: relative;
    left: 45%;
    margin: 15% 0 25% 0px;
   z-index: 2;
}

.product-kit-image img{
  transform: scale(2);
}

.product-kit-section:after {
    position: absolute;
    content: "";
    height: 37%;
    width: 100%;
    right: 0;
    bottom: 0px;
    background-image: url(../../../files/Vector_10.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}

.product-kit-section .vector-right{
    position: absolute;
    width: 150px;
    right: 0;
   top: 0;
}

.product-kit-section .vector-right img{
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.product-kit-section .vector-left {
    position: absolute;
    width: 100px;
    height: 100px;
    left: -10%;
    top: 92px;
}

.product-kit-section .vector-left img{
  height: 100%;
  width: 100%;
  object-fit: contain;
}

a.product-kit-link {
    padding: 10px 50px;
    border-radius: 50px;
    background-color: #CEB7FF;
    color: #fff;
    position: relative;
    z-index: 2;
    opacity: 1;
    margin: auto;
    display: block;
    width: fit-content;
    text-decoration: none;
    color: #292929;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 40px;
}

h2{
  color: #292929;
}

.why-choose-first-slide .slideshow__media.banner__media.media{
  position: absolute;
  width: 55%;
}

.why-choose-first-slide .slideshow__text{
  position: absolute;
    top: -41px;
    height: fit-content !important;
    left: 20%;
    text-align: left;
}

.why-choose-first-slide .slideshow__text ul{
  list-style: none;
  position: relative;
}

.why-choose-first-slide .slideshow__text ul li{
  font-size: 10px;
  font-weight: 600;
  color: #292929;
  position: relative;
  padding-left: 15px;
}

.why-choose-first-slide .slideshow__text ul li::before{
    position: absolute;
    content: '';
    height: 10px;
    width: 10px;
    top: 3px;
    left: 0;
    background-image: url(../../../files/Capa_1_333e29f6-05ca-4b39-bfb5-6f0aef382821.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.why-choose-first-slide .slideshow__text ul::before{
  position: absolute;
    content: "";
    height: 50px;
    width: 145px;
    top: 77px;
    left: 20px;
    background-image: url(../../../files/Renders_1_1.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.why-choose-first-slide .slideshow__text ul:after {
    position: absolute;
    content: "";
    height: 50px;
    width: 50px;
    bottom: -114px;
    left: 52%;
    transform: translateX(-50%);
    background-image: url(../../../files/Logo_1.png);
    background-repeat: no-repeat;
    background-size: contain;
}

/* Bulkpage */
section.bulk-banner {
    position: relative;
    height: 800px;
    width: 100%;
}

section.bulk-banner .bg-image-banner{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

section.bulk-banner .bg-image-banner img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

section.bulk-banner::before{
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(315.26deg, rgba(217, 217, 217, 0) 0.77%, rgba(0, 0, 0, 0.8) 97.15%);
    /* opacity: 0.8; */
  z-index: 1;
}

section.bulk-banner .bulk-banner-text{
  position: relative;
  z-index: 2;
  max-width: var(--page-width);
  margin: auto;
  display: block;
  padding: 2rem 5rem; 
}

section.bulk-banner .bulk-banner-text h1{
  color: #fff;
  font-weight: 400;
  font-size: clamp(30px,6.597vw,100px)
}

section.bulk-banner .bulk-banner-text h1 strong{
  color: var(--pink);
  font-weight: 700;
}

.text-with-button-group-section{
  text-align: center;
  padding-bottom: 60px;
}

.text-with-button-group-section h2{
  font-weight: 400 !important;
  font-size: clamp(16px,3.333vw,54px) !important;
  margin-bottom: 10px !important;
}

.text-with-button-group-section h3{
   font-weight: 600 !important;
  font-size: clamp(16px,3.333vw,54px) !important;
  color: #4A4891;
  margin-top: 0px !important;
  margin-bottom: 15px !important;
}

.text-with-button-group-section .button-group{
   display: flex;
  gap: 20px;
  justify-content: center;
}

.text-with-button-group-section .button-group a:nth-child(1){
  background-color: #4A4891;
}

.text-with-button-group-section .button-group a{
  text-decoration: none;
  padding: 10px 20px;
  background-color: #000;
  display: block;
  width: fit-content;
  color: #fff;
  border-radius: 50px;
    font-size: clamp(18px,1.467vw,24px);
  font-weight: 600;
}

.image-with-text-section{
  padding-bottom: 60px;
}

.image-with-text-section .image-with-text-row{
  display: flex;
  justify-content: space-between;
}

.image-with-text-section .image-with-text-left-col img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-with-text-section .image-with-text-left-col{
  width: 48%;
}

.image-with-text-section .image-with-text-right-col{
  width: 46%;
}

.image-with-text-section h2{
  color: #292929;
  font-size: clamp(18px,3.472vw,55px);
}

.image-with-text-section h2 strong{
   color: #4A4891;
}

.image-with-text-section p{
  margin-bottom: 20px;
  font-size: clamp(18px,1.667vw,26px);
  color: #292929;
}

.image-with-text-section a{
  text-decoration: none;
  color: #fff;
  border-radius: 70px;
  background-color: #4A4891;
  padding: 10px 20px;
    font-size: clamp(18px,1.467vw,24px);
  font-weight: 600;
}

.bulk-page-points-section{
  padding: 60px 0px;
}

.bulk-page-points-section h2{
  font-size: clamp(20px,3.611vw,54px);
  color: #292929;
  margin: 0;
}

.bulk-page-points-section p{
   font-size: clamp(14px,1.667vw,26px);
  color: #292929;
}

.bulk-page-points-section ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 4%;
}

.bulk-page-points-section ul li{
  width: 48%;
   font-size: clamp(14px,1.667vw,26px);
  color: #292929;
}

.bulk-page-points-section ul li:not(:first-child){
  margin-bottom: 15px;
}

.bulk-page-points-section a{
  margin: auto;
  text-decoration: none;
  color: #fff;
  border-radius: 70px;
  background-color: #4A4891;
  padding: 10px 20px;
  display: block;
  width: fit-content;
  font-size: clamp(13px,1.467vw,24px);
  font-weight: 600;
}

.bulk-highlight-section .highlight-product-row{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bulk-highlight-section .hightlight-product-image{
  width: 48%;
}

.bulk-highlight-section .hightlight-product-image img{
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.bulk-highlight-section .hightlight-product-text{
  width: 48%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 5%;
  line-height: 1.4;
}

.bulk-highlight-section .hightlight-product-text h4{
  color: #292929;
  font-weight: 600;
  width: 90%;
  font-size: clamp(16px,1.944vw,30px);
}

.bulk-highlight-section .hightlight-product-text ul{
  display: flex;
  gap: 30px;
  list-style: none;
  padding-left: 0;
}

.bulk-highlight-section .hightlight-product-text ul li:nth-child(1){
  text-decoration: line-through;
  font-size: clamp(16px,2.5vw,38px);
  color: #292929;
}

.bulk-highlight-section .hightlight-product-text ul li:nth-child(2){
  font-size: clamp(16px,2.5vw,38px);
  color: #292929;
  filter: blur(5px);
}

.bulk-page-icon-group{
  margin-top: 60px !important;
}

.bulk-page-icon-group ul li{
    width: 20%;
}

.icon-group-row-wrapper ul li p{
  padding-inline: 5%;
}

.icon-group-row-wrapper ul li p {
  color: #292929;
  font-weight: 600;
   font-size: clamp(18px,1.667vw,26px);
}

.bulkpage-bottom-section .rich-text__blocks{
  max-width: 100% !important;
  width: 100% !important;
}

.bulkpage-bottom-section  .rich-text__blocks .rich-text__text{
  max-width: 100% !important;
  width: 100% !important;
  background-color: var(--pink);
  padding: 20px;
}

#shopify-section-template--24592795861363__bulk_page_inner_3dzeHJ h2{
   /* font-size: clamp(20px,3.611vw,54px); */
  color: #292929;
  font-weight: 600;
}

.bulkpage-bottom-section h2{
   font-size: clamp(20px,3.611vw,54px);
  color: #292929;
  font-weight: 700;
  margin-bottom: 50px;
}

.bulkpage-bottom-section .rich-text__blocks .rich-text__text li{
  display: flex;
  flex-direction: column;
}

.form__label{
  display: none;
}

.product-form__input--pill input[type=radio]+label{
  border-radius: 10px !important;
  border-color: transparent !important;
}

.product-form__input--pill input[type=radio]:checked+label{
  background-color: #c2c2c2 !important;
  
}

variant-selects fieldset:nth-child(2) label img{
   display: none;
}

variant-selects fieldset:nth-child(2) label{
  background-color: var(--pink) !important;
  font-weight: 400 !important;
}

.footer__blocks-wrapper .footer-block.grid__item:nth-child(1) {
    width: 100%;
    max-width: 100%;
  padding: 30px 0px;
}

.footer-block__brand-info {
    text-align: center;
    display: flex
;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.list-social__item svg path{
  fill: #fff;
}

.footer__content-top .grid{
  row-gap: 0 !important;
}

footer .grid--1-col .grid__item{
  width: 24%;
}

.footer-block__heading{
  color: #fff;
}

.product-icons-section-second {
  margin-top: 50px !important;
}

.product-icons-section ul li p{
  font-size: 12px;
 
  font-weight: 400;
}

.product-icons-section-second ul li p{
  font-size: 12px;
  font-weight: 400;
   padding-inline: 15%;
}

.glc-switcher-btn--embedded {
    vertical-align: middle;
    position: fixed !important;
    bottom: 10px !important;
    right: 0 !important;
    background-color: #fff !important;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px !important;
  border: 1px solid #000 !important;
}

.product-carousel{
  position: sticky;
  top: 0;
}

.product-accordion-info{
  font-family: var(--poppins);
  font-size: clamp(12px,1.042vw,18px);
}

.accordion__title{
  font-family: var(--poppins);
  font-size: clamp(12px,1.042vw,18px);
}

.product-accordion-info .accordion summary {
    padding: 1.5rem 7px !important;
}

.product-accordion-info .accordion__content{
  padding-inline: 10px;
}

.product-accordion-info .accordion {
  margin-bottom: 0;
}

.custom-btn-home{
  display: none;
}

.custom-btn-home a{
   text-decoration: none;
   color: #000;
       text-decoration: none;
    color: currentColor;
    display: block;
    font-weight: 600;
}

 .image-with-text .grid{
    justify-content: center;
  }

  .image-with-text__text-item.grid__item{
    display: none !important;
  }

  .why-choose-cards ul li:first-child .why-choose-box-icon img{
   width: 45px;
   height: 45px;
  }

  variant-selects fieldset:nth-child(2){
    border-top: none !important;
  }

  .home-banner video{
       object-fit: cover;
  }

  .home-banner h2{
    color: #fff;
  }

  .home-banner p{
    color: #fff;
  }

  .wwx-banner .copy{
    font-family:var(--poppins);
    font-weight: 500 !important;
     font-size: clamp(14px,1.25vw,25px) !important;
  }

  .wwx-banner h1{
    font-family: var(--font-heading-family) !important;
    font-weight: 700 !important;
    font-size: clamp(18px,2.431vw,45px) !important;
  }

  p.tagline{
     font-family:var(--poppins);
    font-weight: 500 !important;
     font-size: clamp(14px,1.25vw,25px) !important;
  }

  .wwx-banner{
    padding: 2% 5rem;
    max-width: 85%;
    margin: 2% auto;
  }

  .wwx-banner .wrap {
   max-width: 85%;
    margin: 2% auto;
    padding: 0%;
    
}

#cart-notification-form button{
  width: 100% !important;
}

  /* .price__regular .affirm-as-low-as{
    display: none !important;
   } */

   /* p.affirm-as-low-as:nth-of-type(n+2) {
  display: none;
} */

  .toc-box {
    background-color: #fdc7da !important;
    color: #000 !important;
    font-size: 12px;
    width: 100%;
    margin: 30px auto 0px auto;
}

 .toc-box ul li a{
    color: #000 !important;
 }

 .banner__heading{
  color: #fff;
 }

 #shopify-section-template--24548953784691__main h1{
  display: none;
 }

 .b2b-badge{
  position: fixed;
  bottom: 40px;
  right: 40px;
  width: 100px;
  height:100px;
  z-index: 99;
  animation: zoomInOut 2s infinite;
      display: inline-block;
 }

  .b2b-badge img{
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

     @keyframes zoomInOut {
      0%, 100% {
        transform: scale(1);
      }
      50% {
        transform: scale(1.2);
      }
    }

    .b2b-message{
      text-align: center;
      margin: 30px 0px;
    }

    .b2b-message h2{
      text-align: center;
    }

    .b2b-message img{
      width: 150px;
      height:150px;
      object-fit: contain;
      animation: zoomInOut 2s infinite;
    }

.payment-options-collection-card ul li img {
    width: 55px;
    height: 24px;
    object-fit: contain;
}

.payment-options-collection-card ul {
    display: flex;
    padding-left: 0;
    align-items: center;
    list-style: none;
    gap: 10px;
    margin-top: 10px;
}

.payment-options-collection-card ul li:nth-child(1){
  padding-top: 2px;
  display: flex;
}

.payment-options-collection-card ul li:nth-child(3){
  padding-top: 2px;
  display: flex;
}

.payment-options-collection-card ul li:nth-child(1) img{
  width: 70px;
}

.payment-options-collection-card ul li:nth-child(2) img{
  width: 45px;
}

.payment-options-collection-card{
  margin-top: -5px !important;
  margin-bottom: 10px !important;
}

.top-card .affirm-as-low-as{
        display: none !important;
}

.top-card h3{
  height: 45px;
}

.wwx{
  font-family: var(--poppins) !important;
}
   
.main-blog.page-width {
   max-width: 100%;
}

.blog-articles {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 2% !important;
}

.blog-articles__article {
  width: 32%;
  box-shadow: 0px 0px 20px 0px #00000040;
  padding: 25px;
  border-radius: 50px;
  margin-bottom: 30px;
}

.blog-articles .blog-articles__article:nth-child(odd) .article-card__image img {
  object-position: right;
}

.blog-articles .blog-articles__article:nth-child(even) .article-card__image img {
  object-position: left;
}

.blog-articles__article .article-card__image img{
  border-radius: 50px!important;
}

.blog-articles__article .card__inner{
  border-radius: 50px!important;
}

.blog-articles__article .card .card__inner .card__media{
border-radius: 50px!important;
}

.blog-articles__article .article-card__info.caption-with-letter-spacing.h5{
     font-size: var(--poppins);
     font-weight: 400;
     font-size: 14px;
     border-bottom: 1px solid #00000033;
     padding: 14px 0px;
     margin-bottom: 10px;

}

.blog-articles__article .article-card .card__heading{
  font-family: var(--poppins);
  font-weight: 800;
}

.blog-articles__article.first-post {
     width: 100%;
  padding: 0;
  height: 430px;
  }


.blog-articles__article.first-post .article-card {
   flex-direction: row;
}

.blog-articles__article.first-post .article-card .card__inner{
  width: 65%;
}

.blog-articles__article.first-post .article-card .card__content.fggg {
    width: 35%;
    padding: 1%;
    border-radius: 50px;
    position: relative;
}

.blog-articles__article.first-post .article-card .card__content.fggg::before{
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  backdrop-filter: blur(70px);
  background: #00000033;
  border-radius: 50px;
}

.blog-articles__article.first-post .article-card .card__content.fggg .card__information{
  position: relative;
}

.blog-articles__article.first-post .card__heading.h2{
  font-size: 20px;
  color: #fff;
}

.blog-articles__article.first-post .article-card__info.caption-with-letter-spacing.h5{
   color: #fff;
   border-color: #fff;
}

.blog-articles__article.first-post .article-card__excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Limit to 1 line */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; /* Show ellipsis when text is cut off */
    color: #fff;
}

.blog-articles__article.first-post .article-card .card__content.fggg{
  display: flex;
  align-items: center;
}


.blog-articles__article .article-card__excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 3; /* Limit to 1 line */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; /* Show ellipsis when text is cut off */
}

.blog-articles__article .card__inner{
   height: 230px;
}

.blog-articles__article.first-post .card__inner{
   height: 100%;
}

/* media css */

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

  .payment-options-collection-card ul {
    display: flex
;
    flex-wrap: wrap;
    padding-left: 0;
    align-items: center;
    list-style: none;
    gap: 8px;
    margin-top: 10px;
}

  .blog-articles__article{
    width: 100%;
  }

  .blog-articles__article.first-post .article-card {
    flex-direction: column;
}

.blog-articles__article.first-post .article-card .card__inner{
  width: 100%;
}

.blog-articles__article.first-post .article-card .card__content.fggg{
   width: 100%;
   background-color: transparent;
   padding: 15px;
}

.blog-articles__article.first-post .article-card .card__content.fggg::before{
   width: 100%;
   background-color: transparent;
   display: none;
}

.blog-articles__article.first-post{
  height: 100%;
}

  .payment-options-collection-card ul li:nth-child(1) img{
  width: 50px;
}

.payment-options-collection-card ul li:nth-child(2) img{
  width: 40px;
}

.payment-options-collection-card ul li img {
    width: 40px;
}

.top-card h3{
  height: 60px;
}

.wwx-banner {
    padding: 2% 0rem;
    max-width: 95%;
    margin: 2% auto;
}

.faq-accordion#faq-accordion{
  padding: 0 1rem;
}

}

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

  h2.title{
   font-size: clamp(25px,2.431vw,45px) !important;
}



/* h2{
  font-size: clamp(25px,2.431vw,45px) !important;
  font-weight: 600 !important;
} */

  .home-bottom-college .collage{
     display: flex;
     gap: 10%;
  }

  .home-bottom-college .collage__item{
     width: 50%;
  }

  .footer__content-top .grid {
        row-gap: 6rem;
        margin-bottom: 0;
        justify-content: space-evenly;
    }

  footer .grid--1-col .grid__item {
    max-width: max-content;
  }
  
  .product-kit-image img {
    transform: scale(1);
}

  .product-kit-image{
    left: 0;
  }


  .product-kit-image {
    position: relative;
    left: 0;
    margin: 0% 0px 0 5%;
}

  .product-kit-section{
    padding: 0 6%;
  }

  .why-choose-slider{
    height: 400px;
  }

  .why-choose-first-slide .slideshow__media.banner__media.media {
    position: absolute;
    width: 25%;
    height: 100% !important;
}

  .why-choose-first-slide .slideshow__text {
    position: absolute;
    top: 10px;
    height: fit-content !important;
    left: 50%;
    text-align: left;
}

  .slideshow__text ul li:before {
    position: absolute;
    content: "";
    height: 36px !important;
    width: 25px !important;
    top: 13px !important;
    left: -17px !important;
    background-image: url(../../../files/Capa_1_333e29f6-05ca-4b39-bfb5-6f0aef382821.png);
    background-repeat: no-repeat;
    background-size: contain;
}

  .slideshow__text ul li{
    font-size: 25px !important;
  }

  .why-choose-first-slide .slideshow__text ul:before {
    position: absolute;
    content: "";
    height: 98px;
    width: 200px;
    top: 100%;
    left: 60px;
    background-image: url(../../../files/Renders_1_1.png);
    background-repeat: no-repeat;
    background-size: contain;
}

  .why-choose-first-slide .slideshow__text ul:after {
    position: absolute;
    content: "";
    height: 50px;
    width: 50px;
    bottom: -60%;
    left: 45%;
    transform: translate(-50%);
    background-image: url(../../../files/Logo_1.png);
    background-repeat: no-repeat;
    background-size: contain;
}

      .slide-button-wrapper {
        position: absolute;
        top: 350px;
        left: 50%;
        transform: translateX(50%);
    }

  .slide-button-wrapper a{
    text-decoration: none;
    padding: 10px 40px;
    border-radius: 50px;
    color: #000;
    background-color: #CEB7FF;
    font-size: 16px;
  }
  
}



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

    h2{
    font-size: 20px !important;
  }

   .article-template__content p{
    font-size: 12px;
    line-height: 1.6;
   }

   .article-template__content .wp-block-table{
    font-size: 9px;
    width: 100%;
    margin: 0;
   }

    .toc-box {
   font-size: 12px;
}

 .toc-box ul li a{
    color: #000 !important;
 }

  .home-banner .banner__heading{
    color: #fff !important;
  }

  .banner__buttons{
    display: flex !important;
    flex-wrap: nowrap !important;
  }

  .home-banner .button--primary{
  padding: 10px !important;
  width: max-content;
  }

  #Details-menu-drawer-container svg path{
    fill: #000 !important;
  }

  .home-banner .slideshow__media{
    position: relative !important;
  }

   .home-banner .slideshow__media::before{
      position: absolute;
      content: '';
      height: 100%;
      width: 100%;
      top: 0;
      left: 0;
      background-color: #000;
      opacity: 0.3;
      z-index: 2;
   }

 

  .custom-btn-home{
    display: flex;
  }

  .footer-block__heading {
    margin-bottom: 0rem;
  }

   .footer__blocks-wrapper .footer-block.grid__item:nth-child(1) {
    width: 100%;
    max-width: 100%;
    padding: 30px 0px 0px 0px;
}

  footer .grid{
    display: flex !important;
    flex-direction: row-reverse;
  }

footer .grid--1-col .grid__item {
    width: 49%;
    margin-top: 0px;
  margin-bottom: 0 !important;
}

  .footer-block__details-content .list-menu__item--link{
    font-size: 11px;
  }

  .footer-block__heading{
    margin-bottom: 0 !important;
    font-size: 16px !important;
  }

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

  .footer-block__brand-info{
    margin-bottom: 20px;
  }

  .footer-block__details-content .list-menu__item--link{
    padding-bottom: 0 !important;
  }
  
  
  .about-banner-content-area {
    background-color: #fff;
    padding: 30px;
    text-align: center;
    position: relative;
    width: 100%;
    margin: 0;
}

  .about-banner-image{
     position: relative;
     height: unset;
  }

  .about-banner-section {
        flex-direction: column;
        width: 95%;
        margin: auto;
       padding-top: 20px;
    justify-content: unset;
    height: fit-content;
    }

  .about-banner-image img{
    height: 313px;
    border-radius: 33px;
  }

  section.our-mission-section{
    flex-direction: column;
  }

  section.our-mission-section .our-misson-image-col {
    width: 100%;
}

  section.our-mission-section .our-misson-image-col img {
    width: 85%;
    height: 170px;
  }

  section.our-mission-section .our-mission-text-col {
    width: 100%;
    padding: 0 15% 0 15%;
}

  .why-choose-section {
    display: flex
;
    flex-direction: column;
    padding: 25px 0;
}

  .why-choose-left-section {
    width: 100%;
    margin-bottom: 20px;
}

  .why-choose-left-section video {
    border-radius: 20px;
    height: 260px;
    width: 100%;
    object-fit: cover;
}

  .common-width {
    width: 75%;
    margin: auto;
}

.why-choose-right-section ul li {
    width: 100%;
}

  .why-choose-right-section{
    width: 100%;
    padding-right: 0;
  }

  .video-slider-section h2{
    width: 90%;
  }

  .video-slider-section {
    width: 75%;
    }

  .center-content-wrap h2{
    width: 100%;
  }

  .center-content-wrap {
    width: 70%;
    margin: 40px auto;
    padding: 0;
}

  .center-content-wrap h2{
    text-align: left;
  }

  .center-content-wrap h6{
    text-align: left;
  }

  .center-content-wrap p{
     text-align: left;
  }

  .common-btn {
    padding: 9px 30px;
  }

  .inner-banner h1{
    width: 70%;
    text-align: left;
    margin-left: 15%;
  }

  .inner-banner p{
    width: 70%;
    text-align: left;
  }

  section.collection-grid{
    flex-direction: column-reverse;
  }

  .collection-grid-right-col{
    width: 100%;
  }

  section.collection-grid .collection-grid-left-col {
    width: 100%;
    margin-top: 40px;
}

  .collection-large-box{
    height: 310px;
  }

  section.collection-grid .collection-grid-left-col img{
    display: block
  }

  section.collection-grid-two ul{
    flex-direction: column;
  }

   section.collection-grid-two ul li{
     width: 100%;
   }

  section.collection-grid-two{
    padding: 0 6%;
  }

  .bundle-mid-banner img{
    height: 310px;
  }

  .collection-bottom-grid ul{
    flex-direction: column;
  }

   .collection-bottom-grid ul li{
     width: 100%;
   }

  .collection-bottom-grid ul li .collection-grid-common-card{
    height: 310px;
  }

  .collection-bottom-grid ul li .bulk-card{
    height: 310px;
  }

  .collection-recommendations-content{
    flex-direction: column !important;
  }

  section.collection-product-recommendations h2{
    width: 80%;
  }

  .recommended-product h3{
    padding-right: 0;
  }

  section.bulk-video-section ul li video {
    height: 200px;
  }

  section.bulk-video-section{
    margin-top: 30px;
  }

  .image-with-text__text-item.grid__item{
    text-align: center;
  }

  .image-with-text .image-with-text__text-item>*{
    padding-bottom: 0;
  }

  .image-with-text__content .image-with-text__text+.button{
    margin: 0 auto;
  }

  .icon-group-row-wrapper ul li {
    width: 42%;
}

  .icon-group-row-wrapper ul li p {
    padding: 10px 4%;
    text-align: center;
}

  .home-banner .banner__heading{
      font-size: 20px;
  }

  .home-banner .slideshow__media.banner__media {
         height: 100% !important;
  }

  .home-banner .slideshow__slide{
    height: 350px;
  }

  
  #shopify-section-template--24548953686387__multicolumn_mRix8h .multicolumn-card{
    width: 80%;
    margin: auto;
  }


  .home-banner .slideshow__text-wrapper{
     position: absolute;
    top: 50%;
    transform: translatey(-50%) !important;
    background-color: none;
    width: 90%;
    margin: auto;
    display: block;
    left: 5%;
    z-index: 5;
  }

  #shopify-section-template--24548953686387__multicolumn_mRix8h .multicolumn-card{
    border-radius: 27px;
  }

  .multicolumn-list{
    padding: 0 7%;
  }

  .multicolumn-list li{
    margin-bottom: 20px;
  }

  .multicolumn-card__info{
    padding-inline: 20px !important;
  }

  .multicolumn .button{
    font-size: 15px;
  }

  .price__regular .price-item--regular {
    margin-right: 0;
    font-weight: 400;
    font-size: 11px;
}

  .price--on-sale .price__sale{
     font-weight: 400;
    font-size: 11px;
  }

  .yotpo-display-s .yotpo-head .yotpo-headline {
    margin-top: 0px !important;
    align-self: center;
}

  .yotpo-reviews-pagination-container{
    margin: 0 !important;
  }

  .slide-button-wrapper{
    position: relative;
    top: 125px;
  }

  .slide-button-wrapper a{
    text-decoration: none;
    padding: 10px 40px;
    border-radius: 50px;
    color: #000;
    background-color: #CEB7FF;
    font-size: 15px;
  }

  .section.bulk-banner{
      height: 293px
  }

  .text-with-button-group-section .button-group{
    flex-direction: column;
    align-items: center;
  }

  .text-with-button-group-section .button-group a{
    width: 300px;
    font-size: 14px;
  }

  .image-with-text-section .image-with-text-row{
    flex-direction: column-reverse;
  }

  .image-with-text-section .image-with-text-right-col{
    width: 100%;
    text-align: center;
  }

  .text-with-button-group-section{
    margin-bottom: 0px;
    padding-bottom: 40px
  }

  #shopify-section-template--24592795861363__bulk_page_inner_3dzeHJ h2{
    font-size: 23px !important;
  }

  .image-with-text-section p{
    font-size: 13px;
  }

  .bulk-page-points-section {
    padding: 0 0 30px 0px;
}

  .image-with-text-section{
    text-align: center;
  }

  .image-with-text-section .image-with-text-left-col {
    width: 100%;
    margin-top: 40px;
}

  .image-with-text-section {
    padding-bottom: 25px;
}

  .bulk-page-points-section ul li{
    width: 100%;
  }

  .bulk-highlight-section .highlight-product-row{
      flex-direction: column;
  }

  .bulk-highlight-section .hightlight-product-image {
    width: 100%;
}

  }
.bulk-highlight-section .hightlight-product-text {
    width: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.bulkpage-bottom-section .rich-text__blocks .rich-text__text{
  font-size: 14px;
}

.bulkpage-bottom-section .rich-text__blocks .rich-text__text li{
  margin-bottom: 10px;
}

.bulkpage-bottom-section .rich-text__blocks .rich-text__text ol{
   padding-left: 0;
}

.bulkpage-bottom-section .rich-text__blocks .rich-text__text ul{
  padding-left: 0;
}

.banner__buttons{
  justify-content: center;
}
  
}

@media screen and (max-width: 1360px){
  .header__menu-item {
    padding: 10px !important;
    text-decoration: none;
    color: rgba(var(--color-foreground), .75);
    font-size: 11px !important;
    font-weight: 600 !important;
}



}

@media screen and (min-width: 1100px) and (max-width: 1360px){
  .product-form__input--pill label h6{
    font-size: 12px;
  }

  .product-form__input--pill label {
     font-size: 12px;
  }

  variant-selects fieldset:nth-child(1) label{
       padding: 10px;
  }

  .wwx-banner {
    padding: 2% 0rem !important;
    max-width: 90% !important;
    margin: 2% auto;
}

}


@media screen and (min-width: 1600px){
  .page-width {
    max-width: 85%;
  }
}