/* Lumiere shop/category archive layout - v3.3 */

body.post-type-archive-product,
body.tax-product_cat,
body.tax-product_tag {
    --lumiere-shop-bg: #fbf6ed;
    --lumiere-shop-ink: #171514;
    --lumiere-shop-gold: #15120f;
    --lumiere-shop-soft-gold: #b99049;
}

body.post-type-archive-product .site-content,
body.tax-product_cat .site-content,
body.tax-product_tag .site-content {
    background: var(--lumiere-shop-bg);
}

/* Give the product grid more width and reduce the empty gutter after the filters. */
@media (min-width: 993px) {
    body.post-type-archive-product.ast-left-sidebar #secondary,
    body.tax-product_cat.ast-left-sidebar #secondary,
    body.tax-product_tag.ast-left-sidebar #secondary {
        width: 20% !important;
        padding-right: 24px !important;
    }

    body.post-type-archive-product.ast-left-sidebar #primary,
    body.tax-product_cat.ast-left-sidebar #primary,
    body.tax-product_tag.ast-left-sidebar #primary {
        width: 80% !important;
        padding-left: 18px !important;
    }

    body.post-type-archive-product .ast-container,
    body.tax-product_cat .ast-container,
    body.tax-product_tag .ast-container {
        max-width: 1480px;
        padding-left: 28px;
        padding-right: 28px;
    }
}

/* Stable three-column product grid. */
body.post-type-archive-product .woocommerce ul.products,
body.tax-product_cat .woocommerce ul.products,
body.tax-product_tag .woocommerce ul.products {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 30px 24px !important;
    margin: 0 !important;
}

body.post-type-archive-product .woocommerce ul.products::before,
body.post-type-archive-product .woocommerce ul.products::after,
body.tax-product_cat .woocommerce ul.products::before,
body.tax-product_cat .woocommerce ul.products::after,
body.tax-product_tag .woocommerce ul.products::before,
body.tax-product_tag .woocommerce ul.products::after {
    display: none !important;
}

body.post-type-archive-product .woocommerce ul.products li.product,
body.tax-product_cat .woocommerce ul.products li.product,
body.tax-product_tag .woocommerce ul.products li.product {
    float: none !important;
    width: auto !important;
    margin: 0 !important;
    min-width: 0;
    display: flex !important;
    flex-direction: column;
    height: 100%;
}

/* Make the clickable product content occupy equal vertical space. */
body.post-type-archive-product .woocommerce ul.products li.product .woocommerce-LoopProduct-link,
body.tax-product_cat .woocommerce ul.products li.product .woocommerce-LoopProduct-link,
body.tax-product_tag .woocommerce ul.products li.product .woocommerce-LoopProduct-link {
    display: flex !important;
    flex-direction: column;
    flex: 1 1 auto;
    color: inherit;
    text-decoration: none;
}

/* Full image, never cropped. */
body.post-type-archive-product .woocommerce ul.products li.product img,
body.tax-product_cat .woocommerce ul.products li.product img,
body.tax-product_tag .woocommerce ul.products li.product img {
    display: block;
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 1 / 1;
    object-fit: contain !important;
    object-position: center !important;
    margin: 0 0 14px !important;
    padding: 10px;
    background: #fff;
}

/* Keep every title block the same height so prices/buttons align. */
body.post-type-archive-product .woocommerce ul.products li.product .woocommerce-loop-product__title,
body.tax-product_cat .woocommerce ul.products li.product .woocommerce-loop-product__title,
body.tax-product_tag .woocommerce ul.products li.product .woocommerce-loop-product__title {
    min-height: 5.25em;
    margin: 6px 0 8px !important;
    color: var(--lumiere-shop-ink);
    font-size: 18px !important;
    line-height: 1.32 !important;
    font-weight: 500 !important;
}

/* Same reserved price row on every card. */
body.post-type-archive-product .woocommerce ul.products li.product .price,
body.tax-product_cat .woocommerce ul.products li.product .price,
body.tax-product_tag .woocommerce ul.products li.product .price {
    display: flex !important;
    align-items: center;
    min-height: 30px;
    margin: 0 0 14px !important;
    color: var(--lumiere-shop-ink) !important;
    font-weight: 700 !important;
}

/* Force Add to Cart to the same baseline across the row. */
body.post-type-archive-product .woocommerce ul.products li.product .button,
body.tax-product_cat .woocommerce ul.products li.product .button,
body.tax-product_tag .woocommerce ul.products li.product .button {
    align-self: flex-start;
    margin-top: auto !important;
    min-width: 164px;
    min-height: 42px;
    padding: 0 22px !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 999px !important;
    background: var(--lumiere-shop-gold) !important;
    color: #171514 !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    letter-spacing: .16em;
    text-transform: uppercase;
}

body.post-type-archive-product .woocommerce ul.products li.product .button:hover,
body.tax-product_cat .woocommerce ul.products li.product .button:hover,
body.tax-product_tag .woocommerce ul.products li.product .button:hover {
    transform: translateY(-2px);
    filter: brightness(1.06);
}

/* Reduce the wide visual gap around result count / sorting. */
body.post-type-archive-product .woocommerce .woocommerce-result-count,
body.tax-product_cat .woocommerce .woocommerce-result-count,
body.tax-product_tag .woocommerce .woocommerce-result-count {
    margin-bottom: 22px;
}

body.post-type-archive-product .woocommerce .woocommerce-ordering,
body.tax-product_cat .woocommerce .woocommerce-ordering,
body.tax-product_tag .woocommerce .woocommerce-ordering {
    margin-bottom: 22px;
}

@media (max-width: 992px) {
    body.post-type-archive-product .woocommerce ul.products,
    body.tax-product_cat .woocommerce ul.products,
    body.tax-product_tag .woocommerce ul.products {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 600px) {
    body.post-type-archive-product .woocommerce ul.products,
    body.tax-product_cat .woocommerce ul.products,
    body.tax-product_tag .woocommerce ul.products {
        grid-template-columns: 1fr !important;
        gap: 26px !important;
    }

    body.post-type-archive-product .woocommerce ul.products li.product .woocommerce-loop-product__title,
    body.tax-product_cat .woocommerce ul.products li.product .woocommerce-loop-product__title,
    body.tax-product_tag .woocommerce ul.products li.product .woocommerce-loop-product__title {
        min-height: 0;
    }
}


/* v3.4: Astra archive wrapper corrections. These selectors target Astra's actual
   sidebar + .astra-shop-summary-wrap markup rather than only core WooCommerce. */
@media (min-width: 993px) {
    body.post-type-archive-product .site-content > .ast-container,
    body.tax-product_cat .site-content > .ast-container,
    body.tax-product_tag .site-content > .ast-container {
        display: grid !important;
        grid-template-columns: 245px minmax(0, 1fr) !important;
        column-gap: 30px !important;
        align-items: start !important;
        width: min(100%, 1500px) !important;
        max-width: 1500px !important;
        margin-inline: auto !important;
        padding-inline: 26px !important;
    }

    body.post-type-archive-product .site-content > .ast-container > #secondary,
    body.tax-product_cat .site-content > .ast-container > #secondary,
    body.tax-product_tag .site-content > .ast-container > #secondary {
        grid-column: 1 !important;
        grid-row: 1 !important;
        width: 100% !important;
        max-width: none !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    body.post-type-archive-product .site-content > .ast-container > #primary,
    body.tax-product_cat .site-content > .ast-container > #primary,
    body.tax-product_tag .site-content > .ast-container > #primary {
        grid-column: 2 !important;
        grid-row: 1 !important;
        width: 100% !important;
        max-width: none !important;
        margin: 0 !important;
        padding: 0 !important;
    }
}

/* Larger 3-card grid while retaining the sidebar. */
body.post-type-archive-product .ast-woocommerce-container ul.products,
body.tax-product_cat .ast-woocommerce-container ul.products,
body.tax-product_tag .ast-woocommerce-container ul.products,
body.post-type-archive-product .woocommerce ul.products,
body.tax-product_cat .woocommerce ul.products,
body.tax-product_tag .woocommerce ul.products {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 34px 20px !important;
    width: 100% !important;
}

body.post-type-archive-product ul.products li.product,
body.tax-product_cat ul.products li.product,
body.tax-product_tag ul.products li.product {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    min-width: 0 !important;
    height: 100% !important;
    margin: 0 !important;
}

/* Astra splits the image and summary into separate wrappers. */
body.post-type-archive-product ul.products li.product .astra-shop-thumbnail-wrap,
body.tax-product_cat ul.products li.product .astra-shop-thumbnail-wrap,
body.tax-product_tag ul.products li.product .astra-shop-thumbnail-wrap {
    width: 100% !important;
    aspect-ratio: 1 / 1 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden !important;
    background: #fff !important;
}

body.post-type-archive-product ul.products li.product .astra-shop-thumbnail-wrap > a,
body.tax-product_cat ul.products li.product .astra-shop-thumbnail-wrap > a,
body.tax-product_tag ul.products li.product .astra-shop-thumbnail-wrap > a {
    display: flex !important;
    width: 100% !important;
    height: 100% !important;
    align-items: center !important;
    justify-content: center !important;
}

body.post-type-archive-product ul.products li.product .astra-shop-thumbnail-wrap img,
body.tax-product_cat ul.products li.product .astra-shop-thumbnail-wrap img,
body.tax-product_tag ul.products li.product .astra-shop-thumbnail-wrap img,
body.post-type-archive-product ul.products li.product img.attachment-woocommerce_thumbnail,
body.tax-product_cat ul.products li.product img.attachment-woocommerce_thumbnail,
body.tax-product_tag ul.products li.product img.attachment-woocommerce_thumbnail {
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: contain !important;
    object-position: center !important;
    padding: 8px !important;
    margin: 0 !important;
    background: #fff !important;
}

