/*!
 * CrystalMarket Catalog Pro
 * Frontend Engine v3.1
 * Author: CrystalMarket
 */

/* ==========================================================
   Core
   ========================================================== */

:root{

    --cmcp-container:1440px;

    --cmcp-gap:24px;

    --cmcp-radius:14px;

    --cmcp-shadow:0 8px 25px rgba(0,0,0,.08);

}

/* ==========================================================
   Reset
   ========================================================== */

.cmcp-shop,
.cmcp-shop *,
.cmcp-grid,
.cmcp-grid *{

    box-sizing:border-box;

}

/* ==========================================================
   Shop Layout
   ========================================================== */

.cmcp-shop{

    width:100%;

    max-width:var(--cmcp-container);

    margin:0 auto;

    padding:24px 20px 30px;

}

.cmcp-shop__header{

    margin-bottom:30px;

}

.cmcp-shop__toolbar{

    margin-bottom:25px;

}

.cmcp-shop__catalog{

    width:100%;

}

.cmcp-shop-hero{
    display:block;
    width:100%;
    min-height:0;
    margin-bottom:14px;
    padding:0;
    overflow:hidden;
    border:1px solid #e7edf5;
    border-radius:16px;
    background:#f3f7fc;
}

.cmcp-shop-hero__image{
    width:100%;
    max-width:none;
    aspect-ratio:3.57/1;
    overflow:hidden;
}

.cmcp-shop-hero__image img{
    display:block;
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
}

/* Main Shop density polish; taxonomy archives retain their existing geometry. */
body:is(.post-type-archive-product,.tax-product_cat,.tax-product_tag,.cmcp-sale-catalog-active,.cmcp-new-catalog-active,.cmcp-top-catalog-active,.cmcp-search-catalog-active,.cmcp-brand-catalog-active).cmcp-catalog-active .cmcp-shop{
    width:calc(100% - 144px);
    max-width:none;
    padding-top:0;
    padding-bottom:44px;
}

body:is(.post-type-archive-product,.tax-product_cat,.tax-product_tag,.cmcp-sale-catalog-active,.cmcp-new-catalog-active,.cmcp-top-catalog-active,.cmcp-search-catalog-active,.cmcp-brand-catalog-active).cmcp-catalog-active .site-main{
    padding-top:10px;
}

@media(min-width:1200px){
    body:is(.post-type-archive-product,.tax-product_cat,.tax-product_tag,.cmcp-sale-catalog-active,.cmcp-new-catalog-active,.cmcp-top-catalog-active,.cmcp-search-catalog-active,.cmcp-brand-catalog-active).cmcp-catalog-active .woocommerce-breadcrumb{
        width:calc(100% - 144px);
        max-width:none;
    }
}

@media(min-width:1400px){
    body:is(.post-type-archive-product,.tax-product_cat,.tax-product_tag,.cmcp-sale-catalog-active,.cmcp-new-catalog-active,.cmcp-top-catalog-active,.cmcp-search-catalog-active,.cmcp-brand-catalog-active).cmcp-catalog-active :is(.cmcp-shop,.woocommerce-breadcrumb){
        width:calc(100% - 180px);
    }
}

body:is(.post-type-archive-product,.tax-product_cat,.tax-product_tag,.cmcp-sale-catalog-active,.cmcp-new-catalog-active,.cmcp-top-catalog-active,.cmcp-search-catalog-active,.cmcp-brand-catalog-active).cmcp-catalog-active .cmcp-catalog-layout{
    grid-template-columns:280px minmax(0,1fr);
    gap:0;
}

body:is(.post-type-archive-product,.tax-product_cat,.tax-product_tag,.cmcp-sale-catalog-active,.cmcp-new-catalog-active,.cmcp-top-catalog-active,.cmcp-search-catalog-active,.cmcp-brand-catalog-active).cmcp-catalog-active .cmcp-filter-sidebar{
    padding:16px;
    box-shadow:0 4px 16px rgba(15,23,42,.035);
    color:#221f1f;
    font-family:Arial,"Segoe UI",Roboto,Helvetica,sans-serif;
    font-size:15px;
    font-weight:400;
    line-height:1.4;
}

body:is(.post-type-archive-product,.tax-product_cat,.tax-product_tag,.cmcp-sale-catalog-active,.cmcp-new-catalog-active,.cmcp-top-catalog-active,.cmcp-search-catalog-active,.cmcp-brand-catalog-active).cmcp-catalog-active .cmcp-catalog-toolbar{
    align-items:center;
    margin-bottom:0;
    min-height:68px;
    padding:12px 16px;
    border:1px solid #dce3ec;
    border-radius:11px;
    background:#fff;
}

body:is(.post-type-archive-product,.tax-product_cat,.tax-product_tag,.cmcp-sale-catalog-active,.cmcp-new-catalog-active,.cmcp-top-catalog-active,.cmcp-search-catalog-active,.cmcp-brand-catalog-active).cmcp-catalog-active .cmcp-filter-section{
    padding:0;
    border-color:#e9e9e9;
}

body:is(.post-type-archive-product,.tax-product_cat,.tax-product_tag,.cmcp-sale-catalog-active,.cmcp-new-catalog-active,.cmcp-top-catalog-active,.cmcp-search-catalog-active,.cmcp-brand-catalog-active).cmcp-catalog-active .cmcp-filter-section__body{
    gap:0;
    margin-top:0;
}

body:is(.post-type-archive-product,.tax-product_cat,.tax-product_tag,.cmcp-sale-catalog-active,.cmcp-new-catalog-active,.cmcp-top-catalog-active,.cmcp-search-catalog-active,.cmcp-brand-catalog-active).cmcp-catalog-active :is(.cmcp-filters__heading,.cmcp-catalog-categories>summary,.cmcp-filter-section>summary){
    color:#221f1f;
    font-family:inherit;
    font-size:15px;
    font-weight:400;
    line-height:1.4;
    letter-spacing:normal;
    text-transform:none;
}

body:is(.post-type-archive-product,.tax-product_cat,.tax-product_tag,.cmcp-sale-catalog-active,.cmcp-new-catalog-active,.cmcp-top-catalog-active,.cmcp-search-catalog-active,.cmcp-brand-catalog-active).cmcp-catalog-active .cmcp-filter-section>summary{
    display:flex;
    align-items:center;
    min-height:40px;
    padding:8px 24px 8px 0;
}

body:is(.post-type-archive-product,.tax-product_cat,.tax-product_tag,.cmcp-sale-catalog-active,.cmcp-new-catalog-active,.cmcp-top-catalog-active,.cmcp-search-catalog-active,.cmcp-brand-catalog-active).cmcp-catalog-active .cmcp-category-option{
    color:#221f1f;
    font-family:inherit;
    font-size:15px;
    font-weight:400;
    line-height:1.4;
}

body:is(.post-type-archive-product,.tax-product_cat,.tax-product_tag,.cmcp-sale-catalog-active,.cmcp-new-catalog-active,.cmcp-top-catalog-active,.cmcp-search-catalog-active,.cmcp-brand-catalog-active).cmcp-catalog-active [data-cmcp-compact-key="category-roots"]>.cmcp-category-branch>.cmcp-category-branch__row>.cmcp-category-option{
    font-weight:400;
}

