:root{--font-family: "Inter", system-ui, Avenir, Helvetica, Arial, sans-serif;--line-height: 1.5;--font-weight: 400;--color-primary: #111827;--color-accent: #3b82f6;--color-background: #ffffff;--color-text: #1f2937;--color-text-light: #6b7280;--border-color: #e5e7eb;--spacing-unit: 8px;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 16px;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;padding:0;font-family:var(--font-family);background-color:var(--color-background);color:var(--color-text)}*{box-sizing:border-box}button{cursor:pointer;border:none;background:none}button,a,[role=button]{min-height:44px;min-width:44px}.home-categories-grid{display:grid;grid-template-columns:1fr;gap:.5rem}.cat-card-img-wrapper{aspect-ratio:4/5}@media(min-width:768px){.home-categories-grid{grid-template-columns:repeat(2,1fr);gap:.5rem}.cat-card-img-wrapper{aspect-ratio:16/9}}.products-grid{display:grid;grid-template-columns:1fr;gap:20px;padding-bottom:32px;width:95%;max-width:1800px;margin:0 auto}@media(min-width:768px){.products-grid{grid-template-columns:repeat(2,1fr)}}
