.edar-archive-layout{
    display:grid;
    grid-template-columns:280px 1fr;
    gap:16px;
    width:100%;
    padding:0 10px;
    box-sizing:border-box;
}

.edar-filter-panel{
    position:sticky;
    top:16px;
    align-self:start;
    background:#fff;
    border:1px solid rgba(0,0,0,0.08);
    border-radius:12px;
    box-shadow:0 8px 24px rgba(0,0,0,0.06);
    overflow:hidden;
}

.edar-filter-toggle{
    width:100%;
    text-align:left;
    padding:14px 14px;
    background:#1E482F;
    color:#fff;
    border:0;
    font-weight:600;
    cursor:pointer;
    box-sizing:border-box;
    max-width:100%;
    overflow:hidden;
}

.edar-filter-content{
    padding:12px 14px 14px;
}

.edar-filter-group + .edar-filter-group{
    margin-top:14px;
    padding-top:14px;
    border-top:1px solid rgba(0,0,0,0.06);
}

.edar-filter-title{
    font-weight:700;
    margin-bottom:10px;
    color:#111;
}

.edar-filter-options{
    display:flex;
    flex-direction:column;
    gap:8px;
    max-height:320px;
    overflow:auto;
    padding-right:4px;
}

.edar-filter-option{
    display:grid;
    grid-template-columns:18px 1fr;
    align-items:center;
    gap:10px;
    font-size:14px;
    color:#222;
}

.edar-filter-checkbox{
    width:16px;
    height:16px;
}

.edar-filter-count{
    font-size:12px;
    color:#666;
    background:rgba(0,0,0,0.04);
    border:1px solid rgba(0,0,0,0.06);
    padding:2px 8px;
    border-radius:999px;
    display:none !important;
}

.edar-filter-empty{
    font-size:13px;
    color:#666;
}

.edar-filter-actions{
    margin-top:14px;
}

.edar-filter-search{
    margin-bottom:14px;
}

.edar-filter-search-input{
    width:100%;
    border:1px solid rgba(0,0,0,0.12);
    border-radius:10px;
    background:#fff;
    padding:10px 12px;
    color:#111;
    outline:none;
}

.edar-filter-search-input:focus{
    border-color:#1E482F;
    box-shadow:none;
}

.edar-filter-clear{
    width:100%;
    border:0;
    border-radius:10px;
    background:#1E482F !important;
    padding:10px 12px;
    cursor:pointer;
    color:#fff !important;
    -webkit-text-fill-color:#fff !important;
}

.edar-filter-clear:hover,
.edar-filter-clear:focus,
.edar-filter-clear:active{
    background:#1E482F !important;
    color:#fff !important;
    -webkit-text-fill-color:#fff !important;
    box-shadow:none !important;
    transform:none;
    outline:none;
}

.edar-filter-close{
    width:100%;
    border:0;
    border-radius:10px;
    background:#1E482F !important;
    padding:10px 12px;
    cursor:pointer;
    color:#fff !important;
    -webkit-text-fill-color:#fff !important;
    margin-top:10px;
}

.edar-filter-close:hover,
.edar-filter-close:focus,
.edar-filter-close:active{
    background:#1E482F !important;
    color:#fff !important;
    -webkit-text-fill-color:#fff !important;
    box-shadow:none !important;
    transform:none;
    outline:none;
}

.edar-filter-panel .edar-filter-clear,
.edar-filter-panel button.edar-filter-clear{
    color:#fff !important;
    -webkit-text-fill-color:#fff !important;
}

.edar-filter-panel .edar-filter-actions .edar-filter-clear,
.edar-filter-panel .edar-filter-actions button.edar-filter-clear{
    color:#fff !important;
    -webkit-text-fill-color:#fff !important;
}

.edar-archive-results.is-loading{
    opacity:0.55;
    pointer-events:none;
}

.edar-archive-results [data-edar-skeleton]{
    display:none;
}

.edar-archive-results.is-loading ul.products{
    opacity:0;
}

.edar-archive-results.is-loading [data-edar-skeleton]{
    display:grid;
    grid-template-columns:repeat(4, minmax(0, 1fr));
    gap:14px;
    margin-bottom:14px;
}

