.related-product {
  margin-bottom: 10px;
  padding: 15px;
  border: 3px solid transparent;
  display: inline-block;
  transition: 0.1s ease;
  text-align: center;
}
.related-product:hover {
  border: 3px solid #E1C3FF;
  box-sizing: border-box;
  border-radius: 10px;
  transition: 0.1s ease;
}
.related-product__image {
  max-width: 200px;
  margin: auto;
}
.related-product__image img {
  border-radius: 10px;
}
.related-product__info {
  margin-top: 15px;
  margin-bottom: 10px;
}

.-boxed {
  border: 2px solid #eee;
  border-radius: 30px;
  padding: 20px;
}

.hero--summer {
  background: #fff500;
  padding: 30px;
}
.hero--summer .category__title {
  display: none;
}
.hero--favorites {
  background-image: url(/img/hero/pattern-square-blue.jpg);
  background-repeat: repeat;
  padding: 7vh 0;
}
.hero--favorites h2 {
  z-index: 1;
  color: #fff;
  letter-spacing: 1px;
  font-size: 30px;
}
@media screen and (min-width: 1024px) {
  .hero--favorites h2 {
    font-size: 45px;
  }
}
.hero--accessories {
  background-image: url(/img/hero/accessories-hero.jpg);
  background-repeat: no-repeat;
  padding: 15vh 0;
  background-attachment: fixed;
  background-position: 50% 50%;
  background-size: cover;
  position: relative;
}
.hero--accessories::before {
  content: "";
  background: rgba(0, 0, 0, 0.31);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.hero--accessories h2 {
  z-index: 1;
  color: #fff;
}
.hero__image--summer {
  width: 100%;
  max-width: 800px;
  margin: auto;
}

.accessory {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.accessory__image {
  max-height: 180px;
}

.category--summer {
  background: #fff500;
}

/*# sourceMappingURL=categories.css.map */
