/* CHINEE public PC brand layer. Mobile rules remain owned by the legacy theme. */
@media screen and (min-width: 701px) {
  :root {
    --c1: #a52d57;
    --c2: #e85d8a;
    --chinee-pink: #e85d8a;
    --chinee-pink-dark: #a52d57;
    --chinee-wine: #431226;
    --chinee-ink: #24171d;
    --chinee-ivory: #fffaf7;
    --chinee-blush: #f9e8ee;
    --chinee-gold: #c9a36a;
  }

  html body .garment-header {
    background: linear-gradient(180deg, rgba(50, 12, 29, .94), rgba(50, 12, 29, .76));
    border-bottom-color: rgba(255, 255, 255, .16);
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
  }

  html body .garment-header.is-scrolled {
    background: rgba(255, 250, 247, .97);
    border-bottom-color: rgba(67, 18, 38, .1);
    box-shadow: 0 12px 34px rgba(67, 18, 38, .1);
  }

  html body .garment-header-inner {
    width: min(94%, 1500px);
    height: 92px;
    grid-template-columns: 235px minmax(0, 1fr) auto;
    gap: clamp(20px, 2vw, 34px);
  }

  html body .garment-header.is-scrolled .garment-header-inner {
    height: 80px;
  }

  html body .garment-logo {
    width: 218px;
    height: 64px;
  }

  html body .garment-nav {
    gap: clamp(14px, 1.5vw, 28px);
  }

  html body .garment-nav > a,
  html body .dropdown-trigger {
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .055em;
  }

  html body .garment-header.is-scrolled .garment-nav > a,
  html body .garment-header.is-scrolled .dropdown-trigger {
    color: var(--chinee-ink);
  }

  html body .garment-nav > a::after,
  html body .dropdown-trigger::after {
    height: 2px;
    bottom: 13px;
    background: var(--chinee-pink);
  }

  html body .garment-nav > a:hover,
  html body .garment-nav > a.current,
  html body .dropdown-trigger:hover,
  html body .dropdown-trigger.current {
    color: #ff8bae;
  }

  html body .garment-header.is-scrolled .garment-nav > a:hover,
  html body .garment-header.is-scrolled .garment-nav > a.current,
  html body .garment-header.is-scrolled .dropdown-trigger:hover,
  html body .garment-header.is-scrolled .dropdown-trigger.current {
    color: var(--chinee-pink-dark);
  }

  html body .price-list-dropdown,
  html body .products-dropdown {
    border-top: 3px solid var(--chinee-pink);
    border-radius: 0 0 8px 8px;
    box-shadow: 0 24px 55px rgba(67, 18, 38, .18);
  }

  html body .price-list-header__label {
    color: var(--chinee-pink-dark);
  }

  html body .price-list-grid {
    background: #fff8fa;
  }

  html body .price-list-card:hover {
    border-color: rgba(232, 93, 138, .5);
    color: var(--chinee-pink-dark);
    box-shadow: 0 8px 24px rgba(165, 45, 87, .12);
  }

  html body .zw {
    display: block;
    height: 62px;
  }

  html body .dibu {
    min-height: 440px;
    padding-top: 5.5rem;
    background-image: linear-gradient(90deg, rgba(31, 12, 21, .97) 0%, rgba(49, 15, 29, .92) 48%, rgba(31, 12, 21, .72) 100%), var(--chinee-footer-image, url('../img/chinee-home/chinee-footer.webp')) !important;
    background-position: center center !important;
    background-size: cover !important;
    border-top: 0;
    overflow: visible;
  }

  html body .dibu::after {
    width: 48%;
    height: 100%;
    background: radial-gradient(circle at 20% 80%, rgba(232, 93, 138, .2), transparent 62%) !important;
    opacity: 1;
  }

  html body .dibu .bls {
    position: absolute;
    top: -62px;
    right: 0;
    left: 0;
    z-index: 2;
    display: block;
    height: 62px;
    overflow: hidden;
    transform: none;
    pointer-events: none;
  }

  html body .dibu .waves {
    display: block;
    width: 100%;
    height: 62px;
    min-height: 62px;
  }

  html body .dibu .parallax > use {
    animation-timing-function: linear;
    will-change: transform;
  }

  html body .dibu .parallax use:nth-child(1) {
    fill: rgba(249, 232, 238, .9) !important;
    animation-duration: 18s;
  }

  html body .dibu .parallax use:nth-child(2) {
    fill: rgba(232, 93, 138, .5) !important;
    animation-duration: 24s;
  }

  html body .dibu .parallax use:nth-child(3) {
    fill: rgba(165, 45, 87, .58) !important;
    animation-duration: 32s;
  }

  html body .dibu .parallax use:nth-child(4) {
    fill: rgba(49, 15, 29, 1) !important;
    animation-duration: 42s;
  }

  html body .dibu .footer.container2 {
    width: min(92%, 1500px);
    max-width: 1500px;
    gap: 5%;
    padding-bottom: 36px;
  }

  html body .dibu .footer-l {
    width: 27%;
    padding: 0;
  }

  html body .dibu .footer-l .logo {
    width: 230px;
    height: 82px;
    margin-bottom: 20px;
  }

  html body .dibu .footer-l .logo img {
    object-fit: contain !important;
    object-position: left center;
  }

  html body .dibu .footer-l p {
    max-width: 420px;
    margin-top: 0;
    color: rgba(255, 255, 255, .73);
    font-size: 14px;
    line-height: 1.85;
  }

  html body .dibu .footer-r {
    width: 68%;
    grid-template-columns: .78fr .9fr 1.55fr;
    gap: clamp(24px, 3vw, 58px);
  }

  html body .dibu .footer-r ul h3 {
    position: relative;
    margin: 0 0 20px;
    padding-bottom: 14px;
    color: #fff;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 23px;
    font-weight: 500;
    letter-spacing: -.01em;
  }

  html body .dibu .footer-r ul h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 34px;
    height: 2px;
    background: var(--chinee-pink);
  }

  html body .dibu .footer-r ul li a,
  html body .dibu .footer-r ul p,
  html body .dibu .footer-r ul p a {
    color: rgba(255, 255, 255, .73);
  }

  html body .dibu .footer-r ul li a {
    line-height: 33px;
  }

  html body .dibu .footer-r ul li a:hover,
  html body .dibu .footer-r ul p a:hover {
    color: #ff9fbb;
    transform: translateX(3px);
  }

  html body .dibu .footer-r .dz_ > span:first-child {
    color: #ff8bae;
  }

  @media (prefers-reduced-motion: reduce) {
    html body .dibu .parallax > use {
      animation: none !important;
    }
  }
}
