.articlebreadcrumb.bh-shop-container.bh-shop-pdp-container>.breadcrumbs.container {
  max-width: unset;
  padding: 0;
}

.articlebreadcrumb.bh-shop-container.bh-shop-cart-container>.breadcrumbs.container {
  max-width: unset;
  padding: 0;
}

.breadcrumbs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 1.56;
  margin-top: 20px;
}

.articlebreadcrumb.bh-shop-container.bh-shop-pdp-container>.breadcrumbs {
  margin-top: unset;
}

.articlebreadcrumb.bh-shop-container.bh-shop-cart-container>.breadcrumbs {
  margin-top: unset;
}

/* @media (min-width:576px) {
  .breadcrumbs {
    margin-top: 20px
  }
} */
.breadcrumbs__item {
  /* max-width: 220px; */
  white-space: nowrap;
  overflow: hidden;
  /* -o-text-overflow: ellipsis; */
  /* text-overflow: ellipsis */
}

.breadcrumbs__item:not(:first-child)::before {
  color: #454c53;
  content: "\69";
  font-family: beautiful-homes;
  font-size: 12px;
  padding: 0 12px
}

.breadcrumbs__item a {
  color: #454c53;
  font-size: 16px;
  line-height: 24px
}

.articlebreadcrumb.bh-shop-container .breadcrumbs__item>a {
  color: #9A9A9A;
  text-transform: capitalize;
}

.articlebreadcrumb.bh-shop-container .breadcrumbs__item:last-child a span {
  color: #3C3C3C;
}



/* IDS-BREADCRUMB START HERE */

.fhi_breadcrumb {
  width: 1280px;
  margin: 32px auto 0;
  padding: 0;
}

.fhi_breadcrumb .breadcrumbs {
  margin: 0;
  padding: 0;
}

.fhi_breadcrumb .breadcrumbs .breadcrumbs__item {
  margin-top: 0;
}

.fhi_breadcrumb .breadcrumbs__item:not(:first-child)::before {
  content: "";
  height: 12px;
  display: inline-block;
  color: #202020;
  font-style: normal;
  padding: 0;
  font-weight: 400;
  border: 1px solid;
  margin: 0 7px;
  transform: rotate(22deg);
}

.fhi_breadcrumb .breadcrumbs__item a {
  color: #202020;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 18.752px;
}

.fhi_breadcrumb .breadcrumbs__item.active a {
  color: rgba(32, 32, 32, 0.40);
  font-family: Lato;
  font-size: 16px;
  font-weight: 400;
}

@media (max-width:991px) {
  .fhi_breadcrumb .breadcrumbs__item a {
    font-size: 14px;
  }

  .fhi_breadcrumb .breadcrumbs__item.active a {
    font-size: 14px;
    line-height: 16.408px;
  }

  .fhi_breadcrumb .breadcrumbs,
  .fhi_breadcrumb .breadcrumbs .breadcrumbs__item {
    display: none !important;
    row-gap: 5px;
    align-items: center;
  }

  .fhi_breadcrumb {
    margin: 71px 20px 0;
  }
}




@media (min-width:576px) {
  .breadcrumbs__item a {
    margin-top: 32px;
    font-size: 16px;
    line-height: 24px
  }
}

.breadcrumbs__item {
  margin-top: 32px;
}

/*# sourceMappingURL=maps/breadcrumbs.css.map */

@media (max-width:1212px) {

  .breadcrumbs,
  .articlebreadcrumb .breadcrumbs,
  .breadcrumbs .breadcrumbs__item {
    display: none;
  }
}

/* kitchen config  start*/
.kc-breadcrumb .container{
  /* max-width: unset; */
  /* padding: 0 64px; */
  max-width: 1360px;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  box-sizing: border-box;
}
.kc-breadcrumb .breadcrumbs{
  margin-top: 16px;
}
.kc-breadcrumb .breadcrumbs__item{
  margin-top: 0;
}
.kc-breadcrumb .breadcrumbs__item a{
  font-family: Archivo;
  font-weight: 400;
  font-size: 13px;
  line-height: 152%;
  color: #9A9A9A;
}
.kc-breadcrumb .breadcrumbs__item.active a{
  font-family: Archivo;
  font-weight: 400;
  font-size: 13px;
  line-height: 152%;
  color: #3C3C3C;
}
.kc-breadcrumb .breadcrumbs__item:not(:first-child)::before{
  margin: 0 12px;
  font-size: 10px;
  color: #9A9A9A;
  padding: 0;
}
/* kitchen config end */

@media screen and (max-width:768px) {
    .kc-breadcrumb .container{
      padding: 0 16px;
}
.kc-breadcrumb .breadcrumbs{
  display: flex;
}
.kc-breadcrumb .breadcrumbs__item{
  display: block;
}
.kc-breadcrumb .breadcrumbs__item a{
  font-size: 12px;
  line-height: 140%;
}
.kc-breadcrumb .breadcrumbs__item.active a{
    font-weight: 500;
    font-size: 12px;
    line-height: 140%;
    color: #202129;
}
.kc-breadcrumb .breadcrumbs__item:not(:first-child)::before{
  margin: 0 8px;
  font-size: 8px;
  color: #9DA1B0;
  padding: 0;
}
}
.design-ideas-breadcrumb  .breadcrumbs{
  max-width: 1440px;
  width: 100%;
  margin-top: 44px;
  box-sizing: border-box;
  padding: 0 40px;
}
.design-ideas-breadcrumb .breadcrumbs__item{
  margin-top: 0;
}
.design-ideas-breadcrumb .breadcrumbs__item a{
  font-family: Archivo;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #9DA1B0;
}
.design-ideas-breadcrumb .breadcrumbs__item.active a{
 font-family: Archivo;
 font-weight: 500;
 font-size: 14px;
 line-height: 140%;
  color: #202129;
}
.design-ideas-breadcrumb .breadcrumbs__item:not(:first-child)::before{
    margin: 0 12px;
    font-size: 10px;
    color: #9DA1B0;
    padding: 0;
}

@media screen and (max-width:768px) {
    .design-ideas-breadcrumb.mb-80{
      margin-bottom: 16px;
    }
    .design-ideas-breadcrumb .breadcrumbs{
      display: block;
      margin-top: 16px;
      padding: 0 16px;
    }
    .design-ideas-breadcrumb .breadcrumbs__item{
      display: inline-block;
    }
    .design-ideas-breadcrumb .breadcrumbs__item a{
  font-family: Archivo;
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  color: #9DA1B0;
}
.design-ideas-breadcrumb .breadcrumbs__item.active a{
 font-family: Archivo;
 font-weight: 700;
 font-size: 12px;
 line-height: 140%;
  color: #202129;
}
.design-ideas-breadcrumb .breadcrumbs__item:not(:first-child)::before{
    margin: 0 8px;
    font-size: 8px;
    color: #9DA1B0;
    padding: 0;
} 
}
/* design ideas PDP breadcrumb start */
.design-ideas-PDP-breadcrumb .breadcrumbs {
  max-width: 1440px;
  width: 100%;
  margin-top: 42px;
  box-sizing: border-box;
  padding-left: 40px;
  padding-right: 40px;
}
 
.design-ideas-PDP-breadcrumb .breadcrumbs__item {
  margin-top: 0;
}
 
.design-ideas-PDP-breadcrumb .breadcrumbs__item a {
  font-family: "Archivo";
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0;
  color: #9DA1B0;
}
 
.design-ideas-PDP-breadcrumb .breadcrumbs__item.active a {
  font-family: Archivo;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  color: #202129;
}
 
.design-ideas-PDP-breadcrumb .breadcrumbs__item:last-child a span {
  font-family: Archivo;
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0;
  color: #202129;
}
 
