/* Site-wide shell: golden title band on inner pages + interaction guards */

.mme-site-shell--below-header {
    width: 100%;
    clear: both;
}

.mme-site-shell .mme-golden-title {
    --mme-golden-title-bg: #1e2732;
    background: var(--mme-golden-title-bg);
    padding-block: 0;
    padding-inline: clamp(1rem, 3vw, 2rem);
}

.mme-site-shell .mme-golden-title__heading {
    margin: 0;
    max-width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: clamp(1.2rem, 2.8vw, 2.25rem);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    background: var(--mme-logo-gold-text, linear-gradient(90deg, #9a6f1a 0%, #c8922a 18%, #e8c45a 52%, #f9e586 78%, #fff4ab 100%));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.mme-site-shell .mme-golden-title--align-left .mme-golden-title__heading {
    text-align: left;
}

.mme-site-shell .mme-golden-title--align-center .mme-golden-title__heading {
    text-align: center;
}

.mme-site-shell .mme-golden-title--align-right .mme-golden-title__heading {
    text-align: right;
}

@media (max-width: 767px) {
    .mme-site-shell .mme-golden-title__heading {
        white-space: nowrap;
        line-height: 1.1;
        font-size: clamp(0.7rem, 4.2vw, 1.2rem);
    }
}

@supports not ((-webkit-background-clip: text) or (background-clip: text)) {
    .mme-site-shell .mme-golden-title__heading {
        color: #e8c45a;
    }
}

/* Woodmart cart overlay must not block the page when the side cart is closed */
.wd-close-side.wd-fill:not(.wd-close-side-opened) {
    pointer-events: none !important;
}

/* Woodmart sidebar login: form is output with inline display:none; JS only drops hidden-form */
.login-form-side.wd-opened .woocommerce-form-login {
    display: block !important;
}

/* My Account: Elementor-exported icon blocks render full-size SVGs without layout CSS */
body.woocommerce-account .entry-content svg {
    width: 1.15em;
    height: 1.15em;
    max-width: 24px;
    max-height: 24px;
    vertical-align: middle;
    flex-shrink: 0;
}

/* Hide broken icon-only dashboard rows; keep the real WooCommerce nav */
body.woocommerce-account .entry-content > p:has(> a svg) {
    display: none;
}

body.woocommerce-account .entry-content > nav[aria-label="Account pages"] ~ nav[aria-label="Account pages"] {
    display: none;
}

body.woocommerce-account .entry-content > nav[aria-label="Account pages"] {
    margin-block: 1.25rem 2rem;
}

body.woocommerce-account .entry-content > nav[aria-label="Account pages"] ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0.35rem;
}

body.woocommerce-account .entry-content > nav[aria-label="Account pages"] a {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    text-decoration: none;
    font-weight: 600;
}
