:root{--ink: #0c221c;--muted: #4a635c;--soft: #6d857d;--line: rgba(18, 78, 62, .14);--surface: rgba(255, 255, 255, .78);--green: #127a55;--green-deep: #0a4a38;--green-bright: #1a9b68;--amber: #c9a227;--amber-deep: #9a7410;--bg-a: #d5e9dd;--bg-b: #f5faf7;--bg-c: #d0e5d8;--radius: 18px;--shadow: 0 22px 50px -28px rgba(8, 55, 42, .45);--font-display: "Cormorant Garamond", Georgia, serif;--font-body: "Outfit", sans-serif}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);color:var(--ink);background:radial-gradient(ellipse 80% 50% at 10% -10%,#c8e8d8 0%,transparent 55%),radial-gradient(ellipse 60% 40% at 100% 0%,#d4ebe0 0%,transparent 50%),linear-gradient(180deg,var(--bg-a) 0%,var(--bg-b) 40%,var(--bg-c) 100%);min-height:100vh;line-height:1.5}img{max-width:100%;display:block}button,input,textarea,select{font-family:inherit}.site-shell{width:min(1180px,92%);margin:0 auto;padding-bottom:4rem}.navbar{position:sticky;top:.75rem;z-index:40;display:flex;align-items:center;justify-content:space-between;gap:1rem;margin:1rem 0 0;padding:.55rem .9rem .55rem .7rem;border-radius:999px;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#ffffffd1;border:1px solid var(--line);box-shadow:0 10px 30px -18px #08372a59}.logo-wrap{border:0;background:transparent;cursor:pointer;padding:0;display:flex;align-items:center}.nav-logo{height:48px;width:auto;object-fit:contain;object-position:left center;background:transparent;margin-left:.35rem;display:block}nav{display:flex;gap:1.15rem}nav a{text-decoration:none;color:var(--ink);font-weight:550;font-size:.9rem;transition:color .2s ease}nav a:hover{color:var(--green)}.nav-actions{display:flex;align-items:center;gap:.55rem}.cart-btn{position:relative;background:transparent;border:1px solid var(--line);border-radius:50%;width:40px;height:40px;margin-right:5px;color:var(--green-deep);cursor:pointer;display:grid;place-items:center;transition:transform .2s ease,border-color .2s ease,background .2s ease}.cart-btn:hover{transform:translateY(-1px);border-color:var(--green);background:#127a550f}.cart-badge{position:absolute;top:-4px;right:-4px;background:#c0392b;color:#fff;font-size:.65rem;font-weight:700;min-width:18px;height:18px;padding:0 4px;border-radius:999px;display:flex;align-items:center;justify-content:center}.menu-toggle{display:none;border:1px solid var(--line);background:#fff;width:40px;height:40px;border-radius:50%;cursor:pointer;font-size:1.05rem;color:var(--green-deep)}.orders-page{height:100vh;display:flex;flex-direction:column}.orders-header{display:flex;justify-content:space-between;align-items:center;background:#fff;padding:6px 60px;border-bottom:1px solid #e8ece9}.order-logo{width:58px}.back-btn,.cart,.profile{display:flex;align-items:center;gap:8px;font-weight:600;cursor:pointer}.header-right{display:flex;align-items:center;gap:30px}.orders-main{flex:1;padding:28px 60px;display:flex;flex-direction:column;overflow:hidden}.orders-main h1{font-size:3rem;font-family:Georgia,serif;margin-bottom:4px}.subtitle{color:#666;font-size:15px}.tabs-container{display:flex;justify-content:space-between;background:#fff;padding:6px 10px;border-radius:14px;border:1px solid #e5ebe7;margin-bottom:20px;gap:20rem}.tabs{display:flex;gap:8px;background:#fff;padding:6px;border-radius:14px}.tabs button{border:none;background:transparent;padding:10px 18px;border-radius:10px;cursor:pointer;font-size:14px;transition:.25s}.tabs .active{background:#edf9f2;color:#2d8b57;font-weight:600}.search-field{flex:1;min-width:220px;display:flex;align-items:center;gap:.55rem;background:#f5faf8;border:1px solid #d7e6e0;border-radius:10px;padding:.55rem .8rem;color:#60757a}.search-field input{border:0;outline:0;background:transparent;width:100%;font-size:.92rem;color:#14242a;border-radius:0;padding:0 0 0 5px;transition:none}.search-field input:focus{border-color:none;box-shadow:none}.orders-list{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:16px;padding-right:8px}.orders-list::-webkit-scrollbar{width:8px}.orders-list::-webkit-scrollbar-thumb{background:#2d8b57;border-radius:20px}.orders-list::-webkit-scrollbar-track{background:#edf2ef}.empty-state{height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:8px;color:#666}.order-card{background:#fff;border:1px solid #e6ece8;border-radius:16px;padding:18px 22px;display:grid;grid-template-columns:220px 1fr 180px;gap:24px;align-items:center;transition:.25s}.order-card:hover{transform:translateY(-2px);box-shadow:0 12px 28px #00000012}.order-info h2{font-size:2rem;margin-bottom:4px}.order-date{font-size:14px;color:#666;margin-bottom:14px}.amount-section span{color:#666;font-size:14px}.amount{margin-top:4px;font-size:1.7rem;font-weight:700;color:#2d8b57}.address h4{margin-bottom:8px;font-size:18px}.address p{margin-bottom:4px;font-size:15px;color:#444;display:flex;align-items:center;gap:10px}.delivery{display:flex;justify-content:flex-start}.delivery-box{width:170px;display:flex;align-items:center;gap:10px;padding:12px 14px;border-radius:12px}.delivery-box.pending{background:#fef3c7;color:#b45309;border:1px solid #f59e0b}.delivery-box.confirmed{background:#dbeafe;color:#1d4ed8;border:1px solid #3b82f6}.delivery-box.shipped{background:#ede9fe;color:#6d28d9;border:1px solid #8b5cf6}.delivery-box.delivered{background:#dcfce7;color:#15803d;border:1px solid #22c55e}.delivery-box.cancelled{background:#fee2e2;color:#b91c1c;border:1px solid #ef4444}.delivery-box svg{width:20px;height:20px}.delivery-box div:first-child{font-size:13px;color:#666}.delivery-box h5{margin-top:2px;font-size:15px;text-transform:capitalize}@media (max-width: 992px){.orders-header{padding:16px 24px}.orders-main{padding:24px}.orders-main h1{font-size:2.4rem}.tabs-container{flex-direction:column;gap:16px;align-items:stretch}.search-field{width:100%;min-width:0}.order-card{grid-template-columns:1fr;gap:20px;padding:20px}.delivery{justify-content:flex-start}.delivery-box{width:fit-content}}@media (max-width: 768px){.orders-header{padding:14px 18px}.back-btn span,.profile span{display:none}.back-btn,.profile{gap:0}.orders-page{height:auto;min-height:100vh}.orders-main,.orders-list{overflow:visible}.order-logo{width:48px}.orders-main{padding:18px}.orders-main h1{font-size:2rem}.subtitle{font-size:14px}.tabs-container{padding:12px;gap:14px}.tabs{flex-wrap:wrap;justify-content:center}.tabs button{flex:1;min-width:120px;padding:10px}.search-field{width:100%}.order-card{padding:18px;border-radius:14px}.order-info h2{font-size:1.5rem}.amount{font-size:1.4rem}.address h4{font-size:17px}.address p{font-size:14px;align-items:flex-start}.delivery-box{width:100%;justify-content:center}}@media (max-width: 480px){.orders-header{padding:12px}.orders-main{padding:14px}.orders-main h1{font-size:1.7rem}.subtitle{margin-bottom:16px}.tabs button{min-width:100%;font-size:13px}.search-field{padding:10px 12px}.search-field input{font-size:14px}.order-card{padding:16px;gap:18px}.order-info h2{font-size:1.3rem}.order-date,.address p,.amount-section span{font-size:13px}.amount{font-size:1.25rem}.delivery-box{padding:10px 12px}.delivery-box h5{font-size:14px}}.btn{border:0;border-radius:999px;padding:.78rem 1.35rem;background:linear-gradient(120deg,var(--green-bright),var(--green-deep));color:#fff;font-weight:650;font-size:.92rem;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;transition:transform .2s ease,box-shadow .2s ease}.btn:hover{transform:translateY(-2px);box-shadow:0 14px 28px -14px #0a5a41a6}.btn:disabled{opacity:.55;cursor:not-allowed;transform:none;box-shadow:none}.btn-outline{background:transparent;color:var(--green-deep);border:1px solid rgba(10,74,56,.28)}.btn-outline:hover{background:#127a5512;box-shadow:none}.btn-nav{padding:.48rem 1rem;font-size:.85rem}.btn-small{margin-top:0;width:100%;padding:.65rem 1rem}.btn-block{width:100%}.hero{position:relative;margin:1.2rem 0 2.4rem;min-height:min(72vh,640px);border-radius:28px;overflow:hidden;display:grid;grid-template-columns:1fr 1.05fr;align-items:stretch;isolation:isolate;background:radial-gradient(ellipse 55% 70% at 78% 50%,rgba(26,155,104,.35),transparent 62%),radial-gradient(ellipse at 18% 18%,rgba(26,155,104,.22),transparent 48%),linear-gradient(145deg,#05241e,#0a3d32 48%,#0c4f40)}.hero-media{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;padding:clamp(.4rem,2vw,1.2rem) clamp(.6rem,2.5vw,1.6rem);order:2}.hero-media:before{content:"";position:absolute;top:12%;right:8%;bottom:12%;left:8%;border-radius:50%;background:radial-gradient(circle,rgba(225,241,234,.38) 0%,rgba(18,122,85,.14) 48%,transparent 70%);filter:blur(6px);pointer-events:none;z-index:0}.hero-media img{object-fit:contain}.herbalImage.heroImageOne{left:-.5rem;position:absolute;width:min(70%,580px);max-height:min(44vh,289px);top:-.5rem;z-index:1}.herbalImage.heroImageTwo{left:7.5rem;position:absolute;width:min(70%,520px);max-height:min(44vh,293px);top:-11px;z-index:2}.heroImageOne{position:absolute;width:min(70%,580px);max-height:min(64vh,528px);top:20px;left:1rem;z-index:1}.heroImageTwo{position:absolute;width:min(70%,520px);max-height:min(65vh,560px);top:12px;right:-3rem}@keyframes herofloat{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-10px) scale(1.015)}}.hero-content{position:relative;z-index:2;padding:clamp(1.6rem,5vw,3.2rem);max-width:none;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;color:#f4faf7;order:1}.hero-logo{height:clamp(108px,16vw,168px);width:auto;max-width:min(92%,300px);object-fit:contain;object-position:left center;margin:0 0 .15rem -.35rem;padding:0;background:transparent;filter:brightness(1.35) saturate(1.25) contrast(1.05) drop-shadow(0 10px 28px rgba(0,0,0,.4))}.hero h2{font-family:var(--font-display);font-size:clamp(2.2rem,5.5vw,3.6rem);font-weight:600;line-height:1.08;letter-spacing:-.02em;color:#fff;margin-top:1rem}.hero-content>p{margin-top:.85rem;color:#ecf7f1e6;font-size:clamp(.95rem,2vw,1.08rem);max-width:38ch}.hero-cta{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.35rem}.hero-cta .btn-outline{color:#fff;border-color:#ffffff73}.hero-cta .btn-outline:hover{background:#ffffff1a}.highlights{width:100%;overflow:hidden;cursor:pointer}.marquee-content{display:flex;width:max-content;animation:marquee 20s linear infinite}.marquee-content:hover{animation-play-state:paused}.marquee-content img{flex-shrink:0;width:clamp(80px,12vw,260px);height:auto;display:block;margin-right:80px}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.product-page{width:100%;min-height:100dvh;max-width:1400px;margin:0 auto;padding:10px 0;overflow-x:hidden}.product-header{display:flex;align-items:center;justify-content:space-between;padding-bottom:6px;margin-bottom:25px;border-bottom:1px solid rgba(20,70,45,.08)}.product-logo{width:74px;-webkit-user-select:none;user-select:none}.back-btn{display:flex;align-items:center;gap:10px;background:transparent;border:none;cursor:pointer;color:#13231d;font-size:15px;font-weight:600;transition:.25s ease}.back-btn:hover{color:#137a55;transform:translate(-3px)}.product-main{display:grid;grid-template-columns:470px 1fr;gap:70px;align-items:start}.product-image-wrapper{position:sticky;top:30px;width:100%;height:520px;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:34px;background:radial-gradient(circle at center,rgba(20,122,85,.16),rgba(20,122,85,.06) 48%,transparent 78%),linear-gradient(180deg,#fffffff2,#f7fbf8f2);border:1px solid rgba(19,122,85,.08);box-shadow:0 20px 45px #11503a1a,inset 0 1px #ffffffe6;transition:.35s}.product-image-wrapper:hover{transform:translateY(-4px)}.product-image{width:85%;height:85%;object-fit:contain;transition:.35s}.product-image:hover{transform:scale(1.05)}.product-details{display:flex;flex-direction:column;min-width:0}.best-seller{display:inline-flex;align-items:center;gap:8px;width:fit-content;padding:9px 18px;border-radius:999px;background:#ecfaf2;color:#137a55;font-size:14px;font-weight:700;border:1px solid rgba(19,122,85,.08);box-shadow:0 8px 20px #137a5514}.product-details h1{margin-top:4px;color:#13231d;font-size:clamp(42px,3vw,58px);line-height:1.05;letter-spacing:-1px}.subtitle{margin-top:10px;color:#68766f;font-size:17px}.rating-row{display:flex;align-items:center;flex-wrap:wrap;gap:18px;margin-top:5px}.stars{display:flex;gap:2px;color:#15934f}.rating-row span{color:#21342c;font-size:16px}.divider{width:1px;height:18px;background:#d6dfda}.price-row{display:flex;align-items:end;flex-wrap:wrap;gap:18px;margin-top:13px;align-items:center}.price-row h2{color:#137a55;font-size:clamp(46px,4vw,60px);line-height:1}.price-row del{color:#8b8b8b;font-size:28px}.discount{display:flex;align-items:center;height:38px;border-radius:999px;background:#e8f7ec;color:#137a55;font-weight:700;padding:0 10px}.tax-text{margin-top:10px;color:#6c7873;font-size:15px}.description{margin-top:9px;padding-top:10px;border-top:1px solid rgba(20,70,45,.08)}.description h3{margin-bottom:18px;color:#13231d;font-size:30px;font-weight:700}.description p{max-width:65ch;color:#66756e;font-size:16px;line-height:1.9}.quantity-title{margin-top:42px;margin-bottom:18px;color:#13231d;font-size:22px;font-weight:700}.buy-row{display:flex;gap:18px}.add-cart,.buy-now{position:relative;flex:1;height:60px;border-radius:9px;font-size:17px;font-weight:700;cursor:pointer;transition:all .28s ease;overflow:hidden}.add-cart{display:flex;align-items:center;justify-content:center;gap:10px;background:#fff;color:#137a55;border:2px solid #137a55}.add-cart:hover{background:#eef9f3;transform:translateY(-2px);box-shadow:0 10px 24px #137a5524}.add-cart:active{transform:scale(.98)}.buy-now{border:none;color:#fff;background:linear-gradient(180deg,#169663,#137a55);box-shadow:0 16px 28px #137a5538}.buy-now:hover{transform:translateY(-2px);box-shadow:0 20px 36px #137a5547;background:linear-gradient(180deg,#18a36c,#126b4b)}.buy-now:active{transform:scale(.98)}.add-cart:focus-visible,.buy-now:focus-visible{outline:3px solid rgba(19,122,85,.25);outline-offset:3px}.product-image-wrapper:before{content:"";position:absolute;width:320px;height:320px;border-radius:50%;background:radial-gradient(rgba(19,122,85,.12),transparent 70%);z-index:0}.product-image{position:relative;z-index:2}.product-details>*{flex-shrink:0}.product-details h1,.subtitle,.rating-row,.price-row,.tax-text,.description,.quantity-title,.buy-row{position:relative;z-index:2}.product-details svg{flex-shrink:0}.rating-row svg{stroke-width:2}.price-row del{align-self:center}.buy-row button svg{transition:.25s}.buy-now:hover svg,.add-cart:hover svg{transform:scale(1.08)}@media (max-width: 1200px){.product-page{padding:30px}.product-main{grid-template-columns:420px 1fr;gap:45px}.product-image-wrapper{height:470px}.product-details h1{font-size:46px}.description p{max-width:100%}}@media (max-width: 1024px){.product-page{padding:24px}.product-main{display:flex;flex-direction:column;gap:34px}.product-image-wrapper{position:relative;top:auto;width:100%;max-width:420px;height:420px;margin:auto}.product-details{width:100%}.product-details h1{font-size:40px}.rating-row{gap:10px 18px}.price-row{margin-top:20px}.buy-row{margin-top:8px}}@media (max-width: 768px){.product-page{padding:18px 18px 40px}.product-header{margin-bottom:24px;padding-bottom:18px}.product-logo{width:56px}.product-main{gap:24px}.product-image-wrapper{max-width:320px;height:320px;border-radius:24px}.best-seller{padding:7px 15px;font-size:13px}.product-details h1{margin-top:14px;font-size:34px;line-height:1.1}.subtitle{font-size:15px}.rating-row{gap:8px 12px;margin-top:18px}.rating-row span{font-size:14px}.divider{display:none}.price-row{gap:10px;margin-top:18px}.price-row h2{font-size:40px}.price-row del{font-size:22px}.discount{height:34px;padding:0 14px;font-size:13px}.tax-text{margin-top:8px;font-size:14px}.description{margin-top:28px;padding-top:24px}.description h3{font-size:24px;margin-bottom:14px}.description p{font-size:15px;line-height:1.75}.quantity-title{margin-top:30px;font-size:20px}.buy-row{flex-direction:column}.add-cart,.buy-now{font-size:16px;padding:10px}}@media (max-width: 480px){.product-page{padding:16px 16px 34px}.product-header{margin-bottom:18px}.product-logo{width:48px}.back-btn{font-size:14px}.product-image-wrapper{width:min(100%,260px);height:260px;border-radius:20px}.product-image{width:82%;height:82%}.best-seller{font-size:12px;padding:6px 13px}.product-details h1{font-size:28px}.subtitle{margin-top:8px;font-size:14px}.stars svg{width:17px;height:17px}.rating-row{flex-direction:column;align-items:flex-start;gap:8px;margin-top:16px}.price-row{align-items:flex-start;gap:8px}.price-row h2{font-size:34px}.price-row del{font-size:18px;margin-left:10px}.discount{height:32px}.description{margin-top:22px;padding-top:22px}.description h3{font-size:22px}.description p{font-size:14px;line-height:1.7}.quantity-title{margin-top:26px;margin-bottom:14px;font-size:18px}.add-cart,.buy-now{height:54px;font-size:16px}}@media (max-width: 360px){.product-page{padding:14px}.product-image-wrapper{width:220px;height:220px}.product-details h1{font-size:24px}.price-row h2{font-size:30px}.description h3{font-size:20px}.description p{font-size:13px}.add-cart,.buy-now{height:50px;font-size:15px}}@media (max-height: 600px) and (orientation: landscape){.product-image-wrapper{position:relative;height:260px}}.combo-section{margin:2.8rem 0}.combo-card{display:grid;grid-template-columns:1.15fr .85fr;gap:1.5rem;background:radial-gradient(circle at 90% 10%,rgba(201,162,39,.18),transparent 40%),linear-gradient(145deg,#08352b,#0c4f3f 48%,#0e6a52);border-radius:28px;padding:clamp(1.4rem,4vw,2.4rem);color:#fff;overflow:hidden;position:relative}.combo-content .eyebrow{color:#b8e0cc}.combo-content h2{font-family:var(--font-display);font-size:clamp(1.8rem,3.5vw,2.6rem);margin-top:.35rem;font-weight:600}.combo-content>p{margin-top:.75rem;color:#c9e8d9;max-width:42ch}.combo-list{list-style:none;margin-top:1rem;display:grid;gap:.4rem;color:#dff3e9;font-size:.92rem}.combo-list li:before{content:"✓ ";color:var(--amber);font-weight:700}.combo-price{margin-top:1.2rem;display:flex;align-items:center;gap:.7rem;flex-wrap:wrap}.price-now{font-size:1.85rem;font-weight:700}.price-old{text-decoration:line-through;color:#8fb8a6}.price-off{background:var(--amber);color:#1a2a18;font-size:.72rem;font-weight:800;padding:.28rem .55rem;border-radius:6px}.combo-content .btn{margin-top:1.2rem;background:#fff;color:var(--green-deep)}.combo-content .btn:hover{background:#f3faf6}.combo-visual{position:relative;width:min(80%,420px);aspect-ratio:7 / 6;display:flex;justify-content:center;align-items:center;margin-inline:auto}.combo-visual:after{content:"";position:absolute;width:100%;height:28px;bottom:25px;border-radius:50%;background:linear-gradient(#f4efeb,#f4efeb);filter:blur(2px);z-index:0}.combo-visual:before{content:"";position:absolute;top:10px;width:320px;height:320px;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.9),transparent 80%);filter:blur(30px)}.combo-img{width:clamp(70px,22vw,130px);filter:drop-shadow(0 18px 28px rgba(0,0,0,.35))}.oil{position:absolute;left:7%;bottom:7%;transform:rotate(-14deg);z-index:1}.cream{position:absolute;width:clamp(70px,22vw,180px);bottom:9%;z-index:3}.smallBottle{position:absolute;bottom:12%;right:12%;transform:rotate(18deg);z-index:1}.certificate-img{width:100%;overflow:hidden;cursor:pointer}.certificate-img div{display:flex;width:max-content;animation:marquee 20s linear infinite}.certificate-img img{width:clamp(80px,12vw,260px);height:auto;display:block;margin-right:80px}.section-title p{color:var(--green);font-weight:700;text-transform:uppercase;letter-spacing:.1em;font-size:.72rem}.section-title h2{margin-top:.35rem;font-family:var(--font-display);font-size:clamp(1.7rem,3.4vw,2.4rem);font-weight:600}.section-sub{display:block;margin-top:.4rem;color:var(--muted);font-size:.95rem}.products-section{margin:3rem 0}.products-grid{margin-top:1.4rem;display:grid;grid-template-columns:repeat(3,1fr);gap:1.1rem}.product-card{background:#ffffffe0;border-radius:22px;border:1px solid var(--line);overflow:hidden;display:flex;flex-direction:column;transition:transform .25s ease,box-shadow .25s ease}.product-card:hover{transform:translateY(-6px);box-shadow:var(--shadow)}.product-media{position:relative;background:radial-gradient(circle at 50% 30%,#fff,#eef6f1 70%);min-height:200px;display:grid;place-items:center;padding:1.2rem}.product-media>img{max-height:160px;width:auto;object-fit:contain;transition:transform .35s ease}.product-card:hover .product-media>img{transform:scale(1.06)}.product-duo{display:flex;align-items:flex-end;justify-content:center;gap:.4rem}.product-duo img{max-height:130px;width:auto;object-fit:contain}.product-duo img:last-child{max-height:145px}.product-badge{position:absolute;top:.85rem;left:.85rem;background:#0a4a38eb;color:#fff;padding:.28rem .6rem;border-radius:999px;font-size:.7rem;font-weight:700}.product-body{padding:1rem 1.1rem 1.15rem;display:flex;flex-direction:column;flex:1;background:linear-gradient(180deg,#fbfdfb,#f3f8f5)}.product-top{display:flex;justify-content:space-between;gap:.5rem;font-size:.75rem;color:var(--soft)}.product-cat{color:var(--green);font-weight:650;text-transform:uppercase;letter-spacing:.04em}.product-card h3{margin-top:.35rem;font-family:var(--font-display);font-size:1.35rem;font-weight:600}.product-desc{margin-top:.4rem;color:var(--muted);font-size:.86rem;flex:1}.product-meta{margin-top:.85rem;display:flex;justify-content:space-between;align-items:end;gap:.5rem}.product-meta strong{font-size:1.1rem;color:var(--green-deep)}.old-price{display:block;text-decoration:line-through;color:#9ab0a8;font-size:.78rem}.product-actions{margin-top:.9rem;display:grid;grid-template-columns:1fr 1fr;gap:.5rem}.problems-section{margin:3rem 0}.problems-grid{margin-top:1.3rem;display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.problems-grid img{box-shadow:0 0 10px 0 var(--green-deep)}.problem-card{position:relative;transition:transform .35s ease,box-shadow .35s ease}.problem-card:hover{transform:translateY(-4px);box-shadow:0 16px 36px -24px #08372a66}.problem-num{font-family:var(--font-display);font-size:.85rem;font-weight:700;color:var(--green);letter-spacing:.04em}.problem-card h3{font-family:var(--font-display);font-size:1.35rem;font-weight:600;margin-bottom:.4rem;color:var(--green-deep)}.problem-card p{font-size:.88rem;color:var(--muted);line-height:1.55}.benefits-section,.how-section{margin:3rem 0}.benefits-grid,.steps-grid{margin-top:1.3rem;display:grid;gap:1rem}.benefits-grid{grid-template-columns:repeat(4,1fr)}.steps-grid{grid-template-columns:repeat(3,1fr)}.benefit-card,.step-card{padding:1.2rem .2rem;border-top:1px solid var(--line)}.benefit-icon{font-size:1.5rem;display:block;margin-bottom:.55rem}.benefit-card h3,.step-card h3{font-family:var(--font-display);font-size:1.25rem;font-weight:600;margin-bottom:.35rem}.benefit-card p,.step-card p{font-size:.9rem;color:var(--muted)}.step-num{display:inline-block;font-family:var(--font-display);font-size:2rem;font-weight:700;color:var(--green);margin-bottom:.35rem}.ingredients-section{margin:3rem 0}.ingredients-card{background:linear-gradient(135deg,#e8f7eff2,#dceee8e6),url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23127a55' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");border:1px solid var(--line);border-radius:26px;padding:clamp(1.4rem,4vw,2.2rem);display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;align-items:center}.ingredients-card h2{font-family:var(--font-display);font-size:clamp(1.7rem,3vw,2.2rem);font-weight:600;margin-top:.3rem}.ingredients-card p{margin-top:.6rem;color:var(--muted)}.ingredient-tags{display:flex;flex-wrap:wrap;gap:.5rem}.ingredient-tag{background:#ffffffd9;border:1px solid rgba(18,122,85,.2);padding:.45rem .9rem;border-radius:999px;font-size:.84rem;font-weight:600;color:var(--green-deep);transition:transform .2s ease,background .2s ease}.ingredient-tag:hover{transform:translateY(-2px);background:#fff}.about-section{margin:3.4rem 0;display:grid;grid-template-columns:.95fr 1.05fr;align-items:center;gap:2rem}.about-image img{width:100%;border-radius:26px;aspect-ratio:4 / 5;object-fit:cover;object-position:top center;box-shadow:var(--shadow);border:1px solid var(--line)}.about-content h2{font-family:var(--font-display);font-size:clamp(2rem,4vw,2.8rem);font-weight:600;margin-top:.25rem}.about-content>p{margin-top:.75rem;color:var(--muted)}.founder-sub{color:var(--green)!important;font-weight:700;font-size:.8rem;letter-spacing:.08em}.about-stats{display:flex;gap:1.8rem;margin-top:1.4rem}.about-stats strong{display:block;font-family:var(--font-display);font-size:1.8rem;color:var(--green-deep);font-weight:700}.about-stats span{font-size:.8rem;color:var(--soft)}.reviews-section,.faq-section{margin:3rem 0}.review-grid{margin-top:1.3rem;display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.review-card{padding:1.1rem .15rem 1.2rem;border-top:1px solid var(--line)}.review-stars{color:var(--amber-deep);margin-bottom:.45rem;letter-spacing:.08em}.review-card p{font-size:.92rem;color:var(--muted);font-style:italic}.review-card h4{margin-top:.85rem;font-size:.95rem}.review-card span{color:var(--soft);font-size:.82rem}.faq-list{margin-top:1.2rem;display:flex;flex-direction:column;gap:.55rem}.faq-item{background:#ffffffbf;border:1px solid var(--line);border-radius:14px;padding:1rem 1.15rem;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease}.faq-item:hover,.faq-item.open{border-color:#127a5559;box-shadow:0 10px 24px -18px #08372a66}.faq-q{display:flex;justify-content:space-between;gap:1rem;align-items:center;font-weight:650}.faq-arrow{color:var(--green);font-size:1.2rem}.faq-a{margin-top:.7rem;color:var(--muted);font-size:.9rem}.cta-section{background:linear-gradient(135deg,#e8f7eff2,#d7ece4eb);border:1px solid var(--line);border-radius:24px;padding:clamp(1.3rem,3vw,1.9rem);margin-bottom:2.2rem;display:flex;justify-content:space-between;gap:1.4rem;align-items:center}.cta-section h2{font-family:var(--font-display);font-size:clamp(1.5rem,3vw,2rem);font-weight:600}.cta-section p{margin-top:.4rem;color:var(--muted);max-width:42ch}.contact-form{display:flex;gap:.55rem;flex-wrap:wrap}input,textarea,select{border-radius:12px;border:1px solid rgba(15,114,95,.22);padding:.72rem 1rem;min-width:160px;font-size:.92rem;outline:none;background:#fff;transition:border-color .2s ease,box-shadow .2s ease}input:focus,textarea:focus,select:focus{border-color:var(--green);box-shadow:0 0 0 3px #127a551f}.site-footer{border-top:1px solid var(--line);padding-top:2rem}.footer-logo{height:56px;width:auto;margin-bottom:.6rem;background:transparent;object-fit:contain;filter:brightness(.92)}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:2rem;margin-bottom:1.5rem}.footer-grid h4{margin-bottom:.55rem;font-size:.9rem}.footer-grid p,.footer-grid a{display:block;color:var(--muted);font-size:.88rem;line-height:1.85;text-decoration:none}.footer-grid a:hover{color:var(--green)}.footer-copy{text-align:center;color:var(--soft);font-size:.82rem;padding-bottom:1rem}.whatsapp-fab{position:fixed;bottom:1.4rem;right:1.4rem;width:54px;height:54px;background:#25d366;color:#fff;border-radius:50%;display:grid;place-items:center;text-decoration:none;box-shadow:0 10px 28px -8px #25d366a6;z-index:50;transition:transform .2s ease}.whatsapp-fab:hover{transform:scale(1.08)}.reveal{animation:rise .8s cubic-bezier(.22,1,.36,1) both}@keyframes rise{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}.field{display:flex;flex-direction:column;gap:.35rem}.field>span{font-size:.78rem;font-weight:650;color:var(--muted);letter-spacing:.04em;text-transform:uppercase}.field-error{color:#c0392b;font-size:.78rem;font-weight:500;text-transform:none;letter-spacing:0}.field.has-error input,.field.has-error textarea,.field.has-error select{border-color:#c0392b8c;box-shadow:0 0 0 3px #c0392b14}.auth-notice{background:#127a551a;border:1px solid rgba(18,122,85,.22);color:var(--green-deep);border-radius:14px;padding:.75rem .9rem;font-size:.88rem;font-weight:550;margin-bottom:1rem;line-height:1.45}.checkout-login-gate{text-align:center;padding:0rem .2rem .2rem;display:flex;flex-direction:column;gap:.6rem}.login-gate-icon{font-size:1.6rem;margin-bottom:.1rem}.checkout-login-gate h3{font-family:var(--font-display);font-size:1.45rem;font-weight:600}.checkout-login-gate p{color:var(--muted);font-size:.9rem;line-height:1.5}.checkout-user-pill{background:#127a5514;border:1px solid rgba(18,122,85,.16);border-radius:999px;padding:.55rem .9rem;font-size:.85rem;color:var(--muted);text-align:center}.checkout-user-pill strong{color:var(--green-deep)}.form-error{color:#c0392b;font-size:.85rem}.form-success{color:var(--green);font-size:.85rem;font-weight:600}.user-chip{display:flex;align-items:center;gap:.45rem;font-size:.85rem;font-weight:600}.link-btn{border:0;background:none;color:var(--green);font-weight:700;cursor:pointer;padding:0;font-size:inherit}.auth-hint{font-size:.85rem;color:var(--muted)}.toast{position:fixed;bottom:5.4rem;left:50%;transform:translate(-50%);background:var(--green-deep);color:#fff;padding:.8rem 1.25rem;border-radius:999px;z-index:120;font-size:.9rem;box-shadow:0 12px 30px -12px #0006;animation:rise .35s ease both;max-width:90vw;text-align:center}.auth-page{min-height:100vh;display:grid;grid-template-columns:1.05fr .95fr}.auth-page-visual{position:relative;overflow:hidden;background:#0a3d32}.auth-visual-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;opacity:100%}.auth-visual-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.auth-visual-copy{position:relative;z-index:2;height:100%;display:flex;flex-direction:column;justify-content:center;padding:clamp(1.5rem,4vw,3rem);color:#fff}.auth-brand-logo{width:130px;height:auto;background:transparent;margin-bottom:1.2rem;filter:drop-shadow(0 8px 18px rgba(0,0,0,.35))}.auth-visual-copy h2{font-family:var(--font-display);font-size:clamp(1.8rem,3.5vw,2.6rem);font-weight:600;line-height:1.15;max-width:14ch}.auth-visual-copy p{margin-top:.7rem;color:#e8f5efd9;font-size:.95rem}.auth-page-panel{display:flex;flex-direction:column;padding:1rem .5rem .5rem 2.5rem;background:radial-gradient(circle at 100% 0%,#dff0e7 0%,transparent 40%),#f7fbf9}.auth-back{align-self:flex-start;margin-bottom:1rem}.back-link{border:0;background:transparent;color:var(--green-deep);font-weight:600;cursor:pointer;font-size:.9rem;padding:.35rem 0}.auth-panel-inner{margin:auto;width:min(420px,100%)}.auth-tabs{display:grid;grid-template-columns:1fr 1fr;gap:.35rem;background:#127a5514;padding:.3rem;border-radius:999px;margin-bottom:1.4rem}.auth-tabs button{border:0;background:transparent;border-radius:999px;padding:.6rem;font-weight:650;cursor:pointer;color:var(--muted);transition:background .2s ease,color .2s ease}.auth-tabs button.active{background:#fff;color:var(--green-deep);box-shadow:0 6px 16px -10px #08372a80}.auth-panel-inner h1{font-family:var(--font-display);font-size:clamp(1.9rem,3vw,2.4rem);font-weight:600}.auth-sub{color:var(--muted);margin:.45rem 0 1.2rem;font-size:.95rem}.auth-form{display:flex;flex-direction:column;gap:.8rem}.auth-form input{width:100%;min-width:0}.pass-field{position:relative}.pass-field input{width:100%;padding-right:4.2rem}.pass-toggle{position:absolute;right:.55rem;top:50%;transform:translateY(-50%);border:0;background:transparent;color:var(--green);font-weight:650;font-size:.78rem;cursor:pointer}.auth-switch{margin-top:1.2rem;text-align:center;color:var(--muted);font-size:.9rem}.cart-page{min-height:100vh}.cart-page-bg{position:fixed;top:0;right:0;bottom:0;left:0;z-index:-1;background:radial-gradient(ellipse 70% 40% at 0% 0%,#cfe8db 0%,transparent 55%),radial-gradient(ellipse 50% 35% at 100% 10%,#d9ebe2 0%,transparent 50%),linear-gradient(180deg,#eef6f2,#f7faf8)}.cart-page-nav{width:100%;margin:0 auto;padding:1rem 2rem 5px;display:flex;align-items:center;justify-content:space-between;gap:1rem;border-bottom:1px solid rgba(129,130,131,.142)}.cart-page-brand .nav-logo{height:4rem}.cart-page-count{font-size:.88rem;font-weight:650;color:var(--muted)}.cart-page-inner{width:100%;padding:0 3rem}.cart-page-intro h1{font-family:var(--font-display);font-size:clamp(2rem,4vw,1.3rem);font-weight:600}.cart-page-intro>p:last-child{color:var(--muted);margin-top:.2rem}.cart-layout{display:grid;grid-template-columns:.5fr auto;gap:1rem}.cart-panel,.checkout-panel{background:#ffffffe0;border:1px solid var(--line);border-radius:22px;padding:1rem;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.checkout-panel h2{font-family:var(--font-display);font-size:1.6rem;font-weight:600;margin-bottom:.9rem}.cart-empty-state{text-align:center;padding:2rem 1rem}.cart-empty-visual{width:110px;margin:0 auto 1rem;background:#f0f7f3;border-radius:18px;padding:.8rem}.cart-empty-state h2{font-family:var(--font-display);font-size:1.7rem;font-weight:600}.cart-empty-state p{color:var(--muted);margin:.5rem 0 1.1rem}.cart-lines{display:flex;flex-direction:column;gap:.85rem}.cart-line{display:grid;grid-template-columns:88px 1fr auto;gap:.9rem;align-items:center;padding:.85rem;border:1px solid var(--line);border-radius:16px;animation:rise .5s ease both}.cart-line-img{background:#f2f8f5;border-radius:12px;padding:.45rem;display:grid;place-items:center}.cart-line-img img{max-height:70px;width:auto;object-fit:contain}.cart-line-info h3{font-size:1rem;font-family:var(--font-display);font-weight:600}.cart-line-price{color:var(--muted);font-size:.88rem;margin:.2rem 0 .55rem}.qty-wrap{display:inline-flex;align-items:center;gap:.35rem}.qty-wrap button{width:30px;height:30px;border-radius:8px;border:1px solid var(--line);background:#f4f9f6;cursor:pointer;color:var(--green-deep);font-weight:700}.qty-wrap span{min-width:1.2rem;text-align:center;font-weight:650}.cart-line-side{text-align:right;display:flex;flex-direction:column;gap:.45rem;align-items:flex-end}.remove-btn{border:0;background:transparent;color:#c0392b;font-size:.78rem;font-weight:650;cursor:pointer;padding:0}.checkout-summary{display:flex;flex-direction:column;gap:.45rem;padding-bottom:1rem;margin-bottom:1rem;border-bottom:1px solid var(--line)}.checkout-summary>div{display:flex;justify-content:space-between;color:var(--muted);font-size:.92rem}.checkout-total{margin-top:.35rem;color:var(--ink)!important;font-size:1.05rem!important}.checkout-form{display:flex;flex-direction:column;gap:.75rem}.checkout-form textarea{resize:vertical}.checkout-trust{list-style:none;display:flex;flex-wrap:wrap;gap:.5rem .9rem;margin-top:.3rem;font-size:.78rem;color:var(--soft)}.checkout-trust li:before{content:"• ";color:var(--green)}@media (max-width: 980px){.products-grid,.benefits-grid,.problems-grid,.review-grid{grid-template-columns:repeat(2,1fr)}.combo-card,.ingredients-card,.about-section,.cart-layout,.auth-page,.hero{grid-template-columns:1fr}.hero{min-height:auto}.hero-media{order:-1;padding-bottom:.25rem;min-height:240px}.hero-logo{height:clamp(88px,28vw,120px);margin-left:-.2rem}.auth-page-visual{min-height:240px}}@media (max-width: 780px){nav{display:none;position:absolute;top:calc(100% + .55rem);left:0;right:0;background:#fffffff5;border:1px solid var(--line);border-radius:18px;padding:.9rem;flex-direction:column;gap:.75rem;box-shadow:var(--shadow)}nav.open{display:flex}.navbar{position:relative}.menu-toggle{display:grid;place-items:center}.user-chip span{display:none}.hero{min-height:auto}.hero-content{padding-top:1rem}.steps-grid{grid-template-columns:1fr}.cta-section{flex-direction:column;align-items:flex-start}.footer-grid{grid-template-columns:1fr;gap:1.2rem}.cart-line{grid-template-columns:72px 1fr}.cart-line-side{grid-column:1 / -1;flex-direction:row;justify-content:space-between;align-items:center}}@media (max-width: 560px){.products-grid,.benefits-grid,.problems-grid,.review-grid,.product-actions{grid-template-columns:1fr}.about-stats{gap:1.1rem}.contact-form,.contact-form input,.contact-form .btn{width:100%}.oil,.cream{bottom:14%}.smallBottle{bottom:17%}.auth-page-panel{padding:1rem .5rem .5rem 1rem}.auth-panel-inner{margin:0}.certificate-img img,.marquee-content img{margin-right:2rem}}
