.prod-title{
    color: #b85b5b;
    font-size: 50px;
    font-weight: bold;
    line-height: 53px;
    margin-bottom: 40px;
}

.sp-price .amount{
    color: #b85b5b;
    font-weight: bold;
}

.quantity input{
    width: 100%;
    text-align: center;
    padding: 5px 0;
    margin-bottom: 20px;
}

.cart .single_add_to_cart_button{
    background: #b85b5b;
    color: white;
    border-radius: 20px;
    width: 100%;
    padding: 12px;
    border: none;
    text-transform: lowercase;
}

.sp-short{
    font-weight: 600;
}

.img-topik{
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.cart button{
    display: none!important;
}