.mg-manifesto{background:#fff;padding:80px 0}.mg-manifesto__inner{max-width:780px;margin:0 auto;padding:0 2rem;text-align:center}.mg-manifesto__eyebrow{font-size:.7rem;letter-spacing:.25em;text-transform:uppercase;color:#c9a227;font-weight:700;margin:0 0 1.2rem}.mg-manifesto__headline{font-size:clamp(1.7rem,2.8vw,2.4rem);font-weight:800;color:#001128;line-height:1.2;margin:0 0 2rem}.mg-manifesto__body{font-size:1.05rem;line-height:1.85;color:#374151;margin:0 0 2.5rem}.mg-manifesto__body p{margin:0 0 1rem}.mg-manifesto__body strong{color:#001128;font-weight:700}.mg-manifesto__actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.mg-btn{display:inline-block;padding:.9rem 2.2rem;border-radius:6px;font-weight:700;font-size:.9rem;letter-spacing:.08em;text-decoration:none;text-transform:uppercase;transition:all .2s ease;cursor:pointer}.mg-btn--primary{background:#e4bf4b;color:#001128;border:2px solid #e4bf4b}.mg-btn--primary:hover{background:#c9a227;border-color:#c9a227;color:#001128}.mg-btn--outline{background:transparent;color:#001128;border:2px solid #001128}.mg-btn--outline:hover{background:#001128;color:#fff}.mg-btn--outline-light{background:transparent;color:#001128;border:2px solid #001128}.mg-btn--outline-light:hover{background:#001128;color:#fff}.mg-btn--outline-white{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.5)}.mg-btn--outline-white:hover{background:#ffffff1a;border-color:#fff}.mg-formulas-banner{position:relative;background:#001128;padding:80px 0;overflow:hidden}.mg-formulas-banner__inner{max-width:1200px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.mg-formulas-banner__tag{display:inline-block;font-size:.7rem;letter-spacing:.2em;text-transform:uppercase;color:#e4bf4b;font-weight:700;background:#e4bf4b26;border:1px solid rgba(228,191,75,.4);padding:.3rem .9rem;border-radius:40px;margin-bottom:1.2rem}.mg-formulas-banner__title{font-size:clamp(1.4rem,2.5vw,2rem);font-weight:800;color:#fff;line-height:1.25;margin:0 0 1.2rem}.mg-formulas-banner__desc{font-size:1rem;line-height:1.75;color:#ffffffa6;margin:0 0 2rem}.mg-formulas-banner__pills{display:flex;flex-wrap:wrap;gap:.6rem;margin-bottom:2rem}.mg-formulas-pill{font-size:.8rem;font-weight:600;padding:.4rem 1rem;border-radius:40px;border:1.5px solid rgba(255,255,255,.25);color:#fffc}.mg-formulas-banner__products{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.mg-formulas-prod-card{background:#ffffff0d;border-radius:12px;padding:1.2rem;display:flex;align-items:center;gap:1rem;text-decoration:none;border:1px solid rgba(255,255,255,.1);transition:background .2s,box-shadow .2s}.mg-formulas-prod-card:hover{background:#ffffff1a;box-shadow:0 4px 20px #0006}.mg-formulas-prod-card img{width:60px;height:60px;object-fit:contain;flex-shrink:0}.mg-formulas-prod-card__name{font-size:.8rem;font-weight:700;color:#fff;line-height:1.3;display:block}.mg-formulas-prod-card__price{font-size:.8rem;color:#e4bf4b;font-weight:600;display:block;margin-top:.2rem}@media(max-width:768px){.mg-formulas-banner__inner{grid-template-columns:1fr;gap:2rem}.mg-formulas-banner__products{grid-template-columns:1fr 1fr}}.mg-routine{background:#fafaf7;padding:60px 0;text-align:center}.mg-routine__title{font-size:clamp(1.4rem,2.5vw,2rem);font-weight:800;color:#001128;margin:0 0 .5rem}.mg-routine__subtitle{font-size:.95rem;color:#6b7280;margin:0 0 2rem}.mg-routine__marquee-wrap{overflow:hidden;margin:0 0 2rem}.mg-routine__marquee{display:flex;gap:2rem;animation:mgMarquee 22s linear infinite;width:max-content;align-items:center}.mg-routine__marquee:hover{animation-play-state:paused}@keyframes mgMarquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.mg-routine__marquee-item{display:flex;flex-direction:column;align-items:center;gap:.5rem;flex-shrink:0;text-decoration:none}.mg-routine__marquee-item img{width:110px;height:110px;object-fit:contain;border-radius:50%;background:#fff;padding:.8rem;border:2px solid #e5e7eb;transition:border-color .2s}.mg-routine__marquee-item:hover img{border-color:#e4bf4b}.mg-routine__marquee-item span{font-size:.7rem;font-weight:600;color:#001128;letter-spacing:.05em;text-align:center;max-width:110px}.mg-routine__promo{font-size:.85rem;color:#6b7280;margin:0 0 1.2rem}.mg-ingredients{background:#fff;padding:80px 0}.mg-section-title{font-size:clamp(1.4rem,2.3vw,2rem);font-weight:800;color:#001128;text-align:center;margin:0 0 .75rem}.mg-section-subtitle{font-size:.95rem;color:#6b7280;text-align:center;margin:0 0 3rem}.mg-ingredients__grid{display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap;margin-bottom:2.5rem}.mg-ingredient-card{text-align:center;width:155px}.mg-ingredient-card__img-wrap{width:115px;height:115px;border-radius:50%;overflow:hidden;margin:0 auto 1rem;background:#f0f7f4;border:3px solid #c8e6d0;display:flex;align-items:center;justify-content:center;transition:border-color .2s,transform .2s}.mg-ingredient-card:hover .mg-ingredient-card__img-wrap{border-color:#e4bf4b;transform:scale(1.04)}.mg-ingredient-card__img-wrap img{width:85px;height:85px;object-fit:contain}.mg-ingredient-card__name{font-size:.75rem;font-weight:800;color:#001128;text-transform:uppercase;letter-spacing:.12em;margin:0 0 .3rem}.mg-ingredient-card__desc{font-size:.78rem;color:#6b7280;line-height:1.4;margin:0}.mg-trust{background:#001128;padding:0}.mg-trust__inner{max-width:1200px;margin:0 auto;display:flex;justify-content:space-around;align-items:stretch;flex-wrap:wrap}.mg-trust__item{display:flex;align-items:center;gap:1rem;padding:2rem 2.5rem;border-right:1px solid rgba(255,255,255,.08);flex:1;min-width:200px}.mg-trust__item:last-child{border-right:none}.mg-trust__icon-wrap{width:48px;height:48px;border-radius:50%;background:#e4bf4b40;border:1.5px solid rgba(228,191,75,.6);display:flex;align-items:center;justify-content:center;font-size:1.4rem;flex-shrink:0}.mg-trust__text strong{display:block;font-weight:700;font-size:.85rem;color:#e4bf4b;text-transform:uppercase;letter-spacing:.08em;margin-bottom:.2rem}.mg-trust__text span{font-size:.78rem;color:#fff9;line-height:1.4}@media(max-width:768px){.mg-trust__inner{flex-direction:column}.mg-trust__item{border-right:none;border-bottom:1px solid rgba(255,255,255,.08);padding:1.2rem 2rem;flex:none;width:100%}.mg-trust__item:last-child{border-bottom:none}}.mg-faq{background:#fafaf7;padding:80px 0}.mg-faq__inner{max-width:720px;margin:0 auto;padding:0 2rem}.mg-faq__item{border-bottom:1px solid #e5e7eb}.mg-faq__question{width:100%;background:none;border:none;padding:1.4rem 0;font-size:.97rem;font-weight:600;color:#001128;cursor:pointer;display:flex;justify-content:space-between;align-items:center;text-align:left;font-family:inherit;gap:1rem;transition:color .2s}.mg-faq__question:hover{color:#c9a227}.mg-faq__icon{font-size:1.4rem;font-weight:300;color:#c9a227;transition:transform .3s ease;flex-shrink:0;line-height:1}.mg-faq__item.mg-is-open .mg-faq__icon{transform:rotate(45deg)}.mg-faq__answer{max-height:0;overflow:hidden;transition:max-height .35s ease}.mg-faq__item.mg-is-open .mg-faq__answer{max-height:600px}.mg-faq__answer-inner{padding:0 0 1.5rem;font-size:.93rem;line-height:1.75;color:#4b5563}.mg-page-width{max-width:1200px;margin:0 auto;padding:0 2rem}@media(max-width:750px){.mg-manifesto{padding:50px 0}.mg-routine{padding:40px 0}.mg-ingredients,.mg-faq,.mg-formulas-banner{padding:50px 0}.mg-ingredients__grid{gap:1rem}.mg-ingredient-card{width:130px}.mg-ingredient-card__img-wrap{width:90px;height:90px}.mg-ingredient-card__img-wrap img{width:65px;height:65px}}.mg-manifesto,.mg-formulas-banner,.mg-routine,.mg-ingredients,.mg-faq{position:relative;isolation:isolate}.mg-manifesto:before,.mg-formulas-banner:before,.mg-routine:before,.mg-ingredients:before,.mg-faq:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23n)' opacity='1'/%3E%3C/svg%3E");background-size:200px 200px;opacity:.04;pointer-events:none;z-index:-1}.mg-formulas-banner:before{opacity:.08}#shopify-section-products h2,#shopify-section-products .title,#shopify-section-products [class*=title],.featured-collection h2,.featured-collection .title,.featured-collection [class*=title],section[data-section-type=featured-collection] h2,[id*=featured] h2{font-size:clamp(1.5rem,2.5vw,2.2rem)!important;font-weight:800!important;color:#001128!important;letter-spacing:-.02em!important;font-family:inherit!important;line-height:1.2!important;font-style:normal!important}#shopify-section-products .card__heading,#shopify-section-products .card__heading a,.featured-collection .card__heading,.featured-collection .card__heading a{font-size:.82rem!important;font-weight:700!important;color:#001128!important;font-family:inherit!important;line-height:1.3!important}#shopify-section-products .price__regular,#shopify-section-products .price-item,#shopify-section-products .price,.featured-collection .price__regular,.featured-collection .price-item{color:#c9a227!important;font-weight:700!important;font-size:.95rem!important}#shopify-section-products .button,#shopify-section-products button[type=submit]{border-radius:6px!important;font-weight:700!important;font-family:inherit!important;letter-spacing:.05em!important;text-transform:uppercase!important;font-size:.8rem!important}
/*# sourceMappingURL=/cdn/shop/t/7/assets/althevia-mg.css.map */
