
.product-detail-wrap{
    padding: 60px 0;
}

.product-gallery{
    background: #fff;
    border: 1px solid #eee;
    border-radius: 18px;
    padding: 20px;
}

.product-gallery img{
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 12px;
}

.product-titles{
    font-size: 32px !important;
    font-weight: 700 !important;
    color: #111827 !important;
    margin-bottom: 14px;
}

.product-price{
    font-size: 28px;
    font-weight: 700;
    color: #ff962e;
    margin-bottom: 20px;
}

.product-short{
    color: #6b7280;
    line-height: 1.8;
    margin-bottom: 24px;
}

.product-description{
    line-height: 1.9;
    color: #374151;
}

.back-link{
    display: inline-block;
    margin-bottom: 18px;
    color: #ff962e;
    text-decoration: none;
    font-weight: 600;
}
