.page_1150 ._hide {
  opacity: 0.4;
}
.page_1150 ._hide:hover {
  opacity: 1;
}
.page_1150 .container {
  max-width: 964px;
}
.page_1150 .section-stylist-hero {
  background-image: url(/images/hero-lookbook.png);
  height: 588px;
  -webkit-background-size: cover;
  background-size: cover;
}
.page_1150 .section-product-related {
  margin-top: 0 !important;
}
.page_1150 .section-product-related .section-heading {
  display: none;
}
.page_1150 .shell {
  width: min(1232px,100%);
  margin: 0 auto;
  margin-bottom: 30px;
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  grid-template-areas: "copy button" "gallery gallery" "image image";
  gap: 24px -1px;
}
.page_1150 .shell .image {
  grid-area: image;
  grid-column: span 2;
  padding-top: 15px;
}
@media handheld,only screen and (max-width: 620px) {
  .page_1150 .shell .image {
    order: 5;
  }
}
.page_1150 .copy {
  grid-area: copy;
  max-width: 820px;
}
.page_1150 h1 {
  margin: 0 0 16px;
  color: #111111;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0;
}
.page_1150 h2 {
  font-size: 22px;
}
.page_1150 .list {
  margin-top: 30px;
}
.page_1150 .lead,
.page_1150 .desc {
  margin: 0;
}
.page_1150 .lead p,
.page_1150 .desc p {
  max-width: 840px;
  color: #2a2a2a;
  font-size: 15px;
  line-height: 1.3;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}
.page_1150 .desc {
  margin-top: 14px;
}
.page_1150 .button {
  grid-area: button;
  align-self: end;
  justify-self: end;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 258px;
  height: 45px;
  border: 0;
  padding: 0 26px;
  background: #252525;
  color: #ffffff;
  cursor: pointer;
  font: inherit;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  transition: background .2s ease, transform .2s ease;
  margin-bottom: 20px;
  display: none !important;
}
.page_1150 .button:hover {
  background: #1f1f1f;
  transform: translateY(-1px);
}
.page_1150 .button:focus-visible {
  box-shadow: 0 0 0 3px rgba(38,38,38,0.18);
}
.page_1150 .gallery {
  grid-area: gallery;
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 0;
}
.page_1150 .frame {
  margin: 0;
  overflow: hidden;
  line-height: 0;
}
.page_1150 .frame img {
  display: block;
  width: 100%;
  height: auto;
}
.page_1150 .left,
.page_1150 .right {
  min-width: 0;
}
@media handheld,only screen and (max-width: 1024px) {
  .page_1150 .shell {
    display: flex;
    flex-direction: column;
    gap: 22px;
  }
}
@media handheld,only screen and (max-width: 1024px) {
  .page_1150 .copy {
    order: 1;
  }
}
@media handheld,only screen and (max-width: 1024px) {
  .page_1150 .button {
    order: 2;
    justify-self: start;
    width: 266px;
  }
}
@media handheld,only screen and (max-width: 1024px) {
  .page_1150 .gallery {
    order: 3;
  }
}
@media handheld,only screen and (max-width: 620px) {
  .page_1150 {
    padding: 20px 18px 30px;
  }
}
@media handheld,only screen and (max-width: 620px) {
  .page_1150 .shell {
    gap: 18px;
  }
}
@media handheld,only screen and (max-width: 620px) {
  .page_1150 h1 {
    font-size: 32px;
  }
}
@media handheld,only screen and (max-width: 620px) {
  .page_1150 .lead,
  .page_1150 .desc {
    font-size: 16px;
    line-height: 1.38;
  }
}
@media handheld,only screen and (max-width: 620px) {
  .page_1150 .button {
    order: 3;
    width: 100%;
    max-width: none;
    height: 50px;
  }
}
@media handheld,only screen and (max-width: 620px) {
  .page_1150 .gallery {
    order: 2;
    grid-template-columns: 1fr;
  }
}
@media handheld,only screen and (max-width: 420px) {
  .page_1150 {
    padding: 16px 12px 24px;
  }
}
@media handheld,only screen and (max-width: 420px) {
  .page_1150 h1 {
    font-size: 28px;
  }
}
@media handheld,only screen and (max-width: 420px) {
  .page_1150 .button {
    font-size: 16px;
  }
}
