/* Hide page title on homepage */
.home .entry-header {
    display: none;
}

/* Brand intro text — paragraph style */
.home .entry-content h2:first-of-type {
    font-size: 1rem;
    font-weight: normal;
    text-transform: none;
    letter-spacing: normal;
    line-height: 1.6;
    margin-bottom: 1.5em;
}

/* Fix Wind Spinners nav wrapping */
.site-header nav.main-navigation ul li a {
    font-size: 0.85em;
    padding-left: 0.6em;
    padding-right: 0.6em;
}

/* Hide admin-only Edit link */
.edit-link,
a.post-edit-link {
    display: none !important;
}

/* === Hero improvements === */

/* Prevent horizontal scroll from full-width cover block */
body.home {
    overflow-x: hidden;
}

/* Style the WooCommerce free shipping banner */
.woocommerce-store-notice,
p.demo_store {
    background: #1a0a2e !important;
    color: #d4adff !important;
    border-bottom: 1px solid rgba(212,173,255,0.2) !important;
    font-size: 0.78rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.12em !important;
    text-transform: uppercase !important;
    text-align: center !important;
    padding: 9px 20px !important;
    margin: 0 !important;
}

.woocommerce-store-notice a,
p.demo_store a {
    color: #ff9fe8 !important;
    text-decoration: none !important;
    margin-left: 8px !important;
}

/* Remove gap between nav bar and shipping notice */
.home .site-main {
    padding-top: 0 !important;
}

/* Make cover hero sit flush below the shipping banner */
.home .entry-content .wp-block-cover.alignfull:first-child {
    margin-top: 0 !important;
}

/* Improve the brand intro paragraph below the hero */
.home .entry-content > .wp-block-group > .wp-block-group__inner-container > p,
.home .entry-content > p {
    font-size: 1.05rem !important;
    line-height: 1.85 !important;
    color: #3a3a3a !important;
    text-align: center !important;
    max-width: 680px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

/* Section headings */
.home .entry-content h2 {
    text-align: center;
    letter-spacing: 0.04em;
}

/* Subtle hover on category images */
.home figure.wp-block-image a img {
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.home figure.wp-block-image a:hover img {
    transform: scale(1.02);
    opacity: 0.92;
}

/* === Free Shipping store notice === */
p.demo_store,
.woocommerce-store-notice {
    background-color: #1a0a2e !important;
    color: #d4adff !important;
    font-size: 0.8rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.1em !important;
    text-transform: uppercase !important;
    text-align: center !important;
    padding: 8px 40px !important;
    margin: 0 !important;
    border-bottom: 1px solid rgba(212,173,255,0.25) !important;
}

p.demo_store a,
.woocommerce-store-notice a {
    color: #ff9fe8 !important;
    text-decoration: none !important;
}

/* Remove the awkward white gap above the shipping notice */
.home .entry-content {
    padding-top: 0 !important;
}

/* === Compact header: smaller logo, tighter padding === */
.site-header {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}



/* === Bigger logo === */
.custom-logo {
    max-height: 150px !important;
    height: 150px !important;
    width: auto !important;
}
.site-branding {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
}