/* Archive-only structure. Shared shell/card skin remains in wahet-refinements.css. */
.wahet-product-archive-panel-page:not([class*="elementor-page-"]) .site-main {
    width:100% !important;
    max-width:none !important;
    padding-inline:0 !important;
}

.wahet-product-archive-panel-page .site-main > .woocommerce-breadcrumb,
.wahet-product-archive-panel-page .site-main > .woocommerce-products-header,
.wahet-product-archive-panel-page .site-main > .woocommerce-notices-wrapper,
.wahet-product-archive-panel-page .site-main > .woocommerce-pagination {
    width:min(calc(100% - var(--wahet-page-gutter) - var(--wahet-page-gutter)),var(--wahet-catalog-max-width)) !important;
    max-width:var(--wahet-catalog-max-width) !important;
    margin-inline:auto !important;
    box-sizing:border-box;
}

.wahet-product-archive-panel-page .wahet-archive-controls {
    display:flex;
    margin-block:12px 16px !important;
    align-items:center;
    justify-content:space-between;
    gap:12px 20px;
}

.wahet-product-archive-panel-page .wahet-archive-controls::after {
    display:none;
    content:none;
}

.wahet-product-archive-panel-page .wahet-archive-controls .woocommerce-result-count,
.wahet-product-archive-panel-page .wahet-archive-controls .woocommerce-ordering {
    width:auto;
    margin:0 !important;
    float:none !important;
}

.wahet-product-archive-panel-page .wahet-archive-panel {
    margin-block:clamp(22px,3vw,40px) 26px;
}

.wahet-product-archive-panel-page .wahet-archive-products-panel {
    position:relative;
    isolation:isolate;
    overflow:hidden;
}

.wahet-product-archive-panel-page .wahet-archive-products-panel::before,
.wahet-product-archive-panel-page .wahet-archive-products-panel::after {
    z-index:0;
    pointer-events:none;
}

.wahet-product-archive-panel-page .wahet-archive-products-panel > * {
    position:relative;
    z-index:1;
}

.woocommerce .wahet-archive-products-panel ul.products.wahet-products-grid,
.woocommerce-page .wahet-archive-products-panel ul.products.wahet-products-grid,
.wahet-product-archive-panel-page .wahet-archive-products-panel ul.products.wahet-products-grid {
    display:grid !important;
    width:100% !important;
    max-width:none !important;
    margin:0 !important;
    padding:0 !important;
    grid-template-columns:repeat(4,minmax(0,1fr)) !important;
    gap:var(--wahet-grid-gap) !important;
    align-items:stretch;
    align-content:start;
    justify-content:center;
    list-style:none;
}

.woocommerce .wahet-archive-products-panel ul.products.wahet-products-grid::before,
.woocommerce .wahet-archive-products-panel ul.products.wahet-products-grid::after,
.woocommerce-page .wahet-archive-products-panel ul.products.wahet-products-grid::before,
.woocommerce-page .wahet-archive-products-panel ul.products.wahet-products-grid::after,
.wahet-product-archive-panel-page .wahet-archive-products-panel ul.products.wahet-products-grid::before,
.wahet-product-archive-panel-page .wahet-archive-products-panel ul.products.wahet-products-grid::after {
    display:none !important;
    content:none !important;
}

.woocommerce .wahet-archive-products-panel ul.products.wahet-products-grid li.product,
.woocommerce-page .wahet-archive-products-panel ul.products.wahet-products-grid li.product,
.wahet-product-archive-panel-page .wahet-archive-products-panel ul.products.wahet-products-grid > li.product {
    display:flex !important;
    width:auto !important;
    max-width:none !important;
    min-width:0 !important;
    min-height:0;
    height:100%;
    float:none !important;
    clear:none !important;
    margin:0 !important;
    flex-direction:column;
    padding:clamp(10px,1.15vw,14px) !important;
}

.woocommerce .wahet-archive-products-panel ul.products.wahet-products-grid li.product a img,
.woocommerce-page .wahet-archive-products-panel ul.products.wahet-products-grid li.product a img,
.wahet-product-archive-panel-page .wahet-archive-products-panel ul.products.wahet-products-grid > li.product a img {
    width:100% !important;
    height:auto !important;
    aspect-ratio:10 / 9 !important;
    object-fit:contain !important;
    margin-block-end:clamp(8px,1vw,12px) !important;
}

.woocommerce .wahet-archive-products-panel ul.products.wahet-products-grid li.product .woocommerce-loop-product__title,
.woocommerce-page .wahet-archive-products-panel ul.products.wahet-products-grid li.product .woocommerce-loop-product__title {
    min-height:2.58em !important;
    max-height:2.58em !important;
    margin-block:7px 4px !important;
    line-height:1.29 !important;
}

.woocommerce .wahet-archive-products-panel ul.products.wahet-products-grid li.product .price,
.woocommerce-page .wahet-archive-products-panel ul.products.wahet-products-grid li.product .price {
    min-height:23px !important;
    margin-block:3px 6px !important;
    padding-top:0 !important;
    line-height:1.3 !important;
}

.wahet-product-archive-panel-page .wahet-archive-products-panel .wahet-variable-price-helper {
    display:-webkit-box;
    max-height:2.7em;
    margin-block-start:2px;
    overflow:hidden;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    font-size:11px;
    line-height:1.35;
}

.woocommerce .wahet-archive-products-panel ul.products.wahet-products-grid li.product .button,
.woocommerce-page .wahet-archive-products-panel ul.products.wahet-products-grid li.product .button,
.woocommerce .wahet-archive-products-panel ul.products.wahet-products-grid li.product .wahet-btn,
.woocommerce-page .wahet-archive-products-panel ul.products.wahet-products-grid li.product .wahet-btn {
    min-height:42px !important;
    padding:7px 10px !important;
    line-height:1.2 !important;
}

