.product-card-small {
  -webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,.24);
  box-shadow: 0 0 8px 0 rgba(0,0,0,.24);
  border-radius: 10px;
  padding: 16px 16px 16px 152px;
  position: relative;
  min-height: 136px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
.product-card-small:not(:last-child) {
  margin-bottom: 24px
}
.product-card-small__img {
  position: absolute;
  top: 8px;
  left: 8px;
  width: 120px;
  padding: 6px
}
.product-card-small__img .icon.icon-leaf-grey {
  width: 99.85px;
  height: 93.84px;
  position: absolute;
  top: 0;
  right: 0
}
.product-card-small__img a {
  display: block;
  position: relative;
  z-index: 2;
  cursor: pointer
}
.product-card-small__img img {
  max-height: 108px
}
.product-card-small__caption {
  display: block;
  color: #eb2227;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 8px;
  text-transform: uppercase
}
.product-card-small__caption:empty {
  display: none
}
@media screen and (max-width:767px) {
  .product-card-small:not(:last-child) {
    margin-bottom: 16px
  }
  .product-card-small__caption {
    font-size: 12px;
    line-height: 13px;
    margin-bottom: 11px
  }
}
.product-card-small__title {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  color: #000
}
.product-card-small__title a {
  color: inherit
}
.product-card-small__button {
  margin-top: auto
}
.product-card-small__button::before {
  background: url(../../../img/arrow-black-11.svg) 0 0/335px no-repeat;
  content: "";
  display: block;
  margin-top: 0;
  -webkit-animation-timing-function: steps(19);
  animation-timing-function: steps(19);
  -webkit-animation-duration: .6s;
  animation-duration: .6s;
  width: 18px;
  height: 11px
}
.product-card-small__button:hover::before {
  -webkit-animation-name: arrowBounce335;
  animation-name: arrowBounce335
}
.product-card-small .product-rating,
.product-card-small .rating-widget {
  display: none
}
.product-card-small p {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  opacity: .5;
  max-height: 32px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis
}
.product-card-small__description {
  font-size: 13px;
  line-height: 1.15;
  color: #eb2227;
  margin-bottom: 8px
}
@-webkit-keyframes arrowBounce626 {
  0% {
    background-position: 0 0;
    -webkit-transform: translate(0,0);
    transform: translate(0,0)
  }
  60% {
    -webkit-transform: translate(4px,0);
    transform: translate(4px,0)
  }
  100% {
    background-position: -28.5rem 0;
    -webkit-transform: translate(0,0);
    transform: translate(0,0)
  }
}
@keyframes arrowBounce626 {
  0% {
    background-position: 0 0;
    -webkit-transform: translate(0,0);
    transform: translate(0,0)
  }
  60% {
    -webkit-transform: translate(4px,0);
    transform: translate(4px,0)
  }
  100% {
    background-position: -28.5rem 0;
    -webkit-transform: translate(0,0);
    transform: translate(0,0)
  }
}
@-webkit-keyframes arrowBounce335 {
  0% {
    background-position: 0 0;
    -webkit-transform: translate(0,0);
    transform: translate(0,0)
  }
  60% {
    -webkit-transform: translate(4px,0);
    transform: translate(4px,0)
  }
  100% {
    background-position: -335px 0;
    -webkit-transform: translate(0,0);
    transform: translate(0,0)
  }
}
@keyframes arrowBounce335 {
  0% {
    background-position: 0 0;
    -webkit-transform: translate(0,0);
    transform: translate(0,0)
  }
  60% {
    -webkit-transform: translate(4px,0);
    transform: translate(4px,0)
  }
  100% {
    background-position: -335px 0;
    -webkit-transform: translate(0,0);
    transform: translate(0,0)
  }
}