body{
    background-color: #0C0808;
}
/*.product-detail {
    background: url('../image/black.png'), lightgray 50% / cover no-repeat;
}*/

.product-detail-leftside {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.product-detail-rightside {
    padding: 15px 10px;
}

.product-detail-title {
    color: #FFF;
    font-size: 38px;
    font-weight: 600;
    letter-spacing: 1.6px;
}

.product-detail-text {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.72px;
}

.product-detail-layout-img {
    width: 550px;
    height: 550px;
    border-radius: 50%;
    background-color: #D20C1A;
    position: relative;
}

.product-detail-img {
    width: 550px;
    height: 550px;
    position: absolute;
    top: 20px;
    right: 15px;
    border-radius: 50%;
}
