<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.dp-SOHO {
  background-color: #fff;
  color: #17171a;
  font-family: "NespressoLucas", "Lucas", sans-serif;
  font-weight: 400;
  overflow: hidden;
}

.dp-SOHO button {
  font-family: "NespressoLucas", "Lucas", sans-serif;
}

.dp-SOHO * {
  box-sizing: border-box;
}

.dp-SOHO .AddToBagButton,
.ui-dialog .AddToBagButton {
  font-family: "NespressoLucas", "Lucas", sans-serif;
  height: 42px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-align: center;
  color: #fff;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding-inline: 20px;
  background-color: #257a57;
}

.dp-SOHO .AddToBagButtonLarge__basketIcon,
.ui-dialog .AddToBagButtonLarge__basketIcon {
  position: inherit;
  top: inherit;
  left: inherit;
}

.dp-SOHO .AddToBagButtonLarge__label,
.ui-dialog .AddToBagButtonLarge__label {
  width: fit-content;
  letter-spacing: 0;
}

.dp-SOHO-offers__item-col .AddToBagButton .AddToBagButtonLarge__plusIcon,
.ui-dialog .AddToBagButton .AddToBagButtonLarge__plusIcon {
  display: none;
}

.dp-SOHO-offers__item-col-wrapper {
  transition: 0.3s;
  opacity: 1;
}

.dp-SOHO-offers__item-slide-inactive .dp-SOHO-offers__item-col-wrapper {
  opacity: 0.5;
}

.dp-SOHO-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.dp-SOHO-title {
  color: #17171a;
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: 0.64px;
}

.dp-SOHO-description {
  color: #000;
  text-align: center;
  font-size: 18px;
  line-height: normal;
  margin: 0 auto;
  margin-top: 15px;
  max-width: 656px;
  width: 100%;
}

@media (min-width: 768px) {
  br[dp-SOHO-mobile] {
    display: none;
  }
}

@media (max-width: 767px) {
  .dp-SOHO-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
  }

  .dp-SOHO-description {
    font-size: 14px;
    line-height: 18px;
  }
}

/**********************/
/** CUSTOM CARROUSEL **/
/**********************/

.dp-SOHO-carrousel-wrapper {
  display: inline-flex;
  overflow-x: auto;
  width: 100%;
  -ms-overflow-style: none;
  scrollbar-width: none;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding-inline: 40px;
}

.dp-SOHO-carrousel-slide.dp-SOHO-coffees__cross-sell-offset {
  padding: 0;
  width: 0;
}

.dp-SOHO-carrousel-slide {
  padding-inline: 12px;
  scroll-snap-align: center;
  flex-shrink: 0;
}

.dp-SOHO-inject-no-carrousel .dp-SOHO-carrousel-slide {
  display: flex;
}

.dp-SOHO-offers-popin-items-script .dp-SOHO-carrousel-slide {
  padding-left: 16px;
}

.dp-SOHO-offers-carrousel-wrapper {
  padding-left: calc((100vw - 1020px) / 2);
}

.dp-SOHO-offers-popin-machine-added__header-p[aria-hidden="true"] {
  display: none;
}

.dp-SOHO-offers-popin-machine-added__header-p {
  color: #257a57;
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
}

.dp-SOHO-offers-popin-machine-added__header-p img {
  width: 30px;
  margin-right: 8px;
}

.dp-SOHO-offers-popin-machine-added__header {
  display: flex;
  justify-content: flex-start;
  gap: 56px;
  align-items: center;
  margin-bottom: 40px;
  padding-inline: 40px;
}

.dp-SOHO-offers-popin-machine-added__header-cta {
  margin-top: 16px;
  display: flex;
  height: 32px;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background: #257a57;
  text-align: center;
  font-size: 12px;
  line-height: 16px;
  transition: background-color 0.3s;
  width: fit-content;
}

.dp-SOHO-offers-popin-machine-added__header-cta:hover {
  background: #1e6447;
}

.popin-page .dp-SOHO-offers-popin-machine-added__header-cta {
  color: #fff;
}

.dp-SOHO-offers-popin-machine-added__header-visual {
  width: 160px;
}

.dp-SOHO-carrousel-wrapper::-webkit-scrollbar {
  display: none;
}

.dp-SOHO-offers-popin-items-script .dp-SOHO-carrousel-wrapper {
  padding-right: 0;
}

@media (min-width: 1039px) {
  .dp-SOHO-carrousel-slide.dp-SOHO-coffees__cross-sell-offset {
    width: calc((100vw - 991px) / 2 - 24px);
  }
}

@media (max-width: 767px) {
  .dp-SOHO-offers-popin-machine-added__header {
    flex-direction: column;
    padding-top: 15px;
    gap: 2px;
    padding-inline: 25px;
  }

  .dp-SOHO-offers-popin-machine-added__header-p {
    margin-top: 3px;
    text-align: center;
    font-size: 16px;
    line-height: 22px;
  }

  .dp-SOHO-offers-popin-machine-added__header-p img {
    display: none;
  }

  .dp-SOHO-offers-popin-machine-added__header-cta {
    margin-right: auto;
    margin-left: auto;
  }
}

/************/
/** HEADER **/
/************/

#dp-SOHO-header {
  position: relative;
}

.dp-SOHO-header__content {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  padding: 32px 24px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
}

.dp-SOHO-header__visual,
.dp-SOHO-header__visual img {
  display: block;
  width: 100%;
}

.dp-SOHO-header__title {
  font-size: 38px;
  font-weight: 700;
  line-height: 42px;
  letter-spacing: 1.14px;
  max-width: 742px;
  width: 100%;
}

.dp-SOHO-header__button {
  display: flex;
  padding: 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 3px;
  background: #fff;
  color: #17171a;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.98px;
  text-transform: uppercase;
  margin-top: 24px;
  transition: background 0.3s;
}

.dp-SOHO-header__button img {
  width: 13px;
}

.dp-SOHO-header__button:hover {
  background: #eee;
}

@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(0);
  }
}

.dp-SOHO-header__button:hover img {
  animation: bounce 0.5s ease;
}

