/* Home-only visual corrections. Loaded after the accumulated concept stylesheet. */

html body #clovaBody .clv-performance-gmp {
  grid-row: 1 / 3;
  width: 38px;
  height: 38px;
  display: block;
  object-fit: contain;
  filter: saturate(.86) contrast(1.05);
}

html body #clovaBody section[aria-label="Categories"] .clv-cat {
  height: 430px !important;
  min-height: 430px !important;
}

html body #clovaBody section[aria-label="Categories"] .clv-cat .miniBtn {
  position: relative !important;
  width: 22px !important;
  height: 22px !important;
  min-width: 22px !important;
  flex: 0 0 22px !important;
  display: inline-grid !important;
  place-items: center !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #fff !important;
  font-size: 0 !important;
  line-height: 0 !important;
  text-indent: 0 !important;
  backdrop-filter: none !important;
  box-shadow: none !important;
}

html body #clovaBody section[aria-label="Categories"] .clv-cat .miniBtn::after {
  content: "" !important;
  position: static !important;
  width: 20px !important;
  height: 20px !important;
  display: block !important;
  background: currentColor !important;
  transform: none !important;
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 12h13M13 7l5 5-5 5' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat !important;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 12h13M13 7l5 5-5 5' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat !important;
  transition: transform .28s ease !important;
}

html body #clovaBody section[aria-label="Categories"] .clv-cat:hover .miniBtn,
html body #clovaBody section[aria-label="Categories"] .clv-cat:focus-within .miniBtn {
  background: transparent !important;
  border-color: transparent !important;
  color: #9bff00 !important;
  transform: translateX(3px) !important;
}

html body #clovaBody section[aria-label="Categories"] .clv-cat:hover .miniBtn::after,
html body #clovaBody section[aria-label="Categories"] .clv-cat:focus-within .miniBtn::after {
  transform: translateX(3px) !important;
}

html body #clovaBody section[aria-label="Categories"] .clv-cat > .content {
  justify-content: flex-start !important;
  align-items: center !important;
  gap: 8px !important;
}

html body #clovaBody section[aria-label="Categories"] .clv-cat .name {
  width: auto !important;
  max-width: calc(100% - 30px) !important;
}

html body #clovaBody .clv-home-proof-grid.has-visual {
  grid-template-columns: minmax(420px, .96fr) minmax(0, 1.04fr) !important;
  align-items: stretch !important;
}

html body #clovaBody .clv-home-proof-content {
  min-width: 0;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  align-content: start;
  gap: clamp(34px, 4vw, 54px);
  overflow: hidden;
}

html body #clovaBody .clv-home-proof-content .clv-home-proof-head {
  width: 100% !important;
  max-width: 620px !important;
  margin: 0 !important;
  display: grid !important;
  gap: 7px !important;
  text-align: center !important;
}

html body #clovaBody .clv-home-proof-content .clv-home-proof-head h2 {
  margin: 0 !important;
  font-size: clamp(30px, 3vw, 46px) !important;
  line-height: 1.02 !important;
  font-weight: 680 !important;
}

html body #clovaBody .clv-home-proof-content .clv-home-proof-head p:not(.clv-home-kicker) {
  max-width: 440px !important;
  margin: 0 auto !important;
}

html body #clovaBody .clv-home-proof-content .clv-home-proof-reviews {
  align-content: start !important;
}

html body #clovaBody > .clv-evidence {
  padding: clamp(62px, 7vw, 102px) 0 !important;
  background:
    radial-gradient(circle at 81% 20%, rgba(212, 175, 82, .24), transparent 29%),
    linear-gradient(108deg, #020302 0%, #050705 54%, #151108 100%) !important;
}

html body #clovaBody > .clv-evidence > .clv-wrap {
  width: min(1440px, calc(100% - 64px)) !important;
  max-width: 1440px !important;
  display: block !important;
}

html body #clovaBody > .clv-evidence .clv-lab-verified-panel {
  display: grid !important;
}

html body #clovaBody .clv-lab-verified-panel {
  position: relative;
  min-height: 660px;
  display: grid !important;
  grid-template-columns: minmax(470px, .94fr) minmax(500px, 1.06fr) !important;
  align-items: center;
  gap: clamp(28px, 3.8vw, 72px);
  overflow: hidden;
}

html body #clovaBody .clv-lab-verified-copy {
  position: relative;
  z-index: 3;
  max-width: 700px;
  padding: 10px 0;
}

html body #clovaBody .clv-lab-verified-copy h2 {
  max-width: 680px !important;
  margin: 0 0 24px !important;
  color: #fff !important;
  font-family: var(--concept-ui, "DM Sans", sans-serif) !important;
  font-size: clamp(40px, 4vw, 60px) !important;
  line-height: .99 !important;
  font-weight: 520 !important;
  letter-spacing: 0 !important;
}

html body #clovaBody .clv-lab-verified-copy h2 span {
  display: inline;
  color: #d8bd72;
}

html body #clovaBody .clv-lab-title-row {
  margin: 0 0 24px;
  display: flex;
  align-items: center;
  gap: 17px;
}

html body #clovaBody .clv-lab-title-row > svg {
  width: 52px;
  height: 52px;
  flex: 0 0 52px;
  padding: 12px;
  border: 1px solid rgba(216, 189, 114, .42);
  border-radius: 14px;
  color: #d8bd72;
  background: rgba(216, 189, 114, .08);
}

html body #clovaBody .clv-lab-title-row > svg path {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

html body #clovaBody .clv-lab-title-row h2 {
  margin: 0 !important;
}

html body #clovaBody .clv-lab-eyebrow {
  margin: 0 0 18px;
  color: #d8bd72;
  font-size: 12px;
  line-height: 1;
  font-weight: 760;
  letter-spacing: .15em;
  text-transform: uppercase;
}

html body #clovaBody .clv-lab-lead {
  max-width: 660px;
  margin: 0 0 14px;
  color: rgba(255, 255, 255, .68);
  font-size: clamp(14px, 1vw, 17px);
  line-height: 1.52;
  font-weight: 430;
}

html body #clovaBody .clv-lab-divider {
  width: 100%;
  height: 1px;
  margin: 30px 0 24px;
  background: linear-gradient(90deg, rgba(216, 189, 114, .34), rgba(255, 255, 255, .08), transparent);
}

html body #clovaBody .clv-lab-checks {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 28px;
  margin-bottom: 25px;
}

html body #clovaBody .clv-lab-checks span {
  display: flex;
  align-items: center;
  gap: 11px;
  color: rgba(255, 255, 255, .82);
  font-size: clamp(13px, .95vw, 16px);
  line-height: 1.25;
  font-weight: 520;
}

html body #clovaBody .clv-lab-checks svg {
  width: 21px;
  height: 21px;
  flex: 0 0 21px;
  padding: 4px;
  border: 1px solid rgba(216, 189, 114, .45);
  border-radius: 50%;
  color: #d8bd72;
}

html body #clovaBody .clv-lab-checks path,
html body #clovaBody .clv-lab-certificate-btn path {
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

html body #clovaBody .clv-lab-report-links {
  margin: 0 0 24px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, .12);
  border-bottom: 1px solid rgba(255, 255, 255, .12);
}

html body #clovaBody .clv-lab-report-links a {
  min-width: 0;
  padding: 14px 15px;
  display: grid;
  gap: 4px;
  border-right: 1px solid rgba(255, 255, 255, .12);
  color: #fff;
  text-decoration: none;
  transition: background-color .24s ease;
}

html body #clovaBody .clv-lab-report-links a:last-child {
  border-right: 0;
}

html body #clovaBody .clv-lab-report-links a:hover,
html body #clovaBody .clv-lab-report-links a:focus-visible {
  background: rgba(216, 189, 114, .11);
}

html body #clovaBody .clv-lab-report-links span {
  overflow: hidden;
  color: rgba(255, 255, 255, .86);
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

html body #clovaBody .clv-lab-report-links small {
  color: rgba(255, 255, 255, .48);
  font-size: 10px;
  line-height: 1;
  font-weight: 650;
  letter-spacing: .08em;
  text-transform: uppercase;
}

html body #clovaBody .clv-lab-report-links strong {
  color: #d8bd72;
  font-size: 16px;
  line-height: 1;
  font-weight: 720;
}

html body #clovaBody .clv-lab-certificate-btn {
  width: fit-content;
  min-height: 52px;
  padding: 0 23px;
  display: inline-flex;
  align-items: center;
  gap: 11px;
  border-radius: 999px;
  background: #ffd35d;
  color: #080a07;
  text-decoration: none;
  font-size: 12px;
  font-weight: 820;
  letter-spacing: .12em;
  text-transform: uppercase;
  transition: transform .25s ease, box-shadow .25s ease;
}

html body #clovaBody .clv-lab-certificate-btn svg {
  width: 18px;
  height: 18px;
}

html body #clovaBody .clv-lab-certificate-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 42px rgba(255, 211, 93, .22);
}

html body #clovaBody .clv-lab-note {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, .48);
  font-size: 11px;
  line-height: 1.4;
}

html body #clovaBody .clv-lab-verified-visual {
  position: relative;
  align-self: stretch;
  min-height: 610px;
  margin: 0;
  border-radius: 0 !important;
  overflow: hidden;
  background: #020302;
  box-shadow: none !important;
  transform: none !important;
  isolation: isolate;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, .52) 13%, #000 30%, #000 100%);
  mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, .52) 13%, #000 30%, #000 100%);
}

html body #clovaBody .clv-lab-verified-visual::before,
html body #clovaBody .clv-lab-verified-visual::after {
  display: none !important;
}

html body #clovaBody .clv-lab-image-motion {
  position: absolute;
  inset: 0;
  display: block;
  transform-origin: center;
  animation: clvLabVerificationDrift 9s ease-in-out infinite alternate;
  will-change: transform;
}

html body #clovaBody .clv-lab-image-motion::before {
  content: "";
  position: absolute;
  inset: 8% 8% auto 14%;
  z-index: 2;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(216, 189, 114, .86), transparent);
  box-shadow: 0 0 24px rgba(216, 189, 114, .48);
  animation: clvLabVerificationScan 5.8s ease-in-out infinite;
  pointer-events: none;
}

html body #clovaBody .clv-lab-image-motion::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: radial-gradient(circle at 76% 40%, rgba(216, 189, 114, .12), transparent 40%);
  animation: clvLabVerificationGlow 6.6s ease-in-out infinite alternate;
  pointer-events: none;
}

html body #clovaBody .clv-lab-verified-visual img {
  width: 100%;
  height: 100%;
  min-height: 610px;
  display: block;
  object-fit: cover;
  object-position: center center;
  filter: contrast(1.08) saturate(.78) brightness(.54);
  transform: none !important;
  animation: none !important;
}

@keyframes clvLabVerificationDrift {
  from { transform: scale(1.035) translate3d(-1.1%, -.6%, 0); }
  to { transform: scale(1.075) translate3d(1.2%, .7%, 0); }
}

@keyframes clvLabVerificationScan {
  0%, 100% { transform: translateY(0); opacity: .18; }
  52% { transform: translateY(490px); opacity: .82; }
  62% { transform: translateY(490px); opacity: .12; }
}

@keyframes clvLabVerificationGlow {
  from { opacity: .48; }
  to { opacity: 1; }
}

@media (min-width: 761px) {
  html body #clovaBody .clv-hero-product.clv-hero-showcase > .clv-hero-showcase-track {
    inset: -18px 0 0 -29% !important;
  }
}

@media (max-width: 980px) {
  html body #clovaBody .clv-home-proof-grid.has-visual,
  html body #clovaBody .clv-lab-verified-panel {
    grid-template-columns: 1fr !important;
  }

  html body #clovaBody .clv-home-proof-content .clv-home-proof-head {
    max-width: 100% !important;
    text-align: center !important;
  }

  html body #clovaBody .clv-home-proof-content .clv-home-proof-head p:not(.clv-home-kicker) {
    margin-inline: auto !important;
  }

  html body #clovaBody .clv-lab-verified-panel {
    min-height: 0;
  }

  html body #clovaBody .clv-lab-verified-visual,
  html body #clovaBody .clv-lab-verified-visual img {
    min-height: 430px;
  }
}

@media (max-width: 900px) {
  html body #clovaBody section[aria-label="Categories"] .clv-cat {
    height: 330px !important;
    min-height: 330px !important;
  }
}

@media (max-width: 560px) {
  html body #clovaBody section[aria-label="Categories"] .clv-cat {
    height: 310px !important;
    min-height: 310px !important;
  }

  html body #clovaBody section[aria-label="Categories"] .clv-cat .miniBtn {
    width: 20px !important;
    height: 20px !important;
    min-width: 20px !important;
    flex-basis: 20px !important;
  }

  html body #clovaBody .clv-lab-verified-copy h2 {
    font-size: 34px !important;
  }

  html body #clovaBody .clv-lab-title-row {
    align-items: flex-start;
    gap: 12px;
  }

  html body #clovaBody .clv-lab-title-row > svg {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
    padding: 10px;
  }

  html body #clovaBody .clv-lab-checks {
    grid-template-columns: 1fr;
  }

  html body #clovaBody .clv-lab-report-links {
    grid-template-columns: 1fr;
  }

  html body #clovaBody .clv-lab-report-links a {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .12);
  }

  html body #clovaBody .clv-lab-report-links a:last-child {
    border-bottom: 0;
  }

  html body #clovaBody .clv-lab-report-links small {
    display: none;
  }

  html body #clovaBody .clv-lab-certificate-btn {
    width: 100%;
    justify-content: center;
  }

  html body #clovaBody .clv-lab-verified-visual,
  html body #clovaBody .clv-lab-verified-visual img {
    min-height: 300px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html body #clovaBody .clv-lab-verified-visual::before,
  html body #clovaBody .clv-lab-verified-visual::after,
  html body #clovaBody .clv-lab-image-motion::before,
  html body #clovaBody .clv-lab-image-motion::after,
  html body #clovaBody .clv-lab-image-motion {
    animation: none;
  }
}

/* 2026-06-14: deterministic mobile composition for hero, proof strip,
   best sellers, lab reports, and the ordering-flow heading. */
html body #clovaBody .clv-home-flow-head .clv-flow-line {
  display: block;
}

