.category-header {
  padding-top: 24px;
  padding-bottom: 24px;
}
.category-header .category-title {
  text-align: center;
}
.category-header .breadcrumbs {
  padding-top: 24px;
}
.category-header .category-description {
  margin-top: 16px;
  max-width: 528px;
}

.catalog__wrapper {
  padding-top: 40px;
  padding-bottom: 0;
}
.catalog__wrapper .products__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 40px;
  margin-bottom: 40px;
}
.catalog__wrapper .products__header .left {
  display: flex;
  align-items: flex-end;
  -moz-column-gap: 32px;
       column-gap: 32px;
}
.catalog__wrapper .products__header .left .products__header-sort {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
.catalog__wrapper .products__header .left .products__header-sort form.woocommerce-ordering {
  opacity: 0;
  position: absolute;
  pointer-events: none;
  margin: 0;
}
.catalog__wrapper .products__header .left .products__header-sort .custom-select-wrapper {
  position: relative;
  min-width: 375px;
  min-height: 42px;
}
.catalog__wrapper .products__header .left .products__header-sort .custom-select-wrapper:hover .custom-select {
  background-color: #EEEEEA;
}
.catalog__wrapper .products__header .left .products__header-sort .custom-select-wrapper.active:hover .custom-select {
  background-color: #fff;
}
.catalog__wrapper .products__header .left .products__header-sort .custom-select-wrapper .custom-select {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  border: 1px solid #1C1C1A;
  border-radius: 42px;
  padding: 8px 12px;
  font-size: 16px;
  line-height: 150%;
  font-weight: 600;
  min-height: 42px;
  cursor: pointer;
  transition: linear 5.3s, background-color ease-in-out 0.3s;
}
.catalog__wrapper .products__header .left .products__header-sort .custom-select-wrapper .custom-select .custom-select-placeholder {
  color: #1C1C1A;
  width: 100%;
  position: relative;
  transition: all ease-in-out 0.3s;
}
.catalog__wrapper .products__header .left .products__header-sort .custom-select-wrapper .custom-select .custom-select-placeholder::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 16px;
  height: 24px;
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="24" viewBox="0 0 16 24" fill="none"><path d="M12.6666 10L7.99992 14.6667L3.33325 10" stroke="%231C1C1A" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-repeat: no-repeat;
  transition: all ease-in-out 0.3s;
}
.catalog__wrapper .products__header .left .products__header-sort .custom-select-wrapper .custom-select ul {
  width: 100%;
  height: auto;
  max-height: 0;
  opacity: 0;
  pointer-events: none;
  transition: all ease-in-out 0.3s;
}
.catalog__wrapper .products__header .left .products__header-sort .custom-select-wrapper .custom-select ul li {
  position: relative;
  padding: 8px 16px 7px 0;
  border: 1px solid transparent;
  color: #1C1C1A;
  cursor: pointer;
  transition: all ease-in-out 0.3s;
}
.catalog__wrapper .products__header .left .products__header-sort .custom-select-wrapper .custom-select ul li::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 16px;
  height: 24px;
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="24" viewBox="0 0 16 24" fill="none"><path d="M3.33325 12.6665L5.99992 15.3332L12.6666 8.6665" stroke="%231C1C1A" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-repeat: no-repeat;
  opacity: 0;
  pointer-events: none;
  transition: all ease-in-out 0.3s;
}
.catalog__wrapper .products__header .left .products__header-sort .custom-select-wrapper .custom-select ul li:hover {
  border-bottom: 1px solid #1C1C1A;
}
.catalog__wrapper .products__header .left .products__header-sort .custom-select-wrapper .custom-select ul li.active {
  border-bottom: 1px solid #1C1C1A;
}
.catalog__wrapper .products__header .left .products__header-sort .custom-select-wrapper .custom-select ul li.active::after {
  opacity: 1;
}
.catalog__wrapper .products__header .left .products__header-sort .custom-select-wrapper.active .custom-select {
  transition: none;
  border-radius: 24px !important;
}
.catalog__wrapper .products__header .left .products__header-sort .custom-select-wrapper.active .custom-select .custom-select-placeholder::before {
  transform: translateY(-50%) rotate(180deg);
}
.catalog__wrapper .products__header .left .products__header-sort .custom-select-wrapper.active .custom-select ul {
  max-height: 1000px;
  padding-top: 12px;
  opacity: 1;
  pointer-events: auto;
}
.catalog__wrapper .products__header .right .filters__btn {
  border-radius: 100px;
  border: 1px solid #1C1C1A;
  background-color: transparent;
  padding: 8px 12px;
  height: 42px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  color: #1C1C1A;
  transition: all ease-in-out 0.3s;
}
.catalog__wrapper .products__header .right .filters__btn svg path {
  transition: all ease-in-out 0.3s;
}
.catalog__wrapper .products__header .right .filters__btn:hover {
  color: #F3F3F3;
  background-color: #1C1C1A;
}
.catalog__wrapper .products__header .right .filters__btn:hover svg path {
  stroke: #F3F3F3;
}
.catalog__wrapper .products__header .right .filters__btn.active {
  color: #F3F3F3;
  background-color: #1C1C1A;
}
.catalog__wrapper .products__header .right .filters__btn.active svg path {
  stroke: #F3F3F3;
}
.catalog__wrapper .products__header .right .filters__btn.active:hover {
  color: #1C1C1A;
  background-color: transparent;
}
.catalog__wrapper .products__header .right .filters__btn.active:hover svg path {
  stroke: #1C1C1A;
}
.catalog__wrapper .category_filters .tabs .tabs__items {
  display: flex;
  align-items: center;
  margin-bottom: -1px;
}
.catalog__wrapper .category_filters .tabs .tabs__items .tabs__item {
  border-radius: 24px 24px 0 0;
  padding: 8px 16px;
  font-weight: 400;
  background-color: transparent;
  cursor: pointer;
  transition: all ease-in-out 0.3s;
}
.catalog__wrapper .category_filters .tabs .tabs__items .tabs__item:first-of-type {
  position: relative;
}
.catalog__wrapper .category_filters .tabs .tabs__items .tabs__item:first-of-type::before {
  content: "";
  display: flex;
  position: absolute;
  background-color: transparent;
  height: 50px;
  width: 100%;
  transition: all ease-in-out 0.2s;
  left: 0;
  top: 100%;
  z-index: 0;
}
.catalog__wrapper .category_filters .tabs .tabs__items .tabs__item:hover {
  color: #D7E6B7;
}
.catalog__wrapper .category_filters .tabs .tabs__items .tabs__item.active {
  color: #1C1C1A !important;
  background-color: #D7E6B7;
}
.catalog__wrapper .category_filters .tabs .tabs__items .tabs__item.active::before {
  background-color: #D7E6B7;
}
.catalog__wrapper .category_filters .tabs .tabs__body__items {
  padding: 16px 24px 16px 16px;
  -webkit-clip-path: inset(0 round 42px);
          clip-path: inset(0 round 42px);
  background-color: #D7E6B7;
  transition: all ease-in-out 0.3s;
}
.catalog__wrapper .category_filters .tabs .tabs__body__items.open {
  -webkit-clip-path: inset(0 round 0 42px 42px 42px);
          clip-path: inset(0 round 0 42px 42px 42px);
}
.catalog__wrapper .category_filters .tabs .tabs__body__items .tabs__body__item {
  display: none;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 12px;
       column-gap: 12px;
}
.catalog__wrapper .category_filters .tabs .tabs__body__items .tabs__body__item.active {
  display: flex;
}
.catalog__wrapper .category_filters .tabs .tabs__body__items .tabs__body__item .left {
  width: 100%;
  display: flex;
  align-items: center;
}
.catalog__wrapper .category_filters .tabs .tabs__body__items .tabs__body__item .left form {
  position: relative;
  max-width: 421px;
  width: 100%;
  transition: all ease-in-out 0.3s;
}
.catalog__wrapper .category_filters .tabs .tabs__body__items .tabs__body__item .left form input[type=search] {
  font-size: 14px;
  padding: 16.5px 55px 16.5px 24px;
  height: 56px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  box-shadow: none;
  font-family: "Inter", sans-serif;
  line-height: 150%;
  font-weight: 500;
  color: #1C1C1A;
  transition: all ease-in-out 0.3s;
  background-color: #fff;
  border: 1px solid #1C1C1A;
  border-radius: 100px;
  width: 100%;
}
.catalog__wrapper .category_filters .tabs .tabs__body__items .tabs__body__item .left form input[type=search]::-moz-placeholder {
  color: #8E8E8E;
}
.catalog__wrapper .category_filters .tabs .tabs__body__items .tabs__body__item .left form input[type=search]::placeholder {
  color: #8E8E8E;
}
.catalog__wrapper .category_filters .tabs .tabs__body__items .tabs__body__item .left form input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M4%2012L12%204M4%204L12%2012%22%20stroke%3D%22%238E8E8E%22%20stroke-width%3D%221.6%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
  background-size: 20px 20px;
}
.catalog__wrapper .category_filters .tabs .tabs__body__items .tabs__body__item .left form input.search-submit, .catalog__wrapper .category_filters .tabs .tabs__body__items .tabs__body__item .left form .search_submit {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  padding: 8px;
  background-color: #1C1C1A;
  border-radius: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  transition: all ease-in-out 0.3s;
}
.catalog__wrapper .category_filters .tabs .tabs__body__items .tabs__body__item .left form input.search-submit svg, .catalog__wrapper .category_filters .tabs .tabs__body__items .tabs__body__item .left form .search_submit svg {
  transition: all ease-in-out 0.3s;
  width: 100%;
  height: auto;
}
.catalog__wrapper .category_filters .tabs .tabs__body__items .tabs__body__item .left form input.search-submit:hover, .catalog__wrapper .category_filters .tabs .tabs__body__items .tabs__body__item .left form .search_submit:hover {
  background-color: #8E8E8E;
}
.catalog__wrapper .category_filters .tabs .tabs__body__items .tabs__body__item .left form input.search-submit {
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M21 21L15 15M17 10C17 13.866 13.866 17 10 17C6.13401 17 3 13.866 3 10C3 6.13401 6.13401 3 10 3C13.866 3 17 6.13401 17 10Z" stroke="%23F3F3F3" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-size: 24px 24px;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -9999px;
  color: transparent;
}
.catalog__wrapper .category_filters .tabs .tabs__body__items .tabs__body__item .left ul {
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  margin-left: 16px;
  max-width: 50%;
  width: 100%;
  overflow-x: auto;
  transition: all ease-out 0.3s;
}
.catalog__wrapper .category_filters .tabs .tabs__body__items .tabs__body__item .left ul li {
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  border-radius: 100px;
  background-color: transparent;
  border: 1px solid #1C1C1A;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
  text-transform: uppercase;
  cursor: pointer;
  transition: all ease-in-out 0.3s;
  height: 42px;
}
.catalog__wrapper .category_filters .tabs .tabs__body__items .tabs__body__item .left ul li a {
  white-space: nowrap;
  color: #1C1C1A;
  transition: all ease-in-out 0.3s;
}
.catalog__wrapper .category_filters .tabs .tabs__body__items .tabs__body__item .left ul li:hover {
  background-color: #1C1C1A;
  color: #F3F3F3;
}
.catalog__wrapper .category_filters .tabs .tabs__body__items .tabs__body__item .left ul li:hover a {
  color: #F3F3F3;
}
.catalog__wrapper .category_filters .tabs .tabs__body__items .tabs__body__item .right {
  padding: 8px;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
}
.catalog__wrapper .category_filters .tabs .tabs__body__items .tabs__body__item .right .expand_search {
  background-color: transparent;
  outline: none;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  position: relative;
  top: 0;
  width: 16px;
  height: 16px;
  padding: 0;
  transition: all ease-in-out 0.3s;
}
.catalog__wrapper .category_filters .tabs .tabs__body__items .tabs__body__item .right .expand_search:before, .catalog__wrapper .category_filters .tabs .tabs__body__items .tabs__body__item .right .expand_search:after {
  content: "";
  display: block;
  background-color: #1C1C1A;
  position: absolute;
  top: 50%;
  left: 0;
  transition: all ease-in-out 0.3s;
  width: 100%;
  height: 2px;
  border-radius: 50px;
}
.catalog__wrapper .category_filters .tabs .tabs__body__items .tabs__body__item .right .expand_search:before {
  transform: translateY(-50%);
}
.catalog__wrapper .category_filters .tabs .tabs__body__items .tabs__body__item .right .expand_search:after {
  transform: translateY(-50%) rotate(90deg);
}
.catalog__wrapper .category_filters .tabs .tabs__body__items .tabs__body__item .right .expand_search.opened:before {
  transform: translateY(-50%) rotate(-90deg);
  opacity: 0;
}
.catalog__wrapper .category_filters .tabs .tabs__body__items .tabs__body__item .right .expand_search.opened:after {
  transform: translateY(-50%) rotate(0);
}
.catalog__wrapper .category_filters .tabs .tabs__body__items .search_results_cat:has(> .products) {
  padding-top: 24px !important;
  padding-bottom: 24px;
}
.catalog__wrapper .category_filters .tabs .tabs__body__items .search_results_cat .products {
  padding: 16px 0 !important;
}
.catalog__wrapper .category_filters .tabs .tabs__body__items .search_results_cat .no-results {
  padding-top: 16px;
  padding-bottom: 16px;
}
.catalog__wrapper .category_filters .tabs .tabs__body__items .search_results_cat .cat_search_cat_prod .category-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  -moz-column-gap: 8px;
       column-gap: 8px;
  row-gap: 8px;
  margin-top: 16px;
  margin-bottom: 16px;
}
.catalog__wrapper .category_filters .tabs .tabs__body__items .search_results_cat .cat_search_cat_prod .category-list li {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 150%;
  font-weight: 500;
  color: #1C1C1A;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 11px;
  border: 1px solid #1C1C1A;
  border-radius: 100px;
  cursor: pointer;
}
.catalog__wrapper .category_filters .tabs .tabs__body__items .search_results_cat .cat_search_cat_prod .category-list li a {
  white-space: nowrap;
  color: #1C1C1A;
  transition: all ease-in-out 0.3s;
}
.catalog__wrapper .category_filters .tabs .tabs__body__items .search_results_cat .cat_search_cat_prod .category-list li:hover {
  background-color: #1C1C1A;
  color: #F3F3F3;
}
.catalog__wrapper .category_filters .tabs .tabs__body__items .search_results_cat .cat_search_cat_prod .category-list li:hover a {
  color: #F3F3F3;
}
.catalog__wrapper .category_filters .tabs.open .tabs__body__items .tabs__body__item .left form {
  max-width: 100%;
}
.catalog__wrapper .category_filters .tabs.open .tabs__body__items .tabs__body__item .left ul {
  visibility: hidden;
  opacity: 0;
  max-width: 0;
}
.catalog__wrapper .search_filter {
  position: relative;
  padding: 0 8px 0 0;
  visibility: hidden;
  height: auto;
  max-height: 0;
  opacity: 0;
  transition: all ease-in-out 0.3s;
}
.catalog__wrapper .search_filter .search_filter_block .filter-title {
  font-size: 14px;
  line-height: 150%;
  font-weight: 500;
  color: #1C1C1A;
}
.catalog__wrapper .search_filter .search_filter_block .filter-list, .catalog__wrapper .search_filter .search_filter_block .tags-slider {
  padding: 0;
  margin: 12px 0 0;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 8px;
       column-gap: 8px;
  row-gap: 8px;
}
.catalog__wrapper .search_filter .search_filter_block .filter-list .tag-item, .catalog__wrapper .search_filter .search_filter_block .tags-slider .tag-item {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 150%;
  font-weight: 500;
  color: #1C1C1A;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 11px;
  border: 1px solid #1C1C1A;
  border-radius: 100px;
  cursor: pointer;
  transition: all ease-in-out 0.3s;
}
.catalog__wrapper .search_filter .search_filter_block .filter-list .tag-item a, .catalog__wrapper .search_filter .search_filter_block .tags-slider .tag-item a {
  white-space: nowrap;
  color: #1C1C1A;
  transition: all ease-in-out 0.3s;
}
.catalog__wrapper .search_filter .search_filter_block .filter-list .tag-item:hover, .catalog__wrapper .search_filter .search_filter_block .tags-slider .tag-item:hover {
  background-color: #1C1C1A;
  color: #F3F3F3;
}
.catalog__wrapper .search_filter .search_filter_block .filter-list .tag-item:hover a, .catalog__wrapper .search_filter .search_filter_block .tags-slider .tag-item:hover a {
  color: #F3F3F3;
}
.catalog__wrapper .search_filter .search_filter_block:not(:first-of-type) {
  margin-top: 32px;
}
.catalog__wrapper .search_filter.open {
  opacity: 1;
  padding: 32px 8px 0 0;
  max-height: 1000px;
  overflow-y: auto;
  visibility: visible;
  overflow-x: hidden;
}

