@media (min-width: 701px) {
  :root {
    --ch-navy: #00275f;
    --ch-navy-deep: #00152f;
    --ch-gold: #e3b71b;
    --ch-gold-soft: #f0cf58;
    --ch-ink: #172033;
    --ch-gray: #657084;
    --ch-line: #d8dde5;
    --ch-warm: #f6f4ef;
    --ch-white: #ffffff;
    --ch-serif: Georgia, "Times New Roman", serif;
    --ch-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  }

  html {
    scroll-behavior: smooth;
    scroll-padding-top: 110px;
  }

  body {
    background: var(--ch-white);
  }

  body .pc_ {
    display: block;
    overflow: clip;
  }

  body .mobile_nav {
    display: none !important;
  }

  body .dibu .footer-l > p {
    font-size: 0;
    line-height: 0;
  }

  body .dibu .footer-l > p::after {
    display: block;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.65;
    content: "Chinee Shoe Care Co., Ltd. develops shoe care products for private-label and wholesale programs. We support product selection, packaging and kit configuration for global B2B customers.";
  }

  .ch-home,
  .ch-home * {
    box-sizing: border-box;
  }

  .ch-home {
    color: var(--ch-ink);
    font-family: var(--ch-sans);
    letter-spacing: 0;
    background: var(--ch-white);
  }

  .ch-home img {
    display: block;
    max-width: 100%;
  }

  .ch-home a {
    color: inherit;
    text-decoration: none;
  }

  .ch-home-shell {
    width: min(100%, 1500px);
    margin: 0 auto;
    padding-right: 54px;
    padding-left: 54px;
  }

  .ch-home-section {
    padding: 112px 0;
  }

  .ch-home-hero {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 680px;
    max-height: 1080px;
    overflow: hidden;
    color: var(--ch-white);
    background: var(--ch-navy-deep);
  }

  .ch-home-hero__image,
  .ch-home-hero__shade {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
  }

  .ch-home-hero__image {
    object-fit: cover;
    object-position: center;
  }

  .ch-home-hero__shade {
    z-index: 1;
    background: rgba(0, 13, 31, 0.16);
    pointer-events: none;
  }

  .ch-home-hero__inner {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: flex-end;
    height: 100%;
    padding-top: 210px;
    padding-bottom: 154px;
  }

  .ch-home-hero__copy {
    width: 590px;
    max-width: 48%;
    text-shadow: 0 2px 24px rgba(0, 0, 0, 0.42);
  }

  .ch-home-hero__eyebrow,
  .ch-section-heading__eyebrow {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 18px;
    color: var(--ch-gold-soft);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: 0;
  }

  .ch-home-hero__eyebrow::before {
    width: 38px;
    height: 2px;
    background: var(--ch-gold);
    content: "";
  }

  .ch-home-hero__brand {
    margin: 0 0 8px;
    color: var(--ch-white);
    font-family: var(--ch-serif);
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
  }

  .ch-home-hero h1 {
    max-width: 590px;
    margin: 0;
    color: var(--ch-white);
    font-family: var(--ch-serif);
    font-size: 60px;
    font-weight: 600;
    line-height: 1.04;
    letter-spacing: 0;
  }

  .ch-home-hero__intro {
    max-width: 550px;
    margin: 24px 0 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 17px;
    line-height: 1.7;
  }

  .ch-home-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
  }

  .ch-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 52px;
    padding: 0 24px;
    border: 1px solid transparent;
    border-radius: 2px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
  }

  .ch-button:hover {
    transform: translateY(-2px);
  }

  .ch-button--gold {
    color: var(--ch-navy-deep) !important;
    background: var(--ch-gold);
  }

  .ch-button--gold:hover {
    color: var(--ch-navy-deep) !important;
    background: var(--ch-gold-soft);
  }

  .ch-button--ghost {
    color: var(--ch-white) !important;
    border-color: rgba(255, 255, 255, 0.58);
    background: rgba(0, 16, 37, 0.3);
  }

  .ch-button--ghost:hover {
    border-color: var(--ch-white);
    background: rgba(0, 16, 37, 0.68);
  }

  .ch-home-hero__rail {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    height: 74px;
    padding: 0 max(54px, calc((100vw - 1392px) / 2));
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(0, 21, 47, 0.84);
  }

  .ch-home-hero__rail span {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
  }

  .ch-home-hero__rail span + span {
    border-left: 1px solid rgba(255, 255, 255, 0.16);
  }

  .ch-home-hero__rail i {
    color: var(--ch-gold);
    font-size: 20px;
  }

  .ch-section-heading {
    margin-bottom: 54px;
  }

  .ch-section-heading--split {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 56px;
  }

  .ch-section-heading--split > div {
    max-width: 820px;
  }

  .ch-section-heading__eyebrow {
    color: var(--ch-navy);
  }

  .ch-section-heading__eyebrow i {
    color: var(--ch-gold);
    font-size: 18px;
  }

  .ch-section-heading h2 {
    margin: 0;
    color: var(--ch-navy-deep);
    font-family: var(--ch-serif);
    font-size: 48px;
    font-weight: 600;
    line-height: 1.08;
    letter-spacing: 0;
  }

  .ch-section-heading > p,
  .ch-section-heading--split > p {
    max-width: 460px;
    margin: 0;
    color: var(--ch-gray);
    font-size: 16px;
    line-height: 1.75;
  }

  .ch-section-heading--center {
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .ch-section-heading--center .ch-section-heading__eyebrow {
    justify-content: center;
  }

  .ch-section-heading--center > p:last-child {
    max-width: none;
    margin-top: 20px;
  }

  .ch-category-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
  }

  .ch-category-card {
    min-width: 0;
    overflow: hidden;
    border: 1px solid var(--ch-line);
    border-radius: 4px;
    background: var(--ch-white);
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
  }

  .ch-category-card:hover {
    border-color: rgba(0, 39, 95, 0.42);
    box-shadow: 0 18px 44px rgba(0, 31, 72, 0.11);
    transform: translateY(-4px);
  }

  .ch-category-card__media {
    display: block;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #edf0f3;
  }

  .ch-category-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 420ms ease;
  }

  .ch-category-card:hover .ch-category-card__media img {
    transform: scale(1.035);
  }

  .ch-category-card__body {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr) 22px;
    align-items: center;
    min-height: 72px;
    padding: 14px 16px;
  }

  .ch-category-card__number {
    color: var(--ch-gold);
    font-family: var(--ch-serif);
    font-size: 13px;
    font-weight: 700;
  }

  .ch-category-card__title {
    overflow: hidden;
    color: var(--ch-navy-deep);
    font-size: 17px;
    font-weight: 700;
    line-height: 1.3;
    text-overflow: ellipsis;
  }

  .ch-category-card__body i {
    color: var(--ch-navy);
    font-size: 20px;
  }

  .ch-factory {
    color: var(--ch-white);
    background: var(--ch-navy-deep);
  }

  .ch-section-heading--light h2,
  .ch-section-heading--light .ch-section-heading__eyebrow {
    color: var(--ch-white);
  }

  .ch-section-heading--light > p {
    color: rgba(255, 255, 255, 0.68);
  }

  .ch-factory-exterior,
  .ch-production-card {
    position: relative;
    margin: 0;
    overflow: hidden;
    border-radius: 4px;
    background: #071a2f;
  }

  .ch-factory-exterior {
    aspect-ratio: 16 / 7;
    margin-bottom: 22px;
  }

  .ch-factory-exterior > img,
  .ch-production-card > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 500ms ease;
  }

  .ch-factory-exterior:hover > img,
  .ch-production-card:hover > img {
    transform: scale(1.025);
  }

  .ch-factory-exterior figcaption,
  .ch-production-card figcaption {
    position: absolute;
    right: 20px;
    bottom: 20px;
    left: 20px;
    display: flex;
    align-items: center;
    gap: 16px;
    min-height: 82px;
    padding: 16px 18px;
    border-left: 3px solid var(--ch-gold);
    background: rgba(0, 21, 47, 0.9);
  }

  .ch-factory-exterior figcaption > span,
  .ch-production-card figcaption > span {
    color: var(--ch-gold);
    font-family: var(--ch-serif);
    font-size: 18px;
    font-weight: 700;
  }

  .ch-factory-exterior figcaption div,
  .ch-production-card figcaption div {
    min-width: 0;
  }

  .ch-factory-exterior figcaption strong,
  .ch-production-card figcaption strong {
    display: block;
    color: var(--ch-white);
    font-size: 17px;
    line-height: 1.3;
  }

  .ch-factory-exterior figcaption small,
  .ch-production-card figcaption small {
    display: block;
    margin-top: 5px;
    color: rgba(255, 255, 255, 0.66);
    font-size: 12px;
    line-height: 1.45;
  }

  .ch-factory-exterior figcaption > a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin-left: auto;
    color: var(--ch-navy-deep);
    background: var(--ch-gold);
  }

  .ch-production-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    grid-auto-rows: 270px;
    gap: 22px;
  }

  .ch-production-card--feature {
    grid-row: span 2;
  }

  .ch-production-card figcaption {
    right: 14px;
    bottom: 14px;
    left: 14px;
    min-height: 70px;
    padding: 12px 14px;
  }

  .ch-production-card:not(.ch-production-card--feature) figcaption small {
    display: none;
  }

  .ch-products {
    background: var(--ch-warm);
  }

  .ch-text-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 44px;
    color: var(--ch-navy) !important;
    font-size: 14px;
    font-weight: 700;
    border-bottom: 2px solid var(--ch-gold);
  }

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

  .ch-product-card {
    min-width: 0;
    overflow: hidden;
    border: 1px solid rgba(0, 39, 95, 0.12);
    border-radius: 4px;
    background: var(--ch-white);
    transition: box-shadow 180ms ease, transform 180ms ease;
  }

  .ch-product-card:hover {
    box-shadow: 0 18px 42px rgba(0, 31, 72, 0.1);
    transform: translateY(-4px);
  }

  .ch-product-card__media {
    position: relative;
    display: block;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: #f1f3f4;
  }

  .ch-product-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 420ms ease;
  }

  .ch-product-card:hover .ch-product-card__media img {
    transform: scale(1.035);
  }

  .ch-product-card__tag {
    position: absolute;
    top: 12px;
    left: 12px;
    padding: 7px 10px;
    color: var(--ch-navy-deep);
    background: var(--ch-gold);
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
  }

  .ch-product-card__body {
    padding: 20px;
  }

  .ch-product-card h3 {
    min-height: 48px;
    margin: 0;
    color: var(--ch-navy-deep);
    font-size: 17px;
    font-weight: 700;
    line-height: 1.4;
  }

  .ch-product-card h3 a {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .ch-product-card__meta {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 18px 0;
    border-top: 1px solid var(--ch-line);
    border-bottom: 1px solid var(--ch-line);
  }

  .ch-product-card__meta div {
    min-width: 0;
    padding: 12px 0;
  }

  .ch-product-card__meta div + div {
    padding-left: 14px;
    border-left: 1px solid var(--ch-line);
  }

  .ch-product-card__meta dt {
    margin-bottom: 4px;
    color: var(--ch-gray);
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
  }

  .ch-product-card__meta dd {
    overflow: hidden;
    margin: 0;
    color: var(--ch-ink);
    font-size: 12px;
    font-weight: 650;
    line-height: 1.35;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .ch-product-card__link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--ch-navy) !important;
    font-size: 13px;
    font-weight: 750;
  }

  .ch-product-card__link i {
    color: var(--ch-gold);
    font-size: 19px;
  }

  .ch-applications {
    background: var(--ch-white);
  }

  .ch-application-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }

  .ch-application {
    min-width: 0;
    overflow: hidden;
    border-radius: 4px;
    background: var(--ch-navy-deep);
  }

  .ch-application > img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
  }

  .ch-application__copy {
    min-height: 234px;
    padding: 34px 38px 38px;
    border-top: 3px solid var(--ch-gold);
  }

  .ch-application__copy > span {
    color: var(--ch-gold-soft);
    font-size: 12px;
    font-weight: 750;
    text-transform: uppercase;
  }

  .ch-application__copy h3 {
    margin: 12px 0 14px;
    color: var(--ch-white);
    font-family: var(--ch-serif);
    font-size: 30px;
    font-weight: 600;
    line-height: 1.15;
  }

  .ch-application__copy p {
    margin: 0;
    color: rgba(255, 255, 255, 0.68);
    font-size: 15px;
    line-height: 1.7;
  }

  .ch-process {
    color: var(--ch-white);
    background: var(--ch-navy);
  }

  .ch-process .ch-section-heading h2,
  .ch-process .ch-section-heading__eyebrow {
    color: var(--ch-white);
  }

  .ch-process .ch-section-heading > p {
    color: rgba(255, 255, 255, 0.68);
  }

  .ch-process-list {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  }

  .ch-process-list li {
    position: relative;
    min-width: 0;
    min-height: 300px;
    padding: 32px 22px 28px;
  }

  .ch-process-list li + li {
    border-left: 1px solid rgba(255, 255, 255, 0.18);
  }

  .ch-process-list__number {
    position: absolute;
    top: 22px;
    right: 18px;
    color: rgba(255, 255, 255, 0.28);
    font-family: var(--ch-serif);
    font-size: 18px;
    font-weight: 700;
  }

  .ch-process-list li > i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    margin-bottom: 48px;
    color: var(--ch-navy-deep);
    background: var(--ch-gold);
    font-size: 25px;
  }

  .ch-process-list h3 {
    min-height: 44px;
    margin: 0 0 14px;
    color: var(--ch-white);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.35;
  }

  .ch-process-list p {
    margin: 0;
    color: rgba(255, 255, 255, 0.64);
    font-size: 13px;
    line-height: 1.65;
  }

  .ch-process-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    margin-top: 46px;
    padding: 28px 32px;
    border-left: 3px solid var(--ch-gold);
    background: rgba(0, 21, 47, 0.62);
  }

  .ch-process-cta span,
  .ch-process-cta strong {
    display: block;
  }

  .ch-process-cta span {
    margin-bottom: 6px;
    color: var(--ch-gold-soft);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
  }

  .ch-process-cta strong {
    color: var(--ch-white);
    font-family: var(--ch-serif);
    font-size: 24px;
    font-weight: 600;
  }

  body #kf {
    width: min(100%, 1500px);
    max-width: none;
    margin: 0 auto;
    padding: 110px 54px;
  }

  body #kf .online_cont {
    margin: 0;
  }

  body #kf .online_cont .title {
    margin-bottom: 52px;
  }

  body #kf .online_cont .title p:first-child {
    margin-bottom: 12px;
    color: var(--ch-navy-deep);
    font-family: var(--ch-serif);
    font-size: 46px;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: 0;
    text-transform: none;
  }

  body #kf .online_cont .title p:last-child {
    color: var(--ch-gray);
    font-size: 16px;
  }

  body #kf .online_cont ul {
    gap: 28px;
  }

  body #kf .online_cont ul li {
    padding: 24px 16px;
    border-top: 3px solid var(--ch-gold);
    background: var(--ch-warm);
  }

  body #kf .online_cont ul li p:first-child {
    width: 132px;
    height: 132px;
    border: 4px solid var(--ch-white);
    box-shadow: 0 10px 30px rgba(0, 39, 95, 0.15);
  }

  body #kf .online_cont ul li p:nth-child(2) {
    color: var(--ch-navy-deep);
    font-size: 16px;
    font-weight: 700;
  }

  body #kf .online_cont ul li p:nth-child(3) span {
    border-radius: 2px;
    background: var(--ch-navy);
  }

  body #kf .online_cont ul li p:nth-child(3) span:nth-child(2) {
    background: #3b6f8f;
  }

  @media (max-width: 1180px) {
    .ch-home-shell,
    body #kf {
      padding-right: 36px;
      padding-left: 36px;
    }

    .ch-home-hero__inner {
      padding-right: 40px;
      padding-left: 40px;
    }

    .ch-home-hero__copy {
      width: 510px;
    }

    .ch-home-hero h1 {
      font-size: 50px;
    }

    .ch-section-heading h2 {
      font-size: 42px;
    }

    .ch-category-grid,
    .ch-product-grid {
      gap: 16px;
    }

    .ch-production-grid {
      grid-auto-rows: 220px;
      gap: 16px;
    }

    .ch-process-list {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .ch-process-list li {
      min-height: 250px;
    }

    .ch-process-list li:nth-child(4) {
      border-left: 0;
    }

    .ch-process-list li:nth-child(n + 4) {
      border-top: 1px solid rgba(255, 255, 255, 0.18);
    }
  }

  @media (max-width: 900px) {
    body {
      overflow-x: hidden;
    }

    body .garment-header,
    body .dibu {
      max-width: 100vw;
      overflow-x: hidden;
    }

    body .garment-nav {
      gap: 10px !important;
      max-width: 100%;
      overflow-x: auto;
    }

    body .garment-nav > .mobile-menu-contact {
      display: none !important;
    }

    body .garment-nav > a,
    body .garment-nav > .nav-dropdown > .dropdown-trigger {
      font-size: 11px !important;
    }

    body #online_qq_layer {
      right: 24px;
      bottom: 90px;
      left: auto;
      width: 50px;
    }

    body #online_qq_layer #online_qq_tab {
      right: 0;
      bottom: 0;
      margin-right: 0;
    }

    body #online_qq_layer #online_qq_tab #floatShow {
      right: 0;
      left: auto;
      margin-left: 0;
    }

    .ch-home-section {
      padding: 86px 0;
    }

    .ch-home-shell,
    body #kf {
      padding-right: 28px;
      padding-left: 28px;
    }

    .ch-home-hero {
      min-height: 720px;
    }

    .ch-home-hero__image {
      object-position: 44% center;
    }

    .ch-home-hero__inner {
      align-items: flex-end;
      padding: 170px 28px 142px;
    }

    .ch-home-hero__copy {
      width: 430px;
      max-width: 58%;
    }

    .ch-home-hero h1 {
      font-size: 42px;
    }

    .ch-home-hero__intro {
      font-size: 15px;
    }

    .ch-home-hero__rail {
      padding-right: 20px;
      padding-left: 20px;
    }

    .ch-home-hero__rail span {
      font-size: 11px;
    }

    .ch-section-heading--split {
      align-items: flex-start;
      gap: 28px;
    }

    .ch-section-heading h2 {
      font-size: 38px;
    }

    .ch-section-heading--split > p {
      max-width: 330px;
      font-size: 14px;
    }

    .ch-category-card__body {
      grid-template-columns: 26px minmax(0, 1fr) 18px;
      min-height: 68px;
      padding: 12px 10px;
    }

    .ch-category-card__title {
      font-size: 14px;
    }

    .ch-category-card__body i {
      font-size: 17px;
    }

    .ch-production-grid {
      grid-template-columns: 1fr 1fr;
      grid-auto-rows: 240px;
    }

    .ch-production-card--feature {
      grid-column: span 2;
      grid-row: auto;
    }

    .ch-product-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ch-application__copy {
      min-height: 250px;
      padding: 28px;
    }

    .ch-application__copy h3 {
      font-size: 25px;
    }

    body #kf {
      padding-top: 86px;
      padding-bottom: 86px;
    }

    body #kf .online_cont ul {
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 12px;
    }

    body #kf .online_cont ul li {
      padding: 18px 8px;
    }

    body #kf .online_cont ul li p:first-child {
      width: 96px;
      height: 96px;
    }

    body #kf .online_cont ul li p:nth-child(3) span {
      padding: 6px;
      font-size: 10px;
    }
  }
}
