#discover-div {
  width: 100%;
  height: auto;
  text-align: center;
  background-color: white;
  padding: 50px 0;
}

#discover-top-section {
  width: 100%;
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
#discover-top-section-flex{
  display: flex;
  flex-direction: row;
  justify-content: center;
}
#discover-top-section h4 {
  margin-bottom: 10px;
}

.discover-category {
  width: min(150px, 25vw);
  height: min(100px, 20vw);
  overflow: hidden;
  text-align: center;
  background-color: #dddddd;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);

}


.discover-category:hover {
  background-color: #cdea00;
}

#discover-top-section table {
  margin: 1%;
}

#discover-top-section table tr {
  line-height: 100px;

}

#discover-top-section table tr td {
  line-height: 1;
}

.discover-category.selected {
  background-color: #cdea00;
  -webkit-box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.2);
}

.discover-category img {
  height: 40px;
  vertical-align: middle;
  margin: 0;
}

.discover-category p {
  vertical-align: middle;
  line-height: 1;
  font-weight: 800;
  text-shadow: #363636;
  margin-top: 5px;
}

#discover-div button,
#im-expert-div button {
  margin-top: 30px;
  padding: 10px 40px;
  border: none;
  font-size: 20px;
}

#discover-div a {
  text-decoration: none;
}
.category_description{
  align-self: center;
  margin:1%;
  margin-top: 1.5%;
  max-width: calc(100% - 90px);
  width: max-content;
  border-radius: 8px;
  padding: 1%;

}
.category_description_text{
  font-size: 16px;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #363636;
  text-align: center;
  line-height: 1.5;
}



#collection-content {
  max-width: 1700px;
}

#collection-content h2 {
  margin: 40px auto;
}

#discover-div button:hover {
  cursor: pointer;
  background-color: #ff40b4;
}

#discover-div button:focus {
  outline: none;
}

#discover-anchor {
  display: flex;
  max-width: 1700px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 393px){
   .collection-product.grid-view {
   min-width: 370px;
  }
}
