/*==========================================
CATEGORY HERO
==========================================*/
.hj-category-container{
    width:100%;
    max-width:1320px;
    margin:0 auto;
    padding:0 20px;
}

.hj-category-hero-inner{
    display:grid;
    grid-template-columns:minmax(0,1fr) 260px;
    gap:70px;
    align-items:center;
}
.hj-category-content{
    min-width:0;
}

.hj-category-description{
    max-width:720px;
    color:#666;
    font-size:18px;
    line-height:1.9;
    margin:0;
}
.hj-category-counter{
    display:flex;
    justify-content:flex-end;
}

.hj-counter-box{
    width:240px;
    min-height:240px;
    background:#fff;
    border-radius:28px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    text-align:center;
    padding:35px;
    box-shadow:0 20px 50px rgba(0,0,0,.08);
    border:1px solid rgba(0,0,0,.05);
    transition:.35s;
    position:relative;
    overflow:hidden;
}

.hj-counter-box::before{
    content:"";
    position:absolute;
    width:220px;
    height:220px;
    border-radius:50%;
    background:rgba(139,93,60,.05);
    top:-140px;
    right:-120px;
}

.hj-counter-box:hover{
    transform:translateY(-8px);
    box-shadow:0 30px 60px rgba(0,0,0,.12);
}

.hj-counter-icon{
    width:62px;
    height:62px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    background:#efe4d8;
    font-size:28px;
    margin-bottom:20px;
    position:relative;
    z-index:2;
}

.hj-counter-box h2{
    margin:0;
    font-size:62px;
    line-height:1;
    color:#2d2018;
    position:relative;
    z-index:2;
}

.hj-counter-box p{
    margin-top:14px;
    font-size:15px;
    color:#777;
    position:relative;
    z-index:2;
}

@media(max-width:992px){

.hj-category-counter{
    justify-content:flex-start;
}

.hj-counter-box{
    width:190px;
    height:190px;
}

}

@media(max-width:767px){

.hj-counter-box{
    width:170px;
    height:170px;
    padding:20px;
}

.hj-counter-icon{
    width:50px;
    height:50px;
    font-size:22px;
    margin-bottom:15px;
}

.hj-counter-box h2{
    font-size:48px;
}

.hj-counter-box p{
    font-size:14px;
}

}

@media(max-width:992px){

.hj-category-hero-inner{
    grid-template-columns:1fr;
    gap:35px;
}

.hj-category-title{
    font-size:42px;
}

.hj-category-counter{
    max-width:250px;
}

}

@media(max-width:767px){

.hj-category-hero{
    padding:60px 0;
}

.hj-category-title{
    font-size:32px;
}

.hj-category-description{
    font-size:15px;
    line-height:1.8;
}

.hj-counter-box{
    padding:25px;
}

.hj-counter-box h2{
    font-size:42px;
}

}







/*==========================================
CATEGORY NAVIGATION
==========================================*/

.hj-category-nav-section{
    background:#f7f4ef;
    border-top:1px solid #ebe5df;
    padding:25px 0;
}

.hj-category-nav{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:15px;
}

.hj-category-nav a{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:48px;
    padding:0 24px;
    background:#fff;
    color:#555;
    text-decoration:none;
    border:1px solid #ececec;
    border-radius:50px;
    font-size:15px;
    font-weight:500;
    transition:.3s;
}

.hj-category-nav a:hover{
    background:#2d2018;
    color:#fff;
    border-color:#2d2018;
    transform:translateY(-2px);
}

.hj-category-nav a.active{
    background:#2d2018;
    color:#fff;
    border-color:#2d2018;
    box-shadow:0 10px 25px rgba(45,32,24,.18);
}

@media(max-width:992px){

.hj-category-nav{
    justify-content:flex-start;
}

}

@media(max-width:767px){

.hj-category-nav-section{
    padding:20px 0 35px;
}

.hj-category-nav{
    gap:10px;
}

.hj-category-nav a{
    min-height:42px;
    padding:0 18px;
    font-size:14px;
}

}



/*==========================================
PRODUCT GRID
==========================================*/

.hj-products-section{
    padding:45px 0 90px;
}

.hj-products-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:35px;
}

.hj-product-card{
    background:#fff;
    border-radius:20px;
    overflow:hidden;
    border:1px solid #ececec;
    box-shadow:0 12px 35px rgba(0,0,0,.06);
    transition:.35s;
    display:flex;
    flex-direction:column;
    height:100%;
}

.hj-product-card:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 45px rgba(0,0,0,.10);
}

.hj-product-image{
    display:block;
    overflow:hidden;
    background:#f7f4ef;
}

.hj-product-image img{
    width:100%;
    aspect-ratio:1/1;
    object-fit:cover;
    display:block;
    transition:.4s;
}

.hj-product-card:hover .hj-product-image img{
    transform:scale(1.08);
}

.hj-product-content{
    padding:25px;
    display:flex;
    flex-direction:column;
    flex:1;
}