/* Make every summary the same height and reserve fixed rows for metadata/title/price/button. */
body.post-type-archive-product ul.products li.product .astra-shop-summary-wrap,
body.tax-product_cat ul.products li.product .astra-shop-summary-wrap,
body.tax-product_tag ul.products li.product .astra-shop-summary-wrap {
    display: flex !important;
    flex-direction: column !important;
    flex: 1 1 auto !important;
    min-height: 250px !important;
    padding-top: 12px !important;
}

body.post-type-archive-product ul.products li.product .ast-woo-product-category,
body.tax-product_cat ul.products li.product .ast-woo-product-category,
body.tax-product_tag ul.products li.product .ast-woo-product-category {
    display: block !important;
    min-height: 24px !important;
    margin: 0 0 6px !important;
}

body.post-type-archive-product ul.products li.product .woocommerce-loop-product__title,
body.tax-product_cat ul.products li.product .woocommerce-loop-product__title,
body.tax-product_tag ul.products li.product .woocommerce-loop-product__title {
    display: block !important;
    height: 118px !important;
    min-height: 118px !important;
    max-height: 118px !important;
    overflow: hidden !important;
    margin: 0 0 8px !important;
    font-size: 18px !important;
    line-height: 1.3 !important;
}

body.post-type-archive-product ul.products li.product .price,
body.tax-product_cat ul.products li.product .price,
body.tax-product_tag ul.products li.product .price {
    display: flex !important;
    align-items: center !important;
    height: 30px !important;
    min-height: 30px !important;
    margin: 0 0 12px !important;
}

body.post-type-archive-product ul.products li.product .button,
body.tax-product_cat ul.products li.product .button,
body.tax-product_tag ul.products li.product .button {
    margin-top: auto !important;
    align-self: flex-start !important;
}

@media (max-width: 992px) {
    body.post-type-archive-product .site-content > .ast-container,
    body.tax-product_cat .site-content > .ast-container,
    body.tax-product_tag .site-content > .ast-container {
        display: block !important;
    }

    body.post-type-archive-product .ast-woocommerce-container ul.products,
    body.tax-product_cat .ast-woocommerce-container ul.products,
    body.tax-product_tag .ast-woocommerce-container ul.products,
    body.post-type-archive-product .woocommerce ul.products,
    body.tax-product_cat .woocommerce ul.products,
    body.tax-product_tag .woocommerce ul.products {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    body.post-type-archive-product ul.products li.product .woocommerce-loop-product__title,
    body.tax-product_cat ul.products li.product .woocommerce-loop-product__title,
    body.tax-product_tag ul.products li.product .woocommerce-loop-product__title {
        height: auto !important;
        min-height: 92px !important;
        max-height: none !important;
    }
}

@media (max-width: 600px) {
    body.post-type-archive-product .ast-woocommerce-container ul.products,
    body.tax-product_cat .ast-woocommerce-container ul.products,
    body.tax-product_tag .ast-woocommerce-container ul.products,
    body.post-type-archive-product .woocommerce ul.products,
    body.tax-product_cat .woocommerce ul.products,
    body.tax-product_tag .woocommerce ul.products {
        grid-template-columns: 1fr !important;
    }

    body.post-type-archive-product ul.products li.product .astra-shop-summary-wrap,
    body.tax-product_cat ul.products li.product .astra-shop-summary-wrap,
    body.tax-product_tag ul.products li.product .astra-shop-summary-wrap {
        min-height: 0 !important;
    }

    body.post-type-archive-product ul.products li.product .woocommerce-loop-product__title,
    body.tax-product_cat ul.products li.product .woocommerce-loop-product__title,
    body.tax-product_tag ul.products li.product .woocommerce-loop-product__title {
        min-height: 0 !important;
    }
}


/* v3.5 - category filter colors: dark by default, gold on hover */
body.post-type-archive-product .widget_product_categories a,
body.tax-product_cat .widget_product_categories a,
body.tax-product_tag .widget_product_categories a,
body.post-type-archive-product .product-categories a,
body.tax-product_cat .product-categories a,
body.tax-product_tag .product-categories a {
    color: #171514 !important;
    transition: color .25s ease;
}

body.post-type-archive-product .widget_product_categories a:hover,
body.tax-product_cat .widget_product_categories a:hover,
body.tax-product_tag .widget_product_categories a:hover,
body.post-type-archive-product .product-categories a:hover,
body.tax-product_cat .product-categories a:hover,
body.tax-product_tag .product-categories a:hover {
    color: #15120f !important;
}


/* v3.6: broader archive/search coverage, corrected sidebar link colors, premium search UI */
body.search-results.post-type-archive-product,
body.search-results[class*="woocommerce"],
body.search.search-results {
    --lumiere-shop-bg: #fbf6ed;
    --lumiere-shop-ink: #171514;
    --lumiere-shop-gold: #15120f;
    --lumiere-shop-soft-gold: #15120f;
}

body.search.search-results .site-content {
    background: var(--lumiere-shop-bg, #fbf6ed);
}

/* Astra / block-widget category links: dark at rest, gold on hover. */
body.woocommerce #secondary .widget_product_categories a,
body.woocommerce #secondary .product-categories a,
body.woocommerce #secondary .wc-block-product-categories-list a,
body.woocommerce #secondary .wp-block-woocommerce-product-categories a,
body.woocommerce #secondary .widget-area a,
body.tax-product_cat #secondary a,
body.post-type-archive-product #secondary a,
body.search.search-results #secondary a {
    color: #171514 !important;
    transition: color .22s ease, transform .22s ease !important;
}

body.woocommerce #secondary .widget_product_categories a:hover,
body.woocommerce #secondary .product-categories a:hover,
body.woocommerce #secondary .wc-block-product-categories-list a:hover,
body.woocommerce #secondary .wp-block-woocommerce-product-categories a:hover,
body.woocommerce #secondary .widget-area a:hover,
body.tax-product_cat #secondary a:hover,
body.post-type-archive-product #secondary a:hover,
body.search.search-results #secondary a:hover {
    color: #15120f !important;
}

/* Do not let the old sidebar search compete with the primary search experience. */
body.search.search-results #secondary .widget_product_search,
body.search.search-results #secondary .wp-block-search,
body.search.search-results #secondary .wc-block-product-search {
    display: none !important;
}

/* Include product search results in the same wide archive layout. */
@media (min-width: 993px) {
    body.search.search-results .site-content > .ast-container {
        display: grid !important;
        grid-template-columns: 245px minmax(0, 1fr) !important;
        column-gap: 30px !important;
        align-items: start !important;
        width: min(100%, 1500px) !important;
        max-width: 1500px !important;
        margin-inline: auto !important;
        padding-inline: 26px !important;
    }

    body.search.search-results .site-content > .ast-container > #secondary {
        grid-column: 1 !important;
        width: 100% !important;
        max-width: none !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    body.search.search-results .site-content > .ast-container > #primary {
        grid-column: 2 !important;
        width: 100% !important;
        max-width: none !important;
        margin: 0 !important;
        padding: 0 !important;
    }
}

body.search.search-results .woocommerce ul.products {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 34px 20px !important;
}

body.search.search-results .woocommerce ul.products li.product {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    margin: 0 !important;
}

body.search.search-results ul.products li.product .astra-shop-thumbnail-wrap {
    width: 100% !important;
    aspect-ratio: 1 / 1 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #fff !important;
    overflow: hidden !important;
}

body.search.search-results ul.products li.product .astra-shop-thumbnail-wrap img,
body.search.search-results ul.products li.product img.attachment-woocommerce_thumbnail {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    object-position: center !important;
    padding: 8px !important;
}

body.search.search-results ul.products li.product .astra-shop-summary-wrap {
    display: flex !important;
    flex-direction: column !important;
    flex: 1 1 auto !important;
    min-height: 250px !important;
}

body.search.search-results ul.products li.product .woocommerce-loop-product__title {
    height: 118px !important;
    min-height: 118px !important;
    max-height: 118px !important;
    overflow: hidden !important;
}

body.search.search-results ul.products li.product .price {
    min-height: 30px !important;
}

body.search.search-results ul.products li.product .button {
    margin-top: auto !important;
}

