body.page-id-309048,
body.woocommerce-shop,
body.term-258 {
  --cek-cat-blue: #0071e3;
  --cek-cat-ink: #1d1d1f;
  --cek-cat-copy: #54545a;
  --cek-cat-mist: #f5f5f7;
  --cek-cat-line: #e3e3e7;
}

body.page-id-309048 #main-content,
body.woocommerce-shop #main-content,
body.term-258 #main-content,
body.page-id-309048 #cek-catalogue,
body.woocommerce-shop #cek-catalogue,
body.term-258 #cek-catalogue {
  background: #fff;
}

body.woocommerce-shop #main-content .container,
body.woocommerce-shop #content-area,
body.woocommerce-shop #left-area,
body.term-258 #main-content .container,
body.term-258 #content-area,
body.term-258 #left-area {
  width: 100%;
  max-width: none;
  padding: 0;
}

body.woocommerce-shop #main-content .container::before,
body.woocommerce-shop .woocommerce-breadcrumb,
body.term-258 #main-content .container::before,
body.term-258 .woocommerce-breadcrumb {
  display: none;
}

#cek-catalogue,
#cek-catalogue * {
  box-sizing: border-box;
}

#cek-catalogue {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  color: var(--cek-cat-ink);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Helvetica Neue", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

#cek-catalogue .cek-cat-wrap {
  width: min(1180px, calc(100% - 44px));
  margin: 0 auto;
}

#cek-catalogue h1,
#cek-catalogue h2,
#cek-catalogue p {
  margin-top: 0;
}

#cek-catalogue h1,
#cek-catalogue h2 {
  color: var(--cek-cat-ink);
  font-family: inherit;
  font-weight: 650;
  letter-spacing: -.04em;
  line-height: 1.04;
  text-wrap: balance;
}

#cek-catalogue h1 {
  max-width: 900px;
  margin-bottom: 20px;
  font-size: clamp(46px, 6vw, 76px);
}

#cek-catalogue h2 {
  max-width: 820px;
  margin-bottom: 18px;
  font-size: clamp(34px, 4.2vw, 54px);
}

#cek-catalogue .cek-cat-eyebrow {
  margin-bottom: 14px;
  color: #007684;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: .13em;
  line-height: 1.2;
  text-transform: uppercase;
}

#cek-catalogue .cek-cat-hero {
  position: relative;
  min-height: max(650px, calc(100svh - 48px));
  display: grid;
  align-items: flex-end;
  isolation: isolate;
  overflow: hidden;
  background: #181819;
}

#cek-catalogue .cek-cat-hero-media,
#cek-catalogue .cek-cat-hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

#cek-catalogue .cek-cat-hero-media {
  z-index: -2;
}

#cek-catalogue .cek-cat-hero-media {
  display: block;
  object-fit: cover;
  object-position: center 30%;
}

body.woocommerce-shop #cek-catalogue .cek-cat-hero-overlay,
body.term-258 #cek-catalogue .cek-cat-hero-overlay {
  z-index: -1;
  background: linear-gradient(90deg, rgba(8,8,10,.9) 0%, rgb(8 8 10 / 28%) 47%, rgba(8,8,10,.13) 100%);
}

#cek-catalogue .cek-cat-hero-copy {
  padding-top: 120px;
  padding-bottom: 74px;
}

#cek-catalogue .cek-cat-hinge-visual {
  position: absolute;
  right: max(30px, calc((100vw - 1180px) / 2 + 150px));
  bottom: 60px;
  z-index: 1;
  width: 200px;
  margin: 0;
  padding: 12px 12px 10px;
  border: 1px solid rgba(255,255,255,.82);
  border-radius: 24px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 18px 44px rgba(0,0,0,.18);
}

#cek-catalogue .cek-cat-hinge-visual img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 16px;
}

#cek-catalogue .cek-cat-hinge-visual figcaption {
  margin-top: 7px;
  color: var(--cek-cat-ink);
  font-size: 12px;
  font-weight: 650;
  line-height: 1.2;
  text-align: center;
}

#cek-catalogue .cek-cat-hero h1,
#cek-catalogue .cek-cat-hero .cek-cat-eyebrow {
  color: #fff;
}

#cek-catalogue .cek-cat-hero-copy > p:not(.cek-cat-eyebrow) {
  max-width: 680px;
  margin-bottom: 28px;
  color: rgba(255,255,255,.86);
  font-size: clamp(18px, 1.8vw, 21px);
  line-height: 1.55;
}

