.summary .yith-wcwl-add-to-wishlist {
    position: relative;
    display: none;
}
.comments-area {
    margin-top: 35px;
    display: none;
}
.woocommerce .entry-summary a.compare.button {
    background-color: transparent;
    padding: 0;
    display: none;
}
.page-title {
    font-family: Manrope;
    background-color: #ADD306;
    padding: 20px;
}
.archive ul.products li.product .product-inner {
    text-align: center;
    padding: 20px;
    border-radius: 20px;
    border: 1px solid #ccc;
}
.archive .products li.product .woo-product-image img {
    border-radius: 0px;
    min-height: 200px;
    max-height: 200px;
    width: auto;
    max-width: inherit;
    display: table;
    margin: 0 auto;
}
body[class*=woocommerce] ul.products li.product .price {
    font-family: 'Jost', serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.3;
    text-transform: none;
    display: none;
}