.hob-house-editorial {
    width: auto;
    margin-inline: 0;
    padding-block: clamp(68px, 7.5vw, 112px);
    background-color: #f8f3f0;
    box-shadow: 0 0 0 100vmax #f8f3f0;
    clip-path: inset(0 -100vmax);
    color: var(--hob-primary-color);
    text-align: center;
}

.hob-product__sections > .hob-house-editorial:first-child {
    margin-top: clamp(12px, 1.5vw, 24px);
}

.hob-house-editorial__inner {
    display: flex;
    width: min(100%, 1000px);
    margin-inline: auto;
    padding-inline: clamp(22px, 3vw, 40px);
    flex-direction: column;
    align-items: center;
    gap: clamp(26px, 2vw, 32px);
}

.woocommerce div.product .hob-house-editorial__title {
    margin: 0;
    color: var(--hob-primary-color);
    font-family: "HOB Editorial", serif;
    font-size: clamp(30px, 2.35vw, 34px);
    font-style: italic;
    font-weight: 400;
    line-height: 1.08;
}

.woocommerce div.product .hob-house-editorial__text {
    width: 100%;
    max-width: 920px;
    color: var(--hob-primary-color);
    font-family: "HOB Editorial", serif;
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
    line-height: 1.62;
}

.woocommerce div.product .hob-house-editorial__text p {
    margin: 0;
}

.woocommerce div.product .hob-house-editorial__text p + p {
    margin-top: 1em;
}

@media (min-width: 1024px) {
    .hob-house-editorial__inner {
        width: min(100%, 1080px);
    }

    .woocommerce div.product .hob-house-editorial__text {
        max-width: 1000px;
    }
}
