/* AURA v19 — clean category card images: remove old FR-text banners by using product-only images. */
.category-card--image-bg{background:linear-gradient(135deg,#fffdf8 0%,#fbf4e5 100%)!important}
.category-card--image-bg img{object-fit:contain!important;object-position:70% center!important;padding:10px 12px 10px 42%;box-sizing:border-box;filter:saturate(1.02) contrast(1.02)}
.is-rtl .category-card--image-bg img{object-position:30% center!important;padding:10px 42% 10px 12px}
.category-card--image-bg:before,.category-card--image-bg::before{background:linear-gradient(90deg,rgba(255,253,248,.99) 0%,rgba(255,253,248,.92) 43%,rgba(255,253,248,.30) 72%,rgba(255,253,248,0) 100%)!important}
.is-rtl .category-card--image-bg:before,.is-rtl .category-card--image-bg::before{background:linear-gradient(270deg,rgba(255,253,248,.99) 0%,rgba(255,253,248,.92) 43%,rgba(255,253,248,.30) 72%,rgba(255,253,248,0) 100%)!important}
.category-card--image-bg .category-card__text{max-width:56%!important}
.is-rtl .category-card--image-bg .category-card__text{margin-inline-start:auto;text-align:right;align-items:flex-start}
@media(max-width:900px){.category-card--image-bg img{padding:12px 12px 12px 44%!important}.is-rtl .category-card--image-bg img{padding:12px 44% 12px 12px!important}.category-card--image-bg .category-card__text{max-width:62%!important}}
@media(max-width:520px){.category-card--image-bg img{opacity:.72;padding:14px 8px 14px 36%!important}.is-rtl .category-card--image-bg img{padding:14px 36% 14px 8px!important}.category-card--image-bg .category-card__text{max-width:72%!important}}
