body.post-type-archive-product,
body.tax-product_cat,
body.tax-product_tag {
    --ak-rose: #A06C7A;
    --ak-rose-dark: #8A5B68;
    --ak-cream: #F6F0EF;
    --ak-blush: #FBECEB;
    --ak-sand: #E9DEDA;
    --ak-dark: #2C2422;
    --ak-muted: #8A7570;
    --ak-soft: #FAF9F8;
    background:
        radial-gradient(circle at 8% 18%, rgba(251, 236, 235, .95), transparent 28rem),
        linear-gradient(180deg, #FAF9F8 0%, #F6F0EF 46%, #FAF9F8 100%);
    color: var(--ak-dark);
    font-family: Outfit, sans-serif;
}

body.post-type-archive-product .wp-site-blocks,
body.tax-product_cat .wp-site-blocks,
body.tax-product_tag .wp-site-blocks {
    background: transparent;
}

body.post-type-archive-product .kb-row-layout-idwoocommerce_woocommerce__archive-product_d3094b-68 > .kt-row-column-wrap,
body.tax-product_cat .kb-row-layout-idwoocommerce_woocommerce__archive-product_d3094b-68 > .kt-row-column-wrap,
body.tax-product_tag .kb-row-layout-idwoocommerce_woocommerce__archive-product_d3094b-68 > .kt-row-column-wrap {
    max-width: 1380px;
    margin: 0 auto;
    padding: 58px 28px 96px;
    gap: 34px;
    align-items: start;
}

body.post-type-archive-product .kadence-columnwoocommerce_woocommerce__archive-product_83d8e9-f8 > .kt-inside-inner-col,
body.tax-product_cat .kadence-columnwoocommerce_woocommerce__archive-product_83d8e9-f8 > .kt-inside-inner-col,
body.tax-product_tag .kadence-columnwoocommerce_woocommerce__archive-product_83d8e9-f8 > .kt-inside-inner-col {
    background: rgba(250, 249, 248, .82);
    border: 1px solid rgba(233, 222, 218, .95);
    border-radius: 8px;
    box-shadow: 0 22px 60px rgba(44, 36, 34, .08);
    padding: 28px;
    position: sticky;
    top: 104px;
}

body.post-type-archive-product .kadence-columnwoocommerce_woocommerce__archive-product_fb72b1-a6 > .kt-inside-inner-col,
body.tax-product_cat .kadence-columnwoocommerce_woocommerce__archive-product_fb72b1-a6 > .kt-inside-inner-col,
body.tax-product_tag .kadence-columnwoocommerce_woocommerce__archive-product_fb72b1-a6 > .kt-inside-inner-col {
    background: rgba(255, 255, 255, .44);
    border: 1px solid rgba(233, 222, 218, .72);
    border-radius: 8px;
    box-shadow: 0 30px 80px rgba(44, 36, 34, .06);
    padding: 28px;
}

body.post-type-archive-product .wp-block-search__inside-wrapper,
body.tax-product_cat .wp-block-search__inside-wrapper,
body.tax-product_tag .wp-block-search__inside-wrapper {
    background: #fff;
    border: 1px solid var(--ak-sand);
    border-radius: 999px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .8);
    overflow: hidden;
    padding: 4px;
}

body.post-type-archive-product .wp-block-search__input,
body.tax-product_cat .wp-block-search__input,
body.tax-product_tag .wp-block-search__input {
    border: 0 !important;
    color: var(--ak-dark);
    font-size: 14px;
    padding: 12px 14px !important;
}

body.post-type-archive-product .wp-block-search__input::placeholder,
body.tax-product_cat .wp-block-search__input::placeholder,
body.tax-product_tag .wp-block-search__input::placeholder {
    color: var(--ak-muted);
}

body.post-type-archive-product .wp-block-search__button,
body.tax-product_cat .wp-block-search__button,
body.tax-product_tag .wp-block-search__button {
    align-items: center;
    background: var(--ak-dark) !important;
    border: 0 !important;
    border-radius: 999px !important;
    color: #fff !important;
    display: inline-flex;
    height: 44px;
    justify-content: center;
    margin-left: 0;
    min-width: 44px;
    padding: 0 !important;
    transition: background .2s ease, transform .2s ease;
}

