body:not([class*=elementor-page-]) .site-main {
    max-width: 100%;
}

.categoryBanner {
    width: 100%;
    height: 400px;
    background-image: url(https://www.maisondhermine.com/wp-content/uploads/2025/07/Group-8.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.categoryBanner #overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background:rgba(0,0,0,0.3);
    z-index: 0;
}

body .categoryTitle{
    z-index: 1;
    position: relative;
    text-align: center;
}

body .categoryTitle h1{
    color: #FFF;
    margin: 0;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.categoryBbreadcrumb {
    display: flex;
    align-items: center;
    justify-content: center;
}

body .categoryBbreadcrumb a,
body .categoryBbreadcrumb h6{
    color: #FFF;
    font-family: "Roboto", sans-serif !important;
    text-transform: uppercase;
}

body .categoryItems{
    padding-top: 60px;
}

/* body.woocommerce nav.woocommerce-pagination ul {
    border: none;
}

body.woocommerce nav.woocommerce-pagination ul li {
    border: none;
    width: 32px;
    height: 36px;
    margin: 0 8px;
}

body.woocommerce nav.woocommerce-pagination ul li a{
    font-family: Trirong;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;   
    color: #7A6E66;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: 100%;
    height: 100%;
}

body.woocommerce nav.woocommerce-pagination ul li span.current {
    background: #D0C6BF;
    color: #FFF;
    font-family: Trirong;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;  
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;   
}

body.woocommerce nav.woocommerce-pagination ul li a:hover{
    background: #D0C6BF;
    color: #FFF;
}

body.woocommerce nav.woocommerce-pagination {
    margin-top: 50px;
} */

nav.woocommerce-pagination {
    display: none;
}