* { box-sizing: border-box; }
body { margin:0; background:#f8faf9; color:#172b25; font:16px/1.6 system-ui,-apple-system,sans-serif; }
a { color:inherit; text-decoration:none; } a:hover { text-decoration:underline; }
.container { width:min(1180px,calc(100% - 32px)); margin:auto; }
.site-header { background:#fff; border-bottom:1px solid #dfe8e3; }
.header-inner,.section-heading { display:flex; justify-content:space-between; align-items:center; gap:20px; }
.header-inner { padding:20px 0; } .logo { font-size:28px; font-weight:800; letter-spacing:-1px; }
.logo span { display:block; font-size:12px; font-weight:400; letter-spacing:0; color:#566b62; }
nav { display:flex; gap:20px; } nav [aria-current] { color:#087b55; font-weight:bold; }
.category-nav { display:flex; gap:10px; overflow-x:auto; padding:18px 0; }
.category-nav a { flex-shrink:0; background:#fff; border:1px solid #d6e1db; border-radius:24px; padding:6px 16px; }
main { min-height:50vh; } section { margin:28px 0 48px; }
.hero { background:#e4f0e9; border-radius:20px; padding:36px 24px; }
h1 { font-size:clamp(28px,4vw,44px); line-height:1.25; letter-spacing:-1px; }
h2 { font-size:24px; } h3 { font-size:17px; margin:8px 0; } .eyebrow { letter-spacing:3px; font-size:13px; color:#286849; }
.button { display:inline-block; background:#096948; color:#fff; border:0; border-radius:8px; padding:12px 20px; font:inherit; cursor:pointer; min-height:44px; text-align:center; }
.secondary { background:#e4ede8; color:#172b25; }
.grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:16px; }
.card { border:1px solid #dfe8e3; background:white; border-radius:12px; overflow:hidden; min-width:0; }
.image-box { display:flex; align-items:center; justify-content:center; aspect-ratio:1; background:#eff3f0; color:#5b7065; }
.image-box img { width:100%; height:100%; object-fit:contain; } [hidden] { display:none !important; }
.card-body { padding:16px; } .card h3 { overflow-wrap:anywhere; } .muted { color:#596e64; font-size:14px; }
.price { display:block; font-size:20px; } del { color:#677a70; font-size:14px; }
.discount { color:#b23927; font-weight:700; margin-right:8px; } .detail-link { display:inline-block; color:#096948; margin-top:8px; }
.filters { display:flex; flex-wrap:wrap; align-items:end; gap:14px; padding:20px; background:white; border:1px solid #dfe8e3; border-radius:12px; }
.filters>div { flex:1 1 180px; } label { display:block; font-size:14px; margin-bottom:6px; }
input,select { width:100%; padding:11px; min-height:44px; border:1px solid #8fa398; border-radius:6px; font:inherit; background:white; }
.pagination { justify-content:center; align-items:center; margin:30px 0; }
.empty { grid-column:1/-1; padding:30px; text-align:center; background:#edf3ef; border-radius:10px; }
.product-detail { display:grid; gap:28px; } .large { border-radius:14px; overflow:hidden; }
.description { white-space:pre-wrap; overflow-wrap:anywhere; }
.affiliate-disclosure { margin:16px 0; padding:16px 20px; border:1px solid #8fa398; border-left:4px solid #096948; border-radius:8px; background:#e4f0e9; color:#172b25; font-size:16px; font-weight:600; line-height:1.7; overflow-wrap:anywhere; }
.offer { display:flex; flex-wrap:wrap; align-items:center; justify-content:space-between; gap:20px; padding:22px; background:white; border:1px solid #dfe8e3; border-radius:10px; margin:12px 0; }
.offer>div { flex:1 1 200px; overflow-wrap:anywhere; }
footer { border-top:1px solid #dfe8e3; padding:32px 0; font-size:13px; color:#596e64; }
.notice { padding:16px; color:#922; background:#fff0f0; } :focus-visible { outline:3px solid #1d9168; outline-offset:3px; }
@media(min-width:760px) { .grid { grid-template-columns:repeat(3,minmax(0,1fr)); } .product-detail { grid-template-columns:1fr 1fr; } .hero { padding:48px; } }
@media(min-width:1050px) { .grid { grid-template-columns:repeat(4,minmax(0,1fr)); } }
@media(max-width:380px) { .grid { grid-template-columns:1fr; } .header-inner { flex-wrap:wrap; } }