.design-ideas-PDP-breadcrumb .breadcrumbs__item:not(:first-child)::before {
  margin: 0 12px;
  font-size: 10px;
  color: #9DA1B0;
  padding: 0;
}
@media screen and (max-width:768px) {
  .design-ideas-PDP-breadcrumb.mb-80 {
    margin-bottom: 16px;
  }
 
  .design-ideas-PDP-breadcrumb .breadcrumbs {
    display: block;
    margin-top: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }
 
  .design-ideas-PDP-breadcrumb .breadcrumbs__item {
    display: inline-block;
  }
 
  .design-ideas-PDP-breadcrumb .breadcrumbs__item a {
    font-family: Archivo;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #9DA1B0;
  }
 
  .design-ideas-PDP-breadcrumb .breadcrumbs__item.active a {
    font-family: Archivo;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #202129;
  }
 
  .design-ideas-PDP-breadcrumb .breadcrumbs__item:last-child a span {
    font-family: Archivo;
    font-weight: 700;
    font-style: Bold;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0;
    color: #202129;
  }
 
  .design-ideas-PDP-breadcrumb .breadcrumbs__item:not(:first-child)::before {
    margin: 0 8px;
    font-size: 8px;
    color: #9DA1B0;
    padding: 0;
  }
}
.product:focus {
  outline: 0
}

.product__avail-tag {
  font-family: Lato;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: #7345b2;
  color: #fdfeff;
  padding: 8px;
  margin-bottom: 8px
}

.product__subcopy {
  font-family: Lato;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: .05em;
  color: #343336;
  padding: 8px 0
}

.product__inner {
  cursor: pointer
}

.product__thumbnail {
  margin-bottom: 20px;
  position: relative
}

@media (min-width:576px) {
  .shop-sub-listing__prod .product__thumbnail img {
    height: 280px
  }
}

@media (min-width:1212px) {
  .shop-sub-listing__prod .product__thumbnail img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 356px
  }
}

.product__bookmark {
  background-color: #f1efe8;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  line-height: 34px;
  text-align: center;
  height: 34px;
  width: 34px;
  position: absolute;
  top: 10px;
  right: 10px
}

.product__bookmark [class^=icon-]::before {
  color: #454c53;
  padding-bottom: 4px;
}

.product__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.product__title {
  color: #26282b;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (min-width:576px) {
  .product__title {
    font-size: 18px;
    line-height: 22px
  }
}

.product__rating {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px
}

.product__rating span:not(:last-child) {
  margin-right: 10px
}

.product__rating span.icon-rating {
  color: #f9994c
}

.product__rating span.icon-rating-o {
  color: #9ea4aa
}

.product__rating-number {
  color: #272727;
  font-size: 14px;
  font-weight: 700;
  line-height: 15px
}
.shop-sub-listing__prod .product__offer{
  width: max-content;
}
.product__offer {
  background-color: #7345b2;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #fdfeff;
  font-size: 12px;
  letter-spacing: .05em;
  line-height: 12px;
  margin-bottom: 12px;
  padding: 5px;
  text-transform: lowercase;
}

.product__price {
  color: #272727;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 12px
}

.product__price span {
  color: #454c53;
  line-height: 24px;
  margin-left: 10px;
  text-decoration: line-through
}

.product__colors {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex
}

.product__colors-color {
  height: 12px;
  width: 12px;
  margin-right: 10px
}