@media (max-width: 991px){
    .edar-archive-results.is-loading [data-edar-skeleton]{
        grid-template-columns:repeat(2, minmax(0, 1fr));
    }
}

.edar-skeleton-card{
    border-radius:12px;
    border:1px solid rgba(0,0,0,0.06);
    background:#fff;
    overflow:hidden;
    padding:10px;
    box-shadow:0 6px 18px rgba(0,0,0,0.04);
}

.edar-skeleton-img{
    width:100%;
    aspect-ratio:1/1;
    border-radius:10px;
    background:linear-gradient(90deg, rgba(0,0,0,0.06) 25%, rgba(0,0,0,0.10) 37%, rgba(0,0,0,0.06) 63%);
    background-size:400% 100%;
    animation:edarShimmer 1.15s ease-in-out infinite;
}

.edar-skeleton-line{
    height:12px;
    border-radius:999px;
    margin-top:10px;
    background:linear-gradient(90deg, rgba(0,0,0,0.06) 25%, rgba(0,0,0,0.10) 37%, rgba(0,0,0,0.06) 63%);
    background-size:400% 100%;
    animation:edarShimmer 1.15s ease-in-out infinite;
}

.edar-skeleton-line.is-short{
    width:60%;
}

@keyframes edarShimmer{
    0%{ background-position:100% 0; }
    100%{ background-position:0 0; }
}

.woocommerce-pagination{
    margin-top:18px !important;
}

.woocommerce-pagination ul.page-numbers{
    margin-top:0 !important;
}

.edar-archive-results ul.products li.product{
    display:flex !important;
    flex-direction:column !important;
    height:100% !important;
}

.edar-archive-results ul.products li.product a.woocommerce-LoopProduct-link,
.edar-archive-results ul.products li.product a.woocommerce-loop-product__link{
    display:flex !important;
    flex-direction:column !important;
    flex:1 1 auto !important;
}

.edar-archive-results ul.products li.product .woocommerce-loop-product__title,
.edar-archive-results ul.products li.product .product-title{
    line-height:1.3 !important;
    text-align:center !important;
    margin-bottom:10px !important;
    display:-webkit-box !important;
    -webkit-box-orient:vertical !important;
    -webkit-line-clamp:2 !important;
    line-clamp:2 !important;
    overflow:hidden !important;
    height:calc(1.3em * 2) !important;
}

.edar-archive-results ul.products li.product .price{
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    flex-wrap:nowrap !important;
    white-space:nowrap !important;
    gap:6px !important;
    line-height:1.2 !important;
    min-height:2.6em !important;
}

.edar-archive-results ul.products li.product .price del,
.edar-archive-results ul.products li.product .price ins{
    display:inline-flex !important;
    align-items:baseline !important;
    white-space:nowrap !important;
}

.edar-archive-results ul.products li.product .button{
    margin-top:auto !important;
    margin-bottom:0 !important;
    min-height:40px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    white-space:normal !important;
    word-break:break-word !important;
    padding:8px 5px !important;
}

 .edar-archive-results ul.products li.product .ast-woo-product-category,
 .edar-archive-results ul.products li.product .ast-woo-product-category a,
 .edar-archive-results ul.products li.product .ast-woo-product-category span,
 .edar-archive-results ul.products li.product .posted_in,
 .edar-archive-results ul.products li.product .posted_in a,
 .edar-archive-results ul.products li.product .product-categories,
 .edar-archive-results ul.products li.product .product-categories a{
     display:none !important;
 }

body.woocommerce-shop ul.products li.product img,
body.post-type-archive-product ul.products li.product img,
body.tax-product_cat ul.products li.product img,
body.tax-product_tag ul.products li.product img{
    filter:none !important;
    -webkit-filter:none !important;
    transform:none !important;
    backface-visibility:hidden;
    image-rendering:auto;
}

body.woocommerce-shop ul.products li.product,
body.post-type-archive-product ul.products li.product,
body.tax-product_cat ul.products li.product,
body.tax-product_tag ul.products li.product{
    position:relative;
}

body.woocommerce-shop ul.products li.product,
body.post-type-archive-product ul.products li.product,
body.tax-product_cat ul.products li.product,
body.tax-product_tag ul.products li.product{
    display:flex !important;
    flex-direction:column !important;
    height:100% !important;
}

