.store-header {
    background: var(--store-color-surface);
    border-bottom: 1px solid var(--store-color-border);
    color: var(--store-color-text);
    min-height: 0;
    padding: 0;
    position: relative;
    z-index: 20;
}
.store-header a { color: var(--store-color-text); }
.store-header a:hover { color: var(--store-color-accent); }
.store-header__utility {
    align-items: center;
    border-bottom: 1px solid var(--store-color-border);
    color: var(--store-color-text-muted);
    display: flex;
    font-size: .8125rem;
    gap: var(--store-space-4);
    justify-content: space-between;
    min-height: 36px;
}
.store-header__utility-links { align-items: center; display: flex; flex-wrap: wrap; gap: var(--store-space-4); }
.store-header__utility-links a { color: var(--store-color-text-muted); }
.store-header__utility-links a:hover { color: var(--store-color-accent); }
.store-header__welcome { white-space: nowrap; }
.store-header__main {
    align-items: center;
    display: grid;
    gap: var(--store-space-4);
    grid-template-columns: auto minmax(150px, 220px) minmax(240px, 1fr) auto auto;
    min-height: 88px;
}
.store-header__menu-trigger { display: none; }
.store-identity { align-items: center; color: var(--store-color-text); display: inline-flex; min-width: 0; }
.store-identity:hover { color: var(--store-color-text); text-decoration: none; }
.store-identity__logo { display: block; height: 56px; max-width: 220px; object-fit: contain; width: auto; }
.store-identity__name { font-size: 1.25rem; font-weight: 700; line-height: 1.15; max-width: 220px; overflow-wrap: anywhere; }
.store-search { align-items: stretch; border: 1px solid var(--store-color-border); border-radius: var(--store-radius-sm); display: flex; min-width: 0; overflow: hidden; }
.store-search:focus-within { border-color: var(--store-color-accent); box-shadow: 0 0 0 3px rgba(37, 99, 235, .12); }
.store-search__input { background: var(--store-color-surface); border: 0; color: var(--store-color-text); flex: 1; min-height: 44px; min-width: 0; padding: 0 var(--store-space-4); }
.store-search__input:focus { outline: 0; }
.store-search__submit { border-radius: 0; min-height: 44px; }
.store-account-actions { align-items: center; display: flex; gap: var(--store-space-2); }
.store-header-action { align-items: center; color: var(--store-color-text); display: inline-flex; gap: var(--store-space-2); min-height: 44px; padding: var(--store-space-2); white-space: nowrap; }
.store-header-action:hover { color: var(--store-color-accent); text-decoration: none; }
.store-header-action--secondary { color: var(--store-color-text-muted); font-size: .8125rem; }
.store-cart-action__icon { position: relative; }
.store-cart-action__count { align-items: center; background: var(--store-color-accent); border: 2px solid var(--store-color-surface); border-radius: 999px; color: #fff; display: inline-flex; font-size: .6875rem; font-weight: 700; height: 19px; justify-content: center; line-height: 1; min-width: 19px; padding: 0 4px; position: absolute; right: -13px; top: -12px; }
.store-navigation { align-items: center; border-top: 1px solid var(--store-color-border); display: flex; gap: var(--store-space-4); min-height: 48px; }
.store-navigation__links { align-items: center; display: flex; flex: 1; gap: var(--store-space-2); min-width: 0; overflow: hidden; }
.store-navigation__link { border-radius: var(--store-radius-sm); color: var(--store-color-text); display: block; max-width: 190px; overflow: hidden; padding: var(--store-space-2) var(--store-space-3); text-overflow: ellipsis; white-space: nowrap; }
.store-navigation__link:hover { background: var(--store-color-surface-muted); color: var(--store-color-accent); text-decoration: none; }
.store-navigation__all { align-items: center; background: transparent; border: 0; color: var(--store-color-primary); display: inline-flex; flex: 0 0 auto; gap: var(--store-space-2); min-height: 40px; padding: var(--store-space-2) 0; }
.store-navigation__all:hover { color: var(--store-color-accent); }
.store-mobile-drawer { inset: 0; position: fixed; z-index: 1050; }
.store-mobile-drawer[hidden] { display: none; }
.store-mobile-drawer__backdrop { background: rgba(23, 33, 43, .46); border: 0; inset: 0; position: absolute; width: 100%; }
.store-mobile-drawer__panel { background: var(--store-color-surface); box-shadow: var(--store-shadow-md); display: flex; flex-direction: column; height: 100%; max-width: min(360px, 88vw); position: relative; width: 100%; }
.store-mobile-drawer__header { align-items: center; border-bottom: 1px solid var(--store-color-border); display: flex; font-size: 1.125rem; font-weight: 700; justify-content: space-between; min-height: 68px; padding: var(--store-space-4); }
.store-mobile-drawer__body { overflow-y: auto; padding: var(--store-space-4); }
.store-mobile-drawer__account { border-bottom: 1px solid var(--store-color-border); display: grid; gap: var(--store-space-2); padding-bottom: var(--store-space-4); }
.store-mobile-drawer__account a, .store-mobile-drawer__navigation a { align-items: center; color: var(--store-color-text); display: flex; gap: var(--store-space-3); min-height: 44px; padding: var(--store-space-2) 0; }
.store-mobile-drawer__account a:hover, .store-mobile-drawer__navigation a:hover { color: var(--store-color-accent); text-decoration: none; }
.store-mobile-drawer__navigation { border-bottom: 1px solid var(--store-color-border); display: grid; gap: var(--store-space-1); padding-block: var(--store-space-4); }
.store-mobile-drawer__navigation a { justify-content: space-between; }
.store-mobile-drawer__label { color: var(--store-color-text-muted); font-size: .75rem; letter-spacing: .04em; text-transform: uppercase; }
.store-footer { background: var(--store-color-primary); color: #fff; margin-top: auto; padding-block: var(--store-space-7) var(--store-space-4); }
.store-footer a { color: rgba(255, 255, 255, .86); }
.store-footer a:hover { color: #fff; }
.store-footer__grid { display: grid; gap: var(--store-space-6); grid-template-columns: repeat(4, minmax(0, 1fr)); }
.store-footer__column { min-width: 0; }
.store-footer__title { color: #fff; font-size: .9375rem; font-weight: 700; margin: 0 0 var(--store-space-4); }
.store-footer__links { display: grid; gap: var(--store-space-2); }
.store-footer__links a { overflow-wrap: anywhere; }
.store-footer__socials a, .store-footer__whatsapp { align-items: center; display: inline-flex; gap: var(--store-space-2); }
.store-footer__contact { color: rgba(255, 255, 255, .86); }
.store-footer__whatsapp { margin-top: var(--store-space-4); }
.store-footer__bottom { border-top: 1px solid rgba(255, 255, 255, .18); color: rgba(255, 255, 255, .72); font-size: .8125rem; margin-top: var(--store-space-6); padding-top: var(--store-space-4); text-align: center; }
body.store-drawer-open { overflow: hidden; }
@media (max-width: 1199.98px) {
    .store-header__main { grid-template-columns: auto minmax(140px, 190px) minmax(200px, 1fr) auto auto; }
    .store-header-action__text { font-size: .8125rem; }
}
@media (max-width: 991.98px) {
    .store-header__main { grid-template-columns: auto minmax(150px, 1fr) auto auto; }
    .store-header__menu-trigger { display: inline-flex; }
    .store-navigation { display: none; }
    .store-header__utility { min-height: 32px; }
    .store-header__utility-links { gap: var(--store-space-3); }
    .store-footer__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 575.98px) {
    .store-header__utility { align-items: flex-start; flex-direction: column; gap: var(--store-space-1); padding-block: var(--store-space-2); }
    .store-header__welcome { display: none; }
    .store-header__main { gap: var(--store-space-2); grid-template-columns: auto minmax(0, 1fr) auto auto; padding-block: var(--store-space-3); }
    .store-identity { min-width: 0; }
    .store-identity__logo { height: 42px; max-width: 140px; }
    .store-identity__name { font-size: 1rem; max-width: 140px; }
    .store-search { grid-column: 1 / -1; grid-row: 2; }
    .store-account-actions { justify-content: flex-end; }
    .store-header-action { padding-inline: var(--store-space-2); }
    .store-header-action__text { display: none; }
    .store-footer { padding-top: var(--store-space-6); }
    .store-footer__grid { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
    .store-mobile-drawer__panel { transition: none; }
}