.product__colors-more {
  color: #272727;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px
}
.product__add-to-cart-container{
  margin-top: 12px;
  display: none;
}
.bh-shop-show .product__add-to-cart-container{
  display: block;
}
.product__add-to-cart-btn{
  display: inline-flex;
  align-items: center;
  padding: 16px 42px;
  background-color: transparent;
  border-radius: 60px;
  border: 1px solid var(--Primary-Colours-Shades-Purple-color-purple-400, #7455A2);
  color: #7455A2;
  font-family: Archivo;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  vertical-align: middle;
  gap: 12px;
  cursor: pointer;
  height: 52px;

}
.add-cart-icon{
  width: 20px;
  height: 20px;
}
.product__add-to-cart-btn.disabled{
  border: 1px solid var(--Primary-Colours-Shades-Purple-color-purple-100, #C9BDDB);
  color: #C9BDDB;
}
.product__add-to-cart-btn.disabled .add-cart-icon{
  opacity: 0.4;
}
.product__added-container{
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
}
.bh-shop-show .product__added-txt,.bh-shop-show .product__added-txt{
  display: block;
}

.product__added-icon{
  width: 16px;
  height: 16px;
}
.product__added-txt{
  font-family: Creato Display;
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  color: #007613;
}

/* sort by */
.shop-sub-sort-by-container{
  display: none;
}
.bh-shop-show .shop-sub-sort-by-container{
    display: block;
}
.sort-icon{
  width: 16px;
  height: 16px;
}
.sort-by-dropdown{
  display: flex;
  /* width: 100%; */
  width: max-content;
  align-items: center;
  justify-content: end;
  position: relative;
  margin-left: auto;
}
.sort-by-dropdown-btn{
  display: flex;
  align-items: center;
  border: 1px solid #EBECED;
  padding: 12px 52px 12px 20px;
  border-radius: 30px;
  gap: 8px;
  cursor: pointer;
  font-family: Archivo;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #202129;
}
.sort-by-dropdown-btn::after {
    content: "";
    background: url(../../../content/dam/bh-shop/product-plp/plp-chevron-down.png)no-repeat center;
    background-size: 100% 100%;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    right: 16px;
    /* transform: translate(0, -50%); */
    transform: translateY(-50%) rotate(180deg);
}

.sort-by-dropdown-btn.active::after {
    transform: translateY(-50%) rotate(0deg);
}
.sort-by-dropdown-btn .plp-highlight{
  font-family: Archivo;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #202129;;
}
.sort-by-dropdown-icon{
  width: 20px;
  height: 20px;
}
.sort-by-dropdown-content{
  position: absolute;
    /* bottom: -129px; */
    top: calc(100% + 8px);
    z-index: 1;
    right: 0;
    background-color: #FFFFFF;
    /* max-width: 242px; */
    width: 100%;
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
    padding: 0px 8px 20px 20px;
    display: none;
}
.sort-by-dropdown-item{
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #F6F6F6;
}
.sort-by-dropdown-item:last-child{
  padding-bottom: 0;
  border-bottom: unset;
}
.sort-by-dropdown-txt{
  font-family: Archivo;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #202129;
  cursor: pointer;
}
.sort-by-dropdown-item.active .sort-by-dropdown-txt{
  font-family: Archivo;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: #512B8B;
}
.sort-by-dropdown-content.open {
  display: block;
}
.shop-sub-sort-by-container-mob{
  display: none;
}
.sort-by-dropdown-content-mob{
  display: none;
}
@media screen and (max-width:768px){
  .product__add-to-cart-btn{
    padding: 13px 23px;
    font-size: 14px;
    gap: 6px;
    height: 44px;
  }
  .bh-shop-show .shop-sub-sort-by-container{
    display: none;
  }
  .product__added-container{
    margin-top: 8px;
}

/* sort by */
.shop-sub-sort-by-container{
  display: none;
}
.shop-sub-sort-by-container-mob{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 16px 16px 16px;
  background-color: #F7F5F1;
  max-width: 48%;
  width: 100%;
}
.sort-by-left{
  display: flex;
  align-items: center;
  gap: 5px;
  font-family: Lato;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  vertical-align: middle;
  color: #26282B;
}
.sort-by-left-title{
  font-family: Lato;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  vertical-align: middle;
  color: #26282B;
}
.sort-by-icon-mob{
  /* width: 22px;
  height: 22px; */
  width: 16px;
  height: 16px;
}
.sort-by-arrow-icon{
  width: 16px;
  height: 16px;
}
.sort-by-cross-icon{
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.mob-filters-holder{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 18px;
  /* gap: 10px; */
  justify-content: space-between;
}
.sort-by-title-content{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
}
.sort-by-title{
  font-family: Lato;
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  color: #222222;
}
.sort-by-dropdown-icon-mob{
  width: 20px;
  height: 20px;
}
.sort-by-dropdown-item-mob{
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}
.sort-by-dropdown-txt-mob{
  font-family: Lato;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
}
.sort-by-dropdown-item-mob.active .sort-by-dropdown-txt-mob{
  font-family: Lato;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #512B8B;
}
/* mobile popup */
.sort-by-dropdown-content-mob {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0,0,0,0.4);
  display: none;
  z-index: 9999;
}

.sort-by-dropdown-content-mob.open {
  display: block;
}

.sort-by-dropdown-overlay {
  background: #fff;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding: 21px 12px 62px 16px;
}

}
@media (max-width:575px) {
  .shop-sub-listing__prod .product__thumbnail img {
    height: 170px
  }
}

.out-of-stock-overlay p {
  color: #ED1C24;
  font-family: Lato;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;

}
/* -- */



.shop-sub-listing {
  padding: 64px 0 42px 0
}
@media (min-width:992px) {
  .shop-sub-listing {
    padding: 40px 0 56px 0
  }
}
.shop-sub-listing__wrapper {
  width: 100%;
  display: block
}
@media (min-width:992px) {
  .shop-sub-listing__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
  }
}
.shop-sub-listing__content {
  width: 100%
}
@media (min-width:992px) {
  .shop-sub-listing__content {
    width: -webkit-calc(100% - 300px);
    width: -moz-calc(100% - 300px);
    width: calc(100% - 300px)
  }
}
.shop-sub-listing__side {
  width: 285px;
  display: none;
  margin-right: 15px
}
@media (min-width:992px) {
  .shop-sub-listing__side {
    display: block
  }
}
/* .shop-sub-listing__title {
  font-family: BioRhyme;
  font-size: 36px;
  font-weight: 700;
  line-height: 44px;
  letter-spacing: 2px;
  margin-bottom: 16px;
  color: #333
} */
@media (min-width:992px) {
  /* .shop-sub-listing__title {
    margin-bottom: 64px
  } */
}
.shop-sub-listing__filters {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 24px
}
.shop-sub-listing__filters-m {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f7f5f1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 0px;
  padding: 16px;
  max-width: 48%;
  width: 100%;
  
}
.shop-sub-listing__filters-m .left {
  color: #26282b;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.shop-sub-listing__filters-m .left [class^=icon-] {
  font-size: 22px;
  margin-right: 5px
}
.shop-sub-listing__filters-m .left span:last-child {
  color: #7345b2;
  margin-left: 5px
}
@media (min-width:992px) {
  .shop-sub-listing__filters-m {
    display: none
  }
}
@media (min-width:992px) {
  .shop-sub-listing__filters {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
  }
}
.shop-sub-listing__filter {
  color: #26282b;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px
}
.shop-sub-listing__filter .icon-square-check {
  font-weight: 700
}
.shop-sub-listing__filter:not(:last-child) {
  margin-right: 32px
}
.shop-sub-listing__filter.active {
  color: #7345b2
}
.shop-sub-listing__filter.active [class^=icon-]::before {
  color: #7345b2
}
.shop-sub-listing__filter [class^=icon-] {
  font-size: 18px;
  line-height: 27px;
  margin-left: 8px;
  cursor: pointer;

}
.shop-sub-listing__filter [class^=icon-]::before {
  font-size: 24px
}
@media (min-width:992px) {
  .shop-sub-listing__filter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
}
.shop-sub-listing__sorting {
  display: none
}
@media (min-width:992px) {
  .shop-sub-listing__sorting {
    display: block
  }
}
.shop-sub-listing__sorting span {
  color: #9ea4aa;
  font-size: 18px;
  line-height: 27px;
  margin-right: 8px
}
.shop-sub-listing__sort {
  display: inline-block
}
.shop-sub-listing__sort select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: url(../../../content/dam/asianpaintsbeautifulhomes/icons/arrow-down-purple.svg);
  background-position: right;
  background-repeat: no-repeat;
  -moz-background-size: 14px;
  background-size: 14px;
  border: none;
  color: #7345b2;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  padding-right: 20px;
  width: 100%;
  cursor: pointer;
}
.shop-sub-listing__sort select:focus {
  outline: 0
}
.shop-sub-listing__sort select::-ms-expand {
  display: none
}
.shop-sub-listing__sort select option {
  color: #000
}
.shop-sub-listing__prods {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -8px
}
@media (min-width:992px) {
  .shop-sub-listing__prods {
    margin: 0 -20px
  }
}
.shop-sub-listing__prod {
  width: -webkit-calc(50% - 16px);
  width: -moz-calc(50% - 16px);
  width: calc(50% - 16px);
  margin-bottom: 32px;
  margin-left: 8px;
  margin-right: 8px
}
@media (min-width:992px) {
  .shop-sub-listing__prod {
    width: -webkit-calc(33% - 20px);
    width: -moz-calc(33% - 20px);
    width: calc(33% - 20px);
    margin-bottom: 32px;
    margin-left: 10px;
    margin-right: 10px
  }
}
.shop-sub-listing__prod .product__thumbnail img {
  min-height: 170px
}
.shop-sub-listing__cta {
  margin-top: 64px;
  text-align: center
}
.shop-sub-listing__tag {
  margin-top: 8px;
  margin-bottom: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
@media (min-width:992px) {
  .shop-sub-listing__tag {
    display: none
  }
}
.shop-sub-listing__tag-item {
  margin-right: 10px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  border: 1px solid #804ec7;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
  color: #804ec7
}
.shop-sub-listing__tag-item.hide {
  display: none
}
.shop-sub-listing__tag-item .item-text {
  padding: 10px 35px 10px 20px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  cursor: pointer
}
.shop-sub-listing__tag-item .item-close {
  width: 12px;
  height: 12px;
  font-size: 8px;
  color: #804ec7;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  z-index: 1;
  cursor: pointer
}
.shop-sub-listing__tag-item .item-close::after,
.shop-sub-listing__tag-item .item-close::before {
  position: absolute;
  left: 10px;
  content: ' ';
  height: 12px;
  width: 1px;
  background-color: #804ec7
}
.shop-sub-listing__tag-item .item-close::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg)
}
.shop-sub-listing__tag-item .item-close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg)
}
.shop-sub-listing__tag-item.active {
  color: #fff
}
.shop-sub-listing__tag-item.active:not(.all) .item-close {
  display: block
}
.shop-sub-listing__tag-item.active:not(.all) .item-text {
  padding: 10px 40px 10px 20px
}
#btn-load-more-prods {
  font-size: 16px;
  line-height: 19px;
  padding: 12px 20px
}
@media (min-width:992px) {
  #btn-load-more-prods {
    font-size: 18px;
    line-height: 27px;
    padding: 16px 32px
  }
}
@media only screen and (min-width: 992px) and (max-width: 1212px) {
  /* .shop-sub-listing__title {
      margin-top: 30px;
          } */
  }
  .sm_sub_category .dialog__container {
    top: 80px;
}
@media (max-width: 768px){
  .shop-sub-listing{
    padding-top: 30px;
  }
  .filter-icon-mob{
      width: 22px;
      height: 22px;
  }
}

