:root{--color-primary: #1B3A5C;--color-primary-light: #2A4F7B;--color-secondary: #B8860B;--color-accent: #7B2D3E;--color-bg: #ffffff;--color-bg-alt: #EDF1F7;--color-text: #3A3A3A;--color-text-light: #6B6B6B;--color-border: #E0E0E0;--font-heading: "Playfair Display", serif;--font-body: "Inter", sans-serif;--container-width: 1200px;--gap: 2rem}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth}body{font-family:var(--font-body);color:var(--color-text);background:var(--color-bg);line-height:1.7;-webkit-font-smoothing:antialiased}.container{max-width:var(--container-width);margin:0 auto;padding:0 1.5rem}h1,h2,h3,h4{font-family:var(--font-heading);color:var(--color-primary);line-height:1.3}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}a{color:var(--color-primary);text-decoration:none;transition:color .2s}a:hover{color:var(--color-primary-light)}img{max-width:100%;height:auto}.section-title{font-size:2rem;text-align:center;margin-bottom:2.5rem;position:relative;padding-bottom:1rem}.section-title:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:60px;height:3px;background:var(--color-secondary)}.btn{display:inline-block;padding:.85rem 2rem;font-family:var(--font-body);font-size:.95rem;font-weight:600;border:none;border-radius:4px;cursor:pointer;text-align:center;transition:all .3s;letter-spacing:.02em}.btn--primary{background:var(--color-primary);color:#fff}.btn--primary:hover{background:var(--color-primary-light);color:#fff}.btn--secondary{background:transparent;color:var(--color-primary);border:2px solid var(--color-primary)}.btn--secondary:hover{background:var(--color-primary);color:#fff}.btn--small{padding:.5rem 1.25rem;font-size:.85rem}.btn--full{width:100%}.rte p{margin-bottom:1rem}.rte h2,.rte h3{margin:1.5rem 0 .75rem}.rte ul,.rte ol{margin:.75rem 0 .75rem 1.5rem}.site-header{position:sticky;top:0;z-index:100;background:#fff;box-shadow:0 1px 3px #00000014}.header__announcement-bar{text-align:center;padding:.5rem;font-size:.85rem;letter-spacing:.03em}.header__inner{display:flex;align-items:center;justify-content:space-between;padding-top:1rem;padding-bottom:1rem}.header__logo-text{font-family:var(--font-heading);font-size:1.5rem;font-weight:700;color:var(--color-primary);letter-spacing:.05em}.header__logo img{height:40px;width:auto}.nav__list{display:flex;list-style:none;gap:2rem}.nav__item>a{font-weight:500;color:var(--color-text);font-size:.95rem;padding:.5rem 0}.nav__item>a:hover{color:var(--color-primary)}.nav__item--has-dropdown{position:relative}.nav__dropdown{display:none;position:absolute;top:100%;left:0;background:#fff;min-width:220px;box-shadow:0 8px 24px #0000001f;border-radius:6px;padding:1rem;z-index:101}.nav__item--has-dropdown:hover .nav__dropdown{display:block}.nav__dropdown li{list-style:none}.nav__dropdown a{display:block;padding:.4rem 0;color:var(--color-text);font-size:.9rem}.nav__dropdown a:hover{color:var(--color-primary)}.nav__dropdown h4{font-size:.8rem;text-transform:uppercase;letter-spacing:.1em;color:var(--color-secondary);margin-bottom:.5rem;font-family:var(--font-body)}.nav__mega-menu{display:none;flex-direction:row;gap:3rem;min-width:480px;padding:1.5rem}.nav__item--has-dropdown:hover .nav__mega-menu{display:flex}.nav__quiz-link{color:var(--color-secondary)!important;font-weight:600!important}.header__actions{display:flex;align-items:center;gap:1rem}.header__icon{color:var(--color-text)}.header__icon:hover{color:var(--color-primary)}.header__cart{position:relative}.cart-count{position:absolute;top:-6px;right:-8px;background:var(--color-secondary);color:#fff;font-size:.7rem;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center}.header__mobile-toggle{display:none;background:none;border:none;cursor:pointer;color:var(--color-text)}.hero{position:relative;padding:6rem 0;text-align:center;overflow:hidden}.hero__bg-image{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;opacity:.15}.hero__content{position:relative;max-width:750px;margin:0 auto}.hero__title{font-size:2.8rem;margin-bottom:1.25rem}.hero__subtitle{font-size:1.15rem;color:var(--color-text-light);margin-bottom:2rem;line-height:1.8}.hero__actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.trust-bar{background:var(--color-primary);padding:1.25rem 0}.trust-bar__inner{display:flex;justify-content:center;gap:3rem;flex-wrap:wrap}.trust-bar__item{display:flex;align-items:center;gap:.5rem;color:#fff;font-size:.9rem;font-weight:500;white-space:nowrap}.trust-bar__icon{width:24px;height:24px;filter:brightness(0) invert(1)}.value-props{padding:5rem 0}.value-props__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2.5rem}.value-props__item{padding:2rem;border-radius:8px;background:var(--color-bg-alt)}.value-props__item h3{font-size:1.2rem;margin-bottom:.75rem}.value-props__item p{color:var(--color-text-light);font-size:.95rem}.interest-cats{padding:5rem 0;background:var(--color-bg-alt)}.interest-cats__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem}.interest-cats__card{display:block;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000000f;transition:transform .3s,box-shadow .3s;padding:1.5rem;text-align:center}.interest-cats__card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001a}.interest-cats__card img{width:64px;height:64px;object-fit:contain;margin-bottom:1rem}.interest-cats__card h3{font-size:1.1rem;margin-bottom:.5rem}.interest-cats__card p{font-size:.9rem;color:var(--color-text-light)}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:2rem}.product-card{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000000d;transition:box-shadow .3s}.product-card:hover{box-shadow:0 8px 24px #0000001a}.product-card__link{display:block;text-decoration:none;color:inherit}.product-card__image{aspect-ratio:1;background:var(--color-bg-alt);overflow:hidden;display:flex;align-items:center;justify-content:center}.product-card__image img{width:100%;height:100%;object-fit:cover}.product-card__placeholder{font-size:2rem;font-weight:700;color:var(--color-accent)}.product-card__info{padding:1.25rem}.product-card__title{font-size:1.05rem;margin-bottom:.25rem}.product-card__type{font-size:.8rem;color:var(--color-secondary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}.product-card__price{font-weight:600;color:var(--color-primary)}.product-card__add{margin:0 1.25rem 1.25rem}.product-info{padding:3rem 0}.product-info__grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}.product-info__image{border-radius:8px;overflow:hidden;background:var(--color-bg-alt)}.product-info__title{font-size:2rem;margin-bottom:.75rem}.product-info__price{font-size:1.5rem;font-weight:600;color:var(--color-primary);margin-bottom:1rem}.product-info__tags{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:1.5rem}.product-tag{background:var(--color-bg-alt);color:var(--color-accent);padding:.3rem .75rem;border-radius:20px;font-size:.8rem}.product-info__quantity{margin-bottom:1rem}.product-info__quantity label{display:block;font-weight:500;margin-bottom:.25rem}.product-info__quantity input{width:80px;padding:.5rem;border:1px solid var(--color-border);border-radius:4px}.product-info__description{margin-top:2rem;padding-top:2rem;border-top:1px solid var(--color-border)}.collection-banner{padding:3rem 0;background:var(--color-bg-alt);text-align:center}.collection-banner h1{margin-bottom:.75rem}.collection-banner__description{max-width:700px;margin:0 auto;color:var(--color-text-light)}.collection__toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.collection__sort select{padding:.4rem;border:1px solid var(--color-border);border-radius:4px}.collection-products{padding:3rem 0}.testimonials{padding:5rem 0;background:var(--color-bg-alt)}.testimonials__slider{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.testimonial__card{background:#fff;padding:2rem;border-radius:8px;border-left:4px solid var(--color-secondary)}.testimonial__text{font-size:1.05rem;line-height:1.7;font-style:italic;margin-bottom:1rem}.testimonial__author{font-size:.9rem;color:var(--color-secondary);font-style:normal}.faq-section{padding:5rem 0;max-width:800px;margin:0 auto}.faq__item{border-bottom:1px solid var(--color-border)}.faq__question{padding:1.25rem 0;cursor:pointer;font-weight:600;font-size:1.05rem;list-style:none;display:flex;justify-content:space-between;align-items:center}.faq__question:after{content:"+";font-size:1.5rem;color:var(--color-secondary);transition:transform .3s}details[open] .faq__question:after{content:"\2212"}.faq__answer{padding:0 0 1.25rem;color:var(--color-text-light)}.newsletter-section{padding:4rem 0;background:var(--color-primary);color:#fff;text-align:center}.newsletter__inner h2{color:#fff;margin-bottom:.75rem}.newsletter__inner p{opacity:.9;margin-bottom:1.5rem;max-width:600px;margin-left:auto;margin-right:auto}.newsletter__form{display:flex;gap:.75rem;max-width:450px;margin:0 auto}.newsletter__form input{flex:1;padding:.85rem 1rem;border:none;border-radius:4px;font-size:.95rem}.newsletter__form button{background:var(--color-secondary)}.rich-text{padding:4rem 0}.rich-text--narrow{max-width:800px}.dosha-quiz{padding:5rem 0}.quiz__intro{text-align:center;max-width:700px;margin:0 auto 3rem}.quiz__container{max-width:700px;margin:0 auto}.quiz__progress{height:4px;background:var(--color-border);border-radius:2px;margin-bottom:2rem}.quiz__progress-bar{height:100%;background:var(--color-secondary);border-radius:2px;transition:width .4s}.quiz__disclaimer{text-align:center;font-size:.85rem;color:var(--color-text-light);margin-top:2rem;max-width:700px;margin-left:auto;margin-right:auto}.site-footer{background:#1a1a1a;color:#ccc;padding:4rem 0 0}.footer__grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr 2fr;gap:2rem}.footer__brand h3{color:#fff;font-size:1.3rem;margin-bottom:.5rem}.footer__tagline{color:var(--color-secondary);font-style:italic;margin-bottom:.75rem}.footer__links h4{color:#fff;font-family:var(--font-body);font-size:.9rem;text-transform:uppercase;letter-spacing:.08em;margin-bottom:1rem}.footer__links ul{list-style:none}.footer__links a{color:#aaa;font-size:.9rem;display:block;padding:.25rem 0}.footer__links a:hover{color:#fff}.footer__newsletter h4{color:#fff;font-family:var(--font-body);font-size:.9rem;text-transform:uppercase;letter-spacing:.08em;margin-bottom:.75rem}.footer__newsletter p{font-size:.9rem;margin-bottom:1rem}.footer__form{display:flex;gap:.5rem}.footer__form input{flex:1;padding:.6rem;border:1px solid #444;background:#2a2a2a;color:#fff;border-radius:4px}.footer__form button{background:var(--color-secondary);color:#fff;border:none;padding:.6rem 1rem;border-radius:4px;cursor:pointer}.footer__bottom{margin-top:3rem;padding:1.5rem 0;border-top:1px solid #333;text-align:center}.footer__disclaimer{font-size:.75rem;color:#888;margin-bottom:.75rem;max-width:700px;margin-left:auto;margin-right:auto}.footer__copyright{font-size:.85rem;margin-bottom:.5rem}.footer__legal-links{display:flex;gap:1.5rem;justify-content:center;font-size:.85rem}.footer__legal-links a{color:#999}@media(max-width:768px){.header__nav{display:none}.header__mobile-toggle{display:block}.hero__title{font-size:2rem}.hero{padding:4rem 0}.product-info__grid{grid-template-columns:1fr}.footer__grid{grid-template-columns:1fr 1fr}.trust-bar__inner{gap:1.5rem}.nav__mega-menu{flex-direction:column}.collection__toolbar{flex-direction:column;gap:1rem}}@media(max-width:480px){.footer__grid{grid-template-columns:1fr}.hero__title{font-size:1.75rem}.newsletter__form{flex-direction:column}}.fda-disclaimer{margin-top:24px;padding:16px 20px;background:#fff8e1;border-left:4px solid #B8860B;border-radius:4px;font-size:12px;line-height:1.5;color:#5d4037}.fda-disclaimer p{margin:0}.fda-inline{font-size:11px;color:#888;margin-top:8px;padding-left:12px;border-left:2px solid #ddd}.product-overview{margin-bottom:24px}.product-overview h3{color:#1b3a5c;font-size:20px;margin-bottom:12px}.benefits-list{list-style:none;padding:0;margin:0 0 12px}.benefits-list li{margin-bottom:8px;background:#edf1f7;border-radius:8px;font-size:15px;line-height:1.5;color:#1b3a5c;position:relative;padding:10px 16px 10px 36px}.benefits-list li:before{content:"\2713";position:absolute;left:12px;color:#7b2d3e;font-weight:700;font-size:16px}.product-usage{margin-bottom:24px;padding:16px 20px;background:#f8f9fa;border-radius:8px;border:1px solid #e9ecef}.product-usage h3{color:#1b3a5c;font-size:16px;margin:0 0 8px}.product-usage p{margin:0;color:#3a3a3a;font-size:15px}.product-section{margin-top:16px;border:1px solid #e0e0e0;border-radius:8px;overflow:hidden}.product-section summary{cursor:pointer;padding:14px 20px;background:#f8f9fa;border-bottom:1px solid transparent;list-style:none;display:flex;align-items:center;justify-content:space-between}.product-section summary::-webkit-details-marker{display:none}.product-section summary:after{content:"+";font-size:20px;font-weight:700;color:#7b2d3e;transition:transform .2s}.product-section[open] summary:after{content:"\2212"}.product-section[open] summary{border-bottom:1px solid #e0e0e0}.product-section summary h3{margin:0;font-size:16px;color:#1b3a5c}.product-section>p,.product-section>h4,.product-section>ul,.product-section>ol,.product-section>table,.product-section>.fda-inline{padding:0 20px}.product-section>p:first-of-type{padding-top:16px}.energetics-table{width:100%;border-collapse:collapse;margin:16px 0}.energetics-table td{padding:10px 16px;border-bottom:1px solid #eee;font-size:14px}.energetics-table tr:nth-child(2n){background:#edf1f7}.energetics-table td:first-child{width:40%;color:#1b3a5c;font-weight:600}.research-refs{font-size:13px;color:#666;padding-left:36px}.research-refs li{margin-bottom:6px;line-height:1.4}.product-hero{display:grid;grid-template-columns:1fr 1fr;gap:40px;margin-bottom:40px;align-items:start}@media(max-width:768px){.product-hero{grid-template-columns:1fr;gap:24px}}.product-hero__media{position:relative;border-radius:12px;overflow:hidden;background:#f8f9fa}.product-hero__image img{width:100%;height:auto;display:block}.product-hero__placeholder{display:flex;align-items:center;justify-content:center;min-height:400px;background:var(--color-bg-alt)}.product-hero__placeholder img{max-width:200px;opacity:.4}.product-hero__badges{position:absolute;bottom:12px;left:12px;display:flex;gap:8px;flex-wrap:wrap}.badge{display:inline-block;padding:5px 12px;border-radius:20px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.badge--research{background:#1b5e3be6;color:#fff}.badge--tradition{background:#b8860be6;color:#fff}.product-hero__info{display:flex;flex-direction:column;gap:16px}.product-hero__title{font-family:var(--font-heading);font-size:28px;color:var(--color-primary);line-height:1.2;margin:0}.product-hero__price{font-size:24px;font-weight:700;color:var(--color-secondary);margin:0}.product-hero__tags{display:flex;flex-wrap:wrap;gap:6px}.product-hero__points{margin:8px 0}.hero-points-list{list-style:none;padding:0;margin:0}.hero-points-list li{padding:10px 14px 10px 36px;margin-bottom:8px;background:var(--color-bg-alt);border-radius:8px;font-size:14px;line-height:1.5;color:var(--color-primary);position:relative;border-left:3px solid var(--color-accent)}.hero-points-list li:before{content:"\2713";position:absolute;left:12px;color:var(--color-accent);font-weight:700}.hero-points-list li strong{font-weight:600}.product-hero__usage{padding:12px 16px;background:#f0f4f0;border-radius:8px;border:1px solid #d4e4d4;font-size:14px}.product-hero__usage h3{font-size:14px;margin:0 0 4px;color:var(--color-primary)}.product-hero__usage p{margin:0;font-size:13px;color:var(--color-text)}.product-hero__quantity{display:flex;align-items:center;gap:12px}.product-hero__quantity label{font-size:14px;font-weight:500;color:var(--color-text)}.product-hero__quantity input{width:70px;padding:8px 12px;border:1px solid var(--color-border);border-radius:6px;font-size:15px;text-align:center}.product-hero__trust{display:flex;flex-wrap:wrap;gap:12px;padding-top:8px;border-top:1px solid var(--color-border)}.product-hero__trust span{font-size:12px;color:var(--color-accent);font-weight:500}.product-detail{max-width:900px;margin:0 auto}.product-detail h3{color:var(--color-primary);font-family:var(--font-heading)}.product-detail h4{color:var(--color-secondary);font-size:15px;margin-top:16px}.ingredient-page{padding:60px 0}.ingredient-hero{display:grid;grid-template-columns:300px 1fr;gap:40px;margin-bottom:60px;align-items:start}.ingredient-hero__image img{width:100%;border-radius:12px;box-shadow:0 4px 20px #0000001a}.ingredient-hero__placeholder{width:100%;aspect-ratio:1;display:flex;align-items:center;justify-content:center;background:var(--color-light-sage, #EDF1F7);border-radius:12px}.ingredient-hero__botanical{font-style:italic;color:var(--color-sage, #7B2D3E);font-size:1rem;margin-bottom:4px}.ingredient-hero__title{font-family:Playfair Display,serif;font-size:2.5rem;color:var(--color-deep-green, #1B3A5C);margin:0 0 8px}.ingredient-hero__sanskrit,.ingredient-hero__family{font-size:.9rem;color:var(--color-body-text, #3A3A3A);margin-bottom:4px}.ingredient-hero__summary{font-size:1.1rem;line-height:1.7;color:var(--color-body-text, #3A3A3A);margin-top:16px}.ingredient-detail__section{margin-bottom:40px}.ingredient-detail__section h2{font-family:Playfair Display,serif;color:var(--color-deep-green, #1B3A5C);font-size:1.6rem;margin-bottom:16px;padding-bottom:8px;border-bottom:2px solid var(--color-warm-gold, #B8860B)}.ingredient-detail__profile{font-size:1rem;line-height:1.8;color:var(--color-body-text, #3A3A3A)}.ingredient-benefits{display:flex;flex-wrap:wrap;gap:10px}.benefit-tag{display:inline-block;padding:8px 16px;background:var(--color-light-sage, #EDF1F7);color:var(--color-deep-green, #1B3A5C);border-radius:20px;font-size:.9rem;font-weight:500}.ingredient-products{margin-top:60px;padding-top:40px;border-top:1px solid #E0E0E0}.ingredient-products h2{font-family:Playfair Display,serif;color:var(--color-deep-green, #1B3A5C);font-size:1.6rem;margin-bottom:24px}.ingredient-products__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:24px}.ingredient-products__manual{display:flex;flex-wrap:wrap;gap:12px;margin-top:16px}.ingredient-product-link{display:inline-block;padding:10px 20px;border:1px solid var(--color-deep-green, #1B3A5C);color:var(--color-deep-green, #1B3A5C);border-radius:6px;text-decoration:none;font-weight:500;transition:all .2s ease}.ingredient-product-link:hover{background:var(--color-deep-green, #1B3A5C);color:#fff}.ingredient-disclaimer{margin-top:60px;padding:20px;background:#f8f8f8;border-radius:8px;font-size:.85rem;color:#888}.ingredient-highlights{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:16px;margin:16px 0 24px}.ingredient-card{text-align:center;padding:16px 12px;background:var(--color-light-sage, #EDF1F7);border-radius:10px;transition:transform .2s ease,box-shadow .2s ease}.ingredient-card:hover{transform:translateY(-3px);box-shadow:0 4px 12px #0000001a}.ingredient-link{text-decoration:none;color:inherit;display:flex;flex-direction:column;align-items:center;gap:8px}.ingredient-img{width:80px;height:80px;object-fit:cover;border-radius:50%;border:2px solid var(--color-sage, #7B2D3E)}.ingredient-name{font-weight:600;font-size:.9rem;color:var(--color-deep-green, #1B3A5C)}.ingredient-botanical{font-size:.75rem;color:var(--color-sage, #7B2D3E)}@media(max-width:768px){.ingredient-hero{grid-template-columns:1fr;gap:24px}.ingredient-hero__image img{max-width:250px;margin:0 auto;display:block}.ingredient-hero__title{font-size:2rem}.ingredient-highlights{grid-template-columns:repeat(auto-fill,minmax(110px,1fr));gap:10px}.ingredient-img{width:60px;height:60px}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/theme.css.map */
