/*! Flickity v2.3.0
https://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;
  -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;
}

/* ---- flickity-button ---- */

.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 5px #19F;
          box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.flickity-prev-next-button.previous { left: 10px; }
.flickity-prev-next-button.next { right: 10px; }
/* 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;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

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

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}
* {
  padding: 0;
  margin: 0;
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@font-face {
  font-family: 'Manrope';
  /* src: url('/css/fonts/Manrope/static/Manrope-Medium.ttf') format('ttf'); */
  src: url("/css/fonts/Manrope/static/Manrope-Medium.woff2") format("woff2"), url("/css/fonts/Manrope/static/Manrope-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Manrope';
  /*src: url('/css/fonts/Manrope/static/Manrope-SemiBold.ttf') format('ttf'); */
  src: url("/css/fonts/Manrope/static/Manrope-SemiBold.woff2") format("woff2"), url("/css/fonts/Manrope/static/Manrope-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Manrope';
  /*src: url('/css/fonts/Manrope/static/Manrope-Bold.ttf') format('ttf');*/
  src: url("/css/fonts/Manrope/static/Manrope-Bold.woff2") format("woff2"), url("/css/fonts/Manrope/static/Manrope-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Manrope';
  /*src: url('/css/fonts/Manrope/static/Manrope-ExtraBold.ttf') format('ttf');*/
  src: url("/css/fonts/Manrope/static/Manrope-ExtraBold.woff2") format("woff2"), url("/css/fonts/Manrope/static/Manrope-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Noto Serif Display';
  /*src: url('/css/fonts/Noto_Serif_Display/static/NotoSerifDisplay_Condensed/NotoSerifDisplay_Condensed-Light.ttf') format('ttf');*/
  src: url("/css/fonts/Noto_Serif_Display/static/NotoSerifDisplay_Condensed/NotoSerifDisplayCondensed-Light.woff2") format("woff2"), url("/css/fonts/Noto_Serif_Display/static/NotoSerifDisplay_Condensed/NotoSerifDisplayCondensed-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Noto Serif Display';
  /*src: url('/css/fonts/Noto_Serif_Display/static/NotoSerifDisplay_Condensed/NotoSerifDisplay_Condensed-LightItalic.ttf') format('ttf');*/
  src: url("/css/fonts/Noto_Serif_Display/static/NotoSerifDisplay_Condensed/NotoSerifDisplayCondensed-LightItalic.woff2") format("woff2"), url("/css/fonts/Noto_Serif_Display/static/NotoSerifDisplay_Condensed/NotoSerifDisplayCondensed-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Noto Serif Display';
  /*src: url('/css/fonts/Noto_Serif_Display/static/NotoSerifDisplay_Condensed/NotoSerifDisplay_Condensed-Regular.ttf') format('ttf');*/
  src: url("/css/fonts/Noto_Serif_Display/static/NotoSerifDisplay_Condensed/NotoSerifDisplayCondensed-Regular.woff2") format("woff2"), url("/css/fonts/Noto_Serif_Display/static/NotoSerifDisplay_Condensed/NotoSerifDisplayCondensed-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Noto Serif Display';
  /*src: url('/css/fonts/Noto_Serif_Display/static/NotoSerifDisplay_Condensed/NotoSerifDisplay_Condensed-Medium.ttf') format('ttf');*/
  src: url("/css/fonts/Noto_Serif_Display/static/NotoSerifDisplay_Condensed/NotoSerifDisplayCondensed-Medium.woff2") format("woff2"), url("/css/fonts/Noto_Serif_Display/static/NotoSerifDisplay_Condensed/NotoSerifDisplayCondensed-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Noto Serif Display';
  /*src: url('/css/fonts/Noto_Serif_Display/static/NotoSerifDisplay_Condensed/NotoSerifDisplay_Condensed-Medium.ttf') format('ttf');*/
  src: url("/css/fonts/Noto_Serif_Display/static/NotoSerifDisplay_Condensed/NotoSerifDisplayCondensed-MediumItalic.woff2") format("woff2"), url("/css/fonts/Noto_Serif_Display/static/NotoSerifDisplay_Condensed/NotoSerifDisplayCondensed-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Noto Serif Display';
  /*src: url('/css/fonts/Noto_Serif_Display/static/NotoSerifDisplay_Condensed/NotoSerifDisplay_Condensed-Medium.ttf') format('ttf');*/
  src: url("/css/fonts/Noto_Serif_Display/static/NotoSerifDisplay_Condensed/NotoSerifDisplayCondensed-SemiBold.woff2") format("woff2"), url("/css/fonts/Noto_Serif_Display/static/NotoSerifDisplay_Condensed/NotoSerifDisplayCondensed-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Noto Serif Display';
  /*src: url('/css/fonts/Noto_Serif_Display/static/NotoSerifDisplay_Condensed/NotoSerifDisplay_Condensed-Black.ttf') format('ttf');*/
  src: url("/css/fonts/Noto_Serif_Display/static/NotoSerifDisplay_Condensed/NotoSerifDisplayCondensed-Black.woff2") format("woff2"), url("/css/fonts/Noto_Serif_Display/static/NotoSerifDisplay_Condensed/NotoSerifDisplayCondensed-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Noto Serif Display';
  /*src: url('/css/fonts/Noto_Serif_Display/static/NotoSerifDisplay_Condensed/NotoSerifDisplay_Condensed-BlackItalic.ttf') format('ttf');*/
  src: url("/css/fonts/Noto_Serif_Display/static/NotoSerifDisplay_Condensed/NotoSerifDisplayCondensed-BlackItalic.woff2") format("woff2"), url("/css/fonts/Noto_Serif_Display/static/NotoSerifDisplay_Condensed/NotoSerifDisplayCondensed-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

/*

    https://fonts.google.com/share?selection.family=Manrope:wght@300;500;700;800%7CNoto%20Serif%20Display:ital,wdth,wght@0,62.5,300;0,62.5,402;0,62.5,500;0,62.5,900;0,100,402;1,62.5,300;1,62.5,900

    font-family: 'Manrope', sans-serif;
    font-family: 'Noto Serif Display', serif;


    Manrope - Medium - 500
    Manrope - SemiBold - 600
    Manrope - Bold - 700
    Manrope - ExtraBold - 800


    font-variation-settings: 'wdth' 62.5, 'wght' 400;

    Noto Serif Display Condensed - Light - 300
    Noto Serif Display Condensed - Light Italic - 300
    Noto Serif Display Condensed - Regular - 400
    Noto Serif Display Condensed - Medium - 500
    Noto Serif Display Condensed - Black - 900
    Noto Serif Display Condensed - Black Italic - 900
*/

html,
body {
  background-color: #F6F6F6;
}

body {
  padding-top: 80px;
  font-family: 'Manrope', sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #171717;
  letter-spacing: 0;
  line-height: 16px;
  padding-bottom: 16px;
}

@media only screen and (max-width: 974px) {
  body {
    padding-top: 56px;
  }
}

p {
  font-family: 'Manrope', sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #171717;
  letter-spacing: 0;
  line-height: 16px;
  padding-bottom: 16px;
}

a {
  text-decoration: none;
  color: #171717;
}

a:hover {
  text-decoration: underline;
}

h1,
h1 p {
  font-family: 'Noto Serif Display', serif;
  font-weight: 300;
  font-style: italic;
  color: #171717;
  letter-spacing: 0;
  line-height: 56px;
  font-size: 48px;
  margin-bottom: 32px;
}

h1 p,
h1 p p {
  display: inline;
}

@media only screen and (max-width: 974px) {
  h1,
  h1 p {
    font-size: 36px;
    line-height: 48px;
    padding-left: 16px;
    padding-right: 16px;
  }
}

h1 strong,
h1 p strong {
  font-size: 64px;
  font-weight: 500;
  font-style: normal;
}

@media only screen and (max-width: 974px) {
  h1 strong,
  h1 p strong {
    font-size: 48px;
  }
}

h1 p {
  padding-left: 0;
  padding-right: 0;
}

h2 {
  font-family: 'Noto Serif Display', serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 55px;
  color: #171717;
  letter-spacing: 0;
}

h3 {
  font-family: 'Noto Serif Display', serif;
  font-weight: 600;
  font-size: 32px;
  color: #171717;
  letter-spacing: 0;
  line-height: 24px;
}

#topnav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 500;
  background-color: #F6F6F6;
  border-bottom: solid 1px #171717;
}

#topnav .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  max-width: 1108px;
  padding-left: 16px;
  padding-right: 16px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 24px;
  min-height: 56px;
}

@media only screen and (max-width: 974px) {
  #topnav .inner {
    min-height: 56px;
    padding-bottom: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

#topnav .inner a {
  font-family: 'Manrope', sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #171717;
  letter-spacing: 0;
  line-height: 16px;
  text-decoration: none;
}

#topnav .inner .desktop-left {
  -ms-flex-preferred-size: 33.33333%;
      flex-basis: 33.33333%;
  white-space: nowrap;
}

@media only screen and (max-width: 974px) {
  #topnav .inner .desktop-left {
    display: none;
  }
}

#topnav .inner .desktop-left a {
  margin-right: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
  display: inline-block;
  width: 92px;
  height: 18px;
  margin-bottom: -5px;
}

#topnav .inner .desktop-left a .hide {
  display: none;
}

#topnav .inner .desktop-left a.winners {
  background-image: url("/v2/logo/winners.svg");
}

#topnav .inner .desktop-left a.homesense {
  background-image: url("/v2/logo/homesense.svg");
}

#topnav .inner .desktop-left a.marshalls {
  background-image: url("/v2/logo/marshalls.svg");
}

#topnav .inner a.logo {
  font-family: 'Noto Serif Display', serif;
  font-weight: 400;
  font-size: 40px;
  color: #171717;
  letter-spacing: 0;
  text-align: center;
  line-height: 32px;
  text-decoration: none;
  white-space: nowrap;
  display: block;
  margin-bottom: -7px;
  max-width: 258px;
  margin-left: auto;
  margin-right: auto;
}

#topnav .inner a.logo:lang(fr) {
  margin-bottom: 0;
}

@media only screen and (max-width: 974px) {
  #topnav .inner a.logo {
    font-size: 24px;
    letter-spacing: 0;
    line-height: 32px;
    max-width: 156px;
    margin-bottom: -9px;
    margin-left: 0;
    margin-right: 0;
  }
}

