/* Antezar WooCommerce Shop */
:root{
    --antezar-blue:#123B73;
    --antezar-green:#1B8F3A;
    --antezar-green-dark:#146C2D;
    --antezar-text:#263238;
    --antezar-muted:#667085;
    --antezar-border:#E2E8E4;
    --antezar-soft:#F7FBF8;
}

.antezar-shop-page{background:#fff;color:var(--antezar-text);padding:56px 20px 80px}
.antezar-shop-shell{width:100%;max-width:1200px;margin:0 auto}
.antezar-shop-header{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:32px}
.antezar-shop-eyebrow{margin:0 0 6px;color:var(--antezar-green);font-size:15px;font-weight:600}
.antezar-shop-title{margin:0;color:var(--antezar-blue);font-size:38px;line-height:1.2;font-weight:700}
.antezar-shop-toolbar{display:flex;align-items:center;justify-content:flex-end;gap:20px;flex-wrap:wrap}
.antezar-shop-toolbar .woocommerce-result-count,.antezar-shop-toolbar .woocommerce-ordering{margin:0}
.antezar-shop-toolbar select{min-width:190px;min-height:44px;padding:0 36px 0 14px;border:1px solid var(--antezar-border);border-radius:8px;background:#fff}

.antezar-shop-layout{display:grid;grid-template-columns:270px minmax(0,1fr);gap:34px;align-items:start}
.antezar-shop-sidebar{position:sticky;top:96px}
.antezar-filter-card{border:1px solid var(--antezar-border);border-radius:12px;background:#fff;overflow:hidden;box-shadow:0 8px 28px rgba(18,59,115,.05)}
.antezar-filter-heading{padding:20px 20px 16px;border-bottom:1px solid var(--antezar-border);background:var(--antezar-soft)}
.antezar-filter-heading h2{margin:0;color:var(--antezar-blue);font-size:20px;font-weight:700}
.antezar-category-list{padding:8px}
.antezar-category-item{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px;border-radius:8px;color:var(--antezar-text);text-decoration:none;font-size:15px;font-weight:500;transition:.2s}
.antezar-category-item:hover{background:#F2F9F3;color:var(--antezar-green)}
.antezar-category-item.is-active{background:var(--antezar-green);color:#fff}
.antezar-count{display:inline-flex;align-items:center;justify-content:center;min-width:30px;height:26px;padding:0 8px;border-radius:999px;background:#EEF4F0;color:var(--antezar-muted);font-size:12px;font-weight:700}
.antezar-category-item.is-active .antezar-count{background:rgba(255,255,255,.18);color:#fff}

.antezar-shop-products ul.products{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;margin:0!important;padding:0!important}
.antezar-shop-products ul.products::before,.antezar-shop-products ul.products::after{display:none!important;content:none!important}
.antezar-shop-products ul.products li.product{width:auto!important;float:none!important;margin:0!important;padding:14px 14px 18px!important;border:1px solid var(--antezar-border);border-radius:12px;background:#fff;transition:.2s}
.antezar-shop-products ul.products li.product:hover{transform:translateY(-4px);box-shadow:0 12px 30px rgba(18,59,115,.09)}
.antezar-shop-products ul.products li.product a img{aspect-ratio:1/1;width:100%;object-fit:contain;background:#FAFCFA;border-radius:8px;margin:0 0 14px!important}
.antezar-shop-products ul.products li.product .woocommerce-loop-product__title{padding:0!important;margin:0 0 8px!important;color:var(--antezar-text);font-size:17px!important;line-height:1.45;font-weight:600}
.antezar-shop-products ul.products li.product .price{margin:0 0 12px!important;color:var(--antezar-green)!important;font-size:16px!important;font-weight:700}
.antezar-shop-products ul.products li.product .button{display:inline-flex;align-items:center;justify-content:center;min-height:40px;margin-top:4px!important;padding:9px 16px!important;border-radius:8px!important;background:var(--antezar-green)!important;color:#fff!important;font-size:14px!important;font-weight:600!important}
.antezar-shop-products ul.products li.product .button:hover{background:var(--antezar-green-dark)!important}

@media(max-width:1024px){
    .antezar-shop-layout{grid-template-columns:220px minmax(0,1fr);gap:24px}
    .antezar-shop-products ul.products{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media(max-width:767px){
    .antezar-shop-page{padding:36px 16px 56px}
    .antezar-shop-header{align-items:flex-start;flex-direction:column}
    .antezar-shop-title{font-size:30px}
    .antezar-shop-layout{grid-template-columns:1fr}
    .antezar-shop-sidebar{position:static}
    .antezar-category-list{display:flex;gap:8px;overflow-x:auto;padding:10px}
    .antezar-category-item{flex:0 0 auto;border:1px solid var(--antezar-border)}
    .antezar-shop-products ul.products{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
}

@media(max-width:480px){
    .antezar-shop-products ul.products{grid-template-columns:1fr}
}
