@charset "UTF-8";

/** BEGIN SECTION PRODUCT CARD INNER */

.product-card .label {
  width: auto;
  min-width: 24px;
}

.product-card__header-mob {
  display: none !important;
}

.product-card__link-mob {
  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;
  border-radius: 8px;
  width: 32px;
  height: 32px;
}

.product-card__link-mob:not(:last-child) {
  margin: 0 16px 0 0;
}

.product-card__link-mob:active {
  background: var(--Accent-50);
}

.product-card__link-mob .icon {
  width: 20px;
  height: 20px;
  stroke: var(--Brand-700);
}

.product-card__title-mob {
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
}

.product-card__content {
  gap: 30px;
}

.product-card__col {
  min-width: 0;
  width: 100%;
}

.product-card h1 {
  font-size: 30px;
  margin: 0 0 30px 0;
}

.product-card h2 {
  margin: 0 0 16px 0;
}

.product-card__item {
  padding: 30px;
}

.product-card__item:not(:last-child) {
  border-bottom: 2px solid #d9d9d9;
}

.product-card__wrapp:not(:last-child) {
  margin: 0 0 16px 0;
}

.product-card__wrapp:nth-child(3) {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.product-card__wrapp p {
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
}

.product-card__wrapp .icon {
  min-width: 16px;
  width: 16px;
  height: 16px;
  margin: 0 4px 0 0;
  stroke: var(--Gray-600);
}

.product-card__text-small {
  font-size: 12px;
  color: var(--Gray-400);
  margin: 0 0 0 7px;
}

.product-card__text-small .icon {
  min-width: 8px;
  width: 8px;
  height: 14px;
  stroke: none;
  fill: var(--Gray-400);
  margin: 0 1px 0 0;
}

.product-card__text-info {
  color: var(--Gray-400);
  margin: 0 30px 0 0;
}

.product-card__text {
  color: var(--Gray-800);
}

.product-card__text p {
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.product-card__text p:not(:last-child) {
  margin: 0 0 15px 0;
}

.product-card__text:not(:last-child) {
  margin: 0 0 30px 0;
}

.product-card__list {
  color: var(--Gray-800);
}

.product-card__list li {
  font-weight: 500;
  line-height: 150%;
}

.product-card__list li:not(:last-child) {
  margin: 0 0 10px 0;
}

.product-card__alert {
  margin: 30px 0 0 0;
}

.product-card__alert .icon {
  width: 48px;
  min-width: 48px;
  height: 48px;
  stroke: var(--Warning-600);
  margin: 0 8px 0 0;
}

.product-card__alert span {
  font-size: 12px;
  color: var(--Gray-400, #98a2b3);
}

.product-card__link {
  position: relative;
  color: var(--Accent-700);
  font-weight: 600;
  line-height: 145%;
  padding: 0 6px 0 0;
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
}

.product-card__link::before,
.product-card__link::after {
  background: var(--Accent-700);
}

.product-card__link.active::before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.product-card__link.active::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.product-gallery {
  margin: 0 0 35px 0;
}

.product-gallery__content {
  position: relative;
  height: 560px;
  margin: 0 0 16px 0;
  overflow: hidden;
  border-radius: 8px;
}

.product-gallery__item {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  overflow: hidden;
  border-radius: 8px;
  z-index: 5;
}

.product-gallery__item:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.product-gallery__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.product-gallery__nav {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}

.product-gallery__nav .swiper-slide {
  cursor: pointer;
  height: 65px;
  overflow: hidden;
  border-radius: 4px;
}

.product-gallery__nav .swiper-slide:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.product-gallery__nav .swiper-slide .img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.product-gallery__nav .swiper-slide.swiper-slide-thumb-active::before {
  opacity: 0;
}

.product-gallery__nav .swiper-slide.last-visible::after {
  opacity: 1;
  visibility: visible;
}

.product-gallery__nav .swiper-slide:last-child::after {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.product-gallery__nav .swiper-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  background: var(--Gray-400, #98a2b3);
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
}

.product-gallery__nav .swiper-slide::after {
  content: "+ " attr(data-total-slides) " şəkil";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
  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;
  line-height: 140%;
  color: var(--Base-White);
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
  visibility: hidden;
}

.product-gallery .swiper-btn {
  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;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  border-radius: 50%;
  background: #1018287a;
  width: 48px;
  height: 48px;
  z-index: 15;
}

.product-gallery .swiper-btn .icon {
  min-width: 30px;
  width: 30px;
  height: 30px;
  stroke: var(--Base-White);
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
}

.product-gallery .swiper-btn_prev {
  left: 16px;
}

.product-gallery .swiper-btn_prev .icon {
  margin: 0 1px 0 0;
}

.product-gallery .swiper-btn_next {
  right: 16px;
}

.product-gallery .swiper-btn_next .icon {
  margin: 0 0 0 1px;
}

.characteristics-list {
  font-size: 16px;
}

.characteristics-list__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.characteristics-list__item b {
  display: block;
  line-height: 150%;
  white-space: nowrap;
  font-weight: 700;
}

.characteristics-list__item span {
  width: 50%;
  font-weight: 500;
  color: var(--Gray-600, #475467);
  line-height: 150%;
}

.characteristics-list__item:not(:last-child) {
  margin: 0 0 16px 0;
}

.views-info {
  color: var(--Gray-600);
  font-weight: 500;
}

.views-info .icon {
  width: 16px;
  height: 16px;
  margin: 0 4px 0 0;
  stroke: var(--Gray-600);
}

.sidebar {
  position: -webkit-sticky;
  position: sticky;
  width: 385px;
  min-width: 385px;
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
}

.sidebar_mob {
  display: none;
}

.sidebar__top {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-bottom: 2px solid #eaecf0;
}

.sidebar__action {
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 14px 32px;
}

.sidebar__action:not(:last-child)::before {
  opacity: 1;
  visibility: visible;
}

.sidebar__action::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  right: 0;
  height: calc(100% - 8px);
  width: 2px;
  background: var(--Gray-200);
  opacity: 0;
  visibility: hidden;
}

.sidebar__action .icon {
  width: 32px;
  height: 32px;
  padding: 6px;
  border-radius: 8px;
  stroke: var(--Brand-600);
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
}

.sidebar__action span {
  color: var(--Gray-600);
  line-height: 150%;
}

.sidebar__action:active .icon {
  background: var(--Accent-50);
}

.sidebar__body {
  position: relative;
  margin: 0 0 16px 0;
  padding: 30px 32px;
}

.sidebar__info-views {
  -webkit-column-gap: 35px;
     -moz-column-gap: 35px;
          column-gap: 35px;
  row-gap: 15px;
}

.sidebar__info-views span {
  color: var(--Gray-400, #98a2b3);
  line-height: 140%;
}

.sidebar__wrapp {
  position: relative;
}

.sidebar__wrapp:not(:last-child) {
  padding: 0 0 30px 0;
  margin: 0 0 30px 0;
}

.sidebar__wrapp:not(:last-child)::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -30px;
  width: calc(100% + 60px);
  height: 1px;
  background: var(--Gray-200);
}

.sidebar__price {
  margin: 0 0 16px 0;
}

.sidebar__price p {
  font-size: 36px;
  font-weight: 700;
  line-height: 122%;
  letter-spacing: -0.72px;
}

.sidebar__price span {
  color: var(--Gray-400, #98a2b3);
  line-height: 140%;
}

.sidebar__row {
  gap: 10px;
  margin: 0 0 30px 0;
}

.sidebar__btn {
  width: 100%;
}

.sidebar__btn.btn__accent {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 0 16px 0;
}

.sidebar__btn.btn__accent p {
  font-weight: 400;
  font-size: 18px;
  line-height: 155%;
  margin: 0 0 2px 0;
}

.sidebar__btn.btn__accent b {
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
}

.sidebar__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: var(--Gray-600, #475467);
}

.sidebar__item p {
  font-weight: 700;
  line-height: 145%;
  margin: 0 0 8px 0;
}

.sidebar__item span {
  font-size: 12px;
}

.sidebar__item:not(:last-child) {
  border-right: 1px solid var(--Gray-200, #eaecf0);
}

.sidebar__info {
  color: var(--Gray-400);
}

.sidebar__alert {
  color: var(--Gray-400);
}

.sidebar__alert .icon {
  width: 48px;
  min-width: 48px;
  height: 48px;
  stroke: var(--Warning-600);
  margin: 0 8px 0 0;
}

.sidebar__text {
  line-height: 150%;
  margin: 0 0 18px 0;
}

.sidebar__btns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.sidebar__btns .sidebar__action {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 12px;
  padding: 26px 12px;
}

.sidebar__btns .sidebar__action span {
  color: var(--Brand-600);
}

.sidebar__btns .sidebar__action .icon {
  margin: 0;
}

.sidebar__btns:not(:last-child) {
  margin: 0 0 30px 0;
}

.sidebar__action-text p {
  color: var(--Gray-600);
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
}

.sidebar__action-text span {
  color: var(--Accent-600);
  line-height: 140%;
}

.user {
  margin: 0 0 30px 0;
}

.user__avatar {
  min-width: 48px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
  background: var(--Gray-100, #f2f4f7);
  margin: 0 14px 0 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.user__avatar .icon {
  stroke: var(--Gray-600);
  width: 28px;
  height: 28px;
}

.user__name {
  color: var(--Gray-800);
  font-size: 18px;
  font-weight: 700;
  line-height: 155%;
  margin: 0 0 5px 0;
}

.user__position {
  color: var(--Gray-400);
}

.shop {
  margin: 0 0 30px 0;
}

.shop__avatar {
  width: 64px;
  height: 64px;
  border-radius: 8px;
  overflow: hidden;
  margin: 0 14px 0 0;
}

.shop__avatar .img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.shop__name {
  color: var(--Gray-800);
  font-size: 18px;
  font-weight: 700;
  line-height: 155%;
  margin: 0 0 5px 0;
}

.shop__count {
  color: var(--Gray-400, #98a2b3);
  line-height: 145%;
}

.shop-info {
  margin: 18px 0 30px 0;
  width: 85%;
}

.shop-info__item {
  line-height: 145%;
  font-weight: 500;
}

.shop-info__item:not(:last-child) {
  margin: 0 0 16px 0;
}

.shop-info__item .icon {
  min-width: 16px;
  width: 16px;
  height: 16px;
  stroke: var(--Gray-600);
  margin: 2px 4px 0 0;
}

.shop-info__link {
  text-decoration: underline;
}

.info-block {
  width: calc(100% + 64px);
  margin: -30px 0 -30px -32px;
  padding: 26px 32px;
  border-radius: 0px 0px 8px 8px;
}

.info-block .icon {
  min-width: 48px;
  width: 48px;
  height: 48px;
  margin: 0 16px 0 0;
  stroke: var(--Base-White);
}

.info-block__title {
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}

.info-block__list {
  color: var(--Base-White);
  list-style: disc;
  padding: 0 0 0 20px;
  font-size: 12px;
  margin: 0 0 16px 0;
  line-height: 150%;
}

.info-block__text {
  color: var(--Base-White, #fff);
  font-size: 12px;
  line-height: 150%;
}

.offer-block {
  border-radius: 8px;
  padding: 16px;
  margin: 0 0 16px 0;
}

.offer-block.border {
  border: 1px solid var(--Brand-600, #da5c19);
  background: var(--Gray-25, #fcfcfd);
}

.offer-block.bg .offer-block__title {
  color: var(--Base-White);
}

.offer-block.bg .icon {
  stroke: var(--Base-White);
}

.offer-block .icon {
  width: 20px;
  min-width: 20px;
  height: 20px;
  margin: 0 8px 0 0;
  stroke: var(--Brand-700);
}

.offer-block__title {
  color: var(--Base-Black, #000);
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
}

.offer-block__text {
  color: var(--Gray-600, #475467);
  line-height: 145%;
  width: 70%;
}

.offer-block__info {
  border-radius: 16px;
  border: 1px solid var(--Blue-200, #b2ddff);
  background: var(--Blue-50, #eff8ff);
  white-space: nowrap;
  color: var(--Blue-700, #175cd3);
  text-align: center;
  font-weight: 500;
  line-height: 145%;
  padding: 4px 12px;
}

/** END SECTION PRODUCT CARD INNER */

/** BEGIN SECTION PRODUCTS */

.products__row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 30px 0;
}

.products__row .select-second_tabs-nav {
  display: none;
}

.products__row .select-second_tabs-nav a {
  pointer-events: none;
}

.products__wrapp {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 25px;
}

.products__btn.btn {
  font-size: 14px;
}

.pcard {
  position: relative;
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
          box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  font-size: 16px;
}

.pcard__interact {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 200px;
  padding: 15px;
}

.pcard__slider {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 200px;
}

.pcard__slider .img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
}

.pcard__slider .swiper-btn {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  border-radius: 50%;
  background: #1018287a;
  width: 24px;
  height: 24px;
  z-index: 5;
}

.pcard__slider .swiper-btn .icon {
  min-width: 15px;
  width: 15px;
  height: 15px;
  stroke: var(--Base-White);
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
}

.pcard__slider .swiper-btn_prev {
  left: 16px;
}

.pcard__slider .swiper-btn_prev .icon {
  margin: 0 1px 0 0;
}

.pcard__slider .swiper-btn_next {
  right: 16px;
}

.pcard__slider .swiper-btn_next .icon {
  margin: 0 0 0 1px;
}

.pcard__row {
  position: relative;
  width: 100%;
  z-index: 3;
}

.pcard__btn-favorite {
  position: relative;
  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: 24px;
  height: 24px;
  border-radius: 4px;
  background: var(--Gray-100);
}

.pcard__btn-favorite .icon {
  width: 16px;
  height: 16px;
  stroke: var(--Brand-600);
}


.pcard__btn-favorite.active .icon {
  stroke: var(--Base-White);
}

.pcard__info {
  padding: 12px 16px;
}

.pcard__price {
  color: var(--Base-Black);
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  margin: 0 0 8px 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.pcard__name {
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
  min-height: 40px;
  margin: 0 0 8px 0;
}

.pcard__text {
  font-weight: 400;
  font-size: 12px;
  color: var(--Gray-400);
}

.pcard__text .icon {
  stroke: none;
  fill: var(--Gray-400);
  margin: 0 2px 0 0;
  width: 10px;
  min-width: 10px;
}

.pcard__text p {
  line-height: 100%;
}

.pcard .label:not(:last-child) {
  margin: 0 8px 0 0;
}

.pcard .fake-link {
  z-index: 5;
}

.pcard .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  bottom: 8px;
  padding: 0 16px;
}

.pcard .swiper-pagination .swiper-pagination-bullet {
  width: 100%;
  height: 2px;
  border-radius: 0;
  opacity: 0.5;
  background: var(--Gray-200, #eaecf0);
}

.pcard .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}

/** END SECTION PRODUCTS */

@media (max-width: 1299.98px) {
  .products__wrapp {
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
    row-gap: 15px;
  }

  .pcard__interact {
    padding: 8px;
  }

  .pcard__info {
    padding: 8px 8px 10px 8px;
  }
}

@media (max-width: 1154.98px) {
  .product-gallery__content {
    height: 480px;
  }

  .sidebar {
    width: 350px;
    min-width: 350px;
  }
}

@media (max-width: 1109.98px) {
  .pcard__price {
    font-size: 18px;
  }

  .pcard__text p {
    font-size: 10px;
  }
}

@media (max-width: 991.98px) {
  .page_product-card {
    margin: 35px 0 0 0;
  }

  .page_product-card .filter {
    display: none;
  }

  .product-card__header-mob {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    margin: 0 0 16px 0;
  }

  .product-card__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
    gap: 0;
  }

  .product-card__col {
    margin: 0 0 25px 0;
  }

  .product-card h1 {
    font-size: 25px;
  }

  .product-card__item {
    width: 100%;
  }

  .product-gallery {
    min-width: 0;
    max-width: 100%;
    margin: 0 0 25px 0;
  }

  .product-gallery__content {
    height: 420px;
  }

  .product-gallery__nav {
    display: none;
  }

  .product-gallery .swiper-btn_prev {
    left: 8px;
  }

  .product-gallery .swiper-btn_next {
    right: 8px;
  }

  .sidebar_mob {
    display: block;
    margin: 0 0 25px 0;
  }

  .sidebar {
    width: 100%;
    min-width: auto;
  }

  .sidebar__top {
    width: 100%;
  }

  .sidebar__body {
    width: 100%;
  }

  .sidebar__btns {
    width: 100%;
  }

  .products__row {
    margin: 0 0 24px 0;
  }

  .products__row .select-second_tabs-nav {
    width: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .products__row .select-second_tabs-nav .select-second__selected-list {
    width: 100%;
  }

  .products__wrapp {
    grid-template-columns: repeat(3, 1fr);
  }

  .pcard__price {
    font-size: 16px;
  }
}

@media (max-width: 767.98px) {
  .product-card__item {
    padding: 15px;
  }

  .product-card__text p {
    font-size: 14px;
  }

  .characteristics-list {
    font-size: 14px;
  }

  .sidebar__action {
    padding: 10px;
  }

  .sidebar__body {
    padding: 25px 15px;
  }

  .sidebar__price {
    margin: 0 0 5px 0;
  }

  .sidebar__row {
    margin: 0 0 15px 0;
  }

  .sidebar__btns .sidebar__action {
    padding: 10px;
  }

  .info-block {
    width: calc(100% + 30px);
    margin: -30px 0 -30px -15px;
    padding: 15px;
  }

  .products__row .select-second .select-second__selected-list {
    width: 200px;
  }

  .products__wrapp {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 599.98px) {
  .product-card__item.grid-2 {
    grid-template-columns: repeat(1, 1fr);
  }

  .characteristics-list:not(:last-child) {
    margin: 0 0 16px 0;
  }
}

@media (max-width: 479.98px) {
  .product-card .label {
    min-width: 16px;
    height: auto;
  }

  .product-card .label .icon {
    width: 16px;
    height: 16px;
  }

  .product-card h1 {
    font-size: 20px;
    margin: 0 0 16px 0;
  }

  .product-card__row {
    -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;
  }

  .product-gallery {
    margin: 0 0 16px 0;
  }

  .product-gallery__content {
    height: 300px;
  }

  .characteristics-list__item span {
    font-size: 14px;
  }

  .sidebar__btns:not(:last-child) {
    margin: 0 0 16px 0;
  }

  .offer-block__title {
    font-size: 16px;
  }

  .offer-block__text {
    font-size: 13px;
    width: 90%;
  }

  .products__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .products__row .select-second .select-second__selected-list {
    width: 100%;
  }

  .products__row .select-second_tabs-nav {
    width: 100%;
  }

  .products__title {
    margin: 0 0 15px 0;
  }

  .products__btn.btn {
    width: 100%;
  }

  .pcard__interact {
    height: 135px;
  }

  .pcard__slider {
    height: 135px;
  }

  .pcard__slider .swiper-btn {
    display: none;
  }

  .pcard__btn-favorite {
    width: 16px;
    height: 16px;
  }

  .pcard__btn-favorite .icon {
    width: 11px;
    height: 11px;
  }

  .pcard__price {
    font-size: 14px;
  }

  .pcard__name {
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    display: -moz-box;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    box-orient: vertical;
  }

  .pcard__text p {
    font-size: 8px;
  }
}

@media (max-width: 424.98px) {
  .product-gallery__content {
    height: 240px;
  }
}

@media (max-width: 369.98px) {
  .sidebar__link {
    font-size: 14px;
    padding: 5px;
  }

  .sidebar__info {
    font-size: 12px;
  }

  .sidebar__btns .sidebar__action {
    gap: 6px;
  }

  .sidebar__btns .sidebar__action p {
    font-size: 13px;
  }

  .sidebar__btns .sidebar__action span {
    font-size: 12px;
  }

  .products__wrapp {
    grid-template-columns: repeat(1, 1fr);
    max-width: 80%;
    margin: 0 auto;
  }

  .pcard {
    font-size: 14px;
  }
}

@media (any-hover: hover) {
  .product-card__link:hover {
    color: var(--Accent-800);
  }

  .product-card__link:hover::before,
  .product-card__link:hover::after {
    background: var(--Accent-800);
  }

  .product-gallery__nav .swiper-slide:hover:not(.swiper-slide-thumb-active)::before {
    opacity: 0.4;
  }

  .product-gallery .swiper-btn:hover {
    background: #ffffffcc;
  }

  .product-gallery .swiper-btn:hover .icon {
    stroke: var(--Gray-700);
  }

  .sidebar__action:hover .icon {
    background: var(--Gray-100);
  }

  .pcard:hover {
    -webkit-box-shadow: 0px 0px 15px rgba(16, 24, 40, 0.159);
            box-shadow: 0px 0px 15px rgba(16, 24, 40, 0.159);
  }

  .pcard:hover .pcard__slider .img {
    -webkit-transform: scale(1.08);
        -ms-transform: scale(1.08);
            transform: scale(1.08);
  }

  .pcard__slider .swiper-btn:hover {
    background: #ffffffcc;
  }

  .pcard__slider .swiper-btn:hover .icon {
    stroke: var(--Gray-700);
  }
}