/* Custom Detail Page Specific Styles */
/* The image carousel + thumbnail styles live in the carousel component. */

.product-detail-title {
  font-size: 2rem;
  font-weight: bold;
  color: var(--bw-text, #ccc);
  margin-bottom: 1rem;
}

.product-detail-price {
  font-size: 2rem;
  font-weight: bold;
  color: var(--bw-accent, #667eea);
  margin-bottom: 1.5rem;
}

.product-detail-description {
  color: var(--bw-text-muted, #999);
  line-height: 1.8;
}

.product-actions .btn {
  font-size: 1.1rem;
  padding: 12px;
}

.nav-tabs .nav-link {
  color: var(--bw-text-muted, #999);
}

.nav-tabs .nav-link.active {
  color: var(--bw-accent, #667eea);
  font-weight: 600;
}