@media (max-width: 760px) {
  html body #clovaBody > section.clv-hero {
    width: 100% !important;
    height: 720px !important;
    min-height: 720px !important;
    max-height: 720px !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    background: #eef2f4 !important;
    isolation: isolate;
  }

  html body #clovaBody > section.clv-hero > .clv-hero-inner {
    position: relative !important;
    width: 100% !important;
    max-width: none !important;
    height: 720px !important;
    min-height: 720px !important;
    max-height: 720px !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
    overflow: hidden !important;
    background: transparent !important;
  }

  html body #clovaBody > section.clv-hero > .clv-hero-inner::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 3;
    display: block;
    pointer-events: none;
    background:
      linear-gradient(90deg, rgba(247, 249, 247, .82) 0%, rgba(247, 249, 247, .58) 68%, rgba(247, 249, 247, .08) 100%),
      linear-gradient(180deg, rgba(247, 249, 247, .08) 0%, rgba(247, 249, 247, .98) 30%, rgba(247, 249, 247, .98) 64%, rgba(247, 249, 247, .12) 100%);
  }

  html body #clovaBody .clv-hero-product.clv-hero-showcase {
    position: absolute !important;
    inset: 0 !important;
    z-index: 0 !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 100% !important;
    max-height: none !important;
    margin: 0 !important;
    overflow: hidden !important;
    background: #eaf0f4 !important;
  }

  html body #clovaBody .clv-hero-product.clv-hero-showcase > .clv-hero-showcase-track {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    overflow: hidden !important;
  }

  html body #clovaBody .clv-hero-product.clv-hero-showcase .clv-hero-showcase-slide {
    inset: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: 64% center !important;
    -webkit-mask-image: none !important;
    mask-image: none !important;
  }

  html body #clovaBody .clv-hero-product.clv-hero-showcase > .clv-hero-showcase-track::before,
  html body #clovaBody .clv-hero-product.clv-hero-showcase > .clv-hero-showcase-track::after {
    content: none !important;
    display: none !important;
  }

  html body #clovaBody .clv-hero-product.clv-hero-showcase::after {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    z-index: 2 !important;
    display: block !important;
    pointer-events: none !important;
    background:
      linear-gradient(90deg, rgba(247, 249, 247, .88) 0%, rgba(247, 249, 247, .72) 62%, rgba(247, 249, 247, .18) 100%),
      linear-gradient(180deg, rgba(247, 249, 247, .14) 0%, rgba(247, 249, 247, .98) 31%, rgba(247, 249, 247, .98) 64%, rgba(247, 249, 247, .20) 100%) !important;
  }

  html body #clovaBody .clv-hero-copy {
    position: relative !important;
    z-index: 4 !important;
    width: 100% !important;
    max-width: none !important;
    min-height: 720px !important;
    margin: 0 !important;
    padding: 166px 18px 126px !important;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  html body #clovaBody .clv-hero-copy h1 {
    max-width: 354px !important;
    text-wrap: balance;
  }

  html body #clovaBody .clv-hero-copy p {
    max-width: 340px !important;
  }

  html body #clovaBody .clv-hero-actions {
    width: 100% !important;
  }

  html body #clovaBody .clv-hero-actions .clv-btn.black {
    width: 100% !important;
  }

  html body #clovaBody > .clv-performance-strip {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    padding: 10px 12px !important;
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 0 !important;
    overflow: hidden !important;
  }

  html body #clovaBody > .clv-performance-strip .clv-performance-item {
    min-width: 0 !important;
    min-height: 94px !important;
    padding: 13px 10px !important;
    grid-template-columns: 32px minmax(0, 1fr) !important;
    column-gap: 9px !important;
    row-gap: 2px !important;
    border-top: 0 !important;
    border-right: 0 !important;
  }

  html body #clovaBody > .clv-performance-strip .clv-performance-item:nth-child(odd) {
    border-right: 1px solid rgba(255, 255, 255, .18) !important;
  }

  html body #clovaBody > .clv-performance-strip .clv-performance-item:nth-child(n + 3) {
    border-top: 1px solid rgba(255, 255, 255, .18) !important;
  }

  html body #clovaBody > .clv-performance-strip .clv-performance-icon,
  html body #clovaBody > .clv-performance-strip .clv-performance-gmp {
    width: 29px !important;
    height: 29px !important;
  }

  html body #clovaBody > .clv-performance-strip .clv-performance-item strong {
    min-width: 0;
    font-size: 11px !important;
    line-height: 1.15 !important;
  }

  html body #clovaBody > .clv-performance-strip .clv-performance-item span {
    min-width: 0;
    max-width: none !important;
    font-size: 9px !important;
    line-height: 1.25 !important;
  }

  html body #clovaBody > .clv-mbest {
    padding: 38px 0 46px !important;
    background: #fff !important;
    overflow: hidden !important;
  }

  html body #clovaBody > .clv-mbest > .clv-wrap {
    width: min(100% - 28px, 520px) !important;
    max-width: 520px !important;
  }

  html body #clovaBody .clv-mbest .head {
    margin-bottom: 18px !important;
  }

  html body #clovaBody .clv-mbest-grid {
    width: 100% !important;
    max-width: 100% !important;
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    grid-auto-rows: 1fr;
    gap: 10px !important;
    overflow: visible !important;
    scroll-snap-type: none !important;
    transform: none !important;
  }

  html body #clovaBody .clv-mbest-card {
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    min-height: 0 !important;
    height: auto !important;
    flex: none !important;
    display: flex !important;
    flex-direction: column;
    overflow: hidden !important;
    scroll-snap-align: none !important;
    border-width: 1px !important;
  }

  html body #clovaBody .clv-mbest-media {
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: 1 / 1.05;
    flex: 0 0 auto;
  }

  html body #clovaBody .clv-mbest-body {
    min-width: 0;
    flex: 1 1 auto;
    padding: 10px 9px 11px !important;
    display: flex;
    flex-direction: column;
  }

  html body #clovaBody .clv-mbest-body .nm {
    min-height: 34px;
    margin: 0 0 6px !important;
    font-size: 11px !important;
    line-height: 1.3 !important;
    overflow-wrap: anywhere;
  }

  html body #clovaBody .clv-mbest-body .clv-priceRow {
    margin: auto 0 9px !important;
    gap: 5px !important;
    font-size: 11px !important;
  }

  html body #clovaBody .clv-mbest-btn {
    width: 100% !important;
    min-width: 0 !important;
    min-height: 38px !important;
    height: 38px !important;
    margin: 0 !important;
    padding: 0 7px !important;
    font-size: 9px !important;
    letter-spacing: 0 !important;
    white-space: nowrap !important;
  }

  html body #clovaBody .clv-mbest-media > .clv-bestSaleTag {
    top: 7px !important;
    right: 7px !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: calc(100% - 14px) !important;
    min-height: 25px !important;
    padding: 0 8px !important;
    font-size: 8px !important;
  }

  html body #clovaBody > .clv-evidence {
    padding: 0 !important;
    background: #020302 !important;
  }

  html body #clovaBody > .clv-evidence > .clv-wrap {
    width: 100% !important;
    max-width: none !important;
  }

  html body #clovaBody .clv-lab-verified-panel {
    position: relative !important;
    width: 100% !important;
    min-height: 840px !important;
    display: block !important;
    overflow: hidden !important;
    isolation: isolate;
    background: #020302 !important;
  }

  html body #clovaBody .clv-lab-verified-panel::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    background:
      linear-gradient(180deg, rgba(2, 3, 2, .94) 0%, rgba(2, 3, 2, .84) 44%, rgba(2, 3, 2, .61) 72%, rgba(2, 3, 2, .82) 100%),
      linear-gradient(90deg, rgba(2, 3, 2, .78), rgba(2, 3, 2, .28)) !important;
  }

  html body #clovaBody .clv-lab-verified-copy {
    position: relative !important;
    z-index: 4 !important;
    width: 100% !important;
    max-width: none !important;
    min-height: 840px !important;
    padding: 58px 24px 66px !important;
  }

  html body #clovaBody .clv-lab-verified-visual {
    position: absolute !important;
    inset: 0 !important;
    z-index: 0 !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 100% !important;
    margin: 0 !important;
    overflow: hidden !important;
    opacity: 1 !important;
    -webkit-mask-image: none !important;
    mask-image: none !important;
  }

  html body #clovaBody .clv-lab-image-motion {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
  }

  html body #clovaBody .clv-lab-verified-visual img {
    width: 100% !important;
    height: 100% !important;
    min-height: 100% !important;
    object-fit: cover !important;
    object-position: 58% center !important;
    filter: contrast(1.06) saturate(.72) brightness(.68) !important;
  }

  html body #clovaBody .clv-home-flow-head h2 {
    font-size: 23px !important;
    line-height: 1.08 !important;
    letter-spacing: 0 !important;
  }

  html body #clovaBody .clv-home-flow-head .clv-flow-line {
    white-space: nowrap;
  }
}

/* Janoshik product-row cleanup and restrained report typography. */
html body #clovaBody .clv-lab-report-links {
  border-top: 0 !important;
}

html body #clovaBody .clv-lab-report-card .clv-lab-report-product,
html body #clovaBody .clv-lab-report-card:nth-child(1) .clv-lab-report-product,
html body #clovaBody .clv-lab-report-card:nth-child(2) .clv-lab-report-product,
html body #clovaBody .clv-lab-report-card:nth-child(3) .clv-lab-report-product {
  border-top: 0 !important;
  border-right: 0 !important;
  border-left: 0 !important;
}

html body #clovaBody .clv-lab-report-card .clv-lab-report-product img {
  border-radius: 12px !important;
  overflow: hidden !important;
}

html body #clovaBody .clv-lab-report-certificate span {
  font-size: 14px !important;
  line-height: 1.12 !important;
  font-weight: 750 !important;
  letter-spacing: 0 !important;
}

html body #clovaBody .clv-lab-report-certificate small {
  font-size: 10px !important;
  line-height: 1.1 !important;
  font-weight: 750 !important;
  letter-spacing: .04em !important;
}

@media (max-width: 760px) {
  html body #clovaBody .clv-lab-report-card .clv-lab-report-product {
    border-right: 0 !important;
  }

  html body #clovaBody .clv-lab-report-certificate span {
    font-size: 13px !important;
  }

  html body #clovaBody .clv-lab-report-certificate small {
    font-size: 9px !important;
  }
}

/* 2026-06-14: true transparent lower Best Sellers area and price-row sale tag order. */
html body #clovaBody section[aria-label="Best sellers desktop"] .clv-carousel,
html body #clovaBody > .clv-mbest > .clv-wrap {
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  overflow: visible !important;
}

html body #clovaBody section[aria-label="Best sellers desktop"] .clv-carousel::before,
html body #clovaBody > .clv-mbest > .clv-wrap::before {
  content: "" !important;
  position: absolute !important;
  z-index: 0 !important;
  inset: 0 0 auto !important;
  height: 59% !important;
  border-radius: 30px 30px 0 0 !important;
  pointer-events: none !important;
  background:
    radial-gradient(circle at 17% 0%, rgba(130, 179, 90, .20), transparent 31%),
    linear-gradient(180deg, #030807 0%, #050b09 64%, rgba(5, 11, 9, .72) 82%, rgba(5, 11, 9, 0) 100%) !important;
}

html body #clovaBody section[aria-label="Best sellers desktop"] .clv-carousel::after,
html body #clovaBody > .clv-mbest > .clv-wrap::after {
  display: none !important;
  content: none !important;
}

html body #clovaBody section[aria-label="Best sellers desktop"] .clv-carouselTop,
html body #clovaBody section[aria-label="Best sellers desktop"] .clv-track,
html body #clovaBody > .clv-mbest .head,
html body #clovaBody > .clv-mbest .clv-mbest-grid {
  position: relative !important;
  z-index: 1 !important;
}

html body #clovaBody .clv-priceSaleTag {
  min-height: 21px !important;
  padding: 0 9px !important;
  color: #315000 !important;
  font-size: 8px !important;
}

html body #clovaBody .clv-priceSaleTag::before {
  background: rgba(130, 179, 90, .15) !important;
  border: 1px solid rgba(112, 166, 0, .28) !important;
  clip-path: polygon(6px 0, calc(100% - 6px) 0, 100% 50%, calc(100% - 6px) 100%, 6px 100%, 0 50%) !important;
}

@media (max-width: 760px) {
  html body #clovaBody > .clv-mbest > .clv-wrap::before {
    height: 48% !important;
    border-radius: 22px 22px 0 0 !important;
  }

  html body #clovaBody > .clv-mbest .clv-mbest-body .clv-priceRow {
    display: grid !important;
    grid-template-columns: max-content max-content !important;
    justify-content: start !important;
    align-items: center !important;
    column-gap: 5px !important;
    row-gap: 3px !important;
  }

  html body #clovaBody > .clv-mbest .clv-mbest-body .clv-priceRow .now {
    grid-column: 1 / -1 !important;
  }

  html body #clovaBody > .clv-mbest .clv-mbest-body .clv-priceRow s {
    grid-column: 1 !important;
  }

  html body #clovaBody > .clv-mbest .clv-mbest-body .clv-priceRow .clv-priceSaleTag {
    grid-column: 2 !important;
  }

  html body #clovaBody .clv-priceSaleTag {
    min-height: 18px !important;
    padding: 0 7px !important;
    font-size: 6.5px !important;
  }
}

/* 2026-06-14 absolute EOF home/product-detail visual lock. */
html body #clovaBody .clv-home-sale-row {
  width: auto !important;
  right: 12px !important;
  top: 12px !important;
}

html body #clovaBody .clv-home-sale-row .conceptSaleMessageBadge {
  position: relative !important;
  isolation: isolate !important;
  width: auto !important;
  min-width: 104px !important;
  max-width: 132px !important;
  height: 31px !important;
  min-height: 31px !important;
  max-height: 31px !important;
  padding: 0 13px 0 16px !important;
  border-radius: 10px !important;
  background: linear-gradient(135deg, #060a08 0%, #101713 66%, #1f3110 100%) !important;
  color: #fff !important;
  clip-path: polygon(0 0, calc(100% - 8px) 0, 100% 50%, calc(100% - 8px) 100%, 0 100%, 6px 50%) !important;
  box-shadow: 0 12px 26px rgba(6, 10, 8, .20) !important;
  font-size: 9px !important;
  font-weight: 920 !important;
  letter-spacing: .015em !important;
  text-shadow: 0 1px 0 rgba(0,0,0,.22) !important;
}

html body #clovaBody .clv-home-sale-row .conceptSaleMessageBadge::before {
  content: "" !important;
  position: absolute !important;
  left: 7px !important;
  top: 50% !important;
  width: 5px !important;
  height: 5px !important;
  border-radius: 999px !important;
  background: #9bdc00 !important;
  box-shadow: 0 0 0 4px rgba(155, 220, 0, .14) !important;
  transform: translateY(-50%) !important;
}

html body #clovaBody .clv-home-sale-row .conceptSaleMessageBadge::after {
  content: "" !important;
  position: absolute !important;
  inset: -12px auto -12px -42% !important;
  width: 34px !important;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.34), transparent) !important;
  transform: skewX(-18deg) translateX(-120%) !important;
  animation: clvHomeSaleShine 3.4s ease-in-out infinite !important;
  pointer-events: none !important;
}

html body #clovaBody .clv-lab-report-card,
html body #clovaBody .clv-lab-report-card.has-product,
html body #clovaBody .clv-lab-report-card.no-product {
  min-height: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  overflow: visible !important;
}

html body #clovaBody .clv-lab-report-card .clv-lab-report-product {
  height: 132px !important;
  min-height: 0 !important;
  border: 0 !important;
  border-radius: 16px !important;
  overflow: hidden !important;
  background: rgba(255,255,255,.08) !important;
  box-shadow: none !important;
}

html body #clovaBody .clv-lab-report-card .clv-lab-report-product img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  border-radius: 16px !important;
  overflow: hidden !important;
}

html body #clovaBody .clv-lab-report-certificate,
html body #clovaBody .clv-lab-report-links .clv-lab-report-certificate {
  height: 132px !important;
  min-height: 0 !important;
  padding: 18px !important;
  display: grid !important;
  align-content: center !important;
  gap: 9px !important;
  border: 0 !important;
  border-left: 1px solid rgba(155, 220, 0, .34) !important;
  border-radius: 16px !important;
  background: rgba(6, 15, 10, .72) !important;
  box-shadow: none !important;
  overflow: hidden !important;
}

html body #clovaBody .clv-lab-report-certificate span {
  font-size: 12.5px !important;
  line-height: 1.08 !important;
  font-weight: 760 !important;
  color: #f6fff1 !important;
  overflow-wrap: anywhere !important;
}

html body #clovaBody .clv-lab-report-certificate small {
  font-size: 9px !important;
  line-height: 1 !important;
  font-weight: 780 !important;
  letter-spacing: .08em !important;
  color: rgba(246, 255, 241, .62) !important;
}

html body #clovaBody .clv-lab-report-certificate strong {
  font-size: 14px !important;
  line-height: 1 !important;
  color: #9bdc00 !important;
}

@media (min-width: 901px) {
  html body.clvProductDetailPage .alsoBoughtSlider .relCard {
    flex: 0 0 calc(33.333333% - 14.667px) !important;
    flex-basis: calc(33.333333% - 14.667px) !important;
    width: calc(33.333333% - 14.667px) !important;
    min-width: calc(33.333333% - 14.667px) !important;
    max-width: calc(33.333333% - 14.667px) !important;
  }
}

