.product-desc{
    color: #fff;
    font-size: 13px;
    line-height: 1.7;
    text-align: justify;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;

    max-height: 160px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 8px;
    margin-bottom: 15px;
}

.product-desc p{
    margin-bottom: 10px;
}

.product-desc ul,
.product-desc ol{
    padding-left: 20px;
    margin-bottom: 10px;
}

.product-desc strong{
    font-weight: bold;
}

.product-desc em{
    font-style: italic;
}

.product-desc img{
    max-width: 100%;
    height: auto;
}

.product-desc li{
    margin-bottom: 5px;
}

.product-desc::-webkit-scrollbar{
    width: 6px;
}

.product-desc::-webkit-scrollbar-track{
    background: rgba(255,255,255,.15);
    border-radius: 10px;
}

.product-desc::-webkit-scrollbar-thumb{
    background: #21115C;
    border-radius: 10px;
}

.product-desc::-webkit-scrollbar-thumb:hover{
    background: #352080;
}

.read-more{
    color: #00E5FF;
    font-weight: 600;
    text-decoration: none;
}

.read-more:hover{
    color: #FFFFFF;
    text-decoration: underline;
}