:root{--green-900:#051f18;--green-800:#085041;--green-700:#0F6E56;--green-500:#1D9E75;--green-300:#5DCAA5;--green-100:#E1F5EE;--green-050:#f0faf6;--ink:#1a1a1a;--muted:#666;--line:#eee;--sale:#D4700A}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:DM Sans,sans-serif;color:var(--ink);background:#fff;line-height:1.5;-webkit-font-smoothing:antialiased}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}.skip-link{position:absolute;left:-999px}.skip-link:focus{left:8px;top:8px;background:#fff;padding:8px 12px;z-index:1000;border-radius:6px}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.btn{display:inline-block;background:var(--green-800);color:var(--green-100);border:none;padding:13px 26px;border-radius:8px;font:500 14px/1 DM Sans,sans-serif;cursor:pointer;transition:background .2s}.btn:hover{background:#0a6350}.btn-ghost{background:transparent;color:var(--ink);border:1px solid #ccc}.section-pad{padding:4rem 2rem}h1,h2,h3{font-family:Playfair Display,serif;font-weight:400}.site-announce{background:var(--green-800);color:var(--green-300);text-align:center;padding:10px 1rem;font-size:12px;letter-spacing:1px;text-transform:uppercase;font-weight:500}.site-announce strong{color:var(--green-100)}.site-header{position:sticky;top:0;z-index:50;background:#fff;border-bottom:1px solid var(--line)}.site-header__inner{display:flex;align-items:center;justify-content:space-between;padding:1rem 2rem;max-width:1200px;margin:0 auto}.site-logo{font-family:Playfair Display,serif;font-size:24px;font-weight:600}.site-logo span{color:var(--green-500)}.site-nav{display:flex;gap:28px;font-size:14px}.site-nav a{color:var(--muted)}.site-nav a:hover{color:var(--green-800)}.header-actions{display:flex;align-items:center;gap:16px}.cart-link{position:relative;font-size:20px}.cart-count{position:absolute;top:-8px;right:-10px;background:var(--green-500);color:#fff;font-size:10px;font-weight:600;min-width:16px;height:16px;border-radius:8px;display:flex;align-items:center;justify-content:center;padding:0 4px}.menu-toggle{display:none;background:none;border:none;font-size:24px;cursor:pointer}@media(max-width:800px){.site-nav{display:none}.site-nav.open{display:flex;position:absolute;top:100%;left:0;right:0;flex-direction:column;background:#fff;padding:1rem 2rem;border-bottom:1px solid var(--line);gap:16px}.menu-toggle{display:block}}.site-footer{background:#0a5a45;color:#cdeee2;padding:3rem 2rem 2rem}.site-footer__grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr;gap:2rem}.site-footer__grid h4{font-family:DM Sans,sans-serif;font-size:13px;text-transform:uppercase;letter-spacing:1px;color:#fff;margin-bottom:1rem}.site-footer a{color:#9fe1cb;font-size:14px;display:block;margin-bottom:8px}.site-footer a:hover{color:#fff}.footer-logo{font-family:Playfair Display,serif;font-size:22px;color:#fff;margin-bottom:8px}.footer-logo span{color:var(--green-500)}.footer-bottom{max-width:1200px;margin:2rem auto 0;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.1);font-size:12px;color:#6a9a8a;text-align:center}@media(max-width:700px){.site-footer__grid{grid-template-columns:1fr}}.product{max-width:1100px;margin:0 auto;padding:3rem 2rem;display:grid;grid-template-columns:1fr 1fr;gap:3rem}.product__media img{border-radius:16px;width:100%}.product__title{font-size:34px;margin-bottom:.5rem}.product__price{font-size:26px;font-weight:600;color:var(--green-800);margin-bottom:1.5rem}.product__price .compare{font-size:16px;color:#aaa;text-decoration:line-through;margin-left:8px;font-weight:400}.product__desc{color:var(--muted);line-height:1.8;margin-bottom:2rem}.product__desc p{margin-bottom:1rem}.product__form{display:flex;flex-direction:column;gap:1rem}.qty{display:flex;align-items:center;gap:12px}.qty input{width:60px;padding:10px;border:1px solid #ddd;border-radius:8px;text-align:center}.product__atc{padding:15px;font-size:16px}@media(max-width:800px){.product{grid-template-columns:1fr}}.coll-head{text-align:center;padding:3rem 2rem 1rem}.coll-head h1{font-size:34px}.grid{max-width:1200px;margin:0 auto;padding:2rem;display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.card{background:#f8f8f8;border-radius:14px;overflow:hidden;border:1px solid var(--line);transition:transform .2s,box-shadow .2s}.card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #0000001a}.card img{width:100%;height:240px;object-fit:cover}.card__body{padding:1.25rem}.card__title{font-weight:600;font-size:16px;margin-bottom:6px}.card__price{font-size:18px;font-weight:600;color:var(--green-800)}.card__price .compare{font-size:13px;color:#aaa;text-decoration:line-through;margin-left:6px;font-weight:400}@media(max-width:900px){.grid{grid-template-columns:1fr 1fr}}@media(max-width:600px){.grid{grid-template-columns:1fr}}.cart{max-width:900px;margin:0 auto;padding:3rem 2rem}.cart h1{font-size:32px;margin-bottom:2rem}.cart-row{display:grid;grid-template-columns:80px 1fr auto auto;gap:1rem;align-items:center;padding:1rem 0;border-bottom:1px solid var(--line)}.cart-row img{width:80px;height:80px;object-fit:cover;border-radius:8px}.cart-foot{display:flex;justify-content:space-between;align-items:center;margin-top:2rem}.cart-total{font-size:22px;font-weight:600}.cart-empty{text-align:center;padding:4rem 2rem}.page{max-width:760px;margin:0 auto;padding:3rem 2rem}.page h1{font-size:34px;margin-bottom:1.5rem}.page .rte{color:var(--muted);line-height:1.8}.page .rte p{margin-bottom:1rem}.center-pad{text-align:center;padding:5rem 2rem}
/*# sourceMappingURL=/cdn/shop/t/10/assets/base.css.map */