@media (max-width: 760px) {
  html body #clovaBody .clv-home-sale-row .conceptSaleMessageBadge {
    min-width: 86px !important;
    max-width: 104px !important;
    height: 25px !important;
    min-height: 25px !important;
    padding: 0 9px 0 14px !important;
    border-radius: 8px !important;
    font-size: 7px !important;
  }

  html body #clovaBody .clv-lab-report-card .clv-lab-report-product,
  html body #clovaBody .clv-lab-report-certificate,
  html body #clovaBody .clv-lab-report-links .clv-lab-report-certificate {
    height: 112px !important;
    border-radius: 14px !important;
  }

  html body #clovaBody .clv-lab-report-card .clv-lab-report-product img {
    border-radius: 14px !important;
  }
}

/* 2026-06-14 final pass: creative home sale badges and cleaner Janoshik cards. */
html body #clovaBody .clv-home-sale-row {
  width: auto !important;
  right: 12px !important;
  top: 12px !important;
}

html body #clovaBody .clv-home-sale-row .conceptSaleMessageBadge {
  position: relative !important;
  isolation: isolate !important;
  width: auto !important;
  min-width: 104px !important;
  max-width: 132px !important;
  height: 31px !important;
  min-height: 31px !important;
  max-height: 31px !important;
  padding: 0 13px 0 16px !important;
  border-radius: 10px !important;
  background:
    linear-gradient(135deg, #060a08 0%, #101713 66%, #1f3110 100%) !important;
  color: #fff !important;
  clip-path: polygon(0 0, calc(100% - 8px) 0, 100% 50%, calc(100% - 8px) 100%, 0 100%, 6px 50%) !important;
  box-shadow: 0 12px 26px rgba(6, 10, 8, .20) !important;
  font-size: 9px !important;
  font-weight: 920 !important;
  letter-spacing: .015em !important;
  text-shadow: 0 1px 0 rgba(0,0,0,.22) !important;
}

html body #clovaBody .clv-home-sale-row .conceptSaleMessageBadge::before {
  content: "" !important;
  position: absolute !important;
  left: 7px !important;
  top: 50% !important;
  width: 5px !important;
  height: 5px !important;
  border-radius: 999px !important;
  background: #9bdc00 !important;
  box-shadow: 0 0 0 4px rgba(155, 220, 0, .14) !important;
  transform: translateY(-50%) !important;
}

html body #clovaBody .clv-home-sale-row .conceptSaleMessageBadge::after {
  content: "" !important;
  position: absolute !important;
  inset: -12px auto -12px -42% !important;
  width: 34px !important;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.34), transparent) !important;
  transform: skewX(-18deg) translateX(-120%) !important;
  animation: clvHomeSaleShine 3.4s ease-in-out infinite !important;
  pointer-events: none !important;
}

@keyframes clvHomeSaleShine {
  0%, 42% { transform: skewX(-18deg) translateX(-130%); opacity: 0; }
  53% { opacity: .75; }
  70%, 100% { transform: skewX(-18deg) translateX(330%); opacity: 0; }
}

html body #clovaBody .clv-lab-report-links {
  gap: 14px !important;
  border: 0 !important;
}

html body #clovaBody .clv-lab-report-card,
html body #clovaBody .clv-lab-report-card.has-product,
html body #clovaBody .clv-lab-report-card.no-product {
  min-height: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  overflow: visible !important;
}

html body #clovaBody .clv-lab-report-card .clv-lab-report-product {
  min-height: 0 !important;
  height: 132px !important;
  border: 0 !important;
  border-radius: 16px !important;
  overflow: hidden !important;
  background: rgba(255,255,255,.08) !important;
  box-shadow: none !important;
}

html body #clovaBody .clv-lab-report-card .clv-lab-report-product img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  border-radius: 16px !important;
  overflow: hidden !important;
}

html body #clovaBody .clv-lab-report-certificate,
html body #clovaBody .clv-lab-report-links .clv-lab-report-certificate {
  min-height: 0 !important;
  height: 132px !important;
  padding: 18px 18px !important;
  display: grid !important;
  align-content: center !important;
  gap: 9px !important;
  border: 0 !important;
  border-radius: 16px !important;
  background: rgba(6, 15, 10, .72) !important;
  box-shadow: none !important;
  overflow: hidden !important;
}

html body #clovaBody .clv-lab-report-card .clv-lab-report-certificate {
  border-left: 1px solid rgba(155, 220, 0, .34) !important;
}

html body #clovaBody .clv-lab-report-certificate span {
  max-width: 100% !important;
  font-size: 12.5px !important;
  line-height: 1.08 !important;
  font-weight: 760 !important;
  color: #f6fff1 !important;
  overflow-wrap: anywhere !important;
}

html body #clovaBody .clv-lab-report-certificate small {
  font-size: 9px !important;
  line-height: 1 !important;
  font-weight: 780 !important;
  letter-spacing: .08em !important;
  color: rgba(246, 255, 241, .62) !important;
}

html body #clovaBody .clv-lab-report-certificate strong {
  font-size: 14px !important;
  line-height: 1 !important;
  color: #9bdc00 !important;
}

@media (max-width: 760px) {
  html body #clovaBody .clv-home-sale-row .conceptSaleMessageBadge {
    min-width: 86px !important;
    max-width: 104px !important;
    height: 25px !important;
    min-height: 25px !important;
    padding: 0 9px 0 14px !important;
    border-radius: 8px !important;
    font-size: 7px !important;
  }

  html body #clovaBody .clv-lab-report-card .clv-lab-report-product,
  html body #clovaBody .clv-lab-report-certificate,
  html body #clovaBody .clv-lab-report-links .clv-lab-report-certificate {
    height: 112px !important;
    border-radius: 14px !important;
  }

  html body #clovaBody .clv-lab-report-card .clv-lab-report-product img {
    border-radius: 14px !important;
  }

  html body #clovaBody .clv-lab-report-certificate span {
    font-size: 11px !important;
  }
}

/* 2026-06-14 last-loaded global lock for PDP/header/cart fixes. */
@media (min-width: 981px) {
  html body .clova-hdr nav,
  html body .clvWHeader nav {
    display: inline-flex !important;
    align-items: center !important;
    gap: 0 !important;
  }

  html body .clova-hdr nav > *,
  html body .clvWHeader nav > * {
    position: relative !important;
    display: inline-flex !important;
    align-items: center !important;
    min-height: 28px !important;
    padding: 0 26px !important;
  }

  html body .clova-hdr nav > *:first-child,
  html body .clvWHeader nav > *:first-child { padding-left: 0 !important; }

  html body .clova-hdr nav > *:last-child,
  html body .clvWHeader nav > *:last-child { padding-right: 0 !important; }

  html body .clova-hdr nav > * + *::before,
  html body .clvWHeader nav > * + *::before {
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
    top: 50% !important;
    width: 1px !important;
    height: 20px !important;
    border-radius: 999px !important;
    background: rgba(17, 21, 19, .18) !important;
    transform: translateY(-50%) !important;
    pointer-events: none !important;
  }
}

@media (min-width: 901px) {
  html body.clvProductDetailPage .alsoBoughtSlider {
    --also-bought-gap: 22px !important;
    display: flex !important;
    gap: var(--also-bought-gap) !important;
    overflow-x: auto !important;
    scroll-snap-type: x mandatory !important;
    scrollbar-width: none !important;
  }

  html body.clvProductDetailPage .alsoBoughtSlider .relCard {
    flex: 0 0 calc(33.333333% - 14.667px) !important;
    flex-basis: calc(33.333333% - 14.667px) !important;
    width: calc(33.333333% - 14.667px) !important;
    min-width: calc(33.333333% - 14.667px) !important;
    max-width: calc(33.333333% - 14.667px) !important;
    scroll-snap-align: start !important;
  }
}

html body.clvProductDetailPage .revItem {
  min-height: 178px !important;
  height: 100% !important;
}

html body.clvProductDetailPage .revMid .rbody.is-clamped {
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}

html body.clvProductDetailPage .revReadMore {
  width: max-content !important;
  margin-top: 9px !important;
  padding: 0 !important;
  border: 0 !important;
  border-bottom: 1px solid currentColor !important;
  background: transparent !important;
  color: #07100f !important;
  font-family: "DM Sans", sans-serif !important;
  font-size: 12px !important;
  font-weight: 760 !important;
  line-height: 1.25 !important;
  cursor: pointer !important;
}

html body .cardAddedFx .cardAddedCheck,
html body.clvProductDetailPage .btnMain .pdAddCheck {
  width: 24px !important;
  height: 24px !important;
  flex: 0 0 24px !important;
  display: inline-grid !important;
  place-items: center !important;
  border-radius: 999px !important;
  background: #9bdc00 !important;
  color: #071006 !important;
  box-shadow: 0 0 0 6px rgba(155, 220, 0, .18) !important;
  animation: clvAddedCheckLong .86s cubic-bezier(.18, .9, .22, 1.35) both !important;
}

html body .cardAddedFx .cardAddedCheck svg,
html body.clvProductDetailPage .btnMain .pdAddCheck svg {
  width: 17px !important;
  height: 17px !important;
  overflow: visible !important;
}

html body .cardAddedFx .cardAddedCheck path,
html body.clvProductDetailPage .btnMain .pdAddCheck path {
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 3.25 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
  stroke-dasharray: 22 !important;
  stroke-dashoffset: 22 !important;
  animation: clvAddedCheckPathLong .42s ease .18s both !important;
}

@media (max-width: 350px) {
  html body #clovaBody .clv-home-flow-head h2 {
    font-size: 20px !important;
  }
}

@media (min-width: 761px) {
  html body #clovaBody > section.clv-hero {
    height: 610px !important;
    min-height: 610px !important;
    max-height: 610px !important;
    padding-top: 0 !important;
  }
}

@media (min-width: 761px) and (max-width: 980px) {
  html body #clovaBody > section.clv-hero,
  html body #clovaBody > section.clv-hero > .clv-hero-inner {
    width: 100% !important;
    max-width: none !important;
    height: 650px !important;
    min-height: 650px !important;
    max-height: 650px !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
    overflow: hidden !important;
    background: #eef2f4 !important;
  }

  html body #clovaBody > section.clv-hero > .clv-hero-inner::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 3;
    pointer-events: none;
    background:
      linear-gradient(90deg, rgba(247, 249, 247, .99) 0%, rgba(247, 249, 247, .96) 56%, rgba(247, 249, 247, .40) 78%, rgba(247, 249, 247, .06) 100%),
      linear-gradient(180deg, rgba(247, 249, 247, .22), rgba(247, 249, 247, .06) 72%, rgba(247, 249, 247, .38));
  }

  html body #clovaBody .clv-hero-product.clv-hero-showcase {
    position: absolute !important;
    inset: 0 !important;
    z-index: 0 !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 100% !important;
    max-height: none !important;
    margin: 0 !important;
    overflow: hidden !important;
  }

  html body #clovaBody .clv-hero-product.clv-hero-showcase > .clv-hero-showcase-track {
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
  }

  html body #clovaBody .clv-hero-product.clv-hero-showcase .clv-hero-showcase-slide {
    inset: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: 65% center !important;
    -webkit-mask-image: none !important;
    mask-image: none !important;
  }

  html body #clovaBody .clv-hero-copy {
    position: relative !important;
    z-index: 4 !important;
    width: min(66%, 540px) !important;
    max-width: 540px !important;
    min-height: 650px !important;
    margin: 0 !important;
    padding: 126px 0 84px 48px !important;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  html body #clovaBody .clv-hero-actions,
  html body #clovaBody .clv-hero-actions .clv-btn.black {
    width: auto !important;
  }
}

/* 2026-06-14: corrected Clova home lab, hero media offset, and about-page typography parity. */
html body #clovaBody {
  --clv-home-h1-size: clamp(52px, 7vw, 90px);
  --clv-home-h2-size: clamp(42px, 5.4vw, 72px);
  --clv-home-title-weight: 720;
  --clv-home-body-size: 16px;
  --clv-home-body-weight: 430;
  --clv-home-line: 1.7;
  --clv-lab-accent: #82b35a;
  --clv-lab-accent-soft: rgba(130, 179, 90, .16);
}

html body #clovaBody .clv-hero-copy h1 {
  font-size: var(--clv-home-h1-size) !important;
  font-weight: var(--clv-home-title-weight) !important;
  line-height: .98 !important;
}

html body #clovaBody .clv-hero-copy p,
html body #clovaBody .clv-lab-lead,
html body #clovaBody .clv-home-proof-content .clv-home-proof-head p,
html body #clovaBody .clv-home-flow-step p,
html body #clovaBody .clv-panel-desc {
  font-size: var(--clv-home-body-size) !important;
  line-height: var(--clv-home-line) !important;
  font-weight: var(--clv-home-body-weight) !important;
}

html body #clovaBody .clv-lab-title-row h2,
html body #clovaBody .clv-home-proof-content .clv-home-proof-head h2,
html body #clovaBody .clv-home-flow-head h2,
html body #clovaBody .clv-panel-title,
html body #clovaBody .clv-centerHead .title,
html body #clovaBody .clv-featured-head .t,
html body #clovaBody .clv-carouselTop .label,
html body #clovaBody .clv-faqTitle {
  font-size: var(--clv-home-h2-size) !important;
  line-height: .98 !important;
  font-weight: var(--clv-home-title-weight) !important;
}

html body #clovaBody .clv-home-flow-step h3,
html body #clovaBody .clv-cat .name,
html body #clovaBody .clv-card .nm,
html body #clovaBody .clv-mbest-card .nm,
html body #clovaBody .clv-prod .nm {
  font-weight: 650 !important;
}

html body #clovaBody .clv-hero-product.clv-hero-showcase > .clv-hero-showcase-track {
  top: 6% !important;
  bottom: -6% !important;
}

html body #clovaBody .clv-hero-product.clv-hero-showcase .clv-hero-showcase-slide {
  object-position: 62% 56% !important;
}

html body #clovaBody > .clv-evidence {
  padding: 0 !important;
  background:
    radial-gradient(circle at 84% 18%, rgba(130, 179, 90, .16), transparent 30%),
    linear-gradient(110deg, #050806 0%, #080d0a 55%, #111711 100%) !important;
}

html body #clovaBody > .clv-evidence > .clv-wrap {
  width: min(1440px, calc(100% - 64px)) !important;
}

html body #clovaBody .clv-lab-verified-panel {
  min-height: clamp(560px, 44vw, 680px) !important;
  align-items: stretch !important;
}

html body #clovaBody .clv-lab-verified-copy {
  align-self: center !important;
  padding: clamp(42px, 5vw, 72px) 0 !important;
}

html body #clovaBody .clv-lab-eyebrow,
html body #clovaBody .clv-lab-checks {
  display: none !important;
}

html body #clovaBody .clv-lab-title-row {
  align-items: center !important;
  margin-bottom: 22px !important;
}

html body #clovaBody .clv-lab-title-row h2 {
  max-width: none !important;
  white-space: nowrap !important;
  color: #fff !important;
}

html body #clovaBody .clv-lab-title-row h2 span {
  color: inherit !important;
}

html body #clovaBody .clv-lab-title-row > svg {
  color: var(--clv-lab-accent) !important;
  border-color: rgba(130, 179, 90, .42) !important;
  background: var(--clv-lab-accent-soft) !important;
}

html body #clovaBody .clv-lab-divider {
  background: linear-gradient(90deg, rgba(130, 179, 90, .34), rgba(255, 255, 255, .10), transparent) !important;
  margin: 26px 0 22px !important;
}

html body #clovaBody .clv-lab-report-links {
  margin-bottom: 18px !important;
  border-color: rgba(255, 255, 255, .14) !important;
}

html body #clovaBody .clv-lab-report-links a {
  border-color: rgba(255, 255, 255, .14) !important;
}

html body #clovaBody .clv-lab-report-links a:hover {
  background: rgba(130, 179, 90, .10) !important;
}

html body #clovaBody .clv-lab-report-links strong {
  color: var(--clv-lab-accent) !important;
}

html body #clovaBody .clv-lab-verified-visual {
  align-self: stretch !important;
  min-height: 0 !important;
  height: auto !important;
  background: #080d0a !important;
}

html body #clovaBody .clv-lab-image-motion {
  inset: 0 !important;
}

