/*
Theme Name: Anima eShop
Theme URI: https://example.com/
Author: Anima ppd-interactive
Description: Pixel-reference theme built from Figma exports for Anima eShop (Greek).
Version: 0.3.0
Text Domain: anima-eshop
*/
:root{--container:1200px}
*{box-sizing:border-box}
body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;line-height:1.4}
a{color:inherit}
.site-header,.site-footer{padding:14px 18px;border-bottom:1px solid rgba(0,0,0,.08)}
.site-footer{border-top:1px solid rgba(0,0,0,.08);border-bottom:0}
.brand{font-weight:800;letter-spacing:.2px}
.nav a{margin-inline:10px;text-decoration:none;opacity:.85}
.nav a:hover{opacity:1;text-decoration:underline}
.container{max-width:var(--container);margin:0 auto}
.page-mock{width:100%;display:block;height:auto}
.mock-wrap{background:#fff}
.notice{background:#fff3cd;border:1px solid #ffeeba;padding:10px 12px;margin:12px 18px;border-radius:8px;font-size:14px}

.site-header__inner{display:flex;align-items:center;justify-content:space-between;gap:16px}
.site-logo{display:flex;align-items:center;gap:10px;text-decoration:none}
.site-logo img{display:block;height:38px;width:auto}
.header-actions{display:flex;align-items:center;gap:10px}
.btn{display:inline-flex;align-items:center;justify-content:center;padding:10px 14px;border-radius:10px;text-decoration:none;font-weight:700;font-size:14px;line-height:1;border:1px solid transparent}
.btn--primary{background:#2f4bb5;color:#fff}
.btn--ghost{background:#fff;color:#2f4bb5;border-color:rgba(47,75,181,.35)}
@media (max-width: 900px){.nav{display:none}.site-logo img{height:34px}.header-actions .btn{padding:9px 12px}}

.site-footer__inner{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px}
.footer-brand{display:flex;align-items:center;gap:10px}
.footer-logo{height:28px;width:auto;display:block}
@media (max-width:900px){.site-footer__inner{justify-content:center;text-align:center}.footer-brand{justify-content:center}}