body:is(.post-type-archive-product,.tax-product_cat,.tax-product_tag,.cmcp-sale-catalog-active,.cmcp-new-catalog-active,.cmcp-top-catalog-active,.cmcp-search-catalog-active,.cmcp-brand-catalog-active).cmcp-catalog-active .cmcp-filter-option{
    gap:8px;
    color:#221f1f;
    font-family:inherit;
    font-size:15px;
    font-weight:400;
    line-height:1.4;
    letter-spacing:normal;
}

body:is(.post-type-archive-product,.tax-product_cat,.tax-product_tag,.cmcp-sale-catalog-active,.cmcp-new-catalog-active,.cmcp-top-catalog-active,.cmcp-search-catalog-active,.cmcp-brand-catalog-active).cmcp-catalog-active .cmcp-filter-option input[type="checkbox"],
body:is(.post-type-archive-product,.tax-product_cat,.tax-product_tag,.cmcp-sale-catalog-active,.cmcp-new-catalog-active,.cmcp-top-catalog-active,.cmcp-search-catalog-active,.cmcp-brand-catalog-active).cmcp-catalog-active .cmcp-filter-option input[type="radio"]{
    position:relative;
    width:16px;
    height:16px;
    flex:0 0 16px;
    margin:0;
    border:1px solid #d2d2d2;
    background:#fff;
    appearance:none;
}

body:is(.post-type-archive-product,.tax-product_cat,.tax-product_tag,.cmcp-sale-catalog-active,.cmcp-new-catalog-active,.cmcp-top-catalog-active,.cmcp-search-catalog-active,.cmcp-brand-catalog-active).cmcp-catalog-active .cmcp-filter-option input[type="checkbox"]{
    border-radius:4px;
}

body:is(.post-type-archive-product,.tax-product_cat,.tax-product_tag,.cmcp-sale-catalog-active,.cmcp-new-catalog-active,.cmcp-top-catalog-active,.cmcp-search-catalog-active,.cmcp-brand-catalog-active).cmcp-catalog-active .cmcp-filter-option input[type="checkbox"]:checked{
    border-color:#0a6cff;
    background:#0a6cff;
}

body:is(.post-type-archive-product,.tax-product_cat,.tax-product_tag,.cmcp-sale-catalog-active,.cmcp-new-catalog-active,.cmcp-top-catalog-active,.cmcp-search-catalog-active,.cmcp-brand-catalog-active).cmcp-catalog-active .cmcp-filter-option input[type="checkbox"]:checked::after{
    content:"";
    position:absolute;
    top:1px;
    left:4px;
    width:4px;
    height:8px;
    border:solid #fff;
    border-width:0 2px 2px 0;
    transform:rotate(45deg);
}

body:is(.post-type-archive-product,.tax-product_cat,.tax-product_tag,.cmcp-sale-catalog-active,.cmcp-new-catalog-active,.cmcp-top-catalog-active,.cmcp-search-catalog-active,.cmcp-brand-catalog-active).cmcp-catalog-active .cmcp-filter-option input[type="radio"]{
    border-radius:50%;
}

body:is(.post-type-archive-product,.tax-product_cat,.tax-product_tag,.cmcp-sale-catalog-active,.cmcp-new-catalog-active,.cmcp-top-catalog-active,.cmcp-search-catalog-active,.cmcp-brand-catalog-active).cmcp-catalog-active .cmcp-filter-option input[type="radio"]:checked{
    border-color:#0a6cff;
    background:#0a6cff;
    box-shadow:inset 0 0 0 4px #fff;
}

body:is(.post-type-archive-product,.tax-product_cat,.tax-product_tag,.cmcp-sale-catalog-active,.cmcp-new-catalog-active,.cmcp-top-catalog-active,.cmcp-search-catalog-active,.cmcp-brand-catalog-active).cmcp-catalog-active :is(.cmcp-filter-count,.cmcp-filter-option .count,.cmcp-category-option__count){
    color:#797878;
    font-family:inherit;
    font-size:12px;
    font-weight:400;
    line-height:1.4;
}

body:is(.post-type-archive-product,.tax-product_cat,.tax-product_tag,.cmcp-sale-catalog-active,.cmcp-new-catalog-active,.cmcp-top-catalog-active,.cmcp-search-catalog-active,.cmcp-brand-catalog-active).cmcp-catalog-active .cmcp-filter-option:has(input:checked),
body:is(.post-type-archive-product,.tax-product_cat,.tax-product_tag,.cmcp-sale-catalog-active,.cmcp-new-catalog-active,.cmcp-top-catalog-active,.cmcp-search-catalog-active,.cmcp-brand-catalog-active).cmcp-catalog-active .cmcp-category-option.is-active{
    color:#0a6cff;
    font-weight:500;
}

body:is(.post-type-archive-product,.tax-product_cat,.tax-product_tag,.cmcp-sale-catalog-active,.cmcp-new-catalog-active,.cmcp-top-catalog-active,.cmcp-search-catalog-active,.cmcp-brand-catalog-active).cmcp-catalog-active .cmcp-filter-more{
    gap:4px;
    font-family:inherit;
    font-size:15px;
    font-weight:400;
    line-height:1.4;
    letter-spacing:normal;
}

body:is(.post-type-archive-product,.tax-product_cat,.tax-product_tag,.cmcp-sale-catalog-active,.cmcp-new-catalog-active,.cmcp-top-catalog-active,.cmcp-search-catalog-active,.cmcp-brand-catalog-active).cmcp-catalog-active .cmcp-shop__catalog ul.products.cmcp-grid>li.product .cmcp-card__title{
    color:#221f1f;
    font-family:Arial,"Segoe UI",Roboto,Helvetica,sans-serif;
    font-size:16px;
    font-weight:400;
    line-height:22px;
    letter-spacing:normal;
    min-height:45px;
    max-height:none;
    overflow:visible;
}

body:is(.post-type-archive-product,.tax-product_cat,.tax-product_tag,.cmcp-sale-catalog-active,.cmcp-new-catalog-active,.cmcp-top-catalog-active,.cmcp-search-catalog-active,.cmcp-brand-catalog-active).cmcp-catalog-active .cmcp-shop__catalog ul.products.cmcp-grid>li.product .cmcp-card__title>a{
    display:-webkit-box;
    min-height:44px;
    max-height:44px;
    overflow:hidden;
    color:#221f1f;
    font:inherit;
    letter-spacing:normal;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    line-clamp:2;
}

body:is(.post-type-archive-product,.tax-product_cat,.tax-product_tag,.cmcp-sale-catalog-active,.cmcp-new-catalog-active,.cmcp-top-catalog-active,.cmcp-search-catalog-active,.cmcp-brand-catalog-active).cmcp-catalog-active .cmcp-shop__catalog ul.products.cmcp-grid{
    column-gap:0!important;
    row-gap:0!important;
    border:0;
}

body:is(.post-type-archive-product,.tax-product_cat,.tax-product_tag,.cmcp-sale-catalog-active,.cmcp-new-catalog-active,.cmcp-top-catalog-active,.cmcp-search-catalog-active,.cmcp-brand-catalog-active).cmcp-catalog-active .cmcp-shop__catalog ul.products.cmcp-grid>li.product .cmcp-card{
    position:relative;
    z-index:1;
    border:0;
    border-radius:4px;
    transition:border-color 250ms ease,box-shadow 250ms ease,transform 250ms ease;
}