html body #clovaBody .clv-lab-image-motion::before {
  background: linear-gradient(90deg, transparent, rgba(130, 179, 90, .82), transparent) !important;
  box-shadow: 0 0 24px rgba(130, 179, 90, .38) !important;
}

html body #clovaBody .clv-lab-image-motion::after {
  background: radial-gradient(circle at 75% 42%, rgba(130, 179, 90, .12), transparent 42%) !important;
}

html body #clovaBody .clv-lab-verified-visual img {
  height: 100% !important;
  min-height: 100% !important;
  object-position: 58% center !important;
  filter: contrast(1.08) saturate(.84) brightness(.62) !important;
}

@media (min-width: 761px) {
  html body #clovaBody .clv-hero-product.clv-hero-showcase > .clv-hero-showcase-track {
    inset: 6% 0 -6% -29% !important;
  }
}

@media (min-width: 761px) and (max-width: 980px) {
  html body #clovaBody .clv-hero-product.clv-hero-showcase > .clv-hero-showcase-track {
    inset: 6% 0 -6% 0 !important;
  }

  html body #clovaBody .clv-hero-product.clv-hero-showcase .clv-hero-showcase-slide {
    object-position: 65% 56% !important;
  }
}

@media (max-width: 980px) {
  html body #clovaBody .clv-lab-verified-panel {
    min-height: 0 !important;
  }

  html body #clovaBody .clv-lab-verified-copy {
    padding: 46px 0 28px !important;
  }

  html body #clovaBody .clv-lab-verified-visual {
    min-height: 430px !important;
  }
}

@media (max-width: 760px) {
  html body #clovaBody {
    --clv-home-h1-size: clamp(42px, 11vw, 58px);
    --clv-home-h2-size: clamp(34px, 9.5vw, 48px);
    --clv-home-body-size: 15px;
  }

  html body #clovaBody .clv-hero-product.clv-hero-showcase .clv-hero-showcase-slide {
    object-position: 64% 56% !important;
  }

  html body #clovaBody .clv-lab-title-row h2 {
    white-space: normal !important;
  }

  html body #clovaBody .clv-lab-title-row > svg {
    width: 44px !important;
    height: 44px !important;
    flex-basis: 44px !important;
  }

  html body #clovaBody .clv-lab-report-links {
    grid-template-columns: 1fr !important;
  }

  html body #clovaBody .clv-home-flow-head .clv-flow-line {
    white-space: normal !important;
  }
}

/* 2026-06-14: final Clova-only polish for hero CTAs, Janoshik panel, category arrows, Telegram float, and adaptive best sellers. */
html body #clovaBody .clv-anchorTarget {
  display: block;
  position: relative;
  top: -90px;
  width: 1px;
  height: 1px;
  pointer-events: none;
}

html body #clovaBody .clv-hero-actions {
  gap: 12px !important;
  align-items: center !important;
}

html body #clovaBody .clv-hero-actions .clv-btn {
  width: auto !important;
  min-width: 0 !important;
  min-height: 44px !important;
  height: 44px !important;
  padding: 0 18px !important;
  border-radius: 8px !important;
  gap: 8px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 13px !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
}

html body #clovaBody .clv-hero-actions .clv-hero-primary {
  background: #060b09 !important;
  color: #fff !important;
  border-color: #060b09 !important;
}

html body #clovaBody .clv-hero-actions .clv-btn:not(.black),
html body #clovaBody .clv-hero-actions .clv-hero-secondary {
  display: inline-flex !important;
  background: #fff !important;
  color: #060b09 !important;
  border: 1px solid rgba(6, 11, 9, .18) !important;
}

html body #clovaBody .clv-hero-actions .clv-hero-btn-icon {
  width: 16px !important;
  height: 16px !important;
  flex: 0 0 16px !important;
  display: block !important;
  fill: none !important;
}

html body #clovaBody .clv-hero-actions .clv-hero-btn-icon path {
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 2 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

html body #clovaBody .clv-hero-actions .clv-hero-action-icon {
  width: 16px !important;
  height: 16px !important;
  flex: 0 0 16px !important;
  display: block !important;
  fill: none !important;
}

html body #clovaBody .clv-hero-actions .clv-hero-action-icon path {
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 1.9 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

html body #clovaBody .clv-hero-actions .clv-btn:hover .clv-hero-btn-icon,
html body #clovaBody .clv-hero-actions .clv-btn:focus-visible .clv-hero-btn-icon {
  transform: translateX(2px);
}

html body #clovaBody section[aria-label="Categories"] .clv-cat .content {
  justify-content: flex-start !important;
  align-items: center !important;
}

html body #clovaBody section[aria-label="Categories"] .clv-cat .miniBtn,
html body #clovaBody section[aria-label="Categories"] .clv-cat:hover .miniBtn,
html body #clovaBody section[aria-label="Categories"] .clv-cat:focus-within .miniBtn {
  opacity: 1 !important;
  visibility: visible !important;
  color: #fff !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

html body #clovaBody section[aria-label="Categories"] .clv-cat .miniBtn::after,
html body #clovaBody section[aria-label="Categories"] .clv-cat:hover .miniBtn::after,
html body #clovaBody section[aria-label="Categories"] .clv-cat:focus-within .miniBtn::after {
  opacity: 1 !important;
  background: currentColor !important;
}

html body #clovaBody section[aria-label="Categories"] .clv-cat:hover .miniBtn::after,
html body #clovaBody section[aria-label="Categories"] .clv-cat:focus-within .miniBtn::after {
  transform: translateX(4px) !important;
}

html body #clovaBody section[aria-label="Best sellers desktop"] .clv-carousel {
  width: 100% !important;
}

html body #clovaBody section[aria-label="Best sellers desktop"] .clv-track {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(min(250px, 100%), 1fr)) !important;
  gap: 18px !important;
  overflow: visible !important;
  scroll-snap-type: none !important;
}

html body #clovaBody section[aria-label="Best sellers desktop"] .clv-card {
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  flex: none !important;
}

html body #clovaBody > .clv-evidence {
  padding: 0 !important;
  background:
    radial-gradient(circle at 72% 20%, rgba(130, 179, 90, .18), transparent 31%),
    radial-gradient(circle at 100% 78%, rgba(130, 179, 90, .08), transparent 34%),
    linear-gradient(112deg, #030807 0%, #07100d 54%, #0d1711 100%) !important;
}

html body #clovaBody .clv-lab-verified-panel {
  min-height: clamp(560px, 43vw, 660px) !important;
  grid-template-columns: minmax(420px, .88fr) minmax(540px, 1.12fr) !important;
  gap: clamp(18px, 3.2vw, 58px) !important;
}

html body #clovaBody .clv-lab-title-row {
  gap: 14px !important;
}

html body #clovaBody .clv-lab-title-row h2 {
  white-space: nowrap !important;
  color: #fff !important;
  font-weight: var(--clv-home-title-weight, 720) !important;
  font-size: clamp(38px, 4.6vw, 66px) !important;
}

html body #clovaBody .clv-lab-title-row h2 span {
  color: inherit !important;
}

html body #clovaBody .clv-lab-title-row > svg {
  color: #82b35a !important;
  border-color: rgba(130, 179, 90, .36) !important;
  background: rgba(130, 179, 90, .10) !important;
}

html body #clovaBody .clv-lab-lead,
html body #clovaBody .clv-lab-note {
  color: rgba(255, 255, 255, .72) !important;
}

html body #clovaBody .clv-lab-divider {
  background: linear-gradient(90deg, rgba(130, 179, 90, .36), rgba(255, 255, 255, .10), transparent) !important;
}

html body #clovaBody .clv-lab-report-links {
  border-color: rgba(255, 255, 255, .14) !important;
}

html body #clovaBody .clv-lab-report-links a {
  border-color: rgba(255, 255, 255, .14) !important;
}

html body #clovaBody .clv-lab-report-links a:hover,
html body #clovaBody .clv-lab-report-links a:focus-visible {
  background: rgba(130, 179, 90, .10) !important;
}

html body #clovaBody .clv-lab-report-links strong {
  color: #82b35a !important;
}

html body #clovaBody .clv-lab-verified-visual {
  min-height: clamp(560px, 43vw, 660px) !important;
  background:
    linear-gradient(90deg, #030807 0%, rgba(3, 8, 7, .34) 22%, rgba(3, 8, 7, .08) 56%),
    url("/assets/home-lab-clinical.png") center center / cover no-repeat,
    #030807 !important;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, .28) 9%, rgba(0, 0, 0, .78) 22%, #000 42%, #000 100%) !important;
  mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, .28) 9%, rgba(0, 0, 0, .78) 22%, #000 42%, #000 100%) !important;
}

html body #clovaBody .clv-lab-image-motion {
  animation: clvLabFrameDrift 12s ease-in-out infinite alternate !important;
}

html body #clovaBody .clv-lab-image-motion::before {
  background: linear-gradient(90deg, transparent, rgba(130, 179, 90, .72), transparent) !important;
  box-shadow: 0 0 26px rgba(130, 179, 90, .32) !important;
}

html body #clovaBody .clv-lab-image-motion::after {
  background:
    linear-gradient(90deg, #030807 0%, rgba(3, 8, 7, .34) 16%, rgba(3, 8, 7, .02) 42%, rgba(3, 8, 7, .04) 100%),
    radial-gradient(circle at 76% 34%, rgba(130, 179, 90, .08), transparent 42%) !important;
  z-index: 5 !important;
}

html body #clovaBody .clv-lab-verified-visual .clv-lab-slide {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 100% !important;
  object-fit: cover !important;
  object-position: 72% center !important;
  opacity: 0 !important;
  filter: grayscale(.05) saturate(.92) contrast(1.04) brightness(1.04) hue-rotate(10deg) !important;
  animation: clvLabSlideFade 18s ease-in-out infinite !important;
}

html body #clovaBody .clv-lab-verified-visual .clv-lab-slide-1 {
  opacity: 1;
  animation-delay: 0s !important;
  object-position: center center !important;
  filter: grayscale(.04) saturate(.92) contrast(1.03) brightness(.98) hue-rotate(8deg) !important;
}

html body #clovaBody .clv-lab-verified-visual .clv-lab-slide-2 {
  animation-delay: 6s !important;
  object-position: right center !important;
  filter: grayscale(.04) saturate(.94) contrast(1.03) brightness(1.08) hue-rotate(12deg) !important;
}

html body #clovaBody .clv-lab-verified-visual .clv-lab-slide-3 {
  animation-delay: 12s !important;
  object-position: 48% center !important;
}

@keyframes clvLabFrameDrift {
  from { transform: scale(1.035) translate3d(-1.4%, -.4%, 0); }
  to { transform: scale(1.075) translate3d(1.1%, .6%, 0); }
}

@keyframes clvLabSlideFade {
  0%, 27% { opacity: 1; transform: scale(1.01); }
  33%, 94% { opacity: 0; transform: scale(1.045); }
  100% { opacity: 1; transform: scale(1.01); }
}

.clova-footer .waFloatWrap,
body .waFloatWrap {
  position: fixed !important;
  right: 24px !important;
  bottom: 96px !important;
  z-index: 5000 !important;
  display: inline-block !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

.clova-footer .waFloat,
body .waFloat {
  width: 54px !important;
  height: 54px !important;
  border-radius: 50% !important;
  background: #229ED9 !important;
  color: #fff !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: 0 14px 34px rgba(0, 0, 0, .20) !important;
}

.clova-footer .waFloat svg,
body .waFloat svg {
  width: 25px !important;
  height: 25px !important;
  fill: currentColor !important;
}

@media (max-width: 980px) {
  html body #clovaBody .clv-lab-verified-panel {
    grid-template-columns: 1fr !important;
  }

  html body #clovaBody .clv-lab-title-row h2 {
    font-size: clamp(32px, 7.8vw, 48px) !important;
    white-space: nowrap !important;
  }
}

@media (max-width: 760px) {
  html body #clovaBody .clv-hero-actions {
    width: min(320px, 100%) !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 8px !important;
  }

  html body #clovaBody .clv-hero-actions .clv-btn {
    width: 100% !important;
    height: 42px !important;
    min-height: 42px !important;
    padding: 0 10px !important;
    font-size: 11.5px !important;
  }

  html body #clovaBody .clv-hero-actions .clv-hero-btn-icon {
    width: 14px !important;
    height: 14px !important;
    flex-basis: 14px !important;
  }

  html body #clovaBody .clv-lab-verified-panel {
    min-height: 760px !important;
  }

  html body #clovaBody .clv-lab-verified-visual,
  html body #clovaBody .clv-lab-image-motion,
  html body #clovaBody .clv-lab-verified-visual .clv-lab-slide {
    min-height: 760px !important;
  }

  html body #clovaBody .clv-lab-title-row {
    gap: 10px !important;
  }

  html body #clovaBody .clv-lab-title-row > svg {
    width: 34px !important;
    height: 34px !important;
    flex-basis: 34px !important;
    padding: 8px !important;
  }

  html body #clovaBody .clv-lab-title-row h2 {
    font-size: clamp(22px, 6.2vw, 30px) !important;
  }

  .clova-footer .waFloatWrap,
  body .waFloatWrap {
    right: 16px !important;
    bottom: 86px !important;
  }
}

/* 2026-06-14: hero image 10% lower, strict two-line title, matched CTA buttons, and reliable Best Sellers anchor. */
html body #clovaBody .clv-hero-copy h1 {
  max-width: min(760px, 100%) !important;
}

html body #clovaBody .clv-hero-copy h1 .clv-concept-line {
  display: block !important;
  width: max-content !important;
  max-width: 100% !important;
  white-space: nowrap !important;
}

html body #clovaBody .clv-hero-product.clv-hero-showcase > .clv-hero-showcase-track {
  top: 10% !important;
  bottom: -10% !important;
}

html body #clovaBody .clv-hero-product.clv-hero-showcase .clv-hero-showcase-slide {
  object-position: 62% 60% !important;
}

html body #clovaBody .clv-hero-actions .clv-btn,
html body #clovaBody .clv-hero-actions .clv-btn.black,
html body #clovaBody .clv-hero-actions .clv-hero-primary,
html body #clovaBody .clv-hero-actions .clv-hero-secondary {
  width: auto !important;
  min-width: 142px !important;
  height: 42px !important;
  min-height: 42px !important;
  padding: 0 16px !important;
  border: 1px solid rgba(6, 11, 9, .18) !important;
  border-radius: 7px !important;
  background: #fff !important;
  color: #060b09 !important;
  box-shadow: 0 8px 18px rgba(6, 11, 9, .05) !important;
  font-size: 11px !important;
  font-weight: 760 !important;
  letter-spacing: .02em !important;
  text-transform: uppercase !important;
}

html body #clovaBody .clv-hero-actions .clv-btn:hover,
html body #clovaBody .clv-hero-actions .clv-btn:focus-visible {
  border-color: rgba(6, 11, 9, .28) !important;
  background: #f7faf6 !important;
  color: #060b09 !important;
}

html body #clovaBody .clv-hero-actions .clv-hero-btn-icon {
  width: 14px !important;
  height: 14px !important;
  flex-basis: 14px !important;
}

@media (min-width: 761px) {
  html body #clovaBody .clv-hero-product.clv-hero-showcase > .clv-hero-showcase-track {
    inset: 10% 0 -10% -29% !important;
  }
}

@media (min-width: 761px) and (max-width: 980px) {
  html body #clovaBody .clv-hero-product.clv-hero-showcase > .clv-hero-showcase-track {
    inset: 10% 0 -10% 0 !important;
  }
}

@media (max-width: 760px) {
  html body #clovaBody .clv-hero-copy h1 {
    max-width: min(360px, calc(100vw - 36px)) !important;
    font-size: clamp(34px, 9vw, 42px) !important;
  }

  html body #clovaBody .clv-hero-product.clv-hero-showcase > .clv-hero-showcase-track {
    inset: 10% 0 -10% 0 !important;
  }

  html body #clovaBody .clv-hero-product.clv-hero-showcase .clv-hero-showcase-slide {
    object-position: 64% 60% !important;
  }

  html body #clovaBody .clv-hero-actions {
    width: min(360px, calc(100vw - 36px)) !important;
    grid-template-columns: 1fr !important;
  }

  html body #clovaBody .clv-hero-actions .clv-btn,
  html body #clovaBody .clv-hero-actions .clv-btn.black,
  html body #clovaBody .clv-hero-actions .clv-hero-primary,
  html body #clovaBody .clv-hero-actions .clv-hero-secondary {
    width: 100% !important;
    min-width: 0 !important;
  }
}