.hj-product-category{
    display:inline-flex;
    align-items:center;
    align-self:flex-start;
    padding:7px 16px;
    margin-bottom:18px;
    border-radius:30px;
    background:#efe4d8;
    color:#8d603e;
    font-size:12px;
    font-weight:600;
}

.hj-product-content h3{
    margin:0 0 15px;
    font-size:24px;
    line-height:1.35;
}

.hj-product-content h3 a{
    color:#2d2018;
    text-decoration:none;
    transition:.3s;
}

.hj-product-content h3 a:hover{
    color:#8d603e;
}

.hj-product-content p{
    margin:0 0 25px;
    color:#666;
    font-size:15px;
    line-height:1.8;
    flex:1;
}

.hj-product-btn{
    display:flex;
    align-items:center;
    justify-content:center;
    width:100%;
    height:52px;
    border-radius:10px;
    background:#2d2018;
    color:#fff;
    text-decoration:none;
    font-weight:600;
    transition:.3s;
}

.hj-product-btn:hover{
    background:#8d603e;
    color:#fff;
}

@media(max-width:1200px){

.hj-products-grid{
    grid-template-columns:repeat(4,1fr);
}

}

@media(max-width:992px){

.hj-products-grid{
    grid-template-columns:repeat(2,1fr);
}

}

@media(max-width:767px){

.hj-products-section{
    padding:0 0 60px;
}

.hj-products-grid{
    grid-template-columns:1fr;
    gap:25px;
}

.hj-product-content{
    padding:20px;
}

.hj-product-content h3{
    font-size:21px;
}

.hj-product-btn{
    height:48px;
}

}

/*==========================================
HERO FEATURES
==========================================*/

.hj-category-features{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:20px;
    margin-top:40px;
}

.hj-feature{
    display:flex;
    align-items:center;
    gap:14px;
    padding:18px;
    background:#fff;
    border-radius:18px;
    border:1px solid #ececec;
    box-shadow:0 8px 20px rgba(0,0,0,.04);
    transition:.3s;
}


.hj-feature:hover{
    transform:translateY(-5px);
    box-shadow:0 18px 35px rgba(0,0,0,.08);
}


.hj-feature-icon{
    width:56px;
    height:56px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    background:#f3e7da;
    font-size:24px;
    flex-shrink:0;
}

.hj-feature-text{
    display:flex;
    flex-direction:column;
    line-height:1.4;
}

.hj-feature-text strong{
    font-size:17px;
    font-weight:600;
    color:#2d2018;
}

.hj-feature-text span{
    font-size:15px;
    color:#777;
}
@media(max-width:991px){

.hj-category-hero{
    padding:60px 0;
}

.hj-category-hero-inner{
    grid-template-columns:1fr;
    gap:45px;
}

.hj-category-counter{
    justify-content:center;
}

.hj-counter-box{
    width:220px;
    min-height:220px;
}

.hj-category-title{
    font-size:42px;
}

.hj-category-features{
    grid-template-columns:repeat(2,1fr);
}

}

@media(max-width:767px){

.hj-category-title{
    font-size:32px;
}

.hj-category-description{
    font-size:15px;
}

.hj-category-stats{
    grid-template-columns:1fr;
}

.hj-category-features{
    grid-template-columns:1fr;
}

.hj-feature{
    padding:16px;
}

.hj-counter-box{
    width:180px;
    min-height:180px;
}

}

