img {
  max-width: 100%;
  height: auto;
}

.__dhiwise1744478945195 button,
.__dhiwise1744478945195 input,
.__dhiwise1744478945195 optgroup,
.__dhiwise1744478945195 select,
.__dhiwise1744478945195 textarea {
  margin: 0;
  padding: 0;
}

.__dhiwise1744478945195 h1,
.__dhiwise1744478945195 h2,
.__dhiwise1744478945195 h3,
.__dhiwise1744478945195 h4,
.__dhiwise1744478945195 h5,
.__dhiwise1744478945195 h6,
.__dhiwise1744478945195 hr,
.__dhiwise1744478945195 p {
  margin: 0;
}

.__dhiwise1744478945195 {
  [type="text"],
  input:where(:not([type])),
  [type="email"],
  [type="url"],
  [type="password"],
  [type="number"],
  [type="date"],
  [type="datetime-local"],
  [type="month"],
  [type="search"],
  [type="tel"],
  [type="time"],
  [type="week"],
  [multiple] {
    appearance: none;
    background-color: transparent;
    border-color: unset;
    border-width: 0;
    border-radius: unset;
    padding: unset;
    font-size: unset;
    line-height: unset;
    color: inherit;
  }
  input:focus-visible,
  [multiple]:focus-visible,
  textarea:focus-visible,
  select:focus-visible {
    outline: none;
    box-shadow: none;
  }
}

.__dhiwise1744478945195.categorycollection {
  padding-left: 56px;
  padding-right: 56px;
  gap: 50px;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  padding-bottom: 40px;
  background-color: white;
  @media only screen and (max-width: 1050px) {
    padding-left: 20px;
    padding-right: 20px;
  }

  @media only screen and (max-width: 550px) {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.__dhiwise1744478945195 .category-page__explore-other {
  color: #000000 !important;
  letter-spacing: -0.32px;
  font-size: 32px;
  font-weight: 400;
  @media only screen and (max-width: 1440px) {
    font-size: 27px;
  }

  @media only screen and (max-width: 1050px) {
    font-size: 26px;
  }

  @media only screen and (max-width: 550px) {
    font-size: 24px;
  }
}

.__dhiwise1744478945195 .category-list {
  margin-right: auto;
  gap: 30px;
  display: flex;
  width: 100%;
  max-width: 1386px;
  margin-left: auto;

}

.__dhiwise1744478945195 .user-profile {
  gap: 14px;
  display: flex;
  background-color: #ffffff;
  box-shadow: 0 3px 61px -1px #0000001c;
  width: 16%;
  flex-direction: column;
  padding: 6px 4px;
  border-radius: 20px;
  @media only screen and (max-width: 1050px) {
    width: 100%;
  }
}

.__dhiwise1744478945195 .user-profile__image {
  height: 126px;
  margin-top: 8px;
  margin-left: 32px;
  margin-right: 36px;
  object-fit: cover;
  @media only screen and (max-width: 1050px) {
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 100px; /* smaller size for mobile */
    width: 100px;  /* keep it square or adjust as needed */
    border-radius: 50%; /* optional: make it round */
  }
}

.__dhiwise1744478945195 .user-profile__description {
  color: #000000 !important;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  text-align: center;
  font-size: 15px;
  font-weight: 300;
  line-height: 18px;
}
@media only screen and (max-width: 768px) {
  .__dhiwise1744478945195 .category-list {
            display: grid !important;
        grid-template-columns: repeat(2, 1fr);
  }
}
