/* Patch 013 storefront — clean WooCommerce-inspired layout */
:root{--store-ink:#171512;--store-brown:#8a5a35;--store-brown-dark:#684126;--store-cream:#f5f2ee;--store-border:#e8e4df;--store-shadow:none}
.store-shell{max-width:1280px;margin:0 auto;padding:24px 18px 72px}.store-toolbar{display:flex;gap:14px;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;margin-bottom:24px}.store-title{font-weight:900;letter-spacing:-.03em;margin:0}.store-panel{background:#fff;border:1px solid var(--store-border);border-radius:14px;box-shadow:none}.store-card{height:100%;background:transparent;border:0;box-shadow:none;overflow:visible}.store-card:hover{transform:none;box-shadow:none}.store-media{position:relative;aspect-ratio:4/5;background:#f0eeeb;overflow:hidden;border-radius:14px}.store-media img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.store-card:hover .store-media img{transform:scale(1.025)}.store-badge{position:absolute;top:10px;right:10px;background:#171512;color:#fff;padding:6px 8px;border-radius:7px;font-size:.7rem}.store-featured{position:absolute;top:10px;left:10px;background:#fff;color:var(--store-brown-dark);padding:6px 8px;border-radius:7px;font-size:.7rem;border:1px solid var(--store-border)}.store-card-body{padding:13px 2px 10px}.store-card-body h2{font-size:.98rem;font-weight:900}.store-price{font-weight:900;font-size:1rem}.store-consumer{text-decoration:line-through;color:#938c85;font-size:.82rem}.store-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px 18px}.store-filter{display:grid;grid-template-columns:2fr 1fr 1fr auto;gap:10px}.store-filter>*{min-width:0}.store-pill{border-radius:9px!important}.store-gallery{display:grid;grid-template-columns:82px 1fr;gap:16px}.store-thumbs{display:flex;flex-direction:column;gap:8px}.store-thumb{width:74px;height:84px;border-radius:10px;object-fit:cover;border:2px solid transparent;cursor:pointer}.store-thumb.active{border-color:var(--store-brown)}.store-main-image{width:100%;aspect-ratio:1/1.05;object-fit:cover;border-radius:14px;background:var(--store-cream)}.stock-ok{color:#177245}.stock-low{color:#a76512}.stock-out{color:#b42318}.store-sticky-cart{position:sticky;bottom:16px;z-index:30;background:rgba(255,255,255,.96);backdrop-filter:blur(18px);border:1px solid var(--store-border);border-radius:12px;padding:12px;box-shadow:0 8px 28px rgba(35,25,18,.08)}.store-stat{padding:16px;border-radius:12px;background:#fff;border:1px solid var(--store-border)}.store-stat b{display:block;font-size:1.4rem}.store-table img{width:64px;height:76px;object-fit:cover;border-radius:9px}.store-empty{padding:54px 20px;text-align:center;color:#7d7771}.store-toast{position:fixed;left:18px;bottom:18px;z-index:1090;background:#171512;color:#fff;border-radius:10px;padding:12px 16px;box-shadow:0 8px 28px rgba(0,0,0,.16);display:none}.store-toast.show{display:block}.variant-chip{padding:9px 13px;border:1px solid var(--store-border);border-radius:9px;background:#fff}.variant-chip:has(input:checked){border-color:var(--store-brown);background:#f4ece5}.admin-store-nav{display:flex;flex-wrap:wrap;gap:6px}.admin-store-nav a{border-radius:8px}.gallery-admin{display:flex;gap:8px;flex-wrap:wrap}.gallery-admin>div{width:100px}.gallery-admin img{width:100px;height:110px;object-fit:cover;border-radius:10px}
@media(max-width:1100px){.store-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:991px){.store-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.store-filter{grid-template-columns:1fr 1fr}.store-filter .q{grid-column:1/-1}.store-gallery{grid-template-columns:1fr}.store-thumbs{flex-direction:row;overflow:auto}.store-thumb{flex:0 0 68px;width:68px;height:76px}}
@media(max-width:575px){.store-shell{padding:16px 10px 60px}.store-grid{grid-template-columns:1fr 1fr;gap:16px 10px}.store-card-body{padding:10px 1px}.store-title{font-size:1.55rem}.store-filter{grid-template-columns:1fr}.store-filter .q{grid-column:auto}.store-card .btn{font-size:.78rem}.store-media{aspect-ratio:1/1.2}.store-card .small.text-muted.mb-3{display:none}}
