body.woocommerce-shop .page-header,
body.woocommerce-shop .entry-header,
body.woocommerce-shop .la-page-header,
body.woocommerce-shop .woocommerce-products-header__title,
body.woocommerce-shop h1.page-title,
body.post-type-archive-product .page-header,
body.tax-product_cat .page-header,
body.tax-product_cat .entry-header,
body.tax-product_cat .la-page-header {
    display: none !important;
}

body.woocommerce-shop,
body.post-type-archive-product,
body.tax-product_cat,
body.woocommerce-shop .site,
body.post-type-archive-product .site {
    background: #f3eee6 !important;
}

.styly-shop-hero {
    text-align: center;
    padding: 3.2rem 1.5rem 1.6rem;
    background:
        radial-gradient(circle at 80% 0%, rgba(201, 169, 110, 0.16), transparent 42%),
        #f3eee6;
}

.styly-shop-eyebrow {
    margin: 0 0 0.7rem;
    letter-spacing: 0.32em;
    text-transform: uppercase;
    font-size: 0.72rem;
    color: #c9a96e;
    font-family: Outfit, Poppins, sans-serif;
}

.styly-shop-title {
    font-family: "Cormorant Garamond", Georgia, serif;
    font-weight: 400;
    font-size: clamp(2.4rem, 6vw, 4rem);
    line-height: 1.1;
    margin: 0 0 0.8rem;
    color: #111;
}

.styly-shop-sub {
    margin: 0 auto;
    max-width: 420px;
    font-family: Outfit, Poppins, sans-serif;
    font-weight: 300;
    font-size: 0.98rem;
    line-height: 1.7;
    color: #6e675f;
}
