/*
Theme Name: iHerbSea Astra Child
Template: astra
Version: 1.0.0
*/

/* Keep the WooCommerce product catalog readable when Astra uses the page-builder template. */
.post-type-archive-product .ast-woocommerce-container {
    width: min(100%, 1240px);
    margin-inline: auto;
    padding-inline: 24px;
}

.post-type-archive-product .woocommerce-products-header,
.post-type-archive-product .woocommerce-notices-wrapper,
.post-type-archive-product .woocommerce-result-count,
.post-type-archive-product .woocommerce-ordering,
.post-type-archive-product .woocommerce-pagination {
    width: 100%;
}

.post-type-archive-product .woocommerce-products-header {
    margin-bottom: 32px;
}

.post-type-archive-product .woocommerce-products-header .wp-block-table {
    overflow-x: auto;
}

.post-type-archive-product .woocommerce-products-header .wp-block-table table {
    min-width: 680px;
}

.post-type-archive-product ul.products {
    width: 100%;
    gap: 32px 24px;
}

@media (max-width: 921px) {
    .post-type-archive-product .ast-woocommerce-container {
        padding-inline: 20px;
    }
}

@media (max-width: 544px) {
    .post-type-archive-product .ast-woocommerce-container {
        padding-inline: 16px;
    }
}
