.elementor-47112 .elementor-element.elementor-element-d3ed1ff{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-8cd1b8d */@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600&display=swap");

.lh-shade-guide {
  --lh-guide-cream: #bfaf8;
  --lh-guide-soft: #f3efe8;
  --lh-guide-ink: #080808;
  --lh-guide-charcoal: #282825;
  --lh-guide-pink: #df8096;
  --lh-guide-line: rgba(8, 8, 8, 0.14);
  --lh-guide-placeholder: #d9d9d9;
  width: 100%;
  background: var(--lh-guide-cream);
  color: var(--lh-guide-ink);
  font-family: "Outfit", sans-serif;
}

.lh-shade-guide,
.lh-shade-guide * {
  box-sizing: border-box;
}

.lh-shade-guide :where(h1, h2, h3, p, ul, li) {
  margin: 0;
  padding: 0;
}

.lh-shade-guide__inner {
  width: min(100% - 80px, 1100px);
  margin: 0 auto;
}

.lh-shade-guide__hero {
  padding: 88px 0 46px;
  text-align: center;
}

.lh-shade-guide__hero .lh-shade-guide__inner {
  width: min(100% - 80px, 760px);
}

.lh-shade-guide__eyebrow {
  margin-bottom: 12px;
  color: var(--lh-guide-pink);
  font-size: 13px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.lh-shade-guide h1 {
  max-width: 514px;
  margin: 0 auto;
  font-family: "Outfit", sans-serif;
  font-style: normal;
  color: var(--lh-guide-ink);
  font-size: 36px;
  line-height: 45px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: uppercase;
}

.lh-shade-guide__hero p:last-child {
  max-width: 725px;
  margin-top: 24px;
  margin-inline: auto;
  color: var(--lh-guide-ink);
  font-size: 18px;
  line-height: 23px;
  font-weight: 400;
}

.lh-shade-guide__steps {
  padding: 0 0 66px;
}

.lh-shade-guide__steps .lh-shade-guide__inner,
.lh-shade-guide__photo-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 36px;
}

.lh-shade-guide__step,
.lh-shade-guide__photo-card {
  min-width: 0;
}

.lh-shade-guide__photo-card .lh-shade-guide__placeholder {
  min-height: 0;
  aspect-ratio: 1 / 1;
}

.lh-shade-guide__placeholder {
  display: flex;
  min-height: 190px;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0) 46%),
    var(--lh-guide-placeholder);
  color: rgba(8, 8, 8, 0.42);
  font-size: 12px;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
}

.lh-shade-guide__placeholder--large {
  min-height: 345px;
}

.lh-shade-guide__step h2,
.lh-shade-guide__photo-card h3 {
  margin-top: 14px;
  font-family: "Outfit", sans-serif;
  font-style: normal;
  color: var(--lh-guide-ink);
  font-size: 18px;
  line-height: 23px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: uppercase;
}

.lh-shade-guide__step p,
.lh-shade-guide__photo-card p {
  margin-top: 12px;
  color: var(--lh-guide-ink);
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}

.lh-shade-guide__help {
  padding: 0 0 78px;
}

.lh-shade-guide__help-grid {
  display: grid;
  grid-template-columns: minmax(0, 370px) minmax(0, 433px);
  align-items: center;
  justify-content: space-between;
  gap: 64px;
}

.lh-shade-guide__help h2,
.lh-shade-guide__exchange h2,
.lh-shade-guide__section-heading h2 {
  font-family: "Outfit", sans-serif;
  font-style: normal;
  color: var(--lh-guide-ink);
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: uppercase;
}

.lh-shade-guide__help p,
.lh-shade-guide__help li,
.lh-shade-guide__exchange p {
  color: var(--lh-guide-ink);
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}

.lh-shade-guide__help p {
  margin-top: 18px;
}

.lh-shade-guide__help ul {
  display: grid;
  gap: 7px;
  margin-top: 10px;
  padding-left: 18px;
}

.lh-shade-guide__button {
  display: inline-flex;
  width: 251px;
  min-height: 31px;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
  padding: 0 18px;
  border: 1px solid var(--lh-guide-charcoal);
  border-radius: 2px;
  background: var(--lh-guide-charcoal);
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  transition:
    background-color 180ms ease,
    color 180ms ease,
    border-color 180ms ease,
    transform 180ms ease;
}

.lh-shade-guide__button:hover,
.lh-shade-guide__button:focus-visible {
  background: var(--lh-guide-pink);
  border-color: var(--lh-guide-pink);
  color: #fff;
  transform: translateY(-1px);
}

.lh-shade-guide__button:focus-visible {
  outline: 2px solid rgba(223, 128, 150, 0.35);
  outline-offset: 2px;
}

.lh-shade-guide__photo-guide {
  padding: 12px 0 54px;
}

.lh-shade-guide__section-heading {
  max-width: 560px;
  margin-bottom: 28px;
}

.lh-shade-guide__exchange {
  padding: 37px 0;
  background: var(--lh-guide-soft);
}

.lh-shade-guide__exchange .lh-shade-guide__inner {
  width: min(100% - 160px, 812px);
}

.lh-shade-guide__exchange p {
  max-width: 724px;
  margin-top: 15px;
}

.lh-shade-guide__modal[hidden] {
  display: none;
}

