*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--navy: #1e1b4b;--dark-navy: #13113a;--blue: #7c6fcd;--light-blue: #c4bfe8;--white: #ffffff;--off-white: #f2f0fa;--gray: #ededf5;--text-muted: #9b97c2;--text-mid: #6b67a8;--border: #3d3875;--font-body: "Host Grotesk", sans-serif;--font-accent: "Newsreader", Georgia, serif;--radius-sm: 8px;--radius-md: 14px;--radius-lg: 18px;--radius-xl: 26px;--radius-pill: 50px}html{font-size:62.5%;scroll-behavior:smooth;background-color:#1e1b4b}body.template-collection,body.template-product,body.template-page,body.template-cart,body.template-blog,body.template-article,body.template-search,body.template-404,body.template-password,body.template-list-collections,body.template-collection html,body.template-product html{background-color:#fff}body{background-color:#1e1b4b;font-family:var(--font-body);font-size:1.5rem;color:var(--navy);line-height:1.5;overflow-x:hidden}img{max-width:100%;display:block}a{text-decoration:none;color:inherit}ul{list-style:none}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.1;letter-spacing:-.02em}.page-width{max-width:120rem;margin:0 auto;padding:0 2rem}.page-width--wide{max-width:140rem;margin:0 auto;padding:0 2rem}.btn{display:inline-flex;align-items:center;justify-content:center;padding:1.4rem 2.8rem;border-radius:var(--radius-pill);font-family:var(--font-body);font-size:1.5rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;cursor:pointer;border:none;transition:all .25s ease;text-decoration:none}.btn--primary{background:var(--navy);color:#fff;border:2px solid #495d73}.btn--primary:hover{background:#2d2880;color:#f0eeff}.btn--white{background:var(--off-white);color:var(--navy);border:none}.btn--white:hover{background:#d3dce7}.btn--full{width:100%;display:flex}.accent-text{font-family:var(--font-accent);font-style:italic;font-weight:300;background:linear-gradient(45deg,#7c6fcd,#9b8fe0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.section{padding:6rem 0}.section--sm{padding:3rem 0}.section--lg{padding:8rem 0}.announcement-bar{background:#2d2880;color:#fff;text-align:center;font-size:1.4rem;padding:1rem 1.6rem;display:flex;align-items:center;justify-content:center;gap:8px;position:relative;z-index:200}.announcement-bar__slides{display:flex;align-items:center;gap:8px}.announcement-bar__link{background:#fff;color:#1e1b4b;padding:3px 12px;border-radius:30px;font-weight:700;font-size:1.2rem;letter-spacing:.05em;transition:opacity .2s}.announcement-bar__link:hover{opacity:.85}.features-bar{background:linear-gradient(270deg,#7c6fcd,#6b5fc4);overflow:hidden;white-space:nowrap;padding:7px 0}.features-bar__track{display:inline-flex;animation:marquee-left 25s linear infinite;gap:0;align-items:center}.features-bar--pause:hover .features-bar__track{animation-play-state:paused}.features-bar__item{display:inline-flex;align-items:center;gap:10px;padding:0 40px;font-size:1.2rem;font-weight:700;text-transform:uppercase;color:#fff;letter-spacing:.05em;flex-shrink:0}.features-bar__item img{width:18px;height:18px;object-fit:contain}.features-bar__sep{color:#fff6;flex-shrink:0}@keyframes marquee-left{0%{transform:translate(0)}to{transform:translate(-50%)}}.site-header{position:sticky;top:0;z-index:100;background:#fff;border-bottom:1px solid #eee;transition:box-shadow .3s}.site-header.scrolled{box-shadow:0 2px 12px #00000014}.site-header__inner{display:flex;align-items:center;justify-content:space-between;height:64px;padding:0 3rem;max-width:120rem;margin:0 auto}.site-header__logo{font-size:2.2rem;font-weight:700;color:var(--navy);flex-shrink:0}.site-header__logo img{height:46px;width:auto}.site-header__nav{display:flex;gap:2.5rem}.site-header__nav a{font-size:1.5rem;color:var(--navy);font-weight:400;transition:opacity .2s;position:relative}.site-header__nav a:hover{opacity:.65}.site-header__icons{display:flex;align-items:center;gap:1.6rem}.site-header__icon{color:var(--navy);display:flex;align-items:center;background:none;border:none;cursor:pointer;padding:4px}.site-header__icon svg{width:22px;height:22px}.site-header__cart-count{background:var(--blue);color:#fff;font-size:1rem;font-weight:700;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center;position:absolute;top:-6px;right:-8px}.site-header__cart-wrap{position:relative}.hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:4px;background:none;border:none}.hamburger span{display:block;width:22px;height:2px;background:var(--navy);border-radius:2px}.mobile-nav{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#fff;z-index:300;flex-direction:column;padding:0;transform:translate(-100%);transition:transform .3s ease;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch}.mobile-nav.open{display:flex;transform:translate(0)}body.nav-open{overflow:hidden}.mobile-nav__header{display:flex;align-items:center;justify-content:space-between;padding:1.4rem 2rem;border-bottom:1px solid #f0eef8;flex-shrink:0}.mobile-nav__header-logo img{height:36px;width:auto;display:block}.mobile-nav__header-logo span{font-size:1.8rem;font-weight:700;color:var(--navy)}.mobile-nav__header-icons{display:flex;align-items:center;gap:1.4rem}.mobile-nav__header-icons a{color:var(--navy);display:flex;align-items:center}.mobile-nav__close{background:none;border:none;font-size:2.4rem;color:var(--navy);cursor:pointer;padding:4px;line-height:1}.mobile-nav__links{display:flex;flex-direction:column;padding:.8rem 0;flex-shrink:0}.mobile-nav__links>a,.mobile-nav__links>.mega-menu-wrap>a{font-size:1.8rem;color:var(--navy);padding:1.2rem 2rem;border-bottom:1px solid #f0eef8;font-weight:600;text-decoration:none;display:block}.mobile-nav__links>a:last-child{border-bottom:none}@media(max-width:989px){.site-header__nav{display:none}.hamburger{display:flex}}.hero{background:#fff;padding:4rem 1.5rem}.hero__container{max-width:140rem;margin:0 auto;border-radius:var(--radius-lg);overflow:hidden;min-height:680px;position:relative;display:flex;align-items:stretch}.hero__container>video.hero__bg-video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;z-index:0}.hero__video-desktop{display:block}.hero__video-mobile{display:none}@media(max-width:768px){.hero__video-desktop{display:none!important}.hero__video-mobile{display:block!important}}.hero__container.has-video-desktop:before{background-image:none!important}@media(max-width:768px){.hero__container.has-video-mobile:before{background-image:none!important}}.hero__container:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:right center;background-repeat:no-repeat;z-index:0}.hero__container:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#1e1b4b,#1e1b4bf7 30%,#1e1b4bbf,#1e1b4b1a 70%,#1e1b4b00);z-index:1}.hero__flex{position:relative;z-index:2;display:flex;align-items:center;width:100%;padding:5rem}.hero__content{flex:0 0 52%;max-width:52%;display:flex;flex-direction:column;align-items:flex-start;gap:0}.hero__rating{display:inline-flex;align-items:center;gap:6px;background:#f9fdff1f;border:1px solid rgba(249,253,255,.2);border-radius:var(--radius-sm);padding:6px 12px;margin-bottom:1.2rem;width:fit-content}.hero__stars{display:flex;gap:2px}.hero__stars svg{width:15px;height:15px;fill:#fff}.hero__rating-text{font-size:1.3rem;color:#fff;white-space:nowrap}.hero__heading{font-size:5.4rem;color:var(--off-white);line-height:1.05;margin:0;text-align:left}.hero__heading .accent-text{display:inline}.hero__subtitle{color:#ffffffbf;font-size:1.45rem;line-height:1.5;margin:1.8rem 0 2.2rem;max-width:460px}.hero__btn{display:block;width:100%;max-width:460px;background:var(--off-white);color:var(--navy);border-radius:var(--radius-pill);padding:1.8rem 2.8rem;font-size:1.6rem;font-weight:700;text-align:center;letter-spacing:.05em;margin-bottom:1.4rem;transition:background .25s,transform .2s;text-decoration:none}.hero__btn:hover{background:#c4bfe8;transform:translateY(-1px)}.hero__video-btn{display:flex;align-items:center;justify-content:center;gap:1rem;background:transparent;color:#fff;font-size:1.5rem;font-weight:600;letter-spacing:.04em;text-decoration:none;padding:.6rem 0;margin-bottom:1.4rem;transition:opacity .2s;border:none;cursor:pointer;font-family:inherit;width:100%;max-width:460px;text-align:center}.hero__video-btn:hover{opacity:.75}.hero__video-btn__play{width:44px;height:44px;border-radius:50%;border:2px solid rgba(255,255,255,.7);display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .2s,border-color .2s}.hero__video-btn:hover .hero__video-btn__play{background:#ffffff26;border-color:#fff}.hero__video-btn__play svg{width:16px;height:16px;fill:#fff;margin-left:2px}.hero__guarantee{display:flex;align-items:center;gap:8px;color:#ffffffd9;font-size:1.4rem;font-weight:500}.hero__guarantee svg{width:16px;height:16px;fill:var(--off-white);flex-shrink:0}.hero__img-col{flex:1;display:flex;align-items:center;justify-content:center;padding-left:2rem}.hero__product-card{width:200px;height:220px;border:2px solid rgba(255,255,255,.25);border-radius:12px;background:#ffffff12;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);overflow:hidden;display:flex;align-items:center;justify-content:center}.hero__product-card img{width:100%;height:100%;object-fit:contain}@media(max-width:900px){.hero__img-col{display:none}.hero__content{flex:0 0 70%;max-width:70%}}@media(max-width:768px){.hero__container{min-height:760px}.hero__container:after{background:linear-gradient(180deg,#1e1b4b33,#1e1b4b80 40%,#1e1b4bf2 65%,#1e1b4b)}.hero__flex{flex-direction:column;padding:2rem 2rem 3.6rem;min-height:760px;align-items:flex-start;justify-content:flex-end}.hero__content{flex:0 0 auto;max-width:100%;width:100%}.hero__heading{font-size:4.4rem}.hero__btn,.hero__subtitle{max-width:100%}}.as-seen-in{background:linear-gradient(160deg,#1e1b4b,#2d2880,#13113a);padding:3rem 2rem;text-align:center}.as-seen-in__title{color:#ffffff80;font-size:1.2rem;font-weight:400;text-transform:uppercase;letter-spacing:.1em;margin-bottom:2rem}.as-seen-in__logos{display:flex;align-items:center;justify-content:center;gap:4rem;flex-wrap:wrap}.as-seen-in__logos img{height:28px;width:auto;filter:brightness(10);opacity:.7;transition:opacity .2s}.as-seen-in__logos img:hover{opacity:1}.testimonials{background:#fff;padding:6rem 2rem}.testimonials__inner{max-width:120rem;margin:0 auto}.testimonials__header{text-align:center;margin-bottom:4rem}.testimonials__heading{font-size:5.2rem;color:var(--navy);margin-bottom:1.6rem}.rating-summary{display:inline-flex;align-items:center;gap:1rem;background:#f9f9f9;padding:1.2rem 2rem;border-radius:var(--radius-sm)}.tp-stars{display:flex;gap:3px}.tp-star{width:18px;height:18px}.rating-summary p{font-size:1.4rem;color:var(--navy)}.testimonials__track{display:flex;gap:2rem;overflow-x:auto;padding-bottom:1.2rem;scrollbar-width:none;scroll-snap-type:x mandatory}.testimonials__track::-webkit-scrollbar{display:none}.testimonial-card{flex:0 0 300px;background:#f9f9f9;border-radius:12px;padding:2.4rem;display:flex;flex-direction:column;gap:8px;scroll-snap-align:start}.testimonial-card__stars{display:flex;gap:2px;margin-bottom:4px}.testimonial-card__star{width:16px;height:16px}.testimonial-card__title{font-size:2rem;font-weight:700;color:var(--navy)}.testimonial-card__text{font-size:1.4rem;color:var(--navy);line-height:1.5;flex:1}.testimonial-card__author{display:flex;align-items:center;gap:1.2rem;margin-top:auto;padding-top:8px}.testimonial-card__avatar{width:40px;height:40px;border-radius:50%;background:var(--navy);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.4rem;overflow:hidden;flex-shrink:0}.testimonial-card__avatar img{width:100%;height:100%;object-fit:cover}.testimonial-card__name{font-size:1.2rem;font-weight:600;color:var(--navy)}.testimonial-card__verified{font-size:1.1rem;color:var(--navy);display:flex;align-items:center;gap:3px}.testimonials__nav{display:flex;justify-content:center;gap:1.2rem;margin-top:2rem}.nav-btn{width:40px;height:40px;border-radius:50%;border:1px solid #e5e5e5;background:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.nav-btn:hover{transform:translateY(-2px);box-shadow:0 4px 10px #0000001a}.nav-btn svg{width:16px;height:16px;stroke:var(--navy);fill:none;stroke-width:2}.dots{display:flex;justify-content:center;gap:8px;margin-top:1.6rem}.dot{width:8px;height:8px;border-radius:50%;background:#ccc;border:none;cursor:pointer;transition:background .2s;padding:0}.dot.active{background:var(--navy)}.marquee{overflow:hidden;white-space:nowrap;padding:1.5rem 0}.marquee--gray{background:#f8f8f8}.marquee--blue{background:var(--blue)}.marquee__track{display:inline-flex;align-items:center;animation:marquee-left 40s linear infinite}.marquee--pause:hover .marquee__track{animation-play-state:paused}.marquee__item{font-size:7rem;font-weight:400;flex-shrink:0;padding:0 40px;letter-spacing:-.02em}.marquee--gray .marquee__item{color:#dfdfdf}.marquee--blue .marquee__item{color:var(--off-white)}.marquee__sep{padding:0 20px;opacity:.4;font-size:7rem;flex-shrink:0}@media(max-width:768px){.marquee__item,.marquee__sep{font-size:5.5rem}}.product-grid-section{background:#fff;padding:4rem 1.5rem}.product-grid-section__inner{max-width:120rem;margin:0 auto}.product-grid-section__header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2.4rem;flex-wrap:wrap;gap:1.2rem}.product-grid-section__title{font-size:5.4rem;color:var(--navy)}.product-grid-section__subtitle{font-size:1.5rem;color:var(--navy);opacity:.7;max-width:400px;margin-top:6px}.view-all-link{display:flex;align-items:center;gap:6px;font-size:1.4rem;color:var(--navy);font-weight:600;align-self:center;transition:gap .2s}.view-all-link:hover{gap:10px}.view-all-link svg{width:16px;height:16px;stroke:var(--navy);fill:none;stroke-width:2}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.6rem}@media(max-width:1024px){.product-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.product-grid{grid-template-columns:repeat(2,1fr);gap:1rem}}.product-card{background:#f9f9f9;border-radius:var(--radius-lg);overflow:hidden;cursor:pointer;transition:transform .2s}.product-card:hover{transform:translateY(-3px)}.product-card__badge{position:absolute;top:10px;right:10px;background:var(--navy);color:#fff;font-size:1.1rem;font-weight:700;padding:5px 10px;border-radius:4px;letter-spacing:.05em;z-index:2}.product-card__info{padding:1.2rem}.product-card__dots{display:flex;gap:4px;margin-bottom:6px}.product-card__dot{width:6px;height:6px;border-radius:50%;background:var(--navy);opacity:.3}.product-card__dot.active{opacity:1}.product-card__stars{display:flex;align-items:center;gap:4px;margin-bottom:4px}.product-card__star{width:14px;height:14px;fill:#ffc107}.product-card__rating-num{font-size:1.2rem;color:#777}.product-card__title{font-size:1.8rem;font-weight:700;color:var(--navy);margin-bottom:4px;line-height:1.2}.product-card__desc{font-size:1.2rem;color:var(--navy);opacity:.7;margin-bottom:8px;line-height:1.3}.product-card__price{display:flex;gap:8px;align-items:center;margin-bottom:1rem}.product-card__price--current{font-size:1.5rem;font-weight:600;color:var(--navy)}.product-card__price--original{font-size:1.4rem;color:#999;text-decoration:line-through}.product-card__btn{display:flex;align-items:center;justify-content:center;gap:6px;background:var(--navy);color:#fff;border-radius:var(--radius-sm);padding:1rem 1.4rem;font-size:1.3rem;font-weight:700;transition:background .2s;width:100%}.product-card__btn:hover{background:#2d2880}.product-card__btn svg{width:14px;height:14px;stroke:#fff;fill:none;stroke-width:2}.advisors{background:linear-gradient(180deg,var(--dark-navy),var(--navy));padding:4rem 2rem 6rem}.advisors__inner{max-width:120rem;margin:0 auto}.advisors__header{text-align:center;margin-bottom:5rem}.advisors__heading{font-size:5.8rem;color:#fdfdfd;margin-bottom:1.6rem}.advisors__sub{font-size:2.2rem;color:var(--text-muted);max-width:800px;margin:0 auto}.advisors__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2.4rem}@media(max-width:1024px){.advisors__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.advisors__grid{grid-template-columns:repeat(2,1fr);gap:1.2rem}}.advisor-card{position:relative}.advisor-card__img-wrap{position:relative;border-radius:var(--radius-md);overflow:hidden;aspect-ratio:5/6;background:linear-gradient(359deg,var(--navy),#758da7)}.advisor-card__img-wrap img{width:100%;height:100%;object-fit:cover;display:block}.advisor-card__img-wrap:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:61%;background:linear-gradient(to top,#0f2945e6,#0f294573,#0f294500)}.advisor-card__info{position:absolute;bottom:0;left:0;padding:0 0 1.6rem 1.6rem;z-index:2;width:80%}.advisor-card__name{font-size:1.8rem;color:#fff;font-weight:700;margin-bottom:2px}.advisor-card__loc{font-size:1.5rem;color:#fff;font-weight:400}.advisor-card__toggle{position:absolute;bottom:16px;right:16px;width:30px;height:30px;border-radius:50%;background:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:3;transition:transform .2s}.advisor-card__toggle:hover{transform:scale(1.1)}.advisor-card__toggle svg{width:18px;height:18px;stroke:#2c2c2c;fill:none;stroke-width:2}.advisor-card__testimonial{margin-top:1.2rem;font-size:1.5rem;color:#fff;line-height:1.6;display:none;padding:0 8px}.advisor-card.open .advisor-card__testimonial{display:block}.statistics{padding:1.6rem 1rem;background:#fff}.statistics__inner{max-width:120rem;margin:0 auto}.stats-box{background:linear-gradient(160deg,#1e1b4b,#2d2880,#13113a);border-radius:24px;padding:2.5rem 2rem 2rem;border:1px solid var(--navy);display:flex;gap:4rem;align-items:center}@media(max-width:990px){.stats-box{flex-direction:column}}.stats-box__left{flex:1}.stats-box__heading{font-size:5.8rem;color:#fff;margin-bottom:1.6rem}.stats-box__sub{font-size:1.4rem;color:#5f7994}.stats-list{display:flex;flex-direction:column}.stat-item{display:flex;flex-direction:column;gap:4px;padding:2rem 0;border-bottom:1px solid var(--border)}.stat-item:last-child{border-bottom:none}.stat-item__num{font-size:8rem;font-weight:700;line-height:1;background:linear-gradient(180deg,#fff,#fff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.stat-item__label{font-size:2.2rem;color:var(--text-muted);font-weight:400}.stats-box__right{flex:0 0 45%;max-width:500px}.stats-box__right img{width:100%;border-radius:1.6rem}@media(max-width:768px){.stat-item__num{font-size:6.6rem}.stats-box__heading{font-size:4.8rem}}.shop-benefit{background:#fff;padding:4rem 1.5rem}.shop-benefit__inner{max-width:140rem;margin:0 auto}.shop-benefit__heading{font-size:5.4rem;color:var(--navy);margin-bottom:8px}.shop-benefit__sub{font-size:1.6rem;color:var(--navy);opacity:.6;margin-bottom:2rem}.benefit-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.8rem}@media(max-width:1200px){.benefit-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.benefit-grid{grid-template-columns:1fr}}.benefit-tile{position:relative;border-radius:var(--radius-lg);overflow:hidden;height:370px;display:block;cursor:pointer}.benefit-tile img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease;display:block}.benefit-tile:hover img{transform:scale(1.06)}.benefit-tile:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#081725,#081725a6 35%,#08172500 60%)}.benefit-tile__label{position:absolute;left:18px;bottom:66px;color:#fff;font-size:4rem;font-weight:700;z-index:2;letter-spacing:-.02em}.benefit-tile__btn{position:absolute;left:18px;bottom:14px;background:#fff;color:var(--navy);padding:8px 16px;border-radius:20px;font-size:1.4rem;font-weight:700;z-index:2;transition:background .2s}.benefit-tile:hover .benefit-tile__btn{background:#d6d6d6}@media(max-width:640px){.benefit-tile{height:220px}.benefit-tile__label{font-size:3rem}}.img-text{padding:3rem 1rem;background:#fff}.img-text__container{max-width:140rem;margin:0 auto;border-radius:var(--radius-xl);overflow:hidden;display:flex}.img-text--dark .img-text__container{background:linear-gradient(160deg,#1e1b4b,#2d2880,#13113a);border:1px solid var(--navy)}.img-text--light .img-text__container{background:#fafafa}@media(max-width:990px){.img-text__container{flex-direction:column;overflow:hidden}.img-text__media{flex:0 0 100%!important;max-width:100%!important;width:100%;overflow:hidden}.img-text__media img{width:100%;max-width:100%;margin:0;border-radius:0}}.img-text__media{flex:0 0 50%;overflow:hidden;display:flex;align-items:flex-end;min-width:0}.img-text__media img{width:100%;border-radius:1.6rem;display:block;max-width:100%}.img-text__content{flex:1;padding:5rem 3rem;display:flex;flex-direction:column;gap:1.4rem}.img-text__heading{font-size:5.4rem;line-height:1}.img-text--dark .img-text__heading{color:#fff}.img-text--light .img-text__heading{color:var(--navy)}.img-text__subtitle{font-size:1.7rem}.img-text--dark .img-text__subtitle{color:var(--text-muted)}.img-text--light .img-text__subtitle{color:#333}.img-text__divider{height:1px;width:20%}.img-text--dark .img-text__divider{background:var(--text-muted)}.img-text--light .img-text__divider{background:var(--navy)}.img-text__body{font-size:1.7rem;line-height:1.6}.img-text--dark .img-text__body{color:var(--text-muted)}.img-text--light .img-text__body{color:var(--navy)}.img-text__body strong{color:#8fa5bb}.img-text--light .img-text__body strong{color:var(--navy)}.img-text__icon{width:65px;height:65px;background:#36b8ff;border-radius:12px;padding:12px;display:flex;align-items:center;justify-content:center}.img-text__icon img{width:100%;height:100%;object-fit:contain}@media(max-width:990px){.img-text__content{padding:3rem 2rem}.img-text__heading{font-size:5rem}}.ingredients{background:linear-gradient(160deg,#1e1b4b,#2d2880,#13113a);padding:6rem 1.5rem}.ingredients__inner{max-width:120rem;margin:0 auto}.ingredients__header{text-align:center;margin-bottom:4rem}.ingredients__heading{font-size:5.6rem;color:#fff;margin-bottom:1.2rem}.ingredients__sub{font-size:1.6rem;color:var(--text-muted)}.ingredients__grid{display:flex;flex-direction:column;gap:1.6rem}.ingredient-card{background:#2a3c4e;border-radius:var(--radius-md);padding:2rem;display:flex;align-items:center;gap:1.6rem}.ingredient-card__img{width:180px;min-width:180px;height:180px;border-radius:10px;overflow:hidden;background:#3a4f62;flex-shrink:0}.ingredient-card__img img{width:100%;height:100%;object-fit:cover}.ingredient-card__title{font-size:3.2rem;font-weight:700;color:#fff;margin-bottom:6px}.ingredient-card__desc{font-size:1.4rem;color:var(--text-muted);line-height:1.4}@media(max-width:768px){.ingredient-card{flex-direction:column}.ingredient-card__img{width:110px;min-width:110px;height:110px}.ingredients__heading{font-size:4.8rem}}.benefits-icons{background:linear-gradient(160deg,#1e1b4b,#2d2880,#13113a);padding:4rem 2rem}.benefits-icons__inner{max-width:120rem;margin:0 auto;text-align:center}.benefits-icons__heading{font-size:5.6rem;color:#fff;margin-bottom:1.2rem}.benefits-icons__sub{font-size:1.6rem;color:#6f8ba9;margin-bottom:4rem}.benefits-icons__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:3rem}@media(max-width:768px){.benefits-icons__grid{grid-template-columns:repeat(2,1fr);gap:2rem}}.benefit-icon-item{text-align:center;display:flex;flex-direction:column;align-items:center;gap:1.2rem}.benefit-icon-item__icon{width:100px;height:100px;border-radius:50%;background:radial-gradient(#7c6fcd,#6b5fc4);display:flex;align-items:center;justify-content:center;box-shadow:0 0 32px 5px #2bb2fd33}.benefit-icon-item__icon img{width:80px;height:80px;object-fit:contain}.benefit-icon-item__title{font-size:2rem;color:#fff;font-weight:700}@media(max-width:768px){.benefit-icon-item__icon{width:80px;height:80px}.benefit-icon-item__icon img{width:65px;height:65px}.benefits-icons__heading{font-size:4.4rem}}.image-banner{padding:6rem 2rem;background:#fff}.image-banner__container{max-width:140rem;margin:0 auto;border-radius:28px;overflow:hidden;padding:4rem;min-height:400px;background-size:cover;background-position:center;background-repeat:no-repeat;display:flex;align-items:center}.image-banner__heading{font-size:5rem;color:#fff;max-width:600px;line-height:1.1;font-weight:700;margin-bottom:2.4rem}.image-banner__btn{display:inline-block;background:#fff;color:#43586c;border:2px solid #333;border-radius:var(--radius-sm);padding:1.4rem 2.8rem;font-size:1.6rem;font-weight:600;text-transform:uppercase;letter-spacing:1px;transition:all .3s;cursor:pointer;text-decoration:none}.image-banner__btn:hover{background:#f5f5f5;transform:translateY(-2px);box-shadow:0 4px 12px #00000026}@media(max-width:768px){.image-banner__container{padding:3rem 2rem;min-height:500px}.image-banner__heading{font-size:4.4rem}}.faq{background:#fff}.faq__inner{max-width:120rem;margin:0 auto;display:flex;gap:4rem;padding:6rem 2rem}.faq__left{flex:0 0 48%}.faq__heading{font-size:5.4rem;color:var(--navy);margin-bottom:1.2rem}.faq__sub{font-size:1.6rem;color:var(--navy);opacity:.6;margin-bottom:2.4rem;line-height:1.5}.faq__right{flex:0 0 48%;display:flex;justify-content:center}.faq__right img{width:100%;max-width:400px;border-radius:var(--radius-sm);object-fit:cover}.faq-list{background:#f9f9f9;border-radius:var(--radius-sm);overflow:hidden;border:1px solid #f9f9f9}.faq-item{border-bottom:1px solid #e5e5e5}.faq-item:last-child{border-bottom:none}.faq-item__question{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;cursor:pointer;font-size:1.5rem;font-weight:600;color:var(--navy);background:#f9f9f9;transition:background .2s;-webkit-user-select:none;user-select:none}.faq-item__question:hover{background:#f0f0f0}.faq-item__toggle{font-size:2rem;font-weight:400;transition:transform .3s;flex-shrink:0}.faq-item__answer{max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease;background:#f9f9f9;font-size:1.4rem;color:var(--navy);line-height:1.6;padding:0 2rem}.faq-item.active .faq-item__answer{max-height:300px;padding:1.5rem 2rem}.faq-item.active .faq-item__toggle{transform:rotate(45deg)}@media(max-width:749px){.faq__inner{flex-direction:column;padding:4rem 1.5rem}.faq__right{display:none}.faq__heading{font-size:4.8rem}}.instagram{padding:5rem 2rem;background:#fff}.instagram__inner{max-width:120rem;margin:0 auto}.instagram__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:4rem}.instagram__title{font-size:5.2rem;font-weight:700;color:var(--navy)}.instagram__nav{display:flex;gap:8px}.ig-grid{display:flex;gap:1.2rem;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch;padding-bottom:.4rem}.ig-grid::-webkit-scrollbar{display:none}.ig-item{position:relative;aspect-ratio:9/16;border-radius:var(--radius-sm);overflow:hidden;cursor:pointer;flex:0 0 220px;scroll-snap-align:start}@media(max-width:768px){.ig-item{flex:0 0 160px}}@media(max-width:480px){.ig-item{flex:0 0 140px}}.ig-item img{width:100%;height:100%;object-fit:cover;transition:filter .3s}.ig-item:hover img{filter:brightness(.8)}.ig-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000080;opacity:0;transition:opacity .3s;display:flex;align-items:center;justify-content:center}.ig-item:hover .ig-overlay{opacity:1}.ig-overlay svg{width:36px;height:36px;fill:#fff}.newsletter-section{background:#fdffff;padding:8rem 2rem;text-align:center}.newsletter-section__title{font-size:3.2rem;font-weight:700;color:var(--navy);margin-bottom:8px}.newsletter-section__sub{font-size:1.6rem;color:var(--navy);opacity:.6;margin-bottom:3.2rem}.newsletter-form{max-width:580px;margin:0 auto}.newsletter-form__field{position:relative}.newsletter-form__input{width:100%;padding:1.4rem 6rem 1.4rem 2.4rem;border:1px solid #e0e0e0;border-radius:var(--radius-sm);font-size:1.4rem;font-family:var(--font-body);background:#fff;color:#000;outline:none}.newsletter-form__btn{position:absolute;right:5px;top:50%;transform:translateY(-50%);background:#484848;border:none;border-radius:6px;width:38px;height:38px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:opacity .2s}.newsletter-form__btn:hover{opacity:.85}.newsletter-form__btn svg{width:16px;height:16px;fill:#fff}.site-footer{background:#1e1b4b;padding:4rem 2rem}.site-footer__inner{max-width:120rem;margin:0 auto}.site-footer__cols{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:4rem;margin-bottom:4rem}@media(max-width:768px){.site-footer__cols{grid-template-columns:1fr 1fr;gap:2.4rem}}@media(max-width:480px){.site-footer__cols{grid-template-columns:1fr}}.site-footer__logo{font-size:2.4rem;font-weight:700;color:#fdffff;margin-bottom:1.2rem}.site-footer__logo img{height:40px;width:auto}.site-footer__col h3{font-size:1.6rem;color:#fdffff;font-weight:700;margin-bottom:1.6rem}.site-footer__col ul li{margin-bottom:1rem}.site-footer__col ul li a{font-size:1.4rem;color:#b0b0b0;transition:color .2s}.site-footer__col ul li a:hover{color:#fff}.site-footer__bottom{border-top:1px solid #333;padding-top:2.4rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1.6rem}.site-footer__copy{font-size:1.1rem;color:#b0b0b0}.payment-icons{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.payment-icons svg{height:24px;width:auto;opacity:.9}.fade-in{opacity:0;transform:translateY(20px);animation:fadeInUp .8s ease forwards}@keyframes fadeInUp{to{opacity:1;transform:none}}.product-card{position:relative}.product-card__image{position:relative;overflow:hidden;display:block;aspect-ratio:1;background:#f0eef8}.product-card__img-primary,.product-card__img-hover{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block}.product-card__img-hover{opacity:0;transition:opacity .35s ease}.product-card__img-primary{transition:opacity .35s ease}.product-card:hover .product-card__img-hover{opacity:1}.product-card:hover .product-card__img-primary{opacity:0}.product-card__dots{display:flex;gap:4px;justify-content:center;padding:6px 0 2px}.product-card__dot{width:6px;height:6px;border-radius:50%;background:#ddd;transition:background .2s}.product-card__dot.active{background:var(--navy)}.clp{background:#fff;min-height:100vh}.clp__breadcrumb{max-width:128rem;margin:0 auto;padding:1.6rem 2rem 0;font-size:1.3rem;color:#aaa;display:flex;align-items:center;gap:4px}.clp__breadcrumb a{color:var(--navy);text-decoration:none;opacity:.65;transition:opacity .2s}.clp__breadcrumb a:hover{opacity:1}.clp__breadcrumb span{color:#ccc;margin:0 4px}.clp__banner{position:relative;overflow:hidden;margin-bottom:0;display:flex;align-items:center;border-radius:0}.clp__banner img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block}.clp__banner:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#1e1b4bd9,#1e1b4b66 60%,#1e1b4b00);z-index:1}.clp__banner-content{position:relative;z-index:2;max-width:128rem;margin:0 auto;padding:5rem 2rem;width:100%}.clp__banner-eyebrow{font-size:1.2rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--light-blue);margin-bottom:1rem;display:block}.clp__banner-title{font-size:5rem;font-weight:700;color:#fff;line-height:1.05;margin-bottom:1.2rem}.clp__banner-text{font-size:1.6rem;color:#fffc;margin-bottom:2rem;max-width:480px}.clp__banner-btn{display:inline-flex;align-items:center;gap:8px;background:#fff;color:var(--navy);padding:1.2rem 2.4rem;border-radius:50px;font-size:1.5rem;font-weight:700;text-decoration:none;transition:background .2s,transform .2s}.clp__banner-btn:hover{background:var(--light-blue);transform:translateY(-1px)}.clp__body{max-width:128rem;margin:0 auto;padding:3rem 2rem 6rem;display:flex;gap:3rem;align-items:start}.clp__sidebar{width:240px;flex-shrink:0;position:sticky;top:80px}@media(max-width:900px){.clp__sidebar{display:none}}.clp__sidebar-title{font-size:1.6rem;font-weight:700;color:var(--navy);margin-bottom:2rem;padding-bottom:1.2rem;border-bottom:2px solid var(--navy);display:flex;align-items:center;gap:8px}.clp__sidebar-title svg{width:16px;height:16px;stroke:var(--navy);fill:none;stroke-width:2}.clp__filter-group{margin-bottom:2.4rem}.clp__filter-group-title{font-size:1.3rem;font-weight:700;color:var(--navy);text-transform:uppercase;letter-spacing:.08em;margin-bottom:1rem}.clp__filter-option{display:flex;align-items:center;gap:10px;font-size:1.4rem;color:#555;margin-bottom:10px;cursor:pointer;transition:color .15s}.clp__filter-option:hover{color:var(--navy)}.clp__filter-option input[type=checkbox]{width:16px;height:16px;accent-color:var(--navy);cursor:pointer;flex-shrink:0}.clp__filter-actions{display:flex;flex-direction:column;gap:8px;margin-top:2rem;padding-top:2rem;border-top:1px solid #eee}.clp__filter-clear{font-size:1.3rem;color:#888;background:none;border:1px solid #ddd;border-radius:8px;padding:10px;cursor:pointer;width:100%;font-family:var(--font-body);transition:border-color .2s}.clp__filter-clear:hover{border-color:var(--navy);color:var(--navy)}.clp__filter-apply{font-size:1.4rem;font-weight:700;color:#fff;background:var(--navy);border:none;border-radius:8px;padding:12px;cursor:pointer;width:100%;font-family:var(--font-body);transition:opacity .2s}.clp__filter-apply:hover{opacity:.88}.clp__grid-wrap{flex:1;min-width:0}.clp__toolbar{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem;margin-bottom:2.4rem;padding-bottom:1.6rem;border-bottom:1px solid #eee}.clp__toolbar-left{display:flex;flex-direction:column;gap:2px}.clp__collection-title{font-size:2.8rem;font-weight:700;color:var(--navy);line-height:1}.clp__count{font-size:1.3rem;color:#aaa}.clp__toolbar-right{display:flex;align-items:center;gap:1rem}.clp__sort-label{font-size:1.3rem;font-weight:600;color:#888;white-space:nowrap}.clp__sort{padding:10px 36px 10px 16px;border:1.5px solid #eee;border-radius:10px;font-size:1.4rem;font-family:var(--font-body);color:var(--navy);background:#fff;cursor:pointer;transition:border-color .2s;-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%231e1b4b' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center}.clp__sort:hover,.clp__sort:focus{border-color:var(--navy);outline:none}.clp__grid{display:grid;gap:2rem}.clp__empty{grid-column:1/-1;text-align:center;padding:8rem 2rem}.clp__empty-icon{font-size:4rem;margin-bottom:1.6rem}.clp__empty p{font-size:1.8rem;color:var(--navy);font-weight:600;margin-bottom:.8rem}.clp__empty small{font-size:1.4rem;color:#aaa}.clp__empty a{display:inline-block;margin-top:2rem;background:var(--navy);color:#fff;padding:1.2rem 2.4rem;border-radius:50px;font-size:1.4rem;font-weight:700;text-decoration:none}.clp__pagination{display:flex;justify-content:center;margin-top:4rem;gap:.6rem;flex-wrap:wrap}.clp__pagination a,.clp__pagination span{min-width:40px;height:40px;display:flex;align-items:center;justify-content:center;border:1.5px solid #eee;border-radius:10px;font-size:1.4rem;color:var(--navy);text-decoration:none;transition:all .2s;font-weight:500}.clp__pagination a:hover{background:var(--navy);color:#fff;border-color:var(--navy)}.clp__pagination .current{background:var(--navy);color:#fff;border-color:var(--navy);font-weight:700}.clp__mobile-filter-btn{display:none;align-items:center;gap:8px;padding:10px 18px;border:1.5px solid #eee;border-radius:10px;font-size:1.4rem;font-weight:600;color:var(--navy);background:#fff;cursor:pointer;font-family:var(--font-body)}.clp__mobile-filter-btn svg{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:2}@media(max-width:900px){.clp__mobile-filter-btn{display:flex}}@media(max-width:640px){.clp__banner-title{font-size:3.2rem}.clp__body{padding:2rem 1.5rem 4rem}.clp__toolbar{gap:.8rem}.clp__collection-title{font-size:2.2rem}}.mobile-nav__links .mobile-nav__mega-trigger{border-bottom:none!important}.mobile-mega{border-top:1px solid #f0eef8}
/*# sourceMappingURL=/cdn/shop/t/162/assets/theme.css.map */
