/* Store-specific styles */
.object-fit-cover {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.store-nav-link {
    color: inherit;
    text-decoration: none;
}

.store-nav-link:hover {
    color: var(--store-primary);
}

.store-nav-button {
    background: none;
    border: none;
    padding: 0;
}

.store-nav-button.dropdown-toggle::after {
    margin-left: 0.35rem;
}

.store-groups-panel {
    border: 1px solid #e5e7eb;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
    margin-top: 0.5rem;
}

.store-groups-list {
    max-height: 280px;
    overflow-y: auto;
}

.store-group-item.hidden {
    display: none;
}

.cookie-consent-banner {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1080;
    background: #fff;
    border-top: 1px solid #e5e7eb;
    box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.08);
    padding: 1rem 0;
}

.cookie-consent-banner__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
}