body.post-type-archive-product .wp-block-search__button:hover,
body.tax-product_cat .wp-block-search__button:hover,
body.tax-product_tag .wp-block-search__button:hover {
    background: var(--ak-rose) !important;
    transform: translateY(-1px);
}

body.post-type-archive-product h1,
body.post-type-archive-product h2,
body.post-type-archive-product h3,
body.tax-product_cat h1,
body.tax-product_cat h2,
body.tax-product_cat h3,
body.tax-product_tag h1,
body.tax-product_tag h2,
body.tax-product_tag h3 {
    color: var(--ak-dark);
    font-family: "Cormorant Garamond", serif;
    letter-spacing: 0;
}

body.post-type-archive-product .wp-block-heading,
body.tax-product_cat .wp-block-heading,
body.tax-product_tag .wp-block-heading {
    color: var(--ak-dark);
    font-size: clamp(2rem, 4vw, 3.25rem);
    line-height: 1.05;
    margin-bottom: 22px;
}

body.post-type-archive-product .wc-block-product-categories-list,
body.tax-product_cat .wc-block-product-categories-list,
body.tax-product_tag .wc-block-product-categories-list {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
}

body.post-type-archive-product .wc-block-product-categories-list-item a,
body.tax-product_cat .wc-block-product-categories-list-item a,
body.tax-product_tag .wc-block-product-categories-list-item a {
    align-items: center;
    background: rgba(255, 255, 255, .74);
    border: 1px solid transparent;
    border-radius: 8px;
    color: var(--ak-dark);
    display: grid;
    gap: 12px;
    grid-template-columns: 46px 1fr;
    padding: 8px 10px;
    text-decoration: none;
    transition: background .2s ease, border-color .2s ease, transform .2s ease;
}

body.post-type-archive-product .wc-block-product-categories-list-item a:hover,
body.tax-product_cat .wc-block-product-categories-list-item a:hover,
body.tax-product_tag .wc-block-product-categories-list-item a:hover {
    background: var(--ak-blush);
    border-color: #EADDD7;
    transform: translateX(2px);
}

body.post-type-archive-product .wc-block-product-categories-list-item__image,
body.tax-product_cat .wc-block-product-categories-list-item__image,
body.tax-product_tag .wc-block-product-categories-list-item__image {
    border-radius: 8px;
    height: 46px;
    overflow: hidden;
    width: 46px;
}

body.post-type-archive-product .wc-block-product-categories-list-item__image img,
body.tax-product_cat .wc-block-product-categories-list-item__image img,
body.tax-product_tag .wc-block-product-categories-list-item__image img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

body.post-type-archive-product .wc-block-product-categories-list-item__name,
body.tax-product_cat .wc-block-product-categories-list-item__name,
body.tax-product_tag .wc-block-product-categories-list-item__name {
    font-size: 14px;
    font-weight: 500;
}

body.post-type-archive-product .woocommerce-breadcrumb,
body.tax-product_cat .woocommerce-breadcrumb,
body.tax-product_tag .woocommerce-breadcrumb {
    color: var(--ak-muted);
    font-size: 12px;
    letter-spacing: .08em;
    text-transform: uppercase;
}

body.post-type-archive-product .woocommerce-breadcrumb a,
body.tax-product_cat .woocommerce-breadcrumb a,
body.tax-product_tag .woocommerce-breadcrumb a {
    color: var(--ak-rose-dark);
    text-decoration: none;
}

body.post-type-archive-product .woocommerce-result-count,
body.tax-product_cat .woocommerce-result-count,
body.tax-product_tag .woocommerce-result-count {
    color: var(--ak-muted);
    font-size: 13px;
    letter-spacing: .08em;
    text-transform: uppercase;
}

body.post-type-archive-product .woocommerce-ordering .orderby,
body.tax-product_cat .woocommerce-ordering .orderby,
body.tax-product_tag .woocommerce-ordering .orderby {
    background: #fff;
    border: 1px solid var(--ak-sand);
    border-radius: 999px;
    color: var(--ak-dark);
    font-family: Outfit, sans-serif;
    font-size: 13px;
    min-height: 44px;
    padding: 0 44px 0 18px;
}

body.post-type-archive-product .wc-block-product-template,
body.tax-product_cat .wc-block-product-template,
body.tax-product_tag .wc-block-product-template {
    gap: 26px !important;
}

