/**
 * @param {string} $scheme - The color scheme of the button. Options are nothing, $scheme-light, $scheme-dark
 * if $scheme-dark is passed, the button will be black text and black outline
 * if $scheme-light is passed, the button will be white text and white outline
 * if no $scheme is passed, the button will depend on the background color via the bg-dark mixin
 *   - if ancestor DOES have bg-dark, then white text and white outline
 *   - if ancestor DOES NOT have bg-dark, then black text and black outline
 */
.skeleton[data-v-d28c7301] {
  display: block;
  height: 100%;
  position: relative;
  animation: opacityPulse 1000ms cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
}
@media (prefers-reduced-motion: reduce) {
.skeleton[data-v-d28c7301] {
    animation: none;
}
}
.skeleton__gallery[data-v-d28c7301] {
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 768px) {
.skeleton__gallery[data-v-d28c7301] {
    flex-direction: row;
}
}
.skeleton__image[data-v-d28c7301] {
  aspect-ratio: 1/1;
  position: relative;
}
.skeleton__image[data-v-d28c7301]:before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  background-color: #f3f3f3;
  pointer-events: none;
  top: 0;
  left: 0;
  z-index: 100;
}/**
 * @param {string} $scheme - The color scheme of the button. Options are nothing, $scheme-light, $scheme-dark
 * if $scheme-dark is passed, the button will be black text and black outline
 * if $scheme-light is passed, the button will be white text and white outline
 * if no $scheme is passed, the button will depend on the background color via the bg-dark mixin
 *   - if ancestor DOES have bg-dark, then white text and white outline
 *   - if ancestor DOES NOT have bg-dark, then black text and black outline
 */