#topnav .inner a.logo img {
  width: 100%;
  height: auto;
}

#topnav .inner .desktop-center {
  -ms-flex-preferred-size: 33.33333%;
      flex-basis: 33.33333%;
  text-align: center;
}

@media only screen and (max-width: 974px) {
  #topnav .inner .desktop-center {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    text-align: left;
  }
}

#topnav .inner .desktop-right {
  -ms-flex-preferred-size: 33.33333%;
      flex-basis: 33.33333%;
  text-align: right;
}

@media only screen and (max-width: 974px) {
  #topnav .inner .desktop-right {
    display: none;
  }
}

#topnav .inner .desktop-right a {
  margin-left: 16px;
}

#topnav .inner .desktop-right a .hide {
  display: none;
}

#topnav .inner .desktop-right a.pinboard {
  display: inline-block;
  position: relative;
  width: 21px;
  height: 26px;
  background-image: url(/v2/vector/pin-black.svg);
  background-size: 15px auto;
  background-repeat: no-repeat;
  background-position: right bottom;
}

#topnav .inner .desktop-right a.pinboard .counter {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 10px;
  padding-left: 2px;
  padding-right: 2px;
  height: 14px;
  border-radius: 7px;
  background-color: #CDCDCD;
  font-family: 'Manrope', sans-serif;
  font-weight: 800;
  font-size: 9px;
  color: #171717;
  letter-spacing: 0;
  line-height: 14px;
  text-align: center;
}

#topnav .inner .mobile-right {
  display: none;
  text-align: right;
}

@media only screen and (max-width: 974px) {
  #topnav .inner .mobile-right {
    display: block;
  }
}

#topnav .inner .mobile-right a {
  margin-left: 10px;
}

#topnav .inner .mobile-right a .hide {
  display: none;
}

#topnav .inner .mobile-right a.menu-toggle {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(/images/icon/menu-hamburger.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin-left: 16px;
}

#topnav .inner .mobile-right a.search {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(/images/icon/search.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

#topnav .inner .mobile-right a.pinboard {
  display: inline-block;
  position: relative;
  width: 21px;
  height: 26px;
  background-image: url(/images/icon/pin.svg);
  background-size: 15px auto;
  background-repeat: no-repeat;
  background-position: right bottom;
}

#topnav .inner .mobile-right a.pinboard .counter {
  position: absolute;
  top: 0;
  left: 0;
  width: 14px;
  height: 14px;
  border-radius: 7px;
  background-color: #CDCDCD;
  font-family: 'Manrope', sans-serif;
  font-weight: 800;
  font-size: 9px;
  color: #171717;
  letter-spacing: 0;
  line-height: 14px;
  text-align: center;
}

#topnav .inner #mobile-menu {
  display: none;
  position: fixed;
  top: 57px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #F6F6F6;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

#topnav .inner #mobile-menu div:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding-top: 32px;
}

#topnav .inner #mobile-menu div:first-child a {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
  display: inline-block;
  width: 162px;
  height: 35px;
  margin-bottom: 32px;
}

#topnav .inner #mobile-menu div:first-child a .hide {
  display: none;
}

#topnav .inner #mobile-menu div:first-child a.winners {
  background-image: url("/v2/logo/winners.svg");
}

#topnav .inner #mobile-menu div:first-child a.homesense {
  background-image: url("/v2/logo/homesense.svg");
}

#topnav .inner #mobile-menu div:first-child a.marshalls {
  background-image: url("/v2/logo/marshalls.svg");
}

#topnav .inner #mobile-menu div:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#topnav .inner #mobile-menu div:last-child a {
  margin-bottom: 32px;
}

#topnav .inner #mobile-menu div:last-child a.newsroom {
  font-size: 32px;
  letter-spacing: 0;
  text-align: center;
  line-height: 40px;
}

#topnav .inner #search-menu {
  display: none;
  position: fixed;
  top: 80px;
  left: 50%;
  max-width: 730px;
  width: 100%;
  border: solid 1px #171717;
  background-color: #F6F6F6;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

@media only screen and (max-width: 974px) {
  #topnav .inner #search-menu {
    top: 56px;
  }
}

@media only screen and (max-width: 743px) {
  #topnav .inner #search-menu {
    max-width: calc(100vw - 32px);
  }
}

#topnav .inner #search-menu .searchrow {
  padding: 24px;
  padding-bottom: 0;
}

@media only screen and (max-width: 743px) {
  #topnav .inner #search-menu .searchrow {
    padding-left: 12.5px;
    padding-right: 12.5px;
  }
}

#topnav .inner #search-menu .searchrow form#search {
  width: 100%;
  position: relative;
}

#topnav .inner #search-menu .searchrow form#search input#q {
  width: calc(100% - 48px);
  border: solid 1px #171717;
  border-radius: 20px;
  line-height: 40px;
  padding-left: 50px;
  font-family: 'Manrope', sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #171717;
  letter-spacing: 0;
}

@media only screen and (max-width: 743px) {
  #topnav .inner #search-menu .searchrow form#search input#q {
    width: calc(100% - 52px);
  }
}

#topnav .inner #search-menu .searchrow form#search input#q::-webkit-input-placeholder {
  color: #171717;
  opacity: 0.5;
}

#topnav .inner #search-menu .searchrow form#search input#q:-ms-input-placeholder {
  color: #171717;
  opacity: 0.5;
}

#topnav .inner #search-menu .searchrow form#search input#q::-ms-input-placeholder {
  color: #171717;
  opacity: 0.5;
}

#topnav .inner #search-menu .searchrow form#search input#q::placeholder {
  color: #171717;
  opacity: 0.5;
}

#topnav .inner #search-menu .searchrow form#search input#q:focus {
  outline-color: #CDCDCD;
  outline-style: solid;
  outline-width: 2px;
}

#topnav .inner #search-menu .searchrow form#search button#searchsubmit {
  position: absolute;
  left: 25px;
  top: 20px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: none;
  background-color: transparent;
  width: 22px;
  height: 22px;
  background-image: url(/images/icon/search.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

#topnav .inner #search-menu .searchrow form#search button#searchsubmit span.hide {
  display: none;
}

#topnav .inner #search-menu .quickresults {
  padding: 16.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media only screen and (max-width: 743px) {
  #topnav .inner #search-menu .quickresults {
    padding-left: 8px;
    padding-right: 8px;
    width: calc(100vw - 48px);
  }
}

#topnav .inner #search-menu .quickresults .item {
  -ms-flex-preferred-size: 159px;
      flex-basis: 159px;
  margin-left: 7.5px;
  margin-right: 7.5px;
  padding-bottom: 24px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media only screen and (max-width: 743px) {
  #topnav .inner #search-menu .quickresults .item {
    -ms-flex-preferred-size: calc(25vw - 27px);
        flex-basis: calc(25vw - 27px);
  }
}

@media only screen and (max-width: 569px) {
  #topnav .inner #search-menu .quickresults .item {
    -ms-flex-preferred-size: calc(33.33333vw - 31px);
        flex-basis: calc(33.33333vw - 31px);
  }
}

@media only screen and (max-width: 374px) {
  #topnav .inner #search-menu .quickresults .item {
    -ms-flex-preferred-size: calc(50vw - 33.5px);
        flex-basis: calc(50vw - 33.5px);
    margin-left: 4.5px;
    margin-right: 4.5px;
  }
}

#topnav .inner #search-menu .quickresults .item a .img-holder {
  width: 159px;
  height: 159px;
  background-color: #fff;
}

@media only screen and (max-width: 743px) {
  #topnav .inner #search-menu .quickresults .item a .img-holder {
    width: calc(25vw - 27px);
    height: calc(25vw - 27px);
  }
}

@media only screen and (max-width: 569px) {
  #topnav .inner #search-menu .quickresults .item a .img-holder {
    width: calc(33.33333vw - 31px);
    height: calc(33.33333vw - 31px);
  }
}

@media only screen and (max-width: 374px) {
  #topnav .inner #search-menu .quickresults .item a .img-holder {
    width: calc(50vw - 33.5px);
    height: calc(50vw - 33.5px);
  }
}

#topnav .inner #search-menu .quickresults .item a .img-holder img {
  width: 100%;
  height: auto;
}

#topnav .inner #search-menu .quickresults .item a .title-holder {
  padding-top: 8px;
  font-family: 'Manrope', sans-serif;
  font-weight: 800;
  font-size: 12px;
  color: #171717;
  letter-spacing: 0;
}

#topnav.searching .inner a.search {
  font-weight: 700;
}

#topnav.searching .inner #search-menu {
  display: block;
}

#topnav.open .inner .mobile-right a.menu-toggle {
  background-image: url(/images/icon/menu-close.svg);
}

#topnav.open .inner #mobile-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.content {
  min-height: calc(100vh - 400px);
}

