h2 {
    font-size: 8em;
    padding: 50px 0 25px 0;
}

.contentTitle {
    display: none;
}

/*   HERO START   */

.hero {
    background: url(/assets/hero/packaging-labels-and-appliques-mobile.jpg), var(--green);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100svh;
    margin: 0 0 50px 0;
}
/*  HERO END  */

/*  CONTENT  */
.orange {
    color: var(--orange) !important;
    padding: 30px 0 25px 0;
}
.midGrey {
    color: var(--midGrey);
}
.midGrey {
    color: var(--darkGrey);
}
.title {
    display: inline-block;
    color: var(--darkBlue);
    font-size: 2.5em;
    font-weight: 500;
    padding: 25px 0;
}
.content {
    display: flex;
    flex-direction: column;
}
.content .brandLogo {
    width: calc(100% - 50px);
    padding: 25px;
}
.content .contentTitle {
    padding: 15px;
}
.content .contentTitle span.active {
    color: var(--darkBlue);
}
.content .contentTitle span {
    font-size: 5em;
    padding: 10px 0;
    display: block;
    color: var(--midGrey);
}
.content .contentBody {
    padding: 0 15px;
}
.content .contentBody p {
/*    font-size: 5em;*/
    padding: 0 0 25px 0;
}
.content .contentBody img.wideImage {
    width: 100%;
    padding: 25px 0;
}

.contentSubHeading {
    font-size: 7em;
    padding: 25px 15px;
    display: block;
    color: var(--darkBlue);
}
/*  CONTENT END  */

/*   PRODUCT PREVIEW   */
    .collectionPreview {
        width: 100%;
    }
    .collectionPreview .products {
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .collectionPreview .products .product {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: calc(100vw - 50px);
        scroll-snap-align: center;
        padding: 25px;
    }
    .collectionPreview .products .product img {
        width: 50%;
    }
    .collectionPreview .products .product span {
        text-align: center;
/*        width: 100vw;*/
        display: block;
        font-size: 5em;
    }
    .collectionPreview .products .product .bottle_cta {
        color: var(--midGrey);
        text-decoration: none;
        font-size: 4em;
    }

    .collectionPreview .products::-webkit-scrollbar {
      display: none;
    }

    .collectionPreview .products {
      -ms-overflow-style: none;  /* IE and Edge */
      scrollbar-width: none;  /* Firefox */
    }
/*   PRODUCT PREVIEW END   */




/*    LARGE SCREEN    */

@media only screen and (min-width: 1024px) 
{
 
    .contentTitle {
        display: unset;
    }

    h2 {
        font-size: 5em;
        padding: 100px 0 25px 0;
    }

    /*  HERO  */
        .hero {
            background: url(/assets/hero/packaging-labels-and-appliques.jpg);
            background-size: cover;
            background-repeat: no-repeat;

        }
    /*  HERO END  */

    /*  CONTENT  */
        .content {
            flex-direction: row;
            padding: 50px 0;
        }
        .contentTitle {
            width: 30%;
            padding: 0 0 0 25px !important;
        }
        .contentBody {
            width: 70%;
        }
        .content .contentBody p {
            width: 80%;
        }
        .title {
            font-size: 2.5em;
        }
        .content .contentTitle span {
            font-size: 2em;
        }
        .contentSubHeading {
            display: block;
            padding: 50px;
            font-size: 4em;
        }
        .tableofcontents {
            position: sticky;
            top: 100px;
        }
        .tocActive {
            color: var(--darkGrey) !important;
        }
    /*  CONTENT END  */

/*   PRODUCT PREVIEW   */
    .collectionPreview {
        padding: 4% 0;
    }
    .collectionPreview .products {
        flex-direction: row;
        flex-wrap: wrap;
    }
    .collectionPreview .products .product {
        width: calc(25vw - 50px);
    }
    .collectionPreview .products .product span {
/*        width: 25%;*/
        font-size: 2em;
    }
    .collectionPreview .products .product .bottle_cta {
        font-size: 1.25em;
    }
/*   PRODUCT PREVIEW END   */



}
