:root{color:var(--text-primary);background:var(--surface-canvas);font-family:Inter,ui-sans-serif,system-ui,sans-serif}*{box-sizing:border-box}body{margin:0}button,input{font:inherit}button{cursor:pointer}.catalogue-page{background:var(--surface-canvas);color:var(--text-primary);max-width:1180px;min-height:100vh;padding:var(--space-page) 1.25rem 4rem;margin:0 auto}.page-header{padding:1.25rem 0 2rem}.eyebrow{color:var(--accent-primary);letter-spacing:.14em;margin:0 0 .6rem;font-size:.75rem;font-weight:750}h1{letter-spacing:-.04em;max-width:620px;margin:0 0 1.75rem;font-size:clamp(2rem,5vw,3.5rem);line-height:1.03}.store-name{color:var(--text-primary)}h2{margin:0;font-size:1.45rem}.search-form{max-width:680px}.search-form label{margin-bottom:.45rem;font-size:.85rem;font-weight:700;display:block}.search-row{gap:var(--space-control);display:flex}input{background:var(--surface-raised);border:1px solid var(--border-subtle);border-radius:var(--radius-control);flex:1;min-width:0;padding:.8rem .9rem}button{background:var(--accent-primary);border-radius:var(--radius-control);color:#fff;border:0;padding:.8rem 1.1rem;font-weight:700}button:disabled{cursor:wait;opacity:.55}.catalogue-section{border-top:1px solid var(--border-subtle);margin-top:var(--space-section);padding-top:1.3rem}.section-heading{justify-content:space-between;align-items:baseline;gap:.75rem;margin-bottom:1rem;display:flex}.section-heading span{color:var(--text-muted);font-size:.85rem}.product-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1rem;display:grid}.product-card{background:var(--surface-raised);border-radius:var(--radius-card);box-shadow:var(--shadow-card);border:1px solid #e0e7e1;overflow:hidden}.product-placeholder{background:var(--surface-muted);color:var(--text-muted);justify-content:center;align-items:center;height:120px;font-size:2rem;font-weight:800;display:flex}.product-card-content{padding:.9rem}.product-name{margin:0;font-size:1rem;font-weight:750}.product-taxonomy{color:var(--text-muted);margin:.3rem 0 0;font-size:.8rem}.product-meta{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.55rem;margin-top:1rem;display:flex}.availability{letter-spacing:.03em;border-radius:999px;padding:.3rem .5rem;font-size:.68rem;font-weight:800}.availability.available{background:var(--status-available);color:var(--status-available-text)}.availability.not_available{background:var(--status-unavailable);color:var(--status-unavailable-text)}.price{color:#1d3e2b;font-size:.9rem;font-weight:750}.reference-price{color:#87938a;font-size:.72rem;font-weight:500;display:block}.load-more{border:1px solid var(--accent-primary);color:var(--accent-primary);background:0 0;margin:1.2rem auto 0;display:block}.state-message,.empty-state{color:var(--text-muted);padding:1.25rem 0}.catalogue-empty{border:1px dashed var(--border-subtle);border-radius:var(--radius-card);color:var(--text-muted);margin-top:var(--space-section);text-align:center;padding:2rem 1rem}.state-message.error{color:var(--status-error-text)}@media (width<=520px){.catalogue-page{padding-inline:1rem}.search-row{flex-direction:column}.search-row button{width:100%}}
