@media screen and (min-width: 768px) {
    .header-scroll-up .f-featured-colelction__banner .f-image-card {
        top: var(--f-header-height)
    }
}

.f-featured-colelction__banner .f-richtext {
    --child-margin-top: 24px
}

@media screen and (min-width: 768px) {
    .f-featured-colelction__wrapper {
        align-items: flex-start
    }
}

.f-featured-colelction__wrapper .f-image-card, .f-featured-colelction__wrapper .f-product-list {
    flex: 1
}

@media screen and (min-width: 768px) {
    .f-featured-colelction__wrapper .f-image-card {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        transition: .2s top;
        will-change: top
    }
}

.f-featured-colelction__wrapper .f-image-card__content {
    padding: 27px
}

@media screen and (min-width: 768px) {
    .f-featured-colelction__wrapper .f-image-card__content {
        padding: 50px
    }
}

.f-featured-colelction__wrapper .f-image-card:not(.f-image-card--content-stack) .f-image-card__content.m\:items-end {
    padding-bottom: 27px
}

@media screen and (min-width: 768px) {
    .f-featured-colelction__wrapper .f-image-card:not(.f-image-card--content-stack) .f-image-card__content.m\:items-end {
        padding: 50px
    }
}
