/* Inter 900: declarado en custom.css (self-hosted). */

/* ==========================================================================
   CATEGORY PAGE
   ========================================================================== */
   div#content-wrapper {
    flex-direction: column;
    display: flex;
   }

:is(#category, body#manufacturer[class*="manufacturer-id-"]) .block-category .page-title-section,
#js-product-list-header .block-category .page-title-section {
    font-size: var(--font-size-xl);
    font-family: "Inter", sans-serif;
    font-weight: 900 !important;
    text-align: left;
}

.block-category__intro {
    margin: 0 0 var(--weu-spacing-md);
    color: var(--weu-color-dark);
    font-size: var(--font-size-base);
    line-height: 1.6;
    text-align: left;
}

.block-category__intro p:last-child {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    :is(#category, body#manufacturer[class*="manufacturer-id-"]) .block-category,
    :is(#category, body#manufacturer[class*="manufacturer-id-"]) .block-category .page-title-section,
    #js-product-list-header .block-category,
    #js-product-list-header .block-category .page-title-section {
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
        margin-right: 0;
    }
}

@media (max-width: 767.98px) {
    :is(#category, body#manufacturer[class*="manufacturer-id-"]) {
        --weu-category-title-gap: var(--weu-spacing-sm);
    }

    :is(#category, body#manufacturer[class*="manufacturer-id-"]) .breadcrumb__wrapper {
        margin-bottom: var(--weu-category-title-gap);
    }

    :is(#category, body#manufacturer[class*="manufacturer-id-"]) .block-category .page-title-section,
    #js-product-list-header .block-category .page-title-section {
        margin-top: 0;
        margin-bottom: var(--weu-category-title-gap, var(--weu-spacing-sm)) !important;
    }
}
.layout-left-column .products-selections-filters {
    align-items: center;
    justify-content: end;
}

/* ==========================================================================
   CATEGORY TOOLBAR (HSN layout)
   ========================================================================== */
.weu-category-toolbar {
    margin-bottom: var(--weu-spacing-md);
}

.weu-category-toolbar__row--top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--weu-spacing-sm);
    margin-bottom: var(--weu-spacing-sm);
}

.weu-category-toolbar__count {
    font-size: var(--font-size-base);
    color: var(--weu-color-dark);
}

:is(#category, body#manufacturer[class*="manufacturer-id-"]) .weu-category-toolbar .weu-category-toolbar__count {
    font-size: var(--font-size-base);
}

.weu-category-toolbar__count strong {
    font-weight: 700;
}

.weu-category-toolbar__sort {
    flex-shrink: 0;
}

.weu-category-toolbar__actions {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    gap: 0;
}

/* Filtrar en toolbar: solo móvil + cuando hay compact filter Amazzing */
.weu-category-toolbar__filter {
    display: none;
}

.weu-category-sort__icon,
.weu-category-sort__mobile-label {
    display: none;
}

