/* Sellarus — whole product pictures, whatever their proportions (cards and product page). Injected by
   Content::registerSiteUi() unless the theme declares "product-images" in the "supports" of its theme.json. */
@layer sellarus-ui {
.product__image { object-fit: contain; background: var(--alt, #f5f6f8); padding: 8px; box-sizing: border-box; }
.product-gallery__main img { object-fit: contain; }
}
