body {
    min-height: 100vh;
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
}

main.site-main,
.site-main {
    flex: 1 0 auto;
    width: 100%;
}

.invis-product-card__overlay--catalog {
    background: linear-gradient(
        to top,
        rgba(255, 255, 255, 0.95) 0%,
        rgba(255, 255, 255, 0.55) 55%,
        transparent 100%
    );
}

[data-theme='dark'] .invis-product-card__overlay--catalog {
    background: linear-gradient(
        to top,
        rgba(14, 25, 32, 0.92) 0%,
        rgba(14, 25, 32, 0.55) 55%,
        transparent 100%
    );
}