.info-header {
    font-family: "Sedgwick Ave", cursive;
}

.icon-info {
    text-align: center;
    line-height: 28px;
    display: inline-block;
}

.icon-info .info-header {
    font-weight: bold;
    font-size: 22px;
    margin: 8px 0;
}

.icon-info .info-description {
    font-size: 18px;
}

.icon-container {
    background: #faedd7;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    text-align: center;
    display: inline-block;
}

.check-bullet > div,
.ingredients-list > div,
.general-inline-block-top > div {
    display: inline-block;
    vertical-align: top;
}

.check-bullet.spaced {
    margin-bottom: 6px;
}

.check-bullet > div:first-child {
    width: 30px;
    aspect-ratio: 1 / 1;
    line-height: 0;
}

.check-bullet.shadow img {
    box-shadow: 0 0 5px 2px rgba(0,0,0,0.35);
}

.check-bullet > div:last-child {
    width: calc(100% - 30px);
    padding-left: 20px;
    padding-top: 3px;
}

.text-color-light {
    color: white;
}

.ingredients-list {
    margin-bottom: 20px;
}

.ingredients-list > div:first-child {
    width: 100px;
    height: 100px;
    padding-top: 3px;
    aspect-ratio: 1 / 1;
    line-height: 0;
}

.ingredients-list > div:last-child {
    width: calc(100% - 100px);
    padding-left: 20px;
}

.ingredients-list .icon-container {
    box-shadow: 0 0 4px 2px rgba(40,40,40,0.65);
}

.ingredients-attributes > div {
    width: 25%;
}

.ingredients-attributes img {
    width: 100%;
    display: block;
}

.ingredients-attributes.alt-size-icons-0 img {
    width: 60%;
    margin: auto;
}

.ingredients-attributes.header-icons-descrips {
    font-size: 16px;
    line-height: 22px;
}

div.alternate-ingred .ingredients-list > div {
    vertical-align: middle;
}

.manual-accordion > div[data-role="collapsible"] {
    background: #ffde17c4;
    padding: 14px;
    font-weight: bold;
    font-size: 24px;
    border-bottom: 2px solid #af980e;
}

.manual-accordion > div[data-role="content"] {
    background: #515151c4;
    padding: 14px;
    color: white;
    display: none;
}

html {
    scroll-behavior: smooth;
}

.top-menu-target-section {
    scroll-margin-top: 110px; /* Change 80px to your header's actual height */
}

#alternateMenu {
    display: none;
    text-align: center;
    font-size: 14px;
    background: #fff7c6;
    box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.65);
}

#alternateMenu > div {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width:20%;
    max-width: 110px;
}

#alternateMenu > div > img {
    width:60%;
    display: block;
    margin: auto;
}

#alternateMenu > div > div {
    margin-bottom: 6px;
}

.image-margin-auto img {
    margin: auto;
}

.coming-soon-sign-up > div {
    display: inline-block;
}

.coming-soon-sign-up .title {
    font-weight: bold;
    font-size: 22px;
}

.cms-coming-soon .page-header,
.cms-coming-soon .footer-minicart,
.cms-coming-soon .footer-col.footer-links {
    display:none;
}

/* @media (min-width: 480px) and (max-width: 768px) {
    .home-top-header {
        padding-top: 100px;
    }
} */

@media (min-width: 1300px) {
    .how-narrow-width > div:first-child,
    .entire-column-narrow-w-190p {
        padding: 0 190px;
    }
}

@media (max-width: 1199px) {
    #alternateMenu {
        display: block;
        position: fixed;
        left: 0px;
        bottom: 0px;
        width: 100%;
        /* height: 40px; */
        z-index: 110;
    }

    .footer.flyout_on .footer-bottom {
        padding-bottom: 90px;
    }

    .top-menu-target-section {
        scroll-margin-top: 90px; /* Change 80px to your header's actual height */
    }

    .ingredients-attributes.header-icons-descrips {
        font-size: 14px;
    }
}

/* modifications */
.products-grid .hover-style12 .product-item-info {
    background-color: #ffffff3b;
    box-shadow: 0 0 10px 2px inset;
}

.products-grid .product-item .product-item-inner.style12 .icon-btn {
    width: 60%;
}

.page-header {
    background-color: #25242fe3;
}

body.cms-home .non-home-page-main-link {
    display: none;
}

body:not(.cms-home) .home-page-main-link {
    display: none;
}

/* override menu */
.nav-toggle {
    visibility: hidden;
    pointer-events: none;
}

/* overrides */

body.catalog-product-view .columns {
    margin-top: 90px;
}

body.catalog-product-view {
    background: rgb(211, 211, 211);
}

body.catalog-product-view #maincontent,
body.catalog-product-view .product.info.detailed {
    background-color: unset !important;
}

.search-toggle {
    visibility: hidden;
}