.product-block {
  padding: 25px 30px;
  border: 1px solid #e3e3e3;
  background: #fff;
  position: relative; }
  @media (max-width: 991.75px) {
    .product-block {
      padding: 20px; } }
  @media (max-width: 359px) {
    .product-block {
      min-width: auto;
      padding: 20px 10px; } }
  .product-block:hover {
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1); }
  .product-block__inner {
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: 100%;
    position: relative; }
  .product-block__header {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
    align-items: flex-start;
    height: 36px; }
  .product-block__labels {
    display: flex;
    flex-direction: column;
    gap: 5px;
    font-size: 12px;
    text-align: right; }
  .product-block__label--v2 {
    color: #757575; }
  .product-block__label b {
    font-weight: 600; }
  .product-block__badges {
    position: static;
    display: flex;
    align-items: center;
    top: 0;
    left: 0;
    gap: 10px; }
  .product-block__badge {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #757575;
    font-size: 13px;
    gap: 5px;
    transition: all ease .3s; }
    .product-block__badge path {
      fill: #A0A0A0; }
    @media (min-width: 767.75px) {
      .product-block__badge {
        cursor: pointer; }
        .product-block__badge:hover {
          color: #757575;
          opacity: .7; } }
  .product-block__title {
    color: #000000;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 5px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block; }
  .product-block__subtitle {
    color: #757575;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px;
    min-height: 22px;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    display: -moz-box;
    overflow: hidden;
    height: 60px;
    margin-bottom: 15px; }
  .product-block__body {
    display: flex;
    gap: 25px;
    justify-content: space-between; }
    .product-block__body-left {
      flex-grow: 1; }
  .product-block__body-group {
    display: flex;
    gap: 15px;
    margin-bottom: 25px; }
  .product-block__rating {
    align-items: center;
    display: flex;
    gap: 15px; }
  .product-block__stars {
    display: flex;
    gap: 1px;
    fill: #e3e3e3; }
    .product-block__stars .filled {
      fill: #8a6048; }
  .product-block__review {
    fill: #000000;
    display: flex;
    align-items: center; }
    .product-block__review span {
      color: #000000;
      font-size: 14px;
      font-style: normal;
      font-weight: 300;
      line-height: normal;
      margin-left: 5px; }
    @media (max-width: 600.75px) {
      .product-block__review .dn {
        display: none; } }
  .product-block__grid {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 10px;
    margin-bottom: 20px; }
    .product-block__grid__group {
      display: flex;
      gap: 20px;
      justify-content: space-between; }
    .product-block__grid__item.select {
      width: 100%; }
    .product-block__grid__item-row {
      display: flex;
      gap: 5px;
      margin-top: 5px; }
      .product-block__grid__item-row li {
        padding: 0px 10px;
        color: #000000;
        font-size: 12px;
        height: 30px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        border: 1px solid #e3e3e3;
        cursor: pointer;
        display: inline-flex;
        align-items: center;
        justify-content: center; }
        .product-block__grid__item-row li.active {
          border: 1px solid #8a6048; }
    .product-block__grid__item-title {
      color: #757575;
      font-size: 13px;
      font-style: normal;
      font-weight: 300;
      line-height: normal; }
    .product-block__grid__item-select {
      margin-top: 5px; }
      .product-block__grid__item-select .select__header {
        border: 1px solid #e3e3e3;
        color: #000;
        font-size: 13px;
        font-style: normal;
        font-weight: 300;
        line-height: 20px; }
      .product-block__grid__item-select .select__body-list {
        overflow: auto;
        max-height: 150px; }
    .product-block__grid__item-line {
      width: 100%;
      height: 4px;
      margin-top: 5px;
      background: linear-gradient(90deg, black 0%, #e3e3e3 0%); }
  .product-block__img-wrap {
    width: 120px;
    height: 140px;
    position: relative; }
  .product-block__img {
    position: absolute;
    inset: 0; }
    .product-block__img img {
      height: 100%;
      object-fit: contain;
      width: 100%; }
  .product-block__sticker {
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 500;
    color: #FFFFFF;
    border-radius: 100px;
    padding: 2px 6px;
    background-color: #8A6048;
    position: absolute;
    right: -10px;
    left: 10px;
    margin: 0 auto;
    display: table;
    top: 2px;
    transform: rotate(8deg);
    z-index: 2; }
  .product-block__action {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    margin-top: auto; }
    @media (max-width: 359px) {
      .product-block__action {
        margin-top: 10px;
        justify-content: center;
        gap: 10px;
        flex-wrap: wrap; } }
  .product-block__prices {
    color: #000000;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; }
    @media (max-width: 359px) {
      .product-block__prices {
        width: 100%;
        text-align: center; } }
  .product-block__price {
    white-space: nowrap; }
  .product-block__price-old {
    display: flex;
    color: #444444;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 18px; }
    @media (max-width: 359px) {
      .product-block__price-old {
        justify-content: center; } }
    .product-block__price-old span {
      text-decoration: line-through; }
    .product-block__price-old .discount {
      margin-left: 7px; }
      .product-block__price-old .discount span {
        text-decoration: none; }
  .product-block .product-block__favorite,
  .product-block .product-block__compare {
    background: #f8f8f8;
    border-radius: 50%;
    fill: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 42px;
    width: 42px;
    flex-shrink: 0;
    cursor: pointer;
    transition: background 0.3s;
    margin-left: auto; }
    @media (max-width: 359px) {
      .product-block .product-block__favorite,
      .product-block .product-block__compare {
        margin-right: auto; } }
    .product-block .product-block__favorite svg path,
    .product-block .product-block__compare svg path {
      transition: 0.3s; }
    .product-block .product-block__favorite:hover svg path,
    .product-block .product-block__compare:hover svg path {
      stroke: #8a6048; }
    .product-block .product-block__favorite.active:hover svg path,
    .product-block .product-block__compare.active:hover svg path {
      stroke: #8a6048;
      fill: transparent; }
    .product-block .product-block__favorite.active svg path,
    .product-block .product-block__compare.active svg path {
      stroke: #8a6048;
      fill: #8a6048; }
  .product-block .product-block__compare {
    display: none; }
    @media (max-width: 991.75px) {
      .product-block .product-block__compare {
        display: none; } }
  .product-block__btns {
    width: 100%;
    max-width: 142px; }
    @media (max-width: 766.75px) {
      .product-block__btns {
        max-width: 147px; } }
    .product-block__btns .product-block__buy {
      fill: #fff;
      padding: 10px 35px;
      font-size: 15px;
      height: 42px;
      max-width: 142px;
      width: 100%; }
      .product-block__btns .product-block__buy.out-of-stock {
        pointer-events: none;
        border-color: #d0d0d0;
        background-color: #d0d0d0; }
      .product-block__btns .product-block__buy svg path {
        stroke: #fff; }
      @media (max-width: 1280px) {
        .product-block__btns .product-block__buy {
          padding: 10px 21px; } }
      @media (max-width: 599.75px) {
        .product-block__btns .product-block__buy {
          max-width: 147px; } }
      @media (max-width: 359px) {
        .product-block__btns .product-block__buy {
          width: 100%;
          max-width: none; } }
    @media (max-width: 359px) {
      .product-block__btns {
        width: 100%;
        max-width: none; } }
  @media (max-width: 767.75px) {
    .product-block__counter {
      width: 116px; } }
  @media (max-width: 1280px) {
    .product-block__counter .counter__action {
      flex: 0 0 35px; } }
