@import "https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&display=swap";@import "https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600;700;800&family=Inter:wght@400;500;600;700&display=swap";@import "https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=Epilogue:ital,wght@0,100..900;1,100..900&family=Hanken+Grotesk:ital,wght@0,100..900;1,100..900&family=Libre+Caslon+Text:ital,wght@0,400;0,700;1,400&display=swap";@import "https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=Epilogue:wght@300..900&family=Hanken+Grotesk:ital,wght@0,100..900;1,100..900&family=Work+Sans:wght@300..900&display=swap";@import "https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=Epilogue:wght@300..900&family=Hanken+Grotesk:ital,wght@0,100..900;1,100..900&family=Work+Sans:wght@300..900&display=swap";@import "https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,600;0,700;0,800;1,600;1,700&family=Inter:wght@400;500;600;700&display=swap";@import "https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=Epilogue:wght@300..900&family=Hanken+Grotesk:ital,wght@0,100..900;1,100..900&family=Work+Sans:wght@300..900&display=swap";:root{--text:#555;--text-h:#333;--bg:#fff;--border:#e5e4e7;--green-primary:#5a7a2d;--green-dark:#4a6824;--green-light:#7cb342;--footer-bg:#f5f5f0;--sans:"Segoe UI", system-ui, -apple-system, Roboto, sans-serif;--heading:"Segoe UI", system-ui, -apple-system, Roboto, sans-serif;--serif:"Playfair Display", Georgia, serif;--mono:ui-monospace, Consolas, monospace;font-family:var(--sans);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth}body{background-color:var(--bg);color:var(--text);margin:0;padding:0;font-size:16px;line-height:1.5}#root{width:100%;min-height:100vh}h1,h2,h3,h4,h5,h6{font-family:var(--heading);color:var(--text-h)}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}button{cursor:pointer}ul{margin:0;padding:0;list-style:none}.header{z-index:1000;background-color:#fff;border-bottom:1px solid #e5e4e7;width:100%;position:sticky;top:0}.header-container{box-sizing:border-box;background-color:#0000;justify-content:space-between;align-items:center;max-width:1440px;margin:0 auto;padding:16px 60px;display:flex}.header-logo{flex-shrink:0;align-items:center;text-decoration:none;display:flex}.header-logo img{object-fit:contain;width:auto;height:58px}.header-nav-desktop{align-items:center;margin-left:auto;margin-right:36px;display:flex}.nav-links{align-items:center;gap:40px;margin:0;padding:0;list-style:none;display:flex}.nav-link{color:#333;letter-spacing:.2px;white-space:nowrap;border-bottom:2px solid #0000;padding-bottom:4px;font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-size:17px;font-weight:500;text-decoration:none;transition:border-color .25s,color .25s}.nav-link:hover{color:#111;border-bottom-color:#222}.nav-link.active{color:#111;border-bottom-color:#111}.header-icons-desktop{align-items:center;gap:20px;display:flex}.header-icon-btn{cursor:pointer;color:#333;background:0 0;border:none;justify-content:center;align-items:center;padding:4px;font-size:22px;transition:color .2s;display:flex}.header-icon-btn:hover{color:#111}.mobile-menu-btn{cursor:pointer;color:#5a7a2d;background:0 0;border:none;justify-content:center;align-items:center;padding:6px;font-size:28px;display:none}.mobile-overlay{z-index:1001;opacity:0;background:#0006;width:100%;height:100%;transition:opacity .3s;display:none;position:fixed;top:0;left:0}.mobile-overlay.open{opacity:1;display:block}.mobile-menu{z-index:1002;background:#fff;flex-direction:column;width:280px;max-width:80vw;height:100vh;transition:right .3s;display:none;position:fixed;top:0;right:-100%;overflow-y:auto;box-shadow:-4px 0 20px #00000026}.mobile-menu.open{right:0}.mobile-menu-header{border-bottom:1px solid #e5e4e7;justify-content:space-between;align-items:center;padding:14px 20px;display:flex}.mobile-menu-header .header-logo img{height:44px}.mobile-close-btn{cursor:pointer;color:#333;background:0 0;border:none;justify-content:center;align-items:center;padding:6px;font-size:24px;transition:color .2s;display:flex}.mobile-close-btn:hover{color:#111}.mobile-nav{padding:20px 0}.mobile-nav-links{flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.mobile-nav-link{color:#333;border-left:3px solid #0000;padding:14px 24px;font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-size:16px;font-weight:400;text-decoration:none;transition:background-color .2s,color .2s;display:block}.mobile-nav-link:hover{color:#111;background-color:#f5f5f0}.mobile-nav-link.active{color:#111;background-color:#f5f8f0;border-left-color:#5a7a2d;font-weight:500}.mobile-menu-icons{border-top:1px solid #e5e4e7;justify-content:center;align-items:center;gap:28px;margin-top:auto;padding:20px 24px;display:flex}.mobile-icon-btn{cursor:pointer;color:#333;background:0 0;border:none;justify-content:center;align-items:center;padding:8px;font-size:22px;transition:color .2s;display:flex}.mobile-icon-btn:hover{color:#5a7a2d}@media (width>=1600px){.header-container{max-width:2000px;padding:18px 80px}.header-logo img{height:94px}.nav-links{gap:44px}.nav-link{font-size:20px;font-weight:500}.header-icon-btn{font-size:24px}.header-icons-desktop{gap:22px}}@media (width<=1600px) and (width>=1441px){.header-container{max-width:1440px;padding:16px 60px}}@media (width<=1440px){.header-container{max-width:1280px;padding:14px 48px}.header-logo img{height:54px}.nav-links{gap:32px}.nav-link{font-size:15px}.header-icon-btn{font-size:20px}.header-icons-desktop{gap:18px}}@media (width<=1280px){.header-container{padding:12px 32px}.header-logo img{height:48px}.nav-links{gap:26px}.nav-link{font-size:14px}.header-icons-desktop{gap:16px}.header-icon-btn{font-size:19px}.header-nav-desktop{margin-right:28px}}@media (width<=768px){.header-container{max-width:100%;padding:12px 16px}.header-logo img{height:44px}.header-nav-desktop,.header-icons-desktop{display:none}.mobile-menu-btn,.mobile-menu{display:flex}}@media (width<=400px){.header-container{padding:10px 12px}.header-logo img{height:40px}.mobile-menu{width:260px}.mobile-nav-link{padding:12px 20px;font-size:15px}.mobile-menu-icons{gap:24px}.mobile-icon-btn{font-size:20px}}.cart-icon-btn{position:relative}.cart-badge{color:#fff;box-sizing:border-box;background:#dc2626;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 4px;font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-size:11px;font-weight:700;line-height:1;display:flex;position:absolute;top:-6px;right:-8px}@media (width>=1600px){.cart-badge{min-width:20px;height:20px;font-size:12px;top:-7px;right:-9px}}.footer{background-color:#f5f5f0;border-top:1px solid #e5e4e7;width:100%}.footer-container{box-sizing:border-box;max-width:1440px;margin:0 auto;padding:0 60px}.footer-top{gap:60px;padding:56px 0 44px;display:flex}.footer-brand{flex-direction:column;flex:0 0 260px;max-width:260px;display:flex}.footer-logo{margin-bottom:22px;text-decoration:none;display:inline-block}.footer-logo img{object-fit:contain;width:auto;height:66px}.footer-tagline{color:#444;margin:0 0 28px;font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-size:15px;line-height:1.6}.footer-social-icons{align-items:center;gap:14px;display:flex}.social-icon-btn{color:#fff;background-color:#5a7a2d;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:16px;text-decoration:none;transition:background-color .25s,transform .2s;display:flex}.social-icon-btn:hover{background-color:#4a6824;transform:scale(1.05)}.footer-links-section{flex:1;grid-template-columns:repeat(4,1fr);gap:32px;display:grid}.footer-column{flex-direction:column;display:flex}.footer-column-title{color:#5a7a2d;letter-spacing:.2px;margin:0 0 20px;font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-size:17px;font-weight:600}.footer-link-list{flex-direction:column;gap:14px;margin:0;padding:0;list-style:none;display:flex}.footer-link{color:#444;font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-size:15px;line-height:1.4;text-decoration:none;transition:color .2s}.footer-link:hover{color:#222}.footer-newsletter{min-width:0}.newsletter-text{color:#444;margin:0 0 18px;font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-size:14px;line-height:1.6}.newsletter-form{flex-direction:column;gap:12px;display:flex}.newsletter-input{color:#333;box-sizing:border-box;background:#fff;border:1px solid #d1d1c7;border-radius:6px;outline:none;width:100%;padding:11px 16px;font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-size:14px;transition:border-color .25s}.newsletter-input::placeholder{color:#999}.newsletter-input:focus{border-color:#5a7a2d}.newsletter-btn{color:#fff;cursor:pointer;letter-spacing:.3px;background-color:#5a7a2d;border:none;border-radius:6px;width:100%;padding:12px 20px;font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-size:15px;font-weight:500;transition:background-color .25s}.newsletter-btn:hover{background-color:#4a6824}.footer-bottom{border-top:1px solid #d9d9d0;justify-content:space-between;align-items:center;padding:22px 0;display:flex}.footer-copyright{color:#555;margin:0;font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-size:14px}.footer-bottom-links{align-items:center;gap:28px;display:flex}.footer-bottom-link{color:#444;font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-size:14px;text-decoration:none;transition:color .2s}.footer-bottom-link:hover{color:#222}@media (width>=1600px){.footer-container{max-width:2000px;padding:0 80px}.footer-top{gap:72px;padding:64px 0 48px}.footer-brand{flex:0 0 280px;max-width:280px}.footer-logo img{height:82px}.footer-tagline{font-size:16px}.footer-column-title{font-size:18px}.footer-link{font-size:16px}.newsletter-text{font-size:15px}.footer-copyright,.footer-bottom-link{font-size:14px}}@media (width<=1440px){.footer-container{max-width:1280px;padding:0 48px}.footer-top{gap:44px;padding:48px 0 40px}.footer-brand{flex:0 0 230px;max-width:230px}.footer-logo img{height:58px}.footer-tagline{font-size:14px}.footer-column-title{margin-bottom:18px;font-size:16px}.footer-link{font-size:14px}.footer-link-list{gap:12px}.newsletter-text{font-size:13.5px}}@media (width<=1280px){.footer-container{padding:0 32px}.footer-top{gap:32px;padding:40px 0 36px}.footer-brand{flex:0 0 210px;max-width:210px}.footer-logo img{height:54px}.footer-tagline{font-size:13px}.footer-column-title{margin-bottom:16px;font-size:15px}.footer-link{font-size:13px}.footer-link-list{gap:10px}.newsletter-text{font-size:13px}}@media (width<=1024px){.footer-container{max-width:100%;padding:0 24px}.footer-top{flex-direction:column;gap:32px;padding:36px 0 32px}.footer-brand{text-align:center;flex:none;align-items:center;max-width:100%}.footer-tagline{max-width:340px}.footer-social-icons{justify-content:center}.footer-links-section{grid-template-columns:repeat(2,1fr);gap:32px}}@media (width<=768px){.footer-container{max-width:100%;padding:0 20px}.footer-top{flex-direction:column;gap:28px;padding:32px 0 24px;display:flex}.footer-brand{text-align:center;flex:none;order:1;align-items:center;width:100%;max-width:100%}.footer-logo{margin-bottom:20px}.footer-logo img{height:56px}.footer-tagline{color:#444;text-align:center;max-width:320px;margin:0 auto 24px;font-size:15px;line-height:1.55}.footer-social-icons{justify-content:center;gap:14px}.social-icon-btn{width:40px;height:40px;font-size:16px}.footer-links-section{order:2;grid-template-columns:1fr 1fr 1fr;grid-template-areas:"newsletter newsletter newsletter""shop about support";gap:28px 12px;width:100%;display:grid}.footer-newsletter{text-align:center;flex-direction:column;grid-area:newsletter;align-items:center;width:100%;max-width:360px;margin:0 auto;display:flex}.footer-newsletter .footer-column-title{color:#5a7a2d;text-align:center;margin:0 0 12px;font-size:17px;font-weight:600}.newsletter-text{text-align:center;color:#444;max-width:300px;margin:0 0 16px;font-size:14px}.newsletter-form{flex-direction:column;align-items:center;gap:10px;width:100%;display:flex}.newsletter-input{text-align:center;width:100%;padding:12px 16px;font-size:14px}.newsletter-btn{width:100%;padding:13px 20px;font-size:15px}.footer-col-shop{text-align:center;grid-area:shop;align-items:center}.footer-col-about{text-align:center;grid-area:about;align-items:center}.footer-col-support{text-align:center;grid-area:support;align-items:center}.footer-column-title{color:#5a7a2d;text-align:center;margin:0 0 14px;font-size:15px;font-weight:600}.footer-link-list{text-align:center;align-items:center;gap:10px}.footer-link{color:#444;text-align:center;font-size:13px}.footer-bottom{text-align:center;flex-direction:column;align-items:center;gap:12px;padding:20px 0}.footer-copyright{text-align:center;font-size:13px}.footer-bottom-links{justify-content:center;gap:24px}.footer-bottom-link{font-size:13px}}@media (width<=480px){.footer-container{padding:0 16px}.footer-top{gap:24px;padding:28px 0 22px}.footer-logo img{height:52px}.footer-tagline{max-width:280px;margin:0 auto 20px;font-size:14px}.footer-links-section{gap:24px 8px}.footer-column-title{margin-bottom:12px;font-size:14px}.footer-link{font-size:12.5px}.footer-link-list{gap:8px}.newsletter-text{font-size:13.5px}.footer-copyright,.footer-bottom-link{font-size:12.5px}.footer-bottom-links{gap:20px}.social-icon-btn{width:38px;height:38px;font-size:15px}}@media (width<=360px){.footer-container{padding:0 12px}.footer-links-section{gap:22px 6px}.footer-column-title{margin-bottom:10px;font-size:13px}.footer-link{font-size:12px}.footer-link-list{gap:7px}}.layout{flex-direction:column;width:100%;min-height:100vh;display:flex}.main-content{flex:1;width:100%}.floating-leaves-container{pointer-events:none;z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.floating-leaf-wrapper{will-change:transform;transform-origin:50%;transition:transform .3s;position:absolute}.floating-leaf{will-change:transform;opacity:.85;width:100%;height:100%}.floating-leaf img{object-fit:contain;filter:drop-shadow(0 4px 8px #00000014);width:320%;height:320%;margin-top:-110%;margin-left:-110%;display:block}.drift-1{animation-name:driftWave1;animation-timing-function:ease-in-out;animation-iteration-count:infinite;animation-direction:alternate}@keyframes driftWave1{0%{transform:translate(0)rotate(0)}25%{transform:translate(20px,-18px)rotate(8deg)}50%{transform:translate(35px,10px)rotate(-6deg)}75%{transform:translate(15px,25px)rotate(12deg)}to{transform:translate(-10px,8px)rotate(-4deg)}}.drift-2{animation-name:driftWave2;animation-timing-function:ease-in-out;animation-iteration-count:infinite;animation-direction:alternate}@keyframes driftWave2{0%{transform:translate(0)rotate(0)}20%{transform:translate(-15px,-22px)rotate(-10deg)}40%{transform:translate(-28px,-8px)rotate(15deg)}60%{transform:translate(-18px,18px)rotate(-8deg)}80%{transform:translate(8px,28px)rotate(12deg)}to{transform:translate(15px,5px)rotate(-5deg)}}.drift-3{animation-name:driftWave3;animation-timing-function:ease-in-out;animation-iteration-count:infinite;animation-direction:alternate}@keyframes driftWave3{0%{transform:translate(0)rotate(0)}30%{transform:translate(12px,-25px)rotate(10deg)}55%{transform:translate(-8px,-35px)rotate(-12deg)}80%{transform:translate(-20px,-10px)rotate(8deg)}to{transform:translate(-5px,15px)rotate(-6deg)}}@media (width>=1600px){.floating-leaf-wrapper{transform:scale(1.4)}}@media (width>=1920px){.floating-leaf-wrapper{transform:scale(1.7)}}@media (width>=2560px){.floating-leaf-wrapper{transform:scale(1.5)}}@media (width>=3200px){.floating-leaf-wrapper{transform:scale(2.6)}}@media (width<=768px){.floating-leaf-wrapper{transform:scale(1);top:var(--mob-top)!important;left:var(--mob-left)!important;width:var(--mob-size)!important;height:var(--mob-size)!important}.floating-leaf{opacity:.65}.floating-leaf img{filter:drop-shadow(0 2px 4px #0000000f);width:200%;height:200%;margin-top:-40%;margin-left:-40%}}@media (width<=480px){.floating-leaf-wrapper{transform:scale(.85)}.floating-leaf{opacity:.6}}@media (width<=360px){.floating-leaf-wrapper{transform:scale(.7)}}@media (prefers-reduced-motion:reduce){.floating-leaf,.floating-leaf-wrapper{animation:none}}.hero-section{background-color:#fff;width:100%;min-height:calc(100vh - 90px);padding:0 0 60px;position:relative;overflow:hidden}.hero-container{z-index:2;grid-template-columns:1fr 1fr;align-items:center;gap:60px;max-width:1440px;min-height:calc(100vh - 150px);margin:0 auto;padding:0 60px;display:grid;position:relative}.hero-left{flex-direction:column;padding-left:20px;display:flex}.hero-tagline{color:#222;letter-spacing:.3px;margin:0 0 24px;font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-size:16px;font-weight:600}.hero-title{color:#7cb342;letter-spacing:-2px;margin:0 0 40px;font-family:Playfair Display,Georgia,serif;font-size:150px;font-weight:500;line-height:1}.hero-subtitle{color:#1a1a1a;letter-spacing:.2px;margin:0 0 20px;font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-size:26px;font-weight:700}.hero-description{color:#555;max-width:440px;margin:0 0 32px;font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-size:16px;line-height:1.6}.hero-divider{background-color:#d1d1d1;width:320px;height:1px;margin:0 0 32px}.hero-buttons{align-items:center;gap:0;display:flex}.btn-shop-now{color:#fff;cursor:pointer;clip-path:polygon(0 0,92% 0,100% 50%,92% 100%,0 100%);text-align:left;z-index:2;background-color:#7cb342;border:none;min-width:180px;padding:18px 50px 18px 32px;font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-size:16px;font-weight:500;transition:background-color .25s,transform .2s;position:relative}.btn-shop-now:hover{background-color:#6ba035}.btn-explore{color:#fff;cursor:pointer;clip-path:polygon(0 0,92% 0,100% 50%,92% 100%,0 100%);background-color:#2a2a2a;border:none;min-width:200px;margin-left:-20px;padding:18px 50px 18px 42px;font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-size:16px;font-weight:500;transition:background-color .25s}.btn-explore:hover{background-color:#1a1a1a}.hero-right{flex-direction:column;align-items:center;gap:30px;display:flex;position:relative}.product-showcase{justify-content:center;align-items:center;width:100%;max-width:500px;display:flex;position:relative}.product-ring{justify-content:center;align-items:center;width:460px;height:460px;display:flex;position:relative}.ring-svg{pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.product-image-wrapper{background-color:#f5f5f0;border-radius:50%;justify-content:center;align-items:center;width:92%;height:92%;display:flex;position:absolute;top:50%;left:50%;overflow:hidden;transform:translate(-50%,-50%)}.product-image-wrapper img{object-fit:cover;object-position:center;width:100%;height:100%}.product-dots{z-index:3;flex-direction:column;gap:14px;display:flex;position:absolute;top:50%;right:-30px;transform:translateY(-50%)}.dot{background-color:#1a1a1a;border-radius:50%;width:12px;height:12px;display:block}.offers-box{z-index:2;-webkit-backdrop-filter:blur(10px);background-color:#ffffff4d;border:1.5px dashed #b8b8b8;border-radius:8px;width:100%;max-width:560px;padding:18px 22px;position:relative}.offers-header{border-bottom:1px dashed #d1d1d1;justify-content:space-between;align-items:center;margin-bottom:14px;padding-bottom:14px;display:flex}.offers-title{color:#1a1a1a;letter-spacing:.5px;margin:0;font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-size:13px;font-weight:600}.offers-nav{align-items:center;gap:18px;display:flex}.offer-nav-btn{cursor:pointer;color:#333;letter-spacing:.5px;background:0 0;border:none;align-items:center;gap:4px;padding:4px 2px;font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-size:12px;font-weight:500;transition:color .2s;display:flex}.offer-nav-btn:hover{color:#7cb342}.offer-nav-btn svg{font-size:14px}.offer-body{align-items:center;gap:16px;display:flex}.offer-product-image{background-color:#f0f0e8;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:62px;height:62px;display:flex;overflow:hidden}.offer-product-image img{object-fit:cover;width:100%;height:100%}.offer-info{flex:1;min-width:0}.offer-name{color:#1a1a1a;letter-spacing:.3px;margin:0 0 4px;font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-size:15px;font-weight:700}.offer-size{color:#666;letter-spacing:.5px;margin:0;font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-size:12px}.offer-price{flex-direction:column;flex-shrink:0;align-items:flex-start;gap:2px;display:flex}.price-discount{color:#1a1a1a;font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-size:20px;font-weight:700}.btn-purchase{color:#fff;cursor:pointer;white-space:nowrap;background-color:#a4c96a;border:none;border-radius:6px;flex-shrink:0;padding:10px 18px;font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-size:12px;font-weight:500;transition:background-color .25s}.btn-purchase:hover{background-color:#8fb857}@media (width>=1600px){.hero-container{gap:80px;max-width:2000px;padding:0 80px}.hero-title{font-size:170px}.hero-tagline,.hero-description{font-size:20px}.product-ring{width:500px;height:500px}.offers-box{z-index:2;-webkit-backdrop-filter:blur(10px);background-color:#ffffff4d;border:1.5px dashed #b8b8b8;border-radius:8px;width:100%;max-width:570px;padding:18px 22px;position:relative}.offers-header{border-bottom:1px dashed #d1d1d1;justify-content:space-between;align-items:center;margin-bottom:14px;padding-bottom:14px;display:flex}.offers-title{color:#1a1a1a;letter-spacing:.5px;margin:0;font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-size:17px;font-weight:600}.offers-nav{align-items:center;gap:18px;display:flex}.offer-nav-btn{cursor:pointer;color:#333;letter-spacing:.5px;background:0 0;border:none;align-items:center;gap:4px;padding:4px 2px;font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-size:15px;font-weight:500;transition:color .2s;display:flex}.offer-nav-btn:hover{color:#7cb342}.offer-nav-btn svg{font-size:17px}.offer-body{align-items:center;gap:16px;display:flex}.offer-product-image{background-color:#f0f0e8;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:72px;height:72px;display:flex;overflow:hidden}.offer-product-image img{object-fit:cover;width:100%;height:100%}.offer-info{flex:1;min-width:0}.offer-name{color:#1a1a1a;letter-spacing:.3px;margin:0 0 4px;font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-size:19px;font-weight:700}.offer-size{color:#666;letter-spacing:.5px;margin:0;font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-size:15px}.offer-price{flex-direction:column;flex-shrink:0;align-items:flex-start;gap:2px;display:flex}.price-original{color:#999;font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-size:15px;text-decoration:line-through}.price-discount{color:#1a1a1a;font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-size:22px;font-weight:700}.btn-purchase{color:#fff;cursor:pointer;white-space:nowrap;background-color:#a4c96a;border:none;border-radius:6px;flex-shrink:0;padding:10px 18px;font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-size:16px;font-weight:500;transition:background-color .25s}.btn-purchase:hover{background-color:#8fb857}}@media (width<=1440px){.hero-container{gap:48px;max-width:1280px;padding:0 48px}.hero-title{font-size:130px}.product-ring{width:420px;height:420px}}@media (width<=1280px){.hero-container{gap:40px;padding:0 40px}.hero-tagline{font-size:14px}.hero-title{margin-bottom:30px;font-size:110px}.hero-subtitle{font-size:22px}.hero-description{font-size:15px}.hero-divider{width:280px}.btn-shop-now,.btn-explore{padding:15px 40px;font-size:15px}.btn-shop-now{min-width:160px;padding-left:28px}.btn-explore{min-width:180px;padding-left:38px}.product-ring{width:380px;height:380px}.offers-box{max-width:520px;padding:16px 18px}}@media (width<=1024px){.hero-container{grid-template-columns:1fr;gap:60px;padding:0 32px}.hero-left{text-align:center;align-items:center;padding-left:0}.hero-description{text-align:center}.hero-divider{margin:0 auto 32px}.hero-right{order:-1}.product-dots{display:none}}@media (width<=768px){.hero-section{min-height:auto;padding:20px 0 40px}.hero-container{flex-direction:column;gap:24px;min-height:auto;padding:0 20px;display:flex}.hero-right{order:1;display:contents}.product-showcase{order:1;justify-content:center;align-items:center;width:100%;display:flex}.product-ring{width:320px;max-width:90vw;height:320px}.product-dots{display:none}.hero-left{order:2;display:contents}.hero-tagline{letter-spacing:1px;text-transform:uppercase;text-align:center;order:2;margin:0 0 4px;font-size:13px;font-weight:600}.hero-title{text-align:center;order:2;margin:0 0 12px;font-size:68px;line-height:1}.hero-subtitle{text-align:center;order:2;margin:0 0 12px;font-size:22px}.hero-description{text-align:center;order:2;max-width:100%;margin:0 0 8px;padding:0 10px;font-size:14px}.hero-divider{display:none}.offers-box{order:3;max-width:100%;margin:8px 0 0;padding:12px 14px}.offers-title,.offer-nav-btn{font-size:11px}.offers-nav{gap:12px}.offer-body{gap:10px}.offer-product-image{width:50px;height:50px}.offer-name{font-size:13px}.offer-size{font-size:10px}.price-original{font-size:11px}.price-discount{font-size:16px}.btn-purchase{white-space:normal;text-align:center;border-radius:4px;max-width:70px;padding:8px 12px;font-size:10px;line-height:1.2}.hero-buttons{order:4;justify-content:center;width:100%;max-width:360px;margin:12px auto 0}.btn-shop-now,.btn-explore{text-align:center;flex:1;min-width:0;padding:16px 20px;font-size:15px}.btn-shop-now{padding-left:24px}.btn-explore{margin-left:-16px;padding-left:32px}}@media (width<=480px){.hero-container{padding:0 16px}.product-ring{width:280px;height:280px}.hero-title{font-size:58px}.hero-subtitle{font-size:20px}.hero-description{font-size:13.5px}.btn-shop-now,.btn-explore{padding:14px 16px;font-size:14px}.offer-body{gap:8px}.offer-product-image{width:46px;height:46px}.offer-name{font-size:12px}.btn-purchase{max-width:64px;padding:7px 10px;font-size:9.5px}.price-discount{font-size:15px}}@media (width<=360px){.product-ring{width:250px;height:250px}.hero-title{font-size:50px}}.hero-section .product-showcase .product-ring .product-image-wrapper{background-color:#f5f5f0!important;border-radius:50%!important;justify-content:center!important;align-items:center!important;width:92%!important;height:92%!important;padding:0!important;display:flex!important;position:absolute!important;top:50%!important;left:50%!important;overflow:hidden!important;transform:translate(-50%,-50%)!important}.hero-section .product-showcase .product-ring .product-image-wrapper img{object-fit:cover!important;object-position:center!important;border-radius:0!important;width:100%!important;height:100%!important;padding:0!important;position:static!important}@media (width<=768px){.hero-section .product-showcase .product-ring .product-image-wrapper{border-radius:50%!important;width:92%!important;height:92%!important;padding-top:0!important;position:absolute!important;top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important}}.purity-section{background-color:#f5f8ee;width:100%;padding:70px 0 90px;position:relative;overflow:hidden}.purity-container{box-sizing:border-box;max-width:1440px;margin:0 auto;padding:0 60px}.purity-heading{flex-direction:column;align-items:center;margin-bottom:50px;display:flex}.purity-title{color:#7cb342;letter-spacing:.2px;text-align:center;margin:0 0 12px;font-family:Playfair Display,Georgia,serif;font-size:34px;font-weight:700}.purity-underline{background-color:#8ca131;border-radius:2px;width:100px;height:3px}.purity-cards{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.purity-card{text-align:center;background-color:#fff;border-radius:10px;flex-direction:column;align-items:center;min-height:240px;padding:36px 28px;transition:transform .3s,box-shadow .3s;display:flex;box-shadow:0 2px 8px #0000000a}.purity-card:hover{transform:translateY(-4px);box-shadow:0 6px 18px #00000014}.card-icon-wrapper{background-color:#eaf1dc;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:22px;display:flex}.card-icon{color:#7a8f4e;justify-content:center;align-items:center;font-size:28px;display:flex}.card-title{color:#7cb342;letter-spacing:.8px;margin:0 0 14px;font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-size:16px;font-weight:700}.card-description{color:#555;max-width:220px;margin:0;font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-size:14px;line-height:1.55}@media (width>=1600px){.purity-container{max-width:2000px;padding:0 80px}.purity-title{font-size:40px}.purity-cards{gap:32px}.purity-card{min-height:260px;padding:42px 32px}.card-icon-wrapper{width:70px;height:70px}.card-icon{font-size:32px}.card-title{font-size:19px}.card-description{font-size:17.5px;font-weight:500}}@media (width<=1440px){.purity-container{max-width:1280px;padding:0 48px}.purity-section{padding:60px 0 80px}.purity-title{font-size:32px}.purity-cards{gap:22px}.purity-card{min-height:230px;padding:32px 24px}}@media (width<=1280px){.purity-container{padding:0 40px}.purity-section{padding:55px 0 70px}.purity-heading{margin-bottom:40px}.purity-title{font-size:30px}.purity-cards{gap:18px}.purity-card{min-height:220px;padding:28px 20px}.card-icon-wrapper{width:58px;height:58px;margin-bottom:18px}.card-icon{font-size:25px}.card-title{letter-spacing:.6px;margin-bottom:12px;font-size:15px}.card-description{font-size:13.5px}}@media (width<=1024px){.purity-container{padding:0 32px}.purity-section{padding:50px 0 60px}.purity-cards{grid-template-columns:repeat(2,1fr);gap:22px}.purity-card{min-height:230px;padding:32px 24px}}@media (width<=768px){.purity-container{padding:0 20px}.purity-section{padding:40px 0 50px}.purity-heading{margin-bottom:30px}.purity-title{font-size:22px}.purity-underline{width:80px;height:2.5px}.purity-cards{grid-template-columns:repeat(2,1fr);gap:14px}.purity-card{border-radius:8px;min-height:200px;padding:24px 16px}.card-icon-wrapper{width:54px;height:54px;margin-bottom:14px}.card-icon{font-size:22px}.card-title{letter-spacing:.5px;margin-bottom:10px;font-size:13px;line-height:1.3}.card-description{max-width:100%;font-size:12.5px;line-height:1.5}}@media (width<=480px){.purity-container{padding:0 16px}.purity-section{padding:32px 0 40px}.purity-heading{margin-bottom:24px}.purity-title{font-size:20px}.purity-underline{width:70px}.purity-cards{gap:12px}.purity-card{min-height:180px;padding:22px 12px}.card-icon-wrapper{width:50px;height:50px;margin-bottom:12px}.card-icon{font-size:20px}.card-title{margin-bottom:8px;font-size:12px}.card-description{font-size:11.5px}}@media (width<=360px){.purity-card{min-height:170px;padding:20px 10px}.card-title{font-size:11.5px}.card-description{font-size:11px}}.bestsellers-section{background-color:#fff;width:100%;padding:70px 0 80px;position:relative;overflow:hidden}.bestsellers-container{box-sizing:border-box;max-width:1440px;margin:0 auto;padding:0 60px}.bestsellers-header{justify-content:space-between;align-items:center;margin-bottom:36px;display:flex}.bestsellers-title{color:#7cb342;letter-spacing:.3px;margin:0;font-family:Playfair Display,Georgia,serif;font-size:42px;font-weight:700}.bestsellers-nav{align-items:center;gap:12px;display:flex}.nav-btn{cursor:pointer;color:#444;background-color:#fff;border:1.5px solid #d1d1d1;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;font-size:20px;transition:all .25s;display:flex}.nav-btn:hover:not(.disabled){color:#7cb342;background-color:#f5f8ee;border-color:#7cb342}.nav-btn.disabled{opacity:.4;cursor:not-allowed}.products-scroll-wrapper{width:100%;position:relative;overflow:hidden}.products-scroll{scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;gap:24px;padding:6px 2px 20px;display:flex;overflow-x:auto}.products-scroll::-webkit-scrollbar{display:none}.product-card{scroll-snap-align:start;background-color:#fff;border-radius:10px;flex-direction:column;flex:0 0 calc(25% - 18px);min-width:0;transition:box-shadow .3s,transform .3s;display:flex;overflow:hidden;box-shadow:0 2px 10px #0000000f}.product-card:hover{transform:translateY(-3px);box-shadow:0 6px 20px #0000001a}.product-image-container{aspect-ratio:1;background-color:#f5f5f0;width:100%;position:relative;overflow:hidden}.product-image{object-fit:cover;width:100%;height:100%;transition:filter .3s}.product-image.blurred{filter:blur(8px);opacity:.9}.product-tag{color:#1a1a1a;z-index:2;background-color:#fff;border-radius:20px;padding:6px 14px;font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-size:13px;font-weight:600;position:absolute;top:14px;left:14px;box-shadow:0 2px 6px #00000014}.tag-bestseller,.tag-coming-soon{color:#1a1a1a}.product-info{flex-direction:column;flex:1;gap:8px;padding:18px 18px 20px;display:flex}.product-name{color:#7cb342;margin:0;font-family:Playfair Display,Georgia,serif;font-size:20px;font-weight:700;line-height:1.2}.product-description{color:#555;min-height:42px;margin:0 0 12px;font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-size:14px;line-height:1.5}.product-footer{justify-content:space-between;align-items:center;gap:12px;margin-top:auto;display:flex}.product-price{flex-direction:column;flex-shrink:0;gap:2px;display:flex}.price-original{color:#999;font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-size:13px;text-decoration:line-through}.price-current{color:#7cb342;font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-size:20px;font-weight:700}.btn-add-cart{color:#fff;cursor:pointer;white-space:nowrap;z-index:1;background-color:#a4c96a;border:none;border-radius:30px;padding:12px 22px;font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-size:14px;font-weight:500;transition:background-color .3s;position:relative;overflow:visible}.btn-add-cart:hover{background-color:#92b85a}.btn-add-cart:hover .btn-leaf-bl{transform:translate(-2px,-35px)rotate(-45deg)}.btn-add-cart:hover .btn-leaf-tr{transform:translate(2px,35px)rotate(195deg)}@media (width>=1600px){.bestsellers-container{max-width:2000px;padding:0 80px}.product-tag{color:#1a1a1a;z-index:2;background-color:#fff;border-radius:20px;padding:6px 14px;font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-size:16px;font-weight:600;position:absolute;top:14px;left:14px;box-shadow:0 2px 6px #00000014}.bestsellers-title{font-size:48px}.btn-leaf{pointer-events:none;z-index:2;width:42px;height:42px;transition:transform .5s cubic-bezier(.34,1.4,.64,1),opacity .4s;position:absolute}.products-scroll{gap:28px}.product-card{flex:0 0 calc(25% - 21px)}.product-name{font-size:23px}.product-description{font-size:17px}.price-current{font-size:22px}.nav-btn{width:46px;height:46px;font-size:22px}.btn-add-cart{color:#fff;cursor:pointer;white-space:nowrap;z-index:1;background-color:#a4c96a;border:none;border-radius:30px;padding:12px 22px;font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-size:19px;font-weight:500;transition:background-color .3s;position:relative;overflow:visible}}@media (width<=1440px){.bestsellers-container{max-width:1280px;padding:0 48px}.bestsellers-section{padding:60px 0 70px}.bestsellers-title{font-size:38px}.products-scroll{gap:20px}.product-card{flex:0 0 calc(25% - 15px)}.product-name{font-size:19px}}@media (width<=1280px){.bestsellers-container{padding:0 40px}.bestsellers-section{padding:55px 0 65px}.bestsellers-title{font-size:34px}.bestsellers-header{margin-bottom:28px}.products-scroll{gap:18px}.product-card{flex:0 0 calc(33.3333% - 12px)}.product-name{font-size:18px}.product-description{min-height:40px;font-size:13.5px}.price-current{font-size:18px}.btn-add-cart{padding:10px 18px;font-size:13px}.btn-leaf{width:28px;height:28px}.btn-add-cart:hover .btn-leaf-bl{transform:translate(-2px,-52px)rotate(-45deg)}.btn-add-cart:hover .btn-leaf-tr{transform:translate(2px,52px)rotate(195deg)}}@media (width<=1024px){.bestsellers-container{padding:0 32px}.bestsellers-section{padding:50px 0 60px}.bestsellers-title{font-size:32px}.products-scroll{gap:20px}.product-card{flex:0 0 calc(50% - 10px)}}@media (width<=768px){.bestsellers-container{padding:0 20px}.bestsellers-section{padding:40px 0 50px}.bestsellers-header{margin-bottom:24px}.bestsellers-title{font-size:28px}.nav-btn{width:38px;height:38px;font-size:18px}.products-scroll{gap:16px}.product-card{scroll-snap-align:center;flex:0 0 100%}.product-name{font-size:20px}.product-description{min-height:auto;font-size:14px}.price-current{font-size:22px}.btn-add-cart{padding:12px 22px;font-size:14px}.btn-leaf{width:34px;height:34px}}@media (width<=480px){.bestsellers-container{padding:0 16px}.bestsellers-section{padding:32px 0 40px}.bestsellers-title{font-size:24px}.nav-btn{width:34px;height:34px;font-size:16px}.product-info{padding:16px 16px 18px}.product-name{font-size:18px}.product-description{font-size:13.5px}.price-current{font-size:20px}.btn-add-cart{padding:10px 18px;font-size:13px}.btn-leaf{width:30px;height:30px}.product-tag{padding:5px 12px;font-size:12px}}@media (width<=360px){.bestsellers-title{font-size:22px}.product-name{font-size:17px}.btn-add-cart{padding:9px 14px;font-size:12px}}.heritage-section{background-color:#f5f8ee;width:100%;padding:70px 0;position:relative;overflow:hidden}.heritage-container{box-sizing:border-box;grid-template-columns:1fr 1fr;align-items:center;gap:60px;max-width:1440px;margin:0 auto;padding:0 60px;display:grid}.heritage-image-wrapper{aspect-ratio:1/.95;border-radius:12px;width:80%;height:70%;overflow:hidden;box-shadow:0 4px 20px #00000014}.heritage-image{object-fit:cover;width:100%;height:100%;display:block}.heritage-content{flex-direction:column;padding-right:30px;display:flex}.heritage-title{color:#7cb342;letter-spacing:2px;margin:0 0 14px;font-family:Playfair Display,Georgia,serif;font-size:34px;font-weight:700}.heritage-italic{color:#7cb342;letter-spacing:.2px;margin:0 0 26px;font-family:Playfair Display,Georgia,serif;font-size:17px;font-style:italic;font-weight:500}.heritage-description{color:#333;margin:0 0 20px;font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-size:15px;line-height:1.7}.heritage-description:last-of-type{margin-bottom:28px}.heritage-btn{cursor:pointer;color:#7cb342;background:0 0;border:none;border-bottom:1.5px solid #7cb342;align-self:flex-start;align-items:center;gap:10px;padding:4px 0;font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-size:15px;font-weight:500;transition:gap .25s,color .25s;display:inline-flex}.heritage-btn:hover{color:#5a8f2a;gap:14px}.heritage-btn-icon{font-size:16px;transition:transform .25s}.heritage-btn:hover .heritage-btn-icon{transform:translate(2px)}.ritual-section{background-color:#fff;width:100%;padding:50px 0 60px}.ritual-container{box-sizing:border-box;max-width:1440px;margin:0 auto;padding:0 60px}.ritual-header{text-align:center;margin-bottom:30px}.ritual-title{color:#7cb342;letter-spacing:.3px;margin:0 0 8px;font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-size:18px;font-weight:700}.ritual-handle{color:#444;margin:0;font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-size:15px}.ritual-dot{color:#7cb342;margin:0 6px}.ritual-grid{grid-template-columns:repeat(4,1fr);gap:16px;width:100%;display:grid}.ritual-image-wrapper{aspect-ratio:1;cursor:pointer;background-color:#f5f5f0;border-radius:4px;width:100%;overflow:hidden}.ritual-image{object-fit:cover;width:100%;height:100%;transition:transform .5s;display:block}.ritual-image-wrapper:hover .ritual-image{transform:scale(1.05)}@media (width>=1600px){.heritage-container,.ritual-container{max-width:2000px;padding:0 80px}.heritage-container{gap:80px}.heritage-title{font-size:40px}.heritage-italic{font-size:19px;font-style:italic}.heritage-description{font-size:17px}.heritage-btn{font-size:19px}.ritual-title{font-size:22px}.ritual-handle{font-size:18px}.ritual-grid{gap:20px}}@media (width<=1440px){.heritage-container,.ritual-container{max-width:1280px;padding:0 48px}.heritage-section{padding:60px 0}.heritage-container{gap:50px}.heritage-title{font-size:32px}.ritual-grid{gap:14px}}@media (width<=1280px){.heritage-container,.ritual-container{padding:0 40px}.heritage-section{padding:55px 0}.heritage-container{gap:40px}.heritage-title{font-size:30px}.heritage-italic{margin-bottom:22px;font-size:16px}.heritage-description{font-size:14.5px;line-height:1.65}.heritage-content{padding-right:15px}.ritual-section{padding:45px 0 55px}}@media (width<=1024px){.heritage-container,.ritual-container{padding:0 32px}.heritage-section{padding:50px 0}.heritage-container{grid-template-columns:1fr;gap:36px}.heritage-content{padding-right:0}.heritage-image-wrapper{max-width:600px;margin:0 auto}.ritual-grid{gap:14px}}@media (width<=768px){.heritage-section{padding:32px 0 36px}.heritage-container{gap:26px;padding:0 20px}.heritage-image-wrapper{aspect-ratio:1/.75;border-radius:8px;max-width:100%}.heritage-title{letter-spacing:1.5px;margin-bottom:12px;font-size:30px}.heritage-italic{margin-bottom:20px;font-size:15px}.heritage-description{margin-bottom:16px;font-size:14.5px;line-height:1.65}.heritage-description:last-of-type{margin-bottom:22px}.heritage-btn{font-size:14.5px}.ritual-section{padding:32px 0 36px}.ritual-container{padding:0 20px}.ritual-header{margin-bottom:22px}.ritual-title{margin-bottom:6px;font-size:16px}.ritual-handle{font-size:14px}.ritual-grid{grid-template-columns:repeat(2,1fr);gap:12px}}@media (width<=480px){.heritage-container{padding:0 16px}.heritage-title{letter-spacing:1.2px;font-size:26px}.heritage-italic,.heritage-description,.heritage-btn{font-size:14px}.ritual-container{padding:0 16px}.ritual-title{font-size:15px}.ritual-handle{font-size:13px}.ritual-grid{gap:10px}}@media (width<=360px){.heritage-title{font-size:23px}.heritage-description{font-size:13.5px}.ritual-grid{gap:8px}}.home-page{width:100%;overflow-x:hidden}:root{--green-primary:#66ad68;--green-dark:#66ad68;--green-mockup:#66ad68;--green-mockup-hover:#66ad68;--cream-bg:#faf7f2;--text-gray:#555;--text-light:#777;--border-color:#e2e1dd;--gold-primary:#c5a85c;--sans:"Hanken Grotesk", sans-serif;--serif:"DM Serif Display", serif;--title-font:"Libre Caslon Text", serif}.shop-page-wrapper{max-width:1440px;font-family:var(--sans);color:var(--text-gray);background-color:#fff;margin:0 auto;padding:30px 60px 80px}.shop-breadcrumbs{color:var(--text-light);align-items:center;gap:6px;margin-bottom:24px;font-size:13px;font-weight:500;display:flex}.shop-breadcrumbs .breadcrumb-home{cursor:pointer;transition:color .2s}.shop-breadcrumbs .breadcrumb-home:hover{color:var(--green-primary)}.shop-breadcrumbs .current{font-weight:600;color:#66ad68!important}.shop-header-section{flex-direction:column;align-items:flex-start;width:100%;margin-bottom:30px;display:flex}.shop-header-subtitle-row{justify-content:space-between;align-items:flex-end;gap:40px;width:100%;display:flex}.shop-page-title{font-family:var(--title-font);margin:0 0 12px;font-size:38px;font-weight:400;color:#66ad68!important}.shop-page-subtitle{font-family:var(--sans);margin:0;font-size:15px;line-height:1.6;color:#414941!important}.layout-switcher-container{border:1px solid var(--border-color);background-color:#f7f6f2;border-radius:8px;gap:6px;padding:4px;display:flex}.layout-switcher-btn{color:#888;cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;width:36px;height:36px;font-size:18px;transition:all .2s;display:flex}.layout-switcher-btn.active{color:var(--green-primary);background-color:#fff;box-shadow:0 2px 6px #0000000d}.shop-controls-bar{background:0 0;border:none;justify-content:flex-start;align-items:center;gap:50px;margin-bottom:40px;padding:0;display:flex}.search-bar-wrapper{background-color:#fff;border:1px solid #c1c9bf4d;border-radius:12px;flex:1;align-items:center;gap:10px;max-width:900px;padding:12px 20px;display:flex}.search-icon{color:#717970;flex-shrink:0;font-size:18px}.search-input-field{width:100%;font-family:var(--sans);color:#414941;background:0 0;border:none;outline:none;font-size:14px}.search-input-field::placeholder{color:#717970}.sort-selector-wrapper{cursor:pointer;z-index:50;background-color:#fff;border:1px solid #c1c9bf4d;border-radius:12px;align-items:center;min-width:195px;padding:13px 38px 13px 20px;display:flex;position:relative}.sort-selected-value{color:#414941;-webkit-user-select:none;user-select:none;font-size:15px;font-weight:500}.dropdown-chevron-icon{color:#717970;pointer-events:none;font-size:15px;transition:transform .2s;position:absolute;right:14px}.dropdown-chevron-icon.open{transform:rotate(180deg)}.sort-options-list{box-sizing:border-box;z-index:100;background-color:#fff;border:1px solid #c1c9bf4d;border-radius:12px;width:100%;margin:0;padding:6px 0;list-style:none;position:absolute;top:calc(100% + 6px);left:0;box-shadow:0 4px 16px #221a0f0d}.sort-option-item{color:#414941;text-align:left;padding:10px 20px;font-size:14.5px;font-weight:500;transition:background-color .2s,color .2s}.sort-option-item:hover{color:#66ad68;background-color:#f3f4ef}.sort-option-item.selected{color:#fff;background-color:#66ad68}.shop-main-layout{align-items:start;gap:40px;display:flex}.shop-sidebar-aside{flex-shrink:0;width:250px}.sidebar-filter-section{margin-bottom:35px}.sidebar-section-title{font-family:var(--serif);color:var(--green-primary);margin:0 0 20px;font-size:24px;font-weight:400}.category-checkbox-list{flex-direction:column;gap:14px;display:flex}.category-checkbox-item{justify-content:space-between;align-items:center;display:flex}.checkbox-label-container{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:12px;display:flex;position:relative}.category-checkbox-input{opacity:0;cursor:pointer;width:0;height:0;position:absolute}.custom-checkmark{border:1px solid var(--border-color);background-color:#fff;border-radius:4px;width:20px;height:20px;transition:all .2s;position:relative}.checkbox-label-container:hover .custom-checkmark{border-color:var(--green-primary)}.category-checkbox-input:checked~.custom-checkmark{background-color:var(--green-primary);border-color:var(--green-primary)}.custom-checkmark:after{content:"";display:none;position:absolute}.category-checkbox-input:checked~.custom-checkmark:after{display:block}.checkbox-label-container .custom-checkmark:after{border:2px solid #fff;border-width:0 2px 2px 0;width:5px;height:10px;top:2px;left:6px;transform:rotate(45deg)}.category-label-text{color:var(--text-gray);font-size:15px;font-weight:500;transition:color .2s}.checkbox-label-container:hover .category-label-text{color:var(--green-primary)}.category-count{color:var(--text-light);font-size:13px;font-weight:500}.sidebar-sustainable-card{background-color:var(--cream-bg);border-radius:12px;padding:20px}.sustainable-card-title{font-family:var(--sans);color:#5c4033;margin:0 0 10px;font-size:15px;font-weight:600}.sustainable-card-desc{color:#5c4033;opacity:.85;margin:0;font-size:13px;line-height:1.6}.shop-products-main{flex-grow:1}.products-grid-container{grid-template-columns:repeat(3,1fr);gap:30px;margin-bottom:50px;display:grid}.product-item-card{cursor:pointer;background-color:#fff;border-radius:12px;flex-direction:column;transition:transform .25s,box-shadow .25s;display:flex;overflow:visible}.product-item-card:hover{transform:translateY(-4px)}.shop-page-wrapper .product-image-wrapper{background-color:#f7f6f2;border-radius:12px;width:100%;padding-top:100%;position:relative;overflow:hidden}.product-card-img{object-fit:cover;width:100%;height:100%;transition:transform .4s;position:absolute;top:0;left:0}.product-item-card:hover .product-card-img{transform:scale(1.04)}.badge-best-seller{color:#333;letter-spacing:.5px;z-index:5;background-color:#fff;border-radius:20px;padding:6px 14px;font-size:11px;font-weight:700;position:absolute;top:12px;left:12px;box-shadow:0 2px 8px #00000014}.badge-natural-gold{text-align:center;z-index:5;background:radial-gradient(circle,#fcf4d4 0%,#d8be7c 100%);border:1.5px dotted #3d4e41;border-radius:50%;justify-content:center;align-items:center;width:62px;height:62px;display:flex;position:absolute;top:12px;right:12px;box-shadow:0 2px 8px #00000014}.natural-gold-inner{flex-direction:column;justify-content:center;align-items:center;line-height:1.1;display:flex}.natural-gold-percentage{color:#3d4e41;font-size:12px;font-weight:800}.natural-gold-text{color:#3d4e41;letter-spacing:.5px;font-size:8px;font-weight:800}.product-details-wrapper{flex-direction:column;flex-grow:1;padding:16px 0 10px;display:flex}.product-title-text{font-family:var(--serif);color:var(--green-primary);margin:0 0 6px;font-size:21px;font-weight:400}.product-description-text{color:var(--text-light);margin:0 0 16px;font-size:13.5px;line-height:1.5}.product-pricing-action-row{justify-content:space-between;align-items:center;margin-top:auto;padding-bottom:4px;display:flex}.product-price-box{flex-direction:column;line-height:1.2;display:flex}.price-crossed{color:#a5a4a0;font-size:13px;font-weight:500;text-decoration:line-through}.price-value{font-family:var(--serif);color:var(--green-primary);font-size:24px;font-weight:400}.add-to-cart-pill-btn{color:#fff;cursor:pointer;white-space:nowrap;z-index:1;background-color:#a4c96a;border:none;border-radius:30px;padding:12px 22px;font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-size:14px;font-weight:500;transition:background-color .3s;position:relative;overflow:visible}.add-to-cart-pill-btn:hover{background-color:#92b85a}.btn-text{z-index:3;position:relative}.btn-leaf{pointer-events:none;z-index:2;width:32px;height:32px;transition:transform .5s cubic-bezier(.34,1.4,.64,1),opacity .4s;position:absolute}.btn-leaf-bl{bottom:-6px;left:-8px;transform:rotate(-15deg)}.btn-leaf-tr{top:-8px;right:-8px;transform:rotate(165deg)}.add-to-cart-pill-btn:hover .btn-leaf-bl{transform:translate(-2px,-35px)rotate(-45deg)}.add-to-cart-pill-btn:hover .btn-leaf-tr{transform:translate(2px,35px)rotate(195deg)}.shop-pagination-row{justify-content:center;align-items:center;gap:8px;margin-top:20px;display:flex}.mobile-only-pagination{display:none}.desktop-only-pagination{align-items:center;gap:8px;display:flex}@media (width<=410px){.mobile-only-pagination{align-items:center;gap:6px;display:flex}.desktop-only-pagination{display:none}}.pagination-arrow-btn,.pagination-page-btn{border:1px solid var(--border-color);width:36px;height:36px;color:var(--text-gray);cursor:pointer;background-color:#fff;border-radius:50%;justify-content:center;align-items:center;font-size:14px;font-weight:600;transition:all .2s;display:flex}.pagination-page-btn.active{background-color:var(--green-primary);color:#fff;border-color:var(--green-primary)}.pagination-page-btn.next-suggested{color:#66ad68!important;background-color:#0000!important;border-color:#66ad68!important}.pagination-arrow-btn:hover,.pagination-page-btn:not(.active):hover{border-color:var(--green-primary);color:var(--green-primary)}.pagination-ellipsis{color:var(--text-light);padding:0 4px;font-size:14px}@media (width>=1024px){.shop-main-layout{gap:50px}}.mobile-categories-row{display:none}@media (width<=768px){.shop-page-wrapper .product-image-wrapper{border-radius:8px}.shop-breadcrumbs{margin-bottom:16px}.shop-header-section{flex-direction:column;align-items:flex-start;gap:8px;width:100%;margin-bottom:20px;display:flex}.shop-header-subtitle-row{justify-content:space-between;align-items:flex-start;gap:12px;width:100%;display:flex}.shop-page-title{white-space:nowrap;margin:0;font-size:clamp(18px,6.2vw,26px)}.shop-page-subtitle{font-family:var(--sans);max-width:72%;margin:0;font-size:clamp(9.5px,3.1vw,12px);line-height:1.4;color:#414941!important}.layout-switcher-container{background-color:#f7f6f2;border-radius:6px;flex-shrink:0;gap:4px;margin-top:2px;padding:3px;display:flex}.layout-switcher-btn{border-radius:4px;width:28px;height:28px;font-size:14px}.shop-controls-bar{justify-content:space-between;gap:10px;width:100%;margin-bottom:24px;display:flex}.search-bar-wrapper{border-color:#c1c9bf4d;border-radius:8px;flex:1;max-width:60%;padding:10px 12px}.search-icon{font-size:15px}.search-input-field{font-size:12px}.sort-selector-wrapper{z-index:50;border-color:#c1c9bf4d;border-radius:8px;flex:0 0 38%;min-width:auto;max-width:38%;padding:10px 22px 10px 10px}.sort-selected-value{white-space:nowrap;text-overflow:ellipsis;font-size:12px;overflow:hidden}.dropdown-chevron-icon{font-size:12px;right:6px}.sort-options-list{width:100%;min-width:unset;box-sizing:border-box;border-radius:8px;position:absolute;top:calc(100% + 6px);left:0;right:auto}.sort-option-item{padding:8px 12px;font-size:12px}.mobile-categories-row{margin-bottom:28px;display:block}.mobile-categories-label{color:#3b2a20;letter-spacing:1px;margin:0 0 12px;font-family:Epilogue,sans-serif;font-size:11px;font-weight:700}.mobile-category-checkbox-list{-webkit-overflow-scrolling:touch;flex-wrap:nowrap;gap:12px;margin:0;padding:0 0 8px;list-style:none;display:flex;overflow-x:auto}.mobile-category-checkbox-list::-webkit-scrollbar{display:none}.mobile-category-checkbox-item{flex-shrink:0;align-items:center;display:flex}.mobile-checkbox-label-container{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:6px;display:flex}.mobile-checkbox-label-container .custom-checkmark{background-color:#fff;border:1px solid #c1c9bf4d;border-radius:3px;width:12px;height:12px}.mobile-checkbox-label-container input:checked~.custom-checkmark{background-color:#66ad68;border-color:#66ad68}.mobile-checkbox-label-container .custom-checkmark:after{border:1.5px solid #fff;border-width:0 1.5px 1.5px 0;width:3px;height:7px;top:0;left:3px;transform:rotate(45deg)}.mobile-checkbox-label-container .category-label-text{color:#414941;font-size:11px;font-weight:500}.shop-sidebar-aside{display:none}.shop-main-layout{display:block}.products-grid-container{grid-template-columns:repeat(2,1fr);gap:16px 12px;margin-bottom:40px}.product-item-card,.product-image-wrapper{border-radius:8px}.badge-best-seller{padding:4px 10px;font-size:10px;top:8px;left:8px}.product-details-wrapper{padding:10px 0 6px}.product-title-text{margin-bottom:4px;font-size:16.5px}.product-description-text{margin-bottom:12px;font-size:12px;line-height:1.4}.product-pricing-action-row{flex-direction:row;justify-content:space-between;align-items:center}.price-crossed{font-size:11px}.price-value{font-size:18px}.add-to-cart-pill-btn{border-radius:24px;padding:10px 16px;font-size:12px}.btn-leaf{width:26px;height:26px}.add-to-cart-pill-btn:hover .btn-leaf-bl{transform:translate(-2px,-30px)rotate(-45deg)}.add-to-cart-pill-btn:hover .btn-leaf-tr{transform:translate(2px,30px)rotate(195deg)}.shop-pagination-row{gap:4px}.pagination-arrow-btn,.pagination-page-btn{width:30px;height:30px;font-size:12px}.pagination-ellipsis{padding:0 2px;font-size:12px}}@media (width<=410px){.products-grid-container{scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;flex-flow:row;gap:16px;margin:0 -16px;padding:10px 16px 24px;display:flex;overflow-x:auto}.products-grid-container::-webkit-scrollbar{display:none}.product-item-card{scroll-snap-align:center;flex:0 0 calc(100% - 32px);margin:0;box-shadow:0 4px 16px #0000000d}}@media (width>=411px) and (width<=480px){.add-to-cart-pill-btn{border-radius:20px;padding:8px 14px;font-size:11px}.btn-leaf{width:22px;height:22px}.add-to-cart-pill-btn:hover .btn-leaf-bl{transform:translate(-2px,-28px)rotate(-45deg)}.add-to-cart-pill-btn:hover .btn-leaf-tr{transform:translate(2px,28px)rotate(195deg)}}@media (width>=481px) and (width<=768px){.add-to-cart-pill-btn{margin-right:5px}}:root{--green-mockup:#66ad68;--green-mockup-dark:#579659}.shop-page-wrapper,.shop-page-wrapper h1,.shop-page-wrapper h2,.shop-page-wrapper h3,.shop-page-wrapper h4,.shop-page-wrapper h5,.shop-page-wrapper h6,.shop-page-wrapper button,.shop-page-wrapper select,.shop-page-wrapper input,.shop-page-wrapper textarea{font-family:Hanken Grotesk,sans-serif}.shop-page-wrapper{box-sizing:border-box;background-color:var(--bg);max-width:1440px;margin:0 auto;padding:24px 60px 80px}.shop-breadcrumbs{color:#707070;align-items:center;gap:6px;margin-bottom:24px;font-size:13px;display:flex}.shop-breadcrumbs .separator{color:#a09f9a;margin:0 2px;font-size:14px}.shop-breadcrumbs .breadcrumb-link{cursor:pointer;transition:color .2s}.shop-breadcrumbs .breadcrumb-link:hover{color:var(--green-mockup)}.shop-breadcrumbs .current{color:var(--text-h);font-weight:600}.main-product-section{grid-template-columns:1fr 1fr;align-items:start;gap:56px;margin-bottom:40px;display:grid}.product-gallery-container{flex-direction:column;gap:16px;display:flex}.main-image-display{aspect-ratio:4/3;background-color:#fafaf7;border:1px solid #f0efeb;border-radius:12px;width:100%;overflow:hidden}.main-image-display img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.main-image-display:hover img{transform:scale(1.01)}.thumbnail-gallery-row{grid-template-columns:repeat(3,1fr);gap:16px;max-width:280px;display:grid}.thumbnail-card{aspect-ratio:1;cursor:pointer;background-color:#fafaf7;border:2.5px solid #0000;border-radius:8px;transition:all .25s;overflow:hidden}.thumbnail-card img{object-fit:cover;width:100%;height:100%}.thumbnail-card:hover{opacity:.9}.thumbnail-card.active-thumbnail{border-color:var(--green-mockup)}.product-info-details{flex-direction:column;display:flex}.product-title-heading{color:var(--text-h);white-space:nowrap;margin:0 0 8px;font-family:DM Serif Display,serif;font-size:38px;font-weight:600;line-height:1.25}.product-rating-bar{align-items:center;gap:8px;margin-bottom:20px;display:flex}.stars-indicator{gap:2px;display:flex}.star-filled{color:#ffb800;fill:#ffb800;font-size:18px}.star-empty{color:#e5e7eb;font-size:18px}.rating-text-summary{color:#707070;font-size:14.5px}.price-display-row{align-items:center;gap:8px;margin-bottom:24px;display:flex}.price-strikethrough{color:#a3b899;font-size:24px;font-weight:400;text-decoration:line-through}.price-active{color:var(--green-mockup);font-size:26px;font-weight:600}.product-short-description{color:#555;max-width:90%;margin:0 0 28px;font-size:14.5px;line-height:1.6}.weight-selection-container{margin-bottom:28px}.selection-label{letter-spacing:.8px;color:#707070;margin-bottom:12px;font-size:12px;font-weight:700;display:block}.weight-options-grid{gap:12px;display:flex}.weight-pill-btn{color:#2b2b2b;cursor:pointer;background-color:#0000;border:1px solid #d0cfca;border-radius:50px;min-width:80px;padding:8px 24px;font-size:14.5px;font-weight:500;transition:all .2s}.weight-pill-btn:hover{border-color:var(--green-mockup);color:var(--green-mockup)}.weight-pill-btn.selected{background-color:var(--green-mockup);border-color:var(--green-mockup);color:#fff}.product-actions-wrapper{align-items:center;gap:16px;margin-bottom:16px;display:flex}.quantity-stepper-control{background-color:#eaeae5;border-radius:50px;align-items:center;padding:4px;display:flex}.stepper-btn{width:38px;height:38px;color:var(--text-h);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:14px;transition:background-color .2s;display:flex}.stepper-btn:hover{background-color:#0000000d}.quantity-display-value{text-align:center;width:32px;color:var(--text-h);font-size:15px;font-weight:600}.action-btn-primary{background-color:var(--green-mockup);color:#fff;letter-spacing:.5px;cursor:pointer;border:none;border-radius:50px;flex:1;padding:14px 28px;font-size:15px;font-weight:600;transition:all .25s}.action-btn-primary:hover{background-color:var(--green-mockup-dark)}.buy-now-cta-full{border:1.5px solid var(--green-mockup);width:100%;color:var(--green-mockup);letter-spacing:.5px;text-align:center;cursor:pointer;background-color:#fff;border-radius:50px;margin-bottom:32px;padding:14px 28px;font-size:15px;font-weight:600;transition:all .25s;display:block}.buy-now-cta-full:hover{background-color:#fafbf9}.success-toast-feedback{color:var(--green-dark);background-color:#eef5e9;border:1px solid #cce0bf;border-radius:8px;margin-bottom:24px;padding:12px 16px;font-size:14px;font-weight:500}.animate-fade-in{animation:.3s ease-out forwards fadeIn}@keyframes fadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.trust-badges-grid{border:1px solid #c1c9bf;border-width:1px 0;grid-template-columns:1fr 1fr;gap:24px;margin-top:16px;padding:24px 0;display:grid}.trust-badge-item{align-items:center;gap:12px;display:flex}.badge-icon-custom{color:var(--green-mockup);flex-shrink:0;width:29px;height:29px;font-size:29px}.badge-meta{flex-direction:column;display:flex}.badge-title{color:var(--text-h);margin:0 0 2px;font-size:15px;font-weight:600}.badge-desc{color:#707070;margin:0;font-size:13px}.product-tabs-section{margin-top:20px;margin-bottom:80px}.tabs-header-navigation{border-bottom:1px solid var(--border);gap:40px;margin-bottom:32px;display:flex}.tab-toggle-nav-btn{letter-spacing:1px;color:#9e9e9e;background:0 0;border:none;border-bottom:2px solid #0000;padding:12px 0;font-size:15px;font-weight:600;transition:all .25s}.tab-toggle-nav-btn:hover{color:var(--text-h)}.tab-toggle-nav-btn.active-tab{color:var(--green-mockup);border-bottom-color:var(--green-mockup)}.tab-pane-content{min-height:200px}.ingredients-split-layout{grid-template-columns:1.1fr .9fr;align-items:center;gap:48px;display:grid}.ingredients-text-column{flex-direction:column;display:flex}.tab-content-subtitle{font-family:var(--heading);color:var(--text-h);margin:0 0 16px;font-size:24px;font-weight:600}.tab-content-paragraph{color:#3a3a3a;margin:0 0 24px;font-size:16px;line-height:1.7}.bullet-checklist{flex-direction:column;gap:14px;display:flex}.bullet-checklist li{align-items:flex-start;gap:12px;display:flex}.checklist-icon-bullet{width:20px;height:20px;color:var(--green-mockup);background-color:#f0f7ec;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-top:2px;font-size:10px;display:flex}.checklist-text{color:#3a3a3a;font-size:15px;line-height:1.4}.ingredients-image-column{aspect-ratio:3/2;background-color:#fff;border:1px solid #f0efeb;border-radius:12px;overflow:hidden}.ingredients-image-column img{object-fit:contain;width:100%;height:100%}.tab-simple-text-layout{max-width:800px}.bullet-checklist-benefits{flex-direction:column;gap:16px;padding-left:4px;display:flex}.bullet-checklist-benefits li{color:#3a3a3a;padding-left:20px;font-size:15px;line-height:1.6;position:relative}.bullet-checklist-benefits li:before{content:"•";color:var(--green-mockup);font-size:20px;font-weight:700;position:absolute;top:-2px;left:0}.ordered-guide-list{flex-direction:column;gap:20px;padding:0;display:flex}.ordered-guide-list li{align-items:flex-start;gap:16px;display:flex}.step-num{font-family:var(--mono);color:var(--green-mockup);font-size:20px;font-weight:700;line-height:1}.ordered-guide-list li div{color:var(--text);font-size:15px;line-height:1.6}.ordered-guide-list li div strong{color:var(--text-h);margin-bottom:4px;display:block}.section-centered-title{text-align:center;font-family:var(--heading);color:var(--text-h);margin:0 auto 48px;font-size:32px;font-weight:600}.section-centered-title.font-serif{font-family:Georgia,serif}.section-centered-title.olive-title{color:#8ca131;font-family:Epilogue,sans-serif}.how-we-make-it-section{background-color:#609955;border-radius:16px;margin-bottom:80px;padding:60px 48px;position:relative;overflow:hidden}.section-tree-watermark{opacity:.05;pointer-events:none;filter:grayscale()invert()brightness(5)contrast(3);mix-blend-mode:screen;width:130px;height:160px;position:absolute;top:90px;right:10px}.how-we-make-it-section .section-centered-title{color:#fff;margin-bottom:40px}.production-pillars-grid{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.pillar-card-item{text-align:center;flex-direction:column;align-items:center;display:flex}.pillar-icon-outer{background-color:#fff;border-radius:50%;justify-content:center;align-items:center;width:68px;height:68px;margin-bottom:18px;display:flex;box-shadow:0 4px 10px #0000000f}.pillar-icon-svg{color:#154626;font-size:32px}.pillar-card-title{color:#fff;margin:0 0 8px;font-size:16px;font-weight:600}.pillar-card-description{color:#ffffffe6;margin:0;font-size:13.5px;line-height:1.5}.bought-together-section{margin-bottom:80px}.recommendations-product-grid{grid-template-columns:repeat(4,1fr);gap:32px;display:grid}.recommended-product-card{background-color:#fff;border:1px solid #f0efeb;border-radius:12px;flex-direction:column;transition:all .25s;display:flex;overflow:hidden}.recommended-product-card:hover{transform:translateY(-4px);box-shadow:0 10px 30px #0000000d}.recommended-card-image-wrapper{aspect-ratio:4/3;background-color:#fafaf7;width:100%;position:relative;overflow:hidden}.recommended-card-img{object-fit:cover;width:100%;height:100%}.coming-soon-badge-tag{color:var(--text-h);letter-spacing:.5px;background-color:#fff;border-radius:50px;padding:4px 10px;font-size:11px;font-weight:600;position:absolute;top:12px;left:12px;box-shadow:0 2px 6px #00000014}.recommended-card-info{flex-direction:column;flex-grow:1;padding:20px;display:flex}.recommended-product-title{color:var(--green-mockup);min-height:44px;margin:0 0 8px;font-size:17px;font-weight:600}.recommended-product-desc{color:var(--text);-webkit-box-orient:vertical;margin:0 0 20px;font-size:14px;line-height:1.5;display:-webkit-box;overflow:hidden}.recommended-card-footer{justify-content:space-between;align-items:center;margin-top:auto;display:flex}.recommended-price-box{flex-direction:column;display:flex}.recommended-price-strikethrough{color:#a3b899;font-size:12px;text-decoration:line-through}.recommended-price-current{color:var(--green-mockup);font-size:17px;font-weight:600}.wishlist-pill-cta-btn{color:#fff;cursor:pointer;opacity:1;background-color:#66ad68;border:none;border-radius:12px;justify-content:center;align-items:center;padding:10px 24px;font-family:DM Serif Display,Georgia,serif;font-size:17px;font-weight:500;transition:all .25s;display:inline-flex;position:relative;overflow:visible;box-shadow:0 4px 12px #66ad6833}.wishlist-pill-cta-btn:hover{background-color:var(--green-mockup-dark);transform:translateY(-1px);box-shadow:0 6px 16px #66ad684d}.wishlist-pill-cta-btn:active{transform:translateY(1px)}.wishlist-leaf-left{pointer-events:none;z-index:2;opacity:1;width:auto;height:48px;position:absolute;top:-6px;left:-12px;transform:rotate(-10deg)}.wishlist-leaf-right{pointer-events:none;z-index:2;opacity:1;width:auto;height:44px;position:absolute;top:-18px;right:-15px;transform:rotate(70deg)scaleX(-1)}.wishlist-btn-text{z-index:1;position:relative}.community-stories-section{border-top:1px solid var(--border);padding-top:60px}.reviews-split-layout-grid{grid-template-columns:1fr 2.6fr;align-items:start;gap:48px;display:grid}.rating-metrics-summary-card{border:1px solid var(--border);box-sizing:border-box;background-color:#fff;border-radius:12px;flex-direction:column;align-items:center;padding:32px 24px;display:flex}.big-rating-score-display{color:#8ca131;margin-bottom:8px;font-family:Epilogue,sans-serif;font-size:58px;font-weight:700;line-height:1}.stars-graphic-rating{gap:4px;margin-bottom:12px;display:flex}.stars-graphic-rating .star-filled{color:#66ad68;font-size:20px;fill:none!important}.based-reviews-label{letter-spacing:1px;color:#8ca131;margin-bottom:32px;font-family:Work Sans,sans-serif;font-size:11px;font-weight:600}.progress-metrics-bars-list{flex-direction:column;gap:12px;width:100%;margin-bottom:32px;display:flex}.progress-metric-row{align-items:center;gap:8px;width:100%;display:flex}.progress-stars-num{color:var(--text);width:28px;font-size:13px;font-weight:500}.progress-bar-track{background-color:#f3f4f6;border-radius:10px;flex:1;height:6px;overflow:hidden}.progress-bar-fill-indicator{background-color:var(--green-mockup);border-radius:10px;height:100%}.progress-percentage-val{color:#707070;text-align:right;width:32px;font-size:13px}.write-review-trigger-btn{width:100%;font-family:Work Sans,sans-serif;transition:all .25s;color:#fff!important;background-color:#8ca131!important;border-color:#8ca131!important}.write-review-trigger-btn:hover{background-color:#798b29!important;border-color:#798b29!important}.reviews-vertical-feed-list{flex-direction:column;gap:24px;display:flex}.user-review-card-item{border-bottom:1px solid var(--border);background-color:#fff;padding-bottom:24px}.user-review-card-item:last-of-type{border-bottom:none}.review-card-header-row{align-items:center;width:100%;margin-bottom:16px;display:flex}.reviewer-avatar-box{background-color:#f3f4f6;border:1px solid #f0efeb;border-radius:50%;flex-shrink:0;width:44px;height:44px;margin-right:14px;overflow:hidden}.reviewer-avatar-box img{object-fit:cover;width:100%;height:100%}.reviewer-identity-meta{flex-direction:column;flex:1;display:flex}.reviewer-name-label{color:#8ca131;font-size:15px;font-weight:600}.reviewer-sub-meta-label{color:#8ca131;margin-top:4px;font-family:Work Sans,sans-serif;font-size:13px}.stars-indicator-review{gap:2px;display:flex}.stars-indicator-review .star-filled{color:#66ad68;font-size:15px;fill:#66ad68!important}.stars-indicator-review .star-empty{color:#e5e7eb;font-size:15px}.review-card-body-content{color:#4f4536;margin:0 0 16px;padding-left:58px;font-family:Work Sans,sans-serif;font-size:15px;line-height:1.6}.review-card-footer-actions{gap:24px;padding-left:58px;display:flex}.review-action-btn-feedback{color:#8ca131;background:0 0;border:none;border-radius:4px;align-items:center;gap:6px;padding:4px 8px;font-size:13.5px;transition:all .2s;display:flex}.review-action-btn-feedback:hover{color:#798b29;background-color:#f7f9f3}.review-action-btn-feedback.active-liked{color:#8ca131;font-weight:700}.load-more-reviews-box{justify-content:center;margin-top:16px;display:flex}.load-more-reviews-btn{color:#1e1b14;text-align:center;background-color:#0000;border:1px solid #8ca131;border-radius:50px;width:100%;padding:12px 28px;font-family:Work Sans,sans-serif;font-size:14px;font-weight:600;transition:all .25s}.load-more-reviews-btn:hover{background-color:#f7f9f3;border-color:#798b29}.animate-glow{animation:2s ease-in-out infinite glow}@keyframes glow{0%,to{filter:drop-shadow(0 0 #0000)}50%{filter:drop-shadow(0 0 2px #ffb800)}}@media (width<=1024px){.shop-page-wrapper{padding:20px 24px 60px}.main-product-section{gap:32px}.production-pillars-grid{grid-template-columns:repeat(2,1fr);gap:20px}}@media (width>=1600px){.shop-page-wrapper{max-width:2000px;padding:24px 80px 80px}}@media (width>=769px) and (width<=1350px){.wishlist-pill-cta-btn{padding:8px 14px;font-size:13.5px}.wishlist-leaf-left{height:36px;top:-4px;left:-8px}.wishlist-leaf-right{height:32px;top:-12px;right:-10px}}@media (width<=768px){.shop-page-wrapper{flex-direction:column;padding:16px 16px 60px;display:flex}.mobile-top-breadcrumbs{align-self:flex-start;margin-bottom:20px}.main-product-section{grid-template-columns:1fr;gap:32px}.thumbnail-gallery-row{gap:8px;width:100%;max-width:100%}.product-title-heading{white-space:normal;font-family:Epilogue,serif;font-size:28px;line-height:1.25}.price-strikethrough{font-size:20px}.price-active{font-size:22px}.product-short-description{margin-bottom:20px;font-size:14px;line-height:1.5}.reviewer-sub-meta-label{color:#706b63}.trust-badges-grid-mobile{border-top:1px solid #eef0eb;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:24px;padding-top:24px;display:grid}.trust-badge-item-mobile{text-align:center;flex-direction:column;align-items:center;display:flex}.badge-icon-container{background-color:#f4f6f0;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:8px;display:flex}.badge-icon-container svg{color:#7a8b5c;font-size:24px}.badge-title-mobile{color:#1e1b14;white-space:nowrap;font-family:Work Sans,sans-serif;font-size:11px;font-weight:700;line-height:1.3}.mobile-product-actions-row{align-items:center;gap:8px;width:100%;margin-top:12px;margin-bottom:24px;display:flex}.mobile-product-actions-row .quantity-stepper-control{background-color:#f7f7f3;border:1px solid #eaeae5;border-radius:50px;flex:0 0 90px;justify-content:space-between;width:90px;height:44px;padding:0}.mobile-product-actions-row .stepper-btn{width:32px;height:32px}.mobile-product-actions-row .quantity-display-value{font-size:14px}.mobile-product-actions-row .add-to-cart-cta{color:#fff;background-color:#66ad68;border:none;border-radius:50px;flex:1.2;justify-content:center;align-items:center;height:44px;padding:0 12px;font-size:13.5px;font-weight:600;display:flex}.buy-now-cta-mobile{color:#66ad68;cursor:pointer;box-sizing:border-box;background-color:#fff;border:1.5px solid #66ad68;border-radius:50px;flex:1;justify-content:center;align-items:center;height:44px;font-size:13.5px;font-weight:600;display:flex}.checklist-icon-bullet-circle{color:#66ad68;background-color:#eef5e9;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;margin-right:12px;font-size:10px;display:inline-flex}.product-tabs-section{margin-top:10px;margin-bottom:60px}.tabs-header-navigation{gap:20px;padding-bottom:8px;overflow-x:auto}.tab-toggle-nav-btn{white-space:nowrap;font-size:13.5px}.ingredients-split-layout{grid-template-columns:1fr;gap:24px}.ingredients-image-column,.how-we-make-it-section{display:none}.bought-together-section.mobile h2{white-space:nowrap;text-align:left;margin-bottom:24px;margin-left:0;font-size:18px;overflow:visible}.recommendations-product-grid .recommended-product-card{scroll-snap-align:center;box-sizing:border-box;width:100%;box-shadow:none;background:0 0;border:none;flex:0 0 100%;padding:0 20px}.recommendations-product-grid .recommended-card-image-wrapper{aspect-ratio:480/538;background:0 0;border-radius:16px;overflow:hidden}.recommendations-product-grid .recommended-card-img{object-fit:cover!important}.best-seller-badge-tag{color:#1e1b14;z-index:2;background-color:#fff;border-radius:20px;padding:6px 14px;font-family:Work Sans,sans-serif;font-size:11px;font-weight:600;position:absolute;top:12px;left:12px;box-shadow:0 2px 6px #00000014}.add-to-cart-pill-btn{color:#fff;cursor:pointer;-webkit-user-select:none;user-select:none;background-color:#66ad68;border:none;border-radius:12px;justify-content:center;align-items:center;height:44px;padding:0 28px;font-family:Epilogue,serif;font-size:16px;font-weight:600;transition:background-color .2s;display:inline-flex;position:relative;overflow:visible}.add-to-cart-pill-btn:hover{background-color:#559357}.add-to-cart-pill-btn .wishlist-leaf-left{pointer-events:none;z-index:2;opacity:1;width:auto;height:48px;position:absolute;top:-6px;left:-12px;transform:rotate(-10deg)}.add-to-cart-pill-btn .wishlist-leaf-right{pointer-events:none;z-index:2;opacity:1;width:auto;height:44px;position:absolute;top:-18px;right:-15px;transform:rotate(70deg)scaleX(-1)}.reviews-split-layout-grid{grid-template-columns:1fr;gap:32px}.review-card-header-row{flex-flow:row;justify-content:space-between;align-items:flex-start;width:100%;display:flex}.reviewer-identity-meta{margin-right:12px}.reviewer-name-label{color:#8ca131;font-family:Work Sans,sans-serif;font-size:15px;font-weight:600}.reviewer-sub-meta-label{color:#706b63;margin-top:2px;font-family:Work Sans,sans-serif;font-size:12px}.reviewer-sub-meta-label .time-ago-label{margin-top:2px;display:block}.stars-indicator-review{flex-shrink:0;gap:2px;margin-top:3px;display:flex}.review-card-body-content{padding-left:0;color:#4f4536!important;font-family:Work Sans,sans-serif!important;font-size:14px!important;line-height:1.55!important}.review-card-footer-actions{padding-left:0}.bought-together-section.mobile{margin-bottom:24px}.recommendations-product-grid{scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;gap:0;width:100%;padding:16px 0;display:flex;overflow-x:auto}.community-stories-section{padding-top:24px}.community-stories-section h2{color:#66ad68;text-align:center;white-space:nowrap;margin-bottom:24px;font-family:Epilogue,serif;font-size:24px}.recommendations-product-grid::-webkit-scrollbar{display:none}.tabs-header-navigation::-webkit-scrollbar{display:none}.recommendations-product-grid,.tabs-header-navigation{-ms-overflow-style:none;scrollbar-width:none}}.detail-loading-state,.detail-error-state{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:16px;padding:80px 20px;display:flex}.detail-spinner{border:3px solid #eee;border-top-color:#2d6a4f;border-radius:50%;width:40px;height:40px;animation:.8s linear infinite detailSpin}@keyframes detailSpin{to{transform:rotate(360deg)}}.detail-error-state p{color:#e63946;margin-bottom:16px}.low-stock-warning{color:#e67e22;margin-top:8px;font-size:13px}.cart-error-message{color:#e63946;margin-top:8px;font-size:13px}.selected-option-label{color:#2d6a4f;font-weight:600}.retry-btn{color:#fff;cursor:pointer;background:#2d6a4f;border:none;border-radius:8px;padding:10px 24px;font-size:14px}.retry-btn:hover{background:#245a42}:root{--green-mockup:#66ad68;--green-mockup-dark:#579659;--accent-olive:#4f3a01;--accent-charcoal:#605e57;--accent-red:#ba1a1a;--accent-green-light:#9fd3a7}.about-page-wrapper,.about-page-wrapper h1,.about-page-wrapper h2,.about-page-wrapper h3,.about-page-wrapper h4,.about-page-wrapper h5,.about-page-wrapper h6,.about-page-wrapper button,.about-page-wrapper select,.about-page-wrapper input,.about-page-wrapper textarea{font-family:Hanken Grotesk,sans-serif}.about-page-wrapper{box-sizing:border-box;background-color:var(--bg);max-width:1440px;margin:0 auto;padding:24px 60px 80px;overflow-x:hidden}.about-hero-section{flex-direction:column;align-items:flex-start;padding:24px 0 40px;display:flex;position:relative}.about-hero-leaf-decoration{pointer-events:none;width:142px;height:142px;position:absolute;top:40px;right:40px}.about-hero-title{color:var(--green-mockup);white-space:nowrap;margin:0 0 16px;font-family:DM Serif Display,serif;font-size:38px;font-weight:600;line-height:1.2}.about-hero-description{color:var(--text);max-width:630px;margin:0 0 28px;font-size:15px;line-height:1.7}.about-hero-actions{align-items:center;gap:16px;display:flex}.about-btn-primary{background-color:var(--green-mockup);color:#fff;letter-spacing:.4px;cursor:pointer;white-space:nowrap;border:none;border-radius:50px;padding:14px 28px;font-size:14.5px;font-weight:600;transition:all .25s}.about-btn-primary:hover{background-color:var(--green-mockup-dark)}.about-btn-outline{border:1.5px solid var(--green-mockup);color:var(--green-mockup);letter-spacing:.4px;cursor:pointer;white-space:nowrap;background-color:#0000;border-radius:50px;padding:14px 28px;font-size:14.5px;font-weight:600;transition:all .25s}.about-btn-outline:hover{background-color:#f2f8f0}.about-stats-section{border:1px solid #c1c9bf;border-width:1px 0;grid-template-columns:repeat(3,1fr);margin-bottom:72px;padding:32px 0;scroll-margin-top:32px;display:grid}.about-stat-item{text-align:center;flex-direction:column;align-items:center;display:flex;position:relative}.about-stat-item:not(:last-child):after{content:"";background-color:#d8ddd3;width:1px;height:44px;position:absolute;top:50%;right:0;transform:translateY(-50%)}.about-stat-number{color:#96721e;margin-bottom:12px;font-family:DM Serif Display,serif;font-size:32px;font-weight:400;line-height:1}.about-stat-label{letter-spacing:.6px;color:#55534c;text-transform:uppercase;font-size:13.5px;font-weight:500}.about-process-section{flex-direction:column;gap:56px;max-width:1024px;margin:0 auto 80px;display:flex}.process-step-row{grid-template-columns:1fr 64px 1fr;align-items:center;gap:24px;display:grid}.process-step-row.reverse-row .process-step-content-col{order:1}.process-step-row.reverse-row .process-step-icon-gutter{order:2}.process-step-row.reverse-row .process-step-image-col{order:3}.process-step-row.reverse-row .process-step-content-col{text-align:right;align-items:flex-end}.process-step-row.reverse-row .process-step-label,.process-step-row.reverse-row .process-step-title{text-align:right;width:100%}.process-step-row.reverse-row .process-step-description{text-align:right;margin-left:auto;margin-right:0}.process-step-image-col{background-color:#fafaf7;border:1px solid #f0efeb;border-radius:12px;width:100%;overflow:hidden}.process-step-image-col img{width:100%;height:auto;display:block}.process-step-icon-gutter{justify-content:center;align-items:center;display:flex}.process-step-icon-circle{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.process-step-icon-circle img{object-fit:contain;width:18px;height:18px}.process-step-icon-circle.accent-green{background-color:var(--green-mockup)}.process-step-icon-circle.accent-olive{background-color:var(--accent-olive)}.process-step-icon-circle.accent-charcoal{background-color:var(--accent-charcoal)}.process-step-icon-circle.accent-red{background-color:var(--accent-red)}.process-step-icon-circle.accent-green-light{background-color:var(--accent-green-light)}.process-step-content-col{flex-direction:column;align-items:flex-start;display:flex}.process-step-label{letter-spacing:1.5px;color:#8ca131;text-transform:uppercase;margin-bottom:6px;font-size:12px;font-weight:700;display:block}.process-step-row:has(.process-step-icon-circle.accent-green) .process-step-label{color:var(--green-mockup)}.process-step-row:has(.process-step-icon-circle.accent-olive) .process-step-label{color:var(--accent-olive)}.process-step-row:has(.process-step-icon-circle.accent-charcoal) .process-step-label{color:var(--accent-charcoal)}.process-step-row:has(.process-step-icon-circle.accent-red) .process-step-label{color:var(--accent-red)}.process-step-row:has(.process-step-icon-circle.accent-green-light) .process-step-label{color:var(--accent-green-light)}.process-step-title{color:var(--text-h);margin:0 0 12px;font-family:DM Serif Display,serif;font-size:24px;font-weight:600}.process-step-description{color:var(--text);max-width:440px;margin:0;font-size:14.5px;line-height:1.7}.process-step-mobile-header{display:none}.about-cta-section{text-align:center;background-color:#609955;border-radius:16px;flex-direction:column;align-items:center;margin-bottom:24px;padding:56px 48px;display:flex}.about-cta-title{color:#fff;margin:0 0 14px;font-family:DM Serif Display,serif;font-size:32px;font-weight:600}.about-cta-description{color:#ffffffeb;max-width:520px;margin:0 0 32px;font-size:15px;line-height:1.6}.about-cta-actions{align-items:center;gap:16px;display:flex}.about-cta-btn-solid{color:var(--green-mockup);letter-spacing:.4px;cursor:pointer;white-space:nowrap;background-color:#fff;border:none;border-radius:50px;padding:14px 28px;font-size:14.5px;font-weight:600;transition:all .25s}.about-cta-btn-solid:hover{background-color:#f2f8f0}.about-cta-btn-outline{color:#fff;letter-spacing:.4px;cursor:pointer;white-space:nowrap;background-color:#0000;border:1.5px solid #fff;border-radius:50px;padding:14px 28px;font-size:14.5px;font-weight:600;transition:all .25s}.about-cta-btn-outline:hover{background-color:#ffffff1f}@media (width<=1024px){.about-page-wrapper{padding:20px 24px 60px}.about-hero-title{white-space:normal;font-size:32px}.process-step-row{gap:20px}.about-hero-leaf-decoration{width:100px;height:100px}}@media (width>=1600px){.about-page-wrapper{max-width:2000px;padding:24px 80px 80px}}@media (width<=768px){.about-page-wrapper{padding:16px 16px 60px}.about-hero-section{padding:12px 0 32px}.about-hero-leaf-decoration{opacity:.32;z-index:0;pointer-events:none;width:155px;height:155px;display:block;position:absolute;top:58px;right:-18px}.about-hero-title,.about-hero-description,.about-hero-actions{z-index:1;position:relative}.about-hero-title{white-space:normal;text-align:left;margin-bottom:14px;font-family:Epilogue,serif;font-size:26px;line-height:1.3}.about-hero-description{text-align:left;max-width:100%;margin-bottom:22px;font-size:14px;line-height:1.6}.about-hero-actions{flex-wrap:wrap;gap:10px}.about-btn-primary,.about-btn-outline{padding:12px 20px;font-size:13px}.about-stats-section{flex-direction:column;align-items:center;gap:28px;margin-bottom:32px;padding:24px 0;display:flex;position:relative}.about-stat-number{color:var(--green-mockup);margin-bottom:8px;font-size:19px}.about-stat-label{letter-spacing:.3px;font-size:10px}.about-stat-item:after,.about-stat-item:not(:first-child):before{display:none}.about-stats-section:before,.about-stats-section:after{content:"";background-color:#d8ddd3;width:1px;height:46px;position:absolute;top:50%;transform:translateY(-50%)}.about-stats-section:before{left:32px}.about-stats-section:after{right:32px}.about-process-section{gap:36px;max-width:100%;margin-bottom:48px}.process-step-row{flex-direction:column;gap:0;width:100%;display:flex}.process-step-row .process-step-image-col{width:100%;margin-bottom:18px}.process-step-row.reverse-row .process-step-content-col,.process-step-row.reverse-row .process-step-image-col{order:0}.process-step-icon-gutter,.process-step-content-col>.process-step-label,.process-step-content-col>.process-step-title{display:none}.process-step-content-col{align-items:stretch;width:100%}.process-step-row.reverse-row .process-step-content-col{text-align:left;align-items:stretch}.process-step-row.reverse-row .process-step-description{text-align:justify;margin-left:0;margin-right:0}.process-step-mobile-header{justify-content:space-between;align-items:flex-start;gap:12px;width:100%;margin:0 0 14px;padding:0;display:flex}.process-step-mobile-header .process-step-icon-circle{flex-shrink:0;align-self:flex-start;width:36px;height:36px;margin:0}.process-step-mobile-header .process-step-icon-circle.accent-green{background-color:#1f4e2c}.process-step-row{margin:0;padding:0}.process-step-mobile-header .process-step-icon-circle img{width:15px;height:15px}.process-step-mobile-heading-text{text-align:right;flex-direction:column;align-items:flex-end;display:flex}.process-step-mobile-heading-text .process-step-label{letter-spacing:1.8px;color:var(--green-mockup);text-transform:uppercase;margin:0 0 4px;font-size:12px;font-weight:700}.process-step-row:has(.process-step-icon-circle.accent-green) .process-step-mobile-heading-text .process-step-label{color:#1f4e2c}.process-step-row:has(.process-step-icon-circle.accent-olive) .process-step-mobile-heading-text .process-step-label{color:var(--accent-olive)}.process-step-row:has(.process-step-icon-circle.accent-charcoal) .process-step-mobile-heading-text .process-step-label{color:var(--accent-charcoal)}.process-step-row:has(.process-step-icon-circle.accent-red) .process-step-mobile-heading-text .process-step-label{color:var(--accent-red)}.process-step-row:has(.process-step-icon-circle.accent-green-light) .process-step-mobile-heading-text .process-step-label{color:var(--accent-green-light)}.process-step-mobile-heading-text .process-step-title{color:var(--text-h);margin:0;font-family:DM Serif Display,serif;font-size:19px;font-weight:600}.process-step-description{text-align:justify;text-justify:inter-word;width:100%;max-width:100%;margin:0;font-size:14px;line-height:1.7}.about-cta-section{border-radius:12px;padding:40px 24px}.about-cta-title{font-size:24px}.about-cta-description{margin-bottom:24px;font-size:14px}.about-cta-actions{flex-direction:column;gap:12px;width:100%}.about-cta-btn-solid,.about-cta-btn-outline{box-sizing:border-box;width:100%}}.cart-page{box-sizing:border-box;color:#2b2b2b;background-color:#fff;width:100%;min-height:calc(100vh - 100px);padding:40px 0 60px;font-family:Inter,Segoe UI,system-ui,-apple-system,sans-serif}.cart-container{box-sizing:border-box;grid-template-columns:1fr 380px;align-items:start;gap:28px;max-width:1240px;margin:0 auto;padding:0 40px;display:grid}.cart-left{flex-direction:column;display:flex}.cart-header{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.cart-title{color:#7ca24b;letter-spacing:-.5px;margin:0;font-family:Playfair Display,Georgia,serif;font-size:34px;font-weight:700;line-height:1}.cart-count-tag{color:#6e9a3c;letter-spacing:.1px;background-color:#d9e9bf;border-radius:999px;padding:6px 16px;font-family:Inter,sans-serif;font-size:13px;font-weight:600}.cart-empty{text-align:center;color:#7a7a7a;background:#fff;border:1px solid #e8e4d8;border-radius:12px;flex-direction:column;align-items:center;gap:20px;padding:40px 24px;display:flex}.cart-empty p{margin:0;font-size:15px}.cart-items-list{flex-direction:column;gap:14px;margin-bottom:20px;display:flex}.cart-item-card{background:#fff;border:1px solid #e8e4d8;border-radius:12px;gap:16px;padding:14px;transition:box-shadow .2s,border-color .2s;display:flex}.cart-item-card:hover{border-color:#d5d0c0;box-shadow:0 2px 8px #00000008}.cart-item-image{background:#f5f3ec;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:96px;height:96px;display:flex;overflow:hidden}.cart-item-image img{object-fit:cover;object-position:center;width:100%;height:100%}.cart-item-body{flex-direction:column;flex:1;justify-content:space-between;gap:10px;min-width:0;display:flex}.cart-item-top{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.cart-item-info{flex:1;min-width:0}.cart-item-name{color:#2b2b2b;margin:0 0 4px;font-family:Playfair Display,Georgia,serif;font-size:17px;font-weight:700;line-height:1.25}.cart-item-desc{color:#8a8a8a;margin:0;font-family:Inter,sans-serif;font-size:13px;line-height:1.4}.delete-btn{color:#b8b3a3;cursor:pointer;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;padding:2px;transition:color .2s;display:flex}.delete-btn:hover{color:#dc2626}.cart-item-bottom{justify-content:space-between;align-items:center;gap:12px;display:flex}.quantity-counter{background:#fff;border:1px solid #e0dccf;border-radius:999px;align-items:center;padding:2px;display:inline-flex;overflow:hidden}.qty-btn{cursor:pointer;color:#4a4a4a;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:26px;height:26px;padding:0;font-size:16px;font-weight:400;line-height:1;transition:background .2s;display:flex}.qty-btn:hover{background:#f0ede2}.qty-value{text-align:center;color:#2b2b2b;min-width:30px;padding:0 6px;font-family:Inter,sans-serif;font-size:14px;font-weight:500}.cart-item-price{color:#7ca24b;white-space:nowrap;gap:28px;font-size:20px;font-weight:700}.continue-shopping-btn{color:#6e9a3c;cursor:pointer;background:0 0;border:none;align-items:center;gap:8px;width:fit-content;padding:8px 4px;font-family:Inter,sans-serif;font-size:14px;font-weight:600;transition:color .2s;display:inline-flex}.continue-shopping-btn:hover{color:#4d7a1e}.continue-shopping-btn svg{font-size:15px}.cart-right{position:relative}.order-summary-card{background:#fff;border:1px solid #e8e4d8;border-radius:12px;padding:24px;position:sticky;top:100px}.summary-title{color:#7ca24b;letter-spacing:-.3px;margin:0 0 20px;font-family:Playfair Display,Georgia,serif;font-size:24px;font-weight:700}.summary-label{color:#2b2b2b;font-family:Inter,sans-serif;font-size:15px;font-weight:400}.summary-total-row{align-items:center;margin-bottom:22px}.promo-section{margin-bottom:20px}.promo-title{color:#2b2b2b;letter-spacing:.2px;margin:0 0 8px;font-family:Inter,sans-serif;font-size:13px;font-weight:700;display:block}.promo-input-wrapper{background:#fff;border:1px solid #e0dccf;border-radius:8px;align-items:center;transition:border-color .2s;display:flex;position:relative;overflow:hidden}.promo-input-wrapper:focus-within{border-color:#7ca24b}.promo-input{color:#2b2b2b;background:0 0;border:none;outline:none;flex:1;min-width:0;padding:11px 14px;font-family:Inter,sans-serif;font-size:13px}.promo-input::placeholder{color:#b0aa98}.promo-apply-btn{color:#6e9a3c;cursor:pointer;background:0 0;border:none;flex-shrink:0;height:100%;padding:0 16px;font-family:Inter,sans-serif;font-size:13px;font-weight:700;transition:color .2s}.promo-apply-btn:hover{color:#4d7a1e}.promo-message{color:#dc2626;margin:6px 0 0;font-size:12px}.checkout-btn{color:#fff;cursor:pointer;background:#7ba84f;border:none;border-radius:10px;justify-content:center;align-items:center;gap:10px;width:100%;padding:14px 20px;font-family:Inter,sans-serif;font-size:15px;font-weight:600;transition:background .25s,transform .1s;display:flex;box-shadow:0 1px 3px #7ba84f33}.checkout-btn:hover:not(:disabled){background:#6a9843}.checkout-btn:active:not(:disabled){transform:translateY(1px)}.checkout-btn:disabled{cursor:not-allowed;box-shadow:none;background:#b8c9a3}.checkout-btn svg{font-size:16px}.summary-info{flex-direction:column;gap:12px;margin-top:22px;display:flex}.info-item{color:#7ca24b;align-items:center;gap:10px;font-family:Inter,sans-serif;font-size:13px;font-weight:500;line-height:1.4;display:flex}.info-icon{color:#7ca24b;flex-shrink:0;justify-content:center;align-items:center;display:flex}@media (width>=1600px){.cart-container{grid-template-columns:1fr 420px;gap:536px;max-width:2000px;padding:0 60px}.cart-title{font-size:38px}.cart-item-image{width:108px;height:108px}.cart-item-name{font-size:18px}.cart-item-price{font-size:22px}.order-summary-card{padding:28px}.summary-title{font-size:26px}.summary-total-label,.summary-total-value{font-size:24px}}@media (width<=1440px){.cart-container{grid-template-columns:1fr 370px;max-width:1180px;padding:0 40px}}@media (width<=1280px){.cart-container{grid-template-columns:1fr 350px;gap:22px;padding:0 28px}.cart-title{font-size:30px}.order-summary-card{padding:20px}.summary-title{font-size:22px}}@media (width<=1024px){.cart-container{grid-template-columns:1fr;gap:20px;max-width:700px;padding:0 24px}.order-summary-card{position:static}}@media (width<=768px){.cart-page{padding:20px 0 40px}.cart-container{gap:20px;padding:0 16px}.cart-header{margin-bottom:14px}.cart-title{font-size:26px}.cart-count-tag{padding:5px 14px;font-size:12px}.cart-items-list{gap:12px;margin-bottom:14px}.cart-item-card{gap:12px;padding:12px}.cart-item-image{width:84px;height:84px}.cart-item-name{font-size:15px}.cart-item-desc{font-size:12px}.qty-btn{width:24px;height:24px;font-size:15px}.qty-value{min-width:26px;font-size:13px}.cart-item-price{font-size:17px}.continue-shopping-btn{margin-bottom:6px;font-size:13px}.order-summary-card{padding:20px}.summary-title{margin-bottom:16px;font-size:20px}.summary-label,.summary-value{font-size:14px}.summary-total-label,.summary-total-value{font-size:20px}.checkout-btn{padding:13px 18px;font-size:14px}.info-item{font-size:12px}}@media (width<=400px){.cart-container{padding:0 12px}.cart-item-card{gap:10px;padding:10px}.cart-item-image{width:74px;height:74px}.cart-item-name{font-size:14px}.cart-item-desc{font-size:11px}.cart-item-price{font-size:16px}.promo-input{padding:10px 12px;font-size:12px}}.checkout-page{color:#2b2b2b;box-sizing:border-box;background-color:#fafaf7;width:100%;min-height:calc(100vh - 100px);padding:0 0 60px;font-family:Inter,Segoe UI,system-ui,sans-serif}.checkout-stepper{background-color:#fafaf7;padding:32px 40px 22px}.stepper-track{justify-content:space-between;align-items:flex-start;max-width:640px;margin:0 auto;display:flex}.stepper-item{flex-direction:column;flex:1;align-items:center;min-width:0;display:flex}.stepper-circle-wrapper{justify-content:center;align-items:center;width:100%;height:44px;display:flex;position:relative}.stepper-line{z-index:1;background:#e0dccf;width:100%;height:2.5px;position:absolute;top:50%;left:50%;transform:translateY(-50%)}.stepper-line.line-completed{background:#7ca24b}.stepper-circle{z-index:2;background:#fff;border-radius:50%;justify-content:center;align-items:center;width:44px;min-width:44px;height:44px;transition:all .35s;display:flex;position:relative}.stepper-circle.completed{color:#fff;background:#7ca24b;box-shadow:0 2px 8px #7ca24b40}.stepper-circle.active{color:#fff;background:#f5b93a;box-shadow:0 2px 10px #f5b93a59}.stepper-circle.pending{color:#fff;opacity:.85;background:#fce4a4}.stepper-label{letter-spacing:.2px;text-align:center;margin-top:10px;font-family:Inter,sans-serif;font-size:13px;font-weight:600;transition:color .25s}.stepper-label.completed{color:#7ca24b}.stepper-label.active{color:#2b2b2b}.stepper-label.pending{color:#b8b2a0}.checkout-container{box-sizing:border-box;grid-template-columns:1fr 400px;align-items:start;gap:28px;max-width:1240px;margin:0 auto;padding:32px 40px 0;display:grid}.checkout-left{flex-direction:column;gap:32px;display:flex}.section-heading-serif{color:#2b2b2b;margin:0 0 22px;font-family:Playfair Display,Georgia,serif;font-size:26px;font-weight:700}.form-group{margin-bottom:20px}.form-label{color:#555;letter-spacing:1.2px;text-transform:uppercase;margin-bottom:8px;font-family:Inter,sans-serif;font-size:11px;font-weight:700;display:block}.form-input{color:#2b2b2b;box-sizing:border-box;background:0 0;border:none;border-bottom:1.5px solid #ddd8c8;outline:none;width:100%;padding:12px 0;font-family:Inter,sans-serif;font-size:15px;transition:border-color .2s}.form-input::placeholder{color:#c0b99e;font-weight:400}.form-input:focus{border-bottom-color:#7ca24b}.phone-input-wrapper{border-bottom:1.5px solid #ddd8c8;align-items:center;transition:border-color .2s;display:flex}.phone-input-wrapper:focus-within{border-bottom-color:#7ca24b}.phone-prefix{color:#2b2b2b;-webkit-user-select:none;user-select:none;padding-right:8px;font-family:Inter,sans-serif;font-size:15px;font-weight:500}.phone-input{padding:12px 0;border-bottom:none!important}.form-row-3col{grid-template-columns:2fr 1fr 1fr;gap:20px;display:grid}.delivery-options-row{grid-template-columns:1fr 1fr;gap:14px;display:grid}.delivery-card{cursor:pointer;background:#fff;border:1.5px solid #e8e4d8;border-radius:10px;padding:16px 18px;transition:border-color .2s,background .2s,box-shadow .2s}.delivery-card:hover{border-color:#c8daa4}.delivery-card.selected{background:#f6faf0;border-color:#7ca24b;box-shadow:0 0 0 1px #7ca24b}.delivery-card-top{justify-content:space-between;align-items:center;margin-bottom:4px;display:flex}.delivery-name{color:#7ca24b;font-size:14px;font-weight:600}.delivery-price{color:#7ca24b;font-size:14px;font-weight:700}.delivery-time{color:#8a8a7e;font-size:13px;font-weight:400}.payment-header{justify-content:space-between;align-items:center;margin-bottom:22px;display:flex}.payment-header .section-heading-serif{margin:0}.secure-badge{color:#7ca24b;letter-spacing:.8px;text-transform:uppercase;align-items:center;gap:6px;font-family:Inter,sans-serif;font-size:11px;font-weight:700;display:flex}.secure-badge svg{font-size:14px}.payment-methods-list{flex-direction:column;gap:12px;display:flex}.payment-card{cursor:pointer;background:#fff;border:1.5px solid #e8e4d8;border-radius:10px;justify-content:space-between;align-items:center;padding:16px 18px;transition:border-color .2s,background .2s,box-shadow .2s;display:flex}.payment-card:hover{border-color:#c8daa4}.payment-card.selected{background:#f6faf0;border-color:#7ca24b;box-shadow:0 0 0 1px #7ca24b}.payment-card-left{align-items:center;gap:14px;display:flex}.payment-icon-box{color:#7a7a6a;background:#f5f3ec;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.payment-card.selected .payment-icon-box{color:#7ca24b;background:#e4f0d0}.payment-info{flex-direction:column;gap:2px;display:flex}.payment-title{color:#2b2b2b;font-size:14px;font-weight:600}.payment-subtitle{color:#8a8a7e;font-size:12px;font-weight:400}.payment-radio{border:2px solid #d0ccc0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;transition:border-color .2s;display:flex}.payment-radio.checked{border-color:#7ca24b}.radio-dot{background:#7ca24b;border-radius:50%;width:10px;height:10px}.checkout-right{position:relative}.checkout-summary-card{background:#fff;border:1px solid #e8e4d8;border-radius:12px;padding:24px;position:sticky;top:100px}.summary-title-serif{color:#7ca24b;margin:0 0 18px;font-family:Playfair Display,Georgia,serif;font-size:22px;font-style:italic;font-weight:700}.summary-items-list{flex-direction:column;gap:14px;margin-bottom:18px;display:flex}.summary-item{align-items:flex-start;gap:12px;display:flex}.summary-item-img{background:#f5f3ec;border-radius:8px;flex-shrink:0;width:60px;height:60px;overflow:hidden}.summary-item-img img{object-fit:cover;width:100%;height:100%}.summary-item-info{flex:1;min-width:0}.summary-item-name{color:#2b2b2b;margin:0 0 2px;font-size:14px;font-weight:600;line-height:1.3}.summary-item-meta{color:#8a8a7e;margin:0 0 4px;font-size:12px}.summary-item-price{color:#2b2b2b;font-size:14px;font-weight:700}.summary-divider{background:#ececec;height:1px;margin:14px 0}.summary-row{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.summary-label{color:#555;font-family:Inter,sans-serif;font-size:14px}.summary-value{color:#2b2b2b;font-family:Inter,sans-serif;font-size:14px;font-weight:600}.summary-value.free-tag{color:#7ca24b;text-transform:uppercase;letter-spacing:.5px;font-size:13px;font-weight:700}.summary-total-row{margin-top:4px;margin-bottom:20px}.summary-total-label{color:#2b2b2b;font-family:Playfair Display,Georgia,serif;font-size:18px;font-weight:700}.summary-total-value{color:#7ca24b;font-family:Playfair Display,Georgia,serif;font-size:18px;font-weight:700}.place-order-btn{color:#fff;cursor:pointer;background:#7ba84f;border:none;border-radius:10px;justify-content:center;align-items:center;gap:10px;width:100%;padding:15px 20px;font-family:Inter,sans-serif;font-size:16px;font-weight:600;transition:background .25s,transform .1s;display:flex;box-shadow:0 2px 8px #7ba84f33}.place-order-btn:hover{background:#6a9843}.place-order-btn:active{transform:translateY(1px)}.place-order-btn svg{font-size:17px}.terms-text{text-align:center;color:#8a8a7e;margin:14px 0 0;font-size:12px;line-height:1.5}.terms-text a{color:#2b2b2b;font-weight:600;text-decoration:underline}.terms-text a:hover{color:#7ca24b}.checkout-trust-badges{background:#fff;border:1px solid #e8e4d8;border-radius:12px;justify-content:center;align-items:center;margin-top:20px;padding:16px 0;display:flex}.trust-badge-item{text-align:center;flex-direction:column;flex:1;align-items:center;gap:6px;display:flex}.trust-badge-item span{color:#7ca24b;letter-spacing:.6px;text-transform:uppercase;font-family:Inter,sans-serif;font-size:10px;font-weight:700}.trust-divider{background:#e8e4d8;flex-shrink:0;width:1px;height:40px}@media (width>=1600px){.checkout-container{grid-template-columns:1fr 440px;gap:536px;max-width:2000px;padding:36px 60px 0}.stepper-track{max-width:720px}.stepper-circle{width:48px;min-width:48px;height:48px}.stepper-circle-wrapper{height:48px}.stepper-label{font-size:14px}.section-heading-serif{font-size:28px}.summary-title-serif{font-size:24px}}@media (width<=1440px){.checkout-container{grid-template-columns:1fr 380px;max-width:1180px;padding:28px 40px 0}}@media (width<=1280px){.checkout-container{grid-template-columns:1fr 360px;gap:22px;padding:24px 28px 0}.section-heading-serif{font-size:24px}}@media (width<=1024px){.checkout-container{grid-template-columns:1fr;gap:24px;max-width:700px;padding:24px 24px 0}.checkout-summary-card{position:static}}@media (width<=768px){.checkout-page{padding:0 0 40px}.checkout-stepper{padding:22px 16px 16px}.stepper-track{max-width:100%}.stepper-circle{width:36px;min-width:36px;height:36px}.stepper-circle-wrapper{height:36px}.stepper-circle svg{width:14px;height:14px}.stepper-label{margin-top:8px;font-size:11px}.stepper-line{height:2px}.checkout-container{gap:20px;padding:16px 16px 0}.section-heading-serif{margin-bottom:16px;font-size:22px}.form-row-3col{grid-template-columns:1fr 1fr 1fr;gap:12px}.delivery-options-row{grid-template-columns:1fr 1fr;gap:10px}.delivery-card{padding:12px 14px}.delivery-name,.delivery-price{font-size:13px}.delivery-time{font-size:12px}.payment-header{margin-bottom:16px}.payment-card{padding:14px}.payment-icon-box{width:36px;height:36px}.payment-title{font-size:13px}.payment-subtitle{font-size:11px}.checkout-summary-card{padding:20px}.summary-title-serif{font-size:20px}.summary-item-img{width:54px;height:54px}.place-order-btn{padding:14px 18px;font-size:15px}.checkout-trust-badges{margin-top:16px;padding:14px 0}.trust-badge-item span{font-size:9px}.secure-badge{font-size:10px}}@media (width<=400px){.checkout-stepper{padding:18px 8px 14px}.stepper-circle{width:32px;min-width:32px;height:32px}.stepper-circle-wrapper{height:32px}.stepper-circle svg{width:12px;height:12px}.stepper-label{font-size:10px}.checkout-container{padding:12px 12px 0}.section-heading-serif{font-size:20px}.form-row-3col{grid-template-columns:1fr 1fr;gap:10px}.form-row-3col .form-group:first-child{grid-column:1/-1}.delivery-options-row{grid-template-columns:1fr}.payment-card-left{gap:10px}.payment-icon-box{width:32px;height:32px}.summary-item-img{width:48px;height:48px}.checkout-trust-badges{flex-wrap:wrap;gap:10px}.trust-divider{display:none}.trust-badge-item{min-width:80px}}:root{--green-mockup:#66ad68;--green-mockup-dark:#579659;--status-shipped-bg:#f9f1e3;--status-shipped-text:#66ad68;--status-delivered-bg:#edf0e9;--status-delivered-text:#87976c;--status-processing-bg:#ffe580;--status-processing-text:#c16e4f}.account-page-wrapper,.account-page-wrapper h1,.account-page-wrapper h2,.account-page-wrapper h3,.account-page-wrapper button,.account-page-wrapper input{font-family:Hanken Grotesk,sans-serif}.account-page-wrapper{box-sizing:border-box;background-color:var(--bg);grid-template-columns:220px 1fr;align-items:start;gap:40px;max-width:1440px;margin:0 auto;padding:48px 60px 100px;display:grid}.account-sidebar{flex-direction:column;gap:4px;display:flex;position:sticky;top:24px}.account-sidebar-title{letter-spacing:1.2px;color:var(--green-mockup);text-transform:uppercase;margin:0 0 26px;font-family:DM Serif Display,serif;font-size:26px;font-weight:400;line-height:16px}.account-sidebar-nav{flex-direction:column;gap:4px;margin-bottom:28px;display:flex}.account-sidebar-link{color:var(--text);cursor:pointer;text-align:left;background:0 0;border:none;border-radius:10px;align-items:center;gap:12px;padding:12px 14px;font-size:14.5px;font-weight:500;transition:all .2s;display:flex}.account-sidebar-link:hover{background-color:#f2f8f0}.account-sidebar-link.active{color:var(--green-mockup-dark);background-color:#eaf5ea;border:1px solid #cfe8cf;font-weight:600}.account-sidebar-link:nth-of-type(3){color:var(--text-h);border-top:1px solid #e6e5df;margin-top:12px;padding-top:20px;font-weight:700}.account-sidebar-icon{flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;display:flex}.account-sidebar-icon svg{width:100%;height:100%}.account-sidebar-logout{color:var(--accent-red,#ba1a1a);cursor:pointer;text-align:left;background:0 0;border:none;border-radius:10px;align-items:center;gap:12px;padding:12px 14px;font-size:14.5px;font-weight:600;transition:background-color .2s;display:flex}.account-sidebar-logout:hover{background-color:#fbeaea}.account-main{min-width:0}.account-main-header{border-bottom:2px solid var(--green-mockup);justify-content:space-between;align-items:center;gap:24px;margin-bottom:28px;padding-bottom:20px;display:flex}.account-main-title{color:var(--text-h);margin:0 0 8px;font-family:DM Serif Display,serif;font-size:28px;font-weight:600}.account-main-subtitle{color:var(--text);margin:0;font-size:14px}.account-filter-tabs{background-color:#66ad681f;border:1px solid #d5e8d0;border-radius:10px;flex-shrink:0;align-items:center;gap:2px;padding:3px;display:flex}.account-filter-tab{color:var(--text);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:10px;padding:7px 16px;font-size:13px;font-weight:500;transition:all .2s}.account-filter-tab.active{color:var(--green-mockup-dark);background-color:#fff;font-weight:600}.account-orders-list{flex-direction:column;gap:20px;display:flex}.account-orders-empty{text-align:center;color:var(--text);border:1px solid #eceae4;border-radius:12px;padding:40px;font-size:14px}.order-card{background-color:#fff;border:1px solid #eceae4;border-radius:6px;padding:20px 24px}.order-card-top{border-bottom:1px solid #f0efeb;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:18px;padding-bottom:18px;display:flex}.order-meta{flex-direction:column;gap:6px;display:flex}.order-meta-label{letter-spacing:.6px;color:#9a988f;text-transform:uppercase;font-size:11px;font-weight:600}.order-meta-value{color:var(--text-h);font-size:14px;font-weight:600}.order-status-badge{white-space:nowrap;border-radius:50px;height:fit-content;padding:6px 14px;font-size:12.5px;font-weight:600}.order-status-badge.status-shipped{background-color:var(--status-shipped-bg);color:var(--status-shipped-text)}.order-status-badge.status-delivered{background-color:var(--status-delivered-bg);color:var(--status-delivered-text)}.order-status-badge.status-processing{background-color:var(--status-processing-bg);color:var(--status-processing-text)}.order-card-bottom{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;display:flex}.order-thumbs-group{align-items:center;gap:16px;display:flex}.order-thumbs{align-items:center;display:flex}.order-thumb{width:48px;height:48px;color:var(--text);background-color:#f2efe8;border:2px solid #fff;border-radius:10px;justify-content:center;align-items:center;margin-left:-12px;font-size:12px;font-weight:600;display:flex;box-shadow:0 0 0 1px #eceae4}.order-thumb:first-child{margin-left:0}.order-thumb-extra{color:#6a685f;background-color:#eceae4}.order-summary{flex-direction:column;gap:4px;display:flex}.order-items-count{color:var(--text);font-size:13.5px}.order-total{color:var(--text-h);font-size:15px;font-weight:700}.order-actions{align-items:center;gap:12px;display:flex}.order-btn-outline{color:#3b2a20;cursor:pointer;white-space:nowrap;background-color:#0000;border:1.5px solid #cecac7;border-radius:10px;padding:10px 20px;font-size:13.5px;font-weight:600;transition:all .2s}.order-btn-outline:hover{background-color:#f7f6f2}.order-btn-solid{background-color:var(--green-mockup);color:#fff;cursor:pointer;white-space:nowrap;border:none;border-radius:10px;align-items:center;gap:8px;padding:10px 20px;font-size:13.5px;font-weight:600;transition:all .2s;display:flex}.order-btn-solid svg{width:15px;height:15px}.order-btn-solid:hover:not(:disabled){background-color:var(--green-mockup-dark)}.order-btn-solid:disabled{color:#b3aca2;cursor:not-allowed;background-color:#f1eee6}@media (width<=1024px){.account-page-wrapper{grid-template-columns:190px 1fr;gap:24px;padding:32px 24px 60px}}@media (width<=768px){.account-page-wrapper{grid-template-columns:1fr;gap:20px;padding:20px 16px 60px}.account-sidebar{grid-template-columns:1fr 1fr;gap:8px 10px;display:grid;position:static}.account-sidebar-title{letter-spacing:1px;grid-column:1/-1;margin:0 0 4px;font-size:15px;line-height:1}.account-sidebar-nav{margin-bottom:0;display:contents}.account-sidebar-link,.account-sidebar-logout{justify-content:center;gap:8px;padding:8px 12px;font-size:13px}.account-sidebar-link:nth-of-type(3){color:var(--text);border-top:none;margin-top:0;padding-top:8px;font-weight:500}.account-sidebar-icon{width:16px;height:16px}.account-main-header{flex-flow:row;justify-content:space-between;align-items:center;gap:12px;margin-bottom:20px;padding-bottom:16px}.account-main-title{margin:0 0 4px;font-size:21px}.account-main-subtitle{font-size:11.5px}.account-filter-tabs{padding:3px}.account-filter-tab{padding:6px 10px;font-size:12px}.order-card{padding:16px}.order-card-top{margin-bottom:14px;padding-bottom:14px}.order-meta-label{font-size:10px}.order-meta-value{font-size:13px}.order-status-badge{padding:5px 12px;font-size:11.5px}.order-card-bottom{flex-flow:row;justify-content:space-between;align-items:center}.order-thumbs-group{gap:10px}.order-thumb{width:40px;height:40px;font-size:10.5px}.order-items-count{font-size:12.5px}.order-total{font-size:15px}.order-actions{flex-direction:column;justify-content:center;align-items:stretch;gap:8px}.order-btn-outline,.order-btn-solid{flex:none;justify-content:center;padding:8px 14px;font-size:12.5px}}.page-placeholder{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:50vh;padding:40px 20px;display:flex}.page-placeholder h1{color:#333;margin:0 0 12px;font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-size:42px;font-weight:500}.page-placeholder p{color:#777;margin:0;font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-size:16px}@media (width<=768px){.page-placeholder{min-height:40vh;padding:32px 16px}.page-placeholder h1{font-size:28px}.page-placeholder p{font-size:14px}}
