html, body {
  max-width: 100%;
  overflow-x: hidden;
}

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

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

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

.__dhiwise1742509418379 {
  [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;
  }
}

.__dhiwise1742509418379.homecategory {
  background-size: cover;
  background-repeat: no-repeat;
  max-width: 100%;
  overflow: hidden;
  padding: 16px 8px;
  @media only screen and (max-width: 1440px) {
    height: auto;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  @media only screen and (max-width: 1050px) {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

.__dhiwise1742509418379 .section {
  margin-top: 24px;
}

.__dhiwise1742509418379 .section__column {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.__dhiwise1742509418379 .section__column--primary {
  padding-left: 56px;
  padding-right: 56px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1388px;
  margin-left: auto;
  margin-right: auto;
  @media only screen and (max-width: 1440px) {
    padding-left: 20px;
    padding-right: 20px;
  }

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

.__dhiwise1742509418379 .section__content {
  gap: 4px;
  display: flex;
  width: 42%;
  flex-direction: column;
  align-items: center;
  @media only screen and (max-width: 1440px) {
    width: 100%;
  }

  @media only screen and (max-width: 1050px) {
    width: 100%;
  }
}

.__dhiwise1742509418379 .section__header {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.__dhiwise1742509418379 .section__title {
  color: #000000 !important;
  letter-spacing: -0.53px;
  text-align: center;
  font-size: 53px;
  font-weight: 300;
  align-self: stretch;
  line-height: 58px;
  @media only screen and (max-width: 1440px) {
    font-size: 45px;
  }

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

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

.__dhiwise1742509418379 .section__icon {
  height: 78px;
  margin-top: -40px;
  margin-right: -60px;
  position: relative;
  width: 18%;
  object-fit: contain;
  @media only screen and (max-width: 1050px) {
    margin-right: 0px;
  }
    @media only screen and (max-width: 750px) {
    height: 50px;
  }
}

.__dhiwise1742509418379 .section__description {
  color: #000000 !important;
  font-size: 20px;
  font-weight: 300;
  @media only screen and (max-width: 1440px) {
    font-size: 17px;
  }
}

.__dhiwise1742509418379 .section__grid {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  padding: 20px 16px;
  margin: 0 auto;
  justify-content: flex-start;
  align-items: center;
  scroll-snap-type: x mandatory;
  
  @media only screen and (max-width: 1440px) {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding: 24px;
  }

  @media only screen and (max-width: 1050px) {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding: 16px;
  }

  @media only screen and (max-width: 550px) {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
  }
}

.__dhiwise1742509418379 .coffee-machine-profile {
  width: 120px;
  height: 170px;
  background-color: #ffffff;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.08);
  flex-direction: column;
  padding: 4px;
}

.__dhiwise1742509418379 .coffee-machine-profile__image {
  width: 100px;
  height: 100px;
  object-fit: contain;

    @media only screen and (max-width: 750px) {
      height: 90px;
  }
  @media only screen and (max-width: 1050px) {
    margin-left: 0px;
    margin-right: 0px;
    
  }
}

.__dhiwise1742509418379 .coffee-machine-profile__title {
  color: #000000 !important;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-align: center;
  font-size: 12px;
  font-weight: 300;
  align-self: stretch;
  line-height: 15px;
  @media only screen and (max-width: 1440px) {
    font-size: 18px;
  }
      @media only screen and (max-width: 750px) {
      height: 60px;
      line-height: 19px;
        font-size: 18px;
  }
}
