/* Header content start */
.hero-banner {
  height: 400px;
}
.hero-banner > img {
  border-radius: 0 0 30px 30px;
  height: 100% !important;
}
.brand-hero-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 25px 35px 40px 25px;
  z-index: 2;
}
.coffee-hero-content-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 50%;
  max-height: 100%;
}
.coffee-hero-content-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 40%;
  max-height: 100%;
  margin-bottom: 15px;
}
#coffee-hero-icons {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin: 0;
}
#coffee-hero-icons img {
  width: 3.6em;
}
.coffee-logo-header {
  width: 120px;
  background: #ffffff;
  border-radius: 8px 30px;
}
.coffee-logo-header img {
  left: 100px;
  width: 100%;
  padding: 10px;
}
.hero-product-text {
  display: flex;
  background-color: rgb(255, 255, 255, 0.7);
  border-radius: 10px;
  height: auto;
  width: 260px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
  flex-direction: column;
  text-align: left;
  padding: 8px;
}
.hero-product-text h1 {
  font-weight: 800;
  margin: 0;
  padding: 0;
  line-height: 1.1;
}
.hero-product-text .coffee-product-code {
  margin-bottom: 3px;
  color: #000000;
  text-shadow: 0 2px 8px rgba(255, 255, 255, 0.8);
}
.hero-product-text > div {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 0.8em;
}
.hero-product-text > div > .coffee-product-price {
  font-size: 2.5em;
  padding-right: 5px;
}
.hero-product-text > div > .hummm-coffee-price {
  font-size: 1.2em;
  font-weight: 800 !important;
  border-radius: 5px;
  padding: 0.3em;
}
.hero-product-text .hero-product-content-button {
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 0;

}
.hero-product-text > .coffee-machine-card-button {
  margin: 0;
  padding: 0.5em;
  border-radius: 8px 20px;
}

/* Header content end */

/* coffee-product-highlights start */
.coffee-product-highlights {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  gap: 12px;
  margin: auto;
  max-width: 940px;
  background-color: #ffffff;
}

.coffee-product-highlights-text {
  display: inline;
  align-items: center;
  justify-content: center;
  font-size: 1.6em;
  font-weight: bold;
  margin: 20px;
  padding-top: 20px;
}
.coffee-product-highlights-text img {
  display: inline;
  vertical-align: middle;
  width: 5em;
}

/* coffee-machine-card start */
.coffee-machine-card-outer {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 50px;
  max-width: 940px;
}
.coffee-machine-card {
  margin: 20px 0 5px 0;
  width: 100%;
  max-width: 445px;
  height: 720px;
  display: flex;
  padding: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  border-radius: 30px;
}

.coffee-machine-card.accessories-card {
  height: auto;
}
.coffee-machine-img {
  position: relative;
  height: auto;
  width: auto;
  object-fit: cover;
}
.coffee-machine-img > img {
  width: 500px;
  height: 300px;
  object-fit: cover;
  border-radius: 20px;
}
.coffee-machine-card .hero-content {
  position: absolute;
  max-width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 12px;
  align-items: flex-end;
  border-radius: 12px;
}
.coffee-machine-card .hero-content .coffee-icon img {
  width: 4em;
}

.coffee-machine-card-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: left;
  padding: 10px 15px;
  max-width: 500px;
  height: 100%;
  margin-top: 10px;
}
.coffee-machine-card-content h3 {
  font-size: 1.5em;
  font-weight: bold;
}
.coffee-product-code {
  font-size: 0.9em;
  color: #555555;
  margin-bottom: 20px;
}
.coffee-machine-card-content p {
  font-size: 1.2em;
  color: #333333;
  line-height: 1.4;
  margin-bottom: 2px;
  text-align: justify;
}
.coffee-machine-card-footer {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  gap: 12px;
  text-align: center;
}
.coffee-machine-card-footer > div {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 0 15px;
  width: 100%;
  margin: 10px 0;
}
.coffee-product-price {
  font-size: 3em;
  font-weight: 550;
  color: #333333;
  padding-right: 5px;
}
.coffee-product-price sup {
  font-size: 0.5em !important;
  vertical-align: top;
}
.hummm-coffee-price {
  background-color: #f3651d;
  font-size: 1.1em;
  font-weight: 800 !important;
  color: #ffffff;
  border-radius: 5px;
  padding: 0.3em;
}
.coffee-machine-card-button {
  border: 2px solid #222222;
  background: #222222;
  color: #ffffff;
  padding: 0.5em;
  width: 100%;
  border-radius: 8px 25px;
  font-size: 1.2em;
  font-weight: 800 !important;
  text-decoration: none;
  text-align: center;
  transition: background cubic-bezier(0.87, 0.17, 0.51, 0.79) 0.1s,
    color cubic-bezier(0.87, 0.17, 0.51, 0.79) 0.1s;
}
.coffee-machine-card-button:hover {
  text-shadow: none;
  background: #ffffff;
  color: #222222;
}

/* media queries */
@media (max-width: 768px) {
  .brand-hero-content {
    padding: 25px 20px;
  }
  .coffee-logo-header {
    width: 120px;
    border-radius: 6px 25px;
  }
  .coffee-logo-header img {
    padding: 7px;
  }
  .hero-product-text > div > .hummm-coffee-price {
    text-align: center;
    font-size: 0.9em;
  }
  .coffee-machine-card-outer {
    flex-direction: column;
    margin: auto;
    gap: 25px;
    padding: 0 15px;
  }
  .coffee-machine-card {
    height: auto;
  }
  .coffee-machine-card-footer > div {
    justify-content: space-between;
  }
  .coffee-product-price {
    font-size: 3em;
  }
}