@media (max-width: 767px) {
  #dp-SOHO-header {
    display: flex;
    flex-direction: column-reverse;
    background-color: #f3eee6;
  }

  .dp-SOHO-header__content {
    position: initial;
    background: none;
  }

  .dp-SOHO-header__title {
    font-size: 22px;
    font-weight: 700;
    line-height: 26px;
    color: #17171a;
    letter-spacing: 0;
  }

  .dp-SOHO-header__title br {
    display: none;
  }

  .dp-SOHO-header__button {
    margin-top: 24px;
    color: #fff;
    background: #17171a;
  }
}

/************/
/** OFFERS **/
/************/

#dp-SOHO-offers {
  padding: 80px 0;
  padding-bottom: 23px;
  background: #f3eee6;
  position: relative;
}

.dp-SOHO-offers__container-items {
  margin-top: 38px;
}

.dp-SOHO-offers__title {
  max-width: 486px;
  width: 100%;
  margin: 0 auto;
  padding: 0 24px;
}

.dp-SOHO-offers__filter {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  transition: background 0.3s;
  border-radius: 50px;
  border: 1px solid #c5c5c5;
  background: #fff;
  color: #000;
  cursor: pointer;
}

.dp-SOHO-offers__filters-button {
  height: 40px;
  padding: 8px 20px;
  font-size: 16px;
  line-height: normal;
  transition: 0.3s;
}

.dp-SOHO-offers__filters-button:has(input[disabled]) {
  opacity: 0.5;
  pointer-events: none;
}

.dp-SOHO-offers__filter input[type="radio"],
.dp-SOHO-offers__filter input[type="checkbox"] {
  display: none;
}

.dp-SOHO-offers__filter img {
  width: 0;
  transition: width 0.3s;
}

.dp-SOHO-offers__wrapper {
  margin-top: 74px;
}

.dp-SOHO-offers__filters-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 24px;
  max-width: 1044px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.dp-SOHO-offers__filters {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
}

.dp-SOHO-offers__filters-inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
}

.dp-SOHO-offers__filters p {
  color: #000;
  font-size: 12px;
  line-height: 16px;
}

.dp-SOHO-offers__filter:has(input[type="radio"]:checked),
.dp-SOHO-offers__filter:has(input[type="checkbox"]:checked) {
  background: #e5d5bb;
}

.dp-SOHO-offers__filters-offer {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.dp-SOHO-offers__item[highlighted] {
  border: 2px solid #e5d5bb;
  box-shadow: 0px 0px 6px 0px rgba(23, 23, 26, 0.15), 0px 6px 16px 0px rgba(23, 23, 26, 0.14);
}

.dp-SOHO-offers__item {
  position: relative;
  width: 316px;
  height: 600px;
  flex-shrink: 0;
  border-radius: 8px;
  background: #fff;
  border: 2px solid #fff;
  padding: 42px 30px;
  padding-bottom: 29px;
  display: flex;
  flex-direction: column;
  transition: border-color 0.3s, bow-shadow 0.3s;
}

.dp-SOHO-offers__item-tags-container {
  position: absolute;
  padding: 16px;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
}

.dp-SOHO-offers__item-tag-best {
  display: inline-flex;
  height: 20px;
  padding: 6px 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 2px;
  background: #257a57;
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.08);
  margin-right: auto;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.24px;
  text-transform: uppercase;
  opacity: 1;
  transition: opacity 0.3s;
}

.dp-SOHO-offers__item-tags-subcontainer {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: flex-start;
}

.dp-SOHO-offers__item-tag-new {
  padding: 4px 4px 3px 4px;
  border-radius: 2px 0px 0px 0px;
  color: #fff;
  background-color: #851d34;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  letter-spacing: 0.02em;
  opacity: 1;
  transition: opacity 0.3s;
  border-radius: 2px;
}

.dp-SOHO-offers__item-tag-best[aria-hidden="true"] {
  display: none;
  opacity: 0;
}

.dp-SOHO-offers__item-tag-discount {
  margin-left: auto;
  color: #fff;
  text-align: right;
  font-size: 12px;
  font-weight: 700;
  line-height: 17px;
  letter-spacing: 0.24px;
  text-transform: uppercase;
  margin-top: 5px;
}

.dp-SOHO-offers__item-tag-discount &gt; span {
  background-color: #257a57;
  border-radius: 4px;
  padding: 5px;
}

.dp-SOHO-offers__item-visual-container {
  width: 190px;
  height: 190px;
  background-color: #f2f2f2;
  margin: 0 auto;
  flex-shrink: 0;
}

.dp-SOHO-offers__item-visual[aria-hidden="true"] {
  display: none;
}

.dp-SOHO-offers__item-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin-top: 12px;
}

.dp-SOHO-offers__item-description-list {
  color: #454547;
  font-size: 14px;
  line-height: 18px;
  list-style-type: disc;
  padding-left: 20px;
  margin-top: 8px;
  height: 100%;
  margin-bottom: 10px;
}

.dp-SOHO-offers__item-colors-wrapper {
  margin-top: auto;
  color: #454547;
  font-size: 14px;
  line-height: 18px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
}

.dp-SOHO-inject-no-carrousel {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 32px 16px;
  margin: 0 auto;
  margin-top: 20px;
}

.dp-SOHO-inject-no-carrousel .dp-SOHO-offers-popin__pack-item-price-container {
  margin-top: auto;
}

.dp-SOHO-inject-no-carrousel .dp-SOHO-carrousel-slide {
  padding: 0;
}