body.woocommerce-shop ul.products li.product a.woocommerce-LoopProduct-link,
body.post-type-archive-product ul.products li.product a.woocommerce-LoopProduct-link,
body.tax-product_cat ul.products li.product a.woocommerce-LoopProduct-link,
body.tax-product_tag ul.products li.product a.woocommerce-LoopProduct-link,
body.woocommerce-shop ul.products li.product a.woocommerce-loop-product__link,
body.post-type-archive-product ul.products li.product a.woocommerce-loop-product__link,
body.tax-product_cat ul.products li.product a.woocommerce-loop-product__link,
body.tax-product_tag ul.products li.product a.woocommerce-loop-product__link{
    display:flex !important;
    flex-direction:column !important;
    flex:1 1 auto !important;
}

body.woocommerce-shop ul.products li.product .woocommerce-loop-product__title,
body.post-type-archive-product ul.products li.product .woocommerce-loop-product__title,
body.tax-product_cat ul.products li.product .woocommerce-loop-product__title,
body.tax-product_tag ul.products li.product .woocommerce-loop-product__title{
    line-height:1.3 !important;
    text-align:center !important;
    margin-bottom:10px !important;
    display:-webkit-box !important;
    -webkit-box-orient:vertical !important;
    -webkit-line-clamp:2 !important;
    line-clamp:2 !important;
    overflow:hidden !important;
    height:calc(1.3em * 2) !important;
}

body.woocommerce-shop ul.products li.product .price,
body.post-type-archive-product ul.products li.product .price,
body.tax-product_cat ul.products li.product .price,
body.tax-product_tag ul.products li.product .price{
    margin-bottom:10px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    flex-wrap:wrap !important;
    min-height:2.6em !important;
    visibility:visible !important;
    opacity:1 !important;
}

body.woocommerce-shop ul.products li.product .button,
body.post-type-archive-product ul.products li.product .button,
body.tax-product_cat ul.products li.product .button,
body.tax-product_tag ul.products li.product .button{
    margin-top:auto !important;
    margin-bottom:0 !important;
    min-height:40px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    white-space:normal !important;
    word-break:break-word !important;
    padding:8px 5px !important;
}

body.woocommerce-shop [data-edar-results] ul.products li.product .astra-shop-thumbnail-wrap,
body.post-type-archive-product [data-edar-results] ul.products li.product .astra-shop-thumbnail-wrap,
body.tax-product_cat [data-edar-results] ul.products li.product .astra-shop-thumbnail-wrap,
body.tax-product_tag [data-edar-results] ul.products li.product .astra-shop-thumbnail-wrap{
    order:0 !important;
}

body.woocommerce-shop [data-edar-results] ul.products li.product .astra-shop-summary-wrap,
body.post-type-archive-product [data-edar-results] ul.products li.product .astra-shop-summary-wrap,
body.tax-product_cat [data-edar-results] ul.products li.product .astra-shop-summary-wrap,
body.tax-product_tag [data-edar-results] ul.products li.product .astra-shop-summary-wrap{
    order:1 !important;
    display:flex !important;
    flex-direction:column !important;
    flex:1 1 auto !important;
}

body.woocommerce-shop [data-edar-results] ul.products li.product .astra-shop-summary-wrap .price,
body.post-type-archive-product [data-edar-results] ul.products li.product .astra-shop-summary-wrap .price,
body.tax-product_cat [data-edar-results] ul.products li.product .astra-shop-summary-wrap .price,
body.tax-product_tag [data-edar-results] ul.products li.product .astra-shop-summary-wrap .price{
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    flex-wrap:wrap !important;
    min-height:2.4em !important;
}

body.woocommerce-shop [data-edar-results] ul.products li.product .astra-shop-summary-wrap .button,
body.post-type-archive-product [data-edar-results] ul.products li.product .astra-shop-summary-wrap .button,
body.tax-product_cat [data-edar-results] ul.products li.product .astra-shop-summary-wrap .button,
body.tax-product_tag [data-edar-results] ul.products li.product .astra-shop-summary-wrap .button{
    margin-top:auto !important;
}