.weu-category-sort {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.weu-category-sort__label {
    display: none !important;
}

:is(#category, body#manufacturer[class*="manufacturer-id-"]) .weu-category-toolbar .weu-category-sort__label {
    display: none !important;
}

.weu-category-sort__btn {
    display: inline-flex;
    align-items: center;
    border: 1px solid var(--weu-border-color);
    border-radius: var(--weu-radius-default);
    background-color: var(--weu-white);
    color: var(--weu-color-dark);
    font-size: var(--font-size-base);
    line-height: 1.2;
    padding: 6px 10px !important;
}

:is(#category, body#manufacturer[class*="manufacturer-id-"]) .weu-category-toolbar .weu-category-sort__btn.btn.select-title {
    font-size: var(--font-size-base);
    padding: 6px 10px !important;
}

.weu-category-sort__btn strong {
    font-weight: 700;
}

.weu-category-sort__btn .material-icons {
    font-size: 16px;
}

:is(#category, body#manufacturer[class*="manufacturer-id-"]) .weu-category-toolbar .weu-category-sort__btn .material-icons {
    font-size: 16px;
}

.weu-category-sort .weu-dropdown-menu {
    min-width: 100%;
}

:is(#category, body#manufacturer[class*="manufacturer-id-"]) .weu-category-toolbar .products-selection {
    margin-bottom: 0;
}

:is(#category, body#manufacturer[class*="manufacturer-id-"]) .weu-category-toolbar .select-title,
.layout-left-column .products-selection.weu-category-toolbar__meta .select-title {
    width: auto;
    min-width: 180px;
    border-radius: var(--weu-radius-default);
    background-color: var(--weu-white);
    border: 1px solid var(--weu-border-color);
}

.facet-products-grid.row {
    display: flex;
    gap: var(--weu-spacing-md);
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.layout-left-column #left-column {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

/* Alinear contenido (breadcrumb, filtros, título) con el margen de la cabecera */
:is(#category, body#manufacturer[class*="manufacturer-id-"], #search, #best-sales, #new-products, #prices-drop, #supplier) #wrapper > .container {
    max-width: var(--weu-width-container);
    padding-left: var(--weu-header-inline-padding);
    padding-right: var(--weu-header-inline-padding);
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    box-sizing: border-box;
}

.facet-products-grid.row > #left-column,
.facet-products-grid.row > #content-wrapper {
    max-width: none;
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .facet-products-grid.row {
        flex-wrap: nowrap;
    }

    .facet-products-grid.row > #left-column {
        flex: 0 0 260px;
        width: 260px;
        max-width: 260px;
    }

    .facet-products-grid.row > #content-wrapper {
        flex: 1 1 0;
        width: auto;
        min-width: 0;
    }
}

@media(min-width: 992px) {
    .facet-products-grid.row {
        display: flex;
        gap: var(--weu-spacing-md);
        flex-wrap: nowrap;
    }

    .layout-left-column #left-column,
    .facet-products-grid.row > #left-column {
        width: 300px;
        max-width: 300px;
        flex: 0 0 300px;
        flex-shrink: 0;
        flex-grow: 0;
    }

    body:not(#manufacturer) div#content-wrapper,
    .facet-products-grid.row > #content-wrapper {
        flex: 1 1 0;
        width: auto;
        min-width: 0;
        max-width: none;
    }
}
.rich-text .h2,
.rich-text h2 {
    font-size: var(--font-size-lg);
}

.rich-text .h3,
.rich-text h3 {
    font-size: var(--font-size-md);
}

.rich-text .h4,
.rich-text h4 {
    font-size: var(--font-size-base);
}

/* Enlaces en la descripción SEO de categoría (footer) */
:is(#category, body#manufacturer[class*="manufacturer-id-"]) #js-product-list-footer a {
    color: var(--weu-color-primary);
    font-weight: 600;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
    transition: opacity 0.2s ease;
}

:is(#category, body#manufacturer[class*="manufacturer-id-"]) #js-product-list-footer a:hover,
:is(#category, body#manufacturer[class*="manufacturer-id-"]) #js-product-list-footer a:focus-visible {
    color: var(--weu-color-primary);
    opacity: 0.85;
    text-decoration-thickness: 2px;
}

@media(max-width: 991px) {
    .facet-products-grid.row {
        flex-direction: column-reverse;
    }
}

/* ==========================================================================
   CATEGORY TREE
   ========================================================================== */
.ps_categorytree.category-tree.left-block {
    /* padding: 8px; */
    background: white;
    padding: 1.5rem;
    border-radius: .5rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
    margin: 0 0 var(--weu-spacing-lg) 0;
}

.ps_categorytree .left-block__title {
    padding: .25rem 0;
    margin-bottom: 0;
}

.category-tree__child .category-tree__list {
    row-gap: 0;
}

.ps_categorytree a {
    min-height: 32px;
    line-height: 1.5;
    display: block;
    border-bottom: 1px solid var(--weu-color-grey);
    width: 100%;
    display: flex;
    align-items: center;
    font-size: var(--font-size-base);
}

.ps_categorytree .left-block__title__link {
    text-transform: uppercase;
    font-weight: 600;
}

.ps_categorytree .category-tree__child .category-tree__item__link {
    text-transform: lowercase;
    font-weight: 400 !important;
    font-size: var(--font-size-base);
    display: block;
}

.ps_categorytree .category-tree__child .category-tree__item__link:hover {
    color: var(--weu-color-primary);
    transition: color .3s ease;
}

.ps_categorytree .category-tree__child .category-tree__item__link::first-letter {
    text-transform: uppercase;
}

/* ==========================================================================
   PRODUCTS
   ========================================================================== */

#products .total-products p {
    width: fit-content;
    display: inline-block;
    padding: .25rem 0;
}

