.o-shop-the-look .o-section__constrict {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 768px) {
  .o-shop-the-look .o-section__constrict {
    padding-left: var(--layout-site-padding);
    padding-right: var(--layout-site-padding);
  }
}
.o-shop-the-look__header--sub-title {
  font-family: var(--ff-tertiary);
  text-transform: uppercase;
  color: var(--color-quaternary-body);
  margin-bottom: 1rem;
}
@media screen and (min-width: 990px) {
  .o-shop-the-look__header--sub-title {
    margin-bottom: 1.5rem;
  }
}
.o-shop-the-look__image {
  position: relative;
  height: 48rem;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .o-shop-the-look__image {
    height: 56rem;
  }
}
@media screen and (min-width: 990px) {
  .o-shop-the-look__image {
    height: 64rem;
  }
}
@media screen and (min-width: 1100px) {
  .o-shop-the-look__image {
    height: 72rem;
  }
}
.o-shop-the-look__image img {
  position: absolute;
  object-fit: cover;
  max-width: 100%;
  max-height: 100%;
}
.o-shop-the-look__image.mobile {
  display: block;
}
@media screen and (min-width: 990px) {
  .o-shop-the-look__image.mobile {
    display: none;
  }
}
.o-shop-the-look__image.desktop {
  display: none;
}
@media screen and (min-width: 990px) {
  .o-shop-the-look__image.desktop {
    display: block;
    height: 100%;
  }
}
.o-shop-the-look__image-mobile {
  height: 100%;
}
.o-shop-the-look__image-mobile img {
  object-fit: cover;
}
.o-shop-the-look .a-img__mobile-ratio--default {
  height: 48rem;
}
.o-shop-the-look__footer {
  margin-top: 2rem;
  padding: 0 3rem;
}
@media screen and (min-width: 768px) {
  .o-shop-the-look__footer {
    padding: 0;
  }
}
.o-shop-the-look__footer.grid {
  justify-content: space-between;
}
@media screen and (min-width: 990px) {
  .o-shop-the-look__footer {
    margin-top: 5.8rem;
  }
}
.o-shop-the-look__footer--links {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media screen and (min-width: 990px) {
  .o-shop-the-look__footer--links {
    flex-direction: row;
    justify-content: flex-end;
    gap: 3rem;
  }
}
.o-shop-the-look__footer--text-title {
  margin-bottom: 1.5rem;
}
.o-shop-the-look__footer--text {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 990px) {
  .o-shop-the-look__footer--text {
    margin-bottom: 0;
  }
}
.o-shop-the-look__btn {
  padding: 2rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  display: flex;
}
.o-shop-the-look__btn[data-horizontal-position=left] {
  justify-content: left;
}
.o-shop-the-look__btn[data-horizontal-position=center] {
  justify-content: center;
}
.o-shop-the-look__btn[data-horizontal-position=right] {
  justify-content: right;
}
.o-shop-the-look__btn[data-vertical-position=top] {
  align-items: flex-start;
}
.o-shop-the-look__btn[data-vertical-position=middle] {
  align-items: center;
}
.o-shop-the-look__btn[data-vertical-position=bottom] {
  align-items: flex-end;
}
