.swiperhead {
    width: 100%;
    height: 100%;
}

.swiper-slide img {
    display: block;
    height: 80%;
    object-fit: contain;
    margin: 0 auto;
}

.swiper-slide p {
    height: 90px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
}

.mnActive {
    background-color: #0b50f2;
    color: #ffffff;
    margin-top: 35px;
}

.product-model-title {
    font-size: 48px;
    line-height: 1.16667;
}

.product-tital-title {
    font-size: 28px;
    line-height: 1.33333;
    font-weight: 500;
    letter-spacing: 0.02em;
    text-transform: capitalize;
}

.product-tital-subtitle {
    font-size: 60px;
}

.highlights-title {
    font-size: 28px;
    padding: 10px;
}

.need-help-text {
    font-size: 28px;
    line-height: 1.33333;
    font-weight: 500;
    letter-spacing: 0.02em;
    text-transform: capitalize;
}

.more-product-title {
    font-size: 28px;
    line-height: 1.33333;
    font-weight: 500;
    letter-spacing: 0.02em;
    text-transform: capitalize;
}
