/* Navigazione condivisa desktop e mobile. */
.store-header { background: var(--primary-blue, #3165b1); color: #fff; font-family: 'Roboto', sans-serif; box-shadow: 0 4px 20px #18365d14; }
.store-header-note { background: #FFCC01; color: #000f; text-align: center; font-size: .75rem; padding: .35rem 1rem; letter-spacing: .04em; }
.store-header-main { display: flex; align-items: center; gap: 2rem; padding-top: 1.2rem; padding-bottom: 1.2rem; }
.store-brand { flex-shrink: 0; }
.store-brand img { width: 155px; height: 65px; object-fit: contain; }
.store-search { display: flex; flex: 1; min-width: 0; border: 1px solid #d9e2ef; border-radius: 12px; background: #f5f7fb; padding: 5px; }
.store-search input { width: 100%; min-width: 0; border: 0; background: transparent; padding: .65rem .8rem; font: inherit; }
.store-search select { max-width: 175px; border: 0; border-left: 1px solid #d9e2ef; color: #405574; background: transparent; padding: 0 .5rem; font-size: .85rem; }
.store-search button { border: 0; border-radius: 8px; background: #3165b1; color: #fff; min-width: 44px; }
.store-search:focus-within { border-color: #3165b1; box-shadow: 0 0 0 3px #3165b126; }
.store-cart { display: flex; align-items: center; gap: .55rem; color: #fff; text-decoration: none; font-weight: 700; min-height: 44px; }
.store-cart:hover { color: var(--accent-yellow, #ffcc01); }
.store-cart > i { font-size: 1.5rem; }
.store-cart .cart-badge { display: inline-grid; place-items: center; min-width: 25px; height: 25px; padding: 0 5px; border-radius: 50%; background: #ffcc01; color: #18365d; font-size: .8rem; }
.store-navbar { background: var(--primary-blue, #3165b1); padding: 0; border-top: 1px solid #ffffff26; }
.store-navigation { flex-grow: 1; }
.store-menu { width: 100%; gap: .2rem; flex-wrap: wrap; margin: 0; padding: 0; }
.store-menu .nav-item { margin: 0; }
.store-navbar .nav-link { color: #fff; font-size: .9rem; font-weight: 500; padding: .9rem .65rem; border: 0; background: transparent; text-decoration: none; }
.store-navbar .nav-link:hover, .store-navbar .nav-link.active, .store-navbar .nav-link.show { color: var(--accent-yellow, #ffcc01); background: #18365d40; }
/* Nessuna sottolineatura: il solo pseudo-elemento visibile è il caret Bootstrap. */
.store-navbar .nav-link::after { content: none; }
.store-navbar .nav-link.dropdown-toggle::after {
    content: "";
    display: inline-block;
    position: static;
    width: 0;
    height: 0;
    margin-left: .35em;
    vertical-align: .255em;
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    background: none;
    transform: none;
    transition: none;
}
.store-navbar .store-offers { color: var(--accent-yellow, #ffcc01); }
.store-navbar .dropdown-menu { padding: .5rem; background: var(--primary-blue, #3165b1); border: 1px solid #ffffff40; border-radius: 12px; box-shadow: 0 10px 30px #18365d40; }
.store-navbar .dropdown-item { padding: .65rem .8rem; color: #fff; border-radius: 6px; white-space: normal; }
.store-navbar .dropdown-item:hover, .store-navbar .dropdown-item:focus { background: var(--accent-yellow, #ffcc01); color: #18365d; }
.store-menu-toggle, .store-menu-toggle:hover, .store-menu-toggle:focus { color: #fff; font-size: 1.6rem; padding: .2rem .5rem; }
.store-header a:focus-visible, .store-header button:focus-visible { outline: 3px solid var(--accent-yellow, #ffcc01); outline-offset: 3px; }
.store-header input:focus-visible, .store-header select:focus-visible { outline: 3px solid #3165b1; outline-offset: 3px; }
@media (min-width: 992px) {
    .store-navbar .offcanvas-body { width: 100%; }
    .store-navbar .dropdown-menu { min-width: 240px; max-width: 320px; }
}
@media (max-width: 991.98px) {
    .store-header-main { flex-wrap: wrap; gap: .7rem; padding-top: .7rem; padding-bottom: .7rem; }
    .store-brand { flex: 1; }
    .store-brand img { width: 125px; height: 48px; }
    .store-search { order: 4; flex-basis: 100%; }
    .store-navbar { border: 0; }
    .store-navigation { --bs-offcanvas-width: 360px; max-width: 92vw; background: var(--primary-blue, #3165b1); color: #fff; }
    .store-navigation .offcanvas-header { border-bottom: 1px solid #ffffff26; }
    .store-navigation .btn-close { filter: invert(1) grayscale(100%) brightness(200%); }
    .store-menu { gap: .2rem; }
    .store-navbar .nav-link { width: 100%; text-align: left; padding: .85rem; border-radius: 8px; }
    .store-navbar .dropdown-menu { box-shadow: none; border: 0; background: #28559a; margin: 0 0 .5rem; }
}
@media (max-width: 575.98px) {
    .store-search select { max-width: 95px; font-size: .75rem; }
    .store-search input { font-size: .85rem; padding-left: .4rem; }
    .store-header-note { font-size: .65rem; }
}
