/* ---------------------------------------------------------------------------- */
.roboto-paragraph {
    font-family: var(--cb_font-roboto-reg);
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
}
.archer-book-paragraph {
    font-family: var(--cb_font-archer-book);
    font-weight: normal; 
    font-size: 25px;
    line-height: 35px;
}

/* ---------------------------------------------------------------------------- */
section { position: relative; }

/* ---------------------------------- */


.page-heading-1 {
    position: relative;
    overflow: hidden;
    height: 480px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    background-color: black;
}
.page-heading-1 h1 {
    color: #ffffff;
    position: relative;
    margin: 0;
    padding: 0;
    top: 50%;
    transform: translateY(-50%);
}

.page-heading-1:after{
    content: "";
    position: absolute;
    bottom: 24px;
    transform: translateX(-50%);
    background-image: url('../images/scroll-chevrons-down.png');
    height: 15px;
    width: 15px;
    left: 50%;
    background-size: contain;
}


@media (max-width: 480px) {
}


/* ------- TRY THIS  ------- */
section.section-try-this {
    margin: 0 auto;
    text-align: center;
    background-color: #FFF6E8;
    padding: 10px 20px 40px;
}

section.section-try-this h2{
    font-family: var(--cb_font-archer-book);
    font-size: 30px;
    line-height: 35px;
    margin: 30px 0;
    text-transform: uppercase;
}

section.section-try-this ul.navlist-style-a {
    margin: 0 auto;
    padding: 0 0 40px;
    max-width: 1200px;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
    grid-gap: 20px;
    justify-items: center;
    text-align: center;
}
section.section-try-this ul.navlist-style-a > li { 
    width: 100%;
    min-width: 270px;
    display: inline-grid;
    background-color: white;
}

section.section-try-this ul.navlist-style-a img { 
    width: 100%;
}
section.section-try-this ul.navlist-style-a li a {
    font-family: var(--cb_font-archer-bold);
    font-weight: normal;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 1.1px;
    color: var(--cb_text-pri-dark);
    padding: 20px 5px;
}








/* ------- section-also-like ------- */
section.section-also-like {
    max-width: 1200px;
    margin: 10px auto 40px;
    text-align: center;
}

section.section-also-like h2{
    font-family: var(--cb_font-archer-book);
    font-size: 30px;
    line-height: 35px;
    margin: 30px 0;
}


section.section-also-like ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
}
section.section-also-like ul li { 
    width: 100%;
    min-width: 270px;
    display: inline-grid;
    background-color: white;
}

section.section-also-like .link-img { 
    width: 100%;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 175px;
    top: 15px;
    display: block;
    max-width: 500px;
    margin: 0 auto;
}
section.section-also-like .link-img img {
    height: 100%;
    padding: 20px;
    display: block;
}

section.section-also-like ul li a {
    font-family: var(--cb_font-archer-bold);
    font-weight: normal;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 1.1px;
    color: var(--cb_text-pri-dark);
    padding: 20px 5px;
}


section.section-also-like ul li > div {
    height: 231px;
    display: inline-grid;
    position: relative;
    align-items: center;
    justify-items: center;
    max-height: 230px;
}

section.section-also-like ul li > div img{
    padding: 20px 0;
    display: block;
    height: auto;
    max-height: 100%;
}


@media (min-width: 900px) {
    section.section-also-like ul {
        grid-template-columns: 1fr 1fr 1fr;
    }
}





/* ----------------------------------------------------------------------------------------------- */
.page-header_cover {
    position: relative;
    overflow: hidden;
    height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    background-color: black;
}
.page-header_cover.large {
    height: 480px;
}

