/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  box-sizing: border-box; }

body, html {
  padding: 0;
  margin: 0; }

ul, li {
  padding: 0;
  margin: 0;
  list-style-type: none; }

input,
button {
  outline: none; }

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #c4Bfbb inset;
  color: #fff !important; }

input:-webkit-autofill,
select:-webkit-autofill {
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 0 0px 9999px white !important; }

input:-webkit-autofill:focus {
  border-color: #66afe9;
  -webkit-box-shadow: inset 0 0 0px 9999px white, 0 0 8px rgba(102, 175, 233, 0.6) !important; }

body, html {
  font-family: 'Neuzeit S LT W01 Book';
  font-size: 16px;
  letter-spacing: .05rem; }

strong {
  font-family: 'NeuzeitSLTW01-BookHeavy'; }

h1, h2, h3, h4 {
  letter-spacing: -.1rem; }

h1 {
  font-family: 'NeuzeitSLTW01-BookHeavy';
  font-size: 1.75rem;
  line-height: 1.2; }
  @media (min-width: 768px) {
    h1 {
      font-size: 3.2rem;
      line-height: 1; } }
  @media (min-width: 1024px) {
    h1 {
      font-size: 4.87rem;
      line-height: 1.1; } }

h2 {
  font-family: 'NeuzeitSLTW01-BookHeavy';
  font-size: 1.45rem;
  line-height: 1.2;
  letter-spacing: -0.04rem; }
  @media (min-width: 420px) {
    h2 {
      font-size: 1.75rem; } }
  @media (min-width: 768px) {
    h2 {
      font-size: 2.8rem;
      line-height: 1; }
      h2.small {
        font-size: 1.75rem; } }
  @media (min-width: 1024px) {
    h2 {
      font-size: 3rem;
      line-height: 1.1; } }

h3 {
  font-family: 'NeuzeitSLTW01-BookHeavy';
  font-size: 1.75rem; }
  @media (min-width: 768px) {
    h3 {
      font-size: 2.1rem; } }
  @media (min-width: 1024px) {
    h3 {
      font-size: 2.5rem; } }

h4 {
  font-family: 'NeuzeitSLTW01-BookHeavy';
  font-size: 1.25rem;
  letter-spacing: -.0105rem;
  line-height: 1.3;
  font-weight: normal; }
  @media (min-width: 768px) {
    h4 {
      font-size: 2.12rem;
      line-height: 1.2; } }

h5 {
  font-family: 'NeuzeitSLTW01-BookHeavy';
  font-size: .81rem;
  line-height: 1.2;
  text-transform: uppercase; }
  h5.book {
    font-family: 'Neuzeit S LT W01 Book';
    text-transform: none; }
  h5.up {
    text-transform: uppercase; }

p {
  font-family: 'Neuzeit S LT W01 Book';
  font-size: 1.1rem;
  line-height: 1.5;
  margin: 10px 0;
  letter-spacing: 0rem; }
  @media (min-width: 768px) {
    p {
      padding: 6px 0; } }
  p.details {
    font-size: .65rem;
    line-height: 1.1rem;
    opacity: .6; }
    @media (min-width: 1024px) {
      p.details {
        font-size: .75rem; } }
  p.small {
    font-size: .8rem;
    line-height: 1.2rem; }

