#es-loreal.es-loreal {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  max-width: 998px;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  color: #1d1d1b;
  background: #fff;
}

#es-loreal.es-loreal * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#es-loreal.es-loreal h2,
#es-loreal.es-loreal h3,
#es-loreal.es-loreal h4,
#es-loreal.es-loreal h5 {
  font-family: 'Montserrat', sans-serif;
  color: #1d1d1b;
}

#es-loreal.es-loreal .es-kv {
  position: relative;
  padding-top: 24px;
  max-width: 514px;
  margin: 0 auto;
}

#es-loreal.es-loreal .es-kv__logo {
  margin: 24px 0;
  margin-top: 0;
  opacity: 0;
  -webkit-animation: slidedown 0.6s ease forwards;
  animation: slidedown 0.6s ease forwards;
}

#es-loreal.es-loreal .es-kv__banner {
  position: relative;
  min-height: 533px;
}

#es-loreal.es-loreal .es-kv__bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#es-loreal.es-loreal .es-kv__label {
  margin: 0;
  padding: 0;
  line-height: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  position: absolute;
  top: 24px;
  left: 16px;
  font-weight: 700;
  padding-bottom: 8px;
  font-size: 24px;
  text-transform: uppercase;
  border-bottom: 3px solid black;
}

#es-loreal.es-loreal .es-kv__packshot {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 100%;
  opacity: 0;
  -webkit-animation: slidepackshot 0.6s ease forwards;
  animation: slidepackshot 0.6s ease forwards;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

#es-loreal.es-loreal .es-kv__img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

#es-loreal.es-loreal .es-kv__img--mb,
#es-loreal.es-loreal .es-kv__img--dt {
  max-width: none;
}

#es-loreal.es-loreal .es-kv__img--dt {
  display: none;
}

#es-loreal.es-loreal .es-kv__content {
  padding: 16px;
  padding-top: 32px;
}

#es-loreal.es-loreal .es-kv__title {
  margin: 0;
  padding: 0;
  line-height: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  margin-bottom: 32px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 32px;
}

#es-loreal.es-loreal .es-kv__title span {
  font-weight: 300;
}

#es-loreal.es-loreal .es-kv__text {
  margin: 0;
  padding: 0;
  line-height: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-weight: 700;
}

#es-loreal.es-loreal .es-kv__badges {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 16px;
}

#es-loreal.es-loreal .es-kv__badge {
  padding-top: 32px;
  margin-bottom: 24px;
}

#es-loreal.es-loreal .es-info {
  padding: 40px 16px 32px 16px;
}

#es-loreal.es-loreal .es-info__title {
  margin: 0;
  padding: 0;
  line-height: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  margin-bottom: 32px;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 32px;
  text-align: center;
  letter-spacing: -1px;
  line-height: 1.1;
}

#es-loreal.es-loreal .es-info__text {
  margin: 0;
  padding: 0;
  line-height: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  text-align: center;
}

#es-loreal.es-loreal .es-benefits {
  margin-bottom: 56px;
}

#es-loreal.es-loreal .es-benefits__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 48px 0;
}

#es-loreal.es-loreal .es-benefits__single {
  width: 332px;
}

#es-loreal.es-loreal .es-benefits__single:hover .es-benefits__img--bg {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#es-loreal.es-loreal .es-benefits__image {
  overflow: hidden;
  margin-bottom: 16px;
  position: relative;
}

#es-loreal.es-loreal .es-benefits__img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

#es-loreal.es-loreal .es-benefits__tile {
  position: relative;
}

#es-loreal.es-loreal .es-benefits__label {
  margin: 0;
  padding: 0;
  line-height: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  text-transform: uppercase;
  font-size: 32px;
  text-align: center;
  line-height: 1.1;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#es-loreal.es-loreal .es-benefits__label span {
  font-size: 80px;
}

#es-loreal.es-loreal .es-benefits__title {
  margin: 0;
  padding: 0;
  line-height: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  text-align: center;
  margin-bottom: 16px;
  text-transform: uppercase;
  font-weight: 700;
}

#es-loreal.es-loreal .es-benefits__text {
  margin: 0;
  padding: 0;
  line-height: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  text-align: center;
}

