.product-card-wrap.hover {
  position: relative;
  z-index: 4; }
  .product-card-wrap.hover .product-card {
    height: auto; }
  .product-card-wrap.hover .product-card__offers {
    display: block; }

.product-card {
  height: 100%;
  min-width: 0;
  padding: 35px 25px 30px 25px;
  background: #fff;
  transition: box-shadow ease 0.3s, border ease 0.3s, background ease 0.3s;
  border: 1px solid #e3e3e3; }
  .product-card:hover {
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1);
    z-index: 1; }
  .product-card__inner {
    display: flex;
    flex-direction: column;
    flex: 1;
    height: 100%;
    position: relative; }
  .product-card__top {
    margin: 0 auto;
    display: block; }
  .product-card__badge {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #757575;
    font-size: 13px;
    gap: 5px;
    transition: all ease .3s; }
    .product-card__badge path {
      fill: #A0A0A0; }
    @media (min-width: 767.75px) {
      .product-card__badge {
        cursor: pointer; }
        .product-card__badge:hover {
          color: #757575;
          opacity: .7; } }
  .product-card__top-badges {
    position: absolute;
    z-index: 3;
    top: -20px;
    left: -10px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px; }
  .product-card__images {
    padding-bottom: 10px; }
  .product-card__img {
    height: 215px; }
    .product-card__img img {
      width: 100%;
      height: 100%;
      object-fit: contain; }
  .product-card__bottom-badges {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2; }
  .product-card__info {
    display: flex;
    flex-direction: column;
    flex: 1;
    flex-basis: auto;
    gap: 20px;
    border-top: 1px solid #E3E3E3;
    padding-top: 10px; }
  .product-card__info-body {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .product-card__price-new {
    white-space: nowrap;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    color: #000000; }
  .product-card__price-old {
    margin-top: 3px;
    display: flex;
    white-space: nowrap;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 18px;
    color: #444444; }
    .product-card__price-old span {
      text-decoration: line-through; }
    .product-card__price-old .discount {
      margin-left: 7px; }
      .product-card__price-old .discount span {
        text-decoration: none; }
  .product-card__grid {
    display: flex;
    align-items: center;
    gap: 5px; }
    .product-card__grid-title {
      color: #757575;
      font-size: 13px;
      font-style: normal;
      font-weight: 300;
      line-height: normal; }
      .product-card__grid-title span {
        color: #000; }
    .product-card__grid-property {
      padding: 6px 10px;
      color: #000;
      font-size: 12px;
      font-style: normal;
      font-weight: 300;
      line-height: normal;
      border: 1px solid #8a6048; }
  .product-card__title {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    -webkit-line-clamp: 2;
    height: 48px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    display: -moz-box;
    overflow: hidden;
    color: #000000; }
  .product-card__info-line {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e3e3e3; }
  .product-card__rating {
    display: flex;
    gap: 1px;
    fill: #e3e3e3; }
    .product-card__rating .filled {
      fill: #8a6048; }
  .product-card__review {
    fill: #000000;
    display: flex;
    align-items: center; }
    .product-card__review span {
      color: #000000;
      font-size: 14px;
      font-style: normal;
      font-weight: 300;
      line-height: normal;
      margin-left: 5px; }
  .product-card__sku {
    color: #999;
    font-size: 0.8125rem;
    line-height: calc(1em + 7px); }
  .product-card__actions {
    margin-top: 20px;
    position: relative; }
  .product-card__actions-inner {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    justify-content: normal; }
  .product-card__btns {
    width: 160px;
    margin-left: auto; }
    .product-card__btns .counter {
      height: 42px;
      width: 160px; }
    .product-card__btns .counter__action {
      flex: 0 0 52px; }
  .product-card__buy {
    fill: #fff;
    padding: 10px 35px;
    font-size: 15px;
    height: 42px;
    width: 160px; }
    .product-card__buy svg path {
      stroke: #fff; }
    .product-card__buy.btn {
      height: 42px; }
    @media (max-width: 1280px) {
      .product-card__buy {
        padding: 10px 21px; } }
  .product-card__more {
    display: none; }
  .product-card__favorite {
    position: absolute;
    z-index: 4;
    right: 0;
    background: #f8f8f8;
    border-radius: 50%;
    fill: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 42px;
    width: 42px;
    cursor: pointer;
    transition: background 0.3s; }
    .product-card__favorite svg path {
      transition: 0.3s; }
    .product-card__favorite:hover svg path {
      stroke: #8a6048; }
    .product-card__favorite.active:hover svg path {
      stroke: #8a6048;
      fill: transparent; }
    .product-card__favorite.active svg path {
      stroke: #8a6048;
      fill: #8a6048; }

@media (max-width: 767.75px) {
  .product-card__actions {
    display: flex;
    flex-direction: column-reverse; }
  .product-card__btns {
    width: auto;
    flex: 1; }
    .product-card__btns .btn {
      width: 100%; }
    .product-card__btns .counter {
      width: 100%; }
  .product-card__offers {
    display: block;
    margin-bottom: 10px; } }

@media (max-width: 600.75px) {
  .product-card__info {
    gap: 15px; }
  .product-card__btns .counter__action {
    flex: 0 0 45px; } }

.utp {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0px 8px; }
  @media (max-width: 766.75px) {
    .utp {
      gap: 6px; } }
  .utp .product-card__grid-property {
    margin-top: 6px;
    border-color: #E3E3E3;
    transition: all ease .3s; }
    .utp .product-card__grid-property.active {
      border-color: #8a6048;
      pointer-events: none; }
    .utp .product-card__grid-property:hover {
      cursor: pointer;
      border-color: #8a6048; }

.utp-color {
  width: 30px;
  height: 30px;
  border: 1px solid #E3E3E3;
  background: var(--bg-utp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  flex-shrink: 0;
  margin-top: 6px;
  transition: all ease .3s; }
  .utp-color:hover {
    cursor: pointer;
    border-color: #8a6048; }
  .utp-color.active {
    pointer-events: none;
    border-color: #8a6048; }

.utp-capacity {
  height: 33px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  font-size: 15px;
  border: 1px solid #fff;
  transition: all ease .3s;
  margin-top: 8px; }
  .utp-capacity.active {
    border-color: #8a6048;
    pointer-events: none; }
  .utp-capacity:hover {
    cursor: pointer;
    border-color: #8a6048; }

.product-block__grid__group {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: space-between; }
