/* ===== BREMERE BRAND STYLESHEET ===== */
/* Version: 1.0.5 */
/* Brand: BREMERE - Kitchenware & Cookware */
/* Color: #3d2914 (Deep Coffee Brown) */
/* Title Font: Libre Caslon Display */
/* Body Font: Figtree */

/* ===== ROOT VARIABLES ===== */
:root {
    --brand-color: #3d2914;
    --brand-color-dark: #2a1d0e;
    --brand-color-light: #5c4030;
    --brand-accent: #c8956d;
    --brand-ink: #1a1a1a;
    --brand-muted: #555;
    --brand-line: #e0e0e0;
    --brand-bg: #ffffff;
    --brand-bg-alt: #f8f6f3;
    --brand-bg-warm: #faf7f2;
}

/* ===== GLOBAL RESETS ===== */
* { box-sizing: border-box; }

body {
    font-family: 'Figtree', sans-serif !important;
    color: var(--brand-ink);
    background: var(--brand-bg);
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Libre Caslon Display', serif !important;
}

a { color: var(--brand-color); transition: color 0.3s ease; }
a:hover { color: var(--brand-color-dark); }

/* ===== HEADER / NAVIGATION ===== */
.site-header {
    background: rgba(255,255,255,0.98) !important;
    backdrop-filter: blur(10px);
    box-shadow: 0 1px 3px rgba(0,0,0,0.08);
    position: sticky;
    top: 0;
    z-index: 999;
    transition: all 0.3s ease;
}

.main-header-menu li a {
    font-family: 'Figtree', sans-serif !important;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--brand-ink) !important;
    transition: color 0.3s ease;
}

.main-header-menu li a:hover {
    color: var(--brand-color) !important;
}

/* Logo */
.bremere-logo {
    font-family: 'Libre Caslon Display', serif !important;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 0.08em;
    color: var(--brand-color);
    text-decoration: none;
    display: inline-block;
}

.site-title a {
    text-decoration: none !important;
}

/* ===== HOMEPAGE: HERO WITH BACKGROUND IMAGE ===== */
body.home .bremere-hero {
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

body.home .bremere-hero-overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 60px;
    background: linear-gradient(135deg, rgba(61,41,20,0.65) 0%, rgba(61,41,20,0.35) 50%, rgba(176,122,79,0.45) 100%);
}

body.home .bremere-hero-content {
    position: relative;
    z-index: 2;
    text-align: left;
    max-width: 500px;
}

body.home .bremere-hero-eyebrow {
    font-family: 'Figtree', sans-serif;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: rgba(255,255,255,0.7);
    margin-bottom: 20px;
}

body.home .bremere-hero-title {
    font-family: 'Libre Caslon Display', serif !important;
    font-size: clamp(36px, 4vw, 52px);
    font-weight: 400;
    color: #fff;
    line-height: 1.1;
    margin-bottom: 20px;
    letter-spacing: -0.01em;
}

body.home .bremere-hero-subtitle {
    font-family: 'Figtree', sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: rgba(255,255,255,0.85);
    line-height: 1.6;
    margin-bottom: 32px;
}

body.home .bremere-hero-btn {
    display: inline-block;
    padding: 16px 40px;
    font-family: 'Figtree', sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.3s ease;
}

body.home .bremere-hero-left .bremere-hero-btn {
    background: #fff;
    color: var(--brand-color);
}

body.home .bremere-hero-left .bremere-hero-btn:hover {
    background: var(--brand-bg-alt);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}

body.home .bremere-hero-right .bremere-hero-btn {
    background: var(--brand-color);
    color: #fff;
}

body.home .bremere-hero-right .bremere-hero-btn:hover {
    background: var(--brand-color-dark);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}

/* ===== TRUST BAR ===== */
body.home .bremere-trust-bar {
    display: flex;
    justify-content: center;
    gap: 60px;
    padding: 40px 40px;
    background: var(--brand-bg-alt);
    flex-wrap: wrap;
}

