:root{--color-primary: #f97316;--color-primary-dark: #ea580c;--color-primary-light: #fb923c;--color-secondary: #ef4444;--color-accent: #fbbf24;--color-background: #ffffff;--color-surface: #fef3c7;--color-text: #1f2937;--color-text-light: #6b7280;--color-border: #fde68a;--color-success: #10b981;--color-error: #ef4444;--spacing-xs: .5rem;--spacing-sm: 1rem;--spacing-md: 1.5rem;--spacing-lg: 2rem;--spacing-xl: 3rem;--spacing-2xl: 4rem;--border-radius: .5rem;--border-radius-lg: 1rem;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1);--shadow-glow: 0 0 20px rgb(249 115 22 / .3);--max-width: 1200px}*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;color:var(--color-text);background:var(--color-background);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;margin-bottom:var(--spacing-sm)}h1{font-size:3rem}h2{font-size:2.25rem}h3{font-size:1.875rem}h4{font-size:1.5rem}h5{font-size:1.25rem}h6{font-size:1rem}p{margin-bottom:var(--spacing-sm)}a{color:var(--color-primary);text-decoration:none;transition:color .2s ease}a:hover{color:var(--color-primary-dark)}button,.btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;border:none;border-radius:var(--border-radius);cursor:pointer;transition:all .3s ease;text-decoration:none;position:relative;overflow:hidden}.btn-primary{background:linear-gradient(135deg,var(--color-primary) 0%,var(--color-primary-dark) 100%);color:#fff!important;box-shadow:0 2px 8px #f973164d}.btn-primary:hover{background:linear-gradient(135deg,var(--color-primary-dark) 0%,#c2410c 100%);color:#fff!important;transform:translateY(-3px);box-shadow:0 6px 20px #f9731680}.btn-primary:active{transform:translateY(-1px);box-shadow:0 3px 10px #f9731666}.btn-secondary{background:linear-gradient(135deg,var(--color-secondary) 0%,#dc2626 100%);color:#fff!important;box-shadow:0 2px 8px #ef44444d}.btn-secondary:hover{background:linear-gradient(135deg,#dc2626,#b91c1c);color:#fff!important;transform:translateY(-3px);box-shadow:0 6px 20px #ef444480}.btn-secondary:active{transform:translateY(-1px);box-shadow:0 3px 10px #ef444466}.btn-outline{background:transparent;color:var(--color-primary);border:2px solid var(--color-primary);box-shadow:0 0 #f9731600}.btn-outline:hover{background:var(--color-primary);color:#fff!important;border-color:var(--color-primary-dark);transform:translateY(-2px);box-shadow:0 4px 12px #f9731666}.btn-outline:active{transform:translateY(0)}.container{max-width:var(--max-width);margin:0 auto;padding:0 var(--spacing-md)}.card{background:#fff;border-radius:var(--border-radius-lg);padding:var(--spacing-lg);box-shadow:var(--shadow-md);transition:transform .2s ease,box-shadow .2s ease}.card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.grid{display:grid;gap:var(--spacing-lg)}.grid-2{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.grid-3{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.grid-4{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.grid-products{grid-template-columns:repeat(auto-fill,280px);justify-content:center}@media(max-width:768px){h1{font-size:2rem}h2{font-size:1.75rem}h3{font-size:1.5rem}h4{font-size:1.25rem}h5{font-size:1.125rem}.container{padding:0 var(--spacing-sm)}.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}.grid-products{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:var(--spacing-sm)}button,.btn{padding:.625rem 1.25rem;font-size:.9375rem;min-height:44px}}@media(max-width:480px){h1{font-size:1.75rem}h2{font-size:1.5rem}h3{font-size:1.25rem}.container{padding:0 1rem}.grid-products{grid-template-columns:repeat(auto-fill,minmax(140px,1fr))}}header.svelte-12qhfyh{background:#fff;box-shadow:var(--shadow-sm);position:sticky;top:0;z-index:100;border-bottom:1px solid var(--color-border)}.header-content.svelte-12qhfyh{display:flex;justify-content:space-between;align-items:center;padding:var(--spacing-md) var(--spacing-md);min-height:70px}.logo.svelte-12qhfyh img:where(.svelte-12qhfyh){height:40px;width:auto;display:block}.logo.svelte-12qhfyh a:where(.svelte-12qhfyh){text-decoration:none;display:block}nav.svelte-12qhfyh{display:flex;gap:var(--spacing-lg);align-items:center}nav.svelte-12qhfyh a:where(.svelte-12qhfyh){font-weight:500;color:var(--color-text);transition:color .2s ease;position:relative}nav.svelte-12qhfyh a:where(.svelte-12qhfyh):after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:var(--color-primary);transition:width .3s ease}nav.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:var(--color-primary)}nav.svelte-12qhfyh a:where(.svelte-12qhfyh):hover:after{width:100%}.cart-link.svelte-12qhfyh{position:relative;font-size:1.5rem;display:flex;align-items:center}.cart-link.svelte-12qhfyh:after{display:none}.cart-badge.svelte-12qhfyh{position:absolute;top:-8px;right:-12px;background:var(--color-secondary);color:#fff;font-size:.75rem;font-weight:700;padding:.125rem .4rem;border-radius:1rem;min-width:1.25rem;text-align:center}.lang-toggle.svelte-12qhfyh{background:linear-gradient(135deg,var(--color-primary) 0%,var(--color-primary-dark) 100%);color:#fff;border:none;padding:.5rem 1rem;border-radius:var(--border-radius);font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 4px #f9731633}.lang-toggle.svelte-12qhfyh:hover{background:linear-gradient(135deg,var(--color-primary-dark) 0%,#c2410c 100%);transform:translateY(-2px);box-shadow:0 4px 12px #f9731666}.lang-toggle.svelte-12qhfyh:active{transform:translateY(0)}main.svelte-12qhfyh{min-height:calc(100vh - 400px)}footer.svelte-12qhfyh{background:var(--color-text);color:#fff;padding:var(--spacing-2xl) 0 var(--spacing-md);margin-top:var(--spacing-2xl)}.footer-content.svelte-12qhfyh{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:var(--spacing-xl);margin-bottom:var(--spacing-xl)}.footer-section.svelte-12qhfyh h4:where(.svelte-12qhfyh),.footer-section.svelte-12qhfyh h5:where(.svelte-12qhfyh){margin-bottom:var(--spacing-md);color:#fff}.footer-section.svelte-12qhfyh p:where(.svelte-12qhfyh){color:#9ca3af;margin-bottom:var(--spacing-xs)}.footer-section.svelte-12qhfyh .producer:where(.svelte-12qhfyh){font-size:.875rem;margin-top:var(--spacing-sm)}.footer-section.svelte-12qhfyh .producer:where(.svelte-12qhfyh) a:where(.svelte-12qhfyh){color:var(--color-primary);font-weight:600}.footer-section.svelte-12qhfyh .producer:where(.svelte-12qhfyh) a:where(.svelte-12qhfyh):hover{color:#818cf8}.footer-section.svelte-12qhfyh .location-label:where(.svelte-12qhfyh){margin-top:var(--spacing-sm);margin-bottom:0;font-weight:600}.social-links.svelte-12qhfyh{display:flex;flex-direction:column;gap:var(--spacing-xs)}.social-links.svelte-12qhfyh a:where(.svelte-12qhfyh){color:var(--color-primary);font-weight:500}.social-links.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:#818cf8}.footer-section.svelte-12qhfyh a:where(.svelte-12qhfyh){display:block;color:#9ca3af;margin-bottom:var(--spacing-xs);transition:color .2s ease}.footer-section.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:#fff}.footer-bottom.svelte-12qhfyh{padding-top:var(--spacing-lg);border-top:1px solid #374151;text-align:center}.footer-bottom.svelte-12qhfyh p:where(.svelte-12qhfyh){color:#9ca3af;margin:0}@media(max-width:768px){.header-content.svelte-12qhfyh{flex-direction:column;gap:var(--spacing-sm);padding:var(--spacing-sm);min-height:auto}.logo.svelte-12qhfyh img:where(.svelte-12qhfyh){height:32px}nav.svelte-12qhfyh{width:100%;flex-wrap:wrap;justify-content:center;gap:var(--spacing-sm);font-size:.875rem}nav.svelte-12qhfyh a:where(.svelte-12qhfyh){padding:.5rem .75rem;min-height:44px;display:flex;align-items:center}.cart-link.svelte-12qhfyh{font-size:1.25rem}.cart-badge.svelte-12qhfyh{top:-6px;right:-10px;font-size:.7rem;padding:.1rem .35rem}.lang-toggle.svelte-12qhfyh{padding:.5rem .875rem;font-size:.875rem;min-height:44px}.footer-content.svelte-12qhfyh{grid-template-columns:1fr;gap:var(--spacing-lg)}.footer-section.svelte-12qhfyh h4:where(.svelte-12qhfyh),.footer-section.svelte-12qhfyh h5:where(.svelte-12qhfyh){font-size:1.125rem}}@media(max-width:480px){.header-content.svelte-12qhfyh{padding:.75rem .5rem}nav.svelte-12qhfyh{gap:.5rem;font-size:.8125rem}nav.svelte-12qhfyh a:where(.svelte-12qhfyh){padding:.375rem .5rem}.logo.svelte-12qhfyh img:where(.svelte-12qhfyh){height:28px}.lang-toggle.svelte-12qhfyh{padding:.375rem .75rem;font-size:.8125rem}}