/* 2026-06-14: final homepage section scale, visible category arrows, lab placement, and mobile spacing QA. */
html body #clovaBody .clv-carouselTop .label,
html body #clovaBody > .clv-mbest .head .t {
  font-size: clamp(24px, 2.35vw, 32px) !important;
  line-height: 1.04 !important;
  font-weight: 720 !important;
  letter-spacing: 0 !important;
}

html body #clovaBody section[aria-label="Categories"] .clv-cat .miniBtn,
html body #clovaBody section[aria-label="Categories"] .clv-cat:hover .miniBtn,
html body #clovaBody section[aria-label="Categories"] .clv-cat:focus-visible .miniBtn,
html body #clovaBody section[aria-label="Categories"] .clv-cat:focus-within .miniBtn {
  display: inline-grid !important;
  place-items: center !important;
  opacity: 1 !important;
  visibility: visible !important;
  color: #fff !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  transform: none !important;
  pointer-events: auto !important;
}

html body #clovaBody section[aria-label="Categories"] .clv-cat .miniBtn::before,
html body #clovaBody section[aria-label="Categories"] .clv-cat:hover .miniBtn::before,
html body #clovaBody section[aria-label="Categories"] .clv-cat:focus-within .miniBtn::before {
  display: none !important;
  opacity: 0 !important;
}

html body #clovaBody section[aria-label="Categories"] .clv-cat .miniBtn::after,
html body #clovaBody section[aria-label="Categories"] .clv-cat:hover .miniBtn::after,
html body #clovaBody section[aria-label="Categories"] .clv-cat:focus-visible .miniBtn::after,
html body #clovaBody section[aria-label="Categories"] .clv-cat:focus-within .miniBtn::after {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  background: #fff !important;
  color: #fff !important;
}

html body #clovaBody section[aria-label="Categories"] .clv-cat:hover .miniBtn::after,
html body #clovaBody section[aria-label="Categories"] .clv-cat:focus-within .miniBtn::after {
  transform: translateX(4px) !important;
}

html body #clovaBody .clv-home-proof-content .clv-home-proof-head h2 {
  font-size: clamp(30px, 3.3vw, 44px) !important;
  line-height: 1.02 !important;
}

html body #clovaBody .clv-home-flow-head h2 {
  font-size: clamp(28px, 3vw, 40px) !important;
  line-height: 1.04 !important;
  max-width: 760px !important;
  margin-inline: auto !important;
}

html body #clovaBody .clv-home-flow-head .clv-flow-line {
  display: block !important;
  white-space: nowrap !important;
}

html body #clovaBody .clv-lab-divider {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

html body #clovaBody .clv-lab-verified-visual {
  background:
    linear-gradient(90deg, #030807 0%, rgba(3, 8, 7, .26) 24%, rgba(3, 8, 7, .02) 58%),
    url("/assets/home-lab-clinical.png") right center / cover no-repeat,
    #030807 !important;
}

@media (min-width: 981px) {
  html body #clovaBody .clv-lab-verified-visual {
    --clv-lab-edge-bleed: max(32px, calc((100vw - 1440px) / 2)) !important;
    width: calc(100% + var(--clv-lab-edge-bleed)) !important;
    margin-right: calc(var(--clv-lab-edge-bleed) * -1) !important;
  }
}

html body #clovaBody .clv-lab-verified-visual .clv-lab-slide,
html body #clovaBody .clv-lab-verified-visual .clv-lab-slide-1,
html body #clovaBody .clv-lab-verified-visual .clv-lab-slide-2,
html body #clovaBody .clv-lab-verified-visual .clv-lab-slide-3 {
  object-position: right center !important;
}

.clova-footer .waFloatWrap,
body .waFloatWrap {
  right: 22px !important;
  bottom: 24px !important;
}

@media (max-width: 980px) {
  html body #clovaBody .clv-home-proof-content .clv-home-proof-head h2 {
    font-size: clamp(30px, 6.2vw, 42px) !important;
  }

  html body #clovaBody .clv-home-flow-head h2 {
    font-size: clamp(28px, 5.5vw, 40px) !important;
  }
}

@media (max-width: 760px) {
  html body #clovaBody section.clv-hero,
  html body #clovaBody .clv-hero-inner {
    height: 600px !important;
    min-height: 600px !important;
    max-height: 600px !important;
  }

  html body #clovaBody .clv-hero-copy {
    min-height: 600px !important;
    padding: 144px 18px 66px !important;
    justify-content: flex-start !important;
  }

  html body #clovaBody .clv-hero-copy h1 {
    font-size: clamp(31px, 8.3vw, 39px) !important;
    line-height: 1 !important;
    margin-bottom: 14px !important;
  }

  html body #clovaBody .clv-hero-copy p {
    font-size: 14px !important;
    line-height: 1.5 !important;
    margin-bottom: 20px !important;
  }

  html body #clovaBody .clv-hero-actions {
    gap: 8px !important;
    margin-top: 0 !important;
  }

  html body #clovaBody .clv-carouselTop .label,
  html body #clovaBody > .clv-mbest .head .t {
    font-size: 20px !important;
    line-height: 1.06 !important;
  }

  html body #clovaBody > .clv-performance-strip {
    margin: 0 !important;
    padding: 8px 8px !important;
  }

  html body #clovaBody > .clv-performance-strip .clv-performance-grid {
    gap: 0 !important;
  }

  html body #clovaBody > .clv-mbest {
    padding: 28px 0 32px !important;
  }

  html body #clovaBody > .clv-mbest > .clv-wrap {
    width: min(100% - 22px, 520px) !important;
  }

  html body #clovaBody .clv-mbest .head {
    margin-bottom: 12px !important;
  }

  html body #clovaBody section[aria-label="Categories"] {
    padding-top: 30px !important;
    padding-bottom: 26px !important;
  }

  html body #clovaBody section[aria-label="Categories"] .clv-wrap {
    width: min(100% - 22px, 520px) !important;
  }

  html body #clovaBody .clv-home-proof-content .clv-home-proof-head {
    text-align: center !important;
    margin-bottom: 14px !important;
  }

  html body #clovaBody .clv-home-proof-content .clv-home-proof-head h2 {
    font-size: clamp(28px, 7.4vw, 34px) !important;
  }

  html body #clovaBody .clv-home-flow {
    padding-top: 34px !important;
    padding-bottom: 36px !important;
  }

  html body #clovaBody .clv-home-flow-shell {
    padding: 26px 14px !important;
  }

  html body #clovaBody .clv-home-flow-head h2 {
    font-size: clamp(23px, 6.2vw, 28px) !important;
    line-height: 1.05 !important;
  }

  html body #clovaBody .clv-home-flow-head .clv-flow-line {
    white-space: nowrap !important;
  }

  html body #clovaBody .clv-home-flow-head p:not(.clv-home-kicker) {
    font-size: 13px !important;
    line-height: 1.55 !important;
  }

  html body #clovaBody .clv-lab-verified-panel {
    min-height: 620px !important;
  }

  html body #clovaBody .clv-lab-verified-visual,
  html body #clovaBody .clv-lab-image-motion,
  html body #clovaBody .clv-lab-verified-visual .clv-lab-slide {
    min-height: 620px !important;
  }

  .clova-footer .waFloatWrap,
  body .waFloatWrap {
    right: 14px !important;
    bottom: 64px !important;
  }
}

/* 2026-06-14: reduce home hero title size while preserving the two-line lock. */
html body #clovaBody .clv-hero-copy h1 {
  font-size: clamp(46px, 5.8vw, 76px) !important;
  line-height: 1 !important;
}

@media (max-width: 760px) {
  html body #clovaBody .clv-hero-copy h1 {
    font-size: clamp(28px, 7.5vw, 34px) !important;
    line-height: 1.02 !important;
  }
}

/* 2026-06-14: reduce Janoshik Lab Tested heading size without changing section layout. */
html body #clovaBody .clv-lab-title-row h2 {
  font-size: clamp(30px, 3.25vw, 48px) !important;
  line-height: 1.04 !important;
}

@media (max-width: 980px) {
  html body #clovaBody .clv-lab-title-row h2 {
    font-size: clamp(26px, 5.5vw, 36px) !important;
  }
}

@media (max-width: 760px) {
  html body #clovaBody .clv-lab-title-row h2 {
    font-size: clamp(22px, 5.7vw, 28px) !important;
  }
}

/* 2026-06-14: final 16-point home polish for hero, reviews, lab reports, mobile spacing. */
html body #clovaBody .clv-hero-copy p.clv-hero-subcopy {
  max-width: 560px !important;
}

html body #clovaBody .clv-hero-subcopy span:not(.clv-visually-retained) {
  display: block !important;
}

@media (min-width: 761px) {
  html body #clovaBody .clv-hero-copy {
    transform: translateY(34px) !important;
  }

  html body #clovaBody .clv-hero-copy p.clv-hero-subcopy {
    line-height: 1.55 !important;
  }

  html body #clovaBody .clv-hero-subcopy span:not(.clv-visually-retained) {
    white-space: nowrap !important;
  }

  html body #clovaBody .clv-hero-product.clv-hero-showcase > .clv-hero-showcase-track {
    inset: 18% 0 -18% -29% !important;
  }

  html body #clovaBody .clv-hero-product.clv-hero-showcase .clv-hero-showcase-slide {
    object-position: 62% 68% !important;
  }
}

@media (min-width: 761px) and (max-width: 980px) {
  html body #clovaBody .clv-hero-product.clv-hero-showcase > .clv-hero-showcase-track {
    inset: 18% 0 -18% 0 !important;
  }
}

html body #clovaBody section[aria-label="Categories"] .clv-cat > .content {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 10px !important;
  text-align: left !important;
}

html body #clovaBody section[aria-label="Categories"] .clv-cat .name {
  width: auto !important;
  max-width: calc(100% - 28px) !important;
  flex: 0 1 auto !important;
}

html body #clovaBody section[aria-label="Categories"] .clv-cat .miniBtn,
html body #clovaBody section[aria-label="Categories"] .clv-cat:hover .miniBtn,
html body #clovaBody section[aria-label="Categories"] .clv-cat:focus-within .miniBtn {
  width: 20px !important;
  height: 20px !important;
  min-width: 20px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #fff !important;
  font-size: 0 !important;
  opacity: 1 !important;
  transform: none !important;
}

html body #clovaBody section[aria-label="Categories"] .clv-cat .miniBtn::before,
html body #clovaBody section[aria-label="Categories"] .clv-cat:hover .miniBtn::before,
html body #clovaBody section[aria-label="Categories"] .clv-cat:focus-within .miniBtn::before {
  display: none !important;
}

html body #clovaBody section[aria-label="Categories"] .clv-cat .miniBtn::after,
html body #clovaBody section[aria-label="Categories"] .clv-cat:hover .miniBtn::after,
html body #clovaBody section[aria-label="Categories"] .clv-cat:focus-within .miniBtn::after {
  content: "" !important;
  display: block !important;
  width: 18px !important;
  height: 18px !important;
  opacity: 1 !important;
  background: currentColor !important;
  transform: none !important;
  clip-path: polygon(0 44%, 66% 44%, 45% 23%, 58% 10%, 100% 50%, 58% 90%, 45% 77%, 66% 56%, 0 56%) !important;
}

html body #clovaBody section[aria-label="Categories"] .clv-cat:hover .miniBtn::after,
html body #clovaBody section[aria-label="Categories"] .clv-cat:focus-within .miniBtn::after {
  transform: translateX(4px) !important;
}

html body #clovaBody .clv-home-proof-content {
  padding-top: clamp(34px, 5vw, 72px) !important;
}

html body #clovaBody .clv-home-proof-content .clv-home-proof-head {
  margin-bottom: 24px !important;
}

html body #clovaBody .clv-home-proof-content .clv-home-proof-reviews {
  margin-top: 24px !important;
}

html body #clovaBody .clv-lab-verified-panel {
  min-height: clamp(470px, 36vw, 560px) !important;
}

html body #clovaBody .clv-lab-verified-copy {
  padding-top: clamp(42px, 5vw, 74px) !important;
  padding-bottom: clamp(38px, 4vw, 64px) !important;
}

html body #clovaBody .clv-lab-report-links {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 10px !important;
  margin-top: 18px !important;
}

html body #clovaBody .clv-lab-report-card {
  display: grid !important;
  grid-template-columns: 82px minmax(0, 1fr) !important;
  align-items: stretch !important;
  gap: 10px !important;
  min-width: 0 !important;
}

html body #clovaBody .clv-lab-report-card:has(.clv-lab-report-certificate:first-child) {
  grid-template-columns: 1fr !important;
}

html body #clovaBody .clv-lab-report-card.no-product {
  grid-template-columns: 1fr !important;
}

html body #clovaBody .clv-lab-report-product {
  display: block !important;
  overflow: hidden !important;
  min-height: 76px !important;
  border: 1px solid rgba(168, 224, 0, .22) !important;
  border-radius: 12px !important;
  background: rgba(255, 255, 255, .04) !important;
  text-decoration: none !important;
}

html body #clovaBody .clv-lab-report-product img {
  width: 100% !important;
  height: 100% !important;
  min-height: 76px !important;
  display: block !important;
  object-fit: cover !important;
  object-position: center !important;
  transition: transform .25s ease !important;
}

html body #clovaBody .clv-lab-report-product:hover img {
  transform: scale(1.05) !important;
}

html body #clovaBody .clv-lab-report-certificate,
html body #clovaBody .clv-lab-report-links .clv-lab-report-certificate {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  grid-template-areas: "title result" "lab result" !important;
  align-items: center !important;
  column-gap: 12px !important;
  row-gap: 4px !important;
  min-width: 0 !important;
  min-height: 76px !important;
  padding: 12px 14px !important;
  border: 1px solid rgba(168, 224, 0, .20) !important;
  border-radius: 12px !important;
  background: rgba(255, 255, 255, .045) !important;
  color: #fff !important;
  text-decoration: none !important;
}

html body #clovaBody .clv-lab-report-certificate span {
  grid-area: title !important;
  min-width: 0 !important;
  white-space: normal !important;
  overflow: visible !important;
  text-overflow: clip !important;
  line-height: 1.18 !important;
}

html body #clovaBody .clv-lab-report-certificate small {
  grid-area: lab !important;
}

html body #clovaBody .clv-lab-report-certificate strong {
  grid-area: result !important;
  align-self: center !important;
}

html body #clovaBody .clv-lab-verified-visual,
html body #clovaBody .clv-lab-image-motion,
html body #clovaBody .clv-lab-verified-visual .clv-lab-slide {
  min-height: clamp(470px, 36vw, 560px) !important;
}

@media (min-width: 981px) {
  html body #clovaBody > .clv-evidence .clv-wrap {
    width: 100% !important;
    max-width: none !important;
  }

  html body #clovaBody .clv-lab-verified-panel {
    grid-template-columns: minmax(420px, .86fr) minmax(560px, 1.14fr) !important;
    border-radius: 0 !important;
  }

  html body #clovaBody .clv-lab-verified-copy {
    padding-left: max(32px, calc((100vw - 1440px) / 2)) !important;
  }

  html body #clovaBody .clv-lab-verified-visual {
    width: 100% !important;
    margin-right: 0 !important;
    border-radius: 0 !important;
    background-position: right center !important;
  }
}