.dp-SOHO-offers__item-color input[type="radio"],
.dp-SOHO-offers__item-color input[type="checkbox"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.dp-SOHO-offers__item-color {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}

.dp-SOHO-offers__item-color:focus-within {
  outline: #3a869d solid 3px;
}

.dp-SOHO-offers__item-color::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: 0.3s;
  background-color: #fff;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

.dp-SOHO-offers__item-color:has(input:checked)::before {
  width: 6px;
  height: 6px;
}

.dp-SOHO-offers__item-color span {
  display: none;
}

.dp-SOHO-offers__item-description-list sup {
  font-size: 10px;
  letter-spacing: 0.2px;
}

.dp-SOHO-offers__item-price {
  color: #6f6f70;
  font-size: 12px;
  line-height: 16px;
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-top: 24px;
}

.dp-SOHO-offers__item[data-pack="zenius-abo"] .dp-SOHO-offers__item-price-span--1,
.dp-SOHO-offers__item[data-pack="zenius-abo"] .dp-SOHO-offers__item-price-span--2 {
  color: #257a57;
}

.dp-SOHO-offers__item-price-span--HT {
  color: #257a57;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
}

.dp-SOHO-offers__item-price-span--HT-2 {
  font-size: 8px;
  line-height: normal;
  position: relative;
  top: -2px;
}

.dp-SOHO-offers__item-price-span--1 {
  position: absolute;
  bottom: calc(100% - 1px);
  left: 0;
  color: #257a57;
}

.dp-SOHO-offers__item-cta {
  height: 42px;
  width: 100%;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  margin-top: 8px;
  margin-bottom: 16px;
}

.dp-SOHO-offers__item-cta-subscription {
  padding: 12px 24px 12px 24px;
  border-radius: 3px;
  background-color: #851d34;
  transition: 0.3s;
}

.dp-SOHO-offers__item-cta-subscription:hover {
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.3);
}

.popin-page .dp-SOHO-offers__item-cta-subscription {
  color: #fff;
  width: fit-content;
}

.dp-SOHO-offers__item-price-span--2 {
  color: #257a57;
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
}

.dp-SOHO-offers__item-price-span--3 {
  color: #257a57;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
}

.dp-SOHO-offers__item-price-span--4 {
  margin-left: 4px;
}

.dp-SOHO-offers__item-add-to-bag {
  display: flex;
  justify-content: center;
  margin-top: 8px;
  margin-bottom: 16px;
}

.dp-SOHO-offers__item-add-to-bag[aria-hidden="true"] {
  display: none;
}

.dp-SOHO-offers__item-add-to-bag &gt; div {
  width: 100%;
}

.dp-SOHO-offers__item-cta-more {
  color: #aa896a;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  display: inline-flex;
  gap: 4px;
}

.dp-SOHO-offers__item-cta-more img {
  width: 10px;
}

.dp-SOHO-offers__item-cta-more:hover {
  text-decoration: underline;
}

.dp-SOHO-offers__item-cta-more:hover img {
  animation: bounce-left 0.5s ease;
}

@keyframes bounce-left {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0);
  }
}

.dp-SOHO-offers__item-advantages {
  padding-top: 72px;
  position: relative;
}

.dp-SOHO-offers__item-advantages-mentions {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 16px;
  color: #000;
  font-size: 12px;
  line-height: 16px;
}

.dp-SOHO-offers__item-advantages-title {
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}

.dp-SOHO-offers__item-advantages-list {
  font-size: 14px;
  line-height: 18px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  margin-top: 16px;
}

.dp-SOHO-offers__item-advantages-item-icon {
  width: 28px;
  text-align: center;
  flex-shrink: 0;
}

.dp-SOHO-offers__item-advantages-item-icon img {
  width: 100%;
}

.dp-SOHO-offers__item-advantages-item--remise .dp-SOHO-offers__item-advantages-item-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  padding: 6px;
}

.dp-SOHO-offers__item-advantages-item--remise .dp-SOHO-offers__item-advantages-item-text {
  color: #b65469;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
}

.dp-SOHO-offers__item-advantages-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
}

.dp-SOHO-offers__pack-sav {
  margin: 0 auto;
  display: flex;
  max-width: 995px;
  width: 100%;
  padding: 24px 40px;
  align-items: center;
  gap: 40px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 3px 4px 12px 0px rgba(0, 0, 0, 0.05);
  margin-bottom: -67px;
  margin-top: 90px;
}

.dp-SOHO-offers__pack-sav-visual {
  width: 70px;
}

.dp-SOHO-offers__pack-sav-title {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}

.dp-SOHO-offers__pack-sav-description {
  margin-top: 8px;
  color: #000;
  font-size: 16px;
  line-height: 145%;
}

.dp-SOHO-offers__pack-sav-cta {
  color: #aa896a;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  display: inline-flex;
  gap: 4px;
  align-items: center;
  margin-left: auto;
  flex-shrink: 0;
}

.dp-SOHO-offers__pack-sav-cta img {
  width: 10px;
}

.dp-SOHO-offers__pack-sav-cta:hover img {
  animation: bounce-left 0.5s ease;
}

.dp-SOHO-offers__pack-sav-cta:hover {
  text-decoration: underline;
}

.dp-SOHO-offers__item-col {
  width: 316px;
}

.ui-dialog[aria-describedby="dp-SOHO-offers-popin-pack-zenius-abonnement"],
.ui-dialog[aria-describedby="dp-SOHO-offers-popin-pack-pro"],
.ui-dialog[aria-describedby="dp-SOHO-offers-popin-pack-essentiel"],
.ui-dialog[aria-describedby="dp-SOHO-offers-popin-pack-explorateur"],
.ui-dialog[aria-describedby="dp-SOHO-offers-popin-accessoires"],
.ui-dialog[aria-describedby="dp-SOHO-offers-popin-machine-added"] {
  overflow: hidden;
  border-radius: 5px;
  max-width: 996px !important;
  width: 100% !important;
}

.dp-SOHO-swiper-offers {
  width: 100%;
}

.dp-SOHO-swiper-offers .swiper-slide {
  width: fit-content !important;
}

#dp-SOHO-offers .dp-SOHO-coffees__cross-sell-arrows-container {
  position: absolute;
  top: 43%;
  width: 100%;
  justify-content: space-between;
  max-width: 1080px;
  z-index: 5;
  padding-inline: 24px;
  left: 0;
}

@media (min-width: 1080px) {
  #dp-SOHO-offers .dp-SOHO-coffees__cross-sell-arrows-container {
    left: calc((100vw - 1080px) / 2);
  }
}

#dp-SOHO-offers .dp-SOHO-coffees__cross-sell-arrow.swiper-button-disabled {
  opacity: 0 !important;
}

@media (max-width: 767px) {
  .dp-SOHO-coffees__cross-sell-arrow:after {
    font-size: 13px;
  }

  .dp-SOHO-coffees__cross-sell-arrow {
    width: 25px;
    height: 25px;
  }
}

