ul.our-cheese_category-navlist {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1200px;
    margin: 40px auto;
    list-style: none;
    text-align: center;
    padding: 0;
}

ul.our-cheese_category-navlist li { 
    flex: 0 1 auto;
    margin: 0;
    max-width: 100%;
    height: 250px;
    width: 100%;
    min-width: 320px;
    min-height: 250px;
}
ul.our-cheese_category-navlist .img-container { 
    padding: 20px 20px;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    width: 100%;
    height: 175px;
    max-width: 500px;
}
ul.our-cheese_category-navlist .link-img { 
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    display: block;
}

ul.our-cheese_category-navlist li a {
    font-family: var(--cb_font-archer-bold);
    font-weight: normal;
    text-decoration: none;
    text-transform: uppercase;
    color: var(--cb_text-pri-dark);
    font-size: 20px;
    line-height: 30px;
    bottom: 0;
    margin: 20px 0 0;
    display: block;
}


html[lang="en"] ul.our-cheese_category-navlist li a.new-product::before {
    content: "New! ";
    color: var(--cb_text-red);
}

html[lang="fr"] ul.our-cheese_category-navlist li a.new-product::before {
    content: "NOUVEAU! ";
    color: var(--cb_text-red);
}


html[lang="en"] h1.new-product::before {
    content: "New! ";
    color: var(--cb_text-red);
}

html[lang="fr"] h1.new-product::before {
    content: "NOUVEAU! ";
    color: var(--cb_text-red);
}


@media (min-width: 640px) {   

    
    ul.our-cheese_category-navlist li {
        max-width: 400px;
    }
}

/*
ul.our-cheese_category-navlist li a.new-product {}
ul.our-cheese_category-navlist li a.new-product {}
*/

/* ============================ Our Cheese Category ======================================= */
.our-cheese_category-navlist li {
    position: relative;
}

.our-cheese_category-navlist .spice_level_container {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 100%;
    text-align: center;
    padding-top: 8px;
}

.our-cheese_category-navlist .spice_level_container .spice_level_icon {
    margin: 0 2px;
    background-repeat: no-repeat;
    background-size: contain;
    width: 16px;
    height: 16px;
    opacity: 0.25;
}
.our-cheese_category-navlist .spice_level_container .spice_level_icon.true { opacity: 1;}











