@charset "UTF-8";
.wrapper {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 2561px) {
  .wrapper {
    max-width: 1200px;
  }
}

body {
  background: #F8F7F5;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100vh;
}

html, body {
  font-family: "Manrope", sans-serif;
}

.section {
  padding-left: 16px;
  padding-right: 16px;
}

.section-nr {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 320px) and (max-width: 768px) {
  .section-nr {
    padding-left: 16px;
    padding-right: 0;
  }
}

.borderRadius {
  border-radius: 0px;
}

.subscription__btn a {
  border-radius: 100px;
  border: 1px solid #2A2A2A;
  padding: 12px 20px;
  width: fit-content;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
.subscription__btn a:hover {
  color: #FFFFFF;
  background-color: #6C935C;
  border-color: #6C935C;
}

.dsp-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  /*
  gap: $gapContainer;
  */
}

.interior-block {
  margin-top: 80px;
  margin-bottom: 80px;
  gap: 0px;
}
@media (min-width: 320px) and (max-width: 1024px) {
  .interior-block {
    margin-top: 80px;
    margin-bottom: 80px;
    /*
    gap: $gapContainer;
    */
  }
}

.align-items-center {
  -webkit-align-items: center;
  align-items: center;
}

.align-items-end {
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

.align-items-unset {
  -webkit-align-items: unset;
  align-items: unset;
}

.justify-content-unset {
  -webkit-justify-content: unset;
  justify-content: unset;
}

.justify-content-center {
  -webkit-justify-content: center;
  justify-content: center;
}

.justify-content-space-between {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.flex-wrap-wrap {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-direction-column {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-direction-row {
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.flex-direction-column-reverse {
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.flex-flow-column-wrap {
  -webkit-flex-flow: column wrap;
  flex-flow: column wrap;
}

.flex-end {
  -webkit-align-items: flex-end;
  align-items: end;
  -webkit-justify-content: flex-end;
  justify-content: end;
}

.center-abs {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.heading-hero {
  font-family: "Manrope", sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 100%;
}
@media (min-width: 320px) and (max-width: 768px) {
  .heading-hero {
    font-size: 40px;
  }
}

.font-heading-hero {
  font-family: "Manrope", sans-serif;
  font-size: 88px;
  font-weight: 400;
  line-height: 100%;
}
@media (min-width: 320px) and (max-width: 768px) {
  .font-heading-hero {
    font-size: 40px;
  }
}

.font-heading-promo {
  font-family: "Manrope", sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 120%;
}

.font-heading-subhero {
  font-family: "Manrope", sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 120%;
}
@media (min-width: 320px) and (max-width: 768px) {
  .font-heading-subhero {
    font-size: 24px;
  }
}

.font-heading-block-title {
  font-family: "Manrope", sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 120%;
}
@media (min-width: 320px) and (max-width: 768px) {
  .font-heading-block-title {
    font-size: 30px;
  }
}

.font-heading-subblock-title {
  font-family: "Manrope", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 120%;
}
@media (min-width: 320px) and (max-width: 768px) {
  .font-heading-subblock-title {
    font-size: 18px;
  }
}

.font-heading-subblock2-title {
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
}
@media (min-width: 320px) and (max-width: 768px) {
  .font-heading-subblock2-title {
    font-size: 16px;
  }
}

.font-product-card-text {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 250;
  line-height: 140%;
  color: #141718;
}
@media (min-width: 320px) and (max-width: 768px) {
  .font-product-card-text {
    font-size: 16px;
  }
}

.font-product-old-price {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  color: #6C935C;
  text-decoration: line-through;
}
@media (min-width: 320px) and (max-width: 768px) {
  .font-product-old-price {
    font-size: 12px;
  }
}

.font-product-price {
  font-family: "Manrope", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 100%;
  color: #141718;
}
@media (min-width: 320px) and (max-width: 768px) {
  .font-product-price {
    font-size: 16px;
  }
}

.font-button-text {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  color: #141718;
  transition: background-color 0.3s, color 0.3s;
}
@media (min-width: 320px) and (max-width: 768px) {
  .font-button-text {
    font-size: 14px;
  }
}
.font-button-text:hover {
  background-color: #6C935C;
  color: #FFFFFF;
}

.font-menu-item {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 120%;
  color: #141718;
}
@media (min-width: 320px) and (max-width: 768px) {
  .font-menu-item {
    font-size: 12px;
  }
}

.font-label-item {
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  color: #141718;
}
@media (min-width: 320px) and (max-width: 768px) {
  .font-label-item {
    font-size: 8px;
  }
}

.breadcrumbs {
  margin-bottom: 40px;
  margin-top: 20px;
}
@media (min-width: 320px) and (max-width: 768px) {
  .breadcrumbs {
    margin-bottom: 24px;
    margin-top: 10px;
  }
}
.breadcrumbs .breadcrumbs_content {
  flex-wrap: wrap;
  gap: 10px;
}
.breadcrumbs .breadcrumbs_content span {
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
}
.breadcrumbs .breadcrumbs_content span:not(:first-child) {
  color: #9d9d9d;
}

.top_category {
  min-height: 270px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 24px;
  box-sizing: border-box;
  margin-bottom: 80px;
}
.top_category .top_category_title {
  display: block;
  text-align: center;
  margin-bottom: 20px;
  font-family: "Manrope", sans-serif;
  font-size: 64px;
  line-height: 100%;
  font-weight: 500;
  letter-spacing: -2px;
}
@media (max-width: 1200px) {
  .top_category .top_category_title {
    font-size: 60px;
    margin-bottom: 16px;
  }
}
@media (max-width: 1000px) {
  .top_category .top_category_title {
    font-size: 58px;
  }
}
@media (max-width: 700px) {
  .top_category .top_category_title {
    font-size: 52px;
  }
}
@media (max-width: 500px) {
  .top_category .top_category_title {
    font-size: 48px;
    margin-bottom: 14px;
  }
}
@media (max-width: 400px) {
  .top_category .top_category_title {
    font-size: 40px;
  }
}
@media (max-width: 500px) {
  .top_category {
    padding: 30px;
  }
}
.top_category .top_category_description {
  margin-left: auto;
  margin-right: auto;
  max-width: 735px;
  width: 100%;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  line-height: 100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; /* показывать только 3 строки */
  transition: max-height 0.3s ease;
  margin-bottom: 20px;
}
.top_category .top_category_description p {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  line-height: 160%;
}
@media (max-width: 1000px) {
  .top_category .top_category_description {
    -webkit-line-clamp: 5;
  }
}
@media (max-width: 700px) {
  .top_category .top_category_description {
    -webkit-line-clamp: 7;
  }
}
@media (max-width: 500px) {
  .top_category .top_category_description {
    -webkit-line-clamp: 9;
    margin-bottom: 14px;
  }
}
.top_category .top_category_description.expanded {
  -webkit-line-clamp: unset;
  display: block;
  margin-bottom: 0;
}
.top_category .top_category_more {
  cursor: pointer;
  padding: 9px 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 125px;
  width: fit-content;
  width: -moz-fit-content;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
  color: #141718;
  border-bottom: 1px solid #141718;
}

.catalog {
  gap: 48px;
}
.catalog .wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  /*
  gap: $gapContainer;
  */
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.catalog .wrapper .filter_content {
  width: 260px;
  margin-bottom: 96px;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .catalog .wrapper .filter_content {
    margin-bottom: 0;
    background-color: #FFFFFF;
  }
}
@media (min-width: 320px) and (max-width: 768px) {
  .catalog .wrapper .filter_content {
    margin-bottom: 0;
  }
}
.catalog .wrapper .filter_content_block_title {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  /*
  gap: $gapContainer;
  */
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  padding-bottom: 24px;
}
.catalog .wrapper .filter_content_block_title span {
  font-family: "Manrope", sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: #423727;
}
.catalog .wrapper .content_catalog {
  width: calc(100% - 294px);
}
@media (min-width: 769px) and (max-width: 1024px) {
  .catalog .wrapper .content_catalog {
    width: 100%;
  }
}
@media (min-width: 320px) and (max-width: 768px) {
  .catalog .wrapper .content_catalog {
    width: 100%;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .catalog .wrapper .content_catalog .catalog_top {
    flex-direction: column;
  }
  .catalog .wrapper .content_catalog .catalog_top .sort_dropdown_title {
    display: none;
  }
}
@media (min-width: 320px) and (max-width: 768px) {
  .catalog .wrapper .content_catalog .catalog_top {
    flex-direction: column;
  }
  .catalog .wrapper .content_catalog .catalog_top .sort_dropdown_title {
    display: none;
  }
}
.catalog .wrapper .content_catalog .catalog_top .title {
  font-family: "Manrope", sans-serif;
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 24px;
  color: #141718;
}
@media (min-width: 320px) and (max-width: 768px) {
  .catalog .wrapper .content_catalog .catalog_top .title {
    font-size: 30px;
  }
}
.catalog .wrapper .content_catalog ul.products {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 0;
  margin: 0;
  column-gap: 24px;
  row-gap: 32px;
}
@media (min-width: 1025px) and (max-width: 1440px) {
  .catalog .wrapper .content_catalog ul.products {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .catalog .wrapper .content_catalog ul.products {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 320px) and (max-width: 768px) {
  .catalog .wrapper .content_catalog ul.products {
    grid-template-columns: 1fr;
  }
}
.catalog .wrapper .content_catalog ul.products .catalog_rec_body {
  height: 100%;
}
.catalog .wrapper .content_catalog ul.products .catalog_rec_body img, .catalog .wrapper .content_catalog ul.products .catalog_rec_body video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}
@media (min-width: 320px) and (max-width: 768px) {
  .catalog .wrapper .content_catalog ul.products .catalog_rec_body img.img_b, .catalog .wrapper .content_catalog ul.products .catalog_rec_body video.img_b {
    display: none;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .catalog .wrapper .content_catalog ul.products .catalog_rec_body img.img_b, .catalog .wrapper .content_catalog ul.products .catalog_rec_body video.img_b {
    display: block;
  }
}
@media (min-width: 1025px) and (max-width: 1440px) {
  .catalog .wrapper .content_catalog ul.products .catalog_rec_body img.img_b, .catalog .wrapper .content_catalog ul.products .catalog_rec_body video.img_b {
    display: block;
  }
}
@media (min-width: 1441px) and (max-width: 2560px) {
  .catalog .wrapper .content_catalog ul.products .catalog_rec_body img.img_b, .catalog .wrapper .content_catalog ul.products .catalog_rec_body video.img_b {
    display: block;
  }
}
@media (min-width: 2561px) {
  .catalog .wrapper .content_catalog ul.products .catalog_rec_body img.img_b, .catalog .wrapper .content_catalog ul.products .catalog_rec_body video.img_b {
    display: block;
  }
}
@media (min-width: 320px) and (max-width: 768px) {
  .catalog .wrapper .content_catalog ul.products .catalog_rec_body img.img_b_mobile, .catalog .wrapper .content_catalog ul.products .catalog_rec_body video.img_b_mobile {
    display: block;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .catalog .wrapper .content_catalog ul.products .catalog_rec_body img.img_b_mobile, .catalog .wrapper .content_catalog ul.products .catalog_rec_body video.img_b_mobile {
    display: none;
  }
}
@media (min-width: 1025px) and (max-width: 1440px) {
  .catalog .wrapper .content_catalog ul.products .catalog_rec_body img.img_b_mobile, .catalog .wrapper .content_catalog ul.products .catalog_rec_body video.img_b_mobile {
    display: none;
  }
}
@media (min-width: 1441px) and (max-width: 2560px) {
  .catalog .wrapper .content_catalog ul.products .catalog_rec_body img.img_b_mobile, .catalog .wrapper .content_catalog ul.products .catalog_rec_body video.img_b_mobile {
    display: none;
  }
}
@media (min-width: 2561px) {
  .catalog .wrapper .content_catalog ul.products .catalog_rec_body img.img_b_mobile, .catalog .wrapper .content_catalog ul.products .catalog_rec_body video.img_b_mobile {
    display: none;
  }
}
.catalog .wrapper .content_catalog ul.products .product-card {
  height: auto;
  min-width: 285px;
}
.catalog .wrapper .content_catalog ul.products .product-card .product-card_padding {
  /*position: relative;*/
}
.catalog .wrapper .content_catalog ul.products .product-card .product-card_padding .product-card__labels {
  position: absolute;
  width: 100%;
  top: 15px;
  left: 15px;
}
.catalog .wrapper .content_catalog ul.products .product-card .product-card_padding .product-card__labels .badge {
  padding: 8px 16px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  /*
  gap: $gapContainer;
  */
  width: fit-content;
  width: -moz-fit-content;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 700;
}
.catalog .wrapper .content_catalog ul.products .product-card .product-card_padding .product-card__labels .badge--new {
  margin-right: 7px;
  background-color: #D9D2C8;
  color: #141718;
}
.catalog .wrapper .content_catalog ul.products .product-card .product-card_padding .product-card__labels .badge--sale {
  background-color: #6C935C;
  color: #F5F3F1;
}
.catalog .wrapper .content_catalog ul.products .product-card .product-card_padding .product-card__labels__link {
  background-color: white;
  margin-bottom: 15px;
  position: relative;
}
.catalog .wrapper .content_catalog ul.products .product-card .product-card_padding .product-card__labels__link .product-card__link {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  /*
  gap: $gapContainer;
  */
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 326px;
}
.catalog .wrapper .content_catalog ul.products .product-card .product-card_padding .product-card__labels__link .product-card__link img {
  display: block;
  min-width: 285px;
  width: 100%;
  height: auto;
}
.catalog .wrapper .content_catalog ul.products .product-card .product-card_padding .product-card__content__prices_actions a .product-card__title {
  margin-bottom: 3px;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  color: rgba(20, 23, 24, 0.7);
}
.catalog .wrapper .content_catalog ul.products .product-card .product-card_padding .product-card__content__prices_actions .product-card__prices_actions .price--sale, .catalog .wrapper .content_catalog ul.products .product-card .product-card_padding .product-card__content__prices_actions .product-card__prices_actions .price--sale {
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
  color: rgb(20, 23, 24);
}
.catalog .wrapper .content_catalog ul.products .product-card .product-card_padding .product-card__content__prices_actions .product-card__prices_actions .price--regular {
  margin-left: 5px;
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
  color: rgba(20, 23, 24, 0.4);
}
@media (max-width: 400px) {
  .catalog .wrapper .content_catalog ul.products .product-card {
    max-width: 340px;
    width: 100%;
  }
  .catalog .wrapper .content_catalog ul.products .product-card .product-card_padding .product-card__labels__link .product-card__link img {
    max-width: 340px;
  }
}
@media (min-width: 320px) and (max-width: 768px) {
  .catalog .wrapper .content_catalog .pagination {
    flex-direction: column;
  }
}
.catalog .wrapper .content_catalog .pagination .pagination_item {
  gap: 9px;
}
.catalog .wrapper .content_catalog .pagination .pagination_item .page-numbers {
  color: #A6A6A6;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  padding: 6px 12px;
}
.catalog .wrapper .content_catalog .pagination .pagination_item .page-numbers.current {
  color: #2A2A2A;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  border-radius: 12px;
  background: #E4E9EE;
  padding: 6px 12px;
}
.catalog .wrapper .content_catalog .pagination .font-label-item {
  gap: 8px;
}
@media (min-width: 320px) and (max-width: 768px) {
  .catalog .wrapper .content_catalog .pagination .font-label-item {
    display: none;
  }
}
@media (max-width: 1260px) {
  .catalog {
    padding-left: 30px;
    padding-right: 30px;
  }
}

/*d-none*/
.open_filter {
  display: none;
}

.filter_content_block {
  padding-bottom: 24px;
  border-bottom: 1px solid #423727;
  margin-bottom: 24px;
}
.filter_content_block .block_item_body_cat {
  margin-left: 10px;
  padding-top: 16px;
}
.filter_content_block .filter_content_block_item.accordion .accordion__toggle {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  /*
  gap: $gapContainer;
  */
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  background: none;
  border: none;
  text-align: left;
  cursor: pointer;
}
.filter_content_block .filter_content_block_item.accordion .accordion__toggle.is-open svg {
  transform: rotate(180deg);
  transition: transform 0.4s ease;
}
.filter_content_block .filter_content_block_item.accordion .accordion__toggle.is-open::after {
  transform: translateY(0) rotate(180deg);
  transition: transform 0.4s ease;
}
.filter_content_block .filter_content_block_item.accordion .accordion__toggle .accordion__arrow {
  display: inline-block;
  transform: rotate(0deg);
  transition: transform 0.3s ease;
}
.filter_content_block .filter_content_block_item.accordion .accordion__toggle.is-open .accordion__arrow {
  transform: rotate(180deg);
}
@media (min-width: 320px) and (max-width: 768px) {
  .filter_content_block .filter_content_block_item.accordion .accordion__toggle .accordion__arrow {
    width: 18px;
    height: 18px;
  }
}
.filter_content_block .filter_content_block_item.accordion .accordion__panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out, padding 0.3s ease-out;
  padding-bottom: 0;
}
.filter_content_block .filter_content_block_item.accordion .accordion__panel.is-active {
  max-height: 1000px;
}

.filter_content_block_items {
  gap: 20px !important;
}
.filter_content_block_items .accordion {
  gap: 0;
}
.filter_content_block_items .filter_content_block_item_body {
  color: #878787;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%; /* 19.2px */
  display: flex;
  flex-direction: column;
}

.block_item_body, .block_item_cat {
  gap: 14px !important;
  cursor: pointer;
  margin-bottom: 16px;
  -webkit-align-items: center;
  align-items: center;
}
.block_item_body:hover .quarter, .block_item_cat:hover .quarter {
  border: 1px solid rgb(66, 55, 39);
  transition: transform 0.3s ease;
}
.block_item_body.active .quarter, .block_item_cat.active .quarter {
  width: 18px;
  height: 18px;
  border: 1px solid rgb(66, 55, 39);
}
.block_item_body.active .quarter::after, .block_item_cat.active .quarter::after {
  background-color: #423727;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml;utf8,<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M10.5804 15.58C10.3804 15.58 10.1904 15.5 10.0504 15.36L7.22043 12.53C6.93043 12.24 6.93043 11.76 7.22043 11.47C7.51043 11.18 7.99043 11.18 8.28043 11.47L10.5804 13.77L15.7204 8.62998C16.0104 8.33998 16.4904 8.33998 16.7804 8.62998C17.0704 8.91998 17.0704 9.39998 16.7804 9.68998L11.1104 15.36C10.9704 15.5 10.7804 15.58 10.5804 15.58Z' fill='white'/></svg>");
  background-size: unset;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
}
.block_item_body .quarter, .block_item_cat .quarter {
  position: relative;
  width: 18px;
  height: 18px;
  border: 1px solid rgba(66, 55, 39, 0.7);
}

.block_item_body:nth-last-of-type, .block_item_cat:nth-last-of-type {
  margin-bottom: 0;
}

.filter_content_block_q {
  padding-bottom: 24px;
  margin-bottom: 20px;
  border-bottom: 1px solid #423727;
}
.filter_content_block_q .filter_content_block_item + .filter_content_block_q .filter_content_block_item {
  margin-top: 16px;
}
.filter_content_block_q .filter_content_block_item .filter_content_block_item_top {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  /*
  gap: $gapContainer;
  */
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  background: none;
  border: none;
  text-align: left;
  cursor: pointer;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
@media (min-width: 1025px) and (max-width: 1440px) {
  .filter_content_block_q .filter_content_block_item .filter_content_block_item_top {
    font-size: 20px;
  }
}
.filter_content_block_q .filter_content_block_item .filter_content_block_item_top.is-open::after {
  transform: translateY(0) rotate(180deg);
}
.filter_content_block_q .filter_content_block_item .filter_content_block_item_top .accordion__arrow {
  display: inline-block;
  transform: rotate(0deg);
  transition: transform 0.3s ease;
}
.filter_content_block_q .filter_content_block_item .filter_content_block_item_top svg {
  transform: rotate(0deg);
  transition: transform 0.3s ease;
}
.filter_content_block_q .filter_content_block_item .filter_content_block_item_body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out, padding 0.3s ease-out;
  padding: 0;
  gap: 12px;
}
.filter_content_block_q .filter_content_block_item.active .filter_content_block_item_top svg {
  transform: rotate(180deg);
}
.filter_content_block_q .filter_content_block_item.active .filter_content_block_item_body {
  padding: 24px 0;
  max-height: 1000px;
  BORDER-BOTTOM: 1px solid #E4DFD5;
}
@media (min-width: 320px) and (max-width: 768px) {
  .filter_content_block_q .filter_content_block_item .filter_content_block_item_top svg {
    width: 18px;
    height: 18px;
  }
  .filter_content_block_q .filter_content_block_item .filter_content_block_item_body {
    padding: 0;
  }
}

.filter_content_block_q:nth-last-of-type {
  margin-bottom: 0;
}

.filter_content_top {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  /*
  gap: $gapContainer;
  */
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 30px;
  font-family: "Manrope", sans-serif;
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 30px;
  color: #423727;
}

.filter_close {
  display: none;
}

.filter_item_close {
  cursor: pointer;
}

.content_filter_items .filter_items_close {
  font-family: "Manrope", sans-serif;
  color: rgba(20, 23, 24, 0.7);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  padding: 9px 0;
  border-bottom: 1px solid #141718;
  height: fit-content;
  min-width: 101px;
  cursor: pointer;
}

.content_catalog {
  margin-bottom: 96px;
}
.content_catalog .content_filter_items {
  margin-bottom: 30px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  /*
  gap: $gapContainer;
  */
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.content_catalog .content_filter_items .filter_items {
  gap: 12px;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.content_catalog .content_filter_items .filter_items .filter_item {
  margin-bottom: 10px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  /*
  gap: $gapContainer;
  */
  display: flex;
  padding: 9px 16px;
  align-items: center;
  border: 1px solid #D9D2C8;
  font-size: 14px;
  font-style: normal;
  line-height: 100%;
  font-weight: 200;
}
.content_catalog .content_filter_items .filter_items .filter_item span {
  display: block;
  margin-right: 5px;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #423727;
}
.content_catalog .category_description_all .category_description_title {
  margin-bottom: 20px;
}
.content_catalog .category_description_all .category_description.more p {
  color: #878787;
  font-size: 14px;
  font-style: normal;
  font-weight: 250;
  line-height: 140%;
  margin-bottom: 8px;
  padding-right: 72px;
}

.sort_dropdown {
  display: none;
  position: relative;
  font-size: 16px;
  font-style: normal;
  font-weight: 250;
  line-height: 115%;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #141718;
}
.sort_dropdown span {
  display: block;
  font-family: "Manrope", sans-serif;
  font-size: 40px;
  font-weight: 500;
  color: #141718;
}
.sort_dropdown.is-open .dropdown_arrow {
  transform: rotate(180deg);
}
.sort_dropdown .sort_dropdown_label {
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
  font-family: "Manrope", sans-serif;
}
@media (min-width: 320px) and (max-width: 768px) {
  .sort_dropdown .sort_dropdown_label {
    font-size: 14px;
  }
}
.sort_dropdown .sort_dropdown_toggle {
  border-radius: 12px;
  border: 1px solid #E4DFD5;
  background: #F3EFE6;
  display: flex;
  height: 48px;
  padding: 16px;
  justify-content: space-between;
  align-items: center;
  width: 228px;
}
.sort_dropdown .sort_dropdown_toggle-relativ {
  position: relative;
}
.sort_dropdown .sort_dropdown_toggle-relativ .sort_dropdown_menu {
  z-index: 9999;
}
@media (min-width: 320px) and (max-width: 768px) {
  .sort_dropdown .sort_dropdown_toggle {
    padding: 13px 10px;
    width: 200px;
    height: auto;
  }
}
.sort_dropdown .sort_dropdown_menu {
  position: absolute;
  right: 0;
  top: 100%;
  display: none;
  background: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 10;
}
.sort_dropdown .sort_dropdown_menu.is-open {
  display: block;
}
.sort_dropdown .sort_dropdown_menu .sort_item {
  padding: 8px 12px;
  cursor: pointer;
}
.sort_dropdown .sort_dropdown_menu .sort_item:hover {
  background: #f5f5f5;
}
.sort_dropdown .mobile_button {
  display: none;
  cursor: pointer;
  background-color: #D9D2C8;
  width: 48px;
  height: 48px;
}
@media (min-width: 320px) and (max-width: 768px) {
  .sort_dropdown .mobile_button {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .sort_dropdown .mobile_button {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 1024px) {
  .sort_dropdown {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    /*
    gap: $gapContainer;
    */
  }
}
@media (min-width: 320px) and (max-width: 768px) {
  .sort_dropdown {
    font-size: 14px;
  }
}

.mobile-menu__close {
  display: none;
  width: 32px;
  height: 32px;
  background-color: #423727;
  cursor: pointer;
}
.mobile-menu__close svg {
  display: block;
  height: 24px;
  width: 24px;
}
@media (max-width: 1024px) {
  .mobile-menu__close {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.sort_dropdown.open .sort_dropdown_toggle svg {
  transform: rotate(180deg);
}
.sort_dropdown.open .sort_dropdown_menu {
  display: block;
}
.sort_dropdown .sort_dropdown_menu {
  display: none;
  border-radius: 12px;
  border: 1px solid #E4DFD5;
  background: #F3EFE6;
  box-shadow: 0 1px 10px 0 rgba(42, 42, 42, 0.06);
  width: 99%;
  flex-direction: column;
  align-items: flex-start;
  z-index: 10;
  top: 110%;
}
.sort_dropdown .sort_dropdown_menu .sort_item {
  padding: 16px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  /*
  gap: $gapContainer;
  */
  -webkit-align-items: center;
  align-items: center;
  cursor: pointer;
  width: -webkit-fill-available;
}
.sort_dropdown .sort_dropdown_menu .sort_item:hover {
  border-radius: 12px;
  background: #EBE6DC;
  display: flex;
  padding: 16px;
  flex-shrink: 0;
}
.sort_dropdown .sort_dropdown_menu .sort_item.active {
  border-radius: 12px;
  background: #FDFAF4;
  display: flex;
  padding: 16px;
  gap: 14px;
  align-self: stretch;
}

@media (min-width: 769px) and (max-width: 1024px) {
  .filter_content {
    display: none;
    width: -webkit-fill-available !important;
    height: -webkit-fill-available !important;
    overflow-y: auto;
    top: 0;
    right: 0;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 16px;
    box-shadow: 0 1px 10px 0 rgba(42, 42, 42, 0.04);
    position: fixed;
    inset: 0;
    z-index: 9999;
    max-height: 100vh;
    -webkit-overflow-scrolling: touch;
  }
}
@media (min-width: 320px) and (max-width: 768px) {
  .filter_content {
    display: none;
    width: -webkit-fill-available !important;
    height: -webkit-fill-available !important;
    overflow-y: auto;
    top: 0;
    right: 0;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 16px;
    box-shadow: 0 1px 10px 0 rgba(42, 42, 42, 0.04);
    position: fixed;
    inset: 0;
    z-index: 9999;
    max-height: 100vh;
    -webkit-overflow-scrolling: touch;
  }
}
.filter_content.is-open {
  display: block;
  background-color: #ffffff;
}
.filter_content .mobile-menu__head {
  padding-top: 20px;
  padding-bottom: 20px;
}
.filter_content .mobile-menu__head .mobile-menu__back.grey-hiden svg path {
  stroke: #DFDFDF;
}
.filter_content .mobile-menu__head .mobile-menu__title {
  color: #141718;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 19.2px */
}
@media (min-width: 320px) and (max-width: 768px) {
  .filter_content .mobile-menu__head {
    display: flex;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .filter_content .mobile-menu__head {
    display: flex;
  }
}
@media (min-width: 1025px) and (max-width: 1440px) {
  .filter_content .mobile-menu__head {
    display: none;
  }
}
@media (min-width: 1441px) and (max-width: 2560px) {
  .filter_content .mobile-menu__head {
    display: none;
  }
}
@media (min-width: 2561px) {
  .filter_content .mobile-menu__head {
    display: none;
  }
}
.filter_content .filter_items {
  gap: 12px;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 320px) and (max-width: 768px) {
  .filter_content .filter_items {
    padding-bottom: 20px;
  }
}
.filter_content .filter_items .filter_item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  /*
  gap: $gapContainer;
  */
  display: flex;
  padding: 10px 10px 8px 10px;
  align-items: center;
  gap: 8px;
  border-radius: 12px;
  border: 1px solid #E4DFD5;
  font-size: 14px;
  font-style: normal;
  line-height: 100%;
  font-weight: 200;
  width: fit-content;
}

@media (min-width: 320px) and (max-width: 1024px) {
  .filter_content_block_title .span {
    font-size: 20px !important;
  }
  .filter_content_block_item_top span {
    font-size: 16px;
  }
}
.category_description {
  padding: 80px 30px;
  background-color: white;
}
.category_description .wrapper .category_description_title {
  font-family: "Manrope", sans-serif;
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 24px;
  line-height: 120%;
  color: #141718;
}
.category_description .wrapper .control_items {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  /*
  gap: $gapContainer;
  */
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.category_description .wrapper .control_items .control_item {
  padding: 8px 0;
  border-bottom: 1px solid white;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 100%;
  cursor: pointer;
  color: rgba(20, 23, 24, 0.7);
  margin-right: 24px;
}
.category_description .wrapper .control_items .control_item:last-of-type {
  margin-right: 0;
}
.category_description .wrapper .control_items .active {
  color: rgb(20, 23, 24);
  border-bottom: 1px solid #141718;
}
.category_description .wrapper .section_items {
  max-width: 895px;
  width: 100%;
}
.category_description .wrapper .section_items .section_item {
  display: none;
}
.category_description .wrapper .section_items .section_item h2, .category_description .wrapper .section_items .section_item h3 {
  font-family: "Manrope", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 160%;
  color: #141718;
}
.category_description .wrapper .section_items .section_item p {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  color: #423727;
}
.category_description .wrapper .section_items .active {
  display: block;
}

.product-card .product-card__add-to-cart {
  display: none !important;
}
.product-card:hover .product-card__add-to-cart {
  display: flex !important;
}
.product-card:hover .product-card__add-to-cart button, .product-card:hover .product-card__add-to-cart a {
  position: absolute;
  width: -webkit-fill-available;
  bottom: 15px;
  left: 15px;
  display: flex;
  padding: 16px 32px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  align-self: stretch;
  background: #423727;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.04);
  margin-right: 15px;
  color: #F5F3F1;
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  cursor: pointer;
  border: none;
}
.product-card:hover .product-card__add-to-cart button:hover, .product-card:hover .product-card__add-to-cart a:hover {
  background: #6C935C;
}

.woocommerce-load-more {
  all: unset;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  padding: 16px 32px;
  background: #D9D2C8;
  color: #141718;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.04);
  transition: background 0.2s ease, color 0.2s ease;
}
.woocommerce-load-more:hover {
  background: #6C935C;
  color: #F5F3F1;
}
.woocommerce-load-more:disabled {
  opacity: 0.5;
  pointer-events: none;
}

.woocommerce-load-more-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}

.price--normal {
  font-weight: 700;
}

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