.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;
}
.modal-gallery-swiper {
  height: 100%;
}
.modal-gallery-swiper .swiper {
  height: 100%;
}
.modal-gallery-swiper .swiper-pagination {
  display: none;
}
.modal-gallery-swiper .swiper-container {
  height: 100%;
}
.modal-gallery-swiper .swiper-slide {
  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;
  cursor: pointer;
}
.modal-gallery-swiper .swiper-slide > div {
  width: 100%;
}
.modal-gallery-swiper .swiper-slide > div > .custom-slider-image {
  background-color: unset;
}
.mini-gallery-swiper {
  height: 140px;
}
.mini-gallery-swiper .swiper {
  height: 100%;
}
.mini-gallery-swiper .swiper-container {
  height: 100%;
}
.mini-gallery-swiper .swiper-slide {
  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;
  width: 33%!important;
  cursor: pointer;
}
.mini-gallery-swiper .swiper-slide > div {
  height: 100%;
  width: 100%;
}
.mini-gallery-swiper .swiper-slide > div > .custom-slider-image {
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-top: 4px;
}
.mini-gallery-swiper .swiper-slide > div > .custom-slider-image::before {
  content: '';
  height: 4px;
  width: 0;
  background-color: #FED044;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: absolute;
  top: 0;
  left: 0;
}
.mini-gallery-swiper .swiper-slide > div > .custom-slider-image:hover {
  background-color: #F5F6F8;
}
.mini-gallery-swiper .swiper-slide > div > .custom-slider-image:hover::before {
  width: 100%;
}
.product-swiper .swiper-pagination {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -45px);
          transform: translate(-50%, -45px);
}
.product-swiper .swiper-pagination-bullet {
  background-color: #050505;
  opacity: 0.3;
}
.product-swiper .swiper-pagination-bullet-active {
  opacity: 1;
}
.product-swiper .swiper-pagination span + span {
  margin-left: 10px;
}
.swiper .swiper-button-next,
.swiper .swiper-button-prev {
  background-color: #000;
  width: 40px;
  height: 60px;
  color: #fff;
}
.swiper .swiper-button-next:after,
.swiper .swiper-button-prev:after {
  font-size: 16px;
  font-weight: bold;
}
.swiper .swiper-button-next {
  right: 0;
}
.swiper .swiper-button-prev {
  left: 0;
}
.custom-slider-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  aspect-ratio: 1.10663984;
  background-color: #E3E3E3;
}
.custom-slider-image > img {
  max-width: 100%;
  margin: 0 auto;
  max-height: 100%;
}
@media (min-width: 640px) {
  .product {
    padding-top: 40px;
  }
}
.product-viewed {
  margin-top: 40px;
}
.product-viewed h2 {
  margin-bottom: 32px;
  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;
}
.product-viewed h2 span {
  font-size: 20px;
  font-weight: 700;
}
.product-viewed h2 > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .product-viewed h2 > div {
    display: none;
  }
}
.product-viewed h2 > div > div {
  width: 22px;
  height: 22px;
  cursor: pointer;
}
.product-viewed h2 > div .swiper-button-prev-products-viewed {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.product__row {
  padding: 32px 0;
}
@media (max-width: 1024px) {
  .product__row-description {
    display: block;
  }
}
.product__row-main {
  padding-top: 0px;
  padding-bottom: 48px;
}
@media (min-width: 640px) {
  .product__row-main {
    padding-top: 40px;
  }
}
@media (max-width: 1024px) {
  .product__row-main {
    display: block;
  }
}
.product__row-main-images {
  position: relative;
}
@media (max-width: 1024px) {
  .product__row-main-images {
    margin-bottom: 48px;
  }
}
@media (max-width: 1024px) {
  .product__row-main-item--empty {
    display: none;
  }
}
.product__row-tags {
  padding-top: 0;
  padding-bottom: 64px;
}
.product__row-subtitle {
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 48px;
  margin-bottom: 48px;
}
.product__values {
  border-left: 1px solid #C8C8C8;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  height: 100%;
}
@media (max-width: 1024px) {
  .product__values {
    border: none;
    margin-top: 32px;
  }
}
@media (max-width: 374px) {
  .product__values {
    display: block;
  }
}
.product__values-item {
  text-align: left;
  font-size: 16px;
  white-space: nowrap;
}
@media (max-width: 374px) {
  .product__values-item {
    display: block;
  }
  .product__values-item + .product__values-item {
    margin-top: 16px;
  }
}
.product__values-item-title {
  color: #6A6A6A;
  font-weight: 300;
  font-size: 16px;
  margin-bottom: 12px;
}
@media (max-width: 374px) {
  .product__values-item-title {
    margin-bottom: 0;
  }
}
.product__values-item-value {
  font-weight: bold;
}
.product__price-value {
  color: #050505;
  font-size: 20px;
  font-weight: 700;
}
.product__price-value--old {
  margin-left: 8px;
  color: #898989 !important;
  font-size: 20px;
  font-weight: 600;
  text-decoration: line-through;
}
.product__counters {
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.product__counters-item-title {
  font-size: 12px;
  margin-bottom: 24px;
}
.product__counters-item-btn {
  background-color: transparent;
  margin-right: 16px;
}
.product__counters-item-btn:before {
  border: 2px solid currentColor;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.product__counters-item-btn:hover,
.product__counters-item-btn:focus {
  background-color: initial;
}
.product__counters-item-btn-icon {
  width: 24px;
  height: 24px;
}
.product__counters-item-btn--selected {
  background-color: #202020;
  color: #FFFFFF;
}
.product__counters-item-btn--selected:before {
  border: none;
}
.product__counters-item-btn--selected:hover,
.product__counters-item-btn--selected:focus {
  background-color: #202020;
}
.product__counter-block {
  border-radius: 24px;
  background: #ECECED;
  white-space: nowrap;
  color: #202020;
  padding: 8px 12px;
  height: 34px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product__counter-block button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 16px;
}
.product__counter-block-icon {
  width: 12px;
  height: 12px;
  vertical-align: middle;
}
.product__counter-block-value {
  background: #ECECED;
  width: 4em;
  display: inline-block;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  vertical-align: middle;
}
.product__tag {
  width: 100%;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background-color: #F1F1F1;
  border-radius: 4px;
  display: block;
  line-height: 44px;
  padding-top: 4px;
  font-size: 16px;
}
.product-marketplace-notify {
  background: #FDEC53;
  padding: 8px 12px;
  text-align: center;
  color: #202020;
  font-size: 14px;
  font-weight: 600;
  margin-top: 20px;
}
.product-short {
  background-color: #ECECED;
  border-radius: 14px;
  overflow: hidden;
  position: relative;
}
.product-short__favorite {
  position: absolute;
  top: 8px;
  right: 8px;
}
.product-short .basket-btn {
  min-width: 34px;
  min-height: 34px;
  max-width: 34px;
  max-height: 34px;
  border-radius: 999px;
  background-color: #050505;
}
.product-short__icon--selected path {
  fill: #050505;
  stroke: #050505;
}
.product-short__title {
  height: 38px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.product-short__counter-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-short__counter-wrapper input {
  width: 40px;
}
.product-short__counter-wrapper svg {
  width: 18px;
  height: 18px;
  max-width: 18px;
  max-height: 18px;
  margin-bottom: -2px;
}
@media (min-width: 640px) {
  .product-ml {
    margin-left: 20px;
  }
}
@media (min-width: 992px) {
  .product-ml {
    margin-left: 40px;
  }
}
@media (max-width: 640px) {
  .sm-hide {
    display: none;
  }
}
.content .slider.content {
  margin: 0 !important;
}
@media (min-width: 640px) {
  .sm-only {
    display: none;
  }
}
.product-page .slider.content {
  min-height: auto;
}
.product-page-btns {
  margin-top: 33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 640px) {
  .product-page-btns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.product-page-btns button + button {
  margin-top: 14px;
}
@media (min-width: 640px) {
  .product-page-btns button + button {
    margin-left: 12px;
    margin-top: 0px;
  }
}
.product-page-btns-basket {
  background-color: transparent;
  color: #050505;
  border: 1px solid #050505;
}
.product-page-btns-basket:hover,
.product-page-btns-basket:focus {
  background-color: transparent;
}
.product-page-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 16px;
  margin-top: 26px;
}
.product-page-desc {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 33px;
}
.product-page .product__attributes {
  border-bottom: 1px solid #DADADA;
  padding-bottom: 24px;
  gap: 20px;
  margin-bottom: 24px;
}
@media (min-width: 640px) {
  .product-page .product__attributes {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
.product-page .product__attributes-item {
  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;
  width: 100%;
}
@media (min-width: 640px) {
  .product-page .product__attributes-item {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.product-page .product__attributes-item-title {
  color: #898989;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
  margin-right: 20px;
}
.product-page .product__attributes-item-value {
  font-size: 14px;
  color: #050505;
  font-weight: 500;
}
.product-counter-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.counter-with-favorite {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.counter-with-favorite > button {
  margin-left: 12px;
  margin-right: 0px;
}
.product-counter-favorite {
  min-width: 34px;
  cursor: pointer;
  max-width: 34px;
  min-height: 34px;
  max-height: 34px;
  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;
  background-color: #050505;
  padding-top: 2px;
  border-radius: 9999px;
  border: none;
}
.product-counter-favorite svg {
  min-width: 34px;
}
.product-counter-favorite.product__counters-item-btn--selected {
  background-color: transparent;
}
.product-counter-favorite.product__counters-item-btn--selected svg,
.product-counter-favorite.product__counters-item-btn--selected svg > path {
  fill: #050505;
  stroke: #050505;
}
.product-labels {
  position: absolute;
  left: 8px;
  top: 8px;
  z-index: 100;
}
.favorite-grid {
  grid-gap: 10px !important;
}
@media (min-width: 992px) {
  .favorite-grid {
    grid-gap: 30px !important;
  }
}
.favorite-grid .grid-item,
.favorite-grid .product-short {
  height: 100%;
}
.filter-drop-down__title {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  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: 14.34px;
  height: 14.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: 1000;
  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;
}
.limit-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 23px;
}
.favorite-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 41px 0px;
}
@media (max-width: 768px) {
  .favorite-title {
    margin-bottom: 21px;
    margin-top: 21px;
  }
}
.favorite-title div {
  font-size: 12px;
  font-weight: 600;
  margin-top: 4px;
  margin-left: 14px;
}
@media (min-width: 768px) {
  .favorite-title div {
    margin-top: 10px;
  }
}
.favorite-title .h1 {
  padding: 0;
  margin: 0;
}
