.productelementcontent {
    position: relative;

    padding-bottom: 10rem;
}

.productelementcontent::after {
    content: "";
    position: absolute;
    top: 0;
    left: -100vw;
    width: 400vw;
    height: 100%;
    background-image: linear-gradient(to bottom, #2d5386, #1e4c77, #124468, #093c5a, #05344b);
    pointer-events: none;
    z-index: -1;
}

.productelementproducts {
    margin-top: -10rem;
}