body:is(.post-type-archive-product,.tax-product_cat,.tax-product_tag,.cmcp-sale-catalog-active,.cmcp-new-catalog-active,.cmcp-top-catalog-active,.cmcp-search-catalog-active,.cmcp-brand-catalog-active).cmcp-catalog-active .cmcp-shop__catalog ul.products.cmcp-grid>li.product .cmcp-card__image img{
    transform:scale(1);
    transform-origin:center center;
    transition:transform 280ms ease;
}

@media(min-width:769px){
    body:is(.post-type-archive-product,.tax-product_cat,.tax-product_tag,.cmcp-sale-catalog-active,.cmcp-new-catalog-active,.cmcp-top-catalog-active,.cmcp-search-catalog-active,.cmcp-brand-catalog-active).cmcp-catalog-active .cmcp-catalog-content{
        border-left:1px solid #e9e9e9;
    }

    body:is(.post-type-archive-product,.tax-product_cat,.tax-product_tag,.cmcp-sale-catalog-active,.cmcp-new-catalog-active,.cmcp-top-catalog-active,.cmcp-search-catalog-active,.cmcp-brand-catalog-active).cmcp-catalog-active .cmcp-filter-sidebar{
        border-right:0;
    }

    body:is(.post-type-archive-product,.tax-product_cat,.tax-product_tag,.cmcp-sale-catalog-active,.cmcp-new-catalog-active,.cmcp-top-catalog-active,.cmcp-search-catalog-active,.cmcp-brand-catalog-active).cmcp-catalog-active .cmcp-catalog-toolbar,
    body:is(.post-type-archive-product,.tax-product_cat,.tax-product_tag,.cmcp-sale-catalog-active,.cmcp-new-catalog-active,.cmcp-top-catalog-active,.cmcp-search-catalog-active,.cmcp-brand-catalog-active).cmcp-catalog-active .cmcp-shop__catalog ul.products.cmcp-grid{
        border-left:0;
    }
}

@media(hover:hover) and (pointer:fine){
    body:is(.post-type-archive-product,.tax-product_cat,.tax-product_tag,.cmcp-sale-catalog-active,.cmcp-new-catalog-active,.cmcp-top-catalog-active,.cmcp-search-catalog-active,.cmcp-brand-catalog-active).cmcp-catalog-active .cmcp-shop__catalog ul.products.cmcp-grid>li.product .cmcp-card:hover{
        z-index:5;
        border-color:#d7dde6;
        box-shadow:0 8px 22px rgba(0,0,0,.10),inset 0 0 0 1px #d7dde6;
        transform:translateY(-3px);
    }

    body:is(.post-type-archive-product,.tax-product_cat,.tax-product_tag,.cmcp-sale-catalog-active,.cmcp-new-catalog-active,.cmcp-top-catalog-active,.cmcp-search-catalog-active,.cmcp-brand-catalog-active).cmcp-catalog-active .cmcp-shop__catalog ul.products.cmcp-grid>li.product .cmcp-card:hover .cmcp-card__image img{
        transform:scale(1.035);
    }
}

@media(prefers-reduced-motion:reduce){
    body:is(.post-type-archive-product,.tax-product_cat,.tax-product_tag,.cmcp-sale-catalog-active,.cmcp-new-catalog-active,.cmcp-top-catalog-active,.cmcp-search-catalog-active,.cmcp-brand-catalog-active).cmcp-catalog-active .cmcp-shop__catalog ul.products.cmcp-grid>li.product .cmcp-card,
    body:is(.post-type-archive-product,.tax-product_cat,.tax-product_tag,.cmcp-sale-catalog-active,.cmcp-new-catalog-active,.cmcp-top-catalog-active,.cmcp-search-catalog-active,.cmcp-brand-catalog-active).cmcp-catalog-active .cmcp-shop__catalog ul.products.cmcp-grid>li.product .cmcp-card__image img{
        transition:none;
    }

    body:is(.post-type-archive-product,.tax-product_cat,.tax-product_tag,.cmcp-sale-catalog-active,.cmcp-new-catalog-active,.cmcp-top-catalog-active,.cmcp-search-catalog-active,.cmcp-brand-catalog-active).cmcp-catalog-active .cmcp-shop__catalog ul.products.cmcp-grid>li.product .cmcp-card:hover,
    body:is(.post-type-archive-product,.tax-product_cat,.tax-product_tag,.cmcp-sale-catalog-active,.cmcp-new-catalog-active,.cmcp-top-catalog-active,.cmcp-search-catalog-active,.cmcp-brand-catalog-active).cmcp-catalog-active .cmcp-shop__catalog ul.products.cmcp-grid>li.product .cmcp-card:hover .cmcp-card__image img{
        transform:none;
    }
}

body:is(.post-type-archive-product,.tax-product_cat,.tax-product_tag,.cmcp-sale-catalog-active,.cmcp-new-catalog-active,.cmcp-top-catalog-active,.cmcp-search-catalog-active,.cmcp-brand-catalog-active).cmcp-catalog-active .cmcp-shop__catalog ul.products.cmcp-grid>li.product .cmcp-card__image{
    height:190px;
    min-height:190px;
    padding:4px 4px 0;
}

body:is(.post-type-archive-product,.tax-product_cat,.tax-product_tag,.cmcp-sale-catalog-active,.cmcp-new-catalog-active,.cmcp-top-catalog-active,.cmcp-search-catalog-active,.cmcp-brand-catalog-active).cmcp-catalog-active .cmcp-shop__catalog ul.products.cmcp-grid>li.product .cmcp-card__image-link{
    padding:0;
}

body:is(.post-type-archive-product,.tax-product_cat,.tax-product_tag,.cmcp-sale-catalog-active,.cmcp-new-catalog-active,.cmcp-top-catalog-active,.cmcp-search-catalog-active,.cmcp-brand-catalog-active).cmcp-catalog-active .cmcp-shop__catalog ul.products.cmcp-grid>li.product .cmcp-card__image img{
    max-width:100%;
    max-height:100%;
    margin:0;
    object-fit:contain;
    object-position:center bottom;
}

body:is(.post-type-archive-product,.tax-product_cat,.tax-product_tag,.cmcp-sale-catalog-active,.cmcp-new-catalog-active,.cmcp-top-catalog-active,.cmcp-search-catalog-active,.cmcp-brand-catalog-active).cmcp-catalog-active .cmcp-catalog-toolbar>.cmcp-active-filters{
    flex:1;
    align-items:center;
    margin:0;
}

body:is(.post-type-archive-product,.tax-product_cat,.tax-product_tag,.cmcp-sale-catalog-active,.cmcp-new-catalog-active,.cmcp-top-catalog-active,.cmcp-search-catalog-active,.cmcp-brand-catalog-active).cmcp-catalog-active .cmcp-catalog-toolbar .cmcp-active-filters{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
}