/* Premium search bar above result count / sorting. */
.lumiere-search-hero {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: minmax(220px, .72fr) minmax(360px, 1.28fr);
    gap: 32px;
    align-items: end;
    margin: 0 0 34px;
    padding: 28px 30px;
    border-radius: 26px;
    background:
        radial-gradient(circle at 90% -20%, rgba(21,18,15,.22), transparent 40%),
        linear-gradient(145deg, #171411 0%, #211b15 100%);
    box-shadow: 0 18px 44px rgba(28, 21, 12, .12);
    color: #fff;
}

.lumiere-search-hero__eyebrow {
    display: block;
    margin-bottom: 8px;
    color: #15120f;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .2em;
    text-transform: uppercase;
}

.lumiere-search-hero h1 {
    margin: 0;
    color: #fff;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(32px, 3vw, 48px);
    font-weight: 600;
    line-height: 1;
}

.lumiere-search-hero__form {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    min-height: 58px;
    padding: 6px 6px 6px 18px;
    border: 1px solid rgba(21,18,15,.35);
    border-radius: 999px;
    background: rgba(255,255,255,.08);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
    backdrop-filter: blur(8px);
}

.lumiere-search-hero__icon {
    display: inline-flex;
    color: #15120f;
}

.lumiere-search-hero__form input[type="search"] {
    width: 100%;
    min-width: 0;
    height: 46px;
    padding: 0 14px;
    border: 0 !important;
    outline: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: #fff !important;
    font-size: 14px;
}

.lumiere-search-hero__form input[type="search"]::placeholder {
    color: rgba(255,255,255,.58);
}

.lumiere-search-hero__form button {
    min-height: 46px;
    padding: 0 24px;
    border: 0;
    border-radius: 999px;
    background: #15120f;
    color: #171514;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
    cursor: pointer;
    transition: transform .22s ease, filter .22s ease;
}

.lumiere-search-hero__form button:hover {
    transform: translateY(-1px);
    filter: brightness(1.1);
}

@media (max-width: 992px) {
    body.search.search-results .site-content > .ast-container {
        display: block !important;
    }

    body.search.search-results .woocommerce ul.products {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .lumiere-search-hero {
        grid-template-columns: 1fr;
        align-items: stretch;
    }
}

@media (max-width: 600px) {
    body.search.search-results .woocommerce ul.products {
        grid-template-columns: 1fr !important;
    }

    .lumiere-search-hero {
        padding: 22px 18px;
        border-radius: 20px;
    }

    .lumiere-search-hero__form {
        grid-template-columns: auto minmax(0,1fr);
        border-radius: 18px;
        padding: 6px 10px;
    }

    .lumiere-search-hero__form button {
        grid-column: 1 / -1;
        width: 100%;
        margin-top: 8px;
    }
}


/* v3.7 compact shop/category layout */

/* Remove the bulky legacy search widget from the left sidebar on every product archive. */
body.post-type-archive-product #secondary .widget_product_search,
body.tax-product_cat #secondary .widget_product_search,
body.tax-product_tag #secondary .widget_product_search,
body.post-type-archive-product #secondary .wp-block-search,
body.tax-product_cat #secondary .wp-block-search,
body.tax-product_tag #secondary .wp-block-search,
body.post-type-archive-product #secondary .wc-block-product-search,
body.tax-product_cat #secondary .wc-block-product-search,
body.tax-product_tag #secondary .wc-block-product-search,
body.search.search-results #secondary .widget_product_search,
body.search.search-results #secondary .wp-block-search,
body.search.search-results #secondary .wc-block-product-search {
    display: none !important;
}

/* Pull the entire archive upward and tighten the category heading area. */
body.post-type-archive-product .site-content,
body.tax-product_cat .site-content,
body.tax-product_tag .site-content,
body.search.search-results .site-content {
    padding-top: 0 !important;
}

body.post-type-archive-product .woocommerce-products-header,
body.tax-product_cat .woocommerce-products-header,
body.tax-product_tag .woocommerce-products-header {
    margin: 0 0 24px !important;
    padding: 22px 0 18px !important;
    min-height: 0 !important;
}

body.post-type-archive-product .woocommerce-products-header__title,
body.tax-product_cat .woocommerce-products-header__title,
body.tax-product_tag .woocommerce-products-header__title,
body.post-type-archive-product .page-title,
body.tax-product_cat .page-title,
body.tax-product_tag .page-title {
    margin: 0 !important;
    font-size: clamp(44px, 5vw, 72px) !important;
    line-height: .95 !important;
}

body.post-type-archive-product .woocommerce-breadcrumb,
body.tax-product_cat .woocommerce-breadcrumb,
body.tax-product_tag .woocommerce-breadcrumb {
    margin: 0 0 12px !important;
}

/* Compact left column and almost eliminate the empty gutter between filters and products. */
@media (min-width: 993px) {
    body.post-type-archive-product .site-content > .ast-container,
    body.tax-product_cat .site-content > .ast-container,
    body.tax-product_tag .site-content > .ast-container,
    body.search.search-results .site-content > .ast-container {
        grid-template-columns: 210px minmax(0, 1fr) !important;
        column-gap: 16px !important;
        width: min(100%, 1560px) !important;
        max-width: 1560px !important;
        padding-inline: 18px !important;
    }

    body.post-type-archive-product #secondary,
    body.tax-product_cat #secondary,
    body.tax-product_tag #secondary,
    body.search.search-results #secondary {
        padding-top: 2px !important;
    }
}

/* Make sidebar blocks concise instead of tall sections. */
body.woocommerce #secondary .widget,
body.post-type-archive-product #secondary .widget,
body.tax-product_cat #secondary .widget,
body.tax-product_tag #secondary .widget,
body.search.search-results #secondary .widget {
    margin-bottom: 30px !important;
    padding: 0 !important;
}

body.woocommerce #secondary .widget-title,
body.post-type-archive-product #secondary .widget-title,
body.tax-product_cat #secondary .widget-title,
body.tax-product_tag #secondary .widget-title,
body.search.search-results #secondary .widget-title,
body.woocommerce #secondary h2,
body.woocommerce #secondary h3 {
    margin: 0 0 14px !important;
    font-size: 22px !important;
    line-height: 1.15 !important;
    letter-spacing: .01em !important;
}

/* Price filter: compact width and height. */
body.woocommerce #secondary .widget_price_filter,
body.post-type-archive-product #secondary .widget_price_filter,
body.tax-product_cat #secondary .widget_price_filter,
body.tax-product_tag #secondary .widget_price_filter {
    margin-bottom: 32px !important;
}

body.woocommerce #secondary .widget_price_filter .price_slider_wrapper,
body.post-type-archive-product #secondary .widget_price_filter .price_slider_wrapper,
body.tax-product_cat #secondary .widget_price_filter .price_slider_wrapper,
body.tax-product_tag #secondary .widget_price_filter .price_slider_wrapper {
    padding-top: 2px !important;
}

body.woocommerce #secondary .widget_price_filter .price_slider,
body.post-type-archive-product #secondary .widget_price_filter .price_slider,
body.tax-product_cat #secondary .widget_price_filter .price_slider,
body.tax-product_tag #secondary .widget_price_filter .price_slider {
    margin: 10px 6px 16px !important;
}

body.woocommerce #secondary .widget_price_filter .price_slider_amount,
body.post-type-archive-product #secondary .widget_price_filter .price_slider_amount,
body.tax-product_cat #secondary .widget_price_filter .price_slider_amount,
body.tax-product_tag #secondary .widget_price_filter .price_slider_amount {
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 12px;
    line-height: 1.3 !important;
}

body.woocommerce #secondary .widget_price_filter .price_label,
body.post-type-archive-product #secondary .widget_price_filter .price_label,
body.tax-product_cat #secondary .widget_price_filter .price_label,
body.tax-product_tag #secondary .widget_price_filter .price_label {
    order: 1;
    width: 100%;
    text-align: left !important;
    font-size: 11px !important;
}

body.woocommerce #secondary .widget_price_filter .button,
body.post-type-archive-product #secondary .widget_price_filter .button,
body.tax-product_cat #secondary .widget_price_filter .button,
body.tax-product_tag #secondary .widget_price_filter .button {
    order: 2;
    min-height: 36px !important;
    padding: 0 18px !important;
    font-size: 10px !important;
}

/* Category list tighter. */
body.woocommerce #secondary .product-categories,
body.woocommerce #secondary .wc-block-product-categories-list,
body.post-type-archive-product #secondary .product-categories,
body.tax-product_cat #secondary .product-categories,
body.tax-product_tag #secondary .product-categories {
    margin: 0 !important;
}

body.woocommerce #secondary .product-categories li,
body.woocommerce #secondary .wc-block-product-categories-list li,
body.post-type-archive-product #secondary .product-categories li,
body.tax-product_cat #secondary .product-categories li,
body.tax-product_tag #secondary .product-categories li {
    margin: 0 0 9px !important;
    line-height: 1.3 !important;
}

/* Compact search inside the results toolbar instead of a large block above everything. */
.lumiere-search-hero {
    display: none !important;
}

.lumiere-archive-search {
    float: none;
    display: inline-grid;
    grid-template-columns: auto minmax(130px, 210px) 38px;
    align-items: center;
    width: min(100%, 285px);
    height: 42px;
    margin: 0 18px 20px 0;
    padding: 0 0 0 12px;
    border: 1px solid rgba(21,18,15,.38);
    border-radius: 999px;
    background: rgba(255,255,255,.72);
    box-shadow: 0 7px 18px rgba(23,21,20,.05);
    vertical-align: top;
}

.lumiere-archive-search__icon {
    display: inline-flex;
    color: #15120f;
}

.lumiere-archive-search input[type="search"] {
    width: 100%;
    min-width: 0;
    height: 38px;
    padding: 0 9px !important;
    border: 0 !important;
    outline: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: #171514 !important;
    font-size: 12px !important;
}

.lumiere-archive-search button {
    width: 34px;
    height: 34px;
    margin-right: 3px;
    padding: 0 !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0 !important;
    border-radius: 50% !important;
    background: #15120f !important;
    color: #fff !important;
    cursor: pointer;
    transition: transform .2s ease, background .2s ease;
}

.lumiere-archive-search button:hover {
    transform: translateX(2px);
    background: #171514 !important;
}

/* Keep the loop toolbar compact. */
body.woocommerce .woocommerce-result-count,
body.woocommerce .woocommerce-ordering,
body.post-type-archive-product .woocommerce-result-count,
body.tax-product_cat .woocommerce-result-count,
body.tax-product_tag .woocommerce-result-count,
body.search.search-results .woocommerce-result-count,
body.search.search-results .woocommerce-ordering {
    margin-top: 0 !important;
    margin-bottom: 20px !important;
}

