.product-breadcrumbs {
    margin-top: 123px
}

section:not(.recipes, .faqs) {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

@media(min-width: 768px) {
    section:not(.recipes) {
        width:750px
    }
}

@media(min-width: 992px) {
    section:not(.recipes) {
        width:970px
    }
}

@media(min-width: 1200px) {
    section:not(.recipes) {
        width:1170px
    }
}

div.product .product-breadcrumbs {
    padding: 10px 16px;
    font-size: 16px;
}

.product-title {
    text-align: center;
}
@media (max-width: 768px) {
    .product-title {
        text-align: left;
    }
    .product-description div {
        width: 100%;
    }
}

.product-description {
    display: block;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
}
.product-description div {
    width: 100%;
    display: block;
}


.product-image img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}

.product-media-share {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 28px;
    margin-bottom: 28px;
}

.product-media-share .product-image {
    margin: 0;
}

.product-share {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 18px 50px;
    background: #3f6295;
    box-sizing: border-box;
    border-radius: 5px;
    width: 320px;
    align-self: end;
    }

.product-share__link {
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
}

.product-share__link:hover,
.product-share__link:focus {
    color: #fff;
    opacity: 0.85;
}

.sizes-available {
    font-size: 18px;
    margin-top: 20px;
}

@media (min-width: 769px) {
    .product-description {
        width: 75%;
        margin: 0 auto 60px 0;
    }
    .product-description div {
        width: 60%;
    }
    .product-image img {
        max-width:450px;
    }

    .sizes-available {
        font-size: 24px;
    }
}

@media (max-width: 768px) {
    .product-media-share {
        flex-direction: column;
        gap: 0;
        margin-bottom: 28px;
    }

    .product-share {
        width: calc(100% + 30px);
        margin: 20px -15px 0;
        border-radius: 0;
        justify-content: space-evenly;
        padding: 16px 20px;
    }
}

.ingr-nutrition-facts h4 {
    color: #2d2d2d;
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
    font-size: 24px;
}
.ingr-nutrition-facts .nutrition-option h4 {
    font-size: 18px;
    margin-bottom: 15px;
}
.nutrition-option:first-of-type {
    margin-top: 50px;
}

.nutrition-option:not(:first-of-type) {
    padding: 40px 0;
    margin-top: 50px;
    border-top: 1px solid #bbcdbd;
}
.nutrition-option .columns {
    column-count: 1;
    column-gap: 0;
}
.nutrition-option .columns p {
    display: flex;
    justify-content: space-between;
}
.nutrition-option .columns .nutrition-title {
    text-align: left;
}
.nutrition-option .columns .nutrition-value {
    text-align: right;
}

@media (min-width: 769px) {
    .nutrition-option .columns {
        column-count: 2;
        column-gap: 200px;
    }
    .ingr-nutrition-facts h4 {
        font-size: 36px;
    }
    .ingr-nutrition-facts .nutrition-option h4 {
        font-size: 24px;

    }
}

section.faqs {
    width:unset;
    background-color: #f9f4f1;
    margin:0;
    padding-bottom:48px;
}

.faqs h3 {
    margin:0;
    padding-top:48px;
    padding-bottom: 16px;
    font-size: 24px;
    font-style: normal;
    font-family: "BaskervilleBT-Roman",serif;
}

.faqs h3.faq-question {
    line-height:1;
    background: #ededed;
    padding: 20px 100px 20px 35px;
    position: relative;
}

.faqs h3.faq-question::before,
.faqs h3.faq-question::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 35px;
    background: #1f1f1f;
    transform: translate(50%, -50%);
    border-radius: 2px;
}

.faqs h3.faq-question::before {
    width: 24px;
    height: 4px;
}

.faqs h3.faq-question::after {
    width: 4px;
    height: 24px;
    transition: transform 0.2s ease;
}

.faqs h3.faq-question[aria-expanded="true"]::after {
    transform: translate(50%, -50%) rotate(90deg);
}

@media (max-width: 768px) {
    .faqs h3.faq-question::before {
        width: 20px;
        height: 3px;
    }

    .faqs h3.faq-question::after {
        width: 3px;
        height: 20px;
    }
}

