.back-to-account {
  width: 100%;
  background-color: mr-blue;
}
.lookbook-hero-nav .hero-wrap {
  padding: 4em 0;
  padding-bottom: 7.5em;
  overflow: hidden;
}
.lookbook-hero-nav .hero-wrap .hero-text-wrap {
  padding: 0 30%;
}
.lookbook-hero-nav .hero-wrap .hero-title {
  padding-bottom: 0.25em;
}
.lookbook-hero-nav .nav {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  width: 100%;
  background-color: rgba(255,255,255,0.875);
}
.lookbook-hero-nav .nav .nav-item {
  display: inline-block;
  vertical-align: top;
  padding: 1em 0;
  margin: 0 3em;
}
@media only screen and (min-width: 0px) and (max-width: 559px) {
  .lookbook-hero-nav .hero-wrap {
    padding: 5em 0;
  }
  .lookbook-hero-nav .hero-wrap .hero-text-wrap {
    padding: 0 10%;
  }
  .lookbook-hero-nav .nav {
    position: relative;
    float: left;
    background-color: #f3f3f3;
  }
  .lookbook-hero-nav .nav .nav-item {
    margin: 0 0.5em;
  }
}
@media only screen and (min-width: 560px) and (max-width: 759px) {
  .lookbook-hero-nav .hero-wrap {
    padding: 7.5em 0;
    padding-bottom: 10em;
  }
  .lookbook-hero-nav .hero-wrap .hero-text-wrap {
    padding: 0 15%;
  }
  .lookbook-hero-nav .nav .nav-item {
    margin: 0 1.5em;
  }
}
@media only screen and (min-width: 760px) and (max-width: 959px) {
  .lookbook-hero-nav .hero-wrap {
    padding: 7.5em 0;
    padding-bottom: 10em;
  }
  .lookbook-hero-nav .hero-wrap .hero-text-wrap {
    padding: 0 20%;
  }
  .lookbook-hero-nav .nav .nav-item {
    margin: 0 2em;
  }
}
.lookbook .lookbook-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: 8.333333vw;
  grid-gap: 0.5em;
  padding: 0.5em;
}
@media only screen and (min-width: 0px) and (max-width: 559px) {
  .lookbook .lookbook-grid {
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 25vw;
  }
}
@media only screen and (min-width: 560px) and (max-width: 759px) {
  .lookbook .lookbook-grid {
    grid-template-columns: repeat(8, 1fr);
    grid-auto-rows: 12.5vw;
  }
}
@media only screen and (min-width: 760px) and (max-width: 959px) {
  .lookbook .lookbook-grid {
    grid-template-columns: repeat(8, 1fr);
    grid-auto-rows: 12.5vw;
  }
}
@media only screen and (min-width: 1299px) {
  .lookbook .lookbook-grid {
    grid-auto-rows: 108.333px;
  }
}
.lookbook-image {
  display: flex;
  position: relative;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  grid-column-start: auto;
  grid-row-start: auto;
  grid-row-end: span 4;
  grid-column-end: span 4;
  overflow: hidden;
}
.lookbook-image img {
  vertical-align: middle;
}
.lookbook-image.size-4x3 {
  grid-column-end: span 4;
  grid-row-end: span 3;
}
.lookbook-image.size-4x4 {
  grid-column-end: span 4;
  grid-row-end: span 4;
}
.lookbook-image.size-4x5 {
  grid-column-end: span 4;
  grid-row-end: span 5;
}
.lookbook-image.size-4x6 {
  grid-column-end: span 4;
  grid-row-end: span 6;
}
.lookbook-image .products-wrap {
  overflow: auto;
  padding: 1em;
}
.lookbook-image .products-wrap .look-title {
  padding-bottom: 0.25em;
}
.lookbook-image .products-wrap .product-wrap {
  padding-bottom: 1em;
}
.lookbook-image .products-wrap .product-wrap .img-wrap,
.lookbook-image .products-wrap .product-wrap .desc-wrap {
  padding-top: 0.5em;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.lookbook-image .products-wrap .product-wrap .img-wrap {
  width: 5em;
  padding-right: 0.75em;
}
.lookbook-image .products-wrap .product-wrap .img-wrap img {
  width: 100%;
}
.lookbook-image .products-wrap .product-wrap .desc-wrap {
  width: 15em;
}
@media only screen and (min-width: 0px) and (max-width: 559px) {
  .lookbook-image .products-wrap {
    padding: 0.25em;
  }
  .lookbook-image .products-wrap .product-wrap {
    padding-top: 0.25em;
  }
  .lookbook-image .products-wrap .product-wrap .img-wrap {
    padding-right: 0.5em;
  }
  .lookbook-image .products-wrap .product-wrap .desc-wrap {
    width: 16em;
  }
}
@media only screen and (min-width: 560px) and (max-width: 759px) {
  .lookbook-image .products-wrap .product-wrap .desc-wrap {
    width: 18em;
  }
}
.fixed-cta-with-stop {
  min-height: 5em;
}
.fixed-cta-with-stop mr-fixed-wrap {
  display: block;
}
.fixed-cta-with-stop mr-fixed-wrap .cta-wrap {
  z-index: 200;
  position: fixed;
  padding: 1em 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  border-top: 1px solid #999;
  background-color: #f6f5f4;
  filter: 'alpha(opacity=100)';
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-transition: opacity 300ms ease-in-out;
  -moz-transition: opacity 300ms ease-in-out;
  -ms-transition: opacity 300ms ease-in-out;
  -o-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
}
.fixed-cta-with-stop mr-fixed-wrap.fixed .cta-wrap,
.fixed-cta-with-stop mr-fixed-wrap.stopped .cta-wrap {
  position: relative;
}