.dp-SOHO-offers__filters-select-wrapper:has(.dp-SOHO-offers__filters-select:focus)::before {
  border-top: none;
  border-bottom: 5px solid #000;
}

@media (min-width: 996px) {
  .dp-SOHO-offers__filters-select-wrapper {
    display: none;
  }
}

@media (max-width: 995px) {
  .dp-SOHO-offers__filters {
    display: none !important;
  }

  .dp-SOHO-offers__filters-container {
    justify-content: center;
    gap: 12px;
  }

  .dp-SOHO-offers__wrapper {
    margin-top: 32px;
  }

  .dp-SOHO-offers__filters-select {
    height: 40px;
    background-color: #fff;
    border: solid 1px #c5c5c5;
    border-radius: 50px;
    font-family: "NespressoLucas", "Lucas", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    padding: 12px 40px 12px 16px;
  }

  .dp-SOHO-offers__filters-select-wrapper {
    position: relative;
  }

  .dp-SOHO-offers__filters-select-wrapper::before {
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-right: 5px solid transparent;
    border-top: 5px solid #000;
    border-left: 5px solid transparent;
    position: absolute;
    right: 23px;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s;
    pointer-events: none;
  }
}

@media (max-width: 767px) {
  .dp-SOHO-swiper-offers {
    width: 100%;
  }

  .dp-SOHO-offers__wrapper {
    margin-top: 16px;
  }

  .dp-SOHO-offers__filters-offer {
    padding-bottom: 18px;
    border-bottom: solid 1px #e7e7e7;
    width: 100%;
    justify-content: center;
  }

  .dp-SOHO-offers__filters {
    margin: 0 auto;
    margin-top: 40px;
    flex-direction: column;
    align-items: center;
  }

  .dp-SOHO-offers__filters p {
    margin-right: 0;
  }

  .dp-SOHO-inject-no-carrousel {
    margin-top: 24px;
    display: grid;
    grid-template-columns: repeat(2, 155px);
    justify-content: center;
  }

  #dp-SOHO-offers-popin-accessoires .dp-SOHO-offers-popin__content {
    padding-bottom: 90px;
  }

  .dp-SOHO-offers__filters-inner {
    justify-content: center;
    gap: 7px;
    flex-wrap: wrap;
  }

  .dp-SOHO-offers__filters-button span[txt-desktop] {
    display: none;
  }

  .dp-SOHO-offers__filters-button {
    padding: 8px 16px;
    font-size: 13px;
    line-height: normal;
  }

  .ui-dialog[aria-describedby="dp-SOHO-offers-popin-pack-zenius-abonnement"],
  .ui-dialog[aria-describedby="dp-SOHO-offers-popin-pack-pro"],
  .ui-dialog[aria-describedby="dp-SOHO-offers-popin-pack-essentiel"],
  .ui-dialog[aria-describedby="dp-SOHO-offers-popin-pack-explorateur"],
  .ui-dialog[aria-describedby="dp-SOHO-offers-popin-accessoires"],
  .ui-dialog[aria-describedby="dp-SOHO-offers-popin-machine-added"] {
    left: 0 !important;
    height: calc(100% - 127px) !important;
    top: auto !important;
    bottom: 0 !important;
    position: fixed !important;
  }

  #dp-SOHO-offers {
    padding: 40px 0;
  }

  .dp-SOHO-offers__item-col {
    width: 300px;
  }

  .dp-SOHO-offers__item {
    width: 300px;
    height: 580px;
  }

  .dp-SOHO-offers__item-tag-best {
    font-size: 10px;
    letter-spacing: 0.2px;
  }

  .dp-SOHO-offers__item-tag-discount {
    font-size: 10px;
    line-height: 15px;
    letter-spacing: 0.2px;
  }

  .dp-SOHO-offers__item-tags-container {
    padding: 19px 15px;
  }

  .dp-SOHO-offers__item-title {
    font-size: 18px;
    line-height: normal;
  }

  .dp-SOHO-offers__item-description-list {
    font-size: 12px;
    line-height: 16px;
  }

  .dp-SOHO-offers__item-price-span--2 {
    font-size: 20px;
    line-height: 24px;
  }

  .dp-SOHO-offers__item-price-span--3 {
    font-size: 12px;
    line-height: 16px;
  }

  .dp-SOHO-offers__item-add-to-bag {
    margin-bottom: 16px;
  }

  .dp-SOHO-offers__pack-sav {
    flex-direction: column;
    padding: 16px 24px;
    gap: 24px;
    align-items: flex-start;
    margin-top: 38px;
    min-height: 188px;
    margin-bottom: -140px;
    max-width: 327px;
  }

  .dp-SOHO-offers__pack-sav-title {
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
  }

  .dp-SOHO-offers__pack-sav-title::before {
    content: "";
    width: 50px;
    height: 50px;
    display: inline-block;
    background-image: url(https://www.nespresso.com/shared_res/mos/free_html/fr/b2b/soho_0524/images/accessories.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }

  .dp-SOHO-offers__pack-sav-description {
    font-size: 12px;
    line-height: 16px;
    margin-top: 24px;
  }

  .dp-SOHO-offers__pack-sav-cta {
    margin-left: 0;
  }

  .dp-SOHO-offers__pack-sav-visual {
    display: none;
  }
}

/******************/
/** OFFERS POPIN **/
/******************/

.dp-SOHO-offers-product-loader {
  width: 32px;
  aspect-ratio: 1;
  --_g: no-repeat radial-gradient(farthest-side, #ccc 90%, #0000);
  background: var(--_g), var(--_g), var(--_g), var(--_g);
  background-size: 40% 40%;
  animation: l46 1s infinite;
}

@keyframes l46 {
  0% {
    background-position: 0 0, 100% 0, 100% 100%, 0 100%;
  }

  40%,
  50% {
    background-position: 100% 100%, 100% 0, 0 0, 0 100%;
  }

  90%,
  100% {
    background-position: 100% 100%, 0 100%, 0 0, 100% 0;
  }
}

.dp-SOHO-offers-popin {
  background-color: #fff;
  color: #17171a;
  font-family: "NespressoLucas", "Lucas", sans-serif;
  font-weight: 400;
  padding: 0;
  text-align: left;
  overflow: auto;
  height: 100% !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
}

.dp-SOHO-offers-popin button {
  font-family: "NespressoLucas", "Lucas", sans-serif;
}

.dp-SOHO-offers-popin .dp-SOHO-offers__item-colors-wrapper {
  margin-top: 24px;
}

.dp-SOHO-offers-popin * {
  box-sizing: border-box;
}

.dp-SOHO-offers-popin .dp-SOHO-offers__item-price {
  margin-top: 0;
  font-size: 10px;
  line-height: normal;
}

.dp-SOHO-offers-popin__title {
  padding: 13px 16px;
  background: #f3eee6;
  color: #17171a;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  width: 100%;
}

.dp-SOHO-offers-popin__pack-item-intensity-container {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 7px;
  color: #454547;
  font-size: 10px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.2px;
}

.dp-SOHO-offers-popin__pack-item-intensity {
  margin-top: 3px;
  display: flex;
  justify-content: flex-start;
  gap: 2px;
}

.dp-SOHO-offers-popin__pack-item-intensity span[intensity] {
  height: 7px;
  border-right: solid 2px #e5d5bb;
}

.dp-SOHO-offers-popin__pack-item-intensity span[intensity][active] {
  border-color: #c6a676;
}

.dp-SOHO-offers-popin__infos-list {
  color: #17171a;
  font-size: 14px;
  line-height: 18px;
  display: grid;
  gap: 12px 30px;
  grid-template-columns: 1fr 1fr;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 20px;
}

.dp-SOHO-offers-popin__infos-list li::before {
  content: url(https://www.nespresso.com/shared_res/mos/free_html/fr/b2b/soho_0524/images/vector-checkmark.svg);
}

.dp-SOHO-offers-popin__infos-list li {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
}

.dp-SOHO-offers-popin__infos-price {
  margin-top: 20px;
  color: #257a57;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.dp-SOHO-offers-popin__infos-cta {
  margin-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.popin-page .dp-SOHO-offers-popin__infos-cta {
  color: #aa896a;
}

.dp-SOHO-offers-popin__pack-item-price-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dp-SOHO-offers-popin__pack-item-name {
  color: #17171a;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  min-height: 32px;
}

.dp-SOHO-offers-popin__back-offer-button {
  display: inline-flex;
  height: 42px;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 4px;
  background: #257a57;
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  transition: background 0.3s;
}

.dp-SOHO-offers-popin__top {
  display: flex;
  justify-content: flex-start;
  gap: 56px;
  align-items: center;
  padding-top: 50px;
}

.dp-SOHO-offers-popin__top-container-visual {
  width: 102px;
  height: 108px;
  border-radius: 8px;
  background: #ededed;
  mix-blend-mode: darken;
}

.dp-SOHO-offers-popin__top-title {
  color: #257a57;
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
  display: flex;
  align-items: center;
}

.dp-SOHO-offers-popin__top-title img {
  width: 30px;
  flex-shrink: 0;
}

.dp-SOHO-offers-popin__top-button {
  margin-top: 16px;
  display: flex;
  height: 32px;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background: #257a57;
  color: #fff;
  text-align: center;
  font-size: 12px;
  line-height: 16px;
  transition: background 0.3s;
  font-family: "NespressoLucas", "Lucas", sans-serif;
}

.dp-SOHO-offers-popin__top-button:hover {
  background: #316d03;
}

.popin-page .dp-SOHO-offers-popin__back-offer-button {
  color: #fff;
}

.dp-SOHO-offers-popin__back-offer-button:hover {
  background: #316d03;
}

.dp-SOHO-offers-popin-accessories .dp-SOHO-offers-popin__pack-item,
.dp-SOHO-offers-popin-accessories .dp-SOHO-offers-popin__pack-item-visual-container {
  width: 170px;
}

.dp-SOHO-offers-popin__infos-cta:hover {
  text-decoration-line: underline;
}

.dp-SOHO-offers-popin__infos-cta:hover img {
  animation: bounce-left 0.5s ease;
}

.dp-SOHO-offers-popin__pack-item-price {
  color: #6f6f70;
  font-size: 10px;
  line-height: normal;
  font-weight: 400;
}

.dp-SOHO-offers-popin__pack-item-price--1 {
  color: #257a57;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}

.dp-SOHO-offers-popin__pack-item-price--2 {
  color: #257a57;
  font-size: 8px;
  font-weight: 700;
  line-height: normal;
  margin-left: 4px;
}

.dp-SOHO-offers-popin__pack-item-price--3 {
  margin-top: 10px;
}

.dp-soho-machines__b2c-redirect-popin-trigger {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.dp-SOHO-offers-popin .dp-SOHO-add-to-bag-B2C .dp-soho-machines {
  font-family: "NespressoLucas", "Lucas", sans-serif;
  color: #fff;
}

#dp-soho-machines__b2c-redirect-popin {
  font-family: "NespressoLucas", "Lucas", sans-serif;
  font-size: 16px;
  color: #000;
  font-weight: 400;
}

.dp-soho__loader {
  width: 30px;
  height: 30px;
  border: 3px solid #000;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  margin-top: 15px;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.dp-SOHO-offers-popin__pack-item-price--3 &gt; s &gt; span {
  font-size: 8px;
  font-weight: 400;
  line-height: normal;
  position: relative;
  top: -1px;
}

.dp-SOHO-offers-popin__content {
  padding: 14px 0 32px;
}

.dp-SOHO-offers-popin-accessories .dp-SOHO-offers-popin__content {
  padding-bottom: 65px;
}

.dp-SOHO-offers-popin__visual-container {
  width: 238px;
  height: 238px;
  flex-shrink: 0;
  background: #ececec;
}

.dp-SOHO-offers-popin__row {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 63px;
  padding-inline: 40px;
}

.dp-SOHO-offers-popin__infos-title {
  color: rgba(0, 0, 0, 0.9);
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.dp-SOHO-offers-popin__infos-description {
  color: #17171a;
  font-size: 16px;
  line-height: 22px;
  margin-top: 10px;
}

.dp-SOHO-offers-popin__infos-items-container {
  margin-top: 28px;
  display: grid;
  justify-content: flex-start;
  align-items: center;
  gap: 23px 30px;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
}

@media (min-width: 768px) {
  #dp-SOHO-offers-popin-pack-zenius-abonnement .dp-SOHO-offers-popin__infos-items-container {
    grid-template-columns: repeat(3, minmax(170px, 1fr));
  }
}

.dp-SOHO-offers-popin__infos-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #000;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.24px;
  gap: 8px;
  max-width: 170px;
  width: 100%;
}

.dp-SOHO-offers-popin__infos-item img {
  width: 22px;
}

.dp-SOHO-offers-popin__subtitle {
  color: #2f292b;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

#dp-SOHO-offers-popin-added-offer .dp-SOHO-offers-popin__subtitle {
  margin-top: 67px;
}

#dp-SOHO-offers-popin-added-offer .dp-SOHO-offers-popin__row {
  margin-top: 21px;
}

.dp-SOHO-offers-popin__pack-item-visual-container {
  width: 140px;
  height: 140px;
  background: #f6f6f6;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 9px;
}

.dp-SOHO-offers-popin-accessoriess .dp-SOHO-offers-popin__pack-item-visual-container {
  width: 170px;
  height: 140px;
}

.dp-SOHO-offers-popin__pack-tag-discount {
  display: flex;
  padding: 4px 3px;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
  background: #257a57;
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.08);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  position: absolute;
  top: 8px;
  left: 10px;
}

.dp-SOHO-offers-popin__pack-item-visual-container img:not([width]) {
  width: 70px;
  height: 70px;
  object-fit: contain;
  object-position: center;
}

.dp-SOHO-offers-popin__pack-tag {
  position: absolute;
  top: 8px;
  right: 8px;
  display: inline-flex;
  height: 20px;
  padding: 7px 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 2px;
  background: #b65469;
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.08);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  z-index: 1;
}

.dp-SOHO-offers-popin__pack-item-visual,
.dp-SOHO-offers-popin__pack-item-visual img {
  display: block;
}

.dp-SOHO-offers-popin__pack-item-visual--machine {
  padding-top: 14px;
}

.dp-SOHO-offers-popin__pack-item-visual--machine img {
  mix-blend-mode: darken;
}

.dp-SOHO-offers-popin__pack-items-container {
  margin-top: 17px;
  margin-left: -16px;
}

.dp-SOHO-offers-popin__pack-items-container:has(.dp-SOHO-inject-no-carrousel) {
  margin-left: 0;
}

.dp-SOHO-offers-popin__pack-item {
  gap: 16px;
  display: flex;
  flex-direction: column;
  color: #17171a;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  width: 140px;
}

.dp-SOHO-offers-popin-accessories .dp-SOHO-offers-popin__pack-item {
  width: 170px;
}

.dp-SOHO-offers-popin__pack-item-name--light {
  font-weight: 400;
}

.dp-SOHO-offers-popin__footer {
  background: #f6f6f6;
  padding: 20px 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}

.dp-SOHO-offers-popin .dp-SOHO-offers__item-price-span--1 {
  bottom: 100%;
}

.dp-SOHO-offers-popin__subtitle-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 26px;
  padding-inline: 40px;
}

