/**
 * @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
 */
.media-slide__image-wrapper[data-v-a7dad730] {
  position: relative;
}
.media-slide .media-slide__shop-the-look-icon.shop-the-look-button-wrapper[data-v-a7dad730] {
  position: absolute;
  bottom: 16px;
  left: 16px;
}
@media (min-width: 768px) {
.media-slide .media-slide__shop-the-look-icon.shop-the-look-button-wrapper[data-v-a7dad730] {
    bottom: 24px;
    left: 24px;
}
}
.media-slide__details[data-v-a7dad730] {
  flex-direction: column;
  margin: 16px 16px 8px;
  gap: 8px;
}
@media (min-width: 768px) {
.media-slide__details[data-v-a7dad730] {
    margin: 20px 24px 12px;
    gap: 16px;
}
}
.media-slide__headline-text[data-v-a7dad730] {
  font-family: "DenimINK-Regular", Arial, sans-serif;
  font-style: normal;
  line-height: 1.4;
  font-size: 16px;
  letter-spacing: 0rem;
  text-transform: none;
  color: #000000;
}
.-bg-dark .media-slide__headline-text[data-v-a7dad730], .-bg-section-dark .media-slide__headline-text[data-v-a7dad730], .-bg-page-dark .-bg-section-transparent .media-slide__headline-text[data-v-a7dad730] {
  color: #ffffff;
  fill: #ffffff;
}
.media-slide__headline-text a[data-v-a7dad730] {
  color: #000000;
}
.-bg-dark .media-slide__headline-text a[data-v-a7dad730], .-bg-section-dark .media-slide__headline-text a[data-v-a7dad730], .-bg-page-dark .-bg-section-transparent .media-slide__headline-text a[data-v-a7dad730] {
  color: #ffffff;
  fill: #ffffff;
}
.media-slide__copy-text[data-v-a7dad730] {
  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 .media-slide__copy-text[data-v-a7dad730], .-bg-section-dark .media-slide__copy-text[data-v-a7dad730], .-bg-page-dark .-bg-section-transparent .media-slide__copy-text[data-v-a7dad730] {
  color: #ffffff;
  fill: #ffffff;
}
.media-slide__copy-text a[data-v-a7dad730] {
  color: #000000;
}
.-bg-dark .media-slide__copy-text a[data-v-a7dad730], .-bg-section-dark .media-slide__copy-text a[data-v-a7dad730], .-bg-page-dark .-bg-section-transparent .media-slide__copy-text a[data-v-a7dad730] {
  color: #ffffff;
  fill: #ffffff;
}
.media-slide__cta-link[data-v-a7dad730] {
  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;
}
.media-slide__cta-link[data-v-a7dad730]:hover, .media-slide__cta-link[data-v-a7dad730]:active {
  opacity: 0.6;
}
.media-slide[data-v-a7dad730] .cms-media .play-pause-button {
  background-color: rgba(255, 255, 255, 0.7);
  width: 24px;
  height: 24px;
}
@media (min-width: 768px) {
.media-slide[data-v-a7dad730] .cms-media .play-pause-button {
    width: 32px;
    height: 32px;
}
.media-slide[data-v-a7dad730] .cms-media .play-pause-button:hover {
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.85);
}
}
.media-slide[data-v-a7dad730] .cms-media .play-pause-button .play-pause-icon {
  height: 16px;
  width: 16px;
}
.media-slide[data-v-a7dad730] .cms-media .play-pause-button.right-bottom {
  right: 16px;
  bottom: 16px;
}
@media (min-width: 768px) {
.media-slide[data-v-a7dad730] .cms-media .play-pause-button.right-bottom {
    right: 24px;
    bottom: 24px;
}
}
.media-slide[data-v-a7dad730] .cms-media .play-pause-button.right-bottom svg {
  stroke: #000000;
}/**
 * @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
 */
