﻿.his-product {
    padding: 30px 0;
    padding-bottom: 45px;
}

.his-product-container {
}

    .his-product-container .swiper-pagination-bullet-active {
        background-color: var(--default-color-1);
    }

    .his-product-container .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        background-color: #06b7bf66 !important;
    }

    .his-product-container .swiper-pagination {
        bottom: -33px;
    }

    .his-product-container .title {
        margin: 0;
        font-family: 'robotoSeSBI';
        text-transform: uppercase;
        color: var(--default-color-2);
        font-size: 22px;
        margin-bottom: 22px;
        position: relative;
        padding-bottom: 6px;
    }

    .his-product-container .swiper {
        position: relative;
    }

    .his-product-container .title::before {
        content: '';
        position: absolute;
        width: 48px;
        height: 3px;
        background-color: var(--default-color-1);
        bottom: 0;
        opacity: .4;
    }

    .his-product-container .p-product-item {
    }

.his-product-swiper {
}

/*rs*/
@media(max-width:1023px) {
}

@media(min-width:740px) and (max-width:1023px) {
}

@media(max-width: 739px) {
}

/*rs*/