a {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  color: black;
  text-decoration: none; }
  a:hover {
    color: black; }
  a.grey {
    color: #27112F; }
    a.grey:hover {
      color: #00738D; }
  a.underline--black {
    border-bottom: 1px solid #2E3038; }
    a.underline--black:hover {
      padding-bottom: 3px; }
  a.underline--grey {
    padding-bottom: 3px;
    color: #dcdcdc;
    border-bottom: 1px solid #dcdcdc; }
    a.underline--grey:hover {
      color: #2E3038;
      border-color: #2E3038; }
  a.underline {
    font-size: .9rem;
    position: relative; }
    a.underline:after {
      -webkit-transition: all 0.15s;
      -moz-transition: all 0.15s;
      -o-transition: all 0.15s;
      transition: all 0.15s;
      width: 100%;
      height: 1px;
      position: absolute;
      left: 0;
      bottom: -8px;
      content: ''; }
    a.underline:hover:after {
      -ms-transform: translateY(2px);
      /* IE 9 */
      -webkit-transform: translateY(2px);
      /* Chrome, Safari, Opera */
      transform: translateY(2px); }
    a.underline--grey {
      color: #dcdcdc; }
    a.underline--purp {
      color: #27112F; }
      a.underline--purp:after {
        background: #27112F; }

.grey {
  color: #2E3038;
  opacity: .4; }

.lower {
  text-transform: none; }

.upper {
  text-transform: uppercase; }

.yellow {
  color: #FFEB64; }

span.label {
  font-size: 0.7rem; }

/*! Flickity v1.1.1
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative; }

.flickity-enabled:focus {
  outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .flickity-enabled.is-draggable .flickity-viewport {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab; }
    .flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
      cursor: -webkit-grabbing;
      cursor: grabbing; }

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: none;
  cursor: pointer;
  transition: opacity .25s;
  /* vertically center */
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
  .flickity-prev-next-button:hover {
    opacity: .6; }
  .flickity-prev-next-button:focus {
    outline: none;
    box-shadow: 0 0 0 5px #09F; }
  .flickity-prev-next-button:active {
    filter: alpha(opacity=60);
    /* IE8 */
    opacity: 0.6; }
  .flickity-prev-next-button.previous {
    left: 10px; }
  .flickity-prev-next-button.next {
    right: 10px; }
  .flickity-prev-next-button:disabled {
    filter: alpha(opacity=30);
    /* IE8 */
    opacity: 0.3;
    cursor: auto; }
  .flickity-prev-next-button svg {
    position: absolute;
    left: 20%;
    top: 20%;
    width: 60%;
    height: 60%; }
  .flickity-prev-next-button .arrow {
    fill: #333; }
  .flickity-prev-next-button.no-svg {
    color: #333;
    font-size: 26px; }

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px; }

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px; }

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -40px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }
  .flickity-page-dots .dot {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin: 0 4px;
    border-radius: 50%;
    border: 2px solid rgba(0, 0, 0, 0.5);
    filter: alpha(opacity=25);
    /* IE8 */
    opacity: 0.25;
    cursor: pointer; }
    .flickity-page-dots .dot.is-selected {
      filter: alpha(opacity=100);
      /* IE8 */
      opacity: 0.75; }

.flickity-rtl .flickity-page-dots {
  direction: rtl; }

.btn {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  font-family: 'NeuzeitSLTW01-BookHeavy';
  font-size: .8rem;
  border-radius: 20px;
  padding: 14px 24px;
  text-transform: uppercase;
  border: none;
  background: none;
  cursor: pointer;
  letter-spacing: .05rem; }
  .btn--white {
    background: #ffffff; }
  .btn--pink {
    background: #f49099;
    color: #ffffff; }
    .btn--pink svg {
      stroke: #ffffff; }
  .btn svg {
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
    margin-left: 10px; }
  .btn:hover svg {
    margin-left: 20px; }
  .btn--black {
    background: #27112F;
    color: white;
    border-radius: 28px;
    width: 100%; }
    .btn--black:hover {
      background: #f49099; }
    @media (min-width: 768px) {
      .btn--black {
        width: auto; } }
  .btn--pill {
    background: #f49099;
    color: white;
    border-radius: 28px;
    display: block;
    width: 100%;
    text-align: center; }
    .btn--pill:hover {
      background: #2E3038;
      color: #ffffff; }
    @media (min-width: 768px) {
      .btn--pill {
        display: inline-block;
        width: auto; } }
  .btn:disabled {
    opacity: 0.4;
    cursor: not-allowed; }
    .btn:disabled:hover {
      background: #27112F; }

.auth .form--fancy input[type="text"], .auth .form--fancy input[type="password"], .auth .form--fancy input[type="number"], .auth .form--fancy input[type="date"],
.checkout .form--fancy input[type="text"],
.checkout .form--fancy input[type="password"],
.checkout .form--fancy input[type="number"],
.checkout .form--fancy input[type="date"],
.account .form--fancy input[type="text"],
.account .form--fancy input[type="password"],
.account .form--fancy input[type="number"],
.account .form--fancy input[type="date"] {
  padding: 26px 14px 18px;
  border: 1px solid #dcdcdc; }

.form--fancy {
  position: relative; }
  .form--fancy input[type="text"], .form--fancy input[type="password"], .form--fancy input[type="number"], .form--fancy input[type="date"] {
    width: 100%;
    margin: 4px 0;
    border-radius: 2px;
    box-shadow: none; }
    .form--fancy input[type="text"].no-top, .form--fancy input[type="password"].no-top, .form--fancy input[type="number"].no-top, .form--fancy input[type="date"].no-top {
      border-top: 1px solid transparent; }
  .form--fancy-center {
    text-align: center; }
  .form--fancy label {
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
    font-size: .8rem;
    color: #2E3038;
    opacity: .4; }
  .form--fancy .radio label.heavy {
    font-size: .9rem;
    letter-spacing: 0;
    font-family: 'NeuzeitSLTW01-BookHeavy'; }
    .form--fancy .radio label.heavy span {
      margin-left: 10px; }
    .form--fancy .radio label.heavy img {
      margin-left: 10px; }
  .form--fancy .checked label {
    opacity: 1; }
    .form--fancy .checked label span {
      font-family: 'NeuzeitSLTW01-BookHeavy'; }
  .form--fancy .form--fancy {
    background: transparent;
    position: relative; }
    .form--fancy .form--fancy-wrapper {
      padding: 0px 0 0px; }
      @media (min-width: 868px) {
        .form--fancy .form--fancy-wrapper {
          display: flex;
          justify-content: space-between;
          align-items: center; }
          .form--fancy .form--fancy-wrapper > div {
            width: 100%; }
          .form--fancy .form--fancy-wrapper.divider {
            padding-top: 30px; }
          .form--fancy .form--fancy-wrapper .col-half {
            width: calc(50% - 10px); }
          .form--fancy .form--fancy-wrapper .col-two-third {
            width: calc(66.66666% - 7px); }
          .form--fancy .form--fancy-wrapper .col-one-third {
            width: calc(33.333333% - 12px); }
          .form--fancy .form--fancy-wrapper .col-even-third {
            width: calc(33.33333% - 12px); } }
    .form--fancy .form--fancy label {
      -webkit-transition: all 0.25s;
      -moz-transition: all 0.25s;
      -o-transition: all 0.25s;
      transition: all 0.25s;
      position: absolute;
      left: 16px;
      top: 28px;
      user-select: none; }
    .form--fancy .form--fancy input {
      -webkit-transition: transform 0.25s;
      -moz-transition: transform 0.25s;
      -o-transition: transform 0.25s;
      transition: transform 0.25s;
      backface-visibility: hidden;
      z-index: 3;
      font-size: 1rem;
      padding: 28px 14px 14px;
      position: relative;
      background: transparent; }
    .form--fancy .form--fancy.select-options label {
      transform: translate(0px, -12px);
      font-size: .7rem; }
    .form--fancy .form--fancy .checkbox {
      z-index: 1;
      backface-visibility: visible; }
    .form--fancy .form--fancy input[type="text"]:focus,
    .form--fancy .form--fancy input[type="password"]:focus,
    .form--fancy .form--fancy input[type="number"]:focus,
    .form--fancy .form--fancy input[type="date"]:focus {
      outline: none; }
      .form--fancy .form--fancy input[type="text"]:focus ~ label,
      .form--fancy .form--fancy input[type="password"]:focus ~ label,
      .form--fancy .form--fancy input[type="number"]:focus ~ label,
      .form--fancy .form--fancy input[type="date"]:focus ~ label {
        z-index: 4;
        transform: translate(0px, -12px);
        font-size: .7rem; }
    .form--fancy .form--fancy-wrapper .error input[type="text"],
    .form--fancy .form--fancy-wrapper .error input[type="password"],
    .form--fancy .form--fancy-wrapper .error input[type="number"],
    .form--fancy .form--fancy-wrapper .error input[type="date"] {
      border: 1px solid red; }
      .form--fancy .form--fancy-wrapper .error input[type="text"] ~ label,
      .form--fancy .form--fancy-wrapper .error input[type="password"] ~ label,
      .form--fancy .form--fancy-wrapper .error input[type="number"] ~ label,
      .form--fancy .form--fancy-wrapper .error input[type="date"] ~ label {
        z-index: 4;
        transform: translate(0px, -12px);
        font-size: .7rem;
        color: red; }
    .form--fancy .form--fancy-wrapper .null input[type="text"] ~ label,
    .form--fancy .form--fancy-wrapper .null input[type="password"] ~ label,
    .form--fancy .form--fancy-wrapper .null input[type="number"] ~ label,
    .form--fancy .form--fancy-wrapper .null input[type="date"] ~ label {
      z-index: 4;
      transform: translate(0px, -12px);
      font-size: .7rem; }
    .form--fancy .form--fancy input:focus {
      box-shadow: 0px 4px 10px -10px rgba(46, 48, 56, 0.85);
      background: white; }
  .form--fancy .checkbox {
    position: relative;
    background: transparent; }
    .form--fancy .checkbox input:checked + label:after {
      opacity: 1; }
    .form--fancy .checkbox input {
      visibility: hidden;
      margin: 5px 10px; }
      .form--fancy .checkbox input:checked + span {
        position: relative;
        color: #2E3038; }
        .form--fancy .checkbox input:checked + span:before {
          opacity: 1; }
        .form--fancy .checkbox input:checked + span svg {
          display: block; }
    .form--fancy .checkbox span {
      position: relative; }
      .form--fancy .checkbox span:before {
        content: '';
        position: absolute;
        left: -32px;
        top: -5px;
        width: 24px;
        height: 24px;
        border: 1px solid #2E3038;
        opacity: .5; }
      .form--fancy .checkbox span svg {
        position: absolute;
        left: -27px;
        width: 15px;
        top: 2px;
        display: none; }
    .form--fancy .checkbox label {
      position: relative;
      top: auto;
      left: auto; }
  .form--fancy .select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border: 1px solid #dcdcdc;
    border-radius: 2px;
    height: 64px;
    background: none;
    width: 100%;
    padding: 12px 14px 0;
    box-shadow: none;
    font-size: 1rem; }
    .form--fancy .select:focus {
      outline: none; }

.site {
  position: relative; }
  .site--underlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -10; }
    .site--underlay:before {
      -webkit-transition: all 0.25s;
      -moz-transition: all 0.25s;
      -o-transition: all 0.25s;
      transition: all 0.25s;
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      content: '';
      z-index: -10;
      opacity: 0;
      background: rgba(0, 0, 0, 0.4); }
    .site--underlay.open {
      z-index: 10; }
      .site--underlay.open:before {
        z-index: 10;
        opacity: 1;
        background: rgba(0, 0, 0, 0.4); }

.icon--arrow {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  -ms-transform: rotate(135deg);
  /* IE 9 */
  -webkit-transform: rotate(135deg);
  /* Chrome, Safari, Opera */
  transform: rotate(135deg);
  display: inline-block;
  width: 6px;
  height: 6px;
  position: relative;
  border-left: 1px solid #2E3038;
  border-bottom: 1px solid #2E3038; }

.modal {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 600px;
  z-index: 20;
  background: white;
  text-align: center;
  align-items: center;
  justify-content: center; }
  .modal .checkout--affirm-wrapper {
    text-align: left; }
    @media (min-width: 768px) {
      .modal .checkout--affirm-wrapper {
        padding: 30px 0; } }
  @media (min-width: 500px) and (min-height: 500px) {
    .modal {
      position: fixed;
      display: flex;
      background: transparent; } }
  .modal--jeff svg {
    width: 180px;
    height: 180px; }
  .modal--wrapper {
    padding: 20px 0;
    text-align: center; }
    @media (min-width: 1024px) {
      .modal--wrapper {
        display: flex;
        justify-content: center; } }
  @media (min-width: 1024px) {
    .modal--copy {
      text-align: left;
      padding-left: 30px; } }
  .modal--divider {
    margin-top: 20px;
    padding: 30px 24px;
    border-top: 1px solid #dcdcdc; }
    @media (min-width: 1024px) {
      .modal--divider {
        padding: 40px 24px; } }
  .modal--disclaimer {
    position: absolute;
    width: 100%;
    left: 0;
    padding: 20px;
    background: #f1f1f1; }
    .modal--disclaimer p {
      max-width: 580px;
      margin: 0 auto; }
  .modal--container {
    position: relative;
    max-width: 820px;
    background: white;
    height: 100%;
    padding: 80px 22px;
    min-height: 100vh; }
    @media (min-width: 500px) and (min-height: 500px) {
      .modal--container {
        min-height: auto;
        height: auto;
        padding: 40px; } }
    @media (min-width: 768px) {
      .modal--container {
        padding: 50px 80px; } }
    @media (min-width: 1024px) {
      .modal--container {
        padding: 80px 100px 60px; } }
  .modal--close {
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
    position: absolute;
    cursor: pointer;
    right: 30px;
    top: 30px; }
    .modal--close:hover {
      opacity: .6; }
  .modal--content {
    max-width: 620px;
    margin: 0 auto; }
    @media (min-width: 500px) and (min-height: 500px) {
      .modal--content p {
        font-size: 1rem;
        line-height: 1.4;
        max-width: 480px;
        margin: 10px auto; }
        .modal--content p a {
          font-size: .8rem; }
        .modal--content p.small {
          font-size: .8rem;
          line-height: 1.2rem; } }
    @media (min-width: 768px) {
      .modal--content h4 {
        font-size: 1.75rem; } }
  .modal--box-grey {
    background: #f1f1f1;
    padding: 20px;
    text-align: center;
    margin: 20px auto 30px;
    max-width: 480px; }
    @media (min-width: 768px) {
      .modal--box-grey {
        margin-top: 40px; } }
  .modal .btn {
    display: block;
    text-align: center;
    width: 100%;
    max-width: 480px;
    margin: 0 auto; }
    @media (min-width: 768px) {
      .modal .btn {
        width: auto;
        display: inline-block; } }

.site--seen {
  background: white;
  padding: 150px 0px 50px;
  text-align: center; }
  @media (min-width: 768px) {
    .site--seen {
      padding: 100px 24px; } }
  .site--seen-slideshow {
    margin: 20px 0; }
    .site--seen-slideshow:after {
      content: 'flickity';
      display: none; }
      @media (min-width: 768px) {
        .site--seen-slideshow:after {
          content: ''; } }
    @media (min-width: 768px) {
      .site--seen-slideshow {
        display: flex; } }
  .site--seen .flickity-page-dots {
    display: none; }
  .site--seen-wrapper {
    max-width: 1340px;
    margin: 0 auto; }
  .site--seen-slide {
    width: 90%;
    margin: 0 5%; }
    .site--seen-slide img {
      width: auto;
      max-height: 90px;
      padding: 20px; }
    .site--seen-slide h4 {
      padding: 10px 0 30px;
      max-width: 400px;
      margin: 0 auto; }
    @media (min-width: 768px) {
      .site--seen-slide {
        -webkit-transition: all 0.25s;
        -moz-transition: all 0.25s;
        -o-transition: all 0.25s;
        transition: all 0.25s;
        width: 20%;
        margin: 0;
        opacity: .1;
        padding: 10px 0 30px;
        cursor: pointer;
        border-bottom: 1px solid #dcdcdc; }
        .site--seen-slide:hover {
          opacity: .6; }
        .site--seen-slide h4 {
          display: none; }
        .site--seen-slide.active-seen {
          opacity: 1;
          border-bottom: 1px solid #2E3038; } }
  .site--seen-quotes {
    display: none; }
    @media (min-width: 768px) {
      .site--seen-quotes {
        display: block;
        justify-content: center;
        padding: 20px; }
        .site--seen-quotes h4 {
          display: none; }
          .site--seen-quotes h4.active {
            display: block; } }

.footer {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  background: #f3f2f2;
  color: #ffffff;
  width: 100vw;
  overflow: hidden; }
  .footer.highlight {
    background: #c4Bfbb; }
  .footer a, .footer span, .footer p {
    color: #ffffff; }
  .footer svg {
    fill: #ffffff; }
  .footer p {
    font-size: 1.75rem;
    line-height: 1.2;
    max-width: 320px;
    padding-top: 0;
    margin-top: 0; }
    .footer p.small {
      font-size: 1.4rem; }
  .footer--wrapper {
    padding: 46px 24px;
    margin: 0 auto;
    max-width: 1340px; }
    @media (min-width: 768px) {
      .footer--wrapper {
        display: flex;
        flex-wrap: wrap;
        padding-top: 80px; } }
    @media (min-width: 1024px) {
      .footer--wrapper {
        padding: 140px 24px 30px; } }
  .footer--newsletter ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(255, 255, 255, 0.3); }
  .footer--newsletter ::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(255, 255, 255, 0.3); }
  .footer--newsletter :-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(255, 255, 255, 0.3); }
  .footer--newsletter :-moz-placeholder {
    /* Firefox 18- */
    color: rgba(255, 255, 255, 0.3); }
  .footer--newsletter input:-webkit-autofill,
  .footer--newsletter textarea:-webkit-autofill,
  .footer--newsletter select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #c4Bfbb inset;
    background-color: #c4Bfbb !important; }
  .footer--newsletter input {
    font-family: 'Neuzeit S LT W01 Book';
    color: white;
    padding: 12px 0;
    font-size: 2rem;
    width: 100%;
    max-width: 400px;
    outline: none;
    background: transparent;
    border: none; }
  .footer--newsletter button {
    font-family: 'NeuzeitSLTW01-BookHeavy';
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
    letter-spacing: .1rem;
    margin: 0;
    padding: 0;
    margin-top: 10px;
    font-size: .775rem;
    text-transform: uppercase;
    color: #ffffff;
    cursor: pointer; }
    .footer--newsletter button:hover {
      color: #27112F; }
  @media (min-width: 768px) {
    .footer--newsletter {
      width: 50%; } }
  .footer--links-internal {
    padding: 40px 0; }
    .footer--links-internal a {
      font-family: 'NeuzeitSLTW01-BookHeavy';
      letter-spacing: .1rem;
      font-size: .8125rem;
      text-transform: uppercase;
      display: block;
      padding: 12px 0; }
      .footer--links-internal a:hover {
        transform: translateX(4px); }
  .footer--links-social {
    padding: 0px 0 36px;
    max-width: 200px;
    display: flex;
    justify-content: space-between; }
    .footer--links-social a:hover {
      opacity: .7; }
  @media (min-width: 768px) {
    .footer--links {
      width: 50%; }
      .footer--links-internal {
        padding-top: 0; } }
  @media (min-width: 1024px) {
    .footer--links {
      display: flex;
      justify-content: space-between; }
      .footer--links > div {
        width: 50%; }
      .footer--links .footer--links-social {
        padding-top: 6px; } }
  .footer--copy {
    width: 100%; }
    .footer--copy-wrapper {
      max-width: 230px;
      display: flex;
      justify-content: space-between;
      padding-bottom: 20px; }
    .footer--copy span, .footer--copy a {
      font-size: 13px; }
    @media (min-width: 1024px) {
      .footer--copy {
        padding-top: 140px; } }
  .footer form button {
    border: none;
    background: none; }

.image--module {
  color: #ffffff;
  background-size: cover;
  background-position: center center;
  position: relative;
  overflow: hidden; }
  .image--module-wrapper {
    padding: 46px 24px;
    margin: 0 auto;
    max-width: 1340px;
    padding: 90px 24px; }
    @media (min-width: 420px) {
      .image--module-wrapper {
        padding: 110px 40px; } }
    @media (min-width: 768px) {
      .image--module-wrapper {
        padding: 200px 40px;
        display: flex;
        align-items: center; }
        .image--module-wrapper.align-left {
          justify-content: flex-start; }
        .image--module-wrapper.align-right {
          justify-content: flex-end; } }
    @media (min-width: 1024px) {
      .image--module-wrapper {
        min-height: 770px; } }
    .image--module-wrapper.black {
      color: #2E3038; }
  .image--module-copy {
    max-width: 400px;
    position: relative;
    z-index: 2; }
  .image--module.video {
    padding-bottom: 200px; }
    @media (min-width: 1024px) {
      .image--module.video {
        max-height: 770px;
        padding-bottom: 0; } }
    .image--module.video .image--module-wrapper {
      display: block; }
      @media (min-width: 768px) {
        .image--module.video .image--module-wrapper {
          padding: 100px 40px 200px; } }
      @media (min-width: 1024px) {
        .image--module.video .image--module-wrapper {
          min-height: auto;
          padding: 120px 40px 120px;
          display: flex; } }
      @media (min-width: 1224px) {
        .image--module.video .image--module-wrapper {
          padding: 160px 40px 160px; } }
      @media (min-width: 1600px) {
        .image--module.video .image--module-wrapper {
          padding: 230px 40px 230px; } }
      @media (min-width: 1900px) {
        .image--module.video .image--module-wrapper {
          padding: 260px 40px 260px; } }
    .image--module.video .image--module-copy {
      margin: 0 auto; }
      @media (min-width: 1024px) {
        .image--module.video .image--module-copy {
          margin: 0; } }
  .image--module.mobile--black {
    position: relative; }
    @media (max-width: 419px) {
      .image--module.mobile--black {
        padding: 60px 24px 120px; } }
    @media (min-width: 420px) {
      .image--module.mobile--black:before {
        content: none; } }
  .image--module h2 {
    max-width: 410px; }
  .image--module svg {
    margin-bottom: 20px;
    max-width: 100px;
    fill: #ffffff; }
    @media (min-width: 768px) {
      .image--module svg {
        max-width: 140px; } }
  .image--module video {
    position: absolute;
    width: 130vw;
    height: auto;
    top: -9%;
    left: -13.5vw;
    display: none; }
    @media (min-width: 1024px) {
      .image--module video {
        display: block;
        width: 120vw;
        left: -9vw;
        top: 0%; } }
    @media (min-width: 1280px) {
      .image--module video {
        width: 106vw;
        left: -2vw;
        top: 0%; } }
    @media (min-width: 1800px) {
      .image--module video {
        top: -10%; } }

.hide .header {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  transform: translateY(-150px); }

.slide-down .header {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  transform: translateY(0px); }

.nav-open.transparent-logo .header--logo {
  opacity: 1; }

.nav-open.transparent-logo .header--cart-num {
  background: #FFEB64; }

.nav-open .header--wrapper {
  position: relative;
  border-bottom: 1px solid #dcdcdc;
  z-index: 10; }

.nav-open .header--mobile-lines {
  opacity: 1; }

.nav-open .header--mobile-dots {
  opacity: 0; }

.nav-open .header--mobile-close {
  opacity: 1; }

.nav-open .header--scrolling .header--mobile-nav {
  opacity: 1;
  visibility: visible; }

.white .header .header--link {
  color: #ffffff; }
  .white .header .header--link.active:after {
    background: #ffffff; }
  .white .header .header--link:hover:after {
    background: #ffffff; }

.white .header svg {
  fill: #ffffff; }
  .white .header svg g {
    fill: #ffffff; }

.white.nav-open .header--link {
  color: #2E3038; }

.white.nav-open .header svg {
  fill: #2E3038; }
  .white.nav-open .header svg g {
    fill: #2E3038; }

.transparent-logo .header--logo {
  opacity: 0; }

.transparent-logo .header--cart-num {
  background: #ffffff; }

.transparent-links .header {
  position: static; }

.transparent-links .header--inner-wrapper {
  justify-content: center; }

.transparent-links .header--links.right, .transparent-links .header--links.left {
  display: none; }

.transparent-links .header--mobile {
  display: none; }

.transparent-links .header--scrolling {
  -ms-transform: translateY(0px);
  /* IE 9 */
  -webkit-transform: translateY(0px);
  /* Chrome, Safari, Opera */
  transform: translateY(0px);
  position: fixed; }
  .transparent-links .header--scrolling.fixed {
    -ms-transform: translateY(0px);
    /* IE 9 */
    -webkit-transform: translateY(0px);
    /* Chrome, Safari, Opera */
    transform: translateY(0px); }

.nested--pdp .header--pdp {
  display: none; }

@media (min-width: 1280px) {
  .nested--pdp .fixed .header--links.left {
    display: none; }
  .nested--pdp .fixed .header--links .header--link {
    display: none; }
  .nested--pdp .fixed .header--wrapper {
    padding: 14px 24px; }
  .nested--pdp .fixed .header--pdp {
    display: block; }
    .nested--pdp .fixed .header--pdp--couch img {
      max-height: 110px;
      width: auto; }
    .nested--pdp .fixed .header--pdp-w {
      display: flex;
      align-items: center;
      min-width: 930px; }
      .nested--pdp .fixed .header--pdp-w h5 {
        min-width: 50px; }
    .nested--pdp .fixed .header--pdp-color-selects {
      margin-right: 14px; }
    .nested--pdp .fixed .header--pdp-selects-row {
      display: flex;
      padding: 3px 0;
      align-items: center; } }

.fixed.header--scrolling {
  -ms-transform: translateY(60px);
  /* IE 9 */
  -webkit-transform: translateY(60px);
  /* Chrome, Safari, Opera */
  transform: translateY(60px); }
  @media (min-width: 768px) {
    .fixed.header--scrolling {
      -ms-transform: translateY(100px);
      /* IE 9 */
      -webkit-transform: translateY(100px);
      /* Chrome, Safari, Opera */
      transform: translateY(100px); } }
  .fixed.header--scrolling .header--logo {
    opacity: 1; }
  .fixed.header--scrolling .header--mobile {
    display: none; }
  .fixed.header--scrolling .header--cart-num {
    background: #FFEB64; }
  .fixed.header--scrolling .header--links-cta {
    display: block;
    margin-right: 20px;
    min-width: 130px; }
    .fixed.header--scrolling .header--links-cta .btn {
      width: 100%;
      display: inline-block;
      text-align: center; }
    @media (min-width: 768px) {
      .fixed.header--scrolling .header--links-cta {
        display: none; } }
  .fixed.header--scrolling svg {
    fill: #2E3038; }
    .fixed.header--scrolling svg g {
      fill: #2E3038; }
  .fixed.header--scrolling .header--link {
    color: #2E3038; }
    .fixed.header--scrolling .header--link.active:after {
      background: #2E3038; }

.border .header {
  border-bottom: 1px solid #DDDDDD; }

.header {
  -webkit-transition: background 0.25s;
  -moz-transition: background 0.25s;
  -o-transition: background 0.25s;
  transition: background 0.25s;
  background: transparent;
  position: absolute;
  z-index: 8;
  top: 0;
  left: 0;
  width: 100%; }
  .header--scrolling {
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
    position: fixed;
    z-index: 7;
    top: -60px;
    border-bottom: 1px solid #dcdcdc;
    background: white; }
    @media (min-width: 768px) {
      .header--scrolling {
        top: -100px; } }
  @media (min-width: 768px) {
    .header--logo svg {
      width: 160px;
      height: 32px; } }
  .header--cta {
    background: #ffffff; }
    .header--cta p {
      margin: 0;
      font-size: .87rem;
      opacity: .8;
      text-align: center;
      padding: 8px; }
  .header--wrapper {
    padding: 14px 24px;
    max-width: 1340px;
    border-bottom: 1px solid transparent;
    margin: 0 auto; }
    @media (min-width: 768px) {
      .header--wrapper {
        padding: 30px 24px; } }
  .header--inner-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .header--copy {
    text-align: center; }
    .header--copy h4 {
      font-size: .9rem; }
  .header--links.left {
    display: none; }
  .header--links .right {
    display: none; }
  .header--links.right {
    display: flex;
    justify-content: flex-end;
    align-items: center; }
  .header--links-cta {
    display: none; }
  .header--links .header--link {
    font-size: .815rem;
    text-transform: uppercase;
    margin-right: 30px;
    position: relative; }
    .header--links .header--link:after {
      -webkit-transition: all 0.25s;
      -moz-transition: all 0.25s;
      -o-transition: all 0.25s;
      transition: all 0.25s;
      width: 100%;
      height: 1px;
      background: transparent;
      left: 0;
      position: absolute;
      bottom: -6px;
      content: ''; }
    .header--links .header--link.active:after {
      background: #2E3038; }
    .header--links .header--link:hover:after {
      background: #2E3038; }
  @media (min-width: 768px) {
    .header--links.left {
      display: block; }
    .header--links.right {
      display: flex;
      justify-content: flex-end;
      align-items: center; }
      .header--links.right .header--link {
        display: inline-block; } }
  .header--mobile {
    width: 18px;
    height: 18px;
    display: block;
    cursor: pointer;
    overflow: hidden;
    position: relative; }
    @media (min-width: 768px) {
      .header--mobile {
        display: none; } }
    .header--mobile-nav {
      -webkit-transition: all 0.25s;
      -moz-transition: all 0.25s;
      -o-transition: all 0.25s;
      transition: all 0.25s;
      position: absolute;
      height: 110vh;
      width: 100vw;
      background: #ffffff;
      opacity: 0;
      visibility: hidden;
      top: 0;
      left: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap;
      z-index: 8; }
      .header--mobile-nav-links {
        padding: 30px; }
        .header--mobile-nav-links .header--link {
          text-transform: uppercase;
          font-size: .9rem;
          display: block;
          padding: 20px; }
      .header--mobile-nav-shop-cta {
        padding: 20px; }
        .header--mobile-nav-shop-cta img {
          margin-bottom: 30px; }
      .header--mobile-nav > div {
        text-align: center;
        width: 100%; }
    .header--mobile-dots {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .header--mobile-dots.middle {
        position: relative;
        top: 2px; }
      .header--mobile-dots.bottom {
        position: relative;
        top: 4px; }
    .header--mobile-close {
      position: absolute;
      top: 1px;
      opacity: 0; }
  .header--cart {
    cursor: pointer;
    position: relative; }
    .header--cart-num {
      font-family: 'NeuzeitSLTW01-BookHeavy';
      font-size: .55rem;
      position: absolute;
      right: -8px;
      top: -7px;
      width: 16px;
      height: 16px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      background: #FFEB64; }
    .header--cart svg {
      width: 26px; }
  .header svg g {
    fill: #2E3038; }
  .header--hero {
    min-height: 280px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    max-height: 450px;
    color: #ffffff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative; }
    .header--hero.black:before {
      background: rgba(0, 0, 0, 0.2);
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0; }
    .header--hero h3 {
      margin: 20px 0; }
    .header--hero a {
      color: #ffffff;
      position: relative;
      display: inline-block;
      margin-top: 8px; }
      .header--hero a:after {
        -webkit-transition: all 0.25s;
        -moz-transition: all 0.25s;
        -o-transition: all 0.25s;
        transition: all 0.25s;
        height: 1px;
        width: 100%;
        content: '';
        bottom: -8px;
        background: #ffffff;
        position: absolute;
        content: '';
        left: 0; }
      .header--hero a:hover:after {
        transform: translateY(2px); }
    .header--hero-wrapper {
      padding: 14vw 0;
      position: relative;
      z-index: 2; }
    .header--hero .header--link {
      padding-top: 20px;
      display: inline-block;
      font-size: .8175rem;
      color: #ffffff;
      text-transform: uppercase;
      padding-bottom: 3px;
      border-bottom: 1px solid #ffffff; }

.cta--couch {
  background: #FFEB64;
  position: relative; }
  .cta--couch.chopped-white:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 18vw;
    top: 0;
    left: 0;
    background: #ffffff; }
    @media (min-width: 1024px) {
      .cta--couch.chopped-white:before {
        height: 200px; } }
  .cta--couch-wrapper {
    padding: 46px 24px;
    margin: 0 auto;
    max-width: 1340px;
    text-align: center; }
    @media (min-width: 768px) {
      .cta--couch-wrapper {
        padding: 80px 40px; } }
    @media (min-width: 1024px) {
      .cta--couch-wrapper {
        padding: 100px 40px; } }
  .cta--couch img {
    position: relative;
    z-index: 2;
    width: 100%;
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .cta--couch img {
        margin-bottom: 50px; } }

.checkout--order-guarentee {
  display: none; }
  @media (min-width: 768px) {
    .checkout--order-guarentee {
      display: block;
      padding: 10px 30px;
      background: #ffffff;
      text-align: center; }
      .checkout--order-guarentee p {
        font-size: .7rem; } }

.checkout .divider {
  margin-top: 40px; }

.checkout .billingshipping {
  padding: 10px 0; }

.checkout .form--fancy-inner {
  padding-bottom: 40px; }

.checkout--delivery {
  max-width: 500px; }
  .checkout--delivery p {
    font-size: .9rem; }

.checkout--billing p {
  font-size: .9rem;
  max-width: 500px; }
  .checkout--billing p.small {
    font-size: .775rem; }

.checkout--affirm-single {
  display: flex;
  align-items: flex-start;
  justify-content: space-between; }
  .checkout--affirm-single p {
    margin: 0; }

.checkout--affirm-copy {
  width: 100%; }

.checkout--affirm-icon {
  text-align: center;
  padding: 0 8px;
  margin-right: 12px;
  position: relative;
  top: -16px;
  width: 80px; }

.checkout--affirm-wrapper {
  padding: 20px 0 0px; }
  @media (min-width: 868px) {
    .checkout--affirm-wrapper {
      display: flex;
      justify-content: space-between; }
      .checkout--affirm-wrapper > div {
        width: 50%; }
        .checkout--affirm-wrapper > div:first-child {
          width: 46%; } }

.checkout--recap {
  padding-top: 30px;
  max-width: 430px; }
  .checkout--recap-single {
    padding-bottom: 30px; }
  .checkout--recap-header {
    display: flex;
    justify-content: space-between; }
  .checkout--recap p {
    max-width: 360px; }

.checkout--secure {
  position: absolute;
  right: 0px;
  top: 4px; }
  .checkout--secure-message {
    display: none; }
  @media (min-width: 520px) {
    .checkout--secure {
      display: flex;
      align-items: center; }
      .checkout--secure-message {
        padding-left: 14px;
        display: inline-block;
        max-width: 160px;
        font-size: .775rem; } }
  @media (min-width: 768px) {
    .checkout--secure-message {
      display: none; } }
  @media (min-width: 944px) {
    .checkout--secure {
      right: auto;
      left: 300px; }
      .checkout--secure-message {
        display: inline-block; } }

.checkout--courier {
  border: 1px solid #dcdcdc;
  width: 100%;
  margin: 20px 0; }
  .checkout--courier-header {
    background: #f1f1f1;
    text-align: center;
    padding: 14px;
    font-size: .9rem; }
  .checkout--courier-item {
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
    padding: 12px 0;
    border-top: 1px solid #f1f1f1;
    font-size: .85rem;
    cursor: pointer; }
    .checkout--courier-item.active {
      background: #27112F;
      color: #ffffff; }
    .checkout--courier-item:hover {
      background: #27112F;
      color: #ffffff; }
  .checkout--courier-scroller {
    overflow: hidden;
    overflow-x: scroll; }
  .checkout--courier-table-columns {
    display: flex;
    width: calc(130px * 30); }
  .checkout--courier-table-column {
    width: 130px;
    text-align: center; }
  .checkout--courier-table-row {
    display: flex;
    width: calc(130px * 30); }
  .checkout--courier-table-header {
    padding: 14px 0;
    text-align: center;
    width: 130px; }

.checkout--order-summary {
  background: #f1f1f1; }
  .checkout--order-summary-header {
    border-bottom: 1px solid #dcdcdc;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 24px;
    cursor: pointer; }
    .checkout--order-summary-header h2 {
      font-size: 1rem;
      text-transform: uppercase;
      position: relative; }
      .checkout--order-summary-header h2 span {
        position: absolute;
        right: -16px;
        top: 50%;
        margin-top: -3px; }
    .checkout--order-summary-header.mobile-open span {
      -ms-transform: rotate(-45deg);
      /* IE 9 */
      -webkit-transform: rotate(-45deg);
      /* Chrome, Safari, Opera */
      transform: rotate(-45deg);
      margin-top: -5px; }
  .checkout--order-summary-content {
    display: none; }
    .checkout--order-summary-content.mobile-open {
      display: block; }
    @media (min-width: 768px) {
      .checkout--order-summary-content {
        display: block; } }
  .checkout--order-summary-costs {
    padding: 10px 24px; }
  .checkout--order-summary-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4px 0px; }
  .checkout--order-summary-promo {
    text-align: center; }
    .checkout--order-summary-promo .form--fancy-wrapper {
      display: flex;
      justify-content: space-between; }
    .checkout--order-summary-promo-wrap {
      display: flex;
      align-items: center; }
    .checkout--order-summary-promo-clear {
      margin-left: 6px;
      width: 20px;
      height: 20px;
      border-radius: 50%;
      position: relative;
      background-color: #2E3038; }
      .checkout--order-summary-promo-clear:before {
        width: 12px;
        height: 1px;
        background: #ffffff;
        transform: rotate(45deg);
        position: absolute;
        left: 4px;
        top: 50%;
        content: ''; }
      .checkout--order-summary-promo-clear:after {
        width: 12px;
        height: 1px;
        background: #ffffff;
        transform: rotate(-45deg);
        position: absolute;
        left: 4px;
        top: 50%;
        content: ''; }
    .checkout--order-summary-promo button {
      border-radius: 0;
      height: 64px; }
  .checkout--order-summary-total {
    padding: 4px 24px; }
    .checkout--order-summary-total-wrap {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 14px 0;
      border-top: 1px solid #dcdcdc; }
      @media (min-width: 768px) {
        .checkout--order-summary-total-wrap {
          padding: 22px 0px; } }
  .checkout--order-summary-item {
    display: flex;
    justify-content: space-between; }
    @media (min-width: 768px) {
      .checkout--order-summary-item-details h5.lower {
        font-size: 1rem; } }
  .checkout--order-summary-items {
    border-bottom: 1px solid #dcdcdc;
    padding: 14px 24px; }
    @media (min-width: 768px) {
      .checkout--order-summary-items {
        padding: 22px 24px; } }
  .checkout--order-summary-info {
    display: flex;
    flex-wrap: wrap;
    max-width: 260px;
    padding: 8px 0; }
    .checkout--order-summary-info > h5 {
      width: 50%;
      margin-top: 4px; }
  @media (min-width: 768px) {
    .checkout--order-summary {
      max-width: 400px; }
      .checkout--order-summary-header {
        display: inline-block;
        width: 100%;
        padding: 20px;
        text-align: center; }
        .checkout--order-summary-header span,
        .checkout--order-summary-header .mobile-price {
          display: none; }
        .checkout--order-summary-header h2 {
          text-transform: capitalize;
          font-size: 1.4rem; } }

.checkout--container {
  min-height: 100vh;
  max-width: 1340px;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .checkout--container {
      padding: 40px 24px; } }
  @media (min-width: 768px) {
    .checkout--container-wrapper {
      display: flex;
      width: 100%;
      justify-content: space-between;
      flex-direction: row-reverse;
      align-items: flex-start; }
      .checkout--container-wrapper .checkout--wrapper {
        width: 54%; }
      .checkout--container-wrapper .checkout--order-summary {
        width: 42%; } }

.checkout--navigation {
  display: none; }
  .checkout--navigation svg {
    margin: 0 14px; }
  @media (min-width: 768px) {
    .checkout--navigation {
      display: flex;
      align-items: center;
      padding: 20px 0; } }

.checkout--wrapper {
  padding: 40px 24px; }
  @media (min-width: 768px) {
    .checkout--wrapper {
      padding: 30px 0; } }

.checkout form {
  padding: 20px 0; }

.cart {
  -ms-transform: translateX(100%);
  /* IE 9 */
  -webkit-transform: translateX(100%);
  /* Chrome, Safari, Opera */
  transform: translateX(100%);
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  width: 100%;
  height: 100vh;
  position: fixed;
  overflow-y: scroll;
  background: white;
  top: 0;
  right: 0;
  z-index: 21; }
  .cart.is-open {
    -ms-transform: translateX(0);
    /* IE 9 */
    -webkit-transform: translateX(0);
    /* Chrome, Safari, Opera */
    transform: translateX(0); }
  @media (min-width: 420px) {
    .cart {
      max-width: 400px; } }
  .cart--contents {
    height: calc(100% - 240px);
    overflow: hidden;
    overflow-y: scroll;
    padding-bottom: 70px; }
  .cart--empty {
    text-align: center;
    padding: 24px; }
    .cart--empty h5 {
      color: #dcdcdc; }
  .cart--header {
    padding: 24px 14px;
    text-align: center;
    position: relative;
    border-bottom: 1px solid #dcdcdc; }
  .cart--close {
    cursor: pointer;
    position: absolute;
    left: 20px;
    top: 20px; }
  .cart--item {
    padding: 24px;
    position: relative; }
    .cart--item-wrapper {
      display: flex; }
    .cart--item img {
      max-width: 100px; }
    .cart--item-details {
      padding: 0 14px; }
      .cart--item-details h5 {
        line-height: 1.6; }
    .cart--item-remove {
      position: absolute;
      right: 26px;
      top: 26px; }
    .cart--item-circle {
      -webkit-transition: all 0.25s;
      -moz-transition: all 0.25s;
      -o-transition: all 0.25s;
      transition: all 0.25s;
      width: 26px;
      height: 26px;
      border: 1px solid #DDDDDD;
      border-radius: 50%;
      cursor: pointer;
      position: relative; }
      .cart--item-circle:hover {
        background: #f1f1f1; }
        .cart--item-circle:hover:after {
          background: #2E3038; }
        .cart--item-circle:hover.increase:before {
          background: #2E3038; }
      .cart--item-circle:after {
        -webkit-transition: all 0.25s;
        -moz-transition: all 0.25s;
        -o-transition: all 0.25s;
        transition: all 0.25s;
        -ms-transform: translate(-50%, -50%);
        /* IE 9 */
        -webkit-transform: translate(-50%, -50%);
        /* Chrome, Safari, Opera */
        transform: translate(-50%, -50%);
        content: '';
        position: absolute;
        width: 9px;
        height: 1px;
        background: #dcdcdc;
        left: 50%;
        top: 50%; }
      .cart--item-circle.increase:before {
        -webkit-transition: all 0.25s;
        -moz-transition: all 0.25s;
        -o-transition: all 0.25s;
        transition: all 0.25s;
        -ms-transform: translate(-50%, -50%);
        /* IE 9 */
        -webkit-transform: translate(-50%, -50%);
        /* Chrome, Safari, Opera */
        transform: translate(-50%, -50%);
        content: '';
        position: absolute;
        width: 1px;
        height: 9px;
        background: #dcdcdc;
        left: 50%;
        top: 50%; }
    .cart--item-options {
      width: 100%;
      display: flex;
      align-items: center;
      margin-left: 7px; }
      .cart--item-options h5 {
        margin: 0 10px; }
      .cart--item-options-wrap {
        align-items: center;
        display: flex;
        justify-content: space-between; }
  .cart--wrapper {
    min-height: 400px;
    position: relative;
    height: 100vh; }
  .cart--footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    border-top: 1px solid #dcdcdc;
    padding: 24px;
    background-color: #ffffff; }
    .cart--footer-row {
      display: flex;
      justify-content: space-between;
      padding: 4px 0;
      align-items: center; }
      .cart--footer-row p {
        margin: 0;
        padding: 0; }
    .cart--footer .btn {
      width: 100%; }
    .cart--footer-button {
      text-align: center; }
    .cart--footer-divider {
      border-top: 1px solid #dcdcdc;
      margin-top: 14px;
      padding-top: 14px;
      margin-bottom: 20px; }

.auth {
  height: calc(100vh - 48px);
  min-height: 600px;
  display: flex;
  align-items: center;
  padding: 24px;
  justify-content: center; }
  .auth--box {
    max-width: 420px;
    width: 100%;
    margin: 0 auto; }
  .auth h2 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 1.4rem; }
    @media (min-width: 768px) {
      .auth h2 {
        font-size: 1.75rem; } }
  .auth p {
    text-align: center; }
  .auth a {
    border-bottom: 1px solid #2E3038;
    padding-bottom: 2px; }
  .auth--form-wrapper-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    margin-bottom: 20px; }
  .auth--form .form--fancy-wrapper {
    display: block; }
  .auth--form-submit {
    margin-top: 30px; }
  .auth .btn {
    margin-top: 20px;
    width: 100%; }

.account {
  padding: 80px 24px 80px; }
  .account--box {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    padding-top: 40px; }
    .account--box.history {
      max-width: 1020px; }
      @media (min-width: 768px) {
        .account--box.history {
          min-height: calc(100vh - 140px); } }
  .account--form {
    margin-bottom: 40px; }
    @media (min-width: 768px) {
      .account--form {
        margin-bottom: 80px; } }
  .account h2 {
    text-align: center;
    margin-bottom: 30px;
    margin-top: 40px; }
  @media (min-width: 768px) {
    .account {
      padding-top: 140px; } }
  .account--nav {
    position: absolute;
    top: 52px;
    padding: 8px 10px 0;
    left: 0;
    text-transform: uppercase;
    border-bottom: 1px solid #f1f1f1;
    width: 100%;
    overflow: hidden;
    overflow-x: scroll; }
    .account--nav-wrapper {
      min-width: 520px;
      margin: 0 auto;
      display: flex;
      justify-content: center; }
    @media (min-width: 768px) {
      .account--nav {
        top: 90px;
        padding-top: 8px; } }
    .account--nav a {
      font-size: .85rem;
      position: relative;
      padding: 16px 0 14px;
      margin: 0 20px; }
      .account--nav a.active:after, .account--nav a:hover:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background: #27112F; }
  .account--history-block {
    margin-bottom: 10px; }
  .account--history-header {
    margin-bottom: 4px; }
    .account--history-header-status {
      padding: 8px 0;
      display: flex;
      justify-content: space-between; }
  .account--history-content {
    border: 1px solid #dcdcdc;
    padding: 30px 24px 0;
    width: 100%; }
    .account--history-content img {
      width: 100%;
      height: auto; }
    @media (min-width: 768px) {
      .account--history-content {
        padding: 50px 40px 0; } }
    @media (min-width: 1024px) {
      .account--history-content {
        display: flex;
        justify-content: space-between; } }
  .account--history-info {
    padding: 10px 0; }
    .account--history-info .bump {
      margin-top: 34px; }
    @media (min-width: 768px) {
      .account--history-info-wrapper {
        display: flex;
        justify-content: space-between; }
        .account--history-info-wrapper > div {
          width: calc(50% - 10px); } }
    @media (min-width: 1024px) {
      .account--history-info-wrapper {
        width: 60%; } }
    @media (min-width: 1024px) {
      .account--history-info {
        padding: 0 0 30px; }
        .account--history-info p:first-child {
          margin-top: 0;
          padding-top: 0; } }
  @media (min-width: 1024px) {
    .account--history-couch {
      width: 400px; } }
  .account--history-couch-wrapper {
    display: flex; }
  .account--history-couch-image {
    width: 35%;
    margin-right: 14px; }
  .account--history-couch-data .lower {
    font-size: 1rem; }
  .account--history-couch-data-info {
    display: flex;
    flex-wrap: wrap; }
    .account--history-couch-data-info > h5 {
      margin: 6px 0;
      width: 50%;
      text-align: left; }

.starrating--reviews-stars {
  position: relative; }
  .starrating--reviews-stars svg, .starrating--reviews-stars div {
    position: absolute; }

.userreview {
  font-size: .8rem;
  color: #27112F;
  width: 100%;
  padding: 15px 0px 30px 0px;
  border-bottom: 1px solid #E6E2DD; }
  .userreview [class*="--row-"] {
    margin-top: 15px; }
  @media (min-width: 768px) {
    .userreview [class*="--left"] {
      display: inline-block;
      width: 25%; } }
  @media (min-width: 768px) {
    .userreview [class*="--right"] {
      display: inline-block;
      width: 75%; } }
  .userreview--row-3 {
    margin-top: 8px !important; }
  .userreview--row-4 {
    margin-top: 20px !important; }
  .userreview--left-verified {
    display: inline-block;
    vertical-align: text-top;
    margin-bottom: 20px; }
  .userreview--left-user {
    vertical-align: top;
    opacity: .4;
    height: 45px;
    font-size: .8rem; }
    @media (min-width: 768px) {
      .userreview--left-user {
        height: 30px; } }
  .userreview--left-date {
    opacity: .4;
    font-size: .8rem; }
  .userreview--left-spacer {
    height: 15px; }
  .userreview--left-stars .starrating--reviews-stars {
    margin-top: -12px; }
  .userreview--right-title {
    padding-top: 20px;
    font-size: 1.2rem; }
    @media (min-width: 768px) {
      .userreview--right-title {
        padding-top: 0px; } }
  .userreview--right-content div {
    vertical-align: top; }
  .userreview--right-content-mini {
    height: 90px;
    font-size: 1rem;
    line-height: 20px; }
    @media (min-width: 768px) {
      .userreview--right-content-mini {
        height: 45px; } }
  .userreview--right-content-full {
    visibility: collapse;
    display: none !important;
    font-size: 1rem;
    line-height: 20px; }
  .userreview--right-continue {
    font-size: 1rem;
    width: inherit !important;
    margin-top: 15px;
    cursor: pointer; }
    .userreview--right-continue span {
      border-bottom: 1px solid; }
  .userreview--right-attribute-header {
    padding-top: 15px;
    max-width: 360px !important; }
    @media (min-width: 768px) {
      .userreview--right-attribute-header {
        padding-top: 0px; } }
    .userreview--right-attribute-header span {
      display: inline-block;
      width: 33%;
      opacity: .4; }
  .userreview--right-attribute-score {
    margin-top: -15px;
    max-width: 360px !important; }
    @media (min-width: 768px) {
      .userreview--right-attribute-score {
        margin-top: -7px; } }
    .userreview--right-attribute-score span {
      display: inline-block;
      width: 33%; }

.hide-button {
  visibility: hidden;
  border: 0px; }

.hide-mini {
  visibility: collapse;
  display: none !important; }

.show-full {
  visibility: visible;
  display: inline-block !important;
  height: 100%; }

.home--hero {
  background: #ffffff;
  min-height: 520px;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
  overflow: hidden; }
  .home--hero-background {
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
    transform: translateY(100%);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #FFEB64;
    position: absolute; }
  .home--hero .btn {
    position: relative;
    z-index: 2;
    opacity: 0;
    margin-top: 150px;
    transform: translateY(100px); }
    @media (min-width: 1024px) {
      .home--hero .btn {
        transform: translateY(180px); } }
  .home--hero-wrapper {
    width: 100vw;
    height: 100%;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0; }
    .home--hero-wrapper .couch-one {
      opacity: 0;
      display: block; }
  .home--hero.shop .btn {
    transform: translateY(120px);
    opacity: 1; }
  .home--hero.couch-one .couch-one {
    -webkit-transition: all 0.15s;
    -moz-transition: all 0.15s;
    -o-transition: all 0.15s;
    transition: all 0.15s;
    opacity: 1;
    display: block; }
  .home--hero.couch-two .couch-two {
    display: block; }
  .home--hero.couch-three .couch-three {
    display: block; }
  .home--hero.slide-up .home--hero-background {
    transform: translateY(0px); }
  .home--hero.slide-down h4 {
    transform: translateY(0px); }
  .home--hero h4 {
    top: 20px;
    width: 100%;
    left: 0;
    text-align: center;
    position: absolute;
    letter-spacing: .005rem;
    z-index: 2;
    font-size: .9rem;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
    transform: translateY(-150px); }
    @media (min-width: 320px) {
      .home--hero h4 {
        font-size: 1.1rem; } }
    @media (min-width: 768px) {
      .home--hero h4 {
        font-size: 1.4rem;
        top: 30px; } }
    @media (min-width: 1024px) {
      .home--hero h4 {
        font-size: 1.6rem; } }
  @media (min-width: 768px) {
    .home--hero {
      height: 100vh;
      min-height: 800px; } }
  .home--hero img {
    width: 120%;
    z-index: 2;
    position: absolute;
    display: none;
    margin: 0 auto;
    padding-top: 20px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    @media (min-width: 768px) {
      .home--hero img {
        width: 100%;
        padding-top: 160px; } }
    @media (min-width: 1024px) {
      .home--hero img {
        max-width: 2000px; } }
  .home--hero-logo svg {
    width: 104vw;
    position: absolute;
    height: auto;
    z-index: 1;
    top: 50%;
    height: 29vw;
    transform: translateY(-110%);
    left: -2vw;
    fill: #fff; }
    @media (min-width: 420px) {
      .home--hero-logo svg {
        transform: translateY(-110%); } }
    @media (min-width: 768px) {
      .home--hero-logo svg {
        transform: translateY(-80%); } }
    @media (min-width: 1200px) and (min-height: 800px) {
      .home--hero-logo svg {
        top: 190px;
        transform: translateY(0); } }

.insta--module h5 {
  margin-top: 30px;
  display: flex;
  align-items: center; }
  .insta--module h5 svg {
    margin-right: 5px; }

.insta--module-copy {
  padding: 40px 24px; }
  @media (min-width: 768px) {
    .insta--module-copy {
      width: calc(50% - 20px); }
      .insta--module-copy h5 {
        display: none; } }
  @media (min-width: 1024px) {
    .insta--module-copy {
      padding: 80px 40px;
      padding-right: 90px; } }

.insta--module-wrapper {
  max-width: 1340px;
  margin: 0 auto;
  position: relative; }
  @media (min-width: 768px) {
    .insta--module-wrapper {
      margin: 24px auto;
      height: 500px; } }
  @media (min-width: 868px) {
    .insta--module-wrapper {
      margin-top: 120px;
      height: 560px; } }
  @media (min-width: 1024px) {
    .insta--module-wrapper {
      height: 740px;
      margin-bottom: 50px; } }

.insta--module-single {
  width: 100%; }
  .insta--module-single img {
    width: 100%; }
  @media (min-width: 768px) {
    .insta--module-single {
      width: 25%;
      display: flex;
      align-items: center;
      background-size: cover;
      background-position: center center;
      text-align: center;
      justify-content: center;
      position: relative; }
      .insta--module-single img {
        width: 100%;
        opacity: 0; }
        .insta--module-single img.insta--module-single-jeff {
          opacity: 1;
          width: 80%; }
      .insta--module-single-jeff {
        opacity: 1;
        position: absolute;
        top: -60px;
        right: 10px; }
      .insta--module-single h5 {
        margin-top: 10px; } }
  .insta--module-single:nth-child(5) {
    opacity: 0; }
    @media (min-width: 1024px) {
      .insta--module-single:nth-child(5) {
        opacity: 1; } }

@media (min-width: 768px) {
  .insta--module-double {
    width: 50%; } }

.insta--module-slideshow {
  margin: 20px 0; }
  .insta--module-slideshow:after {
    content: 'flickity';
    display: none; }
    @media (min-width: 768px) {
      .insta--module-slideshow:after {
        content: ''; } }
  .insta--module-slideshow .hidden {
    display: none; }
  .insta--module-slideshow-absolute {
    display: none; }
  @media (min-width: 768px) {
    .insta--module-slideshow {
      display: none; }
      .insta--module-slideshow-absolute {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        flex-wrap: wrap; }
        .insta--module-slideshow-absolute .hidden {
          display: block; }
          .insta--module-slideshow-absolute .hidden.flex {
            display: flex; } }

.faq--wrapper {
  padding: 40px 24px;
  max-width: 900px;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .faq--wrapper {
      padding-top: 100px; } }

.faq--single {
  padding: 26px 0;
  padding-right: 40px;
  border-bottom: 1px solid #dcdcdc;
  position: relative;
  cursor: pointer;
  backface-visibility: hidden; }
  .faq--single h5 {
    text-transform: none; }
    @media (min-width: 768px) {
      .faq--single h5 {
        font-size: 1.4rem; } }
  .faq--single-plus {
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1, 1);
    width: 14px;
    height: 14px;
    position: absolute;
    right: 20px;
    top: 26px; }
    .faq--single-plus:after {
      position: absolute;
      content: '';
      width: 100%;
      top: 50%;
      transform: translateY(-50%);
      height: 1px;
      background: #2E3038; }
    .faq--single-plus:before {
      position: absolute;
      content: '';
      width: 1px;
      left: 50%;
      transform: translateX(-50%);
      height: 100%;
      background: #2E3038; }
  .faq--single:first-child {
    border-top: 1px solid #dcdcdc; }
  .faq--single p {
    max-width: 600px;
    padding-top: 20px;
    display: none; }
  .faq--single a {
    text-decoration: underline; }
  .faq--single.open p {
    display: block; }
  .faq--single.open .faq--single-plus {
    transform: rotate(45deg); }

.our-story--pattern {
  position: relative;
  background: #f1f1f1; }
  .our-story--pattern-svg {
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: .5;
    top: 0;
    left: 0;
    overflow: hidden; }
    .our-story--pattern-svg svg {
      width: calc(100% + 1200px);
      position: absolute;
      left: -200px;
      top: -100px; }
      @media (min-width: 768px) {
        .our-story--pattern-svg svg {
          width: calc(100% + 1200px);
          left: -40px; } }
  .our-story--pattern-wrapper {
    position: relative;
    z-index: 2;
    max-width: 520px;
    text-align: center;
    padding: 60px 40px 40px;
    margin: 0 auto; }
    .our-story--pattern-wrapper p:last-child {
      font-family: 'NeuzeitSLTW01-BookHeavy'; }
    .our-story--pattern-wrapper img {
      max-width: 140px; }
      @media (min-width: 768px) {
        .our-story--pattern-wrapper img {
          max-width: 190px; } }
    @media (min-width: 768px) {
      .our-story--pattern-wrapper {
        padding: 60px 24px 60px; } }
    @media (min-width: 768px) {
      .our-story--pattern-wrapper {
        padding: 80px 24px 100px; } }

.our-story--boxes {
  position: relative; }
  .our-story--boxes-image {
    background-size: 120%;
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
    top: -20px; }
    .our-story--boxes-image img {
      width: 100%;
      padding-bottom: 60%;
      height: 0;
      opacity: 0; }
    @media (min-width: 768px) {
      .our-story--boxes-image {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        background-size: 100%; } }
    @media (min-width: 1024px) {
      .our-story--boxes-image {
        background-position: top right;
        background-size: 1466px;
        background-image: none !important; }
        .our-story--boxes-image img {
          opacity: 1;
          padding-bottom: 0;
          position: absolute;
          right: 0;
          width: auto;
          top: -30px;
          height: 100%; } }
  .our-story--boxes-wrapper {
    padding: 24px 24px 40px;
    max-width: 1340px;
    margin: 0 auto; }
    @media (min-width: 768px) {
      .our-story--boxes-wrapper {
        position: relative;
        z-index: 2;
        padding: 120px 40px; } }
    @media (min-width: 1024px) {
      .our-story--boxes-wrapper {
        padding: 230px 40px; } }
  .our-story--boxes-copy {
    max-width: 520px; }
    @media (min-width: 768px) {
      .our-story--boxes-copy {
        max-width: 400px; }
        .our-story--boxes-copy p {
          max-width: 380px; } }

.our-story--team {
  padding: 24px;
  overflow: hidden; }
  .our-story--team img {
    width: 100%; }
  .our-story--team-wrapper {
    position: relative; }
    @media (min-width: 1144px) {
      .our-story--team-wrapper {
        display: flex; }
        .our-story--team-wrapper > div {
          width: 50%; } }
  .our-story--team-single {
    background: #DCE3E9;
    color: #27112F;
    position: relative; }
    .our-story--team-single h5 {
      padding-bottom: 20px; }
    .our-story--team-single:last-child {
      background: #e9edf1; }
    .our-story--team-single-copy {
      padding: 30px 24px; }
      .our-story--team-single-copy p {
        font-size: 1rem; }
      @media (min-width: 768px) {
        .our-story--team-single-copy {
          padding: 30px 40px; } }
    .our-story--team-single-image {
      text-align: center; }
    @media (min-width: 768px) {
      .our-story--team-single-background {
        display: flex;
        justify-content: space-between;
        flex-direction: row-reverse;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: bottom;
        position: absolute;
        height: 100%; }
        .our-story--team-single-background img {
          display: none; }
      .our-story--team-single h5 {
        position: absolute;
        left: 50px;
        top: 50px; }
      .our-story--team-single-image {
        width: 56%; }
        .our-story--team-single-image img {
          max-width: 100%; }
      .our-story--team-single-copy {
        width: 44%; }
        .our-story--team-single-copy h4, .our-story--team-single-copy p {
          position: relative;
          margin-left: -40px; } }
  @media (min-width: 768px) and (min-width: 768px) {
    .our-story--team-single-copy {
      padding-top: 100px; } }
    @media (min-width: 1024px) {
      .our-story--team-single-background {
        align-items: center; }
      .our-story--team-single-copy {
        margin-bottom: 200px; } }
    @media (min-width: 768px) {
      .our-story--team-single {
        height: 0;
        padding-bottom: 45%; } }

@media (min-width: 1024px) {
  .our-story--designer-wrapper {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-end; }
    .our-story--designer-wrapper .our-story--designer-full {
      width: 50%; } }

@media (min-width: 1024px) {
  .our-story--designer-inner-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    max-width: 790px; } }

.our-story--designer-copy {
  padding: 40px 30px;
  max-width: 500px; }
  .our-story--designer-copy img {
    margin-top: 30px;
    width: 100%; }
  @media (min-width: 768px) {
    .our-story--designer-copy {
      max-width: 100%;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .our-story--designer-copy > div {
        width: 48%; } }
  @media (min-width: 1024px) {
    .our-story--designer-copy {
      display: block;
      max-width: 500px; }
      .our-story--designer-copy > div {
        width: 100%; } }

.our-story--designer-full {
  position: relative;
  background-size: cover;
  background-position: center center; }
  .our-story--designer-full-text {
    position: absolute;
    width: 100%; }
    @media (min-width: 1024px) {
      .our-story--designer-full-text {
        right: 0; } }
    .our-story--designer-full-text h5 {
      padding: 36px;
      line-height: 1.4; }
      @media (min-width: 1024px) {
        .our-story--designer-full-text h5 {
          padding: 50px 74px; } }
  .our-story--designer-full img {
    height: 0;
    opacity: 0;
    padding-bottom: 100%; }
    @media (min-width: 1024px) {
      .our-story--designer-full img {
        padding-bottom: 0;
        max-height: 980px;
        height: 100vh; } }

.product--view-grid {
  width: 100%; }
  @media (min-width: 768px) {
    .product--view-grid {
      display: flex; }
      .product--view-grid > div {
        width: 100%; } }
  .product--view-grid-image {
    background-size: cover;
    background-position: center center;
    position: relative; }
    .product--view-grid-image img {
      min-height: 200px;
      height: 36vw;
      width: 100%;
      opacity: 0;
      display: block; }
    .product--view-grid-image.capped {
      min-height: 140px;
      height: 26vw;
      background-position: top right; }
      @media (min-width: 768px) {
        .product--view-grid-image.capped {
          min-height: 100px;
          height: 18vw; } }
    .product--view-grid-image-background {
      position: absolute;
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: center center; }
      .product--view-grid-image-background.hover {
        -webkit-transition: opacity 0.25s;
        -moz-transition: opacity 0.25s;
        -o-transition: opacity 0.25s;
        transition: opacity 0.25s;
        z-index: 2;
        opacity: 0; }
    .product--view-grid-image:hover .product--view-grid-image-background.hover {
      opacity: 1; }
  .product--view-grid-dual {
    display: flex;
    justify-content: space-between; }
    .product--view-grid-dual > div {
      width: 60%; }
      .product--view-grid-dual > div:first-child {
        width: 40%; }
    .product--view-grid-dual img {
      min-height: 140px;
      height: 26vw; }
      @media (min-width: 768px) {
        .product--view-grid-dual img {
          min-height: 100px;
          height: 18vw; } }

.product--details {
  background: #EFEFEF; }
  .product--details-wrapper {
    max-width: 1340px;
    margin: 0 auto;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between; }
    @media (min-width: 768px) {
      .product--details-wrapper {
        padding: 50px 20px; } }
  .product--details svg {
    max-width: 100%; }
  .product--details-item {
    width: 33.3%;
    margin: 10px 0;
    padding: 10px; }
    .product--details-item.m-double {
      width: 50%; }
    .product--details-item-icon {
      height: 40px; }
    @media (min-width: 1024px) {
      .product--details-item {
        width: calc(100% / 6); } }
  .product--details h5 {
    padding: 10px 0 8px;
    border-bottom: 1px solid #f1f1f1; }
  .product--details p {
    margin: 0;
    padding: 6px 0; }

@media (min-width: 1024px) {
  .product--steps-wrapper {
    display: flex;
    justify-content: space-between; } }

.product--steps-single {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 400px;
  display: flex;
  align-items: flex-end;
  padding: 24px;
  position: relative;
  border-top: 1px solid #ffffff; }
  @media (min-width: 1024px) {
    .product--steps-single:nth-child(2) {
      border-left: 1px solid #ffffff;
      border-right: 1px solid #ffffff; } }
  .product--steps-single-copy {
    padding-top: 30vw; }
  .product--steps-single-jeff {
    position: absolute;
    bottom: 120px;
    left: 54px; }
    .product--steps-single-jeff img {
      max-width: 200px; }
    @media (min-width: 768px) {
      .product--steps-single-jeff {
        left: 64px; }
        .product--steps-single-jeff img {
          max-width: 260px; } }
    @media (min-width: 1024px) {
      .product--steps-single-jeff {
        left: 80px;
        bottom: 160px; }
        .product--steps-single-jeff img {
          max-width: 220px; } }
  .product--steps-single p {
    font-size: 1rem;
    padding: 0;
    max-width: 340px;
    min-height: 46px; }
  .product--steps-single h1 {
    font-size: 4.875rem; }
    @media (min-width: 768px) {
      .product--steps-single h1 {
        font-size: 6.17rem; } }
  .product--steps-single.yellow-bg {
    background: #FFEB64; }
    .product--steps-single.yellow-bg h1 {
      color: #ffffff; }
  @media (min-width: 1024px) {
    .product--steps-single {
      width: 33.333%;
      padding: 46px; }
      .product--steps-single-copy {
        padding-top: 240px; } }

.product--features {
  background: #EFEFEF; }
  .product--features-wrapper {
    width: 100vw;
    overflow: hidden;
    position: relative; }
    @media (min-width: 768px) {
      .product--features-wrapper {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        min-height: 640px; } }
  .product--features-options {
    padding: 30px 0;
    max-width: 240px;
    margin: 0 auto; }
    @media (min-width: 768px) {
      .product--features-options {
        max-width: 1000px;
        width: 100%; } }
  .product--features-images {
    position: relative;
    transform: translateX(10%); }
    @media (min-width: 768px) {
      .product--features-images {
        transform: translateX(0); } }
    .product--features-images img {
      width: 100%;
      opacity: 0; }
    .product--features-images-backgrounds {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      .product--features-images-backgrounds img {
        position: absolute;
        -webkit-transition: all 0.55s;
        -moz-transition: all 0.55s;
        -o-transition: all 0.55s;
        transition: all 0.55s;
        opacity: 0; }
        .product--features-images-backgrounds img.active {
          opacity: 1; }
    .product--features-images img {
      max-width: 1300px;
      width: auto;
      max-height: 360px; }
      @media (min-width: 768px) {
        .product--features-images img {
          max-height: 570px; } }
    @media (min-width: 768px) {
      .product--features-images {
        margin-top: 40px;
        top: 0;
        position: absolute;
        left: 50%; } }
  .product--features-option {
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 18px 24px; }
    .product--features-option h5 {
      max-width: 160px;
      margin-left: 14px; }
    .product--features-option svg {
      width: 60px; }

.product--module {
  background: #f1f1f1;
  min-height: 500px;
  color: #27112F; }
  @media (min-width: 1280px) {
    .product--module-wrapper {
      display: flex;
      padding: 14vw 30px;
      align-items: center;
      max-height: 100vh;
      margin: 0 auto;
      max-width: 1340px; } }
  .product--module-couch {
    padding: 24px;
    text-align: center; }
    .product--module-couch-w {
      margin: 80px auto 0; }
      .product--module-couch-w p {
        max-width: 340px;
        margin: 0 auto;
        padding: 30px; }
      @media (min-width: 420px) {
        .product--module-couch-w {
          margin: 10vh auto 0;
          width: 100%; } }
    .product--module-couch img {
      display: block;
      width: 100%;
      max-width: 1100px; }
  @media (min-width: 970px) {
    .product--module-selector-wrapper {
      display: flex; } }
  @media (min-width: 1280px) {
    .product--module-selector-wrapper {
      max-width: 340px;
      display: block; } }
  .product--module-details {
    padding: 20px 0;
    max-width: 540px;
    margin: 0 auto; }
    @media (min-width: 970px) {
      .product--module-details {
        display: flex;
        justify-content: space-between;
        max-width: 790px;
        align-items: center;
        padding-bottom: 80px; } }
    @media (min-width: 1280px) {
      .product--module-details {
        display: block;
        padding-bottom: 20px;
        max-width: 340px; } }
    .product--module-details-wrapper {
      width: 100%; }
  .product--module-header-wrapper {
    width: 70%;
    padding: 10px 24px 20px;
    display: inline-block;
    align-items: center; }
    @media (min-width: 970px) {
      .product--module-header-wrapper {
        padding: 10px 0 20px;
        align-items: flex-end; } }
    @media (min-width: 1280px) {
      .product--module-header-wrapper {
        width: 100%;
        display: block; } }
  @media (max-width: 499px) {
    .product--module-header-title h2 {
      font-size: 1.65rem; } }
  @media (min-width: 970px) {
    .product--module-header-title {
      width: auto;
      min-width: 380px;
      margin-right: 20px; } }
  @media (min-width: 1280px) {
    .product--module-header-title {
      min-width: 100%; } }
  .product--module-header-reviews {
    width: 30%;
    text-align: left;
    padding-left: 20px;
    display: inline-block; }
    .product--module-header-reviews-score {
      padding-top: 20px;
      font-size: .75rem;
      width: 92px;
      text-align: right; }
      @media (min-width: 420px) {
        .product--module-header-reviews-score {
          font-size: .815rem; } }
    @media (min-width: 1280px) {
      .product--module-header-reviews {
        padding: 0px 0px 10px 0px;
        width: 100%;
        text-align: left;
        display: flex;
        align-items: center; }
        .product--module-header-reviews-score {
          margin-left: 92px; } }
  .product--module-bubble-wrap {
    display: flex;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc; }
    .product--module-bubble-wrap > div {
      padding: 14px 24px; }
      @media (min-width: 970px) {
        .product--module-bubble-wrap > div {
          padding: 14px 0px; }
          .product--module-bubble-wrap > div.product--module-arms {
            padding-left: 6px; } }
      @media (min-width: 1280px) {
        .product--module-bubble-wrap > div {
          padding: 8px 0; }
          .product--module-bubble-wrap > div.product--module-arms {
            padding-left: 0px; } }
    @media (min-width: 1280px) {
      .product--module-bubble-wrap {
        border: none;
        display: block; } }
  .product--module-seats {
    width: 50%;
    border-right: 1px solid #dcdcdc;
    position: relative; }
    @media (min-width: 420px) {
      .product--module-seats {
        width: 60%;
        display: flex;
        align-items: center; }
        .product--module-seats-copy {
          width: 100px; } }
    @media (min-width: 970px) {
      .product--module-seats {
        display: block; }
        .product--module-seats-copy {
          padding: 0 14px 10px;
          width: 100%;
          display: flex;
          align-items: flex-end; }
          .product--module-seats-copy h5 {
            margin-right: 4px; } }
    @media (min-width: 1280px) {
      .product--module-seats {
        border: none;
        display: flex;
        align-items: center;
        width: 100%; }
        .product--module-seats-copy {
          padding: 0;
          width: 50px; } }
  .product--module-arms {
    width: 50%; }
    @media (min-width: 420px) {
      .product--module-arms {
        width: 40%;
        display: flex;
        align-items: center; } }
    @media (min-width: 970px) {
      .product--module-arms {
        display: block; }
        .product--module-arms h5 {
          padding: 0 14px 10px; } }
    @media (min-width: 1280px) {
      .product--module-arms {
        width: 100%;
        display: flex;
        align-items: center; }
        .product--module-arms h5 {
          padding: 0;
          width: 50px; } }
  .product--module-size {
    font-size: .75rem;
    position: absolute;
    left: 80px;
    top: 15px;
    opacity: .7; }
    @media (min-width: 420px) {
      .product--module-size {
        position: static;
        display: block; } }
    @media (min-width: 1280px) {
      .product--module-size {
        position: absolute;
        left: 218px;
        top: 16px; } }
  .product--module-selectors {
    display: flex;
    padding: 10px 0 0; }
    @media (min-width: 420px) {
      .product--module-selectors {
        padding: 0 10px; } }
    @media (min-width: 970px) {
      .product--module-selectors {
        padding: 0 14px; } }
  .product--module-selector {
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
    font-family: 'NeuzeitSLTW01-BookHeavy';
    font-size: .8rem;
    width: 28px;
    height: 28px;
    cursor: pointer;
    margin-right: 6px;
    border: 1px solid rgba(39, 17, 47, 0.3);
    color: rgba(39, 17, 47, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    text-transform: capitalize; }
    .product--module-selector.active, .product--module-selector:hover {
      border: 1px solid #27112F;
      color: #27112F; }
  .product--module-colors {
    padding: 14px 24px;
    border-bottom: 1px solid #dcdcdc; }
    @media (min-width: 420px) {
      .product--module-colors {
        display: flex;
        align-items: center; } }
    .product--module-colors-label {
      display: none; }
      @media (min-width: 420px) {
        .product--module-colors-label {
          display: block;
          margin-right: 20px; } }
      @media (min-width: 1280px) {
        .product--module-colors-label {
          display: none; } }
    @media (min-width: 970px) {
      .product--module-colors {
        padding: 14px 14px;
        display: block;
        border-left: 1px solid #dcdcdc;
        border-top: 1px solid #dcdcdc; }
        .product--module-colors h5 {
          padding-bottom: 10px; } }
    @media (min-width: 1280px) {
      .product--module-colors {
        padding: 14px 0;
        border: none; } }
  .product--module-select-color.product--color-charcoal {
    background-color: #27112F;
    width: 27px;
    border-radius: 50%;
    height: 27px;
    display: inline-block;
    margin: 2px 6px;
    position: relative;
    cursor: pointer; }
    .product--module-select-color.product--color-charcoal:after {
      -webkit-transition: all 0.25s;
      -moz-transition: all 0.25s;
      -o-transition: all 0.25s;
      transition: all 0.25s;
      position: absolute;
      left: -4px;
      top: -4px;
      width: 33px;
      height: 33px;
      border: 1px solid transparent;
      content: '';
      border-radius: 50%; }
    .product--module-select-color.product--color-charcoal.active:after, .product--module-select-color.product--color-charcoal:hover:after {
      border-color: #27112F; }
  .product--module-select-color.product--color-crushed_gravel {
    background-color: #dcdcdc;
    width: 27px;
    border-radius: 50%;
    height: 27px;
    display: inline-block;
    margin: 2px 6px;
    position: relative;
    cursor: pointer; }
    .product--module-select-color.product--color-crushed_gravel:after {
      -webkit-transition: all 0.25s;
      -moz-transition: all 0.25s;
      -o-transition: all 0.25s;
      transition: all 0.25s;
      position: absolute;
      left: -4px;
      top: -4px;
      width: 33px;
      height: 33px;
      border: 1px solid transparent;
      content: '';
      border-radius: 50%; }
    .product--module-select-color.product--color-crushed_gravel.active:after, .product--module-select-color.product--color-crushed_gravel:hover:after {
      border-color: #27112F; }
  .product--module-select-color.product--color-beige {
    background-color: #FFEB64;
    width: 27px;
    border-radius: 50%;
    height: 27px;
    display: inline-block;
    margin: 2px 6px;
    position: relative;
    cursor: pointer; }
    .product--module-select-color.product--color-beige:after {
      -webkit-transition: all 0.25s;
      -moz-transition: all 0.25s;
      -o-transition: all 0.25s;
      transition: all 0.25s;
      position: absolute;
      left: -4px;
      top: -4px;
      width: 33px;
      height: 33px;
      border: 1px solid transparent;
      content: '';
      border-radius: 50%; }
    .product--module-select-color.product--color-beige.active:after, .product--module-select-color.product--color-beige:hover:after {
      border-color: #27112F; }
  .product--module-select-color.product--color-navy_blue {
    background-color: #27112F;
    width: 27px;
    border-radius: 50%;
    height: 27px;
    display: inline-block;
    margin: 2px 6px;
    position: relative;
    cursor: pointer; }
    .product--module-select-color.product--color-navy_blue:after {
      -webkit-transition: all 0.25s;
      -moz-transition: all 0.25s;
      -o-transition: all 0.25s;
      transition: all 0.25s;
      position: absolute;
      left: -4px;
      top: -4px;
      width: 33px;
      height: 33px;
      border: 1px solid transparent;
      content: '';
      border-radius: 50%; }
    .product--module-select-color.product--color-navy_blue.active:after, .product--module-select-color.product--color-navy_blue:hover:after {
      border-color: #27112F; }
  .product--module-select-color.product--color-brick_red {
    background-color: #f49099;
    width: 27px;
    border-radius: 50%;
    height: 27px;
    display: inline-block;
    margin: 2px 6px;
    position: relative;
    cursor: pointer; }
    .product--module-select-color.product--color-brick_red:after {
      -webkit-transition: all 0.25s;
      -moz-transition: all 0.25s;
      -o-transition: all 0.25s;
      transition: all 0.25s;
      position: absolute;
      left: -4px;
      top: -4px;
      width: 33px;
      height: 33px;
      border: 1px solid transparent;
      content: '';
      border-radius: 50%; }
    .product--module-select-color.product--color-brick_red.active:after, .product--module-select-color.product--color-brick_red:hover:after {
      border-color: #27112F; }
  .product--module-addtocart {
    padding: 20px 0;
    text-align: center; }
    @media (min-width: 970px) {
      .product--module-addtocart {
        width: 380px;
        margin-top: 30px; } }
    @media (min-width: 1280px) {
      .product--module-addtocart {
        width: 100%;
        margin-top: 0;
        text-align: left; } }
    .product--module-addtocart p {
      -webkit-transition: all 0.25s;
      -moz-transition: all 0.25s;
      -o-transition: all 0.25s;
      transition: all 0.25s;
      color: #2E3038;
      margin-top: 4px;
      opacity: .4;
      cursor: pointer; }
      .product--module-addtocart p svg {
        -webkit-transition: all 0.25s;
        -moz-transition: all 0.25s;
        -o-transition: all 0.25s;
        transition: all 0.25s; }
      .product--module-addtocart p:hover {
        opacity: .8; }
        .product--module-addtocart p:hover svg {
          -ms-transform: translateX(4px);
          /* IE 9 */
          -webkit-transform: translateX(4px);
          /* Chrome, Safari, Opera */
          transform: translateX(4px); }
    .product--module-addtocart-pill {
      -webkit-transition: all 0.25s;
      -moz-transition: all 0.25s;
      -o-transition: all 0.25s;
      transition: all 0.25s;
      display: flex;
      max-width: 260px;
      width: calc(100% - 30px);
      font-size: .85rem;
      background: #f49099;
      color: #ffffff;
      padding: 20px;
      border-radius: 30px;
      cursor: pointer;
      margin: 0 auto;
      position: relative; }
      .product--module-addtocart-pill span {
        font-family: 'NeuzeitSLTW01-BookHeavy';
        text-transform: uppercase; }
      .product--module-addtocart-pill:before {
        position: absolute;
        height: 100%;
        width: 1px;
        background: #f1f1f1;
        left: 30%;
        top: 0;
        content: ''; }
      .product--module-addtocart-pill:hover {
        background: #E37B84; }
      @media (min-width: 1280px) {
        .product--module-addtocart-pill {
          margin: 0; } }
    .product--module-addtocart > div {
      text-align: center; }
    .product--module-addtocart-price {
      width: 20%; }
    .product--module-addtocart-add {
      width: 80%; }
      .product--module-addtocart-add span {
        padding-left: 14px; }
    .product--module-addtocart-date {
      display: block;
      font-size: .8rem;
      margin-top: 20px;
      opacity: 1; }

.reviews--couch img {
  display: block;
  max-width: 100%;
  max-height: 100vh; }

.reviews--summary {
  min-height: 500px;
  padding: 90px 0px 60px 0px; }
  @media (min-width: 768px) {
    .reviews--summary {
      display: flex;
      padding: 14vw 0px;
      align-items: center;
      max-height: 100vh;
      margin: 0px;
      max-width: 100%; } }

.reviews--overview {
  padding: 20px;
  max-width: 768px; }
  @media (min-width: 768px) {
    .reviews--overview {
      padding: 0px; } }
  .reviews--overview-star-total {
    width: 30%;
    text-align: right; }
    .reviews--overview-star-total-score {
      width: 95%;
      font-size: .8rem; }
      @media (min-width: 420px) {
        .reviews--overview-star-total-score {
          font-size: .815rem; } }
    @media (min-width: 768px) {
      .reviews--overview-star-total {
        text-align: left;
        padding-bottom: 4px; } }
  .reviews--overview-attribute {
    min-width: 360px;
    font-size: .8rem;
    margin-top: 30px; }
    .reviews--overview-attribute span {
      display: inline-block;
      width: 100px; }
    .reviews--overview-attribute-header span {
      width: 33%;
      opacity: .4; }
    .reviews--overview-attribute-score {
      margin-top: 8px; }
      .reviews--overview-attribute-score span {
        width: 33%;
        font-family: 'NeuzeitSLTW01-BookHeavy'; }
  .reviews--overview-the-couch {
    margin-top: 47px; }
    .reviews--overview-the-couch svg {
      stroke: #ffffff; }
  .reviews--overview-star-distribution {
    font-size: .8rem;
    margin-top: 30px; }
    .reviews--overview-star-distribution div {
      margin-bottom: 10px; }
      .reviews--overview-star-distribution div span {
        margin-right: 10px;
        opacity: .4; }
      .reviews--overview-star-distribution div div {
        margin-right: 10px; }
    .reviews--overview-star-distribution-wrapper {
      width: 115px;
      display: inline-block;
      position: relative; }
      .reviews--overview-star-distribution-wrapper span {
        opacity: 1 !important;
        height: 10px;
        position: absolute;
        margin: 0px;
        top: 0px;
        left: 0px; }
    .reviews--overview-star-distribution-bg {
      width: 115px;
      border-radius: 28px;
      background-color: #dcdcdc;
      z-index: 1; }
    .reviews--overview-star-distribution-score {
      border-bottom-left-radius: 28px;
      border-top-left-radius: 28px;
      background-color: #27112F;
      z-index: 2; }
  .reviews--overview-header-reviews-stars {
    padding-top: 10px; }
  .reviews--overview-header-total {
    margin-left: 100px; }

.reviews--details {
  padding: 0px 24px;
  max-width: 900px;
  margin: 0 auto; }
  .reviews--details-paging {
    margin: 15px 0px 120px 0px;
    opacity: .4; }
    .reviews--details-paging div {
      margin-right: 8px;
      cursor: pointer;
      height: 28px;
      width: 28px;
      display: inline-block;
      border: 1px solid #DDDDDD;
      border-radius: 2px; }
      .reviews--details-paging div span {
        text-align: center;
        line-height: 28px;
        display: block; }
    .reviews--details-paging-item-active {
      cursor: auto !important;
      border: 1px solid #27112F !important; }
    .reviews--details-paging-item-disabled {
      cursor: auto !important; }
