.leonito-new-arrivals {
    margin: 40px 0;
}

/* The HTML constructor shell has no heading now, so remove its empty header
 * row and use a compact first-section offset after the category tiles. */
.section-html.section-id--home-custom-content {
    padding-top: 24px;
}

.section-html.section-id--home-custom-content > .section-block__header {
    display: none;
}

.section-html.section-id--home-custom-content .leonito-new-arrivals {
    margin-top: 0;
}

/* Keep the independent homepage sections visually separated on desktop. */
.section-html.section-id--home-custom-content .homepage-construct-widgets > .widget {
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.section-html.section-id--home-custom-content .homepage-construct-widgets > .widget > * {
    margin-top: 0;
    margin-bottom: 0;
}

.leonito-new-arrivals__title {
    margin: 0 0 15px;
    color: #333;
    font-size: 31px;
    font-weight: 700;
    line-height: 1.2;
}

.leonito-new-arrivals__products .woocommerce {
    margin: 0;
}

@media (max-width: 767px) {
    .leonito-new-arrivals {
        margin: 32px 0;
    }

    .section-html.section-id--home-custom-content {
        padding-top: 20px;
    }

    .section-html.section-id--home-custom-content .homepage-construct-widgets > .widget {
        gap: 40px;
    }

    .leonito-new-arrivals__title {
        margin-bottom: 15px;
        font-size: 24px;
    }
}
