
.page-template-template-homepage .entry-content {
    max-width: 100%!important;
}

/* CARD BACKGROUND */
li.product-category.product {
    background: #fff;
    margin: 0;
    padding: 30px;
    border-left: .05px solid #f1f1f1;
    border-top: .05px solid #f1f1f1;
    border-right: .05px solid #f1f1f1;
    transition: all .2s ease-in-out;
    width: 20%!important;
    margin: 0!important;
}

li.product-category.product:hover {
    transform: scale(1.1);
    box-shadow: 2px 3px 10px rgba(0,0,0,.08);
    z-index: 999;
}

li.product-category.product:hover .category-button {
    color: #da4c48;
    font-weight: 600;
}

.home .woocommerce .products li.product-category.product.first:first-child {
    border-radius: 1rem 0 0 0;
}

.home .woocommerce .products li.product-category.product.last {
    border-radius: 0 1rem 0 0;
}

.home .woocommerce .products li.product-category.product:last-child {
    border-radius: 0 0 1rem 0;
}

/* CARD TITLE */
ul.products li.product-category.product h2.woocommerce-loop-category__title {
    display: none;
}

ul.products li.product-category.product:hover h2.woocommerce-loop-category__title {
    display: none;
}

h2.woocommerce-loop-category__title mark.count {
    display: none;
}

/* CARD DESCRIPTION */
p.category-description {
    display: none;
}

a:hover p.category-description {
    color: #000000;
}

/* CARD BUTTON */
button.category-button {
    border-radius: 30px;
    background-color: transparent;
    font-family: 'Qanelas Soft', sans-serif;
    font-size: .9em;
    text-transform: uppercase;
    color: #000000;
    font-weight: lighter;
}

/* CARD BUTTON */
button.category-button:hover {
    border-radius: 30px;
    background-color: transparent;
    font-family: 'Qanelas Soft', sans-serif;
    font-size: .9em;
    text-transform: uppercase;
    color: #da4c48;
    font-weight: lighter;
}