#es-loreal.es-loreal .es-benefits__text--banner {
  text-transform: uppercase;
  font-size: 72px;
  -webkit-box-flex: 3;
  -ms-flex: 3;
  flex: 3;
}

#es-loreal.es-loreal .es-benefits__text--name {
  text-transform: uppercase;
  font-size: 72px;
  -webkit-box-flex: 3;
  -ms-flex: 3;
  flex: 3;
}

#es-loreal.es-loreal .es-benefits__packshot {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
}

#es-loreal.es-loreal .es-benefits__banner {
  padding: 32px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: none;
}

#es-loreal.es-loreal .es-benefits__line {
  display: none;
}

#es-loreal.es-loreal .es-benefits__label {
  margin: 0;
  padding: 0;
  line-height: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-size: 32px;
  width: 100%;
  position: absolute;
  top: 62%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#es-loreal.es-loreal .es-you {
  margin-bottom: 56px;
}

#es-loreal.es-loreal .es-you__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-flow: column-reverse;
  flex-flow: column-reverse;
  gap: 32px;
}

#es-loreal.es-loreal .es-you__content {
  padding: 0 16px;
}

#es-loreal.es-loreal .es-you__title {
  margin: 0;
  padding: 0;
  line-height: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 32px;
  text-transform: uppercase;
  line-height: 1.1;
  text-align: center;
}

#es-loreal.es-loreal .es-you__text {
  margin: 0;
  padding: 0;
  line-height: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
}

#es-loreal.es-loreal .es-you__img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

#es-loreal.es-loreal .es-you__pr {
  margin: 0;
  padding: 0;
  line-height: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-size: 32px;
  font-weight: 700;
}

#es-loreal.es-loreal .es-you__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}

#es-loreal.es-loreal .es-you__item:not(:last-child) {
  margin-bottom: 32px;
}

#es-loreal.es-loreal .es-formula {
  margin-bottom: 88px;
}

#es-loreal.es-loreal .es-formula__content {
  padding: 0 16px;
  margin-bottom: 32px;
}

#es-loreal.es-loreal .es-formula__title {
  margin: 0;
  padding: 0;
  line-height: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 32px;
  text-transform: uppercase;
  line-height: 1.1;
}

#es-loreal.es-loreal .es-formula__text {
  margin: 0;
  padding: 0;
  line-height: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-size: 18px;
}

#es-loreal.es-loreal .es-formula__img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  border-radius: 16px;
}

#es-loreal.es-loreal .es-formula__photo {
  max-width: 401px;
  margin: 0 auto;
  padding-bottom: 55px;
  position: relative;
  z-index: 1;
}

#es-loreal.es-loreal .es-formula__photo:hover .es-formula__label {
  -webkit-transform: translateY(-5%);
  transform: translateY(-5%);
}

#es-loreal.es-loreal .es-formula__image {
  position: relative;
  max-width: 430px;
  margin-right: 38px;
  padding: 16px;
  border-radius: 16px;
  -webkit-box-shadow: 8px 16px 40px rgba(0, 0, 0, 0.06);
  box-shadow: 8px 16px 40px rgba(0, 0, 0, 0.06);
  z-index: 1;
  background: #fff;
}

#es-loreal.es-loreal .es-formula__bubbles {
  position: absolute;
  bottom: -85px;
  left: -52px;
  z-index: -1;
}

#es-loreal.es-loreal .es-formula__label {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  bottom: -48px;
  right: -38px;
  width: 160px;
  height: 90px;
  border-radius: 16px;
  background: #fff;
  -webkit-box-shadow: 8px 16px 40px rgba(0, 0, 0, 0.06);
  box-shadow: 8px 16px 40px rgba(0, 0, 0, 0.06);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#es-loreal.es-loreal .es-formula__acid {
  margin: 0;
  padding: 0;
  line-height: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-size: 27px;
  font-weight: 900;
  line-height: 1;
}

#es-loreal.es-loreal .es-formula__acid span {
  line-height: 1;
  font-size: 57px;
  font-weight: 400;
}

#es-loreal.es-loreal .es-formula__acid strong {
  font-weight: 900;
  position: relative;
  top: -6px;
}

