.store-theme,:root[data-theme=store]{--background:0 0% 100%;--foreground:222.2 47.4% 11.2%;--card:0 0% 100%;--card-foreground:222.2 47.4% 11.2%;--popover:0 0% 100%;--popover-foreground:222.2 47.4% 11.2%;--primary:48 100% 50%;--primary-foreground:222.2 47.4% 11.2%;--accent:12 90% 50%;--accent-foreground:0 0% 100%;--secondary:220 20% 15%;--secondary-foreground:0 0% 100%;--muted:210 40% 96.1%;--muted-foreground:215.4 16.3% 46.9%;--success:142.1 76.2% 36.3%;--success-foreground:355.7 100% 97.3%;--warning:38 92% 50%;--warning-foreground:48 96% 89%;--destructive:0 84.2% 60.2%;--destructive-foreground:210 40% 98%;--error:0 84.2% 60.2%;--error-foreground:210 40% 98%;--border:214.3 31.8% 91.4%;--input:214.3 31.8% 91.4%;--ring:221 83% 53%;--radius:0.5rem;--container-max-width:1440px}.store-theme body,:root[data-theme=store] body{background-color:hsl(var(--background));color:hsl(var(--foreground));font-family:Inter,Segoe UI,Roboto,system-ui,sans-serif;-webkit-font-smoothing:antialiased}.store-theme .section-padding{padding-top:clamp(2rem,4vw,4rem);padding-bottom:clamp(2rem,4vw,4rem)}.store-theme .container{max-width:var(--container-max-width)!important}.store-theme .bg-section-alt{background-color:hsl(var(--muted))}.store-theme .store-card-hover{transition:all .3s ease;border-radius:var(--radius)}.store-theme .store-card-hover:hover{transform:translateY(-5px);box-shadow:0 10px 30px -5px rgba(0,0,0,.1)}.store-theme .btn-cta,.store-theme img{border-radius:var(--radius)}.store-theme .btn-cta{font-weight:600;padding-left:1.5rem;padding-right:1.5rem;transition:all .2s ease}.store-theme .btn-cta:hover{opacity:.9;transform:none}.store-theme .price-tag,.store-theme nav a:hover,.store-theme nav button[type=button]:hover{color:hsl(var(--primary))}.store-theme .price-tag{font-weight:800}.store-theme .sale-badge{background-color:hsl(var(--error));color:#fff;border-radius:2px;font-weight:700}