.dp-JourneePRO-machines {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}

.dp-JourneePRO-machines__wrapper {
  box-sizing: border-box;
  padding: 50px 52px;
  background-color: #986f38;
  background: linear-gradient(113.08deg, #f3eee6 37.17%, #e5d5bb 110.35%);
  display: flex;
  gap: 25px;
  margin-top: 24px;
}

.dp-JourneePRO-machines__option {
  max-width: 485px;
  flex-basis: 50%;
  background: rgba(255, 255, 255, 0.5);
  padding: 30px 25px;
  position: relative;
  border-radius: 5px;
  min-height: 365px;
  width: 100%;
}

.dp-JourneePRO-machines__option[data-offer="B"] {
  background-color: #fff;
}

.dp-JourneePRO-machines__subcontainer {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}

.dp-JourneePRO-machines__badge {
  padding: 8px 12px;
  position: absolute;
  left: -4px;
  top: -8px;
  background: #604443;
  color: #f3eee6;
  border-radius: 3px;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.dp-JourneePRO-machines__offre {
  margin: 0;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 30px;
  flex-basis: 100%;
  opacity: 0.8;
}

.dp-JourneePRO-machines__offre strong {
  margin: 0;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 22px;
  text-transform: uppercase;
  display: block;
}

.dp-JourneePRO-machines__packshot {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
}

.dp-JourneePRO-machines__learn-more {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #604443;
  text-decoration: none;
  display: inline-block;
  position: relative;
  padding-right: 11px;
  cursor: pointer;
}

.dp-JourneePRO-machines__learn-more::after {
  content: " ";
  position: absolute;
  width: 7px;
  height: 7px;
  border-top: 1px solid #604443;
  border-right: 1px solid #604443;
  transform: rotate(45deg);
  top: 50%;
  right: 0;
  transform-origin: top right;
}

.dp-JourneePRO-machines__infos {
  flex: 1;
  margin-left: 30px;
  max-width: 216px;
}

.dp-JourneePRO-machines__new-price {
  margin: 0;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  white-space: nowrap;
}

.dp-JourneePRO-machines__new-price sup {
  margin: 0;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
}

.dp-JourneePRO-machines__new-price > strong {
  font-weight: 600;
  font-size: 35px;
  line-height: 42px;
  display: block;
  margin-top: 7px;
}

.dp-JourneePRO-machines__new-price > strong > span {
  font-size: 20px;
  line-height: 24px;
}

.dp-JourneePRO-machines__old-price {
  margin: 0;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
}

.dp-JourneePRO-machines__old-price strong {
  text-decoration: line-through;
}

.dp-JourneePRO-machines__pack {
  margin-top: 15px;
  font-size: 12px;
  line-height: 14px;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.dp-JourneePRO-machines__pack::before {
  content: "+";
  color: #fff;
  border-radius: 50%;
  width: 19px;
  height: 19px;
  font-size: 14px;
  line-height: 19px;
  background: #986f38;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  margin-right: 10px;
}

.dp-JourneePRO-machines__button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px 16px;
  height: 30px;
  background: #3d8705;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
  border-radius: 2px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #fff;
  border: 0px solid;
  cursor: pointer;
  margin: 30px 0;
}

.dp-JourneePRO-machines__recommandation {
  height: 17px;
  font-size: 11px;
  line-height: 17px;
  letter-spacing: 0.02em;
  background: #000000;
  text-align: center;
  color: #fff;
  border-radius: 0px 0px 5px 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.dp-JourneePRO-offer {
  position: relative;
  width: 100%;
  margin: 0 auto;
  display: none;
}

.dp-JourneePRO-offer__title {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
}

.dp-JourneePRO-offer__banner {
  margin-top: 15px;
}

.dp-JourneePRO-offer__banner-sticky {
  margin-top: 30px;
  overflow: hidden;
  height: 0;
}

@media screen and (max-width: 996px) {
  .dp-JourneePRO-offer {
    padding: 0 20px;
    margin-top: 24px;
  }

  .dp-JourneePRO-offer__container-input {
    flex-wrap: wrap;
  }

  .dp-JourneePRO-offer__title {
    text-align: center;
  }

  .dp-JourneePRO-offer__checkbox-label {
    font-size: 14px;
    line-height: 21.6px;
  }

  .dp-JourneePRO-offer__checkbox {
    align-self: flex-start;
    position: relative;
    top: 4px;
  }

  .dp-JourneePRO-offer__banner {
    margin-top: 25px;
  }
}

.dp-JourneePRO-offer__category-title {
  font-size: 22px;
  line-height: 120%;
  font-weight: 700;
  margin-top: 30px;
  padding: 0 24px;
  text-align: center;
  width: 100%;
}

.dp-JourneePRO-offer__category + .dp-JourneePRO-offer__category-title {
  margin-top: 70px;
}

.dp-JourneePRO-offer__category[data-category="assortiments"][dp-hided] {
  display: none;
}

#dp-JourneePRO-offer__caps-item-template {
  display: none;
}

.dp-JourneePRO-caps {
  display: flex;
  flex-direction: column;
  width: 231px;
  flex-shrink: 0;
  scroll-snap-align: start;
}

.dp-JourneePRO-offer__capsules[data-AB-test-display="B"] .dp-JourneePRO-caps:first-child {
  scroll-snap-align: end;
}

.dp-JourneePRO-caps[data-intensity="0"] .dp-JourneePRO-caps__intensity {
  display: none;
}

.dp-JourneePRO-caps__hero {
  background: #eeeeee;
  border-radius: 5px;
  position: relative;
  height: 260px;
  box-sizing: border-box;
  padding: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  user-select: none;
  width: 100%;
}

.dp-JourneePRO-caps__packshot {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-basis: 100%;
  order: 3;
}

.dp-JourneePRO-caps__tag {
  order: 1;
  margin: 0;
  padding: 0 7px;
  background: #aa896a;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  color: #fff;
  height: 18px;
  font-family: "Trebuchet MS";
  font-style: normal;
  font-weight: 400;
  font-size: 9px;
  line-height: 10px;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
}

.dp-JourneePRO-caps__logos {
  order: 2;
  height: 25px;
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  gap: 10px;
}

.dp-JourneePRO-caps__intensity {
  order: 4;
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  display: flex;
  color: #656565;
  flex-direction: column;
  justify-content: flex-end;
}

.dp-JourneePRO-caps__intensity-picto {
  display: flex;
  gap: 2px;
  margin-top: 3px;
}

.dp-square.dp-square-filled {
  background-color: #aa896a;
}

.dp-JourneePRO-caps__sizes {
  order: 5;
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  color: #777777;
  display: flex;
  align-items: flex-end;
  gap: 10px;
}

.dp-JourneePRO-caps__sizes span {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}

.dp-JourneePRO-caps__sizes span img {
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
}

.dp-JourneePRO-caps__infos {
  color: #2f292b;
  margin-top: 10px;
  margin-bottom: 16px;
}

.dp-JourneePRO-caps__name {
  margin: 0;
  display: block;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
}

.dp-JourneePRO-caps__description {
  margin: 0;
  display: block;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  min-height: 28px;
}

.dp-JourneePRO-caps__ecom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.dp-JourneePRO-caps__price {
  flex: 1;
}

.dp-JourneePRO-caps__price-unit {
  margin: 0;
  color: #3d8705;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
}

.dp-JourneePRO-caps__price-per-sleeve {
  margin: 0;
  color: #777777;
  font-family: "Nespresso Lucas";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
}

.dp-JourneePRO-offer__caps-img {
  width: 120px;
  flex-shrink: 0;
}

.dp-JourneePRO-offer__caps-item[is-AB] .dp-JourneePRO-offer__caps-name::before {
  content: "";
  display: block;
  position: absolute;
  right: -40px;
  top: 50%;
  transform: translateY(-50%);
  width: 23px;
  height: 24px;
  background-image: url(./images/logo-AB.jpg);
  background-position: top left;
  background-size: contain;
  background-repeat: no-repeat;
}

.dp-square {
  background-color: #d8d2c3;
  width: 2px;
  height: 7px;
}

.dp-JourneePRO-offer__caps-intensity {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 3px;
}

.dp-JourneePRO-offer__caps-cupsizes-container {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}

.dp-JourneePRO-offer__caps-cupsizes-container:not(:first-child) {
  padding-left: 15px;
}

.dp-JourneePRO-offer__caps-cupsizes-container img:not(:first-child) {
  margin-left: 6px;
}

.dp-JourneePRO-offer__caps-price-container {
  margin-left: auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.dp-JourneePRO-offer__caps-add-to-bag * {
  line-height: normal;
}

.dp-JourneePRO-offer__caps-price {
  color: #3d8705;
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
  margin-right: 10px;
}

.dp-JourneePRO-offer__caps-container {
  margin-top: -60px;
}

.dp-JourneePRO-offer__caps-container-inner {
  display: flex;
  gap: 24px;
}

.dp-JourneePRO-offer__capsules[data-AB-test-display="A"] .dp-JourneePRO-offer__caps-container {
  max-width: 996px;
  width: 100%;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
}

.dp-JourneePRO-offer__capsules[data-AB-test-display="A"] .dp-JourneePRO-offer__caps-container-inner {
  flex-wrap: wrap;
}

.dp-JourneePRO-offer__capsules[data-AB-test-display="B"] .dp-JourneePRO-offer__caps-container-inner {
  padding-left: calc((100% - 1015px) / 2);
  padding-right: calc((100% - 1015px) / 2);
  scroll-snap-type: x;
  scroll-behavior: smooth;
  scrollbar-width: none;
  overflow: scroll;
}

.dp-JourneePRO-offer__caps-container-inner::-webkit-scrollbar {
  width: 0.1em;
  background-color: transparent;
}

.dp-JourneePRO-offer__caps-container-inner::-webkit-scrollbar-thumb {
  background-color: transparent;
}

.dp-JourneePRO-offer__category {
  width: 100%;
  margin-top: 60px;
}

.dp-JourneePRO-offer__caps-assort-description {
  font-size: 12px;
  line-height: 14px;
  color: #7a7a7a;
}

.dp-JourneePRO-offer__caps-assort-popin.popin-trigger {
  font-size: 14px;
  line-height: 17px;
  text-decoration: underline;
  color: #000;
  cursor: pointer;
  margin-top: 3px;
  display: inline-block;
}

.dp-JourneePRO-offer__caps-assort-popin.popin-trigger:hover {
  text-decoration: none;
}

.dp-JourneePRO-offer__capsules {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 45px;
}

.dp-JourneePRO-offer__info-need-add-machine {
  margin-bottom: -24px;
  border-radius: 0 !important;
}

.dp-JourneePRO-offer__info {
  font-size: 15px;
  line-height: 19px;
  color: #fff;
  background-color: #735942;
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  margin-top: 15px;
  display: none;
}

.dp-JourneePRO-offer__info > span {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.dp-JourneePRO-offer__info > span::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(./images/info.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 12px;
}

.dp-JourneePRO-offer__add-machine {
  text-decoration: underline;
}

.dp-JourneePRO-offer__add-machine:hover {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .dp-JourneePRO-offer__category:not([data-category="assortiments"]) .dp-JourneePRO-offer__caps-name {
    max-width: 140px;
    width: 100%;
  }

  .dp-JourneePRO-offer__caps-assort-description {
    margin-top: 5px;
  }

  .dp-JourneePRO-offer__caps-assort-popin.popin-trigger {
    font-size: 13px;
  }

  .dp-JourneePRO-offer__info {
    padding: 5px;
    height: auto;
  }

  .dp-JourneePRO-offer__info > span {
    align-items: flex-start;
  }

  .dp-JourneePRO-offer__info > span::before {
    margin-right: 0;
    position: relative;
    top: 1px;
    width: 15px;
    height: 15px;
  }
}

/******************/
/** POPIN ASSORT **/
/******************/

#dp-JourneePRO-popin-assort-template {
  display: none;
}

.dp-JourneePRO-popin-assort {
  padding: 20px;
  color: #000;
  font-family: "Lucas", sans-serif;
  padding-bottom: 25px;
}

.dp-JourneePRO-popin-assort * {
  box-sizing: border-box;
  line-height: 1.2em;
}

.dp-JourneePRO-popin-assort__title {
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}

.dp-JourneePRO-popin-assort__caps-items {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 25px;
  max-width: 33.33%;
  width: 100%;
}

.dp-JourneePRO-popin-assort__caps-img {
  width: 60px;
}

.dp-JourneePRO-popin-assort__caps-details {
  text-align: left;
  padding-left: 20px;
}

.dp-JourneePRO-popin-assort__caps-qty {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 16px;
}

.dp-JourneePRO-popin-assort__caps-name {
  font-size: 24px;
  line-height: 18px;
  font-weight: 700;
  margin-top: 3px;
}

.dp-JourneePRO-popin-assort__caps-info-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 5px;
}

.dp-JourneePRO-popin-assort__caps-intensity {
  color: #2f292b;
  font-size: 12px;
  line-height: 14px;
  font-weight: 700;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 3px;
  gap: 2px;
}

.dp-JourneePRO-popin-assort__caps-cupsizes {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 5px;
}

.dp-JourneePRO-popin-assort__caps-cupsizes:not(:first-child) {
  margin-left: 15px;
  margin-top: 0;
}

.dp-JourneePRO-popin-assort__caps-cupsizes img:not(:first-child) {
  margin-left: 6px;
}

.dp-JourneePRO-popin-assort__caps-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.dp-JourneePRO-popin-assort__caps-container[data-size="half"] .dp-JourneePRO-popin-assort__caps-items {
  max-width: 50%;
}

@media screen and (max-width: 767px) {
  .dp-JourneePRO-offer__caps-item {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }

  .dp-JourneePRO-popin-assort__caps-container {
    flex-wrap: nowrap;
    flex-direction: column;
  }

  .dp-JourneePRO-popin-assort__caps-items {
    margin-top: 20px;
  }

  .dp-JourneePRO-popin-assort__caps-items {
    max-width: 100%;
  }
}

.dp-JourneePRO-gamme {
  background: linear-gradient(99.79deg, rgba(0, 0, 0, 0.5) 26.6%, rgba(0, 0, 0, 0) 99.29%), #986f38;
  border-radius: 10px;
  color: #fff;
  padding: 95px 72px;
  box-sizing: border-box;
  transition: all 0.3s;
  min-height: 375px;
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat !important;
  max-width: 1100px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.dp-JourneePRO-offer__category[data-category="assortiments"] .dp-JourneePRO-gamme {
  min-height: 296px;
}

.dp-JourneePRO-offer__category:not([data-category="assortiments"]) .dp-JourneePRO-gamme {
  background: linear-gradient(99.79deg, rgba(0, 0, 0, 0.5) 26.6%, rgba(0, 0, 0, 0) 99.29%);
}

.dp-JourneePRO-offer__category[data-category="origins"] .dp-JourneePRO-gamme {
  background-image: url(./images/visual-gamme-origins.jpg);
  background-image: -webkit-image-set(url(./images/visual-gamme-origins.jpg) 1x, url(./images/visual-gamme-origins@2x.jpg) 2x);
  background-image: image-set(url(./images/visual-gamme-origins.jpg) 1x, url(./images/visual-gamme-origins@2x.jpg) 2x);
}

.dp-JourneePRO-offer__category[data-category="classic"] .dp-JourneePRO-gamme {
  background-image: url(./images/visual-gamme-classics.jpg);
  background-image: -webkit-image-set(url(./images/visual-gamme-classics.jpg) 1x, url(./images/visual-gamme-classics@2x.jpg) 2x);
  background-image: image-set(url(./images/visual-gamme-classics.jpg) 1x, url(./images/visual-gamme-classics@2x.jpg) 2x);
}

.dp-JourneePRO-offer__category[data-category="creations"] .dp-JourneePRO-gamme {
  background-image: url(./images/visual-gamme-creations.jpg);
  background-image: -webkit-image-set(url(./images/visual-gamme-creations.jpg) 1x, url(./images/visual-gamme-creations@2x.jpg) 2x);
  background-image: image-set(url(./images/visual-gamme-creations.jpg) 1x, url(./images/visual-gamme-creations@2x.jpg) 2x);
}

.dp-JourneePRO-offer__category[data-category="starbucks"] .dp-JourneePRO-gamme {
  background-image: url(./images/visual-gamme-starbucks.jpg);
  background-image: -webkit-image-set(url(./images/visual-gamme-starbucks.jpg) 1x, url(./images/visual-gamme-starbucks@2x.jpg) 2x);
  background-image: image-set(url(./images/visual-gamme-starbucks.jpg) 1x, url(./images/visual-gamme-starbucks@2x.jpg) 2x);
}

.dp-JourneePRO-offer__category[data-category="assortiments"] .dp-JourneePRO-gamme {
  background-image: linear-gradient(99.79deg, rgba(0, 0, 0, 0.5) 26.6%, rgba(0, 0, 0, 0) 99.29%), url(./images/visual-gamme-assort.jpg);
  background-image: linear-gradient(99.79deg, rgba(0, 0, 0, 0.5) 26.6%, rgba(0, 0, 0, 0) 99.29%),
    -webkit-image-set(url(./images/visual-gamme-assort.jpg) 1x, url(./images/visual-gamme-assort@2x.jpg) 2x);
  background-image: linear-gradient(99.79deg, rgba(0, 0, 0, 0.5) 26.6%, rgba(0, 0, 0, 0) 99.29%),
    image-set(url(./images/visual-gamme-assort.jpg) 1x, url(./images/visual-gamme-assort@2x.jpg) 2x);
}

.dp-JourneePRO-gamme__title {
  margin: 0;
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 28px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.dp-JourneePRO-gamme__text {
  margin: 0;
  margin-top: 15px;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
}

.dp-JourneePRO-abonnement {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 auto;
  padding: 50px 24px;
  max-width: 747px;
  width: 100%;
}

.dp-JourneePRO-abonnement__visual {
  border-radius: 50%;
  width: 91px;
  height: 91px;
  background-color: #eee;
  flex-shrink: 0;
}

.dp-JourneePRO-abonnement__title {
  margin: 0;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
}

.dp-JourneePRO-capsules {
  display: none;
}

.dp-JourneePRO-abonnement__offre {
  font-weight: 600;
  font-size: 20px;
  line-height: 22px;
  text-transform: uppercase;
  margin-top: 3px;
}

.dp-JourneePRO-abonnement__mentions {
  margin-top: 3px;
  font-size: 16px;
  line-height: 19px;
}

.dp-JourneePRO-abonnement__button {
  padding: 11px 14px 9px;
  gap: 10px;
  height: 37px;
  background: #986f38;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #ffffff;
  border: none;
  transition: background 0.3s;
  margin-left: auto;
}

.dp-JourneePRO-abonnement__button:hover {
  background: #8b6533;
}

.dp-JourneePRO-list-nav {
  display: flex;
  height: 120px;
  margin: 0 auto;
  margin-top: -120px;
  justify-content: flex-end;
  gap: 20px;
  max-width: 1100px;
  padding-right: 55px;
}

.dp-JourneePRO-offer__capsules:not([data-AB-test-display="B"]) .dp-JourneePRO-list-nav {
  display: none;
}

.dp-JourneePRO-list-nav__arrow {
  cursor: pointer;
  background-image: url(./images/arrow.svg);
  font-size: 0;
  height: 22px;
  width: 11px;
  background-color: transparent;
  border: 0px solid;
  outline: 0;
}

.dp-JourneePRO-list-nav__next {
  transform: scaleX(-1);
}

.dp-JourneePRO-list-nav__arrow--disabled {
  opacity: 0.5;
  pointer-events: none;
}

.dp-JourneePRO-assortiment__container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin: 30px 52px;
  margin-top: -60px;
  background: #eeeeee;
  border-radius: 10px;
  max-width: 996px;
}

.dp-JourneePRO-assortiment__container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin: 30px auto;
  margin-top: -60px;
  background: #eeeeee;
  border-radius: 10px;
  max-width: 996px;
}

.dp-JourneePRO-assortiment {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 20px 52px;
  gap: 40px;
  width: 100%;
}

.dp-JourneePRO-assortiment__quantity {
  margin-left: 5px;
}

.dp-JourneePRO-assortiment__content {
  flex: 1;
}

.dp-JourneePRO-assortiment__text {
  font-size: 12px;
  line-height: 14px;
  margin-top: 5px;
  color: #7a7a7a;
}

.dp-JourneePRO-assortiment__title {
  margin: 0;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #2f292b;
}

.dp-JourneePRO-assortiment__price,
.dp-JourneePRO-assortiment__price-new {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #3d8705;
  display: block;
}

.dp-JourneePRO-assortiment__price-old {
  font-size: 12px;
  line-height: 15px;
  color: #7a7a7a;
  display: block;
}

.dp-JourneePRO-assortiment__price-old > span {
  text-decoration: line-through;
}

.dp-JourneePRO-assortiment__infos {
  text-align: right;
}

.dp-JourneePRO-assortiment__price-caps {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #777777;
  display: block;
}

.dp-JourneePRO-assortiment__list {
  display: flex;
  margin-top: 13px;
  gap: 20px;
  flex-wrap: wrap;
}

.dp-JourneePRO-assortiment__item {
  position: relative;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.01em;
  color: #000000;
  font-family: "Lucas", sans-serif;
}

.dp-JourneePRO-assortiment__item-inner {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}

.dp-JourneePRO-assortiment__item-inner:hover .dp-JourneePRO-assortiment__name,
.dp-JourneePRO-assortiment__item-inner:focus .dp-JourneePRO-assortiment__name {
  opacity: 1;
}

.dp-JourneePRO-assortiment .dp-JourneePRO-assortiment__price-new,
.dp-JourneePRO-assortiment .dp-JourneePRO-assortiment__price-old,
.dp-JourneePRO-assortiment[has-discount="true"] .dp-JourneePRO-assortiment__price {
  display: none;
}

.dp-JourneePRO-assortiment[has-discount="true"] .dp-JourneePRO-assortiment__price-new,
.dp-JourneePRO-assortiment[has-discount="true"] .dp-JourneePRO-assortiment__price-old {
  display: block;
}

.dp-JourneePRO-assortiment__name {
  position: absolute;
  padding: 10px;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  color: #2f292b;
  background: #ffffff;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  top: calc(100% + 10px);
  left: 0;
  opacity: 0;
  transition: 0.3s;
}

.dp-JourneePRO-offer[data-offer="B"] .dp-JourneePRO-assortiment[data-category="assort-best-seller-500"],
.dp-JourneePRO-offer[data-offer="A"] .dp-JourneePRO-assortiment[data-category="assort-best-seller-700"],
.dp-JourneePRO-offer[data-offer="A"] .dp-JourneePRO-assortiment[data-category="assort-best-seller"] {
  display: none;
}

/***************/
/** AVANTAGES **/
/***************/

.dp-JourneePRO-avantages {
  padding-bottom: 80px;
  width: 100%;
  margin: 0 auto;
  margin-top: 50px;
}

.dp-JourneePRO-chapter__title,
.dp-JourneePRO-chapter__text {
  padding-left: 10px;
}

.dp-JourneePRO-avantages__title {
  font-weight: 700;
  font-size: 26px;
  line-height: 28px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  max-width: 700px;
  padding: 0 24px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.dp-JourneePRO-caps[has-ab-logo="false"] .dp-JourneePRO-caps__picto--AB,
.dp-JourneePRO-caps[is-bio="false"] .dp-JourneePRO-caps__picto--bio {
  display: none;
}

.dp-JourneePRO-caps[is-new="false"] .dp-JourneePRO-caps__tag {
  visibility: hidden;
}

.dp-JourneePRO-avantages__description {
  font-size: 16px;
  line-height: 145%;
  margin-top: 15px;
  max-width: 700px;
  padding: 0 24px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.dp-JourneePRO-avantages__content {
  margin-top: 40px;
}

.dp-JourneePRO-avantages__popin {
  background-color: #fff;
  color: #000;
  font-family: "Lucas", sans-serif;
  font-weight: 400;
  overflow-x: hidden;
  text-align: left;
}

.dp-JourneePRO-avantages__popin * {
  box-sizing: border-box;
}

.dp-JourneePRO-avantages__popin-inner {
  display: flex;
}

.dp-JourneePRO-avantages__popin-inner a {
  color: #fff;
}

/*******************/
/** POPIN MACHINE **/
/*******************/

#dp-JourneePRO-popin-machine {
  color: #000;
  text-align: left;
  font-family: "Lucas", sans-serif;
}

.ui-dialog[aria-describedby="dp-JourneePRO-popin-machine"] .ui-dialog-titlebar .ui-dialog-titlebar-close {
  color: #000;
}

.dp-JourneePRO-popin-machine__top {
  display: flex;
}

.dp-JourneePRO-popin-machine__container-img-main {
  width: 200px;
  height: 200px;
  margin: 0 auto;
  position: relative;
}

.dp-JourneePRO-popin-machine__container-img-main img {
  height: 100%;
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.dp-JourneePRO-popin-machine__content {
  padding: 50px 20px;
  font-family: "Lucas", sans-serif;
}

.dp-JourneePRO-popin-machine__title {
  font-size: 20px;
  line-height: 24px;
  font-weight: 800;
  text-transform: uppercase;
  padding-top: 20px;
}

.dp-JourneePRO-popin-machine__description {
  width: 100%;
}

.dp-JourneePRO-popin-machine__description,
.dp-JourneePRO-popin-machine__habilities {
  font-size: 14px;
  line-height: 17px;
  margin-top: 8px;
}

.dp-JourneePRO-popin-machine__habilities li {
  padding-left: 28px;
  position: relative;
}

.dp-JourneePRO-popin-machine__habilities li:not(:first-child) {
  margin-top: 9px;
}

.dp-JourneePRO-popin-machine__habilities li::before {
  content: url(./images/checkmark.svg);
  width: 18px;
  height: 18px;
  display: inline-block;
  position: relative;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.dp-JourneePRO-button.dp-JourneePRO-popin-machine__button {
  margin-top: 16px;
  width: auto;
  padding: 5px 10px;
}

.dp-JourneePRO-popin-machine__container[data-offer="A"] .dp-JourneePRO-popin-machine__button[data-offer="B"],
.dp-JourneePRO-popin-machine__container[data-offer="B"] .dp-JourneePRO-popin-machine__button[data-offer="A"] {
  display: none;
}

.dp-JourneePRO-popin-machine[is-from-banner] .dp-JourneePRO-popin-machine__button {
  display: none;
}

.dp-JourneePRO-popin__add-to-bag {
  margin-top: 16px;
}

.dp-JourneePRO-popin-machine__container-img-secondary {
  height: 30px;
  width: 30px;
  cursor: pointer;
  transition: border 0.3s;
  position: relative;
}

.dp-JourneePRO-popin-machine__container-img-secondary img {
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.dp-JourneePRO-popin-machine__container-img-secondaries {
  display: flex;
  justify-content: center;
  align-self: center;
  margin-top: 10px;
}

.dp-JourneePRO-popin-machine__container-img-secondaries .dp-JourneePRO-popin-machine__container-img-secondary:not(:last-child) {
  margin-right: 10px;
}

.dp-JourneePRO-popin-machine__container-txt {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.dp-JourneePRO-popin-machine__container-txt,
.dp-JourneePRO-popin-machine__container-img {
  width: 50%;
}

.dp-JourneePRO-popin-machine__subtitle {
  margin-top: 40px;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
}

.dp-JourneePRO-popin-machine__bottom > div {
  width: 266px;
  height: 125px;
  display: flex;
  flex-direction: column;
  align-self: center;
  justify-content: flex-start;
  border: 0.5px solid rgba(0, 0, 0, 0.5);
  padding: 20px 5px;
  text-align: center;
}

.dp-JourneePRO-popin-machine__bottom > div:nth-child(n + 4) {
  height: 101px;
}

.dp-JourneePRO-popin-machine__bottom > div > p:first-child {
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
}

.dp-JourneePRO-popin-machine__bottom > div > p:nth-child(2) {
  font-size: 14px;
  line-height: 17px;
  margin-top: 8px;
}

.dp-JourneePRO-popin-machine__bottom {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
  justify-content: center;
  align-items: flex-start;
}

.dp-JourneePRO-popin-machine__button-3D {
  background-color: #fff;
  border: solid 1px #000;
  border-radius: 2px;
  padding-bottom: 3px;
  font-family: "Lucas", sans-serif;
  display: block;
  margin-top: 10px;
  width: 160px;
}

.dp-JourneePRO-popin-machine__button-3D span {
  font-size: 12px;
  line-height: 14px;
}

.dp-JourneePRO-popin-machine__button-3D span::before {
  content: url(./images/icon-3D.svg);
  height: 14px;
  display: inline-block;
  position: relative;
  margin-right: 6px;
  top: 2px;
}

@media screen and (max-width: 996px) and (min-width: 768px) {
  .popin-dialog-open[aria-describedby="dp-JourneePRO-popin-machine"] {
    width: 90vw !important;
  }
}

@media screen and (max-width: 930px) {
  .dp-JourneePRO-popin-machine__bottom > div:nth-child(n + 4) {
    height: 125px;
  }

  .dp-JourneePRO-popin-machine__subtitle {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .dp-JourneePRO-header-A .dp-JourneePRO-header__content,
  .dp-JourneePRO-header-B .dp-JourneePRO-header__content,
  .dp-JourneePRO-header__content {
    padding-bottom: 50px;
  }

  .dp-JourneePRO-popin-machine {
    max-height: calc(100vh - 40px) !important;
    overflow-y: scroll;
  }

  .popin-dialog-open[aria-describedby="dp-JourneePRO-popin-machine"] {
    position: fixed;
    top: 20px;
    left: 20px;
  }

  .dp-JourneePRO-popin-machine__top {
    flex-direction: column;
  }

  .dp-JourneePRO-popin-machine__container-txt,
  .dp-JourneePRO-popin-machine__container-img {
    width: 100%;
  }

  .dp-JourneePRO-popin-machine__container-txt {
    margin-top: 40px;
  }

  .dp-JourneePRO-popin-machine__container-txt a {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .dp-JourneePRO-popin-machine__button {
    margin-left: auto;
    margin-right: auto;
  }

  .dp-JourneePRO-popin-machine__subtitle {
    text-align: center;
    margin-top: 43px;
  }

  .dp-JourneePRO-popin-machine__title {
    padding-top: 0;
  }

  .dp-JourneePRO-popin-machine__button {
    margin-top: 23px;
  }

  .dp-JourneePRO-popin-machine__bottom > div {
    height: auto;
  }

  .dp-JourneePRO-popin-machine__button-3D {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 400px) {
  .dp-JourneePRO-popin-machine__subtitle {
    font-size: 15px;
    line-height: 18px;
  }
}

.dp-JourneePRO-machines__title {
  margin-top: 75px;
}

.dp-JourneePRO-machines__title,
.dp-JourneePRO-machines__description {
  max-width: 1000px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.dp-JourneePRO-offer-banner__free-shipping {
  padding: 20px 20px 20px 10px;
  width: 316px;
  height: 100px;
  background: #f7f7f7;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #000000;
  font-weight: 700;
  font-size: 22px;
  line-height: 140%;
}

.dp-JourneePRO[has-gc-offer="1"] .AddToBagButton:not(:disabled) {
  border: 1px solid #eee;
  color: #656565;
  background-color: #eee;
  cursor: not-allowed;
  pointer-events: none;
}

.dp-JourneePRO[has-gc-offer="1"] .AddToBagButton:disabled {
  pointer-events: none;
}

.dp-JourneePRO[has-gc-offer="1"] .AddToBagButton:not(:disabled):hover {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3);
}

.dp-JourneePRO[has-gc-offer="1"] .AddToBagButton .AddToBagButtonLarge__quantity {
  color: #eee;
}

.dp-JourneePRO-popin-machine[has-gc-offer="1"] .dp-JourneePRO-machine-button .AddToBagButton {
  pointer-events: none;
}

.dp-JourneePRO-popin-machine[has-gc-offer="1"] .dp-JourneePRO-machine-button .AddToBagButton:not(:disabled) {
  border: 1px solid #eee;
  color: #656565;
  background-color: #eee;
  cursor: not-allowed;
  pointer-events: none;
}

.dp-JourneePRO-popin-machine[has-gc-offer="1"] .dp-JourneePRO-machine-button .AddToBagButton:disabled {
  pointer-events: none;
}

.dp-JourneePRO-popin-machine[has-gc-offer="1"] .dp-JourneePRO-machine-button .AddToBagButton:not(:disabled):hover {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3);
}

.dp-JourneePRO-popin-machine[has-gc-offer="1"] .dp-JourneePRO-machine-button .AddToBagButton .AddToBagButtonLarge__quantity {
  color: #eee;
}

.dp-JourneePRO-offer-banner__title-container {
  max-width: 551px;
  width: 100%;
}

.dp-JourneePRO-offer-banner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.dp-JourneePRO-offer {
  margin-top: 50px;
}

.dp-JourneePRO-machines__visual {
  height: 180px;
  display: block;
}

.dp-JourneePRO-machines__visual img {
  width: fit-content;
  height: 100%;
  object-position: center;
  display: block;
}

.AddToBagButtonSmall[type="button"] {
  background-color: #3d8705;
}

.AddToBagButtonSmall:disabled[type="button"] {
  background-color: #eee;
}

.dp-JourneePRO-offer__category-title:not([data-category="starbucks"]):not([data-category="assortiments"]) {
  display: none;
}

.dp-JourneePRO-abonnement__wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  padding-left: 20px;
}

.dp-JourneePRO-assortiment__infos-container {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
}

.dp-JourneePRO-assortiment__popin-link {
  font-size: 14px;
  line-height: 17px;
  text-decoration: underline;
  color: #000;
  cursor: pointer;
  margin-top: 3px;
  display: inline-block;
}

@media screen and (max-width: 996px) {
  .dp-JourneePRO-offer__capsules[data-AB-test-display="A"] .dp-JourneePRO-offer__caps-container {
    max-width: 741px;
  }
}

@media screen and (max-width: 990px) {
  .dp-JourneePRO-machines__wrapper {
    flex-direction: column;
    align-items: center;
  }

  .dp-JourneePRO-machines__option[data-offer="B"] {
    order: 1;
  }

  .dp-JourneePRO-machines__option[data-offer="A"] {
    order: 2;
  }
}

@media screen and (max-width: 780px) {
  .dp-JourneePRO-offer__capsules[data-AB-test-display="A"] .dp-JourneePRO-offer__caps-container {
    max-width: 486px;
  }
}

@media screen and (max-width: 767px) {
  .dp-JourneePRO-machines__title {
    margin-top: 60px;
  }

  .dp-JourneePRO-offer__capsules[data-AB-test-display="A"] .dp-JourneePRO-offer__caps-container {
    max-width: 355px;
  }

  .dp-JourneePRO-title {
    position: relative;
    font-weight: 800;
    font-size: 20px;
    line-height: 24px;
    padding-left: 40px;
    padding-right: 2px;
  }

  .dp-JourneePRO-title > span {
    position: absolute;
    left: 20px;
  }

  .dp-JourneePRO-machines {
    padding: 0;
  }

  .dp-JourneePRO-description {
    font-size: 18px;
    line-height: 22px;
    padding: 0 24px;
  }

  .dp-JourneePRO-machines__wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 30px 35px;
    margin-top: 44px;
    gap: 45px;
  }

  .dp-JourneePRO-offer__info-need-add-machine {
    margin-bottom: -44px;
  }

  .dp-JourneePRO-machines__subcontainer {
    flex-direction: column;
    align-items: center;
  }

  .dp-JourneePRO-machines__option {
    max-width: 300px;
    text-align: center;
    padding: 18px 8.5px;
    padding-bottom: 34px;
    min-height: auto;
    flex-basis: 100%;
  }

  .dp-JourneePRO-machines__offre strong {
    font-size: 18.3486px;
    line-height: 20px;
  }

  .dp-JourneePRO-machines__offre {
    font-size: 14.6789px;
    line-height: 18px;
  }

  .dp-JourneePRO-machines__new-price {
    margin-top: 18px;
    font-size: 18.3486px;
    line-height: 22px;
  }

  .dp-JourneePRO-machines__new-price > strong {
    margin-top: 12px;
  }

  .dp-JourneePRO-machines__infos {
    margin-left: 0;
  }

  .dp-JourneePRO-machine-button {
    margin-top: 22px;
    margin-left: auto;
    margin-right: auto;
  }

  .dp-JourneePRO-machines__recommandation {
    font-size: 10.0917px;
    line-height: 12px;
  }

  .dp-JourneePRO-machines__option[data-offer="B"] {
    padding-top: 35px;
  }

  .dp-JourneePRO-abonnement__wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .dp-JourneePRO-abonnement {
    align-items: flex-start;
  }

  .dp-JourneePRO-abonnement__title {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
  }

  .dp-JourneePRO-abonnement__mentions {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
  }

  .dp-JourneePRO-abonnement__offre {
    font-weight: 600;
    font-size: 20px;
    line-height: 22px;
    text-transform: uppercase;
  }

  .dp-JourneePRO-abonnement__button {
    margin-left: 0;
    margin-top: 3px;
  }

  .dp-JourneePRO-avantages {
    margin-top: 40px;
  }

  .dp-JourneePRO-avantages__title,
  .dp-JourneePRO-avantages__description {
    padding: 0 24px;
  }

  .dp-JourneePRO-avantages__title {
    font-size: 20px;
    line-height: 24px;
  }

  .dp-JourneePRO-avantages__description {
    font-size: 16px;
    line-height: 145%;
  }

  .dp-JourneePRO-offer-banner__free-shipping {
    display: none;
  }

  .dp-JourneePRO-offer {
    padding: 0;
  }

  .dp-JourneePRO-description.dp-JourneePRO-offer-banner__description {
    font-size: 16px;
    line-height: 19px;
  }

  .dp-JourneePRO-offer__category[data-category="assortiments"] .dp-JourneePRO-gamme {
    min-height: 248px;
    padding: 35px 24px;
  }

  .dp-JourneePRO-gamme {
    border-radius: 0;
    padding: 35px 10px 35px 30px;
    min-height: 248px;
    background-position: top center !important;
  }

  .dp-JourneePRO-gamme__title {
    font-size: 20px;
    line-height: 28px;
  }

  .dp-JourneePRO-gamme__text {
    margin-top: 10px;
    font-size: 16px;
    line-height: 19px;
  }

  .dp-JourneePRO-assortiment {
    position: relative;
    padding: 0;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
  }

  .dp-JourneePRO-assortiment__container {
    margin: 0 24px;
    margin-top: -77px;
    max-width: 100%;
    padding: 15px 10px;
    gap: 20px;
  }

  .dp-JourneePRO-assortiment__visual {
    width: 80px;
    position: absolute;
    left: 0;
    top: 0;
  }

  .dp-JourneePRO-offer__category {
    max-width: 100%;
    margin: 0 auto;
  }

  .dp-JourneePRO-offer__category:not(:first-child) {
    margin-top: 28px;
  }

  .dp-JourneePRO-offer__capsules {
    margin-top: 25px;
  }

  .dp-JourneePRO-assortiment__title,
  .dp-JourneePRO-assortiment__text {
    padding-left: 115px;
  }

  .dp-JourneePRO-assortiment__text {
    min-height: 40px;
  }

  .dp-JourneePRO-assortiment__item-inner {
    flex-direction: column;
    align-items: center;
  }

  .dp-JourneePRO-assortiment__quantity {
    margin-top: 5px;
    margin-left: 0;
  }

  .dp-JourneePRO-assortiment__list {
    justify-content: center;
    gap: 35px;
  }

  .dp-JourneePRO-assortiment__infos-container {
    width: 100%;
    justify-content: space-between;
  }

  .dp-JourneePRO-caps__hero {
    width: 100%;
  }

  .dp-JourneePRO-caps {
    width: 174.5px;
  }

  .dp-JourneePRO-caps__packshot {
    max-width: 95px;
    width: 100%;
    display: block;
    margin: 0 auto;
  }

  .dp-JourneePRO-caps__packshot img {
    width: 100%;
    display: block;
  }

  .dp-JourneePRO-caps__sizes img {
    height: 38px;
  }

  .dp-JourneePRO-caps__intensity {
    margin-bottom: 5px;
  }

  .dp-JourneePRO-offer__caps-container {
    margin-top: -80px;
  }

  .dp-JourneePRO-offer__caps-container-inner {
    gap: 20px 6px;
  }

  .dp-JourneePRO-offer__capsules[data-AB-test-display="B"] .dp-JourneePRO-offer__caps-container-inner {
    gap: 0;
    padding-left: 11px;
    padding-right: 11px;
  }

  .dp-JourneePRO-offer__capsules[data-AB-test-display="B"] .dp-JourneePRO-caps {
    width: 177.5px;
    padding: 0 3px;
  }
}

@media screen and (max-width: 360px) {
  .dp-JourneePRO-offer__capsules[data-AB-test-display="A"] .dp-JourneePRO-offer__caps-container {
    max-width: 175px;
  }
}
