:root{--green:#09b51b;--green-dark:#087c17;--ink:#172019;--muted:#69726a;--line:#e3e9e4;--bg:#f5f7f5;--white:#fff;--red:#e34a38}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,"Segoe UI",Arial,sans-serif}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}.topbar{display:flex;justify-content:space-between;padding:7px max(4vw,20px);background:#078b16;color:#fff;font-size:12px}.topbar a:hover{text-decoration:underline}.site-header{min-height:86px;padding:12px max(4vw,20px);display:flex;align-items:center;gap:26px;background:var(--green);color:#fff;position:sticky;top:0;z-index:20;box-shadow:0 5px 20px #06480d28}.brand-logo{width:168px;flex:0 0 168px}.brand-logo img{display:block;width:100%;max-height:64px;object-fit:contain}.main-nav{display:flex;gap:18px;font-size:13px;font-weight:800}.main-nav a:hover{opacity:.78}.search{display:flex;flex:1;max-width:560px;margin-left:auto}.search input{width:100%;padding:12px 15px;border:0;border-radius:8px 0 0 8px}.search button{width:48px;border:0;border-radius:0 8px 8px 0;background:#26352a;color:#fff;font-size:24px}.header-actions{display:flex;gap:14px}.action-icon{min-width:54px;display:grid;grid-template-columns:24px auto;align-items:center;gap:5px;position:relative;font-size:11px;font-weight:800}.action-icon svg{width:24px;fill:none;stroke:currentColor;stroke-width:1.8}.action-icon b,.floating-wishlist b{position:absolute;top:-8px;left:17px;display:grid;place-items:center;min-width:18px;height:18px;padding:2px;border-radius:10px;background:#fff;color:var(--green-dark);font-size:10px}.floating-wishlist{position:fixed;right:20px;bottom:90px;z-index:30;display:grid;place-items:center;width:52px;height:52px;border-radius:50%;background:var(--green);color:#fff;font-size:29px;box-shadow:0 8px 28px #083d1050}.hero{max-width:1180px;margin:34px auto;padding:64px;display:grid;grid-template-columns:1.4fr .6fr;align-items:center;overflow:hidden;background:linear-gradient(120deg,#fff 20%,#e7fae9);border-radius:22px;box-shadow:0 16px 40px #254d2a12}.hero h1{max-width:720px;margin:8px 0 18px;font-size:clamp(36px,6vw,66px);line-height:1.02}.hero p:not(.eyebrow){max-width:650px;color:var(--muted);font-size:18px;line-height:1.6}.hero-mark{justify-self:center;color:var(--green);font-size:210px;font-weight:900;font-style:italic;transform:rotate(-8deg);opacity:.18}.eyebrow,.brand-name{margin:0;color:var(--green-dark);font-size:12px;font-weight:800;letter-spacing:1.5px;text-transform:uppercase}.cta,.btn-cart,.btn-whatsapp{display:inline-flex;align-items:center;justify-content:center;gap:6px;border:0;border-radius:999px;color:#fff;font-weight:800;cursor:pointer}.cta{padding:13px 22px;background:var(--green)}.catalogue,.page,.description,.specs{max-width:1180px;margin:56px auto;padding:0 20px}.page{min-height:420px}.page-title{margin-bottom:30px}.page-title h1{margin:7px 0 10px;font-size:clamp(34px,5vw,54px)}.page-title>p:not(.eyebrow){max-width:720px;color:var(--muted);line-height:1.7}.section-heading h2{margin:7px 0 24px;font-size:30px}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.product-card{overflow:hidden;background:#fff;border:1px solid var(--line);border-radius:15px;box-shadow:0 8px 24px #243c2710;transition:.2s}.product-card:hover{transform:translateY(-4px);box-shadow:0 14px 30px #243c2720}.image-wrap{display:grid;place-items:center;height:220px;padding:18px;background:#fff}.image-wrap img{max-width:100%;max-height:100%;object-fit:contain}.placeholder{display:grid;place-items:center;width:100%;height:100%;min-height:220px;background:#ebf7ed;color:var(--green);font-size:26px;font-weight:900}.card-body{padding:16px}.card-body h3{height:44px;margin:7px 0 13px;overflow:hidden;font-size:14px;line-height:1.45}.price{color:var(--red);font-weight:800}.card-actions{display:grid;grid-template-columns:1fr 38px;gap:7px}.card-actions form:first-child,.card-actions .btn-whatsapp{grid-column:1}.btn-cart,.btn-whatsapp{width:100%;min-height:35px;padding:8px 10px;font-size:11px}.btn-cart{background:var(--green)}.btn-whatsapp{background:#20b85a}.btn-whatsapp svg{width:17px;fill:currentColor}.wish-form{grid-column:2;grid-row:1/3}.wish-form button{width:38px;height:100%;border:1px solid var(--line);border-radius:10px;background:#fff;color:var(--green-dark);cursor:pointer;font-size:23px}.product-page{max-width:1180px;margin:48px auto;padding:20px;display:grid;grid-template-columns:1fr 1fr;gap:60px}.product-gallery{display:grid;place-items:center;min-height:500px;padding:35px;background:#fff;border-radius:18px}.product-gallery img{max-width:100%;max-height:480px;object-fit:contain}.product-info h1{font-size:38px;line-height:1.15}.product-copy,.description{color:var(--muted);line-height:1.75}.product-info .large{font-size:28px}.stock{font-weight:800;color:var(--green-dark)}.single-actions{display:flex;flex-wrap:wrap;gap:10px}.single-actions>form:first-child,.single-actions>.btn-whatsapp{width:190px}.single-actions .wish-form{width:auto}.single-actions .wish-form button{width:auto;padding:0 17px}.description,.specs{padding:30px;background:#fff;border-radius:18px}.description h2,.specs h2{margin-top:0}.specs dl div{display:grid;grid-template-columns:220px 1fr;padding:12px;border-bottom:1px solid var(--line)}.specs dt{font-weight:700}.specs dd{margin:0;color:var(--muted)}.category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.category-grid a{padding:25px;background:#fff;border:1px solid var(--line);border-radius:14px}.category-grid h2{margin:0 0 8px;font-size:19px}.category-grid p{margin:0;color:var(--muted)}.empty-panel,.list-panel,.contact-details,.contact-form,.notice{padding:28px;background:#fff;border:1px solid var(--line);border-radius:16px}.list-item{display:grid;grid-template-columns:90px 1fr auto;align-items:center;gap:20px;padding:15px 0;border-bottom:1px solid var(--line)}.list-item img{width:90px;height:80px;object-fit:contain}.list-item h2{margin:0;font-size:16px}.list-item p{color:var(--muted)}.text-button{border:0;background:none;color:var(--red);cursor:pointer}.cart-total{display:flex;justify-content:space-between;padding-top:22px;font-size:22px}.contact-layout{display:grid;grid-template-columns:.7fr 1.3fr;gap:24px}.contact-details{height:max-content}.contact-details a,.contact-details p{display:block;margin:14px 0;color:var(--muted)}.contact-form{display:grid;grid-template-columns:1fr 1fr;gap:16px}.contact-form label{display:grid;gap:7px;font-weight:700}.contact-form label:nth-of-type(4),.contact-form label:nth-of-type(5),.contact-form .cta{grid-column:1/-1}.contact-form input,.contact-form textarea{width:100%;padding:12px;border:1px solid #cdd6ce;border-radius:8px}.contact-form textarea{resize:vertical}.honeypot{position:absolute;left:-10000px}.notice{margin-bottom:20px}.notice.success{border-color:#94d69d;background:#f0fbf2}.notice.error{border-color:#e5aaa3;background:#fff3f1}.policy{max-width:900px}.policy section{padding:35px;background:#fff;border-radius:16px;line-height:1.75}.policy h2{margin-top:30px}.policy h2:first-child{margin-top:0}.policy a{color:var(--green-dark);text-decoration:underline}.site-footer{margin-top:70px;padding:45px max(5vw,24px);display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:50px;background:#fff;border-top:1px solid var(--line)}.site-footer img{width:160px}.site-footer p{color:var(--muted);line-height:1.6}.site-footer h3{margin-top:0}.site-footer a{display:block;margin:11px 0;color:var(--muted)}.copyright{padding:16px max(5vw,24px);background:#172019;color:#bac5bc;font-size:12px;text-align:center}@media(max-width:1000px){.site-header{flex-wrap:wrap}.main-nav{order:3;width:100%;justify-content:center}.search{max-width:none}.product-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:760px){.topbar span:first-child{display:none}.topbar{justify-content:center}.brand-logo{width:140px;flex-basis:140px}.action-icon span{display:none}.action-icon{min-width:28px;grid-template-columns:24px}.search{order:3;flex-basis:100%}.main-nav{order:4}.hero{margin:18px;padding:35px;grid-template-columns:1fr}.hero-mark{display:none}.product-grid{grid-template-columns:repeat(2,1fr)}.product-page{grid-template-columns:1fr;gap:25px}.product-gallery{min-height:320px}.category-grid{grid-template-columns:repeat(2,1fr)}.contact-layout{grid-template-columns:1fr}.site-footer{grid-template-columns:1fr 1fr}.site-footer>div:first-child{grid-column:1/-1}}@media(max-width:500px){.site-header{gap:13px}.main-nav{font-size:12px}.product-grid,.category-grid{grid-template-columns:1fr}.hero h1{font-size:39px}.product-info h1{font-size:30px}.single-actions>form:first-child,.single-actions>.btn-whatsapp{width:100%}.specs dl div{grid-template-columns:1fr;gap:5px}.list-item{grid-template-columns:64px 1fr}.list-item img{width:64px;height:60px}.list-item form{grid-column:2}.contact-form{grid-template-columns:1fr}.contact-form label{grid-column:1!important}.site-footer{grid-template-columns:1fr}.site-footer>div:first-child{grid-column:auto}}

.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
