/* Container styling - Removed borders and shadows */
.HWfamily-product-container {
  background: white;
  padding: 0; /* Removed padding to align with pills */
}
/* Navigation Pills Styling */
.HWfamily-nav-pills {
  margin-bottom: 20px;
  max-width: 700px;
  justify-content: center;
  justify-self: center;
}

ul.HWfamily-nav-pills li.nav-item {
  margin-bottom: 1em;
}

.HWfamily-nav-pills .nav-link {
  color: #555;
  background-color: #f8f9fa; /* Light gray for inactive */
  margin-right: 10px;
  border-radius: 20px; /* Rounder pills */
  font-weight: 600;
  padding-left: 20px;
  padding-right: 20px;
}

.HWfamily-nav-pills .nav-link.active {
  color: #fff;
  background-color: #007bff; 
}

/* Image Styling - Removed border, ensured responsiveness */
.HWfamily-product-img {
  max-width: 100%;
  height: auto;
  max-height: 500px;
  display: block;
  margin-bottom: 20px;
  justify-content: center;
  justify-items: center;
  justify-self: center;
}
/* Typography */
h3.HWfamily-product-title {
  font-weight: 300;
  margin-bottom: 10px;
  color: #333;
  justify-content: center;
  justify-items: center;
  justify-self: center;  
}
.HWfamily-section-label {
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #888;
  margin-top: 30px;
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
  padding-bottom: 5px;
}
/* Model Grid Items */
.HWfamily-model-item {
  padding: 10px;
  background-color: #f9f9f9;
  margin-bottom: 10px;
  border-radius: 4px;
  font-weight: 500;
  color: #333;
}

/* Loading Spinner */
#HWfamily-loader {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
}
