.pattern-hero-alt {
    padding-top: calc(77px + var(--wp--preset--spacing--90)) !important;
    max-width: 100%;
    display: flex;
    position: relative;
    z-index: 0;
    overflow-x: clip;
}
@media (width >= 992px) {
    .pattern-hero-alt {
        padding-top: var(--wp--preset--spacing--90) !important;
    }
}
.pattern-hero-alt::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 3rem;
    top: 0;
    z-index: -1;
    background-image: url('../../decoration/star.svg');
    background-repeat: no-repeat;
}
.pattern-hero-alt > .wp-block-group {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
}
@media (min-width: 992px) {
    .pattern-hero-alt > .wp-block-group {
        flex-direction: row;
        align-items: flex-end;
    }
}
.pattern-hero-alt .wp-block-image {
    margin: 0;
    width: 100%;
    height: auto;
}
.pattern-hero-alt .wp-block-image img {
    display: block;
    width: 100% !important;
    height: 100%;
    object-fit: cover;
}
@media (min-width: 992px) {
    .pattern-hero-alt .wp-block-image {
        max-width: 624px;
        width: 100%;
        height: 100%;
        justify-self: flex-end;
    }
    .pattern-hero-alt .wp-block-image img {
        width: 720px !important;
    }
}

.pattern-hero-alt .pattern-hero-alt-content-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    max-width: 624px;
}
.pattern-hero-alt .pattern-hero-alt-content-wrapper:nth-child(2) {
    order: -1;
}

@media (min-width: 992px) {
    .pattern-hero-alt .pattern-hero-alt-content-wrapper:nth-child(2) {
        order: unset;
    }
}

.single-product .pattern-hero-alt .wp-block-post-featured-image {
    aspect-ratio: 624 / 560 !important;
    width: 100%;
    max-height: 560px;
    max-width: 624px;
}
.single-product .pattern-hero-alt .wp-block-post-featured-image img {
    object-fit: contain !important;
}