#es-loreal.es-loreal .es-shades {
  margin-bottom: 56px;
}

#es-loreal.es-loreal .es-shades__title {
  margin: 0;
  padding: 0;
  line-height: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 16px;
  padding: 0 16px;
  text-transform: uppercase;
  line-height: 1.1;
  text-align: center;
}

#es-loreal.es-loreal .es-shades__subtitle {
  margin: 0;
  padding: 0;
  line-height: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  text-align: center;
  margin-bottom: 64px;
  padding: 0 16px;
}

#es-loreal.es-loreal .es-shades__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 32px;
  padding: 0 16px;
  gap: 32px 0;
}

#es-loreal.es-loreal .es-shades__single {
  width: 200px;
}

#es-loreal.es-loreal .es-shades__packshot {
  margin-bottom: 16px;
}

#es-loreal.es-loreal .es-shades__img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

#es-loreal.es-loreal .es-shades__label {
  margin: 0;
  padding: 0;
  line-height: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  text-align: center;
  font-size: 12px;
  line-height: 1.5;
}

#es-loreal.es-loreal .es-shades__label strong {
  text-transform: uppercase;
}

#es-loreal.es-loreal .es-shades__trick {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 24px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#es-loreal.es-loreal .es-shades__text {
  margin: 0;
  padding: 0;
  line-height: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  text-align: center;
  width: 280px;
  background: #fff;
  padding: 20px 0;
  border-radius: 8px;
  -webkit-box-shadow: 8px 16px 40px rgba(0, 0, 0, 0.06);
  box-shadow: 8px 16px 40px rgba(0, 0, 0, 0.06);
  letter-spacing: -0.5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 1;
}

#es-loreal.es-loreal .es-shades__text:hover {
  -webkit-transform: translateY(-5%);
  transform: translateY(-5%);
}

#es-loreal.es-loreal .es-steps {
  margin-bottom: 40px;
}

#es-loreal.es-loreal .es-steps__before {
  display: none;
}

#es-loreal.es-loreal .es-steps__after {
  display: none;
}

#es-loreal.es-loreal .es-steps__title {
  margin: 0;
  padding: 0;
  line-height: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 32px;
  padding: 0 16px;
  text-transform: uppercase;
  line-height: 1.1;
  text-align: center;
}

#es-loreal.es-loreal .es-steps__step {
  margin-bottom: 32px;
}

#es-loreal.es-loreal .es-steps__content {
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#es-loreal.es-loreal .es-steps__label {
  margin: 0;
  padding: 0;
  line-height: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  display: inline-block;
  font-weight: 700;
  padding-bottom: 8px;
  font-size: 20px;
  text-transform: uppercase;
  border-bottom: 3px solid black;
  margin-bottom: 24px;
}

#es-loreal.es-loreal .es-steps__text {
  margin: 0;
  padding: 0;
  line-height: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  text-align: center;
}

#es-loreal.es-loreal .es-steps__bg {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

#es-loreal.es-loreal .es-steps__bg--dt {
  display: none;
}

#es-loreal.es-loreal .es-cross {
  margin-bottom: 82px;
}

#es-loreal.es-loreal .es-cross__title {
  margin: 0;
  padding: 0;
  line-height: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-size: 32px;
  font-weight: 300;
  padding: 0 16px;
  text-transform: uppercase;
  line-height: 1.1;
  text-align: center;
}

#es-loreal.es-loreal .es-cross__subtitle {
  margin: 0;
  padding: 0;
  line-height: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  text-align: center;
  margin-bottom: 8px;
  padding: 0 16px;
}

#es-loreal.es-loreal .es-cross__img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

#es-loreal.es-loreal .es-cross__packshot {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

#es-loreal.es-loreal .es-cross__packshot--desktop {
  display: none;
}

#es-loreal.es-loreal .es-cross__container--desktop {
  display: none;
}

#es-loreal.es-loreal .es-cross__container--mobile {
  display: block;
}

#es-loreal.es-loreal .es-cross__container--mobile .es-cross__single {
  margin: 0 auto;
}

#es-loreal.es-loreal .es-cross__container--mobile .es-cross__packshot {
  min-height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

