/* Consistent framing for homepage and showroom category-card imagery. */
.rwa-category-card {
    position: relative;
    aspect-ratio: 4 / 5;
    overflow: hidden;
    isolation: isolate;
}

.rwa-category-card > img {
    display: block;
    position: absolute !important;
    inset: 0 !important;
    z-index: 0;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    object-fit: cover !important;
    object-position: center !important;
}

.rwa-category-card > .rwa-category-card__panel {
    z-index: 1;
    background: rgba(27, 24, 19, 0.58);
}

/* Keep category archive hero space continuous with the site's textured canvas. */
body.tax-rwa_product_cat .rwa-page-hero {
    position: relative;
    background: linear-gradient(180deg, rgba(8, 9, 7, 0.16), rgba(20, 19, 14, 0.06)) !important;
    isolation: isolate;
}

body.tax-rwa_product_cat .rwa-page-hero::before {
    display: none;
}

body.tax-rwa_product_cat .rwa-page-hero__inner {
    position: relative;
    z-index: 1;
}
