.product-collections-wr {
  margin: 25px 0;
  position: relative;
}
.product-collections-title {
  letter-spacing: 0.456px;
  color: #0D0D0D;
  font-size: 32px;
  font-weight: 900;
  margin-bottom: 25px;
}
.product-collections-title span {
  color: #FE674C;
}
.product-collections-box {
  display: flex;
  flex-wrap: wrap;
}
.product-collections-item {
  width: calc(33% - 30px);
  margin-right: 15px;
  margin-left: 15px;
  margin-bottom: 25px;
  background: #FFFFFF;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  overflow: hidden;
}
.product-collections-item-img {
  display: block;
  min-height: 200px;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.product-collections-item-title {
  padding: 0 10px;
  margin: 15px 0;
}
.product-collections-item-title a {
  color: #0D0D0D;
  text-decoration: none;
  letter-spacing: -0.41px;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  transition: 0.2s linear;
}
.product-collections-item-title a:hover {
  transition: 0.2s linear;
  text-decoration: none;
  color: #FE674C;
}
.product-collections-item-price {
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
  align-items: center;
  margin-bottom: 10px;
  color: #0D0D0D;
  font-weight: 600;
  font-size: 18px;
}
/*# sourceMappingURL=catalog.css.map */