:root{--store-primary: #000000;--store-secondary: #FFFFFF;--store-accent: #E5E5E5;--store-background: #FFFFFF;--store-foreground: #000000;--store-muted: #F5F5F5;--store-muted-foreground: #666666;--store-heading-font: "system-ui, -apple-system, sans-serif";--store-body-font: "system-ui, sans-serif";--store-font-size-small: 12px;--store-font-size-base: 14px;--store-font-size-large: 16px;--store-font-size-xl: 20px;--store-grid-columns: 3;--store-card-style: "minimal";--store-image-style: "square";--store-nav-position: "top";--store-nav-style: "minimal";--store-animations-enabled: 1;--store-hover-effect: "none";--store-transition-duration: "0s"}.store-themed{color:var(--store-foreground);background-color:var(--store-background);transition:all var(--store-transition-duration) ease-in-out}.store-themed-heading{font-family:var(--store-heading-font);color:var(--store-primary);font-weight:700}.store-themed-body{font-family:var(--store-body-font);font-size:var(--store-font-size-base);color:var(--store-foreground);line-height:1.6}.store-themed-accent{background-color:var(--store-accent);color:var(--store-foreground)}.store-themed-muted{background-color:var(--store-muted);color:var(--store-muted-foreground)}.store-product-card{background-color:var(--store-background);border-color:var(--store-accent);transition:all var(--store-transition-duration) ease-in-out}.store-product-card.card-minimal{border:1px solid var(--store-accent);box-shadow:none}.store-product-card.card-shadow{box-shadow:0 2px 8px #0000001a}.store-product-card.card-shadow:hover{box-shadow:0 4px 16px #00000026}.store-product-card.card-bold{box-shadow:0 4px 12px #00000026;border:2px solid var(--store-accent)}.store-product-card.card-premium{box-shadow:0 8px 24px #0003;border:2px solid var(--store-accent)}.store-product-card.card-premium:hover{transform:scale(1.05);box-shadow:0 12px 32px #00000040}.store-product-image{background-color:var(--store-muted);color:var(--store-muted-foreground);transition:all var(--store-transition-duration) ease-in-out}.store-product-image.image-square{border-radius:0}.store-product-image.image-rounded{border-radius:.5rem}.store-product-image.image-circle{border-radius:50%}.store-product-card.hover-scale:hover{transform:scale(1.05)}.store-product-card.hover-lift:hover{transform:translateY(-8px)}.store-product-card.hover-glow:hover{box-shadow:0 0 20px rgba(var(--store-primary-rgb),.3)}.store-button{background-color:var(--store-accent);color:var(--store-foreground);font-family:var(--store-body-font);transition:all var(--store-transition-duration) ease-in-out;border:none;padding:.5rem 1rem;border-radius:.375rem;font-weight:500;cursor:pointer}.store-button:hover{background-color:var(--store-primary);color:var(--store-secondary)}.store-nav{background-color:var(--store-background);border-color:var(--store-accent);color:var(--store-foreground)}.store-nav-item{color:var(--store-foreground);font-family:var(--store-body-font);transition:all var(--store-transition-duration) ease-in-out}.store-nav-item.nav-minimal:hover{color:var(--store-primary)}.store-nav-item.nav-bold{font-weight:600;color:var(--store-primary)}.store-nav-item.nav-underline{border-bottom:2px solid transparent;transition:border-color var(--store-transition-duration) ease-in-out}.store-nav-item.nav-underline:hover{border-bottom-color:var(--store-primary)}.store-product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem}@keyframes store-fade-in{0%{opacity:0}to{opacity:1}}@keyframes store-slide-up{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.store-fade-in{animation:store-fade-in .3s ease-in-out}.store-slide-up{animation:store-slide-up .3s ease-in-out}