.product_wrapper {
  padding-bottom: 0;
}

.products__body .right {
  width: 100%;
}
.products__body .right:has(.no_product) {
  width: 100%;
}
.products__body .right:has(.no_product) .block__more {
  width: 100%;
}
.products__body .right:has(.no_product) .block__more .no_product {
  display: flex;
  align-items: center;
  justify-content: center;
}
.products__body .products__filter__wrapper .select-sort-wrapper {
  display: none;
}
.products__body .products__filter__wrapper .filter__top {
  margin-bottom: 24px;
}
.products__body .products__filter__wrapper .filter__top .filter__title {
  display: flex;
  margin-bottom: 24px;
}
.products__body .products__filter__wrapper .filter__top .filter__labels {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  -moz-column-gap: 12px;
       column-gap: 12px;
}
.products__body .products__filter__wrapper .filter__top .filter__labels li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 4px;
       column-gap: 4px;
  font-size: 12px;
  line-height: 150%;
  font-weight: 500;
  text-transform: uppercase;
  color: #1C1C1A;
  background-color: #D7E6B7;
  border-radius: 100px;
  padding: 12px 8px 12px 16px;
  transition: all ease-in-out 0.3s;
}
.products__body .products__filter__wrapper .filter__top .filter__labels li span {
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.products__body .products__filter__wrapper .filter__top .clear {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
  margin-bottom: 24px;
  width: 100%;
  color: #8E8E8E;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.products__body .products__filter__wrapper .filter__bottom .filter__title {
  display: flex;
  margin-bottom: 24px;
}
.products__body .products__filter__wrapper .filter__bottom .filter__items {
  background-color: #FFFBF8;
  padding: 0 16px;
}
.products__body .products__filter__wrapper .filter__bottom .filter__items .filter__item {
  padding: 12px 0;
  border-bottom: 1px solid #8E8E8E;
}
.products__body .products__filter__wrapper .filter__bottom .filter__items .filter__item:last-of-type {
  border-bottom: none;
}
.products__body .products__filter__wrapper .filter__bottom .filter__items .filter__item .filter__item__header {
  padding-top: 12px;
  padding-bottom: 12px;
  position: relative;
  font-size: 14px;
  line-height: 150%;
  font-weight: 600;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 10px;
       column-gap: 10px;
  transition: all ease-in-out 0.3s;
  cursor: pointer;
}
.products__body .products__filter__wrapper .filter__bottom .filter__items .filter__item .filter__item__header::after {
  content: "";
  position: absolute;
  display: block;
  width: 16px;
  height: 16px;
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="17" viewBox="0 0 16 17" fill="none"><path d="M12.6666 6.5L7.99992 11.1667L3.33325 6.5" stroke="%231C1C1A" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: all ease-in-out 0.3s;
}
.products__body .products__filter__wrapper .filter__bottom .filter__items .filter__item .filter__item__body {
  padding-top: 4px;
  padding-bottom: 12px;
}
.products__body .products__filter__wrapper .filter__bottom .filter__items .filter__item .filter__item__body ul {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
  max-height: 250px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #1C1C1A #E4E4E4;
}
.products__body .products__filter__wrapper .filter__bottom .filter__items .filter__item .filter__item__body ul::-webkit-scrollbar {
  width: 3px;
}
.products__body .products__filter__wrapper .filter__bottom .filter__items .filter__item .filter__item__body ul::-webkit-scrollbar-thumb {
  background-color: #1C1C1A;
  border-radius: 3px;
}
.products__body .products__filter__wrapper .filter__bottom .filter__items .filter__item .filter__item__body ul::-webkit-scrollbar-track {
  background-color: #E4E4E4;
}
.products__body .products__filter__wrapper .filter__bottom .filter__items .filter__item .filter__item__body ul li label {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 149%;
  font-weight: 500;
  color: #1C1C1A;
  position: relative;
  cursor: pointer;
  transition: all ease-in-out 0.3s;
}
.products__body .products__filter__wrapper .filter__bottom .filter__items .filter__item .filter__item__body ul li label span {
  text-transform: capitalize;
  color: #1C1C1A;
  position: relative;
  padding-left: 34px;
  transition: all ease-in-out 0.3s;
}
.products__body .products__filter__wrapper .filter__bottom .filter__items .filter__item .filter__item__body ul li label span::before {
  content: "";
  display: block;
  position: absolute;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border: 1.6px solid #1C1C1A;
  border-radius: 1px;
  overflow: hidden;
  background-color: transparent;
  transition: background-color ease-in-out 0.3s;
}
.products__body .products__filter__wrapper .filter__bottom .filter__items .filter__item .filter__item__body ul li label input {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  z-index: -20;
}
.products__body .products__filter__wrapper .filter__bottom .filter__items .filter__item .filter__item__body ul li label input:checked + span::before {
  background-color: #1C1C1A;
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="11" height="9" viewBox="0 0 11 9" fill="none"><path d="M1 5.2L3.57143 8L10 1" stroke="%23D7E6B7" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-size: 11px 9px;
  background-repeat: no-repeat;
  background-position: center;
}
.products__body .products__filter__wrapper .filter__bottom .filter__items .filter__item .filter__item__body ul li:hover span {
  color: #90C223;
}
.products__body .products__filter__wrapper .filter__bottom .filter__items .filter__item.show .filter__item__header::after {
  transform: translateY(-50%) rotate(180deg);
}
.products__body .products .shop-banner {
  display: flex;
  flex-direction: column;
  justify-content: end;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 16px !important;
  height: unset;
}

.btn__box {
  margin-top: 40px;
}
.btn__box .more {
  margin: 0 auto;
  min-width: 271px;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  transition: all ease-in-out 0.3s;
}
.btn__box .more:hover .show__more {
  color: #EF776A;
}
.btn__box .more .show__more {
  color: #F3F3F3;
  text-transform: uppercase;
  transition: all ease-in-out 0.3s;
}
.btn__box .more.noContent {
  display: none;
}

.woocommerce-pagination {
  display: none !important;
}

.category_description_section {
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
}
.category_description_section h1:first-child, .category_description_section h2:first-child, .category_description_section h3:first-child, .category_description_section h4:first-child, .category_description_section h5:first-child, .category_description_section h6:first-child {
  margin-bottom: 16px;
}
.category_description_section h1 + p, .category_description_section h2 + p, .category_description_section h3 + p, .category_description_section h4 + p, .category_description_section h5 + p, .category_description_section h6 + p,
.category_description_section h1 + ul, .category_description_section h2 + ul, .category_description_section h3 + ul, .category_description_section h4 + ul, .category_description_section h5 + ul, .category_description_section h6 + ul {
  margin-bottom: 32px;
}
.category_description_section p + h1, .category_description_section p + h2, .category_description_section p + h3, .category_description_section p + h4, .category_description_section p + h5, .category_description_section p + h6,
.category_description_section ul + h1, .category_description_section ul + h2, .category_description_section ul + h3, .category_description_section ul + h4, .category_description_section ul + h5, .category_description_section ul + h6 {
  margin-bottom: 16px;
}
.category_description_section p + p, .category_description_section p + ul {
  margin-bottom: 16px;
}
.category_description_section h4 {
  font-size: 18px;
  line-height: 27px;
  font-weight: 700;
}
.category_description_section h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
}
.category_description_section p {
  font-size: 18px;
  line-height: 200%;
  font-weight: 400;
}
.category_description_section ul {
  -webkit-padding-start: 24px;
          padding-inline-start: 24px;
  display: flex;
  flex-direction: column;
  row-gap: 4px;
}
.category_description_section ul li {
  position: relative;
  padding-left: 22px;
  font-size: 18px;
  line-height: 200%;
  font-weight: 400;
}
.category_description_section ul li::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #D7E6B7;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.category_description_section .hidden {
  display: none;
}
.category_description_section .see-more {
  background-color: transparent;
  padding: 0;
  margin-top: 12px;
  color: #EF776A;
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 2px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all ease-in-out 0.3s;
}
.category_description_section .see-more:hover {
  color: #1C1C1A;
}

