body:not(.home) {
    background: #fff;
}

body.post-type-archive-news,
body.tax-news_cat,
body.post-type-archive-news .aib-news-archive,
body.tax-news_cat .aib-news-archive {
    background: #f7f3ea;
}

.site-main:has(> .inner-page-hero:first-child),
.aib-collection-archive,
.aib-news-archive,
.product-detail,
.editorial-detail {
    padding-top: 0;
}

.inner-page-hero,
.aib-inner-banner,
.editorial-detail__hero,
.product-detail__hero {
    position: relative;
    width: min(1600px, calc(100% - 48px)) !important;
    height: 480px !important;
    min-height: 480px !important;
    margin: 50px auto !important;
    overflow: hidden;
    border-radius: 28px;
    background-color: #583415 !important;
    background-image: linear-gradient(rgba(88, 52, 21, .3), rgba(88, 52, 21, .3)), var(--inner-page-hero-image, var(--inner-banner-image)) !important;
    background-position: center;
    background-size: cover;
    color: #fff;
}

.inner-page-hero,
.aib-inner-banner,
.editorial-detail__hero,
.product-detail__hero {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.inner-page-hero__inner,
.aib-inner-banner__content,
.editorial-detail__hero-inner,
.product-detail__hero-inner {
    width: min(100% - 48px, 980px);
    padding: 36px 0;
    text-align: center;
}

.inner-page-hero .section-label,
.inner-page-hero p,
.inner-page-hero__cta {
    display: none;
}

.inner-page-hero .section-title,
.aib-inner-banner h1,
.editorial-detail__hero h1,
.editorial-detail__hero h2,
.product-detail__hero h2 {
    max-width: 980px !important;
    margin: 0 auto 18px !important;
    color: #fff;
    font-size: 48px !important;
    font-weight: 600;
    line-height: 1.04;
    letter-spacing: 0;
}

.inner-banner-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 7px;
    color: rgba(255, 255, 255, .86);
    font-size: 14px;
}

.inner-banner-breadcrumb a {
    color: #fff;
}

.inner-banner-breadcrumb a:hover {
    color: #deab80;
}

.aib-inner-banner > .container,
.editorial-detail__hero-inner {
    width: min(100% - 48px, 980px);
    text-align: center;
}

.aib-inner-banner > .container .section-label,
.aib-inner-banner > .container > p,
.editorial-detail__hero .section-label,
.editorial-detail__meta {
    display: none;
}

@media (min-width: 1025px) and (max-width: 1600px) {
    .editorial-detail {
        padding-top: 0 !important;
    }

    .inner-page-hero,
    .aib-inner-banner,
    .editorial-detail__hero,
    .product-detail__hero {
        height: 450px !important;
        min-height: 450px !important;
        margin-top: 30px !important;
    }

    .aib-inner-banner.product-centre__banner,
    .editorial-detail .editorial-detail__hero {
        margin-top: 30px !important;
    }
}

@media (min-width: 721px) and (max-width: 1024px) {
    .editorial-detail {
        padding-top: 0 !important;
    }

    .inner-page-hero,
    .aib-inner-banner,
    .editorial-detail__hero,
    .product-detail__hero {
        height: 300px !important;
        min-height: 300px !important;
        margin-top: 20px !important;
    }

    .aib-inner-banner.product-centre__banner,
    .editorial-detail .editorial-detail__hero {
        margin-top: 20px !important;
    }

    .inner-page-hero .section-title,
    .aib-inner-banner h1,
    .editorial-detail__hero h1,
    .editorial-detail__hero h2,
    .product-detail__hero h2 {
        font-size: 36px !important;
    }
}

@media (max-width: 720px) {
    :is(.site-main--about, .site-main--oemodm, .site-main--oem-odm) {
        --section-pad: 40px;
    }

    .editorial-detail {
        padding-top: 0 !important;
    }

    .inner-page-hero,
    .aib-inner-banner,
    .editorial-detail__hero,
    .product-detail__hero {
        width: calc(100% - 32px) !important;
        height: 200px !important;
        min-height: 200px !important;
        margin-top: 20px !important;
        border-radius: 20px;
    }

    .aib-inner-banner.product-centre__banner,
    .editorial-detail .editorial-detail__hero {
        margin-top: 20px !important;
    }

    .inner-page-hero__inner,
    .aib-inner-banner__content,
    .editorial-detail__hero-inner,
    .product-detail__hero-inner {
        width: calc(100% - 34px);
    }

    .inner-page-hero .section-title,
    .aib-inner-banner h1,
    .editorial-detail__hero h1,
    .editorial-detail__hero h2,
    .product-detail__hero h2 {
        font-size: 32px !important;
    }

    .inner-banner-breadcrumb {
        font-size: 12px;
    }

    :is(.site-main--about, .site-main--oemodm, .site-main--oem-odm) > .inner-page-hero {
        margin-bottom: 0 !important;
    }
}

@media (max-width: 1024px) {
    .site-main--contact > .inner-page-hero {
        margin-bottom: 0 !important;
    }
}
