.header_shop .header__shop-actions {
  margin-left: 7.708vw;
}
.header_shop .header__shop-actions .header__search:hover svg path,
.header_shop .header__shop-actions .header__comp:hover svg path,
.header_shop .header__shop-actions .header__cart:hover svg path {
  fill: #ef642d;
}
.header_shop .header__shop-actions .header__fav:hover svg path {
  stroke: #ef642d;
}

.nav_shop {
  display: flex;
  align-items: center;
  gap: 3.698vw;
}
.nav_shop a {
  color: #1f1f1d;
  font-size: 0.938vw;
}

.header__right_shop {
  gap: 2.083vw;
}

.header_shop {
  background: #fafafa;
}
.header_shop .hamburger svg line {
  stroke: #1f1f1d;
}
.header_shop .hamburger:hover svg line {
  stroke: #ef642d;
}
.header_shop .header__btn {
  box-shadow: 0 0 0 1px inset #1f1f1d;
  color: #1f1f1d;
}
.header_shop .header__btn svg path {
  fill: #1f1f1d;
}
.header_shop .header__btn:hover {
  box-shadow: 0 0 0 1px inset #ef642d;
  color: #fafafa;
}
.header_shop .header__btn:hover svg path {
  fill: #fafafa;
}

.cards-section__top_shop {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5.521vw;
}

.card__bottom {
  display: flex;
  align-items: end;
  justify-content: space-between;
}
.card__pricing {
  margin-top: 1.146vw;
}
.card__pricing-old {
  height: 1.354vw;
  font-size: 0.938vw;
  font-style: normal;
  font-weight: 400;
  line-height: 1.349vw; /* 143.889% */
  text-transform: uppercase;
  text-decoration: line-through;
  opacity: 0.57;
}
.card__pricing-current {
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.025vw;
  text-transform: uppercase;
}
.card__actions {
  display: flex;
  gap: 0.625vw;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.card__actions svg {
  width: 1.667vw;
  height: 1.667vw;
}
.card__actions svg path {
  transition: 0.2s;
}
.card__compare:hover svg path,
.card__compare.is-active svg path {
  fill: #ef642d;
}
.card__fav:hover svg path {
  stroke: #ef642d;
}
.card__fav.is-active svg path {
  fill: #ef642d;
  stroke: #ef642d;
}
.card__add:hover svg path {
  fill: #ef642d;
}

.cards-section__slider_shop {
  width: 89.408vw;
}
.cards-section__slider_shop .slick-list {
  margin: 0 -0.521vw;
  padding-top: 1.354vw;
  overflow: visible;
}
.cards-section__slider_shop .card {
  margin: 0 0.521vw;
}

.card_shop {
  border-radius: 1.302vw;
  padding: 1.302vw 1.563vw 2.396vw 1.563vw;
}
.card_shop .card__title {
  overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  font-size: 1.458vw;
  line-height: 1;
}
.card_shop .card__title-wrap {
  height: 3.021vw;
}
.card_shop .card__image {
  height: 17.5vw;
}
.card_shop .card__meta {
  margin-top: 2.708vw;
  margin-bottom: 0.938vw;
}
.card_shop:hover .card__actions {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 1150px) {
  .header_shop .header__shop-actions {
    margin-left: 0;
  }
  .nav_shop {
    display: none;
  }
  .header__right_shop {
    gap: 3.906vw;
  }
  .cards-section__top_shop {
    margin-bottom: 1.953vw;
  }
  .card__pricing {
    margin-top: 1.563vw;
  }
  .card__pricing-old {
    height: 1.563vw;
    font-size: 1.563vw;
    line-height: 1.2; /* 143.889% */
    margin-bottom: 0.391vw;
  }
  .card__pricing-current {
    font-size: 1.953vw;
    line-height: 1.1;
    letter-spacing: 0.039vw;
  }
  .card__actions {
    gap: 0.781vw;
    opacity: 1;
    visibility: visible;
  }
  .card__actions svg {
    width: 2.865vw;
    height: 2.865vw;
    display: block;
  }
  .cards-section__slider_shop {
    width: 82.856vw;
  }
  .cards-section__slider_shop .slick-list {
    margin: 0 -5px;
    padding-top: 2.344vw;
  }
  .cards-section__slider_shop .card {
    margin: 0 5px;
  }
  .card_shop {
    border-radius: 2.604vw;
    padding: 1.042vw 2.344vw 2.604vw 2.344vw;
  }
  .card_shop .card__title {
    height: 3.906vw;
    font-size: 1.953vw;
    line-height: 1.953vw;
  }
  .card_shop .card__image {
    height: 26.563vw;
  }
  .card_shop .card__meta {
    margin-top: 1.432vw;
    margin-bottom: 1.563vw;
  }
  .cards-section__next_shop {
    margin-top: 2.344vw;
  }
}
@media (max-width: 576px) {
  .header__shop-actions {
    gap: 5.556vw;
  }
  .header__shop-actions svg {
    width: 6.667vw;
    height: 6.667vw;
  }
  .header__right_shop {
    gap: 8.333vw;
  }
  .header__cart-quant {
    font-size: 2.778vw;
    width: 6.111vw;
    height: 6.111vw;
    top: -3.056vw;
    right: -3.056vw;
  }
  .page__title {
    font-size: 5.556vw;
    line-height: 6.111vw; /* 110% */
    letter-spacing: 0.094vw;
  }
  .cards-section__top_shop {
    margin-bottom: 6.667vw;
  }
  .card__pricing {
    margin-top: 3.333vw;
  }
  .card__pricing-old {
    height: 3.333vw;
    font-size: 3.333vw;
    line-height: 1; /* 143.889% */
  }
  .card__pricing-current {
    font-size: 4.167vw;
    line-height: 1;
    letter-spacing: 0.133vw;
  }
  .card__actions {
    gap: 3.333vw;
  }
  .card__actions svg {
    width: 6.667vw;
    height: 6.667vw;
  }
  .cards-section__slider_shop {
    width: 100%;
  }
  .cards-section__slider_shop .slick-list {
    margin: 0 -8px;
    padding-top: 5vw;
  }
  .cards-section__slider_shop .card {
    margin: 0 8px;
  }
  .card_shop {
    border-radius: 5.556vw;
    padding: 4.722vw 6.944vw 6.944vw 6.944vw;
  }
  .card_shop .card__title {
    height: 11.111vw;
    font-size: 5.556vw;
    line-height: 1;
  }
  .card_shop .card__image {
    height: 64.167vw;
  }
  .card_shop .card__meta {
    margin-top: 0.556vw;
    margin-bottom: 3.889vw;
  }
}