.flex {
    display: flex;
}

.justify-between {
    justify-content: space-between;
}

.items-center {
    align-items: center;
}

.h-full {
    height: 100%;
}

.w-full {
    width: 100%;
}

.flex-wrap {
    flex-wrap: wrap;
}

.gap-8 {
    gap: 2rem;
}

header .header-search svg {
    height: 20px;
    width: 20px;
    fill: white;
}

header .header-search .search-form label {
    display: none;
    width: auto;
}

header.menu-open nav {
    flex-direction: column;
}

header.menu-open nav .menu-item-has-children .sub-menu.open {
    display: block;
    max-width: 300px;
}

header.menu-open nav .flex {
    flex-direction: column;
}

header nav .header-search input[type="search"] {
    border: 0;
    background: transparent;
    min-width: 200px;
    color: #fff;
    font-size: 15px;
}

@media(max-width: 768px) {
    header .header-search {
        display: none;
    }
    
    header.menu-open .header-search {
        display: block;
    }
    
    header nav {
        justify-content: center !important;
    }
}

figure img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

/* recipes-dividers */
.recipes-dividers .items {
    display: flex;
    flex-wrap: nowrap;
    gap: 2rem;
    align-items: center;
    justify-content: space-between;
}

.recipes-dividers .items .item {
    width: 30%;
}

.recipes-dividers .items .item .box {
    width: 100%;
    max-width: 100%;
}

.text-black {
    color: #072428;
}

.text-green {
    color: #174e56;
}

@media(min-width: 768px) {
    .recipes-dividers .items .item:nth-child(n+4) {
        display: none;
    }
}

@media(max-width: 768px) {
    .recipes-dividers .slick-next {
        display: none;
    }
    
    .recipes-dividers {
        overflow-x: hidden;
    }
    
    .recipes-dividers .items {
        flex-wrap: wrap;
        justify-content: center;
    }
}

/* Contact Form */
.contact-form-wrapper {
    position: relative;
}

/* Inspiration-articles */
@media(min-width: 768px) {
    .inspiration-articles .items .item:nth-child(n+4) {
        display: none;
    }
}

.title-inset {
    border-top: 1px solid #072428;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 40px 0;
    margin: 80px auto 40px;
    text-align: center;
}

.title-inset .inset {
    font-family: 'truenoextrabold';
    text-transform: uppercase;
    color: #082a2c;
    font-weight: 400;
    font-size: 2rem;
    margin: -65px auto 35px;
    background-color: #fff;
    padding: 5px 25px;
}

.content-col {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 30px 0;
    height: 100%;
    gap: 2rem;
}

@media(max-width: 900px) {
    .content-col {
        flex-flow: column nowrap;
        text-align: center;
    }
}

