/* shop page */
/* product card */
li.wc-block-product {
    position: relative;
    padding: 24px;
    margin: 0;
    border-radius: 6px;
    border: 1px solid rgba(4, 8, 17, 0.40);
    background: #FFF;
    box-shadow: 0 0 24px 0 rgba(4, 8, 17, 0.32);
    overflow: hidden;
}

/* text product card */
li.wc-block-product h2, li.wc-block-product .wc-block-components-product-price {
    text-align: left;
}
li.wc-block-product h2 a {
    font-family: 'poppins', sans-serif;
    font-size: 16px;
    font-style: italic;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none !important;
    color: #040811;
}
/* price product */
span.woocommerce-Price-amount.amount {
    color: #F05D23;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
}

li.wc-block-product a.wp-block-button__link {
    width: 100% !important;
}

/* wishlist button */
li.wc-block-product div.woocommerce.tinv-wishlist {
    position: absolute;
    top: 16px;
    right: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 32px;
    box-shadow: none;
    background-color: #F05D23;
    height: 32px;
    width: 32px;
}
li.wc-block-product div.woocommerce.tinv-wishlist a {
    color: #FFFFFF;
}