body.home .bremere-trust-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

body.home .bremere-trust-item svg {
    width: 28px;
    height: 28px;
    fill: var(--brand-color);
}

body.home .bremere-trust-item span {
    font-family: 'Figtree', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: var(--brand-ink);
}

/* ===== CATEGORY GRID ===== */
body.home .bremere-section {
    padding: 80px 40px;
    max-width: 1200px;
    margin: 0 auto;
}

body.home .bremere-section-alt {
    background: var(--brand-bg-alt);
    max-width: none;
    padding-left: 40px;
    padding-right: 40px;
}

body.home .bremere-section-alt .bremere-section-inner {
    max-width: 1200px;
    margin: 0 auto;
}

body.home .bremere-section-title {
    font-family: 'Libre Caslon Display', serif !important;
    font-size: clamp(28px, 3vw, 38px);
    font-weight: 400;
    color: var(--brand-ink);
    text-align: center;
    margin-bottom: 12px;
    letter-spacing: -0.01em;
}

body.home .bremere-section-subtitle {
    font-family: 'Figtree', sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: var(--brand-muted);
    text-align: center;
    margin-bottom: 50px;
}

body.home .bremere-cat-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

body.home .bremere-cat-card {
    position: relative;
    height: 240px;
    border-radius: 12px;
    overflow: hidden;
    background: var(--brand-bg-alt);
    transition: all 0.4s ease;
    cursor: pointer;
    text-decoration: none;
}

body.home .bremere-cat-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 36px rgba(0,0,0,0.12);
}

body.home .bremere-cat-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

body.home .bremere-cat-card:hover img {
    transform: scale(1.08);
}

body.home .bremere-cat-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(61,41,20,0.75) 0%, rgba(61,41,20,0.1) 60%);
    z-index: 1;
    transition: background 0.4s ease;
}

body.home .bremere-cat-card:hover::before {
    background: linear-gradient(to top, rgba(61,41,20,0.85) 0%, rgba(61,41,20,0.2) 60%);
}

body.home .bremere-cat-card h3 {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    z-index: 2;
    color: #fff !important;
    font-size: 20px;
    font-family: 'Figtree', sans-serif !important;
    font-weight: 600;
    text-align: center;
}

/* ===== FEATURED PRODUCTS ===== */
body.home .bremere-products-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

body.home .bremere-product-card {
    display: flex !important;
    flex-direction: column !important;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    text-decoration: none;
}

body.home .bremere-product-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(0,0,0,0.1);
}

body.home .bremere-product-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: transform 0.4s ease;
}

body.home .bremere-product-card:hover img {
    transform: scale(1.05);
}

body.home .bremere-product-card .product-info {
    padding: 18px 22px;
}

body.home .bremere-product-card .product-info h4 {
    font-family: 'Figtree', sans-serif !important;
    font-size: 16px;
    font-weight: 500;
    color: var(--brand-ink);
    margin-bottom: 8px;
    line-height: 1.4;
}

body.home .bremere-product-card .product-info .price {
    font-family: 'Figtree', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: var(--brand-color);
}

body.home .bremere-view-all {
    text-align: center;
    margin-top: 40px;
}

body.home .bremere-view-all a {
    display: inline-block;
    padding: 16px 40px;
    background: var(--brand-color);
    color: #fff;
    font-family: 'Figtree', sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.3s ease;
}

