:root{--store-primary:#FF6B35;--store-primary-contrast:#FFFFFF;--store-primary-hover:color-mix(in oklab,var(--store-primary),black 10%);--store-primary-light:color-mix(in oklab,var(--store-primary),white 90%);--store-secondary:#004E89;--store-accent:var(--store-secondary);--store-bg:#F8FAFC;--store-surface:#FFFFFF;--store-surface-muted:#F3F4F6;--store-text:#0F172A;--store-text-muted:#6B7280;--store-text-inverse:#FFFFFF;--store-border:#E5E7EB;--store-border-strong:#9CA3AF;--store-success:#10B981;--store-warning:#F59E0B;--store-danger:#EF4444;--store-success-bg:#ECFDF5;--store-danger-bg:#FEF2F2;--store-warning-bg:#FEF3C7;--store-warning-on:#92400E;--store-badge-bg:#EF4444;--store-badge-text:#FFFFFF;--store-badge-radius:var(--store-radius-pill);--store-category-bg:var(--store-primary);--store-category-text:#FFFFFF;--store-category-bg-idle:transparent;--store-category-text-idle:var(--store-text-muted);--store-font:var(--font-ibm-plex),"IBM Plex Sans",system-ui,sans-serif;--store-font-display:var(--store-font);--store-font-body:var(--store-font);--store-font-display-weight:800;--store-font-body-weight:400;--store-text-xs:0.75rem;--store-text-sm:0.875rem;--store-text-base:1rem;--store-text-lg:1.125rem;--store-text-xl:1.5rem;--store-text-2xl:2rem;--store-text-3xl:2.5rem;--store-space-1:0.25rem;--store-space-2:0.5rem;--store-space-3:0.75rem;--store-space-4:1rem;--store-space-6:1.5rem;--store-space-8:2rem;--store-space-12:3rem;--store-grid-columns:4;--store-grid-columns-tablet:3;--store-grid-columns-mobile:2;--store-grid-gap:1rem;--store-radius-sm:8px;--store-radius-md:12px;--store-radius-lg:16px;--store-radius-card:var(--store-radius-lg);--store-radius-button:var(--store-radius-md);--store-radius-pill:24px;--store-photo-bg:var(--store-surface-muted);--store-header-height:72px;--store-header-height-mobile:56px;--store-max-width:1200px;--store-container-pad-x:1rem;--store-container-pad-x-mobile:0.75rem;--store-z-header:40;--store-z-modal:60;--store-z-toast:80;--store-z-fab:30;--store-transition-fast:150ms;--store-transition-base:250ms;--store-transition-slow:400ms;--store-ease-out:cubic-bezier(0.16,1,0.3,1);--store-shadow-sm:0 1px 2px rgba(0,0,0,0.05);--store-shadow-md:0 4px 8px rgba(0,0,0,0.06),0 2px 4px rgba(0,0,0,0.04);--store-shadow-lg:0 12px 24px rgba(0,0,0,0.08),0 4px 8px rgba(0,0,0,0.04);--store-header-height-condensed:48px;--store-bottom-bar-height:56px;--store-cta-whatsapp-bg:#25D366;--store-filter-drawer-width:320px;--store-detail-gallery-thumb-size:64px;--store-detail-info-gap:var(--store-space-4);--store-cart-drawer-width:420px;--store-cart-drawer-mobile-max-h:90dvh;--store-cart-drawer-radius:var(--store-radius-card) var(--store-radius-card) 0 0;--store-checkout-step-bg:var(--store-surface);--store-checkout-step-border:var(--store-border);--store-checkout-step-border-active:var(--store-primary);--store-checkout-step-completed-on:var(--store-success);--store-sticky-cta-bg:var(--store-surface);--store-sticky-cta-shadow:0 -4px 12px rgba(0,0,0,0.08);--store-sticky-cta-pad-y:0.75rem;--store-order-action-box-bg:var(--store-surface);--store-order-action-box-border:var(--store-primary-light)}@supports not (height:100dvh){:root{--store-cart-drawer-mobile-max-h:90vh}}@media (max-width:640px){:root{--store-grid-gap:0.75rem}}.storefront-root[data-density=dense]{--store-space-3:0.5rem;--store-space-4:0.75rem;--store-space-6:1rem;--store-space-8:1.5rem;--store-space-12:2rem}.storefront-root[data-density=spacious]{--store-space-3:1rem;--store-space-4:1.25rem;--store-space-6:2rem;--store-space-8:2.5rem;--store-space-12:4rem}.storefront-root[data-badge-style=bold] .store-badge{background:var(--store-badge-bg);color:var(--store-badge-text);border:none}.storefront-root[data-badge-style=subtle] .store-badge{background:color-mix(in oklab,var(--store-badge-bg),white 80%);color:var(--store-badge-bg);border:1px solid color-mix(in oklab,var(--store-badge-bg),white 60%)}.storefront-root[data-badge-style=minimal] .store-badge{background:transparent;color:var(--store-badge-bg);border:1px solid}.storefront-root[data-motion-scale=reduced]{--store-transition-fast:75ms;--store-transition-base:100ms;--store-transition-slow:150ms}.storefront-root[data-motion-scale=none]{--store-transition-fast:0ms;--store-transition-base:0ms;--store-transition-slow:0ms}@media (prefers-reduced-motion:reduce){.storefront-root:not([data-motion-scale=none]){--store-transition-fast:75ms;--store-transition-base:100ms;--store-transition-slow:150ms}}.storefront-root{font-family:var(--store-font-body);color:var(--store-text);background:var(--store-bg);min-height:100vh;scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.storefront-root *,.storefront-root :after,.storefront-root :before{box-sizing:border-box}.storefront-root input[type=email],.storefront-root input[type=number],.storefront-root input[type=search],.storefront-root input[type=tel],.storefront-root input[type=text],.storefront-root select,.storefront-root textarea{color:var(--store-text);background-color:var(--store-surface)}.storefront-root img{max-width:100%;height:auto}.storefront-root a{color:inherit}.storefront-root ::selection{background:var(--store-primary-light);color:var(--store-text)}.storefront-root :focus-visible{outline:2px solid var(--store-primary);outline-offset:2px}.storefront-root input:focus-visible,.storefront-root select:focus-visible,.storefront-root textarea:focus-visible{outline:none}@keyframes storefrontFadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes storefrontSlideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.storefront-root:not([data-header-sticky-mode]),.storefront-root[data-header-sticky-mode=condensed]{--store-header-active-height:var(--store-header-height)}.storefront-root[data-header-sticky-mode=condensed][data-condensed=true]{--store-header-active-height:var(--store-header-height-condensed)}.storefront-root[data-header-sticky-mode=full],.storefront-root[data-header-sticky-mode=off]{--store-header-active-height:var(--store-header-height)}.storefront-root[data-condensed=true] .scroll-out{max-height:0;overflow:hidden;transition:max-height var(--store-transition-base) var(--store-ease-out)}.storefront-root .scroll-out{max-height:200px;transition:max-height var(--store-transition-base) var(--store-ease-out)}.storefront-root:has([data-section-id=hero-search]) [data-search-slot]{display:none}