@media (max-width: 980px) {
  .clova-hdr .cartBtn,
  .clvWHeader .right #clvCartBtn {
    transform: translateX(-8px) !important;
  }

  html body #clovaBody .clv-lab-verified-panel {
    min-height: 0 !important;
    grid-template-columns: 1fr !important;
    overflow: hidden !important;
  }

  html body #clovaBody .clv-lab-verified-copy {
    padding: 38px 24px 28px !important;
  }

  html body #clovaBody .clv-lab-title-row {
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
  }

  html body #clovaBody .clv-lab-verified-visual,
  html body #clovaBody .clv-lab-image-motion,
  html body #clovaBody .clv-lab-verified-visual .clv-lab-slide {
    min-height: 280px !important;
  }

  html body #clovaBody .clv-lab-verified-visual {
    border-radius: 0 !important;
    background-position: center !important;
  }
}

@media (max-width: 760px) {
  html body #clovaBody section.clv-hero,
  html body #clovaBody .clv-hero-inner {
    height: 540px !important;
    min-height: 540px !important;
    max-height: 540px !important;
  }

  html body #clovaBody .clv-hero-copy {
    min-height: 540px !important;
    padding: 118px 18px 42px !important;
    transform: none !important;
  }

  html body #clovaBody .clv-hero-copy h1 {
    margin-bottom: 8px !important;
  }

  html body #clovaBody .clv-hero-copy p.clv-hero-subcopy {
    max-width: 330px !important;
    font-size: 13px !important;
    line-height: 1.38 !important;
    margin-top: 0 !important;
    margin-bottom: 14px !important;
  }

  html body #clovaBody .clv-hero-product.clv-hero-showcase {
    opacity: .72 !important;
  }

  html body #clovaBody .clv-hero-product.clv-hero-showcase > .clv-hero-showcase-track {
    inset: 10% 0 -16% 0 !important;
  }

  html body #clovaBody .clv-hero-product.clv-hero-showcase .clv-hero-showcase-slide {
    object-position: 68% 66% !important;
  }

  html body #clovaBody .clv-hero-product.clv-hero-showcase::before {
    opacity: .58 !important;
  }

  html body #clovaBody .clv-hero-actions {
    gap: 8px !important;
  }

  html body #clovaBody section[aria-label="Categories"] .clv-cat > .content {
    bottom: 14px !important;
    padding: 0 14px !important;
  }

  html body #clovaBody section[aria-label="Categories"] .clv-cat .name {
    font-size: 15px !important;
    line-height: 1.1 !important;
  }

  html body #clovaBody section[aria-label="Categories"] .clv-cat .miniBtn,
  html body #clovaBody section[aria-label="Categories"] .clv-cat:hover .miniBtn,
  html body #clovaBody section[aria-label="Categories"] .clv-cat:focus-within .miniBtn {
    width: 17px !important;
    height: 17px !important;
    min-width: 17px !important;
  }

  html body #clovaBody section[aria-label="Categories"] .clv-cat .miniBtn::after {
    width: 16px !important;
    height: 16px !important;
  }

  html body #clovaBody .clv-home-proof {
    padding-top: 58px !important;
  }

  html body #clovaBody .clv-home-proof-content {
    padding-top: 22px !important;
  }

  html body #clovaBody .clv-home-proof-content .clv-home-proof-head {
    margin-top: 20px !important;
    margin-bottom: 18px !important;
  }

  html body #clovaBody .clv-home-proof-content .clv-home-proof-reviews {
    margin-top: 22px !important;
  }

  html body #clovaBody .clv-home-flow-head {
    margin-bottom: 22px !important;
  }

  html body #clovaBody .clv-home-flow-head h2 {
    font-size: clamp(22px, 5.8vw, 26px) !important;
  }

  html body #clovaBody .clv-home-flow-head p:not(.clv-home-kicker) {
    margin-bottom: 18px !important;
  }

  html body #clovaBody .clv-lab-verified-copy {
    padding: 32px 18px 24px !important;
  }

  html body #clovaBody .clv-lab-title-row {
    gap: 9px !important;
  }

  html body #clovaBody .clv-lab-title-row h2 {
    font-size: clamp(21px, 5.4vw, 25px) !important;
    white-space: nowrap !important;
  }

  html body #clovaBody .clv-lab-lead,
  html body #clovaBody .clv-lab-note {
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  html body #clovaBody .clv-lab-report-card {
    grid-template-columns: 72px minmax(0, 1fr) !important;
    gap: 8px !important;
  }

  html body #clovaBody .clv-lab-report-product,
  html body #clovaBody .clv-lab-report-product img,
  html body #clovaBody .clv-lab-report-certificate {
    min-height: 70px !important;
  }

  html body #clovaBody .clv-lab-report-certificate {
    padding: 10px 11px !important;
    column-gap: 8px !important;
  }

  html body #clovaBody .clv-lab-report-certificate span {
    font-size: 12px !important;
    line-height: 1.15 !important;
  }

  html body #clovaBody .clv-lab-report-certificate small {
    font-size: 10px !important;
  }

  html body #clovaBody .clv-lab-report-certificate strong {
    font-size: 12px !important;
  }

  html body #clovaBody .clv-lab-verified-visual,
  html body #clovaBody .clv-lab-image-motion,
  html body #clovaBody .clv-lab-verified-visual .clv-lab-slide {
    min-height: 230px !important;
  }

  html body #clovaBody .clv-evidence {
    padding: 34px 0 36px !important;
  }

  html body #clovaBody .clv-evidence .clv-wrap {
    width: min(100% - 24px, 520px) !important;
  }

  html body #clovaBody .clv-lab-verified-panel {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    min-height: 0 !important;
    overflow: hidden !important;
    border-radius: 22px !important;
    background: #07110f !important;
  }

  html body #clovaBody .clv-lab-verified-copy {
    position: relative !important;
    z-index: 2 !important;
    min-height: 0 !important;
    height: auto !important;
    padding: 30px 16px 22px !important;
  }

  html body #clovaBody .clv-lab-verified-visual {
    position: absolute !important;
    inset: 0 !important;
    z-index: 0 !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    opacity: .28 !important;
    pointer-events: none !important;
  }

  html body #clovaBody .clv-lab-image-motion,
  html body #clovaBody .clv-lab-verified-visual .clv-lab-slide {
    height: 100% !important;
    min-height: 0 !important;
  }

  .clova-footer .waFloatWrap,
  body .waFloatWrap {
    right: 14px !important;
    bottom: 112px !important;
  }
}

/* 2026-06-14: mobile header visibility and hero image readability pass. */
@media (max-width: 980px) {
  .clova-hdr .inner {
    display: grid !important;
    grid-template-columns: auto 1fr auto !important;
    align-items: center !important;
    gap: 10px !important;
  }

  .clova-hdr .logoWrap {
    position: static !important;
    transform: none !important;
    grid-column: 1 !important;
    justify-content: flex-start !important;
  }

  .clova-hdr .right {
    position: static !important;
    grid-column: 3 !important;
    justify-content: flex-end !important;
    gap: 6px !important;
    width: auto !important;
    max-width: none !important;
    overflow: visible !important;
    min-width: 0 !important;
    transform: translateX(-10px) !important;
  }

  .clova-hdr .searchBtn {
    display: none !important;
  }

  .clova-hdr .cartBtn,
  .clova-hdr .clvHamBtn {
    display: inline-flex !important;
    visibility: visible !important;
    pointer-events: auto !important;
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
    position: relative !important;
    z-index: 3 !important;
    color: #111513 !important;
  }

  .clova-hdr .cartBtn svg,
  .clvWHeader .right #clvCartBtn svg {
    display: block !important;
    width: 22px !important;
    height: 22px !important;
    color: #111513 !important;
    stroke: currentColor !important;
  }

  .clvWHeader .wrap {
    display: grid !important;
    grid-template-columns: auto 1fr auto !important;
    align-items: center !important;
    gap: 10px !important;
  }

  .clvWHeader .logo {
    grid-column: 1 !important;
    justify-content: flex-start !important;
  }

  .clvWHeader .right {
    position: static !important;
    grid-column: 3 !important;
    justify-content: flex-end !important;
    gap: 6px !important;
    width: auto !important;
    max-width: none !important;
    overflow: visible !important;
    margin: 0 !important;
    transform: translateX(-10px) !important;
  }

  .clvWHeader .right #clvSearchBtn {
    display: none !important;
  }

  .clvWHeader .right #clvCartBtn,
  .clvWHeader .right #clvHamburger {
    display: inline-flex !important;
    visibility: visible !important;
    pointer-events: auto !important;
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
    position: relative !important;
    z-index: 3 !important;
    color: #111513 !important;
  }
}

@media (max-width: 760px) {
  html body #clovaBody .clv-hero-product.clv-hero-showcase {
    opacity: .96 !important;
  }

  html body #clovaBody .clv-hero-product.clv-hero-showcase > .clv-hero-showcase-track {
    inset: 4% -28% -4% 0 !important;
  }

  html body #clovaBody .clv-hero-product.clv-hero-showcase .clv-hero-showcase-slide {
    object-position: 74% 58% !important;
    filter: saturate(1.08) contrast(1.04) !important;
  }

  html body #clovaBody .clv-hero-product.clv-hero-showcase::before,
  html body #clovaBody .clv-hero-product.clv-hero-showcase::after,
  html body #clovaBody .clv-hero-product.clv-hero-showcase > .clv-hero-showcase-track::before,
  html body #clovaBody .clv-hero-product.clv-hero-showcase > .clv-hero-showcase-track::after {
    opacity: .18 !important;
  }
}

@media (min-width: 981px) {
  .clova-hdr nav,
  .clvWHeader nav {
    gap: 0 !important;
  }

  .clova-hdr nav > *,
  .clvWHeader nav > * {
    position: relative !important;
    display: inline-flex !important;
    align-items: center !important;
    padding: 0 22px !important;
  }

  .clova-hdr nav > *:first-child,
  .clvWHeader nav > *:first-child {
    padding-left: 0 !important;
  }

  .clova-hdr nav > *:last-child,
  .clvWHeader nav > *:last-child {
    padding-right: 0 !important;
  }

  .clova-hdr nav > * + *::before,
  .clvWHeader nav > * + *::before {
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
    top: 50% !important;
    width: 1px !important;
    height: 18px !important;
    transform: translateY(-50%) !important;
    background: rgba(17, 21, 19, .18) !important;
    pointer-events: none !important;
  }

  .clova-hdr[data-mode="top"]:not(.is-scrolled):not(.mega-open):not(.search-open):not(.mobile-open) nav > * + *::before {
    background: rgba(17, 21, 19, .18) !important;
  }
}

/* 2026-06-14: lock final requested home spacing, heading scale, CTA icon color, feedback glow, and Janoshik reports row. */
html body #clovaBody {
  --clv-heading-green: #82b35a;
  --clv-section-heading-size: clamp(28px, 3vw, 40px);
  --clv-section-heading-line: 1.04;
}

@media (min-width: 761px) {
  html body #clovaBody .clv-hero-copy {
    transform: translateY(62px) !important;
  }
}

html body #clovaBody .clv-hero-actions .clv-hero-action-icon,
html body #clovaBody .clv-hero-actions .clv-hero-btn-icon {
  color: var(--clv-heading-green) !important;
}

html body #clovaBody .clv-hero-actions .clv-hero-action-icon path,
html body #clovaBody .clv-hero-actions .clv-hero-btn-icon path {
  stroke: var(--clv-heading-green) !important;
}

html body #clovaBody .clv-carouselTop .label,
html body #clovaBody > .clv-mbest .head .t,
html body #clovaBody .clv-home-proof-content .clv-home-proof-head h2,
html body #clovaBody .clv-home-flow-head h2,
html body #clovaBody .clv-lab-title-row h2 {
  font-size: var(--clv-section-heading-size) !important;
  line-height: var(--clv-section-heading-line) !important;
  font-weight: 720 !important;
  letter-spacing: 0 !important;
}

html body #clovaBody .clv-home-proof-content .clv-home-proof-head {
  text-align: center !important;
}

html body #clovaBody .clv-home-proof-content .clv-home-proof-head h2 {
  position: relative !important;
  z-index: 0 !important;
  display: inline-block !important;
  padding: 5px 12px 7px !important;
  margin-inline: auto !important;
  overflow: hidden !important;
  border-radius: 10px !important;
}

html body #clovaBody .clv-home-proof-content .clv-home-proof-head h2::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: -1 !important;
  border-radius: inherit !important;
  background: linear-gradient(
    105deg,
    rgba(130, 179, 90, .05) 0%,
    rgba(130, 179, 90, .18) 34%,
    rgba(130, 179, 90, .06) 68%,
    rgba(130, 179, 90, .14) 100%
  ) !important;
  background-size: 220% 100% !important;
  animation: clvFeedbackGreenWash 5.5s ease-in-out infinite !important;
}

@keyframes clvFeedbackGreenWash {
  0%, 100% { background-position: 0% 50%; opacity: .8; }
  50% { background-position: 100% 50%; opacity: 1; }
}

html body #clovaBody .clv-lab-verified-panel {
  min-height: clamp(400px, 31vw, 470px) !important;
}

html body #clovaBody .clv-lab-verified-copy {
  padding-top: clamp(34px, 3.8vw, 52px) !important;
  padding-bottom: clamp(30px, 3.2vw, 46px) !important;
}

html body #clovaBody .clv-lab-title-row h2 {
  white-space: nowrap !important;
}

html body #clovaBody .clv-lab-report-links {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 10px !important;
  margin-top: 16px !important;
}

html body #clovaBody .clv-lab-report-card,
html body #clovaBody .clv-lab-report-card.has-product {
  display: grid !important;
  grid-template-columns: 62px minmax(0, 1fr) !important;
  align-items: stretch !important;
  gap: 8px !important;
  min-width: 0 !important;
}

html body #clovaBody .clv-lab-report-product,
html body #clovaBody .clv-lab-report-product img,
html body #clovaBody .clv-lab-report-certificate,
html body #clovaBody .clv-lab-report-links .clv-lab-report-certificate {
  min-height: 66px !important;
}

html body #clovaBody .clv-lab-report-certificate,
html body #clovaBody .clv-lab-report-links .clv-lab-report-certificate {
  padding: 9px 10px !important;
  column-gap: 8px !important;
  row-gap: 2px !important;
  border-radius: 10px !important;
}

html body #clovaBody .clv-lab-report-certificate span {
  font-size: 11px !important;
  line-height: 1.14 !important;
  white-space: normal !important;
  overflow: visible !important;
  text-overflow: clip !important;
}

html body #clovaBody .clv-lab-report-certificate small,
html body #clovaBody .clv-lab-report-certificate strong {
  font-size: 10px !important;
  line-height: 1.1 !important;
}

html body #clovaBody .clv-lab-verified-visual,
html body #clovaBody .clv-lab-image-motion,
html body #clovaBody .clv-lab-verified-visual .clv-lab-slide {
  min-height: clamp(400px, 31vw, 470px) !important;
}

@media (max-width: 980px) {
  html body #clovaBody {
    --clv-section-heading-size: clamp(24px, 5.3vw, 34px);
  }

  html body #clovaBody .clv-lab-report-links {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 760px) {
  html body #clovaBody {
    --clv-section-heading-size: clamp(22px, 5.8vw, 26px);
  }

  html body #clovaBody .clv-hero-copy {
    transform: none !important;
  }

  html body #clovaBody .clv-home-proof-content .clv-home-proof-head h2 {
    padding: 4px 9px 6px !important;
  }

  html body #clovaBody .clv-lab-title-row h2 {
    font-size: var(--clv-section-heading-size) !important;
  }
}

/* 2026-06-14: widen the "From browsing to ordering" flow card. */
@media (min-width: 981px) {
  html body #clovaBody .clv-home-flow .clv-wrap {
    width: min(100% - 64px, 1500px) !important;
    max-width: 1500px !important;
  }

  html body #clovaBody .clv-home-flow-shell {
    width: 100% !important;
    max-width: none !important;
    margin-inline: auto !important;
    padding-left: clamp(46px, 5vw, 84px) !important;
    padding-right: clamp(46px, 5vw, 84px) !important;
  }

  html body #clovaBody .clv-home-flow-head {
    max-width: 920px !important;
  }
}