.lh-shade-guide__modal {
  position: fixed;
  inset: 0;
  z-index: 999;
}

.lh-shade-guide__modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(8, 8, 8, 0.54);
}

.lh-shade-guide__modal-dialog {
  position: relative;
  width: min(100% - 32px, 520px);
  margin: min(14vh, 96px) auto 0;
  padding: 28px 28px 28px;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 28px 80px rgba(8, 8, 8, 0.2);
}

.lh-shade-guide__modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 999px;
  background: rgba(8, 8, 8, 0.06);
  color: var(--lh-guide-charcoal);
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  padding: 0;
}

.lh-shade-guide__modal-close span {
  display: block;
  line-height: 1;
  transform: translateY(-1px);
}

.lh-shade-guide__modal-dialog h2 {
  max-width: 360px;
  margin-top: 4px;
  font-family: "Outfit", sans-serif;
  font-style: normal;
  color: var(--lh-guide-ink);
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: uppercase;
}

.lh-shade-guide__modal-actions {
  display: grid;
  gap: 12px;
  margin-top: 22px;
}

.lh-shade-guide__modal-link {
  display: grid;
  grid-template-columns: 22px max-content;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 10px 18px;
  border: 1px solid rgba(8, 8, 8, 0.08);
  border-radius: 6px;
  background: rgba(8, 8, 8, 0.06);
  color: var(--lh-guide-charcoal);
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 12px 30px rgba(8, 8, 8, 0.08);
  transition:
    background-color 180ms ease,
    border-color 180ms ease,
    color 180ms ease,
    transform 180ms ease,
    box-shadow 180ms ease;
}

.lh-shade-guide__modal-icon {
  display: inline-flex;
  width: 22px;
  height: 22px;
  align-items: center;
  justify-content: center;
}

.lh-shade-guide__modal-link svg {
  display: block;
  width: 22px;
  height: 22px;
}

.lh-shade-guide__modal-link span {
  display: block;
}

.lh-shade-guide__modal-link--whatsapp {
}

.lh-shade-guide__modal-link--instagram {
}

.lh-shade-guide__modal-link--email {
}

.lh-shade-guide__modal-link:hover,
.lh-shade-guide__modal-link:focus-visible {
  background: rgba(8, 8, 8, 0.1);
  border-color: rgba(8, 8, 8, 0.14);
  color: var(--lh-guide-charcoal);
  transform: translateY(-1px);
  box-shadow: 0 18px 38px rgba(8, 8, 8, 0.12);
}

.lh-shade-guide__modal-link--whatsapp:hover,
.lh-shade-guide__modal-link--whatsapp:focus-visible {
  background: rgba(8, 8, 8, 0.1);
  border-color: rgba(8, 8, 8, 0.14);
}

.lh-shade-guide__modal-link--instagram:hover,
.lh-shade-guide__modal-link--instagram:focus-visible {
  background: rgba(8, 8, 8, 0.1);
  border-color: rgba(8, 8, 8, 0.14);
}

.lh-shade-guide__modal-link--email:hover,
.lh-shade-guide__modal-link--email:focus-visible {
  background: rgba(8, 8, 8, 0.1);
  border-color: rgba(8, 8, 8, 0.14);
}

body.lh-shade-guide-modal-open {
  overflow: hidden;
}

@media (max-width: 767px) {
  .lh-shade-guide__inner,
  .lh-shade-guide__hero .lh-shade-guide__inner,
  .lh-shade-guide__exchange .lh-shade-guide__inner {
    width: min(100% - 32px, 681px);
  }

  .lh-shade-guide__hero {
    padding: 54px 0 34px;
  }

  .lh-shade-guide h1 {
    font-size: 30px;
    line-height: 37px;
  }

  .lh-shade-guide__hero p:last-child {
    margin-top: 18px;
    font-size: 16px;
    line-height: 21px;
  }

  .lh-shade-guide__steps {
    padding-bottom: 44px;
  }

  .lh-shade-guide__steps .lh-shade-guide__inner,
  .lh-shade-guide__photo-grid,
  .lh-shade-guide__help-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .lh-shade-guide__placeholder {
    min-height: 220px;
  }

  .lh-shade-guide__photo-card .lh-shade-guide__placeholder {
    min-height: 0;
  }

  .lh-shade-guide__placeholder--large {
    min-height: 260px;
  }

  .lh-shade-guide__help {
    padding-bottom: 52px;
  }

  .lh-shade-guide__help-grid {
    align-items: stretch;
  }

  .lh-shade-guide__button {
    width: min(100%, 251px);
  }

  .lh-shade-guide__photo-guide {
    padding-bottom: 42px;
  }

  .lh-shade-guide__exchange {
    padding: 34px 0;
  }

  .lh-shade-guide__modal-dialog {
    margin-top: 72px;
    padding: 26px 18px 20px;
  }

  .lh-shade-guide__modal-dialog h2 {
    max-width: none;
    font-size: 22px;
    line-height: 28px;
  }

  .lh-shade-guide__modal-link {
    grid-template-columns: 20px max-content;
    gap: 10px;
    min-height: 54px;
    padding: 10px 14px;
  }

  .lh-shade-guide__modal-icon {
    width: 20px;
    height: 20px;
  }

  .lh-shade-guide__modal-link svg {
    width: 20px;
    height: 20px;
  }
}/* End custom CSS */