.header{position:sticky;top:0;z-index:100;background:var(--bg-header, #1a2a1a);color:var(--text-header, #f0f4ef);box-shadow:0 2px 12px #00000026}.header-inner{max-width:1200px;margin:0 auto;padding:.75rem 1.25rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.brand{font-size:1.35rem;font-weight:700;color:inherit;text-decoration:none;letter-spacing:.02em}.brand:hover{color:var(--accent, #7cb87c)}.nav{display:flex;align-items:center;gap:.5rem 1rem}.nav-link{background:none;border:none;color:inherit;cursor:pointer;padding:.4rem .75rem;border-radius:8px;font-size:.95rem}.nav-link:hover{background:#ffffff1a;color:var(--accent, #9ed49e)}.lang-switcher{margin-left:.5rem;padding:.35rem .5rem;border-radius:6px;border:1px solid rgba(255,255,255,.3);background:#ffffff1a;color:inherit;font-size:.9rem;cursor:pointer}.lang-switcher:focus{outline:2px solid var(--accent, #7cb87c)}@media(max-width:600px){.header-inner{padding:.6rem 1rem}.brand{font-size:1.15rem}.nav-link{padding:.35rem .5rem;font-size:.9rem}}.footer{background:var(--bg-header, #1a2a1a);color:var(--text-header, #e8efe8);margin-top:auto}.footer-inner{max-width:1200px;margin:0 auto;padding:2rem 1.25rem 1.25rem}.footer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem 2rem;margin-bottom:1.5rem}.footer-block{min-width:0}.footer-title{font-size:1rem;font-weight:700;margin:0 0 .75rem;color:#fff}.footer-desc{font-size:.9rem;line-height:1.5;margin:0;color:#ffffffd9;max-width:280px}.footer-links,.footer-contact{list-style:none;margin:0;padding:0}.footer-links li,.footer-contact li{margin-bottom:.4rem}.footer-link,.footer-contact a{color:#ffffffe6;text-decoration:none;font-size:.9rem}.footer-link-btn{background:none;border:none;padding:0;cursor:pointer;font:inherit}.footer-link-btn:hover,.footer-link:hover,.footer-contact a:hover{color:var(--accent, #9ed49e);text-decoration:underline}.footer-address{font-size:.9rem;color:#ffffffd9}.footer-bottom{padding-top:1rem;border-top:1px solid rgba(255,255,255,.15);font-size:.85rem;color:#ffffffb3;text-align:center}@media(max-width:600px){.footer-inner{padding:1.5rem 1rem 1rem}.footer-grid{grid-template-columns:1fr;gap:1.25rem}}.contact-fab{position:fixed;bottom:1.5rem;right:1.5rem;z-index:99;width:56px;height:56px;border-radius:50%;border:none;background:linear-gradient(135deg,#25a825,#1a7a1a);color:#fff;cursor:pointer;box-shadow:0 4px 14px #25a82573;display:flex;align-items:center;justify-content:center;transition:transform .2s,box-shadow .2s}.contact-fab:hover{transform:scale(1.08);box-shadow:0 6px 20px #25a82580}.contact-fab:active{transform:scale(.98)}.contact-fab-icon{display:flex;align-items:center;justify-content:center}.contact-fab-icon svg{width:28px;height:28px}@media(max-width:600px){.contact-fab{bottom:1rem;right:1rem;width:52px;height:52px}.contact-fab-icon svg{width:26px;height:26px}}.scroll-buttons{position:fixed;right:1rem;bottom:5rem;z-index:98;display:flex;flex-direction:column;gap:.5rem}.scroll-btn{width:44px;height:44px;border-radius:50%;border:none;background:var(--bg-header, #1a2a1a);color:var(--text-header, #fff);cursor:pointer;box-shadow:0 2px 12px #0003;display:flex;align-items:center;justify-content:center;transition:transform .2s,opacity .2s}.scroll-btn:hover{transform:scale(1.08);background:var(--accent-dark, #3d6b3d)}.scroll-btn:active{transform:scale(.95)}.scroll-btn-bottom{margin-top:0}@media(max-width:600px){.scroll-buttons{right:.75rem;bottom:4.5rem}.scroll-btn{width:40px;height:40px}.scroll-btn svg{width:20px;height:20px}}.search-bar{max-width:400px;margin:0 auto 1rem}.search-input{width:100%;padding:.65rem 1rem .65rem 2.5rem;border:1px solid var(--border, #d0d8d0);border-radius:999px;font-size:1rem;background:var(--bg-input, #fff) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='%23888' viewBox='0 0 24 24'%3E%3Cpath d='M15.5 14h-.79l-.28-.27A6.47 6.47 0 0 0 16 9.5 6.5 6.5 0 1 0 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z'/%3E%3C/svg%3E") no-repeat .75rem center;background-size:1.1rem}.search-input:focus{outline:none;border-color:var(--accent, #5a9a5a);box-shadow:0 0 0 3px #5a9a5a33}.search-input::placeholder{color:var(--muted, #6b7b6b)}.category-tabs{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;margin-bottom:1.5rem}.tab{padding:.5rem 1rem;border:1px solid var(--border, #c8d5c8);border-radius:999px;background:var(--bg-card, #fff);color:var(--text, #1a2a1a);font-size:.95rem;cursor:pointer;transition:background .2s,border-color .2s,color .2s}.tab:hover{border-color:var(--accent, #5a9a5a);background:#5a9a5a14;color:var(--accent-dark, #3d6b3d)}.tab.active{background:var(--accent, #5a9a5a);border-color:var(--accent, #5a9a5a);color:#fff}.product-card{background:var(--bg-card, #fff);border-radius:12px;overflow:hidden;border:1px solid var(--border, #e0e8e0);transition:box-shadow .2s,transform .2s;display:flex;flex-direction:column}.product-card:hover{box-shadow:0 8px 24px #00000014;transform:translateY(-2px)}.product-card[data-available=false]{opacity:.85}.product-card-image-wrap{position:relative;aspect-ratio:4/3;background:var(--bg-muted, #f0f4f0)}.product-card-image{width:100%;height:100%;object-fit:cover;display:block;-webkit-user-drag:none;-webkit-user-select:none;user-select:none;touch-action:pan-y}.product-card-image-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#e8f0e8,#d8e4d8)}.product-badge{position:absolute;top:.5rem;left:.5rem;padding:.25rem .5rem;border-radius:6px;font-size:.75rem;font-weight:600;background:var(--accent, #5a9a5a);color:#fff}.product-badge.out{background:#888}.product-card-body{padding:1rem;flex:1;display:flex;flex-direction:column;gap:.5rem}.product-card-title{font-size:1.1rem;font-weight:600;margin:0;color:var(--text, #1a2a1a);line-height:1.3}.product-card-price{display:flex;align-items:baseline;flex-wrap:wrap;gap:.2rem}.price-value{font-size:1.2rem;font-weight:700;color:var(--accent-dark, #3d6b3d)}.price-unit{font-size:.9rem;color:var(--muted, #5a6a5a)}.unit{font-size:.85rem;color:var(--muted, #5a6a5a)}.price-label{font-size:.9rem;color:var(--muted, #5a6a5a);font-weight:500}.price-tiers-hint{font-size:.8rem;color:var(--muted, #6b7b6b);font-weight:400}.product-card-desc{font-size:.9rem;color:var(--text-muted, #4a5a4a);margin:0;line-height:1.45;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card-meta{font-size:.8rem;color:var(--muted, #6b7b6b);display:flex;flex-wrap:wrap;gap:.5rem 1rem}.product-card-meta strong{margin-right:.25rem}.product-card-view-detail{margin-top:auto;padding-top:.5rem;font-size:.85rem;font-weight:600;color:var(--accent, #5a9a5a)}@media(hover:none)and (pointer:coarse){.product-card{transition:box-shadow .2s;transform:none!important}.product-card:hover,.product-card:active{transform:none!important;box-shadow:none}.product-card-image{transform:none!important}}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.25rem;max-width:1200px;margin:0 auto}.product-grid-card-link{text-decoration:none;color:inherit;display:block}.product-grid-empty{text-align:center;color:var(--muted, #6b7b6b);padding:2rem 1rem;margin:0}@media(max-width:600px){.product-grid{grid-template-columns:1fr;gap:1rem}}.contact-section{padding:2.5rem 1rem;background:var(--bg-card, #fff);border-top:1px solid var(--border, #e0e8e0);margin-top:2rem}.contact-inner{max-width:800px;margin:0 auto}.contact-heading{font-size:1.35rem;font-weight:700;margin:0 0 1.25rem;color:var(--text, #1a2a1a);text-align:center}.contact-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1rem 1.5rem;justify-items:start}.contact-item{display:flex;flex-direction:column;gap:.25rem}.contact-label{font-size:.85rem;color:var(--muted, #6b7b6b);font-weight:500}.contact-value{font-size:1.05rem;color:var(--accent-dark, #3d6b3d);font-weight:600;text-decoration:none}.contact-value:hover{text-decoration:underline}.contact-value-text{color:var(--text, #1a2a1a);font-weight:500}.contact-value-text:hover{text-decoration:none}.contact-empty{text-align:center;color:var(--muted, #6b7b6b);margin:0;font-size:.95rem}.hero-cover{position:relative;min-height:280px;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero-cover-bg{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;background-repeat:no-repeat}.hero-cover-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#1a2a1a80,#1a2a1abf)}.hero-cover-content{position:relative;z-index:1;text-align:center;padding:2rem 1rem;color:#fff;text-shadow:0 1px 3px rgba(0,0,0,.4)}.hero-cover-title{font-size:clamp(1.75rem,5vw,2.5rem);font-weight:700;margin:0 0 .5rem;letter-spacing:.02em}.hero-cover-subtitle{font-size:clamp(.9rem,2.5vw,1.05rem);margin:0;opacity:.95}@media(max-width:600px){.hero-cover{min-height:220px}}:root{--bg: #f5f8f5;--bg-header: #1a2a1a;--text: #1a2a1a;--text-header: #f0f4ef;--text-muted: #4a5a4a;--muted: #6b7b6b;--border: #d0d8d0;--bg-card: #fff;--bg-muted: #e8efe8;--accent: #5a9a5a;--accent-dark: #3d6b3d}*{box-sizing:border-box}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;background:var(--bg);color:var(--text);line-height:1.5}.app{min-height:100vh;display:flex;flex-direction:column}.main{flex:1;padding:1.5rem 1rem 3rem;max-width:1200px;margin:0 auto;width:100%}.not-found{text-align:center;padding:4rem 1rem;color:var(--muted)}.not-found a{display:inline-block;margin-top:1rem;color:var(--accent-dark);font-weight:600;text-decoration:none}.not-found a:hover{text-decoration:underline}.status-message{text-align:center;padding:2rem 1rem;margin:0;color:var(--muted)}.status-message.error{color:#c33}.product-detail{max-width:1000px;margin:0 auto;padding:1rem 1rem 2rem}.product-detail-missing{text-align:center;padding:3rem 1rem}.product-detail-back{display:inline-block;margin-bottom:1rem;color:var(--accent-dark, #3d6b3d);font-weight:600;text-decoration:none}.product-detail-back:hover{text-decoration:underline}.product-detail-breadcrumb{font-size:.9rem;color:var(--muted, #6b7b6b);margin-bottom:1.5rem}.product-detail-breadcrumb a{color:var(--accent-dark, #3d6b3d);text-decoration:none}.product-detail-breadcrumb a:hover{text-decoration:underline}.breadcrumb-sep{margin:0 .35rem}.product-detail-layout{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:start}.product-detail-gallery{position:sticky;top:5rem}.product-detail-main-image{aspect-ratio:1;border-radius:12px;overflow:hidden;background:var(--bg-muted, #f0f4f0);margin-bottom:.75rem}.product-detail-main-image img{width:100%;height:100%;object-fit:cover}.product-detail-image-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#e8f0e8,#d8e4d8)}.product-detail-thumbs{display:flex;flex-wrap:wrap;gap:.5rem}.product-detail-thumb{width:64px;height:64px;padding:0;border:2px solid transparent;border-radius:8px;overflow:hidden;background:none;cursor:pointer;transition:border-color .2s}.product-detail-thumb:hover,.product-detail-thumb.active{border-color:var(--accent, #5a9a5a)}.product-detail-thumb img{width:100%;height:100%;object-fit:cover}.product-detail-info{min-width:0}.product-detail-title{font-size:1.5rem;font-weight:700;margin:0 0 .5rem;color:var(--text, #1a2a1a);line-height:1.3}.product-detail-badge-out{color:#c33;font-weight:600;margin:0 0 .5rem;font-size:.95rem}.product-detail-price-block{margin-bottom:1rem}.product-detail-price-tiers-title{font-size:1rem;font-weight:700;margin:0 0 .5rem;color:var(--text, #1a2a1a)}.product-detail-price-tiers{width:100%;max-width:360px;border-collapse:collapse;font-size:.95rem}.product-detail-price-tiers th,.product-detail-price-tiers td{padding:.4rem .6rem;text-align:left;border-bottom:1px solid var(--border, #e0e8e0)}.product-detail-price-tiers th{font-weight:600;color:var(--text-muted, #4a5a4a);background:var(--bg-muted, #f0f4f0)}.product-detail-price-tiers .price-cell{font-weight:600;color:var(--accent-dark, #3d6b3d)}.product-detail-price-tiers .tier-note-cell{font-size:.9rem;color:var(--muted, #6b7b6b)}.product-detail-price{font-size:1.5rem;font-weight:700;color:var(--accent-dark, #3d6b3d)}.product-detail-unit{font-size:1rem;color:var(--muted, #6b7b6b);margin-left:.25rem}.product-detail-meta{font-size:.9rem;color:var(--text-muted, #4a5a4a);margin-bottom:1rem}.product-detail-meta p{margin:.25rem 0}.product-detail-cta{display:inline-block;padding:.65rem 1.25rem;background:var(--accent, #5a9a5a);color:#fff;font-weight:600;text-decoration:none;border-radius:8px;margin-bottom:1.5rem;transition:background .2s,transform .2s}.product-detail-cta:hover{background:var(--accent-dark, #3d6b3d);transform:translateY(-1px)}.product-detail-description h2{font-size:1.1rem;font-weight:700;margin:0 0 .75rem;color:var(--text, #1a2a1a)}.product-detail-description-body{font-size:.95rem;line-height:1.6;color:var(--text-muted, #4a5a4a)}.product-detail-description-body p{margin:0 0 .5rem}.product-detail-notes{margin-top:1.5rem;padding-top:1rem;border-top:1px solid var(--border, #e0e8e0)}.product-detail-notes-title{font-size:1rem;font-weight:700;margin:0 0 .5rem;color:var(--text, #1a2a1a)}.product-detail-notes-body{font-size:.95rem;line-height:1.6;color:var(--text-muted, #4a5a4a)}.product-detail-notes-body p{margin:0 0 .35rem}@media(max-width:768px){.product-detail-layout{grid-template-columns:1fr}.product-detail-gallery{position:static}.product-detail-main-image{aspect-ratio:4/3}}
