body.post-type-archive-product .site-main,
body.tax-product_cat .site-main,
body.tax-product_tag .site-main,
body.tax-product_brand .site-main,
body.tax-product_visibility .site-main {
    width: 100% !important;
    max-width: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

body.post-type-archive-product .site-main > .page-content,
body.tax-product_cat .site-main > .page-content,
body.tax-product_tag .site-main > .page-content,
body.tax-product_brand .site-main > .page-content,
body.tax-product_visibility .site-main > .page-content {
    width: min(100% - var(--mm-shell-gutter), var(--mm-shell-width)) !important;
    max-width: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

body.post-type-archive-product .page-content > .woocommerce,
body.tax-product_cat .page-content > .woocommerce,
body.tax-product_tag .page-content > .woocommerce,
body.tax-product_brand .page-content > .woocommerce,
body.tax-product_visibility .page-content > .woocommerce {
    width: 100% !important;
    max-width: none !important;
}

.mm-shop {
    width: 100%;
    margin: 0;
    padding-top: 48px;
    padding-bottom: 88px;
}

@media (min-width: 1025px) {
    .mm-shop {
        min-height: 100vh;
    }
}

.mm-shop .woocommerce-notices-wrapper {
    margin-bottom: 24px;
}

@media (max-width: 1024px) {
    .mm-shop {
        padding-top: 40px;
        padding-bottom: 72px;
    }
}

@media (max-width: 767px) {
    .mm-shop {
        padding-top: 32px;
        padding-bottom: 32px;
    }
}
