:root{--rv-green:#0c4a20;--rv-green-2:#146b35;--rv-cream:#fbf8ef;--rv-gold:#9b6d29;--rv-red:#b91c1c;--rv-ink:#173d24;--rv-muted:#667267;--rv-border:#e4dac0;--rv-radius:14px;--rv-shadow:0 12px 35px rgba(23,61,36,.08)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--rv-cream);color:var(--rv-ink);font-family:Georgia,Times New Roman,serif}a{text-decoration:none;color:inherit}img{max-width:100%}button,input,select,textarea{font:inherit}.rv-announcement{background:var(--rv-green);color:#fff;min-height:36px;padding:8px 5%;display:flex;gap:14px;align-items:center;font:12px Arial,sans-serif}.rv-ann-right{margin-left:auto}.rv-header{min-height:82px;background:#fffdf8;display:flex;align-items:center;padding:10px 5%;border-bottom:1px solid #e8dfc9;position:sticky;top:0;z-index:30;box-shadow:0 3px 15px #00000008}.rv-brand{display:flex;align-items:center;gap:10px;min-width:250px}.rv-brand img{width:58px;height:58px;object-fit:cover;border-radius:50%}.rv-brand strong{font-size:19px;letter-spacing:.3px}.rv-brand small{display:block;color:var(--rv-gold);margin-top:3px;font-size:11px}.rv-nav{margin-left:auto;display:flex;gap:24px;font:600 12px Arial,sans-serif;text-transform:uppercase;letter-spacing:.4px}.rv-nav a{padding:10px 0;position:relative}.rv-nav a:hover{color:var(--rv-green)}.rv-icons{display:flex;gap:14px;margin-left:24px;font:20px Arial;align-items:center}.rv-cart-count{background:var(--rv-red);color:#fff;border-radius:50%;font:10px Arial;padding:3px 6px;vertical-align:top}.rv-menu{display:none;margin-left:auto;border:0;background:#fff;border-radius:10px;width:44px;height:44px;padding:9px;cursor:pointer;flex-direction:column;justify-content:center;gap:5px;z-index:102}.rv-menu span{display:block;height:2px;width:22px;background:var(--rv-green);border-radius:3px;transition:.2s}.rv-menu[aria-expanded=true] span:nth-child(1){transform:translateY(7px) rotate(45deg)}.rv-menu[aria-expanded=true] span:nth-child(2){opacity:0}.rv-menu[aria-expanded=true] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.rv-nav-lock{overflow:hidden}.rv-hero{position:relative;min-height:620px;padding:70px 7%;display:flex;align-items:center;overflow:hidden;background:radial-gradient(circle at 75% 35%,#fffdf2,#eee8d2 62%,#e6e0c9)}.rv-hero-copy{max-width:650px;position:relative;z-index:2}.rv-eyebrow,.rv-title p{font:700 12px Arial,sans-serif;letter-spacing:3px;color:var(--rv-gold)}.rv-hero h1{font-size:clamp(40px,5vw,64px);line-height:1.08;margin:12px 0;color:#124521}.rv-hero-copy>p:not(.rv-eyebrow){font-size:19px;line-height:1.6;color:#4b594d;max-width:590px}.rv-buttons,.ra-hero-buttons{display:flex;gap:12px;margin-top:25px;flex-wrap:wrap}.rv-btn,.ra-btn{border:0;padding:14px 22px;border-radius:9px;font:700 12px Arial,sans-serif;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:.2s}.rv-btn:hover,.ra-btn:hover{transform:translateY(-2px)}.rv-primary,.ra-btn-primary{background:var(--rv-green);color:#fff}.rv-outline,.ra-btn-secondary{border:1px solid var(--rv-green);color:var(--rv-green);background:transparent}.rv-hero-products{display:flex;align-items:flex-end;max-width:520px;margin-left:auto}.rv-hero-products img{width:260px;height:360px;object-fit:contain;mix-blend-mode:multiply}.rv-section{padding:68px 7%}.rv-title{text-align:center;margin-bottom:36px}.rv-title h1,.rv-title h2{font-size:clamp(28px,3vw,36px);margin:7px 0;color:#164724}.rv-title span{font-size:15px;color:#6b745f}.rv-left{text-align:left}.rv-products{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.rv-product-card{display:grid;grid-template-columns:44% 56%;background:#fff;border:1px solid var(--rv-border);border-radius:var(--rv-radius);overflow:hidden;box-shadow:var(--rv-shadow);transition:.25s}.rv-product-card:hover{transform:translateY(-3px)}.rv-product-image{background:#f8f5ea;display:flex;align-items:center;justify-content:center;min-height:320px}.rv-product-image img{width:100%;height:320px;object-fit:contain;mix-blend-mode:multiply}.rv-product-info{padding:28px 24px}.rv-product-info h3{font-size:24px;margin:12px 0 10px}.rv-product-info p{color:#596257;line-height:1.55;margin:0}.rv-product-info strong,.rv-price{display:block;color:var(--rv-red);font:700 22px Arial,sans-serif;margin:18px 0}.rv-pill{font:11px Arial,sans-serif;background:#eaf2e8;color:var(--rv-green);padding:6px 10px;border-radius:20px}.rv-add-form{margin:0}.rv-details{display:block;padding:13px 0;font:700 11px Arial;color:var(--rv-green)}.rv-trust{display:grid;grid-template-columns:repeat(4,1fr);background:#f0eddc;border-top:1px solid #ded6bc;border-bottom:1px solid #ded6bc}.rv-trust div{padding:24px 5%;border-right:1px solid #d9d2b8}.rv-trust div:last-child{border-right:0}.rv-trust b{display:block;font:700 13px Arial,sans-serif}.rv-trust small{display:block;color:#697061;margin-top:7px;line-height:1.4}.rv-story{padding:80px 10%;display:grid;grid-template-columns:1fr 1fr;gap:55px;align-items:center;background:#f3eddb}.rv-story>img{width:80%;max-width:350px;margin:auto;mix-blend-mode:multiply;border-radius:50%}.rv-story p{line-height:1.7;color:#536050}.rv-ingredients{display:grid;grid-template-columns:repeat(7,1fr);gap:14px}.rv-ingredients>div{background:#fff;border:1px solid #e8e1d0;padding:20px 10px;text-align:center;border-radius:10px}.rv-herb{font-size:28px}.rv-ingredients b,.rv-ingredients small{display:block}.rv-ingredients b{font-size:15px;margin-top:9px}.rv-ingredients small{font:12px Arial;color:#70776c;margin-top:6px}.rv-reviews{padding:68px 7%;background:#f4efe0}.rv-review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.rv-review-grid blockquote{margin:0;background:#fff;padding:26px;border-radius:12px;line-height:1.7;color:#4e574d;box-shadow:0 8px 22px #0000000a}.rv-review-stars{color:#b47b20;letter-spacing:2px}.rv-review-note{font:11px Arial;color:#777;margin-top:8px}.rv-review-grid cite{display:block;margin-top:15px;font-style:normal;font-weight:700}.rv-faq details{max-width:900px;margin:10px auto;background:#fff;padding:20px;border:1px solid #e3dccb;border-radius:10px;font-family:Arial,sans-serif}.rv-faq summary{font-weight:700;cursor:pointer}.rv-faq details p{color:#666;line-height:1.55}.rv-footer{background:#073617;color:#e9f0e5;padding:55px 7%;font-family:Arial,sans-serif}.rv-footer-grid{display:grid;grid-template-columns:1.3fr 1fr 1fr 1.3fr;gap:30px}.rv-footer-logo{width:75px;height:75px;object-fit:cover;border-radius:50%}.rv-footer h3{font-family:Georgia}.rv-footer a,.rv-footer p{color:#c9d6c7;font-size:13px;display:block;margin:8px 0}.rv-footer h4{font-size:13px;letter-spacing:1px}.rv-copyright{border-top:1px solid #376145;padding-top:20px;margin-top:30px;font-size:12px;color:#b7c7b7}.rv-product{background:#fff;padding:54px 20px;color:#1f1f1f}.rv-wrap{max-width:1250px;margin:auto;display:grid;grid-template-columns:1.05fr .95fr;gap:55px}.rv-main{position:relative;background:#f7f9f7;border-radius:16px;overflow:hidden}.rv-slide{display:none;aspect-ratio:1}.rv-slide.active{display:block}.rv-slide img{width:100%;height:100%;object-fit:contain}.rv-prev,.rv-next{position:absolute;top:50%;z-index:2;border:0;border-radius:50%;width:44px;height:44px;background:#fff;box-shadow:0 3px 12px #0002;font-size:28px;cursor:pointer}.rv-prev{left:15px}.rv-next{right:15px}.rv-thumbs{display:flex;gap:10px;margin-top:12px;overflow:auto}.rv-thumb{flex:0 0 70px;width:70px;height:70px;padding:0;border:2px solid transparent;background:#f7f9f7;border-radius:8px;overflow:hidden;cursor:pointer}.rv-thumb.active{border-color:var(--rv-green)}.rv-thumb img{width:100%;height:100%;object-fit:cover}.rv-info{position:sticky;top:105px}.rv-vendor{color:var(--rv-green);font-weight:700;font:12px Arial;text-transform:uppercase;letter-spacing:1px}.rv-info h1{font-size:clamp(30px,3.3vw,44px);line-height:1.12;margin:8px 0 12px}.rv-price{font-size:28px}.rv-price del{font-size:16px;color:#888;margin-left:10px}.rv-sale{display:inline-block;background:#fff1f1;color:var(--rv-red);padding:6px 9px;border-radius:6px;font:700 11px Arial;margin-bottom:10px}.rv-desc{color:#606b63;line-height:1.7;margin-bottom:20px}.rv-select{width:100%;padding:14px;border:1px solid #ddd;border-radius:9px;margin:8px 0 20px;background:#fff}.rv-buy{display:flex;gap:10px;margin-bottom:12px}.rv-qty{display:flex;border:1px solid #ddd;border-radius:9px;overflow:hidden;flex:0 0 auto}.rv-qty button{width:42px;border:0;background:#fff;font-size:20px;cursor:pointer}.rv-qty input{width:48px;border:0;text-align:center}.rv-cart{flex:1;background:var(--rv-green);color:#fff;border:0;border-radius:9px;font-weight:700;min-height:54px;cursor:pointer}.rv-cart:disabled{opacity:.55;cursor:not-allowed}.rv-payment .shopify-payment-button__button{min-height:52px;border-radius:9px!important}.rv-trust-box{background:#eaf4ea;padding:15px 17px;border-radius:10px;margin:18px 0;font:13px Arial;line-height:1.8;color:#35513c}.rv-info details{border-top:1px solid #ddd;padding:16px 0}.rv-info summary{font-weight:700;cursor:pointer;font-family:Arial}.rv-info details>div,.rv-info details>p{line-height:1.7;color:#555}.rv-product-extra{max-width:1250px;margin:25px auto 0;padding-top:35px;border-top:1px solid #e8e2d5}.rv-extra-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.rv-extra-card{background:#f8f6ef;border-radius:12px;padding:20px}.rv-extra-card b{display:block;margin-bottom:7px}.rv-extra-card span{font:13px Arial;color:#667267;line-height:1.5}.rv-product-page{padding:70px 7%;display:grid;grid-template-columns:55% 45%;gap:55px;max-width:1300px;margin:auto}.rv-product-gallery{display:grid;grid-template-columns:1fr 1fr;gap:16px}.rv-product-gallery img{width:100%;height:480px;object-fit:contain;background:#fff;border-radius:10px}.rv-product-buy h1{font-size:42px;color:#164724}.rv-description{line-height:1.7;color:#555}.rv-buy-form select,.rv-buy-form input,.rv-search input{width:100%;padding:13px;margin:7px 0 15px;border:1px solid #d7d0c0;border-radius:7px;background:#fff}.rv-collection-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}.rv-collection-card{background:#fff;padding:20px;border-radius:12px;border:1px solid var(--rv-border)}.rv-collection-card img{width:100%;height:300px;object-fit:contain}.rv-collection-card h3{font-size:21px}.rv-cart-line{display:grid;grid-template-columns:100px 1fr auto;gap:20px;padding:20px 0;border-bottom:1px solid #ddd;align-items:center}.rv-cart-line img{width:100px;height:110px;object-fit:contain}.rv-cart-line input{width:70px;padding:8px}.rv-cart-bottom{display:flex;justify-content:space-between;align-items:center;padding:25px 0}.rv-cart-bottom>div{display:flex;align-items:center;gap:20px}.rv-page-body{max-width:900px;margin:auto;line-height:1.8;background:#fff;padding:35px;border-radius:14px;box-shadow:var(--rv-shadow)}.rv-page-body h2,.rv-page-body h3{color:var(--rv-green)}.rv-search{max-width:700px;margin:0 auto 40px;display:flex;gap:10px}.rv-search input{margin:0}.rv-empty{text-align:center;padding:40px}.rigved-toast{position:fixed;right:20px;bottom:20px;background:var(--rv-green);color:#fff;padding:13px 18px;border-radius:8px;opacity:0;transform:translateY(10px);transition:.25s;z-index:50;font:13px Arial}.rigved-toast.show{opacity:1;transform:translateY(0)}.ra-hero{position:relative;width:100%;min-height:680px;display:flex;align-items:center;background-size:cover;background-position:center;overflow:hidden}.ra-hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#faf7e1f5,#faf7e1d6 40%,#faf7e133 74%,#faf7e10a);z-index:1}.ra-hero-content{position:relative;z-index:2;width:100%;max-width:650px;margin-left:7%;padding:70px 0}.ra-eyebrow{color:#98733a;font:700 13px Arial;letter-spacing:4px;margin-bottom:18px}.ra-hero h1{margin:0 0 22px;color:#164d2b;font-size:clamp(42px,5vw,70px);line-height:1.08;font-weight:800}.ra-hero-description{color:#405447;font-size:19px;line-height:1.65;max-width:580px;margin:0 0 30px}.ra-btn{min-height:52px;padding:0 26px}@media(max-width:1050px){.rv-nav{gap:16px}.rv-brand{min-width:220px}.rv-hero{padding:55px 6%}.rv-ingredients{grid-template-columns:repeat(4,1fr)}.rv-wrap{gap:35px}}@media(max-width:900px){.rv-header{position:sticky;top:0;z-index:100}.rv-nav{display:none;position:fixed;left:0;right:0;top:82px;max-height:calc(100vh - 82px);overflow-y:auto;background:#fff;padding:18px 6%;flex-direction:column;gap:0;box-shadow:0 14px 30px #00000024;z-index:101}.rv-header.rv-menu-open .rv-nav,.rv-nav.show{display:flex}.rv-nav a{display:block;padding:15px 4px;border-bottom:1px solid #eee8da;font-size:14px}.rv-nav a:last-child{border-bottom:0}.rv-menu{display:flex}.rv-hero{padding:50px 6%;display:block;text-align:center}.rv-hero-copy{max-width:700px;margin:auto}.rv-hero-copy>p:not(.rv-eyebrow){margin-left:auto;margin-right:auto}.rv-buttons{justify-content:center}.rv-hero-products{justify-content:center;margin:15px auto 0}.rv-hero-products img{width:45%;height:270px}.rv-products,.rv-story,.rv-product-page,.rv-wrap{grid-template-columns:1fr}.rv-info{position:static}.rv-trust{grid-template-columns:1fr 1fr}.rv-review-grid{grid-template-columns:1fr}.rv-footer-grid,.rv-collection-grid{grid-template-columns:1fr 1fr}.rv-extra-grid{grid-template-columns:1fr}.ra-hero{min-height:650px}.ra-hero-content{margin:0 auto;padding:55px 6%;text-align:center}.ra-hero-description{margin-left:auto;margin-right:auto}.ra-hero-buttons{justify-content:center}}@media(max-width:600px){.rv-announcement{justify-content:center;text-align:center}.rv-ann-right{display:none}.rv-header{min-height:72px;padding:8px 4%}.rv-brand{min-width:0}.rv-brand img{width:48px;height:48px}.rv-brand strong{font-size:15px}.rv-brand small{font-size:9px}.rv-icons{margin-left:12px;gap:10px;font-size:18px}.rv-hero{padding:42px 5%}.rv-hero h1{font-size:38px}.rv-hero-copy>p:not(.rv-eyebrow){font-size:16px}.rv-buttons,.ra-hero-buttons{flex-direction:column;align-items:center}.rv-btn,.ra-btn{width:100%;max-width:330px}.rv-hero-products img{height:210px}.rv-section{padding:50px 5%}.rv-products,.rv-product-card{grid-template-columns:1fr}.rv-product-image{min-height:280px}.rv-product-image img{height:280px}.rv-product-info{padding:23px 20px}.rv-trust{grid-template-columns:1fr}.rv-trust div{border-right:0;border-bottom:1px solid #d9d2b8}.rv-trust div:last-child{border-bottom:0}.rv-ingredients{grid-template-columns:repeat(2,1fr)}.rv-footer-grid{grid-template-columns:1fr}.rv-product{padding:28px 12px}.rv-info h1{font-size:31px}.rv-buy{position:sticky;bottom:8px;z-index:20;background:#fff;padding:8px;border-radius:12px;box-shadow:0 6px 25px #0002}.rv-cart{min-height:50px}.rv-page-body{padding:22px}.ra-hero{min-height:650px;background-position:65% center}.ra-hero-overlay{background:linear-gradient(180deg,#faf7e1f7,#faf7e1cc 55%,#faf7e14d)}.ra-hero-content{padding:48px 20px}.ra-hero h1{font-size:36px}.ra-hero-description{font-size:16px}}.rv-gallery{min-width:0}.rv-main{touch-action:pan-y}.rv-slide img{-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.rv-prev,.rv-next{display:grid;place-items:center;padding:0;line-height:1}.rv-thumb[aria-current=true]{border-color:var(--rv-green)}@media(max-width:600px){.rv-main{border-radius:13px}.rv-slide{aspect-ratio:1/1}.rv-prev,.rv-next{width:38px;height:38px;font-size:24px}.rv-thumbs{gap:8px}.rv-thumb{flex-basis:62px;width:62px;height:62px}.rv-product .rv-wrap{gap:28px}}.rv-page{min-height:60vh}.rv-page-richtext{font-size:16px;line-height:1.8}.rv-page-richtext img{max-width:100%;height:auto;border-radius:12px}.rv-page-body{width:100%;max-width:980px}.rv-contact-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:40px;align-items:start}.rv-contact-intro{padding:20px 5px}.rv-contact-intro h2{font-size:clamp(30px,4vw,44px);color:var(--rv-green);margin:10px 0}.rv-contact-detail,.rv-contact-help{display:block;margin-top:16px;color:var(--rv-green)}.rv-contact-form{background:#fff;border:1px solid #e2e5da;border-radius:16px;padding:28px;box-shadow:var(--rv-shadow)}.rv-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.rv-contact-form .field{margin-bottom:16px}.rv-contact-form label{display:block;margin-bottom:7px;font-weight:700;color:var(--rv-green)}.rv-contact-form input,.rv-contact-form textarea{width:100%;border:1px solid #d7ddd2;border-radius:10px;padding:12px;font:inherit;background:#fff}.form-success{padding:14px;border-radius:10px;background:#eaf4e8;color:#245b2d;margin-bottom:16px}.form-errors{padding:14px;border-radius:10px;background:#fff0f0;color:#8d1c1c;margin-bottom:16px}.rv-empty-page{text-align:center;padding:40px 10px}@media(max-width:700px){.rv-contact-layout,.rv-form-grid{grid-template-columns:1fr}.rv-contact-form{padding:20px}}.rv-whatsapp{position:fixed;right:18px;bottom:18px;z-index:90;font-family:Arial,sans-serif}.rv-whatsapp-launch{border:0;border-radius:999px;background:#168c45;color:#fff;padding:13px 18px;display:flex;align-items:center;gap:9px;font-weight:700;box-shadow:0 10px 28px #0000002e;cursor:pointer}.rv-whatsapp-launch span:first-child{font-size:20px}.rv-whatsapp-panel{position:absolute;right:0;bottom:58px;width:310px;background:#fff;border:1px solid #dce6dc;border-radius:16px;box-shadow:0 18px 45px #0000002e;padding:20px;opacity:0;visibility:hidden;transform:translateY(10px);transition:.2s}.rv-whatsapp.show .rv-whatsapp-panel{opacity:1;visibility:visible;transform:translateY(0)}.rv-whatsapp-panel h3{margin:0 28px 7px 0;color:#164724;font-size:19px}.rv-whatsapp-panel p{margin:0 0 16px;color:#667267;font-size:13px;line-height:1.6}.rv-whatsapp-panel a{display:flex;justify-content:center;align-items:center;min-height:45px;border-radius:9px;background:#168c45;color:#fff;font-weight:700}.rv-whatsapp-close{position:absolute;right:10px;top:9px;border:0;background:transparent;font-size:22px;cursor:pointer;color:#667267}@media(max-width:600px){.rv-whatsapp{right:12px;bottom:12px}.rv-whatsapp-panel{right:-2px;width:min(310px,calc(100vw - 24px))}.rv-whatsapp-launch{padding:12px 15px}.rv-nav{top:72px;max-height:calc(100vh - 72px)}}
/*# sourceMappingURL=/cdn/shop/t/21/assets/rigved.css.map */
