.info-header {
    font-weight: 800;
    text-transform: uppercase;
}

.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;
}

.general-inline-block-middle > div {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}

.general-line-height-normal {
    line-height: normal;
}

.general-font-color-black {
    color:black;
}

.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: #e5e5e5;
}

.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: 11px;
    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:54%;
    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;
}

.inline-two-tier > div,
.inline-two-tier > div > div,
.snippet > div {
    display: inline-block;
    vertical-align: middle;
}

.inline-two-tier.header-attributes > div {
    width: 33.333%;
}

.inline-two-tier.header-attributes > div > div:first-child {
    width: 72px;
    aspect-ratio: 1 / 1;
}

.inline-two-tier.header-attributes > div > div:last-child {
    width: calc(100% - 72px);
    margin-bottom: 10px;
}

.snippet {
    font-size: 16px;
    line-height: normal;
}

.snippet-header {
    font-weight: bold;
    margin-bottom: 6px;
}

.how-arrow-mobile {
    transform: rotate(90deg);
    margin: auto;
    width: 25%;
    aspect-ratio: 1 / 1;
}

.about-attributes {
    width: 80%;
    margin:auto;
}

.about-attributes .ingredients-attributes {
    background: rgba(255, 255, 255, 0.55);
    padding-bottom: 30px;
}

.about-attributes .ingredients-attributes > div {
    width: 25%;
    box-sizing: border-box;
    padding: 0 4px;
}

.background-white-rad {
    background: rgba(255,255,255,0.5);
    border-radius: 10px;
}

.inline-vert-top > div {
    display: inline-block;
    vertical-align: top;
}

.inline-vert-base > * {
    display: inline-block;
    vertical-align: baseline;
}

.buy-option {
    box-sizing: border-box;
    border-radius: 6px;
    border: 2px solid #b1b1b1;
    margin: 10px 0px;
    padding: 12px 24px;
    background: rgba(255, 255, 255, 0.35);
}

.buy-option > div {
    box-sizing: border-box;
}

.buy-option > div:first-child {
    width: 60%;
}

.buy-option > div:first-child > div {
    max-width: calc(100% - 28px);
}

.buy-option > div:last-child {
    width: 40%;
    text-align: right;
}

.buy-option input[type='radio'] {
    margin-top: 4px;
    margin-right: 10px;
    transform-origin: 0 0;
    transform: scale(1.25);
}

.buy-price {
    font-weight: bold;
    font-size: 24px;
}

.buy-price-descrip {
    font-size: 14px;
}

.buy-price-alert {
    display: inline-block;
    padding: 10px 14px;
    background: #ffde17;
    border-radius: 8px;
    margin-top: 6px;
    font-weight: bold;
    box-shadow: 0 0 6px 1px rgba(0,0,0,0.35);
}

#mainHeader img {
    display:block;
}

#headYoyoCont {
    width: 40%;
    margin:auto;
    position: relative;
    opacity:0;
}

#headYoyoCont > img {
    display:block;
}

#headYoyoCont .svg-cont {
    width: 50%;
    margin:auto;
    position: relative;
}

#headYoyoCont svg {
    position: absolute;
    display: block;
    top:0px;
    left:0px;
}

#container_text > g:not(#lowerText) > text,
#container_text > #lowerText {
    opacity: 0;
}

#mainHeaderText > div {
    display: inline-block;
}

/* @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;
        line-height: normal;
    }

    .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;
    }

    .about-attributes {
        width: unset;
    }

    .about-attributes .ingredients-attributes {
        background: none;
        padding-bottom: unset;
    }

    .about-attributes .ingredients-attributes > div {
        background: rgba(255, 255, 255, 0.55);
        padding-bottom: 30px;
        border-radius: 12px;
        width: calc(50% - 8px);
        margin: 4px;
    }

    #headYoyoCont {
        width: 90%;
    }

    .home-top-header {
        overflow-x: hidden;
    }
}

/* 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;
}

.footer-14:before {
    animation:none;
    background-image:none;
    display:none;
}

.footer-14:after {
    animation:none;
    background-image:none;
    display:none;
}

.footer-14 .shp_ftr,
#poco-footer-minicart {
    display:none !important;
}

.page-footer {
    margin-top: unset !important;
    padding-top: 50px;
}