/**
 * @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
 */
.for-you-module-container[data-v-1a5ae47d] {
  background-color: #000000;
}
.for-you-title-section[data-v-1a5ae47d] {
  padding-top: 16px;
  padding-bottom: 24px;
  align-items: center;
  text-align: center;
}
@media (min-width: 768px) {
.for-you-title-section[data-v-1a5ae47d] {
    padding-top: 40px;
    padding-bottom: 56px;
}
}
.for-you-title-section .for-you-headline-text[data-v-1a5ae47d] {
  font-family: "DenimINK-Regular", Arial, sans-serif;
  font-style: normal;
  line-height: 1.2;
  font-size: 24px;
  letter-spacing: 0rem;
  text-transform: none;
  color: #ffffff;
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 768px) {
.for-you-title-section .for-you-headline-text[data-v-1a5ae47d] {
    font-family: "DenimINK-Regular", Arial, sans-serif;
    font-style: normal;
    line-height: 1.1;
    font-size: 40px;
    letter-spacing: 0rem;
    text-transform: none;
    color: #ffffff;
    padding-left: 0px;
    padding-right: 0px;
}
}
@media (min-width: 1025px) {
.for-you-title-section .for-you-headline-text[data-v-1a5ae47d] {
    font-family: "DenimINK-Regular", Arial, sans-serif;
    font-style: normal;
    line-height: 1.1;
    font-size: 64px;
    letter-spacing: -0.01rem;
    text-transform: none;
    color: #ffffff;
}
}
.for-you-title-section .for-you-copy-text[data-v-1a5ae47d] {
  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 .for-you-title-section .for-you-copy-text[data-v-1a5ae47d], .-bg-section-dark .for-you-title-section .for-you-copy-text[data-v-1a5ae47d], .-bg-page-dark .-bg-section-transparent .for-you-title-section .for-you-copy-text[data-v-1a5ae47d] {
  color: #ffffff;
  fill: #ffffff;
}
.for-you-title-section .for-you-copy-text a[data-v-1a5ae47d] {
  color: #000000;
}
.-bg-dark .for-you-title-section .for-you-copy-text a[data-v-1a5ae47d], .-bg-section-dark .for-you-title-section .for-you-copy-text a[data-v-1a5ae47d], .-bg-page-dark .-bg-section-transparent .for-you-title-section .for-you-copy-text a[data-v-1a5ae47d] {
  color: #ffffff;
  fill: #ffffff;
}
.for-you-title-section .for-you-copy-text[data-v-1a5ae47d] {
  color: #ffffff;
  margin-top: 12px;
  white-space: pre-wrap;
  text-align: center;
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 768px) {
.for-you-title-section .for-you-copy-text[data-v-1a5ae47d] {
    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 .for-you-title-section .for-you-copy-text[data-v-1a5ae47d], .-bg-section-dark .for-you-title-section .for-you-copy-text[data-v-1a5ae47d], .-bg-page-dark .-bg-section-transparent .for-you-title-section .for-you-copy-text[data-v-1a5ae47d] {
    color: #ffffff;
    fill: #ffffff;
}
.for-you-title-section .for-you-copy-text a[data-v-1a5ae47d] {
    color: #000000;
}
.-bg-dark .for-you-title-section .for-you-copy-text a[data-v-1a5ae47d], .-bg-section-dark .for-you-title-section .for-you-copy-text a[data-v-1a5ae47d], .-bg-page-dark .-bg-section-transparent .for-you-title-section .for-you-copy-text a[data-v-1a5ae47d] {
    color: #ffffff;
    fill: #ffffff;
}
.for-you-title-section .for-you-copy-text[data-v-1a5ae47d] {
    color: #ffffff;
    margin-top: 24px;
    padding-left: 0px;
    padding-right: 0px;
}
}
.for-you-module-media-container[data-v-1a5ae47d] {
  position: relative;
}
.for-you-module-media[data-v-1a5ae47d] {
  columns: 2;
  column-gap: 8px;
}
@media (min-width: 768px) {
.for-you-module-media[data-v-1a5ae47d] {
    columns: 3;
    column-gap: 20px;
}
}
.for-you-module-media .for-you-module-media-item[data-v-1a5ae47d] {
  margin-bottom: 8px;
}
@media (min-width: 768px) {
.for-you-module-media .for-you-module-media-item[data-v-1a5ae47d] {
    margin-bottom: 20px;
}
}
.for-you-module__gradient[data-v-1a5ae47d] {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  z-index: 100;
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.for-you-cta-section[data-v-1a5ae47d] {
  padding: 24px 16px 40px;
  justify-content: center;
}
.for-you-cta-button[data-v-1a5ae47d] {
  font-family: "DenimINK-Medium", Arial, sans-serif;
  font-style: normal;
  line-height: 1.4;
  font-size: 14px;
  letter-spacing: 0rem;
  text-transform: none;
  color: #000000;
}
.-bg-dark .for-you-cta-button[data-v-1a5ae47d], .-bg-section-dark .for-you-cta-button[data-v-1a5ae47d], .-bg-page-dark .-bg-section-transparent .for-you-cta-button[data-v-1a5ae47d] {
  color: #ffffff;
  fill: #ffffff;
}
.for-you-cta-button a[data-v-1a5ae47d] {
  color: #000000;
}
.-bg-dark .for-you-cta-button a[data-v-1a5ae47d], .-bg-section-dark .for-you-cta-button a[data-v-1a5ae47d], .-bg-page-dark .-bg-section-transparent .for-you-cta-button a[data-v-1a5ae47d] {
  color: #ffffff;
  fill: #ffffff;
}
.for-you-cta-button[data-v-1a5ae47d] {
  min-height: 44px;
  padding: 12px 24px;
  border: 1px solid #ffffff;
  background-color: transparent;
  color: #ffffff;
  cursor: pointer;
}/**
 * @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
 */
.featured-for-you-toggle-wrapper[data-v-78696576] {
  position: fixed;
  display: flex;
  z-index: 200;
  left: 0px;
  right: 0px;
  width: auto;
  justify-content: center;
  padding-bottom: 20px;
  background-color: #ffffff;
  padding-bottom: 20px;
  top: 112px;
}
@media (min-width: 1025px) {
.featured-for-you-toggle-wrapper[data-v-78696576] {
    top: 146px;
}
}
.featured-for-you-toggle-container[data-v-78696576] {
  border: 0.8px solid #000000;
  border-radius: 999px;
  height: 32px;
  margin-bottom: 2px;
  margin-top: 2px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  /* Figma tokens can be exempted for this as it is not part of the main flow (Used for AB test). The design is based on Figma design. */
  padding: 3.5px 4px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
.featured-for-you-toggle-container[data-v-78696576] {
    height: 40px;
    margin-bottom: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
    /* Figma tokens can be exempted for this as it is not part of the main flow (Used for AB test). The design is based on Figma design. */
    padding: 2.75px 4px;
}
}
.featured-for-you-toggle[data-v-78696576] {
  height: 24px;
  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 .featured-for-you-toggle[data-v-78696576], .-bg-section-dark .featured-for-you-toggle[data-v-78696576], .-bg-page-dark .-bg-section-transparent .featured-for-you-toggle[data-v-78696576] {
  color: #ffffff;
  fill: #ffffff;
}
.featured-for-you-toggle a[data-v-78696576] {
  color: #000000;
}
.-bg-dark .featured-for-you-toggle a[data-v-78696576], .-bg-section-dark .featured-for-you-toggle a[data-v-78696576], .-bg-page-dark .-bg-section-transparent .featured-for-you-toggle a[data-v-78696576] {
  color: #ffffff;
  fill: #ffffff;
}
.featured-for-you-toggle[data-v-78696576] {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 768px) {
.featured-for-you-toggle[data-v-78696576] {
    height: 32px;
    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 .featured-for-you-toggle[data-v-78696576], .-bg-section-dark .featured-for-you-toggle[data-v-78696576], .-bg-page-dark .-bg-section-transparent .featured-for-you-toggle[data-v-78696576] {
    color: #ffffff;
    fill: #ffffff;
}
.featured-for-you-toggle a[data-v-78696576] {
    color: #000000;
}
.-bg-dark .featured-for-you-toggle a[data-v-78696576], .-bg-section-dark .featured-for-you-toggle a[data-v-78696576], .-bg-page-dark .-bg-section-transparent .featured-for-you-toggle a[data-v-78696576] {
    color: #ffffff;
    fill: #ffffff;
}
}
@media (min-width: 1025px) {
.featured-for-you-toggle[data-v-78696576] {
    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 .featured-for-you-toggle[data-v-78696576], .-bg-section-dark .featured-for-you-toggle[data-v-78696576], .-bg-page-dark .-bg-section-transparent .featured-for-you-toggle[data-v-78696576] {
    color: #ffffff;
    fill: #ffffff;
}
.featured-for-you-toggle a[data-v-78696576] {
    color: #000000;
}
.-bg-dark .featured-for-you-toggle a[data-v-78696576], .-bg-section-dark .featured-for-you-toggle a[data-v-78696576], .-bg-page-dark .-bg-section-transparent .featured-for-you-toggle a[data-v-78696576] {
    color: #ffffff;
    fill: #ffffff;
}
}
.toggle-featured[data-v-78696576] {
  border-radius: 100px;
  border: none;
  background-color: #000000;
  color: #ffffff;
}
.toggle-for-you[data-v-78696576] {
  background-color: transparent;
  color: #000000;
  border: none;
}
.selected-toggle[data-v-78696576] {
  font-family: "DenimINK-Medium", Arial, sans-serif;
  font-style: normal;
  line-height: 1.4;
  font-size: 12px;
  letter-spacing: 0rem;
  text-transform: none;
  color: #000000;
}
.-bg-dark .selected-toggle[data-v-78696576], .-bg-section-dark .selected-toggle[data-v-78696576], .-bg-page-dark .-bg-section-transparent .selected-toggle[data-v-78696576] {
  color: #ffffff;
  fill: #ffffff;
}
.selected-toggle a[data-v-78696576] {
  color: #000000;
}
.-bg-dark .selected-toggle a[data-v-78696576], .-bg-section-dark .selected-toggle a[data-v-78696576], .-bg-page-dark .-bg-section-transparent .selected-toggle a[data-v-78696576] {
  color: #ffffff;
  fill: #ffffff;
}
.selected-toggle[data-v-78696576] {
  color: #ffffff;
}
@media (min-width: 1025px) {
.selected-toggle[data-v-78696576] {
    font-family: "DenimINK-Medium", Arial, sans-serif;
    font-style: normal;
    line-height: 1.4;
    font-size: 14px;
    letter-spacing: 0rem;
    text-transform: none;
    color: #000000;
}
.-bg-dark .selected-toggle[data-v-78696576], .-bg-section-dark .selected-toggle[data-v-78696576], .-bg-page-dark .-bg-section-transparent .selected-toggle[data-v-78696576] {
    color: #ffffff;
    fill: #ffffff;
}
.selected-toggle a[data-v-78696576] {
    color: #000000;
}
.-bg-dark .selected-toggle a[data-v-78696576], .-bg-section-dark .selected-toggle a[data-v-78696576], .-bg-page-dark .-bg-section-transparent .selected-toggle a[data-v-78696576] {
    color: #ffffff;
    fill: #ffffff;
}
.selected-toggle[data-v-78696576] {
    color: #ffffff;
}
}
.for-you-selected[data-v-78696576] {
  background-color: #000000;
}
.for-you-selected.featured-for-you-toggle-wrapper[data-v-78696576] {
  background-color: #000000;
}
.for-you-selected .featured-for-you-toggle-container[data-v-78696576] {
  background-color: #000000;
  border: 0.8px solid #ffffff;
}
.for-you-selected .toggle-featured[data-v-78696576] {
  border-radius: 0px;
  border: none;
  background-color: transparent;
}
.for-you-selected .toggle-for-you[data-v-78696576] {
  border-radius: 100px;
  border: none;
  background-color: #ffffff;
  color: #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
 */
.featured-for-you-tabs-wrapper[data-v-e0266de4] {
  position: fixed;
  display: none;
  padding-bottom: 20px;
  z-index: 200;
  left: 0px;
  right: 0px;
  justify-content: center;
  background-color: #ffffff;
}
.featured-for-you-tabs-wrapper--for-you-active[data-v-e0266de4] {
  background-color: #000000;
}
.featured-for-you-tabs-wrapper--for-you-active .featured-for-you-tab-item .featured-for-you-tab[data-v-e0266de4] {
  color: #ffffff;
}
.featured-for-you-tabs-wrapper--for-you-active .featured-for-you-tab-indicator[data-v-e0266de4] {
  background: #403e3f;
}
.featured-for-you-tabs-wrapper--for-you-active .featured-for-you-tab-item--active .featured-for-you-tab-indicator[data-v-e0266de4] {
  background: #ffffff;
}
.featured-for-you-tabs-container[data-v-e0266de4] {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 140px;
  height: 30px;
}
.featured-for-you-tab-item[data-v-e0266de4] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 63px;
  height: 31px;
  flex: none;
}
.featured-for-you-tab-item:first-child:not(.featured-for-you-tab-item--active) .featured-for-you-tab-indicator[data-v-e0266de4] {
  width: calc(100% + 16px);
}
.featured-for-you-tab-item--for-you[data-v-e0266de4] {
  width: 51px;
  order: 1;
}
.featured-for-you-tab-item--for-you:not(.featured-for-you-tab-item--active) .featured-for-you-tab-indicator[data-v-e0266de4] {
  width: calc(100% + 16px);
  margin-left: -16px;
}
.featured-for-you-tab-item--active .featured-for-you-tab[data-v-e0266de4] {
  font-family: "DenimINK-Medium", Arial, sans-serif;
  font-style: normal;
  line-height: 1.4;
  font-size: 16px;
  letter-spacing: 0rem;
  text-transform: none;
  color: #000000;
}
.-bg-dark .featured-for-you-tab-item--active .featured-for-you-tab[data-v-e0266de4], .-bg-section-dark .featured-for-you-tab-item--active .featured-for-you-tab[data-v-e0266de4], .-bg-page-dark .-bg-section-transparent .featured-for-you-tab-item--active .featured-for-you-tab[data-v-e0266de4] {
  color: #ffffff;
  fill: #ffffff;
}
.featured-for-you-tab-item--active .featured-for-you-tab a[data-v-e0266de4] {
  color: #000000;
}
.-bg-dark .featured-for-you-tab-item--active .featured-for-you-tab a[data-v-e0266de4], .-bg-section-dark .featured-for-you-tab-item--active .featured-for-you-tab a[data-v-e0266de4], .-bg-page-dark .-bg-section-transparent .featured-for-you-tab-item--active .featured-for-you-tab a[data-v-e0266de4] {
  color: #ffffff;
  fill: #ffffff;
}
.featured-for-you-tab-item--active .featured-for-you-tab-indicator[data-v-e0266de4] {
  background: #000000;
}
.featured-for-you-tab[data-v-e0266de4] {
  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 .featured-for-you-tab[data-v-e0266de4], .-bg-section-dark .featured-for-you-tab[data-v-e0266de4], .-bg-page-dark .-bg-section-transparent .featured-for-you-tab[data-v-e0266de4] {
  color: #ffffff;
  fill: #ffffff;
}
.featured-for-you-tab a[data-v-e0266de4] {
  color: #000000;
}
.-bg-dark .featured-for-you-tab a[data-v-e0266de4], .-bg-section-dark .featured-for-you-tab a[data-v-e0266de4], .-bg-page-dark .-bg-section-transparent .featured-for-you-tab a[data-v-e0266de4] {
  color: #ffffff;
  fill: #ffffff;
}
.featured-for-you-tab[data-v-e0266de4] {
  width: 100%;
  height: 31px;
  padding: 0px;
  border: 0;
  border-radius: 0;
  background: transparent;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  cursor: pointer;
}
.featured-for-you-tab-indicator[data-v-e0266de4] {
  display: block;
  width: 100%;
  height: 1px;
  background: #e9e9e9;
  margin-top: 8px;
  align-self: stretch;
}/**
 * @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
 */
.home-page-container[data-v-dfba44fc]:empty {
  min-height: 100vh;
}
@media (min-width: 1025px) and (max-width: 1700px) {
.home-page-container[data-v-dfba44fc] .cms-recommendations-wrapper {
    aspect-ratio: 3;
}
.home-page-container[data-v-dfba44fc] .cms-recommendations-wrapper .recommendations-wrapper {
    aspect-ratio: 3;
}
}
@media (min-width: 1025px) and (min-width: 1700px) {
.home-page-container[data-v-dfba44fc] .cms-recommendations-wrapper {
    aspect-ratio: 4;
}
.home-page-container[data-v-dfba44fc] .cms-recommendations-wrapper .recommendations-wrapper {
    aspect-ratio: 4;
}
}
.home-page-container.with-for-you-toggle[data-v-dfba44fc] {
  padding-top: 56px;
}
@media (min-width: 768px) {
.home-page-container.with-for-you-toggle[data-v-dfba44fc] {
    padding-top: 60px;
}
}
.home-page-container.black-background[data-v-dfba44fc] {
  background-color: #000000;
}