.ccx-catalog-page{
  max-width:1200px;
  margin:40px auto;
  padding:0 20px;
}

.ccx-breadcrumb{
  font-size:14px;
  margin-bottom:20px;
  color:#666;
}

.ccx-breadcrumb-link{
  color:#666;
  text-decoration:none;
}

.ccx-catalog-title{
  font-size:32px;
  margin-bottom:10px;
}

.ccx-products-count{
  margin-bottom:24px;
  color:#555;
}

.ccx-child-cats{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin:0 0 30px;
}

.ccx-child-cat-link{
  display:inline-block;
  padding:10px 14px;
  border:1px solid #ddd;
  border-radius:999px;
  background:#fff;
  text-decoration:none;
  color:#111;
  font-size:14px;
}

.ccx-child-cat-count{
  color:#777;
}

.ccx-filters{
  background:#fff;
  border:1px solid #e5e7eb;
  border-radius:24px;
  padding:24px;
  height:max-content;
  box-shadow:0 18px 44px rgba(15,23,42,.06);
}

.ccx-filter-submit{
  padding:12px 18px;
  border:0;
  border-radius:999px;
  background:#14532d;
  color:#fff;
  font-weight:700;
  cursor:pointer;
}

.ccx-filter-submit:hover{
  background:#166534;
}

.ccx-catalog-layout{
  display:grid;
  grid-template-columns:1fr;
  gap:30px;
}

.ccx-products-grid{
  display:grid;
  grid-template-columns:repeat(auto-fill,minmax(220px,1fr));
  gap:20px;
}

.ccx-product-card{
  border:1px solid #eee;
  border-radius:14px;
  padding:15px;
  background:#fff;
}

.ccx-product-image{
  width:100%;
  height:160px;
  object-fit:contain;
  margin-bottom:12px;
}

.ccx-product-title{
  font-size:15px;
  line-height:1.35;
  margin:0 0 8px;
}

.ccx-product-brand,
.ccx-product-merchant{
  font-size:13px;
  color:#777;
}

.ccx-product-brand{
  margin:0 0 8px;
}

.ccx-product-merchant{
  margin-top:8px;
}

.ccx-product-price{
  font-size:18px;
}

.ccx-catalog-layout{
  grid-template-columns:280px minmax(0,1fr);
  align-items:start;
}

.ccx-catalog-layout-wide{
  grid-template-columns:minmax(0,1fr);
}

.ccx-catalog-filters-shell{
  display:grid;
  gap:12px;
  margin:0 0 22px;
  padding:16px;
  border:1px solid #e5e7eb;
  border-radius:24px;
  background:
    radial-gradient(circle at top right, rgba(20,83,45,.08), transparent 32%),
    linear-gradient(180deg,#ffffff 0%,#fafaf8 100%);
  box-shadow:0 18px 40px rgba(15,23,42,.06);
}

.ccx-catalog-filters-shell.is-collapsed .ccx-premium-filters-panel{
  display:none;
}

.ccx-catalog-filters-top{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:12px;
}

.ccx-catalog-filters-title{
  display:block;
  font-size:18px;
  line-height:1.1;
  color:#111827;
}

.ccx-catalog-filters-subtitle{
  margin:6px 0 0;
  color:#6b7280;
  font-size:13px;
}

.ccx-catalog-filters-actions{
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
}

.ccx-filter-mobile-toggle,
.ccx-filters-toggle,
.ccx-filter-reset-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:0 16px;
  border-radius:999px;
  text-decoration:none;
  font-weight:700;
}

.ccx-filter-mobile-toggle,
.ccx-filters-toggle{
  border:1px solid #d1d5db;
  background:#fff;
  color:#111827;
}

.ccx-filter-reset-link{
  color:#14532d;
  background:#ecfdf3;
}

.ccx-active-filter-chips{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}

.ccx-filter-chip{
  display:inline-flex;
  align-items:center;
  gap:6px;
  min-height:32px;
  padding:0 12px;
  border:1px solid #bbf7d0;
  border-radius:999px;
  background:#f0fdf4;
  color:#166534;
  font-size:12px;
  font-weight:700;
  text-decoration:none;
}

.ccx-filters-form{
  display:grid;
  gap:12px;
}

.ccx-filter-search-row{
  display:grid;
  gap:6px;
}

.ccx-filter-search-label,
.ccx-filter-field label,
.ccx-filter-state-label{
  color:#374151;
  font-size:12px;
  font-weight:700;
}

.ccx-filter-search,
.ccx-filter-field input,
.ccx-filter-field select{
  width:100%;
  min-height:44px;
  padding:0 12px;
  border:1px solid #d1d5db;
  border-radius:12px;
  background:#fff;
  color:#111827;
  font:inherit;
  box-sizing:border-box;
}

.ccx-filter-search:focus,
.ccx-filter-field input:focus,
.ccx-filter-field select:focus{
  outline:none;
  border-color:#14532d;
  box-shadow:0 0 0 4px rgba(20,83,45,.08);
}

.ccx-filter-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
  align-items:start;
}

.ccx-filter-field{
  display:grid;
  gap:6px;
}

.ccx-filter-state-options{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  align-items:center;
}

.ccx-filter-state-pill{
  position:relative;
}

.ccx-filter-state-pill input{
  position:absolute;
  inset:0;
  opacity:0;
  cursor:pointer;
}

.ccx-filter-state-pill span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:34px;
  padding:0 12px;
  border:1px solid #d1d5db;
  border-radius:999px;
  background:#fff;
  color:#111827;
  font-size:12px;
  font-weight:700;
}

.ccx-filter-state-pill input:checked + span{
  border-color:#14532d;
  background:#14532d;
  color:#fff;
  box-shadow:0 8px 18px rgba(20,83,45,.16);
}

.ccx-filter-form-actions{
  display:flex;
  align-items:center;
  justify-content:flex-start;
  gap:12px;
  flex-wrap:wrap;
}

.ccx-filter-field-state{
  align-content:start;
}