[data-v-e2b76464] .quick-add-modal {
  height: 90%;
}
@media (min-width: 768px) {
[data-v-e2b76464] .quick-add-modal {
    height: 100%;
}
}
.quick-add-modal-body[data-v-e2b76464] {
  height: 90%;
  max-height: 90%;
}
@media (min-width: 768px) {
.quick-add-modal-body[data-v-e2b76464] {
    height: 100%;
    max-height: 100%;
}
}
.quick-add-modal-body__header[data-v-e2b76464] {
  margin: 24px 16px 16px;
}
@media (min-width: 768px) {
.quick-add-modal-body__header[data-v-e2b76464] {
    margin: 32px 24px 24px;
}
}
.quick-add-modal-body__image-section[data-v-e2b76464] {
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.quick-add-modal-body__image-section[data-v-e2b76464]::-webkit-scrollbar {
  display: none;
}
@media (min-width: 768px) {
.quick-add-modal-body__image-section[data-v-e2b76464] {
    height: 100%;
}
}
@media (min-width: 768px) {
.quick-add-modal-body__content-section-wrapper[data-v-e2b76464] {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 0;
}
}
.quick-add-modal-body__content-section[data-v-e2b76464] {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 24px;
}
@media (min-width: 768px) {
.quick-add-modal-body__content-section[data-v-e2b76464] {
    padding-left: 24px;
    padding-right: 24px;
    flex: 1;
    row-gap: 32px;
    overflow-y: auto;
    overflow-x: hidden;
    min-height: 0;
}
}
.quick-add-modal-body__content-section[data-v-e2b76464] .skeleton.product-info {
  padding-top: 16px;
}
@media (min-width: 768px) {
.quick-add-modal-body__content-section[data-v-e2b76464] .skeleton.product-info {
    padding-top: 0px;
}
}
.quick-add-modal-body__action-bar[data-v-e2b76464] {
  position: sticky;
  bottom: 0px;
  z-index: 100;
}/**
 * @param {string} $scheme - The color scheme of the button. Options are nothing, $scheme-light, $scheme-dark
 * if $scheme-dark is passed, the button will be black text and black outline
 * if $scheme-light is passed, the button will be white text and white outline
 * if no $scheme is passed, the button will depend on the background color via the bg-dark mixin
 *   - if ancestor DOES have bg-dark, then white text and white outline
 *   - if ancestor DOES NOT have bg-dark, then black text and black outline
 */
/* ENTER / LEAVE ACTIVE  should be out of the main styles */
.quick-add-overlay-enter-active,
.quick-add-overlay-leave-active {
  transition: transform 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.quick-add-overlay-enter-from,
.quick-add-overlay-leave-to {
  opacity: 0;
  transform: translateY(100%);
}
@media (min-width: 768px) {
.quick-add-overlay-enter-from,
  .quick-add-overlay-leave-to {
    transform: translateX(100%);
}
}
.quick-add-overlay-enter-to,
.quick-add-overlay-leave-from {
  opacity: 1;
  transform: translateX(0);
}/**
 * @param {string} $scheme - The color scheme of the button. Options are nothing, $scheme-light, $scheme-dark
 * if $scheme-dark is passed, the button will be black text and black outline
 * if $scheme-light is passed, the button will be white text and white outline
 * if no $scheme is passed, the button will depend on the background color via the bg-dark mixin
 *   - if ancestor DOES have bg-dark, then white text and white outline
 *   - if ancestor DOES NOT have bg-dark, then black text and black outline
 */
.shop-the-look-modal-full-height[data-v-b34103a7] .shop-the-look-modal {
  height: 90%;
  max-height: 90%;
}
@media (min-width: 768px) {
.shop-the-look-modal-full-height[data-v-b34103a7] .shop-the-look-modal {
    height: 100%;
    max-height: 100%;
}
}
.shop-the-look-modal-body[data-v-b34103a7] {
  overflow-y: auto;
  overflow-x: hidden;
  padding-bottom: 24px;
}
.shop-the-look-modal-body__cards-wrapper[data-v-b34103a7] {
  position: relative;
  padding-bottom: 8px;
}
.shop-the-look-modal-body__cards-wrapper__with-icons[data-v-b34103a7] {
  padding-bottom: 32px;
}
.shop-the-look-modal-body__cards-wrapper .navigation-button[data-v-b34103a7] {
  position: absolute;
  bottom: 0px;
  right: 16px;
}
.shop-the-look-modal-body__cards-wrapper .navigation-button[data-v-b34103a7]:focus {
  pointer-events: all;
}
.shop-the-look-modal-body__cards-wrapper .navigation-left-button[data-v-b34103a7] {
  right: calc(16px + 24px + 12px);
}
.shop-the-look-modal-body__cards-wrapper[data-v-b34103a7] .Shop-the-look__caret-left {
  transform: rotate(180deg);
}
.shop-the-look-modal-body__cards[data-v-b34103a7] {
  display: flex;
  gap: 4px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding: 0px;
}
.shop-the-look-modal-body__cards[data-v-b34103a7]::-webkit-scrollbar {
  display: none;
}
@media (min-width: 768px) {
.shop-the-look-modal-body__cards[data-v-b34103a7] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 0;
    row-gap: 64px;
    overflow: visible;
}
}
.shop-the-look-card[data-v-b34103a7] {
  position: relative;
  scroll-snap-align: start;
  box-sizing: border-box;
}
@media (min-width: 768px) {
.shop-the-look-card[data-v-b34103a7] {
    width: 100%;
}
}
.shop-the-look-card--unavailable[data-v-b34103a7] {
  opacity: 0.5;
}
.shop-the-look-card__main[data-v-b34103a7] {
  cursor: pointer;
}
.shop-the-look-card__image-wrap[data-v-b34103a7] {
  width: 100%;
  aspect-ratio: 3/4;
}
@media (min-width: 768px) {
.shop-the-look-card__image-wrap[data-v-b34103a7] {
    aspect-ratio: 1/1;
}
}
.shop-the-look-card__meta[data-v-b34103a7] {
  text-align: left;
  padding-top: 16px;
  padding-left: 24px;
  padding-right: 24px;
  box-sizing: border-box;
}
@media (min-width: 768px) {
.shop-the-look-card__meta[data-v-b34103a7] {
    padding-top: 20px;
    padding-left: 24px;
    padding-right: 24px;
}
}
.shop-the-look-card__skeleton-block[data-v-b34103a7],
.shop-the-look-card__skeleton-line[data-v-b34103a7] {
  background: linear-gradient(90deg, #b3b3b3 0%, #c9c9c9 50%, #b3b3b3 100%);
  background-size: 200% 100%;
  animation: stl-skeleton-shimmer-b34103a7 1.2s linear infinite;
}
.shop-the-look-card__skeleton-line[data-v-b34103a7] {
  border-radius: 2px;
}
.shop-the-look-card__skeleton-line--title[data-v-b34103a7] {
  height: 14px;
  width: 70%;
  margin-bottom: 8px;
}
.shop-the-look-card__skeleton-line--price[data-v-b34103a7] {
  height: 14px;
  width: 40%;
}
@keyframes stl-skeleton-shimmer-b34103a7 {
0% {
    background-position: 200% 0;
}
100% {
    background-position: -200% 0;
}
}
.shop-the-look-card__image-button[data-v-b34103a7]:focus-visible,
.shop-the-look-card__title-button[data-v-b34103a7]:focus-visible {
  outline: 2px solid #000000;
  outline-offset: -2px;
}
.shop-the-look-card__title[data-v-b34103a7] {
  font-family: "DenimINK-Regular", Arial, sans-serif;
  font-style: normal;
  line-height: 1.4;
  font-size: 12px;
  letter-spacing: 0rem;
  text-transform: none;
  color: #000000;
}
.-bg-dark .shop-the-look-card__title[data-v-b34103a7], .-bg-section-dark .shop-the-look-card__title[data-v-b34103a7], .-bg-page-dark .-bg-section-transparent .shop-the-look-card__title[data-v-b34103a7] {
  color: #ffffff;
  fill: #ffffff;
}
.shop-the-look-card__title a[data-v-b34103a7] {
  color: #000000;
}
.-bg-dark .shop-the-look-card__title a[data-v-b34103a7], .-bg-section-dark .shop-the-look-card__title a[data-v-b34103a7], .-bg-page-dark .-bg-section-transparent .shop-the-look-card__title a[data-v-b34103a7] {
  color: #ffffff;
  fill: #ffffff;
}
.shop-the-look-card__title[data-v-b34103a7] {
  margin: 0px;
}
@media (min-width: 768px) {
.shop-the-look-card__title[data-v-b34103a7] {
    font-family: "DenimINK-Regular", Arial, sans-serif;
    font-style: normal;
    line-height: 1.4;
    font-size: 14px;
    letter-spacing: 0rem;
    text-transform: none;
    color: #000000;
}
.-bg-dark .shop-the-look-card__title[data-v-b34103a7], .-bg-section-dark .shop-the-look-card__title[data-v-b34103a7], .-bg-page-dark .-bg-section-transparent .shop-the-look-card__title[data-v-b34103a7] {
    color: #ffffff;
    fill: #ffffff;
}
.shop-the-look-card__title a[data-v-b34103a7] {
    color: #000000;
}
.-bg-dark .shop-the-look-card__title a[data-v-b34103a7], .-bg-section-dark .shop-the-look-card__title a[data-v-b34103a7], .-bg-page-dark .-bg-section-transparent .shop-the-look-card__title a[data-v-b34103a7] {
    color: #ffffff;
    fill: #ffffff;
}
}
.shop-the-look-card__price-wrapper[data-v-b34103a7] .price-container {
  margin-top: 4px;
  display: flex;
  column-gap: 8px;
  flex-wrap: wrap;
}
.shop-the-look-card__price-wrapper[data-v-b34103a7] .price-container .price {
  font-family: "DenimINK-Regular", Arial, sans-serif;
  font-style: normal;
  line-height: 1.4;
  font-size: 12px;
  letter-spacing: 0rem;
  text-transform: none;
  color: #000000;
}
.-bg-dark .shop-the-look-card__price-wrapper[data-v-b34103a7] .price-container .price, .-bg-section-dark .shop-the-look-card__price-wrapper[data-v-b34103a7] .price-container .price, .-bg-page-dark .-bg-section-transparent .shop-the-look-card__price-wrapper[data-v-b34103a7] .price-container .price {
  color: #ffffff;
  fill: #ffffff;
}
.shop-the-look-card__price-wrapper[data-v-b34103a7] .price-container .price a {
  color: #000000;
}
.-bg-dark .shop-the-look-card__price-wrapper[data-v-b34103a7] .price-container .price a, .-bg-section-dark .shop-the-look-card__price-wrapper[data-v-b34103a7] .price-container .price a, .-bg-page-dark .-bg-section-transparent .shop-the-look-card__price-wrapper[data-v-b34103a7] .price-container .price a {
  color: #ffffff;
  fill: #ffffff;
}
@media (min-width: 768px) {
.shop-the-look-card__price-wrapper[data-v-b34103a7] .price-container .price {
    font-family: "DenimINK-Regular", Arial, sans-serif;
    font-style: normal;
    line-height: 1.4;
    font-size: 14px;
    letter-spacing: 0rem;
    text-transform: none;
    color: #000000;
}
.-bg-dark .shop-the-look-card__price-wrapper[data-v-b34103a7] .price-container .price, .-bg-section-dark .shop-the-look-card__price-wrapper[data-v-b34103a7] .price-container .price, .-bg-page-dark .-bg-section-transparent .shop-the-look-card__price-wrapper[data-v-b34103a7] .price-container .price {
    color: #ffffff;
    fill: #ffffff;
}
.shop-the-look-card__price-wrapper[data-v-b34103a7] .price-container .price a {
    color: #000000;
}
.-bg-dark .shop-the-look-card__price-wrapper[data-v-b34103a7] .price-container .price a, .-bg-section-dark .shop-the-look-card__price-wrapper[data-v-b34103a7] .price-container .price a, .-bg-page-dark .-bg-section-transparent .shop-the-look-card__price-wrapper[data-v-b34103a7] .price-container .price a {
    color: #ffffff;
    fill: #ffffff;
}
}
.shop-the-look-card__price-wrapper[data-v-b34103a7] .price-container .price.hard-sale {
  color: #990611;
  font-family: "DenimINK-Regular", Arial, sans-serif;
  font-style: normal;
  line-height: 1.4;
  font-size: 12px;
  letter-spacing: 0rem;
  text-transform: none;
  color: #000000;
}
.-bg-dark .shop-the-look-card__price-wrapper[data-v-b34103a7] .price-container .price.hard-sale, .-bg-section-dark .shop-the-look-card__price-wrapper[data-v-b34103a7] .price-container .price.hard-sale, .-bg-page-dark .-bg-section-transparent .shop-the-look-card__price-wrapper[data-v-b34103a7] .price-container .price.hard-sale {
  color: #ffffff;
  fill: #ffffff;
}
.shop-the-look-card__price-wrapper[data-v-b34103a7] .price-container .price.hard-sale a {
  color: #000000;
}
.-bg-dark .shop-the-look-card__price-wrapper[data-v-b34103a7] .price-container .price.hard-sale a, .-bg-section-dark .shop-the-look-card__price-wrapper[data-v-b34103a7] .price-container .price.hard-sale a, .-bg-page-dark .-bg-section-transparent .shop-the-look-card__price-wrapper[data-v-b34103a7] .price-container .price.hard-sale a {
  color: #ffffff;
  fill: #ffffff;
}
@media (min-width: 768px) {
.shop-the-look-card__price-wrapper[data-v-b34103a7] .price-container .price.hard-sale {
    font-family: "DenimINK-Regular", Arial, sans-serif;
    font-style: normal;
    line-height: 1.4;
    font-size: 14px;
    letter-spacing: 0rem;
    text-transform: none;
    color: #000000;
}
.-bg-dark .shop-the-look-card__price-wrapper[data-v-b34103a7] .price-container .price.hard-sale, .-bg-section-dark .shop-the-look-card__price-wrapper[data-v-b34103a7] .price-container .price.hard-sale, .-bg-page-dark .-bg-section-transparent .shop-the-look-card__price-wrapper[data-v-b34103a7] .price-container .price.hard-sale {
    color: #ffffff;
    fill: #ffffff;
}
.shop-the-look-card__price-wrapper[data-v-b34103a7] .price-container .price.hard-sale a {
    color: #000000;
}
.-bg-dark .shop-the-look-card__price-wrapper[data-v-b34103a7] .price-container .price.hard-sale a, .-bg-section-dark .shop-the-look-card__price-wrapper[data-v-b34103a7] .price-container .price.hard-sale a, .-bg-page-dark .-bg-section-transparent .shop-the-look-card__price-wrapper[data-v-b34103a7] .price-container .price.hard-sale a {
    color: #ffffff;
    fill: #ffffff;
}
}
.shop-the-look-card__price-wrapper[data-v-b34103a7] .price-container .price.strikedOut {
  margin-top: 0px;
  font-family: "DenimINK-Regular", Arial, sans-serif;
  font-style: normal;
  line-height: 1.4;
  font-size: 12px;
  letter-spacing: 0rem;
  text-transform: none;
  color: #000000;
}
.-bg-dark .shop-the-look-card__price-wrapper[data-v-b34103a7] .price-container .price.strikedOut, .-bg-section-dark .shop-the-look-card__price-wrapper[data-v-b34103a7] .price-container .price.strikedOut, .-bg-page-dark .-bg-section-transparent .shop-the-look-card__price-wrapper[data-v-b34103a7] .price-container .price.strikedOut {
  color: #ffffff;
  fill: #ffffff;
}
.shop-the-look-card__price-wrapper[data-v-b34103a7] .price-container .price.strikedOut a {
  color: #000000;
}
.-bg-dark .shop-the-look-card__price-wrapper[data-v-b34103a7] .price-container .price.strikedOut a, .-bg-section-dark .shop-the-look-card__price-wrapper[data-v-b34103a7] .price-container .price.strikedOut a, .-bg-page-dark .-bg-section-transparent .shop-the-look-card__price-wrapper[data-v-b34103a7] .price-container .price.strikedOut a {
  color: #ffffff;
  fill: #ffffff;
}
@media (min-width: 768px) {
.shop-the-look-card__price-wrapper[data-v-b34103a7] .price-container .price.strikedOut {
    font-family: "DenimINK-Regular", Arial, sans-serif;
    font-style: normal;
    line-height: 1.4;
    font-size: 14px;
    letter-spacing: 0rem;
    text-transform: none;
    color: #000000;
}
.-bg-dark .shop-the-look-card__price-wrapper[data-v-b34103a7] .price-container .price.strikedOut, .-bg-section-dark .shop-the-look-card__price-wrapper[data-v-b34103a7] .price-container .price.strikedOut, .-bg-page-dark .-bg-section-transparent .shop-the-look-card__price-wrapper[data-v-b34103a7] .price-container .price.strikedOut {
    color: #ffffff;
    fill: #ffffff;
}
.shop-the-look-card__price-wrapper[data-v-b34103a7] .price-container .price.strikedOut a {
    color: #000000;
}
.-bg-dark .shop-the-look-card__price-wrapper[data-v-b34103a7] .price-container .price.strikedOut a, .-bg-section-dark .shop-the-look-card__price-wrapper[data-v-b34103a7] .price-container .price.strikedOut a, .-bg-page-dark .-bg-section-transparent .shop-the-look-card__price-wrapper[data-v-b34103a7] .price-container .price.strikedOut a {
    color: #ffffff;
    fill: #ffffff;
}
}
.shop-the-look-modal-body__empty[data-v-b34103a7] {
  font-family: "DenimINK-Regular", Arial, sans-serif;
  font-style: normal;
  line-height: 1.4;
  font-size: 14px;
  letter-spacing: 0rem;
  text-transform: none;
  color: #000000;
}
.-bg-dark .shop-the-look-modal-body__empty[data-v-b34103a7], .-bg-section-dark .shop-the-look-modal-body__empty[data-v-b34103a7], .-bg-page-dark .-bg-section-transparent .shop-the-look-modal-body__empty[data-v-b34103a7] {
  color: #ffffff;
  fill: #ffffff;
}
.shop-the-look-modal-body__empty a[data-v-b34103a7] {
  color: #000000;
}
.-bg-dark .shop-the-look-modal-body__empty a[data-v-b34103a7], .-bg-section-dark .shop-the-look-modal-body__empty a[data-v-b34103a7], .-bg-page-dark .-bg-section-transparent .shop-the-look-modal-body__empty a[data-v-b34103a7] {
  color: #ffffff;
  fill: #ffffff;
}
.shop-the-look-modal-body__empty[data-v-b34103a7] {
  margin: 16px;
}
.shop-the-look-modal-body__error[data-v-b34103a7] {
  font-family: "DenimINK-Regular", Arial, sans-serif;
  font-style: normal;
  line-height: 1.4;
  font-size: 14px;
  letter-spacing: 0rem;
  text-transform: none;
  color: #000000;
}
.-bg-dark .shop-the-look-modal-body__error[data-v-b34103a7], .-bg-section-dark .shop-the-look-modal-body__error[data-v-b34103a7], .-bg-page-dark .-bg-section-transparent .shop-the-look-modal-body__error[data-v-b34103a7] {
  color: #ffffff;
  fill: #ffffff;
}
.shop-the-look-modal-body__error a[data-v-b34103a7] {
  color: #000000;
}
.-bg-dark .shop-the-look-modal-body__error a[data-v-b34103a7], .-bg-section-dark .shop-the-look-modal-body__error a[data-v-b34103a7], .-bg-page-dark .-bg-section-transparent .shop-the-look-modal-body__error a[data-v-b34103a7] {
  color: #ffffff;
  fill: #ffffff;
}
.shop-the-look-modal-body__error[data-v-b34103a7] {
  margin: 16px;
  color: #c41320;
}/**
 * @param {string} $scheme - The color scheme of the button. Options are nothing, $scheme-light, $scheme-dark
 * if $scheme-dark is passed, the button will be black text and black outline
 * if $scheme-light is passed, the button will be white text and white outline
 * if no $scheme is passed, the button will depend on the background color via the bg-dark mixin
 *   - if ancestor DOES have bg-dark, then white text and white outline
 *   - if ancestor DOES NOT have bg-dark, then black text and black outline
 */
/* ENTER / LEAVE ACTIVE  should be out of the main styles */
.stl-overlay-enter-active,
.stl-overlay-leave-active {
  transition: transform 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.stl-overlay-enter-from,
.stl-overlay-leave-to {
  opacity: 0;
  transform: translateY(100%);
}
@media (min-width: 768px) {
.stl-overlay-enter-from,
  .stl-overlay-leave-to {
    transform: translateX(100%);
}
}
.stl-overlay-enter-to,
.stl-overlay-leave-from {
  opacity: 1;
  transform: translateX(0);
}/**
 * @param {string} $scheme - The color scheme of the button. Options are nothing, $scheme-light, $scheme-dark
 * if $scheme-dark is passed, the button will be black text and black outline
 * if $scheme-light is passed, the button will be white text and white outline
 * if no $scheme is passed, the button will depend on the background color via the bg-dark mixin
 *   - if ancestor DOES have bg-dark, then white text and white outline
 *   - if ancestor DOES NOT have bg-dark, then black text and black outline
 */
.shop-the-look-button-wrapper[data-v-6e6a354a] {
  line-height: 0;
}
.shop-the-look-button-wrapper .shop-the-look-link-button[data-v-6e6a354a] {
  -webkit-font-smoothing: antialiased;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  border-radius: 0;
  border: 0;
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  padding: 0;
  text-align: center;
  text-decoration: none;
  user-select: none;
  vertical-align: middle;
  ft-link: "type-link-med" "regular";
  font-family: "DenimINK-Regular", Arial, sans-serif;
  font-style: normal;
  line-height: 1.4;
  font-size: 14px;
  letter-spacing: 0rem;
  text-transform: none;
  text-decoration: underline;
  cursor: pointer;
}
@media (min-width: 768px) {
.shop-the-look-button-wrapper .shop-the-look-link-button[data-v-6e6a354a] {
    ft-link: "type-link-lrg" "regular";
    font-family: "DenimINK-Regular", Arial, sans-serif;
    font-style: normal;
    line-height: 1.4;
    font-size: 16px;
    letter-spacing: 0rem;
    text-transform: none;
    text-decoration: underline;
}
}
.shop-the-look-button-wrapper .shop-the-look-link-button[data-v-6e6a354a]:hover, .shop-the-look-button-wrapper .shop-the-look-link-button[data-v-6e6a354a]:active {
  opacity: 0.6;
}