.bfc {
  padding: 60px 0 30px
}
.bfc__headline {
  color: #26282b;
  font-family: BioRhyme;
  font-size: 32px;
  font-weight: 400;
  letter-spacing: .02em;
  line-height: 40px;
  margin-bottom: 24px
}
@media (min-width:992px) {
  .bfc__headline {
    color: #333;
    font-size: 48px;
    letter-spacing: 2px;
    line-height: 60px;
    margin-bottom: 32px
  }
}
.bfc__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;
  margin-bottom: 56px
}
@media (min-width:768px) {
  .bfc__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;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: left;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: left;
    gap: 2%;
  }
}
@media (max-width:991.98px) {
  .bfc__row {
    margin-bottom: 10px
  }
}
.bfc__cta {
  display: none
}
@media (max-width:991.98px) {
  .bfc__cta {
    display: block;
    margin-bottom: 40px;
    margin-top: 30px
  }
}
.bfc__col:not(:last-child) {
  margin-bottom: 40px
}
.bfc__col a[href]{
  cursor: pointer;
}
.bfc__col a{
  cursor: unset;
}
@media (min-width:768px) {
  .bfc__col:not(:last-child) {
    margin-bottom: 48px
  }
}
@media (min-width:768px) {
  .bfc__col {
    width: 32%;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none
  }
}
.bfc__thumb {
  margin-bottom: 16px;
  overflow: hidden
}
.bfc__thumb img {
  -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
}
.bfc__thumb img:hover {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -ms-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08)
}
.bfc__title {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  margin-bottom: 8px
}
@media (max-width:575.98px) {
  .bfc__title {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px
  }
}
.bfc__subTitle {
  color: #3c6aa8;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 8px
}
@media (max-width:575.98px) {
  .bfc__subTitle {
    font-size: 16px;
    line-height: 24px
  }
}
.bfc__desc {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px
}
.bfc__cta {
  text-align: center;
  width: 200px;
  margin: 30px auto
}
.bfc__cta .btn {
  padding: 12px 32px
}
@media (min-width:992px) {
  .bfc__cta {
    text-align: left
  }
}
section.product__main-wrapper .similar-products__cta {
  display: none
}
section.product__main-wrapper .similar-products__cta button {
  margin: 0 auto
}
.sm-home-decor-quiz .home-decor-quiz {
  background-color: #f9fafb;
  padding: 89px 0 78px 0
}
@media (max-width:991.98px) {
  .sm-home-decor-quiz .home-decor-quiz {
    padding-top: 0;
    padding-bottom: 0
  }
}
.bfc__thumb img {
  height: 240px;
  object-fit: cover;
}
@media (min-width:576px) {
 .bfc__thumb img {
  height: 336px;
  object-fit: cover;
}
}

/*# sourceMappingURL=maps/store-category.css.map */
@media (max-width:992px) {

  .categories .bfc{

    padding-top: 0px;
    margin-top: 80px;
  }


 }

 .bfc__thumb a[href]{
  cursor: pointer;
 }