@charset "UTF-8";
.dialog-ssc-prod-list-filters .dialog__header-secondaryCta {
  position: absolute;
  top: 16px;
  right: 25px
}
.dialog-ssc-prod-list-filters .dialog__body {
  background-color: #f9f9f6;
  padding: 0
}
.dialog-ssc-prod-list-filters .dialog__body-cta {
    background-color: #f4f2ed;
    padding: 16px;
    position: sticky;
    width: 100%;
    z-index: 1231;
    bottom: 0;
}
.dialog-ssc-prod-list-filters .dialog__body-cta .btn {
  width: 100%
}
.dialog-ssc-prod-list-filters .dialog__content {
  overflow-x: hidden
}
.dialog-ssc-prod-list-filters .dialog__price,
.dialog-ssc-prod-list-filters .dialog__side,
.dialog-ssc-prod-list-filters .dialog__sorting {
  background-color: #fff;
  padding: 16px
}
.dialog-ssc-prod-list-filters .dialog__price,
.dialog-ssc-prod-list-filters .dialog__side {
  margin-bottom: 15px
}
.dialog-ssc-prod-list-filters .dialog__price {
  display: block;
  padding-bottom: 100px
}
.dialog-ssc-prod-list-filters .dialog__price input {
  /* width: 90%!important; */
  margin: 0 auto!important;
  left: 0!important;
  right: 0!important
}
.dialog-ssc-prod-list-filters .dialog__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: scroll;

}
.dialog-ssc-prod-list-filters .dialog__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.dialog-ssc-prod-list-filters .dialog__more {
  color: #7345b2;
  font-size: 14px;
  line-height: 18px
}
.dialog-ssc-prod-list-filters .dialog__filters {
  background-color: #fff;
  padding-top: 16px
}
.dialog-ssc-prod-list-filters .dialog__subTitle {
  background-color: #f9f9f6;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  padding: 16px
}
.dialog-ssc-prod-list-filters .dialog__list {
  background-color: #fff;
  margin-bottom: 90px
}
.dialog-ssc-prod-list-filters .dialog__list li {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  padding: 16px
}
.dialog-ssc-prod-list-filters .dialog__list li.active {
  color: #7345b2;
  position: relative
}
.dialog-ssc-prod-list-filters .dialog__list li.active::after {
  content: '\61';
  font-family: beautiful-homes;
  font-size: 18px;
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%)
}
.dialog-ssc-prod-list-filters .btn-side,
.dialog-ssc-prod-list-filters .btn-sorting {
  -webkit-border-radius: 3px!important;
  -moz-border-radius: 3px!important;
  border-radius: 3px!important;
  margin-right: 10px;
  white-space: nowrap;
  border: 1px solid #454c53;
  color: #454c53
}
.dialog-ssc-prod-list-filters .btn-side.btn--primary,
.dialog-ssc-prod-list-filters .btn-sorting.btn--primary {
  background-color: #7345b2;
  border-color: #7345b2;
  color: #fff
}
.dialog-ssc-prod-list-filters .btn-colour {
  width: 60px;
  border: none;
  white-space: inherit;
  color: #454c53
}
.dialog-ssc-prod-list-filters .btn-colour.btn--primary {
  background-color: inherit;
  color: #454c53
}
.dialog-ssc-prod-list-filters .btn-colour.btn--primary span {
  border: 1px solid #7345b2;
  color: #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.dialog-ssc-prod-list-filters .btn-colour.btn--primary span::after {
  font-size: 16px;
  content: '✓';
  color: #fff
}
.dialog-ssc-prod-list-filters .btn-colour span {
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: block;
  background-color: #f26c36;
  white-space: initial
}
.dialog-ssc-prod-list-filters .dialog__body {
  max-height: 600px
}
.dialog-ssc-prod-list-filters .filter-side__content-range {
  margin-top: 0;
  margin-bottom: 0
}


.mobile-popup-selection {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s,opacity .3s linear;
  -o-transition: visibility 0s,opacity .3s linear;
  -moz-transition: visibility 0s,opacity .3s linear;
  transition: visibility 0s,opacity .3s linear
}
.mobile-popup-selection--auto-height .mps__container {
  height: auto
}
.mobile-popup-selection.active {
  visibility: visible;
  opacity: 1
}
.mobile-popup-selection.active .mobile-popup-selection__container {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0)
}
@media (min-width:576px) {
  .mobile-popup-selection.active {
    opacity: 0;
    visibility: hidden
  }
}
.mobile-popup-selection__bg {
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: .7;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}
.mobile-popup-selection__container {
  width: 100%;
  min-height: 75vh;
  position: absolute;
  bottom: 0;
  background-color: #fff;
  -webkit-border-top-left-radius: 25px;
  -moz-border-radius-topleft: 25px;
  border-top-left-radius: 25px;
  -webkit-border-top-right-radius: 25px;
  -moz-border-radius-topright: 25px;
  border-top-right-radius: 25px;
  -webkit-box-shadow: 0 -2px 20px 0 rgba(0,0,0,.5);
  -moz-box-shadow: 0 -2px 20px 0 rgba(0,0,0,.5);
  box-shadow: 0 -2px 20px 0 rgba(0,0,0,.5);
  overflow: hidden;
  -webkit-transition: all .6s ease-in-out;
  -o-transition: all .6s ease-in-out;
  -moz-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%)
}
.mobile-popup-selection__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff
}
.mobile-popup-selection__content {
  height: 100%;
  position: relative;
  background-color: #f9f9f6
}
.mobile-popup-selection__close {
  font-size: 20px;
  position: absolute;
  top: 30px;
  left: 17px;
  z-index: 10;
  color: #804ec7
}
/*# sourceMappingURL=maps/mobile-popup-selection.css.map */

@charset "UTF-8";
.filter-side {
  display: none
}
@media (min-width:992px) {
  .filter-side {
    display: block
  }
}
.filter-side__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 2px;
  margin-bottom: 16px;
  color: #333;
  display: none
}
@media (min-width:992px) {
  .filter-side__title {
    display: block
  }
}
.filter-side__content {
  position: relative;
  margin-right: 20px
}
.filter-side__content .hide {
  display: none
}
.filter-side__content-col {
  padding-right: 35px;
  position: relative;
  display: none;
  margin-bottom: 15px
}
.filter-side__content-btn {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0
}
.filter-side__content-btn a {
  display: block;
  padding: 18px 38px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  font-size: 12px
}
.filter-side[data-type=filter] .filter-side__content-btn {
  display: none
}
.filter-side__content-range {
  position: relative;
  width: 100%;
  height: 24px;
  margin-top: 16px;
  padding-bottom: 90px;
  display: none
}
.filter-side__content-range-value {
  width: 100%;
  height: 45px;
  line-height: 45px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.filter-side__content-range-value-item {
  position: relative
}
.filter-side__content-range-value-item:first-child,
.filter-side__content-range-value-item:last-child {
  width: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff
}
.filter-side__content-range input[type=range] {
  pointer-events: none;
  position: absolute;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: #fff;
  background-color:rgb(232, 235, 237);
  border: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  left: 0;
  top: 75px;
  width: 94%;
  outline: 0;
  height: 6px;
  margin: 0;
  padding: 0
}
.filter-side__content-range input[type=range]::-webkit-slider-thumb {
  pointer-events: all;
  position: relative;
  z-index: 100;
  outline: 0;
  -webkit-appearance: none;
  width: 24px;
  height: 24px;
  border: none;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #804ec7
}

.filter-side__content-range input[type=range]::-moz-range-thumb {
  pointer-events: all;
  position: relative;
  z-index: 10;
  -moz-appearance: none;
  width: 24px;
  height: 24px;
  border: none;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #804ec7
}
.filter-side__content-range input[type=range]::-ms-thumb {
  pointer-events: all;
  position: relative;
  z-index: 10;
  -ms-appearance: none;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 0
}
.filter-side__content-range input[type=range]::-moz-range-track {
  position: relative;
  z-index: -1;
  background-color: #000;
  border: 0
}
.filter-side__content-range input[type=range]:last-of-type::-moz-range-track {
  -moz-appearance: none;
  background: none transparent;
  border: 0
}
.filter-side__content-range input[type=range]::-moz-focus-outer {
  border: 0
}
.filter-side__content-select {
  position: relative
}
.filter-side__content-select-price .ms-drop {
  display: none!important
}
.filter-side__content-select-colour .ms-parent .ms-drop li label span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex
}
.filter-side__content-select-colour .ms-parent .ms-drop li label span::before {
  content: ' ';
  width: 22px;
  height: 22px;
  background-color: #f26c36;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: block;
  margin-right: 7px
}
.filter-side__content-select-item {
  background-color: #f9f9f6;
  padding: 25px;
  margin-bottom: 16px
}
.filter-side__content-select-more {
  color: #804ec7;
  display: none;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  cursor: pointer
}
.filter-side__content-select.opened::before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg)
}
.filter-side__content-select.more .ms-drop li:nth-child(n+6) {
  display: block
}
.filter-side__content-select.opened ~ .filter-side__content-select-more {
  display: block
}
.filter-side__content-select.opened ~ .filter-side__content-range {
  display: block
}
.filter-side__content-select::before {
  font-family: beautiful-homes!important;
  font-size: 14px;
  speak: never;
  line-height: 1;
  content: "\44";
  position: absolute;
  right: 0;
  top: 8px;
  pointer-events: none;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  z-index: 3
}
.filter-side__content-select .ms-choice {
  font-family: Lato;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0;
  border: none;
  padding-right: 25px;
  background-color: inherit
}
.filter-side__content-select .ms-choice .icon-caret {
  display: none
}
.filter-side__content-select .ms-choice > span {
  position: relative;
  color: #26282b;
  padding-left: 0
}
.filter-side__content-select .ms-choice > span > i {
  color: #804ec7;
  font-style: inherit
}
.filter-side__content-select .ms-drop {
  margin-top: 6px;
  background-color: #f9f9f6;
  z-index: 2;
  position: relative;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none
}
.filter-side__content-select .ms-drop ul {
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom:15px;
}
.sm_sub_category .filter-side__content-select .ms-drop ul{
  scrollbar-width: none;
}
.filter-side__content-select .ms-drop li {
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  width: 100%;
  padding: 5px 0;
  display: block
}
.filter-side__content-select .ms-drop li:nth-child(n+6) {
  display: none
}
.sm_sub_category .filter-side__content-select .ms-drop li:nth-child(n+6) {
  display: block;
}