/* A little more product width, still 3 across. */
body.post-type-archive-product .ast-woocommerce-container ul.products,
body.tax-product_cat .ast-woocommerce-container ul.products,
body.tax-product_tag .ast-woocommerce-container ul.products,
body.search.search-results .woocommerce ul.products {
    gap: 30px 16px !important;
}

@media (max-width: 992px) {
    .lumiere-archive-search {
        width: 100%;
        max-width: 360px;
        margin-bottom: 18px;
    }
}


/* v3.8: search in category-title row + tighter price filter */
body.post-type-archive-product .woocommerce-products-header,
body.tax-product_cat .woocommerce-products-header,
body.tax-product_tag .woocommerce-products-header {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    column-gap: 28px;
    row-gap: 10px;
    margin-bottom: 18px !important;
    padding-top: 14px !important;
    padding-bottom: 12px !important;
}

body.post-type-archive-product .woocommerce-products-header__title,
body.tax-product_cat .woocommerce-products-header__title,
body.tax-product_tag .woocommerce-products-header__title,
body.post-type-archive-product .page-title,
body.tax-product_cat .page-title,
body.tax-product_tag .page-title {
    grid-column: 1;
    align-self: center;
}

body.post-type-archive-product .woocommerce-products-header .term-description,
body.tax-product_cat .woocommerce-products-header .term-description,
body.tax-product_tag .woocommerce-products-header .term-description {
    grid-column: 1 / -1;
}

.lumiere-archive-search--header {
    grid-column: 2;
    justify-self: end;
    align-self: center;
    width: 290px;
    margin: 0 !important;
}

/* Make the price filter visually lighter and much smaller. */
body.woocommerce #secondary .widget_price_filter,
body.post-type-archive-product #secondary .widget_price_filter,
body.tax-product_cat #secondary .widget_price_filter,
body.tax-product_tag #secondary .widget_price_filter {
    width: 170px;
    max-width: 100%;
    margin-bottom: 24px !important;
}

body.woocommerce #secondary .widget_price_filter .widget-title,
body.post-type-archive-product #secondary .widget_price_filter .widget-title,
body.tax-product_cat #secondary .widget_price_filter .widget-title,
body.tax-product_tag #secondary .widget_price_filter .widget-title,
body.woocommerce #secondary .widget_price_filter h2,
body.tax-product_cat #secondary .widget_price_filter h2 {
    margin-bottom: 10px !important;
    font-size: 17px !important;
    line-height: 1.05 !important;
}

body.woocommerce #secondary .widget_price_filter .price_slider,
body.post-type-archive-product #secondary .widget_price_filter .price_slider,
body.tax-product_cat #secondary .widget_price_filter .price_slider,
body.tax-product_tag #secondary .widget_price_filter .price_slider {
    margin: 7px 4px 10px !important;
}

body.woocommerce #secondary .widget_price_filter .price_label,
body.post-type-archive-product #secondary .widget_price_filter .price_label,
body.tax-product_cat #secondary .widget_price_filter .price_label,
body.tax-product_tag #secondary .widget_price_filter .price_label {
    font-size: 10px !important;
}

body.woocommerce #secondary .widget_price_filter .button,
body.post-type-archive-product #secondary .widget_price_filter .button,
body.tax-product_cat #secondary .widget_price_filter .button,
body.tax-product_tag #secondary .widget_price_filter .button {
    min-height: 32px !important;
    padding: 0 14px !important;
    font-size: 9px !important;
}

@media (max-width: 992px) {
    body.post-type-archive-product .woocommerce-products-header,
    body.tax-product_cat .woocommerce-products-header,
    body.tax-product_tag .woocommerce-products-header {
        grid-template-columns: 1fr;
    }

    .lumiere-archive-search--header {
        grid-column: 1;
        justify-self: start;
        width: min(100%, 360px);
    }
}


/* v3.9 - hard override for compact price-filter Reset control across Astra/WooCommerce variants */
body.woocommerce #secondary .widget_price_filter a.reset,
body.woocommerce #secondary .widget_price_filter .reset,
body.woocommerce #secondary .widget_price_filter button[type="reset"],
body.woocommerce #secondary .widget_price_filter input[type="reset"],
body.woocommerce #secondary .widget_price_filter .price_slider_amount a,
body.post-type-archive-product #secondary .widget_price_filter a.reset,
body.post-type-archive-product #secondary .widget_price_filter .reset,
body.post-type-archive-product #secondary .widget_price_filter button[type="reset"],
body.post-type-archive-product #secondary .widget_price_filter input[type="reset"],
body.post-type-archive-product #secondary .widget_price_filter .price_slider_amount a,
body.tax-product_cat #secondary .widget_price_filter a.reset,
body.tax-product_cat #secondary .widget_price_filter .reset,
body.tax-product_cat #secondary .widget_price_filter button[type="reset"],
body.tax-product_cat #secondary .widget_price_filter input[type="reset"],
body.tax-product_cat #secondary .widget_price_filter .price_slider_amount a,
body.tax-product_tag #secondary .widget_price_filter a.reset,
body.tax-product_tag #secondary .widget_price_filter .reset,
body.tax-product_tag #secondary .widget_price_filter button[type="reset"],
body.tax-product_tag #secondary .widget_price_filter input[type="reset"],
body.tax-product_tag #secondary .widget_price_filter .price_slider_amount a {
    box-sizing: border-box !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 auto !important;
    width: auto !important;
    min-width: 68px !important;
    max-width: 92px !important;
    height: 34px !important;
    min-height: 34px !important;
    margin: 0 !important;
    padding: 0 14px !important;
    border-radius: 999px !important;
    font-size: 9px !important;
    line-height: 1 !important;
    letter-spacing: .1em !important;
    white-space: nowrap !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
    text-decoration: none !important;
}

/* Keep Apply compact too, but slightly wider than Reset. */
body.woocommerce #secondary .widget_price_filter .price_slider_amount .button,
body.post-type-archive-product #secondary .widget_price_filter .price_slider_amount .button,
body.tax-product_cat #secondary .widget_price_filter .price_slider_amount .button,
body.tax-product_tag #secondary .widget_price_filter .price_slider_amount .button {
    width: auto !important;
    min-width: 82px !important;
    max-width: 110px !important;
    height: 34px !important;
    min-height: 34px !important;
    padding: 0 16px !important;
    font-size: 9px !important;
    line-height: 1 !important;
    letter-spacing: .11em !important;
    white-space: nowrap !important;
}


/* v4.0 - compact archive spacing below the site header */
body.woocommerce.archive .site-content,
body.post-type-archive-product .site-content,
body.tax-product_cat .site-content,
body.tax-product_tag .site-content {
    padding-top: 14px !important;
}

body.woocommerce.archive .ast-container,
body.post-type-archive-product .ast-container,
body.tax-product_cat .ast-container,
body.tax-product_tag .ast-container {
    padding-top: 0 !important;
}

body.woocommerce.archive .woocommerce-breadcrumb,
body.post-type-archive-product .woocommerce-breadcrumb,
body.tax-product_cat .woocommerce-breadcrumb,
body.tax-product_tag .woocommerce-breadcrumb {
    margin-top: 0 !important;
    margin-bottom: 12px !important;
}

body.post-type-archive-product .woocommerce-products-header,
body.tax-product_cat .woocommerce-products-header,
body.tax-product_tag .woocommerce-products-header {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* =========================================================
   v6.8.4 — Archive background + category count cleanup
   Match the very light Lumière homepage canvas and remove
   product-count numbers from the category filter.
========================================================= */
body.post-type-archive-product,
body.tax-product_cat,
body.tax-product_tag,
body.search.search-results {
    --lumiere-archive-canvas: #fffdf9;
}

body.post-type-archive-product .site-content,
body.tax-product_cat .site-content,
body.tax-product_tag .site-content,
body.search.search-results .site-content,
body.post-type-archive-product .site-content > .ast-container,
body.tax-product_cat .site-content > .ast-container,
body.tax-product_tag .site-content > .ast-container,
body.search.search-results .site-content > .ast-container,
body.post-type-archive-product #secondary,
body.tax-product_cat #secondary,
body.tax-product_tag #secondary,
body.search.search-results #secondary,
body.post-type-archive-product #primary,
body.tax-product_cat #primary,
body.tax-product_tag #primary,
body.search.search-results #primary,
body.post-type-archive-product .ast-woocommerce-container,
body.tax-product_cat .ast-woocommerce-container,
body.tax-product_tag .ast-woocommerce-container,
body.search.search-results .ast-woocommerce-container,
body.post-type-archive-product .woocommerce,
body.tax-product_cat .woocommerce,
body.tax-product_tag .woocommerce,
body.search.search-results .woocommerce {
    background: var(--lumiere-archive-canvas) !important;
}

/* Remove category product counts from both classic WooCommerce widgets
   and the newer WooCommerce Product Categories block. */
body.woocommerce #secondary .count,
body.post-type-archive-product #secondary .count,
body.tax-product_cat #secondary .count,
body.tax-product_tag #secondary .count,
body.search.search-results #secondary .count,
body.woocommerce #secondary .wc-block-product-categories-list-item-count,
body.post-type-archive-product #secondary .wc-block-product-categories-list-item-count,
body.tax-product_cat #secondary .wc-block-product-categories-list-item-count,
body.tax-product_tag #secondary .wc-block-product-categories-list-item-count,
body.search.search-results #secondary .wc-block-product-categories-list-item-count,
body.woocommerce #secondary .wc-block-product-categories-list-item__count,
body.post-type-archive-product #secondary .wc-block-product-categories-list-item__count,
body.tax-product_cat #secondary .wc-block-product-categories-list-item__count,
body.tax-product_tag #secondary .wc-block-product-categories-list-item__count,
body.search.search-results #secondary .wc-block-product-categories-list-item__count {
    display: none !important;
}

