@media (min-width:782px) and (max-width:1023px) {
    .wc-block-product-template:is(.columns-3,.columns-4,.columns-5,.columns-6) {
        grid-template-columns: repeat(2,minmax(0,1fr));
    }
}

.wc-block-product-template {
    .wp-block-woocommerce-product-summary {
        margin: 0;
        p {
            margin: 0;
        }
    }

    .product {
       >.wp-block-button .wp-element-button.added {
            display: none;
        }
    }
    &.is-product-collection-layout-list {
        .product {
            .wc-block-components-product-button {
                width: 100%;
            }

            span[data-wc-bind--hidden="!selectors.woocommerce.displayViewCart"]:not([hidden]),
            span[data-wc-bind--hidden="!state.displayViewCart"]:not([hidden]) {
                &,.added_to_cart:not(:hover){
                    text-indent: 0 !important;
                    background-color: transparent !important;
                    font-size: 14px !important;
                }
            }

            .added_to_cart:is(:hover){
                font-size: 14px !important;
            }

            .wp-block-post-excerpt,
            .wp-block-woocommerce-product-summary {
                @media (max-width:767px) {
                    display: none;
                }
            }
        }
    }
}


