/**
 * @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
 */
.split-header__header-container[data-v-1ba7dac7] {
  padding-bottom: 24px;
}
@media (min-width: 768px) {
.split-header__header-container[data-v-1ba7dac7] {
    align-items: flex-end;
}
}
.split-header__headline-text[data-v-1ba7dac7] {
  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) {
.split-header__headline-text[data-v-1ba7dac7] {
    padding-left: 24px;
}
}
@media (min-width: 1025px) {
.split-header__headline-text[data-v-1ba7dac7] {
    font-family: "DenimINK-Regular", Arial, sans-serif;
    font-style: normal;
    line-height: 1.1;
    font-size: 64px;
    letter-spacing: -0.01rem;
    text-transform: none;
}
}
.split-header__copy-text[data-v-1ba7dac7] {
  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 .split-header__copy-text[data-v-1ba7dac7], .-bg-section-dark .split-header__copy-text[data-v-1ba7dac7], .-bg-page-dark .-bg-section-transparent .split-header__copy-text[data-v-1ba7dac7] {
  color: #ffffff;
  fill: #ffffff;
}
.split-header__copy-text a[data-v-1ba7dac7] {
  color: #000000;
}
.-bg-dark .split-header__copy-text a[data-v-1ba7dac7], .-bg-section-dark .split-header__copy-text a[data-v-1ba7dac7], .-bg-page-dark .-bg-section-transparent .split-header__copy-text a[data-v-1ba7dac7] {
  color: #ffffff;
  fill: #ffffff;
}
.split-header__copy-text[data-v-1ba7dac7] {
  padding-top: 16px;
}
@media (min-width: 768px) {
.split-header__copy-text[data-v-1ba7dac7] {
    padding-top: 0px;
}
}
@media (min-width: 768px) {
.split-header__links-n-copy[data-v-1ba7dac7] {
    padding-right: 24px;
}
}
.split-header__cta-container[data-v-1ba7dac7] {
  padding-top: 16px;
  gap: 16px;
}
@media (min-width: 768px) {
.split-header__cta-container[data-v-1ba7dac7] {
    padding-top: 8px;
}
}
.split-header__cta-container--right[data-v-1ba7dac7] {
  justify-content: flex-end;
}
.split-header__cta-link[data-v-1ba7dac7] {
  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;
}
.split-header__cta-link[data-v-1ba7dac7]:hover, .split-header__cta-link[data-v-1ba7dac7]:active {
  opacity: 0.6;
}/**
 * @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
 */
.module-category-column[data-v-e7bcf941] {
  position: relative;
}
.module-category-column .navigation-button[data-v-e7bcf941] {
  position: absolute;
  bottom: 0px;
  right: 16px;
  z-index: 200;
}
.module-category-column .navigation-left-button[data-v-e7bcf941] {
  right: calc(16px + 24px + 12px);
}
.module-category-column[data-v-e7bcf941] .module-category-column__caret-left {
  transform: rotate(180deg);
}
.module-category-column--layout-2[data-v-e7bcf941] {
  padding: 0px 16px;
}
@media (min-width: 768px) {
.module-category-column--layout-2[data-v-e7bcf941] {
    padding: 0px;
}
}
.module-category-column--layout-2 .module-category-column__items[data-v-e7bcf941] {
  display: block;
}
@media (min-width: 768px) {
.module-category-column--layout-2 .module-category-column__items[data-v-e7bcf941] {
    display: flex;
}
}
.module-category-column--layout-2 .module-category-column__items .module-category-column__item[data-v-e7bcf941]:last-child {
  margin-top: 32px;
}
@media (min-width: 768px) {
.module-category-column--layout-2 .module-category-column__items .module-category-column__item[data-v-e7bcf941]:last-child {
    margin-top: 0px;
}
}
.module-category-column--layout-3[data-v-e7bcf941], .module-category-column--layout-4[data-v-e7bcf941] {
  padding-bottom: 32px;
}
@media (min-width: 768px) {
.module-category-column--layout-3[data-v-e7bcf941], .module-category-column--layout-4[data-v-e7bcf941] {
    padding-bottom: 0px;
}
}
.module-category-column--layout-3 .split-header__header-container[data-v-e7bcf941], .module-category-column--layout-4 .split-header__header-container[data-v-e7bcf941] {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 768px) {
.module-category-column--layout-3 .split-header__header-container[data-v-e7bcf941], .module-category-column--layout-4 .split-header__header-container[data-v-e7bcf941] {
    padding-left: 0px;
    padding-right: 0px;
}
}
.module-category-column--layout-3 .module-category-column__items[data-v-e7bcf941], .module-category-column--layout-4 .module-category-column__items[data-v-e7bcf941] {
  display: flex;
  flex-wrap: nowrap;
  gap: 4px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.module-category-column--layout-3 .module-category-column__item-info[data-v-e7bcf941], .module-category-column--layout-4 .module-category-column__item-info[data-v-e7bcf941] {
  padding: 24px 16px 8px 16px;
}
@media (min-width: 768px) {
.module-category-column--layout-3 .module-category-column__item-info[data-v-e7bcf941], .module-category-column--layout-4 .module-category-column__item-info[data-v-e7bcf941] {
    padding: 24px 24px 0px 24px;
}
}
@media (min-width: 768px) {
.module-category-column--layout-3 .module-category-column__items[data-v-e7bcf941], .module-category-column--layout-4 .module-category-column__items[data-v-e7bcf941] {
    flex-wrap: wrap;
    overflow-x: visible;
    gap: unset;
}
}
@media (min-width: 768px) {
.module-category-column--layout-3 .three-column-layout[data-v-e7bcf941] {
    margin: 0px;
    width: auto;
}
.module-category-column--layout-3 .module-category-column__items[data-v-e7bcf941] {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 4.1666666667vw;
    padding-left: 4.1666666667vw;
    padding-right: 4.1666666667vw;
}
}
@media (min-width: 768px) {
.module-category-column--layout-4 .four-column-layout[data-v-e7bcf941] {
    margin: 0px;
    width: auto;
}
.module-category-column--layout-4 .module-category-column__items[data-v-e7bcf941] {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 4.1666666667vw;
    padding-left: 0px;
    padding-right: 0px;
}
}
.module-category-column .split-header__header-container[data-v-e7bcf941] {
  padding-bottom: 24px;
}
@media (min-width: 768px) {
.module-category-column .split-header__header-container[data-v-e7bcf941] {
    align-items: flex-end;
}
}
.module-category-column__cta-links[data-v-e7bcf941] {
  gap: 16px;
  padding-top: 16px;
}
@media (min-width: 768px) {
.module-category-column__cta-links[data-v-e7bcf941] {
    padding-top: 8px;
}
}
.module-category-column__cta-link[data-v-e7bcf941] {
  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 (min-width: 768px) {
.module-category-column__cta-link[data-v-e7bcf941] {
    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;
}
}
.module-category-column__cta-link[data-v-e7bcf941]:hover, .module-category-column__cta-link[data-v-e7bcf941]:active {
  opacity: 0.6;
}
.module-category-column__media-wrapper[data-v-e7bcf941] {
  position: relative;
}
.module-category-column__media-wrapper .shop-the-look-button-wrapper[data-v-e7bcf941] {
  position: absolute;
  z-index: 100;
  left: 16px;
  bottom: 16px;
}
@media (min-width: 768px) {
.module-category-column__media-wrapper .shop-the-look-button-wrapper[data-v-e7bcf941] {
    left: 24px;
    bottom: 24px;
}
}
.module-category-column[data-v-e7bcf941] .cms-media .play-pause-button {
  height: 24px;
  width: 24px;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 200;
}
@media (min-width: 768px) {
.module-category-column[data-v-e7bcf941] .cms-media .play-pause-button {
    height: 32px;
    width: 32px;
}
.module-category-column[data-v-e7bcf941] .cms-media .play-pause-button:hover {
    background-color: rgba(255, 255, 255, 0.85);
}
}
.module-category-column[data-v-e7bcf941] .cms-media .play-pause-button.right-bottom {
  right: 16px;
  bottom: 16px;
}
@media (min-width: 768px) {
.module-category-column[data-v-e7bcf941] .cms-media .play-pause-button.right-bottom {
    right: 24px;
    bottom: 24px;
}
}
.module-category-column[data-v-e7bcf941] .cms-media .play-pause-button.right-bottom svg {
  stroke: #000000;
}
.module-category-column__items[data-v-e7bcf941] {
  gap: 32px;
}
@media (min-width: 768px) {
.module-category-column__items[data-v-e7bcf941] {
    gap: unset;
}
}
.module-category-column__item-info[data-v-e7bcf941] {
  padding-top: 24px;
}
@media (min-width: 768px) {
.module-category-column__item-info[data-v-e7bcf941] {
    padding: 24px 24px 0px 24px;
}
}
.module-category-column__item-title[data-v-e7bcf941] {
  font-family: "DenimINK-Regular", Arial, sans-serif;
  font-style: normal;
  line-height: 1.2;
  font-size: 24px;
  letter-spacing: 0rem;
  text-transform: none;
  color: #000000;
}
.-bg-dark .module-category-column__item-title[data-v-e7bcf941], .-bg-section-dark .module-category-column__item-title[data-v-e7bcf941], .-bg-page-dark .-bg-section-transparent .module-category-column__item-title[data-v-e7bcf941] {
  color: #ffffff;
  fill: #ffffff;
}
@media (min-width: 1025px) {
.module-category-column__item-title[data-v-e7bcf941] {
    font-family: "DenimINK-Regular", Arial, sans-serif;
    font-style: normal;
    line-height: 1.2;
    font-size: 24px;
    letter-spacing: 0rem;
    text-transform: none;
    color: #000000;
}
}
@media (min-width: 1025px) and (min-width: 768px) {
.module-category-column__item-title[data-v-e7bcf941] {
    font-size: 32px;
}
}
@media (min-width: 1025px) and (min-width: 1025px) {
.module-category-column__item-title[data-v-e7bcf941] {
    font-size: 32px;
}
}
@media (min-width: 1025px) {
.-bg-dark .module-category-column__item-title[data-v-e7bcf941], .-bg-section-dark .module-category-column__item-title[data-v-e7bcf941], .-bg-page-dark .-bg-section-transparent .module-category-column__item-title[data-v-e7bcf941] {
    color: #ffffff;
    fill: #ffffff;
}
}
.module-category-column__item-description[data-v-e7bcf941] {
  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 .module-category-column__item-description[data-v-e7bcf941], .-bg-section-dark .module-category-column__item-description[data-v-e7bcf941], .-bg-page-dark .-bg-section-transparent .module-category-column__item-description[data-v-e7bcf941] {
  color: #ffffff;
  fill: #ffffff;
}
.module-category-column__item-description a[data-v-e7bcf941] {
  color: #000000;
}
.-bg-dark .module-category-column__item-description a[data-v-e7bcf941], .-bg-section-dark .module-category-column__item-description a[data-v-e7bcf941], .-bg-page-dark .-bg-section-transparent .module-category-column__item-description a[data-v-e7bcf941] {
  color: #ffffff;
  fill: #ffffff;
}
.module-category-column__item-description[data-v-e7bcf941] {
  padding-top: 16px;
}
@media (min-width: 768px) {
.module-category-column__item-description[data-v-e7bcf941] {
    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 .module-category-column__item-description[data-v-e7bcf941], .-bg-section-dark .module-category-column__item-description[data-v-e7bcf941], .-bg-page-dark .-bg-section-transparent .module-category-column__item-description[data-v-e7bcf941] {
    color: #ffffff;
    fill: #ffffff;
}
.module-category-column__item-description a[data-v-e7bcf941] {
    color: #000000;
}
.-bg-dark .module-category-column__item-description a[data-v-e7bcf941], .-bg-section-dark .module-category-column__item-description a[data-v-e7bcf941], .-bg-page-dark .-bg-section-transparent .module-category-column__item-description a[data-v-e7bcf941] {
    color: #ffffff;
    fill: #ffffff;
}
.module-category-column__item-description[data-v-e7bcf941] {
    padding-top: 8px;
}
}