.our_bestsellers_section .our_bestsellers__inner {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #D7E6B7;
}
.our_bestsellers_section .section__body {
  margin-top: 32px;
}
.our_bestsellers_section .section__body .bestsellers__items {
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
}
.our_bestsellers_section .section__body .bestsellers__items a {
  font-weight: 500;
  color: #1C1C1A;
  text-decoration: underline;
  text-underline-offset: 5px;
  position: relative;
  transition: all ease-in-out 0.3s;
}
.our_bestsellers_section .section__body .bestsellers__items a::after {
  content: " | ";
  font-weight: 500;
  font-size: 14px;
  bottom: 2px;
  right: -5px;
  display: inline-block;
  position: relative;
  margin: 0 7px 0 0;
}
.our_bestsellers_section .section__body .bestsellers__items a:last-of-type::after {
  content: none;
}
.our_bestsellers_section .section__body .bestsellers__items a:hover {
  color: #90C223;
}

.progress-bar {
  display: none;
  width: calc(100% - 16px);
  height: 8px;
  background-color: #E7E6E1;
  border-radius: 60px;
  overflow: hidden;
}
.progress-bar .progress {
  width: 15%;
  border-radius: 60px;
  height: 100%;
  background: #90C223;
  transition: width 0.3s linear;
}

