.product-page {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

.main-image {
    border-radius: 12px;
    max-height: 400px;
    object-fit: contain;
}
.thumb-gallery { display: flex; flex-wrap: wrap; justify-content: center; }
.thumb { width: 80px; height: 80px; cursor: pointer; object-fit: cover; margin: 5px; transition: 0.2s; }
.thumb:hover { transform: scale(1.1); }

.product-title { font-weight: 700; margin-bottom: 10px; }
.product-price { color: #d9534f; font-size: 1.8rem; font-weight: 600; margin-bottom: 15px; }

.action-buttons .btn { padding: 12px 24px; font-size: 1rem; border-radius: 8px; }

.product-keypoints ul,
.product-dimensions ul { list-style: disc; padding-left: 20px; }

.review strong { font-size: 1rem; }
.review .text-warning { font-size: 1.1rem; margin-left: 5px; }
