/* NetYadak 6.5.x — RTL cards + vehicle brand icons (article layout intentionally untouched) */

/* Every dynamic product/taxonomy row starts at the visual right edge. */
.ny-home .ny-flash-products,
.ny-home #nyTopProducts .ny-best-products,
.ny-home #nySpecial .ny-mini-grid,
.ny-home .ny-section--second-products .ny-product-grid,
.ny-home .ny-category-track,
.ny-home .ny-vehicle-row,
.ny-home .ny-brand-row {
  direction: rtl !important;
}

.ny-home .ny-flash-products,
.ny-home #nyTopProducts .ny-best-products,
.ny-home #nySpecial .ny-mini-grid,
.ny-home .ny-section--second-products .ny-product-grid {
  justify-content: start !important;
  justify-items: stretch;
}

/* Cards: text/content are RTL. Price internals keep their own numeric direction. */
.ny-home .ny-product-card,
.ny-home .ny-best-card,
.ny-home #nySpecial .ny-mini-product,
.ny-home .ny-mini-copy,
.ny-home .ny-mini-copy h3,
.ny-home .ny-product-card h3,
.ny-home .ny-best-card h3 {
  direction: rtl !important;
  text-align: right !important;
}

.ny-home #nySpecial .ny-mini-product { direction: rtl !important; }
.ny-home #nySpecial .ny-mini-copy h3 { text-align: right !important; }

/* Vehicle filter: right aligned name + manufacturer logo. */
.ny-home #nyTopProducts .ny-car-list { direction: rtl !important; }
.ny-home #nyTopProducts .ny-car-list button {
  direction: rtl !important;
  text-align: right !important;
  justify-content: flex-start !important;
}
.ny-home #nyTopProducts .ny-car-list .ny-car-name {
  display:block;
  flex:1 1 auto;
  min-width:0;
  text-align:right;
}
.ny-home #nyTopProducts .ny-car-brand {
  display:block !important;
  width:28px !important;
  height:28px !important;
  min-width:28px !important;
  flex:0 0 28px !important;
  background-position:center !important;
  background-repeat:no-repeat !important;
  background-size:contain !important;
}
.ny-home #nyTopProducts .ny-car-brand--ikco { background-image: var(--ny-ikco-svg) !important; }
.ny-home #nyTopProducts .ny-car-brand--saipa { background-image: var(--ny-saipa-svg) !important; }

@media (max-width: 767px) {
  .ny-home #nySpecial .ny-mini-product:nth-child(n+8) { display:grid !important; }
}