.filter-side__content-select .ms-drop li:hover {
  background-color: #f4f2ed
}
.filter-side__content-select .ms-drop li.selected label {
  color: #804ec7
}
.filter-side__content-select .ms-drop li.selected label::after {
  border: 2px solid #804ec7
}
.filter-side__content-select .ms-drop li label {
  padding: 5px 15px 5px 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  position: relative;
  cursor: pointer
}
.filter-side__content-select .ms-drop li label input[type=checkbox] {
  visibility: hidden;
  width: 0;
  height: 0
}
.filter-side__content-select .ms-drop li label input[type=radio] {
  visibility: hidden;
  width: 0;
  height: 0
}
.filter-side__content-select .ms-drop li label::before {
  content: '✓';
  position: absolute;
  left: 3px;
  opacity: 0;
  font-size: 14px;
  top: 6px;
}
.filter-side__content-select .ms-drop li label::after {
  content: '';
  position: absolute;
  left: 0;
  width: 16px;
  height: 16px;
  border: 2px solid #24292e;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px
}
.filter-side__content-select .ms-drop li.selected label::before {
  opacity: 1
}
.dialog-ssc-prod-list-filters .dialog__body {
  max-height: 530px;
  overflow-y: scroll;
  position: relative;
}
@media (max-width:991px) {
  .dialog-ssc-prod-list-filters .dialog__wrapper{
    padding-bottom: 10px;
  }
}

/* @media (max-width:767px) {
  .dialog-ssc-prod-list-filters .dialog__price input{
     width: 0 !important; 
  }
} */
/* input#range1 {
  width: 88%;
} */
input#range2 {
  z-index:1;
  transform: translate(20px,0);
  /* padding-left:10px ; */
}
/* input#range1-m {
  width: 98%;
  margin: unset !important;
} */
input#range2-m {
  z-index:1;
  transform: translate(20px,0);
}
@media (max-width:991px) {
  .filter-side__content-range-value-item:first-child,
.filter-side__content-range-value-item:last-child{
  width: 45px;
  justify-content: left;

}
.filter-side__content-range-value{
  font-size: 18px;
}
}
#range1 {
  z-index: 999 !important;
  background: none transparent;
}
.filter-side__content-range input[type="range"]::-moz-range-track{
background: none transparent;
}
#range1-m {
  z-index: 999 !important;
  background: none transparent;
}

.shop-sub-products {
  padding: 32px 0;
  background-color: #f9f9f6
}
@media (min-width:992px) {
  .shop-sub-products {
    padding: 62px 0
  }
}
.shop-sub-products__wrapper {
  width: 100%;
  display: block
}
@media (min-width:992px) {
  .shop-sub-products__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
  }
}
.shop-sub-products__content {
  width: 100%
}
.shop-sub-products__title {
  font-family: BioRhyme;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 2px;
  margin-bottom: 16px;
  color: #333
}
@media (min-width:992px) {
  .shop-sub-products__title {
    font-size: 48px;
    line-height: 60px;
    margin-bottom: 64px;
    text-align: center
  }
}
.shop-sub-products__prods {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -8px
}
@media (min-width:992px) {
  .shop-sub-products__prods {
    margin: 0
  }
}
.shop-sub-products__prod {
  width: -webkit-calc(50% - 16px);
  width: -moz-calc(50% - 16px);
  width: calc(50% - 16px);
  margin-bottom: 32px;
  margin-left: 8px;
  margin-right: 8px
}
.shop-sub-products__prod:has(> .product.sca-prod-listing__prod.unique-card) {
  display: none;
}

@media (min-width:992px) {
  .shop-sub-products__prod {
    width: -webkit-calc(25% - 20px);
    width: -moz-calc(25% - 20px);
    width: calc(25% - 20px);
    margin-bottom: 32px;
    margin-left: 10px;
    margin-right: 10px
  }
  .shop-sub-products__prod:has(> .product.sca-prod-listing__prod.unique-card) {
    display: block;
}
}
.shop-sub-products__prod .product__thumbnail img {
  min-height: 170px
}
.shop-sub-products__cta {
  margin-top: 64px;
  text-align: center
}

/*# sourceMappingURL=maps/shop-sub-products.css.map */
.product-plp-overlay .shop-sub-products__title{
  text-align: left;
  }
  
  @media (min-width:576px) {
  .hover-content {
  
    background: rgba(76, 42, 29, 0.8);
  
    display: flex;
  
    flex-direction: column;
  
  }
  
  .hover-content {
  
    position: absolute;
  
    bottom: 0;
  
    padding: 19px;
  
  }
  
  .hover-content p {
  
    font-family: 'BioRhyme';
    font-style: normal;
  
    font-weight: 400;
  
    font-size: 16px;
  
    line-height: 20px;
  
    text-align: center;
  
    color: #FFFFFF;
  
    margin-bottom: 17px;
  
  }
  
  .hover-button {
  
    background: #CCAE4C;
  
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  
    border-radius: 50px;
  
    width: 242px;
  
    border: none;
  
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
  
    font-family: 'BioRhyme';
  
    font-style: normal;
  
    font-weight: 700;
  
    font-size: 16px;
  
    line-height: 16px;
  
    color: #000000;
  
    margin: 0 auto;
  
    text-align: center;
    padding: 22px 20px;
    text-align: center;
  
  }
  
  /* .hover-content {
    
      display: none;
    
    } */
  
  .product__thumbnail .hover-content {
  
    display: flex;
  
    flex-direction: column;
  
    justify-content: center;
  
    width: 100%;
  
    min-height: 170px;
  }
  /* .shop_sub_products.product-plp-overlay {
    margin-top: 42px;
  } */
  }
  .hover-content{
    display: none;
  }
  .cmp-plp-mob-ctabtn{
    display: none;
  }
  @media (max-width:576px) {
    .product-plp-overlay .product.shop-sub-products__prod {
      width: 100%;
  }
  .cmp-hover-content p{
    font-family: BioRhyme;
  font-style: Regular;
  font-size: 16px;
  line-height: 20px;
  text-align: Center;
  margin-bottom: 31px;
  }
  .cmp-hover-content .cmp-hover-button{
    display: flex;
    justify-content: center;
    max-width: 321px;
    width: 100%;
    /* height: 60px; */

    background-color: #CCAE4C;
    border-radius: 50px;
    font-family: BioRhyme;
  font-weight: Bold;
  font-size: 20px;
  line-height: 20px;
  margin: 0 auto;
  margin-bottom: 75px;
  color: #000000;
  padding: 20px 20px;

  }
  .product-plp-overlay .cmp-plp-mob-ctabtn{
    display: block;
    margin-top: 38px;
  }
  /* .shop_sub_products.product-plp-overlay {
    margin-top: 19px;
  } */
    
  }
  .shop-sub-products__prod .product__title{
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
  }
  .latest-bh-shop-show .product__add-to-cart-container{
      display: block;
  }
.home-improv {
  padding: 40px 0
}
.home-improv__headline {
  color: #26282b;
  font-family: BioRhyme;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: .02em;
  line-height: 40px;
  margin-bottom: 10px
}

@media (min-width:992px) {
  .home-improv__headline {
    color: #333;
    font-size: 48px;
    letter-spacing: 2px;
    line-height: 60px
  }
}

.home-improv__brief {
  color: #454c53;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 25px
}

@media (min-width:992px) {
  .home-improv__brief {
    font-size: 18px;
    line-height: 28px
  }
}

.home-improv__outer {
  margin-bottom: 60px
}

