.f-custom-content {
    display: grid;
    grid-template-rows:[content-start] 0fr [content-end];
    grid-template-columns:1fr
}

.f-custom-content .f-parallax {
    grid-area: 1 / 1 /end/ end
}

.f-custom-content__container {
    grid-row: content;
    grid-column: 1/end;
    z-index: 2
}

.f-custom-content__boxed {
    padding: 15px;
    overflow: hidden
}

.f-custom-content__block-product_form .main-product__block + .main-product__block {
    margin-top: 20px
}

.f-custom-content__block-product_form .main-product__block-vendor + .main-product__block-title, .f-custom-content__block-product_form .main-product__block-title + .main-product__block-price, .f-custom-content__block-product_form .main-product__block-price + .main-product__block-rating, .f-custom-content__block-product_form .main-product__block-title + .main-product__block-rating {
    margin-top: 8px
}

.f-custom-content__block-product_form .main-product__block-buy_buttons .f-product-dynamic-checkout.show-add-to-cart {
    width: 100%;
    margin-top: 20px
}

.f-custom-content__block-product_form .main-product__block-title .f-product-title {
    color: rgb(var(--color-heading))
}

.f-custom-content__block-newsletter, .f-custom-content__block-social {
    padding: 20px 16px 0
}

@media screen and (min-width: 768px) {
    .f-custom-content__block-newsletter, .f-custom-content__block-social {
        padding: 0 56px 0
    }
}

.f-custom-content__block-newsletter .newsletter-form__description {
    margin-top: 12px
}

.f-custom-content__block-newsletter .newsletter-form__form {
    margin-top: 24px
}

.f-custom-content__block-social .social-profiles__description {
    margin-top: 12px
}

.f-custom-content__block-social .social-profiles__list {
    margin-top: 28px
}

.f-custom-content__block-handpicked_products .handpicked-products__header, .f-custom-content__block-handpicked_products .image-comparison__header, .f-custom-content__block-image_comparison .handpicked-products__header, .f-custom-content__block-image_comparison .image-comparison__header {
    margin-bottom: 20px
}

@media screen and (min-width: 768px) {
    .f-custom-content__block-handpicked_products .handpicked-products__header, .f-custom-content__block-handpicked_products .image-comparison__header, .f-custom-content__block-image_comparison .handpicked-products__header, .f-custom-content__block-image_comparison .image-comparison__header {
        margin-bottom: 40px
    }
}

.text-card-with-image__content {
    margin-top: 24px;
    --child-margin-top: 24px;
    --text-margin-top: 12px
}

@media screen and (max-width: 767px) {
    .text-card-with-image__content {
        --child-margin-top: 24px;
        --text-margin-top: 12px
    }
}
