.ProductDetailsBody {
  /*Full screen bg*/
  background-image: url(https://www.nespresso.com/shared_res/nc2/pdp_bg/cyf/img/celebrate-your-favourites-bg.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  /*Hiding repeated title*/
}
.ProductDetailsBody .ProductDetailsBodyInformation:first-of-type .ProductDetailsBodyInformation__title {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .ProductDetailsBody {
    padding: 0 !important;
    background-position: top center;
    background-size: initial;
  }
}

@font-face {
  font-family: "NespressoLucas-Light";
  src: url("https://www.nespresso.com/shared_res/mos/free_html/it/fonts/NespressoLucas-Light.eot");
  src: url("https://www.nespresso.com/shared_res/mos/free_html/it/fonts/NespressoLucas-Light.eot?#iefix") format("embedded-opentype"), url("https://www.nespresso.com/shared_res/mos/free_html/it/fonts/NespressoLucas-Light.woff") format("woff"), url("https://www.nespresso.com/shared_res/mos/free_html/it/fonts/NespressoLucas-Light.ttf") format("truetype"), url("https://www.nespresso.com/shared_res/mos/free_html/it/fonts/NespressoLucas-Light.otf") format("opentype"), url("https://www.nespresso.com/shared_res/mos/free_html/it/fonts/NespressoLucas-Light.svg#NespressoLucas-Light") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "NespressoLucas-Regular";
  src: url("https://www.nespresso.com/shared_res/mos/free_html/it/fonts/NespressoLucas-Regular.eot");
  src: url("https://www.nespresso.com/shared_res/mos/free_html/it/fonts/NespressoLucas-Regular.eot?#iefix") format("embedded-opentype"), url("https://www.nespresso.com/shared_res/mos/free_html/it/fonts/NespressoLucas-Regular.woff") format("woff"), url("https://www.nespresso.com/shared_res/mos/free_html/it/fonts/NespressoLucas-Regular.ttf") format("truetype"), url("https://www.nespresso.com/shared_res/mos/free_html/it/fonts/NespressoLucas-Regular.otf") format("opentype"), url("https://www.nespresso.com/shared_res/mos/free_html/it/fonts/NespressoLucas-Regular.svg#NespressoLucas-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Nespresso-Lucas-XtraBd";
  src: url("https://www.nespresso.com/shared_res/mos/free_html/it/fonts/NespressoLucas-XtraBd.eot");
  src: url("https://www.nespresso.com/shared_res/mos/free_html/it/fonts/NespressoLucas-XtraBd.eot?#iefix") format("embedded-opentype"), url("https://www.nespresso.com/shared_res/mos/free_html/it/fonts/NespressoLucas-XtraBd.woff") format("woff"), url("https://www.nespresso.com/shared_res/mos/free_html/it/fonts/NespressoLucas-XtraBd.ttf") format("truetype"), url("https://www.nespresso.com/shared_res/mos/free_html/it/fonts/NespressoLucas-XtraBd.otf") format("opentype"), url("https://www.nespresso.com/shared_res/mos/free_html/it/fonts/NespressoLucas-XtraBd.svg#NespressoLucas-XtraBd") format("svg");
  font-weight: normal;
  font-style: normal;
}
.wrapper-ResponsiveContainer {
  width: 100%;
  background-repeat: no-repeat;
  background-size: contain;
}
.wrapper-ResponsiveContainer .pdpEnhancement {
  max-width: 996px !important;
  margin: 0 auto;
}
.wrapper-ResponsiveContainer .pdpEnhancement .campaign-logo {
  margin: 0 auto;
  max-width: 80%;
  padding: 1em 0;
  text-align: center;
}
.wrapper-ResponsiveContainer .pdpEnhancement .campaign-logo img {
  max-width: 100%;
  min-width: 240px;
}

.flex-container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 500px) {
  .flex-container {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.flex-container .flex-item {
  width: 33.3%;
}
.flex-container .flex-item img {
  max-width: 100%;
}
@media screen and (max-width: 500px) {
  .flex-container .flex-item {
    width: 100%;
  }
}
.flex-container .flex-item:nth-child(1) {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}
@media screen and (max-width: 500px) {
  .flex-container .flex-item:nth-child(1) {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}
.flex-container .flex-item:nth-child(2) {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}
@media screen and (max-width: 500px) {
  .flex-container .flex-item:nth-child(2) {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
}
.flex-container .flex-item:nth-child(3) {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}
@media screen and (max-width: 500px) {
  .flex-container .flex-item:nth-child(3) {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
}
.flex-container.capsule-attribute {
  width: 80%;
  margin: 0 auto;
  max-width: 640px;
  margin-top: 2em;
}
@media screen and (max-width: 500px) {
  .flex-container.capsule-attribute {
    width: 100%;
    margin-top: 2em;
  }
}
.flex-container.capsule-attribute .capsule-attribute__capsule {
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .flex-container.capsule-attribute .capsule-attribute__capsule {
    max-width: 177px;
  }
}
@media screen and (max-width: 500px) {
  .flex-container.capsule-attribute .capsule-attribute__properties {
    margin-top: 2em;
    min-width: 280px;
  }
}
@media screen and (max-width: 500px) {
  .flex-container.capsule-attribute .capsule-attribute__properties:last-child {
    margin-top: 0;
  }
}
.flex-container.capsule-attribute .capsule-attribute__properties h3 {
  font-family: "NespressoLucas-Regular" !important;
  color: #FFFFFF;
  margin-bottom: 0.5em;
  font-size: 1.125em;
  line-height: 1.33333;
  letter-spacing: 0.16667em;
  font-weight: 700 !important;
  text-transform: uppercase;
}
.flex-container.capsule-attribute .capsule-attribute__properties h3:after {
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  z-index: 1;
}
.flex-container.capsule-attribute .capsule-attribute__properties .left ul, .flex-container.capsule-attribute .capsule-attribute__properties .right ul {
  margin: 0;
  padding: 0;
}
.flex-container.capsule-attribute .capsule-attribute__properties .left li, .flex-container.capsule-attribute .capsule-attribute__properties .right li {
  text-align: center;
  padding-bottom: 2rem;
}
.flex-container.capsule-attribute .capsule-attribute__properties ul span {
  font-size: 1.4em;
  font-weight: 600;
  color: #fff;
}
@media screen and (max-width: 500px) {
  .flex-container.capsule-attribute .capsule-attribute__properties ul span {
    font-size: 1.2em;
  }
}

.capsule-attribute__buy {
  text-align: center;
  padding-top: 2.5rem;
  padding-bottom: 60px;
}
@media screen and (max-width: 500px) {
  .capsule-attribute__buy {
    padding-top: 1.5rem;
  }
}

.section-text {
  background-image: url(https://www.nespresso.com/shared_res/nc2/pdp_bg/cyf/img/italian-duo-background.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  text-align: center;
  padding: 4em 5em;
  height: 1130px;
}
@media screen and (max-width: 768px) {
  .section-text {
    padding: 2.5em 2em;
    background-size: cover;
    height: 840px;
  }
}
.section-text p {
  font-family: "NespressoLucas-Regular" !important;
  font-size: 1.25em;
  line-height: 1.73333;
  letter-spacing: 0.08333em;
  text-align: center;
  max-width: 640px;
  margin: 0 auto;
}
.section-text .section-profile {
  margin-bottom: 4em;
  max-width: 560px;
  margin: 0 auto;
}
.section-text .section-profile h4 {
  font-family: "NespressoLucas-Regular" !important;
  margin-top: 30px;
  font-size: 0.925em;
  line-height: 1.33333;
  letter-spacing: 0.16667em;
  text-transform: uppercase;
  font-weight: 700 !important;
}
@media screen and (max-width: 768px) {
  .section-text .section-profile h4 {
    line-height: 2.33333;
  }
}
.section-text .section-profile h4 span {
  font-family: "NespressoLucas-Regular" !important;
  font-size: 0.9em;
  line-height: 1.8em;
}
.section-text .cta {
  font-family: "NespressoLucas-Regular" !important;
  font-weight: 700 !important;
  font-size: 0.9em;
  line-height: 1.33333;
  letter-spacing: 0.22222em;
  text-transform: uppercase;
  min-width: 253px;
  border: 1px solid #FFFFFF;
  width: 240px;
  border-radius: 13px;
  padding: 1.2em 1.9em;
  background-color: #FFFFFF;
  color: #000000;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .section-text .cta {
    font-size: 0.7em;
  }
}

.header-title {
  font-family: "NespressoLucas-Light" !important;
  color: #FFFFFF;
  text-align: center;
  font-size: 2.55em;
  line-height: 1.33333;
  letter-spacing: 0.22222em;
  text-transform: uppercase;
  font-weight: normal;
  padding: 22px 100px 0;
}
@media screen and (max-width: 768px) {
  .header-title {
    font-size: 2.2em;
    padding: 28px 0 15px 0;
  }
}
@media screen and (max-width: 500px) {
  .header-title {
    font-size: 1.8em;
    line-height: 37px;
  }
}

.header-copy, .intensity-copy {
  font-family: "Nespresso-Lucas-XtraBd" !important;
  color: #FFFFFF;
  text-align: center;
  font-size: 1.125em;
  line-height: 1.33333;
  letter-spacing: 0.16667em;
  text-transform: uppercase;
  font-weight: normal;
}
.header-copy.top, .top.intensity-copy {
  margin-bottom: 2em;
  margin-top: 1.5em;
}

.intensity-copy {
  color: #f0cc7e;
}