@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400&family=Inter:wght@300;400;500;600&display=swap";:root{--av-bg: #0D0B07;--av-surface: #131008;--av-surface-2: #1A1610;--av-gold: #C4973C;--av-gold-light: #E8C97A;--av-gold-dim: #8a6a28;--av-cream: #F0E8D0;--av-muted: #7A6E5A;--av-border: rgba(196,151,60,.2);--av-font-head: "Cormorant Garamond", Georgia, serif;--av-font-body: "Inter", system-ui, sans-serif;--av-radius: 2px;--av-transition: .35s cubic-bezier(.4, 0, .2, 1);--av-max-width: 1280px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--av-bg);color:var(--av-cream);font-family:var(--av-font-body);font-size:16px;line-height:1.7;-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5,h6{font-family:var(--av-font-head);font-weight:400;line-height:1.15;letter-spacing:.02em}a{color:inherit;text-decoration:none}img{display:block;max-width:100%;height:auto}ul,ol{list-style:none}.page-width{max-width:var(--av-max-width);margin:0 auto;padding:0 2rem}.av-gold-text{color:var(--av-gold)}.av-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.9rem 2.2rem;font-family:var(--av-font-body);font-size:.875rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;border:1px solid transparent;cursor:pointer;transition:all var(--av-transition)}.av-btn--primary{background:var(--av-gold);color:#0d0b07;border-color:var(--av-gold)}.av-btn--primary:hover{background:var(--av-gold-light);border-color:var(--av-gold-light)}.av-btn--ghost{background:transparent;color:var(--av-cream);border-color:#f0e8d059}.av-btn--ghost:hover{border-color:var(--av-gold);color:var(--av-gold)}.av-btn--full{width:100%}.av-btn--large{padding:1.1rem 3rem;font-size:1rem}.av-section-header{text-align:center;margin-bottom:4rem}.av-section-eyebrow{font-size:.75rem;letter-spacing:.25em;text-transform:uppercase;color:var(--av-gold);margin-bottom:1rem}.av-section-title{font-size:clamp(2rem,4vw,3.5rem);margin-bottom:1rem}.av-section-desc{color:var(--av-muted);max-width:560px;margin:0 auto;font-size:1.05rem}.av-badge{display:inline-block;padding:.3rem .85rem;border:1px solid var(--av-border);font-size:.7rem;letter-spacing:.18em;text-transform:uppercase;color:var(--av-gold);border-radius:40px}.av-hero{position:relative;min-height:100vh;display:flex;align-items:center;overflow:hidden}.av-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.av-hero__bg-img{width:100%;height:100%;object-fit:cover;object-position:center;filter:brightness(.25) saturate(.5)}.av-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#0d0b07d9,#0d0b0766 60%,#0d0b07b3)}.av-hero__content{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;padding-top:7rem;padding-bottom:5rem}.av-hero__eyebrow{font-size:.7rem;letter-spacing:.3em;text-transform:uppercase;color:var(--av-gold);margin-bottom:1.5rem}.av-hero__headline{font-size:clamp(3rem,6vw,5.5rem);font-weight:300;line-height:1.05;margin-bottom:1.5rem}.av-hero__sub{color:var(--av-muted);font-size:1.05rem;margin-bottom:2rem;line-height:1.8}.av-hero__badges{display:flex;gap:.6rem;flex-wrap:wrap;margin-bottom:2.5rem}.av-hero__cta{display:flex;gap:1rem;flex-wrap:wrap}.av-hero__product{position:relative;display:flex;justify-content:center;align-items:center}.av-hero__product-glow{position:absolute;width:60%;height:60%;background:radial-gradient(circle,rgba(196,151,60,.18) 0%,transparent 70%);border-radius:50%;animation:glow-pulse 3s ease-in-out infinite}@keyframes glow-pulse{0%,to{transform:scale(1);opacity:.7}50%{transform:scale(1.15);opacity:1}}.av-hero__product-img{width:100%;max-width:520px;position:relative;z-index:1;filter:drop-shadow(0 40px 80px rgba(0,0,0,.8));animation:float 5s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}.av-hero__product-badge{position:absolute;bottom:10%;right:5%;z-index:2}.av-fulvic-badge{display:flex;flex-direction:column;align-items:center;justify-content:center;width:80px;height:80px;border-radius:50%;border:2px solid var(--av-gold);background:#0d0b07d9;font-size:.65rem;letter-spacing:.05em;text-transform:uppercase;color:var(--av-cream);text-align:center}.av-fulvic-badge strong{font-family:var(--av-font-head);font-size:1.3rem;color:var(--av-gold);display:block}.av-hero__scroll-hint{position:absolute;bottom:2.5rem;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:.5rem;font-size:.65rem;letter-spacing:.2em;text-transform:uppercase;color:var(--av-muted);z-index:1}.av-hero__scroll-line{width:1px;height:40px;background:linear-gradient(to bottom,var(--av-gold),transparent);animation:scroll-line 2s ease-in-out infinite}@keyframes scroll-line{0%{opacity:1;transform:scaleY(1);transform-origin:top}to{opacity:0;transform:scaleY(0);transform-origin:top}}.av-trust-bar{background:var(--av-surface);border-top:1px solid var(--av-border);border-bottom:1px solid var(--av-border);padding:1.1rem 0}.av-trust-bar__list{display:flex;align-items:center;justify-content:center;gap:1.5rem;flex-wrap:wrap}.av-trust-bar__item{display:flex;align-items:center;gap:.5rem;font-size:.78rem;letter-spacing:.1em;text-transform:uppercase;color:var(--av-gold)}.av-trust-bar__divider{color:var(--av-border);font-size:1rem}.av-product-highlight{padding:7rem 0;background:var(--av-bg)}.av-product-highlight__grid{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:start}.av-product-highlight__main-img-wrap{background:var(--av-surface);border:1px solid var(--av-border);overflow:hidden;margin-bottom:1rem}.av-product-highlight__main-img{width:100%;aspect-ratio:1;object-fit:cover;transition:transform .6s ease}.av-product-highlight__main-img:hover{transform:scale(1.03)}.av-product-highlight__thumb-row{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem}.av-product-highlight__thumb{aspect-ratio:1;object-fit:cover;border:1px solid transparent;cursor:pointer;transition:border-color var(--av-transition);opacity:.6}.av-product-highlight__thumb:hover,.av-product-highlight__thumb.av-thumb-active{border-color:var(--av-gold);opacity:1}.av-product-highlight__eyebrow{font-size:.7rem;letter-spacing:.25em;text-transform:uppercase;color:var(--av-gold);margin-bottom:.75rem}.av-product-highlight__title{font-size:clamp(2.2rem,4vw,3.5rem);margin-bottom:.5rem}.av-product-highlight__sub{color:var(--av-muted);font-size:.9rem;margin-bottom:2rem;letter-spacing:.05em}.av-product-highlight__price-row{display:flex;align-items:baseline;gap:1rem;margin-bottom:2rem;flex-wrap:wrap}.av-product-highlight__price{font-family:var(--av-font-head);font-size:2.5rem;color:var(--av-gold)}.av-product-highlight__mrp{font-size:1rem;color:var(--av-muted);text-decoration:line-through}.av-product-highlight__discount{background:var(--av-gold);color:#0d0b07;font-size:.75rem;font-weight:600;padding:.2rem .6rem;letter-spacing:.05em}.av-product-highlight__stats{display:grid;grid-template-columns:repeat(4,1fr);gap:0;border:1px solid var(--av-border);margin-bottom:2rem}.av-stat{display:flex;flex-direction:column;align-items:center;padding:1rem .5rem;border-right:1px solid var(--av-border);text-align:center}.av-stat:last-child{border-right:none}.av-stat strong{font-family:var(--av-font-head);font-size:1.6rem;color:var(--av-gold)}.av-stat span{font-size:.65rem;letter-spacing:.1em;text-transform:uppercase;color:var(--av-muted);margin-top:.2rem}.av-product-highlight__bullets{margin-bottom:2rem;display:flex;flex-direction:column;gap:.6rem}.av-product-highlight__bullets li{font-size:.9rem;color:var(--av-cream);opacity:.85;padding-left:.25rem}.av-product-highlight__actions{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem}.av-product-form{width:100%}.av-product-highlight__guarantee{display:flex;align-items:center;gap:.6rem;font-size:.78rem;color:var(--av-muted);padding-top:1rem;border-top:1px solid var(--av-border)}.av-product-highlight__guarantee svg{color:var(--av-gold);flex-shrink:0}.av-benefits{padding:7rem 0;background:var(--av-surface)}.av-benefits__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5px;background:var(--av-border)}.av-benefit-card{background:var(--av-surface);padding:3rem 2.5rem;transition:background var(--av-transition);position:relative;overflow:hidden}.av-benefit-card:before{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:var(--av-gold);transition:width var(--av-transition)}.av-benefit-card:hover{background:var(--av-surface-2)}.av-benefit-card:hover:before{width:100%}.av-benefit-card__icon{color:var(--av-gold);margin-bottom:1.5rem}.av-benefit-card__title{font-family:var(--av-font-head);font-size:1.6rem;margin-bottom:.8rem;color:var(--av-cream)}.av-benefit-card__desc{font-size:.9rem;color:var(--av-muted);line-height:1.75}.av-how-to-use{padding:7rem 0;background:var(--av-bg)}.av-how-to-use__inner{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}.av-how-to-use__img{width:100%;border:1px solid var(--av-border)}.av-how-to-use__img-note{margin-top:1rem;font-size:.78rem;color:var(--av-muted);text-align:center;letter-spacing:.08em}.av-steps{display:flex;flex-direction:column;gap:2rem;margin:2.5rem 0}.av-step{display:flex;gap:1.5rem;align-items:flex-start}.av-step__num{font-family:var(--av-font-head);font-size:2rem;color:var(--av-gold);opacity:.5;line-height:1;min-width:3rem}.av-step__body h4{font-family:var(--av-font-head);font-size:1.3rem;margin-bottom:.4rem;color:var(--av-cream)}.av-step__body p{font-size:.9rem;color:var(--av-muted);line-height:1.75}.av-science{padding:7rem 0;background:var(--av-surface)}.av-science__grid{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:start}.av-science__lead{font-size:1.1rem;line-height:1.8;margin-bottom:2.5rem;color:var(--av-cream)}.av-science__facts{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:2.5rem}.av-science__fact{text-align:center;padding:1.5rem;border:1px solid var(--av-border)}.av-science__fact-num{font-family:var(--av-font-head);font-size:2.5rem;display:block;margin-bottom:.25rem}.av-science__fact-label{font-size:.7rem;letter-spacing:.12em;text-transform:uppercase;color:var(--av-muted)}.av-science__points{display:flex;flex-direction:column;gap:1.5rem}.av-science__point h4{font-family:var(--av-font-head);font-size:1.2rem;margin-bottom:.4rem}.av-science__point p{font-size:.88rem;color:var(--av-muted);line-height:1.75}.av-science__purity-card{border:1px solid var(--av-border);padding:2.5rem;background:var(--av-bg);position:sticky;top:2rem}.av-science__purity-header{font-family:var(--av-font-head);font-size:1.4rem;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid var(--av-border)}.av-science__purity-meter{margin-bottom:1.75rem}.av-meter-label{display:flex;justify-content:space-between;font-size:.82rem;margin-bottom:.5rem;color:var(--av-cream)}.av-meter-bar{height:4px;background:#ffffff14;border-radius:2px;overflow:hidden}.av-meter-fill{height:100%;width:var(--fill, 0%);background:var(--av-gold);border-radius:2px;transition:width 1.5s ease}.av-science__purity-note{font-size:.72rem;color:var(--av-muted);text-align:center;margin-top:1.5rem;letter-spacing:.05em}.av-testimonials{padding:7rem 0;background:var(--av-bg)}.av-testimonials__stars-summary{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:3.5rem;font-size:.85rem;color:var(--av-muted)}.av-stars{color:var(--av-gold);font-size:1.2rem}.av-testimonials__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.av-testimonial-card{background:var(--av-surface);border:1px solid var(--av-border);padding:2.5rem;transition:border-color var(--av-transition),transform var(--av-transition)}.av-testimonial-card:hover{border-color:var(--av-gold);transform:translateY(-4px)}.av-testimonial-card--featured{background:var(--av-surface-2);border-color:var(--av-gold);position:relative}.av-testimonial-card__stars{color:var(--av-gold);margin-bottom:1rem;font-size:.9rem}.av-testimonial-card__text{font-size:.92rem;color:var(--av-cream);line-height:1.8;margin-bottom:1.5rem;opacity:.85}.av-testimonial-card__author{display:flex;align-items:center;gap:.75rem}.av-testimonial-card__avatar{width:42px;height:42px;border-radius:50%;background:var(--av-gold);color:#0d0b07;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:600;flex-shrink:0}.av-testimonial-card__author strong{display:block;font-size:.88rem;font-weight:500}.av-testimonial-card__author span{font-size:.75rem;color:var(--av-muted)}.av-cta{position:relative;padding:9rem 0;overflow:hidden;text-align:center}.av-cta__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.av-cta__bg-img{width:100%;height:100%;object-fit:cover;filter:brightness(.2) saturate(.4)}.av-cta__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#0d0b0799,#0d0b07cc)}.av-cta__content{position:relative;z-index:1}.av-cta__title{font-size:clamp(2.5rem,5vw,4.5rem);margin-bottom:1.5rem;font-weight:300}.av-cta__sub{color:var(--av-muted);font-size:1.05rem;margin-bottom:2.5rem}.av-cta__actions{margin-bottom:2.5rem}.av-cta__trust{display:flex;gap:2rem;justify-content:center;flex-wrap:wrap;font-size:.75rem;letter-spacing:.12em;text-transform:uppercase;color:var(--av-gold)}.av-reveal{opacity:0;transform:translateY(24px);transition:opacity .7s ease,transform .7s ease}.av-reveal.av-revealed{opacity:1;transform:translateY(0)}.shopify-section{margin:0!important}.header{background:#0d0b07eb!important;border-bottom:1px solid var(--av-border)!important;-webkit-backdrop-filter:blur(12px)!important;backdrop-filter:blur(12px)!important}.header__heading-link,.header__menu-item{color:var(--av-cream)!important}.header__heading-link:hover,.header__menu-item:hover{color:var(--av-gold)!important}.cart-count-bubble{background:var(--av-gold)!important}.footer{background:var(--av-surface)!important;border-top:1px solid var(--av-border)!important}.footer__heading{color:var(--av-gold)!important}.footer a{color:var(--av-muted)!important}.footer a:hover{color:var(--av-cream)!important}.product__title{font-family:var(--av-font-head)!important}.price__current{color:var(--av-gold)!important;font-family:var(--av-font-head)!important}button[name=add]{background:var(--av-gold)!important;color:#0d0b07!important;border-color:var(--av-gold)!important}button[name=add]:hover{background:var(--av-gold-light)!important;border-color:var(--av-gold-light)!important}@media(max-width:900px){.av-hero__content{grid-template-columns:1fr;gap:2rem}.av-hero__product{display:none}.av-hero__headline{font-size:clamp(2.5rem,8vw,4rem)}.av-product-highlight__grid{grid-template-columns:1fr;gap:2.5rem}.av-product-highlight__stats{grid-template-columns:repeat(2,1fr)}.av-benefits__grid{grid-template-columns:1fr 1fr}.av-how-to-use__inner{grid-template-columns:1fr}.av-how-to-use__image-side{display:none}.av-science__grid,.av-testimonials__grid{grid-template-columns:1fr}.av-trust-bar__divider{display:none}.av-science__facts{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.page-width{padding:0 1.25rem}.av-benefits__grid{grid-template-columns:1fr}.av-hero__cta{flex-direction:column}.av-cta__trust{gap:1rem}.av-product-highlight__stats{grid-template-columns:repeat(2,1fr)}}@media(prefers-reduced-motion:reduce){.av-hero__product-img,.av-hero__product-glow,.av-hero__scroll-line{animation:none}.av-reveal{opacity:1;transform:none;transition:none}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/auriveda.css.map */
