:root{--ml-maroon:#7a1f2b;--ml-maroon-dark:#5c1620;--ml-cream:#faf3ea;--ml-cream-2:#f3e8da;--ml-dark:#2b1d16;--ml-gray:#6b5f57;--ml-gold:#b8863f}*{box-sizing:border-box}img{max-width:100%;display:block;height:auto}h1,h2,h3,h4{font-family:Playfair Display,Georgia,serif;margin:0 0 12px;color:var(--ml-dark)}p{margin:0 0 16px;color:var(--ml-gray);line-height:1.6}.ml-container{max-width:1200px;margin:0 auto;width:100%}.ml-eyebrow{display:block;letter-spacing:2px;font-size:12px;font-weight:600;color:var(--ml-maroon);text-transform:uppercase;margin-bottom:10px}.ml-placeholder{background:var(--ml-cream-2);border:1px dashed #cbb89a;display:flex;align-items:center;justify-content:center;min-height:260px;color:var(--ml-gray);font-size:14px;border-radius:8px;width:100%}.ml-btn{display:inline-flex;align-items:center;gap:8px;background:var(--ml-maroon);color:#fff;padding:14px 28px;border-radius:6px;text-decoration:none;font-weight:600;font-size:14px;letter-spacing:.5px;border:none;cursor:pointer;transition:.3s}.ml-btn:hover{background:var(--ml-maroon-dark)}.ml-btn--small{padding:10px 18px;font-size:13px;width:100%;justify-content:center;margin-top:12px}.ml-link{color:var(--ml-maroon);font-weight:600;text-decoration:none;font-size:14px}.ml-hero{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:40px;background:var(--ml-cream);padding:100px 20px}.ml-hero__text h1{font-size:44px;line-height:1.15;margin-bottom:16px}.ml-hero__text p{font-size:16px;max-width:420px}.ml-hero__image img{width:100%;border-radius:12px;object-fit:cover}.ml-hero__badges{display:flex;gap:24px;margin-top:32px;flex-wrap:wrap}.ml-hero__badge{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:var(--ml-dark)}.ml-hero__badge img{width:28px;height:28px;object-fit:contain}.ml-story{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;padding:100px 20px}.ml-story__image img{width:100%;border-radius:12px}.ml-story__text h2{font-size:30px}.ml-story__text p{margin-bottom:20px}.ml-why{background:var(--ml-cream);text-align:center;padding:100px 20px}.ml-why h2{font-size:30px;margin-bottom:40px}.ml-why__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:32px}.ml-why__item{text-align:center;background:#fff;padding:40px;box-shadow:0 2px 10px #0000000a;border-radius:10px}.ml-why__item img{width:48px;height:48px;margin:0 auto 16px}.ml-why__item h3{font-size:17px;margin-bottom:8px}.ml-why__item p{font-size:13px;margin:0}.ml-featured{padding:100px 20px}.ml-featured__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px}.ml-featured__header h2{font-size:30px;margin:0}.ml-view-all{font-size:13px;font-weight:600;text-decoration:none;color:var(--ml-dark);border:1px solid #ddd;padding:8px 16px;border-radius:6px;transition:.3s}.ml-view-all:hover{background:var(--ml-maroon);color:#fff;border-color:var(--ml-maroon)}.ml-featured__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.ml-product-card{background:#fff;border:1px solid #eee;border-radius:10px;padding:16px;text-align:center;transition:.3s}.ml-product-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #00000014}.ml-product-card__image{display:block;margin-bottom:16px;border-radius:8px;overflow:hidden;background:var(--ml-cream-2)}.ml-product-card__image img{width:100%;aspect-ratio:1/1;object-fit:cover;transition:.3s}.ml-product-card:hover .ml-product-card__image img{transform:scale(1.05)}.ml-product-card h3{font-size:15px;margin-bottom:6px}.ml-product-card__price{color:var(--ml-maroon);font-weight:600;margin-bottom:0}.ml-ingre-banner{display:flex;justify-content:center;padding:100px 20px;background:#7a1f2b}.ml-ingredients{position:relative;overflow:hidden;border-radius:12px;width:100%;max-width:1200px;min-height:260px;display:flex;align-items:center;color:#fff}.ml-ingredients__bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}.ml-ingredients:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#032e27;z-index:1}.ml-ingredients__content{position:relative;z-index:2;padding:100px 50px}.ml-ingredients__content h2{color:#fff;font-size:30px;font-family:Libre Baskerville,serif}.ml-ingredients__content p{color:#e7e2d8}.ml-ingredients__list{display:flex;flex-wrap:wrap;gap:24px;margin-top:20px}.ml-ingredients__item{display:flex;align-items:center;gap:8px;font-size:13px;color:#fff}.ml-ingredients__item img{width:26px;height:26px;object-fit:contain}.ml-trust{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;text-align:center;padding:100px 20px}.ml-trust__item img{width:40px;height:40px;margin:0 auto 14px}.ml-trust__item h4{font-size:24px;margin-bottom:6px}.ml-trust__item p{font-size:13px;margin:0}.ml-testimonials{background:var(--ml-cream);text-align:center;padding:100px 20px}.ml-testimonials h2{font-size:30px;margin-bottom:36px}.ml-testimonials__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.ml-testimonial-card{background:#fff;border-radius:10px;padding:28px 22px;text-align:left;box-shadow:0 2px 10px #0000000a;transition:.3s}.ml-testimonial-card:hover{transform:translateY(-5px);box-shadow:0 12px 30px #00000014}.ml-stars{color:var(--ml-gold);letter-spacing:2px;margin-bottom:12px;font-size:14px}.ml-testimonial-card p{font-size:14px;margin-bottom:14px}.ml-testimonial-name{font-size:13px;font-weight:600;color:var(--ml-dark)}.ml-newsletter{background:var(--ml-maroon);border-radius:12px;margin:100px auto 60px;padding:44px 50px;max-width:1200px;display:flex;justify-content:space-between;align-items:center;gap:24px;flex-wrap:wrap}.ml-newsletter__text h2{color:#fff;font-size:26px;margin-bottom:6px}.ml-newsletter__text p{color:#f0d9d9;margin:0}.ml-newsletter__form{display:flex;gap:10px;flex-wrap:wrap}.ml-newsletter__form input{min-width:260px;padding:14px 18px;border:none;border-radius:6px;font-size:14px}.ml-newsletter__form button{background:var(--ml-gold);color:#fff;border:none;border-radius:6px;padding:14px 24px;cursor:pointer;font-weight:600;transition:.3s}.ml-newsletter__form button:hover{opacity:.9}.ml-newsletter__success{color:#fff}.ml-footer{background:var(--ml-cream-2);padding:60px 20px 20px}.ml-footer__grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:32px;margin-bottom:40px}.ml-footer__brand h3{font-size:20px}.ml-footer__social{display:flex;gap:12px;margin-top:16px}.ml-footer__social a{width:34px;height:34px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#fff;color:var(--ml-dark);text-decoration:none;font-size:10px;font-weight:700}.ml-footer__column h4,.ml-footer__contact h4{font-size:15px;margin-bottom:14px}.ml-footer__column ul{margin:0;padding:0;list-style:none}.ml-footer__column li{margin-bottom:10px}.ml-footer__column a{color:var(--ml-gray);text-decoration:none;font-size:13px}.ml-footer__column a:hover{color:var(--ml-maroon)}.ml-footer__contact p{font-size:13px;margin-bottom:6px}.ml-footer__bottom{border-top:1px solid #e2d6c4;padding-top:20px;text-align:center}.ml-footer__bottom p{font-size:12px;margin:0}@media(max-width:1024px){.ml-why__grid,.ml-featured__grid{grid-template-columns:repeat(2,1fr)}.ml-testimonials__grid{grid-template-columns:1fr}.ml-footer__grid{grid-template-columns:1fr 1fr}}@media(max-width:768px){.ml-hero{grid-template-columns:1fr;padding:60px 20px}.ml-hero__text{order:2}.ml-hero__image{order:1}.ml-hero__text h1{font-size:32px}.ml-story{grid-template-columns:1fr;padding:60px 20px}.ml-story__image{order:1}.ml-story__text{order:2}.ml-featured,.ml-why{padding:60px 20px}.ml-trust{grid-template-columns:1fr;gap:24px;padding:60px 20px}.ml-testimonials{padding:60px 20px}.ml-newsletter{flex-direction:column;text-align:center;padding:36px 24px;margin:60px 20px}.ml-newsletter__form{width:100%}.ml-newsletter__form input{min-width:0;flex:1}.ml-featured__header{flex-direction:column;align-items:flex-start;gap:12px}}@media(max-width:600px){.ml-why__grid{grid-template-columns:1fr}.ml-featured__grid{grid-template-columns:1fr 1fr;gap:14px}.ml-hero__badges{gap:16px}.ml-footer__grid{grid-template-columns:1fr;text-align:center}.ml-footer__social{justify-content:center}.ml-ingredients__content{padding:30px 24px}.ml-ingredients__list{gap:14px}}.section-template--22217295954146__featured_product_HnXfNg-padding{padding-top:100px!important;padding-bottom:60px!important}.ai-contact-container-aqjd2cxjeufvdrhvleaigenblock49083d8k8vkwj{max-width:100%!important;padding:5px 0 0!important}.ai-hero-description-aoen1ow9wy2x6tjhrraigenblocke4cc051qguj8z,.ai-hero-heading-atjlxsdjza2o2bmvcvaigenblock91954977hlinx{width:50%}.ai-hero-description-atjlxsdjza2o2bmvcvaigenblock91954977hlinx{color:#fff!important}@media(max-width:768px){.ai-hero-heading-atjlxsdjza2o2bmvcvaigenblock91954977hlinx{width:70%;font-size:34px}.ml-ingre-banner{padding:50px 20px}.section-template--22217295954146__featured_product_HnXfNg-padding{padding-top:40px!important;padding-bottom:30px!important}}.ml-feature-list{list-style:none;padding:0;margin:24px 0}.ml-feature-item{display:flex;align-items:flex-start;gap:14px;margin-bottom:18px}.ml-feature-icon{color:#000;font-size:15px;margin-top:5px;line-height:1.3;font-weight:700}.ml-feature-text{color:#000;font-size:15px;line-height:1.5}
/*# sourceMappingURL=/cdn/shop/t/2/assets/moonalisha.css.map */