.media-carousel[data-v-3290e07d] {
  --icon-disabled: #b3b3b3;
  --icon-enabled: #000000;
  position: relative;
}
.media-carousel__header[data-v-3290e07d] {
  padding-bottom: 16px;
  flex-direction: column;
  row-gap: 8px;
}
@media (min-width: 768px) {
.media-carousel__header[data-v-3290e07d] {
    padding-bottom: 24px;
    flex-direction: row;
}
}
.media-carousel__headline-text[data-v-3290e07d] {
  font-family: "DenimINK-Regular", Arial, sans-serif;
  font-style: normal;
  line-height: 1.2;
  font-size: 32px;
  letter-spacing: 0rem;
  text-transform: none;
}
@media (min-width: 768px) {
.media-carousel__headline-text[data-v-3290e07d] {
    font-size: 40px;
}
}
@media (min-width: 1025px) {
.media-carousel__headline-text[data-v-3290e07d] {
    font-size: 64px;
}
}
.media-carousel__headline-text[data-v-3290e07d] {
  color: #000000;
}
.-bg-dark .media-carousel__headline-text[data-v-3290e07d], .-bg-section-dark .media-carousel__headline-text[data-v-3290e07d], .-bg-page-dark .-bg-section-transparent .media-carousel__headline-text[data-v-3290e07d] {
  color: #ffffff;
  fill: #ffffff;
}
.media-carousel__headline-text[data-v-3290e07d] {
  padding-left: 16px;
}
@media (min-width: 768px) {
.media-carousel__headline-text[data-v-3290e07d] {
    padding-left: 24px;
}
}
.media-carousel__headline-text--small[data-v-3290e07d] {
  font-family: "DenimINK-Regular", Arial, sans-serif;
  font-style: normal;
  line-height: 1.2;
  font-size: 24px;
  letter-spacing: 0rem;
  text-transform: none;
}
@media (min-width: 768px) {
.media-carousel__headline-text--small[data-v-3290e07d] {
    font-size: 32px;
}
}
@media (min-width: 1025px) {
.media-carousel__headline-text--small[data-v-3290e07d] {
    font-size: 32px;
}
}
.media-carousel__headline-text--small[data-v-3290e07d] {
  color: #000000;
}
.-bg-dark .media-carousel__headline-text--small[data-v-3290e07d], .-bg-section-dark .media-carousel__headline-text--small[data-v-3290e07d], .-bg-page-dark .-bg-section-transparent .media-carousel__headline-text--small[data-v-3290e07d] {
  color: #ffffff;
  fill: #ffffff;
}
.media-carousel__cta-wrapper[data-v-3290e07d] {
  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;
  padding-left: 16px;
}
@media (min-width: 768px) {
.media-carousel__cta-wrapper[data-v-3290e07d] {
    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;
    padding-right: 24px;
    align-self: flex-end;
    justify-content: end;
}
}
.media-carousel__cta-wrapper[data-v-3290e07d] > :not(:first-child):not(:nth-child(2)) {
  margin-left: 16px;
}
.media-carousel__cta-wrapper a[data-v-3290e07d]:hover, .media-carousel__cta-wrapper a[data-v-3290e07d]:active {
  opacity: 0.6;
}
.media-carousel__slides[data-v-3290e07d] {
  overflow-x: auto;
  overflow-y: hidden;
  -ms-overflow-style: none; /* Internet Explorer 10+ */
  scrollbar-width: none; /* Firefox */
}
.media-carousel__slides[data-v-3290e07d]::-webkit-scrollbar {
  display: none; /* Safari and Chrome */
}
.media-carousel__slides[data-v-3290e07d] {
  gap: 4px;
}
.media-carousel__bottom-bar[data-v-3290e07d] {
  margin: 8px 16px 0px 16px;
  min-height: 24px;
  padding-right: calc(48px + 12px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (min-width: 768px) {
.media-carousel__bottom-bar[data-v-3290e07d] {
    min-height: 32px;
    margin: 16px 24px 0px 24px;
    padding-right: calc(64px + 12px);
}
}
.media-carousel__copy-text[data-v-3290e07d] {
  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 .media-carousel__copy-text[data-v-3290e07d], .-bg-section-dark .media-carousel__copy-text[data-v-3290e07d], .-bg-page-dark .-bg-section-transparent .media-carousel__copy-text[data-v-3290e07d] {
  color: #ffffff;
  fill: #ffffff;
}
.media-carousel__copy-text a[data-v-3290e07d] {
  color: #000000;
}
.-bg-dark .media-carousel__copy-text a[data-v-3290e07d], .-bg-section-dark .media-carousel__copy-text a[data-v-3290e07d], .-bg-page-dark .-bg-section-transparent .media-carousel__copy-text a[data-v-3290e07d] {
  color: #ffffff;
  fill: #ffffff;
}
.media-carousel__copy-text[data-v-3290e07d] {
  padding-left: 16px;
}
@media (min-width: 768px) {
.media-carousel__copy-text[data-v-3290e07d] {
    font-family: "DenimINK-Regular", Arial, sans-serif;
    font-style: normal;
    line-height: 1.4;
    font-size: 16px;
    letter-spacing: 0rem;
    text-transform: none;
    color: #000000;
}
.-bg-dark .media-carousel__copy-text[data-v-3290e07d], .-bg-section-dark .media-carousel__copy-text[data-v-3290e07d], .-bg-page-dark .-bg-section-transparent .media-carousel__copy-text[data-v-3290e07d] {
    color: #ffffff;
    fill: #ffffff;
}
.media-carousel__copy-text a[data-v-3290e07d] {
    color: #000000;
}
.-bg-dark .media-carousel__copy-text a[data-v-3290e07d], .-bg-section-dark .media-carousel__copy-text a[data-v-3290e07d], .-bg-page-dark .-bg-section-transparent .media-carousel__copy-text a[data-v-3290e07d] {
    color: #ffffff;
    fill: #ffffff;
}
.media-carousel__copy-text[data-v-3290e07d] {
    padding-left: 0px;
}
}
.media-carousel .navigation-button[data-v-3290e07d] {
  position: absolute;
  bottom: 0px;
  right: 16px;
}
.media-carousel .navigation-button[data-v-3290e07d]:focus {
  pointer-events: all;
}
@media (min-width: 768px) {
.media-carousel .navigation-button[data-v-3290e07d] {
    right: 24px;
}
}
.media-carousel .navigation-left-button[data-v-3290e07d] {
  right: calc(16px + 24px + 12px);
}
@media (min-width: 768px) {
.media-carousel .navigation-left-button[data-v-3290e07d] {
    right: calc(24px + 32px + 12px);
}
}
.media-carousel[data-v-3290e07d] .media-carousel__caret-left {
  transform: rotate(180deg);
}
.skip-link[data-v-3290e07d] {
  width: 1px;
  height: 1px;
  padding: 0px;
  margin: -1px;
  overflow: hidden;
  white-space: nowrap;
  border: 0;
  background: none;
}
.skip-link[data-v-3290e07d]:focus {
  width: auto;
  height: auto;
  margin: 0px;
  margin-right: 4px;
}