.product-detail-tabs .nav-link {
    color: #999 !important;
    border: 0 !important;
    border-bottom: 3px solid transparent !important;
    transition: all 0.3s ease;
}

.product-detail-tabs .nav-link:hover {
    color: var(--primary-gold) !important;
}

.product-detail-tabs .nav-link.active {
    color: var(--primary-gold) !important;
    border-bottom-color: var(--primary-gold) !important;
}

.product-page-content {
    background-color: #faf9f8;
    padding: 80px 0;
}

.main-image-wrapper {
    border: 1px solid rgba(0, 0, 0, 0.05);
    background: #fff;
}

.product-category-badge {
    background: rgba(185, 143, 43, 0.12);
    color: #b98f2b;
    font-weight: 600;
    padding: 0.45rem 0.75rem;
}

.product-sku {
    font-size: 0.9rem;
}

.product-detail-name {
    font-size: clamp(1.6rem, 2vw, 2.2rem);
    font-weight: 700;
}

.product-detail-price {
    color: #b98f2b;
    font-size: 2rem;
    font-weight: 700;
}

.product-excerpt {
    line-height: 1.7;
}

.product-contact-link {
    color: #b98f2b;
    font-weight: 600;
}

.product-description-pane {
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.product-description-body {
    line-height: 1.8;
}

.product-description-body img {
    max-width: 100%;
    height: auto;
}

.related-sidebar {
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 8px 24px rgba(22, 18, 16, 0.04);
}

.related-sidebar-title {
    font-size: 1.05rem;
    font-weight: 700;
    position: relative;
}

.related-sidebar-accent {
    display: block;
    width: 40px;
    height: 2px;
    background-color: var(--primary-gold);
    margin: 10px auto 0;
}

.related-thumb {
    width: 75px;
    height: 75px;
    border: 1px solid #eee;
    background: #f9f9f9;
}

.related-item-name {
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1.35;
}

.related-item-price {
    color: #b98f2b;
    font-size: 1rem;
    font-weight: 700;
}

.related-item-ps-price {
    color: #5c4326;
    font-size: 0.85rem;
    font-weight: 700;
}

.product-info-detail .product-ps-price {
    color: #5c4326;
    font-size: 1.05rem;
    font-weight: 700;
}

.related-item:hover .related-item-name {
    color: #b98f2b;
}
