/** Home Page **/

.announcement-bar {
    background-color: #062f6e;
}

#section-template--22896771760434__image_with_text_LK8Vpa img {
    object-fit: contain;
    width: 100%;
}

@media (max-width: 767px) {
    .image-with-text__media.image-with-text__media--adapt.gradient.color-background-1.global-media-settings.media {
        padding-bottom: 0 !important;
    }

    .image-with-text.collapse-corners:not(.image-with-text--overlap) .grid__item .image-with-text__media {
        height: 25.4rem;
    }
}

#section-template--22896771760434__image_with_text_LK8Vpa .button {
    font-family: Jost;
    background-color: #EFB431;
    color: white;
    --buttons-border-width: 0px;
    margin-top: 1rem;
}

h2.image-with-text__heading.inline-richtext.h1 {
    color: white;
    isolation: isolate;
    text-transform: uppercase;
    line-height: 1.1;
}

#section-template--22896771760434__image_with_text_LK8Vpa {
    width: 100%;
    min-height: 550px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-color: rgba(0, 0, 0, 0.8);
}

#section-template--22896771760434__image_with_text_LK8Vpa::before {
    content: "";
    background-image: url("https://cdn.shopify.com/s/files/1/0793/9037/6242/files/Montuak-lighthouse-alt.jpg?v=1719518216");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    inset: 0;
    opacity: 0.8;
}

@media (max-width: 767px) {
    #section-template--22896771760434__image_with_text_LK8Vpa {
        max-height: 350px;
    }

    #section-template--22896771760434__image_with_text_LK8Vpa::before {
        background-image: url("https://cdn.shopify.com/s/files/1/0793/9037/6242/files/montauk-lighthouse-mobile.jpg?v=1719520062");
        -webkit-filter: blur(1px);
        -moz-filter: blur(1px);
        -o-filter: blur(1px);
        -ms-filter: blur(1px);
        background-position: center center;
        background-size: cover;
    }
}

/* Product Page */
.product-recipes {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
}

.product-recipes .recipe-image {
    width: 100px;
    height: auto;
    margin-bottom: 10px;
}

.product-recipes .recipe-link {
    font-size: 16px;
    color: #007bff;
    text-decoration: none;
}

.product-recipes .recipe-link:hover {
    text-decoration: underline;
}

.product-recipes a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #007bff;
}

.product-recipes a:hover {
    text-decoration: underline;
}

.product-recipes img {
    margin-right: 10px;
}

.product-specifications table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

.product-specifications th,
.product-specifications td {
    text-align: left;
    padding: 8px;
    border: none;
    color: white;
    background-color: #062f6e;
}

.product-specifications tr:nth-child(even) th,
.product-specifications tr:nth-child(even) td {
    background-color: #0a427a;
}

.product-specifications tr:nth-child(odd) th,
.product-specifications tr:nth-child(odd) td {
    background-color: #062f6e;
}

.product-awards {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.product-awards .award-image {
    width: 80px;
    height: auto;
    margin-right: 10px;
}

.product-awards .award-text {
    font-size: 14px;
    color: #333;
    text-transform: uppercase;
    font-weight: 600;
    font-style: italic;
    line-height: 1.2;
}

.icon.icon-user{
    transform: scale(1.1) translate(5px, 5px);
}

.icon.icon-cart {
    transform: scale(1.1) translate(-5px, -5px);
    overflow: visible;
}

.stage__policy__page--container .title3{
    text-align: center;
    margin: 20px 0 20px 0;
}

.stage__policy__page--container .rte {
    text-align: center;
    font-size: 20px;
    margin: 20px 0 50px 0;
}