.wahet-product-archive-panel-page .wahet-archive-products-panel ul.products.wahet-products-grid.wahet-product-count--1 {
    grid-template-columns:minmax(0,calc((100% - var(--wahet-grid-gap) - var(--wahet-grid-gap) - var(--wahet-grid-gap)) / 4)) !important;
}

.wahet-product-archive-panel-page .wahet-archive-products-panel ul.products.wahet-products-grid.wahet-product-count--2 {
    grid-template-columns:repeat(2,minmax(0,calc((100% - var(--wahet-grid-gap) - var(--wahet-grid-gap) - var(--wahet-grid-gap)) / 4))) !important;
}

.wahet-product-archive-panel-page .wahet-archive-products-panel ul.products.wahet-products-grid.wahet-product-count--3 {
    grid-template-columns:repeat(3,minmax(0,calc((100% - var(--wahet-grid-gap) - var(--wahet-grid-gap) - var(--wahet-grid-gap)) / 4))) !important;
}

@media (min-width:768px) and (max-width:1024px) {
    .wahet-product-archive-panel-page .wahet-archive-panel {
        margin-block:20px 24px;
    }

    .woocommerce .wahet-archive-products-panel ul.products.wahet-products-grid,
    .woocommerce-page .wahet-archive-products-panel ul.products.wahet-products-grid,
    .wahet-product-archive-panel-page .wahet-archive-products-panel ul.products.wahet-products-grid,
    .wahet-product-archive-panel-page .wahet-archive-products-panel ul.products.wahet-products-grid.wahet-product-count--1,
    .wahet-product-archive-panel-page .wahet-archive-products-panel ul.products.wahet-products-grid.wahet-product-count--2,
    .wahet-product-archive-panel-page .wahet-archive-products-panel ul.products.wahet-products-grid.wahet-product-count--3,
    .wahet-product-archive-panel-page .wahet-archive-products-panel ul.products.wahet-products-grid.wahet-product-count--4-plus {
        grid-template-columns:repeat(2,minmax(0,1fr)) !important;
        gap:clamp(10px,2.6vw,18px) !important;
    }

    .wahet-product-archive-panel-page .wahet-archive-products-panel ul.products.wahet-products-grid.wahet-product-count--3 > li.product:last-child {
        grid-column:1 / -1;
        width:calc((100% - clamp(10px,2.6vw,18px)) / 2) !important;
        justify-self:center;
    }

    .wahet-product-archive-panel-page .wahet-archive-products-panel ul.products.wahet-products-grid.wahet-product-count--1 {
        grid-template-columns:minmax(0,calc((100% - clamp(10px,2.6vw,18px)) / 2)) !important;
    }
}

@media (max-width:767px) {
    .wahet-product-archive-panel-page .wahet-archive-controls {
        align-items:stretch;
        flex-direction:column;
    }

    .wahet-product-archive-panel-page .wahet-archive-controls .woocommerce-ordering,
    .wahet-product-archive-panel-page .wahet-archive-controls .woocommerce-ordering select {
        width:100%;
    }

    .woocommerce .wahet-archive-products-panel ul.products.wahet-products-grid,
    .woocommerce-page .wahet-archive-products-panel ul.products.wahet-products-grid,
    .wahet-product-archive-panel-page .wahet-archive-products-panel ul.products.wahet-products-grid,
    .wahet-product-archive-panel-page .wahet-archive-products-panel ul.products.wahet-products-grid.wahet-product-count--1,
    .wahet-product-archive-panel-page .wahet-archive-products-panel ul.products.wahet-products-grid.wahet-product-count--2,
    .wahet-product-archive-panel-page .wahet-archive-products-panel ul.products.wahet-products-grid.wahet-product-count--3,
    .wahet-product-archive-panel-page .wahet-archive-products-panel ul.products.wahet-products-grid.wahet-product-count--4-plus {
        grid-template-columns:repeat(2,minmax(0,1fr)) !important;
        gap:clamp(10px,2.6vw,18px) !important;
    }

    .wahet-product-archive-panel-page .wahet-archive-products-panel ul.products.wahet-products-grid.wahet-product-count--3 > li.product:last-child {
        grid-column:1 / -1;
        width:calc((100% - clamp(10px,2.6vw,18px)) / 2) !important;
        justify-self:center;
    }
}

@media (max-width:339px) {
    .wahet-product-archive-panel-page .wahet-archive-panel {
        margin-block:16px 20px;
    }

    .woocommerce .wahet-archive-products-panel ul.products.wahet-products-grid,
    .woocommerce-page .wahet-archive-products-panel ul.products.wahet-products-grid,
    .wahet-product-archive-panel-page .wahet-archive-products-panel ul.products.wahet-products-grid,
    .wahet-product-archive-panel-page .wahet-archive-products-panel ul.products.wahet-products-grid.wahet-product-count--1,
    .wahet-product-archive-panel-page .wahet-archive-products-panel ul.products.wahet-products-grid.wahet-product-count--2,
    .wahet-product-archive-panel-page .wahet-archive-products-panel ul.products.wahet-products-grid.wahet-product-count--3,
    .wahet-product-archive-panel-page .wahet-archive-products-panel ul.products.wahet-products-grid.wahet-product-count--4-plus {
        grid-template-columns:minmax(0,1fr) !important;
    }

    .wahet-product-archive-panel-page .wahet-archive-products-panel ul.products.wahet-products-grid.wahet-product-count--3 > li.product:last-child {
        grid-column:auto;
        width:auto !important;
        justify-self:auto;
    }
}
