﻿/* Store keeps its original catalog and behavior, with navigation to the new hub. */
.shop-return{position:relative;z-index:101;display:flex;justify-content:space-between;align-items:center;gap:20px;background:#f8f7f3;color:#111318;height:45px;padding:10px 5%;font:12px/1.5 Sora,sans-serif;border-bottom:1px solid #dfe1e8}.shop-return a{color:#063dff;font-weight:600}.shop-return a:hover{text-decoration:underline}#header{top:45px}#header~.mobile-nav{top:calc(var(--header-h) + 45px)}#header.scrolled{top:0}#header.scrolled~.mobile-nav{top:var(--header-h)}@media(max-width:650px){.shop-return{gap:7px;padding:10px 18px;font-size:10px}.shop-return span{display:none}}


/* Light storefront, including catalog and product dialogs. */
.shop-return{font-family:Inter,Arial,sans-serif}
#header{background:rgba(248,247,243,.96);border-bottom-color:var(--brand-border)}
#inicio{background:#fcf9f1}.hero-grid-bg,.hero-glow{display:none}
.hero-visual{border-color:var(--brand-border);box-shadow:var(--shadow-card)}
.hero-placeholder::before,.cat-placeholder::before,.prod-placeholder::before,.modal-main-placeholder::before{display:none}
.cat-card,.prod-card,.filters-bar{background:#fff}
.cat-card:hover,.prod-card:hover{box-shadow:var(--shadow-neon)}
.cat-card.inactive,.prod-card-draft{opacity:1}.cat-card.inactive .cat-img-wrap{opacity:.65}
.filters-bar{box-shadow:none}.cat-placeholder{background:#f0f1f5}
.modal-overlay{background:rgba(17,19,24,.42)}
.buy-card.mercadolivre .buy-card-platform{color:#765c00}
.footer-legal{color:var(--brand-muted)}
#footer{background:var(--brand-paper)}
@media(max-width:650px){.logo{font-size:21px}.hero-title{font-size:43px}}
