.custom-filters {
    max-width: 230px;
}

.custom-products {
    width: 95% !important;
    max-width: 95% !important;
}

.custom-products-grid,
.wp-block-template-part > ul.custom-products-grid {
    display: grid;
    width: 100% !important;
    gap: 20px;
    position: relative;
    justify-items: center;
    align-content: center;
    grid-template-columns: repeat(auto-fill, minmax(270px, 1fr)) !important;
}

body .custom-products-grid > *,
body.archive ul.products.custom-products-grid .product {
  width: 100% !important;
  max-width: 350px !important;
  margin: 0 !important; /* centrer si largeur < 350px */
}

body .woocommerce-MyAccount-content .custom-products-grid,
body .woocommerce-MyAccount-content .wp-block-template-part > ul.custom-products-grid {
    display: grid !important;
    width: 100% !important;
    gap: 20px;
    position: relative;
    justify-items: center;
    align-content: center;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)) !important;
}

body .woocommerce-MyAccount-content .custom-products-grid > * {
    width: 100% !important;
    max-width: 250px !important;
    margin: 0 !important; /* centrer si largeur < 350px */
}
    /*max-width: max(337px,24%) !important;*/
/*body.archive .products .product,
.custom-products-grid > .custom-product-item, 
ul.custom-products-grid > li {
    min-width: 250px !important;
    width: 100% !important;
    max-width: 337px !important;
    
}*/



/*@media (max-width: 1024px) {
    .custom-products-grid > .custom-product-item, 
    .wp-block-template-part > ul.custom-products-grid > li {
        flex: 1 1 45%;
        max-width: 45%;
    }
}*/

/*.custom-products-grid > .custom-product-item, 
.wp-block-template-part > ul.custom-products-grid > li,
.archive .products li.product {
    box-sizing: border-box;
    aspect-ratio: auto var(--default-custom-image-aspect-ratio);
    width: 100%;
    flex: 1 1 18.5%;
    min-width: 290px !important;
    margin-bottom: 40px;
}

body main .custom-products-grid .params *:not(.available-color, .alg-wc-wl-btn-wrapper, .alg-wc-wl-btn-wrapper *, .sizes, .sizes *) {
    line-height: 20px !important;
    height: 20px !important;
    min-height: 0px !important;
    margin: 0px !important;
    padding: 0px !important;
    flex-wrap: wrap !important;
}*/

/*.custom-products-grid > .custom-product-item, 
.wp-block-template-part > ul.custom-products-grid > li.custom-flex-6 {
    flex: 1 1 calc(16.5% - 20px);
    max-width: calc(16.5% - 20px);
    min-width: calc(16.5% - 20px);
}*/

[aria-label="Pagination"] {
    margin-top: 50px !important;
    text-align: center;
}


body .vendor-products-list > .custom-products-grid {
    display: flex;
    position: relative;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    white-space: nowrap;
    scroll-behavior: smooth;
    list-style: none;
    scrollbar-width: none;
}

.custom-products-grid .custom-product-item div.wc-block-components-product-image,
.custom-products-grid .product div.wc-block-components-product-image {
    display: flex;
    gap: 2px;
    flex-direction: column;
    align-items: flex-start;
}

.custom-product-details {
    display: block;
}

.custom-product-details-tablet {
    display: none;
}

.custom-product-item > div {
    display: flex;
}
