.m-fullDiv,
.m-insetDiv {
  position: relative;
  display: block;
}

.mob28,
.mob30,
.mob36 {
  text-transform: uppercase;
}

.mob26,
.mob28,
.mob30 {
  letter-spacing: 0.04em;
}

.m-fullDiv {
  width: 100%;
  overflow: hidden;
}

.m-fullDiv h2,
.m-insetDiv h2 {
  margin: 0;
  padding: 0;
}

.m-fullDiv h3,
.m-insetDiv h3 {
  margin: 0;
  padding: 0;
}

.m-fullDiv p,
.m-insetDiv p {
  margin: 0;
  padding: 0;
}

.m-insetDiv {
  width: 90%;
  overflow: hidden;
  margin: 0 auto;
}

.textDiv {
  position: absolute;
}

.mob64 {
  font-size: 64px;
  line-height: 66px;
  letter-spacing: 0;
}

.mob46 {
  font-size: 46px;
  line-height: 48px;
}

.mob36 {
  font-size: 36px;
  line-height: 40px;
}

.mob30 {
  font-size: 30px;
  line-height: 34px;
}

.mob28 {
  font-size: 28px;
  line-height: 32px;
}

.mob26 {
  font-size: 26px;
  line-height: 30px;
  text-transform: uppercase;
}

