.wp-asp-grid-item {
		background-color: #98525d;
}
.wp-asp-view-product-btn button {
		background: #657241;
}
.wp-asp-view-product-btn button:hover {
		background: #3e3138;
}
.wp-asp-grid button {
    background: #657241;
}
.wp-asp-grid button:hover {
    background: #3e3138;
}

#asp-sort-wrapper {
		display: none;
}

.asp_post_thumbnail img {
    width: 50%;
		float: left;
		margin-right: 1em;
}

.asp_price_container {
    display: none;
}

.asp_product_buy_button {
		display: none;
}

body:has(.asp_post_title) h1.wp-block-post-title {
    display: none;
}

.wp-asp-product-price {
		display: none;
}

#wp-asp-search-form {
		display: none;
}

.wp-asp-view-product-lnk button {
    color: transparent;
    position: relative;
}

.wp-asp-view-product-lnk button:after {
    color: white; /* La couleur que tu veux pour le texte */
    content: "En savoir +";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wp-asp-product-thumb img {
		aspect-ratio: 1;
}