﻿.product-banner {
    background-color: var(--color-1);
    position: relative;
    z-index: 2;
}

    .product-banner .grid.wide {
    }

.product-banner-container {
    position: relative;
}

.product-banner-slug {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: -13px;
    background-color: #fff;
    box-shadow: 0 0 10px 0 #33333324;
    border-radius: 55px;
    padding: 6px 16px;
}

    .product-banner-slug a:hover {
        color: var(--color-3);
    }

    .product-banner-slug a {
        color: var(--color-text-default);
        font-family: 'barM';
        line-height: 100%;
        transition: all .3s;
        font-size: 16px;
    }

    .product-banner-slug p {
        margin: 0 6px;
    }

    .product-banner-slug span {
        color: var(--color-7);
        font-family: 'pathSB';
        font-size: 15px;
    }

.product-banner-top {
    padding-top: 195px;
    display: flex;
    align-items: center;
    padding-bottom: 66px;
}

    .product-banner-top .top-left {
        width: 50%;
        padding-right: 10px;
    }

    .product-banner-top .top-left-title {
        margin: 0;
        font-family: 'barM';
        font-size: 29px;
        font-weight: 100;
        color: var(--color-4);
        text-transform: capitalize;
        max-width: 480px;
        margin-bottom: 33px;
        line-height: 166%;
    }

        .product-banner-top .top-left-title strong {
            color: var(--color-3);
            display: block;
            text-transform: uppercase;
            font-size: 49px;
        }

    .product-banner-top .top-left-album {
    }

.productbannerswiper {
}

.product-banner-top .album-item {
    height: 198px;
    border-radius: 15px;
    overflow: hidden;
}

    .product-banner-top .album-item img {
    }

.product-banner-top .top-right {
    width: 50%;
    padding-left: 10px;
}

.product-banner-top .top-right-img {
    border-radius: 15px;
    height: 360px;
    overflow: hidden;
}

    .product-banner-top .top-right-img img {
        width: 100%;
        height: 100%;
    }

.product-tag {
    display: flex;
    flex-wrap: wrap;
    margin-top: 22px;
}

    .product-tag a:hover {
        background-color: var(--color-1);
        color: #fff;
    }

    .product-tag a {
        border: 1px solid var(--color-1);
        border-radius: 55px;
        text-transform: uppercase;
        font-family: barM;
        padding: 4px 12px;
        font-size: 12px;
        cursor: pointer;
        margin: 3px;
        transition: all .3s;
        user-select: none;
    }

.product-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}


    .product-top .title {
        margin: 0;
        font-weight: 100;
        font-family: 'pathSB';
        font-size: 35px;
        text-transform: capitalize;
        color: var(--color-text-default);
        max-width: 563px;
    }

    .product-top .descript {
        margin: 0;
        font-weight: 100;
        font-size: 16px;
        color: var(--color-4);
        max-width: 400px;
        line-height: 153%;
        width: fit-content;
    }


.product {
    background-image: url(/Design/img/home-car-bg-min.png);
    background-size: cover;
    background-color: var(--color-2);
}

    .product .home-product-list {
        margin-top: 26px;
    }

.product-container {
    padding: 60px 0;
}

@media(max-width:1023px) {
    .product-banner-top .top-right {
        width: 40%;
    }

    .product-banner-top {
        padding: 40px;
    }

        .product-banner-top .top-left {
            width: 60%;
        }

        .product-banner-top .album-item {
            height: 165px;
        }

        .product-banner-top .top-right-img {
            height: 225px;
        }

    .product-container {
        padding: 50px 0;
    }

    .product-tag {
        margin-top: 8px;
    }
}

@media(min-width:740px) and (max-width:1023px) {
    .product-banner-top .top-left-title strong {
        font-size: 40px;
    }

    .product-banner-top .top-left-title {
        font-size: 22px;
        line-height: 185%;
    }
}

@media(max-width:739px) {
    .product-banner-top .top-right {
        display: none;
    }

    .product-banner-top .top-left {
        width: 100%;
    }

    .product-banner-top {
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 10px;
        padding-right: 10px;
    }

        .product-banner-top .top-left-title {
            margin: 0;
            font-size: 19px;
            max-width: 100%;
            margin-bottom: 16px;
            line-height: 170%;
        }

            .product-banner-top .top-left-title strong {
                font-size: 28px;
            }

    .product-top .title {
        font-size: 24px;
        margin-bottom: 5px;
    }

    .product-top {
        flex-direction: column;
        align-items: unset;
        margin-bottom: 16px;
    }

        .product-top .descript {
            font-size: 15px;
        }

    .product-tag {
        margin-top: 14px;
    }

    .product-container {
        padding: 30px 0;
    }

    .product-banner-slug span {
        font-size: 13px;
    }

    .product-banner-slug a {
        font-size: 14px;
    }
}
