/* Keep Home's approved cards byte-for-byte styled as supplied. */
body.ss-theme:not(.home) .ss-product-card .ss-product-badges { flex-direction:row; }
body.ss-theme:not(.home) .ss-product-card .ss-product-badge { width:68px; font-family:"Space Grotesk","Manrope",Arial,sans-serif; font-weight:700; }
body.ss-theme:not(.home) .ss-product-card .ss-product-card__image-link { padding:0; }
body.ss-theme:not(.home) .ss-product-card .ss-product-card__image { object-fit:cover; }
@media(max-width:700px) {
  body.ss-theme:not(.home) .ss-product-card .ss-product-badge { width:54px; padding:6px; }
  body.ss-theme:not(.home) .ss-product-card .ss-product-card__image-link { padding:0; }
}

body.ss-theme:not(.home) .ss-product-card .ss-product-card__media { aspect-ratio:1/1; border-radius:8px; overflow:hidden; }