#cek-catalogue .cek-cat-btn {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 26px;
  border-radius: 980px;
  color: #fff;
  background: var(--cek-cat-blue);
  font-size: 16px;
  font-weight: 650;
  line-height: 1.2;
  text-decoration: none;
  transition: background .18s ease, transform .18s ease;
}

#cek-catalogue .cek-cat-btn:hover,
#cek-catalogue .cek-cat-btn:focus-visible {
  color: #fff;
  background: #0077ed;
  transform: translateY(-1px);
}

#cek-catalogue .cek-cat-btn-light {
  color: var(--cek-cat-ink);
  background: #fff;
}

#cek-catalogue .cek-cat-btn-light:hover,
#cek-catalogue .cek-cat-btn-light:focus-visible {
  color: var(--cek-cat-ink);
  background: #f2f2f4;
}

#cek-catalogue .cek-cat-btn-ghost {
  margin-left: 10px;
  border: 1px solid rgba(255,255,255,.7);
  color: #fff;
  background: rgba(255,255,255,.08);
  backdrop-filter: blur(8px);
}

#cek-catalogue .cek-cat-btn-ghost:hover,
#cek-catalogue .cek-cat-btn-ghost:focus-visible {
  color: #fff;
  background: rgba(255,255,255,.18);
}

#cek-catalogue .cek-cat-intro,
#cek-catalogue .cek-cat-complete {
  padding: 86px 0;
}

#cek-catalogue .cek-cat-lead {
  max-width: 790px;
  margin-bottom: 38px;
  color: var(--cek-cat-copy);
  font-size: 18px;
  line-height: 1.6;
}

#cek-catalogue .cek-cat-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

#cek-catalogue .cek-cat-card {
  position: relative;
  min-height: 390px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  border-radius: 28px;
  color: #fff;
  background: #242426;
  box-shadow: 0 1px 0 rgba(0,0,0,.05);
  text-decoration: none;
  isolation: isolate;
}

#cek-catalogue .cek-cat-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(0,0,0,.03) 25%, rgba(0,0,0,.86) 100%);
}

#cek-catalogue .cek-cat-card-image {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .35s ease;
}

#cek-catalogue .cek-cat-card:hover > .cek-cat-card-image,
#cek-catalogue .cek-cat-card:focus-visible > .cek-cat-card-image {
  transform: scale(1.025);
}

#cek-catalogue .cek-cat-detail {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 1;
  width: 88px;
  aspect-ratio: 1;
  overflow: hidden;
  border: 3px solid rgba(255,255,255,.92);
  border-radius: 50%;
  background: rgba(255,255,255,.92);
  box-shadow: 0 8px 24px rgba(0,0,0,.2);
}

#cek-catalogue .cek-cat-detail img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transform: scale(1.7);
}

#cek-catalogue .cek-cat-card[href$="/portes-de-cuisine-a-charnieres/"] .cek-cat-detail img {
  box-sizing: border-box;
  object-fit: contain;
  object-position: center;
  padding: 6px;
  transform: none;
}

#cek-catalogue .cek-cat-badge {
  position: absolute;
  top: 20px;
  left: 20px;
  max-width: calc(100% - 134px);
  padding: 8px 12px;
  border-radius: 980px;
  color: var(--cek-cat-ink);
  background: rgba(255,255,255,.9);
  backdrop-filter: blur(10px);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: .07em;
  line-height: 1.15;
  text-transform: uppercase;
}

#cek-catalogue .cek-cat-card-copy {
  min-width: 0;
  display: grid;
  gap: 5px;
  padding: 30px 28px 82px;
}

#cek-catalogue .cek-cat-card-copy strong {
  color: #fff;
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 650;
  letter-spacing: -.035em;
  line-height: 1.04;
}

#cek-catalogue .cek-cat-card-copy small {
  color: rgba(255,255,255,.9);
  font-size: 16px;
  line-height: 1.35;
}

#cek-catalogue .cek-cat-card-copy em {
  color: rgba(255,255,255,.7);
  font-size: 13px;
  font-style: normal;
  line-height: 1.35;
}

#cek-catalogue .cek-cat-arrow {
  position: absolute;
  right: 26px;
  bottom: 30px;
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 0;
  line-height: 0;
}

#cek-catalogue .cek-cat-card-action {
  position: absolute;
  left: 28px;
  bottom: 22px;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border-radius: 980px;
  background: var(--cek-cat-blue);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  transition: background .18s ease;
}