.layout-left-column .products-selection .select-title {
    border-radius: var(--weu-radius-default);
    background-color: var(--weu-color-grey);
    width: 300px;
    border: none;
}

.products-sort-order .weu-dropdown-menu {
    min-width: 100%;
}

.pagination-container {
    flex-direction: column;
    margin-top: var(--weu-spacing-lg);
    margin-bottom: var(--weu-spacing-md);
}

.pagination--custom {
    margin-top: var(--weu-spacing-md);
    margin-bottom: var(--weu-spacing-md);
}

.page-link.disabled[rel="prev"] {
    display: none;
}

.disabled>.page-link,
.page-link.disabled {
    background-color: transparent;
}

.page-link.disabled {
    color: var(--weu-color-primary);
}

.page-link {
    border: none;
    color: #000;
    min-height: 36px;
}

.page-link:hover {
    background-color: transparent;
    border-color: transparent;
    color: var(--weu-color-primary);
}

.page-link:focus {
    box-shadow: none;
    background-color: transparent;
}

#js-product-list-footer {
    padding-top: var(--weu-spacing-lg);
    border-top: 1px solid var(--weu-color-grey);
}

@media(max-width: 767px) {

    .products-sort-order,
    .layout-left-column .products-selection .select-title {
        width: 100%;
    }

    .products-sort-order {
        margin-right: 0!important;
    }

    .total-products {
        text-align: center;
        margin-bottom: var(--weu-spacing-sm);
    }

    .pagination--custom .page-item:has(.next), .pagination--custom .page-item:has(.previous){
        position: unset;
    }
}

/* ==========================================================================
   SUBCATEGORIES — chips "Explora por tipo"
   ========================================================================== */
.weu-subcategories {
    margin-bottom: var(--weu-spacing-md);
}

.block-category > .weu-subcategories {
    margin-top: 0;
    margin-bottom: var(--weu-spacing-md);
}

.weu-subcategories-list {
    background: transparent;
    padding: 0;
    margin: 0;
    border-radius: 0;
}

.weu-subcategories-list__title {
    margin: 0 0 10px;
    padding: 0;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #6b6b6b;
    line-height: 1.2;
}

.weu-subcategories-list .splide__track {
    overflow: hidden;
    cursor: grab;
}

.weu-subcategories-list .splide__track:active {
    cursor: grabbing;
}

.weu-subcategories-list .splide__list {
    display: flex !important;
    flex-wrap: nowrap;
    align-items: center;
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
}

.weu-subcategories-list .splide__slide,
.weu-subcategories-list__item {
    flex-shrink: 0;
    margin: 0;
    box-sizing: border-box;
}