.dp-SOHO-offers-popin__footer-add-to-bag[aria-hidden="true"] {
  display: none !important;
}

@media (min-width: 768px) {
  .dp-SOHO-offers-popin__footer-add-to-bag[data-button-size="small"] {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .dp-SOHO-offers-popin__footer-add-to-bag[data-button-size="large"] {
    display: none !important;
  }

  .dp-SOHO-offers-popin-accessories .dp-SOHO-offers-popin__pack-item,
  .dp-SOHO-offers-popin-accessories .dp-SOHO-offers-popin__pack-item-visual-container {
    width: 155px;
  }

  .dp-SOHO-offers-popin__footer {
    position: fixed;
    border: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
  }

  .dp-SOHO-offers-popin__row {
    flex-direction: column;
    gap: 0;
    padding-inline: 24px;
  }

  .dp-SOHO-offers-popin__title {
    color: #2f292b;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    text-align: left;
    padding: 17px 16px 11px 16px;
  }

  .dp-SOHO-offers-popin__content {
    padding-bottom: 110px;
  }

  #dp-SOHO-offers-popin-pack-sav .dp-SOHO-offers-popin__content {
    padding-top: 26px;
  }

  #dp-SOHO-offers-popin-pack-sav .dp-SOHO-offers-popin__infos-title {
    margin-top: 24px;
  }

  .dp-SOHO-offers-popin__infos-title {
    color: rgba(0, 0, 0, 0.9);
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
  }

  .dp-SOHO-offers-popin__infos-description {
    color: #17171a;
    font-size: 14px;
    line-height: 18px;
  }

  .dp-SOHO-offers-popin .dp-SOHO-add-to-bag-B2C .AddToBagButtonLarge__label {
    width: 0;
  }

  .dp-SOHO-offers-popin .dp-SOHO-add-to-bag-B2C .dp-soho-machines {
    font-family: "NespressoLucas", "Lucas", sans-serif;
    color: #fff;
    width: 40px;
    height: 40px;
    padding: 0;
  }

  .dp-SOHO-offers-popin .dp-SOHO-add-to-bag-B2C .AddToBagButtonLarge__basketIcon {
    display: none;
  }

  .dp-SOHO-offers-popin__infos-items-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .dp-SOHO-offers-popin__infos-item {
    max-width: 100%;
  }

  .dp-SOHO-offers-popin__infos-item--coffee {
    order: 10;
    grid-column: span 2;
  }

  .dp-SOHO-offers-popin__subtitle {
    color: #2f292b;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
  }

  .dp-SOHO-offers-popin__subtitle-container {
    margin-top: 34px;
    padding-inline: 24px;
  }

  .dp-SOHO-offers-popin__footer {
    padding: 10px;
    gap: 16px;
  }
}

