/* GENERATED LESS STYLESHEET 2018 (c) IcIWare */ 
.lookbook {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  /* portrait mode for phones */
  /* desktop only style */
}
.lookbook h2 {
  text-transform: uppercase;
}
.lookbook li {
  list-style: none;
}
.lookbook li a {
  display: block;
  position: relative;
}
.lookbook li a .photo {
  transition: opacity 0.5s;
}
.lookbook li a .photo:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
}
.lookbook li a .photo:nth-child(2):hover {
  opacity: 0;
}
.lookbook a:nth-child(2) hgroup {
  margin-top: -2rem;
  opacity: 0.5;
  display: none;
}
.lookbook .has-offers.madetoorder::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.2rem 1rem;
  background: #fcc4f9;
  z-index: 9;
  content: 'Made-to-Order';
  font-size: small;
}
.lookbook .has-offers.preorder::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.2rem 1rem;
  background: #fcc4f9;
  z-index: 9;
  content: 'Pre-Order';
  font-size: small;
}
.lookbook .has-offers.has-discount::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.2rem 1rem;
  background: #fcc4f9;
  z-index: 9;
  content: 'SALE!';
  font-weight: bold;
  font-style: italic;
}
.lookbook .no-offers::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.2rem 1rem;
  background: #fcc4f9;
  z-index: 9;
  content: 'Out of Stock';
  font-size: small;
}
@media (max-aspect-ratio: 1/1) {
  .lookbook {
    margin-right: -0.5rem;
  }
  .lookbook hgroup {
    text-align: center;
  }
  .lookbook hgroup h2 {
    margin: 0;
    font-size: 12pt;
  }
  .lookbook hgroup h3 {
    margin: 0 0 3rem 0;
  }
}
@media (min-aspect-ratio: 1/1), (aspect-ratio: 1/1) {
  .lookbook {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .lookbook li {
    width: calc((100% - 2rem) / 3);
    margin-bottom: 2rem;
    margin-right: 1rem;
  }
  .lookbook li:nth-child(3n) {
    margin-right: 0;
  }
  .lookbook li hgroup {
    display: flex;
    justify-content: space-between;
  }
  .lookbook li hgroup * {
    margin: 0;
    font-size: 10pt;
    font-weight: normal;
  }
  .lookbook li hgroup .discount {
    color: red;
  }
  .lookbook li hgroup strike {
    color: black;
  }
  .lookbook li .admin-commands {
    display: flex;
    justify-content: space-between;
  }
}
.home-narrow {
  margin-top: 4rem;
  margin-bottom: 3rem;
  text-align: center;
}
/* desktop only style */
@media (min-aspect-ratio: 1/1), (aspect-ratio: 1/1) {
  main > header {
    display: flex;
    flex-direction: row-reverse;
  }
}
/* desktop only style */
@media (min-aspect-ratio: 1/1), (aspect-ratio: 1/1) {
  .lookbook {
    width: 70%;
    margin: 31px auto;
  }
}