.weu-subcategories-list .subcategory {
    display: inline-flex;
    align-items: baseline;
    justify-content: center;
    gap: 6px;
    padding: 8px 16px;
    margin: 0;
    background-color: var(--weu-white, #fff);
    border: 1px solid #d8d8d8;
    border-radius: 999px;
    transition: border-color 0.2s ease, color 0.2s ease;
    white-space: nowrap;
    text-decoration: none;
    color: var(--weu-color-dark, #1d1d1d);
}

.weu-subcategories-list .subcategory:hover,
.weu-subcategories-list .subcategory:focus-visible {
    background-color: var(--weu-white, #fff);
    border-color: var(--weu-color-dark, #1d1d1d);
    color: var(--weu-color-black, #000);
}

.weu-subcategories-list .subcategory__name {
    font-size: 14px;
    font-weight: 600;
    text-transform: none;
    letter-spacing: normal;
    margin: 0;
    color: inherit;
    line-height: 1.2;
}

.weu-subcategories-list .subcategory__count {
    font-size: 13px;
    font-weight: 400;
    color: #9a9a9a;
    line-height: 1.2;
}

.weu-subcategories-list .subcategory:hover .subcategory__count,
.weu-subcategories-list .subcategory:focus-visible .subcategory__count {
    color: #7a7a7a;
}

.weu-subcategories-list .splide__arrows {
    display: none;
}

/* Evitar puntos de paginación de Splide (los "..."/dots) y FOUC durante la carga */
.weu-subcategories-list .splide__pagination {
    display: none !important;
}

.weu-subcategories-list:not(.is-initialized) .splide__track {
    overflow: hidden;
}

.weu-subcategories-list:not(.is-initialized) .splide__list {
    flex-wrap: nowrap;
}

@media (max-width: 767px) {
    .weu-category-toolbar {
        display: flex;
        flex-direction: column;
    }

    .block-category > .weu-subcategories {
        margin-bottom: var(--weu-spacing-md);
    }

    .weu-category-toolbar__row--top {
        flex-direction: column;
        align-items: stretch;
        gap: 0;
    }

    .weu-category-toolbar__actions {
        width: 100%;
        display: flex;
        align-items: stretch;
        border: 1px solid var(--weu-border-color);
        border-radius: var(--weu-radius-default);
        background: var(--weu-white);
        overflow: visible;
    }

    body.has-compact-filter .weu-category-toolbar__filter {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        flex: 1 1 50%;
        min-width: 0;
        min-height: 48px;
        margin: 0;
        padding: 12px 10px;
        border: 0;
        border-right: 1px solid var(--weu-border-color);
        border-radius: 0;
        background: transparent;
        color: var(--weu-color-dark);
        font-size: 14px;
        font-weight: 700;
        line-height: 1.2;
        text-transform: none;
        letter-spacing: 0;
        box-shadow: none;
        white-space: nowrap;
        cursor: pointer;
    }

    body.has-compact-filter .weu-category-toolbar__filter:hover,
    body.has-compact-filter .weu-category-toolbar__filter:focus-visible {
        background: var(--weu-color-grey);
        color: var(--weu-color-dark);
        outline: none;
    }

    .weu-category-toolbar__filter-icon.tbc-heroicon {
        width: 18px;
        height: 18px;
        flex-shrink: 0;
        background-color: currentColor;
    }

    .weu-category-toolbar__filter-badge {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 18px;
        height: 18px;
        padding: 0 5px;
        border-radius: 100px;
        background: var(--weu-color-primary);
        color: #fff;
        font-size: 11px;
        font-weight: 700;
        line-height: 1;
    }

    .weu-category-toolbar__filter-badge[hidden] {
        display: none !important;
    }

    .weu-category-toolbar__sort {
        display: flex;
        flex: 1 1 50%;
        min-width: 0;
        width: auto;
        align-items: stretch;
        justify-content: stretch;
    }

    body:not(.has-compact-filter) .weu-category-toolbar__sort {
        flex: 1 1 100%;
    }

    .weu-category-sort {
        display: flex;
        flex: 1 1 auto;
        width: 100%;
        align-items: stretch;
        justify-content: stretch;
        position: relative;
    }

    :is(#category, body#manufacturer[class*="manufacturer-id-"]) .weu-category-toolbar .select-title,
    .layout-left-column .products-selection.weu-category-toolbar__meta .select-title,
    .weu-category-sort__btn.btn.select-title {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 100%;
        min-width: 0;
        min-height: 48px;
        height: 100%;
        gap: 8px;
        margin: 0;
        padding: 12px 10px !important;
        border: 0 !important;
        border-radius: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
        font-size: 14px !important;
        font-weight: 700;
        line-height: 1.2 !important;
        color: var(--weu-color-dark);
        vertical-align: middle;
    }

    .weu-category-sort__icon.tbc-heroicon {
        display: inline-block;
        width: 18px;
        height: 18px;
        flex-shrink: 0;
        margin: 0;
        background-color: currentColor;
        vertical-align: middle;
    }

    .weu-category-sort__mobile-label {
        display: inline-flex;
        align-items: center;
        font-weight: 700;
        line-height: 1.2;
    }

    .weu-category-sort__current,
    .weu-category-sort__chevron {
        display: none !important;
    }

    /* Desplegable de ordenación hacia abajo */
    .weu-category-sort.dropdown .weu-category-sort__menu,
    .weu-category-sort.dropdown .dropdown-menu {
        top: 100% !important;
        bottom: auto !important;
        left: 0 !important;
        right: 0 !important;
        margin-top: 4px !important;
        margin-bottom: 0 !important;
        width: 100%;
        min-width: 100%;
        transform: none !important;
    }
}

#search .container > .row {
    gap: var(--weu-spacing-md);
}


/********************************/
/*     MANUFACTURER PAGE     */
/********************************/
.brand-search {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 100%;
    max-width: 100%;
    margin-bottom: var(--weu-spacing-md);
}

.weu-brands-page {
    width: 100%;
    max-width: 100%;
    min-width: 0;
}

.brand-search__form {
    position: relative;
    width: 100%;
    max-width: 300px;
}

.brand-search__input {
    width: 100%;
    max-width: 300px;
    height: 44px;
    padding: 0 72px 0 16px;
    outline: none;
    background-color: var(--weu-color-grey, #f1f1f1);
    border: 1px solid transparent;
    border-radius: var(--weu-radius-tag, 999px);
    font-size: 14px;
    color: var(--weu-color-black);
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
    appearance: none;
    -webkit-appearance: none;
}

.brand-search__input::placeholder {
    color: var(--weu-color-muted, #666);
}

.brand-search__input:focus {
    background-color: var(--weu-white);
    border-color: var(--weu-border-color, #ddd);
    box-shadow: 0 0 0 3px rgba(234, 30, 28, 0.1);
}

.brand-search__input::-webkit-search-cancel-button,
.brand-search__input::-webkit-search-decoration {
    display: none;
    -webkit-appearance: none;
}

.brand-search__clear {
    position: absolute;
    right: 36px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: transparent;
    color: var(--weu-color-muted, #666);
    cursor: pointer;
    transition: color 0.2s ease, background-color 0.2s ease;
}

.brand-search__clear:hover,
.brand-search__clear:focus-visible {
    color: var(--weu-color-black);
    background-color: rgba(0, 0, 0, 0.06);
}

.brand-search__clear[hidden] {
    display: none !important;
}

.brand-search__icon {
    width: 18px;
    height: 18px;
    filter: none;
    background-size: 18px 18px;
    mask-size: 18px 18px;
    -webkit-mask-size: 18px 18px;
    background-position: center;
    -webkit-mask-position: center;
    mask-position: center;
    pointer-events: none;
}

.brand-search__icon--search {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.72;
}

.brand-search__icon--clear {
    opacity: 0.8;
}

.brand-search__message {
    width: 100%;
    max-width: 300px;
    margin: var(--weu-spacing-xs) 0 0;
    font-size: var(--font-size-sm);
    color: var(--weu-color-primary);
    text-align: right;
}

.brand.card.is-search-target {
    scroll-margin-top: 120px;
    outline: 2px solid var(--weu-color-primary);
    outline-offset: 2px;
}

.brand__name {
    margin-bottom: var(--weu-spacing-sm);
}

.brand__name a {
    font-size: var(--font-size-md);
    font-weight: 600;
    text-decoration: none;
    color: var(--weu-color-black);
}

body#manufacturer:not([class*="manufacturer-id-"]) #left-column {
    display: none !important;
}

body#manufacturer:not([class*="manufacturer-id-"]) #content-wrapper {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
}

body#manufacturer .weu-brands-grid,
body#manufacturer ul.weu-brands-grid.row {
    --brand-list-gap: 16px;
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 240px), 1fr));
    gap: var(--brand-list-gap);
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    list-style: none;
}

body#manufacturer .weu-brands-grid > .brand.card {
    width: 100%;
    max-width: none;
    min-width: 0;
    flex: none;
}

@media (min-width: 992px) {
    body#manufacturer .weu-brands-grid,
    body#manufacturer ul.weu-brands-grid.row {
        --brand-list-gap: 24px;
        grid-template-columns: repeat(auto-fill, minmax(min(100%, 260px), 1fr));
    }
}

.brand__products a {
    display: block;
    border: none;
    border-top: 1px solid #ddd;
    border-radius: 0;
}

/********************************/
/*     BRAND MINIATURE          */
/********************************/

body#manufacturer:not([class*="manufacturer-id-"]) .page-title-section {
    text-align: center;
    margin-bottom: var(--weu-spacing-sm);
}