/*************/
/** COFFEES **/
/*************/

#dp-SOHO-coffees {
  padding-top: 167px;
}

.dp-SOHO-coffees__title,
.dp-SOHO-coffees__description {
  padding: 0 24px;
}

.dp-SOHO-coffees__description {
  max-width: 704px;
}

.dp-SOHO-coffees__cross-sell-title-container {
  max-width: 1039px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 24px;
}

.dp-SOHO-coffees__cross-sell {
  margin: 0 auto;
  width: 100%;
  margin-top: 80px;
}

.dp-SOHO-coffees__description + .dp-SOHO-coffees__cross-sell {
  margin-top: 64px;
}

.dp-SOHO-coffees__cross-sell-title {
  color: #2f292b;
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
}

.dp-SOHO-coffees__cross-sell-container {
  margin-top: 16px;
  width: 100%;
  overflow: hidden;
}

.dp-SOHO-coffees__cross-sell-KV-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  border-radius: 5px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), #f6f6f6;
  position: relative;
  width: 229px;
  height: 100%;
  text-align: center;
  flex-shrink: 0;
}

.dp-SOHO-coffees__cross-sell-KV {
  display: flex;
  padding: 50px 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.dp-SOHO-coffees__cross-sell-KV-title {
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  color: #fff;
}

.dp-SOHO-coffees__cross-sell-KV-cta {
  color: #fff;
  display: flex;
  height: 40px;
  padding: 11px 14px 9px 14px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 3px;
  border: 1px solid #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.98px;
  text-transform: uppercase;
  transition: background-color 0.3s;
}

.dp-SOHO-coffees__cross-sell-KV-cta:hover {
  background-color: rgba(129, 129, 129, 0.5);
}

.dp-SOHO-coffees__cross-sell-coffee {
  display: flex;
  width: 231px;
  height: 100%;
  flex-direction: column;
  flex-shrink: 0;
}

.dp-SOHO-coffees__cross-sell-coffee-header {
  display: flex;
  height: 260px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  position: relative;
  border-radius: 5px;
  background: #f6f6f6;
  flex-shrink: 0;
}

.dp-SOHO-coffees__cross-sell-coffee-header-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 15px;
  display: flex;
}