.faqs .faq-answer {
    padding: 20px 35px 20px 35px;
}

.faqs .faq-item h3 {
    font-size: 1.5rem;
}

@media (max-width: 768px) {
    .faqs .faq-item h3 {
        font-size: 18px;
    }
}
.faqs .faq-item {
    position: relative;
    cursor: pointer;
    margin-bottom: 15px;
}
.related-products {
    /*display: inline-flex;*/
    margin-bottom: 28px;
}

.related-products h3 {
    margin: 0;
    padding-top: 48px;
    padding-bottom: 16px;
    font-size: 24px;
    font-style: normal;
    font-family: "BaskervilleBT-Roman", serif;
}

@media (min-width: 769px) {
    .faqs h3,
    .related-products h3 {
        font-size: 36px;
    }
}

.related-products__view-all-wrap {
    margin: 0 0 12px;
}

.related-products__view-all {
    color: #002e64;
    text-decoration: underline;
    font-family: var(--font-secondary);
    font-size: 16px;
}

.related-products .related-product {
    width: 157px;
    display: inline-flex;
}
.related-products .related-product a {
    text-align: center;
}
.related-products .related-product img {
    width: auto;
    height: 100px;
    position: relative;
    top: 0;
    transition: top .1s linear;
    margin: 35px auto 15px;
}
.related-products .related-product:hover img {
    top: -10px;
}
.related-products .related-product h5 {
    margin-top: 0;
    opacity: 0;
    transition: .2s linear opacity;
    top: -10px;
    position: relative;
    color: #2d2d2d;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-display: swap;
    font-size: .75rem;
    margin-bottom: 0;
    text-align: center;
}
.related-products .related-product:hover h5 {
    opacity: 1;
}

@media (min-width: 768px) {
    .related-products .related-products-slider .slick-track {
        margin-left: 0;
        margin-right: 0;
    }
}

.related-products .rp-related__arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 34px;
    height: 46px;
    border: 0;
    background: transparent;
    color: #b8bfc9;
    font-size: 54px;
    line-height: 1;
    padding: 0;
    z-index: 3;
    cursor: pointer;
}

.related-products .rp-related__arrow--prev {
    left: 10px;
}

.related-products .rp-related__arrow--next {
    right: 10px;
}

.recipes {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-top: 40px;
    background-color: #f9f4f1;
}

.recipes .container {
    padding: 24px 15px;
}

.recipes h3 {
    color: #2d2d2d;
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
    font-size: 36px;
    font-style: normal;;
}

.recipes .sr-related-slide-card__title {
    font-family: var(--font-primary);
    font-size: 36px;
    line-height: 1.2;
}

.recipes .sr-related-slide-card__meta {
    font-size: 20px;
    line-height: 1.2;
}

.recipes p a {
    color: #002e64;
    text-decoration: underline;
    font-size: 1rem !important;
    margin-top: 15px;
    display: inline-block;
}

.recipes .sr-related-slide-card__thumb {
    aspect-ratio: unset;
}

.recipes .sr-related-slide-card__thumb img {
    max-height:460px;
}

.recipe-slider {
    padding-bottom:48px;
}

.recipes .slick-list {
    overflow: visible;
}

