.product-card {
  width: 100%;
  background-color: #fff;
  transition: all ease .3s;
  padding: 2rem 2.2rem; }
  .product-card-wrap {
    flex-shrink: 0; }
    @media (max-width: 1023px) {
      .product-card-wrap {
        width: 240px; } }
    @media (max-width: 767px) {
      .product-card-wrap {
        width: 210px; } }
    @media (max-width: 575px) {
      .product-card-wrap {
        width: 180px; } }
    @media (max-width: 424px) {
      .product-card-wrap {
        width: 156px; } }
    @media (min-width: 1024px) {
      .product-card-wrap--wide .product-card__cart-count {
        right: 4.5rem; } }
  @media (min-width: 1024px) {
    .product-card {
      cursor: pointer; }
      .product-card:hover {
        box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.22); } }
  @media (max-width: 1023px) {
    .product-card {
      border: 0.5px solid #E4E4E4;
      padding: 8px; } }
  @media (max-width: 767px) {
    .product-card {
      height: 304px;
      padding: 8px; } }
  @media (max-width: 575px) {
    .product-card {
      height: 266px; } }
  @media (max-width: 424px) {
    .product-card {
      height: 240px; } }
  .product-card__inner {
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column; }
  .product-card__header {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: .8rem; }
    @media (max-width: 1023px) {
      .product-card__header {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        z-index: 2; } }
    .product-card__header-left {
      position: absolute;
      z-index: 2;
      left: 0;
      top: 0;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 3px; }
  .product-card__label {
    display: flex;
    flex-shrink: 0;
    padding: 0 1rem;
    color: #ffffff; }
    @media (max-width: 1023px) {
      .product-card__label {
        padding: 0 6px; } }
  .product-card__favourites {
    display: flex;
    align-items: center;
    justify-content: center;
    fill: #C4C4C4;
    transition: all ease .3s; }
    @media (max-width: 1023px) {
      .product-card__favourites .icon {
        width: 18px !important;
        height: 18px !important; } }
    @media (min-width: 1024px) {
      .product-card__favourites {
        cursor: pointer; }
        .product-card__favourites:hover {
          fill: #D90A2C; } }
    .product-card__favourites.active {
      fill: #D90A2C; }
      @media (min-width: 1024px) {
        .product-card__favourites.active {
          cursor: pointer; }
          .product-card__favourites.active:hover {
            opacity: .7; } }
  .product-card__mid {
    display: flex;
    flex-direction: column; }
  .product-card__image {
    width: 100%;
    position: relative;
    padding-bottom: 86%; }
    .product-card__image .lazy-img-wrap {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0; }
      .product-card__image .lazy-img-wrap img {
        width: 100%;
        height: 100%;
        object-fit: contain; }
    @media (max-width: 1023px) {
      .product-card__image {
        width: calc(100% - 36px);
        padding-bottom: calc(100% - 36px);
        margin: 36px auto 0; } }
  .product-card__title {
    height: 5.2rem;
    display: flex;
    align-items: center;
    margin-bottom: 4px;
    margin-top: 0.8rem;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -webkit-box-align: center; }
    .product-card__title span {
      height: 100%;
      align-items: center; }
      @media (max-width: 767px) {
        .product-card__title span {
          display: block; } }
    @media (max-width: 1023px) {
      .product-card__title {
        height: 43px;
        line-height: 1.25;
        margin-top: 12px; } }
    @media (max-width: 575px) {
      .product-card__title {
        font-size: 14px;
        height: 34px;
        margin-top: 10px;
        margin-bottom: 7px; } }
    @media (max-width: 424px) {
      .product-card__title {
        font-size: 12px;
        height: 32px;
        margin-bottom: 5px; } }
  .product-card__footer {
    flex-grow: 1;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    align-items: baseline; }
  .product-card__price {
    flex-shrink: 0;
    display: flex;
    gap: 8px;
    align-items: baseline;
    color: #444444;
    align-self: flex-end; }
    @media (max-width: 767px) {
      .product-card__price {
        gap: 0;
        flex-direction: column-reverse; } }
    @media (max-width: 424px) {
      .product-card__price {
        line-height: 1; } }
    .product-card__price--discount {
      color: #D90A2C; }
    @media (max-width: 424px) {
      .product-card__price-current {
        line-height: 1; } }
    .product-card__price-sale {
      color: #8B8B8B; }
      @media (max-width: 424px) {
        .product-card__price-sale {
          line-height: 1; } }
  .product-card__cart-count {
    top: 6px;
    right: 1.1rem; }
    @media (max-width: 1023px) {
      .product-card__cart-count {
        right: 10px; } }
    @media (max-width: 424px) {
      .product-card__cart-count {
        right: 6px;
        top: 3px; } }
  @media (max-width: 767px) {
    .product-card__cart {
      align-self: flex-end; } }
  @media (min-width: 1024px) {
    .product-card--md .product-card__image {
      padding-bottom: 38.5%; }
    .product-card--md .product-card__cart-count {
      right: 4.2rem; } }
  .product-card .basket-name__in {
    display: none; }
  .product-card .btn--cart .icon {
    fill: #FFC422;
    transition: all .2s linear; }
  .product-card .btn--cart:hover .icon {
    fill: #121219; }