.dp-SOHO-coffees__cross-sell-coffee-header-bottom {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  padding: 15px;
  display: flex;
}

.dp-SOHO-coffees__cross-sell-coffee-visual {
  width: 107px;
}

.dp-SOHO-coffees__cross-sell-coffee-intensity-container {
  margin-right: auto;
}

.dp-SOHO-coffees__cross-sell-coffee-intensity-label {
  color: #656565;
  font-size: 10px;
  font-weight: 400;
  line-height: normal;
}

.dp-SOHO-coffees__cross-sell-coffee-intensity {
  display: flex;
  justify-content: flex-start;
  gap: 2px;
  margin-top: 3px;
}

.dp-SOHO-coffees__cross-sell-coffee-intensity &gt; span {
  height: 7px;
  border-right: solid 2px #d8d2c3;
}

.dp-SOHO-coffees__cross-sell-coffee-intensity &gt; span[active] {
  border-color: #aa896a;
}

.dp-SOHO-coffees__cross-sell-coffee-cupsize-container {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 6px;
  margin-left: auto;
}

.dp-SOHO-coffees__cross-sell-coffee-cupsize {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #777;
  font-size: 10px;
  line-height: normal;
  gap: 5px;
}

.dp-SOHO-coffees__cross-sell-coffee-tag-new {
  display: flex;
  padding: 4px 7px;
  border-radius: 2px;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #aa896a;
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.15);
  color: #fff;
  font-family: "Trebuchet MS", "NespressoLucas", "Lucas", sans-serif;
  font-size: 9px;
  line-height: normal;
  text-transform: uppercase;
  width: fit-content;
}

.dp-SOHO-coffees__cross-sell-coffee-name {
  color: #2f292b;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  margin-top: 10px;
}

.dp-SOHO-coffees__cross-sell-coffee-aroma {
  color: #2f292b;
  font-size: 12px;
  line-height: normal;
  margin-top: 3px;
  margin-bottom: 3px;
}

.dp-SOHO-coffees__cross-sell-coffee-price-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  margin-bottom: 8px;
}

.dp-SOHO-coffees__cross-sell-coffee-price {
  color: #257a57;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
}

.dp-SOHO-coffees__cross-sell-coffee-price-etui {
  color: #777;
  font-family: "Nespresso Lucas", "Lucas";
  font-size: 12px;
  line-height: normal;
  margin-top: 2px;
}

.dp-SOHO-coffees__cross-sell-coffee-link {
  margin-top: auto;
  color: #986f38;
  font-size: 14px;
  line-height: normal;
  width: fit-content;
}

.dp-SOHO-coffees__cross-sell-coffee-link:hover {
  text-decoration: underline;
}

.dp-SOHO-coffees__cross-sell-coffee-link:hover img {
  animation: bounce-left 0.5s ease;
}

.dp-SOHO-coffees__cross-sell-coffee-tags-right {
  margin-left: auto;
}

.dp-SOHO-coffees__cross-sell-arrows-container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 5px;
}

.dp-SOHO-coffees__cross-sell-arrow {
  background-color: #f1ece6;
  color: #000 !important;
  border-radius: 50%;
  width: 39px !important;
  height: 39px !important;
  position: initial !important;
  margin: 0;
}

.dp-SOHO-coffees__cross-sell-arrow:after {
  font-size: 19px !important;
}

.dp-SOHO-coffees__cross-sell-arrow.swiper-button-disabled {
  opacity: 0.5 !important;
}

.dp-SOHO-coffees__cross-sell-arrow.swiper-button-next {
  padding-left: 2px;
}

.dp-SOHO-coffees__cross-sell-arrow.swiper-button-prev {
  padding-right: 2px;
}

.swiper-button-next,
.swiper-button-prev {
  color: unset !important;
  width: 44px !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 21px !important;
}

#dp-SOHO-offers .dp-SOHO-coffees__cross-sell-arrow {
  width: 32px !important;
  height: 32px !important;
  background-color: #17171a;
  box-shadow: 0px 4px 4px 0px #00000040;
}

#dp-SOHO-offers .dp-SOHO-coffees__cross-sell-arrow::after {
  color: #fff;
  font-size: 15px !important;
}