/* =========================================================
   v6.8.5 — Fully unified archive canvas
   Make the category filter and every product text/details area
   use the exact same near-white canvas as the homepage.
========================================================= */
body.post-type-archive-product,
body.tax-product_cat,
body.tax-product_tag,
body.search.search-results {
    --lumiere-archive-canvas: #fffdf9;
}

/* Sidebar/filter: remove Astra/WooCommerce cream panels at every nesting level. */
body.post-type-archive-product #secondary,
body.tax-product_cat #secondary,
body.tax-product_tag #secondary,
body.search.search-results #secondary,
body.post-type-archive-product #secondary .sidebar-main,
body.tax-product_cat #secondary .sidebar-main,
body.tax-product_tag #secondary .sidebar-main,
body.search.search-results #secondary .sidebar-main,
body.post-type-archive-product #secondary .widget,
body.tax-product_cat #secondary .widget,
body.tax-product_tag #secondary .widget,
body.search.search-results #secondary .widget,
body.post-type-archive-product #secondary .widget_block,
body.tax-product_cat #secondary .widget_block,
body.tax-product_tag #secondary .widget_block,
body.search.search-results #secondary .widget_block,
body.post-type-archive-product #secondary .widget_product_categories,
body.tax-product_cat #secondary .widget_product_categories,
body.tax-product_tag #secondary .widget_product_categories,
body.search.search-results #secondary .widget_product_categories,
body.post-type-archive-product #secondary .product-categories,
body.tax-product_cat #secondary .product-categories,
body.tax-product_tag #secondary .product-categories,
body.search.search-results #secondary .product-categories,
body.post-type-archive-product #secondary .wc-block-product-categories-list,
body.tax-product_cat #secondary .wc-block-product-categories-list,
body.tax-product_tag #secondary .wc-block-product-categories-list,
body.search.search-results #secondary .wc-block-product-categories-list,
body.post-type-archive-product #secondary li,
body.tax-product_cat #secondary li,
body.tax-product_tag #secondary li,
body.search.search-results #secondary li {
    background: var(--lumiere-archive-canvas) !important;
    background-color: var(--lumiere-archive-canvas) !important;
    box-shadow: none !important;
}

/* Product card/details area: keep the image itself white, but make all text/card
   surfaces disappear into the same page canvas. */
body.post-type-archive-product ul.products li.product,
body.tax-product_cat ul.products li.product,
body.tax-product_tag ul.products li.product,
body.search.search-results ul.products li.product,
body.post-type-archive-product ul.products li.product .astra-shop-summary-wrap,
body.tax-product_cat ul.products li.product .astra-shop-summary-wrap,
body.tax-product_tag ul.products li.product .astra-shop-summary-wrap,
body.search.search-results ul.products li.product .astra-shop-summary-wrap,
body.post-type-archive-product ul.products li.product .woocommerce-LoopProduct-link,
body.tax-product_cat ul.products li.product .woocommerce-LoopProduct-link,
body.tax-product_tag ul.products li.product .woocommerce-LoopProduct-link,
body.search.search-results ul.products li.product .woocommerce-LoopProduct-link {
    background: var(--lumiere-archive-canvas) !important;
    background-color: var(--lumiere-archive-canvas) !important;
    box-shadow: none !important;
}

/* Astra can paint the inner content wrapper separately. */
body.post-type-archive-product .ast-woocommerce-container,
body.tax-product_cat .ast-woocommerce-container,
body.tax-product_tag .ast-woocommerce-container,
body.search.search-results .ast-woocommerce-container,
body.post-type-archive-product .woocommerce-page,
body.tax-product_cat .woocommerce-page,
body.tax-product_tag .woocommerce-page,
body.search.search-results .woocommerce-page {
    background: var(--lumiere-archive-canvas) !important;
    background-color: var(--lumiere-archive-canvas) !important;
}

/* v6.9.4 — product-card actions and safe click layout */
body.post-type-archive-product ul.products li.product .lumiere-archive-card-actions,
body.tax-product_cat ul.products li.product .lumiere-archive-card-actions,
body.tax-product_tag ul.products li.product .lumiere-archive-card-actions {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    width: 100% !important;
    margin-top: auto !important;
    padding-top: 4px !important;
    position: relative !important;
    z-index: 4 !important;
}

body.post-type-archive-product ul.products li.product .lumiere-archive-card-actions .button,
body.tax-product_cat ul.products li.product .lumiere-archive-card-actions .button,
body.tax-product_tag ul.products li.product .lumiere-archive-card-actions .button {
    position: static !important;
    inset: auto !important;
    flex: 1 1 auto !important;
    min-width: 0 !important;
    width: auto !important;
    margin: 0 !important;
}

body.post-type-archive-product .lumiere-wishlist-button--archive-action,
body.tax-product_cat .lumiere-wishlist-button--archive-action,
body.tax-product_tag .lumiere-wishlist-button--archive-action {
    position: static !important;
    inset: auto !important;
    flex: 0 0 auto !important;
    min-width: 112px !important;
    min-height: 42px !important;
    padding: 0 14px !important;
    border-radius: 999px !important;
    background: transparent !important;
    border: 1px solid rgba(21,18,15,.38) !important;
    box-shadow: none !important;
    color: #171514 !important;
    font: 700 9px/1 Montserrat,Arial,sans-serif !important;
    letter-spacing: .11em !important;
    text-transform: uppercase !important;
}

body.post-type-archive-product .lumiere-wishlist-button--archive-action:hover,
body.tax-product_cat .lumiere-wishlist-button--archive-action:hover,
body.tax-product_tag .lumiere-wishlist-button--archive-action:hover {
    background: #fff !important;
    border-color: #15120f !important;
    color: #15120f !important;
}

body.post-type-archive-product .lumiere-wishlist-button--archive-action.is-active,
body.tax-product_cat .lumiere-wishlist-button--archive-action.is-active,
body.tax-product_tag .lumiere-wishlist-button--archive-action.is-active {
    background: #171514 !important;
    border-color: #171514 !important;
    color: #15120f !important;
}

@media (max-width: 560px) {
    body.post-type-archive-product .lumiere-wishlist-button--archive-action,
    body.tax-product_cat .lumiere-wishlist-button--archive-action,
    body.tax-product_tag .lumiere-wishlist-button--archive-action {
        min-width: 46px !important;
        width: 46px !important;
        padding: 0 !important;
    }

    body.post-type-archive-product .lumiere-wishlist-button--archive-action .lumiere-wishlist-button__label,
    body.tax-product_cat .lumiere-wishlist-button--archive-action .lumiere-wishlist-button__label,
    body.tax-product_tag .lumiere-wishlist-button--archive-action .lumiere-wishlist-button__label {
        display: none !important;
    }
}
\n\n/* v6.9.6 — Wishlist belongs only in the purchase row, never beside the title. */
body.post-type-archive-product ul.products li.product .astra-shop-summary-wrap > .woocommerce-loop-product__title,
body.tax-product_cat ul.products li.product .astra-shop-summary-wrap > .woocommerce-loop-product__title,
body.tax-product_tag ul.products li.product .astra-shop-summary-wrap > .woocommerce-loop-product__title {
    width: 100% !important;
    flex: 0 0 auto !important;
}

body.post-type-archive-product ul.products li.product .astra-shop-summary-wrap > .lumiere-archive-card-actions,
body.tax-product_cat ul.products li.product .astra-shop-summary-wrap > .lumiere-archive-card-actions,
body.tax-product_tag ul.products li.product .astra-shop-summary-wrap > .lumiere-archive-card-actions {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 10px !important;
    width: 100% !important;
    margin-top: auto !important;
    padding-top: 2px !important;
    clear: both !important;
}

body.post-type-archive-product ul.products li.product .astra-shop-summary-wrap > .lumiere-archive-card-actions > .button,
body.tax-product_cat ul.products li.product .astra-shop-summary-wrap > .lumiere-archive-card-actions > .button,
body.tax-product_tag ul.products li.product .astra-shop-summary-wrap > .lumiere-archive-card-actions > .button {
    flex: 0 1 auto !important;
    margin: 0 !important;
}

body.post-type-archive-product ul.products li.product .astra-shop-summary-wrap > .lumiere-archive-card-actions > .lumiere-wishlist-button,
body.tax-product_cat ul.products li.product .astra-shop-summary-wrap > .lumiere-archive-card-actions > .lumiere-wishlist-button,
body.tax-product_tag ul.products li.product .astra-shop-summary-wrap > .lumiere-archive-card-actions > .lumiere-wishlist-button {
    flex: 0 0 auto !important;
    margin: 0 !important;
}

/* v6.9.6 — refined archive purchase actions.
   Add to Cart is the primary luxury CTA; Wishlist is a compact secondary heart action. */
body.post-type-archive-product ul.products li.product .astra-shop-summary-wrap > .lumiere-archive-card-actions,
body.tax-product_cat ul.products li.product .astra-shop-summary-wrap > .lumiere-archive-card-actions,
body.tax-product_tag ul.products li.product .astra-shop-summary-wrap > .lumiere-archive-card-actions,
body.search.search-results ul.products li.product .astra-shop-summary-wrap > .lumiere-archive-card-actions {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    flex-wrap: nowrap !important;
    gap: 9px !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 2px 0 0 !important;
}

