.screen {
  overflow-x: hidden;
}

.container-coffee {
  padding-bottom: 100px;
  margin-top: 54px;
}

.product-coffee-card {
  margin: 0 24px;
  background: #fdf4f4;
  border-radius: 8px;
  padding: 12px;
}

/* product-coffee-card */

.product-coffee-card .img-wrapper {
  width: 100%;
  background-color: #c9d1d4;
  border-radius: 8px;
  overflow: hidden;
}

.product-coffee-card .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product-coffee-card .product-detail {
  margin-top: 20px;
}

.product-coffee-card .product-detail .product-title {
  font-size: 22px;
  line-height: 22px;
  letter-spacing: 0.04em;
  color: #1f1f1f;
  margin-bottom: 12px;
}

.product-coffee-card .product-detail .product-description {
  font-size: 15px;
  line-height: 23px;
  letter-spacing: 0.04em;
  color: #1f1f1f;
}

/* product-list */

.product-list-wrapper {
  margin: 40px 0 48px;
}

.product-list-wrapper .title-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 24px;
}

.product-list-wrapper .title-list .title {
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0.06em;
  color: #1f1f1f;
}

.product-list-wrapper .title-list .see-all {
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0.06em;
  color: #3e4444;
  text-decoration: none;
}

.product-list-wrapper .img-wrapper {
  cursor: pointer;
}

.product-list {
  display: flex;
  gap: 16px;
  overflow: scroll;
  padding: 16px 0;
}

.product-list .product-item:first-child {
  margin-left: 24px;
}

.product-list .product-item:last-child {
  margin-right: 24px;
}

.product-list .product-item {
  background: #ffffff;
  box-sizing: border-box;
  box-shadow: 0px 3px 8px 2px rgba(0, 0, 0, 0.11);
  border-radius: 8px;
  max-width: 180px;
  min-width: 180px;
  padding: 12px;
  position: relative;
}

.product-list .discount-tag {
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 32px;
  background: #ebc726;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.product-list .discount-percentage {
  font-size: 11px;
  line-height: 11px;
  letter-spacing: 0.04em;
  color: #ee4d2d;
}

.product-list .discount-text {
  font-size: 10px;
  line-height: 11px;
  color: #ffffff;
  margin-top: 2px;
}

.product-list .discount-text:after {
  content: "";
  width: 0;
  height: 0;
  left: 0;
  bottom: -4px;
  position: absolute;
  border-color: transparent #b6d61dbd;
  border-style: solid;
  border-width: 0 16px 4px;
}

