/* Version Mobile */
* {
    font-weight: normal !important;
    font-family: 'Montserrat', sans-serif !important;
    line-height: 141.5% !important;
}

h1 {
    font-size: 20px;
}

h2 {
    font-size: 16px;
}

h3 {
    font-size: 14px !important;
}

p, a, .topbar-item {
    font-size: 12px;
}

.site-content {
    margin: 0 !important;
}

.woostify-container, .site-boxed-container #view, .site-content-boxed-container .site-content {
    max-width: none !important;
}

.product .product-loop-content {
    display: flex;
    justify-content: space-between;
    padding: 5px 0 0 0;
}

.product .product-loop-content h2 {
    margin: 0;
}

.product:hover h2 a {
    color: var(--primary-color);
}

.product .product-loop-content h2 a, .product .product-loop-content .price .woocommerce-Price-amount {
    font-size: 14px !important;
    color: var(--secondary-color) !important;
    transition: all 0.2s ease-in-out;
}

.product:hover .product-loop-content .price .woocommerce-Price-amount , .product:hover .product-loop-content h2 a {
    color: var(--primary-color) !important;
}

.product .product-loop-content .price {
    white-space: nowrap;
}


    /* Version Tablette */
    @media screen and (min-width: 768px) {
        h1 {
            font-size: 22px;
        }

        h2 {
            font-size: 18px;
        }

        h3 {
            font-size: 16px !important;
        }

        p, a, .topbar-item {
            font-size: 14px;
        }
    }


        /* Version Desktop */
        @media screen and (min-width: 992px) {
            h1 {
                font-size: 24px;
            }

            h2 {
                font-size: 20px;
            }

            h3 {
                font-size: 18px !important;
            }

            p, a, .topbar-item {
                font-size: 16px;
            }
        }