<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.dp-CJ-cafe {
  margin-top: 125px;
  margin-bottom: 60px;
}

.dp-CJ-cafe__container {
  display: flex;
  justify-content: space-between;
}

.dp-CJ-cafe__container:first-child {
  align-items: center;
}

.dp-CJ-cafe__title {
  font-weight: 700;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.dp-CJ-cafe__title span:first-child {
  margin-left: 54px;
}

.dp-CJ-cafe__title span:last-child {
  letter-spacing: 0;
  text-transform: none;
  display: block;
  font-weight: 400;
  font-size: 65px;
  font-family: "Joyeux-Regular", "Lucas", sans-serif;
}

.dp-CJ-cafe__container-text {
  max-width: 536px;
  width: 100%;
  margin-right: 40px;
}

.dp-CJ-cafe__description {
  font-size: 18px;
  line-height: 22px;
  margin-top: 30px;
}

.dp-CJ-cafe__container-img {
  position: relative;
  max-width: 365px;
  width: 100%;
}

.dp-CJ-cafe__container-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.dp-CJ-cafe__container-img::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(../images/icon-heart.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top left;
  width: 57px;
  height: 62px;
  transform: translate(50%, -50%);
}

.dp-CJ-cafe__caps-subtitle {
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.8);
  margin-top: 25px;
}

.dp-CJ-cafe__caps-intensity-nb {
  font-size: 16px;
  margin-left: 5px;
  color: #000;
}

.dp-CJ-cafe__caps-title {
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
}

.dp-CJ-cafe__caps-text {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.05em;
  position: relative;
}

.dp-CJ-cafe__caps-text span {
  font-weight: 400;
  font-size: 30px;
  line-height: 42px;
  font-family: "Joyeux-Regular", "Lucas", sans-serif;
  position: absolute;
  right: 29px;

  letter-spacing: 0;
}

.dp-CJ-cafe__caps-stats {
  max-width: 253px;
  width: 100%;
}

.dp-CJ-cafe__caps-subcontainer {
  display: flex;
  justify-content: flex-start;
}

.dp-CJ-cafe__container:nth-child(2) {
  margin-top: 40px;
}

.dp-CJ-cafe__container-infos {
  max-width: 556px;
  width: 100%;
  margin-right: 40px;
  background: #fafafa;
  border-radius: 10px;
  padding-top: 42px;
}

.dp-CJ-cafe__caps-text-joyeux {
  transform: rotate(1.2deg);
  top: 11px;
}

.dp-CJ-cafe__caps-text-coeur {
  transform: rotate(2.68deg);
  top: 15px;
}

.dp-CJ-cafe__caps-img-container img {
  width: 117px;
}

.dp-CJ-cafe__caps-img-container {
  width: 208px;
  height: 208px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  margin-left: 25px;
  position: relative;
  margin-right: 40px;
}

.dp-CJ-cafe__caps-img-container::before {
  content: "";
  display: block;
  background-image: url(../images/caps-info-hearts.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 170px;
  height: 270px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.dp-CJ-cafe__caps-details {
  margin-top: 65px;
  text-align: center;
}

.dp-CJ-cafe__caps-price {
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.8);
}

.dp-CJ-cafe__caps-price span {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #3d8705;
  letter-spacing: 0;
  margin-left: 8px;
}

.dp-CJ-cafe__caps-price-etui {
  font-size: 14px;
  line-height: 17px;
  color: rgba(0, 0, 0, 0.5);
}

.dp-CJ-cafe__caps-price-etui span {
  font-weight: 600;
}

.dp-CJ-cafe__caps-add-to-bag {
  margin-top: 9px;
  position: relative;
  display: table;
  margin-left: auto;
  margin-right: auto;
}

.dp-CJ-cafe__caps-add-to-bag::before,
.dp-CJ-cafe__caps-add-to-bag::after {
  content: "";
  display: block;
  position: absolute;
  width: 25px;
  height: 27px;
  background-image: url(../images/icon-feedback.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.dp-CJ-cafe__caps-add-to-bag::before {
  top: 0;
  left: 0;
  transform: translate(-21px, -16px);
}

.dp-CJ-cafe__caps-add-to-bag::after {
  bottom: 0;
  right: 0;
  transform: translate(21px, 16px) rotate(180deg);
}

.dp-CJ-cafe__caps-add-to-bag::before {
  top: 0;
  left: 0;
}

.dp-CJ-cafe__caps-link {
  font-size: 14px;
  line-height: 16px;
  text-align: right;
  color: #986f38;
  font-family: "Trebuchet MS", sans-serif;
  margin-top: 25px;
  display: inline-block;
}

.dp-CJ-cafe__caps-link:hover {
  text-decoration: underline;
}

.dp-CJ-cafe__container-infos-img {
  max-width: 365px;
  width: 100%;
  position: relative;
  border-radius: 5px;
}

.dp-CJ-cafe__container-infos-img img {
  width: 100%;
}

.dp-CJ-cafe__container-infos-img::before {
  content: "";
  display: block;
  position: absolute;
  top: -6px;
  left: 0;
  -webkit-box-shadow: 13px 13px 0px #ffc600;
  -moz-box-shadow: 13px 13px 0px #ffc600;
  box-shadow: 13px 13px 0px #ffc600;
  border-radius: 5px;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 920px) and (min-width: 767px) {
  .dp-CJ-cafe__container-text,
  .dp-CJ-cafe__container-infos {
    margin-right: 18px;
  }

  .dp-CJ-cafe__container-img::before {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .dp-CJ-cafe__container {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .dp-CJ-cafe {
    margin-top: 100px;
    padding: 0 18px;
    margin-bottom: 80px;
  }

  .dp-CJ-cafe__title {
    line-height: 19px;
  }

  .dp-CJ-cafe__title span:last-child {
    font-size: 60px;
  }

  .dp-CJ-cafe__title span:first-child {
    margin-left: 43px;
  }

  .dp-CJ-cafe__description {
    margin-top: 33px;
  }

  .dp-CJ-cafe__container-img {
    margin-top: 40px;
  }

  .dp-CJ-cafe__container-img::before {
    display: none;
  }

  .dp-CJ-cafe__container-infos {
    padding-top: 20px;
    padding-bottom: 50px;
    margin-right: 0;
  }

  .dp-CJ-cafe__caps-subcontainer {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .dp-CJ-cafe__caps-img-container img {
    width: 126px;
  }

  .dp-CJ-cafe__caps-img-container::before {
    background-image: url(../images/caps-info-hearts-left.svg);
    width: 117px;
    height: 107px;
    top: 74px;
    left: 30px;
  }

  .dp-CJ-cafe__caps-img-container::after {
    content: "";
    display: block;
    background-image: url(../images/caps-info-hearts-right.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 117px;
    height: 95px;
    top: 46px;
    right: -55px;
    position: absolute;
  }

  .dp-CJ-cafe__caps-img-container {
    margin: 0;
  }

  .dp-CJ-cafe__container-infos-img {
    max-width: 377px;
    margin-top: 40px;
  }

  .dp-CJ-cafe__container-text {
    margin-right: 0;
  }

  .dp-CJ-cafe__container-infos-img::before {
    display: none;
  }

  .dp-CJ-cafe__caps-add-to-bag {
    margin-top: 20px;
  }
}

@media screen and (max-width: 413px) {
  .dp-CJ-cafe__title span:last-child {
    font-size: 56px;
  }
}
</pre></body></html>