@media (min-width: 761px) and (max-width: 980px) {
  html body #clovaBody .clv-home-flow .clv-wrap {
    width: min(100% - 34px, 940px) !important;
  }
}

@media (max-width: 760px) {
  html body #clovaBody .clv-home-flow .clv-wrap {
    width: min(100% - 22px, 520px) !important;
  }
}

/* 2026-06-14: soften feedback heading color wash so it has no hard pill edge. */
html body #clovaBody .clv-home-proof-content .clv-home-proof-head h2 {
  overflow: visible !important;
  border-radius: 0 !important;
  background: transparent !important;
  padding: 0 4px !important;
}

html body #clovaBody .clv-home-proof-content .clv-home-proof-head h2::before {
  inset: -10px -18px -9px !important;
  border-radius: 999px !important;
  background:
    radial-gradient(ellipse at 28% 52%, rgba(130, 179, 90, .20) 0%, rgba(130, 179, 90, .12) 38%, rgba(130, 179, 90, 0) 74%),
    linear-gradient(105deg, rgba(130, 179, 90, 0) 0%, rgba(130, 179, 90, .13) 38%, rgba(130, 179, 90, .08) 62%, rgba(130, 179, 90, 0) 100%) !important;
  background-size: 230% 100% !important;
  filter: blur(10px) !important;
  opacity: .95 !important;
  transform: translateZ(0) !important;
}

@media (max-width: 760px) {
  html body #clovaBody .clv-home-proof-content .clv-home-proof-head h2 {
    padding: 0 3px !important;
  }

  html body #clovaBody .clv-home-proof-content .clv-home-proof-head h2::before {
    inset: -8px -12px -7px !important;
    filter: blur(8px) !important;
  }
}

/* 2026-06-14: Best Sellers dark card, sale tag reliability, and restored Janoshik scale. */
html body #clovaBody section[aria-label="Best sellers desktop"] .clv-carousel,
html body #clovaBody > .clv-mbest > .clv-wrap {
  position: relative !important;
  isolation: isolate !important;
  overflow: hidden !important;
  border: 1px solid rgba(130, 179, 90, .16) !important;
  border-radius: 30px !important;
  background:
    radial-gradient(circle at 18% 0%, rgba(130, 179, 90, .2), transparent 30%),
    linear-gradient(180deg, #030807 0%, #050b09 34%, rgba(5, 11, 9, .58) 46%, rgba(5, 11, 9, .14) 56%, rgba(130, 179, 90, 0) 64%, rgba(130, 179, 90, 0) 100%) !important;
  box-shadow: 0 18px 58px rgba(3, 8, 7, .1) !important;
}

html body #clovaBody section[aria-label="Best sellers desktop"] .clv-carousel::after,
html body #clovaBody > .clv-mbest > .clv-wrap::after {
  content: "" !important;
  position: absolute !important;
  inset: auto 0 0 !important;
  height: 28% !important;
  z-index: -1 !important;
  background: linear-gradient(180deg, rgba(130, 179, 90, 0), rgba(130, 179, 90, .025), rgba(130, 179, 90, 0)) !important;
  filter: blur(34px) !important;
  opacity: .22 !important;
}

html body #clovaBody section[aria-label="Best sellers desktop"] .clv-carousel {
  padding: clamp(24px, 3vw, 42px) !important;
}

html body #clovaBody section[aria-label="Best sellers desktop"] .clv-carouselTop .label,
html body #clovaBody > .clv-mbest .head .t {
  color: #fff !important;
}

html body #clovaBody section[aria-label="Best sellers desktop"] .clv-track {
  position: relative !important;
  z-index: 1 !important;
}

html body #clovaBody .clv-cardMedia > .clv-bestSaleTag,
html body #clovaBody .clv-mbest-media > .clv-bestSaleTag {
  display: inline-flex !important;
  opacity: 1 !important;
  visibility: visible !important;
  z-index: 8 !important;
  max-width: calc(100% - 24px) !important;
  white-space: nowrap !important;
}

html body #clovaBody .clv-lab-verified-panel {
  min-height: clamp(560px, 43vw, 660px) !important;
  grid-template-columns: minmax(620px, .96fr) minmax(520px, 1.04fr) !important;
  gap: clamp(26px, 3.5vw, 62px) !important;
}

html body #clovaBody .clv-lab-verified-copy {
  padding-top: clamp(56px, 6vw, 88px) !important;
  padding-bottom: clamp(50px, 5vw, 76px) !important;
}

html body #clovaBody .clv-lab-report-links {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 14px !important;
  margin-top: 26px !important;
  max-width: 860px !important;
}

html body #clovaBody .clv-lab-report-card,
html body #clovaBody .clv-lab-report-card.has-product {
  grid-template-columns: 76px minmax(0, 1fr) !important;
  gap: 10px !important;
}

html body #clovaBody .clv-lab-report-product,
html body #clovaBody .clv-lab-report-product img,
html body #clovaBody .clv-lab-report-certificate,
html body #clovaBody .clv-lab-report-links .clv-lab-report-certificate {
  min-height: 96px !important;
}

html body #clovaBody .clv-lab-report-certificate,
html body #clovaBody .clv-lab-report-links .clv-lab-report-certificate {
  padding: 13px 14px !important;
  border-radius: 14px !important;
  column-gap: 10px !important;
  row-gap: 4px !important;
}

html body #clovaBody .clv-lab-report-certificate span {
  font-size: 12px !important;
  line-height: 1.14 !important;
}

html body #clovaBody .clv-lab-report-certificate small,
html body #clovaBody .clv-lab-report-certificate strong {
  font-size: 12px !important;
  line-height: 1.12 !important;
}

html body #clovaBody .clv-lab-verified-visual,
html body #clovaBody .clv-lab-image-motion,
html body #clovaBody .clv-lab-verified-visual .clv-lab-slide {
  min-height: clamp(560px, 43vw, 660px) !important;
}

@media (max-width: 980px) {
  html body #clovaBody .clv-lab-verified-panel {
    grid-template-columns: 1fr !important;
    gap: 0 !important;
  }

  html body #clovaBody .clv-lab-report-links {
    grid-template-columns: 1fr !important;
    max-width: 100% !important;
  }

  html body #clovaBody .clv-lab-verified-panel {
    min-height: 0 !important;
  }
}

@media (max-width: 760px) {
  html body #clovaBody > .clv-mbest > .clv-wrap {
    padding: 18px 12px 20px !important;
    border-radius: 22px !important;
  }

  html body #clovaBody .clv-lab-report-card,
  html body #clovaBody .clv-lab-report-card.has-product {
    grid-template-columns: 78px minmax(0, 1fr) !important;
  }
}

/* 2026-06-14: Best Seller badge split, Janoshik 2-row report grid, comparison lightbox, and mobile category QA. */
html body #clovaBody section[aria-label="Best sellers desktop"] .clv-cardMedia > .clv-bestSavePill,
html body #clovaBody > .clv-mbest .clv-mbest-media > .clv-bestSavePill {
  position: absolute !important;
  top: 12px !important;
  right: 12px !important;
  z-index: 8 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 34px !important;
  min-width: 112px !important;
  padding: 0 16px !important;
  border-radius: 10px !important;
  clip-path: none !important;
  -webkit-clip-path: none !important;
  mask: none !important;
  -webkit-mask: none !important;
  background: #111 !important;
  color: #fff !important;
  box-shadow: 0 12px 24px rgba(0, 0, 0, .20) !important;
  font-family: "DM Sans", sans-serif !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  letter-spacing: .02em !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
}

html body #clovaBody section[aria-label="Best sellers desktop"] .clv-cardBody .clv-priceRow,
html body #clovaBody > .clv-mbest .clv-mbest-body .clv-priceRow {
  display: flex !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  column-gap: 8px !important;
  row-gap: 5px !important;
}

html body #clovaBody .clv-priceSaleTag {
  position: relative !important;
  isolation: isolate !important;
  display: inline-flex !important;
  align-items: center !important;
  min-height: 23px !important;
  padding: 0 10px !important;
  color: #111 !important;
  font-family: "DM Sans", sans-serif !important;
  font-size: 9px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  letter-spacing: .02em !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
}

html body #clovaBody .clv-priceSaleTag::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: -1 !important;
  background:
    linear-gradient(135deg, transparent 0 6px, rgba(130, 179, 90, .18) 6px) top left / 12px 50% repeat-x,
    linear-gradient(45deg, rgba(130, 179, 90, .18) 0 6px, transparent 6px) bottom left / 12px 50% repeat-x,
    rgba(130, 179, 90, .16) !important;
  border: 1px solid rgba(130, 179, 90, .34) !important;
  clip-path: polygon(6px 0, 100% 0, calc(100% - 6px) 50%, 100% 100%, 6px 100%, 0 50%) !important;
}

html body #clovaBody .clv-lab-report-links {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 0 !important;
  max-width: 860px !important;
  margin-top: 22px !important;
  border-top: 1px solid rgba(255, 255, 255, .16) !important;
  border-bottom: 1px solid rgba(255, 255, 255, .16) !important;
  border-color: rgba(255, 255, 255, .16) !important;
}

html body #clovaBody .clv-lab-report-card,
html body #clovaBody .clv-lab-report-card.has-product,
html body #clovaBody .clv-lab-report-card.no-product {
  display: contents !important;
}

html body #clovaBody .clv-lab-report-card .clv-lab-report-product {
  grid-row: 1 !important;
  min-height: 126px !important;
  height: 126px !important;
  padding: 15px 18px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 0 !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(255, 255, 255, .13) !important;
  background: rgba(255, 255, 255, .025) !important;
  overflow: hidden !important;
}

html body #clovaBody .clv-lab-report-card .clv-lab-report-product img {
  width: min(118px, 88%) !important;
  height: 96px !important;
  min-height: 0 !important;
  object-fit: contain !important;
  object-position: center !important;
  filter: drop-shadow(0 14px 26px rgba(0, 0, 0, .26)) !important;
}

html body #clovaBody .clv-lab-report-card .clv-lab-report-certificate,
html body #clovaBody .clv-lab-report-links .clv-lab-report-certificate {
  grid-row: 2 !important;
  min-height: 126px !important;
  height: 126px !important;
  padding: 20px 24px !important;
  border-radius: 0 !important;
  border: 0 !important;
  background: rgba(130, 179, 90, .035) !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: center !important;
  gap: 10px !important;
}

html body #clovaBody .clv-lab-report-card:nth-child(1) .clv-lab-report-product,
html body #clovaBody .clv-lab-report-card:nth-child(1) .clv-lab-report-certificate {
  grid-column: 1 !important;
}

html body #clovaBody .clv-lab-report-card:nth-child(2) .clv-lab-report-product,
html body #clovaBody .clv-lab-report-card:nth-child(2) .clv-lab-report-certificate {
  grid-column: 2 !important;
}

html body #clovaBody .clv-lab-report-card:nth-child(3) .clv-lab-report-product,
html body #clovaBody .clv-lab-report-card:nth-child(3) .clv-lab-report-certificate {
  grid-column: 3 !important;
}

html body #clovaBody .clv-lab-report-card:nth-child(1) .clv-lab-report-product,
html body #clovaBody .clv-lab-report-card:nth-child(1) .clv-lab-report-certificate,
html body #clovaBody .clv-lab-report-card:nth-child(2) .clv-lab-report-product,
html body #clovaBody .clv-lab-report-card:nth-child(2) .clv-lab-report-certificate {
  border-right: 1px solid rgba(255, 255, 255, .13) !important;
}

html body #clovaBody .clv-lab-report-certificate span {
  max-width: 100% !important;
  color: rgba(255, 255, 255, .92) !important;
  font-size: 18px !important;
  line-height: .98 !important;
  font-weight: 800 !important;
  letter-spacing: -.01em !important;
}

html body #clovaBody .clv-lab-report-certificate small {
  color: rgba(255, 255, 255, .48) !important;
  font-size: 13px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
}

html body #clovaBody .clv-lab-report-certificate strong {
  color: #82b35a !important;
  font-size: 17px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
}

body.clvHomeComparisonLightboxOpen {
  overflow: hidden !important;
}

.clvHomeComparisonLightbox {
  position: fixed !important;
  inset: 0 !important;
  z-index: 99999 !important;
  display: none !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 28px !important;
  background: rgba(4, 8, 7, .76) !important;
  backdrop-filter: blur(16px) !important;
}

.clvHomeComparisonLightbox.is-open {
  display: flex !important;
}

.clvHomeComparisonLightboxPanel {
  position: relative !important;
  width: min(100%, 980px) !important;
  max-height: min(88vh, 760px) !important;
  padding: 14px !important;
  border: 1px solid rgba(255, 255, 255, .18) !important;
  border-radius: 22px !important;
  background: rgba(255, 255, 255, .96) !important;
  box-shadow: 0 34px 90px rgba(0, 0, 0, .38) !important;
}

.clvHomeComparisonLightboxImg {
  display: block !important;
  width: 100% !important;
  max-height: calc(88vh - 110px) !important;
  object-fit: contain !important;
  border-radius: 16px !important;
  background: #f3f5f0 !important;
}

.clvHomeComparisonLightboxCaption {
  padding: 12px 44px 2px 4px !important;
  color: #111513 !important;
  font-family: "DM Sans", sans-serif !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  line-height: 1.25 !important;
}

.clvHomeComparisonLightboxClose {
  position: absolute !important;
  top: 22px !important;
  right: 22px !important;
  z-index: 2 !important;
  width: 38px !important;
  height: 38px !important;
  border: 1px solid rgba(17, 21, 19, .16) !important;
  border-radius: 999px !important;
  background: #fff !important;
  color: #111513 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 24px !important;
  line-height: 1 !important;
  cursor: pointer !important;
  box-shadow: 0 12px 26px rgba(0, 0, 0, .14) !important;
}

@media (max-width: 760px) {
  html body #clovaBody section[aria-label="Categories"] .clv-cats {
    gap: 12px !important;
  }

  html body #clovaBody section[aria-label="Categories"] .clv-cat {
    min-height: 0 !important;
    height: 220px !important;
    aspect-ratio: auto !important;
    border-radius: 12px !important;
    overflow: hidden !important;
  }

  html body #clovaBody section[aria-label="Categories"] .clv-cat .img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
  }

  html body #clovaBody section[aria-label="Categories"] .clv-cat > .content {
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    min-height: 42px !important;
    padding: 9px 10px !important;
    gap: 7px !important;
    background: rgba(5, 9, 8, .96) !important;
  }

  html body #clovaBody section[aria-label="Categories"] .clv-cat .name {
    font-size: 9px !important;
    line-height: 1.05 !important;
  }

  html body #clovaBody section[aria-label="Categories"] .clv-cat .miniBtn {
    width: 16px !important;
    min-width: 16px !important;
    height: 16px !important;
    font-size: 0 !important;
  }

  html body #clovaBody > .clv-mbest .clv-mbest-media > .clv-bestSavePill {
    top: 7px !important;
    right: 7px !important;
    min-height: 24px !important;
    min-width: 76px !important;
    padding: 0 8px !important;
    border-radius: 8px !important;
    font-size: 8px !important;
  }

  html body #clovaBody .clv-priceSaleTag {
    min-height: 20px !important;
    padding: 0 8px !important;
    font-size: 7px !important;
  }

  html body #clovaBody .clv-lab-report-links {
    grid-template-columns: 1fr !important;
    gap: 0 !important;
  }

  html body #clovaBody .clv-lab-report-card,
  html body #clovaBody .clv-lab-report-card.has-product,
  html body #clovaBody .clv-lab-report-card.no-product {
    display: grid !important;
    grid-template-columns: 84px minmax(0, 1fr) !important;
    border-bottom: 1px solid rgba(255, 255, 255, .13) !important;
  }

  html body #clovaBody .clv-lab-report-card .clv-lab-report-product,
  html body #clovaBody .clv-lab-report-card .clv-lab-report-certificate {
    grid-row: auto !important;
    grid-column: auto !important;
    height: 104px !important;
    min-height: 104px !important;
    border-right: 0 !important;
    border-bottom: 0 !important;
  }

  html body #clovaBody .clv-lab-report-card .clv-lab-report-product {
    border-right: 1px solid rgba(255, 255, 255, .13) !important;
    padding: 10px !important;
  }

  html body #clovaBody .clv-lab-report-card .clv-lab-report-product img {
    height: 78px !important;
  }

  html body #clovaBody .clv-lab-report-card .clv-lab-report-certificate {
    padding: 14px 16px !important;
  }

  html body #clovaBody .clv-lab-report-certificate span {
    font-size: 15px !important;
  }

  .clova-footer .waFloatWrap,
  body .waFloatWrap {
    bottom: 92px !important;
  }

  .clvHomeComparisonLightbox {
    padding: 16px !important;
  }

  .clvHomeComparisonLightboxPanel {
    border-radius: 18px !important;
    padding: 10px !important;
  }

  .clvHomeComparisonLightboxClose {
    top: 16px !important;
    right: 16px !important;
  }
}

