@import"https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Sofia+Sans+Condensed:ital,wght@0,1..1000;1,1..1000&display=swap";*,:before,:after{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}:root{--mulish_font_Family: "Mulish", sans-serif;--sofia_sans_condensed_font_family: "Sofia Sans Condensed", sans-serif;--body_bg_color: #010516;--richBlack_color: #010516;--body_color: #ffffff;--white_color: #ffffff;--purple_color: #9C7ED2;--black_color: #000000;--blue_color: #4B828F;--blue_bg_color: #4B828F;--footer_bg_color: #1C2E3A;--heading_color: #1C2E3A;--button_bg_color: linear-gradient(96.87deg, #FFFFFF -26.51%, #9998A5 9.72%, #232135 58.3%);--hover_color: #4B828F;--button_box_shadow: 7px 15px 24px 0px #3E87794D;--uppercase: uppercase;--lowercase: lowercase;--font_size_18px: clamp(1.5rem, .947vw, 1.8rem);--font_size_20: clamp(1.6rem, 1.053vw, 2rem);--font_size_22: clamp(1.7rem, 1.158vw, 2.2rem);--font_size_24: clamp(2rem, 1.263vw, 2.4rem);--font_size_26px: clamp(2rem, 1.368vw, 2.6rem);--font_size_28px: clamp(2.2rem, 1.474vw, 2.8rem);--font_size_30px: clamp(2rem, 1.579vw, 3rem);--font_size_32px: clamp(2.4rem, 1.684vw, 3.2rem);--font_size_35px: clamp(1.8rem, 1.842vw, 3.5rem);--font_size_42px: clamp(2.4rem, 2.211vw, 4.2rem);--font_size_44px: clamp(2.4rem, 2.316vw, 4.4rem);--font_size_55px: clamp(2.8rem, 2.895vw, 5.5rem);--font_size_56px: clamp(2.8rem, 2.947vw, 5.6rem);--font_size_58px: clamp(2.9rem, 3.053vw, 5.8rem);--font_size_66px: clamp(3.3rem, 3.474vw, 6.6rem);--font_size_90px: clamp(3.5rem, 4.737vw, 9rem);--font_size_100px: clamp(4rem, 5.263vw, 10rem);--font_weight_400: 400;--font_weight_500: 500;--font_weight_600: 600;--font_weight_700: 700;--font_weight_800: 800;--font_weight_900: 900;--border_radius: 3rem;--page-width-sm: 1630px;--page-width: 1747px;--duration: .3s;--easing: ease;--padding-50px: clamp(2.5rem, 2.632vw, 5rem);--padding-60px: clamp(2.5rem, 3.158vw, 6rem);--padding-80px: clamp(3.5rem, 4.211vw, 8rem);--padding-90px: clamp(3rem, 4.895vw, 9rem);--padding-120px: clamp(4rem,6.316vw, 12rem);--padding-100px: clamp(4rem, 5.263vw, 10rem);--grid-desktop-vertical-spacing: 3rem;--grid-desktop-horizontal-spacing: 3rem;--grid-mobile-vertical-spacing: 1.5rem;--grid-mobile-horizontal-spacing: 1.5rem}html{box-sizing:border-box;scroll-behavior:smooth;-webkit-text-size-adjust:100%;font-size:62.5%}.page-width,.container-fluid,.container{max-width:var(--page-width);margin-left:auto;margin-right:auto;padding-left:15px!important;padding-right:15px!important}.page-width-sm{max-width:var(--page-width-sm);margin-left:auto;margin-right:auto;padding-left:15px!important;padding-right:15px!important}body{padding:0;font-family:var(--mulish_font_Family);color:var(--body_color);letter-spacing:0;font-weight:300;font-size:16px;line-height:1.4;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:var(--body_bg_color);-webkit-text-size-adjust:100%}body.gradient{background:var(--body_bg_color)}h1,h2,h3,h4,h5,h6{font-family:var(--cormorantGaramond_fontFamily);letter-spacing:normal;line-height:1.3;margin:0;color:var(--white_color);font-weight:400}h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6{color:var(--white_color);font-family:var(--sofia_sans_condensed_font_family)}.common_heading{margin:0}.common--heading{font-family:var(--sofia_sans_condensed_font_family);font-size:var(--font_size_56px);font-weight:900;text-transform:capitalize;line-height:1;margin-bottom:1rem}.common--heading strong,.common--heading .accent,.common--heading em{color:var(--purple_color);font-style:normal}p{margin:0}p:last-child{margin-bottom:0}p:empty{display:none}ul,ol{margin:0;padding:0;list-style:none}img{display:block;max-width:100%;height:auto}video,iframe{display:block;width:100%}a{-webkit-transition:ease-in .3s;transition:ease-in .3s;color:currentColor}a,a:hover,a:focus{text-decoration:none}:focus{outline:none!important;box-shadow:none!important}table{width:100%}body.overflow-hidden{display:block}.btn,.cust_btn,.m-button,.button{padding:0px 2.2rem;background:var(--button_bg_color);font-size:var(--font_size_20);color:var(--white_color);font-weight:700;font-family:var(--mulish_font_Family);line-height:1;text-transform:var(--uppercase);display:inline-flex;align-items:center;justify-content:center;text-align:center;column-gap:1rem;min-height:6.7rem;height:auto;min-width:29.1rem;width:auto;cursor:pointer;letter-spacing:0;-webkit-transition:ease-in .3s;transition:all .3s ease;border-radius:8rem}.button:after,.btn:after{border:.5px solid #FFFFFF;border-radius:8rem;filter:blur(1.5px);display:block!important}.btn:after,.button:after,.btn:before,.button:before{display:none}.btn:hover,.button:hover,.cust_btn:hover,.m-button:hover{background:var(--white_color)!important;box-shadow:none!important;color:var(--black_color);border-color:var(--heading_color)}.mobile{display:none!important}@media only screen and (max-width:767px){.mobile{display:block!important}.desktop{display:none!important}}::selection{background:var(--purple_color);color:var(--white_color)}.header-wrapper{background:var(--richBlack_color);border-bottom:none}.header-wrapper:before{content:"";position:absolute;left:0;top:0;width:21vw;height:100%;background:url(/cdn/shop/files/logo_bg.png) no-repeat;background-size:100% 100%}header.header{display:flex;align-items:center;justify-content:space-between;padding-block:1.8rem;max-width:100%;padding-inline:10rem!important}header.header .header__heading-link{padding:0;position:relative;z-index:2}header.header .header__inline-menu .list-menu .list-menu__item{font-weight:300;color:var(--white_color);text-transform:uppercase;padding-block:0;font-size:1.9rem;line-height:1}header.header .header__inline-menu .list-menu .list-menu__item:focus,header.header .header__inline-menu .list-menu .list-menu__item:hover{font-weight:700}header.header .header__inline-menu .list-menu li:not(:last-child) .list-menu__item{border-right:.1rem solid var(--white_color)}.header__active-menu-item{font-weight:700;text-decoration:none!important}header.header .header__icons .header__search{display:none}header.header .header__icon,header.header .header__icon--cart .icon{height:auto;width:auto;padding:0}header.header .header__icon .svg-wrapper{width:30px;height:30px}header.header .header__icons .header__icon:not(:last-child){margin-right:2rem;padding-right:2rem;position:relative}header.header .header__icon:not(:last-child):after{position:absolute;content:"";right:0;top:0;bottom:0;height:1.8rem;width:.1rem;display:block;background:var(--white_color);margin:auto}.index_banner_sec{background:url(/cdn/shop/files/banner_right_shape.png) no-repeat;background-repeat:no-repeat;background-position:top right;background-size:63vw}.index_banner_wrap{padding-top:var(--padding-100px);padding-bottom:0;position:relative}.index_banner_wrap:after{content:"";position:absolute;left:50%;transform:translate(-50%);bottom:0;width:34vw;height:21vw;background:linear-gradient(157.88deg,#f4e8ff 27.67%,#9c7ed2 67.21%);z-index:-1;filter:blur(132px);opacity:.4}.flex_box{display:flex;flex-wrap:wrap}.index_banner_main{display:grid;grid-template-columns:31% 21% 21.8%;justify-content:space-between;align-items:flex-start}.index_banner_wrap .text_wrap .heading{font-size:var(--font_size_66px);font-weight:900;line-height:1.1;max-width:23vw;width:100%;margin-bottom:2rem}.index_banner_wrap .text_wrap .heading em{color:var(--purple_color)}.index_banner_wrap .text_wrap .text_content p{font-size:var(--font_size_22);font-weight:700;line-height:1.8}.index_banner_wrap .text_wrap .text_content p strong{font-weight:inherit}.index_banner_wrap .text_wrap .text_content ul{margin-block:3rem 4rem}.index_banner_wrap .text_wrap .text_content ul li{position:relative;display:flex;align-items:center;column-gap:1.7rem;font-weight:400;font-size:var(--font_size_22);margin-top:1.5rem}.index_banner_wrap .text_wrap .text_content ul li:before{content:"";display:block;width:1.6rem;height:1.6rem;background-image:url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.98843 0C10.1203 0.0385243 12.1518 0.912442 13.6458 2.43369C15.1398 3.95493 15.9769 6.0019 15.9769 8.13409C15.9769 10.2663 15.1398 12.3133 13.6458 13.8345C12.1518 15.3557 10.1203 16.2297 7.98843 16.2682C5.85659 16.2297 3.82508 15.3557 2.33107 13.8345C0.83707 12.3133 0 10.2663 0 8.13409C0 6.0019 0.83707 3.95493 2.33107 2.43369C3.82508 0.912442 5.85659 0.0385243 7.98843 0ZM6.2992 10.7764L4.30717 8.78261C4.14412 8.61899 4.05256 8.39741 4.05256 8.16641C4.05256 7.93541 4.14412 7.71383 4.30717 7.55021C4.47106 7.38731 4.69274 7.29588 4.92382 7.29588C5.15489 7.29588 5.37657 7.38731 5.54046 7.55021L6.94373 8.95525L10.4364 5.46257C10.6 5.29951 10.8216 5.20796 11.0526 5.20796C11.2836 5.20796 11.5052 5.29951 11.6688 5.46257C11.8316 5.62631 11.9231 5.84784 11.9231 6.07877C11.9231 6.3097 11.8316 6.53123 11.6688 6.69497L7.55904 10.8047C7.47561 10.8877 7.37628 10.953 7.267 10.9967C7.15772 11.0404 7.04074 11.0615 6.92308 11.0589C6.80543 11.0562 6.68952 11.0298 6.58231 10.9813C6.47511 10.9328 6.37881 10.8631 6.2992 10.7764Z' fill='%239C7ED2'/%3E%3C/svg%3E%0A");background-repeat:no-repeat;flex-shrink:0}.index_banner_wrap .text_wrap .subheading{text-transform:uppercase;margin-top:3rem;font-size:1.6rem;font-weight:400}.index_banner_wrap .mainImg_wrap{filter:drop-shadow(-60px 44px 54px rgba(0,0,0,.45))}.index_banner_wrap .mainImg_wrap img{width:100%;margin-left:-5rem;filter:drop-shadow(-60px 44px 54px rgba(0,0,0,.45))}.index_banner_wrap .sideImg_wrap img{width:100%}.index_banner_wrap .sideImg_wrap>*{max-width:30rem;margin-left:auto;width:100%}.index_banner_wrap .trustPilot_wrap{margin-top:1rem}.index_banner_wrap .sideImg_wrap>img{border-radius:3.2rem;border:1.08px solid #FFFFFFC2}.index_banner_wrap .trustPilot_wrap img{width:calc(100% - 4rem);margin-inline:auto}.cust_imgText_sec{position:relative}.cust_imgText_sec:after{content:"";position:absolute;left:0;bottom:-1vw;width:21vw;height:16vw;background:#393844;z-index:-1;filter:blur(182px)}.cust_imgText_wrap{padding:var(--padding-120px) 0}.cust_imgText_main{align-items:center}.cust_imgText_main .text_wrap{max-width:47.7%;width:100%;padding-right:3rem}.cust_imgText_main .img_wrap{max-width:52.3%;width:100%}.cust_imgText_main .img_wrap{position:relative}.cust_imgText_main .img_wrap:before{position:absolute;left:-13vw;top:0;content:"";max-width:60rem;width:100%;height:32.9rem;border-radius:50%;background:#393844;filter:blur(107px);z-index:-1}.cust_imgText_main .text_wrap>*{max-width:66rem;width:100%}.cust_imgText_main .text_wrap .common--heading{max-width:50rem;width:100%;margin-bottom:2.5rem;font-size:var(--font_size_66px);line-height:.9}.cust_imgText_main .text_wrap .common--heading em{font-style:italic}.cust_imgText_main .text_wrap .text_content{font-size:var(--font_size_22);line-height:1.4;font-weight:400}.cust_imgText_main .text_wrap .text_content p{margin-bottom:2rem}.cust_imgText_main .text_wrap .text_content p:only-child,.cust_imgText_main .text_wrap .text_content p:last-child{margin-bottom:0}.cust_imgText_main .text_wrap .text_content strong{font-weight:900}.cust_imgText_main .text_wrap .text_content p em{font-size:.9rem}.cust_imgText_main .img_wrap img{width:100%}.cust_featured_product_sec{position:relative}.cust_featured_product_sec:after{content:"";position:absolute;right:0;top:-5vw;width:12.6vw;height:30.6vw;z-index:-1;border-radius:50%;background:#d1b6eb;opacity:.9;filter:blur(197px)}.cust_featured_product_sec .product{position:relative;align-items:flex-start}.cust_featured_product_sec .product:after{content:"";position:absolute;left:21vw;bottom:5vw;width:22.8vw;height:22.8vw;z-index:-1;border-radius:50%;background:#d1b6eb;opacity:.4;filter:blur(197px)}.cust_featured_product_sec .gradient{background:transparent}.cust_featured_product_sec .product__media-wrapper{max-width:32%!important;width:100%!important}.cust_featured_product_sec .product__info-wrapper{max-width:68%!important;width:100%!important;padding:var(--padding-60px) 0 0 3rem!important}.cust_featured_product_sec .product__media-wrapper .icon_wrap{max-width:35.4rem;width:100%;margin-inline:auto}.cust_featured_product_sec .product__media-wrapper .icon_wrap img{width:100%}.cust_featured_product_sec .product__info-container{max-width:100%}.cust_featured_product_sec .product-media-container.constrain-height.media-fit-contain{width:100%;border:none}.cust_featured_product_sec .product__media-list .product__media{padding-top:0!important;max-width:36.1rem;margin-inline:auto}.cust_featured_product_sec .product__media-list .product__media img{object-fit:contain;position:static!important}.cust_featured_product_sec variant-selects .product-form__input .form__label{display:none}.cust_featured_product_sec .title_descripWrap{background:linear-gradient(90deg,#1e1e242e,#100e152e);-webkit-backdrop-filter:blur(36.181331634521484px);backdrop-filter:blur(36.181331634521484px);border:.3rem solid #FFFFFF;border-radius:3rem;padding:3.7rem 5rem 3.7rem 3.9rem;margin-bottom:3.4rem}.cust_featured_product_sec .title_descripWrap .product__title{margin-bottom:1rem;font-size:var(--font_size_26px);font-weight:700;letter-spacing:0;font-family:var(--mulish_font_Family)}.cust_featured_product_sec .title_descripWrap .product__description{margin:0;font-size:var(--font_size_20)}.cust_featured_product_sec variant-selects .product-form__input{background:#01051680;-webkit-backdrop-filter:blur(36.181331634521484px);backdrop-filter:blur(36.181331634521484px);border:.3rem solid #FFFFFF;border-radius:3rem;width:100%;max-width:100%;overflow:hidden}.cust_featured_product_sec .product-form__input--pill input[type=radio]+label{width:100%!important;border-radius:0;background:transparent!important;color:var(--white_color)!important;text-align:left;border:0;margin:0;padding:4rem}.cust_featured_product_sec .product-form__input--pill input[type=radio]:checked+label{background:var(--purple_color)!important}.cust_featured_product_sec .product-form__input--pill input[type=radio]+label:not(:last-of-type){border-bottom:.2rem solid #FFFFFF}.cust_featured_product_sec .product-form__input--pill .variant-top{font-size:var(--font_size_28px);font-weight:700;display:flex;justify-content:space-between;letter-spacing:0;padding-bottom:1rem;margin-bottom:1rem;border-bottom:.1rem solid var(--white_color)}.cust_featured_product_sec .product-form__input--pill .variant-top .top_right{font-size:var(--font_size_30px)}.cust_featured_product_sec .product-form__input--pill .top_left{display:flex;align-items:center}.cust_featured_product_sec .product-form__input--pill .variant-top .variant-badge{background:#b1f2d0;font-size:2.1rem;color:var(--richBlack_color);line-height:.9;padding:.4rem 1.3rem;font-weight:700;letter-spacing:0;margin-left:1rem}.cust_featured_product_sec .product-form__input--pill .variant-bottom{font-size:var(--font_size_18px);letter-spacing:0}.cust_featured_product_sec .product-form .product-form__buttons{margin:0 auto;text-align:center}.cust_featured_product_sec .product__info-container .product-form{margin-bottom:0!important}.cust_featured_product_sec .product__info-container .product-form .product-form__submit{margin-bottom:0}.cust_featured_product_sec .product__text{text-align:center;margin-top:0!important;font-weight:400}.cust_featured_product_sec .product__media-wrapper .slider-buttons{display:none}.cust_featured_product_sec .additional_media__text{text-align:center;font-size:var(--font_size_20);margin-top:2rem;color:var(--white_color)}.cust_featured_product_sec .additional_media__text p:first-child{text-decoration:underline;margin-bottom:1rem}.index_benefit_wrap{padding-block:var(--padding-100px);position:relative}.index_benefit_wrap:after{content:"";position:absolute;left:0;bottom:-13vw;width:27vw;height:30vw;background:linear-gradient(157.88deg,#f4e8ff 27.67%,#9c7ed2 67.21%);z-index:-1;filter:blur(132px);opacity:.4}.index_benefit_wrap .section__heading{margin-bottom:5.2rem}.index_benefit_wrap .section__heading .common--heading{margin-bottom:.5rem}.index_benefit_wrap .section__heading .common--heading em{font-style:normal}.index_benefit_wrap .section__heading .common--subheading{font-size:var(--font_size_18px)}.index_benefit_main{display:grid;grid-template-columns:31% auto 36%}.index_benefit_main .left_box{display:flex;flex-direction:column;justify-content:space-between;row-gap:clamp(4rem,7.368vw,14rem)}.index_benefit_main>*:nth-child(3) .item_inner{text-align:right}.index_benefit_main>*:nth-child(3) .iconWrap{margin-left:auto}.index_benefit_main .item_inner .iconWrap{width:5rem;margin-bottom:2.5rem}.index_benefit_main>*:first-child>*:first-child .iconWrap{width:6.5rem}.index_benefit_main .iconWrap img{width:100%}.index_benefit_main .textWrap .title{margin:0 0 1.6rem;display:inline-flex;background:#b1f2d0;color:var(--richBlack_color);font-size:var(--font_size_28px);align-items:center;justify-content:center;line-height:1;padding:.6rem 4.3rem .9rem;font-family:var(--mulish_font_Family);min-width:26.3rem;font-weight:700}.index_benefit_main .textWrap .text{line-height:1.3;font-size:var(--font_size_18px)}.index_benefit_main .textWrap .text strong{font-size:var(--font_size_20);font-weight:700;line-height:1.1;text-transform:capitalize;margin-bottom:1rem;display:block}.index_benefit_main .textWrap .text em{font-style:normal;font-weight:900}.index_compare_wrap{padding-bottom:var(--padding-60px)}.index_compare_wrap .section__heading .common--heading{margin-bottom:3rem;text-transform:uppercase}.index_compare_wrap .section__heading .common--heading em{font-style:normal}.index_compare_main{border:.2rem solid var(--white_color)}.index_compare_main .flex_box{display:grid;grid-template-columns:22.9% 18.93% 16.72% 22.5% auto}.index_compare_main .flex_box:not(:last-child){border-bottom:.2rem solid var(--white_color)}.index_compare_main .header_column{padding:1rem;text-align:center;font-size:var(--font_size_18px)}.index_compare_main .header_column:not(:last-child){border-right:1px solid #FFFFFF}.index_compare_main .table_header .header_column{font-weight:900}.index_compare_main .main_item{color:#b1f2d0;font-weight:700}.index_compare_main .table_header .main_item{color:var(--purple_color)}.index_compare_main .table_row .header_column:first-child{font-weight:700}.cust_imgPoints_sec .cust_imgText_wrap{padding:var(--padding-60px) 0 var(--padding-90px)}.cust_imgPoints_sec:after{background:linear-gradient(157.88deg,#d1b6eb 27.67%,#696377 67.21%);opacity:.7;border:4px solid #FFFFFF;filter:blur(142px);left:auto;right:0;height:47vw;width:14vw;border-radius:50%;bottom:-9vw}.cust_imgPoints_main{display:grid;grid-template-columns:47.94% auto;column-gap:clamp(3rem,4.526vw,8.6rem)}.cust_imgPoints_main .text_wrap{padding-right:0}.cust_imgPoints_main>*{max-width:100%!important}.cust_imgPoints_main .img_wrap img{border-radius:2rem}.cust_imgPoints_main .text_wrap>*{max-width:100%}.pointsWrap .point .duration{background:#9c7ed2;display:inline-flex;align-items:center;justify-content:center;font-weight:900;color:var(--richBlack_color);min-width:12.8rem;min-height:4.4rem;border-radius:8rem;font-size:1.6rem;font-family:var(--mulish_font_Family)}.cust_imgPoints_main .pointsWrap .point{padding-bottom:5rem}.cust_imgPoints_main .pointsWrap .point:last-child{padding-bottom:4rem}.cust_imgPoints_main .pointsWrap .point:last-child .duration{background:#b1f2d0}.cust_imgPoints_main .pointsWrap .point_descrip h4{font-weight:700;font-family:var(--mulish_font_Family);margin:1.4rem 0 1rem;font-size:1.6rem}.cust_imgPoints_main .point_btn_wrp{display:flex;align-items:flex-start;gap:2.4rem}.cust_imgPoints_main .point_descrip{padding-left:4rem}.point_btn_wrp .dots{font-size:0;width:1.8rem;height:1.8rem;border-radius:50%;background:var(--white_color);display:block}.cust_imgPoints_main .text_wrap{position:relative}.cust_imgPoints_main .text_wrap:before{content:"";position:absolute;width:.2rem;height:100%;background:var(--white_color);left:.8rem;top:0}.cust_imgPoints_main .text_wrap:after{content:"";position:absolute;bottom:0;left:0;font-size:0;width:1.8rem;height:1.8rem;border-radius:50%;background:var(--white_color);display:block}.cust_imgPoints_main .img_wrap{position:relative}.cust_imgPoints_main .img_wrap:after{content:"";position:absolute;right:9vw;bottom:0;width:22.8vw;height:22.8vw;z-index:-1;background:#d1b6eb;opacity:.4;filter:blur(197px)}.cust_imgPoints_sec .img_wrap:before{display:none}.ingredientWrap{position:relative;padding-block:var(--padding-90px) var(--padding-60px)}.ingredientWrap:before{content:"";position:absolute;left:0;bottom:-3vw;width:39.4vw;height:31.4vw;z-index:-1;background:#9c7ed2;opacity:.4;border:4px solid #FFFFFF;filter:blur(142px);border-radius:50%}.ingredientWrap:after{content:"";position:absolute;right:9vw;bottom:2vw;width:22.8vw;height:22.8vw;z-index:-1;background:#9c7ed2;opacity:.4;border:4px solid #FFFFFF;filter:blur(142px);border-radius:50%}.ingredientWrap .section__heading{margin-bottom:9rem;max-width:108rem;width:100%}.ingredientWrap .section__heading .common--heading{max-width:65.5rem;width:100%;line-height:1.1;margin-bottom:2.7rem}.ingredientWrap .section__heading .common--subheading strong{font-weight:700;font-size:var(--font_size_20)}.ingredientWrap .section__heading .common--subheading p:not(:last-child){margin-bottom:1rem}.ingredientWrap .section__heading .common--subheading p:only-child{margin-bottom:0}.ingredientWrap .section__heading .common--subheading a{text-decoration:underline}.ingredientWrap .page-width{overflow:hidden}.ingredientMain .splide__track{overflow:visible}.ingredientMain .splide__list .ingredient_item{border:.4rem solid var(--white_color);border-radius:5rem;text-align:center;background:linear-gradient(180deg,#0000002e,#1c1b1f2e)}.ingredient_item .item_inner .iconWrap{position:relative;margin-top:-6rem;max-width:15.6rem;margin-inline:auto;height:10.2rem}.ingredient_item .item_inner .iconWrap img{width:100%;height:100%;object-fit:contain}.ingredient_item .item_inner .textWrap{padding:0 1.7rem 4rem}.ingredient_item .item_inner .textWrap .title{margin:2rem 0;font-family:var(--mulish_font_Family);font-weight:700;min-height:7rem}.ingredient_item .item_inner .textWrap .text{font-size:1.6rem}.ingredientMain .ingredient_slide{display:flex;flex-direction:column-reverse}.ingredientMain .splide__arrows{display:flex;align-items:center;justify-content:center;margin-top:5.3rem;gap:.8rem}.ingredientMain .splide__arrow{transform:none;position:static}.splide__arrow{width:4.2rem;height:4.2rem;background:#fff;opacity:1}.splide__arrow:focus,.splide__arrow:hover{background:#d1b6eb}.testimonialWrap{padding-block:var(--padding-60px) var(--padding-50px)}.testimonialWrap .section__heading{margin-bottom:2.5rem}.testimonialWrap .section__heading .common--heading em{font-style:normal}.testimonialMain{display:flex;flex-wrap:wrap;--count: 3;--col_gap: 2.6rem;column-gap:var(--col_gap);row-gap:2.9rem}.testimonialMain .testimonial_item{max-width:calc((100% - (var(--count) - 1) * var(--col_gap)) / var(--count));width:100%;background:linear-gradient(252.94deg,#12131880 33.53%,#5b586180 91.13%);border:3px solid #FFFFFF;-webkit-backdrop-filter:blur(16.3629px);backdrop-filter:blur(16.3629px);border-radius:4.7rem;padding:3.2rem 2.7rem}.testimonial_item .testi_header{display:grid;grid-template-columns:1fr 1fr 1fr;align-items:flex-start;grid-gap:2rem}.testimonial_item .testi_header h3{display:inline-flex;background:#9c7ed2;color:var(--white_color);font-size:var(--font_size_20);align-items:center;justify-content:center;line-height:.9;padding:.5rem 1.7rem;font-family:var(--mulish_font_Family);border-radius:.4rem;max-width:15.5rem;width:100%;font-weight:700}.testimonial_item .testi_header .iconWrap{width:4.7rem;margin-inline:auto}.testimonial_item .testi_header .iconWrap img{width:100%}.testimonial_item .testi_header .starWrap{text-align:right}.testimonial_item .textWrap{text-align:center;margin-inline:auto}.testimonial_item .textWrap .text{max-width:46rem;width:100%;margin-inline:auto}.testimonialMain .testimonial_item:nth-child(4) .text,.testimonialMain .testimonial_item:nth-child(5) .text{max-width:100%}.testimonialMain .testimonial_item:nth-child(6) .text{max-width:41rem}.testimonial_item .textWrap .title{font-weight:300;font-size:var(--font_size_28px);margin:2rem 0;line-height:.8;font-family:var(--mulish_font_Family)}.testimonial_item .textWrap .text p{min-height:6.7rem}.testimonial_item .textWrap .text h4{margin-top:2rem;font-weight:700;font-family:var(--mulish_font_Family);font-size:1.6rem}.moneyBack_wrap{padding:var(--padding-60px) 0}.moneyBack_wrap .special_textWrap{display:flex;align-items:center;text-align:center;background:linear-gradient(90.01deg,#2b1144ae -26.48% 101.41%);border-radius:5.6rem;max-width:135.1rem;margin-inline:auto;padding:1.6rem 5rem 1.6rem 2.8rem;font-size:var(--font_size_18px);gap:1rem;margin-top:3rem}.moneyBack_wrap .special_textWrap .iconWrap{max-width:7rem;width:100%;flex-shrink:0}.moneyBack_wrap .special_textWrap .iconWrap img{width:100%}.moneyBack_wrap .special_text strong{font-weight:700}.moneyBack_main{position:relative}.moneyBack_main:before{content:"";position:absolute;left:50%;bottom:-8vw;transform:translate(-50%);background:#9c7ed2;opacity:.4;filter:blur(232px);max-width:125.2rem;width:100%;height:23vw;z-index:-1;pointer-events:none}.moneyBack_main .imgWrap{max-width:19.7rem;width:100%;margin-inline:auto;margin-block:6.6rem 4.8rem}.moneyBack_main .imgWrap img{width:100%}.moneyBack_main .subheading{margin-top:1.4rem;font-weight:400;display:flex;align-items:center;justify-content:center;gap:.9rem}.moneyBack_main .subheading svg{width:2.4rem;height:1.5rem}.moneyBack_main .btn{background:linear-gradient(96.87deg,#ffffffae -26.51%,#9998a5ae 9.72%,#272540ae 105.41%)}.faq-section{padding:var(--padding-60px) 0 var(--padding-100px);position:relative}.faq-section:after{content:"";position:absolute;left:50%;transform:translate(-50%);bottom:-10vw;width:34vw;height:21vw;background:radial-gradient(50% 50% at 50% 50%,#ffffffb3,#fff0 67.31%,#9c7ed2b3 95.19%);z-index:-1;filter:blur(212px)}.faq-section .section__heading{margin-bottom:2.5rem}.faq-container .faq-item{border:1px solid var(--white_color);-webkit-backdrop-filter:blur(36.181331634521484px);backdrop-filter:blur(36.181331634521484px);background:linear-gradient(90deg,#010516e6 11.39%,#141827e6 52.53%,#454751e6 98.28%,#999999e6 117.48%);border-radius:3rem;padding:2.7rem 3.4rem}.faq-container .faq-item:not(:last-child){margin-bottom:.8rem}.faq-item .faq-trigger{font-size:var(--font_size_26px);background:transparent;color:var(--white_color);font-weight:300;border:none;box-shadow:none;outline:none;font-family:var(--mulish_font_Family);display:flex;align-items:center;justify-content:space-between;width:100%;gap:1.9rem;cursor:pointer}.faq-question{margin-right:auto}.faq-item .faq-trigger .check-icon{width:2.4rem;height:1.8rem;flex-shrink:0;display:flex;align-items:center;justify-content:center}.faq-item .faq-trigger .check-icon svg{width:100%;height:100%}.faq-item .faq-trigger .chevron-icon{width:1.6rem;height:.9rem;flex-shrink:0;display:flex;align-items:center;justify-content:center;transition:var(--duration) var(--easing)}.faq-item .faq-trigger[aria-expanded=true] .chevron-icon{transform:rotate(180deg)}.faq-item .faq-trigger .chevron-icon svg{width:100%;height:100%}.faq-item:has(.faq-trigger[aria-expanded=true]) .faq-content{margin-top:1rem;transition:margin .3s ease}.faq-content{font-weight:900;font-family:var(--mulish_font_Family);line-height:1.3;font-size:var(--font_size_18px)}.faq-content-inner{max-width:142.4rem;width:100%}.faq-footer{margin-top:var(--padding-100px)}.faq-footer .btn{background:linear-gradient(96.87deg,#ffffffae -26.51%,#9998a5ae 9.72%,#272540ae 90.41%)}.guarantee-text{margin-top:1rem;font-weight:400}.rich-text{border-top:.2rem solid #FFFFFF;border-bottom:.2rem solid #FFFFFF;padding-block:5.5rem 5.3rem!important}.rich-text .rich-text__blocks{max-width:142.3rem;font-size:1.6rem;color:var(--white_color)}.rich-text .rich-text__blocks p:only-child{margin-bottom:0}.rich-text .rich-text__blocks p:not(:last-child){margin-bottom:2rem}footer.footer{background:url(/cdn/shop/files/footer_bg.png) no-repeat;background-position:center;background-size:cover;padding-block:var(--padding-100px) var(--padding-60px)}footer.footer .footer__content-top{padding-bottom:0}footer.footer .footer__blocks-wrapper .footer-block__heading{margin-bottom:0;font-size:var(--font_size_58px);font-weight:900;text-transform:capitalize;max-width:17.3rem;line-height:1;width:100%;flex-shrink:0;row-gap:5rem}footer.footer .footer__blocks-wrapper{align-items:flex-start;display:grid;grid-template-columns:1fr 1fr;row-gap:0}footer.footer .footer__blocks-wrapper .footer-block{max-width:100%;width:100%;gap:4rem}footer.footer .footer__blocks-wrapper .footer-block:last-child{grid-column:2 span;display:flex;align-items:center}footer.footer .footer-block .link_list_wpr .footer-block__details-content{display:flex;align-items:center;flex-wrap:wrap;row-gap:1.5rem}footer.footer .footer-block-image.center{justify-content:left}footer.footer .footer-social-icons h3{font-size:var(--font_size_58px);font-weight:900;line-height:1;margin-bottom:2rem}footer.footer .footer-social-icons{text-align:right}footer.footer .footer-social-icons h3 strong{color:var(--purple_color)}footer.footer .footer__list-social{max-width:41.2rem;width:100%;background:url(/cdn/shop/files/social_media_bg.png) no-repeat;background-size:100% 100%;min-height:6.7rem;align-items:center;justify-content:space-between!important;padding:1.4rem 4.1rem;margin-left:auto;gap:1.5rem}footer.footer .footer__list-social .list-social__item .list-social__link{padding:0}footer.footer .footer__list-social .list-social__item .list-social__link .svg-wrapper{width:3rem;height:3rem}footer.footer .footer__list-social .list-social__item .icon{height:100%;width:100%}footer.footer .footer-block .link_list_wpr{flex:1;-webkit-flex:1}footer.footer .footer-block .link_list_wpr .top-txt{border-bottom:.2rem solid #FFFFFF;margin-bottom:2.4rem;padding-bottom:2.4rem}footer.footer .footer-block .link_list_wpr a{font-size:var(--font_size_24);text-decoration:underline;padding:0;display:block;line-height:1;color:var(--white_color)}footer.footer .footer-block .link_list_wpr a span{line-height:1;display:block}footer.footer .footer-block .link_list_wpr .footer-block__details-content li:not(:last-child){padding-right:2.3rem;margin-right:2.3rem;border-right:.1rem solid var(--white_color)}.cart-item cart-remove-button{margin-left:.5rem!important}cart-remove-button .button{background:none!important;min-width:auto!important;min-height:auto!important}cart-remove-button .button:hover{background:none!important}.quantity__input{background:transparent!important}.template-page-contact .main-page-title{color:var(--white_color);font-family:var(--sofia_sans_condensed_font_family);font-weight:900;margin-bottom:0}.template-page-contact .contact{padding-top:0}.template-page-contact .contact .field .field__label,.template-page-contact .contact .field .field__input{color:var(--white_color);font-family:var(--mulish_font_Family)}.template-page-contact .contact__button .button{min-width:14rem}.default_page_sec .page-width,.shopify-policy__container{max-width:1199px!important;width:100%;padding-block:var(--padding-80px)}.shopify-policy__container .shopify-policy__title{margin-bottom:3rem}.shopify-policy__container .shopify-policy__body .rte *{margin-bottom:1.5rem}.default_page_sec .rte ul,.shopify-policy__container .shopify-policy__body ul{list-style:disc}.shopify-policy__container .shopify-policy__body a{color:currentColor}body.template-cart cart-items{padding-bottom:var(--padding-60px)}body.template-cart cart-items.gradient{background:var(--body_bg_color)}body.template-cart cart-items .cart__login-paragraph a,body.template-cart cart-items .cart__login-paragraph{color:var(--white_color)}.cart__login-title{margin:3.5rem 0 .5rem!important}.default_page_sec{padding-block:var(--padding-80px)}.default_page_sec .page-width{padding-block:0}.default_page_sec .main-page-title{color:var(--white_color);font-family:var(--sofia_sans_condensed_font_family);font-weight:900;margin-bottom:2rem}.default_page_sec .rte *{margin-bottom:1.5rem;color:var(--body_color)}.default_page_sec .rte a:hover{color:var(--body_color);text-decoration:underline}body.template-page-contact .default_page_sec .page-width{max-width:var(--page-width)!important}body.template-page-contact .default_page_sec{padding:var(--padding-80px) 0 2rem!important}body.template-page-contact .default_page_sec .main-page-title{margin-bottom:.5rem}.blog-articles__article .article-card .card__inner{border-radius:1.5rem;overflow:hidden}.main-blog .pagination-wrapper .pagination__list>li{max-width:3rem}.main-blog .pagination-wrapper .pagination__item{color:var(--white_color);height:3rem}.main-blog .pagination-wrapper .pagination__item-arrow{border:1px solid var(--white_color);border-radius:.5rem;transition:.3s ease-in-out;-webkit-transition:.3s ease-in-out}.main-blog .pagination-wrapper .pagination__item-arrow:hover{background:var(--white_color);border-radius:.5rem;color:var(--black_color)}.main-blog .pagination-wrapper .pagination__item--current:after,.main-blog .pagination-wrapper .pagination__item:hover:after{bottom:5px}.main_article_sec{padding:5rem 0}.article-template_contentWrap{display:flex;--gap: 4rem;column-gap:var(--gap);row-gap:var(--gap);align-items:flex-start}.article-template_contentWrap .article-template_contentMain{width:100%;max-width:calc(60% - (var(--gap) / 2))}.article-template_contentWrap .article-template_productMain{width:100%;max-width:calc(40% - (var(--gap) / 2));position:sticky;top:5rem;background:linear-gradient(90.01deg,#2b1144ae -26.48% 101.41%);border-radius:2rem;overflow:hidden}.article-template__content.rte h1,.article-template__content.rte h2,.article-template__content.rte h3,.article-template__content.rte h4,.article-template__content.rte h5,.article-template__content.rte h6,.article-template__content.rte p,.article-template__content.rte li{margin:0 0 1.5rem}.article-template__content.rte ul,.article-template__content.rte ol{margin:0 0 1.5rem;list-style:disc}.article-template__content.rte a{color:var(--white_color);text-decoration:underline}.article-template__social-sharing .share-button__button,.article-template__back .article-template__link{color:var(--white_color)}.article-template__social-sharing .share-button__button svg path{fill:var(--white_color)}.article-template_productMain .img_wrap{width:100%}.article-template_productMain .img_wrap img{width:100%;display:block}.article-template_productMain .contentWrap{padding:4rem}.article-template_productMain .contentWrap .button{margin:2rem 0 0}.ingredientMain .splide__list .ingredient_item.related_blogItem{overflow:hidden}.ingredient_item.related_blogItem .item_inner .iconWrap{position:relative;margin-top:0;max-width:100%;margin-inline:auto;height:25rem;overflow:hidden}.ingredient_item.related_blogItem .item_inner .iconWrap img{width:100%;height:100%;object-fit:cover;object-position:center center}.ingredient_item.related_blogItem .item_inner .textWrap .linkWrap a{text-decoration:underline;font-weight:600;text-transform:uppercase;text-underline-offset:4px}.related_blog_slide .ingredientWrap .section__heading{margin-bottom:4rem}.newsletter-form__field-wrapper{display:flex;justify-content:center;--gap: 2rem;column-gap:var(--gap)}.newsletter-form__field-wrapper .field{border-radius:4rem}.newsletter-form__field-wrapper .field:before,.newsletter-form__field-wrapper .field:after{border-radius:4rem}.newsletter-form__field-wrapper .field:hover:after{border-radius:4rem}.newsletter-form__field-wrapper .field .field__input{border-radius:4rem}.newsletter-form__field-wrapper .field.submit_field{width:auto;border:none}.newsletter-form__field-wrapper .field.submit_field:before,.newsletter-form__field-wrapper .field.submit_field:after{opacity:0!important}.newsletter-form__button{width:auto!important;min-width:20rem!important;min-height:inherit!important;position:relative}
/*# sourceMappingURL=/cdn/shop/t/2/assets/Style.css.map */
