/* Flatsome fixes the root canvas to the viewport. On image-heavy PDPs that
   forces full-viewport repaints and can expose checkerboard tiles during
   rapid scroll direction changes. Keep the canvas in the normal flow. */
html {
    background-attachment: scroll !important;
}
/* Flatsome's generic opacity transitions can retain very large PDP
   sections as compositor surfaces after the final layout is ready.
   These structural panels do not animate in the finished experience. */
body.single-product.usa-flagship-pdp-template .product-hero-section,
body.single-product.usa-flagship-pdp-template .product-hero-section > .section-content,
body.single-product.usa-flagship-pdp-template .product-hero-section .col,
body.single-product.usa-flagship-pdp-template .product-tabs-section,
body.single-product.usa-flagship-pdp-template .product-tabs-section .col,
body.single-product.usa-flagship-pdp-template .usa-review-proof-shell,
body.single-product.usa-flagship-pdp-template .usa-faq-section,
body.single-product.usa-flagship-pdp-template .usa-magnesium-closing-buy {
    transition: none !important;
}
@media (min-width: 850px) {
    body.single-product #header .header-top,
    body.single-product #header .header-main {
        display: none !important;
    }
    body.single-product #header .header-bottom {
        min-height: 74px;
        border-top: 0;
        background: #fff;
    }
}
@media (max-width: 849px) {
    body.single-product #header .header-bottom {
        display: none !important;
    }
}
body.single-product .usa-early-review-proof {
    box-sizing: border-box;
    width: min(1168px, calc(100% - 2rem));
    margin: 1.15rem auto 1.5rem;
    padding: 1.25rem;
    border: 1px solid #d8e6ed;
    border-radius: 18px;
    background: #eef5f8;
    color: #003159;
    box-shadow: 0 10px 30px rgba(0, 49, 89, .055);
}
body.single-product .usa-product-funnel-grid > .usa-early-review-proof--funnel-band {
    grid-column: 1 / -1;
    width: 100%;
    max-width: none;
    margin: 1rem 0 0;
}
body.single-product .usa-early-review-proof,
body.single-product .usa-early-review-proof * {
    box-sizing: border-box;
}
body.single-product .usa-early-review-proof__header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: .92rem;
}
body.single-product .usa-early-review-proof__header h2 {
    max-width: none;
    margin: 0 !important;
    color: #003159 !important;
    font-size: clamp(1.34rem, 2vw, 1.72rem) !important;
    font-weight: 800 !important;
    letter-spacing: -.025em !important;
    line-height: 1.14 !important;
    text-transform: none !important;
}
body.single-product .usa-early-review-proof__header p {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: .38rem;
    margin: 0;
    color: #526b7d !important;
    font-size: .82rem;
    line-height: 1.25;
    white-space: nowrap;
}
body.single-product .usa-early-review-proof__header p strong {
    color: #003159 !important;
    font-size: .9rem;
}
body.single-product .usa-early-review-proof__stars,
body.single-product .usa-early-review-card__stars {
    color: #009fe3 !important;
    font-weight: 800;
    letter-spacing: .06em;
    line-height: 1;
}
body.single-product .usa-early-review-proof__cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .75rem;
}
body.single-product .usa-early-review-proof--count-1 .usa-early-review-proof__cards {
    grid-template-columns: minmax(0, 1fr);
    max-width: 34rem;
}
body.single-product .usa-early-review-proof--count-2 .usa-early-review-proof__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
body.single-product .usa-early-review-card {
    display: flex;
    min-width: 0;
    min-height: 0;
    flex-direction: column;
    padding: 1rem;
    border: 1px solid rgba(0, 49, 89, .1);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 7px 18px rgba(0, 49, 89, .045);
}
body.single-product .usa-early-review-card__topline {
    display: flex;
    min-width: 0;
    align-items: center;
    justify-content: space-between;
    gap: .55rem;
}
body.single-product .usa-early-review-card__stars {
    flex: 0 0 auto;
    font-size: .78rem;
}
body.single-product .usa-early-review-card__formula {
    min-width: 0;
    padding: .26rem .48rem;
    border-radius: 999px;
    background: #edf7fb;
    color: #27637e !important;
    font-size: .63rem;
    font-weight: 750;
    line-height: 1.15;
    text-align: right;
}
body.single-product .usa-early-review-card blockquote {
    margin: .82rem 0 1rem !important;
    padding: 0 !important;
    border: 0 !important;
    color: #183b56 !important;
    font-size: .91rem !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: 1.5 !important;
}
body.single-product .usa-early-review-card blockquote::before,
body.single-product .usa-early-review-card blockquote::after {
    content: none !important;
}
body.single-product .usa-early-review-card footer {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: .14rem .55rem;
    align-items: center;
    margin-top: auto;
    color: #607789 !important;
    font-size: .68rem;
    line-height: 1.3;
}
body.single-product .usa-early-review-card footer strong {
    color: #003159 !important;
    font-size: .76rem;
    font-weight: 800;
}
body.single-product .usa-early-review-card footer span {
    color: #0f7a4f !important;
    font-weight: 750;
    text-align: right;
}
body.single-product .usa-early-review-card footer time {
    grid-column: 1 / -1;
    color: #728697 !important;
}
body.single-product .usa-early-review-proof__link {
    display: inline-flex;
    min-height: 2.75rem;
    align-items: center;
    gap: .42rem;
    margin-top: .68rem;
    color: #006eaa !important;
    font-size: .8rem;
    font-weight: 800;
    text-decoration: none !important;
}
body.single-product .usa-early-review-proof__link:hover,
body.single-product .usa-early-review-proof__link:focus-visible {
    color: #003159 !important;
    text-decoration: underline !important;
    text-underline-offset: 3px;
}
@media (max-width: 849px) {
    body.single-product .usa-early-review-proof,
    body.single-product .usa-product-funnel-grid > .usa-early-review-proof--funnel-band {
        width: 100%;
        margin: .88rem 0 0;
        padding: .92rem;
        border-radius: 15px;
    }
    body.single-product .usa-early-review-proof__header {
        display: block;
        margin-bottom: .78rem;
    }
    body.single-product .usa-early-review-proof__header h2 {
        font-size: 1.28rem !important;
    }
    body.single-product .usa-early-review-proof__header p {
        margin-top: .42rem;
        white-space: normal;
    }
    body.single-product .usa-early-review-proof__cards,
    body.single-product .usa-early-review-proof--count-1 .usa-early-review-proof__cards,
    body.single-product .usa-early-review-proof--count-2 .usa-early-review-proof__cards {
        display: grid;
        max-width: none;
        grid-template-columns: none;
        grid-auto-columns: 84%;
        grid-auto-flow: column;
        gap: .62rem;
        padding: 0 0 .35rem;
        overflow-x: auto;
        overscroll-behavior-inline: contain;
        scroll-snap-type: inline mandatory;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }
    body.single-product .usa-early-review-proof__cards::-webkit-scrollbar {
        display: none;
    }
    body.single-product .usa-early-review-proof--count-1 .usa-early-review-proof__cards {
        grid-auto-columns: 100%;
    }
    body.single-product .usa-early-review-card {
        min-height: 0;
        padding: .9rem;
        scroll-snap-align: start;
    }
    body.single-product .usa-early-review-card blockquote {
        font-size: .86rem !important;
    }
    body.single-product .usa-early-review-proof__link {
        width: 100%;
        min-height: 3rem;
        justify-content: space-between;
        margin-top: .42rem;
    }
}
body.single-product.usa-flagship-pdp-template .usa-review-proof-header {
    padding: 1.35rem 1.55rem !important;
}
body.single-product.usa-flagship-pdp-template .usa-review-proof-shell {
    width: min(1168px, 100%) !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
body.single-product.usa-flagship-pdp-template .usa-review-proof-header > p:not(.usa-review-proof-eyebrow) {
    max-width: 48rem !important;
    margin: .55rem 0 0 !important;
    font-size: .95rem !important;
    line-height: 1.5 !important;
}
body.single-product.usa-flagship-pdp-template .usa-review-proof-stats {
    display: flex !important;
    align-items: center !important;
    gap: 0 !important;
    margin: 1rem 0 0 !important;
    padding-top: .85rem !important;
    border-top: 1px solid rgba(0, 49, 89, .1) !important;
}
body.single-product.usa-flagship-pdp-template .usa-review-proof-stat {
    display: flex !important;
    align-items: baseline !important;
    min-height: 0 !important;
    padding: 0 1rem !important;
    border: 0 !important;
    border-left: 1px solid rgba(0, 49, 89, .12) !important;
    border-radius: 0 !important;
    background: transparent !important;
    font-size: .72rem !important;
    line-height: 1.25 !important;
}
body.single-product.usa-flagship-pdp-template .usa-review-proof-stat:first-child {
    padding-left: 0 !important;
    border-left: 0 !important;
}
body.single-product.usa-flagship-pdp-template .usa-review-proof-stat strong {
    display: inline !important;
    margin: 0 .38rem 0 0 !important;
    font-size: 1rem !important;
    line-height: 1 !important;
}
body.single-product.usa-flagship-pdp-template .usa-research-library {
    display: block !important;
    width: min(calc(100% - 2rem), 1168px) !important;
    margin: 3.25rem auto 0 !important;
    padding: 0 0 1rem !important;
    overflow: visible !important;
    border: 0 !important;
    border-top: 1px solid rgba(0, 49, 89, .16) !important;
    border-bottom: 1px solid rgba(0, 49, 89, .16) !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: #334155 !important;
}
body.single-product.usa-flagship-pdp-template .usa-research-library__header {
    margin: 0 !important;
    padding: 1rem 0 !important;
}
body.single-product.usa-flagship-pdp-template .usa-research-library__header h2 {
    color: #003159 !important;
    font-size: 1.15rem !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    letter-spacing: 0 !important;
}
body.single-product.usa-flagship-pdp-template .usa-research-library__grid {
    border-bottom: 0 !important;
    border-color: rgba(0, 49, 89, .12) !important;
}
body.single-product.usa-flagship-pdp-template .usa-research-source-card {
    grid-template-columns: 2.2rem minmax(7rem, .55fr) minmax(9rem, .8fr) minmax(0, 1.65fr) 10.5rem !important;
    gap: .75rem !important;
    padding: .72rem .25rem !important;
    border-top-color: rgba(0, 49, 89, .09) !important;
}
body.single-product.usa-flagship-pdp-template .usa-research-source-card__link {
    box-sizing: border-box !important;
    padding-left: .75rem !important;
}
body.single-product.usa-flagship-pdp-template .usa-research-source-card__meta,
body.single-product.usa-flagship-pdp-template .usa-research-source-card--featured .usa-research-source-card__meta {
    color: #60798a !important;
    font-size: .6rem !important;
    font-weight: 750 !important;
}
body.single-product.usa-flagship-pdp-template .usa-research-source-card h3,
body.single-product.usa-flagship-pdp-template .usa-research-source-card--featured h3 {
    color: #17364d !important;
    font-size: .86rem !important;
    font-weight: 750 !important;
    line-height: 1.25 !important;
}
body.single-product.usa-flagship-pdp-template .usa-research-source-card p,
body.single-product.usa-flagship-pdp-template .usa-research-source-card--featured p {
    color: #526879 !important;
    font-size: .76rem !important;
    line-height: 1.42 !important;
}
body.single-product.usa-flagship-pdp-template .usa-research-source-card a,
body.single-product.usa-flagship-pdp-template .usa-research-source-card--featured a {
    border-color: rgba(0, 126, 173, .25) !important;
    background: transparent !important;
    color: #007ead !important;
    font-size: .68rem !important;
}
body.single-product.usa-flagship-pdp-template .usa-research-source-card a:hover,
body.single-product.usa-flagship-pdp-template .usa-research-source-card a:focus-visible {
    border-color: #003159 !important;
    color: #003159 !important;
}
body.single-product.usa-flagship-pdp-template .usa-research-library__context {
    margin-top: .7rem !important;
    padding: .65rem 0 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
}
body.single-product.usa-flagship-pdp-template .usa-research-library__context p {
    color: #728494 !important;
    font-size: .7rem !important;
    line-height: 1.45 !important;
}
body.single-product.usa-flagship-pdp-template .usa-faq-section.usa-flagship-relocated-faq {
    width: min(calc(100% - 2rem), 1168px) !important;
    margin: 3rem auto 0 !important;
    padding: clamp(1.25rem, 2.4vw, 2rem) !important;
    overflow: hidden !important;
    border: 1px solid rgba(0, 49, 89, .11) !important;
    border-radius: 16px !important;
    background: #fff !important;
    box-shadow: 0 16px 34px rgba(15, 23, 42, .055) !important;
}
body.single-product.usa-flagship-pdp-template .usa-faq-section__title,
body.single-product.usa-flagship-pdp-template .usa-product-tab-layout h3.usa-faq-section__title {
    display: block !important;
    margin: 0 0 1rem !important;
    padding: 0 0 1rem !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(0, 49, 89, .14) !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #003159 !important;
    font-size: clamp(1.55rem, 2.4vw, 2rem) !important;
    font-weight: 850 !important;
    line-height: 1.1 !important;
}
body.single-product.usa-flagship-pdp-template .usa-faq-section .usa-faq-list {
    display: grid !important;
    gap: 0 !important;
    padding: 0 !important;
}
body.single-product.usa-flagship-pdp-template .usa-faq-list details,
body.single-product.usa-flagship-pdp-template .usa-faq-list details[open] {
    overflow: hidden !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(0, 49, 89, .12) !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    transition: background-color 160ms ease !important;
}
body.single-product.usa-flagship-pdp-template .usa-faq-list details:last-child,
body.single-product.usa-flagship-pdp-template .usa-faq-list details[open]:last-child {
    border-bottom: 0 !important;
}
body.single-product.usa-flagship-pdp-template .usa-faq-list summary {
    min-height: 3.5rem !important;
    padding: 1.1rem 3.25rem 1.1rem 0 !important;
    color: #003159 !important;
    font-size: 1rem !important;
    line-height: 1.4 !important;
}
body.single-product.usa-flagship-pdp-template .usa-faq-list summary:focus-visible {
    outline: 3px solid rgba(0, 159, 227, .28) !important;
    outline-offset: -3px !important;
}
body.single-product.usa-flagship-pdp-template .usa-faq-list summary::after {
    right: 0 !important;
    width: 1.8rem !important;
    height: 1.8rem !important;
    border: 1px solid rgba(0, 49, 89, .16) !important;
    background: #fff !important;
    color: #003159 !important;
    font-size: 1.05rem !important;
    transition: border-color 160ms ease, transform 160ms ease !important;
}
body.single-product.usa-flagship-pdp-template .usa-faq-list details[open] summary {
    border-bottom: 0 !important;
    color: #003159 !important;
}
body.single-product.usa-flagship-pdp-template .usa-faq-list details[open] summary::after {
    border-color: #003159 !important;
    background: #fff !important;
    color: #003159 !important;
}
body.single-product.usa-flagship-pdp-template .usa-faq-list details p {
    max-width: 58rem !important;
    padding: 0 3.25rem 1.2rem 0 !important;
    color: #40596b !important;
    font-size: .94rem !important;
    line-height: 1.62 !important;
}
body.single-product.usa-flagship-pdp-template .usa-faq-list details ul {
    margin: 0 3.25rem 1.2rem 1.15rem !important;
    color: #40596b !important;
    font-size: .94rem !important;
    line-height: 1.62 !important;
}
body.single-product.usa-cardio-wellness-template-product .usa-cardio-rename-note {
    width: min(1190px, calc(100% - 2rem));
    margin: 1.5rem auto 0 !important;
    padding: 1.15rem 0 0 !important;
    border: 0 !important;
    border-top: 1px solid rgba(0, 49, 89, .12) !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #647887 !important;
    font-size: .78rem !important;
    line-height: 1.55 !important;
}
@media (max-width: 549px) {
    body.single-product.usa-flagship-pdp-template .usa-faq-section.usa-flagship-relocated-faq {
        width: calc(100% - 1rem) !important;
        margin-top: 2.35rem !important;
        padding: 1rem !important;
        border-radius: 14px !important;
    }
    body.single-product.usa-flagship-pdp-template .usa-faq-section__title,
    body.single-product.usa-flagship-pdp-template .usa-product-tab-layout h3.usa-faq-section__title {
        margin-bottom: .75rem !important;
        padding-bottom: .85rem !important;
        font-size: 1.45rem !important;
    }
    body.single-product.usa-flagship-pdp-template .usa-faq-section .usa-faq-list {
        gap: 0 !important;
    }
    body.single-product.usa-flagship-pdp-template .usa-faq-list details,
    body.single-product.usa-flagship-pdp-template .usa-faq-list details[open] {
        border-radius: 0 !important;
    }
    body.single-product.usa-flagship-pdp-template .usa-faq-list summary {
        min-height: 0 !important;
        padding: 1rem 2.75rem 1rem 0 !important;
        font-size: .96rem !important;
    }
    body.single-product.usa-flagship-pdp-template .usa-faq-list summary::after {
        right: 0 !important;
        width: 1.65rem !important;
        height: 1.65rem !important;
    }
    body.single-product.usa-flagship-pdp-template .usa-faq-list details p {
        padding: 0 2.75rem 1rem 0 !important;
        font-size: .91rem !important;
    }
    body.single-product.usa-flagship-pdp-template .usa-faq-list details ul {
        margin: 0 2.75rem 1rem 1.05rem !important;
        font-size: .91rem !important;
    }
    body.single-product.usa-cardio-wellness-template-product .usa-cardio-rename-note {
        width: calc(100% - 1rem);
        margin-top: 1.25rem !important;
        padding-top: 1rem !important;
        font-size: .74rem !important;
    }
}
body.single-product.usa-flagship-pdp-template .legy-resze-sec.usa-magnesium-closing-buy {
    margin-top: 4rem !important;
    padding-bottom: 3.25rem !important;
}
body.single-product.usa-flagship-pdp-template .usa-flagship-closing-buy .usa-magnesium-closing-buy__inner {
    grid-template-columns: minmax(0, 1.12fr) minmax(18rem, .68fr) !important;
    min-height: 30rem !important;
    border-radius: 22px !important;
}
body.single-product.usa-flagship-pdp-template .usa-flagship-closing-buy .usa-magnesium-closing-buy__inner::before {
    inset: 1rem !important;
    border-radius: 16px !important;
}
body.single-product.usa-flagship-pdp-template .usa-flagship-closing-buy__intro {
    padding: 3rem 3.25rem .9rem !important;
}
body.single-product.usa-flagship-pdp-template .usa-flagship-closing-buy__intro h2 {
    max-width: 11ch !important;
    margin-bottom: .8rem !important;
    font-size: clamp(2.7rem, 4.4vw, 4rem) !important;
    line-height: .95 !important;
}
body.single-product.usa-flagship-pdp-template .usa-flagship-closing-buy__intro p {
    font-size: .94rem !important;
    line-height: 1.55 !important;
}
body.single-product.usa-flagship-pdp-template .usa-flagship-closing-buy .usa-magnesium-closing-buy__media {
    width: min(70%, 20rem) !important;
    padding: 1rem !important;
}
body.single-product.usa-flagship-pdp-template .usa-flagship-closing-buy__action {
    gap: .7rem 1rem !important;
    padding: 1rem 3.25rem 3rem !important;
}
body.single-product.usa-flagship-pdp-template .usa-flagship-closing-buy__action .usa-magnesium-closing-buy__price {
    font-size: 2rem !important;
}
body.single-product.usa-flagship-pdp-template .usa-flagship-closing-buy__action .usa-magnesium-closing-buy__button {
    min-height: 3.4rem !important;
}
body.single-product.usa-flagship-pdp-template .usa-magnesium-closing-buy__disclaimer.usa-flagship-combined-disclaimer {
    width: min(calc(100% - 2rem), 72rem) !important;
    margin: 1.5rem auto 0 !important;
    padding: 0 !important;
    font-size: .75rem !important;
    font-weight: 400 !important;
    line-height: 1.55 !important;
}
body.single-product.usa-flagship-pdp-template .usa-flagship-combined-disclaimer .usa-dshea-required {
    font-size: inherit !important;
    font-weight: 400 !important;
    line-height: inherit !important;
}
body.single-product.usa-flagship-pdp-template .usa-flagship-combined-disclaimer a {
    display: inline !important;
    padding: 0 !important;
    border: 0 !important;
    color: inherit !important;
    font-size: inherit !important;
    font-weight: 400 !important;
    line-height: inherit !important;
    letter-spacing: inherit !important;
    text-transform: none !important;
    text-decoration: underline !important;
    text-decoration-thickness: .06em !important;
    text-underline-offset: .14em !important;
}
html body .back-to-top.button {
    box-sizing: border-box !important;
    display: grid !important;
    place-items: center !important;
    width: 48px !important;
    height: 48px !important;
    min-width: 48px !important;
    min-height: 48px !important;
    max-width: 48px !important;
    max-height: 48px !important;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 50% !important;
    line-height: 1 !important;
}
html body .back-to-top.button i {
    position: static !important;
    margin: 0 !important;
    line-height: 1 !important;
}
@media (max-width: 849px) {
    body.single-product.usa-flagship-pdp-template .usa-review-proof-stats {
        flex-wrap: wrap !important;
        row-gap: .45rem !important;
    }
    body.single-product.usa-flagship-pdp-template .usa-review-proof-stat {
        padding: 0 .65rem !important;
        font-size: .66rem !important;
    }
    body.single-product.usa-flagship-pdp-template .usa-review-proof-stat:first-child {
        padding-left: 0 !important;
    }
    body.single-product.usa-flagship-pdp-template .usa-research-library,
    body.single-product.usa-flagship-pdp-template .usa-faq-section.usa-flagship-relocated-faq {
        width: calc(100% - 1rem) !important;
    }
    body.single-product.usa-flagship-pdp-template .usa-research-source-card {
        grid-template-columns: 2rem minmax(0, 1fr) !important;
        gap: .42rem !important;
        padding: .75rem .15rem !important;
    }
    body.single-product.usa-flagship-pdp-template .usa-research-source-card h3,
    body.single-product.usa-flagship-pdp-template .usa-research-source-card p,
    body.single-product.usa-flagship-pdp-template .usa-research-source-card__link {
        grid-column: 2 !important;
    }
    body.single-product.usa-flagship-pdp-template .usa-research-source-card__link {
        padding-top: .35rem !important;
        padding-left: 0 !important;
    }
    body.single-product.usa-flagship-pdp-template .usa-faq-section__title,
    body.single-product.usa-flagship-pdp-template .usa-product-tab-layout h3.usa-faq-section__title {
        font-size: 1.25rem !important;
    }
    body.single-product.usa-flagship-pdp-template .legy-resze-sec.usa-magnesium-closing-buy {
        margin-top: 3rem !important;
        padding-bottom: 2rem !important;
    }
    body.single-product.usa-flagship-pdp-template .usa-flagship-closing-buy .usa-magnesium-closing-buy__inner {
        grid-template-columns: 1fr !important;
        min-height: 0 !important;
        border-radius: 18px !important;
    }
    body.single-product.usa-flagship-pdp-template .usa-flagship-closing-buy__intro {
        padding: 2.5rem 1.25rem 1rem !important;
    }
    body.single-product.usa-flagship-pdp-template .usa-flagship-closing-buy__intro h2 {
        font-size: clamp(2.35rem, 12vw, 3.1rem) !important;
    }
    body.single-product.usa-flagship-pdp-template .usa-flagship-closing-buy .usa-magnesium-closing-buy__media {
        width: min(58vw, 13.5rem) !important;
        margin: .35rem auto .8rem !important;
    }
    body.single-product.usa-flagship-pdp-template .usa-flagship-closing-buy__action {
        padding: 1.1rem 1.25rem 2.5rem !important;
    }
    body.single-product.usa-flagship-pdp-template .usa-magnesium-closing-buy__disclaimer.usa-flagship-combined-disclaimer {
        width: calc(100% - 1rem) !important;
        margin-top: 1.25rem !important;
    }
    html body .back-to-top.button {
        width: 44px !important;
        height: 44px !important;
        min-width: 44px !important;
        min-height: 44px !important;
        max-width: 44px !important;
        max-height: 44px !important;
    }
    html body.single-product.usa-mobile-purchase-product .back-to-top.button {
        bottom: calc(96px + env(safe-area-inset-bottom, 0px)) !important;
        z-index: 99997 !important;
        transition: bottom .18s ease, opacity .18s ease !important;
    }
    html body.single-product.usa-mobile-purchase-product.usa-buy-module-in-view .back-to-top.button {
        bottom: calc(16px + env(safe-area-inset-bottom, 0px)) !important;
        visibility: hidden !important;
        opacity: 0 !important;
        pointer-events: none !important;
    }
}

/* Flagship CRAP pass: one repeatable width, rhythm, and type hierarchy. */
body.single-product.usa-flagship-pdp-template {
    --usa-pdp-content-max: 1168px;
    --usa-pdp-section-gap: 3.5rem;
    --usa-pdp-cluster-gap: 1.5rem;
    --usa-pdp-panel-pad: 2rem;
    --usa-pdp-body-size: 1rem;
    --usa-pdp-body-line: 1.6;
    --usa-pdp-section-title: clamp(2rem, 3vw, 2.4rem);
    --usa-pdp-subsection-title: clamp(1.35rem, 2vw, 1.55rem);
}
body.single-product.usa-flagship-pdp-template .usa-product-details--funnel-band,
body.single-product.usa-flagship-pdp-template .usa-product-details--mobile-after-buy,
body.single-product.usa-flagship-pdp-template .usa-early-review-proof--funnel-band,
body.single-product.usa-flagship-pdp-template .product-tabs-section .woocommerce-tabs,
body.single-product.usa-flagship-pdp-template .usa-review-proof-shell {
    box-sizing: border-box !important;
    width: min(var(--usa-pdp-content-max), 100%) !important;
    max-width: var(--usa-pdp-content-max) !important;
    margin-right: auto !important;
    margin-left: auto !important;
}
body.single-product.usa-flagship-pdp-template .usa-flagship-campaign,
body.single-product.usa-flagship-pdp-template .usa-faq-section.usa-flagship-relocated-faq,
body.single-product.usa-flagship-pdp-template .legy-resze-sec.usa-magnesium-closing-buy {
    box-sizing: border-box !important;
    width: min(var(--usa-pdp-content-max), calc(100% - 2rem)) !important;
    max-width: var(--usa-pdp-content-max) !important;
    margin-right: auto !important;
    margin-left: auto !important;
}
body.single-product.usa-flagship-pdp-template .usa-early-review-proof--funnel-band {
    margin-top: 0 !important;
    padding: 1.25rem !important;
}
body.single-product.usa-flagship-pdp-template .usa-flagship-campaign {
    margin-top: var(--usa-pdp-section-gap) !important;
    margin-bottom: 0 !important;
}
body.single-product.usa-flagship-pdp-template .usa-flagship-campaign + .product-banner-section {
    display: none !important;
}
body.single-product.usa-flagship-pdp-template section.section:has(.usa-review-proof-shell) {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
body.single-product.usa-flagship-pdp-template section.section:has(.usa-review-proof-shell) .col:has(> .usa-review-proof-shell) {
    padding-bottom: 0 !important;
}
body.single-product.usa-flagship-pdp-template .usa-review-proof-shell {
    margin-top: var(--usa-pdp-section-gap) !important;
}
body.single-product.usa-flagship-pdp-template .usa-faq-section.usa-flagship-relocated-faq {
    margin-top: var(--usa-pdp-section-gap) !important;
    padding: var(--usa-pdp-panel-pad) !important;
}
body.single-product.usa-flagship-pdp-template .legy-resze-sec.usa-magnesium-closing-buy {
    margin-top: var(--usa-pdp-section-gap) !important;
    padding-bottom: 3rem !important;
}
body.single-product.usa-flagship-pdp-template .usa-research-library {
    width: 100% !important;
    margin-top: 3rem !important;
}
body.single-product.usa-flagship-pdp-template .usa-magnesium-closing-buy__disclaimer.usa-flagship-combined-disclaimer {
    margin-top: 1.5rem !important;
}
body.single-product.usa-flagship-pdp-template .usa-product-tab-layout > h2 {
    margin-bottom: 1rem !important;
    font-size: var(--usa-pdp-section-title) !important;
    line-height: 1.12 !important;
}
body.single-product.usa-flagship-pdp-template .usa-product-tab-layout > h3 {
    margin: 2.5rem 0 .85rem !important;
    font-size: var(--usa-pdp-subsection-title) !important;
    font-weight: 750 !important;
    line-height: 1.25 !important;
}
body.single-product.usa-flagship-pdp-template .usa-product-tab-lead {
    max-width: 52rem !important;
    margin-bottom: var(--usa-pdp-cluster-gap) !important;
    font-size: 1.05rem !important;
    line-height: 1.62 !important;
}
body.single-product.usa-flagship-pdp-template .woocommerce-Tabs-panel--description .usa-product-tab-layout > .usa-product-tab-lead {
    max-width: 68rem !important;
}
body.single-product.usa-flagship-pdp-template .usa-certificate-guide,
body.single-product.usa-flagship-pdp-template .usa-guided-use,
body.single-product.usa-flagship-pdp-template .usa-certificate-guide *,
body.single-product.usa-flagship-pdp-template .usa-guided-use * {
    box-sizing: border-box;
}
body.single-product.usa-flagship-pdp-template .usa-certificate-guide > .usa-product-tab-lead,
body.single-product.usa-flagship-pdp-template .usa-guided-use > .usa-product-tab-lead {
    max-width: 68rem !important;
}
body.single-product.usa-flagship-pdp-template .usa-certificate-guide__source,
body.single-product.usa-flagship-pdp-template .usa-use-guidance-source {
    display: inline-flex;
    align-items: center;
    gap: .28rem;
    color: #006fa9 !important;
    font-weight: 750;
    text-decoration: underline;
    text-decoration-color: rgba(0, 111, 169, .32);
    text-underline-offset: .2em;
}
body.single-product.usa-flagship-pdp-template .usa-certificate-checks {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
    margin: 0 0 1.25rem;
}
body.single-product.usa-flagship-pdp-template .usa-certificate-check {
    position: relative;
    min-height: 15rem;
    margin: 0;
    padding: 1.55rem 1.35rem 1.4rem;
    overflow: hidden;
    border: 1px solid #d6e5ed;
    border-radius: 18px;
    background: #f5faff;
    box-shadow: 0 10px 26px rgba(0, 49, 89, .055);
}
body.single-product.usa-flagship-pdp-template .usa-certificate-check::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 5px;
    background: #00a4df;
    content: "";
}
body.single-product.usa-flagship-pdp-template .usa-certificate-check > span {
    display: block;
    margin-bottom: 1.8rem;
    color: #00a4df;
    font-size: .8rem;
    font-weight: 850;
    letter-spacing: .12em;
    line-height: 1;
}
body.single-product.usa-flagship-pdp-template .usa-certificate-check h3 {
    margin: 0 0 .72rem !important;
    color: #003159 !important;
    font-size: 1.25rem !important;
    font-weight: 850 !important;
    line-height: 1.15 !important;
}
body.single-product.usa-flagship-pdp-template .usa-certificate-check p {
    margin: 0;
    color: #425f73 !important;
    font-size: .94rem !important;
    line-height: 1.58 !important;
}
body.single-product.usa-flagship-pdp-template .usa-certificate-document {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 2rem;
    margin: 0;
    padding: 1.65rem 1.75rem;
    border-radius: 18px;
    background: #003159;
    color: #fff;
    box-shadow: 0 14px 34px rgba(0, 49, 89, .16);
}
body.single-product.usa-flagship-pdp-template .usa-certificate-document__badge {
    display: block;
    margin: 0 0 .55rem;
    color: #73d4f2;
    font-size: .72rem;
    font-weight: 850;
    letter-spacing: .11em;
    line-height: 1.2;
    text-transform: uppercase;
}
body.single-product.usa-flagship-pdp-template .usa-certificate-document h3 {
    margin: 0 0 .52rem !important;
    color: #fff !important;
    font-size: 1.45rem !important;
    font-weight: 850 !important;
    line-height: 1.16 !important;
}
body.single-product.usa-flagship-pdp-template .usa-certificate-document p {
    max-width: 47rem;
    margin: 0;
    color: rgba(255, 255, 255, .84) !important;
    font-size: .94rem !important;
    line-height: 1.55 !important;
}
body.single-product.usa-flagship-pdp-template .usa-certificate-document__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: .65rem;
}
body.single-product.usa-flagship-pdp-template .usa-certificate-document__button {
    display: inline-flex;
    min-height: 3.15rem;
    align-items: center;
    justify-content: center;
    gap: .35rem;
    padding: .8rem 1.05rem;
    border: 1px solid rgba(255, 255, 255, .48);
    border-radius: 999px;
    background: #fff;
    color: #003159 !important;
    font-size: .88rem;
    font-weight: 850;
    line-height: 1.15;
    text-align: center;
    text-decoration: none !important;
    transition: transform .18s ease, box-shadow .18s ease;
}
body.single-product.usa-flagship-pdp-template .usa-certificate-document__button:hover,
body.single-product.usa-flagship-pdp-template .usa-certificate-document__button:focus-visible {
    transform: translateY(-1px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, .16);
}
body.single-product.usa-flagship-pdp-template .usa-certificate-guide__note {
    margin: 1rem 0 0;
    padding: 0 .15rem;
    color: #637887 !important;
    font-size: .82rem !important;
    line-height: 1.55 !important;
}
body.single-product.usa-flagship-pdp-template .usa-use-guidance-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin: 0 0 2.2rem;
}
body.single-product.usa-flagship-pdp-template .usa-use-guidance-card {
    display: flex;
    min-height: 22.5rem;
    flex-direction: column;
    margin: 0;
    padding: 1.55rem;
    border: 1px solid #d6e5ed;
    border-radius: 18px;
    background: #f5faff;
    box-shadow: 0 10px 26px rgba(0, 49, 89, .055);
}
body.single-product.usa-flagship-pdp-template .usa-use-guidance-card--label {
    border-color: #003159;
    background: #003159;
}
body.single-product.usa-flagship-pdp-template .usa-use-guidance-card__eyebrow {
    display: block;
    margin-bottom: 1.5rem;
    color: #006fa9;
    font-size: .73rem;
    font-weight: 850;
    letter-spacing: .1em;
    line-height: 1.2;
    text-transform: uppercase;
}
body.single-product.usa-flagship-pdp-template .usa-use-guidance-card__metric {
    display: block;
    margin-bottom: .8rem;
    color: #003159;
    font-size: clamp(1.45rem, 2vw, 1.8rem);
    font-weight: 900;
    letter-spacing: -.035em;
    line-height: 1.08;
}
body.single-product.usa-flagship-pdp-template .usa-use-guidance-card > p {
    margin: 0;
    color: #425f73 !important;
    font-size: .94rem !important;
    line-height: 1.62 !important;
}
body.single-product.usa-flagship-pdp-template .usa-use-guidance-card--label .usa-use-guidance-card__eyebrow {
    color: #73d4f2;
}
body.single-product.usa-flagship-pdp-template .usa-use-guidance-card--label .usa-use-guidance-card__metric,
body.single-product.usa-flagship-pdp-template .usa-use-guidance-card--label > p {
    color: #fff !important;
}
body.single-product.usa-flagship-pdp-template .usa-use-guidance-card__per-capsule {
    margin-top: auto !important;
    padding-top: 1.25rem;
    border-top: 1px solid rgba(255, 255, 255, .22);
}
body.single-product.usa-flagship-pdp-template .usa-use-guidance-card__sources {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: .55rem;
    margin-top: auto;
    padding-top: 1.2rem;
    font-size: .82rem;
    line-height: 1.4;
}
body.single-product.usa-flagship-pdp-template h3.usa-use-routine-title {
    margin: 0 0 .9rem !important;
}
body.single-product.usa-flagship-pdp-template .usa-use-guidance-note {
    margin-top: 1rem;
    padding: 1.25rem 1.35rem;
    border-left: 5px solid #00a4df;
    border-radius: 0 14px 14px 0;
    background: #eef8fc;
}
body.single-product.usa-flagship-pdp-template .usa-use-guidance-note h3 {
    margin: 0 0 .38rem !important;
    color: #003159 !important;
    font-size: 1.12rem !important;
    font-weight: 850 !important;
    line-height: 1.25 !important;
}
body.single-product.usa-flagship-pdp-template .usa-use-guidance-note p {
    margin: 0;
    color: #425f73 !important;
    font-size: .94rem !important;
    line-height: 1.6 !important;
}
body.single-product.usa-flagship-pdp-template .usa-product-tab-card p,
body.single-product.usa-flagship-pdp-template .usa-research-summary p,
body.single-product.usa-flagship-pdp-template .usa-compare-row span,
body.single-product.usa-flagship-pdp-template .usa-product-tab-split p {
    font-size: var(--usa-pdp-body-size) !important;
    line-height: var(--usa-pdp-body-line) !important;
}
body.single-product.usa-flagship-pdp-template .usa-research-summary h3 {
    font-size: clamp(1.65rem, 2.45vw, 2rem) !important;
    line-height: 1.12 !important;
}
body.single-product.usa-flagship-pdp-template .usa-review-proof-header h2 {
    font-size: var(--usa-pdp-section-title) !important;
    line-height: 1.08 !important;
}
body.single-product.usa-flagship-pdp-template .usa-faq-section__title,
body.single-product.usa-flagship-pdp-template .usa-product-tab-layout h3.usa-faq-section__title {
    font-size: clamp(1.75rem, 2.5vw, 2rem) !important;
    line-height: 1.12 !important;
}
body.single-product.usa-flagship-pdp-template .usa-early-review-proof__header h2 {
    font-size: clamp(1.4rem, 2vw, 1.65rem) !important;
    line-height: 1.16 !important;
}
body.single-product.usa-flagship-pdp-template .usa-product-tab-grid,
body.single-product.usa-flagship-pdp-template .usa-trust-panel__proofs {
    gap: 1rem !important;
}
body.single-product.usa-flagship-pdp-template .usa-flagship-campaign__button,
body.single-product.usa-flagship-pdp-template .usa-magnesium-closing-buy__button {
    min-height: 3.375rem !important;
    padding: .9rem 1.4rem !important;
    font-size: 1rem !important;
    line-height: 1.2 !important;
}
body.single-product.usa-flagship-pdp-template .usa-product-mobile-lead {
    display: none;
}
body.single-product.usa-flagship-pdp-template .usa-flagship-deep-dive {
    margin: 2rem 0 0;
    overflow: hidden;
    border: 1px solid #d6e4ec;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(0, 49, 89, .065);
}
body.single-product.usa-flagship-pdp-template .usa-flagship-deep-dive > summary {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 2rem;
    gap: .25rem 1rem;
    align-items: center;
    min-height: 5rem;
    padding: 1.15rem 1.4rem;
    background: #f7fbfd;
    color: #003159;
    cursor: pointer;
    list-style: none;
}
body.single-product.usa-flagship-pdp-template .usa-flagship-deep-dive[open] > summary {
    border-bottom: 1px solid #dce8ef;
}
body.single-product.usa-flagship-pdp-template .usa-flagship-deep-dive > summary::-webkit-details-marker {
    display: none;
}
body.single-product.usa-flagship-pdp-template .usa-flagship-deep-dive > summary::after {
    content: "+";
    grid-column: 2;
    grid-row: 1 / span 2;
    align-self: center;
    justify-self: end;
    display: grid;
    place-items: center;
    width: 2rem;
    height: 2rem;
    border-radius: 999px;
    background: #e8f7fc;
    color: #0b8fc2;
    font-size: 1.35rem;
    font-weight: 700;
    line-height: 1;
}
body.single-product.usa-flagship-pdp-template .usa-flagship-deep-dive[open] > summary::after {
    content: "−";
}
body.single-product.usa-flagship-pdp-template .usa-flagship-deep-dive > summary > span {
    grid-column: 1;
    color: #003159 !important;
    font-size: 1.25rem !important;
    font-weight: 850 !important;
    line-height: 1.2 !important;
}
body.single-product.usa-flagship-pdp-template .usa-flagship-deep-dive > summary > small {
    grid-column: 1;
    display: block;
    max-width: 54rem;
    color: #557083;
    font-size: .9rem;
    font-weight: 400;
    line-height: 1.45;
}
body.single-product.usa-flagship-pdp-template .usa-flagship-deep-dive > summary:focus-visible {
    outline: 2px solid #12a8e0;
    outline-offset: -3px;
    border-radius: 13px;
}
body.single-product.usa-flagship-pdp-template .usa-flagship-deep-dive__body {
    padding: 1.5rem;
}
body.single-product.usa-flagship-pdp-template .usa-flagship-deep-dive__body > .usa-research-summary:first-child {
    gap: .65rem;
    margin: 0 0 1.5rem !important;
    padding: 1.4rem !important;
    border-left-width: 4px;
    border-radius: 14px;
    box-shadow: none;
}
body.single-product.usa-flagship-pdp-template .usa-flagship-deep-dive .usa-research-summary__eyebrow {
    font-size: .7rem;
}
body.single-product.usa-flagship-pdp-template .usa-flagship-deep-dive .usa-research-summary h3 {
    font-size: var(--usa-pdp-subsection-title) !important;
    line-height: 1.16 !important;
}
body.single-product.usa-flagship-pdp-template .usa-flagship-deep-dive .usa-research-summary p {
    margin: 0 !important;
    color: #334f63 !important;
    font-size: .96rem !important;
    line-height: 1.58 !important;
}
body.single-product.usa-flagship-pdp-template .usa-flagship-deep-dive__body > h3 {
    margin: 0 0 .75rem !important;
    color: #003159 !important;
    font-size: 1.2rem !important;
    font-weight: 850 !important;
    line-height: 1.25 !important;
}
body.single-product.usa-flagship-pdp-template .usa-flagship-deep-dive .usa-compare-table {
    margin: 0 0 1.5rem;
    border-color: #d6e4ec;
    border-radius: 12px;
    box-shadow: none;
}
body.single-product.usa-flagship-pdp-template .usa-flagship-deep-dive .usa-compare-row {
    grid-template-columns: minmax(10rem, .72fr) minmax(12rem, 1.05fr) minmax(14rem, 1.35fr);
    gap: 1.25rem;
    padding: .95rem 1.15rem;
}
body.single-product.usa-flagship-pdp-template .usa-flagship-deep-dive .usa-compare-row:nth-child(odd):not(:first-child) {
    background: #f8fbfd;
}
body.single-product.usa-flagship-pdp-template .usa-flagship-deep-dive .usa-compare-row:first-child span {
    font-size: .84rem !important;
    font-weight: 850 !important;
    letter-spacing: .02em;
    line-height: 1.25 !important;
}
body.single-product.usa-flagship-pdp-template .usa-flagship-deep-dive .usa-compare-row strong {
    font-size: .95rem !important;
    line-height: 1.45 !important;
}
body.single-product.usa-flagship-pdp-template .usa-flagship-deep-dive .usa-compare-row span {
    font-size: .94rem !important;
    line-height: 1.5 !important;
}
body.single-product.usa-flagship-pdp-template .usa-flagship-deep-dive .usa-product-tab-split {
    gap: 1rem !important;
    margin-top: 0;
}
body.single-product.usa-flagship-pdp-template .usa-flagship-deep-dive .usa-product-tab-split .usa-product-tab-card {
    padding: 1.15rem 1.2rem !important;
    border-color: #d6e4ec;
    border-radius: 12px !important;
    background: #f7fbfd;
    box-shadow: none;
}
body.single-product.usa-flagship-pdp-template .usa-flagship-deep-dive .usa-product-tab-split .usa-product-tab-card h3 {
    margin: 0 0 .45rem !important;
    font-size: 1.2rem !important;
    line-height: 1.22 !important;
}
body.single-product.usa-flagship-pdp-template .usa-flagship-deep-dive .usa-product-tab-split .usa-product-tab-card p {
    margin: 0 !important;
    font-size: .94rem !important;
    line-height: 1.55 !important;
}
@media (max-width: 849px) {
    body.single-product.usa-flagship-pdp-template {
        --usa-pdp-section-gap: 2.5rem;
        --usa-pdp-cluster-gap: 1.25rem;
        --usa-pdp-panel-pad: 1rem;
        --usa-pdp-section-title: 1.55rem;
        --usa-pdp-subsection-title: 1.3rem;
    }
    body.single-product.usa-flagship-pdp-template .usa-product-mobile-lead {
        display: block;
        width: 100% !important;
        max-width: none !important;
        margin: 0 0 .75rem !important;
        padding: 0 !important;
    }
    body.single-product.usa-flagship-pdp-template .usa-product-mobile-lead h1.product-title,
    body.single-product.usa-flagship-pdp-template .usa-product-mobile-lead h1 {
        margin: 0 0 .65rem !important;
    }
    body.single-product.usa-flagship-pdp-template .usa-product-mobile-lead .usa-product-rating-summary,
    body.single-product.usa-flagship-pdp-template .usa-product-mobile-lead .woocommerce-product-rating {
        margin: 0 0 .62rem !important;
    }
    body.single-product.usa-flagship-pdp-template .usa-product-mobile-lead__promise {
        max-width: 42rem;
        margin: 0 !important;
        color: #294b63 !important;
        font-size: 1rem !important;
        line-height: 1.5 !important;
    }
    body.single-product.usa-flagship-pdp-template .usa-flagship-deep-dive {
        margin-top: 1.5rem;
        border-radius: 14px;
    }
    body.single-product.usa-flagship-pdp-template .usa-flagship-deep-dive > summary {
        grid-template-columns: minmax(0, 1fr) 1.75rem;
        gap: .2rem .75rem;
        min-height: 0;
        padding: 1rem;
    }
    body.single-product.usa-flagship-pdp-template .usa-flagship-deep-dive > summary > span {
        font-size: 1.06rem !important;
    }
    body.single-product.usa-flagship-pdp-template .usa-flagship-deep-dive > summary > small {
        font-size: .84rem;
        line-height: 1.45;
    }
    body.single-product.usa-flagship-pdp-template .usa-flagship-deep-dive > summary::after {
        width: 1.75rem;
        height: 1.75rem;
        font-size: 1.15rem;
    }
    body.single-product.usa-flagship-pdp-template .usa-flagship-deep-dive__body {
        padding: 1rem;
    }
    body.single-product.usa-flagship-pdp-template .usa-flagship-deep-dive__body > .usa-research-summary:first-child {
        gap: .6rem;
        margin-bottom: 1.2rem !important;
        padding: 1rem !important;
        border-left-width: 3px;
        border-radius: 12px;
    }
    body.single-product.usa-flagship-pdp-template .usa-flagship-deep-dive .usa-research-summary h3 {
        font-size: 1.3rem !important;
        line-height: 1.18 !important;
    }
    body.single-product.usa-flagship-pdp-template .usa-flagship-deep-dive .usa-research-summary p {
        font-size: .94rem !important;
        line-height: 1.55 !important;
    }
    body.single-product.usa-flagship-pdp-template .usa-flagship-deep-dive__body > h3 {
        margin-bottom: .65rem !important;
        font-size: 1.08rem !important;
    }
    body.single-product.usa-flagship-pdp-template .usa-flagship-deep-dive .usa-compare-table {
        margin-bottom: 1.2rem;
    }
    body.single-product.usa-flagship-pdp-template .usa-flagship-deep-dive .usa-compare-row:first-child {
        display: none;
    }
    body.single-product.usa-flagship-pdp-template .usa-flagship-deep-dive .usa-compare-row:not(:first-child) {
        gap: .55rem !important;
        padding: .95rem !important;
    }
    body.single-product.usa-flagship-pdp-template .usa-flagship-deep-dive .usa-compare-row:not(:first-child) > [data-usa-column-label] {
        display: block;
    }
    body.single-product.usa-flagship-pdp-template .usa-flagship-deep-dive .usa-compare-row:not(:first-child) > [data-usa-column-label]::before {
        content: attr(data-usa-column-label);
        display: block;
        margin-bottom: .18rem;
        color: #567084;
        font-size: .65rem;
        font-weight: 850;
        letter-spacing: .055em;
        line-height: 1.35;
        text-transform: uppercase;
    }
    body.single-product.usa-flagship-pdp-template .usa-flagship-deep-dive .usa-compare-row:not(:first-child) > [data-usa-column-label]:first-child::before {
        display: none;
    }
    body.single-product.usa-flagship-pdp-template .usa-flagship-deep-dive .usa-compare-row strong,
    body.single-product.usa-flagship-pdp-template .usa-flagship-deep-dive .usa-compare-row span {
        font-size: .88rem !important;
        line-height: 1.48 !important;
    }
    body.single-product.usa-flagship-pdp-template .usa-flagship-deep-dive .usa-product-tab-split {
        gap: .75rem !important;
    }
    body.single-product.usa-flagship-pdp-template .usa-flagship-deep-dive .usa-product-tab-split .usa-product-tab-card {
        padding: 1rem !important;
    }
    body.single-product.usa-flagship-pdp-template .product-tabs-section .woocommerce-Tabs-panel {
        padding: 1rem !important;
    }
    body.single-product.usa-flagship-pdp-template .usa-early-review-proof--funnel-band {
        padding: 1rem !important;
    }
    body.single-product.usa-flagship-pdp-template .usa-review-proof-shell {
        margin-top: var(--usa-pdp-section-gap) !important;
        padding: 1rem !important;
    }
    body.single-product.usa-flagship-pdp-template .usa-faq-section.usa-flagship-relocated-faq,
    body.single-product.usa-flagship-pdp-template .legy-resze-sec.usa-magnesium-closing-buy,
    body.single-product.usa-flagship-pdp-template .usa-magnesium-closing-buy__disclaimer.usa-flagship-combined-disclaimer {
        width: calc(100% - 2rem) !important;
    }
    body.single-product.usa-flagship-pdp-template .usa-faq-section.usa-flagship-relocated-faq {
        margin-top: var(--usa-pdp-section-gap) !important;
        padding: var(--usa-pdp-panel-pad) !important;
    }
    body.single-product.usa-flagship-pdp-template .legy-resze-sec.usa-magnesium-closing-buy {
        margin-top: var(--usa-pdp-section-gap) !important;
        padding-bottom: 2rem !important;
    }
    body.single-product.usa-flagship-pdp-template .usa-research-library {
        width: 100% !important;
        margin-top: 2rem !important;
    }
    body.single-product.usa-flagship-pdp-template .usa-product-tab-layout > h2 {
        margin-bottom: .85rem !important;
        font-size: var(--usa-pdp-section-title) !important;
    }
    body.single-product.usa-flagship-pdp-template .usa-product-tab-layout > h3 {
        margin: 2rem 0 .75rem !important;
        font-size: var(--usa-pdp-subsection-title) !important;
    }
    body.single-product.usa-flagship-pdp-template .usa-product-tab-lead {
        margin-bottom: var(--usa-pdp-cluster-gap) !important;
        font-size: 1rem !important;
        line-height: 1.6 !important;
    }
    body.single-product.usa-flagship-pdp-template .usa-certificate-checks,
    body.single-product.usa-flagship-pdp-template .usa-use-guidance-grid {
        grid-template-columns: 1fr;
    }
    body.single-product.usa-flagship-pdp-template .usa-certificate-check {
        min-height: 0;
        padding: 1.3rem 1.2rem 1.2rem;
    }
    body.single-product.usa-flagship-pdp-template .usa-certificate-check > span {
        margin-bottom: .9rem;
    }
    body.single-product.usa-flagship-pdp-template .usa-certificate-document {
        grid-template-columns: 1fr;
        gap: 1.15rem;
        padding: 1.35rem 1.2rem;
    }
    body.single-product.usa-flagship-pdp-template .usa-certificate-document__actions {
        justify-content: stretch;
    }
    body.single-product.usa-flagship-pdp-template .usa-certificate-document__button {
        width: 100%;
    }
    body.single-product.usa-flagship-pdp-template .usa-use-guidance-card {
        min-height: 0;
        padding: 1.3rem 1.2rem;
    }
    body.single-product.usa-flagship-pdp-template .usa-use-guidance-card__eyebrow {
        margin-bottom: 1rem;
    }
    body.single-product.usa-flagship-pdp-template .usa-use-guidance-card__sources,
    body.single-product.usa-flagship-pdp-template .usa-use-guidance-card__per-capsule {
        margin-top: 1.1rem !important;
    }
    body.single-product.usa-flagship-pdp-template .usa-research-summary h3 {
        font-size: 1.4rem !important;
    }
    body.single-product.usa-flagship-pdp-template .usa-review-proof-header h2 {
        font-size: 1.75rem !important;
    }
    body.single-product.usa-flagship-pdp-template .usa-faq-section__title,
    body.single-product.usa-flagship-pdp-template .usa-product-tab-layout h3.usa-faq-section__title {
        font-size: 1.4rem !important;
    }
    body.single-product.usa-flagship-pdp-template .usa-flagship-closing-buy__intro h2 {
        font-size: clamp(2.25rem, 10vw, 2.55rem) !important;
        line-height: 1.02 !important;
    }
}
/* Phone PDP continuation: one calm system after the purchase/details area. */
@media (max-width: 549px) {
    body.single-product.usa-flagship-pdp-template {
        --usa-pdp-section-gap: 2rem;
        --usa-pdp-cluster-gap: 1rem;
        --usa-pdp-panel-pad: 1rem;
    }
    body.single-product.usa-flagship-pdp-template .product-tabs-section {
        padding-bottom: 1.5rem !important;
    }
    body.single-product.usa-flagship-pdp-template .product-tabs-section .woocommerce-tabs {
        width: 100% !important;
        overflow: visible !important;
    }
    body.single-product.usa-flagship-pdp-template .woocommerce-tabs ul.product-tabs,
    body.single-product.usa-flagship-pdp-template .woocommerce-tabs ul.tabs {
        display: flex !important;
        grid-template-columns: none !important;
        flex-wrap: nowrap !important;
        align-items: center !important;
        justify-content: flex-start !important;
        gap: .25rem !important;
        margin: 0 0 .75rem !important;
        padding: .25rem !important;
        overflow-x: auto !important;
        border: 1px solid #d7e4ec !important;
        border-radius: 999px !important;
        background: #f1f7fa !important;
        box-shadow: none !important;
        scroll-snap-type: x proximity;
        scrollbar-width: none;
    }
    body.single-product.usa-flagship-pdp-template .woocommerce-tabs ul.product-tabs::-webkit-scrollbar,
    body.single-product.usa-flagship-pdp-template .woocommerce-tabs ul.tabs::-webkit-scrollbar,
    body.single-product.usa-flagship-pdp-template .usa-use-guidance-grid::-webkit-scrollbar {
        display: none;
    }
    body.single-product.usa-flagship-pdp-template .woocommerce-tabs ul.product-tabs li,
    body.single-product.usa-flagship-pdp-template .woocommerce-tabs ul.tabs li {
        flex: 0 0 auto !important;
        margin: 0 !important;
        scroll-snap-align: start;
    }
    body.single-product.usa-flagship-pdp-template .woocommerce-tabs ul.product-tabs li a,
    body.single-product.usa-flagship-pdp-template .woocommerce-tabs ul.tabs li a {
        min-height: 2.45rem !important;
        padding: .66rem .88rem !important;
        border: 0 !important;
        border-radius: 999px !important;
        background: transparent !important;
        box-shadow: none !important;
        font-size: .76rem !important;
        font-weight: 800 !important;
        line-height: 1 !important;
        white-space: nowrap !important;
    }
    body.single-product.usa-flagship-pdp-template .woocommerce-tabs ul.product-tabs li.active a,
    body.single-product.usa-flagship-pdp-template .woocommerce-tabs ul.tabs li.active a {
        background: #003159 !important;
        color: #fff !important;
        box-shadow: none !important;
    }
    body.single-product.usa-flagship-pdp-template .product-tabs-section .woocommerce-Tabs-panel {
        padding: 1.1rem !important;
        border: 1px solid #dbe6ed !important;
        border-radius: 16px !important;
        background: #fff !important;
        box-shadow: 0 8px 24px rgba(0, 49, 89, .055) !important;
    }
    body.single-product.usa-flagship-pdp-template .usa-product-tab-layout > h2 {
        margin: 0 0 .75rem !important;
        font-size: 1.5rem !important;
        line-height: 1.08 !important;
        text-wrap: balance;
    }
    body.single-product.usa-flagship-pdp-template .usa-product-tab-layout > h3 {
        margin: 1.6rem 0 .65rem !important;
        font-size: 1.12rem !important;
        line-height: 1.2 !important;
    }
    body.single-product.usa-flagship-pdp-template .usa-product-tab-lead {
        margin-bottom: 1rem !important;
        font-size: .95rem !important;
        line-height: 1.52 !important;
    }
    body.single-product.usa-flagship-pdp-template .usa-product-tab-layout p:empty {
        display: none !important;
    }
    body.single-product.usa-flagship-pdp-template .woocommerce-Tabs-panel--description .usa-product-tab-layout > .usa-disclaimer-note {
        display: none !important;
    }
    body.single-product.usa-flagship-pdp-template .usa-trust-panel {
        gap: .5rem !important;
        padding: .75rem !important;
        border: 1px solid #dce8ef !important;
        border-radius: 14px !important;
        background: #f4f9fc !important;
        box-shadow: none !important;
    }
    body.single-product.usa-flagship-pdp-template .usa-trust-panel__metric {
        min-height: 0 !important;
        padding: 1rem !important;
        border-radius: 11px !important;
    }
    body.single-product.usa-flagship-pdp-template .usa-trust-panel__metric strong {
        font-size: 1.75rem !important;
        line-height: 1 !important;
    }
    body.single-product.usa-flagship-pdp-template .usa-trust-panel__metric span {
        font-size: .88rem !important;
        line-height: 1.32 !important;
    }
    body.single-product.usa-flagship-pdp-template .usa-proof-grid {
        gap: 0 !important;
    }
    body.single-product.usa-flagship-pdp-template .usa-proof-card {
        display: grid !important;
        grid-template-columns: minmax(5.8rem, .72fr) minmax(0, 1fr) !important;
        gap: .55rem !important;
        align-items: start !important;
        min-height: 0 !important;
        padding: .78rem .15rem !important;
        border: 0 !important;
        border-bottom: 1px solid #dce8ef !important;
        border-radius: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
    }
    body.single-product.usa-flagship-pdp-template .usa-proof-card:last-child {
        border-bottom: 0 !important;
    }
    body.single-product.usa-flagship-pdp-template .usa-proof-card strong {
        font-size: .94rem !important;
        line-height: 1.3 !important;
    }
    body.single-product.usa-flagship-pdp-template .usa-proof-card span {
        font-size: .82rem !important;
        line-height: 1.42 !important;
    }
    body.single-product.usa-flagship-pdp-template .usa-product-tab-grid {
        display: block !important;
        overflow: hidden !important;
        border: 1px solid #dce8ef !important;
        border-radius: 14px !important;
        background: #fff !important;
    }
    body.single-product.usa-flagship-pdp-template .usa-product-tab-grid > .usa-product-tab-card {
        padding: .88rem !important;
        border: 0 !important;
        border-bottom: 1px solid #dce8ef !important;
        border-radius: 0 !important;
        background: #fff !important;
        box-shadow: none !important;
    }
    body.single-product.usa-flagship-pdp-template .usa-product-tab-grid > .usa-product-tab-card:last-child {
        border-bottom: 0 !important;
    }
    body.single-product.usa-flagship-pdp-template .usa-product-tab-grid .usa-product-tab-card h3 {
        margin: 0 0 .3rem !important;
        font-size: 1rem !important;
        line-height: 1.2 !important;
    }
    body.single-product.usa-flagship-pdp-template .usa-product-tab-grid .usa-product-tab-card p {
        margin: 0 !important;
        font-size: .88rem !important;
        line-height: 1.48 !important;
    }
    body.single-product.usa-flagship-pdp-template .usa-flagship-deep-dive {
        margin-top: 1.25rem !important;
        box-shadow: none !important;
    }
    body.single-product.usa-flagship-pdp-template .usa-flagship-deep-dive > summary {
        padding: .88rem !important;
    }
    body.single-product.usa-flagship-pdp-template .usa-flagship-deep-dive > summary > span {
        font-size: .98rem !important;
    }
    body.single-product.usa-flagship-pdp-template .usa-flagship-deep-dive > summary > small {
        font-size: .76rem !important;
        line-height: 1.38 !important;
    }
    body.single-product.usa-flagship-pdp-template .usa-flagship-deep-dive__body {
        padding: .85rem !important;
    }
    body.single-product.usa-flagship-pdp-template .usa-certificate-checks {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: .6rem !important;
    }
    body.single-product.usa-flagship-pdp-template .usa-certificate-check {
        min-height: 0 !important;
        padding: .9rem .8rem .8rem !important;
        border-radius: 12px !important;
        box-shadow: none !important;
    }
    body.single-product.usa-flagship-pdp-template .usa-certificate-check::before {
        height: 3px !important;
    }
    body.single-product.usa-flagship-pdp-template .usa-certificate-check > span {
        margin-bottom: .55rem !important;
        font-size: .64rem !important;
    }
    body.single-product.usa-flagship-pdp-template .usa-certificate-check h3 {
        margin-bottom: .35rem !important;
        font-size: .94rem !important;
    }
    body.single-product.usa-flagship-pdp-template .usa-certificate-check p {
        font-size: .78rem !important;
        line-height: 1.42 !important;
    }
    body.single-product.usa-flagship-pdp-template .usa-certificate-document {
        gap: .8rem !important;
        padding: 1rem !important;
        border-radius: 14px !important;
        box-shadow: none !important;
    }
    body.single-product.usa-flagship-pdp-template .usa-certificate-document h3 {
        font-size: 1.15rem !important;
    }
    body.single-product.usa-flagship-pdp-template .usa-certificate-document p {
        font-size: .82rem !important;
        line-height: 1.46 !important;
    }
    body.single-product.usa-flagship-pdp-template .usa-certificate-document__button {
        min-height: 2.75rem !important;
        font-size: .78rem !important;
    }
    body.single-product.usa-flagship-pdp-template .usa-certificate-guide__note {
        font-size: .76rem !important;
    }
    body.single-product.usa-flagship-pdp-template .usa-use-guidance-grid {
        display: flex !important;
        grid-template-columns: none !important;
        gap: .65rem !important;
        margin: 0 -1rem 1.5rem 0 !important;
        padding: 0 1rem .45rem 0 !important;
        overflow-x: auto !important;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
    }
    body.single-product.usa-flagship-pdp-template .usa-use-guidance-card {
        flex: 0 0 88% !important;
        min-height: 0 !important;
        padding: 1rem !important;
        border-radius: 14px !important;
        box-shadow: none !important;
        scroll-snap-align: start;
    }
    body.single-product.usa-flagship-pdp-template .usa-use-guidance-card__eyebrow {
        margin-bottom: .7rem !important;
        font-size: .66rem !important;
    }
    body.single-product.usa-flagship-pdp-template .usa-use-guidance-card__metric {
        margin-bottom: .6rem !important;
        font-size: 1.28rem !important;
    }
    body.single-product.usa-flagship-pdp-template .usa-use-guidance-card > p {
        font-size: .86rem !important;
        line-height: 1.48 !important;
    }
    body.single-product.usa-flagship-pdp-template .usa-use-guidance-card__sources,
    body.single-product.usa-flagship-pdp-template .usa-use-guidance-card__per-capsule {
        margin-top: .8rem !important;
        padding-top: .8rem !important;
    }
    body.single-product.usa-flagship-pdp-template .usa-use-steps {
        display: block !important;
        overflow: hidden !important;
        border: 1px solid #dce8ef !important;
        border-radius: 14px !important;
        background: #fff !important;
    }
    body.single-product.usa-flagship-pdp-template .usa-use-step {
        display: grid !important;
        grid-template-columns: 2rem minmax(0, 1fr) !important;
        gap: .15rem .65rem !important;
        min-height: 0 !important;
        padding: .85rem !important;
        border: 0 !important;
        border-bottom: 1px solid #dce8ef !important;
        border-radius: 0 !important;
        background: #fff !important;
        box-shadow: none !important;
    }
    body.single-product.usa-flagship-pdp-template .usa-use-step:last-child {
        border-bottom: 0 !important;
    }
    body.single-product.usa-flagship-pdp-template .usa-use-step__number {
        grid-column: 1;
        grid-row: 1 / span 2;
    }
    body.single-product.usa-flagship-pdp-template .usa-use-step h3 {
        grid-column: 2;
        margin: 0 !important;
        font-size: .95rem !important;
    }
    body.single-product.usa-flagship-pdp-template .usa-use-step p {
        grid-column: 2;
        margin: 0 !important;
        font-size: .84rem !important;
        line-height: 1.42 !important;
    }
    body.single-product.usa-flagship-pdp-template .usa-use-guidance-note,
    body.single-product.usa-flagship-pdp-template .usa-warning-box {
        padding: 1rem !important;
        border-radius: 0 12px 12px 0 !important;
        box-shadow: none !important;
    }
    body.single-product.usa-flagship-pdp-template .usa-use-guidance-note h3,
    body.single-product.usa-flagship-pdp-template .usa-warning-box h3 {
        font-size: 1rem !important;
    }
    body.single-product.usa-flagship-pdp-template .usa-use-guidance-note p,
    body.single-product.usa-flagship-pdp-template .usa-warning-box p {
        font-size: .84rem !important;
        line-height: 1.46 !important;
    }
    body.single-product.usa-flagship-pdp-template .usa-warning-box ul {
        margin-bottom: 0 !important;
        font-size: .8rem !important;
        line-height: 1.44 !important;
    }
    body.single-product.usa-flagship-pdp-template .usa-review-proof-shell {
        width: calc(100% - 1.5rem) !important;
        margin-top: 2rem !important;
        padding: .65rem !important;
        border-radius: 18px !important;
        box-shadow: none !important;
    }
    body.single-product.usa-flagship-pdp-template .usa-review-proof-shell > .usa-review-proof-header {
        padding: 1.1rem !important;
        border-radius: 13px !important;
    }
    body.single-product.usa-flagship-pdp-template .usa-review-proof-shell > .usa-review-proof-header h2 {
        margin-bottom: .55rem !important;
        font-size: 1.45rem !important;
        line-height: 1.06 !important;
        text-wrap: balance;
    }
    body.single-product.usa-flagship-pdp-template .usa-review-proof-header > p:not(.usa-review-proof-eyebrow) {
        margin-bottom: .85rem !important;
        font-size: .84rem !important;
        line-height: 1.42 !important;
    }
    body.single-product.usa-flagship-pdp-template .usa-review-proof-stats {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: .45rem !important;
    }
    body.single-product.usa-flagship-pdp-template .usa-review-proof-stat {
        display: block !important;
        padding: .65rem !important;
        border: 0 !important;
        border-radius: 9px !important;
        background: #f1f7fa !important;
        font-size: .62rem !important;
        line-height: 1.25 !important;
    }
    body.single-product.usa-flagship-pdp-template .usa-review-proof-stat:last-child {
        grid-column: 1 / -1;
    }
    body.single-product.usa-flagship-pdp-template .usa-review-proof-stat strong {
        display: block !important;
        margin-bottom: .12rem !important;
        font-size: 1rem !important;
    }
    body.single-product.usa-flagship-pdp-template .usa-review-proof-shell .cr-review-card,
    body.single-product.usa-flagship-pdp-template .usa-review-proof-shell ol.commentlist li.review {
        border-radius: 13px !important;
        box-shadow: none !important;
    }
    body.single-product.usa-flagship-pdp-template .usa-faq-section.usa-flagship-relocated-faq {
        width: calc(100% - 1.5rem) !important;
        margin-top: 2rem !important;
        padding: 1rem !important;
        border-radius: 16px !important;
        box-shadow: none !important;
    }
    body.single-product.usa-flagship-pdp-template .usa-faq-section__title {
        max-width: none !important;
        margin: 0 0 .25rem !important;
        padding: 0 0 .8rem !important;
        font-size: 1.4rem !important;
        line-height: 1.08 !important;
        text-wrap: balance;
    }
    body.single-product.usa-flagship-pdp-template .usa-faq-list details {
        border-radius: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
    }
    body.single-product.usa-flagship-pdp-template .usa-faq-list summary {
        min-height: 0 !important;
        padding: .82rem 2.3rem .82rem 0 !important;
        font-size: .88rem !important;
        line-height: 1.3 !important;
    }
    body.single-product.usa-flagship-pdp-template .usa-faq-list details p {
        padding: 0 0 .9rem !important;
        font-size: .84rem !important;
        line-height: 1.48 !important;
    }
    body.single-product.usa-flagship-pdp-template .legy-resze-sec.usa-magnesium-closing-buy {
        width: calc(100% - 1.5rem) !important;
        margin-top: 2rem !important;
        padding-bottom: 1.5rem !important;
    }
    body.single-product.usa-flagship-pdp-template .usa-flagship-closing-buy .usa-magnesium-closing-buy__inner {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) 7.25rem !important;
        grid-template-areas: "intro media" "action action" !important;
        min-height: 0 !important;
        border-radius: 18px !important;
    }
    body.single-product.usa-flagship-pdp-template .usa-flagship-closing-buy__intro {
        grid-area: intro;
        padding: 1.4rem .35rem .9rem 1.2rem !important;
    }
    body.single-product.usa-flagship-pdp-template .usa-flagship-closing-buy__eyebrow {
        font-size: .62rem !important;
        letter-spacing: .08em !important;
    }
    body.single-product.usa-flagship-pdp-template .usa-flagship-closing-buy__intro h2 {
        max-width: none !important;
        margin: .35rem 0 .55rem !important;
        font-size: 1.85rem !important;
        line-height: .98 !important;
    }
    body.single-product.usa-flagship-pdp-template .usa-flagship-closing-buy__intro p {
        font-size: .8rem !important;
        line-height: 1.42 !important;
    }
    body.single-product.usa-flagship-pdp-template .usa-flagship-closing-buy .usa-magnesium-closing-buy__media {
        grid-area: media;
        align-self: center;
        width: 6.5rem !important;
        margin: 1rem .7rem 0 0 !important;
        padding: .35rem !important;
    }
    body.single-product.usa-flagship-pdp-template .usa-flagship-closing-buy__action {
        grid-area: action;
        display: grid !important;
        grid-template-columns: minmax(0, .72fr) minmax(8.5rem, 1.28fr) !important;
        gap: .55rem .75rem !important;
        align-items: center !important;
        padding: .9rem 1.2rem 1.2rem !important;
        border-top: 1px solid rgba(255, 255, 255, .16);
    }
    body.single-product.usa-flagship-pdp-template .usa-flagship-closing-buy__action .usa-magnesium-closing-buy__price {
        font-size: 1.55rem !important;
    }
    body.single-product.usa-flagship-pdp-template .usa-flagship-closing-buy__action .usa-magnesium-closing-buy__button {
        min-height: 3rem !important;
        padding: .72rem .85rem !important;
        font-size: .9rem !important;
    }
    body.single-product.usa-flagship-pdp-template .usa-magnesium-closing-buy__note {
        grid-column: 1 / -1;
        margin: 0 !important;
        font-size: .68rem !important;
        line-height: 1.35 !important;
    }
    body.single-product.usa-flagship-pdp-template .usa-magnesium-closing-buy__disclaimer.usa-flagship-combined-disclaimer {
        width: 100% !important;
        margin-top: 1rem !important;
        font-size: .7rem !important;
        line-height: 1.46 !important;
    }
    body.single-product.usa-flagship-pdp-template .usa-research-library {
        margin-top: 1.5rem !important;
    }
    /* Phone close: editorial campaign, transactional buy box, then a real bibliography. */
    body.single-product.usa-flagship-pdp-template .usa-flagship-campaign {
        width: calc(100% - 1.5rem) !important;
        min-height: 0 !important;
        aspect-ratio: auto !important;
        margin: 2rem auto 0 !important;
        overflow: hidden !important;
        border: 0 !important;
        border-radius: 18px !important;
        background: linear-gradient(145deg, #002d52 0%, #00436f 100%) !important;
        box-shadow: 0 12px 28px rgba(0, 49, 89, .14) !important;
    }
    body.single-product.usa-flagship-pdp-template .usa-flagship-campaign > .usa-magnesium-sleep-rotation {
        display: none !important;
    }
    body.single-product.usa-flagship-pdp-template .usa-flagship-campaign__overlay {
        position: relative !important;
        inset: auto !important;
        display: block !important;
        min-height: 0 !important;
        padding: 1.15rem !important;
        pointer-events: auto !important;
    }
    body.single-product.usa-flagship-pdp-template .usa-flagship-campaign__product {
        position: absolute !important;
        top: 1.1rem !important;
        right: 1.1rem !important;
        width: 5.7rem !important;
        aspect-ratio: 1 / 1 !important;
        margin: 0 !important;
        padding: .42rem !important;
        border: 1px solid rgba(255, 255, 255, .34) !important;
        border-radius: 14px !important;
        background: #fff !important;
        box-shadow: none !important;
        object-fit: contain !important;
    }
    body.single-product.usa-flagship-pdp-template .usa-flagship-campaign__content {
        display: grid !important;
        gap: .65rem !important;
        color: #fff !important;
    }
    body.single-product.usa-flagship-pdp-template .usa-flagship-campaign__eyebrow {
        margin: 0 !important;
        padding-right: 6.35rem !important;
        color: #79def0 !important;
        font-size: .64rem !important;
        letter-spacing: .09em !important;
        line-height: 1.3 !important;
    }
    body.single-product.usa-flagship-pdp-template .usa-flagship-campaign__content h2 {
        max-width: none !important;
        margin: 0 !important;
        padding-right: 6.35rem !important;
        color: #fff !important;
        font-size: 1.55rem !important;
        line-height: 1.02 !important;
        text-wrap: balance;
    }
    body.single-product.usa-flagship-pdp-template .usa-flagship-campaign__content p {
        display: block !important;
        max-width: none !important;
        margin: .1rem 0 0 !important;
        color: rgba(255, 255, 255, .82) !important;
        font-size: .82rem !important;
        line-height: 1.45 !important;
    }
    body.single-product.usa-flagship-pdp-template .usa-flagship-campaign__button {
        width: 100% !important;
        min-width: 0 !important;
        min-height: 3rem !important;
        margin-top: .15rem !important;
        padding: .75rem 1rem !important;
        border: 0 !important;
        border-radius: 999px !important;
        background: #45c4db !important;
        color: #002d52 !important;
        font-size: .88rem !important;
        box-shadow: none !important;
    }
    body.single-product.usa-flagship-pdp-template .legy-resze-sec.usa-magnesium-closing-buy {
        width: calc(100% - 1.5rem) !important;
        margin-top: 2rem !important;
        padding-bottom: 1.5rem !important;
        background: transparent !important;
    }
    body.single-product.usa-flagship-pdp-template .usa-flagship-closing-buy .usa-magnesium-closing-buy__inner {
        grid-template-columns: minmax(0, 1fr) 6.6rem !important;
        grid-template-areas: "intro media" "action action" !important;
        min-height: 0 !important;
        overflow: hidden !important;
        border: 1px solid #d7e4ec !important;
        border-radius: 18px !important;
        background: #fff !important;
        box-shadow: 0 10px 26px rgba(0, 49, 89, .08) !important;
    }
    body.single-product.usa-flagship-pdp-template .usa-flagship-closing-buy .usa-magnesium-closing-buy__inner::before {
        content: none !important;
        display: none !important;
    }
    body.single-product.usa-flagship-pdp-template .usa-flagship-closing-buy__intro {
        padding: 1.2rem .2rem 1rem 1.1rem !important;
    }
    body.single-product.usa-flagship-pdp-template .usa-flagship-closing-buy__eyebrow {
        margin: 0 !important;
        color: #007ead !important;
        font-size: .61rem !important;
        letter-spacing: .08em !important;
    }
    body.single-product.usa-flagship-pdp-template .usa-flagship-closing-buy__intro h2 {
        max-width: none !important;
        margin: .35rem 0 .45rem !important;
        color: #003159 !important;
        font-size: 1.55rem !important;
        line-height: 1.03 !important;
        text-wrap: balance;
    }
    body.single-product.usa-flagship-pdp-template .usa-flagship-closing-buy__intro p {
        margin: 0 !important;
        color: #526879 !important;
        font-size: .78rem !important;
        line-height: 1.42 !important;
    }
    body.single-product.usa-flagship-pdp-template .usa-flagship-closing-buy .usa-magnesium-closing-buy__media {
        align-self: start !important;
        width: 5.8rem !important;
        aspect-ratio: 1 / 1 !important;
        margin: 1.05rem .8rem 0 0 !important;
        padding: .35rem !important;
        border: 1px solid #dce8ef !important;
        border-radius: 13px !important;
        background: #f7fbfd !important;
        box-shadow: none !important;
    }
    body.single-product.usa-flagship-pdp-template .usa-flagship-closing-buy .usa-magnesium-closing-buy__media img {
        border-radius: 10px !important;
    }
    body.single-product.usa-flagship-pdp-template .usa-flagship-closing-buy__action {
        grid-template-columns: minmax(0, .72fr) minmax(8.5rem, 1.28fr) !important;
        gap: .55rem .75rem !important;
        padding: .9rem 1.1rem 1.1rem !important;
        border-top: 1px solid #dce8ef !important;
        background: #f7fbfd !important;
    }
    body.single-product.usa-flagship-pdp-template .usa-flagship-closing-buy__action .usa-magnesium-closing-buy__selection {
        color: #60798a !important;
        font-size: .66rem !important;
    }
    body.single-product.usa-flagship-pdp-template .usa-flagship-closing-buy__action .usa-magnesium-closing-buy__price {
        color: #003159 !important;
        font-size: 1.5rem !important;
    }
    body.single-product.usa-flagship-pdp-template .usa-flagship-closing-buy__action .usa-magnesium-closing-buy__button {
        min-height: 3rem !important;
        padding: .72rem .85rem !important;
        background: #003159 !important;
        color: #fff !important;
        font-size: .88rem !important;
        box-shadow: none !important;
    }
    body.single-product.usa-flagship-pdp-template .usa-magnesium-closing-buy__note {
        color: #60798a !important;
        font-size: .66rem !important;
        line-height: 1.35 !important;
    }
    body.single-product.usa-flagship-pdp-template .usa-research-library {
        width: 100% !important;
        margin-top: 1.25rem !important;
        padding: 0 1rem .35rem !important;
        overflow: hidden !important;
        border: 1px solid #dce8ef !important;
        border-radius: 14px !important;
        background: #fff !important;
        box-shadow: none !important;
    }
    body.single-product.usa-flagship-pdp-template .usa-research-library__header {
        padding: 1rem 0 .85rem !important;
    }
    body.single-product.usa-flagship-pdp-template .usa-research-library__header h2 {
        color: #003159 !important;
        font-size: 1.18rem !important;
        line-height: 1.2 !important;
    }
    body.single-product.usa-flagship-pdp-template .usa-research-library__grid {
        border-top: 1px solid #dce8ef !important;
        border-bottom: 0 !important;
    }
    body.single-product.usa-flagship-pdp-template .usa-research-source-card,
    body.single-product.usa-flagship-pdp-template .usa-research-source-card--featured {
        grid-template-columns: 1.65rem minmax(0, 1fr) !important;
        gap: .28rem .55rem !important;
        min-height: 0 !important;
        padding: .82rem 0 !important;
        border-top: 1px solid #e2ebf0 !important;
        background: transparent !important;
    }
    body.single-product.usa-flagship-pdp-template .usa-research-source-card:first-child {
        border-top: 0 !important;
    }
    body.single-product.usa-flagship-pdp-template .usa-research-source-card__meta span:first-child {
        grid-column: 2 !important;
        color: #60798a !important;
        font-size: .59rem !important;
        letter-spacing: .055em !important;
    }
    body.single-product.usa-flagship-pdp-template .usa-research-source-card__meta span:last-child {
        grid-column: 1 !important;
        color: #007ead !important;
        font-size: .62rem !important;
    }
    body.single-product.usa-flagship-pdp-template .usa-research-source-card h3,
    body.single-product.usa-flagship-pdp-template .usa-research-source-card--featured h3 {
        grid-column: 2 !important;
        margin: 0 !important;
        color: #17364d !important;
        font-size: .88rem !important;
        font-weight: 800 !important;
        line-height: 1.28 !important;
    }
    body.single-product.usa-flagship-pdp-template .usa-research-source-card p {
        display: none !important;
    }
    body.single-product.usa-flagship-pdp-template .usa-research-source-card__link {
        grid-column: 2 !important;
        padding: 0 !important;
    }
    body.single-product.usa-flagship-pdp-template .usa-research-source-card a,
    body.single-product.usa-flagship-pdp-template .usa-research-source-card--featured a {
        display: inline-flex !important;
        justify-content: flex-start !important;
        min-height: 0 !important;
        padding: .15rem 0 0 !important;
        border: 0 !important;
        border-radius: 0 !important;
        background: transparent !important;
        color: #007ead !important;
        font-size: .7rem !important;
        text-decoration: underline !important;
        text-underline-offset: .16em !important;
    }
    body.single-product.usa-flagship-pdp-template .usa-research-library__context {
        margin-top: .35rem !important;
        padding: .7rem 0 .35rem !important;
        border-top: 1px solid #dce8ef !important;
    }
}
body.single-product.usa-flagship-pdp-template .usa-product-purchase-anchor {
    display: block;
    height: 0;
    scroll-margin-top: 6rem;
    visibility: hidden;
}
body.single-product.usa-flagship-pdp-template .usa-purchase-bridge {
    align-items: center;
    background: linear-gradient(135deg, #eef9fc 0%, #fff 100%);
    border: 1px solid #cfe3ec;
    border-radius: 20px;
    box-shadow: 0 14px 34px rgba(0, 49, 89, .07);
    box-sizing: border-box;
    display: grid;
    gap: 1rem 2rem;
    grid-template-columns: minmax(0, 1fr) auto;
    margin: 2.25rem 0;
    padding: clamp(1.25rem, 3vw, 2rem);
}
body.single-product.usa-flagship-pdp-template .usa-purchase-bridge__eyebrow {
    color: #087dae;
    display: block;
    font-size: .75rem;
    font-weight: 800;
    letter-spacing: .1em;
    margin-bottom: .45rem;
    text-transform: uppercase;
}
body.single-product.usa-flagship-pdp-template .usa-purchase-bridge h3 {
    color: #003159 !important;
    font-size: clamp(1.35rem, 2.4vw, 1.8rem) !important;
    line-height: 1.18 !important;
    margin: 0 0 .55rem !important;
}
body.single-product.usa-flagship-pdp-template .usa-purchase-bridge p {
    color: #4f6878;
    font-size: .94rem;
    line-height: 1.58;
    margin: 0;
    max-width: 48rem;
}
body.single-product.usa-flagship-pdp-template .usa-purchase-bridge__button.button {
    align-items: center;
    background: #0aa9e8 !important;
    border: 2px solid #0aa9e8 !important;
    border-radius: 10px !important;
    box-shadow: none !important;
    color: #fff !important;
    display: inline-flex;
    font-size: .92rem !important;
    font-weight: 800 !important;
    justify-content: center;
    line-height: 1.25 !important;
    margin: 0 !important;
    min-height: 52px;
    padding: .8rem 1.25rem !important;
    text-align: center;
    text-decoration: none !important;
    white-space: nowrap;
}
body.single-product.usa-flagship-pdp-template .usa-purchase-bridge__button.button:hover,
body.single-product.usa-flagship-pdp-template .usa-purchase-bridge__button.button:focus-visible {
    background: #003159 !important;
    border-color: #003159 !important;
    color: #fff !important;
    transform: translateY(-1px);
}
@media (max-width: 720px) {
    body.single-product.usa-flagship-pdp-template .usa-purchase-bridge {
        align-items: stretch;
        grid-template-columns: minmax(0, 1fr);
        margin: 1.5rem 0;
        padding: 1.2rem;
    }
    body.single-product.usa-flagship-pdp-template .usa-purchase-bridge__button.button {
        min-height: 54px;
        white-space: normal;
        width: 100%;
    }
}