@media only screen and (max-width: 974px) {
  .content {
    min-height: calc(100vh - 545px);
  }
}

footer {
  max-width: 1108px;
  padding-left: 16px;
  padding-right: 16px;
  margin-left: auto;
  margin-right: auto;
  font-family: 'Manrope', sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #171717;
  letter-spacing: 0;
  line-height: 16px;
  padding-top: 120px;
}

footer strong {
  font-weight: 700;
}

@media only screen and (max-width: 974px) {
  footer {
    padding-top: 50px;
  }
}

footer .contact .title {
  margin-bottom: 20px;
}

footer .contact .contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media only screen and (max-width: 974px) {
  footer .contact .contacts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

footer .contact .contacts .contact-item {
  -ms-flex-preferred-size: 257px;
      flex-basis: 257px;
  line-height: 24px;
}

@media only screen and (max-width: 974px) {
  footer .contact .contacts .contact-item {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    padding-bottom: 20px;
  }
}

footer .contact .contacts .contact-item p {
  line-height: 24px;
}

footer .contact .contacts .contact-item a {
  text-decoration: none;
  color: #171717;
}

footer .contact .contacts .contact-item a:hover {
  text-decoration: underline;
}

footer .links {
  padding-top: 30px;
  padding-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 974px) {
  footer .links {
    padding-top: 0;
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

footer .links div:first-child {
  text-align: left;
}

@media only screen and (max-width: 974px) {
  footer .links div:first-child {
    padding-bottom: 20px;
  }
}

footer .links div:first-child a {
  padding-right: 24px;
  color: #171717;
}

footer .links div:last-child {
  text-align: right;
}

@media only screen and (max-width: 974px) {
  footer .links div:last-child {
    text-align: left;
  }
}

footer .links div:last-child a {
  padding-left: 24px;
  color: #171717;
  text-decoration: none;
}

@media only screen and (max-width: 974px) {
  footer .links div:last-child a {
    padding-left: 0;
    padding-right: 24px;
  }
}

footer .links div:last-child a:hover {
  text-decoration: underline;
}

footer .legal {
  padding-top: 25px;
  padding-bottom: 25px;
  border-top: solid 1px #171717;
  font-size: 12px;
}

@media only screen and (max-width: 974px) {
  footer .legal {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

#dimmer {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: #ECECEC;
  opacity: 0.97;
  display: none;
}

#dimmer.active {
  display: block;
}

.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1001;
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: none;
}

.modal.active {
  display: block;
}

.modal#welcome_modal {
  padding: 42px;
  text-align: center;
  max-height: calc(100vh - 84px - 32px);
  min-height: calc(468px - 84px);
  max-width: calc(920px - 84px);
  width: calc(100% - 84px - 32px);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /*
        h1 {
            font-family: 'Noto Serif Display', serif;
            font-weight: 400;
            font-size: 40px;
            color: $offblack;
            letter-spacing: 0;
            text-align: center;
            line-height: 32px;
            font-style: normal;
        }
        */
}

.modal#welcome_modal.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 974px) {
  .modal#welcome_modal {
    padding: 16px;
    max-height: calc(100vh - 32px - 32px);
    min-height: calc(100vh - 32px - 32px);
    max-width: calc(920px - 32px);
    width: calc(100% - 32px - 32px);
  }
}

.modal#welcome_modal div.logo {
  margin-bottom: 20px;
}

.modal#welcome_modal div.logo img {
  width: 100%;
  max-width: 260px;
  height: auto;
}

.modal#welcome_modal hr {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: solid 1px #171717;
  margin-bottom: 32px;
}

.modal#welcome_modal p {
  font-family: 'Manrope', sans-serif;
  font-weight: 5;
  font-size: 16px;
  color: #171717;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 16px;
}

.modal#welcome_modal p strong {
  font-weight: 800;
}

.modal#welcome_modal form {
  margin-bottom: 36px;
}

.modal#welcome_modal form label {
  font-family: 'Manrope', sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #171717;
  letter-spacing: 0;
  line-height: 20px;
}

.modal#welcome_modal form label .terms_label a {
  text-decoration: underline;
  color: #171717;
}

.modal#seamless_modal {
  padding: 16px;
  width: 100%;
  max-width: 1142px;
  background-color: transparent;
}

@media only screen and (max-width: 743px) {
  .modal#seamless_modal {
    max-width: calc(100vw - 32px);
  }
}

.modal#seamless_modal .box {
  background-color: #fff;
  height: 50vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
}

@media only screen and (max-width: 743px) {
  .modal#seamless_modal .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: calc(100vh - 64px);
  }
}

@media only screen and (min-width: 744px) {
  .modal#seamless_modal .box {
    max-height: 571px;
  }
}

.modal#seamless_modal .box .closer {
  position: absolute;
  z-index: 10000;
  right: 8px;
  top: 8px;
  width: 28px;
  height: 28px;
  border: solid 2px #171717;
  cursor: pointer;
  background-image: url(/v2/vector/close_black.svg);
  background-size: 15px auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #fff;
}

@media only screen and (min-width: 744px) {
  .modal#seamless_modal .box .closer {
    right: 24px;
    top: 24px;
  }
}

.modal#seamless_modal .box .closer .hide {
  display: none;
}

.modal#seamless_modal .box .image {
  position: relative;
  overflow: hidden;
}

@media only screen and (min-width: 744px) {
  .modal#seamless_modal .box .image {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.modal#seamless_modal .box .image picture,
.modal#seamless_modal .box .image img {
  display: block;
  width: 100%;
  height: auto;
}

.modal#seamless_modal .box .image .badge-holder {
  position: absolute;
  width: 40%;
  height: 40%;
  bottom: 0;
  right: 0;
}

.modal#seamless_modal .box .image .badge-holder.tl {
  top: 0;
  bottom: auto;
  left: 0;
  right: auto;
}

.modal#seamless_modal .box .image .badge-holder.tr {
  top: 0;
  bottom: auto;
  left: auto;
  right: 0;
}

.modal#seamless_modal .box .image .badge-holder.bl {
  top: auto;
  bottom: 0;
  left: 0;
  right: auto;
}

.modal#seamless_modal .box .image .badge-holder img {
  width: 100%;
  height: auto;
}

.modal#seamless_modal .box .details {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: #F6F6F6;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (min-width: 744px) {
  .modal#seamless_modal .box .details {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.modal#seamless_modal .box .details div:first-child {
  padding-right: 80px;
}

.modal#seamless_modal .box .details > div {
  padding: 8px;
}

@media only screen and (min-width: 744px) {
  .modal#seamless_modal .box .details > div {
    padding: 24px;
  }
}

.modal#seamless_modal .box .details > div .title {
  font-family: 'Manrope', sans-serif;
  font-weight: 800;
  font-size: 24px;
  line-height: 33px;
  letter-spacing: 0;
  margin-bottom: 10px;
}

@media only screen and (min-width: 743px) {
  .modal#seamless_modal .box .details > div .title {
    font-size: 18px;
    line-height: 24px;
  }
}

.modal#seamless_modal .box .details > div .price {
  font-family: 'Manrope', sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 33px;
  letter-spacing: 0;
}

@media only screen and (min-width: 743px) {
  .modal#seamless_modal .box .details > div .price {
    font-size: 18px;
    line-height: 24px;
  }
}

.modal#seamless_modal .box .details > div .compare_at {
  font-family: 'Manrope', sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0;
}

@media only screen and (min-width: 743px) {
  .modal#seamless_modal .box .details > div .compare_at {
    font-size: 14px;
    line-height: 24px;
  }
}

.modal#seamless_modal .box .details > div .available_at {
  font-family: 'Manrope', sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0;
  margin-bottom: 9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (min-width: 743px) {
  .modal#seamless_modal .box .details > div .available_at {
    font-size: 14px;
    line-height: 24px;
  }
}

.modal#seamless_modal .box .details > div .available_at > span {
  display: inline-block;
  -webkit-transform: translate(0, -3px);
          transform: translate(0, -3px);
  padding-right: 5px;
}

.modal#seamless_modal .box .details > div .available_at .badges {
  padding-right: 0;
}

.modal#seamless_modal .box .details > div .available_at .badges.brandicons .winners-logo,
.modal#seamless_modal .box .details > div .available_at .badges.brandicons .homesense-logo,
.modal#seamless_modal .box .details > div .available_at .badges.brandicons .marshalls-logo {
  max-width: 123px;
  height: 24px;
  margin: 0;
  padding: 0;
  margin-right: 10px;
}

.modal#seamless_modal .box .details > div .tags {
  font-family: 'Manrope', sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0;
  margin-bottom: 24px;
  padding-top: 10px;
}

@media only screen and (min-width: 743px) {
  .modal#seamless_modal .box .details > div .tags {
    padding-top: 0px;
    font-size: 14px;
    line-height: 24px;
  }
}

.modal#seamless_modal .box .details > div .button .btn {
  margin-right: 10px;
}

.modal#seamless_modal .controls {
  text-align: center;
  margin-top: 16px;
}

.modal#seamless_modal .controls .count {
  display: inline-block;
  text-align: center;
  font-family: 'Manrope', sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #171717;
  letter-spacing: 0;
  line-height: 16px;
  width: 116px;
}

.modal#seamless_modal .controls a.back,
.modal#seamless_modal .controls a.next {
  width: 64px;
  height: 11px;
  display: inline-block;
  background-image: url(/v2/vector/arrow-left-black.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.modal#seamless_modal .controls a.back .hide,
.modal#seamless_modal .controls a.next .hide {
  display: none;
}

