.shopify-section {
    background-color: color-mix(in srgb, rgba(var(--color-background)) calc(1 * 100%), transparent);
    position: relative;
    z-index: 9;
}

.section-footer:has(.footer--fixed) {
    z-index: 8;
}