:root{--color-primary: #d42f4a;--color-secondary: #ea9caa;--color-accent: #ff6b85;--color-orange: #ff9f43;--color-topbar: #54bac4;--color-text: #18212a;--color-text-light: #4a5568;--color-text-muted: #9ca3af;--bg-primary: #ffffff;--bg-secondary: #f9fafb;--bg-light: #fef2f4;--bg-pink-light: #fef2f4;--border-color: #e5e7eb;--border-radius: 8px;--border-radius-sm: 4px;--border-radius-lg: 12px;--section-padding: 80px;--container-padding: 20px;--header-height: 60px;--topbar-height: 40px;font-family:Poppins,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.6;font-weight:400;color:var(--color-text);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background-color:var(--bg-secondary);color:var(--color-text)}#app{width:100%;min-height:100vh}h1,h2,h3,h4,h5,h6{color:var(--color-primary);font-weight:600;line-height:1.2}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}p{margin-bottom:1rem;line-height:1.6}a{color:var(--color-primary);text-decoration:none;transition:color .2s ease}a:hover{color:var(--color-accent)}button{border-radius:var(--border-radius-sm);border:none;padding:12px 28px;font-size:1rem;font-weight:600;font-family:inherit;cursor:pointer;transition:all .3s ease;background-color:var(--color-primary);color:#fff}button:hover{background-color:#b82438;transform:translateY(-2px);box-shadow:0 4px 12px #d42f4a4d}button:focus,button:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}button:disabled{opacity:.5;cursor:not-allowed}.container{max-width:1400px;margin:0 auto;padding:0 var(--container-padding)}.section{padding:var(--section-padding) 0}.text-center{text-align:center}.text-muted{color:var(--color-text-light)}.bg-white{background-color:var(--bg-primary)}.bg-light{background-color:var(--bg-light)}.topbar.svelte-1elxaub{background:var(--color-primary);color:#fff;padding:10px 0;font-size:.875rem}.topbar.svelte-1elxaub .container:where(.svelte-1elxaub){display:flex;justify-content:space-between;align-items:center;gap:2rem}.topbar-left.svelte-1elxaub,.topbar-center.svelte-1elxaub,.topbar-right.svelte-1elxaub,.topbar-text.svelte-1elxaub{display:flex;align-items:center;gap:.5rem}.topbar-text.svelte-1elxaub svg:where(.svelte-1elxaub){width:16px;height:16px}.topbar-offer.svelte-1elxaub{font-weight:500}.phone-number.svelte-1elxaub{font-weight:500;color:#fff;text-decoration:none;transition:opacity .3s}.phone-number.svelte-1elxaub:hover{opacity:.8;text-decoration:underline}.phone-separator.svelte-1elxaub{margin:0 .5rem;opacity:.5}.language-selector.svelte-1elxaub{background:#fff3;color:#fff;border:1px solid rgba(255,255,255,.3);padding:.375rem .75rem;border-radius:4px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .3s;outline:none}.language-selector.svelte-1elxaub:hover{background:#ffffff4d;border-color:#ffffff80}.language-selector.svelte-1elxaub option:where(.svelte-1elxaub){background:var(--color-primary);color:#fff}header.svelte-1elxaub{background:var(--bg-primary);box-shadow:0 2px 8px #0000000f;position:sticky;top:0;z-index:100}header.svelte-1elxaub>.container:where(.svelte-1elxaub){display:flex;justify-content:space-between;align-items:center;padding:20px 2rem;gap:2rem}.logo.svelte-1elxaub a:where(.svelte-1elxaub){display:flex;align-items:center;text-decoration:none}.logo-img.svelte-1elxaub{height:80px;width:auto;object-fit:contain}.search-bar.svelte-1elxaub{flex:1;max-width:500px;display:flex;align-items:center;background:#fff;border:1px solid #e8e8e8;border-radius:50px;padding:0 3px 0 16px;gap:12px;transition:all .3s}.search-bar.svelte-1elxaub:focus-within{border-color:var(--color-text);box-shadow:0 0 0 3px #18212a14}.search-icon.svelte-1elxaub{color:#9ca3af;flex-shrink:0}.search-bar.svelte-1elxaub input:where(.svelte-1elxaub){flex:1;border:none;padding:12px 0;font-size:.9375rem;outline:none;background:transparent}.search-bar.svelte-1elxaub input:where(.svelte-1elxaub)::placeholder{color:#9ca3af}.search-btn.svelte-1elxaub{background:transparent;color:var(--color-primary);border:1px solid transparent;padding:7px 16px;font-weight:600;cursor:pointer;transition:all .25s ease;font-size:.9375rem;border-radius:6px;flex-shrink:0;margin:0}.search-btn.svelte-1elxaub:hover{background:var(--color-primary);border:1px solid var(--color-primary);color:#fff;border-radius:50px;transform:none!important}.header-actions.svelte-1elxaub{display:flex;gap:1rem;align-items:center}.action-btn.svelte-1elxaub{background:transparent;border:none;display:flex;align-items:center;gap:.5rem;color:var(--color-text);cursor:pointer;padding:8px 12px;border-radius:var(--border-radius-sm);transition:all .3s}.action-btn.svelte-1elxaub:hover{background:var(--bg-secondary);transform:none;box-shadow:none}.cart-btn.svelte-1elxaub{background:var(--color-primary);color:#fff;border:none;display:flex;align-items:center;gap:10px;padding:10px 20px;border-radius:50px;cursor:pointer;position:relative;transition:all .3s;font-size:.9375rem;font-weight:600}.cart-btn.svelte-1elxaub:hover{background:#b82438;transform:translateY(-2px);box-shadow:0 4px 12px #d42f4a4d}.cart-btn.svelte-1elxaub svg:where(.svelte-1elxaub){width:20px;height:20px;flex-shrink:0}.cart-total.svelte-1elxaub{font-size:.9375rem;font-weight:700}.cart-badge.svelte-1elxaub{position:absolute;top:-5px;right:-5px;background:#fbbf24;color:var(--color-text);width:22px;height:22px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;border:2px solid white}.navbar.svelte-1elxaub{border-top:1px solid var(--border-color);padding:0}.navbar.svelte-1elxaub .container:where(.svelte-1elxaub){display:flex;justify-content:space-between;align-items:center;padding:0 2rem}.nav-menu.svelte-1elxaub{display:flex;gap:2.5rem}.nav-link.svelte-1elxaub{color:var(--color-text);text-decoration:none;padding:18px 0;font-weight:500;font-size:.95rem;transition:color .3s;border-bottom:3px solid transparent;display:inline-block}.nav-link.svelte-1elxaub:hover,.nav-link.active.svelte-1elxaub{color:var(--color-primary);border-bottom-color:var(--color-primary)}.nav-delivery.svelte-1elxaub{display:flex;align-items:center;gap:.75rem;padding:18px 0;color:var(--color-text);font-size:.9rem}.nav-delivery.svelte-1elxaub svg:where(.svelte-1elxaub){color:var(--color-primary)}.user-menu-wrapper.svelte-1elxaub{position:relative}.user-btn.svelte-1elxaub{font-weight:600}.user-dropdown.svelte-1elxaub{position:absolute;top:calc(100% + .5rem);right:0;background:#fff;border-radius:var(--border-radius-sm);box-shadow:0 8px 24px #0000001f;min-width:220px;z-index:1000;animation:svelte-1elxaub-slideDown .2s ease}@keyframes svelte-1elxaub-slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.dropdown-item.svelte-1elxaub{display:flex;align-items:center;gap:.75rem;padding:.875rem 1rem;color:var(--color-text);text-decoration:none;width:100%;border:none;background:transparent;cursor:pointer;font-size:.9375rem;transition:background .2s;text-align:left}.dropdown-item.svelte-1elxaub:first-child{border-radius:var(--border-radius-sm) var(--border-radius-sm) 0 0}.dropdown-item.svelte-1elxaub:last-child{border-radius:0 0 var(--border-radius-sm) var(--border-radius-sm)}.dropdown-item.svelte-1elxaub:hover{background:var(--bg-secondary)}.dropdown-item.svelte-1elxaub svg:where(.svelte-1elxaub){color:var(--color-text-light)}.dropdown-divider.svelte-1elxaub{height:1px;background:var(--border-color);margin:.5rem 0}.logout-btn.svelte-1elxaub{color:var(--color-primary);font-weight:600}.logout-btn.svelte-1elxaub svg:where(.svelte-1elxaub){color:var(--color-primary)}.browse-categories.svelte-1elxaub{display:flex;align-items:center;gap:.5rem;font-weight:600!important}.browse-categories.svelte-1elxaub svg:where(.svelte-1elxaub){width:18px;height:18px}.nav-separator.svelte-1elxaub{color:var(--color-text-light);opacity:.3;display:inline-block;line-height:1;font-weight:300;margin-top:auto;margin-bottom:auto;padding-bottom:4px;font-size:20px}.container.svelte-1elxaub{max-width:1400px;margin:0 auto;padding:0 2rem}@media(max-width:1024px){.search-bar.svelte-1elxaub{max-width:350px}.nav-menu.svelte-1elxaub{gap:1.5rem}}@media(max-width:768px){.topbar.svelte-1elxaub .container:where(.svelte-1elxaub){flex-direction:column;gap:.5rem;text-align:center}.topbar-center.svelte-1elxaub{order:-1}header.svelte-1elxaub>.container:where(.svelte-1elxaub){flex-direction:column;gap:1rem}.logo.svelte-1elxaub a:where(.svelte-1elxaub){flex-direction:column;align-items:center}.search-bar.svelte-1elxaub{max-width:100%;width:100%}.header-actions.svelte-1elxaub{width:100%;justify-content:space-between}.navbar.svelte-1elxaub .container:where(.svelte-1elxaub){flex-direction:column;gap:1rem;padding:1rem 2rem}.nav-menu.svelte-1elxaub{flex-wrap:wrap;justify-content:center;gap:1rem}.nav-delivery.svelte-1elxaub{font-size:.85rem}.browse-categories.svelte-1elxaub svg:where(.svelte-1elxaub){width:16px;height:16px}.nav-separator.svelte-1elxaub{padding:0 .25rem}}.sidebar-overlay.svelte-1elxaub{position:fixed;inset:0;background:#00000080;z-index:9998;animation:svelte-1elxaub-fadeIn .3s ease}@keyframes svelte-1elxaub-fadeIn{0%{opacity:0}to{opacity:1}}.categories-sidebar.svelte-1elxaub{position:fixed;top:0;left:0;bottom:0;width:320px;background:#fff;z-index:9999;box-shadow:4px 0 20px #00000026;display:flex;flex-direction:column;animation:svelte-1elxaub-slideInLeft .3s ease}@keyframes svelte-1elxaub-slideInLeft{0%{transform:translate(-100%)}to{transform:translate(0)}}.sidebar-header.svelte-1elxaub{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;border-bottom:1px solid var(--border-color);background:var(--bg-secondary)}.sidebar-header.svelte-1elxaub h2:where(.svelte-1elxaub){margin:0;font-size:1.25rem;font-weight:700;color:var(--color-text)}.sidebar-close.svelte-1elxaub{background:transparent;border:none;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:background .2s;color:var(--color-text)}.sidebar-close.svelte-1elxaub:hover{background:#0000000d}.sidebar-close.svelte-1elxaub svg:where(.svelte-1elxaub){width:24px;height:24px}.sidebar-content.svelte-1elxaub{flex:1;overflow-y:auto;padding:.5rem 0}.sidebar-content.svelte-1elxaub::-webkit-scrollbar{width:8px}.sidebar-content.svelte-1elxaub::-webkit-scrollbar-track{background:#f1f1f1}.sidebar-content.svelte-1elxaub::-webkit-scrollbar-thumb{background:silver;border-radius:4px}.sidebar-content.svelte-1elxaub::-webkit-scrollbar-thumb:hover{background:#a0a0a0}.sidebar-category-item.svelte-1elxaub{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;color:var(--color-text);text-decoration:none;transition:all .2s;cursor:pointer}.sidebar-category-item.svelte-1elxaub:hover{background:var(--bg-secondary);padding-left:1.75rem}.sidebar-category-item.svelte-1elxaub .category-name:where(.svelte-1elxaub){font-size:.9375rem;font-weight:500}.sidebar-category-item.svelte-1elxaub svg:where(.svelte-1elxaub){color:var(--color-text-light);opacity:0;transition:opacity .2s}.sidebar-category-item.svelte-1elxaub:hover svg:where(.svelte-1elxaub){opacity:1}.category-divider.svelte-1elxaub{height:1px;background:var(--border-color);margin:0 1.5rem}@media(max-width:768px){.categories-sidebar.svelte-1elxaub{width:280px}.sidebar-header.svelte-1elxaub{padding:1.25rem 1rem}.sidebar-header.svelte-1elxaub h2:where(.svelte-1elxaub){font-size:1.125rem}.sidebar-category-item.svelte-1elxaub{padding:.875rem 1rem}.sidebar-category-item.svelte-1elxaub:hover{padding-left:1.25rem}.category-divider.svelte-1elxaub{margin:0 1rem}}.overlay.svelte-40g7mm{position:fixed;inset:0;background:#00000080;z-index:200;animation:svelte-40g7mm-fadeIn .2s ease}@keyframes svelte-40g7mm-fadeIn{0%{opacity:0}to{opacity:1}}.cart-panel.svelte-40g7mm{position:fixed;top:0;right:0;bottom:0;width:420px;background:var(--bg-primary);box-shadow:-4px 0 12px #00000026;z-index:201;display:flex;flex-direction:column;animation:svelte-40g7mm-slideIn .3s ease}@keyframes svelte-40g7mm-slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}.cart-header.svelte-40g7mm{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid var(--border-color);background:var(--bg-light)}.cart-header.svelte-40g7mm h2:where(.svelte-40g7mm){margin:0;color:var(--color-primary);font-size:1.5rem}.close-btn.svelte-40g7mm{background:none;border:none;font-size:1.75rem;cursor:pointer;color:var(--color-text-light);transition:color .2s;padding:.25rem;width:36px;height:36px;display:flex;align-items:center;justify-content:center}.close-btn.svelte-40g7mm:hover{color:var(--color-accent)}.cart-content.svelte-40g7mm{flex:1;overflow-y:auto;padding:1.25rem;background:var(--bg-secondary)}.empty.svelte-40g7mm{text-align:center;color:var(--color-text-light);padding:3rem 2rem}.cart-item.svelte-40g7mm{border:1px solid var(--border-color);border-radius:var(--border-radius);padding:1.25rem;margin-bottom:1rem;background:var(--bg-primary);transition:all .2s ease}.cart-item.svelte-40g7mm:hover{box-shadow:0 2px 8px #0000000f}.item-info.svelte-40g7mm h4:where(.svelte-40g7mm){margin:0 0 .75rem;color:var(--color-primary);font-weight:600}.price.svelte-40g7mm{color:var(--color-primary);font-weight:700;margin:0;font-size:1.1rem}.item-actions.svelte-40g7mm{display:flex;gap:.75rem;margin-top:.75rem;align-items:center}.quantity-controls.svelte-40g7mm{display:flex;align-items:center;gap:.5rem;background:#fff;border:1px solid var(--border-color);border-radius:var(--border-radius);padding:.25rem}.quantity-controls.svelte-40g7mm button:where(.svelte-40g7mm){width:28px;height:28px;border:none;background:none;cursor:pointer;font-size:1rem;display:flex;align-items:center;justify-content:center;border-radius:4px}.quantity-controls.svelte-40g7mm button:where(.svelte-40g7mm):hover{background:var(--bg-secondary)}.quantity-controls.svelte-40g7mm span:where(.svelte-40g7mm){min-width:24px;text-align:center;font-weight:500}.item-total.svelte-40g7mm{font-weight:700;color:var(--color-primary);margin-top:.5rem;font-size:1.1rem}.remove-btn.svelte-40g7mm{background:var(--color-accent);color:#fff;border:none;padding:.5rem 1rem;border-radius:var(--border-radius);cursor:pointer;font-weight:500;transition:all .2s ease}.remove-btn.svelte-40g7mm:hover{background:#d42f4a}.cart-footer.svelte-40g7mm{border-top:1px solid var(--border-color);padding:1.5rem;background:var(--bg-primary)}.total.svelte-40g7mm{display:flex;justify-content:space-between;font-size:1.35rem;margin-bottom:1.25rem;color:var(--color-primary)}.checkout-btn.svelte-40g7mm{width:100%;background:var(--color-primary);color:#fff;border:none;padding:1rem;border-radius:var(--border-radius);font-weight:600;font-size:1rem;cursor:pointer;margin-bottom:.75rem;transition:all .2s ease}.checkout-btn.svelte-40g7mm:hover:not(:disabled){background:var(--color-secondary);transform:translateY(-1px)}.checkout-btn.svelte-40g7mm:disabled{opacity:.5;cursor:not-allowed}.error-message.svelte-40g7mm{background:#fee2e2;color:#991b1b;padding:.75rem;border-radius:var(--border-radius);font-size:.875rem;margin-bottom:1rem}.auth-required.svelte-40g7mm{text-align:center;color:var(--color-text-light);font-size:.875rem;margin:.75rem 0}.clear-btn.svelte-40g7mm{width:100%;background:transparent;color:var(--color-text);border:1px solid var(--border-color);padding:.75rem;border-radius:var(--border-radius);cursor:pointer;font-weight:500;transition:all .2s ease}.clear-btn.svelte-40g7mm:hover{background:var(--bg-secondary);border-color:var(--color-primary);color:var(--color-primary)}@media(max-width:768px){.cart-panel.svelte-40g7mm{width:100%;max-width:100%}}.modal-overlay.svelte-1y960i6{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;animation:svelte-1y960i6-fadeIn .2s ease}@keyframes svelte-1y960i6-fadeIn{0%{opacity:0}to{opacity:1}}.modal-content.svelte-1y960i6{background:#fff;border-radius:16px;padding:2.5rem;max-width:480px;width:90%;max-height:90vh;overflow-y:auto;position:relative;animation:svelte-1y960i6-slideUp .3s ease;box-shadow:0 20px 60px #0000004d}@keyframes svelte-1y960i6-slideUp{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}.close-btn.svelte-1y960i6{position:absolute;top:1.5rem;right:1.5rem;background:transparent;border:none;font-size:1.5rem;cursor:pointer;color:var(--color-text-light);width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s;padding:0}.close-btn.svelte-1y960i6:hover{background:var(--bg-secondary);color:var(--color-text);transform:none;box-shadow:none}.modal-header.svelte-1y960i6{text-align:center;margin-bottom:2rem}.icon-wrapper.svelte-1y960i6{width:56px;height:56px;background:var(--color-primary);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.icon-wrapper.svelte-1y960i6 svg:where(.svelte-1y960i6){color:#fff}.modal-header.svelte-1y960i6 h2:where(.svelte-1y960i6){font-size:1.75rem;font-weight:700;color:var(--color-text);margin:0 0 .5rem}.subtitle.svelte-1y960i6{color:var(--color-text-light);font-size:.9375rem;margin:0}.form-group.svelte-1y960i6{margin-bottom:1.25rem}label.svelte-1y960i6{display:block;font-weight:600;color:var(--color-text);margin-bottom:.5rem;font-size:.9375rem}.input-wrapper.svelte-1y960i6{position:relative;display:flex;align-items:center}.input-wrapper.svelte-1y960i6 svg:where(.svelte-1y960i6){position:absolute;left:1rem;color:var(--color-text-muted);pointer-events:none}input.svelte-1y960i6{width:100%;padding:.875rem 1rem .875rem 3rem;border:2px solid var(--border-color);border-radius:var(--border-radius-sm);font-size:.9375rem;transition:all .3s;font-family:inherit}input.svelte-1y960i6:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 4px #d42f4a1a}input.svelte-1y960i6::placeholder{color:var(--color-text-muted)}.submit-btn.svelte-1y960i6{width:100%;padding:1rem;background:var(--color-primary);color:#fff;border:none;border-radius:var(--border-radius-sm);font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s;display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:1.5rem}.submit-btn.svelte-1y960i6:hover{background:#b82438;transform:translateY(-2px);box-shadow:0 8px 20px #d42f4a4d}.modal-footer.svelte-1y960i6{text-align:center;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--border-color)}.modal-footer.svelte-1y960i6 p:where(.svelte-1y960i6){color:var(--color-text-light);font-size:.9375rem;margin:0}.toggle-btn.svelte-1y960i6{background:none;border:none;color:var(--color-primary);font-weight:600;cursor:pointer;padding:0;font-size:.9375rem;transition:color .2s}.toggle-btn.svelte-1y960i6:hover{text-decoration:underline;transform:none;box-shadow:none}.error-message.svelte-1y960i6{background:#fee;border:1px solid #fcc;color:#c33;padding:.875rem 1rem;border-radius:var(--border-radius-sm);font-size:.875rem;display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.error-message.svelte-1y960i6 svg:where(.svelte-1y960i6){flex-shrink:0}.submit-btn.svelte-1y960i6:disabled{opacity:.6;cursor:not-allowed}.spinner.svelte-1y960i6{width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:svelte-1y960i6-spin .6s linear infinite}@keyframes svelte-1y960i6-spin{to{transform:rotate(360deg)}}@media(max-width:768px){.modal-content.svelte-1y960i6{padding:2rem 1.5rem}}.product-card.svelte-11ja2cl{background:#fff;border:1px solid #e8e8e8;border-radius:16px;overflow:hidden;transition:all .3s ease;position:relative;display:flex;flex-direction:column;height:100%}.product-card.svelte-11ja2cl:hover{transform:translateY(-3px);box-shadow:0 4px 16px #00000014;border-color:#d0d0d0}.product-link.svelte-11ja2cl{display:block;text-decoration:none}.product-image-wrapper.svelte-11ja2cl{width:100%;aspect-ratio:1 / 1;background:#fff;display:flex;align-items:center;justify-content:center;padding:.5rem;overflow:hidden}.product-image.svelte-11ja2cl{width:100%;height:100%;object-fit:contain;transition:transform .3s ease}.product-card.svelte-11ja2cl:hover .product-image:where(.svelte-11ja2cl){transform:scale(1.08)}.product-image-placeholder.svelte-11ja2cl{width:100%;height:100%;background:linear-gradient(135deg,#f5f5f5,#ececec);border-radius:8px}.product-content.svelte-11ja2cl{padding:0 1rem .5rem;display:flex;flex-direction:column;gap:.25rem;flex:1;justify-content:flex-end}.product-category.svelte-11ja2cl{font-size:.8125rem;color:#999;letter-spacing:.3px;font-weight:400}.product-name-link.svelte-11ja2cl{text-decoration:none;color:inherit}.product-name.svelte-11ja2cl{font-size:1rem;font-weight:600;color:#1a1a1a;margin:0;line-height:1.4;min-height:2.8em;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;transition:color .3s}.product-name-link.svelte-11ja2cl:hover .product-name:where(.svelte-11ja2cl){color:var(--color-primary)}.product-footer.svelte-11ja2cl{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:.5rem}.product-price.svelte-11ja2cl{display:flex;align-items:center;gap:.625rem}.price-current.svelte-11ja2cl{font-size:1.125rem;font-weight:700;color:var(--color-primary)}.add-to-cart-btn.svelte-11ja2cl{width:40px;height:40px;background:#f5f5f5;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;padding:0;flex-shrink:0}.add-to-cart-btn.svelte-11ja2cl svg:where(.svelte-11ja2cl){color:#333;transition:color .3s}.add-to-cart-btn.svelte-11ja2cl:hover{background:var(--color-primary);border-color:var(--color-primary);transform:translateY(-2px);box-shadow:0 4px 12px #d42f4a40}.add-to-cart-btn.svelte-11ja2cl:hover svg:where(.svelte-11ja2cl){color:#fff}.login-required.svelte-11ja2cl{font-size:.8125rem;color:var(--color-text-light);font-style:italic;margin:0;text-align:center;width:100%}@media(max-width:768px){.product-image-wrapper.svelte-11ja2cl{height:180px}.product-content.svelte-11ja2cl{padding:1rem}.product-name.svelte-11ja2cl{font-size:.875rem}.price-current.svelte-11ja2cl{font-size:1rem}}.sidebar-product.svelte-agcl24{display:flex;gap:.875rem;align-items:center;padding:.5rem 0;text-decoration:none;color:inherit;transition:opacity .2s ease}.sidebar-product.svelte-agcl24:hover{opacity:.8}.sidebar-product.svelte-agcl24 img:where(.svelte-agcl24){width:55px;height:55px;object-fit:contain;background:#fafafa;border-radius:6px;padding:.375rem;border:1px solid #f0f0f0;flex-shrink:0}.sidebar-product-placeholder.svelte-agcl24{width:55px;height:55px;background:#f5f5f5;border-radius:6px;flex-shrink:0}.sidebar-product-info.svelte-agcl24{flex:1;min-width:0}.sidebar-product-info.svelte-agcl24 h4:where(.svelte-agcl24){font-size:.8125rem;font-weight:600;color:#1a1a1a;margin:0 0 .25rem;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.sidebar-product.svelte-agcl24:hover h4:where(.svelte-agcl24){color:var(--color-primary)}.sidebar-price.svelte-agcl24{display:flex;gap:.5rem;align-items:center}.price-current.svelte-agcl24{font-size:.875rem;font-weight:700;color:var(--color-primary)}.login-required-text.svelte-agcl24{font-size:.75rem;color:var(--color-text-light);font-style:italic;margin:0}.container.svelte-et6md{max-width:1400px;margin:0 auto;padding:0 2rem}.hero-section.svelte-et6md{background:var(--bg-secondary);padding:40px 0}.hero-layout.svelte-et6md{display:grid;grid-template-columns:1fr 320px;gap:2rem;align-items:stretch;min-height:450px}.hero-main.svelte-et6md{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;background-image:linear-gradient(135deg,#f0f8f426,#e8f5e91a),url(/assets/hero-section-CQ384u5P.webp);background-size:cover;background-position:center;background-repeat:no-repeat;border-radius:12px;padding:3rem;position:relative;overflow:hidden;min-height:400px}.hero-images-center.svelte-et6md{position:absolute;right:0;top:50%;transform:translateY(-50%);width:50%;height:100%;pointer-events:none}.hero-content.svelte-et6md{position:relative;z-index:2;max-width:650px}.hero-tag.svelte-et6md{color:var(--color-primary);font-size:1rem;font-weight:600;display:inline-block;margin-bottom:1rem}.hero-title.svelte-et6md{font-size:3.5rem;font-weight:700;color:var(--color-text);margin-bottom:1.5rem;line-height:1.1}.hero-description.svelte-et6md{font-size:1rem;color:var(--color-text-light);margin-bottom:1.25rem;line-height:1.7}.hero-btn.svelte-et6md{background:var(--color-primary);color:#fff;padding:16px 40px;border-radius:50px;font-size:1rem;font-weight:600;border:none;cursor:pointer;transition:all .3s}.hero-btn.svelte-et6md:hover{background:#b82438;transform:translateY(-2px);box-shadow:0 8px 20px #d42f4a4d}.promo-cards.svelte-et6md{display:flex;flex-direction:column;gap:1.5rem;height:100%}.promo-card.svelte-et6md{padding:2rem 1.5rem;border-radius:16px;color:#fff;position:relative;overflow:hidden;flex:1;display:flex;flex-direction:column;justify-content:space-between;background-size:cover;background-position:center}.promo-orange.svelte-et6md{background:#54bac4;box-shadow:0 8px 24px #54bac440}.promo-green.svelte-et6md{background:linear-gradient(135deg,#d42f4af2,#b82438f2);box-shadow:0 8px 24px #d42f4a40}.promo-discount.svelte-et6md{font-size:1.25rem;font-weight:700;display:inline-block;margin-bottom:.75rem;padding:.25rem 0;letter-spacing:.5px}.promo-card.svelte-et6md h3:where(.svelte-et6md){font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:.5rem;line-height:1.2}.promo-card.svelte-et6md p:where(.svelte-et6md){font-size:.875rem;opacity:.95;margin-bottom:1rem}.promo-btn.svelte-et6md{background:#fff3;color:#fff;border:1px solid rgba(255,255,255,.4);padding:.5rem 1rem;border-radius:6px;font-weight:600;font-size:.875rem;cursor:pointer;transition:all .3s ease;backdrop-filter:blur(10px);align-self:flex-start}.promo-btn.svelte-et6md:hover{background:#fff;color:var(--color-primary);transform:translate(4px)}.services-section.svelte-et6md{padding:80px 0;background:#fff}.services-grid.svelte-et6md{display:grid;grid-template-columns:repeat(4,1fr);gap:3rem}.service-item.svelte-et6md{text-align:center}.service-icon.svelte-et6md{width:80px;height:80px;margin:0 auto 1.5rem;border-radius:50%;background:var(--bg-pink-light);display:flex;align-items:center;justify-content:center;color:var(--color-primary);position:relative}.icon-badge.svelte-et6md{position:absolute;top:0;right:0;background:var(--color-primary);color:#fff;width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700}.service-item.svelte-et6md h4:where(.svelte-et6md){font-size:1.125rem;font-weight:600;color:var(--color-text);margin-bottom:.75rem}.service-item.svelte-et6md p:where(.svelte-et6md){font-size:.95rem;color:var(--color-text-light);line-height:1.6}.category-section.svelte-et6md{padding:80px 0;background:var(--bg-secondary)}.section-title.svelte-et6md{text-align:center;font-size:2.5rem;font-weight:700;color:var(--color-text);margin-bottom:3rem}.categories-grid.svelte-et6md{display:grid;grid-template-columns:repeat(6,1fr);gap:2rem}.category-card.svelte-et6md{text-align:center;cursor:pointer;transition:transform .3s}.category-card.svelte-et6md:hover{transform:translateY(-5px)}.category-image.svelte-et6md{width:140px;height:140px;margin:0 auto 1rem;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #00000014;transition:box-shadow .3s}.category-card.svelte-et6md:hover .category-image:where(.svelte-et6md){box-shadow:0 8px 24px #0000001f}.category-placeholder.svelte-et6md{width:100%;height:100%;background:linear-gradient(135deg,#f0f8f4,#e8f5e9);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:3rem;font-weight:700;color:var(--color-primary)}.category-card.svelte-et6md h4:where(.svelte-et6md){font-size:1rem;font-weight:600;color:var(--color-text)}.main-content-section.svelte-et6md{padding:80px 0;background:#fff}.two-column-layout.svelte-et6md{display:grid;grid-template-columns:280px 1fr;gap:2rem}.content-sidebar.svelte-et6md{display:flex;flex-direction:column;gap:2rem}.special-menu-card.svelte-et6md{background:linear-gradient(135deg,#000c,#000000e6),url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200"><rect fill="%23333" width="200" height="200"/></svg>');background-size:cover;background-position:center;padding:2rem 1.5rem;border-radius:12px;color:#fff;position:relative;overflow:hidden}.special-badge.svelte-et6md{background:var(--color-accent);color:#fff;padding:.4rem 1rem;border-radius:20px;font-size:.75rem;font-weight:600;display:inline-block;margin-bottom:1rem}.special-menu-card.svelte-et6md h2:where(.svelte-et6md){font-size:2rem;font-weight:700;color:#fff;margin-bottom:.5rem}.menu-subtitle.svelte-et6md{color:#ffffffe6;font-size:.95rem;margin-bottom:1.5rem}.menu-btn.svelte-et6md{background:var(--color-primary);color:#fff;border:none;padding:12px 28px;border-radius:50px;font-weight:600;cursor:pointer;transition:all .3s}.menu-btn.svelte-et6md:hover{background:#b82438;transform:translateY(-2px)}.sidebar-section.svelte-et6md{background:#fff;padding:1.25rem;border-radius:8px;border:1px solid #e8e8e8}.sidebar-title.svelte-et6md{font-size:1rem;font-weight:700;color:#1a1a1a;margin-bottom:1rem;padding-bottom:.875rem;border-bottom:1px solid #f0f0f0;display:flex;justify-content:space-between;align-items:center}.nav-arrows.svelte-et6md{display:flex;gap:.375rem}.arrow-btn.svelte-et6md{background:transparent;border:1px solid #e0e0e0;width:26px;height:26px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#999;font-size:.75rem;padding:0;transition:all .3s}.arrow-btn.svelte-et6md:hover{background:var(--color-primary);border-color:var(--color-primary);color:#fff;transform:none;box-shadow:none}.sidebar-products.svelte-et6md{display:flex;flex-direction:column;gap:.875rem}.deals-section.svelte-et6md{background:#fff}.deal-product.svelte-et6md{display:flex;flex-direction:column;gap:1rem}.deal-product.svelte-et6md img:where(.svelte-et6md){width:100%;height:140px;object-fit:contain;background:#fafafa;border-radius:8px;padding:1rem}.deal-info.svelte-et6md{display:flex;flex-direction:column;gap:.5rem}.deal-category.svelte-et6md{font-size:.7rem;color:var(--color-text-muted);text-transform:uppercase}.deal-info.svelte-et6md h4:where(.svelte-et6md){font-size:.95rem;font-weight:600;color:var(--color-text);margin:0}.deal-price.svelte-et6md{display:flex;gap:.5rem;align-items:center;margin:.5rem 0}.deal-login-required.svelte-et6md{font-size:.75rem;color:var(--color-text-light);font-style:italic;margin:.5rem 0}.countdown.svelte-et6md{display:grid;grid-template-columns:repeat(4,1fr);gap:.5rem;margin-top:1rem}.countdown-item.svelte-et6md{display:flex;flex-direction:column;align-items:center;background:#f8f9fa;padding:.75rem .5rem;border-radius:8px}.countdown-item.svelte-et6md .count:where(.svelte-et6md){font-size:1.25rem;font-weight:700;color:var(--color-text)}.countdown-item.svelte-et6md .label:where(.svelte-et6md){font-size:.7rem;color:var(--color-text-muted);text-transform:uppercase}.main-content.svelte-et6md{display:flex;flex-direction:column;gap:3.5rem}.section-header.svelte-et6md{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;margin-bottom:2rem}.section-header.svelte-et6md .section-title:where(.svelte-et6md){text-align:left;margin-bottom:0;font-size:2rem;font-weight:700;color:#1a1a1a}.filter-tabs.svelte-et6md{display:flex;gap:1.5rem;flex-wrap:wrap;align-items:center}.tab.svelte-et6md{background:transparent;border:none;color:#666;padding:6px 0;font-size:.9375rem;font-weight:500;cursor:pointer;transition:all .3s;border-bottom:2px solid transparent}.tab.svelte-et6md:hover{color:var(--color-primary);transform:none;box-shadow:none}.tab.active.svelte-et6md{color:var(--color-primary);border-bottom-color:var(--color-primary)}.products-grid-4.svelte-et6md{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.good-people-section.svelte-et6md{margin:0}.good-people-card.svelte-et6md{background:url(/assets/votre-grossiste-DEaovO0i.webp);background-size:cover;background-position:center;background-repeat:no-repeat;border:1px solid #e8e8e8;border-radius:16px;padding:3rem;display:flex;align-items:center;justify-content:flex-start;position:relative;overflow:hidden;min-height:400px}.good-tag.svelte-et6md{color:var(--color-primary);font-size:.875rem;font-weight:600;display:inline-block;margin-bottom:.875rem}.good-people-content.svelte-et6md{width:70%;text-align:left;position:relative;z-index:2}.good-people-content.svelte-et6md h2:where(.svelte-et6md){font-size:2.25rem;font-weight:700;color:#1a1a1a;margin-bottom:1.25rem;line-height:1.3}.good-people-content.svelte-et6md p:where(.svelte-et6md){font-size:.9375rem;color:#666;line-height:1.7;margin-bottom:.875rem}@media(max-width:1200px){.hero-layout.svelte-et6md{grid-template-columns:1fr}.promo-cards.svelte-et6md{flex-direction:row}.categories-grid.svelte-et6md{grid-template-columns:repeat(3,1fr)}.services-grid.svelte-et6md{grid-template-columns:repeat(2,1fr)}.two-column-layout.svelte-et6md{grid-template-columns:1fr}.products-grid-4.svelte-et6md{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.hero-title.svelte-et6md{font-size:2.5rem}.services-grid.svelte-et6md{grid-template-columns:1fr;gap:2rem}.categories-grid.svelte-et6md,.products-grid-4.svelte-et6md{grid-template-columns:repeat(2,1fr)}.good-people-card.svelte-et6md{padding:2rem}.filter-tabs.svelte-et6md{width:100%;justify-content:center}}.promo-banner.svelte-et6md{margin:0}.promo-banner-content.svelte-et6md{background:url(/assets/image-fruits-6NYO-x5K.webp);background-size:cover;background-position:center;background-repeat:no-repeat;border-radius:16px;padding:3rem;display:flex;align-items:center;justify-content:space-between;position:relative;overflow:hidden;min-height:300px}.promo-banner-text.svelte-et6md{position:relative;z-index:2;margin-left:auto;text-align:right;color:var(--color-text)}.promo-banner-text.svelte-et6md h2:where(.svelte-et6md){font-size:3rem;font-weight:700;color:var(--color-text);margin-bottom:1rem;line-height:1.1}.promo-tagline.svelte-et6md{font-size:1.125rem;color:var(--color-text);margin-bottom:2rem}.promo-shop-btn.svelte-et6md{background:var(--color-primary);color:#fff;padding:14px 36px;border-radius:50px;font-size:1rem;font-weight:600;border:none;cursor:pointer;transition:all .3s}.promo-shop-btn.svelte-et6md:hover{background:#b82438;transform:translateY(-2px);box-shadow:0 8px 20px #d42f4a4d}.brands-only-section.svelte-et6md{margin:0;background:#fff}.brands-grid.svelte-et6md{display:grid;grid-template-columns:repeat(6,1fr);gap:1.5rem}.brand-card.svelte-et6md{background:#fff;border:1px solid #e8e8e8;border-radius:12px;padding:2rem 1rem;display:flex;align-items:center;justify-content:center;transition:all .3s;cursor:pointer;min-height:120px}.brand-card.svelte-et6md:hover{border-color:var(--color-primary);transform:translateY(-3px);box-shadow:0 4px 12px #d42f4a1a}.brand-logo.svelte-et6md{display:flex;align-items:center;justify-content:center;opacity:.8;transition:opacity .3s;width:100%}.brand-logo.svelte-et6md img:where(.svelte-et6md){max-width:100px;width:100%;height:auto;object-fit:contain}.brand-card.svelte-et6md:hover .brand-logo:where(.svelte-et6md){opacity:1}@media(max-width:1024px){.brands-grid.svelte-et6md{grid-template-columns:repeat(3,1fr)}.promo-banner-text.svelte-et6md h2:where(.svelte-et6md){font-size:2rem}}@media(max-width:768px){.hero-layout.svelte-et6md,.two-column-layout.svelte-et6md{grid-template-columns:1fr;gap:2rem}.categories-grid.svelte-et6md,.products-grid-4.svelte-et6md{grid-template-columns:repeat(2,1fr)}.good-people-card.svelte-et6md{grid-template-columns:1fr}.filter-tabs.svelte-et6md{width:100%;justify-content:center}.brands-grid.svelte-et6md{grid-template-columns:repeat(2,1fr)}.promo-banner-content.svelte-et6md{padding:2rem}.promo-banner-text.svelte-et6md{text-align:center;margin-left:0}}@media(max-width:480px){.products-grid-4.svelte-et6md{grid-template-columns:1fr}.promo-cards.svelte-et6md{flex-direction:column}.brands-grid.svelte-et6md{grid-template-columns:1fr}}.protected-message.svelte-pbowfp{display:flex;align-items:center;justify-content:center;min-height:60vh;padding:2rem}.message-content.svelte-pbowfp{text-align:center;max-width:400px}.message-content.svelte-pbowfp svg:where(.svelte-pbowfp){color:var(--color-primary);margin-bottom:1.5rem}.message-content.svelte-pbowfp h2:where(.svelte-pbowfp){font-size:1.75rem;font-weight:700;color:var(--color-text);margin:0 0 1rem}.message-content.svelte-pbowfp p:where(.svelte-pbowfp){color:var(--color-text-light);font-size:1rem;margin:0 0 2rem}.login-btn.svelte-pbowfp{background:var(--color-primary);color:#fff;border:none;padding:1rem 2rem;border-radius:var(--border-radius-sm);font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s}.login-btn.svelte-pbowfp:hover{background:#b82438;transform:translateY(-2px);box-shadow:0 8px 20px #d42f4a4d}.container.svelte-bj60gn{max-width:1400px;margin:0 auto;padding:0 2rem}.hero-section.svelte-bj60gn{background:var(--bg-secondary);padding:60px 0}.hero-content.svelte-bj60gn{max-width:800px}.hero-tag.svelte-bj60gn{color:var(--color-primary);font-size:1rem;font-weight:600;display:inline-block;margin-bottom:1rem}.hero-title.svelte-bj60gn{font-size:3rem;font-weight:700;color:var(--color-text);margin-bottom:1rem;line-height:1.2}.hero-description.svelte-bj60gn{font-size:1.125rem;color:var(--color-text-light);line-height:1.7}.orders-section.svelte-bj60gn{padding:80px 0;background:#fff;min-height:60vh}.loading-state.svelte-bj60gn{text-align:center;padding:4rem 2rem}.loading-spinner.svelte-bj60gn{width:50px;height:50px;margin:0 auto 1.5rem;border:4px solid var(--bg-secondary);border-top-color:var(--color-primary);border-radius:50%;animation:svelte-bj60gn-spin 1s linear infinite}@keyframes svelte-bj60gn-spin{to{transform:rotate(360deg)}}.loading-state.svelte-bj60gn p:where(.svelte-bj60gn){font-size:1.125rem;color:var(--color-text-light)}.empty-state.svelte-bj60gn{text-align:center;padding:4rem 2rem;max-width:500px;margin:0 auto}.empty-icon.svelte-bj60gn{width:120px;height:120px;margin:0 auto 2rem;border-radius:50%;background:var(--bg-secondary);display:flex;align-items:center;justify-content:center;color:var(--color-primary)}.empty-state.svelte-bj60gn h3:where(.svelte-bj60gn){font-size:1.75rem;font-weight:700;color:var(--color-text);margin-bottom:.75rem}.empty-state.svelte-bj60gn p:where(.svelte-bj60gn){font-size:1.125rem;color:var(--color-text-light);margin-bottom:2rem;line-height:1.6}.cta-btn.svelte-bj60gn{display:inline-block;background:var(--color-primary);color:#fff;padding:14px 32px;border-radius:50px;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s}.cta-btn.svelte-bj60gn:hover{background:#b82438;transform:translateY(-2px);box-shadow:0 8px 20px #18212a26}.cta-btn.svelte-bj60gn:focus{outline:none;box-shadow:0 0 0 3px #18212a14}.orders-toolbar.svelte-bj60gn{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding:1.25rem 1.5rem;background:#fff;border:1px solid #e8e8e8;border-radius:12px;gap:1rem;flex-wrap:wrap}.toolbar-left.svelte-bj60gn{display:flex;align-items:center}.results-count.svelte-bj60gn{font-size:.9375rem;font-weight:600;color:var(--color-text)}.toolbar-right.svelte-bj60gn{display:flex;align-items:center;gap:1.5rem}.sort-dropdown.svelte-bj60gn{display:flex;align-items:center;gap:.75rem}.sort-dropdown.svelte-bj60gn label:where(.svelte-bj60gn){font-size:.875rem;color:var(--color-text-light);font-weight:500}.sort-dropdown.svelte-bj60gn select:where(.svelte-bj60gn){padding:.5rem 2rem .5rem 1rem;border:1px solid #e8e8e8;border-radius:8px;font-size:.9375rem;color:var(--color-text);background:#fff;cursor:pointer;transition:all .3s;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center}.sort-dropdown.svelte-bj60gn select:where(.svelte-bj60gn):hover{border-color:var(--color-text)}.sort-dropdown.svelte-bj60gn select:where(.svelte-bj60gn):focus{outline:none;border-color:var(--color-text);box-shadow:0 0 0 3px #18212a14}.sort-order-btn.svelte-bj60gn{padding:.5rem;border:1px solid #e8e8e8;border-radius:8px;background:#fff;color:var(--color-text);cursor:pointer;transition:all .3s;display:flex;align-items:center;justify-content:center}.sort-order-btn.svelte-bj60gn:hover{border-color:var(--color-text);color:#fff;background:var(--color-text);box-shadow:none}.sort-order-btn.svelte-bj60gn:focus{outline:none;border-color:var(--color-text);box-shadow:0 0 0 3px #18212a14}.orders-grid.svelte-bj60gn{display:grid;grid-template-columns:1fr;gap:2rem}.order-card.svelte-bj60gn{background:#fff;border:1px solid #e8e8e8;border-radius:16px;padding:2rem;transition:all .3s}.order-card.svelte-bj60gn:hover{border-color:var(--color-text);box-shadow:0 8px 24px #18212a14;transform:translateY(-2px)}.order-header.svelte-bj60gn{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid #f0f0f0}.order-info.svelte-bj60gn{display:flex;flex-direction:column;gap:.5rem}.order-number.svelte-bj60gn{font-size:1.25rem;font-weight:700;color:var(--color-text);margin:0}.order-date.svelte-bj60gn{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--color-text-light)}.order-date.svelte-bj60gn svg:where(.svelte-bj60gn){opacity:.7}.state-badge.svelte-bj60gn{padding:.5rem 1rem;border-radius:50px;font-size:.8125rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.state-draft.svelte-bj60gn{background:#f3f4f6;color:#6b7280}.state-sent.svelte-bj60gn{background:#dbeafe;color:#2563eb}.state-sale.svelte-bj60gn{background:#fef3c7;color:#f59e0b}.state-done.svelte-bj60gn{background:#d1fae5;color:#059669}.state-cancel.svelte-bj60gn{background:#fee2e2;color:#dc2626}.order-summary.svelte-bj60gn{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:1.5rem}.summary-item.svelte-bj60gn{display:flex;flex-direction:column;gap:.5rem}.summary-label.svelte-bj60gn{font-size:.875rem;color:var(--color-text-light);font-weight:500}.summary-value.svelte-bj60gn{font-size:1.25rem;font-weight:700;color:var(--color-text)}.price-highlight.svelte-bj60gn{color:var(--color-primary)}.toggle-details-btn.svelte-bj60gn{width:100%;background:var(--bg-secondary);border:1px solid #e8e8e8;border-radius:8px;padding:1rem 1.25rem;display:flex;justify-content:space-between;align-items:center;cursor:pointer;font-size:.9375rem;font-weight:600;color:var(--color-text);transition:all .3s}.toggle-details-btn.svelte-bj60gn:hover{background:#f8f9fa;border-color:var(--color-text);box-shadow:none}.toggle-details-btn.svelte-bj60gn:focus{outline:none;border-color:var(--color-text);box-shadow:0 0 0 3px #18212a14}.toggle-details-btn.svelte-bj60gn .chevron:where(.svelte-bj60gn){transition:transform .3s}.toggle-details-btn.svelte-bj60gn .chevron.expanded:where(.svelte-bj60gn){transform:rotate(180deg)}.order-details.svelte-bj60gn{margin-top:1.5rem;border-top:1px solid #f0f0f0;padding-top:1.5rem}.details-header.svelte-bj60gn{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:1rem;padding:.75rem 1rem;background:var(--bg-secondary);border-radius:8px 8px 0 0;font-size:.8125rem;font-weight:700;color:var(--color-text);text-transform:uppercase;letter-spacing:.5px}.order-lines.svelte-bj60gn{border:1px solid #e8e8e8;border-top:none;border-radius:0 0 8px 8px}.order-line.svelte-bj60gn{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:1rem;padding:1rem;border-bottom:1px solid #f0f0f0;align-items:center;transition:background .2s}.order-line.svelte-bj60gn:last-child{border-bottom:none}.order-line.svelte-bj60gn:hover{background:#fafafa}.line-product.svelte-bj60gn{display:flex;align-items:center;gap:1rem}.product-placeholder.svelte-bj60gn{width:40px;height:40px;background:linear-gradient(135deg,#f0f8f4,#e8f5e9);border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:1.125rem;font-weight:700;color:var(--color-primary);flex-shrink:0}.product-name.svelte-bj60gn{font-size:.9375rem;color:var(--color-text);font-weight:500;line-height:1.4}.line-quantity.svelte-bj60gn,.line-price.svelte-bj60gn{font-size:.9375rem;color:var(--color-text-light);text-align:center}.line-total.svelte-bj60gn{font-size:1rem;font-weight:700;color:var(--color-primary);text-align:right}@media(max-width:1024px){.orders-toolbar.svelte-bj60gn{flex-direction:column;align-items:stretch}.toolbar-left.svelte-bj60gn,.toolbar-right.svelte-bj60gn{width:100%;justify-content:space-between}}@media(max-width:768px){.hero-title.svelte-bj60gn{font-size:2.25rem}.orders-section.svelte-bj60gn{padding:60px 0}.toolbar-right.svelte-bj60gn{flex-direction:column;align-items:stretch;gap:1rem}.sort-dropdown.svelte-bj60gn{flex-direction:column;align-items:stretch}.sort-dropdown.svelte-bj60gn label:where(.svelte-bj60gn){font-size:.8125rem}.order-card.svelte-bj60gn{padding:1.5rem}.order-summary.svelte-bj60gn{grid-template-columns:1fr;gap:1rem}.details-header.svelte-bj60gn{display:none}.order-line.svelte-bj60gn{grid-template-columns:1fr;gap:.75rem;padding:1.25rem}.line-product.svelte-bj60gn{grid-column:1}.line-quantity.svelte-bj60gn,.line-price.svelte-bj60gn{text-align:left;display:flex;justify-content:space-between}.line-quantity.svelte-bj60gn:before{content:"Quantité: ";font-weight:600;color:var(--color-text)}.line-price.svelte-bj60gn:before{content:"Prix unitaire: ";font-weight:600;color:var(--color-text)}.line-total.svelte-bj60gn{text-align:left;display:flex;justify-content:space-between;font-size:1.125rem}.line-total.svelte-bj60gn:before{content:"Total: ";font-weight:600;color:var(--color-text)}}@media(max-width:480px){.container.svelte-bj60gn{padding:0 1rem}.hero-section.svelte-bj60gn{padding:40px 0}.hero-title.svelte-bj60gn{font-size:1.875rem}.orders-section.svelte-bj60gn{padding:40px 0}.order-header.svelte-bj60gn{flex-direction:column;gap:1rem}.state-badge.svelte-bj60gn{align-self:flex-start}}.container.svelte-1gjnegz{max-width:1400px;margin:0 auto;padding:0 2rem}.hero-section.svelte-1gjnegz{background:var(--bg-secondary);padding:60px 0}.hero-content.svelte-1gjnegz{max-width:800px}.hero-tag.svelte-1gjnegz{color:var(--color-primary);font-size:1rem;font-weight:600;display:inline-block;margin-bottom:1rem}.hero-title.svelte-1gjnegz{font-size:3rem;font-weight:700;color:var(--color-text);margin-bottom:1rem;line-height:1.2}.hero-description.svelte-1gjnegz{font-size:1.125rem;color:var(--color-text-light);line-height:1.7}.invoices-section.svelte-1gjnegz{padding:80px 0;background:#fff;min-height:60vh}.loading-state.svelte-1gjnegz{text-align:center;padding:4rem 2rem}.loading-spinner.svelte-1gjnegz{width:50px;height:50px;margin:0 auto 1.5rem;border:4px solid var(--bg-secondary);border-top-color:var(--color-primary);border-radius:50%;animation:svelte-1gjnegz-spin 1s linear infinite}@keyframes svelte-1gjnegz-spin{to{transform:rotate(360deg)}}.loading-state.svelte-1gjnegz p:where(.svelte-1gjnegz){font-size:1.125rem;color:var(--color-text-light)}.empty-state.svelte-1gjnegz{text-align:center;padding:4rem 2rem;max-width:500px;margin:0 auto}.empty-icon.svelte-1gjnegz{width:120px;height:120px;margin:0 auto 2rem;border-radius:50%;background:var(--bg-secondary);display:flex;align-items:center;justify-content:center;color:var(--color-primary)}.empty-state.svelte-1gjnegz h3:where(.svelte-1gjnegz){font-size:1.75rem;font-weight:700;color:var(--color-text);margin-bottom:.75rem}.empty-state.svelte-1gjnegz p:where(.svelte-1gjnegz){font-size:1.125rem;color:var(--color-text-light);margin-bottom:2rem;line-height:1.6}.cta-btn.svelte-1gjnegz{display:inline-block;background:var(--color-primary);color:#fff;padding:14px 32px;border-radius:50px;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s}.cta-btn.svelte-1gjnegz:hover{background:#b82438;transform:translateY(-2px);box-shadow:0 8px 20px #18212a26}.cta-btn.svelte-1gjnegz:focus{outline:none;box-shadow:0 0 0 3px #18212a14}.invoices-toolbar.svelte-1gjnegz{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding:1.25rem 1.5rem;background:#fff;border:1px solid #e8e8e8;border-radius:12px;gap:1rem;flex-wrap:wrap}.toolbar-left.svelte-1gjnegz{display:flex;align-items:center}.results-count.svelte-1gjnegz{font-size:.9375rem;font-weight:600;color:var(--color-text)}.toolbar-right.svelte-1gjnegz{display:flex;align-items:center;gap:1.5rem}.sort-dropdown.svelte-1gjnegz{display:flex;align-items:center;gap:.75rem}.sort-dropdown.svelte-1gjnegz label:where(.svelte-1gjnegz){font-size:.875rem;color:var(--color-text-light);font-weight:500}.sort-dropdown.svelte-1gjnegz select:where(.svelte-1gjnegz){padding:.5rem 2rem .5rem 1rem;border:1px solid #e8e8e8;border-radius:8px;font-size:.9375rem;color:var(--color-text);background:#fff;cursor:pointer;transition:all .3s;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center}.sort-dropdown.svelte-1gjnegz select:where(.svelte-1gjnegz):hover{border-color:var(--color-text)}.sort-dropdown.svelte-1gjnegz select:where(.svelte-1gjnegz):focus{outline:none;border-color:var(--color-text);box-shadow:0 0 0 3px #18212a14}.sort-order-btn.svelte-1gjnegz{padding:.5rem;border:1px solid #e8e8e8;border-radius:8px;background:#fff;color:var(--color-text);cursor:pointer;transition:all .3s;display:flex;align-items:center;justify-content:center}.sort-order-btn.svelte-1gjnegz:hover{border-color:var(--color-text);color:#fff;background:var(--color-text);box-shadow:none}.sort-order-btn.svelte-1gjnegz:focus{outline:none;border-color:var(--color-text);box-shadow:0 0 0 3px #18212a14}.invoices-grid.svelte-1gjnegz{display:grid;grid-template-columns:1fr;gap:2rem}.invoice-card.svelte-1gjnegz{background:#fff;border:1px solid #e8e8e8;border-radius:16px;padding:2rem;transition:all .3s}.invoice-card.svelte-1gjnegz:hover{border-color:var(--color-text);box-shadow:0 8px 24px #18212a14;transform:translateY(-2px)}.invoice-header.svelte-1gjnegz{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid #f0f0f0}.invoice-info.svelte-1gjnegz{display:flex;flex-direction:column;gap:.5rem}.invoice-number.svelte-1gjnegz{font-size:1.25rem;font-weight:700;color:var(--color-text);margin:0}.invoice-date.svelte-1gjnegz{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--color-text-light)}.invoice-date.svelte-1gjnegz svg:where(.svelte-1gjnegz){opacity:.7}.state-badge.svelte-1gjnegz{padding:.5rem 1rem;border-radius:50px;font-size:.8125rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.state-not-paid.svelte-1gjnegz{background:#fee2e2;color:#dc2626}.state-in-payment.svelte-1gjnegz{background:#dbeafe;color:#2563eb}.state-paid.svelte-1gjnegz{background:#d1fae5;color:#059669}.state-partial.svelte-1gjnegz{background:#fef3c7;color:#f59e0b}.state-reversed.svelte-1gjnegz,.state-legacy.svelte-1gjnegz{background:#f3f4f6;color:#6b7280}.invoice-summary.svelte-1gjnegz{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:1.5rem}.summary-item.svelte-1gjnegz{display:flex;flex-direction:column;gap:.5rem}.summary-label.svelte-1gjnegz{font-size:.875rem;color:var(--color-text-light);font-weight:500}.summary-value.svelte-1gjnegz{font-size:1.25rem;font-weight:700;color:var(--color-text)}.price-highlight.svelte-1gjnegz{color:var(--color-primary)}.toggle-details-btn.svelte-1gjnegz{width:100%;background:var(--bg-secondary);border:1px solid #e8e8e8;border-radius:8px;padding:1rem 1.25rem;display:flex;justify-content:space-between;align-items:center;cursor:pointer;font-size:.9375rem;font-weight:600;color:var(--color-text);transition:all .3s}.toggle-details-btn.svelte-1gjnegz:hover{background:#f8f9fa;border-color:var(--color-text);box-shadow:none}.toggle-details-btn.svelte-1gjnegz:focus{outline:none;border-color:var(--color-text);box-shadow:0 0 0 3px #18212a14}.toggle-details-btn.svelte-1gjnegz .chevron:where(.svelte-1gjnegz){transition:transform .3s}.toggle-details-btn.svelte-1gjnegz .chevron.expanded:where(.svelte-1gjnegz){transform:rotate(180deg)}.invoice-details.svelte-1gjnegz{margin-top:1.5rem;border-top:1px solid #f0f0f0;padding-top:1.5rem}.details-grid.svelte-1gjnegz{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.detail-item.svelte-1gjnegz{display:flex;flex-direction:column;gap:.5rem}.detail-label.svelte-1gjnegz{font-size:.875rem;color:var(--color-text-light);font-weight:500}.detail-value.svelte-1gjnegz{font-size:1rem;font-weight:600;color:var(--color-text)}@media(max-width:1024px){.invoices-toolbar.svelte-1gjnegz{flex-direction:column;align-items:stretch}.toolbar-left.svelte-1gjnegz,.toolbar-right.svelte-1gjnegz{width:100%;justify-content:space-between}}@media(max-width:768px){.hero-title.svelte-1gjnegz{font-size:2.25rem}.invoices-section.svelte-1gjnegz{padding:60px 0}.toolbar-right.svelte-1gjnegz{flex-direction:column;align-items:stretch;gap:1rem}.sort-dropdown.svelte-1gjnegz{flex-direction:column;align-items:stretch}.sort-dropdown.svelte-1gjnegz label:where(.svelte-1gjnegz){font-size:.8125rem}.invoice-card.svelte-1gjnegz{padding:1.5rem}.invoice-summary.svelte-1gjnegz{grid-template-columns:1fr;gap:1rem}.details-grid.svelte-1gjnegz{grid-template-columns:1fr}}@media(max-width:480px){.container.svelte-1gjnegz{padding:0 1rem}.hero-section.svelte-1gjnegz{padding:40px 0}.hero-title.svelte-1gjnegz{font-size:1.875rem}.invoices-section.svelte-1gjnegz{padding:40px 0}.invoice-header.svelte-1gjnegz{flex-direction:column;gap:1rem}.state-badge.svelte-1gjnegz{align-self:flex-start}}.container.svelte-dut2im{max-width:1400px;margin:0 auto;padding:0 2rem}.hero-section.svelte-dut2im{background:var(--bg-secondary);padding:60px 0}.hero-content.svelte-dut2im{max-width:800px}.hero-tag.svelte-dut2im{color:var(--color-primary);font-size:1rem;font-weight:600;display:inline-block;margin-bottom:1rem}.hero-title.svelte-dut2im{font-size:3rem;font-weight:700;color:var(--color-text);margin-bottom:1rem;line-height:1.2}.hero-description.svelte-dut2im{font-size:1.125rem;color:var(--color-text-light);line-height:1.7}.account-section.svelte-dut2im{padding:80px 0;background:#fff;min-height:60vh}.loading-state.svelte-dut2im{text-align:center;padding:4rem 2rem}.loading-spinner.svelte-dut2im{width:50px;height:50px;margin:0 auto 1.5rem;border:4px solid var(--bg-secondary);border-top-color:var(--color-primary);border-radius:50%;animation:svelte-dut2im-spin 1s linear infinite}@keyframes svelte-dut2im-spin{to{transform:rotate(360deg)}}.loading-state.svelte-dut2im p:where(.svelte-dut2im){font-size:1.125rem;color:var(--color-text-light)}.empty-state.svelte-dut2im{text-align:center;padding:4rem 2rem;max-width:500px;margin:0 auto}.empty-icon.svelte-dut2im{width:120px;height:120px;margin:0 auto 2rem;border-radius:50%;background:var(--bg-secondary);display:flex;align-items:center;justify-content:center;color:var(--color-primary)}.empty-state.svelte-dut2im h3:where(.svelte-dut2im){font-size:1.75rem;font-weight:700;color:var(--color-text);margin-bottom:.75rem}.empty-state.svelte-dut2im p:where(.svelte-dut2im){font-size:1.125rem;color:var(--color-text-light);line-height:1.6}.profile-header-card.svelte-dut2im{display:flex;align-items:center;gap:2rem;background:#fff;border:1px solid #e8e8e8;border-radius:16px;padding:2.5rem;margin-bottom:2.5rem}.profile-avatar.svelte-dut2im{width:100px;height:100px;background:linear-gradient(135deg,var(--color-primary) 0%,#b82438 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2.5rem;font-weight:700;color:#fff;flex-shrink:0}.profile-header-info.svelte-dut2im{display:flex;flex-direction:column;gap:.75rem}.profile-name.svelte-dut2im{font-size:2rem;font-weight:700;color:var(--color-text);margin:0}.company-type-badge.svelte-dut2im{display:inline-block;padding:.5rem 1rem;background:#dbeafe;color:#2563eb;border-radius:50px;font-size:.8125rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;align-self:flex-start}.info-grid.svelte-dut2im{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem}.info-card.svelte-dut2im{background:#fff;border:1px solid #e8e8e8;border-radius:16px;padding:2rem;transition:all .3s}.info-card.svelte-dut2im:hover{border-color:var(--color-text);box-shadow:0 8px 24px #18212a14;transform:translateY(-2px)}.info-card.full-width.svelte-dut2im{grid-column:1 / -1}.card-header.svelte-dut2im{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid #f0f0f0}.card-header.svelte-dut2im svg:where(.svelte-dut2im){color:var(--color-primary);flex-shrink:0}.card-header.svelte-dut2im h3:where(.svelte-dut2im){font-size:1.25rem;font-weight:700;color:var(--color-text);margin:0}.card-content.svelte-dut2im{display:flex;flex-direction:column;gap:1.25rem}.info-item.svelte-dut2im{display:flex;flex-direction:column;gap:.5rem}.item-label.svelte-dut2im{font-size:.875rem;color:var(--color-text-light);font-weight:500}.item-value.svelte-dut2im{font-size:1rem;font-weight:600;color:var(--color-text)}.item-value.link.svelte-dut2im{color:var(--color-primary);text-decoration:none;transition:all .2s}.item-value.link.svelte-dut2im:hover{color:#b82438;text-decoration:underline}.address-block.svelte-dut2im{display:flex;flex-direction:column;gap:.5rem}.address-block.svelte-dut2im p:where(.svelte-dut2im){margin:0;font-size:1rem;color:var(--color-text);line-height:1.6}.address-block.svelte-dut2im p:where(.svelte-dut2im) span:where(.svelte-dut2im){margin-right:.5rem}.address-block.svelte-dut2im .country:where(.svelte-dut2im){font-weight:600;margin-top:.25rem}.function-text.svelte-dut2im{font-size:1rem;color:var(--color-text);margin:0;line-height:1.6}.comment-text.svelte-dut2im{white-space:pre-wrap;background:var(--bg-secondary);padding:1.5rem;border-radius:12px;color:var(--color-text);font-size:1rem;line-height:1.7;margin:0}@media(max-width:768px){.hero-title.svelte-dut2im{font-size:2.25rem}.account-section.svelte-dut2im{padding:60px 0}.profile-header-card.svelte-dut2im{flex-direction:column;text-align:center;padding:2rem}.profile-avatar.svelte-dut2im{width:80px;height:80px;font-size:2rem}.profile-name.svelte-dut2im{font-size:1.5rem}.company-type-badge.svelte-dut2im{align-self:center}.info-grid.svelte-dut2im{grid-template-columns:1fr}.info-card.svelte-dut2im{padding:1.5rem}}@media(max-width:480px){.container.svelte-dut2im{padding:0 1rem}.hero-section.svelte-dut2im{padding:40px 0}.hero-title.svelte-dut2im{font-size:1.875rem}.account-section.svelte-dut2im{padding:40px 0}.profile-header-card.svelte-dut2im{padding:1.5rem}}.container.svelte-1cyoajs{max-width:1200px;margin:0 auto;padding:2rem}.breadcrumb.svelte-1cyoajs{display:flex;gap:.5rem;margin-bottom:2rem;color:#6b7280}.breadcrumb.svelte-1cyoajs a:where(.svelte-1cyoajs){color:#2563eb;text-decoration:none}.breadcrumb.svelte-1cyoajs a:where(.svelte-1cyoajs):hover{text-decoration:underline}.product-detail.svelte-1cyoajs{display:grid;grid-template-columns:1fr 1fr;gap:3rem;background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:2rem}.product-image-section.svelte-1cyoajs{display:flex;justify-content:center;align-items:center}.product-image.svelte-1cyoajs{max-width:100%;height:auto;border-radius:8px}.no-image.svelte-1cyoajs{width:100%;height:400px;background:#f3f4f6;display:flex;align-items:center;justify-content:center;color:#6b7280;border-radius:8px}.ref.svelte-1cyoajs{font-size:.9em;color:#6b7280;font-family:monospace}h1.svelte-1cyoajs{margin:.5rem 0 1rem;color:#111827}.category.svelte-1cyoajs{display:inline-block;padding:.5rem 1rem;background:#dbeafe;color:#2563eb;border-radius:6px;font-size:.9em;margin-bottom:1rem}.price.svelte-1cyoajs{font-size:2.5em;font-weight:700;color:#2563eb;margin:1.5rem 0}.stock.svelte-1cyoajs{display:flex;gap:1rem;margin-bottom:1.5rem}.stock.svelte-1cyoajs .label:where(.svelte-1cyoajs){font-weight:500;color:#6b7280}.qty.svelte-1cyoajs{font-weight:700}.qty.in-stock.svelte-1cyoajs{color:#10b981}.qty.out-of-stock.svelte-1cyoajs{color:#ef4444}.quantity-section.svelte-1cyoajs{display:flex;gap:1rem;align-items:center;margin-bottom:2rem}.quantity-section.svelte-1cyoajs label:where(.svelte-1cyoajs){font-weight:500}.quantity-section.svelte-1cyoajs input:where(.svelte-1cyoajs){width:80px;padding:.75rem;border:1px solid #d1d5db;border-radius:6px;font-size:1rem}.btn-add.svelte-1cyoajs{flex:1;padding:.75rem 1.5rem;background:#10b981;color:#fff;border:none;border-radius:6px;font-weight:600;font-size:1rem;cursor:pointer;transition:background .2s}.btn-add.svelte-1cyoajs:hover{background:#059669}.description.svelte-1cyoajs{margin-top:2rem;padding-top:2rem;border-top:1px solid #e5e7eb}.description.svelte-1cyoajs h3:where(.svelte-1cyoajs){margin-top:0;color:#374151}.description.svelte-1cyoajs p:where(.svelte-1cyoajs){color:#4b5563;line-height:1.6}.actions.svelte-1cyoajs{margin-top:2rem}.btn-back.svelte-1cyoajs{display:inline-block;padding:.75rem 1.5rem;background:#6b7280;color:#fff;text-decoration:none;border-radius:6px;font-weight:600;transition:background .2s}.btn-back.svelte-1cyoajs:hover{background:#4b5563}.loading.svelte-1cyoajs,.error.svelte-1cyoajs{text-align:center;padding:4rem 2rem;color:#6b7280}@media(max-width:768px){.product-detail.svelte-1cyoajs{grid-template-columns:1fr}}main.svelte-1n46o8q{min-height:calc(100vh - 70px)}