body#manufacturer #content-wrapper .weu-brands-page,
body#manufacturer .wrapper__content-full-width {
    width: 100%;
    max-width: 100%;
}

body#manufacturer #center-column,
body#manufacturer #content-wrapper {
    min-width: 0;
    max-width: 100%;
}

.manufacturer-subtitle {
    border-bottom: 1px solid var(--weu-border-color);
    margin-bottom: 64px;
}

.manufacturer-subtitle p {
    margin-bottom: var(--weu-spacing-md);
    text-align: center;
}

.brand.card {
    background-color: var(--weu-color-grey);
    border: 0;
    padding: var(--weu-spacing-md);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--weu-spacing-sm);
    text-align: center;
}

.brand__img a {
    display: block;
}

.brand__img img {
    max-width: 100%;
    height: auto;
    mix-blend-mode: multiply;
    filter: contrast(1.1);
}

.brand__infos {
    flex: 1;
    width: 100%;
}

.brand__name {
    margin-bottom: var(--weu-spacing-xs);
}

.brand__link {
    font-weight: 600;
    text-decoration: none;
    color: var(--weu-color-black);
}

.brand__link:hover {
    color: var(--weu-color-primary);
}

.brand__description {
    margin: 0;
    font-size: var(--font-size-sm);
    color: var(--weu-color-grey-dark);
    line-height: 1.5;
}