body.post-type-archive-product ul.products li.product .astra-shop-summary-wrap > .lumiere-archive-card-actions > .button,
body.tax-product_cat ul.products li.product .astra-shop-summary-wrap > .lumiere-archive-card-actions > .button,
body.tax-product_tag ul.products li.product .astra-shop-summary-wrap > .lumiere-archive-card-actions > .button,
body.search.search-results ul.products li.product .astra-shop-summary-wrap > .lumiere-archive-card-actions > .button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 1 174px !important;
    width: auto !important;
    min-width: 154px !important;
    height: 44px !important;
    min-height: 44px !important;
    margin: 0 !important;
    padding: 0 23px !important;
    border: 1px solid #15120f !important;
    border-radius: 999px !important;
    background: #15120f !important;
    box-shadow: 0 7px 18px rgba(95, 66, 19, .10) !important;
    color: #171514 !important;
    font: 700 10px/1 Montserrat, Arial, sans-serif !important;
    letter-spacing: .145em !important;
    text-align: center !important;
    text-transform: uppercase !important;
    white-space: nowrap !important;
    transition: background-color .22s ease, border-color .22s ease, color .22s ease, box-shadow .22s ease, transform .22s ease !important;
}

body.post-type-archive-product ul.products li.product .astra-shop-summary-wrap > .lumiere-archive-card-actions > .button:hover,
body.tax-product_cat ul.products li.product .astra-shop-summary-wrap > .lumiere-archive-card-actions > .button:hover,
body.tax-product_tag ul.products li.product .astra-shop-summary-wrap > .lumiere-archive-card-actions > .button:hover,
body.search.search-results ul.products li.product .astra-shop-summary-wrap > .lumiere-archive-card-actions > .button:hover {
    background: #171514 !important;
    border-color: #171514 !important;
    color: #15120f !important;
    box-shadow: 0 10px 24px rgba(23, 21, 20, .14) !important;
    transform: translateY(-1px) !important;
    filter: none !important;
}

body.post-type-archive-product ul.products li.product .astra-shop-summary-wrap > .lumiere-archive-card-actions > .lumiere-wishlist-button--archive-action,
body.tax-product_cat ul.products li.product .astra-shop-summary-wrap > .lumiere-archive-card-actions > .lumiere-wishlist-button--archive-action,
body.tax-product_tag ul.products li.product .astra-shop-summary-wrap > .lumiere-archive-card-actions > .lumiere-wishlist-button--archive-action,
body.search.search-results ul.products li.product .astra-shop-summary-wrap > .lumiere-archive-card-actions > .lumiere-wishlist-button--archive-action {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 44px !important;
    width: 44px !important;
    min-width: 44px !important;
    height: 44px !important;
    min-height: 44px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 1px solid rgba(21,18,15,.48) !important;
    border-radius: 50% !important;
    background: #fffdf9 !important;
    box-shadow: 0 5px 16px rgba(57, 40, 15, .055) !important;
    color: #171514 !important;
    line-height: 1 !important;
    transition: background-color .22s ease, border-color .22s ease, color .22s ease, box-shadow .22s ease, transform .22s ease !important;
}

body.post-type-archive-product .lumiere-wishlist-button--archive-action svg,
body.tax-product_cat .lumiere-wishlist-button--archive-action svg,
body.tax-product_tag .lumiere-wishlist-button--archive-action svg,
body.search.search-results .lumiere-wishlist-button--archive-action svg {
    display: block !important;
    width: 18px !important;
    height: 18px !important;
    margin: 0 !important;
    stroke-width: 1.6 !important;
}

body.post-type-archive-product .lumiere-wishlist-button--archive-action:hover,
body.tax-product_cat .lumiere-wishlist-button--archive-action:hover,
body.tax-product_tag .lumiere-wishlist-button--archive-action:hover,
body.search.search-results .lumiere-wishlist-button--archive-action:hover {
    background: #171514 !important;
    border-color: #171514 !important;
    color: #15120f !important;
    box-shadow: 0 8px 20px rgba(23, 21, 20, .12) !important;
    transform: translateY(-1px) !important;
}

body.post-type-archive-product .lumiere-wishlist-button--archive-action.is-active,
body.tax-product_cat .lumiere-wishlist-button--archive-action.is-active,
body.tax-product_tag .lumiere-wishlist-button--archive-action.is-active,
body.search.search-results .lumiere-wishlist-button--archive-action.is-active {
    background: #171514 !important;
    border-color: #171514 !important;
    color: #15120f !important;
}

body.post-type-archive-product .lumiere-wishlist-button--archive-action.is-active svg,
body.tax-product_cat .lumiere-wishlist-button--archive-action.is-active svg,
body.tax-product_tag .lumiere-wishlist-button--archive-action.is-active svg,
body.search.search-results .lumiere-wishlist-button--archive-action.is-active svg {
    fill: currentColor !important;
}

/* Keep the action pair elegant when archive cards become narrower. */
@media (max-width: 560px) {
    body.post-type-archive-product ul.products li.product .astra-shop-summary-wrap > .lumiere-archive-card-actions,
    body.tax-product_cat ul.products li.product .astra-shop-summary-wrap > .lumiere-archive-card-actions,
    body.tax-product_tag ul.products li.product .astra-shop-summary-wrap > .lumiere-archive-card-actions,
    body.search.search-results ul.products li.product .astra-shop-summary-wrap > .lumiere-archive-card-actions {
        gap: 8px !important;
    }

    body.post-type-archive-product ul.products li.product .astra-shop-summary-wrap > .lumiere-archive-card-actions > .button,
    body.tax-product_cat ul.products li.product .astra-shop-summary-wrap > .lumiere-archive-card-actions > .button,
    body.tax-product_tag ul.products li.product .astra-shop-summary-wrap > .lumiere-archive-card-actions > .button,
    body.search.search-results ul.products li.product .astra-shop-summary-wrap > .lumiere-archive-card-actions > .button {
        flex: 1 1 auto !important;
        min-width: 0 !important;
        padding-inline: 16px !important;
        font-size: 9px !important;
    }
}



/* v6.9.7 — product images are detail links only; never on-image Add to Cart. */
body.post-type-archive-product ul.products li.product .astra-shop-thumbnail-wrap > a.ast-on-card-button:not(.ast-onsale-card),
body.tax-product_cat ul.products li.product .astra-shop-thumbnail-wrap > a.ast-on-card-button:not(.ast-onsale-card),
body.tax-product_tag ul.products li.product .astra-shop-thumbnail-wrap > a.ast-on-card-button:not(.ast-onsale-card),
body.search.search-results ul.products li.product .astra-shop-thumbnail-wrap > a.ast-on-card-button:not(.ast-onsale-card),
body.post-type-archive-product ul.products li.product .astra-shop-thumbnail-wrap > a.ast-select-options-trigger,
body.tax-product_cat ul.products li.product .astra-shop-thumbnail-wrap > a.ast-select-options-trigger,
body.tax-product_tag ul.products li.product .astra-shop-thumbnail-wrap > a.ast-select-options-trigger,
body.search.search-results ul.products li.product .astra-shop-thumbnail-wrap > a.ast-select-options-trigger {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

/* Keep the real product-image link above decorative card elements. */
body.post-type-archive-product ul.products li.product .astra-shop-thumbnail-wrap > a.woocommerce-LoopProduct-link,
body.tax-product_cat ul.products li.product .astra-shop-thumbnail-wrap > a.woocommerce-LoopProduct-link,
body.tax-product_tag ul.products li.product .astra-shop-thumbnail-wrap > a.woocommerce-LoopProduct-link,
body.search.search-results ul.products li.product .astra-shop-thumbnail-wrap > a.woocommerce-LoopProduct-link,
body.post-type-archive-product ul.products li.product .astra-shop-thumbnail-wrap > a.woocommerce-loop-product__link,
body.tax-product_cat ul.products li.product .astra-shop-thumbnail-wrap > a.woocommerce-loop-product__link,
body.tax-product_tag ul.products li.product .astra-shop-thumbnail-wrap > a.woocommerce-loop-product__link,
body.search.search-results ul.products li.product .astra-shop-thumbnail-wrap > a.woocommerce-loop-product__link {
    position: relative !important;
    z-index: 3 !important;
    pointer-events: auto !important;
}


/* =========================================================
   v6.9.8 — Contextual category filter + precise header alignment
   On category archives show only the current collection's subcategories,
   and align the filter heading with the archive title/search row.
========================================================= */
body.tax-product_cat #secondary .lumiere-context-category-filter {
    margin: 0 0 30px !important;
    padding: 0 !important;
    background: var(--lumiere-archive-canvas, #fffdf9) !important;
}

body.tax-product_cat #secondary .lumiere-context-category-filter__title {
    margin: 0 0 18px !important;
    color: #171514 !important;
    font-size: 22px !important;
    font-weight: 500 !important;
    line-height: 1.12 !important;
    letter-spacing: .01em !important;
    text-transform: uppercase;
}

body.tax-product_cat #secondary .lumiere-context-category-filter__list {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

body.tax-product_cat #secondary .lumiere-context-category-filter__item {
    margin: 0 0 10px !important;
    padding: 0 !important;
    list-style: none !important;
    background: transparent !important;
}

body.tax-product_cat #secondary .lumiere-context-category-filter__link {
    display: inline-block;
    color: #171514 !important;
    font-size: 17px !important;
    font-weight: 400 !important;
    line-height: 1.35 !important;
    text-decoration: none !important;
    transition: color .2s ease, transform .2s ease !important;
}

