@import url(https://fonts.googleapis.com/css?family=Archivo);
@import url(https://fonts.googleapis.com/css?family=PT+Serif:400,700);
/* FRETTE: Start Variables
-------------------------- */
@font-face {
  font-family: 'Didot';
  src: url("../fonts/Didot/DidoteTextPro-Regular.otf") format("opentype"); }

@font-face {
  font-family: 'Didot';
  font-weight: bold;
  src: url("../fonts/Didot/DidoteTextPro-Bold.otf") format("opentype"); }

@font-face {
  font-family: 'Didot';
  font-style: italic;
  src: url("../fonts/Didot/DidoteTextPro-Italic.otf") format("opentype"); }

@font-face {
  font-family: 'Didot';
  font-weight: bold;
  font-style: italic;
  src: url("../fonts/Didot/DidoteTextPro-BoldItalic.otf") format("opentype"); }

@font-face {
  font-family: 'HelveticaNeue';
  src: url("../fonts/HelveticaNeue/HelveticaNeueeTextPro-Roman.otf") format("opentype"); }

@font-face {
  font-family: 'HelveticaNeueMd';
  src: url("../fonts/HelveticaNeue/HelveticaNeueeTextPro-Md.otf") format("opentype"); }

/*Replace old fonts with new fonts by default*/
body {
  margin: 0; }

/* FRETTE: End Variables
------------------------ */
/*------------------------------------*\
  #FORMS
\*------------------------------------*/
/*------------------------------------*\
  #TRANSITIONS
\*------------------------------------*/
@media (max-width: 47.99875rem) {
  .sth-hero-banner {
    margin: 0 1.25rem 1.875rem 1.25rem; } }

@media (min-width: 48rem) {
  .sth-hero-banner {
    margin: 0 1.625rem 1.875rem 1.625rem; } }

@media (min-width: 120rem) {
  .sth-hero-banner {
    margin: 0 2.5rem 3.4375rem 2.5rem; } }

.sth-hero-banner__Image {
  position: relative; }
  @media (max-width: 47.99875rem) {
    .sth-hero-banner__Image {
      padding-bottom: 124%; } }
  @media (min-width: 48rem) {
    .sth-hero-banner__Image {
      padding-bottom: 53.5%; } }
  @media (min-width: 80rem) {
    .sth-hero-banner__Image {
      padding-bottom: 42.2%; } }
  @media (min-width: 120rem) {
    .sth-hero-banner__Image {
      padding-bottom: 39.2%; } }
  .sth-hero-banner__Image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
    @media (max-width: 47.99875rem) {
      .sth-hero-banner__Image img {
        border-radius: 8px; } }
    @media (min-width: 48rem) {
      .sth-hero-banner__Image img {
        border-radius: 6px; } }
    @media (min-width: 80rem) {
      .sth-hero-banner__Image img {
        border-radius: 8px; } }

@media (max-width: 47.99875rem) {
  .fineLines {
    margin: 3.75rem 1.25rem 3.75rem 1.25rem; } }

@media (min-width: 48rem) {
  .fineLines {
    margin: 5.25rem 1.25rem 5rem 1.25rem; } }

@media (min-width: 80rem) {
  .fineLines {
    margin: 5.625rem 12.25rem 7.5rem 12.25rem; } }

@media (min-width: 120rem) {
  .fineLines {
    margin: 5rem 18.375rem 10.9375rem 18.375rem; } }

@media (min-width: 48rem) {
  .fineLines__container {
    display: grid;
    grid-template-columns: 50% 50%; } }

@media (min-width: 48rem) {
  .fineLines__rightText {
    margin-left: 3.625rem;
    margin-right: 4rem; } }

@media (min-width: 80rem) {
  .fineLines__rightText {
    margin-left: 8.625rem;
    margin-right: 0; } }

@media (min-width: 120rem) {
  .fineLines__rightText {
    margin-left: 12.625rem; } }

.fineLines__title {
  font-family: "Butler-Light";
  color: #000; }
  @media (max-width: 47.99875rem) {
    .fineLines__title {
      font-size: 1.5rem;
      line-height: 1.33;
      margin-bottom: 1.75rem; } }
  @media (min-width: 48rem) {
    .fineLines__title {
      font-size: 1.5rem;
      line-height: 1.25;
      margin-bottom: 1rem;
      margin-right: 2rem; } }
  @media (min-width: 80rem) {
    .fineLines__title {
      font-size: 1.5625rem;
      line-height: 1.36;
      margin-bottom: 1.75rem;
      margin-right: 5rem; } }
  @media (min-width: 120rem) {
    .fineLines__title {
      font-size: 2.8125rem;
      line-height: 1.27; } }

.fineLines__body {
  font-family: "Archivo-ExtraLight";
  color: #777; }
  @media (max-width: 47.99875rem) {
    .fineLines__body {
      line-height: 1.44;
      letter-spacing: 0.03rem; } }
  @media (min-width: 48rem) {
    .fineLines__body {
      font-size: 0.75rem;
      font-weight: 300;
      line-height: 1.42;
      letter-spacing: 0.0225rem; } }
  @media (min-width: 80rem) {
    .fineLines__body {
      font-size: 0.8125rem;
      line-height: 1.46;
      letter-spacing: 0.02438rem; } }
  @media (min-width: 120rem) {
    .fineLines__body {
      font-size: 1.25rem;
      line-height: 1.5;
      letter-spacing: 0.0375rem; } }

.fineLines__leftImage {
  position: relative; }
  @media (max-width: 47.99875rem) {
    .fineLines__leftImage {
      padding-bottom: 133.3%;
      padding-left: 100%;
      margin-bottom: 26px; } }
  @media (min-width: 48rem) {
    .fineLines__leftImage {
      padding-bottom: 134.1%;
      padding-left: 100.3%; } }
  @media (min-width: 80rem) {
    .fineLines__leftImage {
      padding-bottom: 154.7%;
      padding-left: 115.8%; } }
  .fineLines__leftImage img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
    @media (max-width: 47.99875rem) {
      .fineLines__leftImage img {
        border-radius: 8px; } }
    @media (min-width: 48rem) {
      .fineLines__leftImage img {
        border-radius: 6px; } }
    @media (min-width: 80rem) {
      .fineLines__leftImage img {
        border-radius: 8px; } }

@media (max-width: 1279px) {
  .percale-and-poplin {
    margin: 0 1.25rem 3.75rem 1.25rem; } }

@media (min-width: 1280px) {
  .percale-and-poplin {
    margin: 0 1.5625rem 7.5rem 1.5625rem; } }

@media (min-width: 1920px) {
  .percale-and-poplin {
    margin: 0 2.5rem 9.6875rem 2.5rem; } }

@media (min-width: 768px) {
  .percale-and-poplin__content-info {
    display: grid;
    grid-template-columns: 50% 50%; } }

.percale-and-poplin__leftImage {
  position: relative; }
  @media (max-width: 47.99875rem) {
    .percale-and-poplin__leftImage {
      padding-bottom: 108%; } }
  @media (min-width: 48rem) {
    .percale-and-poplin__leftImage {
      padding-bottom: 105.5%; } }
  @media (min-width: 80rem) {
    .percale-and-poplin__leftImage {
      padding-bottom: 78.3%; } }
  .percale-and-poplin__leftImage img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
    @media (max-width: 47.99875rem) {
      .percale-and-poplin__leftImage img {
        border-top-left-radius: 8px;
        border-top-right-radius: 8px; } }
    @media (min-width: 48rem) {
      .percale-and-poplin__leftImage img {
        border-top-left-radius: 6px;
        border-bottom-left-radius: 6px; } }
    @media (min-width: 80rem) {
      .percale-and-poplin__leftImage img {
        border-top-left-radius: 8px;
        border-bottom-left-radius: 8px; } }

.percale-and-poplin__rightText {
  background-color: #031d30;
  color: #ffffff; }
  @media (max-width: 767px) {
    .percale-and-poplin__rightText {
      border-bottom-right-radius: 8px;
      border-bottom-left-radius: 8px; } }
  @media (min-width: 768px) {
    .percale-and-poplin__rightText {
      border-bottom-right-radius: 6px;
      border-top-right-radius: 6px; } }
  @media (min-width: 1280px) {
    .percale-and-poplin__rightText {
      border-bottom-right-radius: 8px;
      border-top-right-radius: 8px; } }

.percale-and-poplin__nav {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding-right: 0.5rem; }
  @media (max-width: 767px) {
    .percale-and-poplin__nav {
      overflow-x: auto;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row nowrap;
              flex-flow: row nowrap;
      width: 95%;
      margin-left: auto;
      gap: 2.4rem;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      white-space: nowrap;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      margin-bottom: 1.8125rem;
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; } }
  @media (min-width: 768px) {
    .percale-and-poplin__nav {
      width: 95%;
      margin: 26px auto 2.5rem auto;
      gap: 8px;
      height: 30px; } }
  @media (min-width: 1280px) {
    .percale-and-poplin__nav {
      width: 100%;
      margin: 40px auto 5rem auto;
      gap: 20px;
      height: 30px; } }
  @media (min-width: 1920px) {
    .percale-and-poplin__nav {
      width: 55%;
      margin: 50px auto 7.5rem auto;
      gap: 40px;
      height: 30px; } }

.percale-and-poplin__navItem {
  font-family: "Archivo-Light"; }
  .percale-and-poplin__navItem a {
    opacity: 0.3;
    text-decoration: none; }
    .percale-and-poplin__navItem a.active {
      opacity: 1; }
  @media (max-width: 767px) {
    .percale-and-poplin__navItem {
      font-size: 1rem;
      line-height: 2.38;
      letter-spacing: 0.48px; } }
  @media (min-width: 768px) {
    .percale-and-poplin__navItem {
      font-size: 0.75rem;
      line-height: 3.17;
      letter-spacing: 0.36px; } }
  @media (min-width: 1280px) {
    .percale-and-poplin__navItem {
      font-size: 0.875rem;
      line-height: 2.71;
      letter-spacing: 0.42px; } }
  @media (min-width: 1920px) {
    .percale-and-poplin__navItem {
      font-size: 1rem;
      line-height: 2.38;
      letter-spacing: 0.48px; } }

.percale-and-poplin__content-tab {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }
  @media (max-width: 767px) {
    .percale-and-poplin__content-tab {
      margin: 0 20px;
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; } }
  @media (min-width: 768px) {
    .percale-and-poplin__content-tab {
      width: 75%;
      margin: 0 auto; } }
  @media (min-width: 1280px) {
    .percale-and-poplin__content-tab {
      width: 65%;
      margin: 0 auto; } }
  @media (min-width: 1920px) {
    .percale-and-poplin__content-tab {
      width: 70%;
      margin: 0 auto; } }

.percale-and-poplin__title {
  font-family: "Archivo-SemiBold";
  font-weight: 600;
  text-align: center;
  text-transform: uppercase; }
  @media (max-width: 767px) {
    .percale-and-poplin__title {
      font-size: 0.75rem;
      line-height: 1;
      letter-spacing: 2.11px;
      margin-bottom: 1rem;
      margin-top: 40px; } }
  @media (min-width: 768px) {
    .percale-and-poplin__title {
      font-size: 0.5625rem;
      line-height: 2.56;
      letter-spacing: 1.58px;
      margin-bottom: 10px; } }
  @media (min-width: 1280px) {
    .percale-and-poplin__title {
      font-size: 0.6875rem;
      line-height: 2.09;
      letter-spacing: 1.94px;
      margin-bottom: 15px; } }
  @media (min-width: 1920px) {
    .percale-and-poplin__title {
      font-size: 0.75rem;
      line-height: 1;
      letter-spacing: 2.11px;
      margin-bottom: 27px; } }

.percale-and-poplin__subtitle {
  font-family: "Butler-Light";
  color: #f0f0f0;
  text-transform: uppercase;
  text-align: center; }
  @media (max-width: 767px) {
    .percale-and-poplin__subtitle {
      font-size: 2.8125rem;
      line-height: 1;
      letter-spacing: -1.35px;
      margin-bottom: 30px; } }
  @media (min-width: 768px) {
    .percale-and-poplin__subtitle {
      font-size: 1.25rem;
      line-height: 1.05;
      letter-spacing: normal;
      margin-bottom: 20px; } }
  @media (min-width: 1280px) {
    .percale-and-poplin__subtitle {
      font-size: 2.1875rem;
      line-height: 1.03;
      letter-spacing: -0.7px;
      margin-bottom: 30px; } }
  @media (min-width: 1920px) {
    .percale-and-poplin__subtitle {
      font-size: 4.4375rem;
      line-height: 0.82;
      letter-spacing: -2.13px;
      margin-bottom: 36px; } }

.percale-and-poplin__description {
  font-family: "Archivo-ExtraLight";
  color: #ffffff;
  text-align: center; }
  @media (max-width: 767px) {
    .percale-and-poplin__description {
      font-size: 0.875rem;
      line-height: 1.64;
      letter-spacing: 0.42px;
      display: none; } }
  @media (min-width: 768px) {
    .percale-and-poplin__description {
      font-size: 0.75rem;
      line-height: 1.42;
      letter-spacing: 0.36px; } }
  @media (min-width: 1280px) {
    .percale-and-poplin__description {
      font-size: 0.8125rem;
      line-height: 1.46;
      letter-spacing: 0.39px; } }
  @media (min-width: 1920px) {
    .percale-and-poplin__description {
      font-size: 1.25rem;
      line-height: 1.55;
      letter-spacing: 0.6px; } }

.percale-and-poplin__descriptionMobile {
  display: none !important;
  font-family: "Archivo-ExtraLight";
  color: #ffffff;
  text-align: center; }
  @media (max-width: 767px) {
    .percale-and-poplin__descriptionMobile {
      font-size: 0.875rem;
      line-height: 1.64;
      letter-spacing: 0.42px;
      display: block !important;
      margin: 0 20px 2.2rem 20px; } }
  @media (min-width: 768px) {
    .percale-and-poplin__descriptionMobile {
      font-size: 0.75rem;
      line-height: 1.42;
      letter-spacing: 0.36px; } }
  @media (min-width: 1280px) {
    .percale-and-poplin__descriptionMobile {
      font-size: 0.8125rem;
      line-height: 1.46;
      letter-spacing: 0.39px; } }
  @media (min-width: 1920px) {
    .percale-and-poplin__descriptionMobile {
      font-size: 1.25rem;
      line-height: 1.55;
      letter-spacing: 0.6px; } }

.percale-and-poplin__bodyContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.theThreeFs {
  background-color: #E9E9E9; }
  @media (max-width: 47.99875rem) {
    .theThreeFs {
      margin-bottom: 5rem; } }
  @media (min-width: 48rem) {
    .theThreeFs {
      margin-bottom: 5.9375rem; } }
  @media (min-width: 80rem) {
    .theThreeFs {
      margin-bottom: 8.125rem; } }
  @media (min-width: 120rem) {
    .theThreeFs {
      margin-bottom: 9.375rem; } }
  @media (max-width: 47.99875rem) {
    .theThreeFs__content-info {
      margin: 0 20px; } }
  @media (min-width: 48rem) {
    .theThreeFs__content-info {
      height: 668px; } }
  @media (min-width: 80rem) {
    .theThreeFs__content-info {
      height: 663px; } }
  @media (min-width: 120rem) {
    .theThreeFs__content-info {
      height: 875px; } }
  .theThreeFs__title {
    font-family: "Archivo-ExtraLight";
    color: #000;
    text-transform: uppercase; }
    @media (max-width: 47.99875rem) {
      .theThreeFs__title {
        font-size: 1rem;
        line-height: 1.94;
        letter-spacing: 2.4px;
        margin: 60px 0; } }
    @media (min-width: 48rem) {
      .theThreeFs__title {
        font-size: 1rem;
        line-height: 1.94;
        letter-spacing: 2.4px;
        margin: 108px 0; } }
    @media (min-width: 80rem) {
      .theThreeFs__title {
        margin: 125px 0; } }
    @media (min-width: 120rem) {
      .theThreeFs__title {
        font-size: 1.25rem;
        line-height: 1.55;
        letter-spacing: 3px; } }
  .theThreeFs__body {
    width: 100%; }
  @media (min-width: 768px) {
    .theThreeFs__bodyContentInfo {
      display: grid;
      grid-template-columns: 33.33% 33.33% 33.33%; } }
  .theThreeFs__subTitle {
    font-family: "Butler-Light";
    color: #000;
    text-transform: uppercase; }
    @media (max-width: 47.99875rem) {
      .theThreeFs__subTitle {
        font-size: 2.1875rem;
        line-height: 0.98;
        letter-spacing: 0.7px;
        margin-bottom: 20px;
        padding: 0; } }
    @media (min-width: 48rem) {
      .theThreeFs__subTitle {
        font-size: 1.5rem;
        line-height: 0.92;
        letter-spacing: normal;
        margin: 0 1.25rem 1.25rem 1.25rem; } }
    @media (min-width: 80rem) {
      .theThreeFs__subTitle {
        font-size: 2.125rem;
        line-height: 0.88;
        margin: 0 5.875rem 1.25rem 5.875rem; } }
    @media (min-width: 120rem) {
      .theThreeFs__subTitle {
        font-size: 3.125rem;
        line-height: 1;
        letter-spacing: -0.5px; } }
  .theThreeFs__description {
    font-family: "Archivo-ExtraLight";
    color: #777; }
    @media (max-width: 47.99875rem) {
      .theThreeFs__description {
        font-size: 0.875rem;
        line-height: 1.64;
        letter-spacing: 0.42px;
        margin-bottom: 40px; } }
    @media (min-width: 48rem) {
      .theThreeFs__description {
        font-size: 0.75rem;
        line-height: 1.58;
        letter-spacing: 0.36px;
        margin: 0 1.25rem 7.5rem 1.25rem; } }
    @media (min-width: 80rem) {
      .theThreeFs__description {
        margin: 0 5.875rem 7.5rem 5.875rem; } }
    @media (min-width: 120rem) {
      .theThreeFs__description {
        font-size: 1.25rem;
        line-height: 1.5;
        letter-spacing: 0.6px; } }

@media (max-width: 47.99875rem) {
  .hr-line {
    border-bottom: 1px solid #000;
    opacity: 0.13;
    margin-bottom: 30px; } }

@media (max-width: 47.99875rem) {
  .card-body {
    padding-left: 0; } }

@media (min-width: 768px) {
  .theThreeFsAccordian {
    display: none !important; }
  .theThreeFs__bodyContainer {
    display: block !important; } }

@media (max-width: 767.98px) {
  .theThreeFsAccordian {
    display: block !important; }
  .theThreeFs__bodyContainer {
    display: none !important; } }

.theThreeFsAccordian .card-header {
  position: relative;
  background-color: #E9E9E9; }
  .theThreeFsAccordian .card-header img {
    position: absolute;
    right: 20px;
    margin: auto;
    top: 0;
    bottom: 0; }
  .theThreeFsAccordian .card-header .collapsed .minus-icon {
    display: none !important; }
  .theThreeFsAccordian .card-header .collapsed .plus-icon {
    display: block !important; }
  .theThreeFsAccordian .card-header .minus-icon {
    display: block !important; }
  .theThreeFsAccordian .card-header .plus-icon {
    display: none !important; }

.theThreeFsAccordian .card-body {
  background-color: #E9E9E9; }

.theThreeFsAccordian .card {
  border: 0;
  background: #E9E9E9; }
  .theThreeFsAccordian .card .card-header {
    border: 0;
    padding: 0; }

@media (max-width: 47.99875rem) {
  .sth-bedding-guide {
    margin-bottom: 4.6875rem; } }

@media (min-width: 48rem) {
  .sth-bedding-guide {
    margin-bottom: 5.625rem; } }

@media (min-width: 80rem) {
  .sth-bedding-guide {
    margin-bottom: 6.5625rem; } }

@media (min-width: 120rem) {
  .sth-bedding-guide {
    margin-bottom: 5.9375rem; } }

.sth-bedding-guide__title {
  font-family: "Butler-Light";
  color: #000; }
  @media (max-width: 47.99875rem) {
    .sth-bedding-guide__title {
      line-height: 0.84;
      letter-spacing: -1.35px;
      font-size: 2.8125rem; } }
  @media (min-width: 48rem) {
    .sth-bedding-guide__title {
      line-height: normal;
      letter-spacing: -0.9px;
      font-size: 2.8125rem; } }
  @media (min-width: 80rem) {
    .sth-bedding-guide__title {
      letter-spacing: -0.8px;
      font-size: 2.5rem; } }
  @media (min-width: 120rem) {
    .sth-bedding-guide__title {
      letter-spacing: -1.2px;
      font-size: 3.75rem; } }

.sth-hr-line {
  height: 2px;
  background-color: #eaeaea; }
  @media (max-width: 47.99875rem) {
    .sth-hr-line {
      width: 337px;
      margin: 0 auto 5.9375rem auto; } }
  @media (min-width: 48rem) {
    .sth-hr-line {
      width: 730px;
      margin: 0 auto 7.5rem auto; } }
  @media (min-width: 80rem) {
    .sth-hr-line {
      width: 1228px;
      margin: 0 auto 8.75rem auto; } }
  @media (min-width: 120rem) {
    .sth-hr-line {
      width: 1838px;
      margin: 0 auto 9.375rem auto; } }

.care-guide {
  padding: 0 0 7.125rem 0; }
  @media screen and (min-width: 768px) {
    .care-guide {
      padding: 0 0 9.875rem 0; } }
  @media screen and (min-width: 1280px) {
    .care-guide {
      padding: 0 0 8.5rem 0; } }
  @media screen and (min-width: 1920px) {
    .care-guide {
      padding: 0 0 14.0625rem 0; } }
  .care-guide .container {
    max-width: 100%;
    padding: 0 1.125rem; }
  .care-guide h2 {
    font-family: 'Butler-Light';
    font-size: 2.8125rem;
    line-height: 0.84;
    letter-spacing: -1.35px;
    color: #000;
    margin: 0 0 2.625rem 0;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .care-guide h2 {
        letter-spacing: -0.9px;
        line-height: normal;
        margin: 0 0 3.625rem 0; } }
    @media screen and (min-width: 1280px) {
      .care-guide h2 {
        font-size: 2.5rem;
        letter-spacing: -0.8px;
        margin: 0 0 3.9375rem 0; } }
    @media screen and (min-width: 1920px) {
      .care-guide h2 {
        font-size: 3.75rem;
        letter-spacing: -1.2px; } }
  .care-guide .nav-tabs {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 0;
    margin: 0 0 2.8125rem 0;
    -ms-flex-wrap: unset;
        flex-wrap: unset;
    overflow: auto;
    padding: 0; }
    .care-guide .nav-tabs::-webkit-scrollbar {
      display: none; }
    @media screen and (min-width: 768px) and (max-width: 880px) {
      .care-guide .nav-tabs {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
    @media screen and (max-width: 767.98px) {
      .care-guide .nav-tabs {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        margin-right: -1.125rem !important; } }
    @media screen and (min-width: 768px) {
      .care-guide .nav-tabs {
        margin: 0 0 3.75rem 0; } }
    @media screen and (min-width: 1280px) {
      .care-guide .nav-tabs {
        margin: 0 0 4rem 0; } }
    @media screen and (min-width: 1920px) {
      .care-guide .nav-tabs {
        margin: 0 0 4.3125rem 0; } }
    .care-guide .nav-tabs .nav-item:not(:last-child) {
      margin-right: 2.5rem; }
      @media screen and (min-width: 1920px) {
        .care-guide .nav-tabs .nav-item:not(:last-child) {
          margin-right: 4.5rem; } }
    @media screen and (max-width: 1279.98px) {
      .care-guide .nav-tabs .nav-item.disable-item .nav-link {
        opacity: 0.1; } }
    .care-guide .nav-tabs .nav-link {
      font-family: 'Butler-Light';
      font-size: 1.5rem;
      letter-spacing: -0.6px;
      line-height: normal;
      color: #000;
      opacity: .3;
      text-transform: uppercase;
      border: 0;
      white-space: nowrap; }
      .care-guide .nav-tabs .nav-link.active {
        opacity: 1; }
      @media screen and (min-width: 768px) {
        .care-guide .nav-tabs .nav-link {
          letter-spacing: -0.48px; } }
      @media screen and (min-width: 1280px) {
        .care-guide .nav-tabs .nav-link {
          letter-spacing: -0.48px; } }
      @media screen and (min-width: 1920px) {
        .care-guide .nav-tabs .nav-link {
          font-size: 1.875rem;
          letter-spacing: -0.6px; } }
  .care-guide .inner-tabs .nav-tabs {
    margin: 0 0 3.25rem 0; }
    @media screen and (min-width: 768px) {
      .care-guide .inner-tabs .nav-tabs {
        margin: 0 0 4.5rem 0; } }
    @media screen and (min-width: 1280px) {
      .care-guide .inner-tabs .nav-tabs {
        margin: 0 0 4.625rem 0; } }
    @media screen and (min-width: 1920px) {
      .care-guide .inner-tabs .nav-tabs {
        margin: 0 0 5.25rem 0; } }
    .care-guide .inner-tabs .nav-tabs .nav-item:not(:last-child) {
      margin-right: 2.5rem; }
      @media screen and (min-width: 768px) {
        .care-guide .inner-tabs .nav-tabs .nav-item:not(:last-child) {
          margin-right: 2.1875rem; } }
    .care-guide .inner-tabs .nav-tabs .nav-link {
      font-family: 'Archivo-Light';
      font-size: 1rem;
      text-transform: capitalize;
      line-height: normal;
      letter-spacing: 0.48px; }
  .care-guide .content {
    margin: auto;
    display: grid;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    grid-gap: 1.875rem; }
    @media screen and (min-width: 768px) {
      .care-guide .content {
        max-width: 45.125rem;
        grid-template-columns: 19.6875rem auto; } }
    @media screen and (min-width: 1280px) {
      .care-guide .content {
        max-width: 56.75rem;
        grid-gap: 2.875rem; } }
    @media screen and (min-width: 1920px) {
      .care-guide .content {
        max-width: 81.9375rem;
        grid-template-columns: 33.125rem auto;
        grid-gap: 3.6875rem; } }
    @media screen and (min-width: 768px) {
      .care-guide .content .desc {
        margin: -0.1875rem 0 0 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        height: 100%;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -ms-flex-line-pack: center;
            align-content: center; } }
    @media screen and (min-width: 1920px) {
      .care-guide .content .desc {
        margin: -0.375rem 0 0 0; } }
    .care-guide .content p {
      font-family: 'Archivo-ExtraLight';
      font-size: 0.875rem;
      line-height: 1.64;
      letter-spacing: 0.42px;
      text-align: center;
      color: #000;
      padding: 0 1.25rem; }
      .care-guide .content p:not(:last-child) {
        margin-bottom: 2.75rem; }
      @media screen and (min-width: 768px) {
        .care-guide .content p {
          text-align: left;
          line-height: 1.5;
          letter-spacing: 0.42px;
          padding: 0; }
          .care-guide .content p:not(:last-child) {
            margin-bottom: 1.5625rem; } }
      @media screen and (min-width: 1280px) {
        .care-guide .content p:not(:last-child) {
          margin-bottom: 1.375rem; } }
      @media screen and (min-width: 1920px) {
        .care-guide .content p {
          font-size: 1.25rem;
          line-height: 1.55;
          letter-spacing: 0.6px; }
          .care-guide .content p:not(:last-child) {
            margin-bottom: 2.125rem; } }
  .care-guide .image {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    padding-bottom: 46.6%; }
    @media screen and (min-width: 768px) {
      .care-guide .image {
        padding-bottom: 126.1%; } }
    @media screen and (min-width: 1280px) {
      .care-guide .image {
        padding-bottom: 89%; } }
    @media screen and (min-width: 1920px) {
      .care-guide .image {
        padding-bottom: 89%; } }
    .care-guide .image img {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .care-guide .img-desktop {
    display: none !important; }
    @media (min-width: 1280px) {
      .care-guide .img-desktop {
        display: block !important; } }
  .care-guide .img-tablet {
    display: none !important; }
    @media (min-width: 768px) and (max-width: 1279.98px) {
      .care-guide .img-tablet {
        display: block !important; } }
  .care-guide .img-mobile {
    display: none !important; }
    @media (max-width: 767.98px) {
      .care-guide .img-mobile {
        display: block !important; } }

.our-videos {
  background: #031d30;
  padding: 4.5rem 0 4.625rem 0; }
  @media screen and (min-width: 768px) {
    .our-videos {
      padding: 5.1rem 0 8.58125rem 0; } }
  @media screen and (min-width: 1280px) {
    .our-videos {
      padding: 4.4375rem 0 4.75rem 0; } }
  @media screen and (min-width: 1920px) {
    .our-videos {
      padding: 6.625rem 0; } }
  .our-videos .container {
    max-width: 100%;
    padding: 0 1.125rem; }
    @media screen and (min-width: 768px) {
      .our-videos .container {
        padding: 0 2.4375rem; } }
    @media screen and (min-width: 1280px) {
      .our-videos .container {
        padding: 0 1.6875rem; } }
    @media screen and (min-width: 1920px) {
      .our-videos .container {
        padding: 0 2.5625rem; } }
  .our-videos h2 {
    font-family: 'Butler-Light';
    font-size: 2.8125rem;
    font-weight: 300;
    letter-spacing: -0.9px;
    text-align: center;
    color: #fff;
    margin: 0 0 3.875rem 0;
    text-transform: uppercase;
    line-height: 1; }
    @media screen and (min-width: 768px) {
      .our-videos h2 {
        margin: 0 0 4.125rem 0; } }
    @media screen and (min-width: 1280px) {
      .our-videos h2 {
        font-size: 2.4375rem;
        letter-spacing: -0.78px;
        margin: 0 0 5.0625rem 0; } }
    @media screen and (min-width: 1920px) {
      .our-videos h2 {
        font-size: 3.75rem;
        letter-spacing: -1.2px;
        margin: 0 0 7.5rem 0; } }
  .our-videos .row {
    margin: 0;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 4.5rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    @media screen and (min-width: 768px) {
      .our-videos .row {
        grid-gap: 4.4375rem; } }
    @media screen and (min-width: 1280px) {
      .our-videos .row {
        grid-template-columns: 38.125rem auto;
        grid-gap: 4.0625rem; } }
    @media screen and (min-width: 1920px) {
      .our-videos .row {
        grid-template-columns: 57.25rem auto;
        grid-gap: 6.125rem; } }
  .our-videos .main-image {
    position: relative;
    padding-bottom: 63.7%;
    background: #000;
    border-radius: 0.5rem;
    overflow: hidden; }
    .our-videos .main-image:after {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      background: #000;
      opacity: .32; }
    .our-videos .main-image img {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      border-radius: 0.5rem; }
    @media screen and (min-width: 768px) {
      .our-videos .main-image {
        padding-bottom: 52.5%; } }
  .our-videos .caption {
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0.9375rem 0 0 0;
    color: #fff;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 2.375rem; }
    @media screen and (min-width: 768px) {
      .our-videos .caption {
        position: absolute;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
        grid-gap: 0;
        padding: 0.5rem 1.4375rem 0.9375rem 2.05rem; } }
    @media screen and (min-width: 1280px) {
      .our-videos .caption {
        padding: 0.5rem 1.3125rem 0.8125rem 1.8125rem; } }
    @media screen and (min-width: 1920px) {
      .our-videos .caption {
        padding: 0.5rem 2.9375rem 1.25rem 2.90625rem; } }
    .our-videos .caption h3 {
      font-family: 'Butler-Light';
      font-size: 1.875rem;
      line-height: 1.03;
      letter-spacing: 0.9px;
      margin: 0 0 0.9375rem 0; }
      @media screen and (min-width: 768px) {
        .our-videos .caption h3 {
          font-size: 1.875rem;
          line-height: 1.03;
          letter-spacing: -0.6px;
          margin: 0 0 0.625rem 0; } }
      @media screen and (min-width: 1280px) {
        .our-videos .caption h3 {
          margin: 0 0 0.5625rem 0; } }
      @media screen and (min-width: 1920px) {
        .our-videos .caption h3 {
          font-size: 2.8125rem;
          line-height: 0.69;
          letter-spacing: -0.9px;
          margin: 0 0 1.15625rem 0; } }
    .our-videos .caption p {
      font-family: 'Archivo-ExtraLight';
      font-size: 1rem;
      line-height: 1.94;
      letter-spacing: 0.48px;
      margin: 0 0 0rem 0; }
      @media screen and (min-width: 768px) {
        .our-videos .caption p {
          font-size: 0.875rem;
          line-height: 2.21;
          letter-spacing: 0.42px;
          margin: 0 0 0.75rem 0; } }
      @media screen and (min-width: 1280px) {
        .our-videos .caption p {
          margin: 0 0 0.75rem 0; } }
      @media screen and (min-width: 1920px) {
        .our-videos .caption p {
          font-size: 1rem;
          line-height: 1.94;
          letter-spacing: 0.48px;
          margin: 0 0 1.125rem 0; } }
    .our-videos .caption .btn-default {
      font-family: 'Archivo-Medium';
      font-weight: 500;
      font-size: 0.75rem;
      color: #000;
      width: 100%;
      height: 3.75rem;
      padding: 0.625rem;
      border-radius: 0.5rem;
      background-color: #fff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      @media screen and (max-width: 480px) {
        .our-videos .caption .btn-default {
          max-width: 20.9375rem;
          margin: auto; } }
      @media screen and (min-width: 768px) {
        .our-videos .caption .btn-default {
          font-size: 0.5625rem;
          width: 11.9375rem;
          height: 2.875rem;
          letter-spacing: 1.58px;
          border-radius: 6px; } }
      @media screen and (min-width: 1280px) {
        .our-videos .caption .btn-default {
          width: 10.5625rem;
          height: 2.5625rem; } }
      @media screen and (min-width: 1920px) {
        .our-videos .caption .btn-default {
          width: 14.0625rem;
          height: 3.75rem;
          font-size: 0.75rem; } }
  @media screen and (min-width: 768px) {
    .our-videos .right-col {
      padding: 0; } }
  @media screen and (min-width: 1280px) {
    .our-videos .right-col {
      padding: 0 2.8125rem 0 0; } }
  @media screen and (min-width: 1920px) {
    .our-videos .right-col {
      padding: 0 3.9375rem 0 0; } }
  .our-videos .list {
    font-family: 'Archivo-ExtraLight';
    color: #fff;
    padding: 0;
    list-style: none;
    margin: 0;
    max-height: 22.3125rem;
    overflow: auto; }
    .our-videos .list .mCustomScrollBox {
      padding: 0 1.25rem 0 0; }
    @media screen and (min-width: 768px) {
      .our-videos .list {
        max-height: 20rem; }
        .our-videos .list .mCustomScrollBox {
          padding: 0 2.0625rem 0 0; } }
    @media screen and (min-width: 1280px) {
      .our-videos .list .mCustomScrollBox {
        padding: 0 1.875rem 0 0; } }
    @media screen and (min-width: 1920px) {
      .our-videos .list {
        max-height: 30.125rem; }
        .our-videos .list .mCustomScrollBox {
          padding: 0 3.125rem 0 0; } }
    .our-videos .list .list-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin: 0 0 2.6875rem 0; }
      @media screen and (min-width: 768px) {
        .our-videos .list .list-item {
          margin: 0 0 2.25rem 0; } }
      @media screen and (min-width: 1920px) {
        .our-videos .list .list-item {
          margin: 0 0 3.4375rem 0; } }
  .our-videos .box {
    display: grid;
    grid-template-columns: 5.25rem auto;
    grid-gap: 1.1875rem; }
    @media screen and (min-width: 768px) {
      .our-videos .box {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        grid-template-columns: 4.9375rem auto;
        grid-gap: 1.0625rem; } }
    @media screen and (min-width: 1920px) {
      .our-videos .box {
        grid-template-columns: 7.375rem auto;
        grid-gap: 1.65625rem; } }
    .our-videos .box .image {
      position: relative;
      padding-bottom: 67%;
      background: #000;
      border-radius: 8px;
      overflow: hidden; }
      .our-videos .box .image img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
    .our-videos .box h4 {
      font-size: 1.25rem;
      line-height: 1;
      letter-spacing: 0.6px;
      margin: 0 0 1rem 0; }
      @media screen and (min-width: 768px) {
        .our-videos .box h4 {
          font-size: 1.125rem;
          letter-spacing: 0.54px;
          margin: 0 0 1rem 0; } }
      @media screen and (min-width: 1920px) {
        .our-videos .box h4 {
          font-size: 1.6875rem;
          letter-spacing: 0.81px;
          margin: 0 0 1rem 0; } }
    .our-videos .box p {
      opacity: 0.4;
      font-size: 0.75rem;
      letter-spacing: 0.36px;
      line-height: 1;
      letter-spacing: 0.48px; }
      @media screen and (min-width: 1920px) {
        .our-videos .box p {
          font-size: 1rem;
          letter-spacing: 0.48px; } }
  .our-videos .actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
    @media screen and (min-width: 768px) {
      .our-videos .actions {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; } }
    .our-videos .actions .duration {
      font-size: 0.75rem;
      letter-spacing: 0.36px;
      margin: 0.9375rem 0 0 0; }
      @media screen and (min-width: 768px) {
        .our-videos .actions .duration {
          font-size: 0.875rem;
          letter-spacing: 0.42px;
          margin: 0.1875rem 1.5625rem 0 0; } }
      @media screen and (min-width: 1280px) {
        .our-videos .actions .duration {
          line-height: 1.72;
          letter-spacing: 0.54px; } }
      @media screen and (min-width: 1920px) {
        .our-videos .actions .duration {
          font-size: 1.125rem;
          line-height: 1.72;
          letter-spacing: 0.54px;
          margin: 0.1875rem 2.84375rem 0 0; } }
    .our-videos .actions svg {
      width: 1.0625rem;
      height: 1.3125rem; }
      @media screen and (min-width: 768px) {
        .our-videos .actions svg {
          width: 0.6875rem;
          height: 0.875rem; } }
      @media screen and (min-width: 1920px) {
        .our-videos .actions svg {
          width: 1.0625rem;
          height: 1.3125rem; } }
  .our-videos .mCSB_scrollTools {
    opacity: 1; }
    .our-videos .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
      background: #fff;
      border-radius: 0; }
    .our-videos .mCSB_scrollTools .mCSB_draggerRail {
      width: 4px;
      background: #1d3445;
      border-radius: 0; }
  .our-videos .mCSB_inside > .mCSB_container {
    margin: 0; }

#sTH_videoModal .modal-body {
  padding: 6.375rem 1.3125rem; }
  @media screen and (max-width: 767.98px) {
    #sTH_videoModal .modal-body .btn-defalut {
      display: none !important; } }
  @media screen and (min-width: 768px) and (max-width: 1919.98) {
    #sTH_videoModal .modal-body {
      padding: 5.25rem 1.3125rem; } }

#sTH_videoModal .btn-defalut {
  font-family: 'Archivo-Medium';
  font-weight: 500;
  font-size: 0.75rem;
  color: #fff;
  height: 3.75rem;
  padding: 0.625rem 1.25rem;
  border-radius: 0.5rem;
  letter-spacing: 2.11px;
  background-color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute; }
  @media screen and (max-width: 767.98px) {
    #sTH_videoModal .btn-defalut {
      width: 100%;
      left: 21px;
      right: auto;
      bottom: 1.25rem;
      width: calc(100% - 40px); } }
  @media screen and (min-width: 768px) {
    #sTH_videoModal .btn-defalut {
      font-size: 0.5625rem;
      min-width: 11.9375rem;
      height: 2.875rem;
      letter-spacing: 1.58px;
      border-radius: 6px;
      right: 1rem;
      bottom: 4.625rem;
      background: #fff;
      color: #000; } }
  @media screen and (min-width: 1280px) {
    #sTH_videoModal .btn-defalut {
      min-width: 10.5625rem;
      height: 2.5625rem; } }
  @media screen and (min-width: 1920px) {
    #sTH_videoModal .btn-defalut {
      min-width: 14.875rem;
      height: 3.75rem;
      font-size: 0.75rem;
      letter-spacing: 2.11px;
      right: 1.3125rem;
      bottom: 5.375rem; } }

#sTH_videoModal .show-on-mobile {
  display: none !important; }
  @media screen and (max-width: 767.98px) {
    #sTH_videoModal .show-on-mobile {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important; } }

.new-products-added {
  display: none; }
  .new-products-added .clp-grid-carousel .sub-category-list {
    display: none; }
  .new-products-added .clp-grid-carousel .product-items {
    display: block !important; }
  .new-products-added .clp-grid-carousel .clp-container__list-item-fabric-finder {
    display: block !important; }

.fabric-finder-products {
  display: none; }

.new-products-added-final .clp-grid-carousel .sub-category-list {
  display: none; }

.new-products-added-final .clp-grid-carousel .category-name-link {
  display: none !important; }

.new-products-added-final .clp-grid-carousel .product-items {
  display: block !important; }

.new-products-added-final .product-items-fabric-finder {
  display: block !important; }

.new-products-added-final .fabric-finder-products {
  display: block !important; }

.fabric-finder-clp {
  margin: 0 20px;
  padding-top: 0;
  padding-bottom: 47px;
  /*
    .fabric-finder__image {
        width: 84px;
        height: auto;
        margin: auto;
        @media (min-width: 768px) {
            width: 120px;
        }
        @media (min-width: 1280px) {
        
        }
        @media (min-width: 1920px) {
            width: 131px;
        }
    }
*/ }
  @media (min-width: 768px) {
    .fabric-finder-clp {
      padding-top: 0;
      padding-bottom: 55px; } }
  @media (min-width: 1280px) {
    .fabric-finder-clp {
      margin: 0 23px;
      padding-top: 0;
      padding-bottom: 90px; } }
  @media (min-width: 1920px) {
    .fabric-finder-clp {
      margin: 0 41px;
      padding-bottom: 105px; } }
  .fabric-finder-clp .fabric-finder__content.fabric-selected {
    display: none !important; }
  .fabric-finder-clp .fabric-finder__temparature-image {
    width: 127px;
    height: auto;
    margin: auto; }
    @media (min-width: 768px) {
      .fabric-finder-clp .fabric-finder__temparature-image {
        width: 188px; } }
    @media (min-width: 1920px) {
      .fabric-finder-clp .fabric-finder__temparature-image {
        width: 204px; } }
  .fabric-finder-clp .fabric-finder__feel-image {
    width: 84px;
    height: auto;
    margin: auto;
    margin-top: 24px; }
    @media (min-width: 768px) {
      .fabric-finder-clp .fabric-finder__feel-image {
        width: 120px;
        margin-top: 29px; } }
    @media (min-width: 1280px) {
      .fabric-finder-clp .fabric-finder__feel-image {
        margin-top: 34px; } }
    @media (min-width: 1920px) {
      .fabric-finder-clp .fabric-finder__feel-image {
        width: 131px;
        margin-top: 37px; } }
  .fabric-finder-clp .fabric-finder__finish-image {
    width: 108px;
    height: auto;
    margin: auto;
    margin-top: 12px; }
    @media (min-width: 768px) {
      .fabric-finder-clp .fabric-finder__finish-image {
        width: 154px;
        margin-top: 13px; } }
    @media (min-width: 1280px) {
      .fabric-finder-clp .fabric-finder__finish-image {
        margin-top: 17px; } }
    @media (min-width: 1920px) {
      .fabric-finder-clp .fabric-finder__finish-image {
        width: 167px;
        margin-top: 19px; } }
  .fabric-finder-clp .fabric-finder__title {
    font-family: 'Archivo-Regular';
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: 2.11px;
    text-align: center;
    color: #000;
    margin-bottom: 16px;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .fabric-finder-clp .fabric-finder__title {
        font-family: 'Archivo-Medium';
        font-size: 8px;
        font-weight: 500;
        line-height: 1.25;
        letter-spacing: 1.41px;
        margin-bottom: 12px; } }
    @media (min-width: 1280px) {
      .fabric-finder-clp .fabric-finder__title {
        margin-bottom: 14px; } }
    @media (min-width: 1920px) {
      .fabric-finder-clp .fabric-finder__title {
        font-size: 12px;
        line-height: 1;
        letter-spacing: 2.11px; } }
  .fabric-finder-clp .fabric-finder__temparature-title {
    margin-top: -20px; }
    @media (min-width: 768px) {
      .fabric-finder-clp .fabric-finder__temparature-title {
        margin-top: -39px; } }
    @media (min-width: 1280px) {
      .fabric-finder-clp .fabric-finder__temparature-title {
        margin-top: -35px; } }
    @media (min-width: 1920px) {
      .fabric-finder-clp .fabric-finder__temparature-title {
        margin-top: -37px; } }
  .fabric-finder-clp .fabric-finder__finish-title {
    margin-top: -11px; }
    @media (min-width: 768px) {
      .fabric-finder-clp .fabric-finder__finish-title {
        margin-top: -17px; } }
    @media (min-width: 1920px) {
      .fabric-finder-clp .fabric-finder__finish-title {
        margin-top: -19px; } }
  .fabric-finder-clp .fabric-finder__desc1 {
    font-family: 'Butler-Light';
    font-size: 45px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.84;
    letter-spacing: -1.35px;
    color: #000;
    margin-bottom: 26px;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .fabric-finder-clp .fabric-finder__desc1 {
        font-size: 28px;
        line-height: normal;
        letter-spacing: -0.56px;
        margin-bottom: 20px; } }
    @media (min-width: 1280px) {
      .fabric-finder-clp .fabric-finder__desc1 {
        font-size: 40px;
        letter-spacing: -0.8px;
        margin-bottom: 20px; } }
    @media (min-width: 1920px) {
      .fabric-finder-clp .fabric-finder__desc1 {
        font-size: 60px;
        letter-spacing: -1.2px;
        margin-bottom: 30px; } }
  .fabric-finder-clp .fabric-finder__desc2 {
    font-family: 'Archivo-ExtraLight';
    font-size: 14px;
    font-weight: 200;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.57;
    letter-spacing: 0.42px;
    text-align: center;
    color: #000;
    width: 286px;
    margin: auto;
    margin-bottom: 16px; }
    @media (min-width: 768px) {
      .fabric-finder-clp .fabric-finder__desc2 {
        font-size: 12px;
        line-height: 1.58;
        letter-spacing: 0.36px;
        margin-bottom: 0px;
        width: 302px; } }
    @media (min-width: 1280px) {
      .fabric-finder-clp .fabric-finder__desc2 {
        font-size: 16px;
        line-height: 1.63;
        letter-spacing: 0.48px;
        margin-bottom: 22px;
        width: 398px; } }
    @media (min-width: 1920px) {
      .fabric-finder-clp .fabric-finder__desc2 {
        font-size: 20px;
        line-height: 1.55;
        letter-spacing: 0.6px;
        margin-bottom: 0;
        width: 504px;
        margin-bottom: 0; } }
  .fabric-finder-clp .fabric-finder__temparature-title, .fabric-finder-clp .fabric-finder__feel-title, .fabric-finder-clp .fabric-finder__finish-title {
    font-family: 'Archivo-Regular';
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.64;
    letter-spacing: 0.56px;
    text-align: center;
    color: #000;
    margin-bottom: 37px; }
    @media (min-width: 768px) {
      .fabric-finder-clp .fabric-finder__temparature-title, .fabric-finder-clp .fabric-finder__feel-title, .fabric-finder-clp .fabric-finder__finish-title {
        font-family: 'Archivo-Light';
        font-size: 14px;
        font-weight: 300;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.29;
        letter-spacing: 0.56px;
        margin-bottom: 42px; } }
    @media (min-width: 1280px) {
      .fabric-finder-clp .fabric-finder__temparature-title, .fabric-finder-clp .fabric-finder__feel-title, .fabric-finder-clp .fabric-finder__finish-title {
        font-family: 'Archivo-Regular';
        font-size: 18px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.72;
        letter-spacing: 0.54px; } }
    @media (min-width: 1920px) {
      .fabric-finder-clp .fabric-finder__temparature-title, .fabric-finder-clp .fabric-finder__feel-title, .fabric-finder-clp .fabric-finder__finish-title {
        font-family: 'Archivo-Regular';
        font-size: 20px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.55;
        letter-spacing: 0.6px;
        margin-bottom: 46px; } }
  .fabric-finder-clp .fabric-finder__preference {
    font-family: 'Archivo-Light';
    font-size: 12px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.92;
    letter-spacing: 0.48px;
    text-align: center;
    color: #000;
    width: 93px;
    height: 28px;
    border-radius: 100px;
    background-color: #f0f0f0;
    margin-bottom: 23px;
    padding: 3px 0; }
    @media (min-width: 768px) {
      .fabric-finder-clp .fabric-finder__preference {
        line-height: 1.5;
        letter-spacing: 0.48px;
        width: 192px;
        height: 47px;
        border-radius: 100px;
        background-color: #f0f0f0;
        margin-bottom: 34px;
        padding: 14px 0; } }
    @media (min-width: 1280px) {
      .fabric-finder-clp .fabric-finder__preference {
        font-size: 14px;
        line-height: 1.64;
        letter-spacing: 0.56px;
        width: 240px;
        height: 55px;
        border-radius: 100px;
        background-color: #f0f0f0;
        margin-bottom: 40px;
        padding: 15px 0; } }
    @media (min-width: 1920px) {
      .fabric-finder-clp .fabric-finder__preference {
        font-size: 16px;
        line-height: 1.44;
        letter-spacing: 0.64px;
        width: 262px;
        height: 60px;
        border-radius: 100px;
        background-color: #f0f0f0;
        margin-bottom: 43px;
        padding: 18px 0; } }
    .fabric-finder-clp .fabric-finder__preference.preference-selected {
      background-color: #031d30;
      color: #ffffff; }
      .fabric-finder-clp .fabric-finder__preference.preference-selected:hover {
        background-color: #031d30;
        color: #ffffff; }
    .fabric-finder-clp .fabric-finder__preference.disabled {
      cursor: not-allowed;
      background-color: #c7c7c7 !important;
      pointer-events: none; }
  @media (max-width: 767.98px) {
    .fabric-finder-clp .fabric-finder__temparature .fabric-finder__preference {
      margin-right: auto;
      margin-left: auto; } }
  @media (max-width: 767.98px) {
    .fabric-finder-clp .fabric-finder__feel {
      padding: 0 24px 0 7px; } }
  .fabric-finder-clp .fabric-finder__feel-group {
    padding: 0; }
    @media (min-width: 768px) {
      .fabric-finder-clp .fabric-finder__feel-group {
        padding: 0 38px;
        border-left: 0.5px solid #E6E6E6;
        border-right: 0.5px solid #E6E6E6; } }
    @media (min-width: 1280px) {
      .fabric-finder-clp .fabric-finder__feel-group {
        padding: 0 65px; } }
    @media (min-width: 1920px) {
      .fabric-finder-clp .fabric-finder__feel-group {
        padding: 0 90px; } }
  @media (min-width: 768px) {
    .fabric-finder-clp .fabric-finder__temparature {
      margin-right: 38px; } }
  @media (min-width: 1280px) {
    .fabric-finder-clp .fabric-finder__temparature {
      margin-right: 65px; } }
  @media (min-width: 1920px) {
    .fabric-finder-clp .fabric-finder__temparature {
      margin-right: 90px; } }
  @media (min-width: 768px) {
    .fabric-finder-clp .fabric-finder__finish {
      margin-left: 38px; } }
  @media (min-width: 1280px) {
    .fabric-finder-clp .fabric-finder__finish {
      margin-left: 65px; } }
  @media (min-width: 1920px) {
    .fabric-finder-clp .fabric-finder__finish {
      margin-left: 90px; } }
  .fabric-finder-clp .fabric-finder__selected-text {
    display: none; }
  .fabric-finder-clp .discover-products-isml {
    margin: 36px auto 0; }
    @media (max-width: 767.98px) {
      .fabric-finder-clp .discover-products-isml {
        width: 340px; } }
    @media (min-width: 768px) {
      .fabric-finder-clp .discover-products-isml {
        margin: 30px 0 0; } }
    @media (min-width: 1280px) {
      .fabric-finder-clp .discover-products-isml {
        margin: 30px 0 0; } }
    @media (min-width: 1920px) {
      .fabric-finder-clp .discover-products-isml {
        margin: 47px 0 0; } }
    .fabric-finder-clp .discover-products-isml a {
      font-family: 'Archivo-Medium';
      font-size: 10px;
      font-weight: 500;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.2;
      letter-spacing: 1.48px;
      text-align: left;
      color: #7c7c7c;
      text-decoration: none;
      border-bottom: none; }
      @media (min-width: 768px) {
        .fabric-finder-clp .discover-products-isml a {
          font-size: 14px;
          font-weight: 500;
          font-stretch: normal;
          font-style: normal;
          line-height: 1;
          letter-spacing: 1.76px; } }
      @media (min-width: 1920px) {
        .fabric-finder-clp .discover-products-isml a {
          font-size: 18px;
          line-height: 1;
          letter-spacing: 2.11px; } }
    .fabric-finder-clp .discover-products-isml .view-prod {
      margin-left: 2px; }
    .fabric-finder-clp .discover-products-isml .view-products-arrow {
      width: 12px;
      height: auto;
      margin-bottom: 2px;
      margin-left: 2px; }
      @media (min-width: 1280px) {
        .fabric-finder-clp .discover-products-isml .view-products-arrow {
          margin-bottom: 3px; } }
      @media (min-width: 1920px) {
        .fabric-finder-clp .discover-products-isml .view-products-arrow {
          width: 14px;
          margin-bottom: 4px; } }
    .fabric-finder-clp .discover-products-isml.fabric-selected {
      display: none; }
    .fabric-finder-clp .discover-products-isml.disable-click {
      pointer-events: none; }
      .fabric-finder-clp .discover-products-isml.disable-click .view-prod {
        display: none; }
    .fabric-finder-clp .discover-products-isml.enable-click {
      width: 100%; }
      .fabric-finder-clp .discover-products-isml.enable-click a {
        border-bottom: 1px solid #132c3d;
        color: #031d30; }
      .fabric-finder-clp .discover-products-isml.enable-click .view-prod {
        display: inline-block; }
  @media (min-width: 1280px) {
    .fabric-finder-clp .fabric-finder__preference {
      position: relative; }
      .fabric-finder-clp .fabric-finder__preference:hover {
        cursor: pointer;
        background-color: #c7c7c7; }
        .fabric-finder-clp .fabric-finder__preference:hover .fabric-finder__tooltip {
          -webkit-transition-delay: 1s;
               -o-transition-delay: 1s;
                  transition-delay: 1s;
          opacity: 1;
          visibility: visible; } }
  .fabric-finder-clp .fabric-finder__value:active {
    color: #ffffff;
    text-decoration: none; }
  .fabric-finder-clp .fabric-finder__value:hover {
    text-decoration: none; }
  .fabric-finder-clp .fabric-finder__tooltip {
    opacity: 0;
    visibility: hidden; }
    @media (min-width: 1280px) {
      .fabric-finder-clp .fabric-finder__tooltip {
        width: 432px;
        padding: 18px;
        border-radius: 8px;
        border: solid 0.5px #aaa;
        bottom: 73px;
        left: -97px;
        background-color: #ffffff;
        z-index: 10; }
        .fabric-finder-clp .fabric-finder__tooltip:after {
          /*content: '';
                display: block;
                width: 0;
                height: 0;
                position: absolute;
                border-top: 15px solid black;
                border-left: 15px solid transparent;
                border-right: 15px solid transparent;
                left: -8px;
                top: 7px;*/
          content: '';
          display: block;
          position: absolute;
          left: 210px;
          bottom: -11px;
          width: 20px;
          height: 20px;
          background: #FFFFFF;
          border-left: 1px solid #aaa;
          border-bottom: 1px solid #aaa;
          -webkit-transform: rotate(-45deg);
              -ms-transform: rotate(-45deg);
                  transform: rotate(-45deg); } }
    @media (min-width: 1920px) {
      .fabric-finder-clp .fabric-finder__tooltip {
        width: 510px;
        padding: 20px;
        bottom: 80px;
        left: -120px; }
        .fabric-finder-clp .fabric-finder__tooltip:after {
          left: 250px; } }
  @media (min-width: 1280px) {
    .fabric-finder-clp .fabric-finder__tooltip-image {
      float: left;
      width: 140px;
      border-radius: 8px; } }
  @media (min-width: 1920px) {
    .fabric-finder-clp .fabric-finder__tooltip-image {
      width: 179px; } }
  @media (min-width: 1280px) {
    .fabric-finder-clp .fabric-finder__tooltip-content {
      float: left;
      width: 238px;
      margin-left: 13px;
      margin-top: -8px; } }
  @media (min-width: 1920px) {
    .fabric-finder-clp .fabric-finder__tooltip-content {
      width: 272px; } }
  @media (min-width: 1280px) {
    .fabric-finder-clp .fabric-finder__tooltip-title {
      font-family: 'Archivo-Regular';
      font-size: 16px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.94;
      letter-spacing: 0.48px;
      text-align: left;
      color: #000;
      margin-bottom: 6px; } }
  @media (min-width: 1920px) {
    .fabric-finder-clp .fabric-finder__tooltip-title {
      font-size: 20px;
      font-weight: normal;
      line-height: 1.55;
      letter-spacing: 0.6px;
      margin-bottom: 10px; } }
  @media (min-width: 1280px) {
    .fabric-finder-clp .fabric-finder__tooltip-description {
      font-family: 'Archivo-Light';
      font-size: 14px;
      font-weight: 300;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.71;
      letter-spacing: 0.42px;
      text-align: left;
      color: #000; } }
  @media (min-width: 1920px) {
    .fabric-finder-clp .fabric-finder__tooltip-description {
      font-size: 16px;
      line-height: 1.94;
      letter-spacing: 0.48px; } }
  .fabric-finder-clp .fabric-finder__selected-fabric {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .fabric-finder-clp .fabric-finder__selected-text {
    font-family: 'Archivo-ExtraLight';
    font-size: 14px;
    font-weight: 200;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.57;
    letter-spacing: 0.42px;
    text-align: center;
    color: #000;
    width: 309px;
    margin: auto;
    margin-bottom: 15px; }
    @media (min-width: 768px) {
      .fabric-finder-clp .fabric-finder__selected-text {
        font-size: 12px;
        line-height: 1.58;
        letter-spacing: 0.36px;
        width: 322px;
        margin: auto;
        margin-bottom: 22px; } }
    @media (min-width: 1280px) {
      .fabric-finder-clp .fabric-finder__selected-text {
        font-size: 16px;
        line-height: 1.63;
        letter-spacing: 0.48px;
        width: 436px;
        margin: auto;
        margin-bottom: 28px; } }
    @media (min-width: 1920px) {
      .fabric-finder-clp .fabric-finder__selected-text {
        font-size: 20px;
        line-height: 1.55;
        letter-spacing: 0.6px;
        width: 861px;
        margin-bottom: 41px; } }
  .fabric-finder-clp .selected-fabric {
    font-family: 'Archivo-Regular';
    font-size: 10px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.92;
    letter-spacing: 0.48px;
    text-align: center;
    color: #ffffff;
    min-width: 90px;
    height: 28px;
    border-radius: 100px;
    background-color: #031d30;
    margin: 0 4.5px;
    padding: 4px; }
    @media (min-width: 768px) {
      .fabric-finder-clp .selected-fabric {
        font-family: 'Archivo-Regular';
        font-size: 12px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.92;
        letter-spacing: 0.48px;
        text-align: center;
        color: #ffffff;
        width: 101px;
        height: 32px;
        border-radius: 100px;
        background-color: #031d30;
        margin: 0 4.5px;
        padding: 4px 0; } }

.plp-fabric-finder .fabric-finder-clp {
  padding-top: 0; }
  @media (min-width: 1280px) {
    .plp-fabric-finder .fabric-finder-clp {
      padding-bottom: 77px; } }
  @media (min-width: 1920px) {
    .plp-fabric-finder .fabric-finder-clp {
      padding-bottom: 105px; } }

@media (min-width: 1280px) {
  .plp-fabric-finder .discover-products-isml {
    margin: 30px 0 0; } }

@media (min-width: 1920px) {
  .plp-fabric-finder .discover-products-isml {
    margin: 47px 0 0; } }

.fabric-finder-products-plp {
  display: none; }

.fabric-finder-products-plp {
  margin-top: 33px;
  margin-right: -19px;
  margin-bottom: -20px; }
  @media (min-width: 768px) {
    .fabric-finder-products-plp {
      margin-top: 113px;
      margin-bottom: -30px; } }
  @media (min-width: 1280px) {
    .fabric-finder-products-plp {
      margin-top: 43px;
      margin-right: -27px;
      margin-bottom: 0; } }
  @media (min-width: 1920px) {
    .fabric-finder-products-plp {
      margin-top: 53px;
      margin-right: -38px; } }
  .fabric-finder-products-plp .product-grid-tile {
    padding-right: 22px;
    padding-left: 0;
    width: 50%; }
    @media (min-width: 768px) {
      .fabric-finder-products-plp .product-grid-tile {
        padding-right: 25px;
        width: 25%; } }
    @media (min-width: 1280px) {
      .fabric-finder-products-plp .product-grid-tile {
        padding-right: 27px; } }
    @media (min-width: 1920px) {
      .fabric-finder-products-plp .product-grid-tile {
        padding-right: 38px; } }
  .fabric-finder-products-plp .slick-list {
    padding: 0 19px 0 0 !important; }
    @media (min-width: 768px) {
      .fabric-finder-products-plp .slick-list {
        padding: 0 158px 0 0 !important; } }
    @media (min-width: 1280px) {
      .fabric-finder-products-plp .slick-list {
        padding: 0 !important; } }
  .fabric-finder-products-plp .slick-next {
    right: -3px;
    top: 29%; }
    @media (min-width: 1920px) {
      .fabric-finder-products-plp .slick-next {
        right: -47px; } }
    .fabric-finder-products-plp .slick-next::before {
      content: '';
      background-image: url("../images/icons/right-arrow-fabric@2x.png");
      width: 12px;
      height: 22px;
      opacity: 1;
      position: absolute;
      background-size: contain; }
      @media (min-width: 1920px) {
        .fabric-finder-products-plp .slick-next::before {
          width: 22px;
          height: 41px; } }
  .fabric-finder-products-plp .slick-prev {
    left: -40px;
    top: 29%; }
    @media (min-width: 1920px) {
      .fabric-finder-products-plp .slick-prev {
        left: -104px; } }
    .fabric-finder-products-plp .slick-prev::before {
      content: '';
      background-image: url("../images/icons/left-arrow-fabric@2x.png");
      width: 12px;
      height: 22px;
      opacity: 1;
      position: absolute;
      background-size: contain; }
      @media (min-width: 1920px) {
        .fabric-finder-products-plp .slick-prev::before {
          width: 22px;
          height: 41px; } }
  @media (min-width: 1280px) {
    .fabric-finder-products-plp .product-grid-fabric-finder-plp, .fabric-finder-products-plp .product-grid-fabric-finder-plp-no-carousel {
      margin: 0 36px 0 40px; } }
  @media (min-width: 1920px) {
    .fabric-finder-products-plp .product-grid-fabric-finder-plp, .fabric-finder-products-plp .product-grid-fabric-finder-plp-no-carousel {
      margin: 0 107px 0 104px; } }
  .fabric-finder-products-plp .desktop-show {
    display: none; }
    @media (min-width: 1280px) {
      .fabric-finder-products-plp .desktop-show {
        display: block; } }
  .fabric-finder-products-plp .mobile-show {
    display: block; }
    @media (min-width: 1280px) {
      .fabric-finder-products-plp .mobile-show {
        display: none; } }

.new-products-added-final .plp-page .filters-main, .new-products-added-final .plp-page #refinement-selections, .new-products-added-final .plp-page .filter-bar, .new-products-added-final .plp-page .clear-all, .new-products-added-final .plp-page .filter-sort-view {
  display: none !important; }

.new-products-added-final .plp-page .product-list__grid {
  margin-left: 0;
  width: 100%; }

.new-products-added-final .pagination-plp-clp, .new-products-added-final .plp__pagination {
  display: none !important; }

.new-products-added-final .fabric-finder-products-plp {
  display: block; }

.new-products-added-final .product-grid {
  display: none !important; }

.preference-disabled {
  pointer-events: none; }

.fabric-finder__preference.disable {
  background-color: #505050 !important;
  pointer-events: none; }

.clear-selections {
  display: none;
  margin: 30px 0 10px;
  text-transform: uppercase;
  font-family: 'Archivo-Medium';
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 1.48px;
  color: #7c7c7c;
  text-decoration: underline;
  cursor: pointer; }

.shopping-tools .keep-exploring {
  padding: 4.25rem 0 2.5rem 0; }
  @media screen and (min-width: 768px) {
    .shopping-tools .keep-exploring {
      padding: 8.0625rem 0 7.5rem 0; } }
  @media screen and (min-width: 1280px) {
    .shopping-tools .keep-exploring {
      padding: 6.4375rem 0 8.875rem 0; } }
  @media screen and (min-width: 1920px) {
    .shopping-tools .keep-exploring {
      padding: 8rem 0 10.5rem 0; } }
  @media screen and (max-width: 480px) {
    .shopping-tools .keep-exploring h3 {
      font-size: 1.125rem; } }


/*# sourceMappingURL=shoppingToolsHub.css.map*/