.product-section-container {
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.product-section {
  padding-bottom: 27px;
  margin: 5px;
   
  cursor: pointer;
}

.product-section:not(.highlight):hover {
 
  transition: background-color 0.3s ease-in-out;
}

.product-select-show-more-div {
  display: flex;
  justify-content: center;
}

.product-select-show-more-div button {
  
}

product-select-show-less-div {
  display: flex;
  justify-content: center;
}

product-select-show-less-div  button {
  
}

.product-section.highlight {
  background-color: transparent;
}

.product-sections-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 100;
  justify-content: center;
  align-items: center;
  overflow-y: auto;
  padding: 20px;
  box-sizing: border-box;
}

.product-sections-overlay-content {
  background: white;
  padding: 20px;
  border-radius: 8px;
  max-width: 800px;
  width: 100%;
  max-height: 80vh;
  overflow-y: auto;
}

.product-sections-overlay-close {
  display: block;
  margin: 20px auto 0;
  padding: 8px 16px;
  cursor: pointer;
}
