/* Clean Girl addition: four balanced For Her splash personalities. */
html body .splash-section .splash-personas {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  max-width: 1380px !important;
}

html body .splash-section .splash-clean {
  background: linear-gradient(145deg, #d9edf2, #edf7f7) !important;
}

html body .splash-section .splash-products-single {
  grid-template-columns: minmax(0, 1fr) !important;
}

html body .splash-section .splash-products-single figure {
  width: 100%;
}

html body .splash-section .splash-persona header h3 {
  font-size: clamp(34px, 3vw, 44px);
}

html[dir="ltr"] .splash-persona .ar-copy,
html[dir="rtl"] .splash-persona .en-copy {
  display: none;
}

@media (max-width: 1120px) {
  html body .splash-section .splash-personas {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    overflow: visible !important;
  }
}

@media (max-width: 650px) {
  html body .splash-section .splash-personas {
    grid-template-columns: 1fr !important;
  }

  html body .splash-section .splash-persona {
    display: block !important;
  }

  html body .splash-section .splash-products-single figure {
    max-width: none;
  }
}