.home-improv__cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.home-improv__cta:first-child {
  margin-right: 15px
}

.home-improv__cta-outer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px
}

.home-improv__cta a {
  font-size: 16px;
  line-height: 19px;
  padding: 12px 20px
}

@media (min-width:576px) {
  .home-improv__cta a {
    font-size: 18px;
    line-height: 27px;
    padding: 16px 32px
  }
}

.home-improv__misc {
  color: #454c53;
  font-size: 16px;
  line-height: 20px;
  text-align: center
}

@media (min-width:576px) {
  .home-improv__misc {
    font-size: 18px;
    line-height: 28px
  }
}

.home-improv__slider .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex
}

.home-improv__slider .slick-slide {
  margin: 0 7.5px
}

.home-improv__slider .slick-slide:first-child {
  margin-left: 0
}

.home-improv__slider .slick-slide:last-child {
  margin-right: 0
}

@media (min-width:576px) {
  .page-search .home-improv {
    padding: 80px 0
  }
}

/*# sourceMappingURL=maps/home-improvement.css.map */

.tab-carousel {
  padding-bottom: 48px;
  position: relative
}

.tab-carousel__bg {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 58%;
  bottom: 0;
  background: #5a7851
}

.tab-carousel__headline {
  color: #26282b;
  font-family: BioRhyme;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: .02em;
  line-height: 40px;
  margin-bottom: 32px;
  font-size: 32px;
  line-height: 1.25
}

@media (min-width:992px) {
  .tab-carousel__headline {
    color: #333;
    font-size: 48px;
    letter-spacing: 2px;
    margin-bottom: 44px
  }
}

.tab-carousel__outer {
  margin: 0 -10px 60px
}

.tab-carousel__slider {
  margin-bottom: 35px
}

@media (min-width:576px) {
  .tab-carousel__slider {
    margin-bottom: 40px
  }
}

@media (min-width:992px) {
  .tab-carousel__slider {
    margin-bottom: 0
  }
}

.tab-carousel__slider-navigation {
  display: none
}

@media (min-width:992px) {
  .tab-carousel__slider-navigation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
  }
}

.tab-carousel__slider-nav {
  background-color: #fdfeff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #26282b;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 64px !important;
  width: 64px;
  z-index: 2;
  background-color: #fdfeff;
  border: none
}

.tab-carousel__slider-nav.disabled {
  border-color: #9ea4aa;
  color: #9ea4aa;
  cursor: not-allowed
}

.tab-carousel__slider-nav [class^=icon] {
  margin-top: 0
}

.tab-carousel__slider-nav [class^=icon]::before {
  font-size: 24px
}

.tab-carousel__slider-nav.disabled {
  background-color: rgba(253, 254, 255, .5);
  color: #26282b
}

.tab-carousel__slider-nav.prev {
  margin-right: 15px
}

.tab-carousel__slider .slick-list {
  margin: 0 -10px
}

.tab-carousel__slider .product {
  margin: 0 10px
}

.tab-carousel__bottom {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.tab-carousel__cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.tab-carousel__cta:first-child {
  margin-right: 15px
}

.tab-carousel__cta-outer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px
}

.tab-carousel__cta a {
  font-size: 16px;
  line-height: 19px;
  padding: 12px 20px
}

@media (min-width:576px) {
  .tab-carousel__cta a {
    font-size: 18px;
    line-height: 27px;
    padding: 16px 32px
  }
}

.tab-carousel__item {
  margin: 0 10px;
  position: relative
}

.tab-carousel__item--image {
  width: 100%;
  position: relative;
  overflow: hidden
}

.tab-carousel__item--image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center
}

.tab-carousel__item--image:after {
  content: ' ';
  display: block;
  padding-top: 75.2%;
  width: 100%
}

.tab-carousel__item--text {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
  color: #fdfeff;
  margin-top: 16px
}

@media (min-width:768px) {
  .tab-carousel__item--text {
    font-size: 24px
  }
}

.tab-carousel__tab-buttons {
  position: relative;
  width: 100%;
  margin: 0 0 32px;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-bottom: 1px solid #e8ebed;
  overflow-x: auto
}

.tab-carousel__tab-buttons li {
  margin-right: 2.7%
}

.tab-carousel__tab-buttons li button {
  -webkit-appearance: none;
  cursor: pointer;
  border: none;
  background: 0 0;
  font-size: 16px;
  line-height: 24px;
  white-space: nowrap;
  color: #26282b;
  padding: 8px;
  border-bottom: 4px solid rgba(38, 40, 43, 0)
}

@media (min-width:576px) {
  .tab-carousel__tab-buttons li button {
    font-size: 18px;
    line-height: 28px
  }
}

.tab-carousel__tab-buttons li button.active {
  border-color: #26282b
}

.home-improv__slider .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex
}

.home-improv__slider .slick-slide {
  margin: 0 7.5px
}

.home-improv__slider .slick-slide:first-child {
  margin-left: 0
}

.home-improv__slider .slick-slide:last-child {
  margin-right: 0
}

/*# sourceMappingURL=maps/tab-carousel.css.map */

.home-decor__thumbnail {
  position: relative;
  margin-bottom: 10px;
  min-height: 349px
}

.home-decor__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex
}

.home-decor__index {
  color: #3c6aa8;
  font-family: BioRhyme;
  font-size: 40px;
  line-height: 51px;
  margin-right: 12px
}

.home-decor__title {
  color: #26282b;
  font-size: 24px;
  line-height: 29px;
  font-weight: 700;
  margin-bottom: 5px;
  align-self: center;
  /* width: 170px */
}

.home-decor__desc {
  color: #454c53;
  font-size: 16px;
  line-height: 20px;
  width: 220px
}

.home-decor.four-steps {
  width: 100%;
  padding: 0;
  margin-bottom: 36px
}

.home-decor.four-steps .home-decor__thumbnail {
  min-height: inherit;
  overflow: hidden
}

.home-decor.four-steps .home-decor__thumbnail img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center
}

.home-decor.four-steps .home-decor__thumbnail:after {
  content: ' ';
  display: block;
  padding-top: 101.74%
}

@media (min-width:768px) {
  .home-decor.four-steps .home-decor__thumbnail:after {
    padding-top: 124.64%
  }
}

.home-decor__content p {
  padding: 0 3px;
}

/*# sourceMappingURL=maps/home-decor.css.map */
.home-decor__thumbnail img {
  height: 434px;
  object-fit: cover;
}

@media (max-width:576px) {
  .home-decor__thumbnail img {
    height: 343px;
    object-fit: cover;
  }

}

ul.tab-carousel__tab-buttons::-webkit-scrollbar {
  display: none;
}

ul.tab-carousel__tab-buttons {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

#how-we-work {
  scroll-margin-top: 50px;
}


/* consulting_form CSS Start */
@media (min-width: 992px) {
  .consulting-form-column .home-redesign-help {
    padding: 49px;
  }

  .consulting-form-column .home-redesign-help__title {
    max-width: 100%;
    text-align: center;
    margin-bottom: 16px;
  }

  .consulting-form-column .home-redesign-help__desc {
    max-width: 665px;
    font-weight: 700;
    margin: 0 auto 80px;
    text-align: center;
  }

  .consulting-form-column .home-redesign-helpform-wrap {
    display: block;
  }

  .consulting-form-column .form-container-inputs>div {
    display: flex;
    gap: 45px;
  }

  .consulting-form-column .form_button {
    text-align: center;
  }

  .consulting-form-column .btn__icon--right [class^=icon-] {
    margin-left: 8px;
  }

  .consulting-form-column .btn--primary [class^=icon-]::before {
    color: #FDFEFF;
  }

  .consulting-form-column .home-redesign-help__form-cta button {
    padding: 16px 23px 16px 32px;
    color: #FDFEFF;
  }
}

.consulting-form-column .form_field_checkbox {
  display: none;
}

/* consulting_form CSS End */

/* Customer Service CSS Start */
.customer-service-points .ids-form-firstFold.head-redesign-help-left {
  height: auto;
}

.customer-service-points .head-redesign-help__title {
  font-size: 36px;
  font-family: 'BioRhyme';
  line-height: 44px;
  margin-bottom: 40px;
}

