/* Rose du Sahara — Phase 3 performance/stability layer
   Targeted fixes only: no global transition:all, no heavy will-change on the whole page. */

.rds-card,
.rds-product-card,
.rds-gcart-item,
.rds-gcart-upsell-card,
#rds-shop-root [class*="card"],
#rds-shop-root [class*="Card"]{
  backface-visibility:hidden;
  -webkit-font-smoothing:antialiased;
  contain:layout paint;
}

.rds-gcart-item,
.rds-gcart-upsell-card,
.rds-gcart-ship-row,
.rds-gcart-btn,
.rds-gcart-qtybtn,
.rds-gcart-remove,
.rds-gcart-product-link img{
  transition-property:transform, opacity, box-shadow, background-color, border-color, color, filter;
  transition-duration:.18s;
  transition-timing-function:ease;
}

#rds-shop-root img,
.rds-gcart-thumb img,
.rds-gcart-upsell-img img{
  content-visibility:auto;
}

#rds-shop-root{
  content-visibility:auto;
  contain-intrinsic-size:1000px;
}

@media (prefers-reduced-motion:reduce){
  .rds-gcart-item,
  .rds-gcart-upsell-card,
  .rds-gcart-ship-row,
  .rds-gcart-btn,
  .rds-gcart-qtybtn,
  .rds-gcart-remove,
  .rds-gcart-product-link img,
  #rds-shop-root *{
    transition-duration:.01ms !important;
    animation-duration:.01ms !important;
    animation-iteration-count:1 !important;
    scroll-behavior:auto !important;
  }
}