@media (max-width: 767px) {
  #dp-SOHO-coffees {
    padding-top: 162px;
  }

  .dp-SOHO-coffees__cross-sell-title {
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
  }

  .dp-SOHO-coffees__cross-sell {
    margin-top: 40px;
  }

  .dp-SOHO-coffees__cross-sell-KV-container {
    width: 188px;
  }

  .dp-SOHO-coffees__cross-sell-coffee {
    width: 188px;
  }

  .dp-SOHO-coffees__cross-sell-coffee-tag-new {
    padding: 4px 5px 3px 5px;
    font-size: 8px;
    line-height: normal;
  }

  .dp-SOHO-coffees__cross-sell-coffee-visual {
    width: 80px;
  }

  .dp-SOHO-coffees__cross-sell-coffee-header-top {
    padding: 10px;
  }

  .dp-SOHO-coffees__cross-sell-coffee-header-bottom {
    padding: 10px;
  }

  .dp-SOHO-coffees__cross-sell-arrow:after {
    font-size: 13px !important;
  }

  .dp-SOHO-coffees__cross-sell-arrow {
    width: 25px !important;
    height: 25px !important;
  }

  .dp-SOHO-coffees__cross-sell-KV-title {
    font-size: 14px;
    line-height: 18px;
  }

  .dp-SOHO-coffees__cross-sell-KV-cta {
    font-size: 12px;
    line-height: 16px;
    padding: 8px 16px;
    font-weight: 400;
    letter-spacing: 0;
  }

  .dp-SOHO-coffees__cross-sell-coffee-header {
    height: 208px;
    width: 100%;
  }

  .dp-SOHO-coffees__cross-sell-coffee-cupsize {
    font-size: 9px;
    line-height: normal;
    gap: 2px;
  }

  .dp-SOHO-coffees__cross-sell-coffee-link {
    font-size: 12px;
  }
}

/***************/
/** RECYCLING **/
/***************/

#dp-SOHO-recycling {
  margin-top: 133px;
  padding: 0 24px;
}

.dp-SOHO-recycling__container {
  margin: 0 auto;
  margin-top: 64px;
  display: flex;
  justify-content: center;
  border-radius: 0px 8px 8px 0px;
  background: #f3eee6;
  overflow: hidden;
  width: fit-content;
}

.dp-SOHO-recycling__title {
  color: #2f292b;
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
}

.dp-SOHO-recycling__description {
  color: #000;
  font-size: 16px;
  line-height: 22px;
  margin-top: 20px;
}

.dp-SOHO-recycling__cta {
  margin-top: 30px;
  display: flex;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  border: 1px solid #000;
  color: #000;
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  transition: background-color 0.3s;
}

.dp-SOHO-recycling__cta:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.dp-SOHO-recycling__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 427px;
  width: 100%;
  padding: 40px;
  background-color: #f3eee6;
}

.dp-SOHO-recycling__visual {
  max-width: 567px;
  width: 100%;
  flex-shrink: 1;
  display: block;
}

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

@media (max-width: 767px) {
  #dp-SOHO-recycling {
    margin-top: 180px;
  }

  .dp-SOHO-recycling__container {
    flex-direction: column;
  }

  .dp-SOHO-recycling__content {
    padding: 24px 16px 32px;
  }

  .dp-SOHO-recycling__title {
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
  }

  .dp-SOHO-recycling__description {
    margin-top: 8px;
    font-size: 12px;
    line-height: 16px;
  }

  .dp-SOHO-recycling__cta {
    margin-top: 24px;
  }
}

/***************/
/** TESTIMONY **/
/***************/

#dp-SOHO-testimony {
  margin-top: 60px;
  padding: 0 24px;
}

.dp-SOHO-testimony__container {
  margin-top: 64px;
}

#dp-SOHO-testimony .px-nes-2 {
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 767px) {
  #dp-SOHO-testimony {
    margin-top: 64px;
  }

  .dp-SOHO-testimony__container {
    margin-top: 46px;
  }
}

/**************/
/** MENTIONS **/
/**************/

.dp-soho-mentions {
  background-color: #fff;
  padding: 0 1rem;
  padding-bottom: 50px;
}

.dp-soho-mentions__container-title {
  max-width: 996px;
  margin: 0 auto;
  padding: 20px 0;
  width: 100%;
  padding-left: 30px;
}

.dp-soho-mentions__title-button {
  color: #000;
  text-decoration: none;
}

.dp-soho-mentions__title {
  position: relative;
  font-size: 26px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 1.04px;
  text-transform: uppercase;
}

.dp-soho-mentions__title-button[aria-expanded="true"]::after {
  transform: rotate(90deg);
  transition: 0.3s;
}

.dp-soho-mentions__title-button::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  transform: rotate(-90deg);
  margin-left: 20px;
  transition: 0.3s;
  background-image: url(https://www.nespresso.com/shared_res/mos/free_html/fr/b2b/soho_0124/images/arrow.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.dp-soho-mentions__container-text {
  font-size: 14px;
  line-height: 16.8px;
  max-width: 996px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 30px;
  transition: 0.3s;
  padding-bottom: 0;
  padding-left: 30px;
  display: none;
}

.dp-soho-mentions__text-title {
  padding: 15px 0 !important;
  font-weight: 600;
  text-decoration: underline;
}

.dp-soho-mentions__text-main-title {
  padding-top: 50px !important;
  font-weight: 700;
  padding-bottom: 0 !important;
  font-size: 18px;
  text-transform: uppercase;
}

.dp-soho-mentions p,
.dp-soho-mentions li {
  max-width: 886px;
  width: 100%;
  padding: 5px 0;
}

.dp-soho-mentions li {
  list-style: inside;
}

.dp-soho-mentions sup {
  font-size: 10px;
  position: relative;
  top: 5px;
}

.dp-soho-mentions__container-text a {
  color: #000;
  text-decoration: underline;
}

.dp-soho-mentions__container-limiter {
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  margin: 30px 0;
}

.dp-soho-mentions__link-pro {
  font-weight: 700;
  text-decoration: underline;
}

.dp-soho-mentions__link-pro:hover {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .dp-soho-mentions__container-title {
    padding: 0;
  }

  .dp-soho-mentions__container-text {
    padding: 0;
    padding-top: 24px;
  }
}
</pre></body></html>