#es-loreal.es-loreal .es-cross__single {
  width: 258px;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

#es-loreal.es-loreal .es-cross__single:hover .es-cross__link {
  background: #e1044b;
}

#es-loreal.es-loreal .es-cross__product {
  margin: 0;
  padding: 0;
  line-height: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
}

#es-loreal.es-loreal .es-cross__name {
  margin: 0;
  padding: 0;
  line-height: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  text-align: center;
  font-size: 16px;
  margin-bottom: 8px;
}

#es-loreal.es-loreal .es-cross__link {
  margin: 0;
  padding: 0;
  line-height: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  padding: 12px;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  background: #1d1d1b;
  text-decoration: none;
  display: block;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

#es-loreal.es-loreal .es-cross__line {
  display: none;
}

#es-loreal.es-loreal .es-cross__slider {
  position: relative;
}

#es-loreal.es-loreal .es-cross .slick-button-prev {
  position: absolute;
  top: 50%;
  left: -12px;
}

#es-loreal.es-loreal .es-cross .slick-button-next {
  position: absolute;
  top: 50%;
  right: -12px;
}

#es-loreal.es-loreal .es-cross .slick-pagination {
  position: absolute;
  bottom: -32px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
}

#es-loreal.es-loreal .es-cross .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 4px;
  padding: 0;
  margin: 0;
}

#es-loreal.es-loreal .es-cross .slick-dots li {
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #1d1d1b;
  opacity: 1;
}

#es-loreal.es-loreal .es-cross .slick-dots li:not(:last-child) {
  margin-right: 6px;
}

#es-loreal.es-loreal .es-cross .slick-dots li.slick-active {
  background: #1d1d1b;
}

#es-loreal.es-loreal .es-cross .slick-dots li button {
  display: none;
}

#es-loreal.es-loreal .es-multi {
  margin-bottom: 56px;
}

#es-loreal.es-loreal .es-multi__title {
  margin: 0;
  padding: 0;
  line-height: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 32px;
  text-transform: uppercase;
  line-height: 1.1;
}

#es-loreal.es-loreal .es-multi__content {
  padding: 0 16px;
  margin-bottom: 56px;
}

#es-loreal.es-loreal .es-multi__text {
  margin: 0;
  padding: 0;
  line-height: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-size: 18px;
}

#es-loreal.es-loreal .es-multi__subtitle {
  margin: 0;
  padding: 0;
  line-height: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  padding: 0 16px;
  font-size: 18px;
  font-weight: 700;
}

#es-loreal.es-loreal .es-multi__img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

#es-loreal.es-loreal .es-multi__packshot {
  margin-bottom: 16px;
}

#es-loreal.es-loreal .es-multi__wrapper {
  padding: 0 16px;
}

#es-loreal.es-loreal .es-multi__lines {
  display: none;
}

#es-loreal.es-loreal .es-footer {
  padding-bottom: 56px;
}

#es-loreal.es-loreal .es-footer__text {
  margin: 0;
  padding: 0;
  line-height: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  text-align: center;
  padding: 0 16px;
  font-size: 10px;
}