.products__body .products__filter__wrapper .filter__bottom .filter__items .filter__item .filter__item__body ul {
  overflow: hidden;
}

.products__body .products__filter__wrapper .filter__bottom .filter__items .filter__item .filter__item__body ul li label input[value="100-ml"] + span {
  display: none;
  pointer-events: none;
}

.products__body .products__filter__wrapper .filter__bottom .filter__items .filter__item .filter__item__body ul li label input[value="20-ml"] + span {
  display: none;
  pointer-events: none;
}

.products__body .products__filter__wrapper .filter__bottom .filter__items .filter__item:nth-child(3) {
  display: none;
}

@media (max-width: 990px) {
  .our_bestsellers_section .section__body {
    margin-top: 16px;
  }
}
@media (max-width: 800px) {
  .category-header {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .product_wrapper {
    padding-bottom: 24px;
  }
  .catalog__wrapper {
    padding-top: 24px;
  }
  .catalog__wrapper .products__header {
    margin-top: 24px;
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 150%;
    font-weight: 500;
  }
  .catalog__wrapper .products__header .left .products__header-sort {
    position: absolute;
    visibility: hidden;
    z-index: -10;
    opacity: 0;
    pointer-events: none;
  }
  .catalog__wrapper .products__header .left .products__header-count {
    padding: 0;
    font-size: 16px;
    line-height: 24px;
  }
  .catalog__wrapper .products__header .right {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 80px;
    z-index: 10;
    padding: 0 16px;
  }
  .catalog__wrapper .products__header .right .filters__btn {
    padding: 13px 12px;
    height: 48px;
    -moz-column-gap: 12px;
         column-gap: 12px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #1C1C1A;
    color: #F3F3F3;
  }
  .catalog__wrapper .products__header .right .filters__btn svg path {
    stroke: #F3F3F3;
  }
  .catalog__wrapper .products__header .right .filters__btn:hover {
    background-color: #1C1C1A;
    color: #F3F3F3;
  }
  .catalog__wrapper .products__header .right .filters__btn:hover svg path {
    stroke: #F3F3F3;
  }
  .catalog__wrapper .products__header .right .filters__btn.active:hover {
    background-color: #1C1C1A;
    color: #F3F3F3;
  }
  .catalog__wrapper .products__header .right .filters__btn.active:hover svg path {
    stroke: #F3F3F3;
  }
  .catalog__wrapper .category_filters .tabs .tabs__items {
    display: flex;
    align-items: center;
    margin: 0 -16px;
  }
  .catalog__wrapper .category_filters .tabs .tabs__items .tabs__item {
    font-size: 16px;
    line-height: 150%;
    font-weight: 500;
    padding: 12px 15px;
  }
  .catalog__wrapper .category_filters .tabs .tabs__items .tabs__item:first-of-type::before {
    content: none;
  }
  .catalog__wrapper .category_filters .tabs .tabs__body__items {
    padding: 24px 0 24px 16px;
    border-radius: 0;
    -webkit-clip-path: inset(0 round 0);
            clip-path: inset(0 round 0);
    margin: 0 -16px;
    overflow: hidden;
    max-width: 100vw;
  }
  .catalog__wrapper .category_filters .tabs .tabs__body__items.open {
    -webkit-clip-path: inset(0 round 0);
            clip-path: inset(0 round 0);
  }
  .catalog__wrapper .category_filters .tabs .tabs__body__items .tabs__body__item {
    position: relative;
  }
  .catalog__wrapper .category_filters .tabs .tabs__body__items .tabs__body__item .left {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 16px;
  }
  .catalog__wrapper .category_filters .tabs .tabs__body__items .tabs__body__item .left form {
    max-width: 100%;
    padding-right: 60px;
  }
  .catalog__wrapper .category_filters .tabs .tabs__body__items .tabs__body__item .left form input[type=search] {
    padding: 16.5px 50px 16.5px 24px;
  }
  .catalog__wrapper .category_filters .tabs .tabs__body__items .tabs__body__item .left form input[type=search]::-webkit-search-cancel-button {
    width: 16px;
    height: 16px;
    background-size: 16px 16px;
  }
  .catalog__wrapper .category_filters .tabs .tabs__body__items .tabs__body__item .left form input.search-submit, .catalog__wrapper .category_filters .tabs .tabs__body__items .tabs__body__item .left form .search_submit {
    width: 40px;
    height: 40px;
    padding: 8px;
    right: 68px;
  }
  .catalog__wrapper .category_filters .tabs .tabs__body__items .tabs__body__item .left ul {
    flex-wrap: nowrap;
    max-width: 100%;
    overflow-y: scroll;
    margin-left: 0;
  }
  .catalog__wrapper .category_filters .tabs .tabs__body__items .tabs__body__item .left .tags-wrapper {
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    height: 43px;
  }
  .catalog__wrapper .category_filters .tabs .tabs__body__items .tabs__body__item .left .tags-wrapper::-webkit-scrollbar {
    display: none;
  }
  .catalog__wrapper .category_filters .tabs .tabs__body__items .tabs__body__item .left .scroll-bar {
    display: none !important;
    width: 100%;
    height: 6px;
    background-color: #E7E6E1;
    border-radius: 60px;
    position: relative;
  }
  .catalog__wrapper .category_filters .tabs .tabs__body__items .tabs__body__item .left .scroll-bar .scroll-thumb {
    width: 30%;
    height: 100%;
    background-color: #90C223;
    border-radius: 10px;
    transition: width 0.2s, transform 0.2s;
  }
  .catalog__wrapper .category_filters .tabs .tabs__body__items .tabs__body__item .right {
    position: absolute;
    top: 12px;
    right: 16px;
    height: -moz-fit-content;
    height: fit-content;
  }
  .catalog__wrapper .category_filters .tabs.open .tabs__body__items .tabs__body__item .left ul {
    visibility: hidden;
    opacity: 0;
    max-width: 0;
    max-height: 0;
  }
  .catalog__wrapper .search_filter {
    padding: 0 0 0 8px;
  }
  .catalog__wrapper .search_filter .search_filter_block {
    position: relative;
  }
  .catalog__wrapper .search_filter .search_filter_block .slick-arrow {
    background-color: transparent;
    padding: 0;
    border: none;
    outline: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    position: absolute;
    top: 0;
    right: 16px;
  }
  .catalog__wrapper .search_filter .search_filter_block .slick-arrow svg path {
    transition: all ease-in-out 0.3s;
  }
  .catalog__wrapper .search_filter .search_filter_block .slick-arrow.slick-prev {
    right: 52px;
  }
  .catalog__wrapper .search_filter .search_filter_block .slick-arrow.slick-disabled svg path {
    stroke: #ADADA5;
  }
  .catalog__wrapper .search_filter .search_filter_block .filter-title {
    font-size: 12px;
    line-height: 150%;
  }
  .catalog__wrapper .search_filter .search_filter_block .filter-list, .catalog__wrapper .search_filter .search_filter_block .tags-slider {
    display: block;
  }
  .catalog__wrapper .search_filter .search_filter_block .filter-list .slick-list, .catalog__wrapper .search_filter .search_filter_block .tags-slider .slick-list {
    margin: 0 -4px;
  }
  .catalog__wrapper .search_filter .search_filter_block .filter-list .tag-item, .catalog__wrapper .search_filter .search_filter_block .tags-slider .tag-item {
    margin: 0 4px;
  }
  .catalog__wrapper .search_filter .search_filter_block:not(:first-of-type) {
    margin-top: 24px;
  }
  .catalog__wrapper .search_filter.open {
    padding: 16px 0 8px 8px;
  }
  .products__body .left {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: -100%;
    padding: 0;
    z-index: 9999;
    max-height: 85vh;
    min-height: 55vh;
    background-color: #FFF;
    transition: all ease-in-out 0.3s;
  }
  .products__body .left .left-inner {
    max-height: 85vh;
    min-height: 55vh;
    overflow-y: auto;
    padding: 16px 16px 22px 16px;
  }
  .products__body .left.open {
    bottom: 0;
  }
  .products__body .left::before {
    content: "";
    position: absolute;
    z-index: 9999;
    right: 16px;
    top: -36px;
    width: 24px;
    height: 24px;
    background-position: center;
    background-size: 24px;
    background-image: url("../../img/close-search.svg");
    pointer-events: none;
  }
  .products__body .left .products__filter__wrapper {
    max-width: 100%;
    padding-right: 0;
    height: 100%;
  }
  .products__body .left .products__filter__wrapper .select-sort-wrapper {
    display: block;
  }
  .products__body .left .products__filter__wrapper .select-sort-wrapper span.p5 {
    display: flex;
    margin-bottom: 8px;
    font-size: 12px;
    line-height: 14px;
    font-weight: 600;
  }
  .products__body .left .products__filter__wrapper .custom-select-wrapper {
    position: relative;
    min-width: unset;
    width: 100%;
    min-height: 42px;
    margin-bottom: 24px;
  }
  .products__body .left .products__filter__wrapper .custom-select-wrapper .custom-select {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #F3F3F3;
    border: 1px solid #1C1C1A;
    border-radius: 24px;
    padding: 8px 11px;
    min-height: 42px;
    font-size: 16px;
    line-height: 150%;
    font-weight: 600;
    cursor: pointer;
    transition: all ease-in-out 0.3s;
  }
  .products__body .left .products__filter__wrapper .custom-select-wrapper .custom-select .custom-select-placeholder {
    width: 100%;
    position: relative;
    padding-right: 20px;
  }
  .products__body .left .products__filter__wrapper .custom-select-wrapper .custom-select .custom-select-placeholder::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 16px;
    height: 24px;
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="24" viewBox="0 0 16 24" fill="none"><path d="M12.6666 10L7.99992 14.6667L3.33325 10" stroke="%231C1C1A" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-repeat: no-repeat;
    transition: all ease-in-out 0.3s;
  }
  .products__body .left .products__filter__wrapper .custom-select-wrapper .custom-select ul {
    width: 100%;
    height: auto;
    max-height: 0;
    opacity: 0;
    pointer-events: none;
    transition: all ease-in-out 0.3s;
  }
  .products__body .left .products__filter__wrapper .custom-select-wrapper .custom-select ul li {
    position: relative;
    padding: 8px 16px 7px 0;
    border: 1px solid transparent;
    color: #1C1C1A;
    cursor: pointer;
    transition: all ease-in-out 0.3s;
  }
  .products__body .left .products__filter__wrapper .custom-select-wrapper .custom-select ul li::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 16px;
    height: 24px;
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="24" viewBox="0 0 16 24" fill="none"><path d="M3.33325 12.6665L5.99992 15.3332L12.6666 8.6665" stroke="%231C1C1A" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-repeat: no-repeat;
    opacity: 0;
    pointer-events: none;
    transition: all ease-in-out 0.3s;
  }
  .products__body .left .products__filter__wrapper .custom-select-wrapper .custom-select ul li:hover {
    border-bottom: 1px solid #1C1C1A;
  }
  .products__body .left .products__filter__wrapper .custom-select-wrapper .custom-select ul li.active {
    border-bottom: 1px solid #1C1C1A;
  }
  .products__body .left .products__filter__wrapper .custom-select-wrapper .custom-select ul li.active::after {
    opacity: 1;
  }
  .products__body .left .products__filter__wrapper .custom-select-wrapper.active .custom-select .custom-select-placeholder::before {
    transform: translateY(-50%) rotate(180deg);
  }
  .products__body .left .products__filter__wrapper .custom-select-wrapper.active .custom-select ul {
    max-height: 1000px;
    padding-top: 12px;
    opacity: 1;
    pointer-events: auto;
  }
  .products__body .left .products__filter__wrapper .filter__bottom .filter__title {
    font-size: 16px;
    color: #1C1C1A;
    margin-bottom: 12px;
  }
  .products__body .left .products__filter__wrapper .filter__bottom .filter__items {
    margin: 0 -16px;
  }
  .products__body .left .products__filter__wrapper .filter__bottom .filter__items .filter__item .filter__item__body ul li label span {
    text-transform: capitalize;
  }
  .products__body .left .products__filter__wrapper .filter__top .filter__labels li {
    font-weight: 400;
    padding: 9px 8px 9px 16px;
  }
  .products__body .left .products__filter__wrapper .filter__top .filter__title {
    font-size: 16px;
  }
  .products__body .left .products__filter__wrapper .filter__top .clear {
    font-size: 16px;
  }
  .products__body .left .products__filter__wrapper .filter__bottom .filter__items .filter__item .filter__item__body ul {
    max-height: 210px;
  }
  .products__body .products .shop-banner {
    background-size: cover;
    padding: 8px !important;
  }
  .products__body .products .shop-banner .shop_banner_btn {
    font-size: 14px;
    font-weight: 500;
  }
  .category_description_section {
    padding-top: 24px;
    padding-bottom: 24px;
    font-size: 14px;
    line-height: 150%;
    font-weight: 500;
  }
  .category_description_section h1 + p, .category_description_section h2 + p, .category_description_section h3 + p, .category_description_section h4 + p, .category_description_section h5 + p, .category_description_section h6 + p,
  .category_description_section h1 + ul, .category_description_section h2 + ul, .category_description_section h3 + ul, .category_description_section h4 + ul, .category_description_section h5 + ul, .category_description_section h6 + ul {
    margin-bottom: 16px;
  }
  .category_description_section p + h1, .category_description_section p + h2, .category_description_section p + h3, .category_description_section p + h4, .category_description_section p + h5, .category_description_section p + h6,
  .category_description_section ul + h1, .category_description_section ul + h2, .category_description_section ul + h3, .category_description_section ul + h4, .category_description_section ul + h5, .category_description_section ul + h6 {
    margin-bottom: 12px;
  }
  .category_description_section p + p, .category_description_section p + ul {
    margin-bottom: 12px;
  }
  .category_description_section ul {
    margin-top: -4px;
  }
  .category_description_section p {
    font-size: 14px;
    line-height: 150%;
    font-weight: 500;
  }
  .category_description_section ul {
    -webkit-padding-start: 0;
            padding-inline-start: 0;
    row-gap: 12px;
  }
  .category_description_section ul li {
    padding-left: 20px;
    font-size: 14px;
    line-height: 150%;
    font-weight: 500;
  }
  .category_description_section ul li::before {
    width: 8px;
    height: 8px;
  }
  .category_description_section .see-more {
    margin-top: 0;
    font-weight: 600;
    font-size: 14px;
    text-underline-offset: 3px;
  }
  .btn__box {
    margin-top: 24px;
  }
  .btn__box .more {
    min-width: 271px;
    width: 100%;
    max-width: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    transition: all ease-in-out 0.3s;
  }
  .btn__box .more:hover .show__more {
    color: #EF776A;
  }
  .btn__box .more .show__more {
    color: #F3F3F3;
    text-transform: uppercase;
    transition: all ease-in-out 0.3s;
  }
  .btn__box .more.noContent {
    display: block;
  }
  .search_results_cat .product__item {
    border-radius: 12px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    background-color: #F3F3F3;
  }
  .search_results_cat .product__item .img__wrapper {
    height: 64px;
    width: 64px;
  }
  .search_results_cat .product__item .img__wrapper a {
    width: 64px;
    height: 64px;
  }
  .search_results_cat .product__item .img__wrapper .labels__wrapper {
    display: none;
  }
  .search_results_cat .product__item .text__wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: calc(100% - 64px);
    padding: 4px 4px 4px 16px;
  }
  .search_results_cat .product__item .text__wrapper .top .stars__wrapper {
    display: none;
    row-gap: 8px;
  }
  .search_results_cat .product__item .text__wrapper .top .stars__wrapper .rating .star__box {
    width: 52px;
  }
  .search_results_cat .product__item .text__wrapper .top .stars__wrapper .rating .star__box .star__box__default {
    height: 8px;
    width: 52px;
  }
  .search_results_cat .product__item .text__wrapper .top .stars__wrapper .rating .star__box .star__box__active {
    height: 8px;
  }
  .search_results_cat .product__item .text__wrapper .top .stars__wrapper .rating .rating__num {
    margin-right: 8px;
  }
  .search_results_cat .product__item .text__wrapper .top .stars__wrapper .review__num {
    font-weight: 400;
  }
  .search_results_cat .product__item .text__wrapper .top .category {
    margin-top: 0;
    font-size: 14px;
    line-height: 21px;
  }
  .search_results_cat .product__item .text__wrapper .top .title {
    margin-top: 4px;
  }
  .search_results_cat .product__item .text__wrapper .top .title .p4 {
    color: #1C1C1A;
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
  }
  .search_results_cat .product__item .text__wrapper .top .title .p4.bold {
    font-weight: 600;
    line-height: 14px;
  }
  .search_results_cat .product__item .text__wrapper .bottom {
    padding-left: 8px;
    margin-top: 0;
    white-space: nowrap;
  }
  .search_results_cat .product__item .text__wrapper .bottom .price__wrapper {
    flex-direction: column;
    align-items: flex-end;
    row-gap: 4px;
  }
  .search_results_cat .product__item .text__wrapper .bottom .price__wrapper:has(.price__old) .price__old {
    color: #8E8E8E;
    text-decoration: line-through;
  }
  .search_results_cat .product__item .text__wrapper .bottom .price__wrapper:has(.price__old) .price__new {
    color: #E25F2B;
  }
  .search_results_cat .product__item .text__wrapper .bottom .price__wrapper .price__old, .search_results_cat .product__item .text__wrapper .bottom .price__wrapper .price__new {
    font-size: 14px;
    line-height: 21px;
    font-weight: 600;
  }
  .search_results_cat .product__item .text__wrapper .bottom .price__wrapper .price__new {
    color: #1C1C1A;
    text-decoration: none;
  }
  .search_results_cat .product__item .text__wrapper .bottom .price__wrapper .price__old {
    font-size: 12px;
    line-height: 14px;
  }
  .search_results_cat .product__item .text__wrapper .bottom .product__actions__btn {
    display: none;
  }
  .progress-bar {
    display: block;
  }
  .catalog__wrapper .category_filters .tabs .tabs__body__items .search_results_cat {
    padding-top: 0 !important;
    padding-right: 16px;
  }
  .catalog__wrapper .category_filters .tabs .tabs__body__items .search_results_cat:has(> .products) {
    padding-top: 0 !important;
  }
}
@media (max-width: 576px) {
  .our_bestsellers_section .our_bestsellers__inner {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .our_bestsellers_section .section__header h4 {
    line-height: 28px;
  }
  .our_bestsellers_section .section__body .bestsellers__items {
    font-size: 14px;
    line-height: 21px;
    font-weight: 500;
  }
  .our_bestsellers_section .section__body .bestsellers__items a {
    font-weight: 700;
    position: relative;
    transition: all ease-in-out 0.3s;
  }
  .our_bestsellers_section .section__body .bestsellers__items a::after {
    font-size: 10px;
    bottom: 1px;
    right: -5px;
    margin: 0 7px 0 0;
  }
}
.top_categories_section .section__body {
  margin-top: 32px;
}
.top_categories_section .section__body .top_categories ul {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 8px;
       column-gap: 8px;
  row-gap: 16px;
}
.top_categories_section .section__body .top_categories ul li {
  border-radius: 100px;
  border: 1px solid #1C1C1A;
  padding: 11px;
  text-transform: uppercase;
  transition: all ease-in-out 0.3s;
}
.top_categories_section .section__body .top_categories ul li a {
  color: #1C1C1A;
  transition: all ease-in-out 0.3s;
}
.top_categories_section .section__body .top_categories ul li:hover {
  background-color: #1C1C1A;
}
.top_categories_section .section__body .top_categories ul li:hover a {
  color: #F3F3F3;
}

@media (max-width: 768px) {
  .top_categories_section .section__header h4 {
    line-height: 28px;
  }
  .top_categories_section .section__body {
    margin-top: 16px;
    padding: 0;
  }
  .top_categories_section .section__body .top_categories ul {
    -moz-column-gap: 8px;
         column-gap: 8px;
    row-gap: 8px;
  }
  .top_categories_section .section__body .top_categories ul li.hidden-mobile {
    display: none;
  }
}
/*# sourceMappingURL=category.css.map */