body.tax-product_cat #secondary .lumiere-context-category-filter__link:hover,
body.tax-product_cat #secondary .lumiere-context-category-filter__link.is-active {
    color: #15120f !important;
    transform: translateX(2px);
}

/* Hard fallback: if a cached block/widget somehow bypasses the PHP callback,
   never show the old all-category list alongside our contextual filter. */
body.tax-product_cat #secondary .widget_product_categories,
body.tax-product_cat #secondary .widget:has(.product-categories),
body.tax-product_cat #secondary .widget_block:has(.wc-block-product-categories-list),
body.tax-product_cat #secondary .wp-block-woocommerce-product-categories {
    display: none !important;
}

/* JS writes the exact difference between the archive title and sidebar filter
   into this variable. The fallback value keeps the layout close even before JS. */
@media (min-width: 993px) {
    body.tax-product_cat #secondary .lumiere-context-category-filter {
        margin-top: var(--lumiere-category-filter-offset, 108px) !important;
    }
}

@media (max-width: 992px) {
    body.tax-product_cat #secondary .lumiere-context-category-filter {
        margin-top: 0 !important;
    }
}

/* =========================================================
   v6.9.9 — tighter space below the global menu on shop archives
   Astra's inner WooCommerce container adds its own generous top padding.
   Keep a refined breathing space, but bring the breadcrumb/title/filter
   noticeably closer to the header.
========================================================= */
@media (min-width: 993px) {
    body.post-type-archive-product .site-content,
    body.tax-product_cat .site-content,
    body.tax-product_tag .site-content,
    body.search.search-results .site-content {
        padding-top: 0 !important;
    }

    body.post-type-archive-product .site-content > .ast-container,
    body.tax-product_cat .site-content > .ast-container,
    body.tax-product_tag .site-content > .ast-container,
    body.search.search-results .site-content > .ast-container {
        padding-top: 0 !important;
        margin-top: 0 !important;
    }

    body.post-type-archive-product .ast-woocommerce-container,
    body.tax-product_cat .ast-woocommerce-container,
    body.tax-product_tag .ast-woocommerce-container,
    body.search.search-results .ast-woocommerce-container {
        padding-top: 34px !important;
        margin-top: 0 !important;
    }

    body.post-type-archive-product #primary,
    body.tax-product_cat #primary,
    body.tax-product_tag #primary,
    body.search.search-results #primary,
    body.post-type-archive-product #secondary,
    body.tax-product_cat #secondary,
    body.tax-product_tag #secondary,
    body.search.search-results #secondary,
    body.post-type-archive-product .site-main,
    body.tax-product_cat .site-main,
    body.tax-product_tag .site-main,
    body.search.search-results .site-main {
        margin-top: 0 !important;
    }
}

@media (max-width: 992px) {
    body.post-type-archive-product .ast-woocommerce-container,
    body.tax-product_cat .ast-woocommerce-container,
    body.tax-product_tag .ast-woocommerce-container,
    body.search.search-results .ast-woocommerce-container {
        padding-top: 24px !important;
    }
}

/* =========================================================
   v6.10.9.6 — centered archive pagination with breathing room
   Keep pagination visually separated from the final product row and
   centered beneath the products on Shop / collection archives.
========================================================= */
body.post-type-archive-product nav.woocommerce-pagination,
body.tax-product_cat nav.woocommerce-pagination,
body.tax-product_tag nav.woocommerce-pagination,
body.search.search-results nav.woocommerce-pagination,
body.woocommerce-page nav.woocommerce-pagination {
    float: none !important;
    clear: both !important;
    display: flex !important;
    width: 100% !important;
    justify-content: center !important;
    align-items: center !important;
    margin: 52px auto 58px !important;
    padding: 0 !important;
    text-align: center !important;
}

body.post-type-archive-product nav.woocommerce-pagination ul.page-numbers,
body.tax-product_cat nav.woocommerce-pagination ul.page-numbers,
body.tax-product_tag nav.woocommerce-pagination ul.page-numbers,
body.search.search-results nav.woocommerce-pagination ul.page-numbers,
body.woocommerce-page nav.woocommerce-pagination ul.page-numbers {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 8px !important;
    float: none !important;
    width: auto !important;
    margin: 0 auto !important;
    padding: 0 !important;
}

/* Make sure Astra/WooCommerce cannot leave the pager attached to the
   final product card when card content has different heights. */
body.post-type-archive-product ul.products,
body.tax-product_cat ul.products,
body.tax-product_tag ul.products,
body.search.search-results ul.products {
    margin-bottom: 0 !important;
}

@media (max-width: 767px) {
    body.post-type-archive-product nav.woocommerce-pagination,
    body.tax-product_cat nav.woocommerce-pagination,
    body.tax-product_tag nav.woocommerce-pagination,
    body.search.search-results nav.woocommerce-pagination,
    body.woocommerce-page nav.woocommerce-pagination {
        margin-top: 36px !important;
        margin-bottom: 44px !important;
    }

    body.post-type-archive-product nav.woocommerce-pagination ul.page-numbers,
    body.tax-product_cat nav.woocommerce-pagination ul.page-numbers,
    body.tax-product_tag nav.woocommerce-pagination ul.page-numbers,
    body.search.search-results nav.woocommerce-pagination ul.page-numbers,
    body.woocommerce-page nav.woocommerce-pagination ul.page-numbers {
        gap: 6px !important;
    }
}


/* =========================================================
   v6.10.9.7 — full-width collection archives
   Remove the category filter/sidebar completely and use a
   true four-product desktop grid across the available width.
========================================================= */
body.post-type-archive-product #secondary,
body.tax-product_cat #secondary,
body.tax-product_tag #secondary,
body.search.search-results.post-type-archive-product #secondary,
body.post-type-archive-product .lumiere-context-category-filter,
body.tax-product_cat .lumiere-context-category-filter,
body.tax-product_tag .lumiere-context-category-filter {
    display: none !important;
}

@media (min-width: 993px) {
    body.post-type-archive-product .site-content > .ast-container,
    body.tax-product_cat .site-content > .ast-container,
    body.tax-product_tag .site-content > .ast-container,
    body.search.search-results.post-type-archive-product .site-content > .ast-container {
        display: block !important;
        width: min(100%, 1540px) !important;
        max-width: 1540px !important;
        margin-inline: auto !important;
        padding-inline: 30px !important;
    }

    body.post-type-archive-product #primary,
    body.tax-product_cat #primary,
    body.tax-product_tag #primary,
    body.search.search-results.post-type-archive-product #primary {
        float: none !important;
        width: 100% !important;
        max-width: none !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    body.post-type-archive-product .ast-woocommerce-container ul.products,
    body.tax-product_cat .ast-woocommerce-container ul.products,
    body.tax-product_tag .ast-woocommerce-container ul.products,
    body.search.search-results.post-type-archive-product .ast-woocommerce-container ul.products,
    body.post-type-archive-product .woocommerce ul.products,
    body.tax-product_cat .woocommerce ul.products,
    body.tax-product_tag .woocommerce ul.products,
    body.search.search-results.post-type-archive-product .woocommerce ul.products {
        display: grid !important;
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
        gap: 38px 22px !important;
        width: 100% !important;
    }
}