/* Home Best Sellers use the same product-card system as the shop, without descriptions. */
html body #clovaBody section[aria-label="Best sellers desktop"] .clv-track {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(250px, 316px)) !important;
  justify-content: center !important;
  align-items: stretch !important;
  gap: 20px !important;
  overflow: visible !important;
}

html body #clovaBody .clv-home-product-card {
  width: 100% !important;
  min-width: 0 !important;
  min-height: 0 !important;
  height: auto !important;
  display: flex !important;
  flex-direction: column !important;
  overflow: hidden !important;
  border: 1px solid #d5dcd7 !important;
  border-radius: 20px !important;
  background: #fff !important;
  color: #08241f !important;
  box-shadow: 0 14px 38px rgba(19, 44, 36, .045) !important;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease !important;
}

html body #clovaBody .clv-home-product-card:hover,
html body #clovaBody .clv-home-product-card:focus-within {
  transform: translateY(-4px) !important;
  border-color: #bec9c2 !important;
  background: #fff !important;
  box-shadow: 0 22px 52px rgba(19, 44, 36, .09) !important;
}

html body #clovaBody .clv-home-product-media {
  position: relative !important;
  width: 100% !important;
  height: 310px !important;
  min-height: 310px !important;
  flex: 0 0 310px !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: 0 !important;
  border-radius: 19px 19px 0 0 !important;
  background: #e7e9e7 !important;
}

html body #clovaBody .clv-home-product-media img,
html body #clovaBody .clv-home-product-media .clv-cardImg,
html body #clovaBody .clv-home-product-media .bg {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  margin: 0 !important;
  display: block !important;
  object-fit: cover !important;
  object-position: center !important;
  border-radius: 19px 19px 0 0 !important;
  opacity: 1 !important;
  transform: none !important;
  filter: none !important;
}

html body #clovaBody .clv-home-sale-row {
  position: absolute !important;
  top: 14px !important;
  right: 14px !important;
  z-index: 8 !important;
  width: 96px !important;
  display: flex !important;
  justify-content: flex-end !important;
  pointer-events: none !important;
}

html body #clovaBody .clv-home-sale-row .conceptSaleMessageBadge {
  width: 96px !important;
  min-width: 96px !important;
  max-width: 96px !important;
  height: 26px !important;
  min-height: 26px !important;
  max-height: 26px !important;
  padding: 0 9px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
  border: 0 !important;
  border-radius: 7px !important;
  background: #050706 !important;
  color: #fff !important;
  font-family: "DM Sans", sans-serif !important;
  font-size: 9px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  letter-spacing: .015em !important;
  text-transform: uppercase !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

html body #clovaBody .clv-home-product-body {
  position: relative !important;
  min-height: 0 !important;
  height: auto !important;
  flex: 1 1 auto !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  justify-content: flex-start !important;
  gap: 0 !important;
  padding: 20px 20px 16px !important;
  overflow: visible !important;
  border: 0 !important;
  text-align: left !important;
  background: #fff !important;
}

html body #clovaBody .clv-home-product-body .nm {
  min-height: 0 !important;
  max-height: none !important;
  margin: 0 !important;
  display: block !important;
  overflow: visible !important;
  color: #08241f !important;
  font-family: "DM Sans", sans-serif !important;
  font-size: 16px !important;
  line-height: 1.2 !important;
  font-weight: 760 !important;
  text-align: left !important;
}

html body #clovaBody .clv-home-product-category {
  min-width: 0 !important;
  margin: 10px 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
}

html body #clovaBody .clv-home-product-category span {
  width: auto !important;
  max-width: 100% !important;
  min-height: 26px !important;
  padding: 7px 10px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  overflow: visible !important;
  border-radius: 8px !important;
  background: #d9f7ef !important;
  color: #073c34 !important;
  font-family: "DM Sans", sans-serif !important;
  font-size: 9px !important;
  font-weight: 850 !important;
  line-height: 1.12 !important;
  letter-spacing: .04em !important;
  text-transform: uppercase !important;
  white-space: normal !important;
}

html body #clovaBody .clv-home-product-purchase {
  min-width: 0 !important;
  margin-top: auto !important;
  padding-top: 14px !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  align-items: center !important;
  gap: 12px !important;
  border-top: 1px solid #e2e6e3 !important;
}

html body #clovaBody .clv-home-product-body .clv-priceRow {
  min-width: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  display: flex !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  flex-wrap: wrap !important;
  gap: 3px 7px !important;
  color: #08241f !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1.1 !important;
  text-align: left !important;
}

html body #clovaBody .clv-home-product-body .clv-priceRow .now {
  font-size: 19px !important;
  font-weight: 720 !important;
  line-height: 1 !important;
}

html body #clovaBody .clv-home-product-body .clv-priceRow s {
  align-self: center !important;
  color: #8d9691 !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  text-decoration-line: line-through !important;
  text-decoration-thickness: 1.25px !important;
  text-decoration-skip-ink: none !important;
}

html body #clovaBody .clv-home-price-break {
  width: 100% !important;
  height: 0 !important;
  flex: 0 0 100% !important;
}

html body #clovaBody .clv-home-save-badge {
  width: max-content !important;
  min-height: 20px !important;
  margin: 2px 0 0 !important;
  padding: 0 8px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 5px !important;
  background: #82b35a !important;
  color: #0b1512 !important;
  clip-path: none !important;
  transform: none !important;
  font-size: 8px !important;
  font-weight: 780 !important;
  line-height: 1 !important;
  letter-spacing: .02em !important;
  white-space: nowrap !important;
}

html body #clovaBody .clv-home-product-card .btnAdd,
html body #clovaBody .clv-home-product-card .clv-mbest-btn {
  position: relative !important;
  inset: auto !important;
  width: auto !important;
  min-width: 126px !important;
  height: 43px !important;
  min-height: 43px !important;
  margin: 0 !important;
  padding: 0 15px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 7px !important;
  border: 1px solid #050706 !important;
  border-radius: 10px !important;
  background: #050706 !important;
  color: #fff !important;
  box-shadow: 0 8px 20px rgba(5, 7, 6, .12) !important;
  font-family: "DM Sans", sans-serif !important;
  font-size: 11px !important;
  font-weight: 760 !important;
  line-height: 1 !important;
  letter-spacing: .02em !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
  cursor: pointer !important;
  z-index: 3 !important;
}

html body #clovaBody .clv-home-product-card .btnAdd svg {
  width: 18px !important;
  height: 18px !important;
  flex: 0 0 18px !important;
  color: inherit !important;
  opacity: 1 !important;
}

html body #clovaBody .clv-home-product-card .btnAdd:hover {
  border-color: #050706 !important;
  background: #fff !important;
  color: #050706 !important;
  opacity: 1 !important;
}

html body #clovaBody .clv-home-product-card .btnAdd.oos {
  border-color: #cfd6d1 !important;
  background: #edf0ed !important;
  color: #737d77 !important;
  box-shadow: none !important;
  cursor: not-allowed !important;
}

@media (max-width: 760px) {
  html body #clovaBody > .clv-mbest .clv-mbest-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    align-items: stretch !important;
    gap: 10px !important;
  }

  html body #clovaBody .clv-home-product-card {
    min-height: 0 !important;
    border-radius: 13px !important;
  }

  html body #clovaBody .clv-home-product-media {
    height: 190px !important;
    min-height: 190px !important;
    flex-basis: 190px !important;
    border-radius: 12px 12px 0 0 !important;
  }

  html body #clovaBody .clv-home-product-media img,
  html body #clovaBody .clv-home-product-media .clv-cardImg,
  html body #clovaBody .clv-home-product-media .bg {
    border-radius: 12px 12px 0 0 !important;
  }

  html body #clovaBody .clv-home-sale-row {
    top: 8px !important;
    right: 8px !important;
    width: 72px !important;
  }

  html body #clovaBody .clv-home-sale-row .conceptSaleMessageBadge {
    width: 72px !important;
    min-width: 72px !important;
    max-width: 72px !important;
    height: 22px !important;
    min-height: 22px !important;
    max-height: 22px !important;
    padding: 0 6px !important;
    border-radius: 6px !important;
    font-size: 7px !important;
    letter-spacing: .005em !important;
  }

  html body #clovaBody .clv-home-product-body {
    min-height: 0 !important;
    padding: 9px 9px 10px !important;
  }

  html body #clovaBody .clv-home-product-body .nm {
    font-size: 12px !important;
    line-height: 1.12 !important;
  }

  html body #clovaBody .clv-home-product-category {
    margin: 7px 0 !important;
  }

  html body #clovaBody .clv-home-product-category span {
    min-height: 22px !important;
    padding: 5px 7px !important;
    border-radius: 6px !important;
    font-size: 6.2px !important;
    line-height: 1.08 !important;
  }

  html body #clovaBody .clv-home-product-purchase {
    margin-top: 5px !important;
    padding-top: 7px !important;
    grid-template-columns: 1fr !important;
    gap: 9px !important;
  }

  html body #clovaBody .clv-home-product-body .clv-priceRow {
    justify-content: flex-start !important;
    font-size: 11px !important;
  }

  html body #clovaBody .clv-home-product-body .clv-priceRow .now {
    font-size: 14px !important;
  }

  html body #clovaBody .clv-home-product-body .clv-priceRow s {
    font-size: 12px !important;
    text-decoration-thickness: 1.15px !important;
  }

  html body #clovaBody .clv-home-product-card .btnAdd,
  html body #clovaBody .clv-home-product-card .clv-mbest-btn {
    width: 100% !important;
    min-width: 0 !important;
    height: 35px !important;
    min-height: 35px !important;
    padding: 0 7px !important;
    border-radius: 7px !important;
    font-size: 9px !important;
  }

  html body #clovaBody .clv-home-product-card .btnAdd svg {
    width: 15px !important;
    height: 15px !important;
    flex-basis: 15px !important;
  }
}

/* Final Janoshik image and report typography lock. */
html body #clovaBody .clv-lab-report-links {
  border-top: 0 !important;
}

html body #clovaBody .clv-lab-report-card .clv-lab-report-product,
html body #clovaBody .clv-lab-report-card:nth-child(1) .clv-lab-report-product,
html body #clovaBody .clv-lab-report-card:nth-child(2) .clv-lab-report-product,
html body #clovaBody .clv-lab-report-card:nth-child(3) .clv-lab-report-product {
  border-top: 0 !important;
  border-right: 0 !important;
  border-left: 0 !important;
}

html body #clovaBody .clv-lab-report-card .clv-lab-report-product img {
  border-radius: 12px !important;
  overflow: hidden !important;
}

html body #clovaBody .clv-lab-report-certificate span {
  font-size: 14px !important;
  line-height: 1.12 !important;
  font-weight: 750 !important;
  letter-spacing: 0 !important;
}

html body #clovaBody .clv-lab-report-certificate small {
  font-size: 10px !important;
  line-height: 1.1 !important;
  font-weight: 750 !important;
  letter-spacing: .04em !important;
}

@media (max-width: 760px) {
  html body #clovaBody .clv-lab-report-card .clv-lab-report-product {
    border-right: 0 !important;
  }

  html body #clovaBody .clv-lab-report-certificate span {
    font-size: 13px !important;
  }

  html body #clovaBody .clv-lab-report-certificate small {
    font-size: 9px !important;
  }
}

/* Final cascade lock: transparent lower Best Sellers half and price tag after old price. */
html body #clovaBody section[aria-label="Best sellers desktop"] .clv-carousel,
html body #clovaBody > .clv-mbest > .clv-wrap {
  position: relative !important;
  isolation: isolate !important;
  overflow: visible !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

html body #clovaBody section[aria-label="Best sellers desktop"] .clv-carousel::before,
html body #clovaBody > .clv-mbest > .clv-wrap::before {
  content: "" !important;
  position: absolute !important;
  z-index: 0 !important;
  inset: 0 0 auto !important;
  height: 72% !important;
  border-radius: 30px 30px 0 0 !important;
  pointer-events: none !important;
  background:
    radial-gradient(ellipse at 12% 0%, rgba(130, 179, 90, .28) 0%, rgba(94, 132, 63, .12) 28%, transparent 55%),
    radial-gradient(ellipse at 88% 18%, rgba(112, 172, 20, .14) 0%, transparent 46%),
    linear-gradient(
      180deg,
      #020706 0%,
      #040b08 32%,
      rgba(7, 18, 11, .96) 48%,
      rgba(21, 43, 18, .76) 62%,
      rgba(83, 125, 23, .24) 78%,
      rgba(130, 179, 90, .07) 89%,
      rgba(130, 179, 90, 0) 100%
    ) !important;
  -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 66%, rgba(0, 0, 0, .82) 78%, rgba(0, 0, 0, .32) 91%, transparent 100%) !important;
  mask-image: linear-gradient(180deg, #000 0%, #000 66%, rgba(0, 0, 0, .82) 78%, rgba(0, 0, 0, .32) 91%, transparent 100%) !important;
}

html body #clovaBody section[aria-label="Best sellers desktop"] .clv-carousel::after,
html body #clovaBody > .clv-mbest > .clv-wrap::after {
  display: none !important;
  content: none !important;
}

html body #clovaBody section[aria-label="Best sellers desktop"] .clv-carouselTop,
html body #clovaBody section[aria-label="Best sellers desktop"] .clv-track,
html body #clovaBody > .clv-mbest .head,
html body #clovaBody > .clv-mbest .clv-mbest-grid {
  position: relative !important;
  z-index: 1 !important;
}

html body #clovaBody .clv-priceSaleTag {
  position: relative !important;
  isolation: isolate !important;
  display: inline-flex !important;
  align-items: center !important;
  min-height: 20px !important;
  padding: 0 9px !important;
  color: #315000 !important;
  font-size: 8px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}

html body #clovaBody .clv-priceSaleTag::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: -1 !important;
  background: #efffd2 !important;
  border: 1px solid rgba(112, 166, 0, .26) !important;
  clip-path: polygon(5px 0, calc(100% - 5px) 0, 100% 50%, calc(100% - 5px) 100%, 5px 100%, 0 50%) !important;
}

@media (max-width: 760px) {
  html body #clovaBody > .clv-mbest > .clv-wrap::before {
    height: 62% !important;
    border-radius: 22px 22px 0 0 !important;
  }

  html body #clovaBody > .clv-mbest .clv-mbest-body .clv-priceRow {
    display: grid !important;
    grid-template-columns: max-content max-content !important;
    justify-content: start !important;
    align-items: center !important;
    column-gap: 5px !important;
    row-gap: 3px !important;
  }

  html body #clovaBody > .clv-mbest .clv-mbest-body .clv-priceRow .now {
    grid-column: 1 / -1 !important;
  }

  html body #clovaBody > .clv-mbest .clv-mbest-body .clv-priceRow s {
    grid-column: 1 !important;
  }

  html body #clovaBody > .clv-mbest .clv-mbest-body .clv-priceRow .clv-priceSaleTag {
    grid-column: 2 !important;
  }

  html body #clovaBody .clv-priceSaleTag {
    min-height: 18px !important;
    padding: 0 7px !important;
    font-size: 6.5px !important;
  }
}