@media screen and (min-width: 1200px) {
  #es-loreal.es-loreal .es-kv {
    max-width: none;
  }
  #es-loreal.es-loreal .es-kv__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #es-loreal.es-loreal .es-kv__img--mb {
    display: none;
  }
  #es-loreal.es-loreal .es-kv__img--dt {
    display: block;
  }
  #es-loreal.es-loreal .es-kv__banner {
    max-width: 50%;
  }
  #es-loreal.es-loreal .es-kv__label {
    top: 32px;
  }
  #es-loreal.es-loreal .es-kv__packshot {
    left: 39%;
  }
  #es-loreal.es-loreal .es-kv__content {
    position: relative;
    z-index: 1;
    max-width: 35%;
  }
  #es-loreal.es-loreal .es-kv__title {
    font-size: 22px;
  }
  #es-loreal.es-loreal .es-steps__before {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  #es-loreal.es-loreal .es-steps__after {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 48px;
  }
  #es-loreal.es-loreal .es-steps__bg--mb {
    display: none;
  }
  #es-loreal.es-loreal .es-steps__bg--dt {
    display: block;
  }
  #es-loreal.es-loreal .es-steps__steps {
    max-width: 748px;
    margin: 0 auto;
  }
  #es-loreal.es-loreal .es-steps__step {
    position: relative;
    margin-bottom: 0;
  }
  #es-loreal.es-loreal .es-steps__content {
    max-width: 320px;
    position: absolute;
    top: 50%;
    right: 64px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  #es-loreal.es-loreal .es-steps__content--odd {
    right: auto;
    left: 64px;
  }
  #es-loreal.es-loreal .es-info__title {
    font-size: 32px;
  }
  #es-loreal.es-loreal .es-info__text {
    margin-bottom: 32px;
  }
  #es-loreal.es-loreal .es-you {
    margin-bottom: 120px;
  }
  #es-loreal.es-loreal .es-you__title {
    font-size: 32px;
    text-align: left;
  }
  #es-loreal.es-loreal .es-you__text {
    text-align: left;
  }
  #es-loreal.es-loreal .es-you__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #es-loreal.es-loreal .es-formula {
    margin-bottom: 120px;
  }
  #es-loreal.es-loreal .es-formula__title {
    font-size: 32px;
  }
  #es-loreal.es-loreal .es-formula__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
  }
  #es-loreal.es-loreal .es-formula__content {
    width: 50%;
    margin-bottom: 0;
  }
  #es-loreal.es-loreal .es-formula__photo {
    width: 50%;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  #es-loreal.es-loreal .es-formula__image {
    margin-left: 32px;
  }
  #es-loreal.es-loreal .es-multi {
    margin-bottom: 56px;
  }
  #es-loreal.es-loreal .es-multi__title {
    font-size: 40px;
  }
  #es-loreal.es-loreal .es-multi__container {
    padding: 0 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 32px;
    margin-bottom: 56px;
  }
  #es-loreal.es-loreal .es-multi__packshot {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  #es-loreal.es-loreal .es-multi__content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  #es-loreal.es-loreal .es-multi__subtitle {
    text-align: center;
  }
  #es-loreal.es-loreal .es-multi__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 32px;
  }
  #es-loreal.es-loreal .es-multi__subtitle {
    margin-bottom: 32px;
  }
  #es-loreal.es-loreal .es-multi__lines {
    display: block;
    margin-bottom: 32px;
    padding: 0 64px;
  }
  #es-loreal.es-loreal .es-multi__par {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