#cek-catalogue .cek-cat-card:hover .cek-cat-card-action,
#cek-catalogue .cek-cat-card:focus-visible .cek-cat-card-action {
  background: #005bb5;
}

#cek-catalogue .cek-cat-arrow::before {
  content: "";
  width: 9px;
  height: 9px;
  display: block;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateX(-2px) rotate(-45deg);
}

#cek-catalogue .cek-cat-complete {
  background: var(--cek-cat-mist);
}

#cek-catalogue .cek-cat-grid-complete {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 36px;
}

#cek-catalogue .cek-cat-card-compact {
  min-height: 330px;
}

#cek-catalogue .cek-cat-grid-complete > .cek-cat-card[href$="/portes-de-cuisine-a-charnieres/"] {
  grid-column: 1 / -1;
}

#cek-catalogue .cek-cat-card-compact .cek-cat-card-copy {
  padding: 28px 24px 82px;
}

#cek-catalogue .cek-cat-card-compact .cek-cat-card-copy strong {
  font-size: clamp(23px, 2.2vw, 30px);
}

@media (max-width: 900px) {
  #cek-catalogue .cek-cat-hinge-visual {
    top: 24px;
    right: 22px;
    bottom: auto;
    width: 126px;
    padding: 8px 8px 7px;
    border-radius: 18px;
  }

  #cek-catalogue .cek-cat-hinge-visual img {
    border-radius: 12px;
  }

  #cek-catalogue .cek-cat-hinge-visual figcaption {
    margin-top: 5px;
    font-size: 10px;
  }

  #cek-catalogue .cek-cat-grid-complete {
    grid-template-columns: 1fr 1fr;
  }

}

@media (max-width: 680px) {
  #cek-catalogue .cek-cat-wrap {
    width: min(100% - 30px, 1180px);
  }

  #cek-catalogue .cek-cat-hero {
    min-height: max(610px, calc(100svh - 60px));
  }

  body.woocommerce-shop #cek-catalogue .cek-cat-hero-media {
    content: url("/wp-content/themes/divi_child_theme/assets/images/catalogue-natif/hero-768.webp");
    object-position: center 42%;
  }

  body.term-258 #cek-catalogue .cek-cat-hero-media {
    object-position: 42% center;
  }

  body.woocommerce-shop #cek-catalogue .cek-cat-hero-overlay,
  body.term-258 #cek-catalogue .cek-cat-hero-overlay {
    background: linear-gradient(180deg, rgba(7,7,9,.08) 12%, rgba(7,7,9,.9) 73%, rgba(7,7,9,.96) 100%);
  }

  #cek-catalogue .cek-cat-hero-copy {
    padding-top: 110px;
    padding-bottom: 46px;
  }

  #cek-catalogue .cek-cat-hinge-visual {
    right: 15px;
    width: 112px;
  }

  #cek-catalogue h1 {
    font-size: clamp(40px, 12vw, 54px);
  }

  #cek-catalogue .cek-cat-intro,
  #cek-catalogue .cek-cat-complete {
    padding: 60px 0;
  }

  #cek-catalogue .cek-cat-grid,
  #cek-catalogue .cek-cat-grid-complete {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  #cek-catalogue .cek-cat-grid-complete .cek-cat-card:last-child {
    grid-column: auto;
  }

  #cek-catalogue .cek-cat-card,
  #cek-catalogue .cek-cat-card-compact {
    min-height: 360px;
    border-radius: 22px;
  }

  #cek-catalogue .cek-cat-card-copy,
  #cek-catalogue .cek-cat-card-compact .cek-cat-card-copy {
    padding: 26px 22px 80px;
  }

  #cek-catalogue .cek-cat-card-action {
    left: 22px;
    bottom: 20px;
    min-height: 40px;
    padding: 0 16px;
  }

  #cek-catalogue .cek-cat-card-copy strong,
  #cek-catalogue .cek-cat-card-compact .cek-cat-card-copy strong {
    font-size: 28px;
  }

  #cek-catalogue .cek-cat-detail {
    width: 74px;
  }

  #cek-catalogue .cek-cat-btn {
    width: 100%;
  }

  #cek-catalogue .cek-cat-btn-ghost {
    margin-top: 10px;
    margin-left: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  #cek-catalogue *,
  #cek-catalogue *::before,
  #cek-catalogue *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