.customer-service-points .head-redesign-help__form-cta a {
  background: #7345B2;
  border: none;
}

.customer-service-points .icon-arrow-down {
  display: none;
}

.customer-service-points .service-items-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 50px 50px 50px 20%;
  background: linear-gradient(180deg, #290161 0%, #3C6AA8 100%);
}

.customer-service-points .service-item {
  display: flex;
  align-items: center;
  margin-bottom: 72px;
  max-width: 500px;
}

.customer-service-points .service-item:last-child {
  margin-bottom: 0px;
}

.customer-service-points .service-item-img {
  width: 64px;
  margin-right: 42px;
}

.customer-service-points .service-item-desc>span {
  display: block;
}

.customer-service-points .service-item-heading {
  color: #F9994C;
  font-size: 32px;
  font-weight: 800;
  line-height: 36px;
  letter-spacing: 0.64px;
}

.customer-service-points .service-item-subheading {
  color: #FFFFFF;
  font-size: 32px;
  font-weight: 800;
  line-height: 36px;
  letter-spacing: 0.64px;
}

.customer-service-points .btn--white-border:hover {
  color: #fff;
}

.customer-service-points .head-redesign-help__title {
  font-weight: 700;
}

.customer-service-points .head-redesign-help__form-cta a {
  padding: 12px 24px;
}

@media (min-width: 992px) {
  .customer-service-points .head_redesign:nth-child(1) {
    width: 47.5%;
  }

  .customer-service-points .head_redesign:nth-child(2) {
    width: 52.5%;
  }
}

@media (max-width: 991px) {
  .customer-service-points .head-redesign-help__title {
    font-size: 24px;
    line-height: 30px;
  }

  .customer-service-points .head-redesign-help__title {
    margin-bottom: 24px;
  }

  .customer-service-points .service-items-wrapper {
    padding: 50px 50px 50px 35px;
  }

  .customer-service-points .service-item {
    margin-bottom: 64px;
  }

  .customer-service-points .service-item-img {
    width: 56px;
    margin-right: 32px;
  }

  .customer-service-points .service-item-heading {
    font-size: 24px;
    line-height: 28px;
  }

  .customer-service-points .service-item-subheading {
    font-size: 24px;
    line-height: 28px;
  }

  .customer-service-points .head-redesign-help__image {
    height: 369px;
  }

  .customer-service-points .head-redesign-help__content {
    padding-top: 10px;
  }
}

/* Customer Service CSS End */

/* Furniture Categories CSS Start */
.categories-grid .heading.title {
  text-align: center;
  margin-bottom: 50px;
}

.categories-grid .categories-left-card {
  padding: 0 80px;
}

.categories-grid .categories-bottom-card {
  padding: 0 80px 40px;
}

.categories-grid .sofa-item {
  position: relative;
  cursor: default;
}

.categories-grid .sofa-item::before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  height: 53%;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 69.26%);
  opacity: 0.699999988079071;
}

.categories-grid .sofa-item-param {
  color: #FFF;
  position: absolute;
  bottom: 24px;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  width: 100%;
  cursor: default;
}

.categories-grid .categories-right-top-card {
  width: 100%;
}

.categories-grid .categories-right-top-card .sofa-item:first-child {
  margin-right: 20px;
}

.categories-grid .heading.title h1 {
  font-size: 48px;
  font-family: 'BioRhyme';
}

.categories-grid .categories-left-card>div {
  display: flex;
  width: 100%;
}

.categories-grid .categories_left {
  width: 50%;
  margin-right: 20px;
}

.categories-grid .categories_left>a {
  height: 490px;
  display: block;
}

.categories-grid .categories-right-top-card .sofa-item>a {
  height: 237px;
  display: block;
}

.categories-grid .categories-right-bottom-card .sofa-item>a {
  height: 234px;
  display: block;
}

.categories-grid .categories-bottom-card .sofa-item>a {
  height: 237px;
  display: block;
}

.categories-grid .sofa-item img {
  height: 100%;
  width: 100%;
}

.categories-grid .categories-right-bottom-card .sofa-item img {
  height: 100%;
  width: 100%;
}

.categories-grid .categories-right-bottom-card {
  width: 100%;
}

.categories-grid .categories-right-card {
  display: flex;
  width: 50%;
}

.categories-grid .categories-right-card>div {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.categories-grid .categories-right-top-card>div {
  display: flex;
}

.categories-grid .categories-bottom-card>div {
  display: flex;
}

.categories-grid .categories-right-top-card .sofa-item {
  width: 50%;
}

.categories-grid .categories-right-bottom-card .sofa-item {
  width: 100%;
}

.categories-grid .categories-bottom-card .sofa-item {
  margin-right: 20px;
}

.categories-grid .categories-bottom-card .sofa-item:last-child {
  margin-right: 0px;
}

@media (max-width: 991px) {
  .categories-grid .heading.title {
    margin-bottom: 30px;
  }

  .categories-grid .heading.title h1 {
    font-size: 32px;
  }

  .categories-grid .categories-left-card {
    padding: 0 16px;
  }

  .categories-grid .categories-bottom-card {
    padding: 0 16px 70px;
  }

  .categories-grid .sofa-item-param {
    font-size: 14px;
    bottom: 12px;
  }

  .categories-grid .categories-left-card>div {
    flex-wrap: wrap;
  }

  .categories-grid .categories_left {
    width: 100%;
    margin-right: 0;
  }

  .categories-grid .categories-right-card {
    width: 100%;
  }

  .categories-grid .categories-bottom-card>div {
    flex-wrap: wrap;
  }

  .categories-grid .categories-bottom-card .sofa-item {
    margin-right: 17px;
    width: calc(50% - 9px);
  }

  .categories-grid .categories-right-top-card .sofa-item:first-child {
    margin-right: 17px;
  }

  .categories-grid .categories-bottom-card .sofa-item:nth-child(2) {
    margin-right: 0;
  }

  .categories-grid .categories-bottom-card .sofa-item:nth-child(4) {
    margin-right: 0;
  }

  .categories-grid .categories-right-bottom-card .sofa-item img {
    height: 107px;
  }

  .categories-grid .categories_left>a {
    height: 228px;
    display: block;
  }

  .categories-grid .categories-right-top-card .sofa-item>a,
  .categories-grid .categories-right-bottom-card .sofa-item>a,
  .categories-grid .categories-bottom-card .sofa-item>a {
    height: 107px;
    display: block;
  }
}

/* Furniture Categories CSS End */


/* Load more Button */
.wthi-slidermainwrapper-parent {
  position: relative;
}

.wthi-load-more-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 540px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.67) 12.59%, #FFF 47.48%);
}

.wthi-load-more_button-div {
  display: flex;
  align-items: center;
  gap: 8px;
  width: max-content;
  border-radius: 999px;
  background: #7345B2;
  padding: 16px 23px 16px 32px;
  cursor: pointer;
}

.wthi-load-more_text {
  color: #FDFEFF;
  text-align: center;
  font-family: Lato;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
}

.wthi-load-more_button-div .icon-plus-o {
  height: 18px;
}

.wthi-load-more_button-div .icon-plus-o:before {
  display: block;
  width: 24px;
  height: 24px;
}

@media screen and (max-width: 992px) {

  /* Load more Button */
  .wthi-load-more-wrapper {
    align-items: flex-end;
    height: 333px;
  }

  .wthi-load-more_button-div {
    margin-bottom: 33px;
  }
}


/* new_home_improve style changes ----------- */
.home-improv.new_home_improve  {
  padding-top: 0;
  padding-bottom: 15px;
}

.new_home_improve .home-improv__headline {
  font-family: BioRhyme;
  font-size: 42px;
  font-weight: 700;
  line-height: 49.22px;
  text-align: center;
  color: #323232;
  margin-bottom: 9px;
}
.padding_top .home-improv__headline{
  padding-top: 100px;
}

.new_home_improve .home-improv__brief {
  font-family: Lato;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
  color: #696969;
  margin-bottom: 30px;
}

.new_home_improve .home-improv__cta:first-child{
  margin-right: 10.5px;
}

.new_home_improve .btn--ghost{
  padding: 16px 75px;
}


