:root{--background:#FAFCFE;--foreground:#0F172A;--kiddonia-surface:#FFFFFF;--brand-50:#F5F3FF;--brand-100:#EDE9FE;--brand-200:#DDD6FE;--brand-300:#C4B5FD;--brand-400:#A78BFA;--brand-500:#8B5CF6;--brand-600:#7C3AED;--brand-700:#6D28D9;--brand-800:#5B21B6;--brand-900:#4C1D95;--accent-500:#22D3EE;--pink-500:#FB7185;--amber-500:#F59E0B;--success-500:#22C55E;--warning-500:#F59E0B;--danger-500:#EF4444;--radius:14px}@theme inline{--color-background:var(--background);--color-foreground:var(--foreground);--color-primary:var(--brand-600);--color-primary-600:var(--brand-700);--color-accent:var(--accent-500)}.bg-brand-gradient{background-image:linear-gradient(90deg,var(--theme-primary),var(--theme-secondary))}.text-gradient-brand{background:linear-gradient(90deg,var(--theme-primary),var(--theme-secondary));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent}.badge-soft-brand{border-radius:9999px;border-width:1px;border-color:color-mix(in oklab,var(--brand-600),white 80%);background:color-mix(in oklab,var(--brand-600),white 94%);color:var(--brand-700)}.badge-soft-amber,.badge-soft-brand{display:inline-flex;align-items:center;padding:.25rem .5rem;font-size:.75rem}.badge-soft-amber{border-radius:9999px;border-width:1px;border-color:#fde68a;background:#fffbeb;color:#92400e}@keyframes marquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.marquee{--marquee-duration:30s;mask-image:linear-gradient(90deg,transparent,black 10%,black 90%,transparent);-webkit-mask-image:linear-gradient(90deg,transparent,black 10%,black 90%,transparent)}.marquee-track{display:flex;width:max-content;gap:2rem;animation:marquee var(--marquee-duration) linear infinite}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border-radius:9999px;font-size:.875rem;font-weight:600;transition:all .2s ease}.btn-primary{background:var(--theme-primary);color:#fff}.btn-primary:hover{background:var(--theme-secondary);transform:translateY(-2px);box-shadow:0 10px 20px rgba(0,0,0,.1)}.btn-secondary{background:var(--theme-secondary);color:#fff}.btn-accent,.btn-secondary:hover{background:var(--theme-accent)}.btn-accent{color:#fff}.btn-accent:hover{filter:brightness(1.1)}.btn-outline{border:2px solid var(--theme-primary);background:transparent;color:var(--theme-primary)}.btn-outline:hover{background:var(--theme-primary);color:#fff}.form-input{width:100%;border:1px solid #e5e7eb;border-radius:12px;padding:.5rem .75rem;font-size:.875rem;background:#fff}.form-input:focus{outline:none;box-shadow:0 0 0 3px color-mix(in oklab,var(--theme-primary),white 75%);border-color:var(--theme-primary)}.select{width:100%;border:1px solid #e5e7eb;border-radius:12px;font-size:.875rem;background:#fff;padding:.5rem 2rem .5rem .75rem}.product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem}@media (min-width:640px){.product-grid{gap:1.5rem}}@media (min-width:768px){.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width:1024px){.product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.product-grid-sidebar{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}@media (min-width:768px){.product-grid-sidebar{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem}}@media (min-width:1024px){.product-grid-sidebar{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem}}@media (min-width:1280px){.product-grid-sidebar{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem}}.filter-sidebar{width:280px;flex-shrink:0}.filter-section{background:white;border:1px solid #e5e7eb;border-radius:16px;overflow:hidden}.filter-section-header{display:flex;align-items:center;justify-content:space-between;width:100%;padding:1rem 1.25rem;font-weight:600;font-size:.875rem;color:#111827;background:transparent;border:none;cursor:pointer;transition:background-color .15s ease}.filter-section-header:hover{background-color:#f9fafb}.filter-section-content{padding:0 1.25rem 1.25rem}.product-item{position:relative;overflow:hidden;border-radius:20px;background:#fff;box-shadow:0 4px 20px rgba(15,23,42,.04);transition:all .4s cubic-bezier(.4,0,.2,1);border:1px solid #f1f5f9}.product-item:hover{transform:translateY(-8px);box-shadow:0 20px 40px rgba(15,23,42,.12);border-color:#e2e8f0}.product-thumb{position:relative;aspect-ratio:1/1;background:linear-gradient(135deg,#faf5ff,#fdf2f8 50%,#fff7ed);overflow:hidden}.product-thumb:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.02) 0,transparent 30%);pointer-events:none}.product-thumb img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .6s cubic-bezier(.4,0,.2,1)}.product-item:hover .product-thumb img{transform:scale(1.08)}.product-action{position:absolute;inset-inline:0;bottom:16px;display:flex;justify-content:center;gap:.75rem;opacity:0;transform:translateY(12px);transition:all .3s ease}.product-item:hover .product-action{opacity:1;transform:translateY(0)}.product-action a,.product-action button{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:12px;background:rgba(255,255,255,.95);backdrop-filter:blur(8px);border:1px solid rgba(0,0,0,.06);color:#374151;box-shadow:0 8px 24px rgba(0,0,0,.12);transition:all .2s ease}.product-action a:hover,.product-action button:hover{background:#7c3aed;color:white;transform:scale(1.1)}.product-info{padding:1rem 1.25rem}@media (min-width:640px){.product-info{padding:1.25rem 1.5rem}}.product-info .title{font-size:.95rem;font-weight:600;line-height:1.4;margin:.5rem 0 .75rem;min-height:2.5rem;color:#1f2937;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;transition:color .2s ease}.product-item:hover .product-info .title{color:#7c3aed}.product-info .prices{display:flex;align-items:baseline;gap:.5rem;flex-wrap:wrap}.product-info .price{font-size:1.125rem;font-weight:700;background:linear-gradient(135deg,#7c3aed,#a855f7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.product-info .price-old{font-size:.875rem;color:#9ca3af;text-decoration:line-through;font-weight:500}.rating{display:flex;gap:2px;color:#fbbf24;font-size:.75rem}.rating .fa-star{filter:drop-shadow(0 1px 2px rgba(251,191,36,.3))}.badge-off{left:12px;background:linear-gradient(135deg,#f43f5e,#ec4899);box-shadow:0 4px 12px rgba(244,63,94,.4)}.badge-new,.badge-off{position:absolute;top:12px;color:#fff;border-radius:10px;padding:.35rem .75rem;font-size:.75rem;font-weight:700;z-index:10}.badge-new{right:12px;background:linear-gradient(135deg,#10b981,#34d399);box-shadow:0 4px 12px rgba(16,185,129,.4)}.product-item .btn-primary,.product-item .btn-theme{width:100%;padding:.75rem 1rem;border-radius:12px;font-weight:600;font-size:.875rem;transition:all .3s ease;background:linear-gradient(135deg,#7c3aed,#a855f7);color:white;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem}.product-item .btn-primary:hover,.product-item .btn-theme:hover{background:linear-gradient(135deg,#6d28d9,#9333ea);transform:translateY(-2px);box-shadow:0 8px 20px rgba(124,58,237,.35)}.stock-status{display:inline-flex;align-items:center;gap:.375rem;font-size:.75rem;font-weight:500;padding:.25rem .625rem;border-radius:6px;margin-top:.5rem}.stock-status.in-stock{background:#dcfce7;color:#166534}.stock-status.low-stock{background:#fef3c7;color:#92400e}.stock-status.out-of-stock{background:#fee2e2;color:#991b1b}.wishlist-btn{position:absolute;top:12px;right:12px;width:36px;height:36px;border-radius:50%;background:rgba(255,255,255,.9);backdrop-filter:blur(4px);border:none;display:flex;align-items:center;justify-content:center;color:#9ca3af;cursor:pointer;transition:all .2s ease;z-index:10;opacity:0}.product-item:hover .wishlist-btn{opacity:1}.wishlist-btn:hover{background:#fef2f2;color:#ef4444;transform:scale(1.1)}.wishlist-btn.active{opacity:1;color:#ef4444;background:#fef2f2}.product-skeleton{border-radius:20px;background:#fff;overflow:hidden}.product-skeleton .skeleton-thumb{aspect-ratio:1/1;background:linear-gradient(90deg,#f1f5f9 25%,#e2e8f0 50%,#f1f5f9 75%);background-size:200% 100%;animation:shimmer 1.5s infinite}.product-skeleton .skeleton-info{padding:1rem}.product-skeleton .skeleton-line{height:12px;background:linear-gradient(90deg,#f1f5f9 25%,#e2e8f0 50%,#f1f5f9 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:6px;margin-bottom:8px}.product-skeleton .skeleton-line:last-child{width:60%}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media (max-width:639px){.product-item{border-radius:16px}.product-info{padding:.875rem 1rem}.product-info .title{font-size:.875rem;min-height:2.25rem}.product-info .price{font-size:1rem}.badge-new,.badge-off{padding:.25rem .5rem;font-size:.7rem}}