@media (min-width: 700px) and (max-width: 992px) {
    body.post-type-archive-product .woocommerce ul.products,
    body.tax-product_cat .woocommerce ul.products,
    body.tax-product_tag .woocommerce ul.products,
    body.search.search-results.post-type-archive-product .woocommerce ul.products {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 699px) {
    body.post-type-archive-product .woocommerce ul.products,
    body.tax-product_cat .woocommerce ul.products,
    body.tax-product_tag .woocommerce ul.products,
    body.search.search-results.post-type-archive-product .woocommerce ul.products {
        grid-template-columns: 1fr !important;
    }
}


/* =========================================================
   v6.10.9.8 — 12 products per page + true full-width 4-card grid
   Remove the remaining Astra inner-width/offset rules so the four
   columns occupy the archive evenly instead of leaving a large
   unused area on the right.
========================================================= */
@media (min-width: 993px) {
    body.post-type-archive-product .site-content > .ast-container,
    body.tax-product_cat .site-content > .ast-container,
    body.tax-product_tag .site-content > .ast-container,
    body.search.search-results.post-type-archive-product .site-content > .ast-container {
        display: block !important;
        width: calc(100% - 72px) !important;
        max-width: 1600px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    body.post-type-archive-product #primary,
    body.tax-product_cat #primary,
    body.tax-product_tag #primary,
    body.search.search-results.post-type-archive-product #primary,
    body.post-type-archive-product #primary .site-main,
    body.tax-product_cat #primary .site-main,
    body.tax-product_tag #primary .site-main,
    body.search.search-results.post-type-archive-product #primary .site-main,
    body.post-type-archive-product .ast-woocommerce-container,
    body.tax-product_cat .ast-woocommerce-container,
    body.tax-product_tag .ast-woocommerce-container,
    body.search.search-results.post-type-archive-product .ast-woocommerce-container,
    body.post-type-archive-product .ast-woocommerce-container .woocommerce,
    body.tax-product_cat .ast-woocommerce-container .woocommerce,
    body.tax-product_tag .ast-woocommerce-container .woocommerce,
    body.search.search-results.post-type-archive-product .ast-woocommerce-container .woocommerce {
        float: none !important;
        clear: both !important;
        width: 100% !important;
        max-width: none !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        transform: none !important;
    }

    body.post-type-archive-product ul.products,
    body.tax-product_cat ul.products,
    body.tax-product_tag ul.products,
    body.search.search-results.post-type-archive-product ul.products,
    body.post-type-archive-product ul.products.columns-1,
    body.post-type-archive-product ul.products.columns-2,
    body.post-type-archive-product ul.products.columns-3,
    body.post-type-archive-product ul.products.columns-4,
    body.tax-product_cat ul.products.columns-1,
    body.tax-product_cat ul.products.columns-2,
    body.tax-product_cat ul.products.columns-3,
    body.tax-product_cat ul.products.columns-4,
    body.tax-product_tag ul.products.columns-1,
    body.tax-product_tag ul.products.columns-2,
    body.tax-product_tag ul.products.columns-3,
    body.tax-product_tag ul.products.columns-4 {
        display: grid !important;
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
        column-gap: 24px !important;
        row-gap: 40px !important;
        width: 100% !important;
        max-width: none !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    body.post-type-archive-product ul.products li.product,
    body.tax-product_cat ul.products li.product,
    body.tax-product_tag ul.products li.product,
    body.search.search-results.post-type-archive-product ul.products li.product {
        width: 100% !important;
        max-width: none !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

@media (min-width: 700px) and (max-width: 992px) {
    body.post-type-archive-product .site-content > .ast-container,
    body.tax-product_cat .site-content > .ast-container,
    body.tax-product_tag .site-content > .ast-container,
    body.search.search-results.post-type-archive-product .site-content > .ast-container {
        width: calc(100% - 40px) !important;
        margin-inline: auto !important;
        padding-inline: 0 !important;
    }
}

@media (max-width: 699px) {
    body.post-type-archive-product .site-content > .ast-container,
    body.tax-product_cat .site-content > .ast-container,
    body.tax-product_tag .site-content > .ast-container,
    body.search.search-results.post-type-archive-product .site-content > .ast-container {
        width: calc(100% - 28px) !important;
        margin-inline: auto !important;
        padding-inline: 0 !important;
    }
}

/* =========================================================
   v6.10.9.9 — tighter archive ending + natural title case
   Keep the pager close to the next section and stop older
   uppercase rules from forcing product names into all caps.
========================================================= */
body.post-type-archive-product nav.woocommerce-pagination,
body.tax-product_cat nav.woocommerce-pagination,
body.tax-product_tag nav.woocommerce-pagination,
body.search.search-results nav.woocommerce-pagination,
body.woocommerce-page nav.woocommerce-pagination {
    margin-top: 46px !important;
    margin-bottom: 20px !important;
}

body.post-type-archive-product .site-content,
body.tax-product_cat .site-content,
body.tax-product_tag .site-content,
body.search.search-results.post-type-archive-product .site-content,
body.post-type-archive-product .site-content > .ast-container,
body.tax-product_cat .site-content > .ast-container,
body.tax-product_tag .site-content > .ast-container,
body.search.search-results.post-type-archive-product .site-content > .ast-container,
body.post-type-archive-product #primary,
body.tax-product_cat #primary,
body.tax-product_tag #primary,
body.search.search-results.post-type-archive-product #primary,
body.post-type-archive-product #primary .site-main,
body.tax-product_cat #primary .site-main,
body.tax-product_tag #primary .site-main,
body.search.search-results.post-type-archive-product #primary .site-main,
body.post-type-archive-product .ast-woocommerce-container,
body.tax-product_cat .ast-woocommerce-container,
body.tax-product_tag .ast-woocommerce-container,
body.search.search-results.post-type-archive-product .ast-woocommerce-container {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
    min-height: 0 !important;
}

body.post-type-archive-product ul.products li.product .woocommerce-loop-product__title,
body.tax-product_cat ul.products li.product .woocommerce-loop-product__title,
body.tax-product_tag ul.products li.product .woocommerce-loop-product__title,
body.search.search-results ul.products li.product .woocommerce-loop-product__title {
    text-transform: none !important;
}

@media (max-width: 767px) {
    body.post-type-archive-product nav.woocommerce-pagination,
    body.tax-product_cat nav.woocommerce-pagination,
    body.tax-product_tag nav.woocommerce-pagination,
    body.search.search-results nav.woocommerce-pagination,
    body.woocommerce-page nav.woocommerce-pagination {
        margin-top: 34px !important;
        margin-bottom: 18px !important;
    }
}


/* =========================================================
   v6.10.9.10 — clean archive/footer seam + preserve product title casing
   Product names now render exactly as entered in WooCommerce. No JS/CSS
   capitalization is applied. Remove the gold/beige seam above Instagram.
========================================================= */
body.post-type-archive-product ul.products li.product .woocommerce-loop-product__title,
body.tax-product_cat ul.products li.product .woocommerce-loop-product__title,
body.tax-product_tag ul.products li.product .woocommerce-loop-product__title,
body.search.search-results ul.products li.product .woocommerce-loop-product__title {
    text-transform: none !important;
    font-variant: normal !important;
}

body.post-type-archive-product .site-content,
body.tax-product_cat .site-content,
body.tax-product_tag .site-content,
body.search.search-results.post-type-archive-product .site-content,
body.post-type-archive-product .site-content > .ast-container,
body.tax-product_cat .site-content > .ast-container,
body.tax-product_tag .site-content > .ast-container,
body.search.search-results.post-type-archive-product .site-content > .ast-container {
    border-bottom: 0 !important;
    box-shadow: none !important;
    background: #fffdf9 !important;
}

body.post-type-archive-product .lumiere-instagram,
body.tax-product_cat .lumiere-instagram,
body.tax-product_tag .lumiere-instagram,
body.search.search-results.post-type-archive-product .lumiere-instagram {
    margin-top: 0 !important;
    border-top: 0 !important;
    box-shadow: none !important;
}

body.post-type-archive-product nav.woocommerce-pagination,
body.tax-product_cat nav.woocommerce-pagination,
body.tax-product_tag nav.woocommerce-pagination,
body.search.search-results nav.woocommerce-pagination {
    margin-bottom: 14px !important;
}

/* =========================================================
   v6.10.9.12 — final archive ending
   Keep the pagination fully visible, remove the separator band without
   overlapping sections, and leave a modest clean gap before Instagram.
========================================================= */
body.post-type-archive-product #content,
body.tax-product_cat #content,
body.tax-product_tag #content,
body.search.search-results.post-type-archive-product #content,
body.post-type-archive-product .site-content,
body.tax-product_cat .site-content,
body.tax-product_tag .site-content,
body.search.search-results.post-type-archive-product .site-content,
body.post-type-archive-product .site-content > .ast-container,
body.tax-product_cat .site-content > .ast-container,
body.tax-product_tag .site-content > .ast-container,
body.search.search-results.post-type-archive-product .site-content > .ast-container,
body.post-type-archive-product #primary,
body.tax-product_cat #primary,
body.tax-product_tag #primary,
body.search.search-results.post-type-archive-product #primary,
body.post-type-archive-product #primary .site-main,
body.tax-product_cat #primary .site-main,
body.tax-product_tag #primary .site-main,
body.search.search-results.post-type-archive-product #primary .site-main,
body.post-type-archive-product .ast-woocommerce-container,
body.tax-product_cat .ast-woocommerce-container,
body.tax-product_tag .ast-woocommerce-container,
body.search.search-results.post-type-archive-product .ast-woocommerce-container {
    background: #fffdf9 !important;
    border-bottom: 0 !important;
    box-shadow: none !important;
    overflow: visible !important;
}

body.post-type-archive-product nav.woocommerce-pagination,
body.tax-product_cat nav.woocommerce-pagination,
body.tax-product_tag nav.woocommerce-pagination,
body.search.search-results nav.woocommerce-pagination {
    position: relative !important;
    z-index: 2 !important;
    margin-top: 46px !important;
    margin-bottom: 34px !important;
    padding-bottom: 0 !important;
    overflow: visible !important;
}

body.post-type-archive-product nav.woocommerce-pagination ul.page-numbers,
body.tax-product_cat nav.woocommerce-pagination ul.page-numbers,
body.tax-product_tag nav.woocommerce-pagination ul.page-numbers,
body.search.search-results nav.woocommerce-pagination ul.page-numbers {
    overflow: visible !important;
}

body.post-type-archive-product .lumiere-instagram,
body.tax-product_cat .lumiere-instagram,
body.tax-product_tag .lumiere-instagram,
body.search.search-results.post-type-archive-product .lumiere-instagram {
    position: relative !important;
    z-index: 1 !important;
    margin-top: 0 !important;
    padding-top: 64px !important;
    border-top: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
    background:
        radial-gradient(circle at 86% 8%, rgba(21,18,15,.09), transparent 25%),
        linear-gradient(180deg, #fffdf9 0%, #faf6ef 100%) !important;
}

body.post-type-archive-product #content::after,
body.tax-product_cat #content::after,
body.tax-product_tag #content::after,
body.search.search-results.post-type-archive-product #content::after,
body.post-type-archive-product .site-content::after,
body.tax-product_cat .site-content::after,
body.tax-product_tag .site-content::after,
body.search.search-results.post-type-archive-product .site-content::after {
    content: none !important;
    display: none !important;
}

@media (max-width: 767px) {
    body.post-type-archive-product nav.woocommerce-pagination,
    body.tax-product_cat nav.woocommerce-pagination,
    body.tax-product_tag nav.woocommerce-pagination,
    body.search.search-results nav.woocommerce-pagination {
        margin-top: 34px !important;
        margin-bottom: 28px !important;
    }

    body.post-type-archive-product .lumiere-instagram,
    body.tax-product_cat .lumiere-instagram,
    body.tax-product_tag .lumiere-instagram,
    body.search.search-results.post-type-archive-product .lumiere-instagram {
        padding-top: 54px !important;
    }
}
