@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');:root{--orange:#fcae51;--cream:#f3e2b8;--ink:#222;--muted:#68635d;--paper:#fffaf2;--line:#eadfce;--green:#243d35;--radius:18px;--max:1180px}*{box-sizing:border-box}body{margin:0;color:var(--ink);font-family:Poppins,Arial,sans-serif;line-height:1.65;background:#fff}a{color:inherit}img{max-width:100%;display:block}.site-header{height:78px;display:flex;align-items:center;gap:28px;padding:0 max(20px,calc((100% - var(--max))/2));border-bottom:1px solid var(--line);position:sticky;top:0;background:rgba(255,255,255,.96);z-index:50}.logo img{width:170px;height:auto}.site-nav{margin-left:auto;display:flex;gap:20px;align-items:center;font-size:14px}.site-nav a{text-decoration:none}.menu-toggle{display:none;margin-left:auto}.breadcrumb{max-width:var(--max);margin:22px auto;padding:0 20px;color:var(--muted);font-size:14px;overflow:auto;white-space:nowrap}.breadcrumb a{text-decoration:none}.hero,.page-hero{background:linear-gradient(135deg,var(--paper),#fff);padding:76px max(20px,calc((100% - var(--max))/2));display:grid;grid-template-columns:1.1fr .9fr;gap:50px;align-items:center}.page-hero{display:block;padding-top:54px;padding-bottom:54px}.hero h1,.page-hero h1,.product-summary h1{font-size:clamp(34px,5vw,62px);line-height:1.08;margin:.2em 0}.page-hero h1,.product-summary h1{font-size:clamp(32px,4vw,48px)}.hero p,.page-hero p{max-width:720px}.button,button{display:inline-flex;border:0;border-radius:999px;background:var(--green);color:#fff;padding:13px 22px;text-decoration:none;font:inherit;font-weight:600;cursor:pointer}.secondary{background:transparent;color:var(--ink);border:1px solid var(--ink)}section{max-width:var(--max);margin:0 auto;padding:64px 20px}section h2{font-size:clamp(26px,3vw,38px);line-height:1.2}.eyebrow{color:#9b5a0b;text-transform:uppercase;letter-spacing:.08em;font-size:12px;font-weight:700}.category-grid,.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.category-card,.product-card{border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;background:#fff}.category-card{padding:24px}.category-card img{aspect-ratio:4/3;object-fit:contain;margin-top:16px}.card-media{display:block;aspect-ratio:1/1;background:#faf8f4}.card-media img{width:100%;height:100%;object-fit:contain}.card-body{padding:18px;min-height:270px;display:flex;flex-direction:column}.card-body h3{font-size:18px;line-height:1.3}.card-body h3 a{text-decoration:none}.text-link{margin-top:auto;font-weight:600}.clamp{display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.product-hero{display:grid;grid-template-columns:1fr 1fr;gap:54px;padding-top:28px}.main-image{aspect-ratio:1/1;background:#faf8f4;border-radius:var(--radius)}.main-image img{width:100%;height:100%;object-fit:contain}.thumbs{display:flex;gap:8px;flex-wrap:wrap;margin-top:10px}.thumb{width:70px;height:70px;padding:5px;background:#fff;border:1px solid var(--line);border-radius:10px}.thumb img{width:100%;height:100%;object-fit:contain}.product-summary select{width:100%;padding:12px;border:1px solid var(--line);border-radius:10px}.price{font-size:28px;font-weight:700;margin-bottom:2px}.availability{color:#35694e}.asin{font-size:13px;color:var(--muted)}.feature-list{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;list-style:none;padding:0}.feature-list li{background:var(--paper);padding:20px;border-radius:14px}.table-wrap{overflow:auto}table{width:100%;border-collapse:collapse}th,td{padding:12px;border-bottom:1px solid var(--line);text-align:left}.variant-table{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.variant-table div{display:flex;align-items:center;gap:12px;border:1px solid var(--line);border-radius:12px;padding:10px}.variant-table img{width:76px;height:76px;object-fit:contain}.variant-table small{display:block;color:var(--muted)}.reviews{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.review-card{border:1px solid var(--line);border-radius:16px;padding:20px}.stars{color:#d67d10}.faq details{border-bottom:1px solid var(--line);padding:14px 0}.faq summary{font-weight:600;cursor:pointer}.site-footer{background:var(--green);color:#fff;padding:50px max(20px,calc((100% - var(--max))/2));display:grid;grid-template-columns:1fr 1fr;gap:30px}.site-footer img{filter:brightness(0) invert(1)}.footer-links{display:flex;gap:16px;flex-wrap:wrap;align-content:start}.copyright{grid-column:1/-1;color:#dce6e2}.cookie-banner{position:fixed;left:20px;right:20px;bottom:20px;max-width:850px;margin:auto;background:#fff;border:1px solid var(--line);box-shadow:0 12px 40px #0002;padding:18px;border-radius:16px;z-index:100}.cookie-banner div{display:flex;gap:10px;flex-wrap:wrap}.cookie-banner[hidden]{display:none}.legal{max-width:850px}.legal h2{font-size:26px}@media(max-width:850px){.menu-toggle{display:block}.site-nav{display:none;position:fixed;inset:78px 0 0;background:#fff;padding:24px;flex-direction:column;align-items:stretch;overflow:auto}.site-nav.open{display:flex}.hero,.product-hero{grid-template-columns:1fr}.category-grid,.product-grid{grid-template-columns:repeat(2,1fr)}.reviews{grid-template-columns:1fr}.variant-table{grid-template-columns:1fr}.feature-list{grid-template-columns:1fr}}@media(max-width:560px){.category-grid,.product-grid{grid-template-columns:1fr}.hero{padding-top:48px}.site-header{height:68px}.site-nav{inset:68px 0 0}.card-body{min-height:0}}html,body{max-width:100%;overflow-x:hidden}h1,h2,h3,p,a,summary,td,th{overflow-wrap:anywhere}.hero>*,.product-hero>*,.gallery,.product-summary,.legal,.category-card,.product-card{min-width:0;max-width:100%}.product-summary select{max-width:100%}.breadcrumb{scrollbar-width:none}.breadcrumb::-webkit-scrollbar{display:none}@media(max-width:560px){.site-header{gap:12px;padding-left:14px;padding-right:14px}.logo img{width:150px}.hero,.page-hero,.product-hero,section{padding-left:16px;padding-right:16px}.hero h1,.page-hero h1,.product-summary h1{font-size:clamp(29px,9vw,38px)}.cookie-banner{left:12px;right:12px;bottom:12px;width:auto;max-width:none;padding:14px}.cookie-banner button{max-width:100%;white-space:normal;text-align:center;justify-content:center}.cookie-banner p{font-size:14px;line-height:1.45}.main-image{width:100%}}h1,h2,h3,p,a,summary,td,th{overflow-wrap:break-word;word-break:normal;hyphens:auto}@media(max-width:560px){.legal h1{font-size:28px;line-height:1.2}}