﻿.pdct-navigation {
  display: none;
}
@media (min-width: 768px) {
  .pdct-navigation {
    display: block;
    background-color: #BBAC78;
  }
}

.pdct-navigation__container {
  display: table;
  table-layout: fixed;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

.pdct-navigation__item {
  display: table-cell;
  width: 2%;
  vertical-align: middle;
}

.pdct-navigation__link {
  padding: 20px 0;
  display: block;
  width: 100%;
  font-size: 0.8em;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  text-align: center;
  color: #FFFFFF;
}

.pdct-navigation__link:hover {
  background-color: rgb(169.9162561576, 151.1477832512, 86.0837438424);
}

.pdct-section {
  font-size: 0.8em;
}
@media (min-width: 768px) {
  .pdct-section {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 1em;
  }
}

.pdct-section__inner {
  *zoom: 1;
}
.pdct-section__inner:before, .pdct-section__inner:after {
  content: " ";
  display: table;
}
.pdct-section__inner:after {
  clear: both;
}
@media (min-width: 768px) {
  .pdct-section__inner {
    padding: 40px 10px;
  }
}
@media (min-width: 960px) {
  .pdct-section__inner {
    padding: 80px 20px;
  }
}

.pdct-section__column {
  *zoom: 1;
}
.pdct-section__column:before, .pdct-section__column:after {
  content: " ";
  display: table;
}
.pdct-section__column:after {
  clear: both;
}
@media (min-width: 768px) {
  .pdct-section__column {
    float: left;
    width: 50%;
  }
}

@media (min-width: 768px) {
  .pdct-section__column--solo-left {
    margin-right: 50%;
  }
}

@media (min-width: 768px) {
  .pdct-section__column--solo-right {
    margin-left: 50%;
  }
}

.pdct-section__column--full {
  *zoom: 1;
}
.pdct-section__column--full:before, .pdct-section__column--full:after {
  content: " ";
  display: table;
}
.pdct-section__column--full:after {
  clear: both;
}
@media (min-width: 768px) {
  .pdct-section__column--full {
    float: none;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
  }
}

.pdct-section__container {
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .pdct-section__container {
    max-width: 480px;
    margin: none;
  }
}

@media (min-width: 768px) {
  .pdct-section__container--left {
    float: right;
  }
}

@media (min-width: 768px) {
  .pdct-section__container--right {
    float: left;
  }
}

@media (min-width: 768px) {
  .pdct-section__container--wide {
    max-width: 600px;
  }
}

@media (min-width: 768px) {
  .pdct-section__container--full {
    max-width: 100%;
  }
}

.pdct-section__divider {
  border-bottom-width: 5px;
  border-bottom-style: solid;
  border-bottom-color: #BBAC78;
  text-align: center;
}
@media (min-width: 960px) {
  .pdct-section__divider {
    border-bottom-width: 10px;
  }
}

.pdct-section__scroll {
  display: inline-block;
  padding: 5px 10px;
  background-color: #BBAC78;
  font-family: "Lato", arial, sans-serif;
  font-size: 1.1em;
  font-weight: 400;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: #FFFFFF;
}
@media (min-width: 960px) {
  .pdct-section__scroll {
    padding: 10px 20px;
  }
}

.pdct-section__scroll::after {
  display: block;
  font-family: "tweicons";
  content: "\e932";
}

.pdct-image {
  display: none;
  padding: 0 10px;
}
@media (min-width: 960px) {
  .pdct-image {
    padding: 0 20px;
  }
}
@media (min-width: 768px) {
  .pdct-image {
    display: block;
  }
}

.pdct-content {
  background-color: #FFFFFF;
  text-align: center;
}

.pdct-content--transparent {
  background: none;
}

.pdct-content__container {
  padding: 10px;
  max-width: 450px;
  margin: 0 auto;
}
@media (min-width: 960px) {
  .pdct-content__container {
    padding: 20px;
  }
}
@media (min-width: 768px) {
  .pdct-content__container {
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .pdct-content__mobile-header {
    display: none;
  }
}

.pdct-content__logo {
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}

.pdct-content__title {
  padding: 5px;
  display: block;
  margin: 1em 0;
  background-color: #BBAC78;
  font-family: "Lato", arial, sans-serif;
  font-size: 1.4em;
  font-weight: 400;
  letter-spacing: 0.11em;
  line-height: 1.25;
  text-transform: uppercase;
  color: #FFFFFF;
}
@media (min-width: 960px) {
  .pdct-content__title {
    padding: 10px;
  }
}

.pdct-content__title-alt {
  font-weight: 300;
}

.pdct-content__image {
  width: auto;
  max-width: 100%;
  float: left;
  margin-right: 10px;
}
@media (min-width: 960px) {
  .pdct-content__image {
    margin-right: 20px;
  }
}

.pdct-content__divider {
  display: block;
  position: relative;
  width: 100%;
  height: 1px;
  margin: 12px 0;
  background-color: #b3b3b3;
}
@media (min-width: 960px) {
  .pdct-content__divider {
    margin: 22px 0;
  }
}

.pdct-content__divider::before {
  display: block;
  position: absolute;
  top: -2px;
  left: 50%;
  width: 9px;
  height: 5px;
  margin-left: -4px;
  border-left: 1px solid #b3b3b3;
  border-right: 1px solid #b3b3b3;
  background-color: #FFFFFF;
  content: "";
  z-index: 1;
}

.pdct-content__divider::after {
  display: block;
  position: absolute;
  top: -2px;
  left: 50%;
  width: 5px;
  height: 5px;
  margin-left: -2px;
  border: 1px solid #b3b3b3;
  content: "";
  z-index: 2;
}

.pdct-content__heading {
  font-family: "Lato", arial, sans-serif;
  font-size: 1.9em;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1.25;
  text-transform: uppercase;
  color: #BBAC78;
}

.pdct-content__heading--sub {
  font-size: 1.1em;
  line-height: 1.8;
  color: #000000;
}

.pdct-content__heading--space-top {
  margin-top: 1em;
}

.pdct-content__heading-alt {
  font-weight: 400;
}

.pdct-content__heading-highlight {
  color: #BBAC78;
}

.pdct-content__copy {
  font-family: "Droid Serif", times, serif;
  font-size: 1.2em;
  font-style: italic;
  line-height: 1.7;
  color: #4f4841;
}

.pdct-content__highlight {
  font-family: "Lato", arial, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1.4;
  text-transform: uppercase;
  color: #000000;
}

.pdct-intro {
  *zoom: 1;
  margin-top: 1em;
}
.pdct-intro:before, .pdct-intro:after {
  content: " ";
  display: table;
}
.pdct-intro:after {
  clear: both;
}

.pdct-intro__image {
  display: block;
  float: left;
  width: 35%;
}

.pdct-intro__copy {
  float: left;
  width: 65%;
  padding-left: 10px;
  font-size: 1.4em;
  font-weight: 700;
  letter-spacing: 0.11em;
  line-height: 1.3;
  text-transform: uppercase;
  color: #BBAC78;
}
@media (min-width: 960px) {
  .pdct-intro__copy {
    padding-left: 20px;
  }
}

.pdct-intro__large {
  font-size: 2.8em;
  line-height: 1;
}

.pdct-intro__thin {
  font-weight: 400;
}

.pdct-intro__highlight {
  color: rgb(204.0837438424, 192.8522167488, 153.9162561576);
}

.pdct-intro__box {
  padding: 10px;
  display: block;
  margin-top: 10px;
  background-color: #F0F0F0;
}
@media (min-width: 960px) {
  .pdct-intro__box {
    padding: 20px;
  }
}

.pdct-button {
  display: inline-block;
  margin: 5px 0;
  padding: 10px 20px;
  background-color: #FF7010;
  font-family: "Lato", arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.11em;
  line-height: 1;
  text-transform: uppercase;
  color: #FFFFFF;
}
@media (min-width: 960px) {
  .pdct-button {
    margin: 10px 0;
  }
}

.pdct-button:hover {
  background-color: rgb(220, 88.3682008368, 0);
}

.pdct-button--alt {
  background-color: #BBAC78;
}

.pdct-button--alt:hover {
  background-color: rgb(169.9162561576, 151.1477832512, 86.0837438424);
}

.pdct-button--go {
  background-color: #789655;
}

.pdct-button--go:hover {
  background-color: rgb(93.9574468085, 117.4468085106, 66.5531914894);
}

.pdct-callback {
  height: 70px;
}
@media (min-width: 768px) {
  .pdct-callback {
    height: 85px;
  }
}

.pdct-callback__error {
  font-family: "Lato", arial, sans-serif;
  font-size: 1.1em;
  line-height: 1.8;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #8A012B;
}

.pdct-range {
  padding: 10px 0;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 960px) {
  .pdct-range {
    padding: 20px 0;
  }
}

.pdct-range__header {
  padding: 0 10px;
}
@media (min-width: 960px) {
  .pdct-range__header {
    padding: 0 20px;
  }
}

.pdct-range__list {
  *zoom: 1;
  padding: 5px;
}
.pdct-range__list:before, .pdct-range__list:after {
  content: " ";
  display: table;
}
.pdct-range__list:after {
  clear: both;
}
@media (min-width: 960px) {
  .pdct-range__list {
    padding: 10px;
  }
}

.pdct-range__item {
  padding: 5px;
  float: left;
  width: 50%;
}
@media (min-width: 960px) {
  .pdct-range__item {
    padding: 10px;
  }
}
@media (min-width: 660px) {
  .pdct-range__item {
    width: 25%;
  }
}

.pdct-range__image {
  max-width: 200px;
  margin: 0 auto;
}

.pdct-range__name {
  font-size: 0.8em;
  line-height: 1.8;
  color: #000000;
  font-family: "Lato", arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.pdct-range__product:hover .pdct-range__name {
  color: #FF7010;
}

.pdct-style {
  *zoom: 1;
}
.pdct-style:before, .pdct-style:after {
  content: " ";
  display: table;
}
.pdct-style:after {
  clear: both;
}

.pdct-style li {
  float: left;
  width: 25%;
}

.pdct-style .name {
  font-size: 0.8em;
}

.pdct-style .gauge {
  margin: 0 auto;
}

.pdct-reviews {
  max-width: 768px;
  margin: 0 auto;
}

.pdct-reviews .reviews h2 {
  display: none;
}

.pdct-reviews .reviews .tweForm {
  text-align: left;
}

.pdct-reviews .reviews .tweForm-label {
  font-size: 1.1em;
  line-height: 1.8;
  color: #000000;
  font-family: "Lato", arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.pdct-reviews .reviews .add-button,
.pdct-reviews .reviews .see-more {
  display: inline-block;
  margin: 5px 0;
  padding: 10px 20px;
  background: #FF7010;
  border-radius: 0;
  box-shadow: none;
  font-family: "Lato", arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.11em;
  line-height: 1;
  text-transform: uppercase;
  color: #FFFFFF;
}
@media (min-width: 960px) {
  .pdct-reviews .reviews .add-button,
  .pdct-reviews .reviews .see-more {
    margin: 10px 0;
  }
}

.pdct-reviews .reviews .add-button:hover,
.pdct-reviews .reviews .see-more:hover {
  background-color: rgb(220, 88.3682008368, 0);
}

.pdct-reviews .reviews .reviews-list li {
  margin-top: 1.5em;
}

.pdct-reviews .reviews .reviews-list .rating-stars {
  margin: 0 auto 0.2em;
}

.pdct-reviews .reviews .reviews-list .name,
.pdct-reviews .reviews .reviews-list .date {
  font-size: 1.1em;
  line-height: 1.8;
  color: #000000;
  font-family: "Lato", arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.pdct-reviews .reviews .reviews-list .date {
  font-weight: 400;
  font-size: 0.85em;
}

.pdct-reviews .reviews .reviews-list p {
  font-family: "Droid Serif", times, serif;
  font-size: 1.2em;
  font-style: italic;
  line-height: 1.7;
  color: #4f4841;
}

.pdct-video {
  max-width: 960px;
  margin: 0 auto;
  background: transparent;
}

.pdct-video__player {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16/9 ratio */
  height: 0;
  overflow: hidden;
}

.pdct-video__player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.pdct-video__placeholder {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.mtm {
  background-color: #ffffff;
  border-bottom: 1px solid #fff;
}

.mtm .focus-header__icon {
  margin: 1em auto 1em;
  max-width: 36px;
}
@media (min-width: 960px) {
  .mtm .focus-header__icon {
    margin: 0 auto;
  }
}

@media (min-width: 768px) {
  .mtm-section__inner {
    min-height: 900px;
  }
}

.mtm-pagehead .mtm-section__inner {
  padding: 0;
}
@media (min-width: 768px) {
  .mtm-pagehead .mtm-section__inner {
    min-height: 800px;
  }
}

.mtm-title {
  margin-bottom: 1em;
  padding: 0;
  font-family: "Lato", arial, sans-serif;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.5em;
  color: #000000;
  text-align: center;
}

.mtm-title--video {
  padding-top: 1.5em;
  padding-bottom: 0em;
  line-height: 1.3em;
}
@media (min-width: 960px) {
  .mtm-title--video {
    font-size: 2em;
    letter-spacing: 0.25em;
    padding-top: 1em;
  }
}

.mtm-title--favourites {
  padding-top: 2em;
  margin-bottom: 0;
}
@media (min-width: 960px) {
  .mtm-title--favourites {
    font-size: 2em;
    letter-spacing: 0.25em;
  }
}

.mtm-title__large {
  color: #000;
  font-size: 3em;
  display: block;
  padding: 0;
  font-weight: 400;
  letter-spacing: 0.25em;
}

.mtm-title__sub {
  color: #BBAC78;
  font-size: 1.6em;
  display: block;
  padding: 0;
  margin: 10px auto 0;
  letter-spacing: 0.15em;
  line-height: normal;
  font-weight: 600;
}

.mtm-title__divider {
  display: block;
  position: relative;
  width: 100%;
  max-width: 300px;
  height: 1px;
  margin: 12px auto;
  background-color: #444444;
}
@media (min-width: 660px) {
  .mtm-title__divider {
    margin: 22px auto;
  }
}

.mtm-title__divider::before {
  display: block;
  position: absolute;
  top: -2px;
  left: 50%;
  width: 9px;
  height: 5px;
  margin-left: -4px;
  border-left: 1px solid #444444;
  border-right: 1px solid #444444;
  background-color: #fff;
  content: "";
  z-index: 1;
}

.mtm-title__divider::after {
  display: block;
  position: absolute;
  top: -2px;
  left: 50%;
  width: 5px;
  height: 5px;
  margin-left: -2px;
  border: 1px solid #b3b3b3;
  content: "";
  z-index: 2;
}

.mtm-section__content__copy {
  font-family: "Droid Serif", times, serif;
  font-size: 1.2em;
  font-style: italic;
  line-height: 1.7;
  color: #4f4841;
  padding-bottom: 1em;
}

.mtm-button {
  background-color: #000;
  color: #fff;
}

.mtm-button:hover {
  background-color: #424242;
}

.mtm-video {
  background-image: url("/components/feature/meetthemaker/common/assets/application/images/bg-video.jpg?v=130820");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 2em;
  padding-bottom: 5em;
}

.mtm-video__wrapper {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  overflow: hidden;
}

.mtm-video__container {
  width: 100%;
}

.mtm-video__container iframe,
.mtm-video__container object,
.mtm-video__container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mtm-quote {
  width: 100%;
}
@media (min-width: 660px) {
  .mtm-quote {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
}

.mtm-quote__quote {
  padding: 10px;
  font-family: "Droid Serif", times, serif;
  font-weight: 400;
  font-size: 16px;
  font-style: italic;
  letter-spacing: normal;
  line-height: 1.6;
  text-transform: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  margin: 0;
  background-color: #1f1f1f;
  color: #fff;
  text-align: center;
}
@media (min-width: 960px) {
  .mtm-quote__quote {
    padding: 20px;
  }
}
@media (min-width: 660px) {
  .mtm-quote__quote {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column-start: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 0;
    grid-row-start: 1;
    grid-row-end: 1;
    background-image: url("/components/feature/meetthemaker/common/assets/application/images/bg-quote.jpg?v=130820");
    background-position: center;
    background-size: cover;
  }
}
@media (min-width: 960px) {
  .mtm-quote__quote {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column-start: 2;
    grid-column-end: 3;
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  .mtm-quote__quote {
    font-size: 16px;
  }
}

.mtm-quote__author {
  display: block;
  font-family: "Lato", arial, sans-serif;
  font-style: normal;
  font-weight: 600;
  padding: 1.5em 0 0 0;
  text-align: right;
  text-transform: uppercase;
}

.mtm-quote__image {
  display: block;
  width: 100%;
}
@media (min-width: 660px) {
  .mtm-quote__image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 0;
    grid-row-start: 1;
    grid-row-end: 1;
  }
}

@media (min-width: 660px) {
  .mtm-quote__image--1 {
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
    grid-column-start: 3;
    grid-column-end: 5;
  }
}
@media (min-width: 960px) {
  .mtm-quote__image--1 {
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column-start: 3;
    grid-column-end: 4;
  }
}

.mtm-quote__image--2 {
  display: none;
}
@media (min-width: 960px) {
  .mtm-quote__image--2 {
    display: block;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column-start: 1;
    grid-column-end: 2;
  }
}

.mtm-quote__image--3 {
  display: none;
}
@media (min-width: 960px) {
  .mtm-quote__image--3 {
    display: block;
    -ms-grid-column: 4;
    -ms-grid-column-span: 1;
    grid-column-start: 4;
    grid-column-end: 5;
  }
}

.mtm-favourites {
  background-color: #F0F0F0;
  padding-bottom: 20px;
}

.mtm-favourites .product-grid__list {
  justify-content: center;
}

.mtm-favourites__button {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  padding: 2em;
}

@media (min-width: 768px) {
  .mtm-pagehead {
    background-image: url(/components/feature/meetthemaker/sophiedecobecq/assets/application/images/bg-pagehead.jpg?v=130820);
  }
}
