﻿.home-brand-products-list {
    width: 100%;
    clear: both;
    display: block !important;
}

.home-brand-products-section {
    width: 100%;
    max-width: 1500px;
    min-height: 640px;
    margin: 54px auto 68px;
    padding: 0 56px 6px;
    box-sizing: border-box;
    direction: rtl;
    display: block !important;
    clear: both;
    position: relative;
    z-index: 20;
}

.home-brand-products-section:last-child {
    margin-bottom: 42px;
}

.home-brand-products-heading {
    width: 100%;
    min-height: 72px;
    margin: 0 0 18px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(38, 51, 58, .08);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    position: relative;
    z-index: 5;
}

.home-brand-products-heading-title {
    margin: 0;
    padding: 0 20px 0 0;
    color: #26333a;
    font-size: 31px;
    font-weight: 950;
    line-height: 1.35;
    letter-spacing: 0;
    text-align: right;
    text-transform: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    max-width: min(100%, 520px);
}

.home-brand-products-heading-title::before {
    content: "";
    width: 5px;
    height: 36px;
    border-radius: 999px;
    background: #ffb323;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.home-brand-products-heading-link {
    min-width: 132px;
    height: 40px;
    padding: 0 14px;
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex: 0 0 auto;
    color: #485760 !important;
    background: rgba(255, 255, 255, .82);
    border: 1px solid rgba(72, 87, 96, .18);
    border-radius: 7px;
    box-shadow: 0 7px 18px rgba(38, 51, 58, .08);
    font-size: 13px;
    font-weight: 900;
    line-height: 1;
    text-decoration: none !important;
    white-space: nowrap;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, color .18s ease;
}

.home-brand-products-heading-link:hover {
    color: #26333a !important;
    background: #ffb323;
    border-color: #ffb323;
    box-shadow: 0 10px 22px rgba(255, 179, 35, .22);
    transform: translateY(-1px);
}

.home-brand-products-heading-link-text {
    display: inline-flex;
    align-items: center;
    line-height: 1;
}

.home-brand-products-heading-link-icon {
    width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 20px;
    color: inherit;
}

.home-brand-products-heading-link-icon svg {
    width: 16px;
    height: 16px;
    display: block;
}

neo-component-swiper-product .swiper-button-next,
neo-component-swiper-product .swiper-button-prev {
    width: 48px !important;
    height: 48px !important;
    margin-top: 0 !important;
    border: 0 !important;
    border-radius: 50% !important;
    background: rgba(255, 255, 255, .84) !important;
    border: 1px solid rgba(255, 255, 255, .6) !important;
    box-shadow: 0 10px 22px rgba(15, 23, 42, .16) !important;
    color: #8a9096 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    z-index: 4 !important;
    transition: transform .18s ease, box-shadow .18s ease, color .18s ease, background .18s ease !important;
}

neo-component-swiper-product .swiper-button-next:hover,
neo-component-swiper-product .swiper-button-prev:hover {
    color: #006b86 !important;
    background: #fff !important;
    transform: translateY(-50%) scale(1.04) !important;
    box-shadow: 0 14px 28px rgba(15, 23, 42, .18) !important;
}

neo-component-swiper-product .swiper-button-next::after,
neo-component-swiper-product .swiper-button-prev::after {
    content: "" !important;
    width: 13px;
    height: 13px;
    border-top: 3px solid currentColor;
    border-right: 3px solid currentColor;
    border-radius: 2px;
    display: block;
    font-family: inherit !important;
    font-size: 0 !important;
    line-height: 0 !important;
}

neo-component-swiper-product .swiper-button-prev {
    right: 18px !important;
    left: auto !important;
}

neo-component-swiper-product .swiper-button-next {
    left: 18px !important;
    right: auto !important;
}

neo-component-swiper-product .swiper-button-prev::after {
    transform: rotate(45deg);
    margin-left: 3px;
}

neo-component-swiper-product .swiper-button-next::after {
    transform: rotate(-135deg);
    margin-right: 3px;
}

.home-brand-products-slider {
    width: 100%;
    position: relative;
    z-index: 2;
}

