
/* Product Detail Section */
.product-image-gallery .main-image {
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    aspect-ratio: 1/1;
    object-fit: cover;
}

.brand-info {
    height: 60px;
    width: 200px;
    margin-bottom: 20px;
}

.brand-info img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.product-title-detail {
    color: var(--color-heading);
    font-weight: 800;
}


.nav-tabs {
    border-bottom: 2px solid #dee2e6;
}

.nav-tabs .nav-link {
    color: var(--color-body);
    font-weight: 700;
    border: none;
    border-bottom: 3px solid transparent;
}

.nav-tabs .nav-link.active {
    color: var(--color-primary);
    background-color: transparent;
    border-color: var(--color-primary);
}

.spec-table {
    width: 100%;
}

.spec-table td {
    padding: 0.75rem;
    border-bottom: 1px solid #eee;
}

.spec-table tr:last-child td {
    border-bottom: none;
}

.spec-table .spec-label {
    font-weight: 700;
    color: var(--color-heading);
    width: 30%;
}