.brand__description-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}

.brand__description-more {
    display: none;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    line-height: inherit;
    text-decoration: none;
    white-space: nowrap;
}

a.brand__description-more.is-visible {
    margin-top: 8px;
    display: block;
}

.brand__description-more.is-visible {
    display: inline;
}

.brand__description-more::before {
    content: '\00a0';
}

.brand__description-more:hover,
.brand__description-more:focus {
    color: var(--weu-color-primary);
    text-decoration: underline;
}

.brand__products {
    margin-top: auto;
    width: 100%;
}

.brand__btn {
    display: inline-block;
    padding: var(--weu-spacing-xs) var(--weu-spacing-md);
    font-size: var(--font-size-sm);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    color: var(--weu-color-black);
    background-color: transparent;
    border: 1px solid var(--weu-color-black);
    border-radius: var(--weu-radius-default);
    text-decoration: none;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.brand__btn:hover,
.brand__btn:focus {
    background-color: var(--weu-color-black);
    border-color: var(--weu-color-black);
    color: var(--weu-white);
}

@media (max-width: 767px) {
    .brand.card {
        padding-left: var(--weu-spacing-sm);
        padding-right: var(--weu-spacing-sm);
    }

    .brand-search__form {
        max-width: none;
    }
    
    .brand-search__input {
        max-width: none;
    }
}