body:is(.post-type-archive-product,.tax-product_cat,.tax-product_tag,.cmcp-sale-catalog-active,.cmcp-new-catalog-active,.cmcp-top-catalog-active,.cmcp-search-catalog-active,.cmcp-brand-catalog-active).cmcp-catalog-active .cmcp-catalog-toolbar .cmcp-filter-chip{
    display:inline-flex;
    min-height:0;
    align-items:center;
    padding:6px 10px;
    border:1px solid #dbe2eb;
    border-radius:15px;
    background:#f7f9fc;
    color:#444;
    font-family:Arial,"Segoe UI",Roboto,Helvetica,sans-serif;
    font-size:14px;
    font-weight:400;
    line-height:20px;
    letter-spacing:normal;
    text-transform:none;
    cursor:pointer;
}

body:is(.post-type-archive-product,.tax-product_cat,.tax-product_tag,.cmcp-sale-catalog-active,.cmcp-new-catalog-active,.cmcp-top-catalog-active,.cmcp-search-catalog-active,.cmcp-brand-catalog-active).cmcp-catalog-active .cmcp-catalog-toolbar .cmcp-filter-chip:hover{
    border-color:#c7d2df;
    color:#30343b;
}

body:is(.post-type-archive-product,.tax-product_cat,.tax-product_tag,.cmcp-sale-catalog-active,.cmcp-new-catalog-active,.cmcp-top-catalog-active,.cmcp-search-catalog-active,.cmcp-brand-catalog-active).cmcp-catalog-active .cmcp-catalog-toolbar .cmcp-filter-chip--reset{
    border-color:transparent;
    background:transparent;
    color:var(--cm-primary,#0a6cff);
    font-size:14px;
    font-weight:500;
    line-height:20px;
    letter-spacing:normal;
    text-decoration:none;
}

body:is(.post-type-archive-product,.tax-product_cat,.tax-product_tag,.cmcp-sale-catalog-active,.cmcp-new-catalog-active,.cmcp-top-catalog-active,.cmcp-search-catalog-active,.cmcp-brand-catalog-active).cmcp-catalog-active .cmcp-catalog-toolbar .cmcp-filter-chip--reset:hover{
    color:var(--cm-primary-hover,#0758cf);
}

body:is(.post-type-archive-product,.tax-product_cat,.tax-product_tag,.cmcp-sale-catalog-active,.cmcp-new-catalog-active,.cmcp-top-catalog-active,.cmcp-search-catalog-active,.cmcp-brand-catalog-active).cmcp-catalog-active .cmcp-filter-actions{
    margin:8px -16px -16px;
    padding:12px 16px;
}

body:is(.post-type-archive-product,.tax-product_cat,.tax-product_tag,.cmcp-sale-catalog-active,.cmcp-new-catalog-active,.cmcp-top-catalog-active,.cmcp-search-catalog-active,.cmcp-brand-catalog-active).cmcp-catalog-active .cmcp-load-more{
    width:170px;
    max-width:170px;
    min-width:170px;
    height:42px;
    min-height:42px;
    padding:8px 16px;
    white-space:nowrap;
}

body:is(.post-type-archive-product,.tax-product_cat,.tax-product_tag,.cmcp-sale-catalog-active,.cmcp-new-catalog-active,.cmcp-top-catalog-active,.cmcp-search-catalog-active,.cmcp-brand-catalog-active).cmcp-catalog-active .cmcp-pagination{
    margin-bottom:0;
}

@media(max-width:768px){
    body:is(.post-type-archive-product,.tax-product_cat,.tax-product_tag,.cmcp-sale-catalog-active,.cmcp-new-catalog-active,.cmcp-top-catalog-active,.cmcp-search-catalog-active,.cmcp-brand-catalog-active).cmcp-catalog-active .cmcp-shop{
        width:calc(100% - 20px);
    }

    body:is(.post-type-archive-product,.tax-product_cat,.tax-product_tag,.cmcp-sale-catalog-active,.cmcp-new-catalog-active,.cmcp-top-catalog-active,.cmcp-search-catalog-active,.cmcp-brand-catalog-active).cmcp-catalog-active .cmcp-catalog-toolbar{
        align-items:flex-start;
        padding:12px;
    }

    body:is(.post-type-archive-product,.tax-product_cat,.tax-product_tag,.cmcp-sale-catalog-active,.cmcp-new-catalog-active,.cmcp-top-catalog-active,.cmcp-search-catalog-active,.cmcp-brand-catalog-active).cmcp-catalog-active .cmcp-filter-sidebar{
        padding:18px;
        box-shadow:none;
    }
}

@media(max-width:600px){
    body:is(.post-type-archive-product,.tax-product_cat,.tax-product_tag,.cmcp-sale-catalog-active,.cmcp-new-catalog-active,.cmcp-top-catalog-active,.cmcp-search-catalog-active,.cmcp-brand-catalog-active).cmcp-catalog-active .cmcp-shop__catalog ul.products.cmcp-grid>li.product .cmcp-card__image{
        height:165px;
        min-height:165px;
    }
}

@media(min-width:769px) and (max-width:1199px){
    body:is(.post-type-archive-product,.tax-product_cat,.tax-product_tag,.cmcp-sale-catalog-active,.cmcp-new-catalog-active,.cmcp-top-catalog-active,.cmcp-search-catalog-active,.cmcp-brand-catalog-active).cmcp-catalog-active :is(.cmcp-shop,.woocommerce-breadcrumb){
        width:calc(100% - 80px);
    }
}

@media(min-width:769px){
    body.cmcp-catalog-active .cmcp-catalog-layout .cmcp-filter-sidebar{
        max-height:calc(100vh - 128px);
        overflow-x:hidden;
        overflow-y:auto;
        scrollbar-width:thin;
        scrollbar-color:#cbd5e1 transparent;
    }

    body.cmcp-catalog-active .cmcp-catalog-layout .cmcp-filter-sidebar::-webkit-scrollbar{
        width:7px;
    }

    body.cmcp-catalog-active .cmcp-catalog-layout .cmcp-filter-sidebar::-webkit-scrollbar-track{
        background:transparent;
    }

    body.cmcp-catalog-active .cmcp-catalog-layout .cmcp-filter-sidebar::-webkit-scrollbar-thumb{
        border:2px solid transparent;
        border-radius:999px;
        background:#cbd5e1;
        background-clip:padding-box;
    }

    body:is(.post-type-archive-product,.tax-product_cat,.tax-product_tag,.cmcp-sale-catalog-active,.cmcp-new-catalog-active,.cmcp-top-catalog-active,.cmcp-search-catalog-active,.cmcp-brand-catalog-active).cmcp-catalog-active .cmcp-filter-option{
        min-height:29px;
        margin:0;
        padding:4px 0;
        font-size:15px;
    }

    body:is(.post-type-archive-product,.tax-product_cat,.tax-product_tag,.cmcp-sale-catalog-active,.cmcp-new-catalog-active,.cmcp-top-catalog-active,.cmcp-search-catalog-active,.cmcp-brand-catalog-active).cmcp-catalog-active .cmcp-filter-more{
        min-height:24px;
        margin-top:4px;
        padding:0;
    }

    body:is(.post-type-archive-product,.tax-product_cat,.tax-product_tag,.cmcp-sale-catalog-active,.cmcp-new-catalog-active,.cmcp-top-catalog-active,.cmcp-search-catalog-active,.cmcp-brand-catalog-active).cmcp-catalog-active .cmcp-category-option{
        min-height:29px;
        padding-top:4px;
        padding-bottom:4px;
    }

    body:is(.post-type-archive-product,.tax-product_cat,.tax-product_tag,.cmcp-sale-catalog-active,.cmcp-new-catalog-active,.cmcp-top-catalog-active,.cmcp-search-catalog-active,.cmcp-brand-catalog-active).cmcp-catalog-active .cmcp-category-branch__row>button{
        width:28px;
        height:28px;
        flex-basis:28px;
    }
}

body.cmcp-catalog-active .cmcp-shop{padding-top:30px;padding-bottom:68px}
body.cmcp-catalog-active .site-footer,
body.cmcp-catalog-active #colophon{display:none!important}
@media(max-width:520px){body.cmcp-catalog-active .cmcp-shop{width:calc(100% - 24px);padding-top:22px}}

.cmcp-shop--search {
    width:100%;
}

.cmcp-catalog-search {
    width:100%;
    max-width:760px;
    margin:0 auto 28px;
}

.cmcp-catalog-search__form {
    display:flex;
    align-items:stretch;
    width:100%;
    min-height:46px;
    overflow:hidden;
    border:1px solid #dedede;
    border-radius:999px;
    background:#fff;
}

.cmcp-catalog-search__field {
    position:relative;
    flex:1 1 auto;
    min-width:0;
    margin:0;
}

.cmcp-catalog-search__field svg {
    position:absolute;
    top:50%;
    left:16px;
    width:17px;
    height:17px;
    fill:none;
    stroke:#555;
    stroke-linecap:round;
    stroke-width:1.7;
    pointer-events:none;
    transform:translateY(-50%);
}

.cmcp-search {
    width:100%;
    height:44px;
    min-width:0;
    border:0;
    border-radius:0;
    outline:0;
    background:transparent;
    padding:0 18px 0 43px;
    color:#222;
    font-size:14px;
}

.cmcp-search::placeholder {
    color:#8a8a8a;
}

.cmcp-catalog-search__submit {
    flex:0 0 136px;
    min-height:44px;
    margin:0;
    border:0;
    border-radius:0;
    background:#0A6CFF;
    color:#fff;
    font-size:13px;
    font-weight:600;
    cursor:pointer;
}

.cmcp-catalog-search__submit:hover {
    background:#0058d8;
}

/* CMCP owns the complete shop/category/tag archive layout. */
body.cmcp-catalog-active .site-content > .ast-container{
    display:block !important;
    width:100% !important;
    max-width:none !important;
    padding-left:0 !important;
    padding-right:0 !important;
}

body.cmcp-catalog-active .cmcp-shop{
    width:calc(100% - 32px);
    max-width:var(--cmcp-container);
    margin-right:auto;
    margin-left:auto;
    padding-right:0;
    padding-left:0;
}

body.cmcp-catalog-active #primary,
body.cmcp-catalog-active .content-area.primary{
    width:100% !important;
    max-width:none !important;
    margin:0 !important;
    padding-left:0 !important;
    border:0 !important;
}

body.cmcp-catalog-active #secondary,
body.cmcp-catalog-active .widget-area.secondary,
body.cmcp-catalog-active .ast-left-sidebar,
body.cmcp-catalog-active .ast-right-sidebar{
    display:none !important;
}

body.cmcp-catalog-active .woocommerce-breadcrumb{
    width:calc(100% - 32px);
    max-width:var(--cmcp-container);
    margin-right:auto;
    margin-left:auto;
}

body:is(.post-type-archive-product,.tax-product_cat,.tax-product_tag,.cmcp-sale-catalog-active,.cmcp-new-catalog-active,.cmcp-top-catalog-active,.cmcp-search-catalog-active,.cmcp-brand-catalog-active).cmcp-catalog-active .woocommerce-breadcrumb a{
    color:var(--cm-primary,#0a6cff);
    text-decoration:none;
}

body:is(.post-type-archive-product,.tax-product_cat,.tax-product_tag,.cmcp-sale-catalog-active,.cmcp-new-catalog-active,.cmcp-top-catalog-active,.cmcp-search-catalog-active,.cmcp-brand-catalog-active).cmcp-catalog-active .woocommerce-breadcrumb a:hover,
body:is(.post-type-archive-product,.tax-product_cat,.tax-product_tag,.cmcp-sale-catalog-active,.cmcp-new-catalog-active,.cmcp-top-catalog-active,.cmcp-search-catalog-active,.cmcp-brand-catalog-active).cmcp-catalog-active .woocommerce-breadcrumb a:focus-visible{
    color:var(--cm-primary-hover,#0758cf);
}

@media (max-width:600px) {
    .cmcp-shop {
        padding-top:16px;
    }

    .cmcp-catalog-search {
        margin-bottom:22px;
    }

    .cmcp-catalog-search__submit {
        flex-basis:104px;
    }
}

/* Compact the Catalog dropdown in Astra's desktop primary navigation only. */
@media (min-width:922px) {
    .ast-desktop .ast-builder-menu-1 .main-header-menu > .menu-item-has-children:has(> .menu-link[href*="/shop-2-2/"]) > .sub-menu,
    .ast-desktop .ast-builder-menu-1 .main-header-menu > .astra-megamenu-li:has(> .menu-link[href*="/shop-2-2/"]) > .astra-full-megamenu-wrapper {
        box-sizing:border-box;
        width:320px !important;
        min-width:320px !important;
        max-width:calc(100vw - 24px);
        max-height:65vh;
        border:1px solid #e5e7eb;
        border-radius:6px;
        background:#fff;
        box-shadow:0 8px 24px rgba(16,24,40,.12);
    }

    .ast-desktop .ast-builder-menu-1 .main-header-menu > .menu-item-has-children:has(> .menu-link[href*="/shop-2-2/"]) > .sub-menu {
        overflow-x:hidden;
        overflow-y:auto;
    }

    .ast-desktop .ast-builder-menu-1 .main-header-menu > .astra-megamenu-li:has(> .menu-link[href*="/shop-2-2/"]) > .astra-full-megamenu-wrapper {
        left:0 !important;
        right:auto !important;
        overflow-x:hidden;
        overflow-y:hidden;
    }

    .ast-desktop .ast-builder-menu-1 .main-header-menu > .astra-megamenu-li:has(> .menu-link[href*="/shop-2-2/"]) > .astra-full-megamenu-wrapper > .astra-megamenu {
        display:block;
        width:100% !important;
        min-width:0 !important;
        max-width:none;
        max-height:65vh;
        overflow-x:hidden;
        overflow-y:auto;
        border:0;
        box-shadow:none;
    }

    .ast-desktop .ast-builder-menu-1 .main-header-menu > .astra-megamenu-li:has(> .menu-link[href*="/shop-2-2/"]) > .astra-full-megamenu-wrapper > .astra-megamenu > .menu-item {
        display:block;
        width:100%;
        max-width:none;
    }

    .ast-desktop .ast-builder-menu-1 .main-header-menu > .menu-item-has-children:has(> .menu-link[href*="/shop-2-2/"]) > .sub-menu > .menu-item > .menu-link,
    .ast-desktop .ast-builder-menu-1 .main-header-menu > .astra-megamenu-li:has(> .menu-link[href*="/shop-2-2/"]) > .astra-full-megamenu-wrapper > .astra-megamenu > .menu-item > .menu-link {
        box-sizing:border-box;
        min-height:0;
        padding:8px 16px;
        font-size:14px;
        line-height:1.3;
        white-space:normal;
        overflow-wrap:anywhere;
    }

    .ast-desktop .ast-builder-menu-1 .main-header-menu > .menu-item-has-children:has(> .menu-link[href*="/shop-2-2/"]) > .sub-menu > .menu-item > .menu-link:hover,
    .ast-desktop .ast-builder-menu-1 .main-header-menu > .menu-item-has-children:has(> .menu-link[href*="/shop-2-2/"]) > .sub-menu > .menu-item > .menu-link:focus-visible,
    .ast-desktop .ast-builder-menu-1 .main-header-menu > .astra-megamenu-li:has(> .menu-link[href*="/shop-2-2/"]) > .astra-full-megamenu-wrapper > .astra-megamenu > .menu-item > .menu-link:hover,
    .ast-desktop .ast-builder-menu-1 .main-header-menu > .astra-megamenu-li:has(> .menu-link[href*="/shop-2-2/"]) > .astra-full-megamenu-wrapper > .astra-megamenu > .menu-item > .menu-link:focus-visible {
        background:#f5f7fa;
    }
}


/* Remove square wrapper/grid lines behind rounded catalog cards */
body:is(.post-type-archive-product,.tax-product_cat,.tax-product_tag,.cmcp-sale-catalog-active,.cmcp-new-catalog-active,.cmcp-top-catalog-active,.cmcp-search-catalog-active,.cmcp-brand-catalog-active).cmcp-catalog-active .cmcp-shop__catalog ul.products.cmcp-grid,
body:is(.post-type-archive-product,.tax-product_cat,.tax-product_tag,.cmcp-sale-catalog-active,.cmcp-new-catalog-active,.cmcp-top-catalog-active,.cmcp-search-catalog-active,.cmcp-brand-catalog-active).cmcp-catalog-active .cmcp-shop__catalog ul.products.cmcp-grid > li.product,
body:is(.post-type-archive-product,.tax-product_cat,.tax-product_tag,.cmcp-sale-catalog-active,.cmcp-new-catalog-active,.cmcp-top-catalog-active,.cmcp-search-catalog-active,.cmcp-brand-catalog-active).cmcp-catalog-active .cmcp-shop__catalog ul.products.cmcp-grid > li.cmcp-product{
    border:0 !important;
    outline:0 !important;
    box-shadow:none !important;
    background:transparent !important;
}
body:is(.post-type-archive-product,.tax-product_cat,.tax-product_tag,.cmcp-sale-catalog-active,.cmcp-new-catalog-active,.cmcp-top-catalog-active,.cmcp-search-catalog-active,.cmcp-brand-catalog-active).cmcp-catalog-active .cmcp-shop__catalog ul.products.cmcp-grid > li.product::before,
body:is(.post-type-archive-product,.tax-product_cat,.tax-product_tag,.cmcp-sale-catalog-active,.cmcp-new-catalog-active,.cmcp-top-catalog-active,.cmcp-search-catalog-active,.cmcp-brand-catalog-active).cmcp-catalog-active .cmcp-shop__catalog ul.products.cmcp-grid > li.product::after,
body:is(.post-type-archive-product,.tax-product_cat,.tax-product_tag,.cmcp-sale-catalog-active,.cmcp-new-catalog-active,.cmcp-top-catalog-active,.cmcp-search-catalog-active,.cmcp-brand-catalog-active).cmcp-catalog-active .cmcp-shop__catalog ul.products.cmcp-grid > li.cmcp-product::before,
body:is(.post-type-archive-product,.tax-product_cat,.tax-product_tag,.cmcp-sale-catalog-active,.cmcp-new-catalog-active,.cmcp-top-catalog-active,.cmcp-search-catalog-active,.cmcp-brand-catalog-active).cmcp-catalog-active .cmcp-shop__catalog ul.products.cmcp-grid > li.cmcp-product::after{
    content:none !important;
    display:none !important;
}


/* Final premium product-card polish */
body:is(.post-type-archive-product,.tax-product_cat,.tax-product_tag,.cmcp-sale-catalog-active,.cmcp-new-catalog-active,.cmcp-top-catalog-active,.cmcp-search-catalog-active,.cmcp-brand-catalog-active).cmcp-catalog-active .cmcp-shop__catalog ul.products.cmcp-grid > li.product .cmcp-card{
    border:0;
    border-radius:4px;
    box-shadow:none;
    transition:box-shadow .2s ease,transform .2s ease;
}
@media(hover:hover) and (pointer:fine){
    body:is(.post-type-archive-product,.tax-product_cat,.tax-product_tag,.cmcp-sale-catalog-active,.cmcp-new-catalog-active,.cmcp-top-catalog-active,.cmcp-search-catalog-active,.cmcp-brand-catalog-active).cmcp-catalog-active .cmcp-shop__catalog ul.products.cmcp-grid > li.product .cmcp-card:hover{
        border-color:transparent;
        box-shadow:0 6px 18px rgba(15,23,42,.07);
        transform:translateY(-1px);
    }
}
body:is(.post-type-archive-product,.tax-product_cat,.tax-product_tag,.cmcp-sale-catalog-active,.cmcp-new-catalog-active,.cmcp-top-catalog-active,.cmcp-search-catalog-active,.cmcp-brand-catalog-active).cmcp-catalog-active .cmcp-shop__catalog ul.products.cmcp-grid > li.product .cmcp-card__image{
    height:195px;
    min-height:195px;
    padding:4px 5px 0;
}
body:is(.post-type-archive-product,.tax-product_cat,.tax-product_tag,.cmcp-sale-catalog-active,.cmcp-new-catalog-active,.cmcp-top-catalog-active,.cmcp-search-catalog-active,.cmcp-brand-catalog-active).cmcp-catalog-active .cmcp-shop__catalog ul.products.cmcp-grid > li.product .cmcp-card__image img{
    max-width:98%;
    max-height:98%;
    object-fit:contain;
}
body:is(.post-type-archive-product,.tax-product_cat,.tax-product_tag,.cmcp-sale-catalog-active,.cmcp-new-catalog-active,.cmcp-top-catalog-active,.cmcp-search-catalog-active,.cmcp-brand-catalog-active).cmcp-catalog-active .cmcp-shop__catalog ul.products.cmcp-grid > li.product .cmcp-card__favorite{
    top:8px;
    right:8px;
    width:34px;
    height:34px;
}
body:is(.post-type-archive-product,.tax-product_cat,.tax-product_tag,.cmcp-sale-catalog-active,.cmcp-new-catalog-active,.cmcp-top-catalog-active,.cmcp-search-catalog-active,.cmcp-brand-catalog-active).cmcp-catalog-active .cmcp-shop__catalog ul.products.cmcp-grid > li.product .cmcp-card__title{
    min-height:44px;
    max-height:44px;
    margin:6px 0 5px;
    font-size:16px;
    font-weight:500;
    line-height:1.35;
}
body:is(.post-type-archive-product,.tax-product_cat,.tax-product_tag,.cmcp-sale-catalog-active,.cmcp-new-catalog-active,.cmcp-top-catalog-active,.cmcp-search-catalog-active,.cmcp-brand-catalog-active).cmcp-catalog-active .cmcp-shop__catalog ul.products.cmcp-grid > li.product .cmcp-card__title > a{
    min-height:44px;
    max-height:44px;
}
body:is(.post-type-archive-product,.tax-product_cat,.tax-product_tag,.cmcp-sale-catalog-active,.cmcp-new-catalog-active,.cmcp-top-catalog-active,.cmcp-search-catalog-active,.cmcp-brand-catalog-active).cmcp-catalog-active .cmcp-shop__catalog ul.products.cmcp-grid > li.product .cmcp-card__rating{
    display:flex;
    justify-content:flex-start;
    align-items:center;
    min-height:30px;
    margin:8px 0 4px;
}
body:is(.post-type-archive-product,.tax-product_cat,.tax-product_tag,.cmcp-sale-catalog-active,.cmcp-new-catalog-active,.cmcp-top-catalog-active,.cmcp-search-catalog-active,.cmcp-brand-catalog-active).cmcp-catalog-active .cmcp-shop__catalog ul.products.cmcp-grid > li.product .cmcp-card__price{
    min-height:46px;
    margin:4px 0 2px;
}
body:is(.post-type-archive-product,.tax-product_cat,.tax-product_tag,.cmcp-sale-catalog-active,.cmcp-new-catalog-active,.cmcp-top-catalog-active,.cmcp-search-catalog-active,.cmcp-brand-catalog-active).cmcp-catalog-active .cmcp-shop__catalog ul.products.cmcp-grid > li.product .cmcp-card__price-current,
body:is(.post-type-archive-product,.tax-product_cat,.tax-product_tag,.cmcp-sale-catalog-active,.cmcp-new-catalog-active,.cmcp-top-catalog-active,.cmcp-search-catalog-active,.cmcp-brand-catalog-active).cmcp-catalog-active .cmcp-shop__catalog ul.products.cmcp-grid > li.product .cmcp-card__price ins{
    color:#221f1f;
    font-size:19px;
    font-weight:700;
}
body:is(.post-type-archive-product,.tax-product_cat,.tax-product_tag,.cmcp-sale-catalog-active,.cmcp-new-catalog-active,.cmcp-top-catalog-active,.cmcp-search-catalog-active,.cmcp-brand-catalog-active).cmcp-catalog-active .cmcp-shop__catalog ul.products.cmcp-grid > li.product .cmcp-card__stock{
    min-height:18px;
    margin:0 0 7px;
    font-size:12px;
    line-height:1.4;
}
body:is(.post-type-archive-product,.tax-product_cat,.tax-product_tag,.cmcp-sale-catalog-active,.cmcp-new-catalog-active,.cmcp-top-catalog-active,.cmcp-search-catalog-active,.cmcp-brand-catalog-active).cmcp-catalog-active .cmcp-shop__catalog ul.products.cmcp-grid > li.product .cmcp-button{
    min-height:44px;
    padding:0 14px;
    border-radius:1px;
    font-size:14px;
    font-weight:700;
    line-height:1.2;
    letter-spacing:0;
    text-transform:none;
}


/* Saturated catalog CTA with right cart icon */
body:is(.post-type-archive-product,.tax-product_cat,.tax-product_tag,.cmcp-sale-catalog-active,.cmcp-new-catalog-active,.cmcp-top-catalog-active,.cmcp-search-catalog-active,.cmcp-brand-catalog-active).cmcp-catalog-active .cmcp-shop__catalog ul.products.cmcp-grid > li.product .cmcp-button{
    position:relative;
    padding-left:16px;
    padding-right:46px;
    background:#0097b8 !important;
    color:#fff !important;
}
body:is(.post-type-archive-product,.tax-product_cat,.tax-product_tag,.cmcp-sale-catalog-active,.cmcp-new-catalog-active,.cmcp-top-catalog-active,.cmcp-search-catalog-active,.cmcp-brand-catalog-active).cmcp-catalog-active .cmcp-shop__catalog ul.products.cmcp-grid > li.product .cmcp-button:hover{
    background:#0085a3 !important;
}
body:is(.post-type-archive-product,.tax-product_cat,.tax-product_tag,.cmcp-sale-catalog-active,.cmcp-new-catalog-active,.cmcp-top-catalog-active,.cmcp-search-catalog-active,.cmcp-brand-catalog-active).cmcp-catalog-active .cmcp-shop__catalog ul.products.cmcp-grid > li.product .cmcp-button::after{
    content:"";
    position:absolute;
    top:50%;
    right:14px;
    width:24px;
    height:24px;
    background-repeat:no-repeat;
    background-position:center;
    background-size:contain;
    transform:translateY(-50%);
    pointer-events:none;
    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='9' cy='20' r='1'/%3E%3Ccircle cx='19' cy='20' r='1'/%3E%3Cpath d='M3 4h2l2.4 10.4a2 2 0 0 0 2 1.6h7.8a2 2 0 0 0 2-1.6L21 8H7'/%3E%3C/svg%3E");
}


/* Catalog CTA icon cleanup */
body:is(.post-type-archive-product,.tax-product_cat,.tax-product_tag,.cmcp-sale-catalog-active,.cmcp-new-catalog-active,.cmcp-top-catalog-active,.cmcp-search-catalog-active,.cmcp-brand-catalog-active).cmcp-catalog-active .cmcp-shop__catalog ul.products.cmcp-grid > li.product .cmcp-button > svg:first-child,
body:is(.post-type-archive-product,.tax-product_cat,.tax-product_tag,.cmcp-sale-catalog-active,.cmcp-new-catalog-active,.cmcp-top-catalog-active,.cmcp-search-catalog-active,.cmcp-brand-catalog-active).cmcp-catalog-active .cmcp-shop__catalog ul.products.cmcp-grid > li.product .cmcp-button > .cmcp-button__icon:first-child{
    display:none !important;
}
body:is(.post-type-archive-product,.tax-product_cat,.tax-product_tag,.cmcp-sale-catalog-active,.cmcp-new-catalog-active,.cmcp-top-catalog-active,.cmcp-search-catalog-active,.cmcp-brand-catalog-active).cmcp-catalog-active .cmcp-shop__catalog ul.products.cmcp-grid > li.product .cmcp-button{
    padding-left:16px;
    padding-right:16px;
    gap:6px;
}
body:is(.post-type-archive-product,.tax-product_cat,.tax-product_tag,.cmcp-sale-catalog-active,.cmcp-new-catalog-active,.cmcp-top-catalog-active,.cmcp-search-catalog-active,.cmcp-brand-catalog-active).cmcp-catalog-active .cmcp-shop__catalog ul.products.cmcp-grid > li.product .cmcp-button::after{
    position:static;
    top:auto;
    right:auto;
    width:22px;
    height:22px;
    flex:0 0 22px;
    margin-left:0;
    transform:none;
}


/* Unified lavender-blue catalog CTA buttons — Sep 2026 */
body.cmcp-catalog-active .cmcp-shop__catalog ul.products.cmcp-grid > li.product .cmcp-button{
    background:#786fbd!important;
    color:#fff!important;
}
body.cmcp-catalog-active .cmcp-shop__catalog ul.products.cmcp-grid > li.product .cmcp-button:hover{
    background:#675ca8!important;
    color:#fff!important;
}


/* Final premium catalog shell polish — Sep 2026 */
body:is(.post-type-archive-product,.tax-product_cat,.tax-product_tag,.cmcp-sale-catalog-active,.cmcp-new-catalog-active,.cmcp-top-catalog-active,.cmcp-search-catalog-active,.cmcp-brand-catalog-active).cmcp-catalog-active .cmcp-shop-hero{
    margin-bottom:10px!important;
    border-color:#e8edf3!important;
    border-radius:14px!important;
    background:#f7f9fc!important;
}
body:is(.post-type-archive-product,.tax-product_cat,.tax-product_tag,.cmcp-sale-catalog-active,.cmcp-new-catalog-active,.cmcp-top-catalog-active,.cmcp-search-catalog-active,.cmcp-brand-catalog-active).cmcp-catalog-active .cmcp-shop-hero__image{
    aspect-ratio:4.15/1!important;
}
body:is(.post-type-archive-product,.tax-product_cat,.tax-product_tag,.cmcp-sale-catalog-active,.cmcp-new-catalog-active,.cmcp-top-catalog-active,.cmcp-search-catalog-active,.cmcp-brand-catalog-active).cmcp-catalog-active .woocommerce-breadcrumb{
    margin-top:4px!important;
    margin-bottom:8px!important;
    color:#8a94a3!important;
    font-size:12.5px!important;
    line-height:1.35!important;
}
body:is(.post-type-archive-product,.tax-product_cat,.tax-product_tag,.cmcp-sale-catalog-active,.cmcp-new-catalog-active,.cmcp-top-catalog-active,.cmcp-search-catalog-active,.cmcp-brand-catalog-active).cmcp-catalog-active .cmcp-catalog-layout{
    align-items:start!important;
    background:#fff!important;
}
body:is(.post-type-archive-product,.tax-product_cat,.tax-product_tag,.cmcp-sale-catalog-active,.cmcp-new-catalog-active,.cmcp-top-catalog-active,.cmcp-search-catalog-active,.cmcp-brand-catalog-active).cmcp-catalog-active .cmcp-filter-sidebar{
    background:#fbfcfe!important;
    border-color:#e7ebf0!important;
    box-shadow:none!important;
}
body:is(.post-type-archive-product,.tax-product_cat,.tax-product_tag,.cmcp-sale-catalog-active,.cmcp-new-catalog-active,.cmcp-top-catalog-active,.cmcp-search-catalog-active,.cmcp-brand-catalog-active).cmcp-catalog-active .cmcp-shop__catalog{
    background:#fff!important;
}
@media(max-width:768px){
    body:is(.post-type-archive-product,.tax-product_cat,.tax-product_tag,.cmcp-sale-catalog-active,.cmcp-new-catalog-active,.cmcp-top-catalog-active,.cmcp-search-catalog-active,.cmcp-brand-catalog-active).cmcp-catalog-active .cmcp-shop-hero__image{
        aspect-ratio:3.2/1!important;
    }
}


/* Final catalog top-zone breathing room — Sep 2026 */
body.cmcp-catalog-active .cmcp-catalog-layout{
    margin-top:10px!important;
}
body.cmcp-catalog-active .cmcp-shop__catalog{
    position:relative!important;
}
body.cmcp-catalog-active .cmcp-shop__catalog::before{
    content:""!important;
    display:block!important;
    height:1px!important;
    margin:0 0 8px!important;
    background:#f1f3f6!important;
}


/* Premium Top Sellers page polish — Sep 2026 */
body.cmcp-top-catalog-active.cmcp-catalog-active .cmcp-catalog-layout{
    margin-top:0!important;
}
body.cmcp-top-catalog-active.cmcp-catalog-active .cmcp-filter-sidebar{
    background:#fbfcfe!important;
    border:1px solid #e7ebf0!important;
    border-radius:12px!important;
    box-shadow:none!important;
}
body.cmcp-top-catalog-active.cmcp-catalog-active .cmcp-catalog-toolbar{
    min-height:52px!important;
    margin-bottom:8px!important;
    border-color:#e4e8ee!important;
    background:#fff!important;
}
body.cmcp-top-catalog-active.cmcp-catalog-active .cmcp-pagination-container{
    margin-bottom:22px!important;
}
@media(max-width:768px){
    body.cmcp-top-catalog-active.cmcp-catalog-active .cmcp-special-heading{
        margin-bottom:12px!important;
    }
    body.cmcp-top-catalog-active.cmcp-catalog-active .cmcp-special-heading h1{
        font-size:25px!important;
    }
}


/* Match special catalog page headings to the single-product title — Sep 2026 */
body:is(.post-type-archive-product,.cmcp-top-catalog-active,.cmcp-sale-catalog-active,.cmcp-new-catalog-active).cmcp-catalog-active .cmcp-catalog-title{
    margin:0!important;
    color:#1f2937!important;
    font-size:24px!important;
    font-weight:600!important;
    line-height:1.3!important;
    letter-spacing:normal!important;
    text-transform:none!important;
}
body:is(.post-type-archive-product,.cmcp-top-catalog-active,.cmcp-sale-catalog-active,.cmcp-new-catalog-active).cmcp-catalog-active .cmcp-results{
    margin-left:6px!important;
}
@media(max-width:921px){
    body:is(.post-type-archive-product,.cmcp-top-catalog-active,.cmcp-sale-catalog-active,.cmcp-new-catalog-active).cmcp-catalog-active .cmcp-catalog-title{
        font-size:22px!important;
    }
}
@media(max-width:600px){
    body:is(.post-type-archive-product,.cmcp-top-catalog-active,.cmcp-sale-catalog-active,.cmcp-new-catalog-active).cmcp-catalog-active .cmcp-catalog-title{
        font-size:20px!important;
    }
}


/* Top Sellers cards inherit the main catalog card system exactly — Sep 2026 */
/* No Top Sellers-specific card geometry, image scale, typography or hover overrides.
   The shared catalog card rules are the single source of truth. */


/* Refine product-category title typography — Sep 2026 */
body.tax-product_cat.cmcp-catalog-active .cmcp-catalog-title{
    margin:0!important;
    color:#555!important;
    font-size:31px!important;
    font-weight:400!important;
    line-height:1.2!important;
    letter-spacing:-.015em!important;
}
body.tax-product_cat.cmcp-catalog-active .cmcp-results{
    margin-left:6px!important;
}
@media(max-width:767px){
    body.tax-product_cat.cmcp-catalog-active .cmcp-catalog-title{
        font-size:27px!important;
        font-weight:400!important;
    }
}


/* Align catalog titles and result counts on one text baseline — Sep 2026 */
body.cmcp-catalog-active .cmcp-catalog-heading{
    display:flex!important;
    align-items:baseline!important;
    gap:6px!important;
    min-width:0!important;
}
body.cmcp-catalog-active .cmcp-catalog-heading .cmcp-catalog-title,
body.cmcp-catalog-active .cmcp-catalog-heading .cmcp-results{
    margin-top:0!important;
    margin-bottom:0!important;
}
body.cmcp-catalog-active .cmcp-catalog-heading .cmcp-results{
    margin-left:0!important;
    line-height:1.3!important;
}