.modal#seamless_modal .controls a.back {
  background-image: url(/v2/vector/arrow-left-black.svg);
}

.modal#seamless_modal .controls a.back.disabled {
  background-image: url(/v2/vector/arrow-left-grey.svg);
  cursor: default;
}

.modal#seamless_modal .controls a.next {
  background-image: url(/v2/vector/arrow-right-black.svg);
}

.modal#seamless_modal .controls a.next.disabled {
  background-image: url(/v2/vector/arrow-right-grey.svg);
  cursor: default;
}

label.check {
  display: inline-block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding-top: 3px;
  text-align: left;
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
}

label.check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

label.check .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: transparent;
  border: 1.5px solid #171717;
  border-radius: 2px;
}

label.check:hover input ~ .checkmark {
  background-color: #ECECEC;
}

label.check input:checked ~ .checkmark {
  background-color: transparent;
}

label.check .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

label.check input:checked ~ .checkmark:after {
  display: block;
}

label.check .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid #000;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

a.btn {
  width: auto;
  display: inline-block;
  font-family: 'Noto Serif Display', serif;
  font-weight: 900;
  font-style: italic;
  font-size: 18px;
  color: #171717;
  letter-spacing: 0;
  text-align: center;
  text-decoration: none;
  line-height: 38px;
  border: 2px #171717 solid;
  border-radius: 21px;
  padding-left: 30px;
  padding-right: 30px;
  background-color: #fff;
}

a.btn.small {
  line-height: 28px;
  border-radius: 15px;
  font-size: 16px;
}

a.btn:hover {
  background-color: #171717;
  color: #fff;
}

a.btn.disabled {
  opacity: 0.5;
  cursor: default;
}

a.btn.disabled:hover {
  color: #171717;
  background-color: transparent;
}

a.btn.pin,
a.btn.download {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  width: 38px;
  height: 38px;
  background-image: url(/v2/vector/pin-black.svg);
  background-size: 15px auto;
  background-repeat: no-repeat;
  background-position: center center;
}

a.btn.pin .hide,
a.btn.download .hide {
  display: none;
}

a.btn.pin .text,
a.btn.download .text {
  font-style: normal;
  position: absolute;
  line-height: auto;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #171717;
  letter-spacing: 0;
  text-align: center;
  line-height: 20px;
  padding-top: 5px;
}

a.btn.pin:hover {
  background-image: url(/v2/vector/pin-white.svg);
}

a.btn.download {
  background-image: url(/v2/vector/download-black.svg);
  background-size: 17px auto;
}

a.btn.download:hover {
  background-image: url(/v2/vector/download-white.svg);
}

a.btn.pin.active {
  background-color: #171717;
  background-image: url(/v2/vector/checkmark-white.svg);
}

a.btn.pin.active.pin.active:hover {
  background-image: url(/v2/vector/checkmark-white.svg);
}

a.btn-secondary {
  font-family: 'Noto Serif Display', serif;
  font-weight: 900;
  font-style: italic;
  font-size: 18px;
  color: #171717;
  letter-spacing: 0;
  text-align: right;
  border-bottom: solid 1px #171717;
}

a.btn-secondary:hover {
  text-decoration: none;
}

.brandicons {
  /*
    &.outline {
        .winners-icon {
            background-image: url('/v2/logo/winners-square.svg');
        }

        .homesense-icon {
            background-image: url('/v2/logo/homesense-square.svg');
        }

        .marshalls-icon {
            background-image: url('/v2/logo/marshalls-square.svg');
        }
    }
    */
}

.brandicons .winners-icon,
.brandicons .homesense-icon,
.brandicons .marshalls-icon {
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-right: 7px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center;
}

.brandicons .winners-icon span,
.brandicons .homesense-icon span,
.brandicons .marshalls-icon span {
  display: none;
}

.brandicons .winners-icon {
  background-image: url("/v2/logo/winners-square.svg");
}

.brandicons .homesense-icon {
  background-image: url("/v2/logo/homesense-square.svg");
}

.brandicons .marshalls-icon {
  background-image: url("/v2/logo/marshalls-square.svg");
}

.brandicons .winners-logo,
.brandicons .homesense-logo,
.brandicons .marshalls-logo {
  display: inline-block;
  width: 145px;
  height: 28px;
  margin-top: 5px;
  margin-right: 10px;
  margin-bottom: -1px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
}

.brandicons .winners-logo span,
.brandicons .homesense-logo span,
.brandicons .marshalls-logo span {
  display: none;
}

.brandicons .winners-logo {
  background-image: url("/v2/logo/winners.svg");
  /*
        &:lang(fr){
			background-image: url('/images/logo/blk/winners_fr.png');
		}
		*/
}

.brandicons .homesense-logo {
  background-image: url("/v2/logo/homesense.svg");
  /*
        &:lang(fr){
			background-image: url('/images/logo/red/homesense_fr.png');
		}
		*/
}

.brandicons .marshalls-logo {
  background-image: url("/v2/logo/marshalls.svg");
  /*
        &:lang(fr){
			background-image: url('/images/logo/blue/marshalls_fr.png');
		}
		*/
}

.badge-row.small .brandicons .winners-icon,
.badge-row.small .brandicons .homesense-icon,
.badge-row.small .brandicons .marshalls-icon {
  width: 16px;
  height: 16px;
  margin-right: 5px;
}

.badge-row.top {
  margin-bottom: 32px;
}

