@keyframes loading{0%{background-position:-200% 0}to{background-position:200% 0}}*{box-sizing:border-box}.home-page{background:#fff;min-height:100vh}.container{max-width:1200px;margin:0 auto;padding:0 16px}@media (max-width: 480px){.container{padding:0 12px}}.hero-section{background:#fff;padding-bottom:0}.hero-container{max-width:1200px;margin:0 auto;padding:0 16px}@media (max-width: 480px){.hero-container{padding:0 12px;margin-top:1rem}}.hero-banner{background:linear-gradient(135deg,#00aa5b,#00d67e);color:#fff;padding:32px 0;position:relative;overflow:hidden;border-radius:16px;margin-bottom:24px}@media (max-width: 480px){.hero-banner{padding:24px 0;border-radius:12px;margin-bottom:20px}}.hero-banner:before{content:"";position:absolute;inset:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="8" height="8" patternUnits="userSpaceOnUse"><path d="M 8 0 L 0 0 0 8" fill="none" stroke="rgba(255,255,255,0.08)" stroke-width="1"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');opacity:.4}.hero-content{position:relative;z-index:1;text-align:center}.hero-content h1{font-size:2rem;font-weight:700;margin:0 0 12px;line-height:1.3}@media (max-width: 480px){.hero-content h1{font-size:1.6rem;margin-bottom:8px}}.hero-content p{font-size:1rem;opacity:.9;margin:0 0 24px;line-height:1.5}@media (max-width: 480px){.hero-content p{font-size:.9rem;margin-bottom:20px}}.hero-features{display:flex;justify-content:center;gap:24px}@media (max-width: 480px){.hero-features{gap:20px}}.feature-item{display:flex;align-items:center;gap:8px;background:#ffffff26;padding:10px 16px;border-radius:24px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);font-size:.9rem;font-weight:500}@media (max-width: 480px){.feature-item{padding:8px 12px;font-size:.8rem;gap:6px}}.feature-item .feature-icon{flex-shrink:0}.categories-section{padding:0 0 24px;background:#fff}@media (max-width: 480px){.categories-section{padding:0 0 20px}}.section-header{margin-bottom:20px;display:flex;justify-content:space-between;align-items:center}.section-header h2{font-size:1.4rem;font-weight:600;color:#2c3e50;margin:0}@media (max-width: 480px){.section-header h2{font-size:1.2rem}}.view-all-link{display:flex;align-items:center;gap:4px;color:#00aa5b;text-decoration:none;font-size:.9rem;font-weight:500;transition:all .3s ease;padding:8px 12px;border-radius:8px;border:1px solid transparent}@media (max-width: 480px){.view-all-link{font-size:.8rem;padding:6px 8px}}.view-all-link:hover{background:#00aa5b0d;border-color:#00aa5b33;transform:translate(2px)}.view-all-link:focus{outline:2px solid #00aa5b;outline-offset:2px}.categories-wrapper{position:relative}.categories-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}@media (min-width: 768px){.categories-grid{grid-template-columns:repeat(5,1fr);gap:20px}}@media (min-width: 1024px){.categories-grid{grid-template-columns:repeat(6,1fr)}}@media (max-width: 480px){.categories-grid{grid-template-columns:repeat(4,1fr);gap:12px}}.category-card{background:#fff;border-radius:12px;overflow:hidden;border:1.5px solid #e9ecef;transition:all .3s ease}@media (max-width: 480px){.category-card{border-radius:8px}}.category-card:hover{box-shadow:0 2px 8px #0000001f;transform:translateY(-2px)}.category-card.active{border-color:#00aa5b;box-shadow:0 0 0 3px #00aa5b26;background:#00aa5b05;transform:translateY(-1px)}.category-button{width:100%;padding:16px 12px;border:none;background:transparent;cursor:pointer;text-align:center;transition:all .3s ease}@media (max-width: 480px){.category-button{padding:12px 8px}}.category-button:focus{outline-offset:-2px}.category-icon{width:56px;height:56px;border-radius:12px;overflow:hidden;background:#f8f9fa;margin:0 auto 12px;display:flex;align-items:center;justify-content:center}@media (max-width: 480px){.category-icon{width:48px;height:48px;border-radius:8px;margin-bottom:8px}}.category-icon img{width:100%;height:100%;object-fit:cover}.category-name{font-size:.8rem;color:#2c3e50;font-weight:500;line-height:1.3;display:block}@media (max-width: 480px){.category-name{font-size:.75rem}}.children-container{width:100%;padding:24px;background:linear-gradient(135deg,#00aa5b0d,#00aa5b05);border-radius:16px;margin-top:20px;border:1px solid rgba(0,170,91,.15);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}@media (max-width: 480px){.children-container{padding:20px;margin-top:16px;border-radius:12px}}.children-header{margin-bottom:16px}.children-header h3{font-size:1.1rem;font-weight:600;color:#2c3e50;margin:0;display:flex;align-items:center;gap:8px}@media (max-width: 480px){.children-header h3{font-size:1rem}}.children-header h3:before{content:"";width:4px;height:20px;background:#00aa5b;border-radius:2px}.children-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}@media (min-width: 768px){.children-grid{grid-template-columns:repeat(4,1fr);gap:20px}}@media (min-width: 1024px){.children-grid{grid-template-columns:repeat(5,1fr)}}@media (max-width: 480px){.children-grid{grid-template-columns:repeat(3,1fr);gap:12px}}.child-item{display:flex;flex-direction:column;align-items:center;text-align:center;cursor:pointer;padding:16px 12px;border-radius:12px;transition:all .3s ease;border:1px solid transparent;background:#ffffffb3}@media (max-width: 480px){.child-item{padding:12px 8px;border-radius:8px}}.child-item:hover{background:#fff;transform:translateY(-2px);box-shadow:0 1px 3px #00000014;border-color:#00aa5b33}.child-item:focus{outline:2px solid #00aa5b;outline-offset:-2px}.child-icon{width:48px;height:48px;border-radius:10px;overflow:hidden;background:#fff;margin-bottom:10px;border:1px solid #e9ecef;display:flex;align-items:center;justify-content:center}@media (max-width: 480px){.child-icon{width:40px;height:40px;border-radius:8px;margin-bottom:8px}}.child-icon img{width:100%;height:100%;object-fit:cover}.child-name{font-size:.8rem;color:#2c3e50;font-weight:500;line-height:1.2}@media (max-width: 480px){.child-name{font-size:.75rem}}.empty-children{display:flex;align-items:center;justify-content:center;flex-direction:column;color:#7f8c8d;padding:24px}.empty-children p{margin:8px 0 0;font-size:.9rem}.categories-loading{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}@media (min-width: 768px){.categories-loading{grid-template-columns:repeat(5,1fr);gap:20px}}@media (min-width: 1024px){.categories-loading{grid-template-columns:repeat(6,1fr)}}@media (max-width: 480px){.categories-loading{grid-template-columns:repeat(4,1fr);gap:12px}}.category-skeleton{background:#fff;border-radius:12px;padding:16px 12px;border:1px solid #e9ecef;text-align:center}@media (max-width: 480px){.category-skeleton{border-radius:8px;padding:12px 8px}}.skeleton-icon{width:56px;height:56px;border-radius:12px;margin:0 auto 12px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:loading 1.5s infinite}@media (max-width: 480px){.skeleton-icon{width:48px;height:48px;border-radius:8px;margin-bottom:8px}}.skeleton-text{height:14px;width:70%;margin:0 auto;border-radius:4px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:loading 1.5s infinite}@media (max-width: 480px){.skeleton-text{height:12px}}.products-section{padding:32px 0;background:#f8f9fa}@media (max-width: 480px){.products-section{padding:24px 0}}.product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}@media (min-width: 768px){.product-grid{grid-template-columns:repeat(3,1fr);gap:20px}}@media (min-width: 1024px){.product-grid{grid-template-columns:repeat(4,1fr);gap:24px}}@media (min-width: 1200px){.product-grid{grid-template-columns:repeat(5,1fr)}}.loading-products{margin-top:20px}.quick-view-btn{background:#fff;color:#2c3e50;border:none;padding:6px 12px;border-radius:16px;font-size:.7rem;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:4px;transition:all .3s ease}.quick-view-btn:hover{background:#00aa5b;color:#fff}.stock-badge{position:absolute;top:8px;left:8px;font-size:.6rem;padding:2px 6px;border-radius:10px;font-weight:600;z-index:2}.stock-badge.low{background:#ffa502;color:#fff}.stock-badge.out{background:#ff4757;color:#fff}.product-info{padding:10px;position:relative}@media (min-width: 768px){.product-info{padding:12px}}.product-name{font-size:.8rem;color:#2c3e50;margin:0 0 6px;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-weight:500;min-height:2.6em}@media (min-width: 768px){.product-name{font-size:.85rem;margin-bottom:8px}}@media (min-width: 1024px){.product-name{font-size:.9rem}}.product-price{font-size:.85rem;font-weight:700;color:#009950;margin-bottom:8px}@media (min-width: 768px){.product-price{font-size:.9rem;margin-bottom:10px}}@media (min-width: 1024px){.product-price{font-size:.95rem}}.product-meta{display:flex;flex-direction:column;gap:4px;margin-bottom:12px}@media (min-width: 768px){.product-meta{gap:6px;margin-bottom:14px}}.product-sold,.product-stock{display:flex;align-items:center;gap:4px;font-size:.65rem;color:#7f8c8d}@media (min-width: 768px){.product-sold,.product-stock{font-size:.7rem}}@media (min-width: 1024px){.product-sold,.product-stock{font-size:.75rem}}.product-sold svg,.product-stock svg{flex-shrink:0;color:#00aa5b}.product-sold{color:#00aa5b;font-weight:500}.add-to-cart{position:absolute;bottom:10px;right:10px;width:60px;height:28px;border-radius:14px;border:1.5px solid #00aa5b;background:#fff;color:#00aa5b;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;font-size:.65rem;font-weight:600}@media (min-width: 768px){.add-to-cart{bottom:12px;right:12px;width:70px;height:32px;font-size:.7rem}}@media (min-width: 1024px){.add-to-cart{width:80px;height:36px;font-size:.75rem}}.add-to-cart:hover:not(.disabled){background:#00aa5b;color:#fff;transform:scale(1.05)}.add-to-cart.disabled{border-color:#ddd;color:#999;cursor:not-allowed}.loading-products{margin-top:16px}.product-skeleton{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 1px 3px #00000014;border:1px solid #e9ecef}.skeleton-image{width:100%;height:140px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:loading 1.5s infinite}@media (min-width: 768px){.skeleton-image{height:160px}}@media (min-width: 1024px){.skeleton-image{height:180px}}.skeleton-content{padding:10px}@media (min-width: 768px){.skeleton-content{padding:12px}}.skeleton-line{height:10px;border-radius:4px;margin-bottom:6px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:loading 1.5s infinite}.skeleton-line.short{width:60%}@media (min-width: 768px){.skeleton-line{height:12px;margin-bottom:8px}}.skeleton-price{height:14px;width:80px;border-radius:4px;margin-bottom:10px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:loading 1.5s infinite}@media (min-width: 768px){.skeleton-price{height:16px;width:90px;margin-bottom:12px}}.skeleton-meta{height:8px;width:70px;border-radius:4px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:loading 1.5s infinite}@media (min-width: 768px){.skeleton-meta{height:10px;width:80px}}.empty-products{text-align:center;padding:60px 20px;color:#7f8c8d}.empty-products .empty-icon{margin-bottom:24px;color:#e9ecef}.empty-products h3{font-size:1.5rem;font-weight:600;color:#2c3e50;margin:0 0 8px}.empty-products p{margin:0;font-size:.95rem}.load-more-section{padding:24px 0 48px;text-align:center}@media (max-width: 480px){.load-more-section{padding:20px 0 40px}}.load-more-btn{background:#fff;color:#00aa5b;border:1px solid #00aa5b;padding:12px 24px;border-radius:24px;font-weight:600;cursor:pointer;transition:all .3s ease}.load-more-btn:hover{background:#00aa5b;color:#fff;transform:translateY(-2px);box-shadow:0 2px 8px #0000001f}.load-more-btn:focus{outline:2px solid #00aa5b;outline-offset:4px}.section-meta.svelte-10t4xao{display:flex;align-items:center;gap:1rem;justify-content:space-between;flex-wrap:wrap}.infinite-loading.svelte-10t4xao{padding:2rem 0}.loading-indicator.svelte-10t4xao{display:flex;align-items:center;justify-content:center;gap:.75rem;color:#6b7280;font-size:.9rem;padding:1rem}.load-more-section.svelte-10t4xao{padding:2rem 0}.load-more-btn.svelte-10t4xao{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:.25rem;width:100%;max-width:300px;margin:0 auto;padding:1rem 1.5rem;background:linear-gradient(135deg,#00aa5b,#00c765);color:#fff;border:none;border-radius:.75rem;font-weight:600;font-size:.9rem;cursor:pointer;transition:all .2s ease}.load-more-btn.svelte-10t4xao:hover{background:linear-gradient(135deg,#009951,#00b35b);transform:translateY(-1px);box-shadow:0 4px 12px #00aa5b4d}.load-more-count.svelte-10t4xao{font-size:.8rem;opacity:.9}.end-of-products.svelte-10t4xao{padding:2rem 0}.end-message.svelte-10t4xao{display:flex;align-items:center;justify-content:center;gap:.5rem;color:#6b7280;font-size:.9rem;text-align:center;padding:1.5rem;background:#f9fafb;border-radius:.75rem;border:1px solid #e5e7eb}.spinning{animation:svelte-10t4xao-spin 1s linear infinite}@keyframes svelte-10t4xao-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 768px){.section-meta.svelte-10t4xao{flex-direction:column;align-items:flex-start;gap:.75rem}}
