.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.store-header { position: sticky; top: 0; z-index: 40; background: #fff; border-bottom: 1px solid #e7e7e7; box-shadow: none; backdrop-filter: none; }
.announcement-bar { color: #fff; background: #111; font-size: .91rem; font-weight: 650; letter-spacing: .01em; text-align: center; }
.announcement-bar .container { display: flex; min-height: 46px; align-items: center; justify-content: center; gap: 7px; }
.announcement-bar strong { color: #e32920; font-weight: 900; }
.store-nav-wrap { position: relative; display: grid; grid-template-columns: 190px minmax(0, 1fr) 150px; min-height: 96px; align-items: center; gap: 24px; }
.store-brand { font-size: 1.62rem; letter-spacing: -.055em; }
.store-brand span { color: #df211b; }
.store-nav { justify-self: center; }
.store-nav .nav-links { align-items: stretch; gap: 25px; }
.store-nav .nav-links a { position: relative; display: grid; min-height: 96px; place-items: center; padding: 0 2px; color: #121212; background: transparent; border-radius: 0; font-size: .9rem; font-weight: 850; letter-spacing: .035em; text-transform: uppercase; white-space: nowrap; }
.store-nav .nav-links a::after { content: ""; position: absolute; left: 0; right: 0; bottom: 21px; height: 3px; background: #e32920; transform: scaleX(0); transform-origin: center; transition: transform .2s ease; }
.store-nav .nav-links a:hover, .store-nav .nav-links a[aria-current="page"] { color: #e32920; background: transparent; }
.store-nav .nav-links a:hover::after, .store-nav .nav-links a[aria-current="page"]::after { transform: scaleX(1); }
.header-actions { display: flex; align-items: center; justify-content: flex-end; gap: 7px; }
.header-action { position: relative; display: grid; width: 42px; height: 42px; place-items: center; color: #402267; background: transparent; border: 0; border-radius: 50%; cursor: pointer; text-decoration: none; }
.header-action:hover, .header-action:focus-visible { color: #df211b; background: #f8efed; outline: none; }
.search-icon { position: relative; width: 19px; height: 19px; border: 2px solid currentColor; border-radius: 50%; }
.search-icon::after { content: ""; position: absolute; width: 8px; height: 2px; right: -6px; bottom: -3px; background: currentColor; border-radius: 2px; transform: rotate(48deg); }
.account-icon { position: relative; width: 25px; height: 24px; }
.account-icon::before { content: ""; position: absolute; width: 10px; height: 10px; left: 7px; top: 1px; background: currentColor; border-radius: 50%; }
.account-icon::after { content: ""; position: absolute; width: 23px; height: 11px; left: 1px; bottom: 1px; background: currentColor; border-radius: 12px 12px 3px 3px; }
.phone-icon { position: relative; width: 17px; height: 25px; border: 2px solid currentColor; border-radius: 4px; }
.phone-icon::before { content: ""; position: absolute; width: 5px; height: 2px; left: 4px; top: 2px; background: currentColor; border-radius: 2px; }
.phone-icon::after { content: ""; position: absolute; width: 3px; height: 3px; left: 5px; bottom: 2px; background: currentColor; border-radius: 50%; }
.header-search { position: absolute; z-index: 5; display: flex; width: min(470px, 100%); right: 0; top: calc(100% - 10px); padding: 12px; background: #fff; border: 1px solid #dedede; border-radius: 12px; box-shadow: 0 18px 45px rgba(0, 0, 0, .14); }
.header-search[hidden] { display: none; }
.header-search input { min-width: 0; flex: 1; padding: 12px 14px; color: #171717; background: #f7f7f7; border: 1px solid #ddd; border-radius: 8px 0 0 8px; font: inherit; }
.header-search button { padding: 0 18px; color: #fff; background: #df211b; border: 0; border-radius: 0 8px 8px 0; font: inherit; font-weight: 800; cursor: pointer; }

@media (max-width: 1060px) {
    .store-nav-wrap { grid-template-columns: 150px minmax(0, 1fr) 130px; gap: 15px; }
    .store-nav .nav-links { gap: 14px; }
    .store-nav .nav-links a { font-size: .78rem; }
}

@media (max-width: 820px) {
    .announcement-bar { font-size: .77rem; }
    .announcement-bar .container { min-height: 38px; }
    .store-nav-wrap { grid-template-columns: minmax(0, 1fr) auto auto; min-height: 74px; }
    .store-brand { font-size: 1.4rem; }
    .store-nav { justify-self: end; }
    .store-nav .menu-toggle { display: inline-flex; min-width: 72px; min-height: 42px; align-items: center; justify-content: center; color: #171717; border-color: #d8d8d8; border-radius: 6px; text-transform: uppercase; }
    .store-nav .nav-links { position: absolute; display: none; left: 0; right: 0; top: 100%; padding: 8px 14px 14px; background: #fff; border: 1px solid #e3e3e3; border-top: 0; border-radius: 0 0 12px 12px; box-shadow: 0 18px 40px rgba(0, 0, 0, .12); }
    .store-nav .nav-links.is-open { display: grid; }
    .store-nav .nav-links a { min-height: 48px; justify-items: start; padding: 0 12px; font-size: .84rem; }
    .store-nav .nav-links a::after { left: 12px; right: auto; bottom: 6px; width: 42px; }
    .header-search { top: calc(100% + 1px); }
}

@media (max-width: 560px) {
    .announcement-bar .container { min-height: 34px; line-height: 1.25; }
    .announcement-bar span { display: none; }
    .store-nav-wrap { gap: 7px; }
    .header-action { width: 36px; height: 40px; }
    .header-actions .header-action:nth-child(2) { display: none; }
    .store-nav .menu-toggle { min-width: 62px; padding-inline: 10px; font-size: .8rem; }
    .header-search { left: 0; width: 100%; }
}