.page-header_cover > div {
    display: grid;
    position: relative;
    align-content: center;
    height: 100%;
    grid-template-rows: repeat(16, 1fr);
    justify-content: center;
    background: rgba(0, 0, 0, 0.4);
    /* background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 15%, rgba(0, 0, 0, 0.4) 50%); */
    z-index: 2;
}
.page-header_cover video {
    object-fit: cover;
    min-height: 100%;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.page-header_cover h1 {
    grid-row: 8 / 11;
    color: white;
    font-size: 40px;
    font-family: var(--cb_font-archer-book);
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    z-index: 1;
}

.page-header_cover h1 strong, .page-header_cover h1 i, .page-header_cover h1 em {
    text-transform: uppercase;
    font-weight: normal;
    font-style: italic;
    font-family: var(--cb_font-archer-bold-italic);
    padding-right: 10px;
}

.page-header_cover p {
    grid-row: 13 / 16;
    color: white;
    font-family: var(--cb_font-roboto-reg);
    font-style: normal;
    font-size: 13px;
    padding: 10px 30px;
    z-index: 1;
    max-width: 800px;
}

@media (min-width: 640px) {

    .page-header_cover p {
        grid-row: 13 / 16;
        font-size: 18px;
    }

    .page-header_cover h1 br {
        display: none;
    }
}

/* .page-header_cover:after{
    content: "";
    position: absolute;
    bottom: 24px;
    transform: translateX(-50%);
    background-image: url('../images/scroll-chevrons-down.png');
    height: 15px;
    width: 15px;
    left: 50%;
    background-size: contain;
} */



/* handle with care */
.start-hidden, .hidden {
    display: none !important;
}


/* =============================== COMMON =============================== */
section.cheese_category-option-info {
    overflow: hidden; 
    background-image: url("../images/slate-bg.png");
    background-position: top center;
    background-size: cover;
    background-color: #000000;
    text-align: center;
    font-family: var(--cb_font-archer-book);
    font-weight: normal;
    text-decoration: none;    
    font-size: 25px;
    line-height: 35px;
    color: #FFF8EC;
    padding: 40px 0;
}

section.cheese_category-option-info p { margin: 10px auto; padding: 0 15px; }
.deco-heading {
    font-family: var(--cb_font-roboto-cond);
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
    color: #FFEDC2;
    margin: 0 auto;
}





/* ------------------ related-recipes-card -------------------- */
.recipes-list-container {
    margin: 0 auto 40px;
    max-width: 1200px;
}

.related-recipes-card {
    background-color: white;
    display: inline-grid;
    width: 100%;
    text-decoration: none;
    margin-bottom: 20px;
    overflow: hidden;
}


.related-recipes-card:focus .bg-image,
.related-recipes-card:hover .bg-image {
    transform: scale(1.05);
}

.related-recipes-card .bg-image {
    transition: all 0.35s ease-in-out;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 150px;
}

.related-recipes-card p {
    font-family: var(--cb_font-archer-bold);
    font-weight: normal;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 1.1px;
    color: var(--cb_text-pri-dark);
    display: block;
    padding: 6px 10px;
}

@media (min-width: 600px) {
    .recipes-list-container {
        display: grid;
        grid-gap: 40px 20px;
        grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
        min-height: 270px;
    }
    .related-recipes-card {
        margin: 0;
    }
}

@media (min-width: 1000px) {
    .recipes-list-container {
        display: grid;
        grid-gap: 40px 20px;
        grid-template-columns: repeat(auto-fit, calc(25% - 20px));
        min-height: 270px;
    }
    .related-recipes-card {
        margin: 0;
    }
}




















/* ------------------ cheese-product-card -------------------- */
.cheese-product-list-container {
    margin: 40px auto;
    max-width: 1200px;
    position: relative;

    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.cheese-product-list-container h2.heading-2 {
    font-family: var(--cb_font-archer-book);
    font-weight: normal;
    font-size: 25px;
    text-transform: uppercase;
    margin: 20px auto;
    width: 100%;
    text-align: center;
}

.cheese-product-card:focus,
.cheese-product-card:hover{
    z-index: 1;
}
.cheese-product-card {
    position: relative;
    background-color: white;
    display: block;
    width: 100%;
    text-decoration: none;
    flex: 0 1 auto;
    min-width: 320px;
}

.cheese-product-card .img-container { 
    padding: 20px 20px;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    width: 100%;
    height: 230px;
}

.cheese-product-card:focus .link-img,
.cheese-product-card:hover .link-img {
    transform: scale(1.05);
}
.cheese-product-card .link-img { 
    transition: all 0.35s ease-in-out;
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    display: block;
}

.cheese-product-card > span {
    padding: 25px 20px 40px;
    display: block;
}
.cheese-product-card .text-label {
    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: 1em;
    text-align: center;
    margin: 0;
    display: inline-block;
    vertical-align: text-top;
    width: 100%;
}


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

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

.cheese-product-card .text-label .new-product {
    color: var(--cb_text-red);
}


/*  */
.cheese-product-card .spice_level_container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
    margin-top: -19px;
}

.cheese-product-card .spice_level_container .spice_level_icon {
    margin: 3px 2px 6px;
    background-repeat: no-repeat;
    background-size: contain;
    width: 18px;
    height: 18px;
    opacity: 0.25;
}
.cheese-product-card .spice_level_container .spice_level_icon.true { opacity: 1;}
/*  */


@media (min-width: 600px) {
    .cheese-product-card {
        max-width: 50%;
    }
}
@media (min-width: 960px) {
    .cheese-product-card {
        max-width: 33.3333333%
    }
}



/* ------------------ video embed container -------------------- */
.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

.embed-responsive .embed-responsive-item,.embed-responsive iframe,.embed-responsive embed,.embed-responsive object,.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive-4by3 {
    padding-bottom: 75%
}