/* Comptoir du Robinet — full-width collapsible category editorial content. */

body.cdrt-theme.cdrt-catalog.cdrt-product-category-premium .cdrt-catalog-category-editorial {
  width: 100%;
  margin-top: clamp(58px, 7vw, 88px);
}

body.cdrt-theme.cdrt-catalog.cdrt-product-category-premium .cdrt-catalog-category-editorial__inner {
  width: 100%;
  max-width: none;
  padding: clamp(28px, 4.2vw, 52px) 0 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid #e4ddd2;
  border-radius: 0;
  background: transparent;
}

body.cdrt-theme.cdrt-catalog.cdrt-product-category-premium .cdrt-catalog-category-editorial__inner::before {
  top: -1px;
  left: 0;
  width: 52px;
  height: 2px;
  border-radius: 0;
  background: #c9a45f;
}

body.cdrt-theme.cdrt-catalog.cdrt-product-category-premium .cdrt-catalog-category-editorial h2 {
  max-width: 920px;
  margin-bottom: 20px;
}

body.cdrt-theme.cdrt-catalog.cdrt-product-category-premium .cdrt-catalog-category-editorial__content-wrap {
  position: relative;
  width: 100%;
}

body.cdrt-theme.cdrt-catalog.cdrt-product-category-premium .cdrt-catalog-category-editorial__content {
  width: 100%;
  max-width: none;
}

body.cdrt-theme.cdrt-catalog.cdrt-product-category-premium .cdrt-catalog-category-editorial__content > p,
body.cdrt-theme.cdrt-catalog.cdrt-product-category-premium .cdrt-catalog-category-editorial__content > ul,
body.cdrt-theme.cdrt-catalog.cdrt-product-category-premium .cdrt-catalog-category-editorial__content > ol,
body.cdrt-theme.cdrt-catalog.cdrt-product-category-premium .cdrt-catalog-category-editorial__content > h2,
body.cdrt-theme.cdrt-catalog.cdrt-product-category-premium .cdrt-catalog-category-editorial__content > h3,
body.cdrt-theme.cdrt-catalog.cdrt-product-category-premium .cdrt-catalog-category-editorial__content > h4 {
  max-width: 980px;
}

body.cdrt-theme.cdrt-catalog.cdrt-product-category-premium .cdrt-catalog-category-editorial.is-collapsible .cdrt-catalog-category-editorial__content-wrap {
  overflow: hidden;
  transition: max-height .28s ease;
}

body.cdrt-theme.cdrt-catalog.cdrt-product-category-premium .cdrt-catalog-category-editorial.is-collapsible.is-collapsed .cdrt-catalog-category-editorial__content-wrap {
  max-height: 320px;
}

body.cdrt-theme.cdrt-catalog.cdrt-product-category-premium .cdrt-catalog-category-editorial.is-collapsible.is-collapsed .cdrt-catalog-category-editorial__content-wrap::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 104px;
  pointer-events: none;
  background: linear-gradient(to bottom, rgba(255,255,255,0), #fff 82%);
  content: "";
}

body.cdrt-theme.cdrt-catalog.cdrt-product-category-premium .cdrt-catalog-category-editorial__toggle {
  display: none;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin-top: 18px;
  padding: 9px 14px;
  border: 1px solid #cfc5b5;
  border-radius: 9px;
  color: #10283d;
  background: #fff;
  font-size: 11.5px;
  font-weight: 730;
  line-height: 1.2;
  cursor: pointer;
}

body.cdrt-theme.cdrt-catalog.cdrt-product-category-premium .cdrt-catalog-category-editorial.is-collapsible .cdrt-catalog-category-editorial__toggle {
  display: inline-flex;
}

body.cdrt-theme.cdrt-catalog.cdrt-product-category-premium .cdrt-catalog-category-editorial__toggle::after {
  color: #9a742d;
  content: "+";
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}

body.cdrt-theme.cdrt-catalog.cdrt-product-category-premium .cdrt-catalog-category-editorial.is-expanded .cdrt-catalog-category-editorial__toggle::after {
  content: "−";
}

body.cdrt-theme.cdrt-catalog.cdrt-product-category-premium .cdrt-catalog-category-editorial__toggle:focus-visible {
  outline: 3px solid rgba(198, 161, 91, .42);
  outline-offset: 3px;
}

@media (hover: hover) {
  body.cdrt-theme.cdrt-catalog.cdrt-product-category-premium .cdrt-catalog-category-editorial__toggle:hover {
    border-color: #bdaa88;
    background: #f8f5ee;
  }
}

@media (max-width: 620px) {
  body.cdrt-theme.cdrt-catalog.cdrt-product-category-premium .cdrt-catalog-category-editorial__inner {
    padding: 28px 0 0;
    border-radius: 0;
  }

  body.cdrt-theme.cdrt-catalog.cdrt-product-category-premium .cdrt-catalog-category-editorial__inner::before {
    left: 0;
    width: 42px;
  }

  body.cdrt-theme.cdrt-catalog.cdrt-product-category-premium .cdrt-catalog-category-editorial.is-collapsible.is-collapsed .cdrt-catalog-category-editorial__content-wrap {
    max-height: 280px;
  }

  body.cdrt-theme.cdrt-catalog.cdrt-product-category-premium .cdrt-catalog-category-editorial__toggle {
    width: 100%;
    min-height: 44px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.cdrt-theme.cdrt-catalog.cdrt-product-category-premium .cdrt-catalog-category-editorial.is-collapsible .cdrt-catalog-category-editorial__content-wrap {
    transition: none;
  }
}