.home-brand-products-track {
    width: 100%;
    min-height: 558px;
    padding: 4px 34px 10px;
    box-sizing: border-box;
    display: flex;
    align-items: stretch;
    gap: 42px;
    overflow: hidden;
    scroll-behavior: smooth;
    scrollbar-width: none;
}

.home-brand-products-track::-webkit-scrollbar {
    display: none;
}

.home-brand-products-slide {
    flex: 0 0 300px;
    height: 540px;
    display: flex;
    justify-content: center;
    align-items: stretch;
}

.home-brand-products-nav {
    width: 48px;
    height: 48px;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, .84);
    border: 1px solid rgba(255, 255, 255, .6);
    box-shadow: 0 10px 22px rgba(15, 23, 42, .16);
    color: #8a9096;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 4;
    transition: transform .18s ease, box-shadow .18s ease, color .18s ease, background .18s ease;
}

.home-brand-products-nav:hover {
    color: #006b86;
    background: #fff;
    transform: translateY(-50%) scale(1.04);
    box-shadow: 0 14px 28px rgba(15, 23, 42, .18);
}

.home-brand-products-nav--prev {
    right: -16px;
}

.home-brand-products-nav--next {
    left: -16px;
}

.home-brand-products-nav span {
    display: none;
}

.home-brand-products-nav::before {
    content: "";
    width: 13px;
    height: 13px;
    border-top: 3px solid currentColor;
    border-right: 3px solid currentColor;
    border-radius: 2px;
    display: block;
}

.home-brand-products-nav--prev::before {
    transform: rotate(45deg);
    margin-left: 3px;
}

.home-brand-products-nav--next::before {
    transform: rotate(-135deg);
    margin-right: 3px;
}

.home-brand-products-track,
.home-brand-products-slide,
.home-brand-product-card {
    max-width: none;
    min-width: 0;
    box-sizing: border-box;
}

.home-brand-products-track:focus {
    overflow: hidden;
}

.home-brand-product-card {
    width: 300px;
    height: 540px;
    border-radius: 22px;
    background: #485760;
    box-shadow: 0 5px 9px rgba(0, 0, 0, .24);
    position: relative;
    overflow: hidden;
    direction: rtl;
}

.home-brand-product-card__top {
    height: 59px;
    padding: 0 22px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 13px;
    font-weight: 950;
    line-height: 1.5;
    text-align: center;
    letter-spacing: 0;
    text-transform: uppercase;
}

.home-brand-product-card__top span {
    display: block;
    width: 100%;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    unicode-bidi: plaintext;
}

.home-brand-product-card__body {
    position: absolute;
    inset: 59px 0 0;
    height: auto;
    margin: 0;
    padding: 10px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
    border-radius: 18px 18px 22px 22px;
}