.product-list .img-wrapper {
  width: 100%;
  height: 160px;
  background: #fdf4f4;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}

.product-list .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product-list .product-name {
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0.04em;
  color: #1f1f1f;
  margin-bottom: 8px;
}

.product-list .product-price {
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0.04em;
  color: #00cc5e;
}

.product-list .product-before-discount {
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.04em;
  color: #656565;
  text-decoration: line-through;
  margin-top: 4px;
}

.product-list .product-item .marketplace-button {
  display: none;
}

.brand-card {
  background: #fdf4f4;
  border-radius: 8px;
  border-radius: 8px;
  margin: 0 24px;
  padding: 12px;
  margin-bottom: 28px;
}

.brand-card .brand-wrapper {
  background: #fdf4f4;
  border-radius: 8px;
  padding: 16px;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-bottom: 28px;
}

.brand-card .brand-wrapper img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.brand-card .brand-wrapper .brand-name {
  font-size: 25px;
  line-height: 25px;
  letter-spacing: 0.04em;
  color: #1f1f1f;
  font-weight: bold;
}

.brand-card .product-detail .product-title {
  font-size: 22px;
  line-height: 22px;
  letter-spacing: 0.04em;
  color: #1f1f1f;
  margin-bottom: 20px;
}

.brand-card .product-detail .product-description {
  font-size: 15px;
  line-height: 23px;
  color: #1f1f1f;
}

.brand-card .product-detail ul {
  padding-left: 24px;
  margin: 0;
  margin-top: 8px;
  font-size: 15px;
  line-height: 23px;
  letter-spacing: 0.04em;
  color: #1f1f1f;
}

.brand-card .product-detail li {
  font-size: 15px;
}

.singgle-banner {
  margin-bottom: 32px;
  padding: 0 24px;
}

.singgle-banner .banner-title {
  text-align: center;
  font-size: 22px;
  line-height: 22px;
  letter-spacing: 0.04em;
  color: #1f1f1f;
  margin-bottom: 20px;
}

.singgle-banner .img-banner {
  width: 100%;
  max-width: 1200px;
  border-radius: 16px;
  position: relative;
}

.singgle-banner .img-banner img {
  max-width: 100%;
  width: 100%;
  border-radius: 8px;
}

.singgle-banner .img-banner .box-list-wrapper {
  display: flex;
  gap: 20px;
  position: absolute;
  top: calc(30%);
  width: 100%;
  padding: 0 20px;
  justify-content: space-between;
  box-sizing: border-box;
  height: 50%;
}

.singgle-banner .img-banner .box-list-wrapper > div {
  position: relative;
  width: 25%;
  height: 100%;
}

.singgle-banner .img-banner .box-list-wrapper .box-item {
  position: absolute;
  width: 100%;
  border-radius: 0;
  transform-style: preserve-3d;
  height: 100%;
}

.singgle-banner .img-banner .box-list-wrapper .box-item img {
  border-radius: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.singgle-banner .img-banner .box-list-wrapper  .box-item-detail {
  transform: translate3d(0, 0, 30px);
}

.singgle-banner .img-banner .box-list-wrapper  .box-item-text {
  transform: translate3d(0, 0, 20px);
}

.top-nav {
  position: fixed;
  width: 100%;
  box-sizing: border-box;
}

@media screen and (min-width: 768px) {
  .container-coffee {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 64px 24px 0;
    overflow-x: unset;
    padding-bottom: 0;
  }

  footer .container-coffee {
    flex-direction: row;
    align-items: flex-start;
  }

  .page-title-wrapper {
    margin: auto;
    max-width: 1200px;
    width: 100%;
  }

  .page-title {
    margin-left: 0;
    margin-right: auto;
  }

  .product-coffee-card {
    margin-left: -48px;
    margin-right: -48px;
    width: 100%;
    padding: 32px;
    margin-bottom: 16px;
  }

  .product-coffee-card .product-container {
    display: flex;
    gap: 40px;
    max-width: 1200px;
    margin: auto;
  }

  .product-coffee-card .img-wrapper {
    min-width: 420px;
    border-radius: 16px;
    height: fit-content;
    min-height: 420px;
  }

  .product-coffee-card .product-detail .product-title {
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 24px;
  }

  .product-coffee-card .product-detail .product-description {
    font-size: 18px;
    line-height: 26px;
  }

  .brand-card {
    width: 100%;
    padding: 32px;
    background-color: #ccd4d6;
    margin-bottom: 48px;
  }

  .brand-card .brand-container {
    max-width: 1200px;
    margin: auto;
    display: flex;
    flex-direction: row-reverse;
    gap: 40px;
  }

  .brand-card .brand-container .brand-wrapper {
    min-width: 420px;
    border-radius: 16px;
    margin-bottom: 0;
    height: fit-content;
    min-height: 420px;
  }

  .brand-card .brand-container .product-detail {
    background: #ffffff;
    border: 1px solid #ffffff;
    box-sizing: border-box;
    border-radius: 16px;
    padding: 36px;
  }

  .brand-card .brand-container .product-detail .product-title {
    font-size: 28px;
    line-height: 28px;
  }

  .brand-card .brand-container .product-detail .product-description {
    font-size: 18px;
    line-height: 26px;
  }

  .brand-card .brand-container .product-detail li {
    font-size: 18px;
    line-height: 26px;
  }

  .singgle-banner {
    margin-bottom: 40px;
  }

  .singgle-banner .banner-title {
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 20px;
  }

  .product-list {
    justify-content: space-between;
    overflow: auto;
  }

  .product-list-wrapper {
    width: 100%;
    max-width: 1200px;
  }

  .product-list-wrapper .title-list {
    padding: 0;
  }

  .product-list .product-item {
    min-width: 186px;
    max-width: auto;
  }

  .product-list .product-item:first-child {
    margin-left: 0;
  }

  .product-list .product-item:last-child {
    margin-right: 0;
  }

  .product-list .product-item .marketplace-button {
    margin-top: 16px;
    gap: 8px;
    display: flex;
    flex-direction: column;
  }

  .product-list .product-item .marketplace-button .button {
    height: 40px;
  }

  .product-list .discount-tag {
    width: 36px;
    height: 36px;
  }

  .product-list .discount-text:after {
    border-width: 0 18px 4px;
  }

  .product-list .discount-percentage {
    font-size: 13px;
    margin-top: 4px;
  }

  .product-list .discount-text {
    font-size: 12px;
    margin-top: 4px;
  }
}

@media screen and (min-width: 768px) and (max-width: 800px) {
  .product-list .product-item:nth-child(5) {
    display: none;
  }
  .product-list .product-item:nth-child(6) {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .product-list .product-item:nth-child(6) {
    display: none;
  }
}