.ccx-model-card{
  display:flex;
  flex-direction:column;
  gap:0;
  position:relative;
  overflow:hidden;
  padding:0;
  border:1px solid #e4e7ec;
  border-radius:21px;
  box-shadow:0 12px 28px rgba(16,24,40,.08);
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.ccx-model-card:hover{
  transform:translateY(-2px);
  box-shadow:0 16px 36px rgba(16,24,40,.11);
  border-color:#d0d5dd;
}

.ccx-model-card-media{
  position:relative;
  min-height:214px;
  padding:14px 14px 4px;
  background:
    radial-gradient(circle at top right, rgba(34,197,94,.12), transparent 30%),
    linear-gradient(180deg, #f9fbff 0%, #f4f7fb 100%);
}

.ccx-model-card-main-link{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:192px;
}

.ccx-model-card-main-link-empty{
  border-radius:18px;
  background:linear-gradient(180deg,#eef2f6 0%,#f8fafc 100%);
}

.ccx-model-card-image{
  height:198px;
  margin-bottom:0;
  filter:drop-shadow(0 16px 22px rgba(15,23,42,.15));
}

.ccx-model-card-ribbon{
  position:absolute;
  top:14px;
  left:14px;
  z-index:2;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:7px 12px;
  border-radius:999px;
  background:linear-gradient(135deg,#16a34a,#22c55e);
  color:#fff;
  font-size:11px;
  font-weight:900;
  letter-spacing:.08em;
}

.ccx-model-card-badge{
  position:absolute;
  top:14px;
  right:14px;
  z-index:2;
}

.ccx-model-card-badge .ccx-discount-badge{
  margin-bottom:0;
  align-self:auto;
}

.ccx-model-card-body{
  display:flex;
  flex:1;
  flex-direction:column;
  gap:11px;
  padding:15px;
}

.ccx-model-card-title{
  margin:0;
  font-size:17px;
  line-height:1.2;
  letter-spacing:-.018em;
}

.ccx-model-card-title a{
  color:#0f172a;
  text-decoration:none;
}

.ccx-model-card-title a:hover{
  color:#111827;
}

.ccx-model-card-topline{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
 }

.ccx-model-card .ccx-product-brand{
  margin:0;
  font-size:13px;
  font-weight:700;
  color:#667085;
}

.ccx-model-card-meta{
  margin:0;
  color:#475467;
  font-size:12px;
  font-weight:800;
  white-space:nowrap;
}

.ccx-model-card-price-panel{
  display:flex;
  flex-direction:column;
  gap:7px;
  padding:14px;
  border:1px solid #ece7df;
  border-radius:16px;
  background:linear-gradient(180deg,#fffdfa 0%,#fbf7f1 100%);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.78), 0 6px 18px rgba(15,23,42,.03);
}

.ccx-model-card-price-kicker{
  display:block;
  font-size:10px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:#8a6f4d;
}

.ccx-model-card-price-line{
  display:flex;
  flex-wrap:wrap;
  align-items:flex-end;
  gap:10px;
}

.ccx-model-card-price-current{
  display:block;
  font-size:29px;
  line-height:1;
  font-weight:950;
  color:#111827;
}

.ccx-model-price-stack{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:7px;
}

.ccx-model-price-chip{
  padding:9px 11px;
  border-radius:13px;
  background:#fbfcfd;
  border:1px solid #eef1f4;
}

.ccx-model-price-label{
  display:block;
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:.04em;
  color:#6b7280;
  margin-bottom:3px;
}

.ccx-model-price-value{
  display:block;
  font-size:14px;
  font-weight:900;
  color:#101828;
}

.ccx-model-card-cta-wrap{
  margin:0;
  margin-top:auto;
}

.ccx-model-card-cta{
  display:flex;
  width:100%;
  justify-content:center;
  min-height:44px;
  border-radius:14px;
  background:linear-gradient(135deg,#15803d,#16a34a);
  color:#fff;
  font-size:14px;
  font-weight:900;
  box-shadow:0 10px 18px rgba(22,163,74,.2);
  transition:transform .16s ease, box-shadow .16s ease, background .16s ease;
}

.ccx-model-card-cta:hover{
  background:linear-gradient(135deg,#166534,#15803d);
  color:#fff;
  transform:translateY(-1px);
  box-shadow:0 14px 22px rgba(22,163,74,.23);
}

.ccx-model-card .ccx-old-price{
  margin-top:0;
  font-size:13px;
  color:#98a2b3;
}

.ccx-model-card.has-promo .ccx-model-card-price-panel{
  border-color:#efdfd2;
  background:linear-gradient(180deg,#fffdfa 0%,#faf6f1 100%);
}

.ccx-model-hero{
  display:grid;
  grid-template-columns:minmax(320px,390px) minmax(0,1fr);
  gap:32px;
  margin-bottom:32px;
  padding:36px;
  border:1px solid #e5e7eb;
  border-radius:30px;
  background:
    radial-gradient(circle at top left, rgba(20,83,45,.1), transparent 38%),
    linear-gradient(180deg,#ffffff 0%,#fafaf8 100%);
  box-shadow:0 24px 70px rgba(17,24,39,.08);
}

.ccx-model-hero-image{
  width:100%;
  max-height:400px;
  object-fit:contain;
  filter:drop-shadow(0 18px 28px rgba(17,24,39,.08));
}

.ccx-model-gallery{
  display:grid;
  gap:14px;
}

.ccx-model-gallery-stage{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:380px;
  padding:18px;
  border:1px solid #edf1f4;
  border-radius:24px;
  background:linear-gradient(180deg,#ffffff 0%,#f8fafc 100%);
}

.ccx-model-gallery-thumbs{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(64px,1fr));
  gap:10px;
}

.ccx-model-gallery-thumb{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:74px;
  padding:8px;
  border:1px solid #dbe2ea;
  border-radius:16px;
  background:#fff;
  box-shadow:0 8px 18px rgba(17,24,39,.04);
}

.ccx-model-gallery-thumb img{
  width:100%;
  height:54px;
  object-fit:contain;
}

.ccx-model-gallery-thumb.is-active{
  border-color:#14532d;
  box-shadow:0 14px 28px rgba(20,83,45,.14);
}

.ccx-model-hero-copy{
  display:grid;
  gap:18px;
  align-content:start;
}

.ccx-model-title{
  font-size:clamp(34px,4vw,48px);
  line-height:1.02;
  margin:0;
  letter-spacing:-.03em;
}

.ccx-model-hero-pricing{
  display:grid;
  gap:18px;
}

.ccx-model-price-lead{
  display:grid;
  gap:8px;
  padding:22px 24px;
  border:1px solid rgba(255,255,255,.08);
  border-radius:24px;
  background:linear-gradient(135deg,#111827 0%,#1f2937 100%);
  color:#fff;
  box-shadow:0 18px 42px rgba(17,24,39,.16);
}

.ccx-model-price-lead-label{
  font-size:11px;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:rgba(255,255,255,.72);
}

.ccx-model-price-lead-value{
  font-size:clamp(36px,4vw,46px);
  line-height:.95;
}

.ccx-model-highlights{
  display:grid;
  gap:10px;
  margin:0;
  padding:0;
  list-style:none;
  color:#1f2937;
  font-size:15px;
  font-weight:600;
}

.ccx-model-price-stack-hero{
  grid-template-columns:repeat(auto-fit,minmax(160px,1fr));
}

.ccx-model-price-card{
  padding:18px 20px;
  border:1px solid #e5e7eb;
  border-radius:18px;
  background:#fff;
  box-shadow:0 10px 22px rgba(17,24,39,.04);
}

.ccx-model-hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
}

.ccx-model-section-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  margin-bottom:18px;
}

.ccx-model-section-head h2{
  margin:0;
  font-size:26px;
  line-height:1.1;
}

.ccx-model-section-meta{
  color:#6b7280;
  font-size:13px;
  font-weight:700;
}

.ccx-model-compare-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:0 18px;
  border-radius:999px;
  background:#14532d;
  color:#fff;
  text-decoration:none;
  font-weight:700;
  box-shadow:0 14px 32px rgba(20,83,45,.18);
}

.ccx-model-compare-btn:hover{
  background:#166534;
}

.ccx-model-tabs{
  display:flex;
  gap:12px;
  margin-bottom:18px;
}

.ccx-model-tab{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:0 16px;
  border:1px solid #d1d5db;
  border-radius:999px;
  text-decoration:none;
  color:#111827;
  background:#fff;
}

.ccx-model-tab.is-active{
  background:#111827;
  color:#fff;
  border-color:#111827;
}

.ccx-model-tab-panel{
  border:1px solid #eee;
  border-radius:24px;
  background:#fff;
  padding:24px;
  box-shadow:0 18px 48px rgba(17,24,39,.05);
}

.ccx-model-specs,
.ccx-model-similar{
  margin:0 0 28px;
  padding:24px;
  border:1px solid #e5e7eb;
  border-radius:24px;
  background:#fff;
  box-shadow:0 16px 38px rgba(17,24,39,.05);
}

.ccx-model-specs-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(180px,1fr));
  gap:14px;
}

.ccx-model-spec-item{
  display:grid;
  gap:6px;
  padding:16px 18px;
  border:1px solid #edf1f4;
  border-radius:18px;
  background:linear-gradient(180deg,#ffffff 0%,#fafcfb 100%);
}

.ccx-model-spec-label{
  color:#6b7280;
  font-size:12px;
  font-weight:700;
  letter-spacing:.06em;
  text-transform:uppercase;
}

.ccx-model-spec-value{
  color:#111827;
  font-size:15px;
  line-height:1.4;
}

.ccx-variant-picker{
  display:grid;
  gap:20px;
  margin-bottom:24px;
  padding:24px;
  border:1px solid #e5e7eb;
  border-radius:24px;
  background:linear-gradient(180deg,#fcfcf9 0%,#ffffff 100%);
  box-shadow:0 12px 30px rgba(17,24,39,.05);
}

.ccx-variant-picker-row{
  display:grid;
  gap:10px;
}

.ccx-variant-picker-label{
  font-size:12px;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:#6b7280;
}

.ccx-variant-picker-options{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
}

.ccx-variant-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-height:54px;
  padding:0 22px;
  border:1px solid #cbd5e1;
  border-radius:999px;
  background:#fff;
  color:#111827;
  font-size:15px;
  font-weight:700;
  cursor:pointer;
  transition:background-color .18s ease,border-color .18s ease,color .18s ease,transform .18s ease,box-shadow .18s ease;
  box-shadow:0 8px 18px rgba(17,24,39,.06);
}

.ccx-variant-button:hover{
  border-color:#14532d;
  background:#f8faf8;
  transform:translateY(-2px);
  box-shadow:0 14px 30px rgba(17,24,39,.1);
}

.ccx-variant-button.is-active{
  background:#14532d;
  border-color:#14532d;
  color:#fff;
  box-shadow:0 16px 34px rgba(20,83,45,.28);
}

.ccx-variant-color-dot{
  width:14px;
  height:14px;
  flex:0 0 14px;
  border-radius:999px;
  background:var(--ccx-color-dot,#94a3b8);
  border:1px solid rgba(17,24,39,.16);
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.35);
}

.ccx-variant-button.is-active .ccx-variant-color-dot{
  border-color:rgba(255,255,255,.7);
}

.ccx-variant-active-summary{
  display:grid;
  gap:6px;
  padding:18px 20px;
  border:1px solid #dcfce7;
  border-radius:20px;
  background:linear-gradient(180deg,#f7fdf8 0%,#effaf1 100%);
}

.ccx-variant-active-summary-title{
  color:#111827;
  font-size:18px;
  font-weight:800;
}

.ccx-variant-active-summary-variant{
  color:#14532d;
  font-size:15px;
  font-weight:700;
}

.ccx-variant-active-summary-price{
  color:#111827;
  font-size:15px;
  font-weight:700;
}

.ccx-variant-groups{
  display:grid;
  gap:20px;
}

.ccx-variant-group{
  display:block;
  padding:22px;
  border:1px solid #eef0f2;
  border-radius:22px;
  background:#fcfcfc;
}

.ccx-js .ccx-variant-group{
  display:none;
}

.ccx-js .ccx-variant-group.is-active{
  display:block;
}

.ccx-variant-group-head{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  align-items:center;
  margin-bottom:14px;
}

.ccx-variant-group-storage,
.ccx-variant-group-color{
  display:inline-flex;
  align-items:center;
  min-height:32px;
  padding:0 12px;
  border-radius:999px;
  font-size:13px;
  font-weight:700;
}

.ccx-variant-group-storage{
  background:#ecfdf5;
  color:#14532d;
}

.ccx-variant-group-color{
  background:#f3f4f6;
  color:#374151;
  gap:8px;
}

.ccx-model-offers-list{
  display:grid;
  gap:16px;
}

.ccx-model-offer-row{
  position:relative;
  display:grid;
  grid-template-columns:auto minmax(0,1fr) auto;
  align-items:center;
  gap:18px;
  padding:24px 22px 22px;
  border:1px solid #e5e7eb;
  border-radius:24px;
  background:#fff;
  box-shadow:0 14px 32px rgba(17,24,39,.06);
}

.ccx-model-offer-row-best{
  padding:28px 24px 24px;
  border-color:#bbf7d0;
  background:linear-gradient(180deg,#ffffff 0%,#fbfefb 100%);
  box-shadow:0 20px 40px rgba(20,83,45,.08);
}

.ccx-model-offer-row-compact{
  padding:18px 20px;
  border-radius:18px;
  background:#fcfcfd;
  box-shadow:0 8px 20px rgba(17,24,39,.04);
}

.ccx-model-offer-merchant-brand{
  display:flex;
  align-items:center;
  justify-content:center;
}

.ccx-merchant-logo{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:64px;
  min-height:64px;
  padding:0 14px;
  border-radius:18px;
  border:1px solid #dbe2ea;
  background:#fff;
  box-shadow:0 10px 20px rgba(17,24,39,.05);
}

.ccx-model-offer-row-compact .ccx-merchant-logo{
  min-width:52px;
  min-height:52px;
  border-radius:16px;
}

.ccx-merchant-logo-wordmark{
  font-size:13px;
  line-height:1.05;
  font-weight:800;
  letter-spacing:-.02em;
  text-align:center;
}

.ccx-merchant-logo-initials{
  font-size:18px;
  line-height:1;
  font-weight:800;
}

.ccx-merchant-logo.is-darty{
  background:#e11d48;
  border-color:#e11d48;
  color:#fff;
}

.ccx-merchant-logo.is-fnac{
  background:#facc15;
  border-color:#eab308;
  color:#111827;
}

.ccx-merchant-logo.is-electrodepot{
  background:#2563eb;
  border-color:#2563eb;
  color:#fff;
}

.ccx-merchant-logo.is-certideal{
  background:#14532d;
  border-color:#14532d;
  color:#fff;
}

.ccx-merchant-logo.is-cdiscount{
  background:#1d4ed8;
  border-color:#1d4ed8;
  color:#fff;
}

.ccx-merchant-logo.is-generic{
  background:linear-gradient(135deg,#f3f4f6 0%,#e2e8f0 100%);
  color:#111827;
}

.ccx-model-offer-main{
  display:grid;
  gap:9px;
  min-width:0;
}

.ccx-model-offer-merchant{
  font-size:20px;
  line-height:1.1;
}

.ccx-model-offer-title{
  color:#111827;
  font-size:16px;
  font-weight:700;
}

.ccx-model-offer-row-compact .ccx-model-offer-title{
  font-size:14px;
}

.ccx-model-offer-variant{
  color:#4b5563;
  font-size:15px;
  font-weight:600;
}

.ccx-model-offer-row-compact .ccx-model-offer-variant{
  font-size:14px;
}

.ccx-model-offer-specs{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  color:#6b7280;
  font-size:13px;
}

.ccx-model-offer-condition{
  display:inline-flex;
  align-items:center;
  min-height:28px;
  padding:0 10px;
  border-radius:999px;
  background:#f3f4f6;
  color:#374151;
  font-weight:700;
}

.ccx-model-offer-side{
  display:grid;
  gap:14px;
  justify-items:end;
  flex-shrink:0;
}

.ccx-model-offer-row-compact .ccx-model-offer-side{
  gap:10px;
}

.ccx-model-offer-pricing{
  display:grid;
  gap:8px;
  min-width:180px;
}

.ccx-model-offer-metric{
  display:grid;
  gap:2px;
  padding:10px 12px;
  border:1px solid rgba(226,232,240,.95);
  border-radius:14px;
  background:#fff;
}

.ccx-model-offer-metric-label{
  color:#94a3b8;
  font-size:11px;
  font-weight:800;
  letter-spacing:.06em;
  text-transform:uppercase;
}

.ccx-model-offer-metric-value{
  color:#0f172a;
  font-size:15px;
  line-height:1.08;
  font-weight:800;
}

.ccx-model-offer-metric-delivery .ccx-model-offer-metric-value{
  color:#334155;
  font-size:14px;
}

.ccx-model-offer-metric-total{
  background:linear-gradient(180deg,#ffffff 0%,#f8fafc 100%);
  border-color:rgba(76,175,61,.24);
}

.ccx-model-offer-metric-total .ccx-model-offer-metric-value{
  color:#166534;
}

.ccx-model-offer-badge{
  position:absolute;
  top:-13px;
  left:20px;
  display:inline-flex;
  align-items:center;
  min-height:30px;
  padding:0 14px;
  border-radius:999px;
  background:#dcfce7;
  color:#166534;
  font-size:12px;
  font-weight:800;
  letter-spacing:.04em;
  text-transform:uppercase;
}

.ccx-model-offer-row .ccx-product-price{
  font-size:clamp(34px,4vw,42px);
  line-height:.95;
  font-weight:800;
  letter-spacing:-.03em;
}

.ccx-model-offer-row-compact .ccx-product-price{
  font-size:clamp(24px,3vw,28px);
}

.ccx-model-offer-row .ccx-offer-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:0 18px;
  border-radius:999px;
  background:#16a34a;
  color:#fff;
  text-decoration:none;
  font-weight:700;
}

.ccx-model-offer-row .ccx-offer-btn:hover{
  background:#15803d;
}

.ccx-model-offer-row-compact .ccx-offer-btn{
  min-height:40px;
  padding:0 14px;
}

.ccx-model-empty{
  margin:0;
  color:#6b7280;
}

.ccx-model-similar-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(180px,1fr));
  gap:16px;
}

.ccx-model-similar-card{
  display:grid;
  gap:10px;
  padding:18px;
  border:1px solid #edf1f4;
  border-radius:20px;
  background:#fff;
}

.ccx-model-similar-card h3{
  margin:0;
  font-size:16px;
  line-height:1.3;
}

.ccx-model-similar-card h3 a{
  color:#111827;
  text-decoration:none;
}

.ccx-model-similar-image{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:150px;
  padding:12px;
  border-radius:16px;
  background:#f8fafc;
}

.ccx-model-similar-image img{
  width:100%;
  height:126px;
  object-fit:contain;
}

.ccx-model-similar-price,
.ccx-model-similar-meta{
  margin:0;
}

.ccx-model-similar-price{
  color:#14532d;
  font-weight:800;
}

.ccx-model-similar-meta{
  color:#6b7280;
  font-size:13px;
}

@media (max-width: 960px){
  .ccx-catalog-layout{
    grid-template-columns:1fr;
  }

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

  .ccx-model-hero{
    grid-template-columns:1fr;
    padding:28px;
  }

  .ccx-model-gallery-stage{
    min-height:300px;
  }
}

@media (max-width: 640px){
  .ccx-catalog-page{
    padding:0 14px;
  }

  .ccx-catalog-filters-shell{
    padding:18px;
    border-radius:22px;
  }

  .ccx-catalog-filters-top{
    flex-direction:column;
  }

  .ccx-filters{
    padding:18px;
  }

  .ccx-js .ccx-catalog-filters-shell.is-collapsed .ccx-premium-filters-panel{
    display:none;
  }

  .ccx-filter-grid{
    grid-template-columns:1fr;
  }

  .ccx-filter-form-actions{
    flex-direction:column;
    align-items:stretch;
  }

  .ccx-filter-submit,
  .ccx-filter-reset-link,
  .ccx-filter-mobile-toggle,
  .ccx-filters-toggle{
    width:100%;
  }

  .ccx-variant-picker{
    padding:14px;
  }

  .ccx-variant-button{
    width:100%;
  }

  .ccx-variant-picker-options{
    display:grid;
    grid-template-columns:1fr 1fr;
  }

  .ccx-model-offer-row{
    grid-template-columns:1fr;
    align-items:flex-start;
    padding-top:34px;
  }

  .ccx-model-offer-side{
    width:100%;
    justify-items:start;
  }

  .ccx-model-offer-row .ccx-product-price{
    font-size:26px;
  }

  .ccx-model-tabs{
    flex-wrap:wrap;
  }

  .ccx-model-title{
    font-size:32px;
  }

  .ccx-model-section-head{
    align-items:flex-start;
    flex-direction:column;
  }

  .ccx-model-specs,
  .ccx-model-similar{
    padding:18px;
  }
}

/* CCX_FILTER_DISPLAY_FIX_V2 */
.ccx-catalog-filters-shell:not(.is-collapsed) .ccx-premium-filters-panel {
  display: block !important;
}

.ccx-catalog-filters-shell.is-collapsed .ccx-premium-filters-panel {
  display: none !important;
}

/* CCX_PRODUCT_MODEL_OFFER_PROMO_BADGE_CSS_V1 */
.ccx-discount-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  align-self:flex-end;
  margin-bottom:6px;
  padding:5px 9px;
  border-radius:999px;
  background:#dc2626;
  color:#fff;
  font-size:12px;
  font-weight:900;
  line-height:1;
  box-shadow:0 8px 18px rgba(220,38,38,.22);
}

.ccx-old-price{
  display:block;
  margin-top:4px;
  color:#98a2b3;
  font-size:13px;
  font-weight:800;
  text-decoration:line-through;
}

.ccx-promo-stack{
  display:inline-flex;
  flex-direction:column;
  align-items:flex-start;
}

.ccx-model-card-promo{
  margin:6px 0 2px;
}

.ccx-model-hero-promo-wrap{
  margin:12px 0 2px;
}

.ccx-model-hero-promo .ccx-discount-badge{
  align-self:flex-start;
  margin-bottom:4px;
}

@media (max-width:640px){
  .ccx-model-card-media{
    min-height:196px;
    padding:12px 12px 4px;
  }

  .ccx-model-card-main-link{
    min-height:172px;
  }

  .ccx-model-card-image{
    height:176px;
  }

  .ccx-model-card-topline{
    align-items:flex-start;
    flex-direction:column;
    gap:4px;
  }

  .ccx-model-price-stack{
    grid-template-columns:1fr;
  }
}

/* CCX_DESKTOP_FILTERS_LEFT_IDEALO_STRUCT_V1 */
@media (min-width: 1024px){

  .ccx-model-catalog-page .ccx-catalog-layout-wide{
    display:grid !important;
    grid-template-columns:280px minmax(0, 1fr) !important;
    gap:28px !important;
    align-items:start !important;
  }

  .ccx-model-catalog-page .ccx-catalog-filters-shell{
    grid-column:1 !important;
    margin:0 !important;
    padding:0 !important;
    background:transparent !important;
    box-shadow:none !important;
    border:0 !important;
  }

  .ccx-model-catalog-page .ccx-filters.ccx-premium-filters-panel{
  position:static !important;
  top:auto !important;
  width:100% !important;
  max-width:280px !important;
}

  .ccx-model-catalog-page .ccx-products-area{
    grid-column:2 !important;
    min-width:0 !important;
  }

  .ccx-model-catalog-page .ccx-filter-mobile-toggle{
    display:none !important;
  }
}

/* CCX_DESKTOP_FILTERS_PREMIUM_LEFT_V2 */
@media (min-width: 1024px){

  .ccx-model-catalog-page{
    max-width:1220px !important;
    margin-left:auto !important;
    margin-right:auto !important;
    padding-left:22px !important;
    padding-right:22px !important;
  }

  .ccx-model-catalog-page .ccx-catalog-layout-wide{
    grid-template-columns:280px minmax(0, 1fr) !important;
    gap:30px !important;
    margin-top:22px !important;
  }

  .ccx-model-catalog-page .ccx-catalog-filters-shell{
    display:block !important;
  }

  .ccx-model-catalog-page .ccx-catalog-filters-top{
    display:none !important;
  }

  .ccx-model-catalog-page .ccx-filters.ccx-premium-filters-panel{
    max-width:280px !important;
    padding:22px !important;
    border:1px solid rgba(18, 34, 28, .10) !important;
    border-radius:24px !important;
    background:#fff !important;
    box-shadow:0 18px 45px rgba(15, 23, 42, .08) !important;
  }

  .ccx-model-catalog-page .ccx-filter-search{
    margin-bottom:18px !important;
  }

  .ccx-model-catalog-page .ccx-filter-grid{
    display:grid !important;
    grid-template-columns:1fr 1fr !important;
    gap:12px !important;
  }

  .ccx-model-catalog-page .ccx-filter-field-state{
    grid-column:1 / -1 !important;
  }

  .ccx-model-catalog-page .ccx-filter-state-options{
    display:grid !important;
    grid-template-columns:1fr 1fr !important;
    gap:8px !important;
  }

  .ccx-model-catalog-page .ccx-filter-state-pill:first-child{
    grid-column:1 / -1 !important;
  }

  .ccx-model-catalog-page .ccx-filter-state-pill span{
    max-width:100% !important;
    overflow:hidden !important;
    text-overflow:ellipsis !important;
    white-space:nowrap !important;
    font-size:11px !important;
  }

  .ccx-model-catalog-page .ccx-products-area{
    padding-top:0 !important;
  }

  .ccx-model-catalog-page .ccx-sort-bar{
    margin-top:0 !important;
    margin-bottom:22px !important;
  }


}

/* CCX_FILTERS_VERTICAL_REAL_V1 */
@media (min-width: 1024px){

  .ccx-model-catalog-page .ccx-filters.ccx-premium-filters-panel{
    max-width:300px !important;
    padding:24px !important;
  }

  .ccx-model-catalog-page .ccx-filter-grid{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:16px !important;
  }

  .ccx-model-catalog-page .ccx-filter-field{
    width:100% !important;
  }

  .ccx-model-catalog-page .ccx-filter-field label,
  .ccx-model-catalog-page .ccx-filter-state-label{
    display:block !important;
    margin-bottom:7px !important;
    font-size:12px !important;
    font-weight:900 !important;
    color:#17251d !important;
  }

  .ccx-model-catalog-page .ccx-filter-field select,
  .ccx-model-catalog-page .ccx-filter-field input{
    width:100% !important;
    min-height:44px !important;
    border-radius:14px !important;
  }


  .ccx-model-catalog-page .ccx-filter-state-options{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:8px !important;
  }

  .ccx-model-catalog-page .ccx-filter-state-pill,
  .ccx-model-catalog-page .ccx-filter-state-pill:first-child{
    grid-column:auto !important;
    width:100% !important;
  }

  .ccx-model-catalog-page .ccx-filter-state-pill span{
    width:100% !important;
    font-size:12px !important;
    text-align:center !important;
  }

  .ccx-model-catalog-page .ccx-filter-form-actions{
    margin-top:20px !important;
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:10px !important;
  }

  .ccx-model-catalog-page .ccx-filter-submit,
  .ccx-model-catalog-page .ccx-filter-reset-link{
    width:100% !important;
    text-align:center !important;
    justify-content:center !important;
  }
}

/* CCX_PRICE_RANGE_FILTER_IDEALO_V1 */
@media (min-width: 1024px){


  .ccx-model-catalog-page .ccx-filter-price-head{
    display:flex !important;
    justify-content:space-between !important;
    align-items:center !important;
    margin-bottom:12px !important;
    font-size:14px !important;
    font-weight:900 !important;
    color:#17251d !important;
  }

  .ccx-model-catalog-page .ccx-filter-price-head a{
    color:#94a3b8 !important;
    font-size:12px !important;
    font-weight:800 !important;
    text-decoration:none !important;
  }

  .ccx-model-catalog-page .ccx-filter-price-slider{
    position:relative !important;
    height:34px !important;
    margin:4px 0 10px !important;
  }

  .ccx-model-catalog-page .ccx-price-range-input{
    position:absolute !important;
    left:0 !important;
    top:8px !important;
    width:100% !important;
    height:6px !important;
    padding:0 !important;
    border:0 !important;
    background:transparent !important;
    pointer-events:none !important;
    appearance:none !important;
    -webkit-appearance:none !important;
  }

  .ccx-model-catalog-page .ccx-price-range-input::-webkit-slider-runnable-track{
    height:6px !important;
    border-radius:999px !important;
    background:#dbe3ea !important;
  }

  .ccx-model-catalog-page .ccx-price-range-input::-webkit-slider-thumb{
    width:20px !important;
    height:20px !important;
    margin-top:-7px !important;
    border-radius:50% !important;
    border:3px solid #fff !important;
    background:#166534 !important;
    box-shadow:0 6px 16px rgba(20,83,45,.22) !important;
    pointer-events:auto !important;
    appearance:none !important;
    -webkit-appearance:none !important;
  }

  .ccx-model-catalog-page .ccx-price-range-input::-moz-range-track{
    height:6px !important;
    border-radius:999px !important;
    background:#dbe3ea !important;
  }

  .ccx-model-catalog-page .ccx-price-range-input::-moz-range-thumb{
    width:20px !important;
    height:20px !important;
    border-radius:50% !important;
    border:3px solid #fff !important;
    background:#166534 !important;
    box-shadow:0 6px 16px rgba(20,83,45,.22) !important;
    pointer-events:auto !important;
  }

  .ccx-model-catalog-page .ccx-filter-price-values{
    display:grid !important;
    grid-template-columns:1fr 1fr !important;
    gap:10px !important;
  }
}

/* CCX_PRICE_RANGE_ACTIVE_GREEN_V2 */
@media (min-width: 1024px){

  .ccx-model-catalog-page .ccx-filter-price-slider::before{
    content:"" !important;
    position:absolute !important;
    left:0 !important;
    right:0 !important;
    top:10px !important;
    height:6px !important;
    border-radius:999px !important;
    background:
      linear-gradient(
        to right,
        #dbe3ea 0%,
        #dbe3ea var(--ccx-price-min, 0%),
        #166534 var(--ccx-price-min, 0%),
        #166534 var(--ccx-price-max, 100%),
        #dbe3ea var(--ccx-price-max, 100%),
        #dbe3ea 100%
      ) !important;
    pointer-events:none !important;
  }

  .ccx-model-catalog-page .ccx-price-range-input::-webkit-slider-runnable-track{
    background:transparent !important;
  }

  .ccx-model-catalog-page .ccx-price-range-input::-moz-range-track{
    background:transparent !important;
  }

  .ccx-model-catalog-page .ccx-price-range-input::-webkit-slider-thumb{
    background:#166534 !important;
    box-shadow:0 6px 16px rgba(20,83,45,.22) !important;
  }

  .ccx-model-catalog-page .ccx-price-range-input::-moz-range-thumb{
    background:#166534 !important;
    box-shadow:0 6px 16px rgba(20,83,45,.22) !important;
  }
}

/* CCX_PRICE_RANGE_ALWAYS_TOP_V1 */

/* CCX_PRICE_RANGE_HIDE_NATIVE_TRACK_V1 */
@media (min-width: 1024px){

  .ccx-model-catalog-page .ccx-price-range-input{
    background:transparent !important;
    box-shadow:none !important;
    outline:none !important;
  }

  .ccx-model-catalog-page .ccx-price-range-input::-webkit-slider-runnable-track{
    background:transparent !important;
    border:0 !important;
    box-shadow:none !important;
  }

  .ccx-model-catalog-page .ccx-price-range-input::-moz-range-track{
    background:transparent !important;
    border:0 !important;
    box-shadow:none !important;
  }

  .ccx-model-catalog-page .ccx-price-range-input::-moz-range-progress{
    background:transparent !important;
    border:0 !important;
    box-shadow:none !important;
  }

  .ccx-model-catalog-page .ccx-price-range-input::-ms-track{
    background:transparent !important;
    border-color:transparent !important;
    color:transparent !important;
  }
}


/* =========================================================
   CCX MODEL CARDS — PREMIUM CANONICAL
   Une seule source de vérité pour les cartes catalogue.
========================================================= */

.ccx-model-catalog-page .ccx-products-grid.ccx-models-grid{
  grid-auto-rows:max-content !important;
  align-items:start !important;
  gap:18px;
}

.ccx-model-catalog-page .ccx-product-card.ccx-model-card{
  position:relative;
  display:flex;
  height:max-content !important;
  min-height:0 !important;
  max-height:none !important;
  min-width:0;
  align-self:start !important;
  flex-direction:column;
  overflow:hidden;
  padding:15px;
  border:1px solid rgba(203,213,225,.72);
  border-radius:22px;
  background:#fff;
  box-shadow:
    0 1px 2px rgba(15,23,42,.025),
    0 12px 30px rgba(15,23,42,.055);
  transition:
    transform .22s ease,
    border-color .22s ease,
    box-shadow .22s ease;
}

.ccx-model-catalog-page .ccx-product-card.ccx-model-card:hover{
  transform:translateY(-3px);
  border-color:rgba(76,175,61,.48);
  box-shadow:
    0 2px 4px rgba(15,23,42,.035),
    0 20px 42px rgba(15,23,42,.09);
}

.ccx-model-catalog-page .ccx-model-card-ribbon{
  display:none;
}

.ccx-model-catalog-page .ccx-model-card-badge{
  position:absolute;
  top:0;
  left:0;
  right:auto;
  z-index:3;
}

.ccx-model-catalog-page .ccx-model-card .ccx-discount-badge{
  min-width:56px;
  height:30px;
  margin:0;
  padding:0 11px;
  border-radius:21px 0 15px 0;
  background:#4caf3d;
  color:#fff;
  font-size:12px;
  font-weight:850;
  box-shadow:0 7px 16px rgba(76,175,61,.20);
}

.ccx-model-catalog-page .ccx-model-card-media{
  position:relative;
  display:flex;
  height:164px;
  min-height:164px;
  max-height:164px;
  align-items:center;
  justify-content:center;
  margin:0 0 10px;
  padding:4px;
  overflow:hidden;
  border:0;
  background:transparent;
  box-shadow:none;
}

.ccx-model-catalog-page .ccx-model-card-main-link{
  display:flex;
  width:100%;
  height:100%;
  min-height:0;
  align-items:center;
  justify-content:center;
}

.ccx-model-catalog-page .ccx-model-card-image{
  display:block;
  width:100%;
  height:100%;
  max-width:96%;
  max-height:158px;
  margin:0;
  object-fit:contain;
  background:transparent;
  filter:drop-shadow(0 10px 16px rgba(15,23,42,.10));
  transform:scale(1);
  transition:transform .24s ease;
}

.ccx-model-catalog-page
.ccx-product-card.ccx-model-card:hover
.ccx-model-card-image{
  transform:scale(1.025);
}

.ccx-model-catalog-page .ccx-model-card-body{
  display:flex;
  min-width:0;
  flex:0 0 auto !important;
  min-height:0 !important;
  flex-direction:column;
  gap:0;
  padding:0;
}

.ccx-model-catalog-page .ccx-model-card-title{
  min-height:35px;
  max-height:35px;
  margin:0 0 4px;
  overflow:hidden;
  color:#172033;
  font-size:14px;
  font-weight:750;
  line-height:1.25;
  letter-spacing:-.012em;
}

.ccx-model-catalog-page .ccx-model-card-title a{
  display:-webkit-box;
  overflow:hidden;
  color:inherit;
  text-decoration:none;
  text-overflow:ellipsis;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  line-clamp:2;
}

.ccx-model-catalog-page .ccx-product-brand{
  display:none;
}

.ccx-model-catalog-page .ccx-model-card-topline{
  display:block;
  min-height:14px;
  margin:0 0 4px;
}

.ccx-model-catalog-page .ccx-model-card-meta{
  display:block;
  margin:0;
  color:#7b8797;
  font-size:11px;
  font-weight:600;
  line-height:1.35;
}

.ccx-model-catalog-page .ccx-model-card-price-panel{
  display:block;
  margin:0 0 6px;
  padding:0;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
}

.ccx-model-catalog-page .ccx-model-card-price-kicker{
  display:block;
  margin:0 0 4px;
  color:#7b8797;
  font-size:10px;
  font-weight:600;
  line-height:1.2;
  letter-spacing:0;
  text-transform:none;
}

.ccx-model-catalog-page .ccx-model-card-price-line{
  display:flex;
  align-items:baseline;
  gap:8px;
}

.ccx-model-catalog-page .ccx-model-card-price-current{
  color:#111827;
  font-size:19px;
  font-weight:800;
  line-height:1;
  letter-spacing:-.025em;
}

.ccx-model-catalog-page .ccx-model-card .ccx-old-price{
  margin:0;
  color:#94a3b8;
  font-size:12px;
  font-weight:650;
}

.ccx-model-catalog-page .ccx-model-price-stack{
  display:none;
}

.ccx-model-catalog-page .ccx-model-card-cta-wrap{
  display:block;
  flex:0 0 auto !important;
  margin:3px 0 0 !important;
  padding:0 !important;
}

.ccx-model-catalog-page .ccx-offer-btn.ccx-model-card-cta{
  display:flex;
  width:100%;
  min-height:38px;
  align-items:center;
  justify-content:center;
  margin:0;
  padding:0 12px;
  border:0 !important;
  border-radius:999px;
  background-color:#F28C28 !important;
  background-image:linear-gradient(
    135deg,
    #F6A34A 0%,
    #F28C28 55%,
    #E87918 100%
  ) !important;
  background-clip:border-box !important;
  color:#fff !important;
  font-size:12.5px;
  font-weight:800;
  line-height:1;
  text-decoration:none !important;
  outline:0 !important;
  appearance:none;
  -webkit-appearance:none;
  box-shadow:none !important;
  transition:
    background-color .18s ease,
    border-color .18s ease,
    box-shadow .18s ease,
    transform .18s ease;
}

.ccx-model-catalog-page .ccx-offer-btn.ccx-model-card-cta::before,
.ccx-model-catalog-page .ccx-offer-btn.ccx-model-card-cta::after{
  content:none !important;
  display:none !important;
}

.ccx-model-catalog-page .ccx-offer-btn.ccx-model-card-cta:hover{
  border-color:transparent !important;
  background-color:#D97706 !important;
  background-image:linear-gradient(
    135deg,
    #F28C28 0%,
    #E87918 55%,
    #D97706 100%
  ) !important;
  color:#fff !important;
  transform:translateY(-1px);
  box-shadow:none !important;
}

@media (min-width:1181px){
  .ccx-model-catalog-page .ccx-products-grid.ccx-models-grid{
    grid-template-columns:repeat(4,minmax(0,1fr));
  }
}

/* Tablette et petit desktop */
@media (min-width:641px) and (max-width:1180px){
  .ccx-model-catalog-page .ccx-products-grid.ccx-models-grid{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    align-items:start !important;
    gap:12px !important;
  }

  .ccx-model-catalog-page .ccx-model-card-media{
    height:152px;
    min-height:152px;
    max-height:152px;
    margin-bottom:6px;
    overflow:visible;
  }

  .ccx-model-catalog-page .ccx-model-card-image{
    width:100%;
    height:100%;
    max-width:92%;
    max-height:145px;
    object-fit:contain;
  }
}

/* Mobile : deux cartes par ligne */
@media (max-width:640px){
  .ccx-model-catalog-page .ccx-products-grid.ccx-models-grid{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    grid-auto-rows:max-content !important;
    align-items:start !important;
    gap:10px !important;
  }

  .ccx-model-catalog-page .ccx-product-card.ccx-model-card{
    height:auto !important;
    min-height:0 !important;
    min-width:0;
    align-self:start !important;
    padding:10px !important;
    border-radius:18px;
  }

  .ccx-model-catalog-page .ccx-model-card-body{
    flex:0 0 auto !important;
    min-height:0 !important;
  }

  .ccx-model-catalog-page .ccx-model-card-media{
    height:126px !important;
    min-height:126px !important;
    max-height:126px !important;
    margin-bottom:7px;
    padding:2px;
    overflow:visible;
  }

  .ccx-model-catalog-page .ccx-model-card-main-link{
    min-height:0 !important;
  }

  .ccx-model-catalog-page .ccx-model-card-image{
    width:100% !important;
    height:100% !important;
    max-width:96% !important;
    max-height:120px !important;
    object-fit:contain !important;
  }

  .ccx-model-catalog-page .ccx-model-card-title,
  .ccx-model-catalog-page .ccx-model-card-title a{
    min-height:30px !important;
    max-height:30px !important;
    margin-bottom:3px !important;
    font-size:12px !important;
    line-height:1.3 !important;
  }

  .ccx-model-catalog-page .ccx-model-card-topline{
    min-height:13px;
    margin-bottom:3px;
  }

  .ccx-model-catalog-page .ccx-model-card-meta{
    font-size:10px;
  }

  .ccx-model-catalog-page .ccx-model-card-price-kicker{
    font-size:9px;
  }

  .ccx-model-catalog-page .ccx-model-card-price-current{
    font-size:16px !important;
  }

  .ccx-model-catalog-page .ccx-model-card-price-panel{
    margin-bottom:5px;
  }

  .ccx-model-catalog-page .ccx-model-card-cta-wrap{
    margin-top:2px !important;
    padding-top:0 !important;
  }

  .ccx-model-catalog-page .ccx-offer-btn.ccx-model-card-cta{
    min-height:34px;
    padding:0 6px;
    border:0 !important;
    background-color:#F28C28 !important;
    background-image:linear-gradient(
      135deg,
      #F6A34A 0%,
      #F28C28 55%,
      #E87918 100%
    ) !important;
    color:#fff !important;
    font-size:11px;
    box-shadow:none !important;
  }
}

/* CCX_SMARTPHONES_FILTER_SIDEBAR_V1 */
.ccx-model-catalog-page .ccx-smartphones-layout{
  display:grid;
  gap:24px;
}

.ccx-model-catalog-page .ccx-smartphones-sidebar{
  min-width:0;
}

.ccx-model-catalog-page .ccx-smartphones-results,
.ccx-model-catalog-page .ccx-products-area{
  min-width:0;
}

.ccx-model-catalog-page .ccx-catalog-filters-shell{
  margin:0;
  padding:0;
  border:0;
  background:transparent;
  box-shadow:none;
}

.ccx-model-catalog-page .ccx-filter-grid{
  grid-template-columns:1fr;
}

.ccx-model-catalog-page .ccx-filter-form-actions{
  display:grid;
  gap:10px;
}

.ccx-model-catalog-page .ccx-filter-submit,
.ccx-model-catalog-page .ccx-filter-reset-link{
  width:100%;
  justify-content:center;
}

@media (min-width:1024px){
  .ccx-model-catalog-page .ccx-smartphones-layout{
    grid-template-columns:280px minmax(0,1fr);
    align-items:start;
  }

  .ccx-model-catalog-page .ccx-smartphones-sidebar{
    grid-column:1;
    position:sticky;
    top:116px;
    align-self:start;
    min-width:0;
  }

  body.admin-bar .ccx-model-catalog-page .ccx-smartphones-sidebar{
    top:148px;
  }

  .ccx-model-catalog-page .ccx-smartphones-results{
    grid-column:2;
  }

  .ccx-model-catalog-page .ccx-catalog-filters-top,
  .ccx-model-catalog-page .ccx-filter-mobile-toggle{
    display:none;
  }

  .ccx-model-catalog-page .ccx-premium-filters-panel{
  position:static;
  top:auto;
  width:100%;
  max-width:280px;
}
}

@media (max-width:1023px){
  .ccx-model-catalog-page .ccx-catalog-filters-top,
  .ccx-model-catalog-page .ccx-filter-mobile-toggle{
    display:flex;
  }

  .ccx-model-catalog-page .ccx-premium-filters-panel{
    position:static;
    max-width:none;
  }

  .ccx-model-catalog-page .ccx-catalog-filters-shell.is-collapsed .ccx-premium-filters-panel{
    display:none;
  }
}

/* BC-048 — premium filters UX */
.ccx-model-catalog-page .ccx-smartphones-filters-form{
  display:grid;
  gap:0;
}

.ccx-model-catalog-page .ccx-filter-grid{
  display:grid;
  gap:0;
}


.ccx-model-catalog-page .ccx-filter-accordion{
  overflow:hidden;
}

.ccx-model-catalog-page .ccx-filter-section-card{
  padding:10px 0;
  border:0;
  border-bottom:1px solid rgba(148,163,184,.16);
  border-radius:0;
  background:transparent;
  box-shadow:none;
}

.ccx-model-catalog-page .ccx-filter-accordion-summary{
  position:relative;
  display:flex;
  align-items:center;
  min-height:20px;
  padding-right:20px;
  color:#0f172a;
  font-size:12px;
  font-weight:800;
  letter-spacing:.01em;
  line-height:1.25;
  cursor:pointer;
  list-style:none;
}

.ccx-model-catalog-page .ccx-filter-accordion-summary::-webkit-details-marker{
  display:none;
}

.ccx-model-catalog-page .ccx-filter-accordion-summary::after{
  content:"";
  position:absolute;
  right:3px;
  top:50%;
  width:6px;
  height:6px;
  border-right:1px solid #94a3b8;
  border-bottom:1px solid #94a3b8;
  transform:translateY(-65%) rotate(45deg);
  transition:transform .18s ease, border-color .18s ease;
}

.ccx-model-catalog-page .ccx-filter-accordion[open] > .ccx-filter-accordion-summary::after{
  transform:translateY(-35%) rotate(225deg);
  border-color:#0f172a;
}

.ccx-model-catalog-page .ccx-filter-section-body{
  display:grid;
  gap:6px;
  margin-top:8px;
}

.ccx-model-catalog-page .ccx-filter-search-row,
.ccx-model-catalog-page .ccx-filter-field,
.ccx-model-catalog-page .ccx-filter-field-state{
  gap:6px;
}

.ccx-model-catalog-page .ccx-catalog-filters-title{
  position:relative;
  display:inline-flex;
  align-items:center;
  gap:8px;
}

.ccx-model-catalog-page .ccx-catalog-filters-title::after{
  content:"\2699";
  color:#94a3b8;
  font-size:14px;
  font-weight:400;
  line-height:1;
}

.ccx-model-catalog-page .ccx-catalog-filters-subtitle{
  margin-top:4px;
  color:#64748b;
  font-size:12px;
  line-height:1.4;
}

.ccx-model-catalog-page .ccx-filter-search-label,
.ccx-model-catalog-page .ccx-filter-field label,
.ccx-model-catalog-page .ccx-filter-state-label,
.ccx-model-catalog-page .ccx-filter-price-head span{
  color:#334155;
  font-size:12px;
  font-weight:700;
  letter-spacing:.01em;
  line-height:1.3;
}

.ccx-model-catalog-page .ccx-filter-search,
.ccx-model-catalog-page .ccx-filter-field input:not(.ccx-filter-choice-input),
.ccx-model-catalog-page .ccx-filter-field select{
  min-height:38px;
  padding-inline:12px;
  border:1px solid rgba(203,213,225,.9);
  border-radius:10px;
  background:#fbfcfd;
  box-shadow:none;
  color:#0f172a;
}

.ccx-model-catalog-page .ccx-filter-search::placeholder{
  color:#94a3b8;
}

.ccx-model-catalog-page .ccx-filter-search:focus,
.ccx-model-catalog-page .ccx-filter-field input:not(.ccx-filter-choice-input):focus,
.ccx-model-catalog-page .ccx-filter-field select:focus{
  border-color:rgba(22,101,52,.35);
  box-shadow:0 0 0 3px rgba(22,101,52,.08);
  outline:0;
}

.ccx-model-catalog-page .ccx-filter-choice-list,
.ccx-model-catalog-page .ccx-filter-choice-more-list{
  display:grid;
  gap:6px;
}

.ccx-model-catalog-page .ccx-filter-choice-item{
  position:relative;
  display:flex;
  align-items:center;
  width:100%;
  gap:0;
  min-height:28px;
  margin:0;
  padding:3px 8px 3px 4px;
  color:#0f172a;
  cursor:pointer;
  text-decoration:none;
  border-radius:6px;
  transition:background-color .16s ease, color .16s ease;
}

.ccx-model-catalog-page .ccx-filter-choice-input{
  position:absolute;
  opacity:0;
  pointer-events:none;
}

.ccx-model-catalog-page .ccx-filter-choice-box{
  display:inline-block;
  box-sizing:border-box;
  position:relative;
  width:14px;
  height:14px;
  flex:0 0 14px;
  margin-right:12px;
  align-self:center;
  border:1px solid #cbd5e1;
  border-radius:4px;
  background:#fff;
  transition:border-color .16s ease, background-color .16s ease;
}

.ccx-model-catalog-page .ccx-filter-choice-item.is-selected .ccx-filter-choice-box{
  border-color:#166534;
  background:#166534;
}

.ccx-model-catalog-page .ccx-filter-choice-item:hover .ccx-filter-choice-box{
  border-color:#94a3b8;
}

.ccx-model-catalog-page .ccx-filter-choice-item:hover{
  background:rgba(148,163,184,.08);
}

.ccx-model-catalog-page .ccx-filter-choice-item.is-selected .ccx-filter-choice-box::after{
  content:"";
  position:absolute;
  left:3px;
  top:0;
  width:5px;
  height:8px;
  border-right:1.5px solid #fff;
  border-bottom:1.5px solid #fff;
  transform:rotate(45deg);
}

.ccx-model-catalog-page .ccx-filter-choice-label{
  min-width:0;
  flex:1 1 auto;
  color:#1f2937;
  font-size:13px;
  font-weight:600;
  line-height:1.3;
}

.ccx-model-catalog-page .ccx-filter-choice-item:hover .ccx-filter-choice-label{
  color:#0f172a;
}

.ccx-model-catalog-page .ccx-filter-choice-item.is-selected{
  background:rgba(22,101,52,.08);
}

.ccx-model-catalog-page .ccx-filter-choice-item.is-selected .ccx-filter-choice-label{
  color:#14532d;
  font-weight:700;
}

.ccx-model-catalog-page .ccx-filter-choice-count{
  flex:0 0 auto;
  color:#94a3b8;
  font-size:12px;
  line-height:1;
}

.ccx-model-catalog-page .ccx-filter-choice-more{
  margin-top:2px;
}

.ccx-model-catalog-page .ccx-filter-choice-more-summary{
  color:#64748b;
  font-size:12px;
  font-weight:600;
  line-height:1.4;
  cursor:pointer;
  list-style:none;
}

.ccx-model-catalog-page .ccx-filter-choice-more-summary::-webkit-details-marker{
  display:none;
}

.ccx-model-catalog-page .ccx-filter-choice-more-summary:hover{
  color:#0f172a;
}

.ccx-model-catalog-page .ccx-filter-choice-more-list{
  margin-top:6px;
}

.ccx-model-catalog-page .ccx-filter-price-values{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:8px;
}

.ccx-model-catalog-page .ccx-filter-price-head{
  display:flex;
  justify-content:flex-end;
  align-items:center;
  min-height:16px;
  margin-bottom:2px;
}

.ccx-model-catalog-page .ccx-filter-price-slider{
  position:relative;
  height:32px;
  margin-block:4px 2px;
}

.ccx-model-catalog-page .ccx-filter-price-slider::before{
  content:"";
  position:absolute;
  inset:9px 0 auto;
  height:4px;
  border-radius:999px;
  background:linear-gradient(
    to right,
    #dbe3ea 0%,
    #dbe3ea var(--ccx-price-min, 0%),
    #166534 var(--ccx-price-min, 0%),
    #166534 var(--ccx-price-max, 100%),
    #dbe3ea var(--ccx-price-max, 100%),
    #dbe3ea 100%
  );
  pointer-events:none;
}

.ccx-model-catalog-page .ccx-filter-price-head a{
  color:#94a3b8 !important;
  font-size:12px;
  font-weight:600;
  text-decoration:none;
}

.ccx-model-catalog-page .ccx-filter-price-head a:hover{
  color:#64748b !important;
}

.ccx-model-catalog-page .ccx-price-range-input{
  position:absolute !important;
  left:0 !important;
  top:8px !important;
  width:100% !important;
  height:4px !important;
  padding:0 !important;
  border:0 !important;
  background:transparent !important;
  box-shadow:none !important;
  outline:none !important;
  pointer-events:none !important;
  appearance:none !important;
  -webkit-appearance:none !important;
}

.ccx-model-catalog-page .ccx-price-range-input::-webkit-slider-runnable-track{
  height:4px !important;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
}

.ccx-model-catalog-page .ccx-price-range-input::-webkit-slider-thumb{
  width:16px !important;
  height:16px !important;
  margin-top:-6px !important;
  border:2px solid #fff !important;
  border-radius:50% !important;
  background:#166534 !important;
  box-shadow:0 6px 16px rgba(20,83,45,.22) !important;
  pointer-events:auto !important;
  appearance:none !important;
  -webkit-appearance:none !important;
}

.ccx-model-catalog-page .ccx-price-range-input::-moz-range-track{
  height:4px !important;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
}

.ccx-model-catalog-page .ccx-price-range-input::-moz-range-progress{
  background:transparent !important;
}

.ccx-model-catalog-page .ccx-price-range-input::-moz-range-thumb{
  width:16px !important;
  height:16px !important;
  border:2px solid #fff !important;
  border-radius:50% !important;
  background:#166534 !important;
  box-shadow:0 6px 16px rgba(20,83,45,.22) !important;
  pointer-events:auto !important;
}

.ccx-model-catalog-page .ccx-filter-price-slider-track{
  height:4px;
  border-radius:999px;
}

.ccx-model-catalog-page .ccx-filter-price-slider-thumb{
  width:16px;
  height:16px;
  border-radius:50%;
  box-shadow:0 6px 16px rgba(20,83,45,.22);
}

.ccx-model-catalog-page .ccx-filter-actions-panel{
  display:flex;
  justify-content:flex-start;
  margin-top:10px;
  gap:6px;
}

.ccx-model-catalog-page .ccx-filter-submit{
  display:none !important;
}

.ccx-model-catalog-page .ccx-filter-reset-link{
  width:auto;
  min-height:34px;
  padding:0 14px;
  border:1px solid rgba(203,213,225,.95);
  border-radius:999px;
  background:#f8fafc;
  box-shadow:none;
  color:#64748b;
  font-size:12px;
  font-weight:700;
}

.ccx-model-catalog-page .ccx-filter-reset-link:hover{
  color:#0f172a;
  background:#f1f5f9;
}

.ccx-model-catalog-page .ccx-active-filter-bar{
  display:grid;
  gap:6px;
  margin:0 0 12px;
  padding:0 0 10px;
  border:0;
  border-bottom:1px solid rgba(148,163,184,.16);
  border-radius:0;
  background:transparent;
  box-shadow:none;
}

.ccx-model-catalog-page .ccx-active-filter-bar-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
}

.ccx-model-catalog-page .ccx-active-filter-title{
  color:#334155;
  font-size:12px;
  font-weight:800;
}

.ccx-model-catalog-page .ccx-active-filter-chips{
  gap:6px;
}

.ccx-model-catalog-page .ccx-filter-chip{
  min-height:28px;
  padding:0 10px;
  border-color:rgba(22,101,52,.12);
  border-radius:999px;
  background:#f7fbf8;
  color:#166534;
  box-shadow:none;
}

.ccx-model-catalog-page .ccx-filter-chip span{
  color:#475569;
  font-size:12px;
}

.ccx-model-catalog-page .ccx-active-filter-clear{
  color:#64748b;
  font-size:12px;
  font-weight:700;
  text-decoration:none;
}

.ccx-model-catalog-page .ccx-active-filter-clear:hover{
  color:#0f172a;
}

@media (max-width:1023px){
  .ccx-model-catalog-page .ccx-active-filter-bar{
    padding:10px 12px;
  }

  .ccx-model-catalog-page .ccx-active-filter-bar-head{
    align-items:flex-start;
    flex-direction:column;
  }
}

@media (min-width:1024px){
  .ccx-model-catalog-page .ccx-premium-filters-panel{
    padding:16px 16px 14px;
    border:1px solid rgba(15,23,42,.06);
    border-radius:18px;
    background:#fff;
    box-shadow:0 10px 24px rgba(15,23,42,.045);
  }
}


/* BC-043 — Catalogue root visual polish */
.ccx-catalog-root-page{
  background:
    radial-gradient(circle at top left, rgba(37,99,235,.08), transparent 34rem),
    linear-gradient(180deg, #f8fafc 0%, #ffffff 42%);
  min-height: 72vh;
}

.ccx-catalog-root-page .ccx-catalog-root-hero{
  padding: 4.5rem 0 1.5rem;
}

.ccx-catalog-root-page .ccx-catalog-title{
  max-width: 58rem;
  font-size: clamp(2.15rem, 4vw, 4.25rem);
  line-height: .98;
  letter-spacing: -.055em;
}

.ccx-catalog-root-page .ccx-products-count{
  max-width: 44rem;
  margin-top: 1rem;
  color: #64748b;
  font-size: 1.08rem;
  line-height: 1.65;
}

.ccx-catalog-root-page .ccx-catalog-root-section{
  padding: 1.5rem 0 5rem;
}

.ccx-catalog-root-page .ccx-catalog-root-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.ccx-catalog-root-page .ccx-catalog-root-card{
  position: relative;
  display: flex;
  min-height: 9.5rem;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.15rem;
  padding: 1.35rem;
  border: 1px solid rgba(15,23,42,.08);
  border-radius: 1.4rem;
  background: rgba(255,255,255,.86);
  box-shadow: 0 18px 42px rgba(15,23,42,.07);
  color: #0f172a;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.ccx-catalog-root-page .ccx-catalog-root-card:hover{
  transform: translateY(-3px);
  border-color: rgba(37,99,235,.28);
  box-shadow: 0 24px 56px rgba(15,23,42,.12);
}

.ccx-catalog-root-page .ccx-catalog-root-card-title{
  display: block;
  max-width: 85%;
  font-size: 1.08rem;
  font-weight: 800;
  letter-spacing: -.025em;
}

.ccx-catalog-root-page .ccx-catalog-root-card-desc{
  display: block;
  max-width: 92%;
  color: #64748b;
  font-size: .92rem;
  line-height: 1.45;
}

.ccx-catalog-root-page .ccx-catalog-root-card-arrow{
  position: absolute;
  right: 1.15rem;
  top: 1.1rem;
  display: grid;
  width: 2rem;
  height: 2rem;
  place-items: center;
  border-radius: 999px;
  background: #f1f5f9;
  color: #2563eb;
  font-weight: 800;
}

@media (max-width: 980px){
  .ccx-catalog-root-page .ccx-catalog-root-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px){
  .ccx-catalog-root-page .ccx-catalog-root-hero{
    padding: 3rem 0 1rem;
  }

  .ccx-catalog-root-page .ccx-catalog-root-grid{
    grid-template-columns: 1fr;
  }

  .ccx-catalog-root-page .ccx-catalog-root-card{
    min-height: 8.25rem;
  }
}


/* ==========================================================
   FE-001 — Catalogue hierarchy and spacing
   Scope: visual hierarchy only. No routing, no data, no PHP.
   ========================================================== */

.ccx-catalog-page{
  max-width:1280px;
  margin:36px auto 64px;
}

.ccx-catalog-title{
  margin:0 0 18px;
  color:#111827;
  font-size:34px;
  line-height:1.08;
  letter-spacing:-.035em;
}

.ccx-products-count{
  margin:0 0 26px;
  color:#64748b;
  font-size:14px;
  font-weight:650;
}

.ccx-child-cats{
  margin-bottom:32px;
}

.ccx-sort-bar{
  margin:22px 0 28px;
}

.ccx-products-grid{
  grid-template-columns:repeat(auto-fill,minmax(245px,1fr));
  gap:24px;
}

.ccx-product-card{
  border-color:rgba(15,23,42,.08);
  border-radius:22px;
  padding:18px;
  box-shadow:0 14px 34px rgba(15,23,42,.06);
}

.ccx-product-title{
  min-height:42px;
  margin-bottom:10px;
  color:#111827;
  font-size:15.5px;
  line-height:1.35;
  font-weight:850;
  letter-spacing:-.015em;
}

.ccx-product-price{
  color:#EC8222;
  font-size:22px;
  line-height:1.05;
  font-weight:950;
  letter-spacing:-.035em;
}

.ccx-product-brand,
.ccx-product-merchant{
  color:#7c8594;
  font-size:12px;
  font-weight:750;
}

.ccx-product-image{
  height:172px;
  margin-bottom:16px;
}

.ccx-offer-btn{
  min-height:36px;
  border-radius:999px;
  font-weight:900;
}

@media (max-width:760px){
  .ccx-catalog-page{
    margin-top:24px;
    padding:0 14px;
  }

  .ccx-products-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:14px;
  }

  .ccx-product-card{
    padding:14px;
    border-radius:18px;
  }

  .ccx-product-image{
    height:145px;
  }
}

@media (max-width:460px){
  .ccx-products-grid{
    grid-template-columns:1fr;
  }
}


/* BC-048 — final polish smartphone filters */
.ccx-model-catalog-page .ccx-filter-search-row .ccx-filter-section-body{
  position:relative;
}

.ccx-model-catalog-page .ccx-filter-search{
  padding-left:38px;
  background-color:#fbfcfd;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2394a3b8' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='6.5'/%3E%3Cpath d='M16 16l4.25 4.25'/%3E%3C/svg%3E");
  background-position:14px 50%;
  background-repeat:no-repeat;
  background-size:15px 15px;
}

.ccx-model-catalog-page .ccx-smartphones-layout{
  gap:22px;
}

.ccx-model-catalog-page .ccx-filter-accordion-summary{
  font-size:11.5px;
}

.ccx-model-catalog-page .ccx-filter-section-body{
  gap:5px;
  margin-top:7px;
}

.ccx-model-catalog-page .ccx-filter-choice-list,
.ccx-model-catalog-page .ccx-filter-choice-more-list{
  gap:4px;
}

.ccx-model-catalog-page .ccx-filter-choice-item{
  min-height:24px;
  padding:2px 6px 2px 2px;
}

.ccx-model-catalog-page .ccx-filter-choice-box{
  width:13px;
  height:13px;
  flex:0 0 13px;
  margin-right:10px;
}

.ccx-model-catalog-page .ccx-filter-choice-item.is-selected .ccx-filter-choice-box::after{
  left:3px;
  top:-1px;
  width:4px;
  height:7px;
}

.ccx-model-catalog-page .ccx-filter-choice-label,
.ccx-model-catalog-page .ccx-filter-choice-count{
  font-size:13px;
}

.ccx-model-catalog-page .ccx-filter-choice-label{
  line-height:1.25;
}

.ccx-model-catalog-page .ccx-filter-price-head{
  min-height:18px;
  margin-bottom:3px;
}

.ccx-model-catalog-page .ccx-filter-price-slider{
  height:30px;
  margin-block:5px 3px;
}

/* BC-050 — premium filter section headers */
.ccx-model-catalog-page .ccx-filter-section-card{
  padding:7px 0;
  border-bottom-color:rgba(148,163,184,.18);
}

.ccx-model-catalog-page .ccx-filter-accordion-summary{
  color:#334155;
  font-size:13px;
  font-weight:600;
  letter-spacing:.01em;
}

.ccx-model-catalog-page .ccx-filter-accordion-summary::after{
  width:5px;
  height:5px;
  border-color:#cbd5e1;
}

.ccx-model-catalog-page .ccx-filter-accordion[open] > .ccx-filter-accordion-summary::after{
  border-color:#94a3b8;
}

.ccx-model-catalog-page .ccx-filter-section-body{
  gap:5px;
  margin-top:8px;
}

.ccx-model-catalog-page .ccx-filter-choice-list,
.ccx-model-catalog-page .ccx-filter-choice-more-list{
  gap:4px;
}

.ccx-model-catalog-page .ccx-filter-choice-item{
  min-height:26px;
}

.ccx-model-catalog-page .ccx-filter-price-slider::before{
  inset:10px 0 auto;
  height:3px;
  background:linear-gradient(
    to right,
    #dbe3ea 0%,
    #dbe3ea var(--ccx-price-min, 0%),
    #166534 var(--ccx-price-min, 0%),
    #166534 var(--ccx-price-max, 100%),
    #dbe3ea var(--ccx-price-max, 100%),
    #dbe3ea 100%
  );
}

.ccx-model-catalog-page .ccx-price-range-input{
  top:9px !important;
  height:3px !important;
}

.ccx-model-catalog-page .ccx-price-range-input::-webkit-slider-runnable-track,
.ccx-model-catalog-page .ccx-price-range-input::-moz-range-track{
  height:3px !important;
}

.ccx-model-catalog-page .ccx-price-range-input::-webkit-slider-thumb{
  width:15px !important;
  height:15px !important;
  margin-top:-6px !important;
  border:2px solid #fff !important;
  background:#166534 !important;
  box-shadow:0 7px 16px rgba(15,23,42,.12), 0 3px 8px rgba(20,83,45,.18) !important;
}

.ccx-model-catalog-page .ccx-price-range-input::-moz-range-thumb{
  width:15px !important;
  height:15px !important;
  border:2px solid #fff !important;
  background:#166534 !important;
  box-shadow:0 7px 16px rgba(15,23,42,.12), 0 3px 8px rgba(20,83,45,.18) !important;
}

.ccx-model-catalog-page .ccx-filter-price-values{
  gap:7px;
}

.ccx-model-catalog-page .ccx-filter-actions-panel{
  display:block;
  margin-top:12px;
  text-align:center;
}

.ccx-model-catalog-page .ccx-filter-reset-link{
  display:inline-block;
  width:auto;
  min-height:0;
  padding:0;
  border:0;
  border-radius:0;
  background:transparent;
  color:#94a3b8;
  font-size:12px;
  font-weight:600;
  line-height:1.4;
  text-decoration:none;
}

.ccx-model-catalog-page .ccx-filter-reset-link:hover{
  color:#64748b;
  background:transparent;
  text-decoration:underline;
  text-underline-offset:2px;
}

@media (min-width:1024px){
  .ccx-model-catalog-page .ccx-smartphones-layout{
    grid-template-columns:248px minmax(0,1fr);
  }

  .ccx-model-catalog-page .ccx-premium-filters-panel{
    max-width:248px;
  }


}


/* BC-049 — CMonChoix Premium Catalogue pass */
.ccx-model-catalog-page{max-width:1320px;margin:32px auto 72px;}
.ccx-model-catalog-page .ccx-breadcrumb,.ccx-model-catalog-page .ccx-breadcrumb-link{color:#94a3b8;font-size:12px;}
.ccx-model-catalog-page .ccx-breadcrumb{margin-bottom:14px;}
.ccx-model-catalog-page .ccx-breadcrumb-link:hover{color:#64748b;}
.ccx-model-catalog-page .ccx-catalog-title{margin:0 0 8px;color:#0f172a;font-size:38px;line-height:1.02;letter-spacing:-.045em;}
.ccx-model-catalog-page .ccx-products-count{margin:0 0 30px;color:#64748b;font-size:14px;font-weight:700;}
.ccx-model-catalog-page .ccx-smartphones-layout{gap:26px;align-items:start;}
.ccx-model-catalog-page .ccx-smartphones-layout.no-filters{grid-template-columns:minmax(0,1fr);}
.ccx-model-catalog-page .ccx-smartphones-layout.no-filters .ccx-smartphones-results{grid-column:1 / -1;}

.ccx-model-catalog-page .ccx-catalog-filters-shell,.ccx-model-catalog-page .ccx-sort-bar{border-radius:24px;}
.ccx-model-catalog-page .ccx-sort-bar{display:flex;justify-content:flex-end;margin:0 0 24px;padding:14px 16px;}
.ccx-model-catalog-page .ccx-sort-form{display:flex;align-items:center;gap:10px;margin:0;}
.ccx-model-catalog-page .ccx-sort-form label,.ccx-model-catalog-page .ccx-model-card-price-kicker{color:#64748b !important;}
.ccx-model-catalog-page .ccx-sort-form label{font-size:12px;font-weight:700;}
.ccx-model-catalog-page .ccx-sort-form select{min-height:40px;padding:0 40px 0 14px;border:1px solid rgba(203,213,225,.95);border-radius:999px;background:#fff;color:#0f172a;font-size:13px;font-weight:700;box-shadow:0 4px 14px rgba(15,23,42,.04);}
.ccx-model-catalog-page .ccx-filters.ccx-premium-filters-panel{padding:18px 18px 16px;border-radius:24px;border-color:rgba(226,232,240,.9);background:transparent;box-shadow:none;}


@media (min-width:1024px){.ccx-model-catalog-page .ccx-smartphones-layout{grid-template-columns:250px minmax(0,1fr);} .ccx-model-catalog-page .ccx-premium-filters-panel{max-width:250px;}}
@media (max-width:1023px){.ccx-model-catalog-page{margin:24px auto 56px;} .ccx-model-catalog-page .ccx-sort-bar{justify-content:stretch;padding:12px 14px;} .ccx-model-catalog-page .ccx-sort-form{width:100%;justify-content:space-between;} .ccx-model-catalog-page .ccx-sort-form select{min-width:0;max-width:62%;}}
@media (max-width:760px){.ccx-model-catalog-page .ccx-catalog-title{font-size:31px;} .ccx-model-catalog-page .ccx-products-count{margin-bottom:22px;}}

/* BC-051 — filters aligned with the offer button palette */
.ccx-model-catalog-page{
  --ccx-catalog-green:#4caf3d;
  --ccx-catalog-green-dark:#14532d;
  --ccx-catalog-green-soft:#eaffef;
  --ccx-catalog-green-border:rgba(76,175,61,.35);
}


.ccx-model-catalog-page .ccx-filter-choice-item.is-selected{
  background:var(--ccx-catalog-green-soft);
}

.ccx-model-catalog-page .ccx-filter-choice-item.is-selected .ccx-filter-choice-box{
  border-color:var(--ccx-catalog-green);
  background:var(--ccx-catalog-green);
}

.ccx-model-catalog-page .ccx-filter-choice-item.is-selected .ccx-filter-choice-label,
.ccx-model-catalog-page .ccx-filter-chip{
  color:var(--ccx-catalog-green-dark);
}

.ccx-model-catalog-page .ccx-filter-chip{
  border-color:var(--ccx-catalog-green-border);
  background:var(--ccx-catalog-green-soft);
}

.ccx-model-catalog-page .ccx-filter-price-slider::before{
  background:linear-gradient(
    to right,
    #dbe3ea 0%,
    #dbe3ea var(--ccx-price-min, 0%),
    var(--ccx-catalog-green) var(--ccx-price-min, 0%),
    var(--ccx-catalog-green) var(--ccx-price-max, 100%),
    #dbe3ea var(--ccx-price-max, 100%),
    #dbe3ea 100%
  ) !important;
}

.ccx-model-catalog-page .ccx-price-range-input::-webkit-slider-thumb{
  background:var(--ccx-catalog-green) !important;
  box-shadow:0 7px 16px rgba(15,23,42,.12), 0 3px 8px rgba(76,175,61,.20) !important;
}

.ccx-model-catalog-page .ccx-price-range-input::-moz-range-thumb{
  background:var(--ccx-catalog-green) !important;
  box-shadow:0 7px 16px rgba(15,23,42,.12), 0 3px 8px rgba(76,175,61,.20) !important;
}

.ccx-model-catalog-page .ccx-filter-price-input label{
  color:#334155 !important;
  font-size:13px !important;
  font-weight:600 !important;
  letter-spacing:.01em;
  line-height:1.25;
}

/* BC-052 — smartphone detail aligned with canonical product pages */
.ccx-model-detail-page{
  --ccx-detail-green:#4caf3d;
  --ccx-detail-green-dark:#14532d;
  --ccx-detail-orange:#f97316;
  max-width:1320px;
  margin:28px auto 72px;
}

.ccx-model-detail-page .ccx-breadcrumb,
.ccx-model-detail-page .ccx-breadcrumb-link{
  color:#94a3b8;
  font-size:12px;
}

.ccx-model-detail-page .ccx-breadcrumb{
  margin-bottom:14px;
}

.ccx-model-detail-page .ccx-model-hero{
  grid-template-columns:minmax(360px,42%) minmax(0,1fr);
  gap:28px;
  margin-bottom:24px;
  padding:18px;
  border-color:rgba(226,232,240,.95);
  border-radius:28px;
  background:#fff;
  box-shadow:0 18px 44px rgba(15,23,42,.07);
}

.ccx-model-detail-page .ccx-model-gallery-stage{
  min-height:390px;
  padding:24px;
  border:0;
  border-radius:22px;
  background:
    radial-gradient(circle at 18% 10%,rgba(236,130,34,.10),transparent 42%),
    radial-gradient(circle at 88% 88%,rgba(76,175,61,.10),transparent 38%),
    #fbfcf8;
}

.ccx-model-detail-page .ccx-model-hero-image{
  width:auto;
  max-width:92%;
  max-height:330px;
  filter:drop-shadow(0 18px 24px rgba(15,23,42,.10));
}

.ccx-model-detail-page .ccx-model-gallery-thumbs{
  display:flex;
  justify-content:center;
}

.ccx-model-detail-page .ccx-model-gallery-thumb{
  width:58px;
  min-height:58px;
  flex:0 0 58px;
  border-radius:13px;
}

.ccx-model-detail-page .ccx-model-gallery-thumb img{
  height:42px;
}

.ccx-model-detail-page .ccx-model-gallery-thumb.is-active{
  border-color:var(--ccx-detail-orange);
  box-shadow:0 8px 20px rgba(242,140,40,.18);
}

.ccx-model-detail-page .ccx-model-hero-copy{
  gap:12px;
  padding:16px 10px 12px 0;
  align-content:center;
}

.ccx-model-detail-page .ccx-model-category-kicker,
.ccx-model-detail-page .ccx-model-section-kicker{
  display:block;
  color:var(--ccx-detail-orange);
  font-size:11px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.ccx-model-detail-page .ccx-model-category-kicker{
  width:max-content;
  padding:6px 10px;
  border-radius:999px;
  background:rgba(236,130,34,.10);
}

.ccx-model-detail-page .ccx-model-title{
  margin:0;
  color:#0f172a;
  font-size:clamp(34px,3.2vw,48px);
  line-height:1.02;
  letter-spacing:-.045em;
}

.ccx-model-detail-page .ccx-model-hero-pricing{
  gap:12px;
}

.ccx-model-detail-page .ccx-model-price-lead{
  padding:16px 18px;
  border:1px solid rgba(226,232,240,.95);
  border-radius:16px;
  background:#fff;
  color:#0f172a;
  box-shadow:none;
}

.ccx-model-detail-page .ccx-model-price-lead-label{
  color:#64748b;
  letter-spacing:.06em;
}

.ccx-model-detail-page .ccx-model-price-lead-value{
  color:var(--ccx-detail-orange);
  font-size:38px;
}

.ccx-model-detail-page .ccx-model-highlights{
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:8px;
  font-size:13px;
}

.ccx-model-detail-page .ccx-model-highlights li{
  padding:10px 11px;
  border:1px solid rgba(226,232,240,.9);
  border-radius:12px;
  background:#f8fafc;
}

.ccx-model-detail-page .ccx-model-price-stack-hero{
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
}

.ccx-model-detail-page .ccx-model-price-card{
  padding:12px 14px;
  border-radius:13px;
  box-shadow:none;
}

.ccx-model-detail-page .ccx-model-hero-actions{
  gap:10px;
}

.ccx-model-detail-page .ccx-model-best-price-btn,
.ccx-model-detail-page .ccx-model-compare-btn{
  display:inline-flex;
  min-height:42px;
  align-items:center;
  justify-content:center;
  padding:0 16px;
  border-radius:12px;
  font-size:13px;
  font-weight:800;
  text-decoration:none;
}

.ccx-model-detail-page .ccx-model-best-price-btn{
  border:1px solid var(--ccx-detail-green);
  background:var(--ccx-detail-green);
  color:#fff;
  box-shadow:0 10px 20px rgba(76,175,61,.20);
}

.ccx-model-detail-page .ccx-model-best-price-btn:hover{
  border-color:var(--ccx-detail-green-dark);
  background:var(--ccx-detail-green-dark);
  color:#fff;
}

.ccx-model-detail-page .ccx-model-compare-btn{
  border:1px solid #dbe3ea;
  background:#fff;
  color:#0f172a;
  box-shadow:none;
}

.ccx-model-detail-page .ccx-model-compare-btn:hover{
  border-color:#94a3b8;
  background:#f8fafc;
  color:#0f172a;
}

.ccx-model-detail-page .ccx-model-offers-section,
.ccx-model-detail-page .ccx-variant-configurator,
.ccx-model-detail-page .ccx-model-specs,
.ccx-model-detail-page .ccx-model-similar{
  margin:0 0 22px;
  padding:22px;
  border:1px solid rgba(226,232,240,.95);
  border-radius:26px;
  background:#fff;
  box-shadow:0 16px 38px rgba(15,23,42,.055);
}

.ccx-model-detail-page .ccx-variant-configurator{
  position:relative;
  overflow:hidden;
  margin:0 0 22px;
  padding:20px 22px;
}

.ccx-model-detail-page .ccx-variant-configurator::before{
  content:"";
  position:absolute;
  inset:0 auto 0 0;
  width:4px;
  background:linear-gradient(180deg,var(--ccx-detail-orange),var(--ccx-detail-green));
}

.ccx-model-detail-page .ccx-variant-configurator-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:24px;
  margin-bottom:16px;
}

.ccx-model-detail-page .ccx-variant-configurator-head h2{
  margin:3px 0 0;
  color:#0f172a;
  font-size:20px;
  line-height:1.15;
}

.ccx-model-detail-page .ccx-variant-configurator-head p{
  margin:0;
  color:#64748b;
  font-size:12px;
}

.ccx-model-detail-page .ccx-variant-configurator-grid{
  display:grid;
  grid-template-columns:minmax(180px,.55fr) minmax(0,1.45fr);
  gap:14px;
}

.ccx-model-detail-page .ccx-variant-configurator-field{
  min-width:0;
  padding:12px 14px;
  border:1px solid #e5eaf0;
  border-radius:15px;
  background:#fbfcfd;
}

.ccx-model-detail-page .ccx-variant-configurator-field .ccx-variant-picker-label{
  display:block;
  margin-bottom:9px;
  color:#64748b;
  font-size:11px;
  letter-spacing:.055em;
}

.ccx-model-detail-page .ccx-variant-configurator .ccx-variant-button{
  min-height:36px;
  padding:8px 13px;
  border-radius:11px;
  box-shadow:none;
  font-size:12px;
}

.ccx-model-detail-page .ccx-variant-configurator .ccx-variant-button.is-active{
  border-color:var(--ccx-detail-green);
  background:#edf9ef;
  color:#14532d;
  box-shadow:inset 0 0 0 1px rgba(76,175,61,.14);
}

.ccx-model-detail-page .ccx-model-offers-section .ccx-variant-picker{
  display:none;
}

.ccx-model-detail-page .ccx-model-offers-head{
  align-items:flex-end;
}

.ccx-model-detail-page .ccx-model-offers-head h2{
  margin:4px 0 0;
}

.ccx-model-detail-page .ccx-model-tabs{
  margin-bottom:14px;
}

.ccx-model-detail-page .ccx-model-tab{
  min-width:150px;
  min-height:40px;
  border-radius:12px;
  font-size:13px;
  font-weight:700;
}

.ccx-model-detail-page .ccx-model-tab.is-active{
  border-color:var(--ccx-detail-orange);
  background:var(--ccx-detail-orange);
  color:#fff;
  box-shadow:0 8px 18px rgba(242,140,40,.18);
}

.ccx-model-detail-page .ccx-model-tab-panel{
  padding:0;
  border:0;
  border-radius:0;
  box-shadow:none;
}

.ccx-model-detail-page .ccx-variant-picker{
  border-color:rgba(226,232,240,.95);
  background:#fbfcfd;
  box-shadow:none;
}

.ccx-model-detail-page .ccx-model-offers-list{
  gap:10px;
}

.ccx-model-detail-page .ccx-model-offer-row,
.ccx-model-detail-page .ccx-model-offer-row-best,
.ccx-model-detail-page .ccx-model-offer-row-compact{
  padding:14px 16px;
  border-radius:16px;
  box-shadow:none;
}

.ccx-model-detail-page .ccx-model-offer-row-best{
  border-color:rgba(76,175,61,.30);
  background:#fbfefb;
}

.ccx-model-detail-page .ccx-model-offer-row .ccx-product-price{
  color:var(--ccx-detail-orange);
  font-size:26px;
}

.ccx-model-detail-page .ccx-model-offer-row .ccx-offer-btn{
  min-height:40px;
  border-radius:11px;
  background:var(--ccx-detail-green);
}

.ccx-model-detail-page .ccx-model-offer-pricing{
  min-width:190px;
}

.ccx-model-detail-page .ccx-model-trust-strip{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
  margin:0 0 22px;
  padding:16px 20px;
  border:1px solid rgba(226,232,240,.95);
  border-radius:20px;
  background:#fff;
  box-shadow:0 12px 28px rgba(15,23,42,.045);
}

.ccx-model-detail-page .ccx-model-trust-strip div{
  display:grid;
  gap:3px;
}

.ccx-model-detail-page .ccx-model-trust-strip strong{
  color:#0f172a;
  font-size:13px;
}

.ccx-model-detail-page .ccx-model-trust-strip span{
  color:#64748b;
  font-size:11px;
}

.ccx-model-detail-page .ccx-model-specs-grid{
  grid-template-columns:repeat(3,minmax(0,1fr));
}

@media (max-width:980px){
  .ccx-model-detail-page .ccx-model-hero{
    grid-template-columns:1fr;
  }

  .ccx-model-detail-page .ccx-model-hero-copy{
    padding:4px;
  }

  .ccx-model-detail-page .ccx-model-trust-strip,
  .ccx-model-detail-page .ccx-model-specs-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media (max-width:640px){
  .ccx-model-detail-page{
    padding:0 12px;
  }

  .ccx-model-detail-page .ccx-model-hero,
  .ccx-model-detail-page .ccx-model-offers-section,
  .ccx-model-detail-page .ccx-variant-configurator,
  .ccx-model-detail-page .ccx-model-specs,
  .ccx-model-detail-page .ccx-model-similar{
    padding:16px;
    border-radius:20px;
  }

  .ccx-model-detail-page .ccx-variant-configurator-head{
    align-items:flex-start;
    flex-direction:column;
    gap:6px;
  }

  .ccx-model-detail-page .ccx-variant-configurator-grid{
    grid-template-columns:1fr;
  }

  .ccx-model-detail-page .ccx-model-gallery-stage{
    min-height:280px;
  }

  .ccx-model-detail-page .ccx-model-highlights,
  .ccx-model-detail-page .ccx-model-trust-strip,
  .ccx-model-detail-page .ccx-model-specs-grid{
    grid-template-columns:1fr;
  }

  .ccx-model-detail-page .ccx-model-hero-actions,
  .ccx-model-detail-page .ccx-model-tabs{
    flex-direction:column;
  }

  .ccx-model-detail-page .ccx-model-offers-head{
    align-items:flex-start;
    flex-direction:column;
  }

  .ccx-model-detail-page .ccx-model-section-meta{
    text-align:left;
  }

  .ccx-model-detail-page .ccx-variant-picker-options{
    flex-wrap:wrap;
  }

  .ccx-model-detail-page .ccx-model-offer-row,
  .ccx-model-detail-page .ccx-model-offer-row-best,
  .ccx-model-detail-page .ccx-model-offer-row-compact{
    grid-template-columns:52px minmax(0,1fr);
    grid-template-areas:
      "brand main"
      "side side";
    gap:10px 12px;
    align-items:start;
    padding:12px;
    border-radius:18px;
  }

  .ccx-model-detail-page .ccx-model-offer-merchant-brand{
    grid-area:brand;
    justify-content:flex-start;
  }

  .ccx-model-detail-page .ccx-model-offer-main{
    grid-area:main;
    gap:5px;
  }

  .ccx-model-detail-page .ccx-model-offer-merchant{
    font-size:16px;
  }

  .ccx-model-detail-page .ccx-model-offer-title{
    font-size:13px;
    line-height:1.3;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }

  .ccx-model-detail-page .ccx-model-offer-variant{
    font-size:12px;
  }

  .ccx-model-detail-page .ccx-model-offer-specs{
    gap:6px;
  }

  .ccx-model-detail-page .ccx-model-offer-condition{
    min-height:24px;
    padding:0 8px;
    font-size:11px;
  }

  .ccx-model-detail-page .ccx-model-offer-side{
    grid-area:side;
    grid-template-columns:minmax(0,1fr) auto;
    align-items:end;
    justify-items:stretch;
    gap:10px;
  }

  .ccx-model-detail-page .ccx-model-offer-pricing{
    grid-template-columns:repeat(3,minmax(0,1fr));
    min-width:0;
    gap:8px;
  }

  .ccx-model-detail-page .ccx-model-offer-metric{
    padding:8px 9px;
    border-radius:12px;
  }

  .ccx-model-detail-page .ccx-model-offer-metric-label{
    font-size:9px;
  }

  .ccx-model-detail-page .ccx-model-offer-metric-value{
    font-size:12px;
  }

  .ccx-model-detail-page .ccx-model-offer-metric-delivery .ccx-model-offer-metric-value{
    font-size:11px;
  }

  .ccx-model-detail-page .ccx-model-offer-row .ccx-product-price{
    font-size:20px;
    line-height:1;
  }

  .ccx-model-detail-page .ccx-old-price{
    display:none;
  }

  .ccx-model-detail-page .ccx-model-offer-row .ccx-offer-btn{
    min-height:38px;
    padding:0 14px;
    font-size:13px;
    white-space:nowrap;
  }

  .ccx-model-detail-page .ccx-model-best-price-btn,
  .ccx-model-detail-page .ccx-model-compare-btn,
  .ccx-model-detail-page .ccx-model-tab{
    width:100%;
  }
}

@media (max-width:420px){
  .ccx-model-detail-page .ccx-model-offer-side{
    grid-template-columns:1fr;
  }

  .ccx-model-detail-page .ccx-model-offer-pricing{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .ccx-model-detail-page .ccx-model-offer-metric-total{
    grid-column:1 / -1;
  }

  .ccx-model-detail-page .ccx-model-offer-row .ccx-offer-btn{
    width:100%;
  }
}

/* BC-053 — minimal catalogue sort control */
.ccx-model-catalog-page .ccx-sort-bar{
  justify-content:flex-end !important;
  margin:0 0 18px !important;
  padding:0 !important;
  border:0 !important;
  border-radius:0 !important;
  background:transparent !important;
  box-shadow:none !important;
}

.ccx-model-catalog-page .ccx-sort-form{
  width:auto !important;
  gap:0;
  padding:0 !important;
  border:0 !important;
  border-radius:0 !important;
  background:transparent !important;
  box-shadow:none !important;
  backdrop-filter:none !important;
  -webkit-backdrop-filter:none !important;
}

.ccx-model-catalog-page .ccx-sort-form label{
  display:none !important;
}

.ccx-model-catalog-page .ccx-sort-form select{
  min-width:190px;
  max-width:none !important;
  box-shadow:none !important;
}

@media (max-width:760px){
  .ccx-model-catalog-page .ccx-sort-form select{
    min-width:170px;
  }
}

/* BC-054 — premium responsive filter drawer */
.ccx-model-card .ccx-model-price-stack{
  display:none !important;
}

.ccx-model-catalog-page .ccx-filters-open,
.ccx-model-catalog-page .ccx-filters-backdrop,
.ccx-model-catalog-page .ccx-filters-close{
  display:none;
}

@media (max-width:1023px){
  body.ccx-filters-open{
    overflow:hidden;
  }

  .ccx-model-catalog-page{
    width:auto;
    padding-inline:18px;
  }

  .ccx-model-catalog-page .ccx-smartphones-layout{
    display:block;
  }

  .ccx-model-catalog-page .ccx-smartphones-sidebar{
    position:fixed;
    inset:0;
    z-index:2147482500;
    visibility:hidden;
    pointer-events:none;
  }

  body.ccx-filters-open .ccx-model-catalog-page .ccx-smartphones-sidebar{
    visibility:visible;
    pointer-events:auto;
  }

  .ccx-model-catalog-page .ccx-filters-backdrop{
    position:fixed;
    inset:0;
    z-index:2147482400;
    display:block;
    padding:0;
    border:0;
    background:rgba(15,23,42,.42);
    opacity:0;
    visibility:hidden;
    cursor:default;
    backdrop-filter:blur(8px);
    -webkit-backdrop-filter:blur(8px);
    transition:opacity .24s ease,visibility .24s ease;
  }

  body.ccx-filters-open .ccx-model-catalog-page .ccx-filters-backdrop{
    opacity:1;
    visibility:visible;
  }

  .ccx-model-catalog-page .ccx-catalog-filters-shell{
    position:fixed;
    top:0;
    right:0;
    bottom:0;
    z-index:2147482501;
    display:flex;
    width:min(420px,92vw);
    flex-direction:column;
    overflow-y:auto;
    overscroll-behavior:contain;
    padding:0 22px 24px;
    border:0;
    border-radius:26px 0 0 26px;
    background:rgba(255,255,255,.97);
    box-shadow:-24px 0 70px rgba(15,23,42,.20);
    transform:translateX(105%);
    transition:transform .28s cubic-bezier(.22,1,.36,1);
    -webkit-overflow-scrolling:touch;
  }

  body.ccx-filters-open .ccx-model-catalog-page .ccx-catalog-filters-shell{
    transform:translateX(0);
  }

  .ccx-model-catalog-page .ccx-catalog-filters-top{
    position:sticky;
    top:0;
    z-index:4;
    display:flex !important;
    align-items:flex-start;
    justify-content:space-between;
    flex-direction:row !important;
    flex-wrap:nowrap !important;
    gap:18px;
    margin:0 -22px 12px;
    padding:22px;
    border-bottom:1px solid rgba(226,232,240,.95);
    background:rgba(255,255,255,.94);
    backdrop-filter:blur(16px);
    -webkit-backdrop-filter:blur(16px);
  }

  .ccx-model-catalog-page .ccx-catalog-filters-actions{
    display:block;
    flex:0 0 auto;
    margin-left:auto;
  }

  .ccx-model-catalog-page .ccx-filters-close{
    display:grid !important;
    width:38px;
    min-width:38px;
    height:38px;
    padding:0;
    place-items:center;
    border:1px solid #dbe3ea;
    border-radius:999px;
    background:#fff;
    color:#334155;
    font-size:26px;
    font-weight:400;
    line-height:1;
    box-shadow:0 6px 16px rgba(15,23,42,.06);
  }

  .ccx-model-catalog-page .ccx-premium-filters-panel,
  .ccx-model-catalog-page .ccx-catalog-filters-shell.is-collapsed .ccx-premium-filters-panel{
    position:static;
    display:block !important;
    width:100%;
    max-width:none;
    padding:0;
    border:0;
    background:transparent;
    box-shadow:none;
  }

  .ccx-model-catalog-page .ccx-active-filter-bar{
    margin:0 0 12px;
  }

  .ccx-model-catalog-page .ccx-sort-bar{
    display:flex;
    align-items:center;
    justify-content:flex-end !important;
    gap:10px;
    margin-bottom:16px !important;
  }

  .ccx-model-catalog-page .ccx-filters-open{
    display:inline-flex;
    min-height:40px;
    align-items:center;
    justify-content:center;
    gap:7px;
    padding:0 15px;
    border:1px solid rgba(203,213,225,.95);
    border-radius:999px;
    background:#fff;
    color:#334155;
    font-size:13px;
    font-weight:700;
    box-shadow:none;
  }

  .ccx-model-catalog-page .ccx-filters-open:hover{
    border-color:var(--ccx-catalog-green-border);
    background:var(--ccx-catalog-green-soft);
    color:var(--ccx-catalog-green-dark);
  }

  .ccx-model-catalog-page .ccx-sort-form select{
    min-width:170px;
  }


}

@media (max-width:640px){
  .ccx-model-catalog-page{
    margin-top:20px;
    padding-inline:12px;
  }

  .ccx-model-catalog-page .ccx-catalog-title{
    font-size:30px;
  }

  .ccx-model-catalog-page .ccx-products-count{
    margin-bottom:18px;
  }

  .ccx-model-catalog-page .ccx-catalog-filters-shell{
    top:auto;
    left:0;
    width:100%;
    max-height:88dvh;
    padding:0 16px max(20px,env(safe-area-inset-bottom));
    border-radius:26px 26px 0 0;
    box-shadow:0 -24px 70px rgba(15,23,42,.24);
    transform:translateY(105%);
  }

  body.ccx-filters-open .ccx-model-catalog-page .ccx-catalog-filters-shell{
    transform:translateY(0);
  }

  .ccx-model-catalog-page .ccx-catalog-filters-top{
    margin:0 -16px 12px;
    padding:18px 16px 16px;
  }

  .ccx-model-catalog-page .ccx-catalog-filters-top::before{
    content:"";
    position:absolute;
    top:8px;
    left:50%;
    width:42px;
    height:4px;
    border-radius:999px;
    background:#cbd5e1;
    transform:translateX(-50%);
  }

  .ccx-model-catalog-page .ccx-sort-bar{
    justify-content:space-between !important;
  }

  .ccx-model-catalog-page .ccx-filters-open,
  .ccx-model-catalog-page .ccx-sort-form{
    flex:1 1 0;
  }

  .ccx-model-catalog-page .ccx-sort-form select{
    width:100%;
    min-width:0;
  }





}


/* BC-055 — desktop catalogue spacing polish */
@media (min-width:1024px){

  .ccx-model-catalog-page .ccx-smartphones-layout{
    grid-template-columns:270px minmax(0,1fr) !important;
    gap:30px !important;
  }

  .ccx-model-catalog-page .ccx-premium-filters-panel{
    width:100% !important;
    max-width:270px !important;
  }

  .ccx-model-catalog-page .ccx-sort-bar{
    margin-bottom:16px !important;
  }


}
