/* CHINEE desktop homepage. Intentionally inactive at the theme's mobile breakpoint. */
@media screen and (min-width: 701px) {
  .chinee-nail-home {
    --nh-pink: #e85d8a;
    --nh-pink-dark: #a52d57;
    --nh-wine: #431226;
    --nh-wine-deep: #270b18;
    --nh-ink: #24171d;
    --nh-muted: #75666d;
    --nh-blush: #f9e8ee;
    --nh-ivory: #fffaf7;
    --nh-line: rgba(67, 18, 38, .13);
    --nh-gold: #c9a36a;
    position: relative;
    overflow: clip;
    background: var(--nh-ivory);
    color: var(--nh-ink);
    font-family: 'Poppins', 'Segoe UI', Arial, sans-serif;
  }

  .chinee-nail-home *,
  .chinee-nail-home *::before,
  .chinee-nail-home *::after {
    box-sizing: border-box;
  }

  .chinee-nail-home img {
    display: block;
    width: 100%;
  }

  .chinee-nail-home a {
    text-decoration: none;
  }

  .chinee-shell {
    width: min(92%, 1500px);
    margin: 0 auto;
  }

  .chinee-section {
    position: relative;
    padding: 112px 0;
  }

  .chinee-kicker {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    margin: 0 0 20px;
    color: var(--nh-pink-dark);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: .17em;
  }

  .chinee-kicker svg {
    width: 23px;
    height: 23px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.45;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .chinee-kicker--light {
    color: #ff9fbb;
  }

  .chinee-heading {
    max-width: 790px;
    margin-bottom: 52px;
  }

  .chinee-heading h2,
  .chinee-custom h2 {
    margin: 0;
    color: var(--nh-ink);
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(42px, 3.5vw, 58px);
    font-weight: 500;
    line-height: 1.08;
    letter-spacing: -.035em;
  }

  .chinee-heading > p:last-child,
  .chinee-custom__intro > p {
    margin: 24px 0 0;
    color: var(--nh-muted);
    font-size: 16px;
    line-height: 1.85;
  }

  .chinee-heading--split {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr);
    align-items: end;
    gap: 8%;
    max-width: none;
  }

  .chinee-heading__aside {
    padding-bottom: 5px;
  }

  .chinee-heading__aside p {
    margin: 0;
    color: var(--nh-muted);
    font-size: 15px;
    line-height: 1.8;
  }

  .chinee-heading__aside a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 18px;
    padding-bottom: 5px;
    border-bottom: 1px solid var(--nh-pink);
    color: var(--nh-pink-dark);
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .07em;
  }

  .chinee-heading--light h2,
  .chinee-heading--light > p:last-child {
    color: #fff;
  }

  .chinee-heading--light > p:last-child {
    color: rgba(255, 255, 255, .67);
  }

  .chinee-heading--center {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .chinee-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    min-height: 54px;
    padding: 0 26px;
    border: 1px solid transparent;
    border-radius: 3px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: .065em;
    transition: color .25s ease, background .25s ease, border-color .25s ease, transform .25s ease;
  }

  .chinee-btn:hover {
    transform: translateY(-2px);
  }

  .chinee-btn--primary {
    background: var(--nh-pink);
    color: #fff;
    box-shadow: 0 15px 34px rgba(165, 45, 87, .27);
  }

  .chinee-btn--primary:hover {
    background: #f06d99;
    color: #fff;
  }

  .chinee-btn--ghost {
    border-color: rgba(255, 255, 255, .52);
    color: #fff;
    background: rgba(255, 255, 255, .04);
  }

  .chinee-btn--ghost:hover {
    border-color: #fff;
    background: #fff;
    color: var(--nh-wine);
  }

  .chinee-nail-home a:focus-visible {
    outline: 3px solid #ffbdd1;
    outline-offset: 4px;
  }

  /* Hero */
  .chinee-hero {
    position: relative;
    display: flex;
    min-height: 760px;
    height: 100svh;
    overflow: hidden;
    background: var(--nh-wine-deep);
    isolation: isolate;
  }

  .chinee-hero__image {
    position: absolute;
    inset: 0;
    z-index: -3;
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }

  .chinee-hero__veil {
    position: absolute;
    inset: 0;
    z-index: -2;
    background:
      linear-gradient(90deg, rgba(35, 7, 19, .98) 0%, rgba(49, 11, 27, .91) 29%, rgba(49, 11, 27, .36) 52%, rgba(35, 7, 19, .05) 76%),
      linear-gradient(180deg, rgba(25, 6, 14, .2), transparent 50%, rgba(25, 6, 14, .3));
  }

  .chinee-hero::after {
    content: '';
    position: absolute;
    right: 4.5%;
    bottom: 5%;
    z-index: -1;
    width: 40vw;
    height: 40vw;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 50%;
    box-shadow: 0 0 0 80px rgba(255, 255, 255, .025), 0 0 0 160px rgba(255, 255, 255, .018);
    pointer-events: none;
  }

  .chinee-hero__inner {
    display: flex;
    align-items: center;
    min-height: 100%;
    padding-top: 94px;
    padding-bottom: 56px;
  }

  .chinee-hero__copy {
    width: min(51%, 760px);
  }

  .chinee-hero h1 {
    margin: 0;
    color: #fff;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(58px, 5vw, 82px);
    font-weight: 500;
    line-height: 1.01;
    letter-spacing: -.045em;
  }

  .chinee-hero h1 em {
    color: #ff8fae;
    font-style: italic;
    font-weight: 500;
  }

  .chinee-hero__lead {
    max-width: 675px;
    margin: 28px 0 0;
    color: rgba(255, 255, 255, .77);
    font-size: 16px;
    line-height: 1.85;
  }

  .chinee-hero__actions {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 34px;
  }

  .chinee-hero__proof {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    max-width: 690px;
    margin: 44px 0 0;
    padding: 24px 0 0;
    border-top: 1px solid rgba(255, 255, 255, .22);
    list-style: none;
  }

  .chinee-hero__proof li {
    padding: 0 20px;
    border-left: 1px solid rgba(255, 255, 255, .15);
  }

  .chinee-hero__proof li:first-child {
    padding-left: 0;
    border-left: 0;
  }

  .chinee-hero__proof strong,
  .chinee-hero__proof span {
    display: block;
  }

  .chinee-hero__proof strong {
    color: #fff;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 17px;
    font-weight: 500;
  }

  .chinee-hero__proof span {
    margin-top: 5px;
    color: rgba(255, 255, 255, .52);
    font-size: 11px;
    line-height: 1.3;
    text-transform: uppercase;
    letter-spacing: .06em;
  }

  .chinee-scroll-cue {
    position: absolute;
    bottom: 24px;
    left: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 9px;
    color: rgba(255, 255, 255, .65);
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .15em;
    transform: translateX(-50%);
  }

  .chinee-scroll-cue i {
    position: relative;
    display: block;
    width: 1px;
    height: 28px;
    overflow: hidden;
    background: rgba(255, 255, 255, .25);
  }

  .chinee-scroll-cue i::after {
    content: '';
    position: absolute;
    inset: 0;
    background: #fff;
    animation: chinee-scroll-line 2s ease-in-out infinite;
  }

  @keyframes chinee-scroll-line {
    0% { transform: translateY(-100%); }
    60%, 100% { transform: translateY(100%); }
  }

  /* Category portfolio */
  .chinee-categories {
    background:
      linear-gradient(90deg, rgba(232, 93, 138, .055) 1px, transparent 1px),
      linear-gradient(rgba(232, 93, 138, .055) 1px, transparent 1px),
      var(--nh-ivory);
    background-size: 64px 64px;
  }

  .chinee-category-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 15px;
  }

  .chinee-category-card {
    position: relative;
    aspect-ratio: 4 / 3;
    min-height: 0;
    overflow: hidden;
    border: 1px solid rgba(67, 18, 38, .08);
    border-radius: 5px;
    background: var(--nh-blush);
    box-shadow: 0 10px 30px rgba(67, 18, 38, .06);
    isolation: isolate;
  }

  .chinee-category-card img {
    height: 100%;
    object-fit: cover;
    transition: transform .6s cubic-bezier(.16, 1, .3, 1);
  }

  .chinee-category-card__shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(36, 23, 29, .03) 24%, rgba(36, 23, 29, .82) 100%);
    transition: background .35s ease;
  }

  .chinee-category-card__icon {
    position: absolute;
    top: 14px;
    right: 14px;
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .62);
    border-radius: 50%;
    background: rgba(67, 18, 38, .2);
    color: #fff;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
  }

  .chinee-category-card__icon svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.4;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .chinee-category-card__content {
    position: absolute;
    right: 16px;
    bottom: 17px;
    left: 16px;
    color: #fff;
  }

  .chinee-category-card__content strong,
  .chinee-category-card__content small {
    display: block;
  }

  .chinee-category-card__content strong {
    min-height: 46px;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(17px, 1.35vw, 22px);
    font-weight: 500;
    line-height: 1.12;
  }

  .chinee-category-card__content small {
    margin-top: 8px;
    color: rgba(255, 255, 255, .65);
    font-size: 10px;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: .08em;
  }

  .chinee-category-card__content i {
    float: right;
    color: #fff;
    font-style: normal;
    font-size: 14px;
  }

  .chinee-category-card:hover img {
    transform: scale(1.055);
  }

  .chinee-category-card:hover .chinee-category-card__shade {
    background: linear-gradient(180deg, rgba(165, 45, 87, .05) 15%, rgba(67, 18, 38, .91) 100%);
  }

  /* Factory evidence */
  .chinee-factory {
    background:
      linear-gradient(125deg, rgba(232, 93, 138, .08), transparent 40%),
      var(--nh-wine-deep);
  }

  .chinee-factory::after {
    content: 'CHINEE';
    position: absolute;
    top: 20px;
    right: -25px;
    color: rgba(255, 255, 255, .025);
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 16vw;
    line-height: 1;
    pointer-events: none;
  }

  .chinee-factory-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-auto-rows: 232px;
    gap: 16px;
  }

  .chinee-factory-card {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 5px;
    background: #35101f;
  }

  .chinee-factory-card--1 { grid-column: 1 / span 7; grid-row: 1 / span 2; }
  .chinee-factory-card--2 { grid-column: 8 / span 5; grid-row: 1; }
  .chinee-factory-card--3 { grid-column: 8 / span 5; grid-row: 2; }
  .chinee-factory-card--4 { grid-column: 1 / span 4; grid-row: 3; }
  .chinee-factory-card--5 { grid-column: 5 / span 4; grid-row: 3; }
  .chinee-factory-card--6 { grid-column: 9 / span 4; grid-row: 3; }

  .chinee-factory-card img {
    height: 100%;
    object-fit: cover;
    transition: transform .65s cubic-bezier(.16, 1, .3, 1);
  }

  .chinee-factory-card::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 35%, rgba(28, 7, 16, .88));
  }

  .chinee-factory-card figcaption {
    position: absolute;
    right: 18px;
    bottom: 18px;
    left: 18px;
    z-index: 2;
    display: flex;
    align-items: flex-start;
    gap: 14px;
    color: #fff;
  }

  .chinee-factory-card__icon {
    display: grid;
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    place-items: center;
    border: 1px solid rgba(255, 159, 187, .48);
    border-radius: 50%;
    background: rgba(67, 18, 38, .44);
    color: #ff9fbb;
    box-shadow: 0 8px 22px rgba(18, 3, 9, .16);
    backdrop-filter: blur(6px);
  }

  .chinee-factory-card__icon svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.35;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .chinee-factory-card figcaption strong {
    display: block;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.15;
  }

  .chinee-factory-card figcaption p {
    max-width: 530px;
    margin: 7px 0 0;
    color: rgba(255, 255, 255, .65);
    font-size: 11px;
    line-height: 1.45;
  }

  .chinee-factory-card:hover img {
    transform: scale(1.035);
  }

  /* Hot products */
  .chinee-products {
    background: #fff;
  }

  .chinee-product-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 28px 18px;
  }

  .chinee-product-card {
    min-width: 0;
    border-bottom: 1px solid var(--nh-line);
    background: #fff;
  }

  .chinee-product-card__media {
    position: relative;
    display: block;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: 5px;
    background: #f8f4f5;
  }

  .chinee-product-card__media img {
    height: 100%;
    object-fit: cover;
    transition: transform .55s cubic-bezier(.16, 1, .3, 1);
  }

  .chinee-product-card__view {
    position: absolute;
    right: 13px;
    bottom: 13px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    min-height: 39px;
    padding: 0 15px;
    border-radius: 3px;
    background: rgba(67, 18, 38, .91);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .07em;
    opacity: 0;
    transform: translateY(8px);
    transition: opacity .25s ease, transform .25s ease;
  }

  .chinee-product-card__body {
    padding: 21px 3px 24px;
  }

  .chinee-product-card__category {
    margin: 0 0 9px;
    color: var(--nh-pink-dark);
    font-size: 10px;
    font-weight: 700;
    line-height: 1.3;
    text-transform: uppercase;
    letter-spacing: .1em;
  }

  .chinee-product-card h3 {
    min-height: 49px;
    margin: 0;
    color: var(--nh-ink);
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 19px;
    font-weight: 500;
    line-height: 1.3;
  }

  .chinee-product-card h3 a:hover {
    color: var(--nh-pink-dark);
  }

  .chinee-product-card dl {
    display: flex;
    flex-wrap: wrap;
    gap: 7px 20px;
    margin: 17px 0 0;
    padding-top: 14px;
    border-top: 1px solid rgba(67, 18, 38, .08);
  }

  .chinee-product-card dl div {
    display: flex;
    align-items: baseline;
    gap: 7px;
  }

  .chinee-product-card dt {
    color: var(--nh-muted);
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
  }

  .chinee-product-card dd {
    margin: 0;
    color: var(--nh-ink);
    font-size: 12px;
    font-weight: 600;
  }

  .chinee-product-card:hover .chinee-product-card__media img {
    transform: scale(1.045);
  }

  .chinee-product-card:hover .chinee-product-card__view {
    opacity: 1;
    transform: translateY(0);
  }

  /* Private-label application section */
  .chinee-custom {
    position: relative;
    background: var(--nh-wine);
    color: #fff;
  }

  .chinee-custom__gallery {
    display: grid;
    grid-template-columns: 1.35fr 1fr 1fr;
    height: clamp(330px, 30vw, 500px);
    background: #2b0b19;
  }

  .chinee-custom__gallery figure {
    position: relative;
    min-width: 0;
    overflow: hidden;
    border-right: 1px solid rgba(255, 255, 255, .18);
  }

  .chinee-custom__gallery figure:last-child {
    border-right: 0;
  }

  .chinee-custom__gallery img {
    height: 100%;
    object-fit: cover;
    transition: transform .65s cubic-bezier(.16, 1, .3, 1), filter .35s ease;
  }

  .chinee-custom__gallery figure::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 48%, rgba(32, 7, 17, .76));
  }

  .chinee-custom__gallery figcaption {
    position: absolute;
    bottom: 24px;
    left: 26px;
    z-index: 2;
    color: #fff;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 20px;
  }

  .chinee-custom__gallery figure:hover img {
    filter: saturate(1.04);
    transform: scale(1.035);
  }

  .chinee-custom__inner {
    display: grid;
    grid-template-columns: minmax(0, .82fr) minmax(520px, 1.18fr);
    gap: 9%;
    padding-top: 106px;
    padding-bottom: 112px;
  }

  .chinee-custom__intro h2 {
    color: #fff;
  }

  .chinee-custom__intro > p {
    color: rgba(255, 255, 255, .67);
  }

  .chinee-custom__intro .chinee-btn {
    margin-top: 32px;
  }

  .chinee-capabilities {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    border-top: 1px solid rgba(255, 255, 255, .17);
    border-left: 1px solid rgba(255, 255, 255, .17);
  }

  .chinee-capabilities article {
    display: flex;
    gap: 17px;
    min-height: 188px;
    padding: 30px 25px;
    border-right: 1px solid rgba(255, 255, 255, .17);
    border-bottom: 1px solid rgba(255, 255, 255, .17);
    transition: background .25s ease;
  }

  .chinee-capabilities article:hover {
    background: rgba(255, 255, 255, .045);
  }

  .chinee-capabilities article > span {
    display: grid;
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    place-items: center;
    border: 1px solid rgba(255, 159, 187, .5);
    border-radius: 50%;
    color: #ff9fbb;
  }

  .chinee-capabilities svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.35;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .chinee-capabilities h3 {
    margin: 0;
    color: #fff;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.25;
  }

  .chinee-capabilities p {
    margin: 12px 0 0;
    color: rgba(255, 255, 255, .57);
    font-size: 12px;
    line-height: 1.7;
  }

  /* Order process */
  .chinee-process {
    background:
      linear-gradient(135deg, rgba(232, 93, 138, .1), transparent 32%),
      var(--nh-blush);
  }

  .chinee-process-list {
    position: relative;
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 0;
    margin: 70px 0 0;
    padding: 0;
    list-style: none;
  }

  .chinee-process-list::before {
    content: '';
    position: absolute;
    top: 45px;
    right: 8.33%;
    left: 8.33%;
    height: 1px;
    background: linear-gradient(90deg, rgba(165, 45, 87, .18), var(--nh-pink), rgba(165, 45, 87, .18));
  }

  .chinee-process-list li {
    position: relative;
    min-width: 0;
    padding: 0 18px;
    text-align: center;
  }

  .chinee-process-list__number {
    display: block;
    margin-bottom: 13px;
    color: var(--nh-pink-dark);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .12em;
  }

  .chinee-process-list__icon {
    position: relative;
    z-index: 1;
    display: grid;
    width: 64px;
    height: 64px;
    margin: 0 auto 23px;
    place-items: center;
    border: 1px solid rgba(165, 45, 87, .24);
    border-radius: 50%;
    background: var(--nh-ivory);
    color: var(--nh-pink-dark);
    box-shadow: 0 8px 24px rgba(67, 18, 38, .08);
  }

  .chinee-process-list__icon svg {
    width: 27px;
    height: 27px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.35;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .chinee-process-list h3 {
    min-height: 46px;
    margin: 0;
    color: var(--nh-ink);
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.25;
  }

  .chinee-process-list p {
    margin: 12px 0 0;
    color: var(--nh-muted);
    font-size: 11px;
    line-height: 1.65;
  }

  .chinee-process__cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 64px;
    padding: 22px 26px;
    border-top: 1px solid rgba(165, 45, 87, .18);
    border-bottom: 1px solid rgba(165, 45, 87, .18);
    color: var(--nh-muted);
    font-size: 13px;
  }

  .chinee-process__cta a {
    display: inline-flex;
    align-items: center;
    gap: 18px;
    color: var(--nh-pink-dark);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .07em;
  }

  /* Existing sidebar-lx4.php customer-service structure, style only. */
  html body #kf.container2 {
    width: min(92%, 1500px) !important;
    max-width: 1500px !important;
    margin: 0 auto !important;
  }

  html body #kf .online_cont {
    margin: 0 !important;
    padding: 112px 0 72px;
  }

  html body #kf .online_cont .title {
    margin: 0 0 52px !important;
    text-align: left;
  }

  html body #kf .online_cont .title p:first-child {
    margin: 0 0 13px !important;
    color: var(--nh-ink) !important;
    font-family: Georgia, 'Times New Roman', serif !important;
    font-size: 50px !important;
    font-weight: 500 !important;
    line-height: 1.08;
    letter-spacing: -.035em;
    text-transform: none;
  }

  html body #kf .online_cont .title p:last-child {
    color: var(--nh-muted) !important;
    font-size: 15px !important;
  }

  html body #kf .online_cont ul {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    gap: 18px !important;
    margin: 0 !important;
  }

  html body #kf .online_cont ul li {
    min-width: 0;
    padding: 26px 18px 24px;
    border: 1px solid rgba(67, 18, 38, .11);
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 12px 35px rgba(67, 18, 38, .065);
    transition: border-color .25s ease, transform .25s ease, box-shadow .25s ease;
  }

  html body #kf .online_cont ul li:hover {
    border-color: rgba(232, 93, 138, .42);
    box-shadow: 0 18px 42px rgba(67, 18, 38, .11);
    transform: translateY(-4px);
  }

  html body #kf .online_cont ul li p:first-child {
    width: 9rem !important;
    height: 9rem !important;
    border: 5px solid #fff;
    outline: 1px solid rgba(232, 93, 138, .35);
    background: var(--nh-blush) !important;
    box-shadow: 0 10px 28px rgba(67, 18, 38, .16) !important;
  }

  html body #kf .online_cont ul li p:nth-child(2) {
    margin: 20px 0 16px !important;
    color: var(--nh-ink) !important;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 19px;
    font-weight: 500;
  }

  html body #kf .online_cont ul li p:nth-child(3) {
    align-items: center;
    gap: 7px;
    flex-wrap: nowrap;
  }

  html body #kf .online_cont ul li p:nth-child(3) span,
  html body #kf .online_cont ul li p:nth-child(3) span:nth-child(2) {
    min-width: 0;
    margin: 0;
    padding: 7px 9px;
    border: 1px solid rgba(165, 45, 87, .18);
    border-radius: 3px;
    background: #fff3f7 !important;
    color: var(--nh-pink-dark) !important;
    font-size: 9px;
  }

  html body #kf .online_cont ul li p:nth-child(3) span a {
    color: var(--nh-pink-dark) !important;
    white-space: nowrap;
  }

  html body #kf .online_cont ul li p:nth-child(3) span:hover {
    border-color: var(--nh-pink);
    background: var(--nh-pink) !important;
  }

  html body #kf .online_cont ul li p:nth-child(3) span:hover a {
    color: #fff !important;
  }

  @media screen and (max-width: 1220px) {
    .chinee-section { padding: 92px 0; }
    .chinee-hero__copy { width: 55%; }
    .chinee-category-card__content strong { font-size: 17px; }
    .chinee-factory-grid { grid-auto-rows: 205px; }
    .chinee-custom__inner { grid-template-columns: minmax(0, .75fr) minmax(480px, 1.25fr); gap: 6%; }
    .chinee-process-list li { padding: 0 9px; }
    .chinee-process-list h3 { font-size: 16px; }
    html body #kf .online_cont ul li { padding-right: 10px; padding-left: 10px; }
  }

  @media screen and (max-width: 1040px) {
    .chinee-heading--split { grid-template-columns: 1fr; gap: 22px; }
    .chinee-heading__aside { max-width: 660px; }
    .chinee-hero__copy { width: 61%; }
    .chinee-hero h1 { font-size: 58px; }
    .chinee-hero__lead { font-size: 14px; }
    .chinee-category-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .chinee-category-card__content strong { font-size: 20px; }
    .chinee-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .chinee-custom__inner { grid-template-columns: 1fr; }
    .chinee-custom__intro { max-width: 760px; }
    .chinee-capabilities { margin-top: 50px; }
    .chinee-process-list { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 44px 0; }
    .chinee-process-list::before { display: none; }
    html body #kf .online_cont ul { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; }
  }

  @media screen and (max-width: 820px) {
    .chinee-shell { width: 90%; }
    .chinee-hero__veil { background: linear-gradient(90deg, rgba(35, 7, 19, .98), rgba(49, 11, 27, .84) 54%, rgba(35, 7, 19, .3)); }
    .chinee-hero__copy { width: 68%; }
    .chinee-hero h1 { font-size: 50px; }
    .chinee-hero__proof { margin-top: 30px; }
    .chinee-factory-grid { grid-auto-rows: 185px; }
    .chinee-factory-card figcaption p { display: none; }
    .chinee-custom__gallery { grid-template-columns: repeat(3, 1fr); }
    .chinee-custom__gallery figcaption { left: 16px; font-size: 16px; }
    html body #kf .online_cont ul { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
  }

  @media (prefers-reduced-motion: reduce) {
    .chinee-nail-home *,
    .chinee-nail-home *::before,
    .chinee-nail-home *::after,
    html body #kf * {
      scroll-behavior: auto !important;
      animation-duration: .01ms !important;
      animation-iteration-count: 1 !important;
      transition-duration: .01ms !important;
    }
  }
}
