/* line 2, favorite.scss */
.template-is-favorite .title {
  font-style: normal;
  color: #000000;
  font-weight: 400;
  font-size: 26px;
  line-height: 100%;
  margin-bottom: 25px; }
/* line 11, favorite.scss */
.template-is-favorite .products-list {
  display: flex;
  width: calc(100% + 20px);
  flex-wrap: wrap;
  margin-bottom: 40px; }
  /* line 17, favorite.scss */
  .template-is-favorite .products-list .productCard {
    margin-right: 20px;
    margin-bottom: 20px;
    width: calc(25% - 20px); }
    @media (max-width: 1199px) {
      /* line 17, favorite.scss */
      .template-is-favorite .products-list .productCard {
        width: calc(100% / 3 - 20px); } }
    @media (max-width: 991px) {
      /* line 17, favorite.scss */
      .template-is-favorite .products-list .productCard {
        width: calc(100% / 2 - 20px); } }
    @media (max-width: 568px) {
      /* line 17, favorite.scss */
      .template-is-favorite .products-list .productCard {
        width: calc(100% / 1 - 20px); } }
/* line 36, favorite.scss */
.template-is-favorite .notice {
  margin-bottom: 20px; }

/* line 1, productCard.scss */
.productCard {
  border: 1px solid #DBDBDB;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding: 40px 23px 23px 23px;
  max-width: 340px; }
  @media (max-width: 568px) {
    /* line 1, productCard.scss */
    .productCard {
      max-width: none; } }
  /* line 15, productCard.scss */
  .productCard .discount {
    position: absolute;
    top: 14px;
    left: 22px;
    z-index: 2;
    background-color: #C99B69;
    border-radius: 6px;
    padding: 3px 6px;
    font-weight: 500;
    font-size: 11px;
    color: #fff;
    line-height: 100%; }
  /* line 29, productCard.scss */
  .productCard .favlike {
    position: absolute;
    top: 8px;
    right: 12px;
    display: none; }
    @media (max-width: 768px) {
      /* line 29, productCard.scss */
      .productCard .favlike {
        display: block; } }
    /* line 39, productCard.scss */
    .productCard .favlike .favorites {
      border: none;
      width: 30px;
      height: 30px;
      display: flex;
      justify-content: center;
      align-items: center;
      background: none; }
      /* line 48, productCard.scss */
      .productCard .favlike .favorites .inFav,
      .productCard .favlike .favorites .outFav {
        display: none; }
      /* line 54, productCard.scss */
      .productCard .favlike .favorites.favorites-not-added .outFav {
        display: block; }
      /* line 60, productCard.scss */
      .productCard .favlike .favorites.favorites-added .inFav {
        display: block; }
    /* line 66, productCard.scss */
    .productCard .favlike .compare {
      border: none;
      width: 30px;
      height: 30px;
      display: flex;
      justify-content: center;
      align-items: center;
      background: none; }
      /* line 75, productCard.scss */
      .productCard .favlike .compare .inComp,
      .productCard .favlike .compare .outComp {
        display: none; }
      /* line 81, productCard.scss */
      .productCard .favlike .compare.compare-not-added .outComp {
        display: block; }
      /* line 87, productCard.scss */
      .productCard .favlike .compare.compare-added .inComp {
        display: block; }
  /* line 95, productCard.scss */
  .productCard:hover .favlike {
    display: block; }
  /* line 100, productCard.scss */
  .productCard-img {
    width: 100%;
    height: 240px; }
    /* line 104, productCard.scss */
    .productCard-img img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      object-position: center; }
    /* line 111, productCard.scss */
    .productCard-img .img_sec {
      display: none; }
    /* line 116, productCard.scss */
    .productCard-img:hover .img_fir {
      display: none; }
    /* line 120, productCard.scss */
    .productCard-img:hover .img_sec {
      display: block; }
  /* line 126, productCard.scss */
  .productCard-title {
    text-align: left;
    font-weight: 400;
    font-size: 14px;
    text-decoration: none;
    color: #000000;
    margin-top: 10px;
    line-height: 21px;
    flex-grow: 1; }
  /* line 137, productCard.scss */
  .productCard .rating {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: 20px;
    text-decoration: none; }
    /* line 145, productCard.scss */
    .productCard .rating__inner {
      display: flex;
      align-items: center; }
    /* line 150, productCard.scss */
    .productCard .rating .stars {
      display: flex;
      align-items: center; }
      /* line 154, productCard.scss */
      .productCard .rating .stars .star {
        width: 14px;
        height: 14px;
        background-position: center;
        background-repeat: no-repeat;
        display: inline-block;
        background-image: url(empty_star.svg);
        margin-right: 5px; }
        /* line 163, productCard.scss */
        .productCard .rating .stars .star.half {
          background-image: url("halfstar.svg"); }
        /* line 167, productCard.scss */
        .productCard .rating .stars .star.active {
          background-image: url(full_star.svg); }
    /* line 173, productCard.scss */
    .productCard .rating .average,
    .productCard .rating .reviewsNumber {
      color: #C99B69;
      font-weight: 500;
      font-size: 14px;
      margin-left: 3px; }
    /* line 181, productCard.scss */
    .productCard .rating .reviewsNumber {
      margin-left: 0; }
  /* line 186, productCard.scss */
  .productCard__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
    width: 100%; }
    /* line 193, productCard.scss */
    .productCard__bottom .price {
      display: flex;
      flex-direction: column; }
      /* line 197, productCard.scss */
      .productCard__bottom .price .current {
        font-size: 18px;
        line-height: 18px;
        color: #000000;
        font-weight: 700; }
      /* line 204, productCard.scss */
      .productCard__bottom .price .old {
        color: #919191;
        font-weight: 400;
        font-size: 14px;
        line-height: 14px;
        margin-top: 2px;
        text-decoration: line-through; }
    /* line 214, productCard.scss */
    .productCard__bottom .form-btn {
      border: 1px solid transparent; }
    /* line 218, productCard.scss */
    .productCard__bottom .btn {
      width: 34px;
      height: 34px;
      border-radius: 6px;
      border: 1px solid #C99B69;
      background-color: #C99B69;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      transition: background-color 0.3s ease, color 0.3s ease; }
      /* line 230, productCard.scss */
      .productCard__bottom .btn svg {
        width: 20px;
        height: 20px;
        stroke: white;
        fill: none; }
      /* line 237, productCard.scss */
      .productCard__bottom .btn:hover {
        background-color: #fff;
        color: #C99B69 !important; }
        /* line 241, productCard.scss */
        .productCard__bottom .btn:hover svg {
          stroke: #C99B69; }
      /* line 246, productCard.scss */
      .productCard__bottom .btn.inCart {
        background-color: #fff; }
        /* line 249, productCard.scss */
        .productCard__bottom .btn.inCart svg {
          stroke: #C99B69; }
      /* line 254, productCard.scss */
      .productCard__bottom .btn.link {
        width: fit-content;
        padding: 12px;
        text-decoration: none;
        color: #fff; }
  /* line 263, productCard.scss */
  .productCard .hide {
    display: none; }
