<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: 'futuralight_oblique';
  src: url("../fonts/futura/futuralight_oblique.woff?$staticlink$") format("woff");
}

@font-face {
  font-family: 'Amiri-Italic';
  src: url("../fonts/Amiri/Amiri-Italic.woff?$staticlink$") format("woff");
}

@font-face {
  font-family: 'Goldana';
  src: url("../fonts/Goldana/GoldanaOutlineExtrude.woff?$staticlink$") format("woff");
}

@font-face {
  font-family: 'futuraBQ';
  src: url("../fonts/futura/FuturaBQ-Bold.woff?$staticlink$") format("woff");
}

.u-mb-sm {
  margin-bottom: 0.8em;
}

.u-mt-sm {
  margin-top: 0.8em;
}

.u-mb-md {
  margin-bottom: 3rem;
}

.u-mt-md {
  margin-top: 3rem;
}

.cta_button {
  background-color: #fff;
  text-decoration: none;
  border: none;
  display: inline-block;
  padding: 10px 26px 8px;
  color: #000 !important;
  font-size: 17px;
  text-transform: uppercase;
  text-decoration: none;
  font-family: futuralight, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.fancy-header {
  text-align: center;
  text-transform: lowercase;
  color: #a68954;
  font-family: Amiri-Italic, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2.7rem;
  position: relative;
  z-index: 5;
  display: inline-block;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  line-height: 1;
  left: 50%;
}

@media (max-width: 767px) {
  .fancy-header {
    font-size: 2.1rem;
  }
}

.fancy-header::before, .fancy-header::after {
  content: '';
  position: absolute;
  top: 10px;
  width: 95%;
  height: 5px;
  background-color: #a68954;
  z-index: 0;
}

@media (max-width: 767px) {
  .fancy-header::before, .fancy-header::after {
    width: 14%;
  }
}

.fancy-header::before {
  right: 105%;
}

.fancy-header::after {
  left: 105%;
}

.plp-column-banner {
  background-color: #f6f6f6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  width: 100%;
  outline-offset: -10px;
  outline: 2px solid #000;
  text-align: center;
}

.plp-column-banner__image {
  width: 45%;
  margin-bottom: 0.5rem;
}

.plp-column-banner__image--inside-space {
  width: 20%;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.plp-column-banner__title {
  font-family: futuralight, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.5rem;
  text-transform: uppercase;
  width: 90%;
}

.plp-column-banner__title--sub {
  font-family: Amiri-Italic, "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: lowercase;
  display: block;
}

.plp-column-banner__copy {
  font-size: 1rem;
  font-family: futuralight, "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 80%;
}

.plp-column-banner__dual-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.plp-column-banner__dual-column__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40%;
}

.plp-column-banner__dual-column__col:not(:last-child) {
  margin-right: 2rem;
}

.plp-column-banner__dual-column__col__image {
  width: 100%;
  margin-bottom: 0.5rem;
}

.plp-column-banner__dual-column__col__title {
  font-family: futuralight, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.3rem;
  text-transform: uppercase;
  width: 90%;
  line-height: 1.4;
}

.plp-column-banner__dual-column__col__copy {
  font-size: 0.9rem;
  font-family: futuralight, "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 100%;
  margin-bottom: auto;
}

.plp-column-banner__dual-column__col .cta_button {
  padding: 0rem 2rem 0rem;
  border: none;
  width: 50%;
  text-decoration: underline;
  background-color: transparent;
  width: 60%;
  margin-bottom: 0;
  margin-top: 0.6rem;
}

.plp-column-banner--orange {
  background-color: #ffb53f;
}

.plp-column-banner--pink {
  background-color: #F4B2CE;
}

.plp-column-banner--yellow {
  background-color: #f9e18b;
}

.plp-column-banner--cream {
  background-color: #fdf0c6;
}

.plp-column-banner--grey {
  background-color: #f6f6f6;
}

.plp-column-banner--blue {
  background-color: #adc9d5;
}

.plp-column-banner--turquoise {
  background-color: #ABD8D5;
}

.plp-column-banner--personal-fragrance-a {
  background-image: url("../images/Site-Banners/PLP-personal-fragrance/plp-column-banner__bg.jpg?$staticlink$");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.plp-column-banner--personal-fragrance-b {
  background-color: #fce5eb;
}

.plp-column-banner--personal-fragrance-b__image {
  width: 20%;
  margin-bottom: 0.5rem;
}

.plp-column-banner--personal-fragrance-b__title {
  font-size: 1.2rem;
  width: 90%;
  margin-bottom: 0.2rem;
  line-height: 1.4;
}

.plp-column-banner--personal-fragrance-b__title--sub {
  text-transform: lowercase;
  display: block;
  line-height: 1;
  font-size: 1.4rem;
}

.plp-column-banner--personal-fragrance-b__copy {
  font-size: 0.9rem;
}

.plp-column-banner--inside-space {
  outline: none;
}

.plp-column-banner-is {
  background-color: #f6f6f6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  width: 100%;
  text-align: center;
}

.plp-column-banner-is__copy-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
}

.plp-column-banner-is__copy-holder__image {
  width: 70%;
  margin-bottom: 0.5rem;
}

.plp-column-banner-is__copy-holder__copy {
  font-size: 1rem;
  font-family: futuralight, "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 80%;
}

.plp-column-banner-is__copy-holder .cta_button {
  padding: 0rem 2rem 0rem;
  border: none;
  text-decoration: underline;
  background-color: transparent;
  width: 75%;
  margin-bottom: 0;
  margin-top: 0.6rem;
}

.plp-column-banner-is__dual-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

.plp-column-banner-is__dual-row__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.plp-column-banner-is__dual-row__row:not(:last-child) {
  margin-bottom: 1.5rem;
}

.plp-column-banner-is__dual-row__row__image {
  width: 48%;
}

.plp-column-banner-is__dual-row__row__copy-holder {
  width: 52%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.plp-column-banner-is__dual-row__row__copy-holder__title {
  font-family: futuralight, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.2rem;
  text-transform: uppercase;
  width: 90%;
}

.plp-column-banner-is__dual-row__row__copy-holder__copy {
  font-size: 1rem;
  font-family: futuralight, "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 80%;
}

.plp-column-banner-is__dual-row__row__copy-holder .cta_button {
  padding: 0rem 2rem 0rem;
  border: none;
  text-decoration: underline;
  background-color: transparent;
  width: 60%;
  margin-bottom: 0;
  margin-top: 0.6rem;
}

.double-ndulge-container-lp {
  max-width: 980px;
  margin: 1rem auto;
}

.double-ndulge-container-lp .banner-ribbon {
  background-color: #a70048;
}

.double-ndulge-container-lp .banner-ribbon__message {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-family: futuralight, "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  margin-bottom: 0;
}

.double-ndulge-container-lp .banner-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-image: url("../images/Site-Banners/LP-DOUBLE-INDULGE.jpg?$staticlink$");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.double-ndulge-container-lp .banner-main__copy-primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  margin: 2rem 0rem 2rem 3rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.double-ndulge-container-lp .banner-main__copy-primary__enjoy-text {
  font-family: Amiri-Italic, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2.6rem;
  text-transform: lowercase;
  color: inherit;
  margin-bottom: 2.4rem;
}

@media (max-width: 767px) {
  .double-ndulge-container-lp .banner-main__copy-primary__enjoy-text {
    font-size: 1.6rem;
    margin-bottom: 0.4rem;
  }
}

.double-ndulge-container-lp .banner-main__copy-primary__double-text {
  font-family: futuralight, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 4.4rem;
  text-transform: uppercase;
  color: #fff;
  display: block;
  margin-bottom: 1rem;
}

@media (max-width: 767px) {
  .double-ndulge-container-lp .banner-main__copy-primary__double-text {
    font-size: 1.8rem;
    margin-bottom: 0;
    display: inline;
  }
}

.double-ndulge-container-lp .banner-main__copy-primary__double-text::after {
  content: '\a';
  white-space: pre;
}

@media (max-width: 767px) {
  .double-ndulge-container-lp .banner-main__copy-primary__double-text::after {
    content: ' ';
  }
}

.double-ndulge-container-lp .banner-main__copy-primary__ndulgepoints-text {
  font-family: futuralight, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2rem;
  text-transform: uppercase;
  color: #fff;
  display: block;
}

@media (max-width: 767px) {
  .double-ndulge-container-lp .banner-main__copy-primary__ndulgepoints-text {
    font-size: 1.8rem;
    margin-bottom: 0;
    display: inline;
  }
}

.double-ndulge-container-lp .banner-main__copy-primary__first-text {
  font-family: futuralight, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.3rem;
  text-transform: uppercase;
  color: inherit;
}

@media (max-width: 767px) {
  .double-ndulge-container-lp .banner-main__copy-primary__first-text {
    font-size: 1.2rem;
  }
}

@media (max-width: 767px) {
  .double-ndulge-container-lp .banner-main__copy-primary {
    margin: 2rem 0rem 2rem 0rem;
    margin-bottom: auto;
  }
}

.double-ndulge-container-lp .banner-main__copy-secondary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  margin: 2rem 2rem 2rem 0;
}

.double-ndulge-container-lp .banner-main__copy-secondary__points-text {
  font-family: FuturaBook, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 1.2rem;
  text-transform: uppercase;
  margin-bottom: 0.6rem;
}

.double-ndulge-container-lp .banner-main__copy-secondary__star {
  display: inline-block;
  font-size: 2rem;
  margin-bottom: 1rem;
  width: 15%;
}

@media (max-width: 767px) {
  .double-ndulge-container-lp .banner-main__copy-secondary__star {
    width: 8%;
  }
}

.double-ndulge-container-lp .banner-main__copy-secondary__ncentive-text {
  font-family: FuturaBook, "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.2rem;
}

.double-ndulge-container-lp .banner-main__copy-secondary .cta_button {
  background-color: #e42471;
  border: 1px solid #000;
  color: #fff !important;
}

@media (max-width: 767px) {
  .double-ndulge-container-lp .banner-main__copy-secondary {
    margin: 1rem 0rem 1rem 0rem;
  }
}

@media (max-width: 767px) {
  .double-ndulge-container-lp .banner-main {
    background-image: url("../images/Site-Banners/BG-DOUBLE-INDULGE_m.jpg?$staticlink$");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 75vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.clp-banner-new-brands-wk30 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #5e5e5e;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  max-width: 1250px;
  margin: 0 auto 3em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.clp-banner-new-brands-wk30__copy-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1rem;
  margin-bottom: 1rem;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.clp-banner-new-brands-wk30__copy-holder__sub {
  font-size: 2.7rem;
  font-family: Amiri-Italic, "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: lowercase;
  color: #fff;
  margin-right: 0;
  margin-top: 0.6rem;
  margin-bottom: 1rem;
}

.clp-banner-new-brands-wk30__copy-holder__title {
  font-size: 2rem;
  color: #fff;
  font-family: futuralight, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
}

.clp-banner-new-brands-wk30__copy-holder__title span {
  font-family: FuturaBook, "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: block;
  margin-top: 0.6rem;
}

.clp-banner-new-brands-wk30 .cta_button {
  font-family: FuturaBook, "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-top: 0.6rem;
  margin-bottom: 1rem;
}

.banner-new-brands-wk30 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #5e5e5e;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  max-width: 1250px;
  margin: 0 auto 3em;
}

@media (max-width: 767px) {
  .banner-new-brands-wk30 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.banner-new-brands-wk30__copy-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1rem;
  margin-bottom: 1rem;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

@media (max-width: 767px) {
  .banner-new-brands-wk30__copy-holder {
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.banner-new-brands-wk30__copy-holder__sub {
  font-size: 2.7rem;
  font-family: Amiri-Italic, "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: lowercase;
  color: #fff;
  margin-bottom: 0;
  margin-right: 0.8rem;
}

@media (max-width: 767px) {
  .banner-new-brands-wk30__copy-holder__sub {
    margin-right: 0;
    margin-top: 0.6rem;
    margin-bottom: 1rem;
  }
}

.banner-new-brands-wk30__copy-holder__title {
  font-size: 2rem;
  color: #fff;
  font-family: futuralight, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
}

.banner-new-brands-wk30__copy-holder__title span {
  font-family: FuturaBook, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

@media (max-width: 767px) {
  .banner-new-brands-wk30__copy-holder__title span {
    display: block;
    margin-top: 0.6rem;
  }
}

.banner-new-brands-wk30 .cta_button {
  font-family: FuturaBook, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

@media (max-width: 767px) {
  .banner-new-brands-wk30 .cta_button {
    margin-top: 0.6rem;
    margin-bottom: 1rem;
  }
}

.banner-ct-wk39 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f6e0da;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  max-width: 1250px;
  margin: 0 auto 3em;
}

@media (max-width: 767px) {
  .banner-ct-wk39 {
    margin-top: 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.banner-ct-wk39__copy-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1rem;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

@media (max-width: 767px) {
  .banner-ct-wk39__copy-holder {
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.banner-ct-wk39__copy-holder__img {
  width: 20%;
  position: relative;
  margin-left: 6px;
  margin-right: 6px;
}

@media (max-width: 1140px) {
  .banner-ct-wk39__copy-holder__img {
    width: 18%;
  }
}

@media (max-width: 767px) {
  .banner-ct-wk39__copy-holder__img {
    width: 50%;
    margin-right: 0;
    margin-left: 0;
    top: 6px;
  }
}

.banner-ct-wk39__copy-holder__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.2rem;
  color: #000;
  font-family: futuralight, "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  margin-bottom: 0;
  text-align: center;
}

.banner-ct-wk39__copy-holder__title span {
  font-family: FuturaBook, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

@media (max-width: 767px) {
  .banner-ct-wk39__copy-holder__title span {
    display: block;
    margin-top: 0.6rem;
  }
}

@media (max-width: 1140px) {
  .banner-ct-wk39__copy-holder__title {
    font-size: 1rem;
  }
}

@media (max-width: 978px) {
  .banner-ct-wk39__copy-holder__title {
    font-size: 0.9rem;
  }
}

@media (max-width: 767px) {
  .banner-ct-wk39__copy-holder__title {
    font-size: 1.2rem;
    display: block;
    line-height: 1.4;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

.banner-ct-wk39 .cta_button {
  font-family: FuturaBook, "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #000;
  color: #fff !important;
  min-width: 12rem;
  margin-right: 3.2rem;
}

@media (max-width: 767px) {
  .banner-ct-wk39 .cta_button {
    margin-top: 0.6rem;
    margin-bottom: 1rem;
    margin-right: 0;
  }
}

.pdp_section_wk31 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.pdp_section_wk31 .banner-ribbon {
  background-color: #fcd74d;
}

.pdp_section_wk31 .banner-ribbon__message {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-family: futuralight, "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 0;
}

.pdp_section_wk31 .banner-main {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pdp_section_wk31 .banner-main__bg-holder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -10;
  background-color: #e0723d;
}

.pdp_section_wk31 .banner-main__copy-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 2rem auto;
  width: 90%;
  margin-bottom: 1rem;
}

.pdp_section_wk31 .banner-main__copy-holder__text-img {
  width: 50%;
  margin-bottom: 1rem;
}

.pdp_section_wk31 .banner-main__copy-holder__copy {
  text-transform: uppercase;
  font-family: futuralight, "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 100%;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.3;
}

.pdp_section_wk31 .banner-main__copy-holder__copy span {
  font-family: FuturaBook, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.pdp_section_wk31 .terms {
  text-align: center;
  margin-top: 1rem;
  font-size: 0.8rem;
  font-style: italic;
  font-family: futuralight, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.pdp_section_wk31 .terms-link {
  text-decoration: underline;
}

.uk-prom_section_wk31 {
  margin-top: 0.1rem;
  margin-bottom: 1rem;
}

.uk-prom_section_wk31 .banner-ribbon {
  background-color: #fcd74d;
}

.uk-prom_section_wk31 .banner-ribbon__message {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-family: futuralight, "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 0;
}

.uk-prom_section_wk31 .banner-main {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .uk-prom_section_wk31 .banner-main {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.uk-prom_section_wk31 .banner-main__bg-holder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -10;
  background-image: url("../images/Site-Banners/UK_WK31_uk-promotions-bg.jpg?$staticlink$");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.uk-prom_section_wk31 .banner-main__bg-holder--eu {
  background-image: url("../images/Site-Banners/UK_WK31_uk-promotions-bg--eu.jpg?$staticlink$");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.uk-prom_section_wk31 .banner-main__bg-holder--yuan {
  background-image: url("../images/Site-Banners/UK_WK31_uk-promotions-bg--yuan.jpg?$staticlink$");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media (max-width: 767px) {
  .uk-prom_section_wk31 .banner-main__bg-holder {
    background-image: none;
    background-color: #e0723d;
  }
}

.uk-prom_section_wk31 .banner-main__copy-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0.5rem 0;
  width: 50%;
  margin-bottom: 1rem;
  margin-left: 2rem;
}

@media (max-width: 767px) {
  .uk-prom_section_wk31 .banner-main__copy-holder {
    margin-left: 0;
    width: 80%;
  }
}

.uk-prom_section_wk31 .banner-main__copy-holder__text-img {
  width: 85%;
  margin-bottom: 1rem;
}

@media (max-width: 767px) {
  .uk-prom_section_wk31 .banner-main__copy-holder__text-img {
    width: 100%;
  }
}

.uk-prom_section_wk31 .banner-main__copy-holder__copy {
  text-transform: uppercase;
  font-family: futuralight, "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 100%;
  text-align: center;
  font-size: 1.3rem !important;
  line-height: 1.3;
}

.uk-prom_section_wk31 .banner-main__copy-holder__copy span {
  font-family: FuturaBook, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.uk-prom_section_wk31 .terms {
  text-align: center;
  margin-top: 0.2rem;
  font-size: 0.8rem;
  font-style: italic;
  font-family: futuralight, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.uk-prom_section_wk31 .terms-link {
  text-decoration: underline;
}

.pdp_section_wk33 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.pdp_section_wk33 .banner-ribbon {
  background-color: #e6007e;
}

.pdp_section_wk33 .banner-ribbon__message {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-family: futuralight, "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 0;
}

.pdp_section_wk33 .banner-main {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media (max-width: 767px) {
  .pdp_section_wk33 .banner-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.pdp_section_wk33 .banner-main__bg-holder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -10;
  background-image: url("../images/homepage/20_wk33/UK_WK33_SLOT2--gbp.jpg?$staticlink$");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-position: left;
}

.pdp_section_wk33 .banner-main__bg-holder--eu {
  background-image: url("../images/homepage/20_wk33/UK_WK33_SLOT2--eu.jpg?$staticlink$");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-position: left;
}

.pdp_section_wk33 .banner-main__bg-holder--yuan {
  background-image: url("../images/homepage/20_wk33/UK_WK33_SLOT2--yuan.jpg?$staticlink$");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-position: left;
}

.pdp_section_wk33 .banner-main__bg-holder--usd {
  background-image: url("../images/homepage/20_wk33/UK_WK33_SLOT2--usd.jpg?$staticlink$");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-position: left;
}

@media (max-width: 767px) {
  .pdp_section_wk33 .banner-main__bg-holder {
    background: #2da235;
    background-position: top;
  }
  .pdp_section_wk33 .banner-main__bg-holder--eu {
    background: #2da235;
  }
  .pdp_section_wk33 .banner-main__bg-holder--yuan {
    background: #2da235;
  }
  .pdp_section_wk33 .banner-main__bg-holder--usd {
    background: #2da235;
  }
}

.pdp_section_wk33 .banner-main__copy-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
  width: 50%;
  margin-right: 2.5rem;
}

@media (max-width: 767px) {
  .pdp_section_wk33 .banner-main__copy-holder {
    width: 100%;
    margin: 0.9rem 0;
  }
}

.pdp_section_wk33 .banner-main__copy-holder__text-img {
  width: 90%;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

@media (max-width: 767px) {
  .pdp_section_wk33 .banner-main__copy-holder__text-img {
    width: 95%;
    margin-bottom: 0.6rem;
    margin-top: 0.3rem;
  }
}

.pdp_section_wk33 .banner-main__copy-holder__copy {
  font-family: futuralight, "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 75%;
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.3;
}

@media (max-width: 767px) {
  .pdp_section_wk33 .banner-main__copy-holder__copy {
    width: 100%;
    font-size: 1.2rem;
  }
}

.pdp_section_wk33 .banner-main__copy-holder .cta_button {
  background-color: #fff;
  border: none;
  color: #000 !important;
  width: 40%;
  text-align: center;
}

@media (max-width: 767px) {
  .pdp_section_wk33 .banner-main__copy-holder .cta_button {
    width: 48%;
    font-size: 1.2rem;
    margin-top: 0;
  }
}

.pdp_section_wk33 .banner-main__copy-holder__terms {
  text-align: center;
  margin: 0;
  font-size: 0.7rem;
  font-style: italic;
  font-family: futuralight, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #fff;
}

@media (max-width: 767px) {
  .pdp_section_wk33 .banner-main__copy-holder__terms {
    font-size: 0.7rem;
  }
}

.pdp_section_wk33 .banner-main__copy-holder__terms-link {
  text-decoration: underline;
  color: #fff;
}

.pdp-cart_section_wk32_CNY {
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.pdp-cart_section_wk32_CNY .banner-main {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .pdp-cart_section_wk32_CNY .banner-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.pdp-cart_section_wk32_CNY .banner-main__bg-holder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -10;
  background-image: url("../images/homepage/20_wk32/CNY_WK32_SLOT3.jpg?$staticlink$");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media (max-width: 767px) {
  .pdp-cart_section_wk32_CNY .banner-main__bg-holder {
    background-image: url("../images/Site-Banners/CN_Wk32_Singles-pdp-cart-mobile.jpg?$staticlink$");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-position: left;
  }
}

.pdp-cart_section_wk32_CNY .banner-main__copy-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
  width: 55%;
}

@media (max-width: 767px) {
  .pdp-cart_section_wk32_CNY .banner-main__copy-holder {
    width: 100%;
    margin-left: 0;
    margin-top: 0.7rem;
    margin-bottom: 0.7rem;
  }
}

.pdp-cart_section_wk32_CNY .banner-main__copy-holder__sub {
  font-family: futuralight, "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 60%;
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1;
}

@media (max-width: 767px) {
  .pdp-cart_section_wk32_CNY .banner-main__copy-holder__sub {
    width: 100%;
    font-size: 1.7rem;
  }
}

.pdp-cart_section_wk32_CNY .banner-main__copy-holder__title {
  font-family: futuralight, "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 60%;
  color: #fff;
  text-align: center;
  font-size: 2rem;
  line-height: 1;
}

@media (max-width: 767px) {
  .pdp-cart_section_wk32_CNY .banner-main__copy-holder__title {
    width: 100%;
    font-size: 2.7rem;
  }
}

.pdp-cart_section_wk32_CNY .banner-main__copy-holder__copy {
  font-family: futuralight, "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 60%;
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.4;
}

@media (max-width: 767px) {
  .pdp-cart_section_wk32_CNY .banner-main__copy-holder__copy {
    width: 100%;
    font-size: 1.5rem;
  }
}

.pdp-cart_section_wk32_CNY .banner-main__copy-holder .cta_button {
  background-color: #fff;
  border: none;
  color: #e23f59 !important;
  width: 25%;
  text-align: center;
  font-size: 2rem;
  padding: 1.4rem 1rem;
}

@media (max-width: 767px) {
  .pdp-cart_section_wk32_CNY .banner-main__copy-holder .cta_button {
    width: 35%;
    font-size: 1rem;
    padding: 0.4rem 1rem;
  }
}

.pdp-cart_section_wk32_CNY .banner-main__copy-holder .terms {
  text-align: center;
  margin: 1rem 0 0 0;
  font-size: 0.7rem;
  color: #fff;
  font-family: futuralight, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

@media (max-width: 767px) {
  .pdp-cart_section_wk32_CNY .banner-main__copy-holder .terms {
    margin: 1rem 4em 2em 4em;
    font-size: 0.7rem;
  }
}

.pdp-cart_section_wk32_CNY .banner-main__copy-holder .terms-link {
  text-decoration: underline;
  color: #fff !important;
}

.hp_section_wk31 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

@media (max-width: 767px) {
  .hp_section_wk31--secondary {
    display: none;
  }
}

.hp_section_wk31 .banner-ribbon {
  background-color: #fcd74d;
}

@media (max-width: 767px) {
  .hp_section_wk31 .banner-ribbon {
    background-color: #d72c7b;
  }
}

.hp_section_wk31 .banner-ribbon__message {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-family: futuralight, "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 0;
}

.hp_section_wk31 .banner-ribbon__message--mobile {
  display: none;
}

@media (max-width: 767px) {
  .hp_section_wk31 .banner-ribbon__message--mobile {
    display: block;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.2rem;
    font-family: futuralight, "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .hp_section_wk31 .banner-ribbon__message {
    display: none;
  }
}

.hp_section_wk31 .banner-main {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .hp_section_wk31 .banner-main {
    min-height: 90vh;
  }
}

.hp_section_wk31 .banner-main__bg-holder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -10;
  background-image: url("../images/homepage/20_wk31/UK_WK31_SLOT2_A.jpg?$staticlink$");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.hp_section_wk31 .banner-main__bg-holder--eu {
  background-image: url("../images/homepage/20_wk31/UK_WK31_SLOT2_A--eu.jpg?$staticlink$");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.hp_section_wk31 .banner-main__bg-holder--yuan {
  background-image: url("../images/homepage/20_wk31/UK_WK31_SLOT2_A--yuan.jpg?$staticlink$");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media (max-width: 767px) {
  .hp_section_wk31 .banner-main__bg-holder {
    background-image: url("../images/homepage/20_wk31/UK_WK31_SLOT2_A_m.jpg?$staticlink$");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-position: top;
  }
  .hp_section_wk31 .banner-main__bg-holder--eu {
    background-image: url("../images/homepage/20_wk31/UK_WK31_SLOT2_A_m--eu.jpg?$staticlink$");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .hp_section_wk31 .banner-main__bg-holder--yuan {
    background-image: url("../images/homepage/20_wk31/UK_WK31_SLOT2_A_m--yuan.jpg?$staticlink$");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
}

.hp_section_wk31 .banner-main__copy-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 2rem;
  margin-bottom: 2rem;
  margin-top: 2rem;
  width: 40%;
}

@media (max-width: 767px) {
  .hp_section_wk31 .banner-main__copy-holder {
    width: 100%;
    margin-left: 0;
  }
}

.hp_section_wk31 .banner-main__copy-holder__ribbon--mobile {
  display: none;
}

@media (max-width: 767px) {
  .hp_section_wk31 .banner-main__copy-holder__ribbon--mobile {
    display: inline-block;
    background-color: #fcd74d;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    font-size: 0.9rem;
    font-family: futuralight, "Helvetica Neue", Helvetica, Arial, sans-serif;
    width: 80%;
  }
}

.hp_section_wk31 .banner-main__copy-holder__text-img {
  width: 50%;
  margin-bottom: 1rem;
}

@media (max-width: 767px) {
  .hp_section_wk31 .banner-main__copy-holder__text-img {
    width: 65%;
  }
}

.hp_section_wk31 .banner-main__copy-holder__copy {
  text-transform: uppercase;
  font-family: futuralight, "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 50%;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.3;
}

@media (max-width: 767px) {
  .hp_section_wk31 .banner-main__copy-holder__copy {
    width: 80%;
  }
}

.hp_section_wk31 .banner-main__copy-holder__copy span {
  font-family: FuturaBook, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.hp_section_wk31 .banner-main__copy-holder__dual-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  text-align: center;
}

@media (max-width: 767px) {
  .hp_section_wk31 .banner-main__copy-holder__dual-cta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.hp_section_wk31 .banner-main__copy-holder__dual-cta .cta_button {
  background-color: #fff;
  border: 1px solid #000;
  color: #000 !important;
  width: 50%;
}

@media (max-width: 767px) {
  .hp_section_wk31 .banner-main__copy-holder__dual-cta .cta_button {
    width: 58%;
    font-size: 0.9rem;
  }
}

.hp_section_wk31 .banner-main__copy-holder__dual-cta a:nth-child(1) {
  margin-right: 1rem;
}

@media (max-width: 767px) {
  .hp_section_wk31 .banner-main__copy-holder__dual-cta a:nth-child(1) {
    margin-right: 0;
  }
}

.hp_section_wk31_gift-banner__image-text {
  display: block;
  margin: 0 auto;
  width: 25%;
}

@media (max-width: 767px) {
  .hp_section_wk31_gift-banner__image-text {
    display: none;
  }
}

.hp_section_wk31_gift-banner__banner {
  display: block;
  width: 100%;
}

.hp_section_wk31_gift-banner .terms {
  text-align: center;
  margin: 0em 0 2em 0;
  font-size: 0.7rem;
  font-style: italic;
  font-family: futuralight, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

@media (max-width: 767px) {
  .hp_section_wk31_gift-banner .terms {
    margin: 0em 4em 2em 4em;
    font-size: 0.7rem;
  }
}

.hp_section_wk31_gift-banner .terms-link {
  text-decoration: underline;
}

.hp_section_wk33 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.hp_section_wk33 .banner-ribbon {
  background-color: #e6007e;
}

.hp_section_wk33 .banner-ribbon__message {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-family: futuralight, "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 0;
}

.hp_section_wk33 .banner-main {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media (max-width: 767px) {
  .hp_section_wk33 .banner-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.hp_section_wk33 .banner-main__bg-holder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -10;
  background-image: url("../images/homepage/20_wk33/UK_WK33_SLOT2--gbp.jpg?$staticlink$");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.hp_section_wk33 .banner-main__bg-holder--eu {
  background-image: url("../images/homepage/20_wk33/UK_WK33_SLOT2--eu.jpg?$staticlink$");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.hp_section_wk33 .banner-main__bg-holder--yuan {
  background-image: url("../images/homepage/20_wk33/UK_WK33_SLOT2--yuan.jpg?$staticlink$");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.hp_section_wk33 .banner-main__bg-holder--usd {
  background-image: url("../images/homepage/20_wk33/UK_WK33_SLOT2--usd.jpg?$staticlink$");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media (max-width: 767px) {
  .hp_section_wk33 .banner-main__bg-holder {
    background: #2da235;
    background-position: top;
  }
  .hp_section_wk33 .banner-main__bg-holder--eu {
    background: #2da235;
  }
  .hp_section_wk33 .banner-main__bg-holder--yuan {
    background: #2da235;
  }
  .hp_section_wk33 .banner-main__bg-holder--usd {
    background: #2da235;
  }
}

.hp_section_wk33 .banner-main__copy-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 5rem;
  margin-bottom: 2rem;
  margin-top: 2rem;
  width: 55%;
}

@media (max-width: 767px) {
  .hp_section_wk33 .banner-main__copy-holder {
    width: 100%;
    margin-left: 0;
    margin-top: 0.5rem;
  }
}

.hp_section_wk33 .banner-main__copy-holder__mobile-image {
  display: none;
  width: 90%;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

@media (max-width: 767px) {
  .hp_section_wk33 .banner-main__copy-holder__mobile-image {
    display: block;
    margin-top: 0rem;
    margin-right: 24%;
    width: 80%;
  }
}

.hp_section_wk33 .banner-main__copy-holder__text-img {
  width: 90%;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

@media (max-width: 767px) {
  .hp_section_wk33 .banner-main__copy-holder__text-img {
    width: 95%;
  }
}

.hp_section_wk33 .banner-main__copy-holder__copy {
  font-family: futuralight, "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 60%;
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.3;
}

@media (max-width: 767px) {
  .hp_section_wk33 .banner-main__copy-holder__copy {
    width: 100%;
    font-size: 1.2rem;
  }
}

.hp_section_wk33 .banner-main__copy-holder .cta_button {
  background-color: #fff;
  border: none;
  color: #000 !important;
  width: 25%;
  text-align: center;
}

@media (max-width: 767px) {
  .hp_section_wk33 .banner-main__copy-holder .cta_button {
    width: 58%;
    font-size: 1.2rem;
  }
}

.hp_section_wk33 .terms {
  text-align: center;
  margin: 0em 0 2em 0;
  font-size: 0.7rem;
  font-style: italic;
  font-family: futuralight, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

@media (max-width: 767px) {
  .hp_section_wk33 .terms {
    margin: 0em 4em 2em 4em;
    font-size: 0.7rem;
  }
}

.hp_section_wk33 .terms-link {
  text-decoration: underline;
}

.double-ndulge-container {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.double-ndulge-container .banner-ribbon {
  background-color: #a70048;
}

.double-ndulge-container .banner-ribbon__message {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-family: futuralight, "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 0;
}

.double-ndulge-container .banner-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-image: url("../images/Site-Banners/HP-DOUBLE-INDULGE.jpg?$staticlink$");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.double-ndulge-container .banner-main__copy-primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  margin: 2rem 0rem 2rem 3rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.double-ndulge-container .banner-main__copy-primary__enjoy-text {
  font-family: Amiri-Italic, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2.6rem;
  text-transform: lowercase;
  color: inherit;
  margin-bottom: 1.4rem;
}

@media (max-width: 767px) {
  .double-ndulge-container .banner-main__copy-primary__enjoy-text {
    font-size: 1.6rem;
    margin-bottom: 0.4rem;
  }
}

.double-ndulge-container .banner-main__copy-primary__double-text {
  font-family: futuralight, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 3rem;
  text-transform: uppercase;
  color: inherit;
}

@media (max-width: 767px) {
  .double-ndulge-container .banner-main__copy-primary__double-text {
    font-size: 1.8rem;
    margin-bottom: 0.7rem;
  }
}

.double-ndulge-container .banner-main__copy-primary__first-text {
  font-family: futuralight, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  text-transform: uppercase;
  color: inherit;
}

@media (max-width: 767px) {
  .double-ndulge-container .banner-main__copy-primary__first-text {
    font-size: 1.2rem;
  }
}

@media (max-width: 767px) {
  .double-ndulge-container .banner-main__copy-primary {
    margin: 2rem 0rem 2rem 0rem;
    margin-bottom: auto;
  }
}

.double-ndulge-container .banner-main__copy-secondary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  margin: 2rem 3rem 2rem 0;
}

.double-ndulge-container .banner-main__copy-secondary__points-text {
  font-family: FuturaBook, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 1.2rem;
  text-transform: uppercase;
  margin-bottom: 0.6rem;
}

.double-ndulge-container .banner-main__copy-secondary__star {
  display: inline-block;
  font-size: 2rem;
  margin-bottom: 1rem;
  width: 15%;
}

@media (max-width: 767px) {
  .double-ndulge-container .banner-main__copy-secondary__star {
    width: 8%;
  }
}

.double-ndulge-container .banner-main__copy-secondary__ncentive-text {
  font-family: FuturaBook, "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.2rem;
}

.double-ndulge-container .banner-main__copy-secondary .cta_button {
  background-color: #e42471;
  border: 1px solid #000;
  color: #fff !important;
}

@media (max-width: 767px) {
  .double-ndulge-container .banner-main__copy-secondary {
    margin: 1rem 0rem 1rem 0rem;
  }
}

@media (max-width: 767px) {
  .double-ndulge-container .banner-main {
    background-image: url("../images/Site-Banners/BG-DOUBLE-INDULGE_m.jpg?$staticlink$");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 75vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.hp_section_wk32_CNY {
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.hp_section_wk32_CNY .banner-main {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .hp_section_wk32_CNY .banner-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 75vh;
  }
}

.hp_section_wk32_CNY .banner-main__bg-holder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -10;
  background-image: url("../images/homepage/20_wk32/CNY_WK32_SLOT3.jpg?$staticlink$");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media (max-width: 767px) {
  .hp_section_wk32_CNY .banner-main__bg-holder {
    background-image: url("../images/homepage/20_wk32/CNY_WK32_SLOT3_m.jpg?$staticlink$");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-position: top;
  }
}

.hp_section_wk32_CNY .banner-main__copy-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 2rem;
  margin-bottom: 2rem;
  margin-top: 2rem;
  width: 55%;
}

@media (max-width: 767px) {
  .hp_section_wk32_CNY .banner-main__copy-holder {
    width: 100%;
    margin-left: 0;
    margin-top: 0.7rem;
  }
}

.hp_section_wk32_CNY .banner-main__copy-holder__sub {
  font-family: futuralight, "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 60%;
  color: #fff;
  text-align: center;
  font-size: 2.4rem;
  line-height: 1;
}

@media (max-width: 767px) {
  .hp_section_wk32_CNY .banner-main__copy-holder__sub {
    width: 100%;
    font-size: 1.7rem;
  }
}

.hp_section_wk32_CNY .banner-main__copy-holder__title {
  font-family: futuralight, "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 60%;
  color: #fff;
  text-align: center;
  font-size: 4rem;
  line-height: 1;
}

@media (max-width: 767px) {
  .hp_section_wk32_CNY .banner-main__copy-holder__title {
    width: 100%;
    font-size: 2.7rem;
  }
}

.hp_section_wk32_CNY .banner-main__copy-holder__copy {
  font-family: futuralight, "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 60%;
  color: #fff;
  text-align: center;
  font-size: 2.3rem;
  line-height: 1.4;
}

@media (max-width: 767px) {
  .hp_section_wk32_CNY .banner-main__copy-holder__copy {
    width: 100%;
    font-size: 1.5rem;
  }
}

.hp_section_wk32_CNY .banner-main__copy-holder .cta_button {
  background-color: #fff;
  border: none;
  color: #e23f59 !important;
  width: 25%;
  text-align: center;
  font-size: 2rem;
  padding: 1.4rem 1rem;
}

@media (max-width: 767px) {
  .hp_section_wk32_CNY .banner-main__copy-holder .cta_button {
    width: 35%;
    font-size: 1rem;
    padding: 0.4rem 1rem;
  }
}

.hp_section_wk32_CNY .banner-main__copy-holder .terms {
  text-align: center;
  margin: 1rem 0 0 0;
  font-size: 1.1rem;
  color: #fff;
  font-family: futuralight, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

@media (max-width: 767px) {
  .hp_section_wk32_CNY .banner-main__copy-holder .terms {
    margin: 1rem 4em 2em 4em;
    font-size: 0.7rem;
  }
}

.hp_section_wk32_CNY .banner-main__copy-holder .terms-link {
  text-decoration: underline;
  color: #fff !important;
}

.hp_section_wk35 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.hp_section_wk35 .banner-ribbon {
  background-color: #fcd74d;
}

.hp_section_wk35 .banner-ribbon__message {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-family: futuralight, "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 0;
  padding-top: 0.4rem;
  padding-bottom: 0.3rem;
}

@media (max-width: 767px) {
  .hp_section_wk35 .banner-ribbon__message {
    font-size: 1rem;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
  }
}

.hp_section_wk35 .banner-main {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 767px) {
  .hp_section_wk35 .banner-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.hp_section_wk35 .banner-main__outline-holder-a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -10;
  background-color: #000;
  outline: 1px solid #eb3087;
  outline-offset: -0.5rem;
}

.hp_section_wk35 .banner-main__outline-holder-b {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -10;
  background-color: transparent;
  outline: 1px solid #fedb32;
  outline-offset: -1rem;
}

.hp_section_wk35 .banner-main__copy-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80%;
  margin-top: 2.2rem;
}

@media (max-width: 767px) {
  .hp_section_wk35 .banner-main__copy-holder {
    width: 100%;
  }
}

.hp_section_wk35 .banner-main__copy-holder__message {
  font-family: Amiri-Italic, "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  color: #fff;
  font-size: 2rem;
  text-transform: lowercase;
  margin-bottom: 1rem;
}

@media (max-width: 767px) {
  .hp_section_wk35 .banner-main__copy-holder__message {
    font-size: 1.5rem;
    margin-bottom: 0.3rem;
  }
}

.hp_section_wk35 .banner-main__copy-holder__title {
  font-size: 4.1rem;
  line-height: 0.3;
  margin-top: 0.6rem;
  margin-bottom: 0.8rem;
}

.hp_section_wk35 .banner-main__copy-holder__title span:first-child {
  font-family: Amiri-Italic, "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: lowercase;
  color: #eb3087;
  margin-right: 0.5rem;
}

.hp_section_wk35 .banner-main__copy-holder__title span:nth-child(2) {
  font-size: 0.8em;
  font-family: futuralight, "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #fedb32;
}

@media (max-width: 767px) {
  .hp_section_wk35 .banner-main__copy-holder__title {
    font-size: 3.7rem;
    margin-bottom: 0.5rem;
  }
}

.hp_section_wk35 .banner-main__copy-holder__sub {
  font-family: futuralight, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.1rem;
  text-transform: uppercase;
  color: #eb3087;
  margin-bottom: 0.6rem;
}

@media (max-width: 767px) {
  .hp_section_wk35 .banner-main__copy-holder__sub {
    font-size: 1rem;
    margin-bottom: 0rem;
  }
}

.hp_section_wk35 .banner-main__copy-holder__copy {
  font-family: futuralight, "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 100%;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-size: 4rem;
  line-height: 1.3;
}

.hp_section_wk35 .banner-main__copy-holder__copy span:first-child {
  font-family: FuturaBook, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

@media (max-width: 767px) {
  .hp_section_wk35 .banner-main__copy-holder__copy {
    width: 80%;
    font-size: 3.9rem;
    line-height: 1;
  }
  .hp_section_wk35 .banner-main__copy-holder__copy span:nth-child(2) {
    font-size: 0.7em;
    display: block;
  }
}

.hp_section_wk35 .banner-main__copy-holder .cta_button {
  background-color: transparent;
  border: 1px solid #fedb32;
  color: #fedb32 !important;
  width: 15%;
  text-align: center;
  margin-bottom: 2rem;
}

@media (max-width: 767px) {
  .hp_section_wk35 .banner-main__copy-holder .cta_button {
    width: 43%;
    font-size: 1rem;
  }
}

.hp_section_wk35 .terms {
  text-align: center;
  margin: 0em 0 2em 0;
  font-size: 0.7rem;
  font-style: italic;
  font-family: futuralight, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

@media (max-width: 767px) {
  .hp_section_wk35 .terms {
    margin: 0em 4em 2em 4em;
    font-size: 0.7rem;
  }
}

.hp_section_wk35 .terms_link {
  text-decoration: underline;
}

.hp_section_wk33_stocking_fillers {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.hp_section_wk33_stocking_fillers .banner-ribbon {
  background-color: #ffdb23;
}

.hp_section_wk33_stocking_fillers .banner-ribbon__message {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-family: futuralight, "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 0;
}

.hp_section_wk33_stocking_fillers .banner-main {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 767px) {
  .hp_section_wk33_stocking_fillers .banner-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.hp_section_wk33_stocking_fillers .banner-main__bg-holder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -10;
  background-image: url("../images/homepage/20_wk33/UK_WK33_SLOT2--stocking.jpg?$staticlink$");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media (max-width: 767px) {
  .hp_section_wk33_stocking_fillers .banner-main__bg-holder {
    background: #275792;
    background-position: top;
  }
}

.hp_section_wk33_stocking_fillers .banner-main__text-img {
  width: 33rem;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-top: 2rem;
  margin-left: 2rem;
}

@media (max-width: 767px) {
  .hp_section_wk33_stocking_fillers .banner-main__text-img {
    width: 85%;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    margin-left: 0;
  }
}

.hp_section_wk33_stocking_fillers .banner-main__copy-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: auto;
  margin-bottom: 0rem;
  margin-top: 2rem;
  width: 40rem;
}

@media (max-width: 767px) {
  .hp_section_wk33_stocking_fillers .banner-main__copy-holder {
    width: 100%;
    margin-left: 0;
    margin-top: 0.5rem;
  }
}

.hp_section_wk33_stocking_fillers .banner-main__copy-holder__title {
  font-family: FuturaBook, "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 3rem;
  line-height: 1.3;
}

@media (max-width: 767px) {
  .hp_section_wk33_stocking_fillers .banner-main__copy-holder__title {
    width: 100%;
    font-size: 1.6rem;
  }
}

.hp_section_wk33_stocking_fillers .banner-main__copy-holder__copy {
  font-family: futuralight, "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 68%;
  color: #fff;
  text-align: center;
  font-size: 1.1rem;
  line-height: 1.3;
  letter-spacing: 1px;
}

@media (max-width: 767px) {
  .hp_section_wk33_stocking_fillers .banner-main__copy-holder__copy {
    width: 80%;
    font-size: 1rem;
  }
}

.hp_section_wk33_stocking_fillers .banner-main__copy-holder .cta_button {
  background-color: #fff;
  border: none;
  color: #000 !important;
  width: 28%;
  text-align: center;
  margin-top: 1rem;
}

@media (max-width: 767px) {
  .hp_section_wk33_stocking_fillers .banner-main__copy-holder .cta_button {
    width: 50%;
    font-size: 1.2rem;
  }
}

.hp_section_wk33_stocking_fillers .banner-main__copy-holder__terms {
  color: #fff !important;
  margin-top: 3.5rem;
  margin-bottom: 0.7rem;
  margin-right: 128%;
  text-align: center;
  font-size: 1rem;
  font-style: italic;
  font-family: futuralight, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  width: 150%;
}

@media (max-width: 767px) {
  .hp_section_wk33_stocking_fillers .banner-main__copy-holder__terms {
    margin: 0.5rem auto;
    width: 100%;
    font-size: 0.7rem;
  }
}

@media (max-width: 767px) {
  .section_03 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.section_03 .hp_copy_holder {
  -webkit-transform: translate(0, -50%) !important;
          transform: translate(0, -50%) !important;
}

@media (max-width: 767px) {
  .section_03 .hp_copy_holder {
    -webkit-transform: none !important;
            transform: none !important;
    position: absolute;
  }
}

.section_03 .hp_copy_holder a {
  background-color: #fff;
}

.section_03 .hp_slot_03_20_wk31__title {
  text-transform: uppercase;
  font-family: futuralight, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 6em !important;
}

@media (max-width: 767px) {
  .section_03 .hp_slot_03_20_wk31__title {
    font-size: 4em !important;
  }
}

.section_03 .hp_slot_03_20_wk31__sub {
  text-transform: lowercase;
  font-family: Amiri-Italic, "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: block;
  margin-right: 6rem;
}

.section_03 .hp_slot_03_20_wk31__copy {
  font-family: futuralight, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.1rem;
  width: 58%;
  margin: 0 auto;
  display: block;
}

@media (max-width: 767px) {
  .section_03 .hp_slot_03_20_wk31__copy {
    width: 100%;
  }
}

.section_03 .hp_slot_03_20_wk32__title {
  text-transform: uppercase;
  font-family: futuralight, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 6em !important;
}

@media (max-width: 767px) {
  .section_03 .hp_slot_03_20_wk32__title {
    font-size: 4em !important;
  }
}

.section_03 .hp_slot_03_20_wk32__sub {
  text-transform: lowercase;
  font-family: Amiri-Italic, "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: block;
  margin-right: 6rem;
}

.section_03 .hp_slot_03_20_wk32__copy {
  font-family: futuralight, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.1rem;
  width: 58%;
  margin: 0 auto;
  display: block;
}

@media (max-width: 767px) {
  .section_03 .hp_slot_03_20_wk32__copy {
    width: 100%;
  }
}

.section_03 .hp_slot_03_UK_20_wk33__title {
  text-transform: uppercase;
  font-family: futuralight, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 6em !important;
}

@media (max-width: 767px) {
  .section_03 .hp_slot_03_UK_20_wk33__title {
    font-size: 4em !important;
  }
}

.section_03 .hp_slot_03_UK_20_wk33__sub {
  text-transform: lowercase;
  font-family: Amiri-Italic, "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: block;
  margin-right: 8rem;
}

@media (max-width: 767px) {
  .section_03 .hp_slot_03_UK_20_wk33__sub {
    margin-right: 3rem;
  }
}

.section_03 .hp_slot_03_UK_20_wk33__copy {
  font-family: futuralight, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.1rem;
  width: 58%;
  margin: 0 auto;
  display: block;
}

@media (max-width: 767px) {
  .section_03 .hp_slot_03_UK_20_wk33__copy {
    width: 100%;
  }
}

.section_03 .hp_slot_03_US_20_wk33__title {
  text-transform: uppercase;
  font-family: futuralight, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 6em !important;
}

@media (max-width: 767px) {
  .section_03 .hp_slot_03_US_20_wk33__title {
    font-size: 4em !important;
  }
}

.section_03 .hp_slot_03_US_20_wk33__copy {
  font-family: futuralight, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.1rem;
  width: 36%;
  margin: 0 auto;
  display: block;
}

@media (max-width: 767px) {
  .section_03 .hp_slot_03_US_20_wk33__copy {
    width: 100%;
  }
}

.section_03 .hp_slot_03_UK_20_wk34__title {
  text-transform: uppercase;
  font-family: futuralight, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 6em !important;
}

@media (max-width: 767px) {
  .section_03 .hp_slot_03_UK_20_wk34__title {
    font-size: 4em !important;
  }
}

.section_03 .hp_slot_03_UK_20_wk34__sub {
  text-transform: lowercase;
  font-family: Amiri-Italic, "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: block;
  margin-right: 8rem;
}

@media (max-width: 767px) {
  .section_03 .hp_slot_03_UK_20_wk34__sub {
    margin-right: 3rem;
  }
}

.section_03 .hp_slot_03_UK_20_wk34__copy {
  font-family: futuralight, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.1rem;
  width: 58%;
  margin: 0 auto;
  display: block;
}

@media (max-width: 767px) {
  .section_03 .hp_slot_03_UK_20_wk34__copy {
    width: 100%;
  }
}

.section_03 .hp_slot_03_US_20_wk34__title {
  text-transform: uppercase;
  font-family: futuralight, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 6em !important;
  color: #fff !important;
}

@media (max-width: 767px) {
  .section_03 .hp_slot_03_US_20_wk34__title {
    font-size: 4em !important;
  }
}

.section_03 .hp_slot_03_US_20_wk34__sub {
  text-transform: lowercase;
  font-family: Amiri-Italic, "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: block;
  color: #fff;
  font-size: 0.8em;
}

.section_03 .hp_slot_03_US_20_wk34__copy {
  font-family: futuralight, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.1rem;
  width: 50%;
  margin: 0 auto;
  display: block;
  color: #fff !important;
}

@media (max-width: 767px) {
  .section_03 .hp_slot_03_US_20_wk34__copy {
    width: 100%;
  }
}

.section_03 .hp_slot_03_UK_20_wk35__title {
  text-transform: uppercase;
  font-family: futuralight, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 6em !important;
}

@media (max-width: 767px) {
  .section_03 .hp_slot_03_UK_20_wk35__title {
    font-size: 4em !important;
  }
}

.section_03 .hp_slot_03_UK_20_wk35__sub {
  text-transform: lowercase;
  font-family: Amiri-Italic, "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: block;
  margin-right: 8rem;
}

@media (max-width: 767px) {
  .section_03 .hp_slot_03_UK_20_wk35__sub {
    margin-right: 3rem;
  }
}

.section_03 .hp_slot_03_UK_20_wk35__copy {
  font-family: futuralight, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.1rem;
  width: 58%;
  margin: 0 auto;
  display: block;
}

@media (max-width: 767px) {
  .section_03 .hp_slot_03_UK_20_wk35__copy {
    width: 100%;
  }
}

.section_03 .hp_slot_03_US_20_wk35__title {
  text-transform: uppercase;
  font-family: futuralight, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 6em !important;
  color: #000;
}

@media (max-width: 767px) {
  .section_03 .hp_slot_03_US_20_wk35__title {
    font-size: 4em !important;
  }
}

.section_03 .hp_slot_03_US_20_wk35__sub {
  text-transform: lowercase;
  font-family: Amiri-Italic, "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: block;
  margin-right: 17%;
  color: #000;
}

@media (max-width: 767px) {
  .section_03 .hp_slot_03_US_20_wk35__sub {
    margin-right: 3rem;
  }
}

.section_03 .hp_slot_03_US_20_wk35__copy {
  font-family: futuralight, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.1rem;
  width: 58%;
  margin: 0 auto;
  display: block;
  color: #000;
}

@media (max-width: 767px) {
  .section_03 .hp_slot_03_US_20_wk35__copy {
    width: 100%;
  }
}

.section_03 .hp_slot_03_UK_20_wk36__img {
  display: inline-block;
  width: 85%;
}

@media (max-width: 767px) {
  .section_03 .hp_slot_03_UK_20_wk36__img {
    display: none;
  }
}

.section_03 .hp_slot_03_UK_20_wk36__img-m {
  display: none;
}

@media (max-width: 767px) {
  .section_03 .hp_slot_03_UK_20_wk36__img-m {
    display: inline-block;
    width: 75%;
  }
}

.section_03 .hp_slot_03_UK_20_wk36__copy {
  font-family: futuralight, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.1rem;
  width: 45%;
  margin: 0 auto;
  display: block;
  color: #fff;
  margin-top: -1rem;
}

@media (max-width: 767px) {
  .section_03 .hp_slot_03_UK_20_wk36__copy {
    width: 100%;
    color: #000;
    margin-top: 0;
  }
}

.section_03 .hp_slot_03_US_20_wk36__img {
  display: inline-block;
  width: 65%;
  margin-bottom: 0.5rem;
}

@media (max-width: 767px) {
  .section_03 .hp_slot_03_US_20_wk36__img {
    width: 85%;
  }
}

.section_03 .hp_slot_03_US_20_wk36__copy {
  font-family: futuralight, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.1rem;
  width: 45%;
  margin: 0 auto;
  display: block;
  color: #fff;
}

@media (max-width: 767px) {
  .section_03 .hp_slot_03_US_20_wk36__copy {
    width: 100%;
  }
}

.xmas-landing-container .banner-a {
  background-image: url("../images/landingpage/20_wk_30_xmas_landing/LP-XMAS-BANNER_A.jpg?$staticlink$");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border: 5px solid #3b9f4d;
  position: relative;
  min-height: 20rem;
}

.xmas-landing-container .banner-a__copy-holder {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-left: 1.5rem;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.xmas-landing-container .banner-a__copy-holder__beauty-img {
  width: 75%;
}

@media (max-width: 767px) {
  .xmas-landing-container .banner-a__copy-holder__beauty-img {
    width: 80%;
  }
}

.xmas-landing-container .banner-a__copy-holder__copy {
  font-size: 1.1rem;
  font-family: futuralight, "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.4;
}

.xmas-landing-container .banner-a__copy-holder .cta_button {
  padding: 1rem 2rem 1rem;
  border: 1px solid #000;
}

@media (max-width: 767px) {
  .xmas-landing-container .banner-a__copy-holder {
    width: 100%;
    margin-left: 0;
    top: 5%;
    -webkit-transform: none;
            transform: none;
  }
}

@media (max-width: 767px) {
  .xmas-landing-container .banner-a {
    background-image: url("../images/landingpage/20_wk_30_xmas_landing/LP-XMAS-BANNER_A_m.jpg?$staticlink$");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: none;
    background-color: #d72c7b;
  }
}

.xmas-landing-container .xmas-banner-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.xmas-landing-container .xmas-banner-links__item {
  width: 11rem;
}

.xmas-landing-container .xmas-banner-links__item:not(:last-child) {
  margin-right: 1rem;
}

@media (max-width: 767px) {
  .xmas-landing-container .xmas-banner-links__item:not(:last-child) {
    margin-right: 0.5rem;
  }
}

@media (max-width: 767px) {
  .xmas-landing-container .xmas-banner-links__item {
    width: 14rem;
  }
}

@media (max-width: 714px) {
  .xmas-landing-container .xmas-banner-links__item {
    width: 13rem;
  }
}

@media (max-width: 671px) {
  .xmas-landing-container .xmas-banner-links__item {
    width: 12rem;
  }
}

@media (max-width: 622px) {
  .xmas-landing-container .xmas-banner-links__item {
    width: 11rem;
  }
}

@media (max-width: 576px) {
  .xmas-landing-container .xmas-banner-links__item {
    width: 10rem;
  }
}

@media (max-width: 524px) {
  .xmas-landing-container .xmas-banner-links__item {
    width: 9.6rem;
  }
}

@media (max-width: 509px) {
  .xmas-landing-container .xmas-banner-links__item {
    width: 9rem;
  }
}

@media (max-width: 486px) {
  .xmas-landing-container .xmas-banner-links__item {
    width: 8.5rem;
  }
}

@media (max-width: 452px) {
  .xmas-landing-container .xmas-banner-links__item {
    width: 8rem;
  }
}

@media (max-width: 429px) {
  .xmas-landing-container .xmas-banner-links__item {
    width: 7.5rem;
  }
}

@media (max-width: 406px) {
  .xmas-landing-container .xmas-banner-links__item {
    width: 6.5rem;
  }
}

.xmas-landing-container .banner-b {
  position: relative;
  min-height: 24rem;
}

.xmas-landing-container .banner-b__copy-holder {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-left: 1.5rem;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

@media (max-width: 767px) {
  .xmas-landing-container .banner-b__copy-holder {
    height: 95%;
  }
}

.xmas-landing-container .banner-b__copy-holder__heading {
  font-size: 2.7rem;
  font-family: Amiri-Italic, "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: lowercase;
  color: #fff;
}

.xmas-landing-container .banner-b__copy-holder__advent-img {
  width: 90%;
}

.xmas-landing-container .banner-b__copy-holder__copy {
  font-size: 1.1rem;
  font-family: futuralight, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
  width: 50%;
  line-height: 1.4;
}

@media (max-width: 767px) {
  .xmas-landing-container .banner-b__copy-holder__copy {
    margin-bottom: 0;
    margin-top: 0.2rem;
  }
}

.xmas-landing-container .banner-b__copy-holder .cta_button {
  padding: 1rem 2rem 1rem;
  border: 1px solid #000;
  width: 50%;
}

@media (max-width: 767px) {
  .xmas-landing-container .banner-b__copy-holder {
    margin-left: 0;
    width: 100%;
    -webkit-transform: none;
            transform: none;
    top: 4%;
  }
}

.xmas-landing-container .banner-b__bg-holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/landingpage/20_wk_30_xmas_landing/LP-XMAS-BANNER_B.jpg?$staticlink$");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media (max-width: 767px) {
  .xmas-landing-container .banner-b__bg-holder {
    background-image: url("../images/landingpage/20_wk_30_xmas_landing/LP-XMAS-BANNER_B_m.jpg?$staticlink$");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100%;
    top: 45px;
  }
}

@media (max-width: 767px) {
  .xmas-landing-container .banner-b {
    min-height: 90vh;
    background-color: #007ad3;
    overflow: hidden;
  }
}

.xmas-landing-container .xmas-two-more-sleeps .fancy-header::before,
.xmas-landing-container .xmas-two-more-sleeps .fancy-header::after {
  width: 30%;
}

@media (max-width: 767px) {
  .xmas-landing-container .xmas-two-more-sleeps .fancy-header::before,
  .xmas-landing-container .xmas-two-more-sleeps .fancy-header::after {
    width: 0%;
  }
}

.xmas-landing-container .xmas-two-more-sleeps__copy {
  text-align: center;
  font-size: 1.1rem;
  line-height: 1.4;
}

.xmas-landing-container .xmas-two-more-sleeps__iframe-holder {
  text-align: center;
  margin-bottom: 1rem;
}

.xmas-landing-container .xmas-two-more-sleeps__iframe-holder iframe {
  width: 560px;
  height: 315px;
}

@media (max-width: 767px) {
  .xmas-landing-container .xmas-two-more-sleeps__iframe-holder iframe {
    width: 270px;
    height: 200px;
  }
}

.xmas-landing-container .xmas-shop-links {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(150px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  justify-items: center;
  grid-gap: 1rem;
}

.xmas-landing-container .xmas-shop-links__item {
  width: 100%;
  color: #fff !important;
  text-align: center;
  font-size: 1.5rem;
  padding: 1.4rem 2rem 1.4rem;
}

@media (max-width: 767px) {
  .xmas-landing-container .xmas-shop-links__item {
    padding: 1rem 0rem 1rem;
    font-size: 1.3rem;
  }
}

.xmas-landing-container .xmas-shop-links a:nth-child(1) {
  background-color: #d72c7b;
}

.xmas-landing-container .xmas-shop-links a:nth-child(2) {
  background-color: #275792;
}

.xmas-landing-container .xmas-shop-links a:nth-child(3) {
  background-color: #e0723d;
}

.xmas-landing-container .xmas-shop-links a:nth-child(4) {
  background-color: #F5D83E;
}

.xmas-landing-container .xmas-trading-slot {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(320px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  justify-items: center;
  grid-gap: 1rem;
}

.xmas-landing-container .xmas-trading-slot__slot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 100%;
}

.xmas-landing-container .xmas-trading-slot__slot__banner {
  width: 100%;
}

.xmas-landing-container .xmas-trading-slot__slot__text {
  width: 100%;
  font-family: Goldana, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 3.1rem;
  line-height: 0.8;
  margin-bottom: 0.4rem;
  margin-top: 0.8rem;
}

@media (max-width: 767px) {
  .xmas-landing-container .xmas-trading-slot__slot__text {
    font-size: 2.5rem;
  }
}

.xmas-landing-container .xmas-trading-slot__slot__copy {
  font-size: 1.1rem;
  font-family: futuralight, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #052735;
  width: 80%;
  line-height: 1.4;
}

@media (max-width: 767px) {
  .xmas-landing-container .xmas-trading-slot__slot__copy {
    width: 90%;
  }
}

.xmas-landing-container .xmas-trading-slot__slot .cta_button {
  padding: 1rem 2rem 1rem;
  border: 1px solid #052735;
  width: 40%;
  margin-top: 0;
}

@media (max-width: 767px) {
  .xmas-landing-container .xmas-trading-slot__slot .cta_button {
    width: 50%;
  }
}

.xmas-landing-container .xmas-our-ultimate .fancy-header::before,
.xmas-landing-container .xmas-our-ultimate .fancy-header::after {
  width: 55%;
}

@media (max-width: 767px) {
  .xmas-landing-container .xmas-our-ultimate .fancy-header::before,
  .xmas-landing-container .xmas-our-ultimate .fancy-header::after {
    width: 0%;
  }
}

.xmas-landing-container .xmas-our-ultimate__copy {
  text-align: center;
  font-size: 1.1rem;
  line-height: 1.4;
}

.xmas-landing-container .xmas-video-picker-mobile {
  display: none;
}

@media (max-width: 767px) {
  .xmas-landing-container .xmas-video-picker-mobile {
    display: block;
  }
}

.xmas-landing-container .xmas-video-picker-mobile__icon {
  display: block;
  text-transform: uppercase;
  font-family: FuturaBook, "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: absolute;
  margin: 0 auto;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #ffffff;
  font-size: 1.2rem;
}

.xmas-landing-container .xmas-video-picker-mobile .ui-accordion-header {
  text-align: center;
  letter-spacing: 1px;
  font-family: FuturaBook, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #ffffff;
  border-radius: 0;
  position: relative;
}

.xmas-landing-container .xmas-video-picker-mobile .ui-accordion-header:nth-child(1) {
  background: #3b9f4d;
  border: 3px solid #3b9f4d;
}

.xmas-landing-container .xmas-video-picker-mobile .ui-accordion-header:nth-child(3) {
  background: #f3d74d;
  border: 3px solid #F5D83E;
}

.xmas-landing-container .xmas-video-picker-mobile .ui-accordion-header:nth-child(5) {
  background: #e0723d;
  border: 3px solid #e0723d;
}

.xmas-landing-container .xmas-video-picker-mobile .ui-accordion-header:nth-child(7) {
  background: #275792;
  border: 3px solid #275792;
}

.xmas-landing-container .xmas-video-picker-mobile .ui-accordion-header:nth-child(9) {
  background: #d72c7b;
  border: 3px solid #d72c7b;
}

.xmas-landing-container .xmas-video-picker-mobile .ui-accordion-header .ui-accordion-header-icon {
  right: 0.5em;
  left: auto;
}

.xmas-landing-container .xmas-video-picker-mobile .ui-accordion-header span {
  text-transform: none;
  font-family: futuralight, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.xmas-landing-container .xmas-video-picker-mobile .ui-accordion-content {
  border-radius: 0;
  text-align: center;
}

.xmas-landing-container .xmas-video-picker-mobile .ui-accordion-content:nth-child(2) {
  background: rgba(59, 159, 77, 0.3);
  border: 3px solid #3b9f4d;
  margin-bottom: 0.5rem;
}

.xmas-landing-container .xmas-video-picker-mobile .ui-accordion-content:nth-child(4) {
  background: rgba(243, 215, 77, 0.3);
  border: 3px solid #F5D83E;
  margin-bottom: 0.5rem;
}

.xmas-landing-container .xmas-video-picker-mobile .ui-accordion-content:nth-child(6) {
  background: rgba(224, 114, 61, 0.3);
  border: 3px solid #e0723d;
  margin-bottom: 0.5rem;
}

.xmas-landing-container .xmas-video-picker-mobile .ui-accordion-content:nth-child(8) {
  background: rgba(39, 87, 146, 0.3);
  border: 3px solid #275792;
  margin-bottom: 0.5rem;
}

.xmas-landing-container .xmas-video-picker-mobile .ui-accordion-content:nth-child(10) {
  background-color: rgba(215, 44, 123, 0.3);
  border: 3px solid #d72c7b;
}

.xmas-landing-container .xmas-video-picker-mobile .ui-accordion-content iframe {
  width: 560px;
  height: 315px;
}

@media (max-width: 767px) {
  .xmas-landing-container .xmas-video-picker-mobile .ui-accordion-content iframe {
    width: 270px;
    height: 200px;
  }
}

.xmas-landing-container .xmas-video-picker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 767px) {
  .xmas-landing-container .xmas-video-picker {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: none;
  }
}

.xmas-landing-container .xmas-video-picker__icon {
  display: none;
}

@media (max-width: 767px) {
  .xmas-landing-container .xmas-video-picker__icon {
    display: block;
    text-transform: uppercase;
    font-family: FuturaBook, "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: absolute;
    margin: 0 auto;
    right: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    color: #ffffff;
    font-size: 1.2rem;
  }
}

.xmas-landing-container .xmas-video-picker a {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  padding: 0 0.25em;
  display: block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 4.5rem;
}

@media (max-width: 767px) {
  .xmas-landing-container .xmas-video-picker a {
    width: 100%;
    height: 4rem;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}

.xmas-landing-container .xmas-video-picker a[data-brand='#olaplex'] {
  background-color: #3b9f4d;
  border: 3px solid #3b9f4d;
}

.xmas-landing-container .xmas-video-picker a[data-brand='#drunk-elephant'] {
  background-color: #f3d74d;
  border: 3px solid #F5D83E;
}

.xmas-landing-container .xmas-video-picker a[data-brand='#hourglass'] {
  background-color: #e0723d;
  border: 3px solid #e0723d;
}

.xmas-landing-container .xmas-video-picker a[data-brand='#diptyque'] {
  background-color: #275792;
  border: 3px solid #275792;
}

.xmas-landing-container .xmas-video-picker a[data-brand='#charlotte-tilbury'] {
  background-color: #d72c7b;
  border: 3px solid #d72c7b;
}

.xmas-landing-container .xmas-video-picker a:not(:last-child) {
  margin-right: 0.3rem;
}

@media (max-width: 767px) {
  .xmas-landing-container .xmas-video-picker a:not(:last-child) {
    margin-right: 0;
    margin-bottom: 0.3rem;
  }
}

.xmas-landing-container .xmas-video-picker a:first-of-type {
  padding-left: 0;
}

.xmas-landing-container .xmas-video-picker a:last-of-type {
  padding-right: 0;
}

.xmas-landing-container .xmas-video-picker a p {
  text-transform: uppercase;
  font-family: FuturaBook, "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 90%;
  padding: 1em 0;
  color: #ffffff;
  font-size: 0.8rem;
  letter-spacing: 1px;
}

.xmas-landing-container .xmas-video-picker a p span {
  font-family: futuralight, "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: none;
}

@media (max-width: 768px) {
  .xmas-landing-container .xmas-video-picker a p {
    font-size: 1rem;
  }
}

.xmas-landing-container .xmas-videos {
  background-color: #c2e3c8;
  border: 3px solid #3b9f4d;
  padding: 2rem;
  display: block;
}

@media (max-width: 767px) {
  .xmas-landing-container .xmas-videos {
    display: none;
  }
}

.xmas-landing-container .xmas-videos p {
  font-size: 3em;
  margin: 1em auto;
  font-family: FuturaLight, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

@media (max-width: 768px) {
  .xmas-landing-container .xmas-videos p {
    font-size: 2.5em;
  }
}

.xmas-landing-container .xmas-videos iframe {
  width: 560px;
  height: 315px;
}

@media (max-width: 767px) {
  .xmas-landing-container .xmas-videos iframe {
    width: 270px;
    height: 200px;
  }
}

.xmas-landing-container .xmas-videos .hide {
  display: none;
}

.xmas-landing-container .xmas-videos .show {
  display: block;
  text-align: center;
}

.xmas-landing-container .xmas-brands .fancy-header::before,
.xmas-landing-container .xmas-brands .fancy-header::after {
  width: 120%;
}

@media (max-width: 767px) {
  .xmas-landing-container .xmas-brands .fancy-header::before,
  .xmas-landing-container .xmas-brands .fancy-header::after {
    width: 0%;
    margin-top: 0.5rem;
  }
}

.xmas-landing-container .xmas-brands .xmas-brands-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.xmas-landing-container .xmas-brands .xmas-brands-container__brand {
  width: 12rem;
}

.xmas-landing-container .xmas-brands .xmas-brands-container__brand:not(:last-child) {
  margin-right: 1rem;
}

@media (max-width: 767px) {
  .xmas-landing-container .xmas-brands .xmas-brands-container__brand:not(:last-child) {
    margin-right: 0.2rem;
  }
}

@media (max-width: 767px) {
  .xmas-landing-container .xmas-brands .xmas-brands-container__brand {
    width: 6rem;
  }
}

.xmas-landing-container .xmas-inside-space {
  background-color: #f6f6f6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.xmas-landing-container .xmas-inside-space__copy-primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
  text-align: center;
}

.xmas-landing-container .xmas-inside-space__copy-primary__logo {
  width: 60%;
  margin-bottom: 1rem;
}

@media (max-width: 767px) {
  .xmas-landing-container .xmas-inside-space__copy-primary__logo {
    margin-top: 2rem;
  }
}

.xmas-landing-container .xmas-inside-space__copy-primary__copy {
  font-size: 1.1rem;
  font-family: futuralight, "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 60%;
  line-height: 1.4;
}

@media (max-width: 767px) {
  .xmas-landing-container .xmas-inside-space__copy-primary__copy {
    width: 80%;
  }
}

.xmas-landing-container .xmas-inside-space__copy-primary .cta_button {
  background-color: transparent !important;
  padding: 1rem 2rem 1rem;
  border: 1px solid #000;
  width: 50%;
  margin-top: 0;
}

@media (max-width: 767px) {
  .xmas-landing-container .xmas-inside-space__copy-primary {
    width: 100%;
  }
}

.xmas-landing-container .xmas-inside-space__copy-secondary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 50%;
}

.xmas-landing-container .xmas-inside-space__copy-secondary__banner {
  width: 80%;
  margin-top: 2rem;
}

@media (max-width: 767px) {
  .xmas-landing-container .xmas-inside-space__copy-secondary__banner {
    width: 100%;
  }
}

.xmas-landing-container .xmas-inside-space__copy-secondary__header {
  font-size: 1.5rem;
  text-transform: uppercase;
  font-family: futuralight, "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 90%;
  margin-top: 1rem;
  line-height: 1;
}

.xmas-landing-container .xmas-inside-space__copy-secondary__copy {
  font-size: 1.1rem;
  font-family: futuralight, "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 80%;
  line-height: 1.4;
}

.xmas-landing-container .xmas-inside-space__copy-secondary .cta_button {
  padding: 1rem 2rem 1rem;
  border: none;
  width: 50%;
  text-decoration: underline;
  background-color: transparent;
}

@media (max-width: 767px) {
  .xmas-landing-container .xmas-inside-space__copy-secondary .cta_button {
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #000;
  }
}

@media (max-width: 767px) {
  .xmas-landing-container .xmas-inside-space__copy-secondary {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .xmas-landing-container .xmas-inside-space {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.xmas-landing-container .xmas-helpdesk {
  background-color: #e0723d;
  border: 5px solid #275792;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.xmas-landing-container .xmas-helpdesk__copy-primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  text-align: center;
}

.xmas-landing-container .xmas-helpdesk__copy-primary__text {
  width: 70%;
  margin-top: 2rem;
}

@media (max-width: 767px) {
  .xmas-landing-container .xmas-helpdesk__copy-primary__text {
    width: 90%;
  }
}

.xmas-landing-container .xmas-helpdesk__copy-primary__copy {
  font-size: 1.1rem;
  font-family: futuralight, "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 90%;
  margin-top: 0.75rem;
  line-height: 1.4;
}

.xmas-landing-container .xmas-helpdesk__copy-primary .cta_button {
  padding: 1rem 2rem 1rem;
  border: 1px solid #000;
  width: 25%;
}

@media (max-width: 767px) {
  .xmas-landing-container .xmas-helpdesk__copy-primary .cta_button {
    width: 60%;
  }
}

.xmas-landing-container .xmas-helpdesk__copy-secondary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: center;
  width: 100%;
  padding: 0 4rem 0rem 4rem;
}

@media (max-width: 767px) {
  .xmas-landing-container .xmas-helpdesk__copy-secondary {
    margin-top: 2rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.xmas-landing-container .xmas-helpdesk__copy-secondary__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1rem;
}

.xmas-landing-container .xmas-helpdesk__copy-secondary__item__image {
  width: 100%;
}

.xmas-landing-container .xmas-helpdesk__copy-secondary__item__text {
  font-size: 1.1rem;
  font-family: futuralight, "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 100%;
  margin-top: 0.75rem;
  line-height: 1.4;
}

@media (max-width: 767px) {
  .xmas-landing-container .xmas-helpdesk__copy-secondary__item {
    width: 10rem;
  }
}

@media (max-width: 767px) {
  .xmas-landing-container .xmas-helpdesk__copy-secondary {
    padding: 0;
  }
}

.xmas-helpdesk-container .xmas-helpdesk {
  background-color: #e0723d;
  border: 5px solid #3b9f4d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.xmas-helpdesk-container .xmas-helpdesk__copy-primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  text-align: center;
}

.xmas-helpdesk-container .xmas-helpdesk__copy-primary__text {
  width: 60%;
  margin-top: 2rem;
}

@media (max-width: 767px) {
  .xmas-helpdesk-container .xmas-helpdesk__copy-primary__text {
    width: 90%;
  }
}

.xmas-helpdesk-container .xmas-helpdesk__copy-primary__copy {
  font-size: 1.1rem;
  font-family: futuralight, "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 50%;
  margin-top: 0.75rem;
  line-height: 1.4;
}

@media (max-width: 767px) {
  .xmas-helpdesk-container .xmas-helpdesk__copy-primary__copy {
    width: 70%;
  }
}

.xmas-helpdesk-container .xmas-helpdesk-infobox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1rem;
}

.xmas-helpdesk-container .xmas-helpdesk-infobox__hours {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 1rem;
  background-color: #F5D83E;
  border: 5px solid #d72c7b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.xmas-helpdesk-container .xmas-helpdesk-infobox__hours__text {
  width: 70%;
  margin-top: 3rem;
  margin-bottom: 1rem;
}

@media (max-width: 767px) {
  .xmas-helpdesk-container .xmas-helpdesk-infobox__hours__text {
    width: 90%;
    margin-top: 1.3rem;
  }
}

.xmas-helpdesk-container .xmas-helpdesk-infobox__hours__copy {
  font-size: 1.1rem;
  font-family: futuralight, "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 60%;
  margin-top: 0.75rem;
  line-height: 1.4;
  color: #000;
  margin-bottom: auto;
  text-align: center;
}

@media (max-width: 767px) {
  .xmas-helpdesk-container .xmas-helpdesk-infobox__hours__copy {
    width: 80%;
  }
}

.xmas-helpdesk-container .xmas-helpdesk-infobox__hours .cta_button {
  padding: 1rem 2rem 1rem;
  border: 1px solid #000;
  margin-bottom: 2rem;
}

@media (max-width: 767px) {
  .xmas-helpdesk-container .xmas-helpdesk-infobox__hours {
    margin-right: 0;
    margin-bottom: 1rem;
  }
}

.xmas-helpdesk-container .xmas-helpdesk-infobox__refunds {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #275792;
  border: 5px solid #e0723d;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.xmas-helpdesk-container .xmas-helpdesk-infobox__refunds__text {
  width: 70%;
  margin-top: 3rem;
  margin-bottom: 1rem;
}

@media (max-width: 767px) {
  .xmas-helpdesk-container .xmas-helpdesk-infobox__refunds__text {
    width: 90%;
    margin-top: 1.3rem;
  }
}

.xmas-helpdesk-container .xmas-helpdesk-infobox__refunds__copy {
  font-size: 1.1rem;
  font-family: futuralight, "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 60%;
  margin-top: 0.75rem;
  line-height: 1.4;
  color: #fff;
  margin-bottom: auto;
  text-align: center;
}

@media (max-width: 767px) {
  .xmas-helpdesk-container .xmas-helpdesk-infobox__refunds__copy {
    width: 80%;
  }
}

.xmas-helpdesk-container .xmas-helpdesk-infobox__refunds .cta_button {
  padding: 1rem 2rem 1rem;
  border: 1px solid #000;
  margin-bottom: 2rem;
}

@media (max-width: 767px) {
  .xmas-helpdesk-container .xmas-helpdesk-infobox {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.xmas-helpdesk-container .xmas-giftcards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.xmas-helpdesk-container .xmas-giftcards__banner-image {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 50%;
}

@media (max-width: 767px) {
  .xmas-helpdesk-container .xmas-giftcards__banner-image {
    width: 100%;
  }
}

.xmas-helpdesk-container .xmas-giftcards__banner {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #d72c7b;
  border: 5px solid #275792;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 20vh;
}

.xmas-helpdesk-container .xmas-giftcards__banner__text {
  width: 55%;
  margin-top: 3rem;
  margin-bottom: 1rem;
}

@media (max-width: 767px) {
  .xmas-helpdesk-container .xmas-giftcards__banner__text {
    margin-top: 1.3rem;
  }
}

.xmas-helpdesk-container .xmas-giftcards__banner__copy {
  font-size: 1.1rem;
  font-family: futuralight, "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 60%;
  margin-top: 0.75rem;
  line-height: 1.4;
  color: #000;
  text-align: center;
}

@media (max-width: 767px) {
  .xmas-helpdesk-container .xmas-giftcards__banner__copy {
    width: 80%;
  }
}

.xmas-helpdesk-container .xmas-giftcards__banner .cta_button {
  padding: 1rem 2rem 1rem;
  border: 1px solid #000;
  margin-bottom: 2rem;
}

@media (max-width: 767px) {
  .xmas-helpdesk-container .xmas-giftcards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.xmas-helpdesk-container .xmas-get-in-touch {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.xmas-helpdesk-container .xmas-get-in-touch__text {
  width: 27%;
  margin-top: 3rem;
  margin-bottom: 1rem;
}

@media (max-width: 767px) {
  .xmas-helpdesk-container .xmas-get-in-touch__text {
    width: 65%;
  }
}

.xmas-helpdesk-container .xmas-get-in-touch__copy {
  font-size: 1.1rem;
  font-family: futuralight, "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 55%;
  margin-top: 0.75rem;
  line-height: 1.4;
  color: #000;
  text-align: center;
}

@media (max-width: 767px) {
  .xmas-helpdesk-container .xmas-get-in-touch__copy {
    width: 80%;
  }
}

.xmas-helpdesk-container .xmas-get-in-touch .cta_button {
  padding: 1rem 2rem 1rem;
  border: 1px solid #000;
  margin-bottom: 0;
}

.xmas-helpdesk-container .xmas-helpdesk-icons {
  background-color: #e0723d;
  border: 5px solid #275792;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.xmas-helpdesk-container .xmas-helpdesk-icons__copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: center;
  width: 100%;
  padding: 0 4rem 0rem 4rem;
}

@media (max-width: 767px) {
  .xmas-helpdesk-container .xmas-helpdesk-icons__copy {
    margin-top: 2rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.xmas-helpdesk-container .xmas-helpdesk-icons__copy__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1rem;
}

.xmas-helpdesk-container .xmas-helpdesk-icons__copy__item__image {
  width: 100%;
}

.xmas-helpdesk-container .xmas-helpdesk-icons__copy__item__text {
  font-size: 1.1rem;
  font-family: futuralight, "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 100%;
  margin-top: 0.75rem;
  line-height: 1.4;
}

@media (max-width: 767px) {
  .xmas-helpdesk-container .xmas-helpdesk-icons__copy__item {
    width: 10rem;
  }
}

@media (max-width: 767px) {
  .xmas-helpdesk-container .xmas-helpdesk-icons__copy {
    padding: 0;
  }
}

.ct-foundation-banner .background-holder {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("images/landingpage/20_wk32_ct_foundations/ct_foundation_bg.jpg?$staticlink$");
  display: block;
  padding-top: 30%;
  width: 100%;
}

.ct-foundation-banner .copy-holder {
  position: absolute;
  margin: 0 auto;
  left: 0;
  top: 67%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 80%;
  padding: 1em 0;
  z-index: 2;
}

.ct-foundation-banner .copy-holder .heading {
  font-size: 4em;
  color: #c26661;
  font-family: futuralight, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.ct-foundation-banner .copy-holder .text {
  font-family: futuralight, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000;
  font-size: 1.6em;
  white-space: pre-line;
}

nav.shade-picker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

nav.shade-picker li {
  width: 10%;
  position: relative;
}

nav.shade-picker li p {
  position: absolute;
  margin: 0 auto;
  left: 0;
  top: 67%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 80%;
  padding: 1em 0;
}

.lp-delivery__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #000;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2rem;
  font-family: futuralight, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

@media (max-width: 767px) {
  .lp-delivery__header {
    background-color: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1rem;
  }
}

.lp-delivery__header__title {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.7rem;
  margin-left: 1rem;
  margin-right: auto;
}

@media (max-width: 767px) {
  .lp-delivery__header__title {
    font-size: 1.5rem;
    margin: 0;
    text-align: center;
    line-height: 1;
  }
}

.lp-delivery__header__dropdown {
  position: relative;
  display: inline-block;
  width: 25rem;
}

@media (max-width: 767px) {
  .lp-delivery__header__dropdown {
    width: 19rem;
    margin-top: 1rem;
    display: none;
  }
}

.lp-delivery__header__dropdown--mobile {
  display: none;
}

@media (max-width: 767px) {
  .lp-delivery__header__dropdown--mobile {
    display: block;
    margin: 1rem auto;
  }
}

.lp-delivery__header__dropdown__btn {
  background-color: #fff;
  color: #000;
  padding: 10px;
  font-size: 1.2rem;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  text-align: left;
  width: 100%;
  font-family: FuturaBook, "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.lp-delivery__header__dropdown__btn--hover {
  background-color: #f6f6f6;
}

@media (max-width: 767px) {
  .lp-delivery__header__dropdown__btn {
    font-size: 1rem;
    border: 1px solid #f6f6f6;
  }
}

.lp-delivery__header__dropdown__content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 100%;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  font-size: 1.2rem;
}

.lp-delivery__header__dropdown__content--hover {
  display: block;
}

.lp-delivery__header__dropdown__content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-transform: uppercase;
}

.lp-delivery__header__dropdown__content a:hover {
  background-color: #f6f6f6;
}

.lp-delivery__information__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: futuralight, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.2rem !important;
  padding: 2rem 0;
}

.lp-delivery__information__row:not(:last-child) {
  border-bottom: 3px solid #b1b1b1;
}

@media (max-width: 767px) {
  .lp-delivery__information__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.lp-delivery__information__row__delivery-type {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  width: 50%;
  padding-right: 2rem;
}

@media (max-width: 767px) {
  .lp-delivery__information__row__delivery-type {
    padding: 0;
    text-align: center;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 100%;
    position: relative;
    margin-bottom: 1rem;
  }
  .lp-delivery__information__row__delivery-type:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 50%;
    height: 3px;
    background-color: #f6f6f6;
    z-index: 0;
  }
}

.lp-delivery__information__row__delivery-type__type {
  text-transform: uppercase;
  font-family: FuturaBook, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: inherit !important;
}

@media (max-width: 767px) {
  .lp-delivery__information__row__delivery-type__type {
    margin-bottom: 1rem;
  }
}

.lp-delivery__information__row__delivery-type__info {
  font-size: inherit !important;
  font-family: futuralight, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  line-height: 1.4 !important;
}

.lp-delivery__information__row__delivery-price {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}

@media (max-width: 767px) {
  .lp-delivery__information__row__delivery-price {
    position: relative;
    margin-bottom: 2rem;
  }
  .lp-delivery__information__row__delivery-price:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 50%;
    height: 3px;
    background-color: #f6f6f6;
    z-index: 0;
  }
}

.lp-delivery__information__row__delivery-price__price {
  font-family: FuturaBook, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: inherit !important;
}

.lp-delivery__information__row__delivery-price__info {
  font-size: inherit !important;
  font-family: futuralight, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  line-height: 1.4 !important;
}

.lp-delivery__information__row__delivery-extra-info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}

@media (max-width: 767px) {
  .lp-delivery__information__row__delivery-extra-info {
    position: relative;
    margin-bottom: 2rem;
  }
  .lp-delivery__information__row__delivery-extra-info:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 50%;
    height: 3px;
    background-color: #f6f6f6;
    z-index: 0;
  }
}

.lp-delivery__information__row__delivery-extra-info__title {
  text-transform: uppercase;
  font-family: FuturaBook, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: inherit !important;
}

.lp-delivery__information__row__delivery-extra-info__times {
  font-size: inherit !important;
  font-family: futuralight, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  line-height: 1.4 !important;
}

.lp-faq__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #000;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2rem;
  font-family: futuralight, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

@media (max-width: 767px) {
  .lp-faq__header {
    padding: 1rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.lp-faq__header__title {
  color: #fff;
  text-transform: uppercase;
  font-size: 2rem;
  margin-left: 1rem;
}

@media (max-width: 767px) {
  .lp-faq__header__title {
    font-size: 1.5rem;
    line-height: 1;
    text-align: center;
  }
}

.lp-faq__questions__row {
  font-family: futuralight, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.2rem !important;
  padding: 2rem 0;
  border-bottom: 3px solid #b1b1b1;
}

@media (max-width: 767px) {
  .lp-faq__questions__row {
    text-align: center;
    border-bottom: 3px solid #f6f6f6;
  }
}

.lp-faq__questions__row__question {
  text-transform: uppercase;
  font-family: FuturaBook, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: inherit !important;
  line-height: 1.4 !important;
}

.lp-faq__questions__row__answer {
  font-size: inherit !important;
  font-family: futuralight, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  line-height: 1.4 !important;
}

.lp-faq__helpdesk {
  background-color: #f6f6f6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.4rem;
  margin-top: 1rem;
}

.lp-faq__helpdesk__copy {
  text-align: center;
  font-size: 1.2rem !important;
}

.lp-faq__helpdesk .cta_button {
  padding: 1rem 2rem 1rem;
  border: 1px solid #000;
  background: transparent;
  letter-spacing: 1px;
}

.lp-postcode-lookup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.lp-postcode-lookup__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: futuralight, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  background-color: #fff;
  width: 65%;
  padding: 2rem 3rem;
}

@media (max-width: 767px) {
  .lp-postcode-lookup__block {
    width: 90%;
    padding: 1rem 0rem;
  }
}

.lp-postcode-lookup__block__header {
  text-transform: uppercase;
  color: #69a0ba;
  font-size: 3rem;
  text-align: center;
  width: 76%;
  line-height: 1.1;
  font-family: futuralight, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

@media (max-width: 767px) {
  .lp-postcode-lookup__block__header {
    width: 100%;
    font-size: 2rem;
  }
}

.lp-postcode-lookup__block__copy-a {
  font-size: 1rem !important;
  text-align: center;
  margin-top: 1rem;
  width: 75%;
  font-family: futuralight, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  letter-spacing: 1px;
  line-height: 1.4 !important;
  margin-top: 0;
}

@media (max-width: 767px) {
  .lp-postcode-lookup__block__copy-a {
    width: 85%;
  }
}

.lp-postcode-lookup__block__copy-b {
  font-size: 1rem !important;
  text-align: center;
  width: 55%;
  font-family: futuralight, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  letter-spacing: 1px;
  line-height: 1.4 !important;
}

@media (max-width: 767px) {
  .lp-postcode-lookup__block__copy-b {
    width: 85%;
  }
}

.lp-postcode-lookup__block__form {
  width: 85%;
}

.lp-postcode-lookup__block__form__input {
  width: 100%;
  padding: 1.1rem 2rem 1.1rem !important;
  border: 1px solid #000;
  text-align: center;
  margin-bottom: 0.5rem;
  font-style: 1.2rem;
  letter-spacing: 1px;
}

.lp-postcode-lookup__block__form__input::-webkit-input-placeholder {
  color: #b1b1b1;
  font-size: 1rem;
  font-style: italic;
}

.lp-postcode-lookup__block__form__input:-ms-input-placeholder {
  color: #b1b1b1;
  font-size: 1rem;
  font-style: italic;
}

.lp-postcode-lookup__block__form__input::-ms-input-placeholder {
  color: #b1b1b1;
  font-size: 1rem;
  font-style: italic;
}

.lp-postcode-lookup__block__form__input::placeholder {
  color: #b1b1b1;
  font-size: 1rem;
  font-style: italic;
}

.lp-postcode-lookup__block__form__button, .lp-postcode-lookup__block__form__button:link, .lp-postcode-lookup__block__form__button:visited {
  font-size: 1rem;
  width: 100%;
  padding: 0.7rem 2rem 0.7rem;
  color: #fff;
  background-color: #69a0ba;
  text-transform: uppercase;
  font-family: futuralight, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.lp-postcode-lookup__block__result {
  font-size: 1rem !important;
  text-align: center;
  font-family: futuralight, "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-top: 1rem;
}

.lp-postcode-lookup__block__result span {
  font-family: FuturaBook, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

@media (max-width: 767px) {
  .lp-postcode-lookup__block__result {
    width: 80%;
  }
}

.lp-postcode-lookup__block__cta {
  font-size: 1rem;
  padding: 0.7rem 2rem 0.7rem;
  color: #fff !important;
  background-color: #69a0ba;
  text-transform: uppercase;
  font-family: futuralight, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  margin-top: 0.6rem;
}

.lp-postcode-lookup__block__terms {
  text-align: center;
  margin: 0em 0 2em 0;
  font-size: 1rem !important;
  font-style: italic !important;
  width: 90%;
  margin-top: 1rem;
}

.lp-postcode-lookup__block__terms a {
  text-decoration: underline !important;
}

@media (max-width: 767px) {
  .lp-postcode-lookup__block__terms {
    width: 95%;
  }
}
</pre></body></html>