@media only screen and (max-width: 974px) {
  .badge-row.top {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.badge-row.top span.label {
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #171717;
  letter-spacing: 0;
  line-height: 0;
  white-space: nowrap;
  vertical-align: text-top;
  margin-right: 5px;
}

@media only screen and (max-width: 974px) {
  .badge-row.top span.label {
    display: block;
    margin-bottom: 8px;
  }
}

.badge-row.top .brandicons .winners-logo,
.badge-row.top .brandicons .homesense-logo,
.badge-row.top .brandicons .marshalls-logo {
  margin-bottom: 0;
  width: 122px;
}

.badge-row.top .brandicons .homesense-logo {
  margin-bottom: -3px;
}

.badge-row.top .brandicons .marshalls-logo {
  width: 100px;
}

.collection-carousel {
  margin-bottom: 50px;
}

.collection-carousel .controls {
  max-width: 1109px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 24px;
}

@media only screen and (max-width: 974px) {
  .collection-carousel .controls {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.collection-carousel .controls .title {
  min-height: 34px;
  font-family: 'Noto Serif Display', serif;
  font-style: italic;
  font-weight: 500;
  font-size: 24px;
  color: #171717;
  letter-spacing: 0;
  line-height: 32px;
}

.collection-carousel .controls .title strong {
  font-style: normal;
  font-size: 32px;
  font-weight: 600;
}

@media only screen and (max-width: 974px) {
  .collection-carousel .controls .arrows {
    display: none;
  }
}

.collection-carousel .controls .arrows a.back,
.collection-carousel .controls .arrows a.next {
  width: 64px;
  height: 11px;
  display: inline-block;
  background-image: url(/v2/vector/arrow-left-black.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.collection-carousel .controls .arrows a.back .hide,
.collection-carousel .controls .arrows a.next .hide {
  display: none;
}

.collection-carousel .controls .arrows a.back {
  background-image: url(/v2/vector/arrow-left-black.svg);
}

.collection-carousel .controls .arrows a.back.disabled {
  background-image: url(/v2/vector/arrow-left-grey.svg);
  cursor: default;
}

.collection-carousel .controls .arrows a.next {
  background-image: url(/v2/vector/arrow-right-black.svg);
  margin-left: 30px;
}

.collection-carousel .controls .arrows a.next.disabled {
  background-image: url(/v2/vector/arrow-right-grey.svg);
  cursor: default;
}

.collection-carousel .list-outter {
  overflow-x: hidden;
}

.collection-carousel .list-outter .flickity-viewport {
  overflow: visible;
}

.collection-carousel .list-outter .list {
  max-width: 1109px;
  margin-left: auto;
  margin-right: auto;
}

.collection-carousel .list-outter .list .list-carousel {
  margin-left: -15px;
  margin-right: -15px;
}

@media only screen and (max-width: 974px) {
  .collection-carousel .list-outter .list .list-carousel {
    margin-left: 0;
    margin-right: 0;
  }
}

.collection-carousel .list-outter .list .list-carousel .item {
  padding-left: 15px;
  padding-right: 15px;
  width: 255px;
}

.collection-carousel .list-outter .list .list-carousel .item .image {
  width: 255px;
  height: auto;
}

.collection-carousel .list-outter .list .list-carousel .item .image img.square,
.collection-carousel .list-outter .list .list-carousel .item .image picture.square {
  width: 255px;
  height: 255px;
  -o-object-fit: cover;
     object-fit: cover;
}

.collection-carousel .list-outter .list .list-carousel .item .details {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 0;
  margin-right: 0;
  width: 255px;
  padding-left: 0;
  padding-right: 0;
}

.collection-carousel .list-outter .list .list-carousel .item .details .title,
.collection-carousel .list-outter .list .list-carousel .item .details .title a {
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  color: #171717;
  letter-spacing: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 24px;
  text-decoration: none;
  min-height: 50px;
}

.collection-carousel .list-outter .list .list-carousel .item .details .badge-row .winners-logo,
.collection-carousel .list-outter .list .list-carousel .item .details .badge-row .homesense-logo,
.collection-carousel .list-outter .list .list-carousel .item .details .badge-row .marshalls-logo {
  width: 118px;
  height: 24px;
  margin-bottom: 0;
}

.collection-carousel .list-outter .list .list-carousel .item .details .badge-row .winners-icon,
.collection-carousel .list-outter .list .list-carousel .item .details .badge-row .homesense-icon,
.collection-carousel .list-outter .list .list-carousel .item .details .badge-row .marshalls-icon {
  width: 24px;
  height: 24px;
}

.collection-carousel .list-outter .list .list-carousel .item .details .btns {
  padding-top: 16px;
}

.collection-carousel .list-outter .list .list-carousel .item .details .btns .btn {
  margin-right: 5px;
}

.two-column {
  max-width: 1109px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

@media only screen and (max-width: 974px) {
  .two-column {
    display: block;
    padding-bottom: 0;
  }
}

.two-column .item {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
}

@media only screen and (max-width: 974px) {
  .two-column .item {
    padding-bottom: 80px;
  }
}

@media only screen and (min-width: 975px) {
  .two-column .item {
    -ms-flex-preferred-size: calc(50vw - 14.5px);
        flex-basis: calc(50vw - 14.5px);
  }
}

@media only screen and (min-width: 1112px) {
  .two-column .item {
    -ms-flex-preferred-size: 540px;
        flex-basis: 540px;
  }
}

.two-column .item:first-child {
  padding-right: 14.5px;
}

@media only screen and (max-width: 974px) {
  .two-column .item:first-child {
    padding-right: 0;
  }
}

.two-column .item:last-child {
  padding-left: 14.5px;
}

@media only screen and (max-width: 974px) {
  .two-column .item:last-child {
    padding-left: 0px;
  }
}

.two-column .item .image img {
  width: 100%;
  height: auto;
}

@media only screen and (min-width: 1141px) {
  .two-column .item .details {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (min-width: 975px) {
  .two-column .item .details {
    padding-bottom: 32px;
  }
}

@media only screen and (min-width: 975px) {
  .two-column .item .details .badge-row {
    position: absolute;
    bottom: 0;
    width: calc(100% - 14.5px - 32px);
  }
}

@media only screen and (min-width: 1141px) {
  .two-column .item .details .badge-row {
    width: calc(100% - 14.5px);
  }
}

.two-column .item .details .title {
  font-family: 'Noto Serif Display', serif;
  font-weight: 700;
  font-size: 32px;
  color: #171717;
  letter-spacing: 0;
  line-height: 24px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.two-column .item .details .title a {
  text-decoration: none;
  color: #171717;
}

.listing .controls-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 56px;
}

@media only screen and (max-width: 974px) {
  .listing .controls-1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 40px;
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media only screen and (max-width: 974px) {
  .listing .controls-1 .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 20px;
  }
}

.listing .controls-1 .left .btn {
  margin-right: 10px;
}

@media only screen and (max-width: 974px) {
  .listing .controls-1 .left .btn {
    margin-right: 0;
    margin-bottom: 16px;
  }
}

.listing .controls-1 .right .btn {
  margin-left: 10px;
}

@media only screen and (max-width: 974px) {
  .listing .controls-1 .right .btn {
    margin-left: 0;
    margin-right: 10px;
  }
}

.listing .controls-spacer {
  min-height: 20px;
  margin-bottom: 32px;
}

.listing .controls-2 {
  margin-top: 32px;
  margin-bottom: 32px;
  border-top: solid 1px #171717;
  padding-top: 10px;
}

@media only screen and (max-width: 974px) {
  .listing .controls-2 {
    border-top: none;
    padding-top: 20px;
    padding-left: 16px;
    padding-right: 16px;
  }
}

.listing .controls-2 .dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 974px) {
  .listing .controls-2 .dropdown {
    border: solid 1px #171717;
    display: block;
  }
}

.listing .controls-2 .dropdown .status {
  display: none;
  cursor: pointer;
  line-height: 40px;
  padding-left: 17px;
  padding-right: 52px;
  position: relative;
}

@media only screen and (max-width: 974px) {
  .listing .controls-2 .dropdown .status {
    display: block;
  }
}

.listing .controls-2 .dropdown .status:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 8px;
  background-image: url(/v2/vector/up_cheveron_black.svg);
  background-size: 20px 8px;
  background-repeat: no-repeat;
  background-position: center center;
  right: 16px;
  top: 50%;
  -webkit-transform: translate(0, -50%) scaleY(-1);
          transform: translate(0, -50%) scaleY(-1);
}

@media only screen and (max-width: 974px) {
  .listing .controls-2 .dropdown .left {
    display: none;
  }
}

.listing .controls-2 .dropdown .left a {
  padding-right: 10px;
}

.listing .controls-2 .dropdown .left a.active {
  font-weight: 700;
  text-decoration: underline;
}

@media only screen and (max-width: 974px) {
  .listing .controls-2 .dropdown .right {
    display: none;
  }
}

.listing .controls-2 .dropdown .right a {
  padding-left: 10px;
}

.listing .controls-2 .dropdown .right a.active {
  font-weight: 700;
  text-decoration: underline;
}

.listing .controls-2 .dropdown .buttons {
  display: none;
}

@media only screen and (max-width: 974px) {
  .listing .controls-2 .dropdown.open .status:after {
    -webkit-transform: translate(0, -50%) scaleY(1);
            transform: translate(0, -50%) scaleY(1);
  }

  .listing .controls-2 .dropdown.open .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 17px;
    padding-right: 17px;
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .listing .controls-2 .dropdown.open .left a {
    margin-top: 4px;
    margin-bottom: 4px;
    padding: 0;
  }

  .listing .controls-2 .dropdown.open .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 17px;
    padding-right: 17px;
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .listing .controls-2 .dropdown.open .right a {
    margin-top: 4px;
    margin-bottom: 4px;
    padding: 0;
  }

  .listing .controls-2 .dropdown.open .buttons {
    display: block;
    text-align: right;
    margin: 17px;
  }
}

.listing .list {
  margin-top: 32px;
}

.listing .list .no-results {
  display: none;
}

.listing .list .no-results.active {
  display: block;
}

.listing .list .contents {
  display: none;
  margin-left: -15px;
  margin-right: -15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 743px) {
  .listing .list .contents {
    margin-left: -3.75px;
    margin-right: -3.75px;
  }
}

.listing .list .contents.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.listing .list .contents .item {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 30px;
  -ms-flex-preferred-size: calc(25% - 30.5px);
      flex-basis: calc(25% - 30.5px);
}

@media only screen and (max-width: 974px) {
  .listing .list .contents .item {
    -ms-flex-preferred-size: calc(33.33333% - 30.5px);
        flex-basis: calc(33.33333% - 30.5px);
  }
}

@media only screen and (max-width: 743px) {
  .listing .list .contents .item {
    -ms-flex-preferred-size: calc(50% - 7.5px);
        flex-basis: calc(50% - 7.5px);
    padding-left: 3.75px;
    padding-right: 3.75px;
  }
}

.listing .list .contents .item .image picture img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 974px) {
  .listing .list .contents .item .details {
    padding-left: 8px;
    padding-right: 8px;
  }
}

.listing .list .contents .item .details .title {
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  color: #171717;
  letter-spacing: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 24px;
  text-decoration: none;
  min-height: 50px;
}

@media only screen and (max-width: 743px) {
  .listing .list .contents .item .details .title {
    font-size: 16px;
    line-height: 22px;
  }
}

.listing .list .contents .item .details .price .big {
  font-family: 'Manrope', sans-serif;
  font-size: 16px;
  color: #171717;
  letter-spacing: 0;
}

@media only screen and (max-width: 743px) {
  .listing .list .contents .item .details .price .big {
    font-size: 14px;
    line-height: 19px;
  }
}

.listing .list .contents .item .details .price .small {
  padding-left: 10px;
  font-family: 'Manrope', sans-serif;
  font-size: 12px;
  color: #171717;
  letter-spacing: 0;
  text-align: right;
}

@media only screen and (max-width: 743px) {
  .listing .list .contents .item .details .price .small {
    padding-left: 5px;
    font-size: 12px;
    line-height: 17px;
  }
}

.listing .list .contents .item .details .badge-row {
  margin-top: 4px;
  margin-bottom: 14px;
}

@media only screen and (max-width: 743px) {
  .listing .list .contents .item .details .badge-row {
    margin-top: 8px;
  }
}

.listing .list .contents .item .details .badge-row .brandicons .winners-logo,
.listing .list .contents .item .details .badge-row .brandicons .homesense-logo,
.listing .list .contents .item .details .badge-row .brandicons .marshalls-logo {
  max-width: 83px;
  height: 16px;
}

.listing .list .contents .item .details .btns {
  margin-top: 14px;
}

.listing .list .contents .item .details .btns .btn {
  margin-right: 10px;
}

@media only screen and (max-width: 743px) {
  .listing .list .contents .item .details .btns .btn {
    margin-right: 5px;
  }
}

.home {
  padding-top: 63px;
}

@media only screen and (max-width: 974px) {
  .home {
    padding-top: 50px;
  }
}

.home .one-column .item .image picture img,
.home .two-column .item .image picture img {
  width: 100%;
  height: auto;
  display: block;
}

.home .one-column .item .image picture.mobile-only,
.home .two-column .item .image picture.mobile-only {
  display: none;
}

@media only screen and (max-width: 974px) {
  .home .one-column .item .image picture.mobile-only,
  .home .two-column .item .image picture.mobile-only {
    display: block;
  }
}

.home .one-column .item .image picture.desktop-only,
.home .two-column .item .image picture.desktop-only {
  display: block;
}

@media only screen and (max-width: 974px) {
  .home .one-column .item .image picture.desktop-only,
  .home .two-column .item .image picture.desktop-only {
    display: none;
  }
}

.home .one-column .item .image picture.portait img,
.home .two-column .item .image picture.portait img {
  display: block;
  width: 100%;
  height: 150%;
  max-height: 150%;
  -o-object-fit: cover;
     object-fit: cover;
}

.home .one-column .item .details,
.home .two-column .item .details {
  margin-left: auto;
  margin-right: auto;
  max-width: 697px;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
}

.home .one-column .item .details div.title,
.home .one-column .item .details div.title a,
.home .one-column .item .details div.title a p,
.home .two-column .item .details div.title,
.home .two-column .item .details div.title a,
.home .two-column .item .details div.title a p {
  margin: 0;
  padding: 0;
  font-family: 'Noto Serif Display', serif;
  font-weight: 300;
  font-style: italic;
  font-size: 48px;
  color: #171717;
  letter-spacing: 0;
  line-height: 68px;
  text-decoration: none;
}

@media only screen and (max-width: 974px) {
  .home .one-column .item .details div.title,
  .home .one-column .item .details div.title a,
  .home .one-column .item .details div.title a p,
  .home .two-column .item .details div.title,
  .home .two-column .item .details div.title a,
  .home .two-column .item .details div.title a p {
    font-size: 36px;
    line-height: 48px;
  }
}

.home .one-column .item .details div.title strong,
.home .one-column .item .details div.title a strong,
.home .one-column .item .details div.title a p strong,
.home .two-column .item .details div.title strong,
.home .two-column .item .details div.title a strong,
.home .two-column .item .details div.title a p strong {
  font-size: 64px;
  line-height: 50px;
  font-style: normal;
  font-weight: normal;
  font-weight: 500;
}

@media only screen and (max-width: 974px) {
  .home .one-column .item .details div.title strong,
  .home .one-column .item .details div.title a strong,
  .home .one-column .item .details div.title a p strong,
  .home .two-column .item .details div.title strong,
  .home .two-column .item .details div.title a strong,
  .home .two-column .item .details div.title a p strong {
    font-size: 48px;
    line-height: 34px;
  }
}

.home .one-column .item .details div.title,
.home .two-column .item .details div.title {
  padding-top: 16px;
  padding-bottom: 32px;
}

@media only screen and (min-width: 975px) {
  .home .one-column .item .details div.title,
  .home .two-column .item .details div.title {
    padding-top: 25px;
    padding-bottom: 50px;
  }
}

.home .one-column .item .details .badge-row,
.home .two-column .item .details .badge-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media only screen and (max-width: 974px) {
  .home .one-column .item .details .badge-row,
  .home .two-column .item .details .badge-row {
    display: block;
  }
}

@media only screen and (min-width: 975px) {
  .home .one-column .item .details .badge-row,
  .home .two-column .item .details .badge-row {
    position: absolute;
    bottom: 0;
    width: calc(100% - 14.5px - 32px);
  }
}

@media only screen and (min-width: 1141px) {
  .home .one-column .item .details .badge-row,
  .home .two-column .item .details .badge-row {
    width: calc(100% - 14.5px - 32px - 8px);
  }
}

.home .one-column .item .details .badge-row .badges,
.home .two-column .item .details .badge-row .badges {
  line-height: 0;
}

@media only screen and (max-width: 974px) {
  .home .one-column .item .details .badge-row .badges,
  .home .two-column .item .details .badge-row .badges {
    margin-bottom: 24px;
  }
}

.home .one-column .item .details .badge-row .cta,
.home .two-column .item .details .badge-row .cta {
  font-family: 'Noto Serif Display', serif;
  font-weight: normal;
  font-style: italic;
  font-weight: 900;
  font-size: 18px;
  line-height: auto;
  color: #171717;
  letter-spacing: 0;
  text-align: right;
  text-decoration: underline;
  text-underline-offset: 8px;
  padding-bottom: 8px;
}

@media only screen and (max-width: 974px) {
  .home .one-column .item .details .badge-row .cta,
  .home .two-column .item .details .badge-row .cta {
    text-align: left;
  }
}

.home .one-column .item .details .badge-row .cta a,
.home .two-column .item .details .badge-row .cta a {
  color: #171717;
  text-decoration: underline;
}

.home .one-column {
  max-width: 1109px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 55px;
}

@media only screen and (max-width: 974px) {
  .home .one-column {
    padding-bottom: 80px;
  }
}

.home .one-column .item .details {
  max-width: 697px;
}

@media only screen and (min-width: 975px) {
  .home .one-column .item .details .badge-row {
    position: absolute;
    bottom: 0;
    width: calc(100% - 14.5px - 32px);
  }
}

@media only screen and (min-width: 1141px) {
  .home .one-column .item .details .badge-row {
    max-width: 697px;
  }
}

.home .two-column .item .details div.title {
  padding-bottom: 20px;
}

.showroom {
  overflow-x: hidden;
  overflow-y: hidden;
}

.showroom nav#topnav {
  border-bottom: none;
  font-size: 20px;
  color: #171717;
  letter-spacing: 0;
  line-height: 16px;
}

.showroom nav#topnav .inner {
  padding-bottom: 0;
  min-height: 80px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.showroom nav#topnav a.logo {
  font-size: 20px;
  color: #171717;
  letter-spacing: 0;
  line-height: 16px;
}

.showroom nav#topnav a.showroom-close {
  display: inline-block;
  width: 28px;
  height: 28px;
  background-image: url(/images/icon/menu-close.svg);
  background-size: 17px 17px;
  background-repeat: no-repeat;
  background-position: center center;
  border: solid 2px #171717;
  margin-left: 16px;
}

.showroom nav#topnav .desktop-left {
  -ms-flex-preferred-size: 150px;
      flex-basis: 150px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-right: 0;
}

@media only screen and (max-width: 974px) {
  .showroom nav#topnav .desktop-left {
    display: none;
  }
}

.showroom nav#topnav .desktop-left > a {
  width: 150px;
  padding-right: 0;
}

