.models-brand {
    padding: 50px 0
}

.models-brand .title__card {
    color: var(--black);
    font-size: 2rem;
    font-weight: 700;
    text-align: center
}

.models-brand .tab-container {
    border-bottom: 2px solid #ccc;
    display: flex;
    margin: 0 auto;
    width: fit-content
}

.models-brand .tab {
    cursor: pointer;
    margin-top: 2rem;
    padding: 10px 20px
}

.models-brand .tab.active {
    border-bottom: 2px solid #e53232;
    font-weight: 700;
    margin-bottom: -2px
}

.models-brand .tab-content {
    padding: 20px 0
}

.models-brand .tab-panel.active {
    height: auto;
    visibility: visible
}

.models-brand .tab-panel {
    height: 0;
    overflow: hidden;
    visibility: hidden;
    width: 100%
}

.models-brand .content__cards {
    padding: 10px
}

.models-brand .card__product {
    border: 1px solid #e3e3e3;
    border-radius: 18px;
    height: 100%;
    padding: 27px 18px;
    width: 100%
}

.models-brand .product__image {
    display: block;
    height: 115px;
    margin: 0 auto;
    max-width: 100%;
    width: auto
}

.models-brand .product__title {
    color: #1a1818;
    font-size: 20px;
    font-weight: 700
}

.models-brand .product__text {
    color: #1a1818;
    display: flex;
    flex-direction: column;
    font-size: 20px;
    font-weight: 400;
    gap: .65rem;
    line-height: 12px;
    margin: .85rem 0
}

.models-brand .product__label {
    font-size: 14px;
    font-weight: 300;
    line-height: 10px
}

.models-brand .product__container--buttons {
    align-items: center;
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 15px
}

.models-brand .product__button {
    background-color: transparent;
    border: 1px solid #000;
    border-radius: 21px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    line-height: 12px;
    padding: .5rem 1rem;
    text-align: center;
    width: 52.5%
}

.models-brand .product__button--red {
    background-color: #e53232;
    border-color: #e53232;
    color: #fff;
    width: 45%
}

@media (hover:hover) {
    .models-brand .link__cards:hover {
        background-color: #111;
        color: var(--white)
    }
}

.models-brand .slider-nav {
    align-items: center;
    display: flex;
    justify-content: center;
    width: 100%
}

.models-brand .slider-nav .custom-dots,
.models-brand .slider-nav .slick-dots {
    position: static;
    width: fit-content
}

.models-brand .slider-nav .slick-dots {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 0 15px
}

.models-brand .slider-nav .slick-dots li {
    height: 9px;
    width: 9px
}

.models-brand .slider-nav .slick-dots li button,
.models-brand .slider-nav .slick-dots li button:before {
    height: 100%;
    width: 100%
}

.models-brand .slider-nav .slick-dots li button:before {
    background-color: #fff;
    border-radius: 50%;
    content: ""
}

.models-brand .slider-nav .custom-arrow {
    background: transparent;
    border: 0;
    cursor: pointer;
    margin: 0 10px
}

.models-brand .slider-nav .custom-arrow.custom-next-arrow {
    transform: rotate(180deg)
}

.models-brand .slider-nav .custom-arrow.slick-disabled {
    cursor: default;
    opacity: .5
}

.models-brand .slick-slider {
    display: flex;
    width: 100%
}

.models-brand .slick-list {
    width: 100%
}

.models-brand .slick-track {
    align-items: stretch;
    display: flex;
    height: 100%
}