.template-product form {
    display: flex;
    flex-direction: column;
}
.template-product .rc-container-wrapper.rc_container_wrapper {
    padding: 0px;
    margin: 0px;
}

.template-product .row.expanded {
    margin-bottom: 0px;
}
div#shopify-section-lsg-nutrition {
    padding: 30px 0px 40px 0px;
}
.nutrition {
    max-height: 476px;
    height: 100%;
    margin: auto;
}
.pdp-flav-img {
    max-height: 476px;
    height: 80%;
    margin: auto;
}
.cap, div#lsg-description li span {
    text-transform: uppercase;
}
#lsg-product-info-var ul.slick-dots, #lsg-nutr-info-var ul.slick-dots{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 10px;
    list-style: none;
}
#lsg-product-info-var ul.slick-dots li button, #lsg-nutr-info-var ul.slick-dots li button {
    height: 20px;
    width: 20px;
    border: 1.5px solid black;
    color: transparent;
    margin: 0px 5px;
    display: block;
    border-radius: 50%;
}
#lsg-product-info-var ul.slick-dots  li.slick-active button, #lsg-nutr-info-var ul.slick-dots li.slick-active button{
    background-color: black;
}
#lsg-product-info-sampler ul.slick-dots, #lsg-nutr-info-sampler ul.slick-dots{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 10px;
    list-style: none;
}
#lsg-product-info-sampler ul.slick-dots li button, #lsg-nutr-info-sampler ul.slick-dots li button {
    height: 20px;
    width: 20px;
    border: 1.5px solid black;
    color: transparent;
    margin: 0px 5px;
    display: block;
    border-radius: 50%;
}
#lsg-product-info-sampler ul.slick-dots  li.slick-active button, #lsg-nutr-info-sampler ul.slick-dots li.slick-active button{
    background-color: black;
}
.nutrition-f {
    position: relative;
    max-width: 100%;
    margin: auto;
}
img.lsg-hero-image.nutrition.slick-slide {
    visibility: hidden;
}
img.lsg-hero-image.nutrition.slick-slide.slick-current.slick-active.slick-center {
    visibility: visible;
}
.nutr-icon {
    position: absolute;
    height: 100%;
    width: auto;
}
.top-left {
    left: -40%;
    top: 20%;
    max-height: 40%;
}
.top-right {
    right: -10%;
    top: 20%;
    max-height: 10%;
}
.bottom-left {
    right: -10%;
    top: 20%;
    max-height: 10%;
}
.bottom-right {
    right: -29%;
    bottom: -2%;
    max-height: 26%;
}
.nutrition-title {
    font-size: 40px;
    line-height: 40px;
    text-transform: uppercase;
}
.nutrition-title span {
    font-family: 'AmericanItalic';
    display: block;
    text-transform: lowercase;
}
.hero-paragraph-wrapper p {
    margin: 5px 0px;
}
@media screen and (max-width:767px) {
    .nutrition, .pdp-flav-img {
        max-height: 310px;
        height: 100%;
        margin: auto;
    }
    
}
@media screen and (max-width:375px) {
.nutrition-title {
    font-size: 30px;
    line-height: 30px;
}
.lsg-hero-image-wrapper {
    padding: 0px 10px 10px 10px;
}
}