.page-body-content-section--products {
    background: url(/images/products-background-5152132d96089d4ffbeb4b886c0fa5b1.svg) right top+50px no-repeat;
    background-size: 25vw auto;
}

.page-body-content-section--products .section-content-split {
    justify-content: flex-start;
}

.page-body-content-section--products .section-content-split-right {
    width: calc(100% - 32vw);
}

.page-body-content-section--products-home .section-content {
    gap: 50px 0.5vw;
    margin-bottom: 64px;
}

.page-body-content-section--products-home .section-content-annotation {
    top: unset;
    bottom: -30px;
    align-items: flex-end;
}

.preview--product-home {
    position: relative;
    transition: .4s;
    margin-bottom: 0;
}

.preview--product-home:before {
    position: absolute;
    content: '';
    width: 100%;
    border-top: 8px solid #CE4141;
    top: 0;
    z-index: 3;
    transition: .4s;
}

.preview--product-home:hover:before {
    border-top: 0 solid #CE4141;
    animation: .4s border-hiding alternate;
}

@keyframes border-hiding {
    from {
        border-top: 8px solid #CE4141;
    }
    to {
        border-top: 0 solid #CE4141;
    }
}

.preview--product-home .preview-content {
    justify-content: flex-start;
}

.preview--product-home .transition-button {
    background: unset;
}

.preview--product-home .transition-button::after {
    display: none;
}