/*
Julie Lumber Styles
Compiled with VS Code Live Sass compiler
*/
* {
  font-family: "Geologica", sans-serif;
}
*:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}

.body-scroll-disabled {
  overflow-y: hidden !important;
}

button {
  background: transparent;
  border: none;
}

p {
  margin-bottom: 0;
}

input:focus-visible,
textarea:focus-visible {
  outline: none;
}

.btn-border {
  width: 150px;
  height: 52px;
  border: 2px solid #9b591b;
  color: #000;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.container,
.container-xl {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.social {
  display: flex;
  width: 180px;
  gap: 20px;
}
.social .social-link {
  width: 36px;
  height: 36px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.navbar {
  width: 100%;
  height: 60px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #c5c5c5;
  background: transparent;
  margin-bottom: 40px;
}
.navbar .btn-toggle-nav {
  display: flex;
  width: 40px;
  height: 35px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.navbar .btn-toggle-nav:focus-visible {
  outline: none;
}
.navbar .logo-nav-mobile {
  display: block;
  margin-bottom: 30px;
}
.navbar .navbar-nav {
  flex-direction: row;
}
.navbar .navbar-nav .nav-item {
  margin-bottom: 30px;
}
.navbar .navbar-nav .nav-item .nav-link {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.26em;
  text-align: center;
  padding: 0;
  text-transform: uppercase;
}
.navbar .navbar-nav .nav-item .nav-link:hover {
  color: #8f7252;
}

@media screen and (min-width: 768px) {
  .navbar {
    height: 40px;
  }
  .navbar .btn-toggle-nav {
    display: none !important;
  }
  .navbar .logo-nav-mobile {
    display: none !important;
  }
  .navbar .container {
    display: block;
  }
  .navbar .navbar-nav {
    width: 834px;
  }
  .navbar .navbar-nav .nav-item {
    padding-bottom: 8px;
    margin-bottom: unset;
  }
  .navbar .navbar-nav .nav-item:hover {
    border-bottom: 1px solid #815d3d;
  }
  .navbar .navbar-nav .nav-item .nav-link {
    color: #000;
  }
  .navbar .navbar-nav .nav-item .nav-link:hover {
    color: #000;
  }
}
@media screen and (max-width: 767px) {
  .navbar {
    z-index: 1000;
  }
  .navbar .container {
    width: 100%;
    height: calc(100vh - 60px);
    background: #fff;
    max-width: unset !important;
    margin-top: 16px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 60px;
  }
  .navbar .navbar-nav {
    flex-direction: column;
  }
  .navbar .nav-toggle-home {
    display: none;
  }
  .navbar .nav-toggle-other {
    display: flex;
  }
  .navbar-close-mob .container {
    display: none !important;
  }
}
.breadcrumb {
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
.breadcrumb .breadcrumb-list {
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  gap: 20px;
  margin-bottom: 10px;
  padding-left: 0;
}
.breadcrumb .breadcrumb-list li {
  position: relative;
  text-align: center;
}
.breadcrumb .breadcrumb-list li:not(:last-child)::after {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background: #9b591b;
  position: absolute;
  right: -14px;
  bottom: 8px;
}
.breadcrumb .breadcrumb-list .link {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: -0.03em;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize;
  color: #000;
}
.breadcrumb .title {
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 0.26em;
  line-height: 40px;
  text-transform: uppercase;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .breadcrumb {
    margin-bottom: 40px;
  }
  .breadcrumb .breadcrumb-list {
    margin-bottom: 20px;
  }
  .breadcrumb .breadcrumb-list li {
    text-align: left;
  }
  .breadcrumb .title {
    font-size: 35px;
    line-height: 54px;
  }
}
.home-page .navbar {
  margin-bottom: unset;
  position: absolute;
}

.banner {
  width: 100%;
  height: 603px;
  background: url("../img/main-bg1-xs.jpg");
  background-size: cover !important;
  background-position: center !important;
  padding-left: 20px;
  padding-right: 20px;
}
.banner .banner-content {
  max-width: 878px;
}
.banner .banner-content .title {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.26em;
  color: #deba5d;
  margin-top: 30px;
  margin-bottom: 10px;
  text-align: center;
  text-transform: uppercase;
}
.banner .banner-content .quote {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.26em;
  color: #fff;
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
}
.banner .banner-content .btn-catalog {
  width: 130px;
  height: 52px;
  border: 2px solid #ffffff;
  background: rgba(225, 181, 114, 0.4);
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tiles {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 60px 20px 40px 20px;
  gap: 25px;
}
.tiles .tile {
  position: relative;
}
.tiles .tile::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(60, 38, 23, 0.19) 0%, rgba(60, 38, 23, 0.7) 100%);
}
.tiles .tile-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tiles .tile-content {
  display: flex;
  flex-direction: column;
  position: absolute;
  z-index: 1;
  left: 25px;
  bottom: 15px;
  width: 90%;
}
.tiles .tile-content .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.tiles .tile-content .tile-link {
  width: 100%;
  margin-top: 40px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.26em;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}
.tiles .tile-content .text-brown {
  color: #e1b572;
}

.features {
  background: url("../img/wood_texture.png");
  background-size: cover;
  background-position: center;
  min-height: 436px;
  display: flex;
  align-items: center;
  position: relative;
  padding: 20px;
}
.features::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #fff;
  opacity: 0.9;
}
.features .wrapper {
  max-width: 1130px;
}
.features .wrapper .feature-row {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.features .wrapper .feature {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  position: relative;
  z-index: 1;
}
.features .wrapper .feature .icon-bg {
  width: 70px;
  height: 70px;
  background: #e1b572;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.features .wrapper .feature h4 {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.26em;
  text-align: center;
  text-transform: uppercase;
}
.features .wrapper .feature p {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  text-align: center;
  max-width: 355px;
}

.home-gallery-slider-wrapper {
  margin-top: 60px;
  margin-bottom: 60px;
  overflow: hidden;
}
.home-gallery-slider-wrapper .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.home-gallery-slider-wrapper .col-md-8 {
  width: 100%;
}
.home-gallery-slider-wrapper .home-gallery-slider {
  height: 375px;
}
.home-gallery-slider-wrapper .home-gallery-slider .swiper-button {
  position: relative;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background-color: rgba(225, 181, 114, 0.6980392157);
}
.home-gallery-slider-wrapper .home-gallery-slider .swiper-button::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 7px;
  background-size: contain !important;
}
.home-gallery-slider-wrapper .home-gallery-slider .swiper-button-prev {
  left: 75%;
  top: -15px;
}
.home-gallery-slider-wrapper .home-gallery-slider .swiper-button-prev::after {
  background: url('data:image/svg+xml,<svg width="9" height="14" viewBox="0 0 9 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.216309 6.9888L8.11704 0.903564V13.074L0.216309 6.9888Z" fill="black"/></svg>');
}
.home-gallery-slider-wrapper .home-gallery-slider .swiper-button-next {
  left: 86%;
  top: -25px;
}
.home-gallery-slider-wrapper .home-gallery-slider .swiper-button-next::after {
  background: url('data:image/svg+xml,<svg width="9" height="14" viewBox="0 0 9 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.74512 6.9888L0.844382 0.903564V13.074L8.74512 6.9888Z" fill="black"/></svg>');
}
.home-gallery-slider-wrapper .slider-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-gallery-slider-wrapper .gallery-text-wrapper {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 40px;
}
.home-gallery-slider-wrapper .gallery-text-wrapper .row {
  margin: 0;
}
.home-gallery-slider-wrapper .title,
.home-gallery-slider-wrapper h2 {
  font-size: 22px;
  font-weight: 500;
  line-height: 33px;
  letter-spacing: 0.26em;
  text-align: left;
  text-transform: uppercase;
}
.home-gallery-slider-wrapper p {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  text-align: left;
  margin-bottom: 20px;
}

.about {
  background: url("../img/wood_texture.png");
  background-size: cover;
  background-position: center;
  min-height: 400px;
  display: flex;
  align-items: center;
  position: relative;
  margin-top: 60px;
}
.about::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(242, 225, 193, 0.9607843137);
  opacity: 0.9;
}
.about .content {
  position: relative;
  z-index: 1;
  text-align: center;
}
.about .content .title {
  font-size: 33.12px;
  font-weight: 500;
  letter-spacing: 0.26em;
  text-transform: uppercase;
}
.about .content .description,
.about .content p {
  max-width: 354px;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 45px;
}
.about .content .btn-border {
  width: 164px;
  background: rgba(255, 255, 255, 0.2588235294);
}

.home-contact {
  margin-bottom: 40px;
  flex-direction: column;
}
.home-contact .img-wrapper {
  padding: 0;
}
.home-contact .form-wrapper {
  padding: 20px;
}
.home-contact .form-wrapper .form-element-wrapper {
  margin-bottom: 25px;
}
.home-contact .form-wrapper .form-element {
  width: 100%;
  padding: 16px 8px 16px 8px;
  font-size: 16px;
  font-weight: 300;
  padding-left: 10px;
  color: #000;
  border: none;
  border-bottom: 1px solid #000;
}
.home-contact .form-wrapper .form-element::placeholder {
  font-size: 16px;
  font-weight: 300;
  color: #a3a3a3;
}
.home-contact .form-wrapper .form-element:focus-visible {
  outline: none;
}
.home-contact .form-wrapper textarea {
  height: 150px;
}
.home-contact .form-wrapper .btn-border {
  width: 100%;
}

@media screen and (min-width: 375px) {
  .banner .banner-content .title {
    font-size: 28px;
  }
  .banner .banner-content .quote {
    font-size: 16px;
  }
  .home-gallery-slider-wrapper .home-gallery-slider .swiper-button-prev {
    left: 80%;
  }
  .home-gallery-slider-wrapper .home-gallery-slider .swiper-button-next {
    left: 90%;
  }
}
@media screen and (min-width: 576px) {
  .banner {
    background: url("../img/banner_mobile_1125x1800.jpg");
  }
  .home-gallery-slider-wrapper .home-gallery-slider .swiper-button-prev {
    left: 85%;
  }
  .home-gallery-slider-wrapper .home-gallery-slider .swiper-button-next {
    left: 92%;
  }
}
@media screen and (min-width: 768px) {
  .home-page .navbar .navbar-nav .nav-link {
    color: #fff;
  }
  .home-page .navbar .navbar-nav .nav-link:hover {
    color: #fff;
  }
  .banner {
    background: url("../img/main-bg1.jpg");
  }
  .about .content .description,
  .about .content p {
    max-width: 700px;
  }
  .tiles {
    flex-direction: row;
  }
  .tiles .tile {
    width: 50%;
    max-width: 627px;
  }
  .tiles .tile-content {
    width: auto;
    left: 40px;
    bottom: 40px;
  }
  .tiles .tile-content .tile-link {
    font-size: 24px;
  }
  .features .wrapper .feature-row {
    flex-direction: row;
  }
  .home-gallery-slider-wrapper .home-gallery-slider .swiper-button {
    width: 50px;
    height: 50px;
  }
  .home-gallery-slider-wrapper .home-gallery-slider .swiper-button::after {
    width: 8px;
    height: 13px;
  }
  .home-gallery-slider-wrapper .home-gallery-slider .swiper-button-prev {
    left: 57%;
    top: -34px;
  }
  .home-gallery-slider-wrapper .home-gallery-slider .swiper-button-next {
    left: 65%;
    top: -62px;
  }
  .home-gallery-slider-wrapper .title {
    font-size: 33px;
    line-height: 49px;
  }
  .home-contact {
    margin-bottom: 0;
    height: 446px;
    overflow-y: hidden;
  }
  .home-contact .wrapper {
    height: 100%;
  }
  .home-contact .img-wrapper .img {
    height: 100%;
    object-fit: cover;
  }
  .home-contact .form-wrapper {
    padding-top: 30px;
    padding-left: 20px;
  }
  .home-contact .form-wrapper .form-element-wrapper {
    margin-bottom: 10px;
  }
  .home-contact .form-wrapper .btn-border {
    width: 90px;
  }
}
@media screen and (min-width: 1024px) {
  .tiles .tile-content .text-wrapper {
    flex-direction: row;
    gap: 25px;
  }
  .tiles .tile-content .tile-link {
    font-size: 22px;
  }
  .home-gallery-slider-wrapper {
    height: 400px;
  }
  .home-gallery-slider-wrapper .col-md-8 {
    width: 66.66666667%;
  }
  .home-gallery-slider-wrapper .home-gallery-slider .swiper-button-prev {
    left: 54%;
  }
  .home-gallery-slider-wrapper .home-gallery-slider .swiper-button-next {
    left: 63%;
  }
  .home-gallery-slider-wrapper .gallery-text-wrapper {
    overflow: visible;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
  }
  .home-gallery-slider-wrapper .gallery-text-wrapper .row {
    position: relative;
  }
  .home-gallery-slider-wrapper .gallery-text-wrapper .row .content {
    width: 547px;
    height: 400px;
    position: absolute;
    bottom: 0;
    left: 20px;
    z-index: 2;
    background: #fff;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .home-gallery-slider-wrapper .description {
    max-width: 354px;
  }
}
@media screen and (min-width: 1200px) {
  .tiles .tile-content .tile-link {
    font-size: 28px;
  }
  .features {
    padding: 0;
  }
  .home-contact .form-wrapper {
    padding-top: 30px;
    padding-left: 60px;
  }
  .home-contact .form-wrapper .form {
    width: 430px;
  }
}
@media screen and (min-width: 1280px) {
  .home-gallery-slider-wrapper .home-gallery-slider .swiper-button-prev {
    left: 58%;
  }
  .home-gallery-slider-wrapper .home-gallery-slider .swiper-button-next {
    left: 65%;
  }
}
@media screen and (min-width: 1440px) {
  .home-gallery-slider-wrapper .home-gallery-slider .swiper-button-prev {
    left: 60%;
  }
  .home-gallery-slider-wrapper .home-gallery-slider .swiper-button-next {
    left: 67%;
  }
}
@media screen and (min-width: 1920px) {
  .banner {
    background: url("../img/main-bg1.jpg");
  }
  .home-gallery-slider-wrapper .home-gallery-slider .swiper-button-prev {
    left: 63%;
  }
  .home-gallery-slider-wrapper .home-gallery-slider .swiper-button-next {
    left: 68%;
  }
}
@media screen and (min-width: 2560px) {
  .home-gallery-slider-wrapper .home-gallery-slider .swiper-button-prev {
    left: 66%;
  }
  .home-gallery-slider-wrapper .home-gallery-slider .swiper-button-next {
    left: 70%;
  }
}
@media screen and (min-width: 3024px) {
  .home-gallery-slider-wrapper .home-gallery-slider .swiper-button-prev {
    left: 67%;
  }
  .home-gallery-slider-wrapper .home-gallery-slider .swiper-button-next {
    left: 70%;
  }
}
@media screen and (max-width: 767px) {
  .home-page .navbar .nav-toggle-home {
    display: flex !important;
  }
  .home-page .navbar .nav-toggle-other {
    display: none !important;
  }
  .home-page .home-active-bg {
    background: #fff;
  }
}
.page-top-content {
  padding-left: 20px;
  padding-right: 20px;
  max-width: 718px;
}
.page-top-content .content {
  font-size: 14px;
  font-weight: 250;
  line-height: 24px;
  text-align: center;
}

.category-top {
  margin-top: 30px;
  margin-bottom: 20px;
}
.category-top .category-top-tiles-wrapper {
  padding-left: 20px;
  padding-right: 20px;
}
.category-top .category-top-tiles-wrapper .category-top-tiles {
  display: flex;
  justify-content: space-evenly;
  gap: 8px;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.category-top .category-top-tiles-wrapper .category-top-tiles::-webkit-scrollbar {
  display: none;
}
.category-top .category-top-tiles-wrapper .tile-wrapper {
  width: 128px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 25px;
  text-decoration: none;
}
.category-top .category-top-tiles-wrapper .tile-wrapper .tile-img-wrapper .tile-img {
  width: 90px;
  height: 90px;
  border: 5px solid transparent;
  border-radius: 100%;
}
.category-top .category-top-tiles-wrapper .tile-wrapper.active .tile-img-wrapper .tile-img {
  border: 5px solid #c69a74;
}
.category-top .category-top-tiles-wrapper .tile-wrapper .tile-title {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.26em;
  text-align: center;
  color: #000;
}

.filter-bar {
  overflow: visible;
}
.filter-bar .wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f3e2c3;
  width: 100%;
  padding: 10px 20px;
}
.filter-bar .filter-bar-left {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.filter-bar .btn-open-filter-menu,
.filter-bar .btn-reset-filters {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.26em;
}
.filter-bar .btn-open-filter-menu {
  width: auto;
}
.filter-bar .btn-reset-filters {
  color: #815d3d;
}
.filter-bar .filter-bar-right {
  position: absolute;
  top: 70px;
  left: 0;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.filter-bar .sort-dropdown .dropdown-toggle {
  width: 100%;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 0;
  font-size: 18px;
  font-weight: 300;
  color: #000;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px 16px;
}
.filter-bar .sort-dropdown .dropdown-toggle::after {
  content: "";
  background: url('data:image/svg+xml,<svg width="16" height="11" viewBox="0 0 16 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1.62683L8.12061 8.74768L15.2415 1.62683" stroke="black" stroke-width="2"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  width: 15px;
  height: 15px;
  margin-left: 10px;
}
.filter-bar .sort-dropdown .dropdown-menu.show {
  width: 100% !important;
  border: none;
  border-radius: 0;
  margin-top: -2px;
}
.filter-bar .sort-dropdown .dropdown-menu.show .dropdown-item {
  text-align: center;
}
.filter-bar .sort-dropdown .dropdown-menu.show .dropdown-item:focus, .filter-bar .sort-dropdown .dropdown-menu.show .dropdown-item:hover {
  background-color: #f3e2c3;
}

.filter-menu {
  display: none;
  width: 100%;
  height: 100%;
  background: #fff;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  overflow-y: auto;
  box-sizing: content-box;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.filter-menu::-webkit-scrollbar {
  display: none;
}
.filter-menu .btn-close-filter {
  background: transparent;
  border: none;
  position: absolute;
  right: 20px;
  top: 20px;
}
.filter-menu .menu-title {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.26em;
  text-align: center;
  text-transform: uppercase;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  max-width: 300px;
}
.filter-menu .btn-filter {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  width: 90%;
  margin: 0 auto;
}
.filter-menu .btn-reset-filters {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.26em;
  color: #815d3d;
  margin-top: 40px;
  margin-bottom: 65px;
}
.filter-menu .accordion {
  margin-top: 40px;
  margin-bottom: 40px;
}
.filter-menu .accordion-header {
  padding-top: 10px;
  padding-bottom: 10px;
}
.filter-menu .accordion-item {
  padding-left: 10px;
}
.filter-menu .accordion-item:first-child {
  border-top: 2px solid #f3f3f3;
}
.filter-menu .accordion-item:last-child {
  border-bottom: 2px solid #f3f3f3;
}
.filter-menu .accordion-button {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.26em;
  text-transform: uppercase;
}
.filter-menu .accordion-button:not(.collapsed) {
  background: transparent;
  color: #000;
  box-shadow: none;
}
.filter-menu .accordion-button:focus, .filter-menu .accordion-button:focus-visible {
  outline: none;
  box-shadow: none;
}
.filter-menu .accordion-button::after {
  background-image: url('data:image/svg+xml,<svg width="27" height="27" viewBox="0 0 27 27" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13.1162 1.37988V25.6201" stroke="%23C69A74" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M25.2363 13.5H0.996086" stroke="%23C69A74" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.filter-menu .accordion-button:not(.collapsed)::after {
  background-image: url('data:image/svg+xml,<svg width="27" height="25" viewBox="0 0 27 25" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M25.7363 12.5H1.49609" stroke="%23C69A74" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.filter-menu .accordion-body .catalog-filter {
  display: flex;
  gap: 25px;
  margin-bottom: 25px;
  align-items: center;
}
.filter-menu .accordion-body .filter-option-main {
  text-transform: uppercase;
}
.filter-menu .accordion-body .filter-option-main .checkbox-label,
.filter-menu .accordion-body .filter-option-sub .checkbox-label {
  font-size: 18px;
  font-weight: 200;
  margin-bottom: 12px;
  margin-left: 25px;
  margin-bottom: 0;
  cursor: pointer;
}
.filter-menu .accordion-body .filter-option-main .checkbox-label:hover,
.filter-menu .accordion-body .filter-option-sub .checkbox-label:hover {
  color: #9b591b;
}
.filter-menu .accordion-body .filter-option-main .form-check-input,
.filter-menu .accordion-body .filter-option-sub .form-check-input {
  width: 32px;
  height: 32px;
  border: 2px solid #9b591b;
  border-radius: 0;
}
.filter-menu .accordion-body .filter-option-main .form-check-input:focus,
.filter-menu .accordion-body .filter-option-sub .form-check-input:focus {
  outline: none;
  box-shadow: none;
}
.filter-menu .accordion-body .filter-option-main .form-check-input:checked,
.filter-menu .accordion-body .filter-option-sub .form-check-input:checked {
  background: transparent;
  box-shadow: none;
  background: url('data:image/svg+xml,<svg width="23" height="16" viewBox="0 0 23 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.93359 6.33847L9.35165 13.7568L21.3517 1.75684" stroke="black" stroke-width="3"/></svg>');
  background-position: center;
  background-repeat: no-repeat;
}
.filter-menu .accordion-body .filter-option-main .form-check-input:active,
.filter-menu .accordion-body .filter-option-sub .form-check-input:active {
  filter: none;
}
.filter-menu .accordion-body .active {
  color: #9b591b !important;
}
.filter-menu .accordion-body .filter-option-sub {
  margin-left: 12px;
}

.product-tiles {
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 80px;
}
.product-tiles::after {
  content: "";
  width: calc(50.3% - 15px);
}
.product-tiles .product-tile {
  width: 48%;
  margin-bottom: 20px;
  border: 1px solid #f3e2c3;
  border-top: 0;
  padding-bottom: 20px;
  display: flex;
  flex-flow: column;
}
.product-tiles .img-wrapper {
  width: 101%;
  height: 150px;
  margin-left: -1px;
  background: #fff;
}
.product-tiles .img-wrapper .img {
  width: 100%;
  height: 100%;
  margin-left: -1px;
  object-fit: cover;
  object-position: center;
}
.product-tiles .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  flex: 1 1 auto;
  padding: 0 10px;
}
.product-tiles .text-wrapper .product-name {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.26em;
  text-align: center;
  margin: 25px 0;
  text-transform: uppercase;
}
.product-tiles .text-wrapper .product-link {
  font-size: 8px;
  font-weight: 500;
  letter-spacing: 0.26em;
  text-align: center;
  text-transform: uppercase;
  width: 72px;
  height: 26px;
}

.content-grid {
  margin-top: 40px;
  margin-bottom: 60px;
  padding-left: 20px;
  padding-right: 20px;
}
.content-grid .row {
  margin-left: 0;
  margin-right: 0;
  flex-direction: column;
  gap: 30px;
}
.content-grid .grid-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}
.content-grid .grid-item .link {
  text-decoration: none;
  color: #000;
}
.content-grid .grid-item .img-fluid {
  width: 100%;
  margin-bottom: 30px;
}
.content-grid .grid-item .title {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.content-grid .grid-item .content {
  margin-bottom: 10px;
}
.content-grid .grid-item .content p {
  font-size: 14px;
  font-weight: 200;
  line-height: 23.8px;
  margin-bottom: 0;
  max-width: 310px;
}
.content-grid .grid-item .btn-border {
  width: 92px;
}

.category-list-grid-two-col {
  margin-bottom: 30px !important;
}
.category-list-grid-two-col .grid-item .img-link {
  width: 100%;
}
.category-list-grid-two-col .grid-item .img-fluid {
  height: 218px;
  object-fit: cover;
}

.category-list-grid-three-col {
  margin-top: 0 !important;
}

.visual-archive,
.news-slider-wrapper {
  margin-top: 65px;
  padding: 0 20px;
}
.visual-archive .title,
.news-slider-wrapper .title {
  font-size: 28px;
  line-height: 54px;
  letter-spacing: 0.26em;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.visual-archive .title {
  font-size: 28px;
  line-height: 54px;
  letter-spacing: 0.26em;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.visual-archive .archive-wrapper {
  gap: 40px;
}
.visual-archive .archive-wrapper .archive-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.visual-archive .archive-wrapper .archive-item .img-fluid {
  width: 100%;
  margin-bottom: 30px;
  height: 300px;
  object-fit: cover;
}
.visual-archive .archive-wrapper .archive-item .archive-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0.26em;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
}
.visual-archive .archive-wrapper .archive-item .description {
  font-size: 14px;
  font-weight: 200;
  line-height: 23.8px;
  text-align: center;
  margin-bottom: 15px;
  max-width: 310px;
}

.news-slider-wrapper {
  margin-bottom: 65px;
  position: relative;
}
.news-slider-wrapper .news-slider {
  padding-bottom: 43px;
}
.news-slider-wrapper .news-slider .news {
  border: 1px solid #e1b572;
  border-top: none;
  text-decoration: none;
  height: auto;
  position: relative;
}
.news-slider-wrapper .news-slider .news .img-fluid {
  width: 100%;
  height: 218px;
  object-fit: cover;
  margin-bottom: 33px;
}
.news-slider-wrapper .news-slider .news .news-content-wrapper {
  padding: 0 20px 30px;
}
.news-slider-wrapper .news-slider .news .date {
  font-size: 14px;
  font-weight: 250;
  text-decoration: none;
  display: block;
  margin-bottom: 10px;
  color: #000;
}
.news-slider-wrapper .news-slider .news .news-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  text-decoration: none;
  margin-bottom: 10px;
  color: #000;
}
.news-slider-wrapper .news-slider .news .news-content {
  font-size: 14px;
  font-weight: 250;
  line-height: 23.8px;
  text-decoration: none;
  color: #000;
  overflow: hidden;
}
.news-slider-wrapper .news-slider .news .long-content {
  display: none;
}
.news-slider-wrapper .news-slider .news .btn-expand-news {
  display: block;
  margin-left: auto;
  padding: 0;
  position: absolute;
  bottom: 10px;
  right: 20px;
}
.news-slider-wrapper .news-slider .swiper-pagination {
  bottom: -4px;
}
.news-slider-wrapper .news-slider .swiper-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: #f3e2c3;
  transition: all 300ms ease-in-out;
  opacity: 1;
}
.news-slider-wrapper .news-slider .swiper-pagination .swiper-pagination-bullet-active {
  width: 42px;
  height: 14px;
  background: #e1b572;
  border-radius: 60px;
}
.news-slider-wrapper .swiper-button {
  width: 50px;
  height: 50px;
  background: #e1b572;
  border-radius: 100%;
}
.news-slider-wrapper .swiper-button::after {
  content: "";
  width: 8px;
  height: 12px;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
.news-slider-wrapper .swiper-button-prev,
.news-slider-wrapper .swiper-button-next {
  top: 295px;
}
.news-slider-wrapper .swiper-button-prev {
  left: 0;
}
.news-slider-wrapper .swiper-button-prev::after {
  background: url('data:image/svg+xml,<svg width="9" height="13" viewBox="0 0 9 13" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.822754 6.21805L8.72349 0.132812V12.3033L0.822754 6.21805Z" fill="black"/></svg>');
}
.news-slider-wrapper .swiper-button-next {
  right: 0;
}
.news-slider-wrapper .swiper-button-next::after {
  background: url('data:image/svg+xml,<svg width="9" height="13" viewBox="0 0 9 13" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.75537 6.21805L0.854636 0.132812V12.3033L8.75537 6.21805Z" fill="black"/></svg>');
}

@media screen and (min-width: 576px) {
  .product-tiles .img-wrapper {
    height: 200px;
  }
  .category-list-grid-two-col .grid-item .img-fluid {
    height: 318px;
  }
}
@media screen and (min-width: 768px) {
  .page-top-content {
    padding-left: 0;
    padding-right: 0;
  }
  .page-top-content .content {
    font-size: 16px;
    font-weight: 200;
    line-height: 27px;
  }
  .category-top .category-top-tiles-wrapper .tile-wrapper .tile-img-wrapper .tile-img {
    width: 100px;
    height: 100px;
  }
  .category-top .category-top-tiles-wrapper .tile-wrapper .tile-title {
    font-size: 14px;
    line-height: 21px;
    font-weight: 500;
  }
  .filter-bar {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 40px;
  }
  .filter-bar .filter-bar-left {
    width: auto;
    justify-content: unset;
  }
  .filter-bar .btn-open-filter-menu,
  .filter-bar .btn-reset-filters {
    font-size: 18px;
  }
  .filter-bar .btn-open-filter-menu {
    width: 140px;
    margin-right: 50px;
  }
  .filter-bar .filter-bar-right {
    position: initial;
    width: auto;
    padding-left: unset;
    padding-right: unset;
  }
  .filter-bar .sort-dropdown .dropdown-toggle {
    width: 190px;
    border: none;
    padding: 6px;
  }
  .filter-bar .dropdown-menu.show .dropdown-item {
    text-align: inherit;
  }
  .filter-menu {
    width: 540px;
    padding: 40px 30px;
  }
  .filter-menu .menu-title {
    font-size: 24px;
    margin-top: 20px;
    max-width: unset;
  }
  .filter-menu .btn-filter {
    width: 100%;
  }
  .filter-menu .accordion-item {
    padding-left: 0;
  }
  .product-tiles {
    margin-top: 0;
  }
  .product-tiles .product-tile {
    width: 32%;
  }
  .product-tiles .text-wrapper .product-name {
    font-size: 18px;
  }
  .product-tiles .text-wrapper .product-link {
    font-size: 14px;
    width: 132px;
    height: 52px;
  }
  .content-grid {
    margin-top: 60px;
  }
  .content-grid .row {
    flex-direction: row;
    gap: 20px;
  }
  .category-list-grid-two-col .grid-item .title {
    min-height: 90px;
  }
  .category-list-grid-two-col .grid-item .img-fluid {
    height: 175px;
  }
  .visual-archive,
  .news-slider-wrapper {
    margin-top: 85px;
  }
  .visual-archive .title,
  .news-slider-wrapper .title {
    font-size: 36px;
    font-weight: 600;
    text-align: left;
    margin-bottom: 45px;
  }
  .visual-archive .archive-wrapper {
    gap: 33px;
  }
  .visual-archive .archive-wrapper .archive-item {
    width: 50%;
  }
  .visual-archive .archive-wrapper .archive-item .img-fluid {
    margin-bottom: 40px;
    height: 318px;
  }
  .visual-archive .archive-wrapper .archive-item .archive-title {
    min-height: 150px;
  }
  .news-slider-wrapper {
    margin-bottom: 150px;
  }
  .news-slider-wrapper .swiper-button-prev,
  .news-slider-wrapper .swiper-button-next {
    top: 310px;
  }
}
@media screen and (min-width: 1024px) {
  .category-list-grid-two-col .grid-item .title {
    min-height: 60px;
  }
  .category-list-grid-two-col .grid-item .img-fluid {
    height: 318px;
  }
  .product-tiles .product-tile {
    width: 24%;
  }
  .category-top .category-top-tiles-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .visual-archive .archive-wrapper .archive-item .archive-title {
    min-height: 90px;
  }
}
@media screen and (min-width: 1280px) {
  .product-tiles .product-tile {
    width: 302px;
  }
  .product-tiles .img-wrapper {
    height: 300px;
  }
  .news-slider-wrapper {
    overflow: visible;
  }
  .news-slider-wrapper .swiper-button-prev {
    left: -2%;
  }
  .news-slider-wrapper .swiper-button-next {
    right: -2%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .news-slider-wrapper .news-slider .news .img-fluid {
    height: 300px;
  }
  .news-slider-wrapper .swiper-button-prev,
  .news-slider-wrapper .swiper-button-next {
    top: 375px;
  }
}
.product-details {
  max-width: 1062px;
}
.product-details .product-details-wrapper {
  margin: 0;
}
.product-details .product-detail-left {
  padding-left: 0;
  padding-right: 0;
}
.product-details .product-detail-left .product-highlights {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 20px;
  gap: 24px;
}
.product-details .product-detail-left .product-highlights .highlight {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.product-details .product-detail-left .product-highlights .highlight .icon-wrapper {
  width: 50px;
  height: 50px;
  background: #e0e0e0;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4px;
}
.product-details .product-detail-left .product-highlights .highlight .icon-text {
  font-size: 15px;
  font-weight: 300;
}
.product-details .product-detail-right {
  padding-left: 20px;
  padding-right: 20px;
}
.product-details .product-detail-right .product-breadcrumb {
  background: #f8f8f8;
  padding: 6px 12px;
}
.product-details .product-detail-right .product-breadcrumb .breadcrumb-list {
  margin-bottom: 0;
}
.product-details .product-detail-right .product-breadcrumb li {
  position: relative;
}
.product-details .product-detail-right .product-name {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.product-details .product-detail-right .product-points {
  list-style: none;
  padding-left: 0;
  margin-bottom: 10px;
}
.product-details .product-detail-right .product-points li {
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
}
.product-details .product-detail-right .product-points li .strong {
  font-weight: 700;
}
.product-details .product-detail-right .btn-order-product {
  /*width: 115px;*/
  height: 50px;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.product-details .product-detail-right .product-description {
  font-size: 16px;
  font-weight: 200;
  line-height: 27px;
  text-align: left;
}
.product-details .product-detail-right .product-description p {
  margin-bottom: 10px;
}

.related-products {
  padding-left: 0;
  padding-right: 0;
  margin-top: 40px;
}
.related-products .title {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.26em;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.related-products .product-tiles {
  margin-top: 0;
}
.related-products .product-tiles .img-wrapper .img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .product-details {
    padding-left: 20px;
    padding-right: 20px;
  }
  .product-details .product-detail-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: inherit;
    padding-right: 12px;
  }
  .product-details .product-detail-left .product-highlights {
    margin-top: 24px;
    margin-bottom: unset;
  }
  .product-details .product-detail-right {
    padding-left: 12px;
    padding-right: 0;
  }
  .product-details .product-detail-right .product-breadcrumb .breadcrumb-list {
    justify-content: flex-start;
  }
  .product-details .product-detail-right .product-name {
    font-size: 36px;
  }
  .related-products .title {
    font-size: 36px;
    margin-bottom: 30px;
  }
  .related-products .product-tiles .product-tile {
    width: 48%;
  }
}
@media screen and (min-width: 1280px) {
  .related-products .product-tiles .product-tile {
    width: 302px;
  }
}
.about-content .content-wrapper {
  background: #fbf8f1;
  padding: 40px;
}
.about-content .content-wrapper h2 {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.about-content .content-wrapper ul {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.about-content .content-wrapper p {
  font-size: 16px;
  font-weight: 200;
  line-height: 24px;
  text-align: left;
  color: #333333;
  margin-bottom: 10px;
}
.about-content .content-wrapper .points {
  padding-left: 0;
  list-style: none;
}
.about-content .content-wrapper .points .point {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 20px;
  position: relative;
  padding-left: 35px;
}
.about-content .content-wrapper .points .point::before {
  position: absolute;
  content: "";
  background: url('data:image/svg+xml,<svg width="28" height="29" viewBox="0 0 28 29" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M23.0892 8.25235C22.9996 7.68955 22.5068 7.26955 21.9384 7.26955C21.9356 7.26955 21.93 7.26955 21.9272 7.26955C18.3936 7.30595 14.986 8.56595 12.2784 10.8227C12.1944 9.83155 11.9116 8.86555 11.444 7.98075C10.8056 6.77395 9.84516 5.76595 8.67196 5.06595C8.19876 4.78315 7.60796 4.86155 7.23836 5.25635C5.47996 7.12955 4.53356 9.57675 4.57556 12.1471C4.61476 14.6223 5.56676 16.9519 7.26356 18.7411C7.10396 19.3515 6.98356 19.9731 6.90236 20.6059C6.86876 20.8663 7.05076 21.1043 7.31396 21.1407C7.33356 21.1435 7.35596 21.1435 7.37556 21.1435C7.61076 21.1435 7.81516 20.9699 7.84596 20.7291C7.93276 20.0711 8.06156 19.4271 8.23516 18.8027C8.25476 18.7607 8.26596 18.7187 8.27156 18.6739C9.98796 12.6567 15.5376 8.28875 21.944 8.22155C21.944 8.22155 21.944 8.22155 21.9468 8.22155C22.0476 8.22155 22.1428 8.30275 22.1596 8.40075C22.5124 10.6267 22.5236 12.8835 22.1932 15.1123C22.1876 15.1291 22.182 15.1459 22.1792 15.1627C21.5212 17.9879 19.6844 20.4015 17.1336 21.7819C14.8852 23.0027 12.2672 23.3219 9.81156 22.7031C10.6404 22.1571 11.4356 21.5579 12.1944 20.9055C14.1964 19.1835 15.8792 17.1479 17.1952 14.8603C17.3268 14.6335 17.2484 14.3423 17.0188 14.2107C16.792 14.0791 16.5008 14.1575 16.3692 14.3871C14.4484 17.7051 11.7016 20.4771 8.43676 22.4315C8.42276 22.4371 8.41156 22.4455 8.39756 22.4539C7.35036 23.0783 6.25276 23.6159 5.11036 24.0639C4.86676 24.1591 4.74356 24.4363 4.84156 24.6799C4.91436 24.8675 5.09356 24.9823 5.28396 24.9823C5.34276 24.9823 5.40156 24.9711 5.45756 24.9487C6.58876 24.5063 7.67516 23.9799 8.71676 23.3723C9.87596 23.7643 11.08 23.9604 12.2812 23.9604C14.1124 23.9604 15.9352 23.5096 17.576 22.6164C20.3368 21.1211 22.336 18.5171 23.0724 15.4679C23.0892 15.4287 23.1032 15.3867 23.1088 15.3419C23.47 12.9899 23.4616 10.6043 23.0892 8.25235ZM9.35516 14.0651C9.34956 13.5555 9.32716 13.0823 9.28796 12.6287C9.20116 11.6599 9.03596 10.6407 8.78396 9.50675C8.72796 9.24915 8.47316 9.08955 8.21556 9.14555C7.95796 9.20155 7.79836 9.45635 7.85436 9.71395C8.09796 10.8059 8.25756 11.7859 8.33876 12.7127C8.41716 13.6003 8.42556 14.5775 8.36116 15.7787C8.05876 16.3891 7.79556 17.0191 7.57716 17.6687C4.70996 14.2471 4.80796 9.22675 7.92716 5.90595C7.98876 5.83875 8.09516 5.83035 8.18196 5.88075C10.2232 7.09595 11.4244 9.29675 11.3488 11.6599C10.5984 12.3963 9.93196 13.2027 9.35516 14.0651Z" fill="%239B591B"/></svg>');
  background-size: contain;
  background-position: center;
  left: 0;
  width: 28px;
  height: 28px;
}
.about-content .img-fluid {
  object-fit: cover;
  max-height: 300px;
}

.about-highlights {
  background: url("../img/wood_texture.png");
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  position: relative;
  margin-top: 0;
  margin-bottom: 40px;
  padding: 30px 20px;
}
.about-highlights::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(242, 225, 193, 0.9607843137);
  opacity: 0.9;
}
.about-highlights .title,
.about-highlights h2 {
  position: relative;
  z-index: 1;
  font-size: 24px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 0.26em;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.about-highlights .row {
  gap: 30px;
}
.about-highlights .tile-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 22px;
}
.about-highlights .tile {
  width: 167px;
  position: relative;
  z-index: 1;
  background-color: #fff;
  min-height: 160px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  text-align: center;
  flex-basis: 46%;
  padding: 25px 5px;
}
.about-highlights .tile .content .number {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.26em;
}
.about-highlights .tile .content .text,
.about-highlights .tile .content p {
  font-size: 14px;
  font-weight: 200;
  line-height: 23px;
}

.about-reviews {
  margin-bottom: 30px;
}
.about-reviews .title {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.26em;
  text-align: left;
  margin-left: 20px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.about-reviews .review-wrapper {
  display: flex;
  flex-direction: column;
  padding: 24px;
  background-color: #fbf8f1;
}
.about-reviews .review-wrapper:hover {
  cursor: pointer;
}
.about-reviews .review-wrapper .author {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
.about-reviews .review-wrapper .author .img-wrapper {
  width: 80px;
}
.about-reviews .review-wrapper .author .author-name {
  font-size: 18px;
  font-weight: 200;
  margin-bottom: 10px;
}
.about-reviews .review-wrapper .author .author-designation {
  font-size: 14px;
  font-weight: 200;
  color: #9b591b;
}
.about-reviews .review-wrapper .review-content {
  font-size: 14px;
  font-weight: 200;
  line-height: 23px;
  text-align: left;
}
.about-reviews .review-swiper-pagination {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 35px;
}
.about-reviews .review-swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border: 1px solid #e1b572;
  border-radius: 100%;
  background: transparent;
}
.about-reviews .review-swiper-pagination .swiper-pagination-bullet-active {
  border: none;
  background-color: #9b591b;
}

@media screen and (min-width: 768px) {
  .about-content {
    padding-left: 20px;
    padding-right: 20px;
  }
  .about-content .content-wrapper .title,
  .about-content .content-wrapper h2 {
    font-size: 36px;
  }
  .about-content .content-wrapper .highlight,
  .about-content .content-wrapper ul {
    font-size: 22px;
  }
  .about-content .img-fluid {
    height: 100%;
    max-height: unset;
  }
  .about-highlights {
    padding: 40px 0;
    min-height: 360px;
    margin-top: 60px;
    margin-bottom: 80px;
  }
  .about-highlights .container-xl {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1140px;
  }
  .about-highlights .title {
    font-size: 36px;
  }
  .about-highlights .tile-wrapper {
    display: flex;
    flex-wrap: nowrap;
    gap: 30px;
  }
  .about-highlights .tile {
    width: 262px;
  }
  .about-highlights .tile .content .number {
    font-size: 36px;
  }
  .about-highlights .tile .content .text,
  .about-highlights .tile .content p {
    font-size: 16px;
    line-height: 27px;
  }
  .about-reviews {
    margin-bottom: 60px;
  }
  .about-reviews .title {
    font-size: 35px;
    text-align: center;
    margin-left: 0;
    margin-bottom: 30px;
  }
  .about-reviews .review-wrapper .author .author-name {
    font-size: 22px;
  }
  .about-reviews .review-wrapper .author .author-designation {
    font-size: 17px;
  }
  .about-reviews .review-wrapper .author .review-content {
    font-size: 16px;
    line-height: 27px;
  }
}
.contact-section {
  padding: 0;
  margin-bottom: 40px;
}
.contact-section .wrapper {
  display: flex;
  flex-direction: column;
}
.contact-section .wrapper .contact-details {
  width: 100%;
  padding: 40px 20px;
  background-color: #fbf8f1;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.contact-section .wrapper .contact-details .contact .title {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.26em;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.contact-section .wrapper .contact-details .contact .details {
  display: flex;
  gap: 20px;
}
.contact-section .wrapper .contact-details .contact .details a,
.contact-section .wrapper .contact-details .contact .details span {
  font-size: 16px;
  font-weight: 100;
  line-height: 24px;
  text-align: left;
  color: #000;
}
.contact-section .wrapper .contact-details .contact .details div {
  width: 25px;
  display: flex;
  justify-content: center;
}
.contact-section .wrapper .map-wrapper {
  flex-grow: 1;
}
.contact-section .wrapper .map-wrapper .map {
  width: 100%;
  height: 470px;
  border: 0;
}

.contact-form {
  margin-bottom: 0;
}
.contact-form .form-row {
  display: flex;
  flex-direction: column;
  margin-left: 0;
  margin-right: 0;
}
.contact-form .img-fluid {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact-form .form {
  background: #fbf8f1;
  padding: 20px;
}
.contact-form .form .title {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.26em;
  text-transform: uppercase;
}
.contact-form .form .form-wrapper {
  width: 100%;
}
.contact-form .form .form-element-wrapper {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.contact-form .form .form-element-wrapper .form-label {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #353535;
  margin-bottom: 7px;
}
.contact-form .form .form-element-wrapper .form-element {
  width: 100%;
  background-color: #fff;
  border: 1px solid #f3e2c3;
  padding: 10px 24px 10px 24px;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 400;
}
.contact-form .form .form-element-wrapper .form-element::placeholder {
  color: #989898;
}
.contact-form .form .form-element-wrapper textarea {
  min-height: 100px;
}
.contact-form .form .btn-border {
  width: 100%;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.26em;
}

@media screen and (min-width: 768px) {
  .contact-section {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 60px;
  }
  .contact-section .wrapper {
    flex-direction: row;
  }
  .contact-section .wrapper .contact-details {
    width: 50%;
  }
  .contact-section .wrapper .contact-details .contact .title {
    font-size: 20px;
  }
  .contact-section .wrapper .map-wrapper .map {
    height: 100%;
  }
  .contact-form {
    margin-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .contact-form .form-row {
    flex-direction: row;
    flex-wrap: nowrap;
  }
  .contact-form .form-img-wrapper {
    width: 50%;
  }
  .contact-form .form {
    flex-grow: 1;
  }
  .contact-form .form .btn-border {
    width: 125px;
  }
}
@media screen and (min-width: 1024px) {
  .contact-form .form-img-wrapper {
    width: 588px;
  }
  .contact-form .form-img-wrapper .form-element {
    min-width: 430px;
  }
  .contact-form .form {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 80px;
  }
  .contact-form .form .form-wrapper {
    width: 386px;
  }
}
@media screen and (min-width: 1200px) {
  .contact-section .wrapper .contact-details {
    width: 435px;
    padding: 40px 60px;
  }
}
@media screen and (min-width: 1280px) {
  .contact-section {
    padding-left: 0;
    padding-right: 0;
  }
  .contact-section .wrapper {
    flex-direction: row;
  }
}
.content-heading .tags {
  margin-bottom: 24px;
  gap: 16px;
}
.content-heading .tags .tag {
  font-size: 16px;
  font-weight: 250;
  color: #868686;
  position: relative;
}
.content-heading .tags .tag:not(:last-child)::after {
  content: "";
  border-right: 2px solid #868686;
  position: absolute;
  height: 20px;
  right: -8px;
  top: 3px;
}
.content-heading .lead-wrapper {
  max-width: 768px;
}
.content-heading .lead-wrapper .lead h2 {
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: 0.26em;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.content-heading .lead-wrapper .lead p {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  margin-bottom: 24px;
}
.content-heading .social {
  margin-bottom: 24px;
}

.content-banner {
  margin-bottom: 60px;
}
.content-banner .banner-img {
  margin-bottom: 32px;
}
.content-banner .banner-caption {
  font-size: 14px;
  font-weight: 300;
  line-height: 21px;
  text-align: center;
  color: #4f4f4f;
  max-width: 768px;
  padding-left: 20px;
  padding-right: 20px;
}

.content-container {
  padding-left: 20px;
  padding-right: 20px;
}
.content-container .content-wrapper {
  max-width: 768px;
}
.content-container .content-wrapper .content-p {
  margin-bottom: 60px;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  text-align: left;
}
.content-container .content-wrapper .content-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: 0.26em;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.content-container .content-wrapper .img-fluid {
  margin-bottom: 20px;
}
.content-container .content-wrapper .content-img-two-column {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 10px;
}
.content-container .content-wrapper .content-img-two-column .two-col-img {
  width: 100%;
}
.content-container .content-wrapper .content-img-caption {
  font-size: 14px;
  font-weight: 300;
  line-height: 21px;
  text-align: center;
  color: #4f4f4f;
  margin-bottom: 20px;
}

.content-footer .share-text {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  color: #333333;
  margin-bottom: 15px;
}
.content-footer .reverse-link {
  margin-top: 60px;
  margin-bottom: 60px;
}
.content-footer .reverse-link .link {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  color: #000;
  text-decoration: none;
  position: relative;
}
.content-footer .reverse-link .link::before {
  content: "";
  position: absolute;
  background: url('data:image/svg+xml,<svg width="8" height="12" viewBox="0 0 8 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.81055 1L1.81055 6L6.81055 11" stroke="black" stroke-width="1.5"/></svg>');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  left: -22px;
  top: 2px;
}

@media screen and (min-width: 768px) {
  .content-banner .banner-caption {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
  }
  .content-container .content-wrapper .content-img-two-column {
    flex-direction: row;
    margin-bottom: 20px;
  }
  .content-container .content-wrapper .content-img-caption {
    text-align: left;
    margin-bottom: 40px;
  }
}
.gallery {
  margin-bottom: 60px;
  padding-left: 20px;
  padding-right: 20px;
}
.gallery .gallery_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery .gallery-row-1 {
  gap: 10px;
  margin-bottom: 10px;
}
.gallery .gallery-row-1 .img-wrapper {
  width: 50%;
  height: 185px;
}
.gallery .gallery-row-2 {
  gap: 10px;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.gallery .gallery-row-2 .img-wrapper {
  flex: 30%;
  max-width: 32%;
  height: 140px;
}
.gallery .gallery-row-1 .img-wrapper img,
.gallery .gallery-row-2 .img-wrapper img {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .gallery .gallery-row-1 {
    gap: 20px;
    margin-bottom: 20px;
  }
  .gallery .gallery-row-1 .img-wrapper {
    height: 230px;
  }
  .gallery .gallery-row-2 {
    gap: 20px;
  }
  .gallery .gallery-row-2 .img-wrapper {
    height: 273px;
  }
}
@media screen and (min-width: 1024px) {
  .gallery .gallery-row-1 .img-wrapper {
    height: 360px;
  }
}
.coming-soon {
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
.coming-soon .wrapper {
  max-width: 1062px;
}
.coming-soon .wrapper .text {
  font-size: 27px;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: 0.26em;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  color: #fff;
  text-shadow: 2.32px 2.32px #491c13;
}

@media screen and (min-width: 768px) {
  .coming-soon {
    margin-bottom: 40px;
  }
  .coming-soon .wrapper .text {
    font-size: 47px;
    line-height: 70px;
  }
}
.for-manufacturers .grid-item .img-fluid {
  height: 218px;
  object-fit: cover;
}

@media screen and (min-width: 768px) {
  .for-manufacturers .grid-item .title {
    min-height: 60px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .for-manufacturers .grid-item {
    flex: 1 0 45%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .for-manufacturers .grid-item .img-fluid {
    height: 300px;
  }
}
.get-quote-popup .modal-content {
  border-radius: 0;
  background: #fbf8f1;
  padding: 20px;
}
.get-quote-popup .modal-header {
  border-bottom: 0;
  padding: 0;
}
.get-quote-popup .modal-body {
  padding: 0;
}
.get-quote-popup .btn-close {
  right: -10px;
  top: -10px;
}
.get-quote-popup .title {
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.get-quote-popup .contact-form {
  background: #fbf8f1;
  margin-bottom: 0;
}
.get-quote-popup .contact-form .form {
  padding: 0;
}
.get-quote-popup .contact-form .form .form-wrapper {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .get-quote-popup .modal-content {
    padding: 40px;
  }
  .get-quote-popup .btn-close {
    right: -20px;
    top: -18px;
  }
  .get-quote-popup .modal-dialog {
    max-width: 725px;
  }
}
@media screen and (min-width: 1024px) {
  .get-quote-popup .modal-dialog {
    max-width: 768px;
  }
}
.page-bottom-content {
  padding-left: 0;
  padding-right: 0;
}
.page-bottom-content .row {
  margin-left: 0;
  margin-right: 0;
}
.page-bottom-content .left {
  padding: 40px;
  background-color: #fbf8f1;
}
.page-bottom-content .left h2 {
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.page-bottom-content .left h4 {
  font-size: 22px;
  font-weight: 600;
  line-height: 33px;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 10px;
}
.page-bottom-content .left p {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  color: #333333;
  max-width: 540px;
}
.page-bottom-content .img-fluid {
  height: 100%;
  object-fit: cover;
}

@media screen and (min-width: 768px) {
  .page-bottom-content {
    margin-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .page-bottom-content .left h2 {
    font-size: 36px;
    letter-spacing: 0.26em;
    line-height: 54px;
    margin-bottom: 10px;
  }
}
.footer {
  overflow-x: hidden;
}
.footer .footer-top {
  padding: 20px;
  background: #564941;
}
.footer .footer-top .row {
  gap: 40px;
}
.footer .footer-top .footer-logo .img-fluid {
  width: 230px;
}
.footer .footer-top ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer .footer-top ul a {
  text-decoration: none;
  color: #fff;
}
.footer .footer-top .footer-categories .footer-title {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 10px;
}
.footer .footer-top .footer-categories .footer-categories-list li {
  margin-bottom: 10px;
}
.footer .footer-top .footer-categories .footer-categories-list li a {
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}
.footer .footer-top .footer-links {
  padding-top: 32px;
}
.footer .footer-top .footer-links .footer-link-list li a {
  font-size: 18px;
  font-weight: 250;
  line-height: 27px;
  font-weight: 100;
  text-transform: capitalize;
}
.footer .footer-bottom {
  padding: 14px 10px;
}
.footer .footer-bottom .copyright {
  font-size: 18px;
  font-weight: 250;
  text-align: center;
  color: #000;
  margin-bottom: auto;
}
.footer .footer-bottom .highlight {
  font-size: 18px;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .footer .footer-top {
    padding: 27px 20px;
  }
  .footer .footer-top .row {
    gap: unset;
  }
  .footer .footer-top .footer-logo .img-fluid {
    width: auto;
  }
  .footer .footer-bottom {
    padding: 14px 0;
  }
}
.mp-images .img-wrapper {
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .desktop-hidden {
    display: none !important;
  }
}
@media screen and (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 100%;
  }
}
@media screen and (min-width: 1280px) {
  .container,
  .container-xl {
    width: 1280px;
    max-width: 1280px;
  }
  .banner,
  .tiles,
  .breadcrumb,
  .about-content,
  .about-highlights .container-xl,
  .contact-form,
  .filter-bar,
  .product-tiles,
  .product-details,
  .content-grid,
  .page-bottom-content,
  .gallery,
  .content-container,
  .coming-soon,
  .visual-archive,
  .news-slider-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .mob-hidden {
    display: none !important;
  }
}