@media(max-width:767px){

.hj-category-features{
    flex-direction:column;
    align-items:flex-start;
    margin-top:25px;
}

.hj-feature{
    width:100%;
}

.hj-feature-icon{
    width:48px;
    height:48px;
    font-size:20px;
}

.hj-feature-text strong{
    font-size:16px;
}

.hj-feature-text span{
    font-size:14px;
}

}
.hj-category-hero{
    position:relative;
    overflow:hidden;
    background:linear-gradient(180deg,#f9f6f2 0%,#f4eee7 100%);
    padding:70px 55px;
}

.hj-category-hero::before{
    content:"";
    position:absolute;
    width:520px;
    height:520px;
    border-radius:50%;
    background:radial-gradient(circle,rgba(181,137,99,.12) 0%,rgba(181,137,99,0) 70%);
    top:-260px;
    right:-180px;
}

.hj-category-hero::after{
    content:"";
    position:absolute;
    width:380px;
    height:380px;
    border-radius:50%;
    background:radial-gradient(circle,rgba(181,137,99,.08) 0%,rgba(181,137,99,0) 70%);
    bottom:-220px;
    left:-140px;
}

.hj-category-hero .ast-container{
    position:relative;
    z-index:2;
    max-width:1320px;
    margin:auto;
    padding:0 20px;
}

.hj-category-breadcrumb{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    gap:10px;
    margin-bottom:35px;
    font-size:14px;
    color:#8b8b8b;
}

.hj-category-breadcrumb span{
    color:#b8a896;
}

.hj-category-breadcrumb a{
    color:#777;
    text-decoration:none;
    transition:.3s;
}

.hj-category-breadcrumb a:hover{
    color:#8d603e;
}

.hj-category-badge{
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:9px 18px;
    border-radius:40px;
    background:#efe4d8;
    color:#8d603e;
    font-size:13px;
    font-weight:600;
    letter-spacing:.5px;
    margin-bottom:22px;
}

.hj-category-badge::before{
    content:"●";
    font-size:10px;
}

.hj-category-title{
    font-size:60px;
    line-height:1.08;
    color:#2d2018;
    margin:0 0 22px;
}

.hj-category-description{
    max-width:720px;
    color:#666;
    font-size:18px;
    line-height:1.9;
}

/*==========================================
CATEGORY CTA
==========================================*/

.hj-category-cta-section{
    padding:0 0 100px;
}

.hj-category-cta{
    position:relative;
    overflow:hidden;
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:70px;
    padding:70px;
    border-radius:30px;
    background:linear-gradient(135deg,#2d2018,#4b3326);
    box-shadow:0 30px 60px rgba(0,0,0,.12);
}

.hj-category-cta::before{
    content:"";
    position:absolute;
    width:420px;
    height:420px;
    border-radius:50%;
    background:rgba(255,255,255,.04);
    top:-220px;
    right:-180px;
}

.hj-category-cta::after{
    content:"";
    position:absolute;
    width:280px;
    height:280px;
    border-radius:50%;
    background:rgba(255,255,255,.03);
    bottom:-120px;
    left:-120px;
}

.hj-category-cta-content,
.hj-category-cta-action{
    position:relative;
    z-index:2;
}

.hj-category-cta-content{
    max-width:760px;
}

.hj-category-cta-tag{
    display:inline-flex;
    padding:8px 18px;
    border-radius:40px;
    background:rgba(255,255,255,.12);
    color:#fff;
    font-size:13px;
    font-weight:600;
    margin-bottom:20px;
}

.hj-category-cta-content h2{
    margin:0 0 20px;
    color:#fff;
    font-size:48px;
    line-height:1.15;
}

.hj-category-cta-content p{
    margin:0;
    color:#ddd;
    font-size:17px;
    line-height:1.9;
}

.hj-category-cta-features{
    display:flex;
    flex-wrap:wrap;
    gap:14px;
    margin-top:35px;
}

.hj-category-cta-features span{
    padding:10px 18px;
    border-radius:30px;
    background:rgba(255,255,255,.08);
    color:#fff;
    font-size:14px;
}

.hj-category-cta-action{
    display:flex;
    flex-direction:column;
    gap:18px;
    min-width:240px;
}

.hj-category-cta-action .hj-btn,
.hj-btn-outline{
    width:100%;
    height:58px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:10px;
    text-decoration:none;
    font-weight:600;
    transition:.3s;
}

.hj-category-cta-action .hj-btn{
    background:#fff;
    color:#2d2018;
}

.hj-category-cta-action .hj-btn:hover{
    background:#efe4d8;
}

.hj-btn-outline{
    border:1px solid rgba(255,255,255,.25);
    color:#fff;
    background:transparent;
}

.hj-btn-outline:hover{
    background:rgba(255,255,255,.08);
    color:#fff;
}

@media(max-width:992px){

.hj-category-cta{
    flex-direction:column;
    text-align:center;
    padding:50px 35px;
}

.hj-category-cta-content h2{
    font-size:36px;
}

.hj-category-cta-features{
    justify-content:center;
}

.hj-category-cta-action{
    width:100%;
    max-width:320px;
}

}

@media(max-width:767px){

.hj-category-cta{
    padding:35px 25px;
    border-radius:20px;
}

.hj-category-cta-content h2{
    font-size:28px;
}

.hj-category-cta-content p{
    font-size:15px;
}

.hj-category-cta-features{
    gap:10px;
}

.hj-category-cta-features span{
    width:100%;
    text-align:center;
}

}


/*==========================================
HERO STATS
==========================================*/

.hj-category-stats{
    display:flex;
    flex-wrap:wrap;
    gap:18px;
    margin:35px 0;
}

.hj-stat{
    min-width:150px;
    background:#fff;
    padding:18px 22px;
    border-radius:16px;
    border:1px solid #eee;
    box-shadow:0 10px 25px rgba(0,0,0,.05);
    transition:.3s;
}

.hj-stat:hover{
    transform:translateY(-5px);
    box-shadow:0 18px 35px rgba(0,0,0,.08);
}

.hj-stat strong{
    display:block;
    font-size:26px;
    color:#2d2018;
    margin-bottom:6px;
    line-height:1;
}

.hj-stat span{
    color:#777;
    font-size:14px;
}

@media(max-width:767px){

.hj-category-stats{
    gap:12px;
}

.hj-stat{
    flex:1;
    min-width:130px;
    padding:16px;
}

.hj-stat strong{
    font-size:22px;
}

.hj-stat span{
    font-size:13px;
}

}


@media (min-width:922px){

.tax-product_category .site-content > .ast-container{
    display:block !important;
    max-width:100% !important;
}

.tax-product_category #primary{
    width:100%;
    margin:0;
    padding:0;
    flex:none;
}

.tax-product_category #secondary{
    display:none;
}

}
