/** Shopify CDN: Minification failed

Line 372:0 All "@import" rules must come first

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:anti-friction-stick-page (INDEX:8) */
@import url('https://fonts.googleapis.com/css2?family=Sora:wght@300;400;500;600;700&display=swap');
@font-face { font-family: "Canela"; src: url("https://nuyubeauty.com/cdn/shop/files/Canela-Regular-Web.woff2?v=1753795519") format("woff2"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: "Canela"; src: url("https://nuyubeauty.com/cdn/shop/files/Canela-Medium-Web.woff2?v=1753795343") format("woff2"); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: "Canela"; src: url("https://nuyubeauty.com/cdn/shop/files/Canela-Bold-Web.woff2?v=1753795343") format("woff2"); font-weight: 700; font-style: normal; font-display: swap; }
.kc { font-family: "Sora", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: #121212; font-size: 18px; line-height: 1.66; font-weight: 300; --kc-peach: #edf1e0; --kc-pink: #ebefdf; --kc-accent: #3f4c3c; --kc-accent-dark: #2c372a; --kc-dark: #121212; --kc-muted: #4b5563; --kc-border: #e5e7eb; --kc-serif: "Canela", Georgia, serif; }
.kc h1, .kc h2, .kc h3, .kc h4, .kc h5 { font-family: var(--kc-serif); font-weight: 400; letter-spacing: -0.005em; color: #121212; }
.kc * { box-sizing: border-box; }
.kc img { max-width: 100%; height: auto; display: block; }
.kc-page { max-width: 1280px; margin: 0 auto; padding: 0 24px; }
.kc-h2 { font-size: 42px; line-height: 1.3; font-weight: 400; margin: 16px 0; letter-spacing: -0.005em; color: #000; }
.kc-h2 em { color: var(--kc-accent); font-style: normal; }
.kc-h4 { font-size: 1.05rem; font-weight: 700; margin: 0; }
.kc-center { text-align: center; }
.kc-muted { color: var(--kc-muted); }
.kc .kc-block__header .kc-muted { color: #121212; }
.kc img.kc-img--desktop { display: block; }
.kc img.kc-img--mobile { display: none; }
@media (max-width: 900px) {
  .kc img.kc-img--desktop { display: none; }
  .kc img.kc-img--mobile { display: block; }
  .kc-h2 { font-size: 24px; }
}

.kc-hero { padding: 32px 0 64px; }
.kc-hero__container { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; }
.kc-hero__media-desktop { display: grid; grid-template-columns: repeat(6, 1fr); gap: 8px; }
.kc-hero__main { grid-column: 1 / -1; aspect-ratio: 1; overflow: hidden; border-radius: 4px; }
.kc-hero__main img { width: 100%; height: 100%; object-fit: cover; }
.kc-hero__row { grid-column: 1 / -1; display: grid; gap: 8px; }
.kc-hero__row--2 { grid-template-columns: repeat(2, 1fr); }
.kc-hero__row--3 { grid-template-columns: repeat(3, 1fr); }
.kc-hero__row img { aspect-ratio: 1; object-fit: cover; border-radius: 4px; cursor: pointer; }
.kc-hero__media-mobile { display: none; }
@media (max-width: 900px) {
  .kc-hero__container { grid-template-columns: 1fr; gap: 24px; }
  .kc-hero__media-desktop { display: none; }
  .kc-hero__media-mobile { display: block; }
  .kc-hero__main-mobile { width: 100%; }
  .kc-hero__main-mobile img { width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: 6px; }
  .kc-hero__thumbs-mobile { display: flex; gap: 8px; margin: 8px 0 0; padding: 0 0 4px; overflow-x: auto; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; scrollbar-width: none; }
  .kc-hero__thumbs-mobile::-webkit-scrollbar { display: none; }
  .kc-hero__thumbs-mobile img { flex: 0 0 auto; width: calc((100% - 24px) / 4); min-width: 0; aspect-ratio: 1; object-fit: cover; border-radius: 4px; cursor: pointer; scroll-snap-align: start; border: 2px solid transparent; transition: border-color 0.15s; }
  .kc-hero__thumbs-mobile img.is-active { border-color: var(--kc-accent); }
}

.kc-hero__info { display: flex; flex-direction: column; gap: 18px; }
.kc-hero__rating { display: flex; align-items: center; gap: 8px; flex-wrap: nowrap; white-space: nowrap; }
.kc-hero__rating img { width: auto; height: 16px; flex: 0 0 auto; }
.kc-hero__rating-text { font-size: 14px; color: var(--kc-dark); font-weight: 500; white-space: nowrap; }
@media (max-width: 700px) { .kc-hero__rating { gap: 6px; } .kc-hero__rating img { height: 12px; } .kc-hero__rating-text { font-size: 11px; } }
@media (max-width: 380px) { .kc-hero__rating img { height: 11px; } .kc-hero__rating-text { font-size: 10px; } }
.kc-hero__title { font-size: 2.25rem; font-weight: 400; margin: 0; line-height: 1.1; letter-spacing: -0.01em; font-family: var(--kc-serif); }
.kc-hero__tagline { font-size: 1.05rem; color: var(--kc-muted); margin: 0; }
.kc-features { display: grid; gap: 10px; padding: 4px 0; }
.kc-features__line { display: flex; align-items: center; gap: 12px; font-size: 16px; line-height: 1.4; font-weight: 500; color: #1f1f1f; }
.kc-features__line img { width: 28px; height: 28px; flex: 0 0 28px; object-fit: contain; }

.kc-selector { display: flex; flex-direction: column; gap: 10px; }
.kc-bundle { display: grid; grid-template-columns: auto 1fr auto; gap: 12px; align-items: center; padding: 14px; border: 2px solid var(--kc-border); border-radius: 8px; cursor: pointer; position: relative; background: #fff; overflow: hidden; }
.kc-bundle input { display: none; }
.kc-bundle__radio { width: 20px; height: 20px; border: 2px solid #d1d5db; border-radius: 50%; flex: 0 0 20px; position: relative; }
.kc-bundle input:checked ~ .kc-bundle__radio,
.kc-bundle--selected .kc-bundle__radio { border-color: var(--kc-accent); }
.kc-bundle input:checked ~ .kc-bundle__radio::after,
.kc-bundle--selected .kc-bundle__radio::after { content: ""; position: absolute; inset: 3px; background: var(--kc-accent); border-radius: 50%; }
.kc-bundle--selected { border-color: var(--kc-accent); }
.kc-bundle__title { margin: 0 0 4px; font-weight: 700; font-size: 0.98rem; }
.kc-bundle__meta { font-size: 0.85rem; color: var(--kc-muted); margin: 0; }
.kc-bundle__save { background: var(--kc-pink); color: var(--kc-accent); padding: 1px 8px; border-radius: 999px; font-weight: 600; font-size: 0.75rem; }
.kc-bundle__price { text-align: right; }
.kc-bundle__now { font-weight: 800; font-size: 1.05rem; margin: 0; }
.kc-bundle__was { color: var(--kc-muted); font-size: 0.85rem; }
.kc-bundle__bonuses { grid-column: 1 / -1; margin: 12px -14px -14px; display: grid; gap: 0; }
.kc-bonus { display: flex; gap: 8px; align-items: center; font-size: 0.82rem; color: #fff; background: #b8b5af; padding: 8px 14px; }
.kc-bonus img { width: 16px; height: 16px; filter: brightness(0) invert(1); }
.kc-bundle--selected .kc-bonus { background: #5a534a; }
.kc-kaching { display: grid; gap: 12px; }
.kc-kaching form { display: grid; gap: 12px; }
.kc-kaching__divider { display: flex; align-items: center; gap: 12px; color: var(--kc-accent); font-weight: 700; font-size: 0.84rem; letter-spacing: 0.04em; }
.kc-kaching__divider::before,
.kc-kaching__divider::after { content: ""; height: 1px; background: var(--kc-border); flex: 1 1 0; }
.kc-kaching__divider span { white-space: nowrap; }
.kc-kaching__wrapper,
.kc-kaching__wrapper kaching-bundle { display: block; width: 100%; }

.kc-delivery { display: flex; gap: 10px; align-items: center; font-size: 0.92rem; padding: 4px 0; }
.kc-delivery p { margin: 0; }
.kc-delivery__icon { width: 20px; height: 20px; }
.kc-delivery__date { background: #2a2620; color: #fff; padding: 2px 10px; border-radius: 4px; font-weight: 600; font-size: 0.85rem; white-space: nowrap; }

.kc-atc { background: var(--kc-accent); color: #fff; border: 0; padding: 22px 24px; font-size: 1rem; font-weight: 600; border-radius: 8px; cursor: pointer; letter-spacing: 0.04em; text-transform: uppercase; transition: background 0.15s; width: 100%; font-family: "Sora", sans-serif; }
.kc-atc:hover { background: var(--kc-accent-dark); }
.kc-atc:active { transform: translateY(1px); }

.kc-featured-review { border: 1px solid var(--kc-border); border-radius: 10px; padding: 16px; }
.kc-featured-review__meta { display: flex; gap: 10px; margin-bottom: 8px; }
.kc-featured-review__avatar { width: 40px; height: 40px; border-radius: 50%; object-fit: cover; }
.kc-featured-review__name { margin: 0 0 4px; display: flex; gap: 8px; align-items: center; font-weight: 700; font-size: 0.95rem; }
.kc-featured-review__name img { height: 16px; width: auto; }
.kc-featured-review img.kc-featured-review__stars { height: 18px; width: auto; max-width: none; }
.kc-featured-review__body p { margin: 0; font-size: 16px; line-height: 1.55; }

.kc-tabs { display: grid; gap: 0; }
.kc-tab { border-bottom: 1px solid var(--kc-border); }
.kc .kc-tabs .kc-tab > summary,
.kc .kc-tab summary { display: flex !important; justify-content: space-between; align-items: center; padding: 20px 0 !important; cursor: pointer; font-family: "Fraunces", "Canela", Georgia, serif !important; font-weight: 500 !important; font-size: 20px !important; line-height: 1.3 !important; letter-spacing: 0 !important; color: var(--kc-dark) !important; list-style: none !important; text-transform: none !important; }
.kc-tab summary::-webkit-details-marker { display: none; }
.kc-tab__chev { transition: transform 0.2s; opacity: 0.6; }
.kc-tab[open] .kc-tab__chev { transform: rotate(180deg); }
.kc-tab__body { padding: 0 0 16px; color: #121212; font-size: 16px; line-height: 1.55; }
.kc-tab__body p { margin: 0 0 12px; }
.kc-tab__body p:last-child { margin-bottom: 0; }
.kc-tab__body ul { list-style: disc; margin: 10px 0 12px; padding-left: 22px; }
.kc-tab__body ol { list-style: decimal; margin: 10px 0 12px; padding-left: 22px; }
.kc-tab__body li { margin: 4px 0; display: list-item; }

.kc-block { padding: 40px 0; }
.kc-block__header { text-align: center; max-width: 720px; margin: 0 auto 32px; }
.kc-arrow { width: 56px; margin: 16px auto 4px; display: block; }
.kc-section-arrow { background: #fff; padding: 28px 0 8px; display: flex; justify-content: center; }
.kc-arrow--between { margin: 0 auto; }
.kc-why-img { max-width: 900px; margin: 0 auto; }
.kc-why-img--single { max-width: 520px; }
.kc-why-img--single img { width: 100%; border-radius: 12px; box-shadow: 0 4px 16px rgba(0,0,0,0.06); }
.kc-why-img--wide { max-width: 1180px; margin: 0 auto; }
.kc-why-img--wide img { width: 100%; border-radius: 12px; box-shadow: 0 4px 16px rgba(0,0,0,0.06); }

.kc-cause-wrap { max-width: 1000px; margin: 0 auto; }
.kc-cause-table { width: 100%; border-collapse: collapse; background: var(--kc-peach); border-radius: 10px; overflow: hidden; font-size: 18px; line-height: 1.5; box-shadow: 0 2px 10px rgba(0,0,0,0.04); border: 1px solid #000; }
.kc-cause-table thead th { font-family: var(--kc-serif); font-weight: 500; font-size: 20px; color: #000; text-align: left; padding: 20px 28px; border-bottom: 1px solid #000; background: transparent; }
.kc-cause-table tbody th { font-weight: 700; color: #1f1f1f; text-align: left; padding: 16px 28px; width: 38%; vertical-align: top; border-bottom: 1px solid #000; background: transparent; }
.kc-cause-table tbody td { color: #1f1f1f; padding: 16px 28px; line-height: 1.5; vertical-align: top; border-bottom: 1px solid #000; }
.kc-cause-table tbody tr:last-child th, .kc-cause-table tbody tr:last-child td { border-bottom: 0; }
@media (max-width: 700px) {
  .kc-cause-table { font-size: 14px; border-radius: 8px; }
  .kc-cause-table thead th { font-size: 16px; padding: 14px 14px; }
  .kc-cause-table tbody th { width: 42%; padding: 14px 14px; font-size: 14px; }
  .kc-cause-table tbody td { padding: 14px 14px; font-size: 14px; line-height: 1.45; }
  .kc-block--why { padding: 28px 0 12px; }
  .kc-arrow { width: 44px; margin: 4px auto 0; }
  .kc-section-arrow { padding: 12px 0 4px; }
}

.kc-block--molecule { padding: 40px 0; background: #fff; }
.kc-mol__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px 64px; max-width: 1100px; margin: 0 auto; align-items: start; }
.kc-mol__text, .kc-mol__continue { font-size: 18px; line-height: 1.5; }
.kc-mol__text p, .kc-mol__continue p { margin: 0 0 12px; }
.kc-mol__lead { color: var(--kc-dark); }
.kc-mol__chart img, .kc-mol__before img { width: 100%; border-radius: 8px; border: 1px solid var(--kc-border); }
.kc-mol__chart { width: 100%; }
.kc-mol__before { align-self: center; }
.kc-mol__text { order: 1; }
.kc-mol__chart { order: 2; }
.kc-mol__before { order: 3; }
.kc-mol__continue { order: 4; }
.kc-checks { list-style: none; padding: 0; margin: 12px 0 16px; }
.kc-checks li { padding: 5px 0 5px 28px; position: relative; font-weight: 600; font-size: 18px; }
.kc-checks--ok li { color: #3f7d20; }
.kc-checks--fail li { color: #b53247; }
.kc-checks--ok li::before { content: "✓"; position: absolute; left: 4px; color: #3f7d20; font-weight: 700; }
.kc-checks--fail li::before { content: "✕"; position: absolute; left: 4px; color: #b53247; font-weight: 700; }
.kc-callout-peach { background: var(--kc-peach); border-radius: 6px; padding: 12px 16px; margin: 14px 0 18px; font-size: 16px; color: var(--kc-dark); }
.kc-callout-pink { background: #fde8ea; border-radius: 8px; padding: 18px 20px; margin: 14px 0 18px; }
.kc-callout-pink .kc-checks { margin: 0; }

.kc-why { max-width: 1280px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; align-items: stretch; }
.kc-why__card { text-align: center; display: flex; flex-direction: column; }
.kc-why__media { margin: 0 0 18px; }
.kc-why__media img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 10px; display: block; }
.kc .kc-why__heading { font-family: var(--kc-sans, "Sora", sans-serif); font-size: 18px; line-height: 1.35; font-weight: 500; color: #121212; margin: 0 0 18px; letter-spacing: -0.005em; padding: 0 6px; }
.kc-why__fail { background: #fde8ea; border-radius: 14px; padding: 22px 22px 26px; text-align: center; margin-top: auto; }
.kc-why__fail-label { font-family: var(--kc-serif); font-weight: 700; font-size: 1.15rem; color: #8a1a1a; margin: 0 0 14px; display: flex; gap: 10px; align-items: center; justify-content: center; }
.kc-why__fail-x { color: #8a1a1a; font-weight: 700; font-family: "Sora", sans-serif; }
.kc-why__fail-body { margin: 0; font-size: 16px; line-height: 1.45; color: #121212; font-weight: 400; }
@media (max-width: 1024px) {
  .kc-why { grid-template-columns: repeat(2, 1fr); gap: 20px; max-width: 720px; }
}
@media (max-width: 700px) {
  .kc-why { grid-template-columns: 1fr; gap: 24px; max-width: 480px; }
  .kc .kc-why__heading { font-size: 20px; margin-bottom: 18px; padding: 0 4px; }
  .kc-why__fail { padding: 18px 16px 22px; border-radius: 12px; }
  .kc-why__fail-body { font-size: 16px; }
  .kc-why__fail-label { font-size: 1.1rem; }
}
@media (max-width: 900px) { .kc-block--molecule { padding: 20px 0; } .kc-mol__grid { grid-template-columns: 1fr; gap: 24px; } .kc-mol__chart { order: 1; } .kc-mol__text { order: 2; } .kc-mol__before { order: 3; } .kc-mol__continue { order: 4; } }

.kc-block--formula { background: #f7f7f7; padding: 56px 0; }
.kc-block--formula .kc-block__header .kc-muted { color: #121212; font-size: 18px; line-height: 1.3em; margin: 16px 0; }
.kc-block__header--wide { max-width: 820px; }
.kc-formula__grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; max-width: 960px; margin: 32px auto 40px; }
.kc-formula__card { border: 1px solid #413626; background: #fff; border-radius: 12px; overflow: hidden; cursor: pointer; box-shadow: 0 1px 3px rgba(0,0,0,0.04); }
.kc-formula__card:nth-child(1) { grid-column: 1 / span 2; }
.kc-formula__card:nth-child(2) { grid-column: 3 / span 2; }
.kc-formula__card:nth-child(3) { grid-column: 5 / span 2; }
.kc-formula__card:nth-child(4) { grid-column: 2 / span 2; }
.kc-formula__card:nth-child(5) { grid-column: 4 / span 2; }
.kc-formula__tab { display: flex; justify-content: center; gap: 8px; align-items: center; width: 100%; background: #413626; color: #c1ffba; padding: 4px; font-weight: 600; font-size: 16px; letter-spacing: 0; margin: 0; }
.kc-formula__body { background: #fff; padding: 12px; display: block; }
.kc-formula__thumb { display: flex; align-items: center; gap: 8px; justify-content: space-between; }
.kc-formula__thumb > div:first-child { min-width: 0; }
.kc-formula__thumb > div:last-child { flex: 0 0 auto; }
.product_lymph-ingr-thumb h5 { font-family: "Sora", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-weight: 600; font-size: 1rem; color: var(--kc-dark); margin: 0; line-height: 1.3; }
.kc-formula__chev { color: #413626; transition: transform 0.2s; display: block; }
.kc-formula__card.active .kc-formula__chev { transform: rotate(180deg); }
.kc-formula__details { background: #fff; padding-top: 12px; display: none; color: #121212; font-size: 0.92rem; line-height: 1.6; }
.kc-formula__details p { margin: 0; }

.kc-synergy { background: #5b8c3e; color: #fff; border-radius: 10px; padding: 36px 32px; text-align: center; max-width: 960px; margin: 0 auto; }
.kc .kc-synergy h3.kc-synergy__title { font-family: var(--kc-serif); font-size: 1.7rem; margin: 0 0 8px; color: #fff; font-weight: 400; }
.kc-synergy__sub { margin: 0 auto 22px; max-width: 600px; font-size: 1.15rem; font-weight: 400; }
.kc-synergy__list { list-style: none; padding: 0; margin: 0 auto 18px; display: grid; grid-template-columns: 1fr 1fr; gap: 10px 32px; max-width: 720px; text-align: left; }
.kc-synergy__list li { font-weight: 600; font-size: 1.15rem; }
.kc-synergy__close { font-weight: 700; margin: 18px 0 0; font-size: 1.15rem; }
@media (max-width: 700px) {
  .kc-formula__grid { grid-template-columns: 1fr; }
  .kc-formula__card:nth-child(n) { grid-column: 1 / -1; }
  .kc-synergy__list { grid-template-columns: 1fr; }
}

.kc-block--reviews { background: #fff; padding: 60px 0 40px; }
.kc-reviews__hero { width: 100%; max-width: 980px; margin: 24px auto 0; border-radius: 8px; }
.kc-reviews__row { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; max-width: 1200px; margin: 24px auto 0; }
.kc-reviews__cell { width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: cover; border-radius: 12px; display: block; }
@media (max-width: 900px) { .kc-reviews__row { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .kc-reviews__row { grid-template-columns: 1fr; } }

.kc-block--icons { background: var(--kc-peach); padding: 36px 0; }
.kc-icons-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; text-align: center; max-width: 900px; margin: 0 auto; }
.kc-icons__item img { width: 48px; height: 48px; margin: 0 auto 8px; object-fit: contain; }
.kc-icons__item .kc-h4 { font-family: "Sora", sans-serif; font-weight: 700; font-size: 0.95rem; color: var(--kc-dark); }
@media (max-width: 700px) { .kc-icons-grid { grid-template-columns: 1fr; gap: 24px; } }

.kc-block--expert { background: #fff; padding: 40px 0; }
.kc-expert__card { background: transparent; border-radius: 0; padding: 0; max-width: 1120px; margin: 0 auto; overflow: visible; }
.kc-expert__grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, 0.82fr); gap: 40px; align-items: stretch; max-width: 100%; margin: 0 auto; }
@media (max-width: 700px) { .kc-expert__card { padding: 0; } }
.kc-expert__date { color: var(--kc-muted); font-size: 0.85rem; margin: 0 0 14px; }

.kc-pressbar { background: var(--kc-peach); padding: 28px 0; overflow: hidden; }
.kc-pressbar__label { text-align: center; font-family: var(--kc-serif); font-size: 1.15rem; color: var(--kc-dark); margin: 0 0 16px; }
.kc-pressbar__track { display: flex; width: max-content; animation: kc-marquee 28s linear infinite; }
.kc-pressbar__lane { display: flex; gap: 64px; padding-right: 64px; align-items: center; }
.kc-pressbar img.kc-pressbar__logo { height: 22px; width: auto; max-width: none; opacity: 0.85; object-fit: contain; flex: 0 0 auto; }
@keyframes kc-marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.kc-pressbar:hover .kc-pressbar__track { animation-play-state: paused; }
@media (prefers-reduced-motion: reduce) { .kc-pressbar__track { animation: none; } }
@media (max-width: 900px) { .kc-pressbar__lane { gap: 40px; padding-right: 40px; } .kc-pressbar img.kc-pressbar__logo { height: 18px; } }
.kc-seq { background: #fff; padding: 56px 0 32px; }
.kc-seq__page { max-width: 1440px; padding: 0 50px; }
.kc-seq__header { max-width: 800px; margin: 0 auto; text-align: center; }
.kc .kc-seq__title { margin: 16px 0; color: #000; font-family: var(--kc-serif); font-size: 42px; line-height: 1.3; font-weight: 400; letter-spacing: -0.005em; }
.kc-seq__subtitle { margin: 16px 0; color: #111; font-size: 18px; line-height: 1.3; font-weight: 500; }
.kc-seq__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin: 40px auto 32px; }
.kc-seq__cell { display: flex; overflow: hidden; border-radius: 6px; background: #f7f7f7; }
.kc-seq__media, .kc-seq__copy { width: 100%; min-width: 0; }
.kc-seq__media img { display: block; width: 100%; height: auto; min-height: 150px; object-fit: cover; }
.kc-seq__copy { display: flex; align-items: center; justify-content: center; min-height: 150px; padding: 0; text-align: center; background: #f7f7f7; }
.kc-seq__copy p { margin: 0; padding: 12px; color: #111; font-size: 14px; line-height: 1.45; font-weight: 500; }
.kc-seq__note { max-width: 920px; margin: 0 auto; padding: 21px 24px 24px; text-align: center; background: #eeeaea; border-radius: 8px; }
.kc-seq__note h3 { margin: 0 0 14px; color: #151515; font-family: var(--kc-serif); font-size: 1.35rem; line-height: 1.2; font-weight: 600; letter-spacing: 0; }
.kc-seq__note p { margin: 0; color: #6b6670; font-size: 1rem; line-height: 1.35; font-weight: 600; }
@media (max-width: 1100px) {
  .kc-seq__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 700px) {
  .kc-seq { padding: 36px 0 24px; }
  .kc-seq__page { padding: 0 15px; }
  .kc .kc-seq__title { font-size: 24px; }
  .kc-seq__subtitle { font-size: 16px; }
  .kc-seq__grid { grid-template-columns: 1fr; gap: 8px; margin-bottom: 24px; }
  .kc-seq__copy p { font-size: 16px; }
  .kc-seq__note { padding: 18px 16px; }
  .kc-seq__note h3 { font-size: 1.12rem; }
  .kc-seq__note p { font-size: 0.88rem; }
}
.kc-expert__body p { margin: 12px 0; font-size: 18px; font-weight: 300; line-height: 1.4; color: #444444; }
.kc-expert__content .kc-h2 { font-size: 42px; line-height: 1.15; font-weight: 400; letter-spacing: -0.01em; color: #493e2d; }
@media (max-width: 700px) { .kc-expert__content .kc-h2 { font-size: 28px; } .kc-expert__body p { font-size: 16px; } }
.kc-expert__media { display: flex; }
.kc-expert__media img { width: 100%; height: 100%; object-fit: cover; max-width: none; border-radius: 12px; display: block; }
@media (max-width: 900px) { .kc-expert__media { margin: 0; } .kc-expert__media img { border-radius: 12px; } }
.kc-cta-wrap { margin-top: 24px; }
.kc-cta-btn { display: inline-block; background: var(--kc-accent); color: #fff; padding: 20px 36px; border-radius: 8px; text-decoration: none; font-weight: 600; letter-spacing: 0.04em; text-transform: uppercase; font-size: 0.95rem; font-family: "Sora", sans-serif; }
.kc-cta-btn:hover { background: var(--kc-accent-dark); color: #fff; }
.kc-cta-btn--lg { padding: 24px 42px; font-size: 1.05rem; }
.kc-cta-footer { display: flex; align-items: center; gap: 6px; margin: 12px 0 0; font-size: 0.85rem; color: var(--kc-muted); }
.kc-cta-wrap.kc-center { display: flex; flex-direction: column; align-items: center; }
.kc-cta-wrap.kc-center .kc-cta-footer { justify-content: center; }
@media (max-width: 900px) { .kc-expert__grid { grid-template-columns: 1fr; gap: 20px; } .kc-expert__media { order: 1; } .kc-expert__content { order: 2; } }

.kc-block--ugc { background: var(--kc-peach); }
.kc-ugc__stars { margin: 0 auto 16px; }
.kc-carousel { overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 8px; }
.kc-carousel__track { display: flex; gap: 16px; padding: 8px 4px; }
.kc-carousel__slide { flex: 0 0 280px; scroll-snap-align: start; }
.kc-ugc__video { aspect-ratio: 3/4; background: #d4d4d4 var(--poster) center / cover no-repeat; border-radius: 10px; display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; text-decoration: none; color: inherit; cursor: pointer; }
.kc-ugc__video::before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,0.08), rgba(0,0,0,0.46)); }
.kc-ugc__video--play::before { display: none; }
.kc-ugc__play { width: 56px; height: 56px; position: relative; z-index: 1; }
.kc-ugc__cap { position: absolute; bottom: 12px; left: 12px; right: 12px; color: #fff; font-weight: 600; font-size: 0.92rem; text-shadow: 0 1px 4px rgba(0,0,0,0.4); z-index: 1; pointer-events: none; }
.kc-ugc__player { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; background: #000; border-radius: 10px; }
@media (min-width: 900px) { .kc-carousel__track { justify-content: center; } }

.kc-block--faq { background: #fff; }
.kc-faq__list { max-width: 824px; margin: 0 auto; display: grid; gap: 0; background: linear-gradient(180deg, #ffffff, var(--kc-peach)); border-radius: 16px; padding: 32px; }
.kc-faq__box { border-bottom: 1px solid #ffffff; padding: 4px 0; }
.kc-faq__box:last-child { border-bottom: none; }
@media (max-width: 700px) { .kc-faq__list { padding: 16px; } }
.kc-faq__box summary { display: flex; justify-content: space-between; align-items: center; padding: 16px 4px; cursor: pointer; list-style: none; }
.kc-faq__box summary::-webkit-details-marker { display: none; }
.kc-faq__box summary p { margin: 0; font-weight: 600; font-size: 18px; line-height: 1.4; }
.kc-faq__chev { transition: transform 0.2s; color: var(--kc-muted); font-size: 18px; }
.kc-faq__box[open] .kc-faq__chev { transform: rotate(180deg); }
.kc-faq__content { padding: 0 4px 16px; color: #121212; font-size: 16px; line-height: 1.55; overflow: hidden; }
.kc-faq__box:not([open]) .kc-faq__content { display: none; }

.kc-block--mission { background: #fff; padding: 72px 0; }
.kc-mission__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.kc-block--mission .kc-h2 { font-size: 56px; line-height: 1.15; font-weight: 400; letter-spacing: -0.01em; color: #000; }
@media (max-width: 900px) { .kc-block--mission .kc-h2 { font-size: 32px; } }
.kc-mission__sub { color: #444444; margin: 16px 0 28px; font-size: 18px; line-height: 1.3; font-weight: 400; }
.kc-stats { display: grid; gap: 22px; }
.kc-stat { display: flex; align-items: center; gap: 22px; }
.kc-stat__circle { width: 88px; height: 88px; border-radius: 50%; background: #3a2d20; color: #fff; display: grid; place-items: center; font-family: var(--kc-serif); font-size: 1.55rem; font-weight: 500; flex: 0 0 88px; letter-spacing: -0.01em; }
.kc-stat__text { margin: 0; font-size: 1.02rem; line-height: 1.4; color: var(--kc-dark); }
.kc-mission__media img { width: 100%; border-radius: 12px; }
@media (max-width: 900px) {
  .kc-mission__grid { display: flex; flex-direction: column; gap: 20px; }
  .kc-mission__content { display: contents; }
  .kc-mission__content > .kc-h2 { order: 1; }
  .kc-mission__content > .kc-mission__sub { order: 2; margin-bottom: 8px; }
  .kc-mission__media { order: 3; }
  .kc-mission__content > .kc-stats { order: 4; }
  .kc-stat__circle { width: 72px; height: 72px; flex-basis: 72px; font-size: 1.3rem; }
}

.kc-block--final { background: var(--kc-peach); }
.kc-final__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.kc-final__badge { margin-bottom: 12px; }
.kc-final__quote { font-size: 1.4rem; color: var(--kc-accent); margin: 12px 0; }
.kc-final__media img { border-radius: 8px; max-width: 500px; }
.kc-final__grid-images { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; max-width: 555px; }
.kc-final__grid-images img { width: 100%; max-width: none; height: auto; aspect-ratio: 16 / 9; object-fit: cover; border-radius: 10px; display: block; }
@media (max-width: 900px) {
  .kc-final__grid { display: flex; flex-direction: column; gap: 16px; }
  .kc-final__content { display: contents; }
  .kc-final__content > .kc-final__badge { order: 1; }
  .kc-final__content > .kc-h2 { order: 2; }
  .kc-final__content > .kc-final__quote { order: 3; }
  .kc-final__content > p:not(.kc-cta-footer):not(.kc-final__quote) { order: 4; }
  .kc-final__media { order: 5; }
  .kc-final__content > .kc-cta-btn { order: 6; }
  .kc-final__content > .kc-cta-footer { order: 7; }
}

body.anti-friction-stick .m-section-header,
body.anti-friction-stick m-header,
body.anti-friction-stick .m-header { display: none !important; }
/* END_SECTION:anti-friction-stick-page */

/* START_SECTION:pdrn-repair-cream-page (INDEX:106) */
@import url('https://fonts.googleapis.com/css2?family=Sora:wght@300;400;500;600;700&display=swap');
@font-face { font-family: "Canela"; src: url("https://nuyubeauty.com/cdn/shop/files/Canela-Regular-Web.woff2?v=1753795519") format("woff2"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: "Canela"; src: url("https://nuyubeauty.com/cdn/shop/files/Canela-Medium-Web.woff2?v=1753795343") format("woff2"); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: "Canela"; src: url("https://nuyubeauty.com/cdn/shop/files/Canela-Bold-Web.woff2?v=1753795343") format("woff2"); font-weight: 700; font-style: normal; font-display: swap; }
.kc { font-family: "Sora", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: #121212; font-size: 18px; line-height: 1.66; font-weight: 300; --kc-peach: #edf1e0; --kc-pink: #ebefdf; --kc-accent: #3f4c3c; --kc-accent-dark: #2c372a; --kc-dark: #121212; --kc-muted: #4b5563; --kc-border: #e5e7eb; --kc-serif: "Canela", Georgia, serif; }
.kc h1, .kc h2, .kc h3, .kc h4, .kc h5 { font-family: var(--kc-serif); font-weight: 400; letter-spacing: -0.005em; color: #121212; }
.kc * { box-sizing: border-box; }
.kc img { max-width: 100%; height: auto; display: block; }
.kc-page { max-width: 1280px; margin: 0 auto; padding: 0 24px; }
.kc-h2 { font-size: 42px; line-height: 1.3; font-weight: 400; margin: 16px 0; letter-spacing: -0.005em; color: #000; }
.kc-h2 em { color: var(--kc-accent); font-style: normal; }
.kc-h4 { font-size: 1.05rem; font-weight: 700; margin: 0; }
.kc-center { text-align: center; }
.kc-muted { color: var(--kc-muted); }
.kc .kc-block__header .kc-muted { color: #121212; }
.kc img.kc-img--desktop { display: block; }
.kc img.kc-img--mobile { display: none; }
@media (max-width: 900px) {
  .kc img.kc-img--desktop { display: none; }
  .kc img.kc-img--mobile { display: block; }
  .kc-h2 { font-size: 24px; }
}

.kc-hero { padding: 32px 0 64px; }
.kc-hero__container { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; }
.kc-hero__media-desktop { display: grid; grid-template-columns: repeat(6, 1fr); gap: 8px; }
.kc-hero__main { grid-column: 1 / -1; aspect-ratio: 1; overflow: hidden; border-radius: 4px; }
.kc-hero__main img { width: 100%; height: 100%; object-fit: cover; }
.kc-hero__row { grid-column: 1 / -1; display: grid; gap: 8px; }
.kc-hero__row--2 { grid-template-columns: repeat(2, 1fr); }
.kc-hero__row--3 { grid-template-columns: repeat(3, 1fr); }
.kc-hero__row img { aspect-ratio: 1; object-fit: cover; border-radius: 4px; cursor: pointer; }
.kc-hero__media-mobile { display: none; }
@media (max-width: 900px) {
  .kc-hero__container { grid-template-columns: 1fr; gap: 24px; }
  .kc-hero__media-desktop { display: none; }
  .kc-hero__media-mobile { display: block; }
  .kc-hero__main-mobile { width: 100%; }
  .kc-hero__main-mobile img { width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: 6px; }
  .kc-hero__thumbs-mobile { display: flex; gap: 8px; margin: 8px 0 0; padding: 0 0 4px; overflow-x: auto; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; scrollbar-width: none; }
  .kc-hero__thumbs-mobile::-webkit-scrollbar { display: none; }
  .kc-hero__thumbs-mobile img { flex: 0 0 auto; width: calc((100% - 24px) / 4); min-width: 0; aspect-ratio: 1; object-fit: cover; border-radius: 4px; cursor: pointer; scroll-snap-align: start; border: 2px solid transparent; transition: border-color 0.15s; }
  .kc-hero__thumbs-mobile img.is-active { border-color: var(--kc-accent); }
}

.kc-hero__info { display: flex; flex-direction: column; gap: 18px; }
.kc-hero__rating { display: flex; align-items: center; gap: 8px; flex-wrap: nowrap; white-space: nowrap; }
.kc-hero__rating img { width: auto; height: 16px; flex: 0 0 auto; }
.kc-hero__rating-text { font-size: 14px; color: var(--kc-dark); font-weight: 500; white-space: nowrap; }
@media (max-width: 700px) { .kc-hero__rating { gap: 6px; } .kc-hero__rating img { height: 12px; } .kc-hero__rating-text { font-size: 11px; } }
@media (max-width: 380px) { .kc-hero__rating img { height: 11px; } .kc-hero__rating-text { font-size: 10px; } }
.kc-hero__title { font-size: 2.25rem; font-weight: 400; margin: 0; line-height: 1.1; letter-spacing: -0.01em; font-family: var(--kc-serif); }
.kc-hero__tagline { font-size: 1.05rem; color: var(--kc-muted); margin: 0; }
.kc-features { display: grid; gap: 10px; padding: 4px 0; }
.kc-features__line { display: flex; align-items: center; gap: 12px; font-size: 16px; line-height: 1.4; font-weight: 500; color: #1f1f1f; }
.kc-features__line img { width: 28px; height: 28px; flex: 0 0 28px; object-fit: contain; }

.kc-selector { display: flex; flex-direction: column; gap: 10px; }
.kc-bundle { display: grid; grid-template-columns: auto 1fr auto; gap: 12px; align-items: center; padding: 14px; border: 2px solid var(--kc-border); border-radius: 8px; cursor: pointer; position: relative; background: #fff; overflow: hidden; }
.kc-bundle input { display: none; }
.kc-bundle__radio { width: 20px; height: 20px; border: 2px solid #d1d5db; border-radius: 50%; flex: 0 0 20px; position: relative; }
.kc-bundle input:checked ~ .kc-bundle__radio,
.kc-bundle--selected .kc-bundle__radio { border-color: var(--kc-accent); }
.kc-bundle input:checked ~ .kc-bundle__radio::after,
.kc-bundle--selected .kc-bundle__radio::after { content: ""; position: absolute; inset: 3px; background: var(--kc-accent); border-radius: 50%; }
.kc-bundle--selected { border-color: var(--kc-accent); }
.kc-bundle__title { margin: 0 0 4px; font-weight: 700; font-size: 0.98rem; }
.kc-bundle__meta { font-size: 0.85rem; color: var(--kc-muted); margin: 0; }
.kc-bundle__save { background: var(--kc-pink); color: var(--kc-accent); padding: 1px 8px; border-radius: 999px; font-weight: 600; font-size: 0.75rem; }
.kc-bundle__price { text-align: right; }
.kc-bundle__now { font-weight: 800; font-size: 1.05rem; margin: 0; }
.kc-bundle__was { color: var(--kc-muted); font-size: 0.85rem; }
.kc-bundle__bonuses { grid-column: 1 / -1; margin: 12px -14px -14px; display: grid; gap: 0; }
.kc-bonus { display: flex; gap: 8px; align-items: center; font-size: 0.82rem; color: #fff; background: #b8b5af; padding: 8px 14px; }
.kc-bonus img { width: 16px; height: 16px; filter: brightness(0) invert(1); }
.kc-bundle--selected .kc-bonus { background: #5a534a; }
.kc-kaching { display: grid; gap: 12px; }
.kc-kaching form { display: grid; gap: 12px; }
.kc-kaching__divider { display: flex; align-items: center; gap: 12px; color: var(--kc-accent); font-weight: 700; font-size: 0.84rem; letter-spacing: 0.04em; }
.kc-kaching__divider::before,
.kc-kaching__divider::after { content: ""; height: 1px; background: var(--kc-border); flex: 1 1 0; }
.kc-kaching__divider span { white-space: nowrap; }
.kc-kaching__wrapper,
.kc-kaching__wrapper kaching-bundle { display: block; width: 100%; }

.kc-delivery { display: flex; gap: 10px; align-items: center; font-size: 0.92rem; padding: 4px 0; }
.kc-delivery p { margin: 0; }
.kc-delivery__icon { width: 20px; height: 20px; }
.kc-delivery__date { background: #2a2620; color: #fff; padding: 2px 10px; border-radius: 4px; font-weight: 600; font-size: 0.85rem; white-space: nowrap; }

.kc-atc { background: var(--kc-accent); color: #fff; border: 0; padding: 22px 24px; font-size: 1rem; font-weight: 600; border-radius: 8px; cursor: pointer; letter-spacing: 0.04em; text-transform: uppercase; transition: background 0.15s; width: 100%; font-family: "Sora", sans-serif; }
.kc-atc:hover { background: var(--kc-accent-dark); }
.kc-atc:active { transform: translateY(1px); }

.kc-featured-review { border: 1px solid var(--kc-border); border-radius: 10px; padding: 16px; }
.kc-featured-review__meta { display: flex; gap: 10px; margin-bottom: 8px; }
.kc-featured-review__avatar { width: 40px; height: 40px; border-radius: 50%; object-fit: cover; }
.kc-featured-review__name { margin: 0 0 4px; display: flex; gap: 8px; align-items: center; font-weight: 700; font-size: 0.95rem; }
.kc-featured-review__name img { height: 16px; width: auto; }
.kc-featured-review img.kc-featured-review__stars { height: 18px; width: auto; max-width: none; }
.kc-featured-review__body p { margin: 0; font-size: 16px; line-height: 1.55; }

.kc-tabs { display: grid; gap: 0; }
.kc-tab { border-bottom: 1px solid var(--kc-border); }
.kc .kc-tabs .kc-tab > summary,
.kc .kc-tab summary { display: flex !important; justify-content: space-between; align-items: center; padding: 20px 0 !important; cursor: pointer; font-family: "Fraunces", "Canela", Georgia, serif !important; font-weight: 500 !important; font-size: 20px !important; line-height: 1.3 !important; letter-spacing: 0 !important; color: var(--kc-dark) !important; list-style: none !important; text-transform: none !important; }
.kc-tab summary::-webkit-details-marker { display: none; }
.kc-tab__chev { transition: transform 0.2s; opacity: 0.6; }
.kc-tab[open] .kc-tab__chev { transform: rotate(180deg); }
.kc-tab__body { padding: 0 0 16px; color: #121212; font-size: 16px; line-height: 1.55; }
.kc-tab__body p { margin: 0 0 12px; }
.kc-tab__body p:last-child { margin-bottom: 0; }
.kc-tab__body ul { list-style: disc; margin: 10px 0 12px; padding-left: 22px; }
.kc-tab__body ol { list-style: decimal; margin: 10px 0 12px; padding-left: 22px; }
.kc-tab__body li { margin: 4px 0; display: list-item; }

.kc-block { padding: 40px 0; }
.kc-block__header { text-align: center; max-width: 720px; margin: 0 auto 32px; }
.kc-arrow { width: 56px; margin: 16px auto 4px; display: block; }
.kc-section-arrow { background: #fff; padding: 28px 0 8px; display: flex; justify-content: center; }
.kc-arrow--between { margin: 0 auto; }
.kc-why-img { max-width: 900px; margin: 0 auto; }
.kc-why-img--single { max-width: 520px; }
.kc-why-img--single img { width: 100%; border-radius: 12px; box-shadow: 0 4px 16px rgba(0,0,0,0.06); }
.kc-why-img--wide { max-width: 1180px; margin: 0 auto; }
.kc-why-img--wide img { width: 100%; border-radius: 12px; box-shadow: 0 4px 16px rgba(0,0,0,0.06); }

.kc-cause-wrap { max-width: 1000px; margin: 0 auto; }
.kc-cause-table { width: 100%; border-collapse: collapse; background: var(--kc-peach); border-radius: 10px; overflow: hidden; font-size: 18px; line-height: 1.5; box-shadow: 0 2px 10px rgba(0,0,0,0.04); border: 1px solid #000; }
.kc-cause-table thead th { font-family: var(--kc-serif); font-weight: 500; font-size: 20px; color: #000; text-align: left; padding: 20px 28px; border-bottom: 1px solid #000; background: transparent; }
.kc-cause-table tbody th { font-weight: 700; color: #1f1f1f; text-align: left; padding: 16px 28px; width: 38%; vertical-align: top; border-bottom: 1px solid #000; background: transparent; }
.kc-cause-table tbody td { color: #1f1f1f; padding: 16px 28px; line-height: 1.5; vertical-align: top; border-bottom: 1px solid #000; }
.kc-cause-table tbody tr:last-child th, .kc-cause-table tbody tr:last-child td { border-bottom: 0; }
@media (max-width: 700px) {
  .kc-cause-table { font-size: 14px; border-radius: 8px; }
  .kc-cause-table thead th { font-size: 16px; padding: 14px 14px; }
  .kc-cause-table tbody th { width: 42%; padding: 14px 14px; font-size: 14px; }
  .kc-cause-table tbody td { padding: 14px 14px; font-size: 14px; line-height: 1.45; }
  .kc-block--why { padding: 28px 0 12px; }
  .kc-arrow { width: 44px; margin: 4px auto 0; }
  .kc-section-arrow { padding: 12px 0 4px; }
}

.kc-block--molecule { padding: 40px 0; background: #fff; }
.kc-mol__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px 64px; max-width: 1100px; margin: 0 auto; align-items: start; }
.kc-mol__text, .kc-mol__continue { font-size: 18px; line-height: 1.5; }
.kc-mol__text p, .kc-mol__continue p { margin: 0 0 12px; }
.kc-mol__lead { color: var(--kc-dark); }
.kc-mol__chart img, .kc-mol__before img { width: 100%; border-radius: 8px; border: 1px solid var(--kc-border); }
.kc-mol__chart { width: 100%; }
.kc-mol__before { align-self: center; }
.kc-mol__text { order: 1; }
.kc-mol__chart { order: 2; }
.kc-mol__before { order: 3; }
.kc-mol__continue { order: 4; }
.kc-checks { list-style: none; padding: 0; margin: 12px 0 16px; }
.kc-checks li { padding: 5px 0 5px 28px; position: relative; font-weight: 600; font-size: 18px; }
.kc-checks--ok li { color: #3f7d20; }
.kc-checks--fail li { color: #b53247; }
.kc-checks--ok li::before { content: "✓"; position: absolute; left: 4px; color: #3f7d20; font-weight: 700; }
.kc-checks--fail li::before { content: "✕"; position: absolute; left: 4px; color: #b53247; font-weight: 700; }
.kc-callout-peach { background: var(--kc-peach); border-radius: 6px; padding: 12px 16px; margin: 14px 0 18px; font-size: 16px; color: var(--kc-dark); }
.kc-callout-pink { background: #fde8ea; border-radius: 8px; padding: 18px 20px; margin: 14px 0 18px; }
.kc-callout-pink .kc-checks { margin: 0; }

.kc-why { max-width: 1280px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; align-items: stretch; }
.kc-why__card { text-align: center; display: flex; flex-direction: column; }
.kc-why__media { margin: 0 0 18px; }
.kc-why__media img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 10px; display: block; }
.kc .kc-why__heading { font-family: var(--kc-sans, "Sora", sans-serif); font-size: 18px; line-height: 1.35; font-weight: 500; color: #121212; margin: 0 0 18px; letter-spacing: -0.005em; padding: 0 6px; }
.kc-why__fail { background: #fde8ea; border-radius: 14px; padding: 22px 22px 26px; text-align: center; margin-top: auto; }
.kc-why__fail-label { font-family: var(--kc-serif); font-weight: 700; font-size: 1.15rem; color: #8a1a1a; margin: 0 0 14px; display: flex; gap: 10px; align-items: center; justify-content: center; }
.kc-why__fail-x { color: #8a1a1a; font-weight: 700; font-family: "Sora", sans-serif; }
.kc-why__fail-body { margin: 0; font-size: 16px; line-height: 1.45; color: #121212; font-weight: 400; }
@media (max-width: 1024px) {
  .kc-why { grid-template-columns: repeat(2, 1fr); gap: 20px; max-width: 720px; }
}
@media (max-width: 700px) {
  .kc-why { grid-template-columns: 1fr; gap: 24px; max-width: 480px; }
  .kc .kc-why__heading { font-size: 20px; margin-bottom: 18px; padding: 0 4px; }
  .kc-why__fail { padding: 18px 16px 22px; border-radius: 12px; }
  .kc-why__fail-body { font-size: 16px; }
  .kc-why__fail-label { font-size: 1.1rem; }
}
@media (max-width: 900px) { .kc-block--molecule { padding: 20px 0; } .kc-mol__grid { grid-template-columns: 1fr; gap: 24px; } .kc-mol__chart { order: 1; } .kc-mol__text { order: 2; } .kc-mol__before { order: 3; } .kc-mol__continue { order: 4; } }

.kc-block--formula { background: #f7f7f7; padding: 56px 0; }
.kc-block--formula .kc-block__header .kc-muted { color: #121212; font-size: 18px; line-height: 1.3em; margin: 16px 0; }
.kc-block__header--wide { max-width: 820px; }
.kc-formula__grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; max-width: 960px; margin: 32px auto 40px; }
.kc-formula__card { border: 1px solid #413626; background: #fff; border-radius: 12px; overflow: hidden; cursor: pointer; box-shadow: 0 1px 3px rgba(0,0,0,0.04); }
.kc-formula__card:nth-child(1) { grid-column: 1 / span 2; }
.kc-formula__card:nth-child(2) { grid-column: 3 / span 2; }
.kc-formula__card:nth-child(3) { grid-column: 5 / span 2; }
.kc-formula__card:nth-child(4) { grid-column: 2 / span 2; }
.kc-formula__card:nth-child(5) { grid-column: 4 / span 2; }
.kc-formula__tab { display: flex; justify-content: center; gap: 8px; align-items: center; width: 100%; background: #413626; color: #c1ffba; padding: 4px; font-weight: 600; font-size: 16px; letter-spacing: 0; margin: 0; }
.kc-formula__body { background: #fff; padding: 12px; display: block; }
.kc-formula__thumb { display: flex; align-items: center; gap: 8px; justify-content: space-between; }
.kc-formula__thumb > div:first-child { min-width: 0; }
.kc-formula__thumb > div:last-child { flex: 0 0 auto; }
.product_lymph-ingr-thumb h5 { font-family: "Sora", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-weight: 600; font-size: 1rem; color: var(--kc-dark); margin: 0; line-height: 1.3; }
.kc-formula__chev { color: #413626; transition: transform 0.2s; display: block; }
.kc-formula__card.active .kc-formula__chev { transform: rotate(180deg); }
.kc-formula__details { background: #fff; padding-top: 12px; display: none; color: #121212; font-size: 0.92rem; line-height: 1.6; }
.kc-formula__details p { margin: 0; }

.kc-synergy { background: #5b8c3e; color: #fff; border-radius: 10px; padding: 36px 32px; text-align: center; max-width: 960px; margin: 0 auto; }
.kc .kc-synergy h3.kc-synergy__title { font-family: var(--kc-serif); font-size: 1.7rem; margin: 0 0 8px; color: #fff; font-weight: 400; }
.kc-synergy__sub { margin: 0 auto 22px; max-width: 600px; font-size: 1.15rem; font-weight: 400; }
.kc-synergy__list { list-style: none; padding: 0; margin: 0 auto 18px; display: grid; grid-template-columns: 1fr 1fr; gap: 10px 32px; max-width: 720px; text-align: left; }
.kc-synergy__list li { font-weight: 600; font-size: 1.15rem; }
.kc-synergy__close { font-weight: 700; margin: 18px 0 0; font-size: 1.15rem; }
@media (max-width: 700px) {
  .kc-formula__grid { grid-template-columns: 1fr; }
  .kc-formula__card:nth-child(n) { grid-column: 1 / -1; }
  .kc-synergy__list { grid-template-columns: 1fr; }
}

.kc-block--reviews { background: #fff; padding: 60px 0 40px; }
.kc-reviews__hero { width: 100%; max-width: 980px; margin: 24px auto 0; border-radius: 8px; }
.kc-reviews__row { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; max-width: 1200px; margin: 24px auto 0; }
.kc-reviews__cell { width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: cover; border-radius: 12px; display: block; }
@media (max-width: 900px) { .kc-reviews__row { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .kc-reviews__row { grid-template-columns: 1fr; } }

.kc-block--icons { background: var(--kc-peach); padding: 36px 0; }
.kc-icons-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; text-align: center; max-width: 900px; margin: 0 auto; }
.kc-icons__item img { width: 48px; height: 48px; margin: 0 auto 8px; object-fit: contain; }
.kc-icons__item .kc-h4 { font-family: "Sora", sans-serif; font-weight: 700; font-size: 0.95rem; color: var(--kc-dark); }
@media (max-width: 700px) { .kc-icons-grid { grid-template-columns: 1fr; gap: 24px; } }

.kc-block--expert { background: #fff; padding: 40px 0; }
.kc-expert__card { background: transparent; border-radius: 0; padding: 0; max-width: 1120px; margin: 0 auto; overflow: visible; }
.kc-expert__grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, 0.82fr); gap: 40px; align-items: stretch; max-width: 100%; margin: 0 auto; }
@media (max-width: 700px) { .kc-expert__card { padding: 0; } }
.kc-expert__date { color: var(--kc-muted); font-size: 0.85rem; margin: 0 0 14px; }

.kc-pressbar { background: var(--kc-peach); padding: 28px 0; overflow: hidden; }
.kc-pressbar__label { text-align: center; font-family: var(--kc-serif); font-size: 1.15rem; color: var(--kc-dark); margin: 0 0 16px; }
.kc-pressbar__track { display: flex; width: max-content; animation: kc-marquee 28s linear infinite; }
.kc-pressbar__lane { display: flex; gap: 64px; padding-right: 64px; align-items: center; }
.kc-pressbar img.kc-pressbar__logo { height: 22px; width: auto; max-width: none; opacity: 0.85; object-fit: contain; flex: 0 0 auto; }
@keyframes kc-marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.kc-pressbar:hover .kc-pressbar__track { animation-play-state: paused; }
@media (prefers-reduced-motion: reduce) { .kc-pressbar__track { animation: none; } }
@media (max-width: 900px) { .kc-pressbar__lane { gap: 40px; padding-right: 40px; } .kc-pressbar img.kc-pressbar__logo { height: 18px; } }
.kc-seq { background: #fff; padding: 56px 0 32px; }
.kc-seq__page { max-width: 1440px; padding: 0 50px; }
.kc-seq__header { max-width: 800px; margin: 0 auto; text-align: center; }
.kc .kc-seq__title { margin: 16px 0; color: #000; font-family: var(--kc-serif); font-size: 42px; line-height: 1.3; font-weight: 400; letter-spacing: -0.005em; }
.kc-seq__subtitle { margin: 16px 0; color: #111; font-size: 18px; line-height: 1.3; font-weight: 500; }
.kc-seq__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin: 40px auto 32px; }
.kc-seq__cell { display: flex; overflow: hidden; border-radius: 6px; background: #f7f7f7; }
.kc-seq__media, .kc-seq__copy { width: 100%; min-width: 0; }
.kc-seq__media img { display: block; width: 100%; height: auto; min-height: 150px; object-fit: cover; }
.kc-seq__copy { display: flex; align-items: center; justify-content: center; min-height: 150px; padding: 0; text-align: center; background: #f7f7f7; }
.kc-seq__copy p { margin: 0; padding: 12px; color: #111; font-size: 14px; line-height: 1.45; font-weight: 500; }
.kc-seq__note { max-width: 920px; margin: 0 auto; padding: 21px 24px 24px; text-align: center; background: #eeeaea; border-radius: 8px; }
.kc-seq__note h3 { margin: 0 0 14px; color: #151515; font-family: var(--kc-serif); font-size: 1.35rem; line-height: 1.2; font-weight: 600; letter-spacing: 0; }
.kc-seq__note p { margin: 0; color: #6b6670; font-size: 1rem; line-height: 1.35; font-weight: 600; }
@media (max-width: 1100px) {
  .kc-seq__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 700px) {
  .kc-seq { padding: 36px 0 24px; }
  .kc-seq__page { padding: 0 15px; }
  .kc .kc-seq__title { font-size: 24px; }
  .kc-seq__subtitle { font-size: 16px; }
  .kc-seq__grid { grid-template-columns: 1fr; gap: 8px; margin-bottom: 24px; }
  .kc-seq__copy p { font-size: 16px; }
  .kc-seq__note { padding: 18px 16px; }
  .kc-seq__note h3 { font-size: 1.12rem; }
  .kc-seq__note p { font-size: 0.88rem; }
}
.kc-expert__body p { margin: 12px 0; font-size: 18px; font-weight: 300; line-height: 1.4; color: #444444; }
.kc-expert__content .kc-h2 { font-size: 42px; line-height: 1.15; font-weight: 400; letter-spacing: -0.01em; color: #493e2d; }
@media (max-width: 700px) { .kc-expert__content .kc-h2 { font-size: 28px; } .kc-expert__body p { font-size: 16px; } }
.kc-expert__media { display: flex; }
.kc-expert__media img { width: 100%; height: 100%; object-fit: cover; max-width: none; border-radius: 12px; display: block; }
@media (max-width: 900px) { .kc-expert__media { margin: 0; } .kc-expert__media img { border-radius: 12px; } }
.kc-cta-wrap { margin-top: 24px; }
.kc-cta-btn { display: inline-block; background: var(--kc-accent); color: #fff; padding: 20px 36px; border-radius: 8px; text-decoration: none; font-weight: 600; letter-spacing: 0.04em; text-transform: uppercase; font-size: 0.95rem; font-family: "Sora", sans-serif; }
.kc-cta-btn:hover { background: var(--kc-accent-dark); color: #fff; }
.kc-cta-btn--lg { padding: 24px 42px; font-size: 1.05rem; }
.kc-cta-footer { display: flex; align-items: center; gap: 6px; margin: 12px 0 0; font-size: 0.85rem; color: var(--kc-muted); }
.kc-cta-wrap.kc-center { display: flex; flex-direction: column; align-items: center; }
.kc-cta-wrap.kc-center .kc-cta-footer { justify-content: center; }
@media (max-width: 900px) { .kc-expert__grid { grid-template-columns: 1fr; gap: 20px; } .kc-expert__media { order: 1; } .kc-expert__content { order: 2; } }

.kc-block--ugc { background: var(--kc-peach); }
.kc-ugc__stars { margin: 0 auto 16px; }
.kc-carousel { overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 8px; }
.kc-carousel__track { display: flex; gap: 16px; padding: 8px 4px; }
.kc-carousel__slide { flex: 0 0 280px; scroll-snap-align: start; }
.kc-ugc__video { aspect-ratio: 3/4; background: #d4d4d4 var(--poster) center / cover no-repeat; border-radius: 10px; display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; text-decoration: none; color: inherit; cursor: pointer; }
.kc-ugc__video::before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,0.08), rgba(0,0,0,0.46)); }
.kc-ugc__video--play::before { display: none; }
.kc-ugc__play { width: 56px; height: 56px; position: relative; z-index: 1; }
.kc-ugc__cap { position: absolute; bottom: 12px; left: 12px; right: 12px; color: #fff; font-weight: 600; font-size: 0.92rem; text-shadow: 0 1px 4px rgba(0,0,0,0.4); z-index: 1; pointer-events: none; }
.kc-ugc__player { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; background: #000; border-radius: 10px; }
@media (min-width: 900px) { .kc-carousel__track { justify-content: center; } }

.kc-block--faq { background: #fff; }
.kc-faq__list { max-width: 824px; margin: 0 auto; display: grid; gap: 0; background: linear-gradient(180deg, #ffffff, var(--kc-peach)); border-radius: 16px; padding: 32px; }
.kc-faq__box { border-bottom: 1px solid #ffffff; padding: 4px 0; }
.kc-faq__box:last-child { border-bottom: none; }
@media (max-width: 700px) { .kc-faq__list { padding: 16px; } }
.kc-faq__box summary { display: flex; justify-content: space-between; align-items: center; padding: 16px 4px; cursor: pointer; list-style: none; }
.kc-faq__box summary::-webkit-details-marker { display: none; }
.kc-faq__box summary p { margin: 0; font-weight: 600; font-size: 18px; line-height: 1.4; }
.kc-faq__chev { transition: transform 0.2s; color: var(--kc-muted); font-size: 18px; }
.kc-faq__box[open] .kc-faq__chev { transform: rotate(180deg); }
.kc-faq__content { padding: 0 4px 16px; color: #121212; font-size: 16px; line-height: 1.55; overflow: hidden; }
.kc-faq__box:not([open]) .kc-faq__content { display: none; }

.kc-block--mission { background: #fff; padding: 72px 0; }
.kc-mission__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.kc-block--mission .kc-h2 { font-size: 56px; line-height: 1.15; font-weight: 400; letter-spacing: -0.01em; color: #000; }
@media (max-width: 900px) { .kc-block--mission .kc-h2 { font-size: 32px; } }
.kc-mission__sub { color: #444444; margin: 16px 0 28px; font-size: 18px; line-height: 1.3; font-weight: 400; }
.kc-stats { display: grid; gap: 22px; }
.kc-stat { display: flex; align-items: center; gap: 22px; }
.kc-stat__circle { width: 88px; height: 88px; border-radius: 50%; background: #3a2d20; color: #fff; display: grid; place-items: center; font-family: var(--kc-serif); font-size: 1.55rem; font-weight: 500; flex: 0 0 88px; letter-spacing: -0.01em; }
.kc-stat__text { margin: 0; font-size: 1.02rem; line-height: 1.4; color: var(--kc-dark); }
.kc-mission__media img { width: 100%; border-radius: 12px; }
@media (max-width: 900px) {
  .kc-mission__grid { display: flex; flex-direction: column; gap: 20px; }
  .kc-mission__content { display: contents; }
  .kc-mission__content > .kc-h2 { order: 1; }
  .kc-mission__content > .kc-mission__sub { order: 2; margin-bottom: 8px; }
  .kc-mission__media { order: 3; }
  .kc-mission__content > .kc-stats { order: 4; }
  .kc-stat__circle { width: 72px; height: 72px; flex-basis: 72px; font-size: 1.3rem; }
}

.kc-block--final { background: var(--kc-peach); }
.kc-final__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.kc-final__badge { margin-bottom: 12px; }
.kc-final__quote { font-size: 1.4rem; color: var(--kc-accent); margin: 12px 0; }
.kc-final__media img { border-radius: 8px; max-width: 500px; }
.kc-final__grid-images { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; max-width: 555px; }
.kc-final__grid-images img { width: 100%; max-width: none; height: auto; aspect-ratio: 16 / 9; object-fit: cover; border-radius: 10px; display: block; }
@media (max-width: 900px) {
  .kc-final__grid { display: flex; flex-direction: column; gap: 16px; }
  .kc-final__content { display: contents; }
  .kc-final__content > .kc-final__badge { order: 1; }
  .kc-final__content > .kc-h2 { order: 2; }
  .kc-final__content > .kc-final__quote { order: 3; }
  .kc-final__content > p:not(.kc-cta-footer):not(.kc-final__quote) { order: 4; }
  .kc-final__media { order: 5; }
  .kc-final__content > .kc-cta-btn { order: 6; }
  .kc-final__content > .kc-cta-footer { order: 7; }
}

body.pdrn-repair-cream .m-section-header,
body.pdrn-repair-cream m-header,
body.pdrn-repair-cream .m-header { display: none !important; }
/* END_SECTION:pdrn-repair-cream-page */