.alphabet-nav a,
.brand-name a {
    color: #667085;
    font-weight: 500;
    text-decoration: none
}

.search-bar-brand {
    display: flex;
    justify-content: center;
    margin-bottom: 20px
}

.form-control-brand {
    max-width: 300px;
    border-radius: 8px !important
}

.btn.btn-form-control-brand {
    background-color: #004b87;
    color: #fff
}

.btn.btn-form-control-brand:hover {
    color: #fff;
    background-color: #001854
}

.alphabet-nav {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap
}

.alphabet-nav a {
    padding: 5px 10px;
    font-size: 2rem
}

.alphabet-nav a:hover,
.brand-name a:hover {
    color: #182230;
    font-weight: 500
}

.brand-bg-dark {
    background-color: #eaecf0
}

.brand-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, auto));
    gap: 20px;
    padding: 20px;
    justify-content: center;
    max-width: 1630px;
    margin: 0 auto;
}

.brand-grid a {
    display: block;
    text-decoration: none
}

.brand-item {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ddd;
    border-radius: 8px;
    background: #fff;
    height: auto;
    box-sizing: border-box;
    min-height: 164px;
    max-width: 246px
}

.brand-item img {
    width: 100% !important;
    height: auto !important;
    object-fit: contain;
    padding: 20px 40px;
    max-height: 164px
}

.container-brand-list {
    max-width: 1630px;
    margin: 0 auto;
    padding: 20px
}

.brand-section {
    padding-top: 1rem;
    margin-top: 2rem
}

.brand-header {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    width: 100%
}

.brand-letter {
    font-size: 2rem;
    font-weight: 500;
    color: #004b87;
    white-space: nowrap;
    margin-right: 1rem;
    flex-shrink: 0
}

.brand-line {
    height: 1px;
    background-color: #ddd;
    flex-grow: 1
}

.brand-code {
    color: #999;
    font-weight: 400;
    margin-left: 0
}

.brand-name {
    margin-left: -15px
}

.brand-name a {
    font-size: 1.2rem;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.brand-badge-label[data-text="oferta specjalna"] {
    border: 1px solid #ee423c;
    text-transform: uppercase
}

.brand-badge-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 2px 10px;
    height: 24px;
    border-radius: 16px;
    background-color: transparent;
    text-align: center
}

.brand-badge-label span {
    font-family: 'Barlow Semi Condensed', sans-serif !important;
    font-size: 12px;
    font-weight: 500;
    font-stretch: semi-condensed;
    line-height: 1.43;
    letter-spacing: normal;
    color: #026aa2;
    text-decoration: none;
    transition: color .2s;
    text-wrap: nowrap
}

.brand-badge-label:hover span {
    color: #ee423c
}

.brand-title {
    font-size: 38px !important;
    font-weight: 600 !important;
    color: #004b87 !important;
    margin: 0 auto;
    padding-left: 1rem;
    max-width: 1630px
}