/* hardcode fix for production while html optimization is running */
.woocommerce a.kc-product-more-link {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.product-attributes {
    height: auto !important;
}

@media screen and (max-width: 500px) {
    .astra-shop-thumbnail-wrap .product-attributes {
        height: auto !important;
    }
}

.elementor-wc-products ul.products li.product .woocommerce-loop-product__title,
.elementor-wc-products ul.products li.product .woocommerce-loop-category__title {
    word-break: break-all !important;
}

.astra-shop-thumbnail-wrap .product-tags {
	height: 47px;
}

.astra-shop-summary-wrap {
	display: flex;
	flex-direction: column;
	width: 100%;
}

/* .elementor-wc-products ul.products li.product .product-attributes {
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    min-height: 57px;
}

@media screen and (max-width: 767px) {
    .elementor-wc-products ul.products li.product .product-attributes {
        min-height: auto;
    }
}

.elementor-wc-products ul.products li.product .product-attributes .fkdguhf {
    width: auto;
    margin-left: 0;
}

.fkdguhf .minl {
    margin-right: -10px !important;
}

.fkdguhf:first-child .minl {
    margin-left: 0 !important;
} */