.store{background:#f3f6f1;color:#17221b;min-height:100vh}.store-header{height:76px;background:#fff;border-bottom:1px solid #e1e8df;display:flex;align-items:center;justify-content:space-between;padding:0 max(24px,7vw);position:sticky;top:0;z-index:10}.store-header>a:first-child{display:flex;align-items:center;gap:11px;font-size:18px}.store-header b{width:38px;height:38px;border-radius:10px;background:var(--lime);display:grid;place-items:center}.store-header>a:last-child{font-weight:700}.store-main{max-width:1250px;margin:auto;padding:55px 25px 80px}.store-hero{text-align:center;background:#17251d;color:#fff;border-radius:24px;padding:55px 30px}.store-hero>span{font-size:10px;letter-spacing:2px;color:var(--lime);font-weight:900}.store-hero h1{font:48px/1.05 Georgia;margin:15px 0}.store-hero p{color:#c4cec7;font-size:16px}.store-hero form{display:flex;max-width:620px;margin:28px auto 0;background:#fff;padding:6px;border-radius:12px}.store-hero input{border:0;outline:0;flex:1;padding:13px;border-radius:9px}.store-hero button{border:0;background:var(--lime);border-radius:8px;padding:0 22px;font-weight:800;cursor:pointer}.store-categories{display:flex;gap:9px;overflow:auto;padding:28px 0 22px}.store-categories a{white-space:nowrap;background:#fff;border:1px solid #dfe6dc;padding:11px 15px;border-radius:22px;font-weight:700}.store-categories a.active{background:#17251d;color:#fff}.store-categories small{opacity:.65;margin-left:5px}.store-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.store-card{background:#fff;border:1px solid #e0e6de;border-radius:18px;overflow:hidden;box-shadow:0 12px 30px #17251d0b;display:flex;flex-direction:column}.store-image{display:block;aspect-ratio:16/10;background:#e8eee6;overflow:hidden}.store-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.store-card:hover img{transform:scale(1.04)}.store-placeholder{display:grid;place-items:center;background:linear-gradient(135deg,#17251d,#315440)}.store-placeholder b{font:70px Georgia;color:var(--lime)}.store-card>div{padding:22px;display:flex;flex:1;flex-direction:column}.store-card small{color:#568151;font-weight:800}.store-card .featured{align-self:flex-start;background:#e5f7df;color:#2d7c2c;border-radius:15px;padding:6px 9px;font-size:9px;font-weight:900;margin-bottom:9px}.store-card h2{font:25px Georgia;margin:8px 0 10px}.store-card p{color:#68736b;line-height:1.55;margin:0 0 24px}.store-card footer{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:auto;border-top:1px solid #edf0ec;padding-top:18px}.store-card footer strong{font:24px Georgia}.store-card footer a{background:var(--lime);padding:12px 15px;border-radius:9px;font-size:11px;font-weight:900}.store-empty{text-align:center;background:#fff;border:1px solid #e0e6de;border-radius:16px;padding:55px}.catalog-manager .titlebar{margin-bottom:8px}@media(max-width:900px){.store-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:620px){.store-main{padding:25px 14px 55px}.store-hero{padding:38px 18px}.store-hero h1{font-size:36px}.store-hero form{flex-direction:column}.store-hero button{padding:13px}.store-grid{grid-template-columns:1fr}}
