img {
  max-width: 100%;
  height: auto;
}
.__dhiwise1742798831912 button,
.__dhiwise1742798831912 input,
.__dhiwise1742798831912 optgroup,
.__dhiwise1742798831912 select,
.__dhiwise1742798831912 textarea {
  margin: 0;
  padding: 0;
}
.__dhiwise1742798831912 h1,
.__dhiwise1742798831912 h2,
.__dhiwise1742798831912 h3,
.__dhiwise1742798831912 h4,
.__dhiwise1742798831912 h5,
.__dhiwise1742798831912 h6,
.__dhiwise1742798831912 hr,
.__dhiwise1742798831912 p {
  margin: 0;
}
.__dhiwise1742798831912 {
  [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;
  }
}
.__dhiwise1742798831912 .flex-row-center-center {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.__dhiwise1742798831912.shop__group {
  width: 100%;
  max-width: 1246px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0;
  @media only screen and (max-width: 1050px) {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.__dhiwise1742798831912 .shop__list {
  gap: 20px;
  display: flex;
  @media only screen and (max-width: 1050px) {
    flex-direction: column;
  }
}
.__dhiwise1742798831912 .product-promotion {
  padding: 20px 15px;
  gap: 10px;
  display: flex;
  border-radius: 16px;
  flex: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 280px;
  @media only screen and (max-width: 1050px) {
    width: 100%;
    min-height: 240px;
  }
}
.__dhiwise1742798831912 .product-promotion__button {
  color: #00b2ae;
  margin-bottom: 10px;
  padding: 6px 20px;
  font-size: 14px;
  font-weight: 600;
  background-color: #ffffff;
  text-align: center;
  border: none;
  border-radius: 20px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  cursor: pointer;
}
.__dhiwise1742798831912 .product-promotion__title {
  color: #ffffff !important;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 6px;
  @media only screen and (max-width: 1050px) {
    font-size: 18px;
    line-height: 24px;
  }
}
.__dhiwise1742798831912 .product-promotion__description {
  color: #ffffff !important;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 12px;
}
.__dhiwise1742798831912 .product-promotion__image {
  max-height: 140px;
  width: auto;
  object-fit: contain;
  margin-top: 10px;
}