body.home .bremere-view-all a:hover {
    background: var(--brand-color-dark);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

/* ===== BRAND STORY SECTION ===== */
body.home .bremere-story {
    display: flex;
    align-items: center;
    gap: 60px;
    max-width: 1100px;
    margin: 0 auto;
}

body.home .bremere-story-text h2 {
    font-size: 36px;
    margin-bottom: 20px;
    color: var(--brand-ink);
}

body.home .bremere-story-text p {
    font-size: 17px;
    line-height: 1.8;
    color: var(--brand-muted);
    margin-bottom: 16px;
}

body.home .bremere-story-values {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 30px;
}

body.home .bremere-value-item {
    text-align: center;
}

body.home .bremere-value-item h4 {
    font-family: 'Figtree', sans-serif !important;
    font-size: 17px;
    font-weight: 600;
    color: var(--brand-color);
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

body.home .bremere-value-item p {
    font-size: 16px;
    color: var(--brand-muted);
}

/* ===== NEWSLETTER SECTION ===== */
body.home .bremere-newsletter {
    background: linear-gradient(135deg, var(--brand-color) 0%, var(--brand-color-dark) 100%);
    padding: 70px 40px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

body.home .bremere-newsletter::before {
    content: '';
    position: absolute;
    top: -30%;
    left: -10%;
    width: 50%;
    height: 80%;
    border-radius: 50%;
    background: rgba(200,149,109,0.1);
    filter: blur(50px);
}

body.home .bremere-newsletter h2 {
    color: #fff;
    font-size: 36px;
    margin-bottom: 16px;
    position: relative;
    z-index: 2;
}

body.home .bremere-newsletter p {
    color: rgba(255,255,255,0.8);
    font-size: 18px;
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
}

body.home .bremere-newsletter-form {
    display: flex;
    gap: 12px;
    max-width: 450px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

body.home .bremere-newsletter-form input {
    flex: 1;
    padding: 16px 22px;
    border: none;
    border-radius: 4px;
    font-family: 'Figtree', sans-serif;
    font-size: 16px;
}

body.home .bremere-newsletter-form button {
    padding: 16px 32px;
    background: var(--brand-accent);
    color: #fff;
    border: none;
    border-radius: 4px;
    font-family: 'Figtree', sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    cursor: pointer;
    transition: background 0.3s ease;
}

body.home .bremere-newsletter-form button:hover {
    background: #b07a4f;
}

/* ===== FOOTER ===== */
.site-footer {
    background: var(--brand-color-dark) !important;
    color: rgba(255,255,255,0.7) !important;
    padding: 60px 40px 30px !important;
}

.site-footer a {
    color: rgba(255,255,255,0.7) !important;
    transition: color 0.3s ease;
}

.site-footer a:hover {
    color: #fff !important;
}

.site-footer h2,
.site-footer h3,
.site-footer h4 {
    color: #fff !important;
    font-family: 'Figtree', sans-serif !important;
    font-size: 14px !important;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
}

.site-footer .widget {
    margin-bottom: 30px;
}

.site-footer .widget li {
    margin-bottom: 10px;
    list-style: none;
}

.site-footer .widget li a {
    font-size: 14px;
    text-decoration: none;
}

.footer-bar {
    border-top: 1px solid rgba(255,255,255,0.1) !important;
    padding-top: 20px !important;
    text-align: center;
}

.footer-bar .bremere-footer-logo {
    font-family: 'Libre Caslon Display', serif !important;
    font-size: 22px;
    color: #fff;
    margin-bottom: 8px;
}

.footer-bar .copyright {
    font-size: 13px;
    color: rgba(255,255,255,0.5);
}

/* ===== SHOP PAGE ===== */
body.archive.post-type-archive-product .woocommerce-products-header__title,
body.archive.tax-product_cat .woocommerce-products-header__title {
    font-family: 'Libre Caslon Display', serif !important;
    font-size: 36px;
    text-align: center;
    margin-bottom: 40px;
    color: var(--brand-ink);
}

body.archive ul.products {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 28px !important;
    max-width: 1200px;
    margin: 0 auto !important;
}

body.archive ul.products li.product {
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    transition: all 0.3s ease;
    text-align: center;
}

body.archive ul.products li.product:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(0,0,0,0.1);
}

body.archive ul.products li.product a img {
    height: 200px !important;
    object-fit: cover !important;
}

body.archive .product-category a img {
    height: 180px !important;
    object-fit: cover !important;
}

body.archive ul.products li.product .woocommerce-loop-product__title {
    font-family: 'Figtree', sans-serif !important;
    font-size: 15px !important;
    font-weight: 500;
    color: var(--brand-ink);
    padding: 12px 16px 4px;
}

body.archive ul.products li.product .price {
    color: var(--brand-color) !important;
    font-weight: 600 !important;
    font-size: 16px !important;
}

body.archive ul.products li.product .button {
    background: var(--brand-color) !important;
    color: #fff !important;
    border-radius: 4px !important;
    font-family: 'Figtree', sans-serif !important;
    font-size: 13px !important;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    padding: 10px 24px !important;
    margin-bottom: 16px;
    transition: background 0.3s ease;
}

body.archive ul.products li.product .button:hover {
    background: var(--brand-color-dark) !important;
}

/* Pagination */
.woocommerce-pagination .page-numbers {
    display: flex;
    gap: 8px;
    justify-content: center;
    border: none !important;
}

.woocommerce-pagination .page-numbers li {
    border: none !important;
    list-style: none;
}

.woocommerce-pagination .page-numbers li a,
.woocommerce-pagination .page-numbers li span {
    border-radius: 6px !important;
    padding: 8px 14px !important;
    border: 1px solid #ddd !important;
    font-family: 'Figtree', sans-serif;
    font-size: 14px;
    color: var(--brand-ink);
    text-decoration: none;
}

.woocommerce-pagination .page-numbers li .current {
    background: var(--brand-color) !important;
    color: #fff !important;
    border-color: var(--brand-color) !important;
}

/* Shop mobile */
@media (max-width: 768px) {
    body.archive ul.products {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 16px !important;
    }
    body.archive ul.products li.product a img {
        height: 120px !important;
    }
}

/* ===== PRODUCT DETAIL PAGE ===== */
body.single-product div.product {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    gap: 40px !important;
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
    align-items: flex-start !important;
}

body.single-product div.product .woocommerce-product-gallery {
    width: 48% !important;
    flex: 0 0 48% !important;
    float: none !important;
}

body.single-product div.product .summary {
    width: 48% !important;
    flex: 0 0 48% !important;
    float: none !important;
}

/* Hide short description (duplicate of description tabs) */
body.single-product .summary .woocommerce-product-details__short-description {
    display: none !important;
}

body.single-product .flex-control-thumbs {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
}

body.single-product .flex-control-thumbs li {
    width: 72px !important;
    height: 72px !important;
}

body.single-product .summary .product_title {
    font-family: 'Libre Caslon Display', serif !important;
    font-size: 28px !important;
    color: var(--brand-ink);
    margin-bottom: 16px;
}

body.single-product .summary .price {
    font-family: 'Figtree', sans-serif;
    font-size: 24px !important;
    color: var(--brand-color) !important;
    font-weight: 600;
    margin-bottom: 20px;
}

body.single-product .summary .woocommerce-product-details__short-description {
    color: var(--brand-muted);
    line-height: 1.8;
    margin-bottom: 24px;
}

body.single-product .summary .cart .button {
    background: var(--brand-color) !important;
    color: #fff !important;
    border-radius: 4px !important;
    font-family: 'Figtree', sans-serif !important;
    font-size: 15px !important;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 14px 36px !important;
    transition: background 0.3s ease;
}

body.single-product .summary .cart .button:hover {
    background: var(--brand-color-dark) !important;
}

body.single-product .summary .product_meta {
    border-top: 1px solid var(--brand-line);
    padding-top: 20px;
    margin-top: 20px;
    font-size: 14px;
    color: var(--brand-muted);
}

body.single-product .summary .product_meta a {
    color: var(--brand-color);
    text-decoration: none;
}

body.single-product .woocommerce-tabs {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px 60px;
    width: 100%;
    flex: 0 0 100% !important;
}

body.single-product .woocommerce-tabs .tabs {
    border-bottom: 2px solid var(--brand-line);
}

body.single-product .woocommerce-tabs .tabs li {
    border: none !important;
    background: none !important;
}

body.single-product .woocommerce-tabs .tabs li.active {
    border-bottom: 2px solid var(--brand-color) !important;
}

body.single-product .woocommerce-tabs .tabs li a {
    font-family: 'Figtree', sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--brand-muted);
}

body.single-product .woocommerce-tabs .tabs li.active a {
    color: var(--brand-color) !important;
}

body.single-product .woocommerce-tabs .entry-content h3 {
    font-family: 'Libre Caslon Display', serif !important;
    font-size: 22px;
    color: var(--brand-color);
    margin: 30px 0 16px;
}

body.single-product .woocommerce-tabs .entry-content ul li {
    margin-bottom: 8px;
    line-height: 1.8;
    color: var(--brand-muted);
}

body.single-product .woocommerce-tabs .entry-content table {
    border-collapse: collapse;
    width: 100%;
    margin: 20px 0;
}

body.single-product .woocommerce-tabs .entry-content table td {
    border: 1px solid var(--brand-line);
    padding: 12px 16px;
    font-size: 14px;
}

body.single-product .woocommerce-tabs .entry-content table td:first-child {
    background: var(--brand-bg-alt);
    font-weight: 600;
    color: var(--brand-ink);
    width: 30%;
}

/* Mobile product page */
@media (max-width: 768px) {
    body.single-product div.product {
        flex-direction: column !important;
        gap: 20px !important;
        padding: 20px 16px;
    }
    body.single-product div.product .woocommerce-product-gallery,
    body.single-product div.product .summary {
        width: 100% !important;
    }
    body.home .bremere-hero {
        flex-direction: column;
    }
    body.home .bremere-cat-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    body.home .bremere-products-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    body.home .bremere-story {
        flex-direction: column;
        gap: 30px;
    }
    body.home .bremere-story-values {
        grid-template-columns: 1fr;
    }
    body.home .bremere-trust-bar {
        gap: 24px;
    }
    body.home .bremere-newsletter-form {
        flex-direction: column;
    }
}

/* ===== POLICY PAGES ===== */
body.page:not(.home):not(.single-product) .ast-article-single {
    max-width: 860px !important;
    margin: 0 auto !important;
    padding: 60px 40px 80px !important;
    background: #fff;
}

body.page:not(.home):not(.single-product) .entry-header {
    max-width: 860px !important;
    margin: 0 auto !important;
    padding: 48px 40px 0 !important;
    text-align: center;
}

body.page:not(.home):not(.single-product) .entry-header h1 {
    font-family: 'Libre Caslon Display', serif !important;
    font-size: 32px !important;
    font-weight: 400 !important;
    letter-spacing: -0.01em;
}

body.page:not(.home):not(.single-product) .entry-content h2 {
    font-family: 'Libre Caslon Display', serif !important;
    font-size: 22px !important;
    font-weight: 400 !important;
    color: var(--brand-color) !important;
    margin: 40px 0 16px !important;
}

body.page:not(.home):not(.single-product) .entry-content h3 {
    font-family: 'Figtree', sans-serif !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    color: var(--brand-color) !important;
    text-transform: uppercase;
    letter-spacing: 0.06em !important;
    margin: 28px 0 12px;
}

body.page:not(.home):not(.single-product) .entry-content p {
    font-size: 15px !important;
    line-height: 1.8 !important;
    color: #333 !important;
    margin-bottom: 16px;
}

body.page:not(.home):not(.single-product) .entry-content ul li,
body.page:not(.home):not(.single-product) .entry-content ol li {
    font-size: 15px;
    line-height: 1.8;
    color: #333;
    margin-bottom: 8px;
}

body.page:not(.home):not(.single-product) .entry-content table {
    border-collapse: collapse;
    width: 100%;
    margin: 20px 0;
}

body.page:not(.home):not(.single-product) .entry-content table td {
    border: 1px solid #ddd;
    padding: 10px 14px;
    font-size: 14px;
}

@media (max-width: 768px) {
    body.page:not(.home):not(.single-product) .ast-article-single {
        padding: 32px 20px 60px !important;
    }
    body.page:not(.home):not(.single-product) .entry-content h2 {
        font-size: 19px !important;
    }
    body.page:not(.home):not(.single-product) .entry-header {
        padding: 32px 20px 0 !important;
    }
}

/* ===== CART / CHECKOUT ===== */
body.woocommerce-cart .woocommerce,
body.woocommerce-checkout .woocommerce {
    max-width: 1000px;
    margin: 0 auto;
    padding: 40px 20px;
}

.woocommerce .button {
    background: var(--brand-color) !important;
    color: #fff !important;
    border-radius: 4px !important;
    font-family: 'Figtree', sans-serif !important;
    transition: background 0.3s ease;
}

.woocommerce .button:hover {
    background: var(--brand-color-dark) !important;
}

.woocommerce .shop_table {
    border: 1px solid var(--brand-line);
    border-radius: 8px;
    overflow: hidden;
}

.woocommerce .shop_table th {
    background: var(--brand-bg-alt);
    font-family: 'Figtree', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

/* ===== BREADCRUMB ===== */
.woocommerce-breadcrumb {
    font-family: 'Figtree', sans-serif;
    font-size: 13px;
    color: var(--brand-muted);
    margin-bottom: 20px;
}

/* ===== PAGE TITLE BAR ===== */
.ast-page-title-bar {
    background: var(--brand-bg-alt) !important;
    padding: 40px 20px !important;
    text-align: center;
}

.ast-page-title-bar .ast-page-title {
    font-family: 'Libre Caslon Display', serif !important;
    font-size: 32px;
    color: var(--brand-ink);
}

/* ===== HIDE ASTRA DEFAULT FOOTER ===== */
.site-footer .ast-footer-small,
.site-footer .ast-footer-adv,
.site-footer .ast-small-footer,
.site-footer .ast-footer-widget-area,
.ast-footer-copyright,
.ast-footer-adv-wrap,
#colophon .ast-small-footer {
    display: none !important;
}

/* Hide Astra "Astra WordPress Theme" credit */
.site-footer .site-footer-focus-item:last-child {
    display: none !important;
}

/* Force hide all Astra footer content except our custom footer */
footer.site-footer > *:not(.bremere-footer-main):not(.bremere-footer-bar) {
    display: none !important;
}

/* ===== FIX SVG ICONS IN TRUST BAR ===== */
.bremere-trust-bar svg {
    width: 32px !important;
    height: 32px !important;
    max-width: 32px !important;
    max-height: 32px !important;
    flex-shrink: 0;
}

/* ===== FIX TRUST BAR LAYOUT ===== */
.bremere-trust-bar .bremere-trust-item {
    display: flex !important;
    align-items: center;
    gap: 12px;
}

/* ===== HIDE ASTRA PAGE TITLE BAR ON HOMEPAGE ===== */
body.home .ast-page-title-bar,
body.home .entry-header {
    display: none !important;
}

/* ===== GLOBAL ASTRA OVERRIDES ===== */
.ast-container {
    max-width: 1200px !important;
    padding: 0 20px !important;
}

/* Remove Astra default content padding on home */
body.home .site-content {
    padding: 0 !important;
    margin: 0 !important;
}

body.home .ast-container {
    max-width: 100% !important;
    padding: 0 !important;
}

body.home .entry-content {
    margin: 0 !important;
}

/* ===== PRODUCT SUMMARY ENRICHMENT ===== */
.bremere-summary-highlights {
    margin: 16px 0 20px;
    padding: 16px 20px;
    background: var(--brand-bg-alt);
    border-radius: 8px;
    border-left: 3px solid var(--brand-color);
}
.bremere-summary-highlights ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
.bremere-summary-highlights li {
    font-family: 'Figtree', sans-serif;
    font-size: 13px;
    color: var(--brand-ink);
    line-height: 1.6;
    margin-bottom: 6px;
    display: flex;
    align-items: flex-start;
    gap: 8px;
}
.bremere-summary-highlights .check-icon {
    color: var(--brand-color);
    font-weight: 700;
    font-size: 14px;
    flex-shrink: 0;
    margin-top: 1px;
}

.bremere-summary-meta {
    margin: 0 0 20px;
    padding: 14px 20px;
    border: 1px solid var(--brand-line);
    border-radius: 8px;
}
.bremere-summary-meta .meta-row {
    display: flex;
    justify-content: space-between;
    padding: 4px 0;
    font-family: 'Figtree', sans-serif;
    font-size: 13px;
    border-bottom: 1px solid #f0ede9;
}
.bremere-summary-meta .meta-row:last-child {
    border-bottom: none;
}
.bremere-summary-meta .meta-label {
    color: var(--brand-muted);
    font-weight: 500;
}
.bremere-summary-meta .meta-value {
    color: var(--brand-ink);
    font-weight: 600;
}
.bremere-summary-meta .stock-status {
    color: #2d7a3e;
}

.bremere-summary-trust {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    margin: 0 0 16px;
    padding: 12px 16px;
    background: #faf8f5;
    border-radius: 8px;
}
.bremere-summary-trust .trust-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    flex: 1;
}
.bremere-summary-trust .trust-item svg {
    color: var(--brand-color);
}
.bremere-summary-trust .trust-item span {
    font-family: 'Figtree', sans-serif;
    font-size: 10px;
    color: var(--brand-muted);
    text-align: center;
    line-height: 1.3;
}

.bremere-summary-shipping {
    margin: 0 0 16px;
    padding: 12px 20px;
    border: 1px dashed var(--brand-line);
    border-radius: 8px;
}
.bremere-summary-shipping .shipping-row {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 3px 0;
    font-family: 'Figtree', sans-serif;
    font-size: 12px;
    color: var(--brand-muted);
}
.bremere-summary-shipping .shipping-icon {
    font-size: 14px;
    color: var(--brand-color);
}

/* ===== LIMIT MENU TO 6 ITEMS - HIDE EXTRAS ===== */
.main-header-menu > li:nth-child(n+7),
.ast-nav-menu > li:nth-child(n+7) {
    display: none !important;
}

/* ===== HIDE RELATED PRODUCTS ON PRODUCT PAGES ===== */
.related.products,
.related,
.upsells,
.up-sells,
.cross-sells {
    display: none !important;
}

/* ===== PRODUCT CARD IMAGE WIDTH FIX ===== */
body.home .bremere-product-card img {
    width: 100% !important;
    height: 200px;
    object-fit: cover !important;
    display: block !important;
}

/* ===== HERO TEXT POSITIONING ===== */
body.home .bremere-hero-content {
    position: relative;
    z-index: 3 !important;
    text-align: left;
    max-width: 500px;
    padding: 40px;
}

body.home .bremere-hero-content .bremere-hero-eyebrow {
    color: rgba(255,255,255,0.85) !important;
}

body.home .bremere-hero-content .bremere-hero-title {
    color: #fff !important;
    text-shadow: 0 2px 8px rgba(0,0,0,0.3);
}

body.home .bremere-hero-content .bremere-hero-subtitle {
    color: rgba(255,255,255,0.9) !important;
}

/* ===== SHOP PAGE PRODUCT GRID ===== */
body.archive ul.products li.product a img {
    width: 100% !important;
    height: auto !important;
    max-height: 250px;
    object-fit: cover !important;
}
