.product:focus {
  outline: 0
}
.product__avail-tag {
  font-family: Lato;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: #7345b2;
  color: #fdfeff;
  padding: 8px;
  margin-bottom: 8px
}
.product__subcopy {
  font-family: Lato;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: .05em;
  color: #343336;
  padding: 8px 0
}
.product__inner {
  cursor: pointer
}
.product__thumbnail {
  margin-bottom: 20px;
  position: relative
}
.product__thumbnail img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 343px
}
@media (max-width:576px) {
  .product__thumbnail img {
  height: 280px
  }
}
.product__bookmark {
  background-color: #f1efe8;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  line-height: 34px;
  text-align: center;
  height: 34px;
  width: 34px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 10px;
  right: 10px
}
.product__bookmark [class^=icon-]::before {
  color: #454c53
}
.product__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
.product__title {
  color: #26282b;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 8px
}
@media (min-width:576px) {
  .product__title {
    font-size: 18px;
    line-height: 22px
  }
}
.product__rating {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px
}
.product__rating span:not(:last-child) {
  margin-right: 10px
}
.product__rating span.icon-rating {
  color: #f9994c
}
.product__rating span.icon-rating-o {
  color: #9ea4aa
}
.product__rating-number {
  color: #272727;
  font-size: 14px;
  font-weight: 700;
  line-height: 15px
}
.product__offer {
  background-color: #7345b2;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #fdfeff;
  font-size: 12px;
  letter-spacing: .05em;
  line-height: 12px;
  margin-bottom: 12px;
  padding: 5px
}
.product__price {
  color: #272727;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 12px
}
.product__price span {
  color: #454c53;
  line-height: 24px;
  margin-left: 10px;
  text-decoration: line-through
}
.product__colors {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: baseline;
}
.product__colors-color {
  height: 12px;
  width: 12px;
  margin-right: 10px
}
.product__colors-more {
  color: #272727;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px
}
.product__colors-color img{
  object-fit: cover;
  border-radius: 50%;
  width: 14px;
  height: 14px;
}
/*# sourceMappingURL=maps/product.css.map */
