:root{--font-main: "Inter", system-ui, -apple-system, sans-serif;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 24px;--shadow-sm: 0 4px 6px -1px rgba(0, 0, 0, .1);--shadow-md: 0 10px 15px -3px rgba(0, 0, 0, .1);--transition: all .3s cubic-bezier(.4, 0, .2, 1)}[data-theme=light]{--bg-body: #f8fafc;--bg-card: #ffffff;--bg-nav: rgba(255, 255, 255, .9);--text-primary: #1e293b;--text-secondary: #64748b;--primary-color: #d97706;--primary-hover: #b45309;--accent-color: #f59e0b;--border-color: #e2e8f0;--footer-bg: #1e293b;--footer-text: #f1f5f9}[data-theme=dark]{--bg-body: #0f172a;--bg-card: #1e293b;--bg-nav: rgba(15, 23, 42, .9);--text-primary: #f1f5f9;--text-secondary: #94a3b8;--primary-color: #fbbf24;--primary-hover: #f59e0b;--accent-color: #d97706;--border-color: #334155;--footer-bg: #020617;--footer-text: #cbd5e1}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-main);background-color:var(--bg-body);color:var(--text-primary);transition:background-color .3s ease,color .3s ease;min-height:100vh}.navbar{position:sticky;top:0;z-index:50;display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;background-color:var(--bg-nav);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-bottom:1px solid var(--border-color)}.navbar__brand{display:flex;align-items:center;gap:.5rem}.navbar__brand h1{font-size:1.25rem;font-weight:700;color:var(--text-primary)}.theme-toggle{background:transparent;border:1px solid var(--border-color);color:var(--text-primary);padding:.5rem;border-radius:50%;cursor:pointer;font-size:1.2rem;transition:var(--transition)}.theme-toggle:hover{background-color:var(--border-color)}.store-hero{padding:4rem 1.5rem;text-align:center;background:linear-gradient(to bottom,var(--bg-body),var(--bg-card))}.store-hero__content{max-width:800px;margin:0 auto}.badge{display:inline-block;padding:.25rem .75rem;background-color:var(--primary-color);color:#fff;border-radius:9999px;font-size:.875rem;font-weight:600;margin-bottom:1rem;animation:fadeIn 1s ease-in}.store-hero__title{font-size:clamp(2rem,5vw,3.5rem);line-height:1.1;margin-bottom:1rem;color:var(--text-primary)}.store-hero__text{font-size:1.125rem;color:var(--text-secondary);margin-bottom:2rem;line-height:1.6}.store-hero__cta{display:flex;flex-direction:column;align-items:center;gap:1rem}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;border-radius:var(--radius-md);font-weight:600;text-decoration:none;transition:var(--transition)}.btn-primary{background-color:var(--primary-color);color:var(--bg-body)}.btn-primary:hover{background-color:var(--primary-hover);transform:translateY(-2px)}.coming-soon-label{font-size:.875rem;color:var(--text-secondary);font-style:italic}.categories-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;padding:1rem;max-width:1000px;margin:0 auto 3rem}.category-card{padding:.5rem 1rem;background-color:var(--bg-card);border:1px solid var(--border-color);border-radius:999px;color:var(--text-secondary);font-size:.9rem;cursor:default}.product-showcase{max-width:1200px;margin:0 auto;padding:0 1.5rem 4rem}.section-header{text-align:center;margin-bottom:2rem}.section-header h3{font-size:1.75rem;color:var(--text-primary);margin-bottom:.5rem}.section-header p{color:var(--text-secondary)}.product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2rem}.product-card{background-color:var(--bg-card);border-radius:var(--radius-md);overflow:hidden;box-shadow:var(--shadow-sm);transition:var(--transition);border:1px solid var(--border-color)}.product-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-md)}.product-card__image-wrapper{position:relative;aspect-ratio:4 / 3;overflow:hidden}.product-card__image{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.product-card:hover .product-card__image{transform:scale(1.05)}.product-card__tag{position:absolute;top:.75rem;left:.75rem;background-color:#000000bf;color:#fff;padding:.25rem .6rem;border-radius:var(--radius-sm);font-size:.75rem;text-transform:uppercase;font-weight:600}.product-card__info{padding:1.25rem}.product-card__category{display:block;font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:var(--text-secondary);margin-bottom:.5rem}.product-card__title{font-size:1.1rem;font-weight:600;color:var(--text-primary);margin-bottom:1rem}.product-card__footer{display:flex;justify-content:space-between;align-items:center}.product-card__price{font-weight:700;color:var(--primary-color)}.btn-icon{width:32px;height:32px;border-radius:50%;border:1px solid var(--border-color);background:var(--bg-body);color:var(--text-primary);cursor:not-allowed;display:grid;place-items:center;opacity:.6}.seo-content{background-color:var(--bg-card);padding:3rem 1.5rem;border-top:1px solid var(--border-color)}.seo-content__wrapper{max-width:800px;margin:0 auto;text-align:center}.seo-content h2{font-size:1.5rem;margin-bottom:1.5rem;color:var(--text-primary)}.seo-content p{line-height:1.7;color:var(--text-secondary);margin-bottom:1rem}.main-footer{background-color:var(--footer-bg);color:var(--footer-text);padding:3rem 1.5rem 1.5rem}.footer-content{max-width:1200px;margin:0 auto;display:rub;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:2rem;margin-bottom:2rem;text-align:center}.footer-brand h5{font-size:1.25rem;margin-bottom:.5rem}.footer-brand p{opacity:.8;font-size:.9rem}.footer-links{display:flex;flex-direction:column;gap:.5rem}.footer-link{color:var(--footer-text);text-decoration:none;opacity:.9;transition:opacity .2s}.footer-link:hover{opacity:1}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:1.5rem;text-align:center;font-size:.875rem}.footer-bottom a{color:var(--primary-color);text-decoration:none}@media(min-width:768px){.footer-content{text-align:left;display:flex}}.whatsapp-float{position:fixed;bottom:2rem;right:2rem;background-color:#25d366;color:#fff;padding:.8rem 1.6rem;border-radius:50px;text-decoration:none;font-weight:600;box-shadow:0 4px 12px #0003;transition:all .3s cubic-bezier(.175,.885,.32,1.275);z-index:1000;display:flex;align-items:center;justify-content:center;font-size:1rem}.whatsapp-float:hover{transform:translateY(-4px);box-shadow:0 8px 16px #00000040;background-color:#1da851}.whatsapp-icon{font-size:1.2rem;display:flex;align-items:center;gap:8px}@media(max-width:600px){.whatsapp-float{bottom:1.5rem;right:1.5rem;padding:.7rem 1.4rem;font-size:.9rem}}
