﻿/* Hair Concerns page styles */
:root {
  --ink: #111b35;
  --navy: #11172b;
  --paper: #fffaf0;
  --paper2: #fbf5e8;
  --line: #dad1c2;
  --yellow: #ffd23f;
  --mint: #c9f4e6;
  --peach: #ffdcd2;
  --pink: #ffdce1;
  --lav: #ead9ff;
  --sky: #dff3ff;
  --aqua: #d8f6ef;
  --shadow: 0 18px 48px rgba(22, 22, 38, .08);
  --radius: 18px;
  --section: 42px;
}

* {
  box-sizing: border-box
}

html {
  scroll-behavior: smooth
}

body {
  margin: 0;
  background: #fff8e8;
  font-family: Inter, system-ui, -apple-system, Segoe UI, sans-serif;
  color: var(--ink);
  font-weight: 600
}

.page-shell {
  width: min(1160px, calc(100% - 64px));
  margin-inline: auto
}

.site-header {
  height: 78px;
  border-bottom: 1px solid rgba(17, 23, 43, .14);
  background: rgba(255, 250, 240, .78);
  backdrop-filter: blur(18px);
  position: sticky;
  top: 0;
  z-index: 50
}

.navbar {
  height: 78px
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: var(--ink);
  font-size: 20px;
  font-weight: 900;
  letter-spacing: .06em
}

.brand-mark {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--ink);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 18px;
  font-weight: 900
}

.nav-menu {
  gap: 48px;
  align-items: center
}

.nav-menu a {
  font-size: 14px;
  text-decoration: none;
  color: #1d263c;
  font-weight: 700
}

.cart-pill {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--ink);
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  box-shadow: 0 10px 24px rgba(17, 23, 43, .16)
}

.menu-canvas {
  background: var(--paper)
}

.menu-canvas .offcanvas-body {
  display: flex;
  flex-direction: column;
  gap: 10px
}

.menu-canvas .offcanvas-body a {
  padding: 14px 4px;
  color: var(--ink);
  text-decoration: none;
  border-bottom: 1px solid var(--line);
  font-weight: 800
}

.hero-wrap {
  border-bottom: 1px solid rgba(17, 23, 43, .08);
  background: #fff8e8;
}

.hero-grid {
  min-height: 485px;
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  align-items: center;
  gap: 32px;
  padding: 34px 0 42px;
}

.hero-copy h1 {
  font-size: 58px;
  line-height: .98;
  letter-spacing: -.065em;
  margin: 0 0 22px;
  font-weight: 900;
}

.hero-copy p {
  max-width: 485px;
  font-size: 17px;
  line-height: 1.65;
  color: #4d5667;
  margin: 0 0 24px;
  font-weight: 500
}

.hero-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap
}

.btn-v {
  height: 52px;
  padding: 0 26px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-decoration: none;
  font-weight: 900;
  font-size: 14px;
  border: 1px solid var(--ink)
}

.btn-dark-v {
  background: var(--ink);
  color: #fff
}

.btn-light-v {
  background: #fffdf7;
  color: var(--ink)
}

.hero-visual {
  position: relative;
  min-height: 405px
}

.product-stage {
  position: absolute;
  inset: auto 0 14px 40px;
  height: 340px
}

.product-stage:before {
  content: "";
  position: absolute;
  left: 210px;
  bottom: 0;
  width: 250px;
  height: 64px;
  border-radius: 50%;
  background: rgba(47, 35, 44, .1);
  filter: blur(10px)
}

.bottle,
.pump,
.dropper,
.jar {
  position: absolute;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #1c2440;
  box-shadow: 0 18px 30px rgba(35, 37, 50, .16)
}

.bottle {
  width: 84px;
  height: 250px;
  border-radius: 30px 30px 16px 16px
}

.bottle:before {
  content: "";
  position: absolute;
  top: -26px;
  width: 34px;
  height: 28px;
  border-radius: 7px 7px 3px 3px;
  background: #e8dfd1;
  border: 1px solid rgba(0, 0, 0, .12)
}

.bottle span,
.pump span,
.dropper span,
.jar span {
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .04em
}