@media (max-width: 991px) {
    .recipes .recipe-slider {
        padding-bottom: 40px;
    }

    .recipes h3 {
        font-size: 24px;
    }

    .recipes .recipe-slider .sr-related-slide-card {
        margin: 0;
        opacity: 1;
        position: relative;
        overflow: hidden;
    }

    .recipes .recipe-slider .slick-slide {
        max-height: none;
    }

    .recipes .recipe-slider .sr-related-slide-card__link {
        display: block;
        position: relative;
        color: inherit;
        text-decoration: none;
    }

    .recipes .recipe-slider .sr-related-slide-card__thumb {
        height: clamp(420px, 72vw, 760px);
    }

    .recipes .recipe-slider .sr-related-slide-card__thumb img {
        width: 100%;
        height: 100%;
        max-height: none;
        object-fit: cover;
        display: block;
    }

    .recipes .recipe-slider .sr-related-slide-card__overlay {
        position: absolute;
        inset: 0;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        padding: 28px 26px;
        opacity: 1;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.58), rgba(0, 0, 0, 0.06));
    }

    .recipes .recipe-slider .sr-related-slide-card__title {
        margin: 0 0 18px;
        color: #fff;
        font-family: var(--font-primary);
        font-style: normal;
        font-size: 36px;
        line-height: 1.2;
        letter-spacing: 0.2px;
    }

    .recipes .recipe-slider .sr-related-slide-card__meta {
        margin: 0 0 22px;
        color: #fff;
        font-family: var(--font-secondary);
        font-size: 20px;
        line-height: 1.2;
    }

    .recipes .recipe-slider .sr-related-slide-card__cta {
        margin: 0;
    }

    .recipes .recipe-slider .slick-dots {
        display: flex !important;
        justify-content: center;
        align-items: center;
        list-style: none !important;
        padding: 0 !important;
        margin: 14px 0 0 !important;
        bottom: -34px;
    }

    .recipes .recipe-slider .slick-dots li {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        list-style: none !important;
        width: 14px;
        height: 14px;
        margin: 0 7px;
    }

    .recipes .recipe-slider .slick-dots li::marker {
        content: "";
    }

    .recipes .recipe-slider .slick-dots li button {
        display: block;
        width: 14px;
        height: 14px;
        padding: 0;
        font-size: 0;
        line-height: 0;
        border: 0;
        background: transparent;
    }

    .recipes .recipe-slider .slick-dots li button::before {
        content: "";
        position: static;
        width: 14px;
        height: 14px;
        border-radius: 50%;
        display: block;
        font-size: 14px;
        color: #27508f;
        opacity: 1;
        background: currentColor;
    }

    .recipes .recipe-slider .slick-dots li.slick-active button::before {
        color: #002e64;
    }
}

@media (min-width: 992px) {
.recipes .sr-related__arrow--prev {
    left:80px;
}
.recipes .sr-related__arrow--next {
    right:80px;
}

/* Keep all product-page recipe slides uniform on desktop/tablet.
   This also prevents fallback images from rendering taller than featured images. */
.recipes .recipe-slider .sr-related-slide-card__thumb {
    min-height: 460px;
    height: 460px;
}

.recipes .recipe-slider .sr-related-slide-card__thumb img {
    width: 100%;
    height: 100%;
    max-height: none;
    object-fit: cover;
    display: block;
}
}

.recipes .sr-related-slide-card__overlay {
    opacity: 1;
    /*background: unset;*/
}
.recipes .sr-related-slide-card__overlay h3,
.recipes .sr-related-slide-card__overlay p:not(.button) {
    color: #FFF;
}
.recipes .sr-related-slide-card {
    margin: 0 20px;
    opacity: .25;
}
.recipes .sr-related-slide-card.slick-current {
    opacity: 1;
}
.slick-slide {
    pointer-events: none;
}

.slick-active {
    pointer-events: auto;
}

@media (max-width: 992px) {
    .sr-related__arrow {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 34px;
        height: 46px;
        border: 0;
        background: transparent;
        color: #002e64;
        font-size: 54px;
        line-height: 1;
        padding: 0;
        z-index: 3;
        cursor: pointer;
    }
    .sr-related__arrow--prev {
        left: 10px;
    }
    .sr-related__arrow--next {
        right: 10px;
    }

}

@media (max-width: 767px) {
    .related-products {
        margin-bottom: 38px;
    }

    .related-products .related-products-slider {
        position: relative;
        padding: 0 38px;
    }

    .related-products .related-product {
        width: 100%;
        display: block;
    }

    .related-products .related-product img {
        top: 0 !important;
        margin: 26px auto 15px;
        height: 190px;
    }

    .related-products .related-product h5 {
        opacity: 1;
        top: 0;
        font-size: 16px;
        line-height: 1.2;
        text-decoration: none;
    }

    .related-products .related-product a,
    .related-products .related-product a:hover,
    .related-products .related-product a:focus {
        text-decoration: none;
    }
}