.showroom nav#topnav .desktop-center {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media only screen and (max-width: 974px) {
  .showroom nav#topnav .desktop-center {
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -ms-flex-preferred-size: calc(100vw - 32px - 48px);
        flex-basis: calc(100vw - 32px - 48px);
  }
}

.showroom nav#topnav .desktop-center h1 {
  font-family: 'Noto Serif Display', serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 45px;
  color: #171717;
  font-style: normal;
  letter-spacing: 0;
  text-align: center;
  white-space: nowrap;
  margin-bottom: 0;
}

@media only screen and (max-width: 974px) {
  .showroom nav#topnav .desktop-center h1 {
    text-align: left;
    font-size: 24px;
    letter-spacing: 0;
    line-height: 32px;
    white-space: normal;
    padding-left: 0;
    padding-right: 0;
  }
}

.showroom nav#topnav .desktop-right {
  -ms-flex-preferred-size: 150px;
      flex-basis: 150px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media only screen and (max-width: 974px) {
  .showroom nav#topnav .desktop-right {
    -ms-flex-preferred-size: 48px;
        flex-basis: 48px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: block;
    text-align: right;
  }
}

.showroom #showroomholder {
  position: absolute;
  top: 78px;
  width: 100vw;
  height: calc(100vh - 80px - 70px);
}

.showroom #showroomholder iframe {
  width: 100%;
  height: 100%;
  border: none;
  padding: 0;
  margin: 0;
}

.showroom #showroombottomnav {
  position: fixed;
  z-index: 900;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100vw;
  height: 72px;
  background-color: #171717;
  color: #fff;
  text-align: center;
  cursor: pointer;
}

.showroom #showroombottomnav > div {
  font-family: 'Manrope', sans-serif;
  font-weight: 800;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  line-height: 72px;
  padding-top: 6px;
  position: relative;
}

.showroom #showroombottomnav > div:before {
  content: "";
  width: 20px;
  height: 8px;
  position: absolute;
  left: 50%;
  top: 12px;
  -webkit-transform: translate(-50%, 4.5px) scaleY(1);
          transform: translate(-50%, 4.5px) scaleY(1);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  background-image: url(/v2/vector/up_cheveron_white.svg);
  background-size: 20px 8px;
  background-repeat: no-repeat;
  background-position: center center;
}

.showroom #showroombottomnav.open {
  bottom: 470px;
}

@media only screen and (max-width: 974px) {
  .showroom #showroombottomnav.open {
    bottom: 420px;
  }
}

.showroom #showroombottomnav.open > div:before {
  -webkit-transform: translate(-50%, 4.5px) scaleY(-1);
          transform: translate(-50%, 4.5px) scaleY(-1);
}

.showroom #showroombottomnavcontent {
  display: none;
  position: fixed;
  z-index: 900;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100vw;
  height: 450px;
  background-color: #F6F6F6;
  padding-top: 20px;
}

@media only screen and (max-width: 974px) {
  .showroom #showroombottomnavcontent {
    height: 400px;
  }
}

.showroom #showroombottomnavcontent.open {
  display: block;
}

@media only screen and (max-width: 974px) {
  .showroom #showroombottomnavcontent .featured-collections .controls {
    display: none;
  }
}

.text-page {
  max-width: 1108px;
  padding-left: 16px;
  padding-right: 16px;
  margin-left: auto;
  margin-right: auto;
  font-family: 'Manrope', sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #171717;
  letter-spacing: 0;
  line-height: 16px;
  padding-top: 80px;
}

.text-page h1 {
  font-family: 'Noto Serif Display', serif;
  font-weight: 300;
  font-style: italic;
  color: #171717;
  letter-spacing: 0;
  line-height: 56px;
  font-size: 48px;
  margin-bottom: 32px;
  margin-top: 32px;
}