body.woocommerce-shop ul.products li.product .onsale:not(.edar-onsale),
body.post-type-archive-product ul.products li.product .onsale:not(.edar-onsale),
body.tax-product_cat ul.products li.product .onsale:not(.edar-onsale),
body.tax-product_tag ul.products li.product .onsale:not(.edar-onsale){
    display:none !important;
}

body.woocommerce-shop ul.products li.product .onsale,
body.post-type-archive-product ul.products li.product .onsale,
body.tax-product_cat ul.products li.product .onsale,
body.tax-product_tag ul.products li.product .onsale,
body.woocommerce-shop ul.products li.product span.onsale,
body.post-type-archive-product ul.products li.product span.onsale,
body.tax-product_cat ul.products li.product span.onsale,
body.tax-product_tag ul.products li.product span.onsale,
body.woocommerce-shop ul.products li.product .edar-onsale,
body.post-type-archive-product ul.products li.product .edar-onsale,
body.tax-product_cat ul.products li.product .edar-onsale,
body.tax-product_tag ul.products li.product .edar-onsale{
    position:absolute !important;
    left:auto !important;
    bottom:auto !important;
    z-index:9 !important;
    min-height:0 !important;
    min-width:0 !important;
    height:auto !important;
    width:auto !important;
    max-width:fit-content !important;
    transform:none !important;
    clip-path:none !important;
    -webkit-clip-path:none !important;
    mask:none !important;
    -webkit-mask:none !important;
    border-radius:999px !important;
    overflow:hidden !important;
    line-height:1 !important;
    font-weight:700 !important;
    letter-spacing:0.2px !important;
    background:none !important;
    background-image:none !important;
    background-color:var(--ast-global-color-0, var(--wp--preset--color--primary, #1E482F)) !important;
    color:#fff !important;
    box-shadow:none !important;
    text-transform:none !important;
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    white-space:nowrap !important;
}

body.woocommerce-shop ul.products li.product .onsale:before,
body.post-type-archive-product ul.products li.product .onsale:before,
body.tax-product_cat ul.products li.product .onsale:before,
body.tax-product_tag ul.products li.product .onsale:before,
body.woocommerce-shop ul.products li.product .onsale:after,
body.post-type-archive-product ul.products li.product .onsale:after,
body.tax-product_cat ul.products li.product .onsale:after,
body.tax-product_tag ul.products li.product .onsale:after,
body.woocommerce-shop ul.products li.product span.onsale:before,
body.post-type-archive-product ul.products li.product span.onsale:before,
body.tax-product_cat ul.products li.product span.onsale:before,
body.tax-product_tag ul.products li.product span.onsale:before,
body.woocommerce-shop ul.products li.product span.onsale:after,
body.post-type-archive-product ul.products li.product span.onsale:after,
body.tax-product_cat ul.products li.product span.onsale:after,
body.tax-product_tag ul.products li.product span.onsale:after,
body.woocommerce-shop ul.products li.product .edar-onsale:before,
body.post-type-archive-product ul.products li.product .edar-onsale:before,
body.tax-product_cat ul.products li.product .edar-onsale:before,
body.tax-product_tag ul.products li.product .edar-onsale:before,
body.woocommerce-shop ul.products li.product .edar-onsale:after,
body.post-type-archive-product ul.products li.product .edar-onsale:after,
body.tax-product_cat ul.products li.product .edar-onsale:after,
body.tax-product_tag ul.products li.product .edar-onsale:after{
    content:none !important;
    display:none !important;
}

@media (min-width: 992px){
    body.woocommerce-shop ul.products li.product .onsale,
    body.post-type-archive-product ul.products li.product .onsale,
    body.tax-product_cat ul.products li.product .onsale,
    body.tax-product_tag ul.products li.product .onsale,
    body.woocommerce-shop ul.products li.product .edar-onsale,
    body.post-type-archive-product ul.products li.product .edar-onsale,
    body.tax-product_cat ul.products li.product .edar-onsale,
    body.tax-product_tag ul.products li.product .edar-onsale{
        top:10px !important;
        right:10px !important;
        font-size:12px !important;
        padding:5px 10px !important;
    }
}

@media (max-width: 991px){
    body.woocommerce-shop ul.products li.product .onsale,
    body.post-type-archive-product ul.products li.product .onsale,
    body.tax-product_cat ul.products li.product .onsale,
    body.tax-product_tag ul.products li.product .onsale{
        top:8px !important;
        right:8px !important;
        font-size:9px !important;
        padding:3px 6px !important;
    }
}

@media (max-width: 768px){
    body.woocommerce-shop ul.products li.product .woocommerce-loop-product__title,
    body.post-type-archive-product ul.products li.product .woocommerce-loop-product__title,
    body.tax-product_cat ul.products li.product .woocommerce-loop-product__title,
    body.tax-product_tag ul.products li.product .woocommerce-loop-product__title{
        font-size:13px !important;
    }

    body.woocommerce-shop ul.products li.product .button,
    body.post-type-archive-product ul.products li.product .button,
    body.tax-product_cat ul.products li.product .button,
    body.tax-product_tag ul.products li.product .button{
        min-height:36px !important;
        font-size:12px !important;
        padding:6px 3px !important;
    }

    body.woocommerce-shop [data-edar-results] ul.products li.product,
    body.post-type-archive-product [data-edar-results] ul.products li.product,
    body.tax-product_cat [data-edar-results] ul.products li.product,
    body.tax-product_tag [data-edar-results] ul.products li.product{
        display:flex !important;
        flex-direction:column !important;
    }

    body.woocommerce-shop [data-edar-results] ul.products li.product > img,
    body.post-type-archive-product [data-edar-results] ul.products li.product > img,
    body.tax-product_cat [data-edar-results] ul.products li.product > img,
    body.tax-product_tag [data-edar-results] ul.products li.product > img{
        order:0 !important;
        width:100% !important;
        height:auto !important;
        max-height:180px !important;
        object-fit:contain !important;
        margin:0 0 10px 0 !important;
        align-self:center !important;
    }

    body.woocommerce-shop [data-edar-results] ul.products li.product > a.woocommerce-LoopProduct-link,
    body.post-type-archive-product [data-edar-results] ul.products li.product > a.woocommerce-LoopProduct-link,
    body.tax-product_cat [data-edar-results] ul.products li.product > a.woocommerce-LoopProduct-link,
    body.tax-product_tag [data-edar-results] ul.products li.product > a.woocommerce-LoopProduct-link,
    body.woocommerce-shop [data-edar-results] ul.products li.product > a.woocommerce-loop-product__link,
    body.post-type-archive-product [data-edar-results] ul.products li.product > a.woocommerce-loop-product__link,
    body.tax-product_cat [data-edar-results] ul.products li.product > a.woocommerce-loop-product__link,
    body.tax-product_tag [data-edar-results] ul.products li.product > a.woocommerce-loop-product__link{
        order:1 !important;
        display:flex !important;
        flex-direction:column !important;
        flex:0 0 auto !important;
        margin-bottom:0 !important;
    }

    body.woocommerce-shop [data-edar-results] ul.products li.product > a.woocommerce-LoopProduct-link img,
    body.post-type-archive-product [data-edar-results] ul.products li.product > a.woocommerce-LoopProduct-link img,
    body.tax-product_cat [data-edar-results] ul.products li.product > a.woocommerce-LoopProduct-link img,
    body.tax-product_tag [data-edar-results] ul.products li.product > a.woocommerce-LoopProduct-link img,
    body.woocommerce-shop [data-edar-results] ul.products li.product > a.woocommerce-loop-product__link img,
    body.post-type-archive-product [data-edar-results] ul.products li.product > a.woocommerce-loop-product__link img,
    body.tax-product_cat [data-edar-results] ul.products li.product > a.woocommerce-loop-product__link img,
    body.tax-product_tag [data-edar-results] ul.products li.product > a.woocommerce-loop-product__link img{
        order:0 !important;
        width:100% !important;
        height:auto !important;
        max-height:180px !important;
        object-fit:contain !important;
        margin:0 0 10px 0 !important;
        align-self:center !important;
    }

    body.woocommerce-shop [data-edar-results] ul.products li.product > a.woocommerce-LoopProduct-link .woocommerce-loop-product__title,
    body.post-type-archive-product [data-edar-results] ul.products li.product > a.woocommerce-LoopProduct-link .woocommerce-loop-product__title,
    body.tax-product_cat [data-edar-results] ul.products li.product > a.woocommerce-LoopProduct-link .woocommerce-loop-product__title,
    body.tax-product_tag [data-edar-results] ul.products li.product > a.woocommerce-LoopProduct-link .woocommerce-loop-product__title,
    body.woocommerce-shop [data-edar-results] ul.products li.product > a.woocommerce-loop-product__link .woocommerce-loop-product__title,
    body.post-type-archive-product [data-edar-results] ul.products li.product > a.woocommerce-loop-product__link .woocommerce-loop-product__title,
    body.tax-product_cat [data-edar-results] ul.products li.product > a.woocommerce-loop-product__link .woocommerce-loop-product__title,
    body.tax-product_tag [data-edar-results] ul.products li.product > a.woocommerce-loop-product__link .woocommerce-loop-product__title{
        order:1 !important;
        margin:8px 0 8px 0 !important;
    }

    body.woocommerce-shop [data-edar-results] ul.products li.product > a.woocommerce-LoopProduct-link .price,
    body.post-type-archive-product [data-edar-results] ul.products li.product > a.woocommerce-LoopProduct-link .price,
    body.tax-product_cat [data-edar-results] ul.products li.product > a.woocommerce-LoopProduct-link .price,
    body.tax-product_tag [data-edar-results] ul.products li.product > a.woocommerce-LoopProduct-link .price,
    body.woocommerce-shop [data-edar-results] ul.products li.product > a.woocommerce-loop-product__link .price,
    body.post-type-archive-product [data-edar-results] ul.products li.product > a.woocommerce-loop-product__link .price,
    body.tax-product_cat [data-edar-results] ul.products li.product > a.woocommerce-loop-product__link .price,
    body.tax-product_tag [data-edar-results] ul.products li.product > a.woocommerce-loop-product__link .price{
        order:2 !important;
        margin:0 0 10px 0 !important;
    }

    body.woocommerce-shop [data-edar-results] ul.products li.product > .price,
    body.post-type-archive-product [data-edar-results] ul.products li.product > .price,
    body.tax-product_cat [data-edar-results] ul.products li.product > .price,
    body.tax-product_tag [data-edar-results] ul.products li.product > .price,
    body.woocommerce-shop [data-edar-results] ul.products li.product > span.price,
    body.post-type-archive-product [data-edar-results] ul.products li.product > span.price,
    body.tax-product_cat [data-edar-results] ul.products li.product > span.price,
    body.tax-product_tag [data-edar-results] ul.products li.product > span.price{
        order:2 !important;
        margin:0 0 10px 0 !important;
        align-self:center !important;
    }

    body.woocommerce-shop [data-edar-results] ul.products li.product > a.button,
    body.post-type-archive-product [data-edar-results] ul.products li.product > a.button,
    body.tax-product_cat [data-edar-results] ul.products li.product > a.button,
    body.tax-product_tag [data-edar-results] ul.products li.product > a.button{
        order:3 !important;
    }
}

@media (max-width: 480px){
    body.woocommerce-shop ul.products li.product .onsale,
    body.post-type-archive-product ul.products li.product .onsale,
    body.tax-product_cat ul.products li.product .onsale,
    body.tax-product_tag ul.products li.product .onsale{
        top:7px !important;
        right:7px !important;
        font-size:9px !important;
        padding:3px 6px !important;
    }
}

.edar-archive-header-image{
    width:100%;
    text-align:center;
    margin:-10px 0 28px 0;
}

.edar-archive-header-image img{
    width:100%;
    max-width:924px !important;
    height:auto;
    display:inline-block;
}

body.woocommerce-shop .woocommerce-products-header__title,
body.woocommerce-shop h1.page-title,
body.woocommerce-shop h1.entry-title,
body.woocommerce-shop h1.woocommerce-products-header__title{
    display:none !important;
}

body.woocommerce-shop .woocommerce-products-header{
    display:none !important;
}

body.woocommerce-shop .ast-archive-title,
body.woocommerce-shop .ast-archive-title h1,
body.woocommerce-shop .ast-page-title-wrap,
body.woocommerce-shop .ast-page-title-wrap h1,
body.woocommerce-shop .site-main header.page-header,
body.woocommerce-shop .site-main header.page-header h1,
body.woocommerce-shop .ast-woocommerce-container header.page-header,
body.woocommerce-shop .ast-woocommerce-container header.page-header h1{
    display:none !important;
}

body.woocommerce-shop .ast-archive-description,
body.post-type-archive-product .ast-archive-description{
    display:none !important;
}

body.woocommerce-shop li.product .estimated-delivery,
body.woocommerce-shop li.product .estimated-delivery-date,
body.woocommerce-shop li.product .estimated_delivery,
body.woocommerce-shop li.product .delivery-estimate,
body.woocommerce-shop li.product .delivery-time,
body.woocommerce-shop li.product .shipping-estimate,
body.post-type-archive-product li.product .estimated-delivery,
body.post-type-archive-product li.product .estimated-delivery-date,
body.post-type-archive-product li.product .estimated_delivery,
body.post-type-archive-product li.product .delivery-estimate,
body.post-type-archive-product li.product .delivery-time,
body.post-type-archive-product li.product .shipping-estimate,
body.tax-product_cat li.product .estimated-delivery,
body.tax-product_cat li.product .estimated-delivery-date,
body.tax-product_cat li.product .estimated_delivery,
body.tax-product_cat li.product .delivery-estimate,
body.tax-product_cat li.product .delivery-time,
body.tax-product_cat li.product .shipping-estimate,
body.tax-product_tag li.product .estimated-delivery,
body.tax-product_tag li.product .estimated-delivery-date,
body.tax-product_tag li.product .estimated_delivery,
body.tax-product_tag li.product .delivery-estimate,
body.tax-product_tag li.product .delivery-time,
body.tax-product_tag li.product .shipping-estimate{
    display:none !important;
}

body.post-type-archive-product .woocommerce-products-header,
body.post-type-archive-product .woocommerce-products-header__title,
body.post-type-archive-product h1.page-title,
body.post-type-archive-product h1.entry-title,
body.post-type-archive-product .ast-archive-title,
body.post-type-archive-product .ast-archive-title h1,
body.post-type-archive-product .ast-page-title-wrap,
body.post-type-archive-product .ast-page-title-wrap h1,
body.post-type-archive-product .site-main header.page-header,
body.post-type-archive-product .site-main header.page-header h1,
body.post-type-archive-product .ast-woocommerce-container header.page-header,
body.post-type-archive-product .ast-woocommerce-container header.page-header h1,
body.post-type-archive-product .site-main > .entry-header,
body.post-type-archive-product .site-main > .entry-header h1,
body.post-type-archive-product .site-main > .page-header,
body.post-type-archive-product .site-main > .page-header h1,
body.post-type-archive-product .ast-woocommerce-container > .entry-header,
body.post-type-archive-product .ast-woocommerce-container > .entry-header h1,
body.post-type-archive-product .ast-woocommerce-container > .page-header,
body.post-type-archive-product .ast-woocommerce-container > .page-header h1,
body.woocommerce-shop .site-main > .entry-header,
body.woocommerce-shop .site-main > .entry-header h1,
body.woocommerce-shop .site-main > .page-header,
body.woocommerce-shop .site-main > .page-header h1,
body.woocommerce-shop .ast-woocommerce-container > .entry-header,
body.woocommerce-shop .ast-woocommerce-container > .entry-header h1,
body.woocommerce-shop .ast-woocommerce-container > .page-header,
body.woocommerce-shop .ast-woocommerce-container > .page-header h1{
    display:none !important;
}

@media (max-width: 991px){
    .edar-archive-layout{
        grid-template-columns:1fr;
        padding:0 8px;
    }

    .edar-filter-panel{
        position:relative;
        top:auto;
        margin-top:14px !important;
        max-width:460px;
        margin-left:auto;
        margin-right:auto;
        background:transparent !important;
        border:0 !important;
        box-shadow:none !important;
        overflow:visible !important;
        display:flex;
        flex-direction:column;
        align-items:center;
    }

    .edar-filter-toggle{
        width:auto !important;
        max-width:100% !important;
        text-align:center !important;
        border-radius:999px !important;
        padding:12px 48px !important;
        display:inline-flex;
        align-items:center;
        justify-content:center;
    }

    .edar-filter-content{
        width:100% !important;
        margin-top:12px !important;
        background:#fff !important;
        border:1px solid rgba(0,0,0,0.08) !important;
        border-radius:12px !important;
        box-shadow:0 8px 24px rgba(0,0,0,0.06) !important;
        overflow:hidden !important;
        box-sizing:border-box;
    }

    .edar-filter-options{
        max-height:220px;
    }

    .woocommerce-pagination{
        margin-top:14px !important;
    }

    .edar-archive-header-image{
        margin:-6px 0 26px 0;
    }

    .edar-archive-header-image img{
        max-width:460px;
    }

    .edar-archive-results ul.products li.product a.woocommerce-LoopProduct-link img,
    .edar-archive-results ul.products li.product a.woocommerce-loop-product__link img,
    .edar-archive-results ul.products li.product > img{
        width:100% !important;
        height:160px !important;
        max-height:none !important;
        object-fit:contain !important;
        margin:0 auto 10px auto !important;
        display:block !important;
    }

    body.woocommerce-shop [data-edar-results] ul.products li.product > img,
    body.post-type-archive-product [data-edar-results] ul.products li.product > img,
    body.tax-product_cat [data-edar-results] ul.products li.product > img,
    body.tax-product_tag [data-edar-results] ul.products li.product > img,
    body.woocommerce-shop [data-edar-results] ul.products li.product > a.woocommerce-LoopProduct-link img,
    body.post-type-archive-product [data-edar-results] ul.products li.product > a.woocommerce-LoopProduct-link img,
    body.tax-product_cat [data-edar-results] ul.products li.product > a.woocommerce-LoopProduct-link img,
    body.tax-product_tag [data-edar-results] ul.products li.product > a.woocommerce-LoopProduct-link img,
    body.woocommerce-shop [data-edar-results] ul.products li.product > a.woocommerce-loop-product__link img,
    body.post-type-archive-product [data-edar-results] ul.products li.product > a.woocommerce-loop-product__link img,
    body.tax-product_cat [data-edar-results] ul.products li.product > a.woocommerce-loop-product__link img,
    body.tax-product_tag [data-edar-results] ul.products li.product > a.woocommerce-loop-product__link img{
        height:160px !important;
        max-height:none !important;
        object-fit:contain !important;
    }
}

@media (max-width: 480px){
    .woocommerce-pagination{
        margin-top:10px !important;
    }

    .edar-archive-header-image{
        margin:-4px 0 22px 0;
    }

    .edar-archive-header-image img{
        max-width:340px;
    }

    .edar-filter-panel{
        margin-top:24px !important;
        max-width:340px !important;
    }

    .edar-filter-toggle{
        padding:14px 104px !important;
    }

    .edar-archive-results ul.products li.product a.woocommerce-LoopProduct-link img,
    .edar-archive-results ul.products li.product a.woocommerce-loop-product__link img,
    .edar-archive-results ul.products li.product > img{
        height:140px !important;
        margin:0 auto 8px auto !important;
    }

    body.woocommerce-shop [data-edar-results] ul.products li.product > img,
    body.post-type-archive-product [data-edar-results] ul.products li.product > img,
    body.tax-product_cat [data-edar-results] ul.products li.product > img,
    body.tax-product_tag [data-edar-results] ul.products li.product > img,
    body.woocommerce-shop [data-edar-results] ul.products li.product > a.woocommerce-LoopProduct-link img,
    body.post-type-archive-product [data-edar-results] ul.products li.product > a.woocommerce-LoopProduct-link img,
    body.tax-product_cat [data-edar-results] ul.products li.product > a.woocommerce-LoopProduct-link img,
    body.tax-product_tag [data-edar-results] ul.products li.product > a.woocommerce-LoopProduct-link img,
    body.woocommerce-shop [data-edar-results] ul.products li.product > a.woocommerce-loop-product__link img,
    body.post-type-archive-product [data-edar-results] ul.products li.product > a.woocommerce-loop-product__link img,
    body.tax-product_cat [data-edar-results] ul.products li.product > a.woocommerce-loop-product__link img,
    body.tax-product_tag [data-edar-results] ul.products li.product > a.woocommerce-loop-product__link img{
        height:140px !important;
        max-height:none !important;
        object-fit:contain !important;
    }
}

@media (min-width: 992px){
    #edar-filter-content[hidden]{
        display:block !important;
    }
}