@media screen and (max-width : 992px) {
  .home-improv.new_home_improve{
    padding-bottom: 0;
  }
  .new_home_improve .home-improv__headline {
    font-size: 26px;
    line-height: 33.8px;
    margin-bottom: 10px;
  }
  .padding_top .home-improv__headline{
    padding-top: 50px;
  }
  .new_home_improve .home-improv__brief {
    font-size: 14px;
    line-height: 19.6px;
    margin-bottom: 35px;
  }

  .new_home_improve .home-improv__cta a {
    font-size: 18px;
    line-height: 27px;
    padding: 8px 42px;
  }

  .new_home_improve .btn--ghost{
    padding: 8px 89px;
  }
  .new_home_improve .home-improv__cta{
    gap: 20px;
  }
  .new_home_improve .home-improv__cta-outer {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-bottom: 0;
  }
  .new_home_improve .home-improv__cta:first-child{
    margin-right: unset;
  }
}
.featured-stories {
  padding: 40px 0
}
@media (min-width:576px) {
  .featured-stories {
    padding: 50px 0
  }
}
.featured-stories__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
@media (min-width:992px) {
  .featured-stories__row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
  }
}
.featured-stories__row.heading {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 20px
}
@media (min-width:992px) {
  .featured-stories__row.heading {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px
  }
}
@media (min-width:576px) {
  .inner .featured-stories__row.heading {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
  }
}
.featured-stories__title {
  color: #333;
  font-family: BioRhyme;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: .02em;
  line-height: 40px;
  margin-bottom: 10px
}
@media (min-width:992px) {
  .featured-stories__title {
    font-size: 48px;
    line-height: 60px;
    letter-spacing: 2px;
    margin-bottom: 0
  }
}
.featured-stories__more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: none;
}
@media (min-width:768px) {
  .featured-stories__more {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
  }
}
.featured-stories__more li {
  color: #454c53;
  font-size: 18px;
  line-height: 28px
}
@media (min-width:768px) {
  .featured-stories__more li:first-child {
    margin-right: 15px
  }
}
.inner .featured-stories__more {
  display: none
}
@media (min-width:576px) {
  .inner .featured-stories__more {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
  }
}
.inner .featured-stories__more .btn {
  white-space: nowrap
}
.featured-stories__mobile {
  text-align: center
}
@media (min-width:576px) {
  .featured-stories__mobile {
    display: none
  }
}
.featured-story {
  width: 100%
}
@media (min-width:576px) {
  .featured-story {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 49%
  }
}
@media (min-width:992px) {
  .featured-story {
    margin-right: 1%;
    width: 24%
  }
}
@media (min-width:992px) {
  .featured-story:first-child {
    width: 49%
  }
}
@media (min-width:576px) {
  .featured-story:nth-child(6n+1),
  .featured-story:nth-child(6n+6) {
    margin-bottom: 2%
  }
}
@media (min-width:992px) {
  .featured-story:nth-child(6n+1),
  .featured-story:nth-child(6n+6) {
    /* margin-bottom: 1%; */
    width: 48%
  }
  .featured-stories .featured-story:nth-child(6n+1),
  .featured-stories .featured-story:nth-child(6n+6) {
    margin-bottom: 1%;
}
}
@media (max-width:575.98px) {
  .featured-story:nth-child(odd) {
    margin-right: 0
  }
}
@media (max-width:991.98px) {
  .featured-story:nth-child(odd) {
    /* margin-right: 2% */
  }
}
@media (min-width:992px) {
  .featured-story {
    margin-bottom: 1%
  }
}
@media (max-width:991.98px) {
  .featured-story {
    margin-bottom: 2%
  }
}
@media (max-width:575.98px) {
  .featured-story {
    margin-bottom: 30px
  }
}
.featured-story__outer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%
}
@media (min-width:576px) {
  .featured-story__outer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
  }
}
@media (min-width:576px) {
  .featured-story__author {
    display: none!important
  }
}
.featured-story__author{
  display: none !important;
}
/*# sourceMappingURL=maps/featured-stories.css.map */
@media (min-width:992px) {
.featured-stories .featured_story_homepage{
  display: flex;
  flex-wrap: wrap
}
}
@media (min-width:576px) {
  .featured-stories .featured_story_homepage{
    display: flex;
    flex-wrap: wrap
  }
  }
.featured-story {
  padding: 0
}
.featured-story__inner {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.featured-story__thumbnail {
  position: relative
}
.featured-story__thumbnail img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 257px
}
@media (min-width:992px) {
  .featured-story__thumbnail img {
    height: 458px
  }
}
.featured-story__bookmark {
  background-color: #f1efe8;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  line-height: 34px;
  text-align: center;
  height: 34px;
  width: 34px;
  position: absolute;
  top: 10px;
  right: 10px
}
.featured-story__bookmark [class^=icon-]::before {
  color: #454c53;
  width: 11px;
  margin-bottom: 4px;  
  display: flex;
  justify-content: center;
}
.featured-story__video {
  background-color: rgba(0,0,0,.3);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  padding: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%)
}
.featured-story__video [class^=icon-]::before {
  color: #fdfeff;
  font-size: 48px
}
.featured-story__category {
  background-color: #26282b;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  letter-spacing: .01em;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 8px 12px
}
.featured-story__content {
  background-color: #f4f2ed;
  padding: 24px 24px 12px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}
.featured-story__title {
  color: #26282b;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  margin-bottom: 8px;
  overflow: hidden;
  display: -webkit-box;
  /* -o-text-overflow: ellipsis;
  text-overflow: ellipsis; */
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical
}
@media (min-width:992px) {
  .featured-story__title {
    font-size: 24px;
    line-height: 29px;
    -webkit-line-clamp: 3;
    line-clamp: 3
  }
}
.featured-story__desc {
  color: #454c53;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 12px;
  overflow: hidden;
  display: -webkit-box;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical
}
@media (min-width:992px) {
  .featured-story__desc {
    font-size: 18px;
    line-height: 28px;
    -webkit-line-clamp: 3;
    line-clamp: 3
  }
}
.featured__story:not(:first-child):not(:last-child) .featured-story__desc {
  display: none
}
.featured-story__author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.featured-story__author-pic {
  margin-right: 12px;
  width: 24px
}
.featured-story__author-name {
  font-size: 16px;
  font-weight: 24px;
  font-weight: 700;
  color: #000000;
}
.featured-story__read {
  background-color: #f4f2ed;
  color: #454c53;
  padding: 0 24px 34px
}
@media (min-width:992px) {
  .featured-story__read {
    padding-top: 24px
  }
}
.featured-story__read small {
  font-size: 14px;
  line-height: 20px;
  margin-left: 4px
}
.featured-story__read [class^=icon-] {
  margin-right: 5px
}

/*# sourceMappingURL=maps/featured-story.css.map */

.featured-story__btn {
  display: none;
}
@media (max-width: 1212px) {
  .featured-story__btn {
      text-align: center;
      margin-top: 30px;
      margin-bottom: 20px;
  }
  .stores__btn--primary {
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -moz-inline-box;
      display: -ms-inline-flexbox;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      background-color: #7345b2;
      border-color: #7345b2;
      color: #fff;
  }
  .featured-story__btn a {
      font-size: 16px;
      line-height: 19px;
      padding: 12px 20px;
  }
  @media (min-width: 576px) {
      .featured-story__btn a {
          font-size: 18px;
          line-height: 27px;
          padding: 16px 32px;
      }
  }
  .stores--btn {
      border-width: 1px;
      border-style: solid;
      -webkit-border-radius: 999px;
      -moz-border-radius: 999px;
      border-radius: 999px;
      cursor: pointer;
      display: inline-block;
      vertical-align: middle;
      font-weight: 700;
      text-align: center;
      text-decoration: none;
      -webkit-transition-property: color, border-color, background-color, fill;
      -o-transition-property: color, border-color, background-color, fill;
      -moz-transition-property: color, border-color, background-color, fill;
      transition-property: color, border-color, background-color, fill;
      -webkit-transition-duration: .3s;
      -moz-transition-duration: .3s;
      -o-transition-duration: .3s;
      transition-duration: .3s;
  }
  .featured-story__btn {
      display: block;
  }
}

article.featured-story {
  display: flex;
  flex-direction: column;
}
