:root{--background:#ffffff;--surface:#ffffff;--surface-secondary:#f8f8f7;--surface-tertiary:#f5f5f3;--surface-container:#f4f4f5;--surface-container-low:#f8f8f7;--surface-container-high:#f1f1ef;--surface-container-highest:#e8e8e6;--surface-variant:#f4f4f5;--ink:#171717;--on-background:#171717;--on-surface:#171717;--on-surface-variant:#6b6b6b;--text-primary:#171717;--text-secondary:#6b6b6b;--text-muted:#9ca3af;--outline:#d1d5db;--outline-variant:#e8e8e8;--primary:#171717;--on-primary:#ffffff;--primary-container:#f4f4f5;--on-primary-container:#171717;--accent:#171717;--accent-warm:#f59e0b;--accent-warm-hover:#d97706;--accent-warm-light:#fef3c7;--accent-warm-text:#92400e;--secondary:#27272a;--secondary-fixed:#f8f8f7;--secondary-fixed-dim:#f1f1ef;--on-secondary-fixed:#171717;--secondary-container:#f4f4f5;--error:#dc2626;--error-container:#fef2f2;--on-error-container:#991b1b;--success:#16a34a;--success-container:#f0fdf4;--on-success-container:#166534;--border:1px solid #e8e8e8;--border-light:1px solid #f0f0f0;--border-color:#e8e8e8;--paper:#ffffff;--cream:#f8f8f7;--yellow:#f59e0b;--yellow-hover:#d97706;--gray:#f4f4f5;--shadow-xs:0 1px 2px rgba(0,0,0,0.04);--shadow-sm:0 1px 3px rgba(0,0,0,0.05),0 1px 2px rgba(0,0,0,0.03);--shadow:0 4px 12px -1px rgba(0,0,0,0.06),0 2px 4px -1px rgba(0,0,0,0.03);--shadow-md:0 4px 12px -1px rgba(0,0,0,0.06),0 2px 4px -1px rgba(0,0,0,0.03);--shadow-lg:0 10px 25px -3px rgba(0,0,0,0.07),0 4px 6px -2px rgba(0,0,0,0.03);--shadow-modal:0 20px 35px -5px rgba(0,0,0,0.1),0 8px 10px -6px rgba(0,0,0,0.04);--radius-xs:4px;--radius-sm:6px;--radius-md:8px;--radius-lg:12px;--radius-xl:16px;--radius-2xl:20px;--radius-full:9999px;--motion-micro:140ms;--motion-normal:220ms;--motion-panel:280ms;--motion-page:360ms;--motion-ease:cubic-bezier(0.16,1,0.3,1);--store-bg:#ffffff;--store-surface:#ffffff;--store-surface-dim:#f8f8f7;--store-surface-warm:#fafaf9;--store-surface-card:#ffffff;--store-border:1px solid #e8e8e8;--store-border-light:1px solid #f0f0f0;--store-shadow-sm:0 1px 3px rgba(0,0,0,0.05);--store-shadow:0 4px 12px -1px rgba(0,0,0,0.06);--store-shadow-lg:0 10px 25px -3px rgba(0,0,0,0.07)}*{box-sizing:border-box;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.15) transparent}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:rgba(0,0,0,.12);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:rgba(0,0,0,.25)}html{scroll-behavior:smooth}body{margin:0;background:var(--background);color:var(--on-background);font-family:var(--font-public-sans),"Public Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;-webkit-font-smoothing:antialiased;width:100%;min-height:100vh}.desktop-nav-only{display:flex!important}.mobile-hamburger-btn{display:none!important}@media (max-width:1023px){.desktop-nav-only{display:none!important}.mobile-hamburger-btn{display:flex!important}}button,input,select,textarea{font:inherit;color:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}.display,h1,h2,h3,h4{font-family:var(--font-space-grotesk),"Space Grotesk",sans-serif;color:var(--on-background)}.display,.title,h1,h2,h3,h4{letter-spacing:-.02em;margin:0}.title{font:700 clamp(1.4rem,2.5vw,2rem) /1.2 Space Grotesk,sans-serif}.label{font-size:.75rem;font-weight:600;letter-spacing:.02em;color:var(--text-secondary)}.font-display-xl{letter-spacing:-.03em;line-height:1.15}.font-display-xl,.font-headline-lg{font-family:Space Grotesk,sans-serif!important;font-weight:700}.font-headline-lg{letter-spacing:-.02em;line-height:1.25}.font-headline-md{font-family:Space Grotesk,sans-serif!important;font-weight:600;letter-spacing:-.01em;line-height:1.35}.font-body-lg{font-size:17px;line-height:1.6}.font-body-lg,.font-body-md{font-family:Public Sans,sans-serif!important;font-weight:400}.font-body-md{font-size:15px;line-height:1.5}.font-label-bold{font-family:Public Sans,sans-serif!important;font-size:13px;font-weight:600;line-height:1.3;letter-spacing:.01em}.field,.neo-input,input[type=email],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text]{width:100%;background-color:#ffffff;border:1px solid #e2e2e2;padding:10px 14px;font-family:Public Sans,sans-serif;font-size:14px;line-height:1.5;color:var(--on-background);border-radius:var(--radius-md)!important;outline:none;box-shadow:0 1px 2px rgba(0,0,0,.02);transition:border-color var(--motion-micro) var(--motion-ease),box-shadow var(--motion-micro) var(--motion-ease);box-sizing:border-box}.field:focus,.neo-input:focus,input[type=email]:focus,input[type=number]:focus,input[type=password]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=text]:focus{border-color:var(--ink)!important;box-shadow:0 0 0 3px rgba(0,0,0,.06)!important;outline:none!important;background-color:#ffffff}.field::placeholder,.neo-input::placeholder,input::placeholder{color:var(--text-muted);font-family:Public Sans,sans-serif;opacity:.8}.field:disabled,.neo-input:disabled,input:disabled{background-color:var(--surface-secondary);color:var(--text-muted);cursor:not-allowed;opacity:.7}textarea,textarea.field,textarea.neo-input{width:100%;background-color:#ffffff;border:1px solid #e2e2e2;padding:10px 14px;font-family:Public Sans,sans-serif;font-size:14px;line-height:1.5;color:var(--on-background);border-radius:var(--radius-md)!important;outline:none;resize:vertical;min-height:80px;box-shadow:0 1px 2px rgba(0,0,0,.02);transition:border-color var(--motion-micro) var(--motion-ease),box-shadow var(--motion-micro) var(--motion-ease);box-sizing:border-box}textarea.field:focus,textarea.neo-input:focus,textarea:focus{border-color:var(--ink)!important;box-shadow:0 0 0 3px rgba(0,0,0,.06)!important;outline:none!important;background-color:#ffffff}select,select.field,select.neo-input{width:100%;background-color:#ffffff;border:1px solid #e2e2e2;padding:10px 38px 10px 14px;font-family:Public Sans,sans-serif;font-size:14px;line-height:1.5;color:var(--on-background);border-radius:var(--radius-md)!important;outline:none;cursor:pointer;appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='20' viewBox='0 -960 960 960' width='20' fill='%236B6B6B'%3E%3Cpath d='M480-345 240-585l56-56 184 184 184-184 56 56-240 240Z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;background-size:18px;box-shadow:0 1px 2px rgba(0,0,0,.02);transition:border-color var(--motion-micro) var(--motion-ease),box-shadow var(--motion-micro) var(--motion-ease);box-sizing:border-box}select.field:focus,select.neo-input:focus,select:focus{border-color:var(--ink)!important;box-shadow:0 0 0 3px rgba(0,0,0,.06)!important;outline:none!important}select option,select.field option,select.neo-input option{background-color:#ffffff;color:var(--on-background);padding:8px}input[type=checkbox],input[type=radio]{accent-color:var(--ink);width:16px;height:16px;cursor:pointer;border-radius:4px}.button,.neo-brutal-btn,.neo-shadow-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid transparent;background-color:var(--ink);color:#ffffff;padding:10px 20px;font-family:Public Sans,sans-serif;font-size:14px;font-weight:600;letter-spacing:.01em;border-radius:var(--radius-md)!important;box-shadow:var(--shadow-sm);cursor:pointer;transition:background-color var(--motion-micro) var(--motion-ease),transform var(--motion-micro) var(--motion-ease),box-shadow var(--motion-micro) var(--motion-ease),opacity var(--motion-micro) var(--motion-ease);text-decoration:none;white-space:nowrap}@media (hover:hover){.button:hover,.neo-brutal-btn:hover,.neo-shadow-btn:hover{background-color:#262626;color:#ffffff;box-shadow:var(--shadow);transform:translateY(-1px)}}.button:active,.neo-brutal-btn:active,.neo-shadow-btn:active{transform:translateY(0);box-shadow:var(--shadow-xs)}.button.ghost,.neo-brutal-btn.ghost,.neo-shadow-btn.ghost{background-color:#ffffff;color:var(--on-background);border:1px solid #e8e8e8;box-shadow:var(--shadow-xs)}.button.ghost:hover,.neo-brutal-btn.ghost:hover,.neo-shadow-btn.ghost:hover{background-color:var(--surface-secondary);border-color:#d1d5db;color:var(--on-background)}.button.dark,.neo-brutal-btn.dark,.neo-shadow-btn.dark{background-color:var(--ink);color:#ffffff;border:1px solid var(--ink)}.button.dark:hover,.neo-brutal-btn.dark:hover,.neo-shadow-btn.dark:hover{background-color:#262626}.button:disabled,.neo-brutal-btn:disabled,.neo-shadow-btn:disabled{opacity:.5;cursor:not-allowed;transform:none!important;box-shadow:none!important}.neo,.neo-brutal-card,.neo-shadow-card{border:1px solid #e8e8e8;background-color:#ffffff;box-shadow:var(--shadow-sm);border-radius:var(--radius-lg)!important;transition:transform var(--motion-normal) var(--motion-ease),box-shadow var(--motion-normal) var(--motion-ease)}.badge,.neo-badge{display:inline-flex;align-items:center;gap:5px;border:1px solid #e8e8e8;border-radius:var(--radius-full);padding:4px 10px;font-family:Public Sans,sans-serif;font-weight:600;font-size:12px;letter-spacing:.01em;background-color:var(--surface-secondary);color:var(--text-primary);box-shadow:none}.storefront-root{--sf-bg:#ffffff;--sf-surface:#ffffff;--sf-surface-card:#ffffff;--sf-surface-hover:#fafafa;--sf-text-primary:#171717;--sf-text-secondary:#666666;--sf-text-muted:#999999;--sf-accent:#171717;--sf-accent-fg:#ffffff;--sf-border:#e8e8e8;--sf-border-subtle:#f0f0f0;--sf-radius-card:14px;--sf-radius-btn:8px;--sf-radius-pill:9999px;--sf-shadow-card:0 2px 8px rgba(0,0,0,0.04);--sf-shadow-hover:0 8px 20px -3px rgba(0,0,0,0.08);--sf-header-bg:rgba(255,255,255,0.95);--sf-announcement-bg:#171717;--sf-announcement-text:#ffffff;--sf-badge-bg:#f4f4f5;--sf-badge-text:#171717;--sf-pill-active-bg:#171717;--sf-pill-active-text:#ffffff;--sf-footer-bg:#ffffff;--sf-footer-border:#f0f0f0;--sf-btn-primary-bg:#171717;--sf-btn-primary-fg:#ffffff;--sf-btn-ghost-border:#e8e8e8;min-height:100vh;display:flex;flex-direction:column;background-color:var(--sf-bg);color:var(--sf-text-primary);overflow-x:clip;width:100%;transition:background-color .22s ease,color .22s ease,border-color .22s ease}.storefront-root[data-storefront-theme=pookie]{--theme-background:#fff5f7;--theme-surface:#ffffff;--theme-surface-card:#ffffff;--theme-surface-hover:#ffeef2;--theme-text:#4a1d24;--theme-text-secondary:#8c535d;--theme-text-muted:#b5838d;--theme-accent:#f43f5e;--theme-accent-fg:#ffffff;--theme-border:#fbcfe8;--theme-border-subtle:#fdf2f8;--theme-radius-card:20px;--theme-radius-btn:9999px;--theme-radius-pill:9999px;--theme-shadow-card:0 6px 20px -3px rgba(244,63,94,0.12),0 2px 6px rgba(0,0,0,0.03);--theme-shadow-hover:0 12px 28px -4px rgba(244,63,94,0.22);--sf-bg:var(--theme-background);--sf-surface:var(--theme-surface);--sf-surface-card:var(--theme-surface-card);--sf-surface-hover:var(--theme-surface-hover);--sf-text-primary:var(--theme-text);--sf-text-secondary:var(--theme-text-secondary);--sf-text-muted:var(--theme-text-muted);--sf-accent:var(--theme-accent);--sf-accent-fg:var(--theme-accent-fg);--sf-border:var(--theme-border);--sf-border-subtle:var(--theme-border-subtle);--sf-radius-card:var(--theme-radius-card);--sf-radius-btn:var(--theme-radius-btn);--sf-radius-pill:var(--theme-radius-pill);--sf-shadow-card:var(--theme-shadow-card);--sf-shadow-hover:var(--theme-shadow-hover);--sf-header-bg:rgba(255,245,247,0.95);--sf-announcement-bg:#fb7185;--sf-announcement-text:#ffffff;--sf-badge-bg:#ffe4e9;--sf-badge-text:#e11d48;--sf-pill-active-bg:#f43f5e;--sf-pill-active-text:#ffffff;--sf-footer-bg:#fff0f3;--sf-footer-border:#fbcfe8;--sf-btn-primary-bg:#f43f5e;--sf-btn-primary-fg:#ffffff;--sf-btn-ghost-border:#fbcfe8}.storefront-root[data-storefront-theme=minimal]{--theme-background:#ffffff;--theme-surface:#ffffff;--theme-surface-card:#ffffff;--theme-surface-hover:#fafafa;--theme-text:#171717;--theme-text-secondary:#666666;--theme-text-muted:#999999;--theme-accent:#171717;--theme-accent-fg:#ffffff;--theme-border:#e8e8e8;--theme-border-subtle:#f0f0f0;--theme-radius-card:14px;--theme-radius-btn:8px;--theme-radius-pill:9999px;--theme-shadow-card:0 2px 8px rgba(0,0,0,0.04);--theme-shadow-hover:0 8px 20px -3px rgba(0,0,0,0.08);--sf-bg:var(--theme-background);--sf-surface:var(--theme-surface);--sf-surface-card:var(--theme-surface-card);--sf-surface-hover:var(--theme-surface-hover);--sf-text-primary:var(--theme-text);--sf-text-secondary:var(--theme-text-secondary);--sf-text-muted:var(--theme-text-muted);--sf-accent:var(--theme-accent);--sf-accent-fg:var(--theme-accent-fg);--sf-border:var(--theme-border);--sf-border-subtle:var(--theme-border-subtle);--sf-radius-card:var(--theme-radius-card);--sf-radius-btn:var(--theme-radius-btn);--sf-radius-pill:var(--theme-radius-pill);--sf-shadow-card:var(--theme-shadow-card);--sf-shadow-hover:var(--theme-shadow-hover);--sf-header-bg:rgba(255,255,255,0.95);--sf-announcement-bg:#171717;--sf-announcement-text:#ffffff;--sf-badge-bg:#f4f4f5;--sf-badge-text:#171717;--sf-pill-active-bg:#171717;--sf-pill-active-text:#ffffff;--sf-footer-bg:#ffffff;--sf-footer-border:#f0f0f0;--sf-btn-primary-bg:#171717;--sf-btn-primary-fg:#ffffff;--sf-btn-ghost-border:#e8e8e8}.storefront-root[data-storefront-theme=organic]{--theme-background:#fbf8f3;--theme-surface:#ffffff;--theme-surface-card:#ffffff;--theme-surface-hover:#f4efe6;--theme-text:#2c2724;--theme-text-secondary:#6d645e;--theme-text-muted:#9e948c;--theme-accent:#4d6350;--theme-accent-fg:#ffffff;--theme-border:#e8e1d5;--theme-border-subtle:#f0eae0;--theme-radius-card:16px;--theme-radius-btn:12px;--theme-radius-pill:9999px;--theme-shadow-card:0 4px 14px -2px rgba(80,70,60,0.06);--theme-shadow-hover:0 10px 24px -3px rgba(80,70,60,0.12);--sf-bg:var(--theme-background);--sf-surface:var(--theme-surface);--sf-surface-card:var(--theme-surface-card);--sf-surface-hover:var(--theme-surface-hover);--sf-text-primary:var(--theme-text);--sf-text-secondary:var(--theme-text-secondary);--sf-text-muted:var(--theme-text-muted);--sf-accent:var(--theme-accent);--sf-accent-fg:var(--theme-accent-fg);--sf-border:var(--theme-border);--sf-border-subtle:var(--theme-border-subtle);--sf-radius-card:var(--theme-radius-card);--sf-radius-btn:var(--theme-radius-btn);--sf-radius-pill:var(--theme-radius-pill);--sf-shadow-card:var(--theme-shadow-card);--sf-shadow-hover:var(--theme-shadow-hover);--sf-header-bg:rgba(251,248,243,0.95);--sf-announcement-bg:#4d6350;--sf-announcement-text:#fbf8f3;--sf-badge-bg:#ebe4d8;--sf-badge-text:#4d6350;--sf-pill-active-bg:#4d6350;--sf-pill-active-text:#ffffff;--sf-footer-bg:#f5f0e6;--sf-footer-border:#e8e1d5;--sf-btn-primary-bg:#4d6350;--sf-btn-primary-fg:#ffffff;--sf-btn-ghost-border:#e8e1d5}.storefront-root[data-storefront-theme=bold]{--theme-background:#f8f8f8;--theme-surface:#ffffff;--theme-surface-card:#ffffff;--theme-surface-hover:#f0f0f0;--theme-text:#000000;--theme-text-secondary:#262626;--theme-text-muted:#737373;--theme-accent:#ff3e00;--theme-accent-fg:#ffffff;--theme-border:#000000;--theme-border-subtle:#d4d4d4;--theme-radius-card:4px;--theme-radius-btn:2px;--theme-radius-pill:4px;--theme-shadow-card:4px 4px 0px #000000;--theme-shadow-hover:6px 6px 0px #000000;--sf-bg:var(--theme-background);--sf-surface:var(--theme-surface);--sf-surface-card:var(--theme-surface-card);--sf-surface-hover:var(--theme-surface-hover);--sf-text-primary:var(--theme-text);--sf-text-secondary:var(--theme-text-secondary);--sf-text-muted:var(--theme-text-muted);--sf-accent:var(--theme-accent);--sf-accent-fg:var(--theme-accent-fg);--sf-border:var(--theme-border);--sf-border-subtle:var(--theme-border-subtle);--sf-radius-card:var(--theme-radius-card);--sf-radius-btn:var(--theme-radius-btn);--sf-radius-pill:var(--theme-radius-pill);--sf-shadow-card:var(--theme-shadow-card);--sf-shadow-hover:var(--theme-shadow-hover);--sf-header-bg:#ffffff;--sf-announcement-bg:#ff3e00;--sf-announcement-text:#ffffff;--sf-badge-bg:#000000;--sf-badge-text:#ffffff;--sf-pill-active-bg:#000000;--sf-pill-active-text:#ffffff;--sf-footer-bg:#f0f0f0;--sf-footer-border:#000000;--sf-btn-primary-bg:#000000;--sf-btn-primary-fg:#ffffff;--sf-btn-ghost-border:#000000}.storefront-root[data-storefront-theme=noir]{--theme-background:#0f0f11;--theme-surface:#18181b;--theme-surface-card:#18181b;--theme-surface-hover:#27272a;--theme-text:#fafafa;--theme-text-secondary:#a1a1aa;--theme-text-muted:#71717a;--theme-accent:#d4af37;--theme-accent-fg:#09090b;--theme-border:#27272a;--theme-border-subtle:#1f1f23;--theme-radius-card:14px;--theme-radius-btn:8px;--theme-radius-pill:9999px;--theme-shadow-card:0 6px 20px -2px rgba(0,0,0,0.5);--theme-shadow-hover:0 12px 30px -4px rgba(0,0,0,0.7);--sf-bg:var(--theme-background);--sf-surface:var(--theme-surface);--sf-surface-card:var(--theme-surface-card);--sf-surface-hover:var(--theme-surface-hover);--sf-text-primary:var(--theme-text);--sf-text-secondary:var(--theme-text-secondary);--sf-text-muted:var(--theme-text-muted);--sf-accent:var(--theme-accent);--sf-accent-fg:var(--theme-accent-fg);--sf-border:var(--theme-border);--sf-border-subtle:var(--theme-border-subtle);--sf-radius-card:var(--theme-radius-card);--sf-radius-btn:var(--theme-radius-btn);--sf-radius-pill:var(--theme-radius-pill);--sf-shadow-card:var(--theme-shadow-card);--sf-shadow-hover:var(--theme-shadow-hover);--sf-header-bg:rgba(15,15,17,0.95);--sf-announcement-bg:#27272a;--sf-announcement-text:#d4af37;--sf-badge-bg:#27272a;--sf-badge-text:#d4af37;--sf-pill-active-bg:#d4af37;--sf-pill-active-text:#09090b;--sf-footer-bg:#141417;--sf-footer-border:#27272a;--sf-btn-primary-bg:#d4af37;--sf-btn-primary-fg:#09090b;--sf-btn-ghost-border:#27272a}.storefront-root .store-nav{background:var(--theme-background,var(--sf-header-bg));border-bottom:1px solid var(--theme-border,var(--sf-border))}.storefront-root .store-brand,.storefront-root .store-logo-text{color:var(--theme-text,var(--sf-text-primary))}.storefront-root .store-tagline{background:var(--theme-surface-hover,var(--sf-surface-hover));border-color:var(--theme-border,var(--sf-border))}.storefront-root .store-nav-links a,.storefront-root .store-tagline{color:var(--theme-text-secondary,var(--sf-text-secondary))}.storefront-root .store-nav-links a:hover,.storefront-root .store-wa-chip{color:var(--theme-text,var(--sf-text-primary))}.storefront-root .store-wa-chip{background:var(--theme-surface,var(--sf-surface));border-color:var(--theme-border,var(--sf-border))}.storefront-root .store-cart-btn{background:var(--theme-accent,var(--sf-btn-primary-bg));color:var(--theme-accent-fg,var(--sf-btn-primary-fg));border:1px solid var(--theme-accent,var(--sf-btn-primary-bg));border-radius:var(--theme-radius-btn,var(--sf-radius-btn))}.storefront-root .store-announcement-bar{background:var(--sf-announcement-bg);color:var(--sf-announcement-text)}.storefront-root .store-announcement-bar,.storefront-root .store-hero-banner{border-bottom:1px solid var(--theme-border-subtle,var(--sf-border-subtle))}.storefront-root .store-category-block,.storefront-root .store-product-grid-block{background-color:transparent;border-bottom:1px solid var(--theme-border-subtle,var(--sf-border-subtle))}.storefront-root .category-pill-btn{background:var(--theme-surface,var(--sf-surface));color:var(--theme-text-secondary,var(--sf-text-secondary));border:1px solid var(--theme-border,var(--sf-border));border-radius:var(--theme-radius-pill,var(--sf-radius-pill))}.storefront-root .category-pill-btn.active,.storefront-root .category-pill-btn:hover{background:var(--theme-accent,var(--sf-pill-active-bg));color:var(--theme-accent-fg,var(--sf-pill-active-text));border-color:var(--theme-accent,var(--sf-pill-active-bg))}.storefront-root .ecommerce-product-card{background-color:var(--theme-surface-card,var(--sf-surface-card));border:1px solid var(--theme-border,var(--sf-border));border-radius:var(--theme-radius-card,var(--sf-radius-card));box-shadow:var(--theme-shadow-card,var(--sf-shadow-card))}.storefront-root .ecommerce-product-card:hover{box-shadow:var(--theme-shadow-hover,var(--sf-shadow-hover));border-color:var(--theme-border,var(--sf-border))}.storefront-root .product-card-media{background-color:var(--theme-surface-hover,var(--sf-surface-hover));border-bottom:1px solid var(--theme-border-subtle,var(--sf-border-subtle))}.storefront-root .product-card-info{background-color:var(--theme-surface-card,var(--sf-surface-card))}.storefront-root .product-card-title,.storefront-root .product-card-title a,.storefront-root .product-card-title span{color:var(--theme-text,var(--sf-text-primary))}.storefront-root .product-card-category{color:var(--theme-text-muted,var(--sf-text-muted))}.storefront-root .product-card-stock{color:var(--theme-text-secondary,var(--sf-text-secondary))}.storefront-root .product-card-price{color:var(--theme-text,var(--sf-text-primary))}.storefront-root .product-tag-badge{background:var(--sf-badge-bg);color:var(--sf-badge-text);border:1px solid var(--theme-border-subtle,var(--sf-border-subtle));border-radius:var(--theme-radius-pill,var(--sf-radius-pill))}.storefront-root .card-quick-add{background:var(--theme-accent,var(--sf-btn-primary-bg));color:var(--theme-accent-fg,var(--sf-btn-primary-fg))}.storefront-root .product-card-mobile-add{border:1px solid var(--theme-border,var(--sf-border));border-radius:var(--theme-radius-btn,var(--sf-radius-btn))}.storefront-root .product-action-btn.btn-outline,.storefront-root .product-card-mobile-add{background:var(--theme-surface,var(--sf-surface));color:var(--theme-text,var(--sf-text-primary))}.storefront-root .product-action-btn.btn-outline{border:1px solid var(--sf-btn-ghost-border);border-radius:var(--theme-radius-btn,var(--sf-radius-btn))}.storefront-root .product-action-btn.btn-outline:hover{background:var(--theme-accent,var(--sf-btn-primary-bg));color:var(--theme-accent-fg,var(--sf-btn-primary-fg));border-color:var(--theme-accent,var(--sf-btn-primary-bg))}.storefront-root .card-light,.storefront-root .product-card-info.is-light,.storefront-root[data-storefront-theme=noir] .ecommerce-product-card.card-light .product-card-info,.storefront-root[data-storefront-theme=noir] .product-card-info[style*="background-color: #fff"],.storefront-root[data-storefront-theme=noir] .product-card-info[style*="background-color: #ffffff"],.storefront-root[data-storefront-theme=noir] .product-card-info[style*="background-color: rgb(255, 255, 255)"],.storefront-root[data-storefront-theme=noir] .product-card-info[style*="background: #fff"],.storefront-root[data-storefront-theme=noir] .product-card-info[style*="background: #ffffff"],.storefront-root[data-storefront-theme=noir] .product-card-info[style*="background: rgb(255, 255, 255)"]{background-color:#ffffff!important;color:#171717!important}.storefront-root .card-light .product-card-price,.storefront-root .card-light .product-card-title,.storefront-root .card-light .product-card-title a,.storefront-root .card-light .product-card-title span,.storefront-root[data-storefront-theme=noir] .ecommerce-product-card.card-light .product-card-price,.storefront-root[data-storefront-theme=noir] .ecommerce-product-card.card-light .product-card-title,.storefront-root[data-storefront-theme=noir] .ecommerce-product-card.card-light .product-card-title a,.storefront-root[data-storefront-theme=noir] .ecommerce-product-card.card-light .product-card-title span{color:#171717!important}.storefront-root .card-light .product-card-category,.storefront-root .card-light .product-card-stock,.storefront-root[data-storefront-theme=noir] .ecommerce-product-card.card-light .product-card-category,.storefront-root[data-storefront-theme=noir] .ecommerce-product-card.card-light .product-card-stock{color:#525252!important}.storefront-root .field,.storefront-root .neo-input,.storefront-root input[type=email],.storefront-root input[type=number],.storefront-root input[type=tel],.storefront-root input[type=text],.storefront-root select.neo-input,.storefront-root textarea.neo-input{background-color:var(--theme-surface,var(--sf-surface,#ffffff));border:1px solid var(--theme-border,var(--sf-border,#e2e2e2));color:var(--theme-text,var(--sf-text-primary,#171717))}.storefront-root .field:focus,.storefront-root .neo-input:focus,.storefront-root input:focus,.storefront-root select.neo-input:focus,.storefront-root textarea.neo-input:focus{border-color:var(--theme-accent,var(--sf-accent,var(--ink)))!important;box-shadow:0 0 0 3px rgba(212,175,55,.15)!important;background-color:var(--theme-surface,var(--sf-surface,#ffffff))!important}.storefront-root .field::placeholder,.storefront-root .neo-input::placeholder,.storefront-root input::placeholder{color:var(--theme-text-muted,var(--sf-text-muted,#9ca3af))}.storefront-root .section-kicker{color:var(--theme-text-muted,var(--sf-text-muted))}.storefront-root .section-title-clean{color:var(--theme-text,var(--sf-text-primary))}.storefront-root .store-footer-block{background:var(--sf-footer-bg);border-top:1px solid var(--sf-footer-border)}.storefront-root .footer-store-name{color:var(--sf-text-primary)}.storefront-root .footer-desc{color:var(--sf-text-secondary)}.storefront-root .footer-heading{color:var(--sf-text-primary)}.storefront-root .footer-links a{color:var(--sf-text-secondary)}.storefront-root .footer-links a:hover{color:var(--sf-text-primary)}.storefront-root .store-footer-bottom{border-top:1px solid var(--sf-border-subtle);color:var(--sf-text-muted)}@keyframes themeFadeIn{0%{opacity:0}to{opacity:1}}@keyframes themeSlideUp{0%{transform:translateY(100%);opacity:.8}to{transform:translateY(0);opacity:1}}.store-container{width:100%;max-width:1200px;margin:0 auto;padding:0 24px;box-sizing:border-box}@media (max-width:768px){.store-container{padding:0 16px}}@media (max-width:375px){.store-container{padding:0 12px}}.landing-announcement-bar{background:#d32323;padding:10px 16px;font-family:Public Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:clamp(.7rem,2vw,.76rem);font-weight:700;letter-spacing:.05em;text-transform:uppercase;border-bottom:1px solid rgba(0,0,0,.12);width:100%;box-sizing:border-box}.landing-announcement-bar,.store-announcement-bar{color:#ffffff;text-align:center;line-height:1.4;word-break:break-word}.store-announcement-bar{background:var(--ink);padding:9px 16px;font-size:.75rem;font-weight:600;letter-spacing:.04em;border-bottom:1px solid rgba(255,255,255,.1)}.store-nav{position:-webkit-sticky;position:sticky;top:0;z-index:50;background:rgba(255,255,255,.95);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid #e8e8e8;box-shadow:var(--shadow-xs)}.canvas-store-head,.store-nav-container{max-width:1200px;margin:auto;padding:14px 24px;display:flex;align-items:center;justify-content:space-between;gap:16px;position:relative}.store-brand,.store-logo-link{display:flex;align-items:center;gap:10px;text-decoration:none;color:var(--on-background)}.store-logo-text{font:700 clamp(1.2rem,2.5vw,1.45rem) /1 Space Grotesk,sans-serif;letter-spacing:-.03em}.store-tagline{font-size:.65rem;font-weight:600;letter-spacing:.05em;background:var(--surface-secondary);color:var(--text-secondary);border:1px solid #e8e8e8;border-radius:var(--radius-sm);padding:2px 6px}.store-nav-links{display:flex;align-items:center;gap:28px;font-size:.85rem;font-weight:500;color:var(--text-secondary)}.store-nav-links a{padding:6px 0;transition:color var(--motion-micro) var(--motion-ease)}.store-nav-links a:hover{color:var(--text-primary)}.store-nav-right{display:flex;align-items:center;gap:10px}.store-wa-chip{display:inline-flex;align-items:center;gap:6px;font-size:.8rem;font-weight:600;padding:7px 14px;background:#ffffff;border:1px solid #e8e8e8;border-radius:var(--radius-md);box-shadow:var(--shadow-xs);text-decoration:none;color:var(--on-background);transition:all var(--motion-micro) var(--motion-ease)}.store-wa-chip:hover{background:var(--surface-secondary);border-color:#d1d5db}.store-cart-btn{background:var(--ink);color:#ffffff;border:1px solid var(--ink);border-radius:var(--radius-md);padding:8px 16px;font-size:.82rem;font-weight:600;box-shadow:var(--shadow-sm);cursor:pointer;transition:all var(--motion-micro) var(--motion-ease);white-space:nowrap}.store-cart-btn:hover{background:#262626;box-shadow:var(--shadow);transform:translateY(-1px)}.mobile-menu-toggle{display:none;background:#ffffff;color:var(--ink);border:1px solid #e8e8e8;border-radius:var(--radius-md);padding:6px 12px;font-size:1rem;font-weight:600;box-shadow:var(--shadow-xs);cursor:pointer}.mobile-menu-toggle.open{background:var(--surface-secondary)}.mobile-menu-dropdown{position:absolute;top:100%;left:0;right:0;background:#ffffff;border-bottom:1px solid #e8e8e8;box-shadow:var(--shadow-lg);z-index:99;opacity:0;transform:translateY(-4px);transition:opacity var(--motion-normal) var(--motion-ease),transform var(--motion-normal) var(--motion-ease)}.mobile-menu-dropdown.is-open{opacity:1;transform:translateY(0)}.mobile-nav-list{display:flex;flex-direction:column}.mobile-nav-item{display:flex;align-items:center;justify-content:space-between;padding:14px 20px;border-bottom:1px solid #f0f0f0;background:#ffffff;text-decoration:none;color:var(--on-background);transition:background-color var(--motion-micro) var(--motion-ease)}.mobile-nav-item:hover{background:var(--surface-secondary)}.mobile-nav-item span{font-size:.7rem;font-weight:600;color:var(--text-muted);width:24px}.mobile-nav-item b{font:600 .95rem Space Grotesk,sans-serif;flex:1 1}.mobile-menu-footer{padding:16px 20px;background:var(--surface-secondary)}.wa-menu-btn{width:100%;padding:12px;font-size:.85rem;display:flex;align-items:center;justify-content:center;gap:8px}.desktop-only{display:flex}.hide-desktop-nav{display:none!important}.store-main-flow{flex:1 1;width:100%}.section-head-simple{margin-bottom:clamp(24px,3.5vw,36px)}.section-head-simple.center{text-align:center}.section-title-clean{font:700 clamp(1.6rem,3vw,2.2rem) /1.2 Space Grotesk,sans-serif;letter-spacing:-.03em;margin:0 0 6px;color:var(--on-background)}.section-subtext-clean{font-size:.95rem;color:var(--text-secondary);margin:0;line-height:1.5}.section-kicker{display:inline-block;font-size:.75rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--text-secondary);margin-bottom:8px}.store-hero-block{padding:clamp(48px,6vw,80px) 0;background:var(--store-bg);border-bottom:1px solid #e8e8e8}.hero-editorial-grid{display:grid;grid-template-columns:1.1fr .9fr;grid-gap:clamp(32px,4vw,56px);gap:clamp(32px,4vw,56px);align-items:center}.hero-content{display:flex;flex-direction:column}.hero-kicker-label{font-size:.78rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--text-secondary);margin-bottom:12px}.hero-title{font:700 clamp(2.2rem,4.5vw,3.6rem) /1.08 Space Grotesk,sans-serif;letter-spacing:-.03em;margin:0 0 16px;color:var(--on-background)}.hero-subtitle{font-size:clamp(1rem,1.3vw,1.1rem);line-height:1.6;color:var(--text-secondary);max-width:480px;margin:0 0 28px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.hero-media-wrap{position:relative;width:100%}.hero-image-frame{border:1px solid #e8e8e8;border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);aspect-ratio:4/5;background:#ffffff;overflow:hidden;max-height:500px;width:100%}.hero-image-frame img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.store-featured-product-block{padding:clamp(48px,6vw,80px) 0;background:var(--surface-secondary);border-bottom:1px solid #e8e8e8}.featured-product-card{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;grid-gap:clamp(24px,4vw,48px);gap:clamp(24px,4vw,48px);align-items:center;background:#ffffff;border:1px solid #e8e8e8;border-radius:var(--radius-xl);box-shadow:var(--shadow-md);padding:clamp(24px,3.5vw,40px)}.featured-image-holder{position:relative;border:1px solid #e8e8e8;border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);aspect-ratio:4/5;overflow:hidden;background:var(--surface-secondary);width:100%}.featured-image-holder img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.featured-badge{position:absolute;top:12px;left:12px;background:#ffffff;color:var(--text-primary);border:1px solid #e8e8e8;border-radius:var(--radius-full);box-shadow:var(--shadow-xs);padding:4px 10px;font-size:.7rem;font-weight:600;letter-spacing:.02em}.featured-info-col{display:flex;flex-direction:column}.featured-crumb-label{font-size:.75rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:var(--text-secondary);margin-bottom:6px}.featured-title{font:700 clamp(1.5rem,2.5vw,2.2rem) /1.2 Space Grotesk,sans-serif;letter-spacing:-.03em;margin:0 0 12px}.featured-price{font:700 clamp(1.3rem,2vw,1.6rem) Space Grotesk,sans-serif;color:var(--ink);margin-bottom:14px}.featured-desc{font-size:.95rem;line-height:1.6;color:var(--text-secondary);margin:0 0 24px}.featured-button-row{display:flex;gap:12px;flex-wrap:wrap}.store-category-block{padding:clamp(36px,4vw,56px) 0;background:#ffffff;border-bottom:1px solid #e8e8e8}.category-scroll-container{display:flex;gap:8px;overflow-x:auto;padding-bottom:8px;padding-top:4px;scrollbar-width:none;-ms-overflow-style:none;scroll-snap-type:x proximity;scroll-behavior:smooth}.category-scroll-container::-webkit-scrollbar{display:none}.category-pill-btn{padding:8px 18px;border:1px solid #e8e8e8;background:var(--surface-secondary);color:var(--text-secondary);font-family:Public Sans,sans-serif;font-size:.8rem;font-weight:600;letter-spacing:.01em;border-radius:var(--radius-full);box-shadow:var(--shadow-xs);cursor:pointer;white-space:nowrap;scroll-snap-align:start;transition:all var(--motion-micro) var(--motion-ease)}.category-pill-btn.active,.category-pill-btn:hover{background:var(--ink);color:#ffffff;border-color:var(--ink);box-shadow:var(--shadow-sm)}.store-product-grid-block{padding:clamp(48px,6vw,80px) 0;background:#ffffff;border-bottom:1px solid #e8e8e8}.product-grid-header-row{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:clamp(24px,3.5vw,36px);gap:16px;flex-wrap:wrap}.ecommerce-products-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:24px;gap:24px;width:100%}@media (max-width:1100px){.ecommerce-products-grid{grid-template-columns:repeat(3,1fr);gap:20px}}@media (max-width:768px){.ecommerce-products-grid{grid-template-columns:repeat(2,1fr);gap:14px}}@media (max-width:360px){.ecommerce-products-grid{grid-template-columns:repeat(2,1fr);gap:10px}}.ecommerce-product-card{display:flex;flex-direction:column;background-color:#ffffff;border:1px solid #e8e8e8;border-radius:var(--radius-lg);box-shadow:var(--shadow-xs);position:relative;overflow:hidden;transition:transform var(--motion-normal) var(--motion-ease),box-shadow var(--motion-normal) var(--motion-ease),border-color var(--motion-normal) var(--motion-ease);height:100%;box-sizing:border-box}@media (hover:hover){.ecommerce-product-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-md);border-color:#d1d5db}}.ecommerce-product-card:active{transform:translateY(0);box-shadow:var(--shadow-xs)}.product-card-media{position:relative;width:100%;aspect-ratio:4/5;background-color:var(--surface-secondary);border-bottom:1px solid #f0f0f0;overflow:hidden;display:flex;align-items:center;justify-content:center}.product-card-img,.product-card-media a{display:block;width:100%;height:100%}.product-card-img{object-fit:cover;object-position:center;transition:transform .4s var(--motion-ease)}@media (hover:hover){.ecommerce-product-card:hover .product-card-img{transform:scale(1.03)}}.product-tag-badge{top:10px;left:10px;z-index:2;background:#ffffff;color:var(--text-primary);border:1px solid #e8e8e8;border-radius:var(--radius-full);box-shadow:var(--shadow-xs);padding:3px 8px;font-size:.68rem;line-height:1.2;pointer-events:none}.card-quick-add,.product-tag-badge{position:absolute;font-family:Public Sans,sans-serif;font-weight:600;letter-spacing:.02em}.card-quick-add{bottom:0;left:0;right:0;width:100%;padding:10px;background:rgba(23,23,23,.95);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#ffffff;border:none;font-size:.8rem;transform:translateY(100%);transition:transform var(--motion-normal) var(--motion-ease),background-color var(--motion-micro) var(--motion-ease);cursor:pointer;z-index:3;display:flex;align-items:center;justify-content:center;gap:6px}@media (hover:hover){.ecommerce-product-card:hover .card-quick-add{transform:translateY(0)}}.card-quick-add:hover{background:#000000}.product-card-info{padding:14px;display:flex;flex-direction:column;gap:6px;flex:1 1;background:transparent}.product-card-meta-row{display:flex;align-items:center;justify-content:space-between;gap:8px;min-height:18px}.product-card-category{font-size:.72rem;font-weight:600;letter-spacing:.02em;color:var(--text-secondary);overflow:hidden;text-overflow:ellipsis}.product-card-category,.product-card-stock{font-family:Public Sans,sans-serif;white-space:nowrap}.product-card-stock{font-size:.7rem;font-weight:500;color:var(--text-muted)}.product-card-title{font-family:Space Grotesk,sans-serif!important;font-size:clamp(.95rem,1.1vw,1.05rem);font-weight:600;letter-spacing:-.02em;line-height:1.3;margin:2px 0 0;color:var(--on-background);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.6em}.product-card-title a{color:inherit;text-decoration:none}.product-card-title a:hover{color:var(--ink)}.product-card-price-row{display:flex;align-items:baseline;justify-content:space-between;gap:8px;margin-top:auto;padding-top:6px}.product-card-price{font-family:Space Grotesk,sans-serif!important;font-size:1.1rem;font-weight:700;letter-spacing:-.02em;color:var(--on-background)}.product-card-mobile-add{display:none;width:100%;padding:8px 12px;background-color:var(--surface-secondary);color:var(--on-background);border:1px solid #e8e8e8;border-radius:var(--radius-md);box-shadow:var(--shadow-xs);font-family:Public Sans,sans-serif;font-size:.75rem;font-weight:600;letter-spacing:.01em;cursor:pointer;margin-top:8px;align-items:center;justify-content:center;gap:6px;transition:all var(--motion-micro) var(--motion-ease)}.product-card-mobile-add:active{background-color:var(--ink);color:#ffffff}@media (max-width:768px){.card-quick-add{display:none}.product-card-mobile-add{display:flex}.product-card-info{padding:10px 12px 12px;gap:4px}.product-card-title{font-size:.92rem}}.store-about-block{padding:clamp(48px,6vw,80px) 0;background:var(--store-bg);border-bottom:1px solid #e8e8e8}.about-editorial-wrap{display:grid;grid-template-columns:1fr 1fr;grid-gap:clamp(32px,4vw,56px);gap:clamp(32px,4vw,56px);align-items:center;max-width:1100px;margin:0 auto}.about-statement-title{font:700 clamp(1.6rem,3vw,2.4rem) /1.2 Space Grotesk,sans-serif;letter-spacing:-.03em;margin:8px 0 16px}.about-statement-desc{font-size:clamp(.95rem,1.2vw,1.05rem);line-height:1.65;color:var(--text-secondary);margin:0 0 24px}.about-single-frame{border:1px solid #e8e8e8;border-radius:var(--radius-xl);box-shadow:var(--shadow-md);aspect-ratio:4/5;overflow:hidden;background:#ffffff;max-height:460px;width:100%}.about-single-frame img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.store-reviews-block{padding:clamp(48px,6vw,80px) 0;background:var(--surface-secondary);border-bottom:1px solid #e8e8e8}.reviews-hero-box{max-width:720px;margin:0 auto;padding:clamp(28px,4vw,44px);background:#ffffff;border:1px solid #e8e8e8;border-radius:var(--radius-xl);box-shadow:var(--shadow-md);text-align:center}.stars-row{color:#f59e0b;font-size:1.25rem;letter-spacing:3px;margin-bottom:14px}.review-quote-text{font:600 clamp(1.15rem,2vw,1.45rem) /1.4 Space Grotesk,sans-serif;letter-spacing:-.02em;margin:0 0 18px;color:var(--on-background)}.review-author-info{display:flex;flex-direction:column;gap:2px;font-size:.85rem;font-weight:600}.review-author-info span{color:var(--text-primary)}.review-author-info small{color:var(--text-secondary)}.store-instagram-block{padding:clamp(48px,6vw,80px) 0;background:#ffffff;border-bottom:1px solid #e8e8e8}.instagram-header-simple{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:clamp(16px,2.5vw,24px);flex-wrap:wrap;gap:12px}.store-whatsapp-cta-block{padding:clamp(44px,5vw,68px) 0;background:#18181b;color:#ffffff;border-bottom:1px solid #27272a}.whatsapp-cta-compact{display:flex;justify-content:space-between;align-items:center;max-width:1000px;margin:0 auto;gap:24px}.cta-clean-title{font:700 clamp(1.5rem,2.8vw,2.2rem) Space Grotesk,sans-serif;color:#ffffff;margin:0 0 6px}.cta-clean-desc{font-size:clamp(.9rem,1.1vw,1rem);color:#a1a1aa;margin:0;line-height:1.5}.wa-store-btn{background:#25d366;color:#000000;font-size:.88rem;font-weight:700;padding:12px 24px;border-radius:var(--radius-md);white-space:nowrap;box-shadow:0 2px 8px rgba(37,211,102,.25);border:none}.wa-store-btn:hover{background:#22c55e;color:#000000}.store-text-block{padding:clamp(40px,5vw,60px) 0;background:var(--store-bg);border-bottom:1px solid #e8e8e8}.text-block-inner{max-width:800px;margin:0 auto}.text-title{font:700 clamp(1.5rem,2.5vw,2rem) Space Grotesk,sans-serif;margin:8px 0 12px}.text-body{font-size:1rem;line-height:1.65;color:var(--text-secondary)}.store-button-block{padding:clamp(32px,4vw,48px) 0;background:var(--surface-secondary);border-bottom:1px solid #e8e8e8;text-align:center}.store-footer-block{background:#ffffff;padding:clamp(44px,5vw,64px) 0 28px;border-top:1px solid #e8e8e8}.store-footer-grid{margin:0 auto clamp(24px,4vw,40px);display:grid;grid-template-columns:1.6fr 1fr 1fr;grid-gap:clamp(24px,3vw,40px);gap:clamp(24px,3vw,40px)}.footer-store-name{font:700 clamp(1.3rem,2vw,1.6rem) Space Grotesk,sans-serif;margin:0 0 8px;color:var(--on-background)}.footer-desc{font-size:.88rem;color:var(--text-secondary);line-height:1.5;margin:0 0 14px}.footer-meta-pill{display:inline-block;font-size:.7rem;font-weight:600;background:var(--surface-secondary);color:var(--text-secondary);border:1px solid #e8e8e8;border-radius:var(--radius-full);padding:3px 8px}.footer-heading{display:block;font-size:.78rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;margin-bottom:14px;color:var(--text-primary)}.footer-links{display:grid;grid-gap:8px;gap:8px;font-size:.85rem;color:var(--text-secondary)}.footer-links a{text-decoration:none;color:inherit;transition:color var(--motion-micro) var(--motion-ease)}.footer-links a:hover{color:var(--text-primary)}.store-footer-bottom{border-top:1px solid #f0f0f0;padding-top:20px;display:flex;justify-content:space-between;font-size:.78rem;font-weight:500;color:var(--text-muted);flex-wrap:wrap;gap:8px}.product-card-skeleton{border:1px solid #e8e8e8;border-radius:var(--radius-lg);background:#ffffff;box-shadow:var(--shadow-xs);display:flex;flex-direction:column;overflow:hidden}.skeleton-media{width:100%;aspect-ratio:4/5;background:linear-gradient(90deg,#f4f4f5 25%,#fbfbfb 50%,#f4f4f5 75%);background-size:200% 100%;animation:shimmer 1.8s ease-in-out infinite;border-bottom:1px solid #f0f0f0}.skeleton-info{padding:14px;display:flex;flex-direction:column;gap:8px}.skeleton-line{height:12px;background:#f4f4f5;border-radius:4px}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.cart-drawer-overlay{position:fixed;inset:0;background:rgba(0,0,0,.35);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:100;display:flex;justify-content:flex-end}.drawer{width:min(440px,100%);height:100%;border-left:1px solid #e8e8e8;box-shadow:var(--shadow-modal);flex-direction:column;overflow:hidden}.drawer,.drawer-head{background:#ffffff;display:flex}.drawer-head{padding:16px 20px;border-bottom:1px solid #e8e8e8;align-items:center;justify-content:space-between}.cart-shipping-progress{padding:12px 20px;background:var(--surface-secondary);border-bottom:1px solid #e8e8e8;font-size:.78rem}.progress-bar-bg{height:6px;background:#e5e7eb;border-radius:3px;margin-top:6px;overflow:hidden}.progress-bar-fill{height:100%;background:var(--ink);border-radius:3px;transition:width .3s ease}.drawer-body{flex:1 1;overflow-y:auto;padding:16px 20px}.empty-cart-state{text-align:center;padding:48px 16px}.cart-items-list{display:grid;grid-gap:12px;gap:12px}.cart-item-row{display:flex;gap:12px;padding-bottom:12px;border-bottom:1px solid #f0f0f0}.cart-item-photo{width:64px;height:64px;object-fit:cover;border:1px solid #e8e8e8;border-radius:var(--radius-md)}.cart-item-info{flex:1 1;display:flex;flex-direction:column}.cart-item-category{font-size:.68rem;font-weight:600;text-transform:uppercase;color:var(--text-muted)}.cart-item-name{font-size:.9rem;margin:2px 0 3px}.cart-item-unit-price{font-size:.8rem;color:var(--text-secondary)}.cart-item-qty-row{margin-top:6px;display:flex;align-items:center;justify-content:space-between}.qty-controls{display:inline-flex;align-items:center;border:1px solid #e8e8e8;border-radius:var(--radius-sm);background:#ffffff;overflow:hidden}.qty-controls button{padding:3px 8px;border:none;background:transparent;font-weight:700;font-size:.85rem}.qty-controls button:hover{background:var(--surface-secondary)}.qty-controls span{padding:0 8px;font-size:.8rem;font-weight:600}.drawer-footer{padding:16px 20px;border-top:1px solid #e8e8e8;background:#ffffff}.cart-summary-line{display:flex;justify-content:space-between;font-size:.95rem;margin-bottom:4px}.cart-summary-line.subtext{font-size:.72rem;color:var(--text-muted);margin-bottom:12px}.cart-actions-row{display:flex;gap:8px}[data-storefront-theme=pookie] .drawer-body,[data-storefront-theme=pookie] .drawer-footer,[data-storefront-theme=pookie] .drawer-head{background-color:#fff5f7;color:#4a1d24;border-color:#fbcfe8}[data-storefront-theme=pookie] .cart-shipping-progress{background-color:#ffeef2;border-color:#fbcfe8}[data-storefront-theme=pookie] .progress-bar-fill{background:#f43f5e}[data-storefront-theme=noir] .drawer-body,[data-storefront-theme=noir] .drawer-footer,[data-storefront-theme=noir] .drawer-head{background-color:#18181b;color:#fafafa;border-color:#27272a}[data-storefront-theme=noir] .cart-shipping-progress{background-color:#27272a;border-color:#3f3f46;color:#d4af37}[data-storefront-theme=noir] .progress-bar-fill{background:#d4af37}[data-storefront-theme=noir] .qty-controls{background-color:#27272a;border-color:#3f3f46;color:#fafafa}[data-storefront-theme=noir] .qty-controls button{color:#fafafa}[data-storefront-theme=organic] .drawer-body,[data-storefront-theme=organic] .drawer-footer,[data-storefront-theme=organic] .drawer-head{background-color:#fbf8f3;color:#2c2724;border-color:#e8e1d5}[data-storefront-theme=organic] .cart-shipping-progress{background-color:#f4efe6;border-color:#e8e1d5}[data-storefront-theme=organic] .progress-bar-fill{background:#4d6350}[data-storefront-theme=bold] .drawer-body,[data-storefront-theme=bold] .drawer-footer,[data-storefront-theme=bold] .drawer-head{background-color:#ffffff;color:#000000;border-color:#000000}[data-storefront-theme=bold] .cart-shipping-progress{background-color:#f0f0f0;border-color:#000000}[data-storefront-theme=bold] .progress-bar-fill{background:#ff3e00}.builder-root{height:100dvh;max-height:100dvh;display:flex;flex-direction:column;background:var(--background);position:relative}.builder-root,.builder-topbar{overflow:hidden;box-sizing:border-box;width:100%}.builder-topbar{flex-shrink:0;border-bottom:1px solid #e8e8e8;background:#ffffff;z-index:60}.builder-topbar-desktop{display:flex;padding:0 16px}.builder-topbar-desktop,.builder-topbar-tablet{height:56px;min-height:56px;max-height:56px;align-items:center;justify-content:space-between}.builder-topbar-tablet{display:none;padding:0 14px}.builder-topbar-mobile{height:52px;min-height:52px;max-height:52px;display:none;align-items:center;justify-content:space-between;padding:0 12px}@media (max-width:767px){.builder-topbar-desktop,.builder-topbar-tablet{display:none!important}.builder-topbar-mobile{display:flex!important}}@media (min-width:768px) and (max-width:1023px){.builder-topbar-desktop{display:none!important}.builder-topbar-tablet{display:flex!important}.builder-topbar-mobile{display:none!important}}@media (min-width:1024px){.builder-topbar-desktop{display:flex!important}.builder-topbar-mobile,.builder-topbar-tablet{display:none!important}}.builder-topbar-left,.builder-topbar-right{display:flex;align-items:center;gap:8px;flex-shrink:0}.builder-back-btn,.builder-back-link{font-family:Public Sans,sans-serif;font-size:.8rem;font-weight:600;padding:6px 12px;border:1px solid #e8e8e8;border-radius:var(--radius-md);background:#ffffff;text-decoration:none;color:var(--on-background);transition:all var(--motion-micro) var(--motion-ease);white-space:nowrap;box-shadow:var(--shadow-xs)}.builder-back-btn:hover,.builder-back-link:hover{background:var(--surface-secondary)}.builder-mobile-brand{font-family:Space Grotesk,sans-serif;font-size:.88rem;font-weight:700;letter-spacing:-.01em;color:var(--on-background);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.builder-mobile-right{display:flex;align-items:center;gap:6px;flex-shrink:0}.builder-save-status-compact{font-family:Public Sans,sans-serif;font-size:.72rem;font-weight:600;display:flex;align-items:center;gap:4px;color:var(--text-secondary);white-space:nowrap;padding:3px 8px;background:var(--surface-secondary);border-radius:var(--radius-full)}.builder-more-btn{width:34px;height:34px;min-width:34px;min-height:34px;display:flex;align-items:center;justify-content:center;background:#ffffff;border:1px solid #e8e8e8;border-radius:var(--radius-md);box-shadow:var(--shadow-xs);font-size:1.1rem;font-weight:700;cursor:pointer;padding:0;transition:background-color var(--motion-micro) var(--motion-ease)}.builder-more-btn.active,.builder-more-btn:active{background:var(--surface-secondary)}.builder-divider{width:1px;height:20px;background:#e8e8e8}.history{display:flex;gap:2px}.history-btn{border:1px solid #e8e8e8;background:#ffffff;border-radius:var(--radius-sm);padding:5px 10px;font-family:Public Sans,sans-serif;font-size:.78rem;font-weight:600;cursor:pointer;transition:all var(--motion-micro) var(--motion-ease)}.history-btn:hover:not(:disabled){background:var(--surface-secondary)}.history-btn:disabled{opacity:.4;cursor:not-allowed}.device-pills,.device-switcher{display:flex;border:1px solid #e8e8e8;border-radius:var(--radius-md);background:var(--surface-secondary);padding:2px}.device-btn{padding:4px 10px;border:none;background:transparent;border-radius:var(--radius-sm);font-family:Public Sans,sans-serif;font-size:.75rem;font-weight:600;color:var(--text-secondary);cursor:pointer;transition:all var(--motion-micro) var(--motion-ease);white-space:nowrap}.device-btn.active{background:#ffffff;color:var(--text-primary);box-shadow:var(--shadow-xs)}.builder-store-pill{padding:4px 10px;background:var(--surface-secondary);border:1px solid #e8e8e8;border-radius:var(--radius-full);font-size:.75rem}.builder-save-status,.builder-store-pill{font-family:Public Sans,sans-serif;font-weight:600;white-space:nowrap}.builder-save-status{font-size:.78rem;display:flex;align-items:center;gap:6px;color:var(--text-secondary)}.live-dot{color:#16a34a;font-size:.75rem}.preview-mode-root{height:100dvh;min-height:100dvh;max-height:100dvh;flex-direction:column;background-color:#f5f5f4;position:relative}.preview-mode-root,.preview-mode-topbar{width:100%;max-width:100vw;display:flex;overflow:hidden;box-sizing:border-box}.preview-mode-topbar{height:56px;min-height:56px;max-height:56px;padding:0 16px;background-color:#ffffff;border-bottom:1px solid #e8e8e8;justify-content:space-between;align-items:center;gap:12px;flex-shrink:0;z-index:60}.preview-topbar-left{display:flex;gap:8px;flex:1 1 auto}.preview-store-title,.preview-topbar-left{align-items:center;min-width:0;overflow:hidden}.preview-store-title{font-family:Space Grotesk,sans-serif;font-size:.9rem;font-weight:700;color:var(--on-background);flex-shrink:1;display:inline-flex}.preview-store-name,.preview-store-title{text-overflow:ellipsis;white-space:nowrap}.preview-store-name{overflow:hidden}.preview-mode-tag{font-weight:500;color:var(--text-secondary);white-space:nowrap}.preview-topbar-right{display:flex;align-items:center;gap:8px;flex-shrink:0;min-width:max-content}.preview-exit-button{padding:6px 14px;font-size:.78rem;font-weight:600;display:inline-flex;align-items:center;gap:5px;flex-shrink:0!important;white-space:nowrap!important;cursor:pointer;box-shadow:var(--shadow-xs);z-index:10}.preview-viewport-container{flex:1 1;min-height:0;padding:20px 16px;overflow:hidden;display:flex;justify-content:center;align-items:stretch;box-sizing:border-box;width:100%}.preview-frame{width:100%;height:100%;background-color:#ffffff;border-radius:12px;border:1px solid #e5e7eb;box-shadow:0 10px 30px rgba(0,0,0,.06);overflow-y:auto;overflow-x:hidden;box-sizing:border-box}@media (max-width:767px){.preview-mode-topbar{height:52px;min-height:52px;max-height:52px;padding:max(4px,env(safe-area-inset-top,4px)) max(10px,env(safe-area-inset-right,10px)) 4px max(10px,env(safe-area-inset-left,10px));gap:6px}.preview-topbar-left{gap:6px}.preview-store-title{font-size:.84rem}.preview-exit-button{padding:6px 10px;font-size:.75rem;gap:4px}.preview-viewport-container{padding:0!important}.preview-frame{border-radius:0!important;border:none!important;box-shadow:none!important;max-width:100%!important;height:100%!important}}.builder-studio{flex:1 1;min-height:0;height:calc(100dvh - 56px);display:flex;overflow:hidden;position:relative;background:#f8f8f7;box-sizing:border-box;width:100%}.builder-sidebar-left{width:280px;min-width:280px;max-width:280px;border-right:1px solid #e8e8e8}.builder-sidebar-left,.builder-sidebar-right{flex-shrink:0;background:#ffffff;display:flex;flex-direction:column;height:100%;overflow:hidden;z-index:20;box-sizing:border-box}.builder-sidebar-right{width:320px;min-width:320px;max-width:320px;border-left:1px solid #e8e8e8}.sidebar-header{padding:14px 16px;border-bottom:1px solid #e8e8e8;justify-content:space-between;flex-shrink:0}.drawer-close-btn,.sidebar-header{background:#ffffff;display:flex;align-items:center}.drawer-close-btn{border:1px solid #e8e8e8;border-radius:var(--radius-sm);width:28px;height:28px;justify-content:center;font-weight:700;font-size:.8rem;cursor:pointer}.drawer-close-btn:hover{background:var(--error-container);color:var(--error)}.element-cards-container,.properties-scroll-container{padding:14px;overflow-y:auto;overflow-x:hidden;flex:1 1;min-height:0;display:flex;flex-direction:column;gap:10px;-webkit-overflow-scrolling:touch}.element-card{padding:12px;background:#ffffff;border:1px solid #e8e8e8;border-radius:var(--radius-lg);cursor:-webkit-grab;cursor:grab;transition:transform var(--motion-micro) var(--motion-ease),box-shadow var(--motion-micro) var(--motion-ease),border-color var(--motion-micro) var(--motion-ease);-webkit-user-select:none;-moz-user-select:none;user-select:none;box-sizing:border-box;box-shadow:var(--shadow-xs)}.element-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-md);border-color:#d1d5db}.element-card:active{cursor:-webkit-grabbing;cursor:grabbing}.element-card-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.element-card-title{font-family:Space Grotesk,sans-serif;font-size:.82rem;font-weight:600;letter-spacing:-.01em}.element-add-badge{font-family:Public Sans,sans-serif;font-size:.7rem;font-weight:700;padding:2px 6px}.element-add-badge,.element-preview-wireframe{background:var(--surface-secondary);border:1px solid #e8e8e8;border-radius:var(--radius-sm)}.element-preview-wireframe{padding:8px 10px;min-height:44px;display:flex;flex-direction:column;justify-content:center;gap:4px}.wire-bar-xs{height:3px;background:#d1d5db;border-radius:2px}.wire-bar-sm{height:4px;background:#9ca3af;border-radius:2px}.wire-bar-md{height:6px;background:#4b5563;border-radius:2px}.wire-pill-xs{width:32px;height:6px;background:#e5e7eb;border-radius:3px}.wire-pill-sm{width:44px;height:8px;background:#171717;border-radius:4px;margin-top:2px}.wire-box-img{width:40px;height:34px}.wire-box-img,.wire-box-img-sm{background:#e5e7eb;border-radius:4px;flex-shrink:0}.wire-box-img-sm{width:32px;height:32px}.wire-circle-avatar{width:28px;height:28px;border-radius:50%;background:#e5e7eb;flex-shrink:0}.wire-hero{display:flex;align-items:center;justify-content:space-between;gap:6px}.wire-hero-text{flex:1 1;display:flex;flex-direction:column;gap:3px}.wire-product{display:flex;align-items:center;gap:8px}.wire-product-text{flex:1 1;display:flex;flex-direction:column;gap:3px}.wire-category{display:flex;justify-content:space-between;gap:4px}.wire-cat-pill{padding:2px 6px;font-size:.6rem;font-weight:600;border-radius:var(--radius-full);background:#ffffff;border:1px solid #e8e8e8}.wire-cat-pill.active{background:#171717;color:#ffffff;border-color:#171717}.wire-grid-4{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:4px;gap:4px}.wire-grid-item{height:28px;background:#ffffff;border-radius:3px;border:1px solid #e8e8e8;display:flex;align-items:flex-end;padding:2px}.wire-about{display:flex;align-items:center;justify-content:space-between;gap:6px}.wire-about-text{flex:1 1;gap:3px}.wire-about-text,.wire-reviews{display:flex;flex-direction:column}.wire-reviews{gap:2px}.wire-stars{color:#f59e0b;font-size:.65rem;font-weight:700}.wire-instagram-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:4px;gap:4px}.wire-insta-box{height:22px;background:#e5e7eb;border-radius:3px}.wire-whatsapp-banner{display:flex;align-items:center;justify-content:space-between;background:#25d366;color:#000;padding:4px 8px;font-size:.65rem;font-weight:700;border-radius:var(--radius-sm)}.wire-editorial{display:flex;flex-direction:column;gap:3px}.wire-cta-btn{background:#171717;color:#ffffff;text-align:center;font-size:.65rem;font-weight:600;padding:5px;border-radius:var(--radius-sm)}.builder-canvas-workspace{flex:1 1;min-width:0;min-height:0;height:100%;overflow-y:auto;overflow-x:hidden;background-color:#f8f8f7;padding:24px 16px 60px;display:flex;justify-content:center;box-sizing:border-box}.canvas{background-color:#ffffff;border:1px solid #e8e8e8;border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);overflow:hidden;width:100%;box-sizing:border-box}.canvas-browser-bar{padding:8px 16px;background-color:var(--surface-secondary);border-bottom:1px solid #e8e8e8;display:flex;justify-content:space-between;align-items:center}.canvas-url-badge{background-color:#ffffff;border:1px solid #e8e8e8;border-radius:var(--radius-full);padding:2px 14px;font-size:.75rem;font-family:Public Sans,sans-serif;font-weight:500;max-width:60%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.canvas-drop-indicator{height:4px;background:var(--accent-warm);margin:8px 0;position:relative;border-radius:2px;z-index:45;display:flex;align-items:center;justify-content:center}.drop-badge{background:var(--ink);color:#ffffff;font-family:Public Sans,sans-serif;font-size:.7rem;font-weight:600;padding:2px 10px;border-radius:var(--radius-full);position:absolute}.edit-block{position:relative;outline:2px solid transparent;transition:outline-color var(--motion-normal) var(--motion-ease),box-shadow var(--motion-normal) var(--motion-ease),opacity var(--motion-micro) var(--motion-ease)}.edit-block:hover{outline:2px dashed rgba(0,0,0,.2)}.edit-block.selected{outline:2px solid var(--ink)}.edit-block.is-dragging{opacity:.72;transform:scale(1.005);cursor:-webkit-grabbing;cursor:grabbing;box-shadow:var(--shadow-lg);z-index:8}.attached-block-toolbar{position:absolute;top:8px;right:12px;background:#ffffff;border:1px solid #e8e8e8;border-radius:var(--radius-md);box-shadow:var(--shadow-md);z-index:35;display:flex;align-items:center;-webkit-user-select:none;-moz-user-select:none;user-select:none;overflow:hidden}.toolbar-drag-handle{padding:6px 10px;font-family:Public Sans,sans-serif;font-size:.72rem;font-weight:600;border-right:1px solid #e8e8e8;cursor:-webkit-grab;cursor:grab;background:var(--surface-secondary)}.toolbar-actions{display:flex}.toolbar-actions button{padding:6px 10px;border:none;border-right:1px solid #e8e8e8;background:#ffffff;font-family:Public Sans,sans-serif;font-size:.75rem;font-weight:600;cursor:pointer;transition:background-color var(--motion-micro) var(--motion-ease)}.toolbar-actions button:hover:not(:disabled){background:var(--surface-secondary)}.toolbar-actions button:disabled{opacity:.4;cursor:not-allowed}.toolbar-actions button.delete-btn{border-right:none;color:var(--error)}.toolbar-actions button.delete-btn:hover{background:var(--error-container)}.empty-properties-state{text-align:center;padding:40px 16px;border:1px dashed #e8e8e8;border-radius:var(--radius-lg);background:var(--surface-secondary)}.builder-mobile-bottom-bar{display:none;position:fixed;bottom:0;left:0;right:0;width:100%;height:calc(60px + env(safe-area-inset-bottom, 0px));padding-bottom:env(safe-area-inset-bottom,0);background:#ffffff;border-top:1px solid #e8e8e8;box-shadow:0 -2px 10px rgba(0,0,0,.05);z-index:70;grid-template-columns:repeat(3,1fr);align-items:center;box-sizing:border-box}.mobile-bar-btn{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;height:100%;min-height:44px;background:transparent;border:none;border-right:1px solid #f0f0f0;font-family:Public Sans,sans-serif;font-size:.72rem;font-weight:600;padding:8px 4px;cursor:pointer;transition:all var(--motion-micro) var(--motion-ease);color:var(--text-secondary)}.mobile-bar-btn:last-child{border-right:none}.mobile-bar-btn.active,.mobile-bar-btn:hover{background:var(--surface-secondary);color:var(--text-primary)}.mobile-bar-btn:disabled{opacity:.35;cursor:not-allowed}.mobile-bar-btn .bar-icon{font-size:1.25rem;line-height:1}.builder-sheet-overlay{position:fixed;inset:0;background:rgba(0,0,0,.35);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:200;display:flex;align-items:flex-end;justify-content:center}.builder-sheet{width:100%;max-width:600px;max-height:85dvh;background:#ffffff;border-top:1px solid #e8e8e8;border-radius:20px 20px 0 0;display:flex;flex-direction:column;overflow:hidden;animation:sheetSlideUp .28s var(--motion-ease);box-shadow:var(--shadow-modal);padding-bottom:env(safe-area-inset-bottom,0)}@keyframes sheetSlideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.builder-sheet{animation:none}}.builder-sheet-handle{width:36px;height:4px;background:#e2e8f0;border-radius:2px;margin:10px auto 0;flex-shrink:0}.builder-sheet-header{padding:14px 16px;background:#ffffff;border-bottom:1px solid #e8e8e8;display:flex;align-items:center;justify-content:space-between;flex-shrink:0}.builder-sheet-title{font-family:Space Grotesk,sans-serif;font-size:.95rem;font-weight:700;margin:0;color:var(--on-background)}.builder-sheet-close{width:32px;height:32px;min-width:32px;display:flex;align-items:center;justify-content:center;background:#ffffff;border:1px solid #e8e8e8;border-radius:var(--radius-sm);font-weight:700;font-size:.85rem;cursor:pointer;transition:background-color var(--motion-micro) var(--motion-ease)}.builder-sheet-close:hover{background:var(--error-container);color:var(--error)}.builder-sheet-body{flex:1 1;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch}.sheet-add-grid{display:flex;flex-direction:column;padding:12px;gap:8px}.sheet-add-item{display:flex;align-items:center;gap:14px;min-height:56px;padding:12px 14px;background:#ffffff;border:1px solid #e8e8e8;border-radius:var(--radius-md);box-shadow:var(--shadow-xs);cursor:pointer;text-align:left;width:100%;transition:all var(--motion-micro) var(--motion-ease)}.sheet-add-item:active,.sheet-add-item:hover{background:var(--surface-secondary);border-color:#d1d5db;transform:translateY(-1px);box-shadow:var(--shadow-sm)}.sheet-add-icon{width:36px;height:36px;min-width:36px;display:flex;align-items:center;justify-content:center;background:var(--surface-secondary);border:1px solid #e8e8e8;border-radius:var(--radius-md);font-size:1.1rem;flex-shrink:0}.sheet-add-label{display:flex;flex-direction:column;gap:2px;min-width:0}.sheet-add-name{font-family:Space Grotesk,sans-serif;font-size:.85rem;font-weight:600;color:var(--on-background)}.sheet-add-desc{font-size:.72rem;color:var(--text-secondary)}.sheet-add-badge,.sheet-add-desc{font-family:Public Sans,sans-serif}.sheet-add-badge{margin-left:auto;flex-shrink:0;font-size:.65rem;font-weight:700;padding:3px 8px;background:var(--surface-secondary);border:1px solid #e8e8e8;border-radius:var(--radius-full)}.sheet-layers-list{display:flex;flex-direction:column;padding:12px;gap:8px}.sheet-layer-item{display:flex;align-items:center;gap:10px;min-height:52px;padding:10px 14px;background:#ffffff;border:1px solid #e8e8e8;border-radius:var(--radius-md);box-shadow:var(--shadow-xs);cursor:pointer;transition:all var(--motion-micro) var(--motion-ease)}.sheet-layer-item.active{background:var(--surface-secondary);border-color:var(--ink)}.sheet-layer-idx{font-family:Public Sans,sans-serif;font-size:.7rem;font-weight:600;color:var(--text-muted);width:22px;flex-shrink:0}.sheet-layer-label{flex:1 1;min-width:0;font-family:Space Grotesk,sans-serif;font-size:.85rem;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sheet-layer-actions{display:flex;gap:4px;flex-shrink:0}.sheet-layer-actions button{min-width:30px;height:30px;display:flex;align-items:center;justify-content:center;padding:0 6px;border:1px solid #e8e8e8;border-radius:var(--radius-sm);background:#ffffff;font-weight:600;font-size:.8rem;cursor:pointer;transition:background-color var(--motion-micro) var(--motion-ease)}.sheet-layer-actions button:hover:not(:disabled){background:var(--surface-secondary)}.sheet-layer-actions button:disabled{opacity:.35;cursor:not-allowed}.sheet-layer-actions button.delete-layer{color:var(--error)}.sheet-layer-actions button.delete-layer:hover{background:var(--error-container)}.builder-publish-modal-overlay{position:fixed;inset:0;background:rgba(0,0,0,.4);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:105;display:flex;align-items:center;justify-content:center;padding:16px;box-sizing:border-box}.builder-publish-sheet{width:100%;max-width:440px;background:#ffffff;border:1px solid #e8e8e8;border-radius:var(--radius-xl);box-shadow:var(--shadow-modal);display:flex;flex-direction:column;overflow:hidden}.publish-sheet-header{padding:16px 20px;background:#ffffff;border-bottom:1px solid #e8e8e8;display:flex;align-items:center;justify-content:space-between}.publish-sheet-body{padding:24px 20px}.publish-sheet-actions{display:flex;gap:10px}.dashboard-shell{display:flex;min-height:100vh}.page{max-width:1200px;margin:auto;padding:32px 24px}.metrics{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:16px;gap:16px;margin:24px 0}.metric{padding:20px;min-height:110px;display:flex;flex-direction:column;justify-content:space-between}.metric b{font:700 2.5rem/1 Space Grotesk}.table{width:100%;border-collapse:collapse}.table td,.table th{padding:12px 16px;border-bottom:1px solid #f0f0f0;text-align:left;font-size:.85rem}.table th{font-size:.72rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;background:var(--surface-secondary);color:var(--text-secondary)}.form-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px}.form-grid .full{grid-column:1/-1}@media (max-width:850px){.desktop-only{display:none!important}.mobile-menu-toggle{display:inline-flex!important}.hero-editorial-grid{grid-template-columns:1fr;gap:28px}.featured-product-card{grid-template-columns:1fr;gap:24px}.about-editorial-wrap{grid-template-columns:1fr;gap:28px}.whatsapp-cta-compact{flex-direction:column;text-align:center}.wa-store-btn{width:100%}.store-footer-grid{grid-template-columns:1fr;gap:24px}}@media (max-width:550px){.form-grid{grid-template-columns:1fr}.form-grid .full{grid-column:auto}}.canvas.device-mobile .desktop-only{display:none!important}.canvas.device-mobile .mobile-menu-toggle{display:inline-flex!important}.canvas.device-mobile .hero-editorial-grid{grid-template-columns:1fr;gap:20px}.canvas.device-mobile .hero-title{font-size:2.2rem}.canvas.device-mobile .featured-product-card{grid-template-columns:1fr;gap:20px;padding:16px}.canvas.device-mobile .ecommerce-products-grid{grid-template-columns:repeat(2,1fr)!important;gap:10px}.canvas.device-mobile .about-editorial-wrap{grid-template-columns:1fr;gap:20px}.mobile-drawer-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.35);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:90}.mobile-drawer-panel{width:min(300px,85vw);height:100%;background:#ffffff;border-right:1px solid #e8e8e8;display:flex;flex-direction:column;justify-content:space-between;padding:24px 20px;box-shadow:var(--shadow-modal);overflow-y:auto}.motion-overlay{position:fixed;inset:0;opacity:0;z-index:100;transition:opacity var(--motion-panel) var(--motion-ease)}.motion-overlay.is-open{opacity:1}.motion-overlay--modal{display:flex;align-items:center;justify-content:center}.motion-overlay--sheet{display:flex;align-items:flex-end;justify-content:center}.motion-overlay--drawer-left{display:flex;justify-content:flex-start}.motion-overlay--drawer-right{display:flex;justify-content:flex-end}.motion-panel{will-change:transform,opacity}.motion-panel--sheet{transform:translateY(100%);opacity:.96;transition:transform var(--motion-panel) var(--motion-ease),opacity var(--motion-panel) var(--motion-ease)}.motion-panel--sheet.is-open{transform:translateY(0);opacity:1}.motion-panel--modal{transform:scale(.97);opacity:0;transition:transform var(--motion-panel) var(--motion-ease),opacity var(--motion-panel) var(--motion-ease)}.motion-panel--modal.is-open{transform:scale(1);opacity:1}.motion-panel--drawer-left{transform:translateX(-100%);transition:transform var(--motion-panel) var(--motion-ease)}.motion-panel--drawer-left.is-open{transform:translateX(0)}.motion-panel--drawer-right{transform:translateX(100%);transition:transform var(--motion-panel) var(--motion-ease)}.motion-panel--drawer-right.is-open{transform:translateX(0)}.page-enter{animation:pageEnter var(--motion-page) var(--motion-ease)}@keyframes pageEnter{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.list-enter{animation:listEnter var(--motion-normal) var(--motion-ease)}@keyframes listEnter{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.list-exit{animation:listExit var(--motion-normal) var(--motion-ease) forwards;pointer-events:none}@keyframes listExit{to{opacity:0;transform:translateY(4px) scale(.98)}}.sf-reveal{opacity:0;transform:translateY(8px);transition:opacity var(--motion-page) var(--motion-ease),transform var(--motion-page) var(--motion-ease)}.sf-reveal.is-in{opacity:1;transform:translateY(0)}.media-fade{opacity:0;transition:opacity var(--motion-normal) var(--motion-ease)}.media-fade.is-loaded{opacity:1}.save-spinner{width:14px;height:14px;border:2px solid #e5e7eb;border-top:2px solid var(--ink);border-radius:50%;animation:spin .7s linear infinite;display:inline-block}@keyframes spin{to{transform:rotate(1turn)}}.livka-toast{position:fixed;bottom:24px;left:50%;transform:translateX(-50%) translateY(8px);opacity:0;z-index:120;padding:10px 18px;background:#ffffff;border:1px solid #e8e8e8;border-radius:var(--radius-full);box-shadow:var(--shadow-lg);font-size:.82rem;font-weight:600;pointer-events:none;animation:toastIn .22s var(--motion-ease) forwards}@keyframes toastIn{to{opacity:1;transform:translateX(-50%) translateY(0)}}.upload-shimmer{position:absolute;inset:0;background:linear-gradient(90deg,rgba(244,244,245,.4) 25%,rgba(255,255,255,.7) 50%,rgba(244,244,245,.4) 75%);background-size:200% 100%;animation:shimmer 1.8s ease-in-out infinite}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}.media-fade,.motion-overlay,.motion-panel,.sf-reveal{opacity:1!important;transform:none!important}}.builder-product-canvas-card{position:relative;background:#ffffff;border:1px solid #e8e8e8;border-radius:var(--radius-xl);box-shadow:var(--shadow-sm);display:grid;grid-template-columns:minmax(280px,1fr) 1.2fr;grid-gap:28px;gap:28px;padding:28px;align-items:start;transition:box-shadow .2s ease,border-color .2s ease}@media (max-width:767px){.builder-product-canvas-card{grid-template-columns:1fr;gap:18px;padding:16px}}.builder-image-dropzone{position:relative;width:100%;aspect-ratio:4/5;min-height:260px;max-height:480px;background-color:var(--surface-secondary);border:1.5px dashed #d1d5db;border-radius:var(--radius-lg);display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:background-color var(--motion-micro) var(--motion-ease),border-color var(--motion-micro) var(--motion-ease)}.builder-image-dropzone:hover{background-color:#f3f4f6;border-color:#9ca3af}.builder-image-dropzone.has-image{border-style:solid;border-color:#e8e8e8;background-color:#ffffff}.builder-image-dropzone.is-uploading{pointer-events:none}.builder-image-placeholder-content{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px 16px;text-align:center;color:var(--text-secondary)}.builder-image-add-icon{width:44px;height:44px;background:#ffffff;border:1px solid #e8e8e8;border-radius:50%;box-shadow:var(--shadow-xs);display:flex;align-items:center;justify-content:center;font-size:1.4rem;font-weight:700;margin-bottom:12px;color:var(--text-primary)}.builder-image-overlay-actions{position:absolute;top:10px;right:10px;display:flex;gap:6px;z-index:20;opacity:.95;transition:opacity var(--motion-micro) var(--motion-ease)}.builder-img-action-btn{padding:6px 12px;background:#ffffff;border:1px solid #e8e8e8;border-radius:var(--radius-md);box-shadow:var(--shadow-xs);font-family:Public Sans,sans-serif;font-size:.75rem;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:4px;transition:all var(--motion-micro) var(--motion-ease)}.builder-img-action-btn:hover{background:var(--surface-secondary)}.builder-img-action-btn.delete:hover{background:var(--error-container);color:var(--error)}.builder-upload-overlay{position:absolute;inset:0;background:rgba(23,23,23,.7);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);color:#ffffff;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px;z-index:25}.builder-upload-progress-box{width:80%;max-width:220px;text-align:center}.builder-upload-progress-track{width:100%;height:6px;background:rgba(255,255,255,.2);border-radius:3px;overflow:hidden;margin:10px 0 6px}.builder-upload-progress-fill{height:100%;background:#ffffff;border-radius:3px;transition:width .2s ease-out}.inline-editable-field{position:relative;display:block;margin-bottom:8px}.inline-editable-text{cursor:text;border:1px dashed transparent;padding:4px 6px;margin:-4px -6px;border-radius:var(--radius-sm);transition:border-color var(--motion-micro) var(--motion-ease),background-color var(--motion-micro) var(--motion-ease);word-break:break-word}.inline-editable-text:hover{border-color:#d1d5db;background-color:var(--surface-secondary)}.inline-editable-text:after{content:" ✎";font-size:.8em;opacity:0;transition:opacity var(--motion-micro) var(--motion-ease);color:var(--text-muted)}.inline-editable-text:hover:after{opacity:.7}.inline-edit-input{padding:6px 10px;font-weight:inherit;letter-spacing:inherit;line-height:inherit}.inline-edit-input,.inline-edit-textarea{width:100%;background:#ffffff!important;border:1px solid var(--ink)!important;box-shadow:0 0 0 3px rgba(0,0,0,.05)!important;border-radius:var(--radius-sm)!important;outline:none!important;font-family:inherit;font-size:inherit;color:var(--on-background);box-sizing:border-box}.inline-edit-textarea{padding:8px 10px;line-height:1.5;resize:vertical;min-height:72px}.builder-meta-toolbar-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:12px}.builder-category-pill-btn{display:inline-flex;align-items:center;gap:6px;padding:5px 12px;background:var(--surface-secondary);border:1px solid #e8e8e8;border-radius:var(--radius-full);box-shadow:var(--shadow-xs);font-family:Public Sans,sans-serif;font-size:.75rem;font-weight:600;cursor:pointer;transition:all var(--motion-micro) var(--motion-ease)}.builder-category-pill-btn:hover{background:var(--ink);color:#ffffff;border-color:var(--ink)}.builder-popover-menu{position:absolute;top:calc(100% + 6px);left:0;background:#ffffff;border:1px solid #e8e8e8;border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);z-index:45;min-width:220px;max-width:300px;padding:6px}.builder-popover-item{display:flex;align-items:center;justify-content:space-between;width:100%;padding:8px 10px;border:none;border-radius:var(--radius-sm);background:transparent;font-family:Public Sans,sans-serif;font-size:.8rem;font-weight:500;text-align:left;cursor:pointer;transition:background-color var(--motion-micro) var(--motion-ease)}.builder-popover-item.active,.builder-popover-item:hover{background:var(--surface-secondary)}.builder-popover-item.active{font-weight:700}.builder-popover-divider{height:1px;background:#f0f0f0;margin:4px 0}.builder-grid-add-card{min-height:280px;background:var(--surface-secondary);border:1.5px dashed #d1d5db;border-radius:var(--radius-lg);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px 16px;text-align:center;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:all var(--motion-micro) var(--motion-ease)}.builder-grid-add-card:hover{background-color:#f3f4f6;border-color:#9ca3af;transform:translateY(-2px)}.builder-grid-add-icon{width:40px;height:40px;border:1px solid #e8e8e8;border-radius:50%;background:#ffffff;display:flex;align-items:center;justify-content:center;font-size:1.3rem;font-weight:700;margin-bottom:10px;box-shadow:var(--shadow-xs)}.builder-empty-canvas{max-width:640px;margin:40px auto;padding:48px 32px;text-align:center;background:#ffffff;border:1px dashed #e8e8e8;border-radius:var(--radius-xl);box-shadow:var(--shadow-sm)}.mobile-only{display:none!important}.desktop-only,.hidden-mobile{display:flex!important}@media (max-width:1024px){.desktop-only,.device-pills,.device-switcher,.hidden-mobile{display:none!important}.mobile-only{display:flex!important}}@media (max-width:767px){.builder-sidebar-left,.builder-sidebar-right{display:none!important}.builder-mobile-bottom-bar{display:grid!important}.builder-studio{flex-direction:column}.builder-canvas-workspace{flex:1 1!important;min-height:0!important;height:100%!important;overflow-y:auto!important;overflow-x:hidden!important;padding:0 0 calc(60px + env(safe-area-inset-bottom, 0px) + 16px)!important;background-color:var(--surface-secondary)!important}.canvas-scaler-container{width:100%!important;max-width:100%!important;margin:0!important}.builder-canvas-workspace .canvas{border-left:none!important;border-right:none!important;box-shadow:none!important;border-radius:0!important}.canvas-browser-bar{display:none!important}.attached-block-toolbar{top:4px;right:4px}.toolbar-actions button{padding:8px 10px;font-size:.75rem}}@media (min-width:768px) and (max-width:1023px){.builder-sidebar-left,.builder-sidebar-right{position:fixed;top:56px;bottom:0;width:300px;max-width:85vw;transition:transform .25s ease-in-out;z-index:60}.builder-sidebar-left{left:0;transform:translateX(-100%);box-shadow:var(--shadow-lg)}.builder-sidebar-left.drawer-open{transform:translateX(0)}.builder-sidebar-right{right:0;left:auto;border-left:1px solid #e8e8e8;transform:translateX(100%);box-shadow:var(--shadow-lg)}.builder-sidebar-right.drawer-open{transform:translateX(0)}.builder-mobile-bottom-bar{display:grid!important}.builder-canvas-workspace{padding-bottom:calc(60px + env(safe-area-inset-bottom, 0px) + 16px)}}.builder-viewport-frame{scrollbar-width:thin;scrollbar-color:#d1d5db transparent}.builder-viewport-frame::-webkit-scrollbar{width:6px}.builder-viewport-frame::-webkit-scrollbar-track{background:transparent}.builder-viewport-frame::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:999px}.builder-card{position:relative;transition:box-shadow var(--motion-fast) var(--motion-ease),border-color var(--motion-fast) var(--motion-ease)}.builder-card-selected{outline:2px solid var(--ink)!important;outline-offset:-1px;box-shadow:var(--shadow-md)!important}.builder-card-top-controls{position:absolute;top:8px;left:8px;right:8px;z-index:20;display:flex;justify-content:space-between;align-items:center;pointer-events:none}.builder-drag-handle-pill.always-visible{background:rgba(255,255,255,.94);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border:1px solid #e5e7eb;border-radius:var(--radius-sm);padding:2px 6px;font-size:.82rem;color:var(--text-secondary);cursor:-webkit-grab;cursor:grab;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:auto;box-shadow:var(--shadow-xs)}.builder-top-actions-row{display:flex;gap:4px;pointer-events:auto}.builder-action-btn.edit-pill{background:rgba(255,255,255,.94);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border:1px solid #e5e7eb;border-radius:var(--radius-full);padding:3px 8px;font-size:.72rem;font-weight:600;color:var(--ink);cursor:pointer;box-shadow:var(--shadow-xs);transition:all .15s ease}.builder-action-btn.edit-pill:hover{background:var(--ink);color:#ffffff;border-color:var(--ink)}.builder-card-img-btn{position:absolute;bottom:8px;right:8px;background:rgba(24,24,27,.85);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#ffffff;border:1px solid rgba(255,255,255,.2);padding:4px 10px;border-radius:var(--radius-full);font-size:.72rem;font-weight:600;cursor:pointer;z-index:15;transition:background-color .15s ease,transform .15s ease;box-shadow:var(--shadow-xs)}.builder-card-img-btn:hover{background:rgba(0,0,0,.95);transform:scale(1.04)}.builder-empty-img-placeholder{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:var(--surface-secondary);cursor:pointer;transition:background-color .15s ease;padding:16px;text-align:center;color:var(--on-background)}.builder-empty-img-placeholder:hover{background-color:#eae9e5}.builder-card-bottom-action-row{display:flex;align-items:center;justify-content:flex-start;gap:4px;padding-top:8px;margin-top:6px;border-top:1px solid #f0f0f0;flex-wrap:wrap}.builder-subtle-btn{background:var(--surface-secondary);border:1px solid #e8e8e8;padding:4px 8px;font-family:inherit;font-size:.72rem;font-weight:600;cursor:pointer;border-radius:var(--radius-sm);color:var(--on-background);transition:all .1s ease;display:inline-flex;align-items:center;justify-content:center}.builder-subtle-btn:hover{background-color:#e5e7eb;border-color:#d1d5db}.builder-subtle-btn.primary{background-color:var(--ink);color:#ffffff;border-color:var(--ink)}.builder-subtle-btn.primary:hover{background-color:#000000}.builder-subtle-btn.delete{color:var(--error)}.builder-subtle-btn.delete:hover{background-color:rgba(239,68,68,.1);border-color:rgba(239,68,68,.3)}.store-hero-banner.builder-editable-hero{border-radius:var(--radius-md);transition:all .15s ease}.store-hero-banner.builder-editable-hero:hover{background-color:rgba(0,0,0,.02);outline:1px dashed #d1d5db;outline-offset:4px}.builder-hero-edit-header{margin-bottom:12px}.builder-hero-edit-pill{display:inline-flex;align-items:center;gap:4px;background:var(--ink);color:#ffffff;font-size:.75rem;font-weight:600;padding:4px 12px;border-radius:var(--radius-full);border:none;cursor:pointer;box-shadow:var(--shadow-xs);transition:background-color .15s ease}.builder-hero-edit-pill:hover{background-color:#000000}.builder-cat-pill-wrapper{position:relative;margin-right:4px}.builder-cat-del-btn{background:none;border:none;color:var(--text-muted);font-size:.72rem;font-weight:700;padding:2px 4px;cursor:pointer;border-radius:50%;margin-left:-2px;transition:color .15s ease}.builder-cat-del-btn:hover{color:var(--error)}.builder-mobile-nav-bar{position:fixed;bottom:0;left:0;right:0;background:#ffffff;border-top:1px solid #e8e8e8;padding:8px 12px calc(8px + env(safe-area-inset-bottom, 0px));display:flex;align-items:center;gap:8px;z-index:45;box-shadow:0 -4px 16px rgba(0,0,0,.06)}.builder-mobile-nav-item{flex:1 1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;background:none;border:none;padding:6px 4px;font-size:.7rem;font-weight:600;color:var(--text-secondary);cursor:pointer;border-radius:var(--radius-sm);min-height:48px;transition:color .15s ease,background-color .15s ease}.builder-mobile-nav-item:active,.builder-mobile-nav-item:hover{color:var(--ink);background-color:var(--surface-secondary)}.builder-mobile-add-btn{flex:1.3 1;padding:10px 12px!important;font-size:.82rem!important;min-height:44px;display:flex;align-items:center;justify-content:center;white-space:nowrap}.storefront-root.view-mobile .ecommerce-products-grid{grid-template-columns:1fr!important;gap:16px!important}.storefront-root.view-mobile .desktop-only{display:none!important}.storefront-root.view-mobile .mobile-menu-toggle{display:flex!important}.storefront-root.view-mobile .store-footer-grid{grid-template-columns:1fr!important;gap:24px!important}.storefront-root.view-tablet .ecommerce-products-grid{grid-template-columns:repeat(2,1fr)!important;gap:16px!important}@media (max-width:767px){.builder-canvas-workspace{padding:12px 10px calc(76px + env(safe-area-inset-bottom, 0px))!important}}.landing-perspective-container{perspective:1200px;perspective-origin:50% 50%;transform-style:preserve-3d}.preserve-3d{transform-style:preserve-3d}.will-change-transform{will-change:transform}@keyframes subtleHeroFloat{0%,to{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-8px) rotate(.4deg)}}.hero-float-animation{animation:subtleHeroFloat 6s ease-in-out infinite}@keyframes liveDotPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.85)}}.live-dot-pulse{animation:liveDotPulse 2.4s ease-in-out infinite}.landing-interactive-card{transition:transform .32s cubic-bezier(.16,1,.3,1),box-shadow .32s cubic-bezier(.16,1,.3,1),border-color .32s cubic-bezier(.16,1,.3,1);will-change:transform,box-shadow}@media (hover:hover){.landing-interactive-card:hover{transform:translateY(-4px);box-shadow:0 16px 32px -4px rgba(0,0,0,.08),0 4px 8px -2px rgba(0,0,0,.03);border-color:#d1d5db}}.step-tab-btn{border:1px solid #e8e8e8;background-color:#ffffff;color:var(--text-secondary);border-radius:var(--radius-full);padding:8px 18px;font-family:Public Sans,sans-serif;font-size:.82rem;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:8px;transition:all .22s var(--motion-ease);box-shadow:var(--shadow-xs);white-space:nowrap}.step-tab-btn:hover{background-color:var(--surface-secondary);color:var(--on-background);border-color:#d1d5db}.step-tab-btn.is-active{background-color:var(--ink);color:#ffffff;border-color:var(--ink);box-shadow:var(--shadow-sm)}@keyframes toastSlideIn{0%{opacity:0;transform:translateY(-12px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.toast-slide-in{animation:toastSlideIn .36s cubic-bezier(.16,1,.3,1) forwards}@keyframes progressBarFill{0%{width:0}to{width:100%}}@keyframes stepFillAnim{0%{width:0}to{width:100%}}.step-progress-active-bar{animation:stepFillAnim 1.1s linear forwards}.step-progress-active-bar,.step-progress-active-bar-step4{position:absolute;bottom:0;left:0;height:3px;background-color:#34d399;border-radius:9999px}.step-progress-active-bar-step4{animation:stepFillAnim 1.5s linear forwards}@keyframes pricePopIn{0%{opacity:0;transform:scale(.85) translateY(4px)}60%{opacity:1;transform:scale(1.08) translateY(-2px)}to{opacity:1;transform:scale(1) translateY(0)}}.price-pop-in{animation:pricePopIn .32s cubic-bezier(.16,1,.3,1) forwards}@keyframes liveButtonGlow{0%,to{box-shadow:0 0 0 0 rgba(22,163,74,.4)}50%{box-shadow:0 0 0 8px rgba(22,163,74,0)}}.live-button-glow{animation:liveButtonGlow 1.8s ease-in-out infinite}@media (prefers-reduced-motion:reduce){.cart-count-pop,.floating-cart-enter,.hero-float-animation,.live-button-glow,.live-dot-pulse,.price-pop-in,.step-progress-active-bar,.step-progress-active-bar-step4,.toast-slide-in{animation:none!important}.floating-cart-bar,.landing-interactive-card,.landing-perspective-container,.preserve-3d{transform:none!important;transition:none!important}}@keyframes floatingCartEnter{0%{opacity:0;transform:translate(-50%,28px) scale(.95)}to{opacity:1;transform:translate(-50%) scale(1)}}.floating-cart-bar{position:fixed;bottom:max(16px,env(safe-area-inset-bottom,16px));left:50%;transform:translateX(-50%);z-index:45;width:calc(100% - 32px);max-width:440px;background-color:var(--ink);color:#ffffff;border-radius:var(--radius-full);padding:12px 18px;box-shadow:0 14px 34px -4px rgba(0,0,0,.28),0 4px 12px rgba(0,0,0,.08);border:1px solid rgba(255,255,255,.15);display:flex;align-items:center;justify-content:space-between;gap:12px;cursor:pointer;animation:floatingCartEnter .28s cubic-bezier(.16,1,.3,1) forwards;transition:transform .22s var(--motion-ease),box-shadow .22s var(--motion-ease),background-color .22s var(--motion-ease);outline:none;box-sizing:border-box}@media (hover:hover){.floating-cart-bar:hover{transform:translate(-50%,-2px);box-shadow:0 18px 40px -4px rgba(0,0,0,.34),0 6px 16px rgba(0,0,0,.12);background-color:#262626}}.floating-cart-bar:active{transform:translate(-50%) scale(.99)}.floating-cart-bar:focus-visible{box-shadow:0 0 0 3px #34d399,0 14px 34px -4px rgba(0,0,0,.28)}body:has([data-storefront-theme=pookie]) .floating-cart-bar{background-color:#f43f5e;border-color:rgba(255,255,255,.35);box-shadow:0 14px 34px -4px rgba(244,63,94,.4),0 4px 12px rgba(0,0,0,.08)}body:has([data-storefront-theme=noir]) .floating-cart-bar{background-color:#18181b;border-color:#3f3f46;color:#fafafa;box-shadow:0 14px 34px -4px rgba(0,0,0,.65),0 4px 12px rgba(0,0,0,.2)}body:has([data-storefront-theme=organic]) .floating-cart-bar{background-color:#4d6350;border-color:rgba(255,255,255,.25);box-shadow:0 14px 34px -4px rgba(77,99,80,.38),0 4px 12px rgba(0,0,0,.08)}body:has([data-storefront-theme=bold]) .floating-cart-bar{background-color:#000000;border-color:#ffffff;border-radius:4px;box-shadow:4px 4px 0 #000000}.btn-added-feedback{background-color:#16a34a!important;color:#ffffff!important;border-color:#16a34a!important;transform:scale(.98);transition:all .18s cubic-bezier(.16,1,.3,1)!important}@keyframes badgeCountPop{0%{transform:scale(1)}50%{transform:scale(1.24);color:#34d399}to{transform:scale(1)}}.cart-count-pop{display:inline-block;animation:badgeCountPop .24s cubic-bezier(.16,1,.3,1)}.store-category-card:hover{transform:translateY(-4px);box-shadow:0 10px 20px -3px rgba(0,0,0,.08),0 4px 6px -2px rgba(0,0,0,.04)!important;border-color:#d4d4d8!important}.store-category-card:hover img{transform:scale(1.05)}@keyframes floatGently{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}@media (min-width:1024px){.landing-hero-grid{align-items:start!important}.landing-hero-left{padding-top:6px}}.storefront-instagram-btn:hover{transform:translateY(-1px);box-shadow:0 4px 14px rgba(225,48,108,.38)!important;opacity:.96}.storefront-instagram-btn:active{transform:translateY(0)}@media (max-width:640px){.share-store-modal-card{position:fixed!important;bottom:0!important;left:0!important;right:0!important;max-width:100%!important;border-radius:20px 20px 0 0!important;max-height:92vh!important;padding-bottom:env(safe-area-inset-bottom,16px)!important;animation:slideUpMobile .26s cubic-bezier(.16,1,.3,1)!important}}@keyframes slideUpMobile{0%{transform:translateY(100%);opacity:.8}to{transform:translateY(0);opacity:1}}.store-banner-carousel-container{touch-action:pan-y pinch-zoom}.carousel-nav-btn:hover{background-color:#ffffff!important;transform:translateY(-50%) scale(1.06)!important;box-shadow:0 4px 12px rgba(0,0,0,.18)!important}.carousel-nav-btn:active{transform:translateY(-50%) scale(.96)!important}.store-search-btn{display:inline-flex;align-items:center;gap:6px;background:transparent;border:1px solid var(--theme-border,var(--sf-border,#e8e8e8));border-radius:var(--theme-radius-btn,var(--sf-radius-btn,8px));padding:6px 12px;font-size:.82rem;color:var(--theme-text,var(--sf-text-primary,#18181b));cursor:pointer;transition:all .18s ease}.store-search-btn:hover{background-color:var(--theme-surface-hover,var(--sf-surface-hover,#f4f4f5));border-color:var(--theme-border-strong,#d4d4d8)}.store-setup-card{padding:22px 24px 20px}.store-setup-card,.store-setup-card-complete{background-color:#ffffff;border:1px solid #e8e8e8;border-radius:var(--radius-lg);box-shadow:var(--shadow-xs);margin-bottom:24px;box-sizing:border-box}.store-setup-card-complete{padding:18px 22px;transition:all .2s ease}.checklist-items-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,280px),1fr));grid-gap:8px 16px;gap:8px 16px;margin-bottom:20px}.checklist-item-card{display:flex;align-items:center;justify-content:space-between;padding:9px 12px;border-radius:var(--radius-md);text-decoration:none;background-color:#ffffff;border:1px solid #e4e4e7;box-shadow:0 1px 2px rgba(0,0,0,.02);transition:all .18s ease;cursor:pointer;min-height:44px;box-sizing:border-box}.checklist-item-card:hover{background-color:#fafafa;border-color:#d4d4d8;transform:translateY(-1px)}.checklist-item-card.is-completed{background-color:#fafafa;border-color:#f0f0f0;box-shadow:none}.checklist-item-card.is-completed:hover{background-color:#f5f5f5;border-color:#e4e4e7;transform:none}@media (max-width:640px){.store-setup-card,.store-setup-card-complete{padding:16px 14px}.checklist-items-grid{grid-template-columns:1fr;gap:8px}.checklist-item-card{padding:8px 10px}}