@media screen and (min-width: 701px) {
  html body .dibu {
    background-color: #17120d !important;
    background-image:
      linear-gradient(90deg, rgba(16, 11, 8, 0.86), rgba(16, 11, 8, 0.76)),
      url('../img/chinee-home/footer-footwear-atelier.webp') !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
  }

  html body .dibu .bls .parallax > use:nth-child(1) {
    fill: rgba(43, 33, 24, 0.44) !important;
  }

  html body .dibu .bls .parallax > use:nth-child(2) {
    fill: rgba(191, 151, 87, 0.58) !important;
  }

  html body .dibu .bls .parallax > use:nth-child(3) {
    fill: rgba(245, 239, 228, 0.2) !important;
  }

  html body .dibu .bls .parallax > use:nth-child(4) {
    fill: #17120d !important;
  }

  html body .dibu .footer-l p,
  html body .dibu .footer-r,
  html body .dibu .footer-r p,
  html body .dibu .footer-r a,
  html body .dibu .footer2 {
    color: rgba(245, 239, 228, 0.84) !important;
  }

  html body .dibu .footer-r h3 {
    color: #f5efe4 !important;
  }

  html body .dibu .footer-r a,
  html body .dibu .share2 a {
    transition: color 180ms ease, border-color 180ms ease, background-color 180ms ease;
  }

  html body .dibu .footer-r a:hover,
  html body .dibu .share2 a:hover {
    color: #d9bd8c !important;
  }

  html body .dibu .footer2 {
    border-top-color: rgba(245, 239, 228, 0.14) !important;
  }

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