.product {
  background: #F1F1F1;
  border: 1px solid #FFFFFF;
  box-shadow: 9px 6px 13px rgba(0, 0, 0, 0.09);
  border-radius: 36px;
  width: 100%;
  max-width: 295px;
  position: relative;
  overflow: hidden;
}
.product__like-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1010;
  width: 45px;
}
.product__like-btn img {
  width: 100%;
}
.product__like-btn .noactive-heart {
  display: block;
}
.product__like-btn .active-heart {
  display: none;
}
.product__like-btn.active .noactive-heart {
  display: none;
}
.product__like-btn.active .active-heart {
  display: block;
}
.product__img {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  width: 100%;
  height: 220px;
}
.product__img img {
  width: 100% !important;
  height: 100% !important;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.product__desc {
  background: #92BFFF;
  padding: 12px 15px;
  border-radius: 0 0 36px 36px;
}
.product.promotion .product__prise_promotion {
  display: block;
}
.product.promotion .product__prise {
  justify-content: space-between;
}
.product__prise {
  display: flex;
  justify-content: center;
}
.product__prise_promotion {
  display: none;
  font-weight: bold;
  font-size: 34px;
  line-height: 87.5%;
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
  font-family: "Nunito", sans-serif;
  text-transform: capitalize;
  color: #FF6262;
}
.product__prise_present {
  font-weight: 900;
  font-size: 30px;
  line-height: 87%;
  text-transform: capitalize;
  color: #fff;
  font-family: "Nunito", sans-serif;
}
.product__prise_present span {
  font-size: 30px;
  line-height: 87%;
  color: #fff;
  font-family: "Nunito", sans-serif;
  text-transform: lowercase;
}
.product__name {
  color: #fff;
  font-weight: 800;
  font-size: 21px;
  line-height: 108%;
  font-family: "Sen", sans-serif;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  box-orient: vertical;
  text-align: center;
  height: 68px;
}
.product__dropdown {
  margin: 25px 0;
  position: relative;
}
.product__dropdown select {
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  display: flex;
  margin: 0 auto;
  color: #fff;
  font-weight: normal;
  font-size: 20px;
  line-height: 87.5%;
  max-width: 200px;
  font-family: "Sen", sans-serif;
}
.product__dropdown select option {
  color: #000;
}
.product__dropdown select option:first-child {
  display: none;
}
.product__dropdown svg {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.product__btn {
  width: 100%;
  background: #FFFFFF;
  border-radius: 70px;
  padding: 14px;
  font-weight: 900;
  font-size: 22px;
  line-height: 87.5%;
  text-transform: capitalize;
  color: #FFAE90;
  font-family: "Nunito", sans-serif;
  margin-bottom: 15px;
}/*# sourceMappingURL=productsBlock.css.map */