@media only screen and (max-width: 974px) {
  .text-page h1 {
    font-size: 36px;
    line-height: 48px;
  }
}

.text-page h1 strong {
  font-size: 64px;
  font-weight: 500;
  font-style: normal;
}

@media only screen and (max-width: 974px) {
  .text-page h1 strong {
    font-size: 48px;
  }
}

.collection {
  max-width: 1108px;
  padding-left: 16px;
  padding-right: 16px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
}

@media only screen and (max-width: 974px) {
  .collection {
    padding-left: 0;
    padding-right: 0;
  }
}

.collection .two-column {
  padding-bottom: 40px;
}

.collection .two-column .item {
  padding-bottom: 40px;
}

@media only screen and (min-width: 975px) {
  .collection .two-column .item {
    -ms-flex-preferred-size: calc(50% - 14.5px);
        flex-basis: calc(50% - 14.5px);
  }
}

.collection .two-column .item .details {
  padding-bottom: 0;
}

.collection .two-column .item .details .title {
  margin-bottom: 0;
}

@media only screen and (max-width: 974px) {
  .collection .two-column .item .details .title {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.collection .additional {
  margin-bottom: 0;
}

.seamless {
  max-width: 1108px;
  padding-left: 16px;
  padding-right: 16px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
}

@media only screen and (max-width: 974px) {
  .seamless {
    padding-left: 0;
    padding-right: 0;
  }
}

.seamless .seamless-item {
  cursor: pointer;
}

.seamless .seamless-item .image {
  position: relative;
  overflow: hidden;
}

.seamless .seamless-item .image .badge-holder {
  position: absolute;
  width: 40%;
  height: 40%;
  bottom: 0;
  right: 0;
}

.seamless .seamless-item .image .badge-holder.tl {
  top: 0;
  bottom: auto;
  left: 0;
  right: auto;
}

.seamless .seamless-item .image .badge-holder.tr {
  top: 0;
  bottom: auto;
  left: auto;
  right: 0;
}

.seamless .seamless-item .image .badge-holder.bl {
  top: auto;
  bottom: 0;
  left: 0;
  right: auto;
}

.seamless .seamless-item .image .badge-holder img {
  width: 100%;
  height: auto;
}

.vignette {
  max-width: 1108px;
  padding-left: 16px;
  padding-right: 16px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
}

@media only screen and (max-width: 974px) {
  .vignette {
    padding-left: 0;
    padding-right: 0;
  }
}

.vignette .vignette-item {
  cursor: pointer;
}

.asset-detail {
  max-width: 1108px;
  padding-left: 16px;
  padding-right: 16px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
}

@media only screen and (max-width: 974px) {
  .asset-detail {
    padding-left: 0;
    padding-right: 0;
  }
}

.detail-view {
  max-width: 1108px;
  padding-left: 16px;
  padding-right: 16px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media only screen and (max-width: 974px) {
  .detail-view {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100vw;
    padding-left: 0;
    padding-right: 0;
  }
}

.detail-view .main-image {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  text-align: center;
}

@media only screen and (min-width: 975px) {
  .detail-view .main-image {
    min-height: 737px;
  }
}

.detail-view .main-image .asset {
  display: inline-block;
}

.detail-view .main-image .asset .pip-holder {
  display: inline-block;
  position: relative;
}

.detail-view .main-image .asset .pip-holder img {
  width: auto;
  height: 100%;
  max-width: 100%;
  max-height: 737px;
  display: inline-block;
}

@media only screen and (max-width: 974px) {
  .detail-view .main-image .asset .pip-holder img {
    max-height: calc(100vh - 300px);
  }
}

.detail-view .main-image .asset .pip-holder .pips .pip {
  position: absolute;
  cursor: pointer;
  left: 50%;
  top: 50%;
  width: 18px;
  height: 18px;
  border: solid 4px #171717;
  border-radius: 13px;
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.detail-view .main-image .asset .pip-holder .pips .pip:hover,
.detail-view .main-image .asset .pip-holder .pips .pip.active {
  width: 28px;
  height: 28px;
  border-radius: 20px;
  border: solid 6px #fff;
  background-color: #171717;
}

.detail-view .main-image .asset .btns {
  text-align: right;
  padding-top: 16px;
}

@media only screen and (max-width: 974px) {
  .detail-view .main-image .asset .btns {
    padding-right: 3.75px;
    padding-right: 3.75px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
}

.detail-view .main-image .asset .message {
  text-align: left;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 12px;
}

@media only screen and (max-width: 974px) {
  .detail-view .main-image .asset .message {
    padding-left: 3.75px;
    padding-right: 3.75px;
  }
}

.detail-view .products {
  -ms-flex-preferred-size: 483px;
      flex-basis: 483px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 8px;
  height: 800px;
  overflow-y: auto;
}

@media only screen and (max-width: 974px) {
  .detail-view .products {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-left: 0;
    height: auto;
    overflow-y: none;
    overflow-x: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 15px;
    margin-bottom: 65px;
  }
}

.detail-view .products .instruction {
  margin-bottom: 13px;
}

@media only screen and (max-width: 974px) {
  .detail-view .products .instruction {
    display: none;
  }
}

.detail-view .products .product {
  width: 451px;
  height: 136px;
  padding: 8px;
  background-color: #fff;
  margin-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  cursor: pointer;
}

@media only screen and (max-width: 974px) {
  .detail-view .products .product {
    width: 312px;
    height: 112px;
    padding: 4px;
    -ms-flex-preferred-size: 312px;
        flex-basis: 312px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    margin-left: 8px;
    margin-right: 8px;
    margin-bottom: 0;
  }
}

.detail-view .products .product .image {
  -ms-flex-preferred-size: 134px;
      flex-basis: 134px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 134px;
  height: 134px;
  border: solid 1px #171717;
  background-color: #fff;
}

@media only screen and (max-width: 974px) {
  .detail-view .products .product .image {
    -ms-flex-preferred-size: 110px;
        flex-basis: 110px;
    width: 110px;
    height: 110px;
  }
}

.detail-view .products .product .image img {
  width: 100%;
  height: auto;
}

.detail-view .products .product .info {
  margin-left: 8px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.detail-view .products .product .info .copy .name {
  font-weight: 800;
  font-size: 16px;
  color: #171717;
  letter-spacing: 0;
  padding-top: 8px;
  padding-bottom: 8px;
}

.detail-view .products .product .info .copy .pricing {
  font-weight: 600;
  font-size: 12px;
  color: #171717;
  letter-spacing: 0;
  padding-bottom: 8px;
}

.detail-view .products .product .info .copy .pricing .large {
  font-weight: 600;
  font-size: 16px;
  color: #171717;
  letter-spacing: 0;
  display: inline;
}

.detail-view .products .product .info .badge-row.small {
  padding-bottom: 6px;
}

.detail-view .products .product:hover,
.detail-view .products .product.active {
  background-color: #171717;
}

.detail-view .products .product:hover .info .copy .name,
.detail-view .products .product.active .info .copy .name {
  color: #fff;
}

.detail-view .products .product:hover .info .copy .pricing,
.detail-view .products .product.active .info .copy .pricing {
  color: #fff;
}

.detail-view .products .product:hover .info .copy .pricing .large,
.detail-view .products .product.active .info .copy .pricing .large {
  color: #fff;
}

.detail-view .products .product.noseamless {
  height: auto;
  min-height: 86px;
}

@media only screen and (max-width: 974px) {
  .detail-view .products .product.noseamless {
    width: 308px;
    height: 112px;
    padding-left: 8px;
  }
}

.detail-view .products .product.noseamless .info {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: 0;
  min-height: 86px;
}

.detail-view .products .product.noseamless .info .copy {
  min-height: 86px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 974px) {
  .detail-view .products .product.noseamless .info .copy {
    height: 112px;
  }
}

.detail-view .products .product.noseamless .badge-row.small {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.onfig {
  max-width: 1108px;
  padding-left: 16px;
  padding-right: 16px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
}

@media only screen and (max-width: 974px) {
  .onfig {
    padding-left: 0;
    padding-right: 0;
  }
}

.onfig .onfig-item {
  cursor: pointer;
}

.board {
  max-width: 1108px;
  padding-left: 16px;
  padding-right: 16px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
}

@media only screen and (max-width: 743px) {
  .board {
    padding-left: 0;
    padding-right: 0;
  }
}

.board .pin-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 80px;
}

@media only screen and (max-width: 974px) {
  .board .pin-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.board .pin-row .left h2 {
  margin-bottom: 32px;
}

.board .pin-row .right.hide {
  display: none;
}

.board .pin-row .right a {
  margin-left: 24px;
}

@media only screen and (max-width: 974px) {
  .board .pin-row .right a {
    margin-left: 0;
    margin-right: 24px;
  }
}

@media only screen and (max-width: 974px) {
  .board .pin-row .right a.download-board {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 975px) {
  .board .pin-row .right .mobile-only {
    display: none;
  }
}

@media only screen and (max-width: 974px) {
  .board .pin-row .right .desktop-only {
    display: none;
  }
}

@media only screen and (max-width: 743px) {
  .board .pin-row {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.board .no-results.hide {
  display: none;
}

@media only screen and (max-width: 743px) {
  .board .no-results {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.board .list .contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

@media only screen and (max-width: 743px) {
  .board .list .contents {
    margin-left: -3.75px;
    margin-right: -3.75px;
  }
}

.board .list .contents .board-item {
  cursor: pointer;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 30px;
  -ms-flex-preferred-size: calc(16.66667% - 30px);
      flex-basis: calc(16.66667% - 30px);
  position: relative;
}

.board .list .contents .board-item a.close {
  position: absolute;
  right: 8px;
  top: 8px;
  width: 28px;
  height: 28px;
  border: solid 2px #171717;
  cursor: pointer;
  background-image: url(/v2/vector/close_black.svg);
  background-size: 15px auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #fff;
}

@media only screen and (min-width: 744px) {
  .board .list .contents .board-item a.close {
    right: 8px;
    top: 8px;
  }
}

.board .list .contents .board-item a.close .hide {
  display: none;
}

@media only screen and (max-width: 974px) {
  .board .list .contents .board-item {
    -ms-flex-preferred-size: calc(25% - 30px);
        flex-basis: calc(25% - 30px);
  }
}

@media only screen and (max-width: 743px) {
  .board .list .contents .board-item {
    -ms-flex-preferred-size: calc(50% - 7.5px);
        flex-basis: calc(50% - 7.5px);
    margin-left: 3.75px;
    margin-right: 3.75px;
  }
}

.board .list .contents .board-item .image img,
.board .list .contents .board-item .image picture {
  width: 100%;
  height: auto;
}

.board .list .contents .board-item .details {
  padding-top: 8px;
}

.board .list .contents .board-item .details .title {
  font-family: 'Manrope', sans-serif;
  font-weight: 800;
  font-size: 14px;
  color: #171717;
  letter-spacing: 0;
  line-height: 20px;
}

@media only screen and (max-width: 743px) {
  .board .list .contents .board-item .details .title {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.modal#share_modal {
  padding: 95px;
  text-align: center;
  max-height: calc(100vh - 190px);
  min-height: calc(317px - 190px);
  max-width: calc(920px - 190px);
  width: calc(100% - 190px);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.modal#share_modal.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 974px) {
  .modal#share_modal {
    padding: 16px;
    max-height: calc(100vh - 32px - 32px);
    min-height: calc(317px - 190px);
    max-width: calc(920px - 32px);
    width: calc(100% - 32px - 32px);
    padding: 16px;
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.modal#share_modal .message {
  font-family: 'Manrope', sans-serif;
  font-weight: 800;
  color: #171717;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 24px;
}

.modal#share_modal input#sharelink {
  border: none;
  line-height: 56px;
  padding-left: 23.5px;
  padding-right: 23.5px;
  background-color: #ECECEC;
  color: #171717;
  outline: none;
  font-family: 'Manrope', sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #171717;
  letter-spacing: 0;
}

.modal#share_modal div.buttons {
  text-align: right;
  margin-top: 24px;
}

.modal#share_modal div.buttons a {
  margin-left: 24px;
}

.modal#share_modal div.buttons #copy-btn {
  min-width: 69px;
  text-align: center;
}

.modal#share_modal div.buttons #copy-btn span.not-copied {
  display: inline;
}

.modal#share_modal div.buttons #copy-btn span.copied {
  display: none;
}

.modal#share_modal div.buttons #copy-btn.state-copied {
  color: #fff;
  background-color: #171717;
}

.modal#share_modal div.buttons #copy-btn.state-copied span.not-copied {
  display: none;
}

.modal#share_modal div.buttons #copy-btn.state-copied span.copied {
  display: inline;
}

.modal#share_modal div.buttons #copy-btn.state-copied span.copied::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 15px;
  background-image: url(/v2/vector/checkmark-white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.brand {
  max-width: 1108px;
  padding-left: 16px;
  padding-right: 16px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
}

@media only screen and (max-width: 974px) {
  .brand {
    padding-left: 0;
    padding-right: 0;
  }
}

.brand h1 {
  margin-bottom: 80px;
}

@media only screen and (min-width: 975px) {
  .brand .listing {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media only screen and (max-width: 743px) {
  .brand .listing .list .contents {
    margin-left: 0;
    margin-right: 0;
  }
}

@media only screen and (max-width: 743px) {
  .brand .listing .list .contents .item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

.newsroom {
  max-width: 1108px;
  padding-left: 16px;
  padding-right: 16px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
}

.newsroom h1,
.newsroom h2 {
  margin-bottom: 8px;
}

.newsroom h2 strong {
  font-weight: 600;
}

.newsroom .newsroom-list {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: -15px;
  margin-right: -15px;
}

@media only screen and (max-width: 743px) {
  .newsroom .newsroom-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 0;
    margin-right: 0;
    margin-top: 57px;
  }
}

.newsroom .newsroom-list .item {
  margin-left: 15px;
  margin-right: 15px;
  -ms-flex-preferred-size: calc(33.33333% - 30px);
      flex-basis: calc(33.33333% - 30px);
  border: solid 2px #171717;
}

@media only screen and (max-width: 743px) {
  .newsroom .newsroom-list .item {
    width: calc(100% - 4px);
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 15px;
  }
}

.newsroom .newsroom-list .item .brand-card > div {
  margin: 0;
  background-color: #fff;
  width: 100%;
  min-height: 160px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 65% auto;
}

.newsroom .newsroom-list .item .brand-card > div.marshalls-logo {
  background-size: 55% auto;
}

.newsroom .listing {
  padding-left: 16px;
  padding-right: 16px;
}

@media only screen and (max-width: 743px) {
  .newsroom .listing .list .contents {
    margin-left: 0;
    margin-right: 0;
  }
}

@media only screen and (max-width: 743px) {
  .newsroom .listing .list .contents .item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.article {
  max-width: 1108px;
  padding-left: 16px;
  padding-right: 16px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
}

@media only screen and (max-width: 974px) {
  .article {
    padding-left: 0;
    padding-right: 0;
  }
}

.article h1 {
  margin-bottom: 80px;
}

.article h3 {
  margin-top: 70px;
}

@media only screen and (max-width: 743px) {
  .article h3 {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.article h2 strong {
  font-weight: 600;
}

@media only screen and (max-width: 743px) {
  .article h2 {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.article p.half {
  max-width: 50%;
  margin-top: 8px;
}

@media only screen and (max-width: 974px) {
  .article p.half {
    max-width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }
}

.article .listing {
  /*
        padding-left: 16px;
        padding-right: 16px;
        */
}

@media only screen and (max-width: 743px) {
  .article .listing .list .contents {
    margin-left: -3.75px;
    margin-right: -3.75px;
  }
}

@media only screen and (max-width: 743px) {
  .article .listing .list .contents .item .btns .btn {
    margin-right: 5px;
  }
}

.searchResults {
  max-width: 1140px;
  padding-left: 0;
  padding-right: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
}

@media only screen and (max-width: 974px) {
  .searchResults {
    padding-left: 0;
    padding-right: 0;
  }
}

.searchResults h1 {
  margin-bottom: 80px;
  padding-left: 16px;
  padding-right: 16px;
}

.searchResults h3 {
  padding-left: 16px;
  padding-right: 16px;
  margin-top: 20px;
}

@media only screen and (min-width: 744px) {
  .searchResults .listing {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media only screen and (max-width: 743px) {
  .searchResults .listing {
    margin-left: -3.75px;
    margin-right: -3.75px;
  }
}

@media only screen and (max-width: 743px) {
  .searchResults .listing .list .contents {
    margin-left: 0;
    margin-right: 0;
  }
}

@media only screen and (max-width: 743px) {
  .searchResults .listing .list .contents .item {
    -ms-flex-preferred-size: calc(50% - 8px);
        flex-basis: calc(50% - 8px);
  }
}

.searchResults .listing .list .contents .item .image {
  position: relative;
  overflow: hidden;
}

.searchResults .listing .list .contents .item .image .badge-holder {
  position: absolute;
  width: 40%;
  height: 40%;
  bottom: 0;
  right: 0;
}

.searchResults .listing .list .contents .item .image .badge-holder.tl {
  top: 0;
  bottom: auto;
  left: 0;
  right: auto;
}

.searchResults .listing .list .contents .item .image .badge-holder.tr {
  top: 0;
  bottom: auto;
  left: auto;
  right: 0;
}

.searchResults .listing .list .contents .item .image .badge-holder.bl {
  top: auto;
  bottom: 0;
  left: 0;
  right: auto;
}

.searchResults .listing .list .contents .item .image .badge-holder img {
  width: 100%;
  height: auto;
}

.fourohfour {
  background-image: url("/images/404/header404.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
}

@media only screen and (max-width: 768px) {
  .fourohfour {
    min-height: 238px;
  }
}

.fourohfour .copy {
  max-width: 1108px;
  padding-left: 16px;
  padding-right: 16px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  min-height: 728px;
}

@media only screen and (max-width: 768px) {
  .fourohfour .copy {
    min-height: 238px;
  }
}

.fourohfour .copy h1 {
  max-width: 50%;
  font-family: 'Noto Serif Display', serif;
  font-weight: 300;
  font-style: italic;
  color: #171717;
  letter-spacing: 0;
  line-height: 56px;
  font-size: 48px;
  margin-bottom: 32px;
  margin-top: 32px;
}

@media only screen and (max-width: 974px) {
  .fourohfour .copy h1 {
    font-size: 36px;
    line-height: 48px;
  }
}

@media only screen and (max-width: 768px) {
  .fourohfour .copy h1 {
    font-size: 20px;
    line-height: 28px;
  }
}

.fourohfour .copy h1 strong {
  font-size: 64px;
  font-weight: 500;
  font-style: normal;
}

@media only screen and (max-width: 974px) {
  .fourohfour .copy h1 strong {
    font-size: 48px;
  }
}

@media only screen and (max-width: 768px) {
  .fourohfour .copy h1 strong {
    font-size: 24px;
  }
}