@media screen and (min-width: 1200px) {
  #es-loreal.es-loreal .es-kv {
    margin-bottom: 16px;
  }
  #es-loreal.es-loreal .es-kv__banner {
    max-width: none;
  }
  #es-loreal.es-loreal .es-kv__packshot {
    left: 41%;
  }
  #es-loreal.es-loreal .es-kv__label {
    left: 64px;
  }
  #es-loreal.es-loreal .es-kv__title {
    font-size: 32px;
  }
  #es-loreal.es-loreal .es-kv__text {
    position: relative;
  }
  #es-loreal.es-loreal .es-kv__text::before {
    content: url('images/line-1.png');
    position: absolute;
    top: 50%;
    left: -312px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #es-loreal.es-loreal .es-kv__badges {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative;
  }
  #es-loreal.es-loreal .es-kv__badges::before {
    content: url('images/line-1.png');
    position: absolute;
    top: 50%;
    left: -312px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #es-loreal.es-loreal .es-benefits__banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
  }
  #es-loreal.es-loreal .es-benefits__line {
    padding-top: 32px;
    display: block;
  }
  #es-loreal.es-loreal .es-benefits__img--line-1 {
    position: relative;
    left: 56px;
  }
  #es-loreal.es-loreal .es-benefits__img--line-3 {
    position: relative;
    left: -56px;
  }
  #es-loreal.es-loreal .es-you {
    margin-bottom: 80px;
  }
  #es-loreal.es-loreal .es-you__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    gap: 0;
  }
  #es-loreal.es-loreal .es-you__content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  #es-loreal.es-loreal .es-shades {
    margin-bottom: 80px;
  }
  #es-loreal.es-loreal .es-shades__title {
    margin-bottom: 56px;
  }
  #es-loreal.es-loreal .es-shades__single {
    width: 279px;
    margin-left: -40px;
    margin-right: -40px;
  }
  #es-loreal.es-loreal .es-cross {
    margin-bottom: 120px;
  }
  #es-loreal.es-loreal .es-cross__title {
    font-size: 32px;
    margin-bottom: 32px;
  }
  #es-loreal.es-loreal .es-cross__container--desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 32px 16px;
  }
  #es-loreal.es-loreal .es-cross__container--mobile {
    display: none;
  }
  #es-loreal.es-loreal .es-cross__packshot--desktop {
    display: block;
  }
  #es-loreal.es-loreal .es-cross__packshot--mobile {
    display: none;
  }
  #es-loreal.es-loreal .es-cross__packshot {
    -webkit-transform: scale(1);
    transform: scale(1);
    margin-bottom: 56px;
  }
  #es-loreal.es-loreal .es-cross__single {
    position: relative;
    width: 216px;
  }
  #es-loreal.es-loreal .es-cross__packshot {
    position: relative;
    left: -50px;
    margin-bottom: 32px;
  }
  #es-loreal.es-loreal .es-cross__packshot--desktop {
    margin-bottom: 72px;
  }
  #es-loreal.es-loreal .es-cross__line {
    position: absolute;
    display: block;
    top: 0;
    left: 50%;
    width: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  #es-loreal.es-loreal .es-cross__line--1 {
    top: -104px;
    -webkit-transform: translateX(-26%);
    transform: translateX(-26%);
  }
  #es-loreal.es-loreal .es-cross__line--2 {
    top: -59px;
    -webkit-transform: translateX(-26%);
    transform: translateX(-26%);
  }
  #es-loreal.es-loreal .es-cross__line--3 {
    top: -59px;
    -webkit-transform: translateX(-60%);
    transform: translateX(-60%);
  }
  #es-loreal.es-loreal .es-cross__line--4 {
    top: -104px;
    -webkit-transform: translateX(-94%);
    transform: translateX(-94%);
  }
}

@-webkit-keyframes appear {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes appear {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes slidenamedown {
  from {
    opacity: 0;
    -webkit-transform: translate(-50%, -32px);
    transform: translate(-50%, -32px);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}

@keyframes slidenamedown {
  from {
    opacity: 0;
    -webkit-transform: translate(-50%, -32px);
    transform: translate(-50%, -32px);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}

@-webkit-keyframes slidedown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-32px);
    transform: translateY(-32px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slidedown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-32px);
    transform: translateY(-32px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes slidepackshot {
  from {
    opacity: 0;
    -webkit-transform: translate(-50%, -32px);
    transform: translate(-50%, -32px);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}

@keyframes slidepackshot {
  from {
    opacity: 0;
    -webkit-transform: translate(-50%, -32px);
    transform: translate(-50%, -32px);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}

@-webkit-keyframes slideright {
  from {
    opacity: 0.3;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideright {
  from {
    opacity: 0.3;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes slideleft {
  from {
    opacity: 0.3;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideleft {
  from {
    opacity: 0.3;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
/*# sourceMappingURL=style.css.map */
@media screen and (min-width: 1200px) {
  #es-loreal.es-loreal .es-kv__banner {
    max-width: 49%;
  }
  #es-loreal.es-loreal .es-kv__bg {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  #es-loreal.es-loreal .es-benefits__single {
    width: 235px;
  }
  #es-loreal.es-loreal .es-shades__single {
    width: 248px;
    margin-left: -40px;
    margin-right: -40px;
  }
  #es-loreal.es-loreal .es-cross__single {
    position: relative;
    width: 162px;
  }
  #es-loreal.es-loreal .es-benefits__text {
    min-height: 115px;
  }
}

@media screen and (min-width: 1200px) {
  #es-loreal.es-loreal .es-kv__content {
      max-width: 50%;
  }
  
  #es-loreal.es-loreal .es-kv__title {
      font-size: 30px;
  }
}

.slick-dots {
  display: block !important;
  transform: rotate(-90deg);
}