*{margin:0;padding:0;box-sizing:border-box}
body{font-family:Arial,sans-serif;background:#fafaf7;color:#333}
a{color:inherit}
a.logo {border:unset;}
a.button.alt {background: #F8C005;padding: 5px;font-weight: 700;}
.container{max-width:1400px;margin:auto;padding:24px}
.site-header{position:sticky;top:0;background:#fff;box-shadow:0 2px 12px rgba(0,0,0,.08);z-index:10}
.header-inner{display:flex;justify-content:space-between;align-items:center;padding:18px 24px;gap:16px;flex-wrap:wrap}
.logo{text-decoration:none;color:#333;display:flex;flex-direction:column}
.logo span{color:#6b9445;font-size:13px}
nav{display:flex;gap:24px}
nav a{text-decoration:none;color:#444;  padding:5px;}
nav a.active{color:#6b9445;font-weight:bold; padding:5px; border-style: double; background: white;}
.langs{display:flex}
.langs a,.langs span.disabled{margin-left:4px;padding:8px 10px;border:none;border-radius:8px;text-decoration:none;color:#444;background:#f1f1f1;font-size:13px}
.langs span.disabled{opacity:.45;cursor:not-allowed}
.active{background:#2f6df6;color:#fff}
.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:24px}
.card,.product{background:#fff;border-radius:20px;box-shadow:0 8px 24px rgba(0,0,0,.06);overflow:hidden;text-decoration:none;color:inherit;display:block}
.card img,.product img{width:100%;height:220px;object-fit:cover;background:#ddd}
.product-thumb{display:block;color:inherit;text-decoration:none}
.card h3,.product h3{padding:18px 18px 0;font-weight:normal;line-height:1.5}
.product-meta{padding:8px 18px 18px}
.product .price{color:#6b9445;font-weight:bold;display:block;margin:4px 0 10px}
.product .out-of-stock{color:#b23b3b;font-size:13px;font-weight:bold}
.btn{display:inline-block;background:#6b9445;color:#fff;padding:12px 20px;border-radius:12px;text-decoration:none;border:none;cursor:pointer;font-size:15px}
.btn.disabled{background:#bbb;pointer-events:none}
.hero{background:#e9f6df;border-radius:24px;padding:60px;text-align:center;margin:30px 0}
.product-layout{display:grid;grid-template-columns:1fr 1fr;gap:40px}
.product-layout img{width:100%;background:#ddd;border-radius:20px;object-fit:cover}
table{width:100%;border-collapse:collapse;margin:20px 0;background:#fff}
td{padding:12px;border-bottom:1px solid #eee}
.section-title{margin:40px 0 20px}
.eg-back{display:inline-block;margin-bottom:20px;text-decoration:none;color:#6b9445}
.empty-state{background:#fff;border-radius:20px;padding:40px;text-align:center;color:#666}
.site-footer{padding:30px 0;color:#777;text-align:center}
/* Single product page — output of EG_Render::render(), styled to match
   the aloe-shop-template product-layout look. */
.eg-flp-product{display:grid;grid-template-columns:1fr 1fr;gap:40px}
.eg-flp-image img{width:100%;background:#ddd;border-radius:20px;object-fit:cover;max-height:500px}
.eg-flp-title{margin-bottom:10px}
.eg-flp-price,.eg-flp-price-wrap{color:#6b9445;font-size:22px;font-weight:bold;margin:10px 0}
.eg-flp-description{margin:16px 0;line-height:1.6}
.eg-flp-attributes{margin:20px 0}
.eg-flp-attributes th{text-align:left;color:#777;padding:12px;border-bottom:1px solid #eee;width:40%}
.eg-flp-out-of-stock{color:#b23b3b;font-weight:bold;margin-top:16px}
.eg-flp-pdf,.eg-flp-button{margin-top:16px}
.eg-flp-not-found{background:#fff;border-radius:20px;padding:40px;text-align:center;color:#666;grid-column:1/-1}
@media(max-width:800px){.header-inner{flex-direction:column;gap:12px}.product-layout,.eg-flp-product{grid-template-columns:1fr}}