.bottle small,
.pump small,
.jar small {
  font-size: 9px;
  text-transform: uppercase;
  line-height: 1.2;
  margin-top: 12px
}

.bottle.pink {
  left: 170px;
  height: 278px;
  background: linear-gradient(#ff8da2, #f07086)
}

.bottle.yellow {
  left: 290px;
  height: 310px;
  background: linear-gradient(#ffe48b, #ffd257)
}

.bottle.slim.blue {
  left: 520px;
  width: 68px;
  height: 190px;
  background: linear-gradient(#a9e6fb, #71c5e4)
}

.dropper {
  left: 352px;
  width: 60px;
  height: 150px;
  border-radius: 20px 20px 13px 13px;
  background: linear-gradient(#9defdc, #57d1bb);
  z-index: 3
}

.dropper:before {
  content: "";
  position: absolute;
  top: -60px;
  width: 18px;
  height: 62px;
  border-radius: 9px;
  background: #11172b
}

.dropper b {
  position: absolute;
  top: -76px;
  width: 42px;
  height: 20px;
  border-radius: 18px 18px 8px 8px;
  background: #11172b
}

.pump {
  left: 425px;
  width: 105px;
  height: 255px;
  border-radius: 34px 34px 16px 16px;
  background: linear-gradient(#d4b5ff, #b787f3);
  z-index: 2
}

.pump:before {
  content: "";
  position: absolute;
  top: -30px;
  width: 26px;
  height: 32px;
  background: #e5dccc;
  border-radius: 8px
}

.pump b {
  position: absolute;
  top: -58px;
  width: 66px;
  height: 28px;
  border: 7px solid #e5dccc;
  border-left: 0;
  border-bottom: 0;
  border-radius: 0 12px 0 0
}

.jar {
  left: 400px;
  width: 160px;
  height: 92px;
  border-radius: 14px 14px 28px 28px;
  background: linear-gradient(#c7b6ef, #a994db);
  z-index: 4
}

.jar:before {
  content: "";
  position: absolute;
  top: -20px;
  width: 164px;
  height: 28px;
  border-radius: 50%;
  background: #e8deff
}

.concern-badge {
  position: absolute;
  display: grid;
  place-items: center;
  text-align: center;
  z-index: 6;
  font-size: 14px;
  font-weight: 800;
  color: #334;
  gap: 4px
}

.concern-badge i {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #fff9e7;
  border: 1px solid rgba(17, 23, 43, .2);
  font-size: 30px
}

.concern-badge:after {
  content: "";
  position: absolute;
  width: 80px;
  border-top: 1px solid rgba(17, 23, 43, .25);
  z-index: -1
}

.badge-fall {
  left: 110px;
  top: 5px
}

.badge-fall:after {
  left: 56px;
  top: 68px;
  transform: rotate(24deg)
}

.badge-dry {
  right: 25px;
  top: 18px
}

.badge-dry:after {
  right: 58px;
  top: 66px;
  transform: rotate(-20deg)
}

.badge-frizz {
  left: 118px;
  top: 158px
}

.badge-frizz i {
  background: #ead9ff
}

.badge-frizz:after {
  left: 60px;
  top: 50px
}

.badge-dull {
  right: 0;
  top: 162px
}

.badge-dull i {
  background: #ffdce1
}

.badge-dull:after {
  right: 62px;
  top: 50px
}

.badge-split {
  left: 44px;
  bottom: 44px
}

.badge-split:after {
  left: 58px;
  top: 24px
}

.badge-scalp {
  right: 24px;
  bottom: 32px
}

.badge-scalp i {
  background: #e1f5ee
}

.badge-scalp:after {
  right: 62px;
  top: 24px
}

.filter-tabs {
  display: flex;
  gap: 14px;
  overflow: auto;
  padding: 26px 0 20px;
  scrollbar-width: none
}

.filter-tabs::-webkit-scrollbar {
  display: none
}

.filter-tabs button {
  flex: 0 0 auto;
  border: 1px solid var(--line);
  background: #fffaf3;
  border-radius: 999px;
  padding: 13px 27px;
  font-size: 13px;
  font-weight: 800;
  color: #485166
}

.filter-tabs button.active {
  background: var(--ink);
  color: #fff;
  border-color: var(--ink)
}

.section-block {
  padding-bottom: var(--section)
}

.eyebrow {
  font-size: 11px;
  letter-spacing: .06em;
  color: #736090;
  text-transform: uppercase;
  font-weight: 900;
  margin: 0 0 6px
}

.section-block h2,
.help-card h2 {
  font-size: 33px;
  line-height: 1.05;
  letter-spacing: -.045em;
  font-weight: 900;
  margin: 0 0 18px
}

.solutions-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px
}

.solution-card {
  min-height: 320px;
  border-radius: 12px;
  padding: 32px 28px;
  border: 1px solid rgba(17, 23, 43, .07);
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
  align-items: flex-start
}

.solution-card:nth-child(n+5) {
  min-height: 275px
}

.solution-card h3 {
  font-size: 21px;
  font-weight: 900;
  letter-spacing: -.025em;
  margin: 12px 0 8px
}

.solution-card p {
  font-size: 14px;
  line-height: 1.45;
  color: #2f3d4e;
  font-weight: 600;
  margin: 0 0 14px
}

.card-icon {
  font-size: 54px;
  line-height: 1
}

.solution-card ul {
  padding: 0;
  margin: 0 0 20px;
  list-style: none;
  display: grid;
  gap: 8px;
  font-size: 13px;
  font-weight: 700
}

.solution-card li:before {
  content: "✓";
  margin-right: 8px;
  font-weight: 900
}

.solution-card a {
  margin-top: auto;
  height: 42px;
  padding: 0 20px;
  border: 1px solid rgba(17, 23, 43, .28);
  border-radius: 999px;
  text-decoration: none;
  color: var(--ink);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 900;
  background: rgba(255, 255, 255, .35)
}

.pink-card {
  background: #ffe1e6
}

.mint-card {
  background: #ddf5ef
}

.purple-card {
  background: #ecdfff
}

.yellow-card {
  background: #fff1c7
}

.blue-card {
  background: #e0f2ff
}

.peach-card {
  background: #ffe2d7
}

.aqua-card {
  background: #ddf5ef
}

.solutions-grid .solution-card:nth-child(5),
.solutions-grid .solution-card:nth-child(6),
.solutions-grid .solution-card:nth-child(7) {
  grid-column: span 1
}

.solutions-grid .solution-card:nth-child(5) {
  grid-column: span 1
}

.routine-grid {
  display: grid;
  grid-template-columns: 1fr 34px 1fr 34px 1fr 34px 1fr;
  align-items: center;
  gap: 10px
}

.routine-grid article {
  min-height: 145px;
  border-radius: 12px;
  background: #f4eaff;
  border: 1px solid rgba(17, 23, 43, .06);
  padding: 25px 20px 20px 90px;
  position: relative;
  box-shadow: var(--shadow)
}

.routine-grid article:nth-of-type(2) {
  background: #e0f5f0
}

.routine-grid article:nth-of-type(3) {
  background: #ffe1e6
}

.routine-grid article:nth-of-type(4) {
  background: #fff0c9
}

.routine-grid span {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  border: 1px solid rgba(17, 23, 43, .4);
  font-weight: 900;
  background: rgba(255, 255, 255, .35)
}

.routine-grid i:not(.flow-arrow i) {
  position: absolute;
  left: 31px;
  bottom: 24px;
  font-size: 38px
}

.routine-grid h3 {
  font-size: 17px;
  font-weight: 900;
  margin: 0 0 6px
}

.routine-grid p {
  font-size: 13px;
  line-height: 1.4;
  margin: 0;
  color: #314153;
  font-weight: 600
}

.flow-arrow {
  font-size: 32px;
  text-align: center
}

.ingredient-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px
}

.ingredient-grid article {
  background: rgba(255, 255, 255, .55);
  border: 1px solid var(--line);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: var(--shadow)
}

.ingredient-img {
  height: 150px;
  background: #fff8ee;
  position: relative
}

.ingredient-img:before,
.ingredient-img:after {
  content: "";
  position: absolute
}

.coconut:before {
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background: #81512c;
  left: 35px;
  top: 35px;
  box-shadow: 60px -5px 0 #9b6337
}

.coconut:after {
  width: 57px;
  height: 57px;
  border-radius: 50%;
  background: #fff;
  left: 46px;
  top: 46px;
  box-shadow: 60px -5px 0 #fff
}

.argan:before {
  width: 48px;
  height: 26px;
  border-radius: 50%;
  background: #c68b3e;
  left: 48px;
  top: 60px;
  box-shadow: 45px -14px 0 #d0a14f, 88px 2px 0 #ba873c;
  transform: rotate(-20deg)
}

.argan:after {
  width: 44px;
  height: 32px;
  border-radius: 60% 10% 60% 10%;
  background: #62a956;
  right: 38px;
  top: 42px;
  transform: rotate(25deg)
}

.peptide:before {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(255, 170, 190, .85);
  left: 58px;
  top: 38px;
  box-shadow: 64px 26px 0 rgba(255, 170, 190, .85), 15px 70px 0 rgba(255, 170, 190, .65)
}

.peptide:after {
  width: 100px;
  height: 80px;
  border-top: 3px solid rgba(255, 120, 150, .5);
  border-right: 3px solid rgba(255, 120, 150, .5);
  left: 73px;
  top: 58px;
  transform: rotate(24deg)
}

.silk:before {
  left: 30px;
  top: 38px;
  width: 150px;
  height: 62px;
  border-radius: 60% 40% 50% 50%;
  background: linear-gradient(135deg, #fff, #e9e0d5);
  transform: rotate(-12deg);
  box-shadow: 0 12px 18px rgba(0, 0, 0, .08)
}

.shea:before {
  width: 75px;
  height: 60px;
  border-radius: 50%;
  background: #d2ae67;
  left: 54px;
  top: 40px;
  box-shadow: 52px 2px 0 #b48641
}

.shea:after {
  width: 58px;
  height: 42px;
  border-radius: 50%;
  background: #fff7e9;
  left: 84px;
  top: 61px
}

.ingredient-grid h3 {
  font-size: 15px;
  font-weight: 900;
  margin: 18px 20px 7px
}

.ingredient-grid p {
  font-size: 12.5px;
  line-height: 1.4;
  color: #344150;
  margin: 0 20px 22px;
  font-weight: 600
}

.sale-banner {
  min-height: 96px;
  border-radius: 10px;
  background: var(--yellow);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-bottom: 26px;
  padding: 18px 28px;
  color: #11172b
}

.sale-banner strong {
  font-size: 24px;
  font-weight: 900;
  letter-spacing: -.025em
}

.sale-banner em {
  font-style: normal;
  font-size: 26px;
  font-weight: 500
}

.sale-banner .bi-truck {
  font-size: 48px
}

.mini-products {
  height: 58px;
  display: flex;
  align-items: flex-end;
  gap: 6px;
  margin-right: 8px
}

.mini-products span {
  display: block;
  width: 20px;
  border-radius: 7px 7px 3px 3px;
  background: #f07b8c
}

.mini-products span:nth-child(1) {
  height: 42px
}

.mini-products span:nth-child(2) {
  height: 52px;
  background: #ffd86d
}

.mini-products span:nth-child(3) {
  height: 32px;
  background: #9fead7
}

.mini-products span:nth-child(4) {
  height: 48px;
  background: #c4a1ff
}

.help-card {
  display: grid;
  grid-template-columns: 1fr 1.08fr;
  background: #fff7eb;
  border: 1px solid var(--line);
  border-radius: 0;
  min-height: 255px;
  overflow: hidden;
  margin-bottom: 50px;
}

.help-copy {
  padding: 32px 42px
}

.help-copy h2 {
  font-size: 28px;
  margin-bottom: 18px
}

.contact-line {
  display: flex;
  gap: 16px;
  margin: 13px 0;
  font-size: 14px;
  line-height: 1.45;
  color: #172138
}

.contact-line i {
  font-size: 20px
}

.help-copy .btn-v {
  margin-top: 10px
}

.help-visual {
  position: relative;
  background: linear-gradient(135deg, #f8e1c9, #fff8eb 48%, #e7d4bf);
  overflow: hidden
}

.help-visual:before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 70% 40%, rgba(255, 255, 255, .75), transparent 32%)
}

.care-card {
  position: absolute;
  left: 130px;
  bottom: 38px;
  width: 150px;
  height: 92px;
  background: #fdfaf3;
  border-radius: 10px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, .12);
  display: grid;
  place-items: center;
  font-weight: 900;
  letter-spacing: .1em
}

.plant {
  position: absolute;
  left: 70px;
  top: 30px;
  width: 58px;
  height: 58px;
  background: #183c2e;
  border-radius: 60% 0 60% 0;
  transform: rotate(-30deg);
  box-shadow: 26px 22px 0 #2f6045
}

.headset {
  position: absolute;
  right: 105px;
  top: 46px;
  width: 160px;
  height: 130px;
  border: 18px solid #8d633f;
  border-bottom: 0;
  border-radius: 90px 90px 0 0;
  opacity: .78
}

.headset:before,
.headset:after {
  content: "";
  position: absolute;
  bottom: -38px;
  width: 34px;
  height: 70px;
  border-radius: 18px;
  background: #8d633f
}

.headset:before {
  left: -25px
}

.headset:after {
  right: -25px
}

.brand.light {
  color: #fff
}

.brand.light .brand-mark {
  background: #fff;
  color: #10172a
}

.footer-brand p,
.newsletter p {
  color: #d4d8e4;
  font-weight: 500;
  line-height: 1.55;
  margin: 18px 0
}

.socials {
  display: flex;
  gap: 18px;
  font-size: 25px
}

.newsletter form {
  display: flex;
  border: 1px solid rgba(255, 255, 255, .55);
  border-radius: 999px;
  padding: 5px;
  background: #131d32
}

.newsletter input {
  flex: 1;
  min-width: 0;
  background: #fff;
  border: 0;
  border-radius: 999px;
  padding: 12px 18px;
  font-size: 13px;
  outline: 0
}

.newsletter button {
  border: 0;
  background: #fff;
  color: #10172a;
  border-radius: 999px;
  padding: 0 23px;
  font-weight: 900
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid rgba(255, 255, 255, .2);
  margin-top: 28px;
  padding-top: 20px;
  color: #d4d8e4;
  font-size: 13px;
  font-weight: 500
}

.footer-bottom nav {
  display: flex;
  gap: 42px
}

.footer-bottom a {
  color: #d4d8e4
}

.mobile-bottom-nav {
  display: none
}

@media (max-width:1100px) {

  .hero-grid {
    grid-template-columns: 1fr
  }

  .hero-visual {
    min-height: 410px;
    max-width: 760px;
    margin: auto;
    width: 100%
  }

  .solutions-grid {
    grid-template-columns: repeat(3, 1fr)
  }

  .routine-grid {
    grid-template-columns: 1fr 1fr;
    gap: 16px
  }

  .flow-arrow {
    display: none
  }

  .ingredient-grid {
    grid-template-columns: repeat(3, 1fr)
  }

  .sale-banner {
    flex-wrap: wrap
  }

  .help-card {
    grid-template-columns: 1fr
  }
}

@media (max-width:767px) {
  body {
    padding-bottom: 78px
  }

  .site-header,
  .navbar {
    height: 66px
  }

  .brand {
    font-size: 17px
  }

  .brand-mark {
    width: 30px;
    height: 30px;
    font-size: 15px
  }

  .cart-pill {
    width: 38px;
    height: 38px
  }

  .hero-grid {
    padding: 28px 0 22px;
    gap: 16px;
    min-height: 0
  }

  .hero-copy h1 {
    font-size: 39px;
    line-height: 1.02;
    letter-spacing: -.055em
  }

  .hero-copy p {
    font-size: 14px;
    line-height: 1.55;
    margin-bottom: 18px
  }

  .btn-v {
    height: 46px;
    padding: 0 18px;
    font-size: 12px
  }

  .hero-visual {
    min-height: 318px;
    transform: scale(.84);
    transform-origin: top center;
    margin-bottom: -40px
  }

  .product-stage {
    left: -110px;
    bottom: 0
  }

  .concern-badge span {
    font-size: 11px
  }

  .concern-badge i {
    width: 46px;
    height: 46px;
    font-size: 22px
  }

  .badge-fall {
    left: 20px
  }

  .badge-dry {
    right: 0
  }

  .badge-frizz {
    left: 28px;
    top: 132px
  }

  .badge-dull {
    right: -10px;
    top: 138px
  }

  .badge-split {
    left: -8px;
    bottom: 68px
  }

  .badge-scalp {
    right: -8px;
    bottom: 54px
  }

  .filter-tabs {
    padding: 18px 0;
    gap: 10px
  }

  .filter-tabs button {
    padding: 11px 18px;
    font-size: 12px
  }

  .section-block {
    padding-bottom: 30px
  }

  .section-block h2,
  .help-card h2 {
    font-size: 25px;
    margin-bottom: 14px
  }

  .solutions-grid {
    grid-template-columns: 1fr;
    gap: 14px
  }

  .solution-card,
  .solution-card:nth-child(n+5) {
    min-height: 0;
    padding: 24px
  }

  .solution-card h3 {
    font-size: 20px;
  }

  .card-icon {
    font-size: 44px;
  }

  .routine-grid {
    grid-template-columns: 1fr;
  }

  .routine-grid article {
    min-height: 102px;
    padding: 22px 18px 18px 82px;
  }

  .ingredient-grid {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }

  .ingredient-img {
    height: 250px;
  }

  .ingredient-grid h3 {
    margin: 14px 14px 5px
  }

  .ingredient-grid p {
    margin: 0 14px 16px
  }

  .sale-banner {
    min-height: 0;
    padding: 16px 14px;
    gap: 10px;
    text-align: center
  }

  .sale-banner strong {
    font-size: 17px;
    width: 100%
  }

  .sale-banner em {
    display: none
  }

  .mini-products {
    margin: 0 auto
  }

  .sale-banner .bi-truck {
    font-size: 34px
  }

  .help-copy {
    padding: 24px 20px
  }

  .help-visual {
    min-height: 210px
  }

  .care-card {
    left: 35px
  }

  .headset {
    right: 35px;
    transform: scale(.75);
    transform-origin: top right
  }

}

@media (max-width:420px) {
  .hero-copy h1 {
    font-size: 34px
  }

  .hero-actions {
    gap: 10px
  }

  .hero-actions .btn-v {
    flex: 1
  }

  .hero-visual {
    transform: scale(.72);
    margin-bottom: -78px;
    min-height: 300px
  }

  .product-stage {
    left: -135px
  }

  .ingredient-grid {
    grid-template-columns: 1fr
  }

  .newsletter form {
    display: grid;
    grid-template-columns: 1fr auto
  }

  .solution-card ul {
    font-size: 12px
  }
}

/* Hero concern banner image */
.hero-visual {
  display: grid;
  place-items: center
}

.hero-visual .hair-concern-banner {
  display: block;
  width: 100%;
  max-width: 720px;
  height: auto;
  object-fit: contain;
  /* filter: drop-shadow(0 18px 36px rgba(17, 23, 43, .14)) */
}

@media (max-width:767px) {
  .hero-visual {
    transform: none;
    margin-bottom: 0;
    min-height: 0
  }

  .hero-visual .hair-concern-banner {
    max-width: 100%
  }
}

@media (max-width:420px) {
  .hero-visual {
    transform: none;
    margin-bottom: 0;
    min-height: 0
  }
}

/* Real ingredient images */
.ingredient-img {
  overflow: hidden
}

.ingredient-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center
}

.ingredient-img:before,
.ingredient-img:after {
  display: none
}

/* Help visual image */
.help-visual img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center
}

.help-visual:before {
  pointer-events: none
}