.text-image .right-col, .product-range-container .right-col {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

.text-image .left-col, .product-range-container .left-col {
    margin-top: 20px;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

.entry-copy {
    text-align: center;
    font-weight: bold;
    margin-bottom: 40px;
    font-size: 1.3rem;
}

.weight {
    font-size: 1.3rem;
    letter-spacing: 4px;
    display: block;
    font-family: "Baskerville";
    line-height: 1.4;
    font-weight: bold;
}

.hf-body {
    font-family: 'baskerville-display-pt', serif;
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 6px;
}

@media(min-width: 900px) {
    .text-image  .left-col, .product-range-container .left-col {
        margin-left: 10px;
        margin-top: 0;
    }
}

/* Blocks */
/* Brand Hero */
.brand-hero .header-container h1 {
    font-family: 'truenoextrabold';
    text-transform: uppercase;
    font-weight: 400;
    font-size: 2.4rem;
    margin: 40px auto;
}

.brand-hero .header-container .sa-body {
    font-family: "baskerville-display-pt", serif;
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 6px;
}

.brand-hero .header-container {
    color: #082c31;
    text-align: center;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.brand-hero .header-container p {
    line-height: 1.5;
    font-size: 1.2rem;
}

/* text image */

.text-image.title-inset.no-border {
    border-top: none;
}

.text-image .content-col .content-title {
    font-size: 1.3rem;
    font-family: "baskerville-display-pt", serif;
    font-weight: bolder;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin: 0 auto 20px;
    color: #346b71;
}

.text-image p {
    margin: 10px;
    color: #082a2c;
    font-family: "baskerville-display-pt", serif;
    font-size: 0.95rem;
    line-height: 20px;
}

.text-image img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.text-image .content-col .left-col img {
    transform: scaleX(-1) scale(1.5);
}

.text-image .content-col .wrap {
    padding: 15px 5px 10px 15px;
}

.text-image + .text-image {
    margin-top: 0px;
    padding-top: 0px;
}

.text-image:not(.text-image + .text-image) {
    padding-bottom: 0px;
    margin-bottom: 10px;
}

.text-image:not(:has(+ .text-image))::before {
    content: '';
    background-image: url(../assets/images/our-cheeses/main1-afterimage.jpg);
    width: 216px;
    height: 172px;
    position: absolute;
    bottom: -60px;
    right: -90px;
    background-repeat: no-repeat;
    margin: auto;
    z-index: -1;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

@media(max-width: 600px) {
    .text-image.mobile-flip .left-col {
        order: 1;
    }   
}

/* Product Range */
.product-range-container {
    margin-bottom: 0;
}

.product-range-container p {
    margin: 10px 0;
    color: #082a2c;
    font-family: "baskerville-display-pt", serif;
    font-size: 1rem;
    line-height: 20px;
    width: 85%;
    max-width: 750px;
    text-align: center;
}

.product-range-container .product-item {
    border: 1px solid #072428;
    padding: 25px;
    margin: 40px auto;
    width: 100%;
    font-family: "baskerville-display-pt", serif;
    box-sizing: border-box;
    position: relative;
    height: 100%;
}

.product-range-container .product-item .product-title {
    font-family: 'truenoextrabold';
    text-transform: uppercase;
    font-size: 2rem;
    margin-top: 0;
    font-weight: unset;
    color: #082a2c;
    margin-bottom: 20px;
}

.product-range-container .product-item .upper-product .text-container {
    display: flex;
    align-items: center;
    justify-center: center;
    flex-flow: row nowrap;
}

.product-range-container .product-item .upper-product .text-container img {
    max-height: 125px;
    margin-left: 4px;
    max-width: 120px;
    margin: auto;
}

.product-range-container .product-item h3 {
    font-weight: bold;
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 20px auto 10px;
    text-align: left;
    color: #346b71;
}

.product-range-container .product-item .content-col p {
    text-align: left;
    font-size: 1rem;
}

.product-range-container .product-item .content-col .right-col figure, .product-range-container .product-item .content-col .left-col figure {
    height: 100%;
    width: 100%;
}

.product-range-container .product-item:last-of-type::after {
    content: "";
    position: absolute;
    background-image: url("../assets/images/cheese-bg-imge.png");
    background-size: cover;
    background-repeat: no-repeat;
    width: 220px;
    height: 140px;
    bottom: -150px;
    left: -160px;
}

.product-range-container.hide-after-image .product-item:last-of-type::after {
    display: none;
}

@media(max-width: 600px) {
    .product-range-container .inset {
        max-width: 70%;
        text-align: center;
    }
    .product-range-container {
        width: 90%;
    }
}

/* Social Container */
.social-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column nowrap;
}

.social-container .social-title {
    font-family: "basketville-display-pt", serif;
    font-style: italic;
    font-weight: 400;
    font-size: 1.3rem;
    margin-bottom: 30px;
    z-index: 5;
}

.social-container .social-links {
    display: flex;
    align-items: center;
    justify-center: center;
    flex-flow: row nowrap;
}

.social-container .social-links a {
    color: #000;
    transition: all 0.2s ease-in-out;
}

.social-container .social-links i {
    font-size: 24px;
    margin: auto 20px;
}

/* Where We Buy */
.where-to-buy p {
    margin: 10px 0;
    color: #082a2c;
    font-family: "baskerville-display-pt", serif;
    font-size: 1rem;
    line-height: 20px;
    max-width: 85%;
    text-align: center;
}

.where-to-buy.where-to-buy-alt p {
    margin-bottom: 30px;
    font-size: 1.5rem;
}

.where-to-buy .retailer-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: row nowrap;
    margin: 40px auto;
}

.where-to-buy.where-to-buy-alt .retailer-container {
    width: 100%;
    max-width: 500px;
    justify-content: space-evenly;
}

.where-to-buy .retailer-container img {
    max-width: 100px;
    max-height: 50px;
    margin: 10px;
}

.where-to-buy.where-to-buy-alt .retailer-container img {
    max-height: 150px;
    max-width: 200px;
    object-fit: contain;
    width: 100%;
}

.where-to-buy .button-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: row wrap;
}

.where-to-buy .button-container .button.red {
    background: #9a041f;
    border: 1px solid #9a041f;
}

.where-to-buy .button-container .button:hover {
    background: transparent;
    color: #9a041f;
}

.where-to-buy .button-container .button {
    color: white;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    font-family: "baskerville-display-pt", serif;
    font-size: 15px;
    line-height: 22px;
    padding: 12px 30px;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin: 5px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

@media(max-width: 800px) {
    .where-to-buy .retailer-container {
        flex-flow: row wrap;
    }
    
    .where-to-buy .retailer-container img {
        object-fit: contain;
    }
}

/* Product Range Carousel */
.product-item-container {
    max-width: 1200px;   
    width: 100%;
}

.product-range-container .product-carousel {
    width: 100%;
    height: 400px;
    display: flex;
    align-items: center;
}

.product-range-container .product-carousel .slick-list {
    height: 100%;
}

.product-range-container .product-carousel .slick-track {
    display: flex;
    align-items: center;
    flex-direction: row;
    height: 100%;
}

.product-range-container .product-carousel .product-carousel-item {
    height: auto;
    transform: scale(1);
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    opacity: 0.3;
    outline: none;
}

.product-range-container .product-carousel .product-carousel-item.slick-active {
    opacity: 1;
}

.product-range-container .product-carousel .product-carousel-item.slick-current {
    transform: scale(1.1);
}

.product-range-container .product-carousel .product-carousel-item .product-inner {
    display: flex;
    flex-flow: column nowrap;
    box-sizing: border-box;
    border: 1px solid #072428;
    padding: 15px;
    text-align: center;
    margin: 0 auto;
    max-width: 350px;
    box-shadow: 0 6px 6px 0px rgba(0, 0, 0, 0.2);
}

.product-range-container .product-carousel .product-carousel-item:hover .product-inner {
    border: 1px solid #af2936;
    outline: none;
}

.product-range-container .product-carousel .product-carousel-item.slick-current .product-inner {
    border: 1px solid #af2936;
}

.product-range-container .product-carousel .product-carousel-item img {
    max-width: 100%;
    max-height: 100%;
    height: 200px;
    object-fit: contain;
}

.product-range-container .product-carousel .product-carousel-item h2 {
    font-family: "CocogooseProLetterpress";
    text-transform: uppercase;
    font-size: 1.5rem;
    margin: 20px auto 0px;
    font-weight: unset;
    color: #082a2c;
}

.product-range-container .slider-controls {
    display: flex;
    align-items: center;
    justify-items: center;
    flex-flow: row nowrap;
}

.product-range-container i.slide-prev, .product-range-container i.slide-prev {
    color: #000;
    font-size: 26px;
    margin-right: 10px;
    cusrsor: pointer;
}

.product-range-container ul.slick-dots {
    position: unset;
}

.product-range-container ul.slick-dots li button {
    border: 1px solid black;
    border-radius: 50%;
    width: 18px;
    height: 18px;
}

.product-range-container ul.slick-dots li.slick-active button {
    border: unset;
    border-radius: 50%;
    background: #af2936;
}

.product-range-container .product-item .content-col {
    padding: 0;
}

.product-range-container .product-item .cta-btn {
    margin-top: 15px;
}

.product-range-container::after {
    content: "";
    position: absolute;
    background-image: url("./assets/images/cheese-bg-imge.png");
    background-size: cover;
    background-repeat: no-repeat;
    width: 200px;
    height: 140px;
    bottom: -70px;
    left: -160px;
}

.product-range-container.hide-after-image::after {
    display: none;
}

@media(min-width: 1200px) {
    .product-item-container {
        width: 120%;    
    }
}

/* Timeline */
.s-timeline.heritage-container {
    font-family: "Baskerville";
    line-height: 1.4;
}
.s-timeline.heritage-container .timeline {
    display: flex;
    gap: 50px;
    flex-direction: column;
}

.s-timeline.heritage-container .timeline .timeline-item {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0px 40px;
}

.s-timeline.heritage-container .timeline .timeline-item .timeline-dates {
    padding: 20px 0;
}

.s-timeline.heritage-container .timeline .timeline-item .timeline-dates .date-group {
    margin-bottom: 30px;
}

.s-timeline.heritage-container .timeline .timeline-item .timeline-dates .date-group span.date {
    color: #028dd0;
    font-size: 1.2rem;
}

.s-timeline.heritage-container .timeline .timeline-item .timeline-dates .date-group h2 {
    max-width: 400px;
    margin: 5px 0 10px;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 3px;
}

.s-timeline.heritage-container .timeline .timeline-item .timeline-picture img {
    object-fit: contain;
    object-position: center;
}

@media(min-width: 768px) {
    .s-timeline.heritage-container .timeline .timeline-item {
        grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    }
    .s-timeline.heritage-container .timeline .timeline-item:nth-of-type(odd) figure {
        -webkit-box-ordinal-group: 2;
        order: 1;
    }
    .s-timeline.heritage-container .timeline .timeline-item:nth-of-type(even) .timeline-dates {
        -webkit-box-ordinal-group: 2;
        order: 1;
    }
}

/* Product Process */
.production-container {
    font-family: "Baskerville";
    line-height: 1.4;
}

.production-container .process-container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0px 40px;
    width: 100%;
}

.production-container .process-container .processes {
    padding: 20px 0;
}

.production-container .process-container .processes .process {
    margin-bottom: 40px;
}

.production-container .process-container .processes h2 {
    max-width: 400px;
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 3px;
}

@media(min-width: 768px) {
    .production-container .process-container {
        grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    }
}

/* CTA */
.s-cta.sector-container {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding: 60px 40px;
    border: 1px solid #072428;
    
    font-family: "Baskerville";
    line-height: 1.4;
}

.s-cta.sector-container .container {
    max-width: 700px;
    margin: auto;
    text-align: center;
}

.s-cta.sector-container .container .cp-title {
    font-family: 'madefuturex';
    text-transform: uppercase;
    font-weight: 400;
    font-size: 2.2rem;
    color: #174e56;
    margin-bottom: 30px;
}

.s-cta.sector-container .container p {
    margin-bottom: 40px;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
}

.s-cta.sector-container .container .cta-btn {
    background: #174e56;
    border: 1px solid #174e56;
    padding: 7px 28px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 350px;
    font-size: 1.2rem;
    margin: 0 auto;
    color: white;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: var(--letter-spacing);
}

.s-cta.sector-container .container .cta-btn:hover {
    color: #174e56 !important;
}

@media(max-width: 600px) {
    .s-cta.sector-container {
        padding: 0;
    }
    
    .s-cta.sector-container .container {
        padding: 2rem;
    }
}

/* Text Image Alt */
.s-text-image-alt {
    margin-block: 4rem 0;
}

.s-text-image-alt .content-col {
    flex-direction: column;
    gap: 5rem;
    position: relative;
}

.s-text-image-alt .content-col .left-col, .s-text-image-alt .content-col .right-col {
    width: 100%;
    box-sizing: border-box;
}

.s-text-image-alt .content-col .left-col, .s-text-image-alt .content-col .right-col {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

.s-text-image-alt .content-col .right-col {
    position: relative;
    overflow: visible;
    z-index: 1;
}

.s-text-image-alt h1, .s-text-image-alt h2, .s-text-image-alt h3 {
    font-family: 'truenoextrabold';
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin: 0 auto 20px;
}

.s-text-image-alt h2 {
    font-size: 2rem;
}

.s-text-image-alt p {
    margin: 10px 0;
    color: black;
    font-family: "baskerville-display-pt", serif;
    font-size: 1.15rem;
    line-height: 25px;
    font-weight: 400;
}

.s-text-image-alt .content-col .right-col::before {
    content: "";
    position: absolute;
    background-image: url("../assets/images/islos/islos-origin-stamp.png");
    background-size: cover;
    background-repeat: no-repeat;
    width: 130px;
    height: 130px;
    bottom: -30px;
    left: -20px;
}

.s-text-image-alt .content-col .right-col::after {
    content: "";
    position: absolute;
    background-image: url("../assets/images/islos/islos-feta-grapes.png");
    background-size: cover;
    background-repeat: no-repeat;
    width: 220px;
    height: 140px;
    top: -100px;
    right: -110px;
}

.s-text-image-alt.hide-icons .content-col .right-col::before, .s-text-image-alt.hide-icons .content-col .right-col::after {
    display: none;    
}

@media(min-width: 1024px) {
    .s-text-image-alt .content-col {
        flex-direction: row;
    }
    
    .s-text-image-alt .content-col .left-col, .s-text-image-alt .content-col .right-col {
        width: 50%;
    }
    
    .s-text-image-alt .content-col .right-col::before {
        left: -100px;
    }
}

/* Text Image Large */
.s-text-image-large {
    position: relative;
}

.s-text-image-large .content-col {
    flex-direction: column;
    gap: 5rem;
    position: relative;
    
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
    height: 100%;
}

.s-text-image-large .content-col .left-col, .s-text-image-large .content-col .right-col {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

.s-text-image-large h1, .s-text-image-large h2, .s-text-image-large h3 {
    font-family: 'truenoextrabold';
    font-size: 2rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin: 0 auto 20px;
}

.s-text-image-large p {
    margin: 10px 0;
    color: black;
    font-family: "baskerville-display-pt", serif;
    font-size: 1.15rem;
    line-height: 25px;
    font-weight: 400;
}

@media(min-width: 1024px) {
    .s-text-image-large {
        position: relative;
        margin-top: 70px;
        margin-bottom: 170px;
    }
    
    .s-text-image-large .content-col {
        flex-direction: row;
        position: relative;
    }
    
    .s-text-image-large .content-col .left-col {
        overflow: visible;
    }
    
    .s-text-image-large .content-col .left-col, .s-text-image-large .content-col .right-col {
        width: 50%;
    }
    
    .s-text-image-large .content-col .left-col img {
        position: absolute;
        width: 80%;
        top: 40px;
        left: -8vw;
        height: 80%;
        transform: scale(1.5);
    }
    
    .s-text-image-large .content-col .right-col {
        position: relative;
        background-color: white;
        padding: 3rem 3rem;
        overflow: visible;
    }
    
    .s-text-image-large .content-col .right-col::after {
        content: '';
        border: 1px solid #259eaf;
        width: 108%;
        height: 108%;
        position: absolute;
        top: -20px;
        left: -20px;
    }
}

/* Product Range Alt */
.s-product-range-alt {
    padding-top: 4rem;
}

.s-product-range-alt .content-col {
    position: relative;
    flex-direction: column;
    gap: 5rem;
}

.s-product-range-alt .content-col .left-col, .s-product-range-alt .content-col .right-col {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    justify-content: space-between;
}

.s-product-range-alt .content-col .left-col {
    border: 2px solid #174e56;
    padding: 2rem 3rem;
    margin-top: 7rem;
    position: relative;
    overflow: visible;
}

.s-product-range-alt h1, .s-product-range-alt h2, .s-product-range-alt h3 {
    font-family: 'truenoextrabold';
    color: #174e56;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin: 0 auto 20px;
}

.s-product-range-alt h2 {
    font-size: 2rem;
}

.s-product-range-alt p {
    margin: 10px 0;
    color: black;
    font-family: "baskerville-display-pt", serif;
    font-size: 1.15rem;
    line-height: 25px;
    font-weight: 400;
}

.s-product-range-alt .content-col .left-col::after {
    content: "";
    position: absolute;
    background-image: url("../assets/images/islos/islos-decor-side-1.png");
    background-size: cover;
    background-repeat: no-repeat;
    width: 332px;
    height: 332px;
    top: -100px;
    left: -110px;
}

.s-product-range-alt .content-col .right-col::before {
    content: "";
    position: absolute;
    background-image: url("../assets/images/islos/islos-decor-side-2.png");
    background-size: cover;
    background-repeat: no-repeat;
    width: 340px;
    height: 365px;
    bottom: -109px;
    right: -174px;
}

@media(min-width: 1024px) {
    .s-product-range-alt .content-col {
        flex-direction: row;
        justify-content: space-between;
    }
    
    .s-product-range-alt .content-col .left-col {
        width: 53%;
        padding-right: 12rem;
        box-sizing: inherit;
    }
    
    .s-product-range-alt .content-col .right-col {
        position: absolute;
        top: 0;
        right: -110px;
        width: 50%;
        overflow: visible;
    }
    
    .s-product-range-alt .content-col .right-col img {
        max-width: 538px;
        object-fit: contain;
    }
}

@media(max-width: 768px) {
    .s-product-range-alt {
        margin-top: 0;
    }
    
    .s-product-range-alt .content-col .left-col {
        padding: 0;
    }
    
    .s-product-range-alt .content-col .left-col h2 {
        padding: 1rem 3rem;
    }
    
    .s-product-range-alt .content-col .left-col p {
        padding: 0rem 2rem;
        text-align: left;
    }
    
    .s-product-range-alt .content-col .left-col .flex {
        padding: 1rem 0rem;
    }
}

/* CTA Nutrition */
.s-cta-nutrition {
    background-color: #164b52;
    position: relative;
}
.s-cta-nutrition .inset {
    color: white;
    background-color: #164b52;
    position: relative;
    top: 63px;
    z-index: 1;
}

.s-cta-nutrition h2 {
    font-family: 'truenoextrabold';
    text-transform: uppercase;
    font-weight: 400;
    font-size: 2.2rem;
    margin: -65px auto 35px;
}

.s-cta-nutrition .nutrition-flex {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 3rem;
    border-radius: 0px 0px 20px 20px;
    width: 100%;
    z-index: 2;
    padding: 3rem 5rem;
}

.s-cta-nutrition .nutrition-flex .content-text {
    position: relative;
}

.s-cta-nutrition .nutrition-flex .content-text p {
    text-align: center;
    color: white;
    margin: 10px 0;
    font-family: "baskerville-display-pt", serif;
    font-size: 1.15rem;
    line-height: 25px;
    font-weight: 400;
}

.s-cta-nutrition .nutrition-flex .nutrition-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.s-cta-nutrition .nutrition-flex .bg-img img {
    object-position: center;
    max-width: 251px;
}

.s-cta-nutrition .nutrition-flex .nutrition-circle h4 {
    color: #164b52;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-transform: uppercase;
    font-weight: bold;
    font-family: "CocogooseProLetterpress";
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    letter-spacing: -0.02em;
    z-index: 1;
}

.s-cta-nutrition::after {
    content: '';
    position: absolute;
    background-image: url(../assets/images/islos/islos-feta-grapes.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 220px;
    height: 140px;
    bottom: -40px;
    right: -63px;
    z-index: 12;
}

@media(min-width: 500px) {
    .s-cta-nutrition::before {
        content: "";
        position: absolute;
        top: 60px;
        left: 50%;
        transform: translateX(-50%);
        border-top: 1px solid white;
        width: 86%;
        height: 1px;
        z-index: 0;
        display: block;
    }
    .s-cta-nutrition .nutrition-flex:after {
        content: '';
        position: absolute;
        top: 17px;
        left: 50%;
        transform: translateX(-50%);
        border: 1px solid white;
        width: 96%;
        height: 94.4%;
    }
    .s-cta-nutrition .inset {
        padding: 5px 35px;
    }
}

@media(min-width: 400px) {
    .s-cta-nutrition .nutrition-flex:after {
        content: '';
        position: absolute;
        top: 17px;
        left: 50%;
        transform: translateX(-50%);
        border: 1px solid white;
        width: 96%;
        height: 94.4%;
    }
    .s-cta-nutrition:before {
        content: '';
        position: absolute;
        top: 60px;
        left: 50%;
        transform: translateX(-50%);
        border-top: 1px solid white;
        width: 86%;
        height: 1px;
        z-index: 0;
        display: block;
    }
}

@media(min-width: 1024px) {
    .s-cta-nutrition .nutrition-flex {
        display: flex;
        flex-direction: row;
    }
    
    .s-cta-nutrition .nutrition-flex:after {
        content: "";
        height: 87%;
    }
}

/* Product Range Carousel Alt */
.s-product-range-carousel-alt {
    margin-bottom: 120px;
}

.s-product-range-carousel-alt .content-col {
    flex-direction: column;
    gap: 5rem;
    position: relative;
    justify-content: space-between;
}

.s-product-range-carousel-alt .content-col .left-col, .s-product-range-carousel-alt .content-col .right-col {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

.s-product-range-carousel-alt h2, .s-product-range-carousel-alt h3 {
    font-family: 'truenoextrabold';
    color: #174e56;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin: 0 auto 20px;
}

.s-product-range-carousel-alt p {
    margin: 10px 0;
    color: black;
    font-family: "baskerville-display-pt", serif;
    font-size: 1.15rem;
    line-height: 25px;
    font-weight: 400;
}

.s-product-range-carousel-alt h2 {
    font-size: 2rem;
}

.s-product-range-carousel-alt .cta-btn {
    background: #9a041f;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    text-align: center;
    margin-top: 24px;
    font-family: "baskerville-display-pt", serif;
    font-size: 17px;
    line-height: 22px;
    padding: 12px 30px;
    text-transform: uppercase;
    letter-spacing: 0;
    cursor: pointer;
    font-weight: bold;
    border: 1px solid #aa9195;
}

.s-product-range-carousel-alt .slider-controls {
    display: flex;
    flex-flow: row nowrap;
    margin-top: 70px;
}

.s-product-range-carousel-alt .slide-prev, .s-product-range-carousel-alt .slide-next {
    color: #000;
    font-size: 26px;
    margin-right: 10px;
    cursor: pointer;
    border: 2px #174e56 solid;
    padding: 7px 13px;
}

.s-product-range-carousel-alt .product-carousel {
    width: 100%;
    height: 730px;
    display: flex;
    align-items: center;
}

.s-product-range-carousel-alt .product-carousel .slick-list, .s-product-range-carousel-alt .product-carousel .slick-track {
    height: 100%;
}

.s-product-range-carousel-alt .product-carousel .slick-track {
    display: flex;
    align-items: center;
    flex-direction: row;
}

.s-product-range-carousel-alt .product-carousel .product-carousel-item {
    height: auto;
    transform: scale(1);
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    opacity: 1;
    outline: none;
}

.s-product-range-carousel-alt .product-carousel .product-carousel-item .product-inner {
    display: flex;
    flex-flow: column nowrap;
    box-sizing: border-box;
    border: 2px solid #072428;
    padding: 15px;
    text-align: left;
    margin: 0 auto;
    max-width: 550px;
    box-shadow: 0 6px 6px 0px rgba(0, 0, 0, 0.2);
    border-radius: 0px 40px 0px 0px;
}

.s-product-range-carousel-alt .product-carousel .product-carousel-item img {
    max-width: 100%;
    max-height: 100%;
    height: 390px;
    object-fit: cover;
    border-radius: 0px 30px 0px 0px;
}

.s-product-range-carousel-alt .product-carousel .product-carousel-item h2.hf-title {
    font-family: 'truenoextrabold';
    text-transform: uppercase;
    font-size: 1.3rem;
    text-align: left;
    margin: 20px 0 0px;
    font-weight: unset;
    color: #164b52;
    letter-spacing: 0;
}

.s-product-range-carousel-alt .product-carousel .product-carousel-item p {
    margin: 10px 0;
    color: black;
    font-family: "baskerville-display-pt", serif;
    font-size: 1.15rem;
    line-height: 25px;
    font-weight: 400;
}

.s-product-range-carousel-alt .product-carousel .product-carousel-item .cta-btn {
    box-sizing: border-box;
    padding: 7px 0px;
    display: block;
    max-width: 144px;
    
    background: #9a041f;
    color: #fff;
    text-decoration: none;
    text-align: center;
    margin-top: 24px;
    font-family: "baskerville-display-pt", serif;
    font-size: 17px;
    line-height: 22px;
    text-transform: uppercase;
    letter-spacing: 0;
    cursor: pointer;
    font-weight: bold;
    border: 1px solid #aa9195;
}

@media(min-width: 1200px) {
    .s-product-range-carousel-alt {
        margin-bottom: 240px;
    }
}

@media(min-width: 1024px) {
    .s-product-range-carousel-alt .content-col {
        flex-direction: row;
    }
    
    .s-product-range-carousel-alt .content-col .left-col {
        width: 30%;
        margin-top: 100px;
    }
    
    .s-product-range-carousel-alt .content-col .right-col {
        width: 50vw;
        position: absolute;
        left: 50%;
        top: 0;
    }
    
    .s-product-range-carousel-alt .product-carousel .slick-track {
        margin-left: 70px;
    }
}

/* Product Range Appeteaser */
.s-product-range-appeteaser.product-range-container p {
    margin: 10px 0;
    color: #082a2c;
    font-size: 1.5rem;
    line-height: 20px;
    width: 85%;
    max-width: 750px;
    text-align: center;
}

.s-product-range-appeteaser.product-range-container .product-carousel {
    width: 100%;
    height: 440px;
    display: unset;
    
}

.s-product-range-appeteaser.product-range-container .product-carousel .slick-list {
    height: 100%;
}

.s-product-range-appeteaser.product-range-container .product-carousel.slick-track {
    display: flex;
    align-items: center;
    flex-direction: row;
    height: 100%;
}

.s-product-range-appeteaser.product-range-container .product-carousel .product-carousel-item {
    height: auto;
    transform: scale(1);
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    opacity: 0.3;
    outline: none;
}

.s-product-range-appeteaser.product-range-container .product-carousel .product-carousel-item.slick-current {
    transform: scale(1.1);
    opacity: 1;
}

.s-product-range-appeteaser.product-range-container .product-carousel .product-carousel-item .product-inner {
    display: flex;
    flex-flow: column nowrap;
    box-sizing: border-box;
    border: 1px solid #072428;
    padding: 15px;
    text-align: center;
    margin: 0 auto;
    max-width: 350px;
    box-shadow: 0 6px 6px 0px rgba(0, 0, 0, 0.2);
}

.s-product-range-appeteaser.product-range-container .product-carousel .product-carousel-item.slick-current .product-inner {
    border: 1px solid #af2936;
}

.s-product-range-appeteaser.product-range-container .product-carousel .product-carousel-item img {
    max-width: 100%;
    max-height: 100%;
    height: 200px;
    object-fit: contain;
}

.s-product-range-appeteaser.product-range-container .product-carousel .product-carousel-item .hf-title {
    font-family: 'truenoextrabold';
    text-transform: uppercase;
    font-size: 1.5rem;
    margin: 20px auto 0;
    font-weight: unset;
    color: #082a2c;
}

.s-product-range-appeteaser.product-range-container .slider-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: row nowrap;
}

.s-product-range-appeteaser.product-range-container i.slide-prev, .s-product-range-appeteaser.product-range-container i.slide-next {
    color: #000;
    font-size: 26px;
    margin-right: 10px;
    cursor: pointer;
}

.s-product-range-appeteaser .product-item-container {
    width: 100%;
    max-width: 1200px;
}

.s-product-range-appeteaser .product-item-container .slick-list {
    overflow: visible;
}

.s-product-range-appeteaser .product-item-container .product-item {
    padding: 25px;
    margin: 40px auto;
    height: 100%;
    border: unset;
}

.s-product-range-appeteaser .product-item-container .product-item-inner {
    height: 100%;
    width: 100%;
    max-height: 500px;
}

.s-product-range-appeteaser .product-item-container .product-item img {
    width: 100%;
    max-height: 500px;
    object-fit: contain;
}

.s-product-range-appeteaser::after {
    display: none;
}

@media(min-width: 1200px) {
    .s-product-range-appeteaser .product-item-container {
        width: 120%;
    }
}

/* Search Page Recipes */
.search-content-area .site-main .grid-container-recipes {
    margin-bottom: 50px;
    padding: 0 1%;
    flex-flow: row wrap;
}

.search-content-area .site-main .grid-container-recipes .grid-item {
    margin: 0 auto 80px;
}

.search-content-area .site-main .grid-container-recipes .grid-item .box {
    border: 1px solid #072428;
    max-width: 285px;
    text-align: left;
}

.search-content-area .site-main .grid-container-recipes .grid-item .box .wrap {
    padding: 8px;
    background-color: #fff;
    display: block;
    color: #000;
    text-decoration: none;
}

.search-content-area .site-main .grid-container-recipes .grid-item .box .wrap img {
    max-width: 100%;
}

.search-content-area .site-main .grid-container-recipes .grid-item .box .wrap h3 {
    font-family: "baskerville-display-pt", serif;
    font-size: 19px;
    line-height: 22px;
    letter-spacing: 3px;
    font-weight: bold;
    padding: 10px 0;
}

.search-content-area .site-main .grid-container-recipes .grid-item .box .wrap p {
    color: #082a2c;
    font-family: "baskerville-display-pt", serif;
    font-size: 17px;
    line-height: 22px;
}

.search-content-area .site-main .grid-container-recipes .grid-item .box .wrap .cta-btn {
    background: #9a041f;
    color: #fff;
    text-decoration: none;
    text-align: center;
    margin-top: 44px;
    font-family: "baskerville-display-pt", serif;
    font-size: 17px;
    line-height: 22px;
    padding: 12px 30px;
    text-transform: uppercase;
    letter-spacing: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search .grid-container-cheese_brands .grid-item .box .wrap a.search-link {
    max-width: 40%;
}

.search .grid-container-cheese_brands .grid-item {
    margin-block: 2rem;
}

/* Step Container */ 
.step-container p {
    text-align: center;
    letter-spacing: -0.02em;
    
    margin: 10px 0;
    color: black;
    font-family: "baskerville-display-pt", serif;
    font-size: 1.15rem;
    line-height: 25px;
    font-weight: 400;
}

@media(max-width: 1100px) {
    .default-content-width {
        max-width: 95%;
    }
    
    .brand-hero .default-content-width {
        max-width: 95%;
    }
}

/* Legal Template */
.page-template-template-services .hero-slider {
    height: 400px;
}

.page-template-template-services .hero-slider .title.left-sided {
    position: absolute;
    background: rgba(7, 36, 40, 0.7);
    height: 200px;
    width: 50%;
    margin: auto;
    left: 0;
    top: 0;
    bottom: 0;
}

.page-template-template-services .hero-slider.with-overlay::after {
    content: '';
    background: url(../assets/images/hero-overlay.png);
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -2px;
    z-index: 1;
    height: 66px;
    background-position: bottom center;
}

.page-template-template-services .hero-slider .title.left-sided .wrap {
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    position: absolute;
    font-family: 'baskerville-display-pt', serif;
    content: #fff;
    text-align: left;
    display: table;
    width: 512px;
}

.page-template-template-services .hero-slider .title.left-sided .wrap h1 {
    font-size: 44px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 38px;
    margin-bottom: 0;
    font-family: 'CocogooseProLetterpress';
    padding-right: 6%;
    color: #fff;
}

.page-template-template-services .single-recipe-content {
    display: table;
    width: 100%;
    margin-top: 100px;
}

.page-template-template-services .single-recipe-content .left-col {
    width: 70%;
}

.page-template-template-services .single-recipe-content .left-col, .page-template-template-services .single-recipe-content .right-col {
    float: left;
}

.page-template-template-services .single-recipe-content .left-col .wrap {
    padding-right: 30px;
}

.page-template-template-services .single-recipe-content .left-col .wrap p {
    margin-bottom: 28px;
    font-size: 19px;
    font-weight: lighter;
    color: #000;
    font-family: "baskerville-display-pt", serif;
    line-height: 33px;
}

.page-template-template-services .single-recipe-content .left-col .wrap p em {
    font-style: italic;
}

.recipe-controls .search-box form input[type="text"] {
    width: 100%;
    left: 0;
    right: 0;
}

.single-inspiration-articles {
    margin-top: 100px;
    text-align: center;
}

.single-inspiration-articles .items {
    display: flex;
    flex-wrap: nowrap;
    gap: 2rem;
    align-items: center;
    justify-content: space-between;
}

@media(max-width: 768px) {
    .single-recipe-content .main ul {
        margin-left: 1rem;
    }   
    .single-inspiration-articles {
        overflow-x: hidden;
    }
    .single-inspiration-articles {
        flex-wrap: wrap;
        justify-content: center;
    }
}