body.post-type-archive-product .wc-block-product,
body.tax-product_cat .wc-block-product,
body.tax-product_tag .wc-block-product {
    background: rgba(255, 255, 255, .78);
    border: 1px solid rgba(233, 222, 218, .82);
    border-radius: 8px;
    box-shadow: 0 18px 45px rgba(44, 36, 34, .07);
    display: flex;
    flex-direction: column;
    min-height: 100%;
    overflow: hidden;
    padding: 18px 18px 22px;
    transition: border-color .24s ease, box-shadow .24s ease, transform .24s ease;
}

body.post-type-archive-product .wc-block-product:hover,
body.tax-product_cat .wc-block-product:hover,
body.tax-product_tag .wc-block-product:hover {
    border-color: rgba(160, 108, 122, .42);
    box-shadow: 0 24px 60px rgba(44, 36, 34, .12);
    transform: translateY(-4px);
}

body.post-type-archive-product .wc-block-components-product-image,
body.tax-product_cat .wc-block-components-product-image,
body.tax-product_tag .wc-block-components-product-image {
    background: linear-gradient(145deg, #fff 0%, var(--ak-blush) 100%);
    border-radius: 8px;
    margin-bottom: 18px;
    overflow: hidden;
}

body.post-type-archive-product .wc-block-components-product-image img,
body.tax-product_cat .wc-block-components-product-image img,
body.tax-product_tag .wc-block-components-product-image img {
    aspect-ratio: 1 / 1;
    border-radius: 8px;
    display: block;
    object-fit: cover;
    transition: transform .35s ease;
    width: 100%;
}

body.post-type-archive-product .wc-block-product:hover .wc-block-components-product-image img,
body.tax-product_cat .wc-block-product:hover .wc-block-components-product-image img,
body.tax-product_tag .wc-block-product:hover .wc-block-components-product-image img {
    transform: scale(1.035);
}

body.post-type-archive-product .wp-block-post-title,
body.tax-product_cat .wp-block-post-title,
body.tax-product_tag .wp-block-post-title {
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(1.28rem, 2vw, 1.65rem) !important;
    font-weight: 400;
    line-height: 1.12;
    margin: 0 0 14px;
    min-height: 3.35em;
}

body.post-type-archive-product .wp-block-post-title a,
body.tax-product_cat .wp-block-post-title a,
body.tax-product_tag .wp-block-post-title a {
    color: var(--ak-dark);
    text-decoration: none;
}

body.post-type-archive-product .wc-block-components-product-price,
body.tax-product_cat .wc-block-components-product-price,
body.tax-product_tag .wc-block-components-product-price {
    color: var(--ak-rose-dark);
    font-family: Outfit, sans-serif;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .04em;
}

body.post-type-archive-product .wp-block-button.wc-block-components-product-button,
body.tax-product_cat .wp-block-button.wc-block-components-product-button,
body.tax-product_tag .wp-block-button.wc-block-components-product-button {
    margin-top: auto;
}

body.post-type-archive-product .wc-block-components-product-button__button,
body.tax-product_cat .wc-block-components-product-button__button,
body.tax-product_tag .wc-block-components-product-button__button,
body.post-type-archive-product .wp-block-button__link,
body.tax-product_cat .wp-block-button__link,
body.tax-product_tag .wp-block-button__link {
    background: var(--ak-rose) !important;
    border: 1px solid var(--ak-rose) !important;
    border-radius: 999px !important;
    color: #fff !important;
    font-family: Outfit, sans-serif;
    font-size: 12px !important;
    font-weight: 700;
    letter-spacing: .14em;
    min-height: 46px;
    padding: 14px 22px !important;
    text-transform: uppercase;
    transition: background .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

body.post-type-archive-product .wc-block-components-product-button__button:hover,
body.tax-product_cat .wc-block-components-product-button__button:hover,
body.tax-product_tag .wc-block-components-product-button__button:hover,
body.post-type-archive-product .wp-block-button__link:hover,
body.tax-product_cat .wp-block-button__link:hover,
body.tax-product_tag .wp-block-button__link:hover {
    background: var(--ak-rose-dark) !important;
    border-color: var(--ak-rose-dark) !important;
    box-shadow: 0 14px 28px rgba(160, 108, 122, .22);
    color: #fff !important;
    transform: translateY(-1px);
}

body.post-type-archive-product .kt-blocks-testimonials-wrap,
body.tax-product_cat .kt-blocks-testimonials-wrap,
body.tax-product_tag .kt-blocks-testimonials-wrap,
body.post-type-archive-product [class*="kt-blocks-testimonials-wrap"],
body.tax-product_cat [class*="kt-blocks-testimonials-wrap"],
body.tax-product_tag [class*="kt-blocks-testimonials-wrap"] {
    background: var(--ak-blush);
    border: 1px solid #EADDD7;
    border-radius: 8px;
    margin-top: 15px !important;
    padding: 24px;
}

body.post-type-archive-product .kt-testimonial-content,
body.tax-product_cat .kt-testimonial-content,
body.tax-product_tag .kt-testimonial-content {
    color: var(--ak-dark);
    font-family: "Cormorant Garamond", serif !important;
    font-size: 1.32rem;
    line-height: 1.35;
}

body.post-type-archive-product .kt-testimonial-name,
body.tax-product_cat .kt-testimonial-name,
body.tax-product_tag .kt-testimonial-name {
    color: var(--ak-rose-dark);
    font-family: Outfit, sans-serif;
}

@media (max-width: 1024px) {
    html,
    body.post-type-archive-product,
    body.tax-product_cat,
    body.tax-product_tag {
        overflow-x: hidden !important;
    }

    body.post-type-archive-product .kb-row-layout-idwoocommerce_woocommerce__archive-product_d3094b-68 > .kt-row-column-wrap,
    body.tax-product_cat .kb-row-layout-idwoocommerce_woocommerce__archive-product_d3094b-68 > .kt-row-column-wrap,
    body.tax-product_tag .kb-row-layout-idwoocommerce_woocommerce__archive-product_d3094b-68 > .kt-row-column-wrap {
        grid-template-columns: 1fr !important;
        padding: 34px 18px 72px;
        width: 100vw !important;
    }

    body.post-type-archive-product .wp-block-kadence-column,
    body.tax-product_cat .wp-block-kadence-column,
    body.tax-product_tag .wp-block-kadence-column,
    body.post-type-archive-product .kt-inside-inner-col,
    body.tax-product_cat .kt-inside-inner-col,
    body.tax-product_tag .kt-inside-inner-col,
    body.post-type-archive-product main,
    body.tax-product_cat main,
    body.tax-product_tag main {
        box-sizing: border-box;
        max-width: 100% !important;
        min-width: 0 !important;
        width: 100% !important;
    }

    body.post-type-archive-product .kadence-columnwoocommerce_woocommerce__archive-product_83d8e9-f8 > .kt-inside-inner-col,
    body.tax-product_cat .kadence-columnwoocommerce_woocommerce__archive-product_83d8e9-f8 > .kt-inside-inner-col,
    body.tax-product_tag .kadence-columnwoocommerce_woocommerce__archive-product_83d8e9-f8 > .kt-inside-inner-col {
        margin-left: auto;
        margin-right: auto;
        max-width: 340px !important;
        position: static;
        width: 100% !important;
    }
}

@media (max-width: 640px) {
    html,
    body.post-type-archive-product,
    body.tax-product_cat,
    body.tax-product_tag {
        overflow-x: hidden !important;
    }

    body.post-type-archive-product .kb-row-layout-idwoocommerce_woocommerce__archive-product_d3094b-68,
    body.tax-product_cat .kb-row-layout-idwoocommerce_woocommerce__archive-product_d3094b-68,
    body.tax-product_tag .kb-row-layout-idwoocommerce_woocommerce__archive-product_d3094b-68,
    body.post-type-archive-product .kb-row-layout-idwoocommerce_woocommerce__archive-product_d3094b-68 > .kt-row-column-wrap,
    body.tax-product_cat .kb-row-layout-idwoocommerce_woocommerce__archive-product_d3094b-68 > .kt-row-column-wrap,
    body.tax-product_tag .kb-row-layout-idwoocommerce_woocommerce__archive-product_d3094b-68 > .kt-row-column-wrap,
    body.post-type-archive-product .wp-block-kadence-column,
    body.tax-product_cat .wp-block-kadence-column,
    body.tax-product_tag .wp-block-kadence-column,
    body.post-type-archive-product .kt-inside-inner-col,
    body.tax-product_cat .kt-inside-inner-col,
    body.tax-product_tag .kt-inside-inner-col,
    body.post-type-archive-product main,
    body.tax-product_cat main,
    body.tax-product_tag main {
        box-sizing: border-box;
        max-width: 100% !important;
        min-width: 0 !important;
        overflow-x: hidden;
        width: 100% !important;
    }

    body.post-type-archive-product .kb-row-layout-idwoocommerce_woocommerce__archive-product_d3094b-68 > .kt-row-column-wrap,
    body.tax-product_cat .kb-row-layout-idwoocommerce_woocommerce__archive-product_d3094b-68 > .kt-row-column-wrap,
    body.tax-product_tag .kb-row-layout-idwoocommerce_woocommerce__archive-product_d3094b-68 > .kt-row-column-wrap {
        padding-left: 12px !important;
        padding-right: 12px !important;
        width: 100vw !important;
    }

    body.post-type-archive-product .kadence-columnwoocommerce_woocommerce__archive-product_fb72b1-a6 > .kt-inside-inner-col,
    body.tax-product_cat .kadence-columnwoocommerce_woocommerce__archive-product_fb72b1-a6 > .kt-inside-inner-col,
    body.tax-product_tag .kadence-columnwoocommerce_woocommerce__archive-product_fb72b1-a6 > .kt-inside-inner-col,
    body.post-type-archive-product .kadence-columnwoocommerce_woocommerce__archive-product_83d8e9-f8 > .kt-inside-inner-col,
    body.tax-product_cat .kadence-columnwoocommerce_woocommerce__archive-product_83d8e9-f8 > .kt-inside-inner-col,
    body.tax-product_tag .kadence-columnwoocommerce_woocommerce__archive-product_83d8e9-f8 > .kt-inside-inner-col {
        margin-left: auto;
        margin-right: auto;
        max-width: calc(100vw - 52px) !important;
        padding: 18px;
        width: calc(100vw - 52px) !important;
    }

    body.post-type-archive-product .wp-block-search,
    body.tax-product_cat .wp-block-search,
    body.tax-product_tag .wp-block-search,
    body.post-type-archive-product .wp-block-search__inside-wrapper,
    body.tax-product_cat .wp-block-search__inside-wrapper,
    body.tax-product_tag .wp-block-search__inside-wrapper,
    body.post-type-archive-product .wc-block-product-categories-list,
    body.tax-product_cat .wc-block-product-categories-list,
    body.tax-product_tag .wc-block-product-categories-list {
        box-sizing: border-box;
        max-width: 100% !important;
        width: 100% !important;
    }

    body.post-type-archive-product .wc-block-product-categories-list-item,
    body.tax-product_cat .wc-block-product-categories-list-item,
    body.tax-product_tag .wc-block-product-categories-list-item {
        box-sizing: border-box;
        max-width: 100% !important;
        width: 100% !important;
    }

    body.post-type-archive-product .wc-block-product-categories-list-item a,
    body.tax-product_cat .wc-block-product-categories-list-item a,
    body.tax-product_tag .wc-block-product-categories-list-item a {
        box-sizing: border-box;
        grid-template-columns: 46px minmax(0, 1fr);
        max-width: 100% !important;
        width: 100% !important;
    }

    body.post-type-archive-product .wc-block-product-template,
    body.tax-product_cat .wc-block-product-template,
    body.tax-product_tag .wc-block-product-template {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) !important;
        width: 100%;
    }

    body.post-type-archive-product .wc-block-product,
    body.tax-product_cat .wc-block-product,
    body.tax-product_tag .wc-block-product {
        width: 100% !important;
    }

    body.post-type-archive-product .wp-block-group.alignwide.is-content-justification-space-between,
    body.tax-product_cat .wp-block-group.alignwide.is-content-justification-space-between,
    body.tax-product_tag .wp-block-group.alignwide.is-content-justification-space-between {
        align-items: flex-start;
        flex-direction: column;
        gap: 14px;
    }
}

/* Category filter refinement: checkbox-like list, no thumbnails. */
body.post-type-archive-product .wc-block-product-categories-list,
body.tax-product_cat .wc-block-product-categories-list,
body.tax-product_tag .wc-block-product-categories-list {
    gap: 8px;
}

body.post-type-archive-product .wc-block-product-categories-list-item,
body.tax-product_cat .wc-block-product-categories-list-item,
body.tax-product_tag .wc-block-product-categories-list-item {
    margin-left: 0 !important;
}

body.post-type-archive-product .wc-block-product-categories-list-item a,
body.tax-product_cat .wc-block-product-categories-list-item a,
body.tax-product_tag .wc-block-product-categories-list-item a {
    align-items: center;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 8px;
    display: flex;
    gap: 10px;
    grid-template-columns: none;
    min-height: 42px;
    padding: 8px 10px 8px 0;
}

body.post-type-archive-product .wc-block-product-categories-list-item a::before,
body.tax-product_cat .wc-block-product-categories-list-item a::before,
body.tax-product_tag .wc-block-product-categories-list-item a::before {
    align-items: center;
    background: #fff;
    border: 1px solid #E9DEDA;
    border-radius: 4px;
    color: #fff;
    content: "";
    display: inline-flex;
    flex: 0 0 18px;
    height: 18px;
    justify-content: center;
    transition: background .2s ease, border-color .2s ease, box-shadow .2s ease;
    width: 18px;
}

body.post-type-archive-product .wc-block-product-categories-list-item a:hover,
body.tax-product_cat .wc-block-product-categories-list-item a:hover,
body.tax-product_tag .wc-block-product-categories-list-item a:hover {
    background: rgba(251, 236, 235, .58);
    border-color: #EADDD7;
    transform: none;
}

body.post-type-archive-product .wc-block-product-categories-list-item a:hover::before,
body.tax-product_cat .wc-block-product-categories-list-item a:hover::before,
body.tax-product_tag .wc-block-product-categories-list-item a:hover::before {
    border-color: #A06C7A;
    box-shadow: inset 0 0 0 3px #fff;
}

body.post-type-archive-product .wc-block-product-categories-list-item a.is-active,
body.tax-product_cat .wc-block-product-categories-list-item a.is-active,
body.tax-product_tag .wc-block-product-categories-list-item a.is-active,
body.post-type-archive-product .wc-block-product-categories-list-item a[aria-current="page"],
body.tax-product_cat .wc-block-product-categories-list-item a[aria-current="page"],
body.tax-product_tag .wc-block-product-categories-list-item a[aria-current="page"] {
    background: rgba(251, 236, 235, .72);
    border-color: #EADDD7;
}

body.post-type-archive-product .wc-block-product-categories-list-item a.is-active::before,
body.tax-product_cat .wc-block-product-categories-list-item a.is-active::before,
body.tax-product_tag .wc-block-product-categories-list-item a.is-active::before,
body.post-type-archive-product .wc-block-product-categories-list-item a[aria-current="page"]::before,
body.tax-product_cat .wc-block-product-categories-list-item a[aria-current="page"]::before,
body.tax-product_tag .wc-block-product-categories-list-item a[aria-current="page"]::before {
    background: #A06C7A;
    border-color: #A06C7A;
    box-shadow: inset 0 0 0 4px #fff;
}

body.post-type-archive-product .wc-block-product-categories-list-item__image,
body.tax-product_cat .wc-block-product-categories-list-item__image,
body.tax-product_tag .wc-block-product-categories-list-item__image {
    display: none !important;
}

body.post-type-archive-product .wc-block-product-categories-list-item__name,
body.tax-product_cat .wc-block-product-categories-list-item__name,
body.tax-product_tag .wc-block-product-categories-list-item__name {
    color: #2C2422;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.35;
}

body.tax-product_cat .wc-block-product-categories-list-item a[aria-current="page"]::before,
body.tax-product_tag .wc-block-product-categories-list-item a[aria-current="page"]::before,
body.tax-product_cat .wc-block-product-categories-list-item.current-cat a::before,
body.tax-product_tag .wc-block-product-categories-list-item.current-cat a::before {
    background: #A06C7A;
    border-color: #A06C7A;
    box-shadow: inset 0 0 0 4px #fff;
}

body.ak-shop-filter-loading .kadence-columnwoocommerce_woocommerce__archive-product_fb72b1-a6 > .kt-inside-inner-col {
    opacity: .48;
    pointer-events: none;
    position: relative;
}

body.ak-shop-filter-loading .kadence-columnwoocommerce_woocommerce__archive-product_fb72b1-a6 > .kt-inside-inner-col::after {
    background: #A06C7A;
    border-radius: 999px;
    content: "";
    height: 3px;
    left: 28px;
    position: absolute;
    right: 28px;
    top: 18px;
}
