/** Shopify CDN: Minification failed

Line 191:0 Unexpected "}"

**/
/* ============================================================
   CleanCar Lab — Avis Avant/Après slider
   ============================================================ */
.ccl-rba{
  font-family: inherit;
  max-width: 1232px;
  margin: 32px auto;
  padding: 0 24px;
  box-sizing: border-box;
}
.ccl-rba *{box-sizing: border-box}

/* HEADER */
.ccl-rba-head{
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 22px;
  flex-wrap: wrap;
  gap: 12px;
}
.ccl-rba-ey{
  font-size: 11px;
  color: #C8102E;
  font-weight: 600;
  letter-spacing: 0.18em;
  margin-bottom: 6px;
  text-transform: uppercase;
}
.ccl-rba-title{
  font-size: 26px;
  font-weight: 600;
  color: #0D0D0D;
  margin: 0;
  letter-spacing: -0.02em;
  line-height: 1.1;
}
.ccl-rba-score{
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #666;
}
.ccl-rba-score .stars{color: #FFB800; letter-spacing: 1px}
.ccl-rba-score strong{color: #0D0D0D; font-weight: 600}

/* GRILLE */
.ccl-rba-grid{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

/* CARTE */
.ccl-rba-card{
  background: #fff;
  border: 1px solid #ECECEC;
  border-radius: 14px;
  overflow: hidden;
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.ccl-rba-card:hover{
  transform: translateY(-4px);
  border-color: #C8102E;
  box-shadow: 0 16px 32px rgba(0,0,0,.08);
}

/* SLIDER avant/après */
.ccl-rba-slider{
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 10;
  background: #0D0D0D;
  overflow: hidden;
  cursor: ew-resize;
  user-select: none;
}
.ccl-rba-img{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.ccl-rba-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  pointer-events: none;
}
.ccl-rba-img--after{
  clip-path: inset(0 0 0 50%);
}
.ccl-rba-label{
  position: absolute;
  bottom: 12px;
  font-size: 10px;
  padding: 5px 11px;
  border-radius: 100px;
  letter-spacing: 0.12em;
  font-weight: 600;
  z-index: 4;
  color: #fff;
  text-transform: uppercase;
}
.ccl-rba-label--before{
  left: 12px;
  background: rgba(0,0,0,.65);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}
.ccl-rba-label--after{
  right: 12px;
  background: #C8102E;
}

/* Handle (curseur central) */
.ccl-rba-handle{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  background: #fff;
  transform: translateX(-50%);
  z-index: 5;
  pointer-events: none;
  box-shadow: 0 0 8px rgba(0,0,0,.3);
}
.ccl-rba-knob{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #0D0D0D;
  box-shadow: 0 6px 16px rgba(0,0,0,.25);
  font-weight: 700;
}

/* Placeholder si pas d'image */
.ccl-rba-placeholder{
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,.4);
  font-size: 12px;
  text-align: center;
  padding: 16px;
}

/* CORPS */
.ccl-rba-body{padding: 16px 18px 18px}
.ccl-rba-stars{
  font-size: 15px;
  letter-spacing: 2px;
  margin-bottom: 8px;
  color: #DDD;
  position: relative;
  display: inline-block;
  font-family: Arial, sans-serif;
}
.ccl-rba-stars::before{
  content: '★★★★★';
  position: absolute;
  top: 0;
  left: 0;
  color: #C8102E;
  overflow: hidden;
  width: var(--ccl-stars-fill, 100%);
  white-space: nowrap;
}
.ccl-rba-stars-bg{
  color: #DDD;
}
}
.ccl-rba-text{
  font-size: 13px;
  color: #444;
  line-height: 1.55;
  margin: 0 0 14px;
  font-weight: 500;
}
.ccl-rba-meta{
  display: flex;
  align-items: center;
  gap: 10px;
}
.ccl-rba-av{
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #C8102E;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  overflow: hidden;
}
.ccl-rba-av img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ccl-rba-info{flex: 1; min-width: 0}
.ccl-rba-author{
  font-size: 12px;
  font-weight: 600;
  color: #0D0D0D;
  line-height: 1.2;
}
.ccl-rba-car{
  font-size: 10px;
  color: #888;
  margin-top: 2px;
}
.ccl-rba-check{
  font-size: 10px;
  color: #0D6E22;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 3px;
  white-space: nowrap;
}

/* Responsive */
@media (max-width: 749px){
  .ccl-rba{padding: 0 16px; margin: 20px auto}
  .ccl-rba-head{margin-bottom: 16px}
  .ccl-rba-title{font-size: 22px}
  .ccl-rba-grid{grid-template-columns: 1fr; gap: 12px}
  .ccl-rba-body{padding: 14px}
  .ccl-rba-text{font-size: 12px}
  .ccl-rba-knob{width: 32px; height: 32px}
}