.home-brand-product-card__brand {
    height: 35px;
    margin: 0 0 7px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-brand-product-card__brand img {
    max-width: 126px;
    height: 35px;
    object-fit: contain;
    display: block;
}

.home-brand-product-card__visual {
    width: 100%;
    height: 200px;
    margin: 0 0 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    direction: ltr;
}

.home-brand-product-card__image {
    width: 200px;
    height: 200px;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.home-brand-product-card__icons {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    top: 36px;
    right: 16px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.home-brand-product-card__icons li {
    width: 52px;
    height: 52px;
    border: 1px solid #c5c8cc;
    border-radius: 50%;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #006b86;
    font-size: 12px;
    font-weight: 900;
    line-height: 1.1;
}

.home-brand-product-card__icons i {
    color: #aeb4ba;
    font-size: 17px;
    line-height: 1;
    margin-bottom: 3px;
}

.home-brand-product-card__model {
    width: 100%;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    color: #8a8a8a !important;
    text-decoration: none !important;
}

.home-brand-product-card__model h3 {
    margin: 0;
    max-width: 220px;
    overflow: hidden;
    color: inherit;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.5;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.home-brand-product-card__size {
    width: 100%;
    height: 31px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.home-brand-product-card__label {
    color: #b6b6b6;
    font-size: 11px;
    font-weight: 600;
    white-space: nowrap;
}

.home-brand-product-card__size a {
    color: #26333a !important;
    font-size: 15px;
    font-weight: 900;
    line-height: 1;
    text-decoration: none !important;
    white-space: nowrap;
}

.home-brand-product-card__meta {
    width: 100%;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
}

.home-brand-product-card__year {
    color: #26333a !important;
    font-size: 13px;
    font-weight: 900;
    text-decoration: none !important;
    white-space: nowrap;
}

.home-brand-product-card__select {
    width: 58px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f1f1f1;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}

.home-brand-product-card__select::before {
    content: "⌄";
    color: #006b86;
    font-size: 22px;
    font-weight: 900;
    line-height: 1;
    position: absolute;
    right: 9px;
    top: 5px;
    pointer-events: none;
}

.home-brand-product-card__select select {
    width: 100%;
    height: 100%;
    padding: 0 25px 0 8px;
    border: 0;
    outline: 0;
    background: transparent;
    color: #26333a;
    font-size: 13px;
    font-weight: 900;
    appearance: none;
    cursor: pointer;
}

.home-brand-product-card__price-row {
    width: 100%;
    height: 54px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 8px;
}

.home-brand-product-card__price {
    margin: 0;
    color: #000;
    font-size: 21px;
    font-weight: 950;
    line-height: 1.2;
    white-space: nowrap;
}

.home-brand-product-card__price-stack {
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    gap: 2px;
}

.home-brand-product-card__original-price {
    color: #9ca3af;
    font-size: 11px;
    font-weight: 650;
    line-height: 1.1;
    text-decoration-color: #dc2626;
    text-decoration-thickness: 1.5px;
}

.home-brand-product-card__final-price {
    display: flex;
    align-items: baseline;
    justify-content: flex-end;
    gap: 4px;
}

.home-brand-product-card__final-price small {
    color: #7b858d;
    font-size: 10px;
    font-weight: 600;
}

.home-brand-product-card__price.home-brand-product-card__price--contact {
    color: #c40000;
    font-size: 13px;
    font-weight: 850;
    line-height: 1.35;
}

.home-brand-product-card__price--inquiry {
    display: inline-block;
    text-decoration: none;
}

.home-brand-product-card__price--inquiry::after {
    content: none;
}

.home-brand-product-card__action {
    width: 100%;
    height: 45px;
    margin-top: 3px;
    border: 0;
    border-radius: 9px;
    background: #ffb323;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 900;
    cursor: pointer;
}

.home-brand-product-card__action:hover {
    background: #f5a90f;
}

.home-brand-product-card__action--contact,
.home-brand-product-card__action--contact:hover {
    background: #ffb323;
    color: #c40000 !important;
    opacity: 1;
    cursor: default;
}

.home-brand-product-card__action--contact:disabled span {
    color: #c40000 !important;
    opacity: 1;
}

.home-brand-product-card__action i {
    font-size: 19px;
    line-height: 1;
}

@media screen and (max-width: 768px) {
    .home-brand-products-section {
        margin: 34px auto 46px;
        padding: 0 14px;
    }

    .home-brand-products-heading {
        min-height: 0;
        margin-bottom: 14px;
        padding-bottom: 12px;
        align-items: center;
        gap: 10px;
    }

    .home-brand-products-heading-title {
        max-width: 100%;
        font-size: 22px;
        white-space: normal;
    }

    .home-brand-products-heading-title::before {
        height: 28px;
        width: 4px;
    }

    .home-brand-products-heading-link {
        min-width: 116px;
        height: 36px;
        padding: 0 10px;
        font-size: 12px;
    }

    neo-component-swiper-product .swiper-button-next,
    neo-component-swiper-product .swiper-button-prev {
        display: none !important;
    }

    .home-brand-products-track {
        min-height: 548px;
        padding: 4px 30px 8px;
        gap: 24px;
    }

    .home-brand-products-slide {
        flex-basis: 292px;
        height: 532px;
    }

    .home-brand-product-card {
        width: 292px;
        height: 532px;
    }

    .home-brand-products-nav {
        display: none;
    }
}
