/* 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}

/* ========================================
   ANTEZAR SHOP - TABLET
======================================== */
@media (max-width: 1024px) {

    .antezar-shop-page {
        padding: 45px 20px 65px;
    }

    .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)) !important;
        gap: 18px !important;
    }
}


/* ========================================
   ANTEZAR SHOP - MOBILE
======================================== */
@media (max-width: 767px) {

    .antezar-shop-page {
        width: 100%;
        padding: 28px 16px 50px;
        overflow: hidden;
    }

    .antezar-shop-shell {
        width: 100%;
        max-width: 100%;
        margin: 0;
    }

    /* Header */
    .antezar-shop-header {
        display: block;
        margin-bottom: 22px;
    }

    .antezar-shop-eyebrow {
        font-size: 13px;
        margin-bottom: 4px;
    }

    .antezar-shop-title {
        font-size: 28px;
        line-height: 1.25;
    }

    /* Result + sorting */
    .antezar-shop-toolbar {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
        margin-top: 16px;
    }

    .antezar-shop-toolbar .woocommerce-result-count {
        width: 100%;
        font-size: 13px;
    }

    .antezar-shop-toolbar .woocommerce-ordering {
        width: 100%;
    }

    .antezar-shop-toolbar select {
        width: 100%;
        min-width: 0;
    }

    /* Sidebar becomes top filter area */
    .antezar-shop-layout {
        display: block;
    }

    .antezar-shop-sidebar {
        position: static;
        width: 100%;
        margin-bottom: 22px;
    }

    .antezar-filter-card {
        width: 100%;
        border-radius: 10px;
    }

    .antezar-filter-heading {
        padding: 15px 14px 12px;
    }

    .antezar-filter-heading h2 {
        font-size: 18px;
    }

    /*
     * Category buttons:
     * Wrap instead of horizontal overflow.
     */
    .antezar-category-list {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
        overflow: visible !important;
        padding: 10px;
    }

    .antezar-category-item {
        width: 100%;
        min-width: 0;
        padding: 10px 9px;
        border: 1px solid var(--antezar-border);
        border-radius: 7px;
        font-size: 13px;
        line-height: 1.35;
        white-space: normal;
    }

    .antezar-category-item span:first-child {
        min-width: 0;
        overflow-wrap: anywhere;
    }

    .antezar-count {
        flex: 0 0 auto;
        min-width: 26px;
        height: 24px;
        padding: 0 6px;
        font-size: 11px;
    }

    /* Products */
    .antezar-shop-products {
        width: 100%;
        min-width: 0;
    }

    .antezar-shop-products ul.products {
        width: 100% !important;
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 12px !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .antezar-shop-products ul.products::before,
    .antezar-shop-products ul.products::after {
        display: none !important;
    }

    .antezar-shop-products ul.products li.product,
    .antezar-shop-products ul.products li.product-category {
        width: 100% !important;
        max-width: 100% !important;
        float: none !important;
        margin: 0 !important;
        padding: 10px !important;
        border-radius: 10px;
        box-sizing: border-box;
    }

    /* Product/category images */
    .antezar-shop-products ul.products li.product img,
    .antezar-shop-products ul.products li.product-category img {
        width: 100% !important;
        height: 180px !important;
        object-fit: contain !important;
        object-position: center !important;
        margin: 0 0 10px !important;
        padding: 5px;
        background: #fff;
        border-radius: 7px;
    }

    /* Product title */
    .antezar-shop-products
    ul.products
    li.product
    .woocommerce-loop-product__title,

    .antezar-shop-products
    ul.products
    li.product-category
    .woocommerce-loop-category__title {

        font-size: 14px !important;
        line-height: 1.4 !important;
        margin: 5px 0 !important;
        padding: 0 !important;
    }

    /* Button */
    .antezar-shop-products ul.products li.product .button {
        width: 100%;
        min-height: 38px;
        padding: 8px 8px !important;
        font-size: 13px !important;
        text-align: center;
    }
}


/* ========================================
   VERY SMALL MOBILE
======================================== */
@media (max-width: 420px) {

    .antezar-shop-page {
        padding-left: 12px;
        padding-right: 12px;
    }

    .antezar-category-list {
        grid-template-columns: 1fr 1fr;
        gap: 6px;
    }

    .antezar-shop-products ul.products {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 9px !important;
    }

    .antezar-shop-products ul.products li.product,
    .antezar-shop-products ul.products li.product-category {
        padding: 8px !important;
    }

    .antezar-shop-products ul.products li.product img,
    .antezar-shop-products ul.products li.product-category img {
        height: 155px !important;
    }
}