.mob18,
.mob21,
.mob24 {
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.mob24 {
  font-size: 24px;
  line-height: 28px;
}

.mob21 {
  font-size: 21px;
  line-height: 25px;
}

.mob20 {
  font-size: 20px;
  line-height: 24px;
}

.mob18 {
  font-size: 18px;
  line-height: 22px;
}

.mob15 {
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.mob13 {
  letter-spacing: 0;
}

.mob12 {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.mob14 {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.mob13,
.mobcta {
  font-size: 13px;
}

.mob13 {
  line-height: 17px;
}

.mobcta {
  line-height: 17px;
  text-decoration: underline;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

@media only screen and (max-width: 320px) {
  .mob64 {
    font-size: 62px;
    line-height: 64px;
  }

  .mob46 {
    font-size: 44px;
    line-height: 46px;
  }

  .mob36 {
    font-size: 34px;
    line-height: 38px;
  }

  .mob30 {
    font-size: 28px;
    line-height: 32px;
  }

  .mob28 {
    font-size: 26px;
    line-height: 30px;
  }

  .mob26 {
    font-size: 24px;
    line-height: 28px;
  }

  .mob24 {
    font-size: 22px;
    line-height: 26px;
  }

  .mob21 {
    font-size: 19px;
    line-height: 23px;
  }

  .mob20 {
    font-size: 18px;
    line-height: 22px;
  }

  .mob18 {
    font-size: 16px;
    line-height: 20px;
  }

  .mob15 {
    font-size: 13px;
    line-height: 17px;
  }

  .mob13,
  .mob14 {
    font-size: 12px;
  }

  .mob14 {
    line-height: 16px;
  }

  .mob13 {
    line-height: 16px;
  }

  .mobcta {
    font-size: 13px;
    line-height: 17px;
  }
}

.txt-black {
  color: #222;
}

.txt-white {
  color: #fff;
}

.m-slider {
  width: 100%;
  height: auto;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 13%;
}

.m-slider a {
  display: inline-block;
  vertical-align: text-top;
  width: 55%;
  padding-right: 5%;
  position: relative;
  white-space: normal;
}

.m-slider a:nth-child(1) {
  margin-left: 5%;
}

.slider-container {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.banner-caro-container {
  position: relative;
}

.banner-caro-item {
  background: #000;
  padding: 1.3rem 0 0.7rem;
  position: relative;
}

.banner-caro-card {
  text-align: center;
  margin: 0 auto;
  width: 100%;
  color: #fff;
  overflow: hidden;
  position: relative;
  padding-bottom: 7%;
}

.tns-nav {
  text-align: center;
  position: absolute;
  bottom: 11%;
  left: 0;
  right: 0;
  z-index: 1;
}

.tns-nav > [aria-controls] {
  width: 7px;
  height: 7px;
  padding: 0;
  margin: 0 5px;
  border-radius: 50%;
  background: 0 0;
  border: 1px solid #fff;
}

.tns-nav > .tns-nav-active {
  background: #fff;
}

.m-item:last-of-type {
  border-bottom: none;
}

.m-item {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  padding: 7% 0;
  border-bottom: 1px solid #d1d1d1;
}

.m-fullDiv a:focus::after,
.m-fullDiv a:focus::before {
  display: inline-block;
  border-width: 0.1em;
  border-radius: 0.1em;
  border-style: dotted;
  position: absolute;
  z-index: 999;
  content: "";
}

.m-fullDiv a:focus::before {
  border-color: #000;
  top: 0.1em;
  right: 0.1em;
  bottom: 0.1em;
  left: 0.1em;
}

.m-fullDiv a:focus::after {
  border-color: #fff;
  top: 0.3em;
  right: 0.3em;
  bottom: 0.3em;
  left: 0.3em;
}

.m-insetDiv a:focus::after,
.m-insetDiv a:focus::before {
  display: inline-block;
  border-width: 0.1em;
  border-radius: 0.1em;
  border-style: dotted;
  position: absolute;
  z-index: 999;
  content: "";
}

.m-insetDiv a:focus::before {
  border-color: #000;
  top: 0.1em;
  right: 0.1em;
  bottom: 0.1em;
  left: 0.1em;
}

.m-insetDiv a:focus::after {
  border-color: #fff;
  top: 0.3em;
  right: 0.3em;
  bottom: 0.3em;
  left: 0.3em;
}

.m-item a:focus::after,
.m-item a:focus::before {
  display: inline-block;
  border-width: 0.1em;
  border-radius: 0.1em;
  border-style: dotted;
  position: absolute;
  z-index: 999;
  content: "";
}

.m-item a:focus::before {
  border-color: #000;
  top: 0.1em;
  right: 0.1em;
  bottom: 0.1em;
  left: 0.1em;
}

.m-item a:focus::after {
  border-color: #fff;
  top: 0.3em;
  right: 0.3em;
  bottom: 0.3em;
  left: 0.3em;
}

.hcWhite {
  background-color: rgba(255, 255, 255, 0.01);
}

.hcBlack {
  background-color: rgba(0, 0, 0, 0.01);
}

.copy-html-button {
  background: linear-gradient(#2dabf9 5%, #0688fa 100%) #2dabf9;
  border-radius: 3px;
  display: inline-block;
  cursor: pointer;
  color: #fff;
  font-family: Arial;
  font-size: 15px;
  padding: 9px 23px;
  text-decoration: none;
  position: absolute;
  right: 20px;
  margin: 20px 0;
}

.icon-angle-right {
  color: #d1d1d1;
  position: absolute;
  right: -0.3em;
  top: 0.4em;
  font-size: 1.6em;
}

.m-fullDiv[id*="theme"] img {
  display: block;
}

@media screen and (min-width: 1px) {
  .plp-layout {
    padding: 0 18px;
  }
}

@media screen and (min-width: 1px) {
  .spategory-layout .subway-carousel-container {
    width: calc(100% + 36px);
    margin-left: -18px;
  }
}

.spategory-layout [data-is-mobile].recently-viewed-products_3F7mO [class*="SliderWrap"] {
  width: calc(100% + 36px);
  margin: 0 -18px;
}

.plp-layout [data-is-mobile].recently-viewed-products_3F7mO [class*="SliderWrap"] {
  width: calc(100% + 36px);
  margin: 0 -18px;
}

@media only screen and (max-width: 320px) {
  .mob64-responsive {
    font-size: 62px;
    line-height: 64px;
  }

  .mob46-responsive {
    font-size: 44px;
    line-height: 46px;
  }

  .mob36-responsive {
    font-size: 34px;
    line-height: 38px;
  }

  .mob31-responsive {
    font-size: 29px;
    line-height: 34px;
  }

  .mob30-responsive {
    font-size: 28px;
    line-height: 32px;
  }

  .mob28-responsive {
    font-size: 26px;
    line-height: 30px;
  }

  .mob26-responsive {
    font-size: 24px;
    line-height: 28px;
  }

  .mob24-responsive {
    font-size: 22px;
    line-height: 26px;
  }

  .mob21-responsive {
    font-size: 19px;
    line-height: 23px;
  }

  .mob20-responsive {
    font-size: 18px;
    line-height: 22px;
  }

  .mob18-responsive {
    font-size: 16px;
    line-height: 20px;
  }

  .mob16-responsive {
    font-size: 14px;
    line-height: 18px;
  }

  .mob15-responsive {
    font-size: 13px;
    line-height: 17px;
  }

  .mob13-responsive,
  .mob14-responsive {
    font-size: 12px;
  }

  .mob14-responsive {
    line-height: 16px;
  }

  .mob13-responsive {
    line-height: 16px;
  }

  .mobcta-responsive {
    font-size: 13px;
    line-height: 17px;
  }
}

@media only screen and (max-width: 767px) {
  .mob28-responsive,
  .mob30-responsive,
  .mob31-responsive,
  .mob36-responsive {
    text-transform: uppercase;
  }

  .mob26-responsive,
  .mob28-responsive,
  .mob30-responsive,
  .mob31-responsive {
    letter-spacing: 0.04em;
  }

  .mob64-responsive {
    font-size: 64px;
    line-height: 66px;
    letter-spacing: 0.3em;
  }

  .mob46-responsive {
    font-size: 46px;
    line-height: 48px;
  }

  .mob36-responsive {
    font-size: 36px;
    line-height: 40px;
  }

  .mob31-responsive {
    font-size: 31px;
    line-height: 36px;
  }

  .mob30-responsive {
    font-size: 30px;
    line-height: 34px;
  }

  .mob28-responsive {
    font-size: 28px;
    line-height: 32px;
  }

  .mob26-responsive {
    font-size: 26px;
    line-height: 30px;
    text-transform: uppercase;
  }

  .mob18-responsive,
  .mob21-responsive,
  .mob24-responsive {
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }

  .mob24-responsive {
    font-size: 24px;
    line-height: 28px;
  }

  .mob21-responsive {
    font-size: 21px;
    line-height: 25px;
  }

  .mob20-responsive {
    font-size: 20px;
    line-height: 24px;
  }

  .mob18-responsive {
    font-size: 18px;
    line-height: 22px;
  }

  .mob16-responsive {
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
  }

  .mob15-responsive {
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
  }

  .mob13-responsive {
    letter-spacing: 0.03em;
  }

  .mob12-responsive {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
  }

  .mob14-responsive {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }

  .mob13-responsive,
  .mobcta-responsive {
    font-size: 13px;
  }

  .mob13-responsive {
    line-height: 17px;
  }

  .mobcta-responsive {
    line-height: 17px;
    text-decoration: underline;
    text-transform: uppercase;
    letter-spacing: 0.04em;
  }

  .about-the-designer-container .content-half-column .designer-image-container {
    z-index: 1;
  }
}

@media only screen and (min-width: 768px) {
  .headlineXXXL-responsive {
    font-size: calc(80px + (100 - 80) * (100vw - 1024px) / (1920 - 1024));
    line-height: calc(82px + (100 - 82) * (100vw - 1024px) / (1920 - 1024));
  }

  .headlineXXL-responsive {
    font-size: calc(56px + (80 - 56) * (100vw - 1024px) / (1920 - 1024));
    line-height: calc(64px + (86 - 64) * (100vw - 1024px) / (1920 - 1024));
  }

  .headlineXL-responsive {
    font-size: calc(35px + (62 - 35) * (100vw - 1024px) / (1920 - 1024));
    line-height: calc(40px + (68 - 40) * (100vw - 1024px) / (1920 - 1024));
  }

  .headlineL-responsive {
    font-size: calc(30px + (56 - 30) * (100vw - 1024px) / (1920 - 1024));
    line-height: calc(34px + (62 - 34) * (100vw - 1024px) / (1920 - 1024));
  }

  .headlineM-responsive {
    font-size: calc(24px + (50 - 24) * (100vw - 1024px) / (1920 - 1024));
    line-height: calc(30px + (54 - 30) * (100vw - 1024px) / (1920 - 1024));
  }

  .headlineS-responsive {
    font-size: calc(20px + (44 - 20) * (100vw - 1024px) / (1920 - 1024));
    line-height: calc(28px + (48 - 28) * (100vw - 1024px) / (1920 - 1024));
  }

  .headlineXS-responsive {
    font-size: calc(20px + (40 - 20) * (100vw - 1024px) / (1920 - 1024));
    line-height: calc(24px + (46 - 24) * (100vw - 1024px) / (1920 - 1024));
  }

  .headlineXXS-responsive {
    font-size: calc(18px + (35 - 18) * (100vw - 1024px) / (1920 - 1024));
    line-height: calc(22px + (40 - 22) * (100vw - 1024px) / (1920 - 1024));
  }

  .headline32-responsive {
    font-size: calc(15px + (32 - 15) * (100vw - 1024px) / (1920 - 1024));
    line-height: calc(19px + (37 - 19) * (100vw - 1024px) / (1920 - 1024));
  }

  .headline8vw-responsive {
    font-size: 8vw;
    line-height: 1;
  }

  .headline75vw-responsive {
    font-size: 7.5vw;
    line-height: 1;
  }

  .headline7vw-responsive {
    font-size: 7vw;
    line-height: 1;
  }

  .headline65vw-responsive {
    font-size: 6.5vw;
    line-height: 1;
  }

  .headline6vw-responsive {
    font-size: 6vw;
    line-height: 1;
  }

  .copyL-responsive,
  .copyXL-responsive,
  .copyXS-responsive,
  .headline32-responsive,
  .headlineL-responsive,
  .headlineM-responsive,
  .headlineS-responsive,
  .headlineXL-responsive,
  .headlineXS-responsive,
  .headlineXXL-responsive,
  .headlineXXS-responsive,
  .headlineXXXL-responsive {
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }

  .copyXL-responsive {
    font-size: calc(18px + (28 - 18) * (100vw - 1024px) / (1920 - 1024));
    line-height: calc(24px + (34 - 24) * (100vw - 1024px) / (1920 - 1024));
  }

  .copyL-responsive {
    font-size: calc(14px + (24 - 14) * (100vw - 1024px) / (1920 - 1024));
    line-height: calc(20px + (30 - 20) * (100vw - 1024px) / (1920 - 1024));
    text-transform: uppercase;
  }

  .copyM-responsive,
  .copyS-responsive {
    letter-spacing: 0;
    text-transform: none;
  }

  .copyM-responsive {
    font-size: calc(14px + (20 - 14) * (100vw - 1024px) / (1920 - 1024));
    line-height: calc(20px + (26 - 20) * (100vw - 1024px) / (1920 - 1024));
  }

  .copyS-responsive {
    font-size: calc(12px + (18 - 12) * (100vw - 1024px) / (1920 - 1024));
    line-height: calc(16px + (24 - 16) * (100vw - 1024px) / (1920 - 1024));
  }

  .copyXS-responsive,
  .ctaL-responsive {
    font-size: calc(12px + (16 - 12) * (100vw - 1024px) / (1920 - 1024));
  }

  .ctaL-responsive,
  .ctaS-responsive {
    letter-spacing: 0.04em;
  }

  .copyXS-responsive {
    line-height: calc(16px + (20 - 16) * (100vw - 1024px) / (1920 - 1024));
  }

  .ctaL-responsive {
    line-height: calc(16px + (22 - 16) * (100vw - 1024px) / (1920 - 1024));
  }

  .ctaS-responsive {
    font-size: calc(12px + (14 - 12) * (100vw - 1024px) / (1920 - 1024));
    line-height: calc(16px + (20 - 16) * (100vw - 1024px) / (1920 - 1024));
  }
}

@media only screen and (min-width: 1920px) {
  .headlineXXXL-responsive {
    font-size: 100px;
    line-height: 108px;
  }

  .headlineXXL-responsive {
    font-size: 80px;
    line-height: 86px;
  }

  .headlineXL-responsive {
    font-size: 62px;
    line-height: 68px;
  }

  .headlineL-responsive {
    font-size: 56px;
    line-height: 62px;
  }

  .headlineM-responsive {
    font-size: 50px;
    line-height: 54px;
  }

  .headlineS-responsive {
    font-size: 44px;
    line-height: 48px;
  }

  .headlineXS-responsive {
    font-size: 40px;
    line-height: 46px;
  }

  .headlineXXS-responsive {
    font-size: 35px;
    line-height: 40px;
  }

  .headline32-responsive {
    font-size: 32px;
    line-height: 37px;
  }

  .copyXL-responsive {
    font-size: 28px;
    line-height: 34px;
  }

  .copyL-responsive {
    font-size: 24px;
    line-height: 30px;
  }

  .copyM-responsive {
    font-size: 20px;
    line-height: 26px;
  }

  .copyS-responsive {
    font-size: 18px;
    line-height: 24px;
  }

  .copyXS-responsive,
  .ctaL-responsive {
    font-size: 16px;
  }

  .copyXS-responsive {
    line-height: 20px;
  }

  .ctaS-responsive {
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .text-desktop-only {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .text-mobile-only {
    display: none;
  }
}

.cb2-sectra-regular {
  letter-spacing: 0 !important;
}

a.cb2-brown-regular,
a.cb2-brown-light,
button .cb2-brown-regular,
button .cb2-brown-light {
  letter-spacing: 0.04em !important;
}

    .subway-carousel-container.plp-subway-carousel #plp-subway-carousel .dsEachItem_1a0hF:has(a[href="/furniture/sectional-individual-pieces/1"]),
    .subway-carousel-container.plp-subway-carousel .subway-carousel-item:has(a[href="/furniture/sectional-individual-pieces/1"]) {
        display: none;
    }

/* 
    .global-flyout .primary-nav-menu .nav-subcategory-container:has([data-name="Nav-The-July-Sale:-Up-to-30%-Off"]) {
        display: none;
    }

    .header-nav.nav-primary.mobile-nav-primary .accordion-content .nav-category-item:has([data-name="Nav-Nav-Fourth-of-July-Sale_The-July-Sale:-Up-to-30%-Off"]),
    .header-nav.nav-primary.mobile-nav-primary .accordion-content .nav-category-item:has([data-name="Nav-Nav-Canada-Day-Sale_The-July-Sale:-Up-to-30%-Off"]) {
        display: none;
    }
.en-CA .main-wrap [data-id="265795"],
    .en-CA .main-wrap [data-id="530961"],
    .en-CA .main-wrap [data-id="265843"],
    .en-CA .main-wrap [data-id="561297"],
    .en-CA .main-wrap [data-id="574173"],
    .en-CA .main-wrap [data-id="210454"],
    .en-CA .main-wrap [data-id="210537"],
    .en-CA .main-wrap [data-id="530927"],
    .en-CA .main-wrap [data-id="574081"],
    .en-CA .main-wrap [data-id="551233"],
    .en-CA .main-wrap [data-id="574102"]{
        display: none;
    }

    .en-US .main-wrap [data-id="572343"],
    .en-US .main-wrap [data-id="572334"],
    .en-US .main-wrap [data-id="597296"],
    .en-US .main-wrap [data-id="397961"],
    .en-US .main-wrap [data-id="597271"] {
        display: none;
    }

    .en-CA li[data-id="265795"],
    .en-CA li[data-id="530961"],
    .en-CA li[data-id="265843"],
    .en-CA li[data-id="561297"],
    .en-CA li[data-id="574173"],
    .en-CA li[data-id="210454"],
    .en-CA li[data-id="210537"],
    .en-CA li[data-id="530927"],
    .en-CA li[data-id="574081"],
    .en-CA li[data-id="551233"],
    .en-CA li[data-id="574102"]{
        display: none;
    }

    .en-US li[data-id="572343"],
    .en-US li[data-id="572334"],
    .en-US li[data-id="597296"],
    .en-US li[data-id="597271"] {
        display: none;
    }
 */
