.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-section.highlight {
  background-color: transparent;
   
}

