.showing-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 17px;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 2.2px;
  text-transform: uppercase;
  color: #202020;
}
.showing-number__item {
  padding: 0 5px;
  cursor: pointer;
}
.showing-number__item--active {
  position: relative;
}
.showing-number__item--active:before {
  content: '';
  position: absolute;
  right: 7.2px;
  left: 5px;
  bottom: 3px;
  height: 0;
  border-bottom: 1px solid;
}
.product-short {
  width: 100%;
}
.product-short__image {
  position: relative;
  margin-bottom: 8px;
}
.product-short__title-wrapper {
  text-overflow: ellipsis;
  font-size: 16px;
  font-weight: 600;
  overflow: hidden;
  display: block;
  margin-top: 19px;
}
.product-short__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 16px;
}
.product-short__left {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  padding-right: 8px;
  white-space: nowrap;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-short__price {
  font-size: 20px;
  font-weight: bold;
}
.product-short__price--old {
  color: #898989;
  vertical-align: middle;
  display: inline-block;
  font-size: 20px;
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
  font-weight: 600;
  margin-left: 8px;
}
.product-short__center {
  white-space: nowrap;
  padding: 8px 10px;
  border-radius: 24px;
  background-color: #fff;
}
.product-short__counter {
  width: 1.5em;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  vertical-align: middle;
}
.product-short__right {
  padding: 0;
  padding-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-short__btn {
  padding: 0;
  width: 24px;
  height: 24px;
  padding-bottom: 1px;
}
.product-short__btn + .product-short__btn {
  margin-left: 8px;
}
.product-short__icon {
  width: 22px;
  height: 22px;
  color: #C8C8C8;
  -webkit-transition-property: color, -webkit-transform;
  transition-property: color, -webkit-transform;
  transition-property: color, transform;
  transition-property: color, transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.product-short__icon--sm {
  width: 17px;
  height: 17px;
}
.product-short__icon--selected {
  color: #FED044;
}
.product-short__icon--highlighted {
  color: #FF4D41;
}
.product-short__count {
  color: #6A6A6A;
  padding: 20px;
}
.product-short__count-update {
  font-size: 10px;
  line-height: 15px;
  color: #6A6A6A;
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.product-short__count-update--active {
  opacity: 1;
}
.product-short .dots-indicator {
  list-style: none;
  padding: 0;
  min-height: 6px;
  margin-top: 15px;
  margin-bottom: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.product-short .dots-indicator__item {
  width: 6px;
  height: 6px;
  margin-left: 2px;
  margin-right: 2px;
  border-radius: 50%;
  background-color: #A5A5A6;
}
.product-short .dots-indicator__item.active {
  background-color: #050505;
}
.category__filter {
  padding-top: 38px;
}
@media (min-width: 767px) {
  .category__filter-btn {
    display: none;
  }
}
.category__filter-content {
  overflow-y: hidden;
  -webkit-transition-property: height;
  transition-property: height;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.category__filter-content-btn {
  margin-bottom: 8px;
}
.category__filter-item {
  line-height: 18px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding-bottom: 16px;
  border-bottom: 1px solid #DCDCDC;
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.category__filter-item > * + * {
  margin-left: 16px;
}
.category__filter-item--title {
  font-weight: bold;
  font-weight: 900;
}
.category__filter-item--no-border {
  border: none;
  margin: 0;
  padding-bottom: 0;
}
.category__filter-input {
  width: 64px;
  text-transform: uppercase;
  border-radius: 0;
  padding: 8px;
}
.category__filter-btn-wrapper {
  text-align: center;
  margin-bottom: 8px;
}
.category__btn-tag {
  text-transform: lowercase;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  margin-right: 16px;
  margin-top: 16px;
  font-size: 12px;
  height: 24px;
  border: 1px solid #F0F0F0;
  background-color: transparent;
  color: #6A6A6A;
  cursor: pointer;
  outline: none;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.category__btn-tag-wrapper {
  max-width: 100%;
}
.category__btn-tag:hover {
  border-color: #FED044;
  color: #FED044;
}
.category__btn-tag--selected {
  border-color: #202020;
}
.category__content {
  grid-column: 1 / span 3;
}
@media (max-width: 1024px) {
  .category__content {
    grid-column-end: span 2;
  }
}
@media (max-width: 767px) {
  .category__content {
    display: block;
    margin-top: 28px;
  }
}
.category__products {
  margin-bottom: 24px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 8px;
}
@media (min-width: 768px) {
  .category__products {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
  }
}
.filter-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}
.filter-panel__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.filter-drop-down__title {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  color: #202020;
  background: none;
  outline: none;
  border: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.filter-drop-down {
  position: relative;
}
.filter-drop-down__title-img {
  width: 6.34px;
  height: 6.34px;
  margin-left: 8px;
  padding-bottom: 3px;
}
.filter-panel__button-img {
  width: 16px;
  height: 10px;
  margin-left: 8px;
}
.filter-panel__button {
  border: none;
  outline: none;
  background: none;
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  color: #202020;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  display: none;
  padding: 0;
}
.filter-drop-down:not(:last-child) {
  margin-right: 40px;
}
.filter-drop-down-list {
  position: absolute;
  width: 180px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  padding: 16px 0px;
  list-style: none;
  margin-top: 7px;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.filter-drop-down-list--left {
  right: 0;
}
.filter-drop-down-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  color: #202020;
  padding: 7.5px 12px;
  cursor: pointer;
}
.filter-drop-down-list__item--active {
  font-weight: bold;
  background-color: rgba(236, 236, 237, 0.4) !important;
}
.filter-drop-down-list__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.filter-drop-down-list--broad {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 16px 15px;
}
.filter-drop-down-list__input {
  width: 64px;
  height: 32px;
  border: 2px solid #F1F1F1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: 11px;
  padding-left: 10px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  color: #202020;
}
.filter-drop-down-list__apply-button,
.filter-panel__apply-button {
  background: #050505;
  border: none;
  outline: none;
  padding: 12px 24px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  color: #fff;
  font-weight: 600;
  border-radius: 24px;
  margin-top: 20px;
  cursor: pointer;
}
.filter-panel__apply-button {
  display: none;
}
.filter-drop-down__checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.filter-drop-down__checkbox + label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}
.filter-drop-down__checkbox + label::before {
  content: '';
  display: inline-block;
  border: 1px solid #F1F1F1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  width: 13px;
  height: 13px;
  margin-right: 5px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}
.filter-drop-down__checkbox:checked + label::before {
  background-color: #202020;
  background-image: url("../img/arrow-checkbox.svg");
}
.filter-drop-down__checkbox:not(:disabled):not(:checked) + label:hover::before {
  border-color: black;
}
.filter-drop-down-list__checkbox-label {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  color: #202020;
}
label {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  color: #202020;
}
@media (max-width: 650px) {
  .filter-panel {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .filter-panel__group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .filter-panel__button {
    display: block;
  }
  .filter-drop-down__title {
    padding: 0;
  }
  .filter-drop-down-list__item {
    font-size: 12px;
  }
  .filter-drop-down-list--broad {
    padding: 0;
    width: 190px;
  }
  .filter-drop-down:not(:last-child) {
    margin-right: 0px;
  }
  .filter-panel__apply-button {
    display: block;
  }
}
.catalog-page .product-short {
  background-color: #ECECED;
  border-radius: 14px;
  overflow: hidden;
  position: relative;
}
.catalog-page .product-short__favorite {
  position: absolute;
  top: 8px;
  right: 8px;
}
.catalog-page .product-short .basket-btn {
  min-width: 34px;
  min-height: 34px;
  max-width: 34px;
  max-height: 34px;
  border-radius: 999px;
  background-color: #050505;
}
.catalog-page .product-short__icon--selected path {
  fill: #050505;
  stroke: #050505;
}
.catalog-page .product-short .product-labels {
  position: absolute;
  left: 8px;
  top: 8px;
}
.catalog-page .product-short__title {
  height: 38px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.catalog-page .product-short__counter-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.catalog-page .product-short__counter-wrapper input {
  width: 40px;
}
.catalog-page .product-short__counter-wrapper svg {
  width: 18px;
  height: 18px;
  max-width: 18px;
  max-height: 18px;
  margin-bottom: -2px;
}
.catalog-page .h1 {
  margin-top: 24px;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .catalog-page .h1 {
    margin-top: 42px;
    margin-bottom: 77px;
  }
}
.catalog-page .h1 > span {
  font-size: 12px;
  margin-left: 13px;
}
.catalog-page-categories {
  max-width: 100%;
  color: #898989;
  overflow: auto;
}
.catalog-page-categories-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 61px;
  z-index: 100;
  padding: 10px 0;
  background: #fff;
}
@media (min-width: 768px) {
  .catalog-page-categories-sticky {
    top: 77px;
  }
}
@media (min-width: 992px) {
  .catalog-page-categories-sticky {
    top: 77px;
  }
}
.catalog-page-categories::-webkit-scrollbar {
  display: none;
}
.catalog-page-categories ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.catalog-page-categories ul a {
  list-style-type: none;
  padding: 11px 23px;
  border-radius: 19px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  white-space: nowrap;
}
.catalog-page-categories ul a.active {
  background-color: #050505;
  color: white;
}
.catalog-page-categories ul a:last-child {
  margin-right: 200px;
}
.catalog-page-categories ul a + li {
  margin-left: 8px;
}
.catalog-page .filter-panel {
  display: none;
  margin-top: 42px;
}
@media (min-width: 768px) {
  .catalog-page .filter-panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.catalog-page .filter-panel .filter-drop-down__title,
.catalog-page .filter-panel .filter-drop-down-list__item,
.catalog-page .filter-panel .filter-drop-down-list__item label {
  font-weight: 500;
  font-size: 14px;
}
.catalog-page .filter-panel .filter-drop-down__title-img {
  width: 12px;
  height: 12px;
}
.catalog-page .filter-panel .filter-drop-down-list,
.catalog-page .filter-panel .filter-drop-down-list--broad {
  border-radius: 12px;
}
.catalog-page .filter-panel .filter-drop-down-list__apply-button {
  border-radius: 19px;
  background: #050505;
  padding: 11px 20px;
  font-weight: 500;
  color: white;
  width: 90%;
  margin: 12px auto 6px;
}
.products-no-result {
  font-size: 14px;
  font-weight: 500;
  margin-top: 70px;
}
.mobile-filter-panel {
  padding: 13px 0px;
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .mobile-filter-panel {
    display: none;
  }
}
.mobile-filter-panel .mobile-limit .filter-drop-down-list {
  position: absolute !important;
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
  min-width: 100px;
  padding: 12px 0px !important;
  border-radius: 6px;
}
.mobile-filter-panel .mobile-limit .filter-drop-down-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mobile-filter-panel .filter-drop-down-list {
  padding: 0;
  position: static;
  width: 100%;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.mobile-filter-panel .filter-drop-down-list button {
  display: none;
}
.mobile-filter-panel .filter-drop-down-list__item {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.mobile-filter-panel .filter-mobile-item-title {
  margin: 26px 0px 22px;
}
.mobile-filter-panel .mobile-sale {
  padding: 0 8px;
  margin-top: 32px;
}
.mobile-filter-panel .filter-panel__apply-button {
  margin-top: 32px;
}
.mobile-filter-panel .filter-drop-down__title-img {
  width: 14px;
  height: 14px;
}
.mobile-filter-panel-btn {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.mobile-filter-panel-btn svg {
  margin-left: 8px;
}
.mobile-filter-modal {
  position: fixed;
  z-index: 1000;
  top: 94px;
  left: 0;
  width: 100vw;
  height: calc(100vh - 89px);
  background-color: white;
}
.mobile-filter-modal.is-catalog {
  top: 89px !important;
}
@media (min-width: 768px) {
  .mobile-filter-modal {
    display: none;
  }
}
.mobile-filter-modal-title {
  position: relative;
  text-align: center;
  margin: 0 16px;
  padding: 10px;
  font-size: 16px;
  font-weight: 500;
}
.mobile-filter-modal-title::after {
  content: url("../img/arrow.svg");
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  position: absolute;
  left: 0;
}
.mobile-filter-modal-content {
  color: #050505;
  max-height: 100%;
  overflow: auto;
  padding-bottom: 80px;
}
.mobile-filter-modal-content label {
  font-size: 14px;
}
.mobile-filter-modal-content::-webkit-scrollbar {
  display: none;
}
.mobile-filter-modal .filter-drop-down-list.filter-drop-down-list--broad {
  width: 100%;
}
.mobile-filter-modal .filter-drop-down-list__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 640px) {
  .mobile-filter-modal .filter-drop-down-list__wrapper > div {
    width: 48%;
  }
  .mobile-filter-modal .filter-drop-down-list__wrapper > div input {
    width: 100%;
  }
}
.filter-drop-down-list__input {
  border-radius: 23px;
  background-color: #ECECED;
  outline: none;
}
.filter-mobile-item-title {
  font-size: 16px;
  font-weight: 500;
  margin: 26px 0;
}
.filter-panel__apply-button {
  width: 100%;
  background-color: #050505;
  border-radius: 24px;
  font-weight: 600;
  color: #fff;
  padding: 14px 51px;
}
