/* #region Begin Global Styles */
*  {
  box-sizing: border-box;
}

div {
  display: block;
  unicode-bidi: isolate;
}

body {
    padding: 0px;
    margin: 0px;
    -webkit-font-smoothing: antialiased;
    color: #182622;
    background-color: #FBF6EB;
	font-family: 'Source Serif 4', Georgia, serif;
    letter-spacing: 0.2px;
    font-size: 20px;
    line-height: 32px;
    overflow-x: hidden;
}

a,
button,
div,
span {
  -webkit-tap-highlight-color: transparent;
}

a:link,
a:visited,
a:active {
  color: inherit;
  text-decoration: inherit;
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto;}
}

html {
  scroll-behavior: auto;

}

form {
  width: 100%;
  max-width: none;
}

button {
  padding: 0px;
  margin: 0px;
  font-family: unset;
  line-height: unset;
  font-size: unset;
  border: none;
  color: inherit;
  background: none;
}

sup {
  font-size: 0.65em;
  line-height: 0;
  vertical-align: super;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}
/* #endregion End Global Styles */

/* #region Desktop */
.lp-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
}

.lp-accent-text-1 {
    color: #a00000;
}

.lp-accent-text-2 {
    color: #182622;
}

.lp-accent-text-3 {
    color: #f59e0b;
}

.lp-font-700 {
    font-weight: 700;
}

.lp-font-800 {
    font-weight: 800;
}

.lp-text-balance {
    text-wrap: balance;
}

.lp-accent-offer {
    display: inline-flex;
    align-items: center;
    color: #d9b054;
    gap: 8px;
}

.lp-accent-price {
    color: #d9b054;
}

.lp-flash-emoji {
    height: 16px;
    width: auto;
}

.lp-sticky-bar {
    position: sticky;
    top: 0;
    background-color: #0d2420;
    border-bottom: 1.5px solid #F2EBE1;
    color: #F2EBE1;
    padding: 15px 15px;
    text-align: center;
    z-index: 100;
    font-family: 'DM Sans', sans-serif;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.3px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    will-change: transform;
}

.lp-sticky-bar.is-hidden {
    transform: translateY(calc(-100% - 4px));
}

.lp-v-divider {
    width: 1.5px;
    height: 20px;
    background-color: #d9b054;
    opacity: 0.8;
}

.lp-hero {
    padding: 20px 0 20px 0;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 30px;
}

.lp-h1 {
    max-width: 720px;
    font-family: 'Merriweather', Georgia, serif;
    font-size: 40px;
    line-height: 1.35;
    font-weight: 900;
    margin-bottom: 15px;
    letter-spacing: 0px;
    margin-top: 22px;
}

.lp-byline {
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: 'DM Sans', sans-serif;
    font-size: 15px;
    line-height: 23px;
    color: #666;
    margin-bottom: 20px;
}

.lp-avatar {
    width: 66px;
    height: 66px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #e8e8e8;
}

.lp-author-check {
    display: inline-block;
    width: 16px;
    height: 16px;
    color: #199ff2;
    margin-left: 5px;
    vertical-align: -3px;
}

.lp-author-check svg {
    width: 100%;
    height: 100%;
    display: block;
}

.lp-section {
    margin-bottom: 40px;
}

.lp-section-heading {
    display: flex;
    align-items: flex-start;
    gap: 6px;
    font-family: 'Merriweather', Georgia, serif;
    font-size: 28px;
    line-height: 1.4;
    font-weight: 800;
    margin-bottom: 20px;
}

.lp-heading-num {
    flex-shrink: 0;
}

.lp-section-img-wrapper {
    margin-bottom: 16px;
    border-radius: 8px;
    overflow: hidden;
    background-color: #f5f5f5;
}

.lp-section-img {
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
}

.lp-body {
    margin-bottom: 16px;
}

.lp-footer {
    text-align: center;
    padding: 48px 20px;
    font-size: 16px;
    line-height: 24px;
    color: #888;
    border-top: 1px solid #eaeaea;
    margin-top: 0px;
    margin-bottom: 80px;
}

.lp-no-wrap {
    white-space: nowrap;
}

.lp-tm {
    font-weight: 400;
    position: relative;
    left: 0.05em;
}

.lp-tm-large {
    font-size: 13px;
    letter-spacing: 0px;
    top: -10px;
}

.lp-tm-faq {
    font-size: 11px;
    letter-spacing: 0px;
    top: -6px;
}

.lp-tm-sticky {
    font-size: 10px;
    letter-spacing: 0px;
    top: -5px;
}

.scroll-progress-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 3.5px;
    background-color: transparent;
    z-index: 9999;
}

.scroll-progress-bar {
    height: 100%;
    background: linear-gradient(
    to right,
    #c1a057 0%,
    #c1a057 46.5%,
    #f59e0b 93.0%,
    #f59e0b 100%
    );
    width: 0%;
    transition: width 0.1s ease-out;
}

.lp-container > .lp-section:nth-child(odd) {
    background-color: #0d2420;
    color: #F2EBE1;
    box-shadow: 0 0 0 100vmax #0d2420;
    clip-path: inset(0 -100vmax);
    padding-top: 6px;
    padding-bottom: 20px;
}

.lp-container > .lp-section:nth-child(odd) .lp-section-heading {
    color: #F2EBE1;
}

.lp-container > .lp-section:nth-child(odd) .lp-accent-text-1 {
    color: #f59e0b;
}

.lp-founder-intro {
    margin-top: 24px;
    margin-bottom: 15px;
    padding: 5px 24px 24px 24px;
    background-color: #ffffff;
    border-left: 4px solid #18453e;
    border-radius: 0 8px 8px 0;
    box-shadow: 0 4px 6px rgba(0,0,0,0.04);
}

.lp-founder-text {
    font-style: italic;
    margin-bottom: 20px;
    font-weight: 500;
}

.lp-founder-name {
    margin: 0;
    font-family: 'DM Sans', sans-serif;
    font-size: 17px;
    font-weight: 700;
    color: #18453e;
}

.lp-founder-title {
    margin: 0;
    margin-top: -8px;
    color: #666;
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
}

.lp-eyebrow-badge {
    display: block;
    width: fit-content;
    background-color: #a00000;
    color: #ffffff;
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    padding: 6px 20px;
    border-radius: 6px;
    margin-top: 10px;
    margin-bottom: 3px;
}

.lp-footer-wrapper {
    letter-spacing: 0;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: calc(100% - 60px);
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

.lp-footer-logo {
    width: 162px;
    height: auto;
}

.lp-footer-email {
    justify-content: center;
    align-items: center;
    margin-top: 23px;
    display: flex;
}

.footer-email-icon {
    width: 25px;
    height: auto;
}

.lp-footer-email-text {
    margin-left: 15px;
}

.lp-footer-phone {
    justify-content: center;
    align-items: center;
    margin-top: 11px;
    display: flex;
}

.footer-phone-icon {
    width: 22px;
    height: auto;
}

.lp-footer-disclaimer {
    max-width: 700px;
    text-align: center;
    margin-top: 20px;
}

.lp-footer-copyright {
    text-align: center;
    margin-top: 26px;
}

.lp-footer-links {
    text-underline-offset: 3px;
    justify-content: space-between;
    align-items: flex-start;
    width: 408px;
    margin-top: 22px;
    text-decoration: underline;
    display: flex;
}

.lp-footer-link-2 {
    color: #f1fcf0;
}

.lp-sticky-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    border-top: 1.5px solid #F2EBE1;
    background-color: #0d2420;
    height: 80px;
    padding: 11px 30px;
    box-sizing: border-box;
    z-index: 999;
    transform: translateY(100%);
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 -4px 15px rgba(0,0,0,0.2);
}

.lp-sticky-footer.is-visible {
    transform: translateY(0);
}

.lp-sticky-content {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.lp-desktop-text {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.lp-desktop-title {
    font-family: 'Merriweather', Georgia, serif;
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: #FBF6EB;
    text-transform: uppercase;
}

.lp-desktop-urgency {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 4px;
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
    color: #FF6B6B;
    letter-spacing: 0.4px;
}

.lp-urgency-dot {
    width: 8px;
    height: 8px;
    background-color: #FF6B6B;
    border-radius: 50%;
}

.lp-desktop-urgency .lp-urgency-dot {
    margin-bottom: 1px;
}

.lp-sticky-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    min-width: 320px;
    background: linear-gradient(180deg, #fbbf24 0%, #f59e0b 100%);
    color: #182622;
    text-decoration: none;
    padding: 16px 24px 20px 24px;
    border-radius: 12px;
    gap: 12px;
}

.lp-button-text {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.lp-button-main {
    font-family: 'DM Sans', sans-serif;
    font-size: 18px;
    line-height: 18px;
    font-weight: 800;
    letter-spacing: 0px;
}

.lp-desktop-only {
    display: inline;
}

.lp-button-sub {
    display: none;
    font-family: 'DM Sans', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.2px;
    line-height: 11px;
    margin-top: 6px;
    opacity: 0.8;
}

.lp-button-icon {
    width: 20px;
    height: 20px;
    margin-top: 1px;
}

.lp-urgency-bold {
    font-weight: 800;
    color: #e4252d;
}

.lp-text-bridge {
    margin: 30px auto;
}

.lp-bridge-large {
    max-width: 800px;
}

.lp-text-bridge-bottom {
    margin-top: 40px;
    margin-bottom: 50px;
}

.lp-bridge-h2 {
    font-family: 'Merriweather', Georgia, serif;
    font-size: 28px;
    line-height: 39px;
    font-weight: 700;
    margin: 0 0 16px 0;
}

.lp-bridge-mid {
    margin-top: 40px;
}

.lp-bridge-h4 {
    font-family: 'Merriweather', Georgia, serif;
    font-size: 28px;
    line-height: 39px;
    font-weight: 700;
    margin: 0 0 16px 0;
}

.lp-bridge-p {
    margin: 0 0 24px 0;
}

.lp-bridge-p:last-child {
    margin-bottom: 0;
}

.lp-text-red {
    color: #a00000;
}

.lp-founder-outro {
    display: flex;
    align-items: flex-start;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    gap: 24px;
    margin-top: 30px;
    padding: 24px;
    background-color: #FFFFFF;
    border-radius: 12px;
    border: 1px solid rgba(13, 36, 32, 0.05);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02);
}

.lp-outro-avatar {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #e8e8e8;
    flex-shrink: 0;
}

.lp-outro-text-wrap {
    text-align: left;
}

.lp-outro-text-wrap .lp-bridge-p {
    margin-bottom: 16px;
}

.lp-outro-personal {
    font-family: 'Source Serif 4', Georgia, serif;
    font-style: italic;
    font-size: 17px;
    line-height: 1.4;
    color: #4a5d58;
    margin: 0;
}

.lp-outro-email {
    font-family: 'DM Sans', sans-serif;
    font-style: normal;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0px;
    color: #18453e;
    transition: color 0.2s ease;
    display: inline-block;
    margin-top: 5px;
}

.lp-outro-email:hover {
    color: #a00000;
}

.lp-hero-trust {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-family: 'DM Sans', sans-serif;
    font-size: 18px;
    letter-spacing: 0px;
    white-space: nowrap;
}

.lp-stars {
    display: flex;
    align-items: center;
    gap: 2px;
    color: #f59e0b;
    transform: translateY(-1px);
}

.lp-star-icon {
    width: 18px;
    height: 18px;
}

.lp-review-wrapper {
    margin: 40px auto;
    max-width: 800px;
}

.lp-review-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 34px;
    margin-bottom: 20px;
}

.lp-review-card {
    background-color: #FFFFFF;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    display: flex;
    flex-direction: column;
    color: #182622;
}

.lp-review-hero-img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    display: block;
}

.lp-review-content {
    padding: 24px 32px 24px 32px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.lp-review-stars {
    display: flex;
    gap: 6px;
    color: #f59e0b;
    margin-bottom: 12px;
}

.lp-review-stars .lp-star-icon {
    width: 30px;
    height: 30px;
    padding: 6px;
    background-color: rgba(245, 158, 11, 0.08);
    border: 1px solid rgba(245, 158, 11, 0.25);
    border-radius: 8px;
    box-sizing: border-box;
}

.lp-review-headline {
    font-family: 'Merriweather', Georgia, serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    margin: 5px 0 12px 0;
}

.lp-review-body {
    font-size: 18px;
    font-style: italic;
    line-height: 28px;
    margin: 0 0 20px 0;
    flex-grow: 1;
}

.lp-review-author {
    display: flex;
    align-items: center;
    gap: 16px;
    border-top: 1px solid #eaeaea;
    padding-top: 16px;
}

.lp-author-details {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.lp-author-name {
    font-family: 'DM Sans', sans-serif;
    font-size: 17px;
    font-weight: 700;
    line-height: 1;
}

.lp-verified-tag {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-family: 'DM Sans', sans-serif;
    font-size: 13px;
    line-height: 22px;
    font-weight: 700;
    color: #18823f;
    text-transform: uppercase;
}

.lp-verified-icon {
    width: 12px;
    height: 12px;
}

.lp-fade-up {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1), transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    will-change: opacity, transform;
}

.lp-fade-up.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.lp-results-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 24px 0;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
}

.lp-result-card {
    display: flex;
    align-items: center;
    background: radial-gradient(circle, #fdf8f0 0%, #f3ecdd 100%);
    border: 1px solid rgba(13, 36, 32, 0.08);
    border-radius: 8px;
    padding: 12px 24px;
    gap: 16px;
}

.lp-result-badge {
    background-color: #820a0a;
    color: #ffffff;
    box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.25), 0 2px 4px rgba(130, 10, 10, 0.25);
    font-family: 'Source Serif 4', Georgia, serif;
    font-weight: 600;
    padding: 6px 10px;
    border-radius: 6px;
    white-space: nowrap;
    font-size: 20px;
    line-height: 1.3em;
    letter-spacing: 0px;
    min-width: 140px;
    text-align: center;
    flex-shrink: 0; 
}

.lp-result-text {
    font-size: 20px;
    line-height: 1.3;
    color: #182622;
}

.lp-result-link,
.lp-result-link:link,
.lp-result-link:visited,
.lp-result-link:active {
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;
    color: inherit;
    font-weight: 600;
    transition: color 0.2s ease;
    opacity: 0.8;
}

.lp-result-link:hover {
    color: #18453e;
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;
    opacity: 1;
}

.lp-study-icon {
    width: 11px;
    height: 11px;
    display: inline-block;
    margin-left: 2px;
    vertical-align: -1.5px;
}

.disclaimer-symbol {
    font-weight: 700;
    font-size: 8px;
    line-height: 8px;
    vertical-align: super;
    letter-spacing: -0.5px; 
}

.lp-buy-delivery-note {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    text-align: center;
    font-family: 'DM Sans', sans-serif;
    font-size: 19px;
    color: #2B1009;
    line-height: 1.6;
    padding: 22px 0px 10px 0px;
}

.lp-buy-delivery-note svg {
    flex: 0 0 auto;
}

.lp-ship-status {
    display: inline-block;
    text-align: center;
    line-height: 1.35;
}

.lp-order-clock {
    width: 30px;
    height: 30px;
}

.lp-buy-atc {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    border-radius: 16px;
    background: #1A6B5A;
    color: #ffffff;
    text-align: center;
    height: 56px;
    min-height: 56px;
    padding: 0 18px;
    cursor: pointer;

    background-image:
        radial-gradient(circle at 18% 45%, rgba(255,255,255,0.13) 0%, rgba(255,255,255,0.05) 13%, rgba(255,255,255,0) 30%),
        radial-gradient(circle at 82% 48%, rgba(255,255,255,0.10) 0%, rgba(255,255,255,0.04) 14%, rgba(255,255,255,0) 32%),
        linear-gradient(
            135deg,
            rgb(24, 60, 38) 0%,
            rgb(42, 112, 64) 24%,
            rgb(31, 83, 50) 48%,
            rgb(55, 132, 73) 72%,
            rgb(24, 60, 38) 100%
        );

    background-size:
        190% 190%,
        220% 220%,
        175% 175%;

    background-position:
        -40% 42%,
        130% 52%,
        0% 50%;

    animation: lp-buy-button-light-field 8s ease-in-out infinite;

    box-shadow:
        0 14px 26px rgba(45, 84, 48, 0.28),
        0 5px 12px rgba(26, 107, 90, 0.22),
        inset 0 1px 0 rgba(255, 255, 255, 0.22),
        inset 0 -3px 0 rgba(13, 36, 32, 0.22);

    transition:
        transform 0.18s ease,
        box-shadow 0.18s ease,
        opacity 0.18s ease;
}

.lp-buy-atc:hover {
    transform: translateY(-1px);
    box-shadow:
        0 16px 30px rgba(45, 84, 48, 0.32),
        0 7px 14px rgba(26, 107, 90, 0.24),
        inset 0 1px 0 rgba(255, 255, 255, 0.25),
        inset 0 -3px 0 rgba(13, 36, 32, 0.22);
}

.lp-buy-atc:active {
    transform: translateY(1px);
}

.lp-buy-atc-shine {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
}

.lp-buy-atc-shine::before {
    content: "";
    position: absolute;
    inset: -80% -60%;
    background:
        radial-gradient(
            ellipse at 50% 50%,
            rgba(255, 255, 255, 0.20) 0%,
            rgba(255, 255, 255, 0.10) 20%,
            rgba(255, 255, 255, 0.00) 48%
        );
    filter: blur(18px);
    opacity: 0;
    transform: translateX(-28%) rotate(6deg);
    animation: lp-buy-button-glow-pulse 8s ease-in-out infinite;
}

.lp-buy-atc-shine::after {
    content: "";
    position: absolute;
    inset: -95% -75%;
    background:
        radial-gradient(
            ellipse at 50% 50%,
            rgba(255, 255, 255, 0.16) 0%,
            rgba(255, 255, 255, 0.08) 18%,
            rgba(255, 255, 255, 0.00) 44%
        );
    filter: blur(24px);
    opacity: 0;
    transform: translateX(30%) rotate(-7deg);
    animation: lp-buy-button-glow-return 8s ease-in-out infinite;
}

@keyframes lp-buy-button-light-field {
    0% {
        background-position:
            -44% 44%,
            126% 52%,
            0% 50%;
    }

    16% {
        background-position:
            8% 42%,
            104% 50%,
            28% 50%;
    }

    25% {
        background-position:
            8% 42%,
            104% 50%,
            28% 50%;
    }

    42% {
        background-position:
            62% 40%,
            72% 52%,
            70% 50%;
    }

    52% {
        background-position:
            62% 40%,
            72% 52%,
            70% 50%;
    }

    68% {
        background-position:
            18% 43%,
            34% 50%,
            38% 50%;
    }

    78% {
        background-position:
            18% 43%,
            34% 50%,
            38% 50%;
    }

    100% {
        background-position:
            -44% 44%,
            126% 52%,
            0% 50%;
    }
}

@keyframes lp-buy-button-glow-pulse {
    0% {
        opacity: 0;
        transform: translateX(-34%) scale(0.92) rotate(6deg);
    }

    12% {
        opacity: 0.38;
    }

    24% {
        opacity: 0.24;
        transform: translateX(10%) scale(1.05) rotate(6deg);
    }

    34% {
        opacity: 0;
        transform: translateX(28%) scale(0.98) rotate(6deg);
    }

    100% {
        opacity: 0;
        transform: translateX(28%) scale(0.98) rotate(6deg);
    }
}

@keyframes lp-buy-button-glow-return {
    0%, 48% {
        opacity: 0;
        transform: translateX(34%) scale(0.92) rotate(-7deg);
    }

    58% {
        opacity: 0.34;
    }

    72% {
        opacity: 0.24;
        transform: translateX(-8%) scale(1.08) rotate(-7deg);
    }

    84% {
        opacity: 0;
        transform: translateX(-30%) scale(0.96) rotate(-7deg);
    }

    100% {
        opacity: 0;
        transform: translateX(-30%) scale(0.96) rotate(-7deg);
    }
}

.lp-buy-atc.is-submitting {
    opacity: 0.72;
    cursor: not-allowed;
    pointer-events: none;
}

.lp-buy-atc-inner {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: row;
    align-items: baseline;
    justify-content: center;
    gap: 10px;
    white-space: nowrap;
    line-height: 1;
    transform: translateY(-2px);
}

.lp-buy-atc-main {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-family: 'DM Sans', sans-serif;
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.22);
}

.lp-buy-section {
    width: 100%;
    max-width: 700px;
    margin: 40px auto 30px auto;
    padding: 26px 30px 30px 30px;

    background:
        radial-gradient(circle at 50% 0%, rgba(255,255,255,0.96) 0%, rgba(255,255,255,0) 58%),
        linear-gradient(180deg, rgba(255, 252, 246, 0.90) 0%, rgba(245, 235, 218, 0.82) 100%);

    border: 1px solid rgba(212, 168, 83, 0.30);
    border-radius: 22px;

    box-shadow:
        0 18px 42px rgba(13, 36, 32, 0.08),
        0 4px 12px rgba(120, 80, 20, 0.06),
        inset 0 1px 0 rgba(255, 255, 255, 0.75);

    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.lp-buy-form {
    width: 100%;
}

.lp-buy-intro {
    font-family: 'Merriweather', Georgia, serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 42px;
    text-align: center;
    text-wrap: balance;
    max-width: 715px;
}

.lp-buy-intro-vital {
    white-space: nowrap;
    font-weight: 900;
    color: #18453e;
}

.lp-customer-images {
    width: 220px;
    height: auto;
    margin-top: 15px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}

.lp-buy-trust-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 44px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.lp-buy-trust-item {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 18px 24px 18px 24px;
    border: 1px solid rgba(212, 168, 83, 0.24);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.55);
}

.lp-buy-trust-icon {
    flex: 0 0 auto;
    width: 100px;
    height: 100px;
}

.lp-buy-trust-title {
    font-family: 'Merriweather', Georgia, serif;
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: 0.2px;
    font-weight: 700;
}

.lp-buy-trust-text {
    font-family: 'DM Sans', sans-serif;
    font-size: 19px;
    margin-top: 6px;
    line-height: 1.35;
    color: rgba(24, 38, 34, 0.72);
}

.lp-faq-section {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    width: 100%;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
}

.lp-faq-box {
    cursor: pointer;
    border: 1px solid rgba(212, 168, 83, 0.24);
    background: rgba(255, 255, 255, 0.55);
    border-radius: 12px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: 16px;
    padding: 15px 30px 18px;
    display: flex;
}

.lp-faq-question-box {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
}

.lp-faq-question {
    font-family: 'Merriweather', Georgia, serif;
    width: calc(100% - 50px);
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: 26px;
    margin: 0;
}

.lp-faq-icon {
    width: 19.3px;
    min-width: 19.3px;
    height: 19.3px;
    min-height: 19.3px;
    flex: none;
	margin-left: auto;
}

.lp-faq-icon svg {
	display: block;
	overflow: visible;
}

.lp-faq-icon .horizontal-line,
.lp-faq-icon .vertical-line {
	transform-origin: center center;
	transform-box: fill-box;
	transition: transform 0.4s ease-in-out;
    stroke: rgba(212, 168, 83, 0.8);
}

.lp-faq-icon .horizontal-line {
	transform: rotate(0deg);
}

.lp-active-faq .lp-faq-icon .horizontal-line {
	transform: rotate(90deg);
}

.lp-faq-answer {
    font-family: 'DM Sans', sans-serif;
    font-size: 19px;
    color: rgba(24, 38, 34, 0.72);
    line-height: 28px;
    width: 100%;
    margin-top: 0;
	overflow: hidden;
	max-height: 0;
	transition: max-height 0.4s ease, margin-top 0.4s ease;
}

.lp-active-faq .lp-faq-answer {
	margin-top: 20px;
}

.lp-facts-panel-image {
  display: block;
  width: 100%;
  max-width: 375px;
  height: auto;
  margin: 15px auto 0px auto;
}

.lp-container > .lp-section.lp-offer-section {
    position: relative;
    background: transparent;
    color: #fff0df;
    box-shadow: none;
    clip-path: none;
    padding-top: 30px;
    padding-bottom: 44px;
    border-top: none;
    border-bottom: none;
    z-index: 0;
}

.lp-container > .lp-section.lp-offer-section::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 100vw;
    transform: translateX(-50%);
    background: #2a0b11;
    border-top: 1px solid rgba(255, 186, 90, 0.30);
    border-bottom: 1px solid rgba(255, 186, 90, 0.22);
    z-index: -1;
}

.lp-container > .lp-section.lp-offer-section .lp-section-heading {
    justify-content: center;
    text-align: center;
    color: #fff0df;
     margin: 0 0 20px 0;
}

.lp-container > .lp-section.lp-offer-section .lp-heading-num,
.lp-container > .lp-section.lp-offer-section .lp-accent-text-1,
.lp-container > .lp-section.lp-offer-section .lp-accent-text-3 {
    color: #ff4b3e;
}

.lp-container > .lp-section.lp-offer-section .lp-body {
    color: #f9e0ca;
    margin-block-start: 0px;
}

.lp-container > .lp-section.lp-offer-section strong {
    color: #ffffff;
}

.lp-container > .lp-section.lp-offer-section .lp-section-img-wrapper {
    background-color: #120407;
    border: 1px solid rgba(255, 186, 90, 0.28);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.32);
}

.lp-offer-highlight {
    display: inline;
    color: #ff5a4f;
    font-weight: 800;
}

.lp-offer-heading-second {
    display: inline;
}

.lp-offer-copy-card {
    background: rgba(255, 240, 223, 0.06);
    border: 1px solid rgba(255, 186, 90, 0.24);
    border-radius: 14px;
    padding: 22px 24px;
    margin-top: 30px;
}

.lp-offer-copy-card .lp-body:last-child {
    margin-bottom: 0;
}

.lp-trial-card {
    position: relative;
    overflow: hidden;
    max-width: 600px;
    margin: 18px auto 0px auto;
    border: 1px solid rgba(216, 177, 111, 0.42);
    border-radius: 22px;
    background:
        radial-gradient(circle at 12% 0%, rgba(245, 158, 11, 0.20), transparent 34%),
        radial-gradient(circle at 88% 0%, rgba(245, 158, 11, 0.20), transparent 34%),
        radial-gradient(circle at 92% 88%, rgba(28, 122, 69, 0.12), transparent 38%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.90) 0%, rgba(255, 250, 240, 0.98) 100%);
    box-shadow:
        0 18px 45px rgba(13, 36, 32, 0.16),
        inset 0 1px 0 rgba(255, 255, 255, 0.78);
}

.lp-trial-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 1px;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.95),
        transparent
    );
    z-index: 2;
    pointer-events: none;
}

.lp-trial-card-header {
    position: relative;
    z-index: 3;
    width: 100%;
    padding: 13px 18px 12px;
    margin: 0;
    text-align: center;
    background: linear-gradient(135deg, #0d2420 0%, #18453e 52%, #38566B 100%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.16),
        0 8px 18px rgba(13, 36, 32, 0.10);
}

.lp-trial-card-eyebrow {
    display: block;
    width: 100%;
    padding: 0;
    border: none;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    color: #ffffff;
    font-family: 'DM Sans', sans-serif;
    font-size: 19px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.lp-trial-card-body {
    position: relative;
    z-index: 3;
    background: transparent;
    padding: 10px 20px 24px;
}

.lp-trial-title {
    font-family: 'DM Sans', sans-serif;
    font-size: 25px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: -0.03em;
    color: #18453e;
    opacity: 0.8;
    text-align: center;
    margin: 0;
}

.lp-trial-img-wrap {
    position: relative;
    isolation: isolate;
    display: flex;
    justify-content: center;
    margin: 0 0 20px;
    overflow: visible;
}

.lp-trial-img-wrap::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 230px;
    height: 230px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background:
        radial-gradient(circle, rgba(255, 255, 255, 0.95) 0%, rgba(245, 158, 11, 0.16) 58%, transparent 72%);
    box-shadow: inset 0 0 0 1px rgba(216, 177, 111, 0.12);
    z-index: 0;
}

.lp-trial-bottle-img {
    position: relative;
    z-index: 1;
    width: 190px;
    height: auto;
    display: block;
    filter: drop-shadow(0 14px 18px rgba(13, 36, 32, 0.18));
}

.lp-trial-price-row {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 11px;
    margin: 34px 0 6px 0;
}

.lp-trial-price {
    font-family: 'DM Sans', sans-serif;
    font-size: 42px;
    font-weight: 800;
    color: #10231d;
    line-height: 0.95;
    letter-spacing: -0.07em;
}

.lp-trial-save {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 8px 12px 7px;
    border-radius: 999px;
    background: rgba(247, 252, 244, 0.62);
    border: 1px solid rgba(28, 122, 69, 0.30);
    color: #17653a;
    font-family: 'DM Sans', sans-serif;
    font-size: 15px;
    line-height: 1;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    box-shadow:
        0 6px 14px rgba(13, 36, 32, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.72);
    backdrop-filter: blur(12px) saturate(1.15);
    -webkit-backdrop-filter: blur(12px) saturate(1.15);
}

.lp-trial-save-floating {
    position: absolute;
    top: 18px;
    right: calc(50% - 154px);
    z-index: 2;
}

.lp-trial-perks {
    list-style: none;
    margin: 20px 0 22px;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-width: 440px;
    margin-left: auto;
    margin-right: auto;
}

.lp-trial-perks li {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    height: 44px;
    padding: 0px 12px;
    border: 1px solid rgba(28, 122, 69, 0.12);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.64);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.70);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    font-family: 'DM Sans', sans-serif;
    font-size: 17px;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: normal;
    color: #26352f;
    text-align: center;
}

.lp-trial-perk-icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    color: #1c7a45;
}

.lp-trial-perks li:first-child .lp-trial-perk-icon {
  width: 24px;
  height: 24px;
  transform: translateY(-2px);
}

.lp-offer-card-stack {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
}

.lp-offer-card {
    max-width: 600px;
    margin: 0 auto;
    width: 100%;
}

.lp-offer-card-body {
    padding: 18px 28px 34px;
}

.lp-offer-product-row {
    display: grid;
    grid-template-columns: minmax(130px, 0.78fr) minmax(0, 1fr);
    align-items: center;
    gap: 18px;
    width: 100%;
    max-width: 430px;
    margin: 0 auto 14px;
}

.lp-offer-img-wrap {
    margin: 0;
    min-height: 196px;
    align-items: center;
}

.lp-offer-img-wrap::before {
    width: 198px;
    height: 198px;
}

.lp-offer-bottle-img {
    width: 168px;
}

.lp-offer-bottle-img-routine {
    width: 158px;
}

.lp-offer-save {
    top: 14px;
    right: -42px;
    font-size: 14px;
    padding: 7px 11px 6px;
}

.lp-offer-price-copy {
    min-width: 0;
    text-align: center;
    justify-self: center;
}

.lp-offer-price-row {
    justify-content: center;
    margin: 0 0 8px 0;
}

.lp-offer-title {
    text-align: center;
    font-size: 26px;
    line-height: 1.3em;
    letter-spacing: -0.04em;
    margin-top: 6px;
}

.lp-offer-perks {
    max-width: none;
    margin: 20px 0 22px;
    gap: 16px;
}

.lp-offer-perks li {
    height: 54px;
    justify-content: center;
    font-size: 17px;
    border-radius: 14px;
}

.lp-offer-atc {
    max-width: 480px;
    height: 54px;
    min-height: 54px;
}

.lp-buy-delivery-note-bottom {
    padding: 18px 0 0 0;
    color: #2B1009;
}

.lp-offer-card-trial {
    margin-top: 10px;
}

.lp-offer-card-routine {
    margin-top: 24px;
}

.lp-offer-card-routine .lp-offer-card-body {
    padding-bottom: 24px;
}

.lp-offer-card-routine .lp-trial-card-header {
    background: linear-gradient(135deg, #0d2420 0%, #18453e 48%, #38566B 100%);
}

.lp-offer-refill-note {
    margin-top: 20px;
    text-align: center;
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    line-height: 1.25;
    font-weight: 700;
    letter-spacing: 0.01em;
    color: rgba(43, 16, 9, 0.72);
}

.lp-trial-quantity-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    height: 54px;
    margin: -8px auto 22px;
    padding: 0 12px;
    border: 1px solid rgba(28, 122, 69, 0.12);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.64);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.70);
    font-family: 'DM Sans', sans-serif;
    color: #26352f;
    text-align: center;
}

.lp-trial-quantity-label {
    font-size: 17px;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: normal;
    white-space: nowrap;
}

.lp-trial-quantity-select {
    -webkit-appearance: none;
    appearance: none;
    min-width: 110px;
    height: 30px;
    box-sizing: border-box;
    padding: 2px 30px 2px 10px;
    border: 1.5px solid rgba(28, 122, 69, 0.24);
    border-radius: 8px;
    background-color: #ffffff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='7' viewBox='0 0 11 7'%3E%3Cpath d='M1 1l4.5 4.5L10 1' stroke='%2318231d' stroke-width='1.7' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 11px center;
    background-size: 11px 7px;
    color: #182622;
    font-family: 'DM Sans', sans-serif;
    font-size: 17px;
    line-height: 1;
    font-weight: 600;
    text-align: center;
    text-align-last: center;
    outline: none;
    cursor: pointer;
}

.lp-trial-quantity-select:focus {
    border-color: rgba(28, 122, 69, 0.24);
    box-shadow: none;
}

.lp-trial-quantity-select:focus-visible {
    border-color: #1c7a45;
    box-shadow: 0 0 0 3px rgba(28, 122, 69, 0.10);
}
/* #endregion Desktop */

/* #region 991px */
@media screen and (max-width: 991px) {
        .lp-footer-disclaimer {
            max-width: 650px;
        }

        .lp-container {
            max-width: 760px;
        }

    .lp-faq-section {
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        grid-template-columns: 1fr;
        width: 100%;
        margin-top: 20px;
    }

    .lp-faq-box {
        min-height: 0;
        margin-top: 20px;
    }

    .lp-facts-panel-image {
        max-width: 375px;
    }

    .lp-container > .lp-section.lp-offer-section {
        padding-top: 28px;
        padding-bottom: 34px;
    }
}
/* #endregion 991px */

/* #region 700px */
@media screen and (max-width: 700px) {
    .lp-result-card {
        padding: 12px 16px;
    }

    .lp-offer-heading-second {
        display: block;
    }
}
/* #endregion 700px */

/* #region 650px */
@media screen and (max-width: 650px) {
    body {
        font-size: 19px;
        line-height: 29px;
    }

    .lp-h1 {
        font-size: 29px;
    }

    .lp-footer {
        padding-top: 35px;
        padding-bottom: 35px;
    }

    .lp-desktop-text, 
    .lp-desktop-only {
        display: none;
    }

    .lp-button-sub {
        display: block;
    }

    .lp-sticky-content {
        justify-content: center;
        height: 100%;
    }

    .lp-sticky-button {
        width: 100%;
        height: 100%;
        padding: 12px 24px;
        min-width: unset;
    }

    .lp-founder-outro {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 24px 20px;
        gap: 15px;
        margin-top: 20px;
    }
    
    .lp-outro-text-wrap {
        text-align: center;
    }

    .lp-review-grid {
        grid-template-columns: 1fr;
    }

    .lp-review-card {
        margin-left: auto;
        margin-right: auto;
        max-width: 550px;
    }

    .lp-bridge-h2 {
        font-size: 24px;
        line-height: 33px;
    }

    .lp-bridge-h4 {
        font-family: 'Merriweather', Georgia, serif;
        font-size: 24px;
        line-height: 33px;
    }

    .lp-eyebrow-badge {
        font-size: 15px;
    }

    .lp-sticky-bar {
        font-size: 15px;
    }

    .lp-hero {
        padding: 10px 0 20px 0;
    }

    .lp-founder-name {
        font-size: 16px;
    }

    .lp-founder-title {
        font-size: 15px;
    }

    .lp-hero-trust {
        font-size: 16px;
    }

    .lp-star-icon {
        width: 18px;
        height: 18px;
    }

    .lp-tm-large {
        top: -7px;
    }

    .lp-tm-faq {
        font-size: 11px;
        top: -3px;
    }

    .lp-bridge-mid {
        margin-top: 0px;
    }

    .lp-review-body {
        font-size: 17px;
        line-height: 27px;
    }

    .lp-review-headline {
        font-size: 18px;
        margin: 0 0 12px 0;
    }

    .lp-author-name {
        font-size: 16px;
    }

    .lp-verified-tag {
        font-size: 12px;
    }

    .lp-review-content {
        padding: 20px 32px 24px 32px;
    }

    .lp-trust-text {
        font-size: 18px;
    }

    .lp-text-bridge-bottom {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .lp-sticky-footer {
        padding: 14px 20px;
        height: 90px;
    }

    .lp-button-main {
        font-size: 16px;
        line-height: 16px;
        text-transform: uppercase;
    }

    .lp-button-icon {
        margin-top: 0px;
    }

    .lp-result-badge {
        font-size: 18px;
    }

    .lp-result-text {
        font-size: 18px;
    }

    .lp-buy-delivery-note {
        font-size: 16px;
        gap: 12px;
        margin: 0px;
        padding: 20px 2px 8px 2px;
    }

    .lp-buy-atc {
        border-radius: 14px;
        padding: 0 16px;
        max-width: 440px;
    }

    .lp-buy-atc-main {
        font-size: 16px;
    }

    .lp-buy-section {
        max-width: none;

        /*
          Break out of .lp-container's 20px side padding,
          so the glass panel goes edge-to-edge.
        */
        width: calc(100% + 20px);
        margin-top: 10px;
        margin-left: -10px;
        margin-right: -10px;
        padding: 24px 15px 16px 15px;
        border-radius: 12px;

        background:
            radial-gradient(circle at 50% 0%, rgba(255,255,255,0.98) 0%, rgba(255,255,255,0) 58%),
            linear-gradient(180deg, rgba(255, 252, 246, 0.96) 0%, rgba(245, 235, 218, 0.90) 100%);

        box-shadow:
            0 -10px 22px rgba(13, 36, 32, 0.04),
            0 8px 18px rgba(13, 36, 32, 0.055),
            inset 0 1px 0 rgba(255, 255, 255, 0.85),
            inset 0 -1px 0 rgba(212, 168, 83, 0.20);
    }

    .lp-buy-intro {
        font-size: 28px;
        line-height: 38px;
        text-wrap: normal;
    }

    .lp-buy-trust-row {
        grid-template-columns: 1fr;
        gap: 10px;
        margin-top: 16px;
    }

    .lp-buy-trust-item {
        gap: 16px;
        padding: 16px 20px;
    }

    .lp-buy-trust-icon {
        width: 80px;
        height: 80px;
    }

    .lp-faq-section {
        margin-top: 20px;
    }

    .lp-faq-box {
        margin-top: 15px;
        padding: 19px 30px 22px;
    }

    .lp-faq-question {
        font-size: 18px;
        line-height: 23px;
    }

    .lp-faq-icon {
        width: 20px;
        min-width: 20px;
        height: 20px;
        min-height: 20px;
    }

    .lp-facts-panel-image {
        max-width: 325px;
    }

    .lp-customer-images {
        width: 200px;
        margin-top: 20px;
        margin-bottom: 0px;
    }

    .lp-order-clock {
        width: 26px;
        height: 26px;
    }

    .lp-buy-trust-title {
        font-size: 17px;
    }

    .lp-buy-trust-text {
        margin-top: 4px;
        font-size: 16px;
    }

    .lp-faq-answer {
        font-size: 17px;
        line-height: 25px;
    }

    .lp-trial-card {
        max-width: 520px;
        background:
            radial-gradient(circle at 12% 0%, rgba(245, 158, 11, 0.20), transparent 34%),
            radial-gradient(circle at 92% 88%, rgba(28, 122, 69, 0.12), transparent 38%),
            linear-gradient(180deg, rgba(255, 255, 255, 0.90) 0%, rgba(255, 250, 240, 0.98) 100%);
        box-shadow:
            0 18px 45px rgba(13, 36, 32, 0.16),
            inset 0 1px 0 rgba(255, 255, 255, 0.78);
    }

    .lp-trial-card::after {
        content: "";
        position: absolute;
        top: -80px;
        right: -90px;
        width: 190px;
        height: 190px;
        border-radius: 50%;
        background: rgba(245, 158, 11, 0.12);
        filter: blur(8px);
        pointer-events: none;
    }

    .lp-trial-card-eyebrow {
        font-size: 15px;
    }

    .lp-trial-perks li {
        font-size: 15px;
        gap: 8px;
    }

    .lp-trial-perk-icon {
        width: 18px;
        height: 18px;
    }

    .lp-trial-perks li:first-child .lp-trial-perk-icon {
    width: 22px;
    height: 22px;
    transform: translateY(-1px);
    }

    .lp-trial-perks {
        margin: 14px 0 18px;
        gap: 8px;
    }

    .lp-trial-price {
        font-size: 36px;
    }

    .lp-trial-title {
        font-size: 21px;
    }

    .lp-trial-img-wrap::before {
        width: 176px;
        height: 176px;
    }

    .lp-trial-bottle-img {
        width: 150px;
    }

    .lp-trial-save {
        padding: 8px 12px 7px;
        font-size: 13px;
    }

    .lp-trial-save-floating {
        top: 18px;
        right: calc(50% - 134px);
    }

    .lp-trial-price-row {
        margin: 24px 0 4px 0;
    }

    .lp-trial-card-body {
        padding: 14px 20px 24px;
    }

    .lp-offer-card-stack {
        gap: 14px;
    }

    .lp-offer-card {
        max-width: 520px;
    }

    .lp-offer-card-body {
        padding: 14px 20px 26px;
    }

    .lp-offer-product-row {
        grid-template-columns: 1fr 1fr;
        gap: 0px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 12px;
        align-items: center;
        max-width: 380px;
    }

    .lp-offer-img-wrap {
        min-height: 154px;
        justify-self: center;
    }

    .lp-offer-price-copy {
        justify-self: center;
        text-align: center;
    }

    .lp-offer-price-row {
        justify-content: center;
    }

    .lp-offer-title {
        font-size: 22px;
        text-align: center;
    }

    .lp-offer-img-wrap::before {
        width: 152px;
        height: 152px;
    }

    .lp-offer-bottle-img {
        width: 134px;
    }

    .lp-offer-bottle-img-routine {
        width: 126px;
    }

    .lp-offer-save {
        top: 16px;
        right: -50px;
        font-size: 12px;
        padding: 7px 10px 6px;
    }

    .lp-offer-perks {
        margin: 12px 0 18px;
        gap: 12px;
    }

    .lp-offer-perks li {
        height: 48px;
        font-size: 15px;
    }

    .lp-offer-atc {
        max-width: 440px;
        height: 46px;
        min-height: 46px;
    }

    .lp-buy-delivery-note-bottom {
        padding-top: 16px;
    }

    .lp-offer-card-trial {
        margin-top: 30px;
    }

    .lp-offer-card-routine {
        margin-top: 20px;
    }

    .lp-offer-card-routine .lp-offer-card-body {
        padding-bottom: 16px;
    }

    .lp-offer-refill-note {
        margin-top: 14px;
        font-size: 13px;
    }

    .lp-trial-quantity-row {
        height: 48px;
        margin: -8px auto 18px;
        gap: 8px;
    }

    .lp-trial-quantity-label {
        font-size: 15px;
    }

    .lp-trial-quantity-select {
        min-width: 104px;
        height: 28px;
        font-size: 15px;
    }
}
/* #endregion 650px */

/* #region 479px */
@media screen and (max-width: 479px) {
    .lp-h1 {
        font-size: 28px;
    }

    .lp-section-heading {
        font-size: 23px;
    }

    .lp-footer-wrapper {
        width: calc(100% - 40px);
    }

    .lp-footer-disclaimer {
        font-size: 14px;
        line-height: 21px;
    }

    .lp-footer-copyright {
        margin-top: 20px;
        font-size: 14px;
        line-height: 21px;
    }

    .lp-footer-links {
        grid-column-gap: 15px;
        grid-row-gap: 8px;
        text-align: center;
        flex-flow: wrap;
        justify-content: center;
        align-items: flex-start;
        width: 100%;
        max-width: 300px;
        margin-top: 12px;
        font-size: 14px;
        line-height: 21px;
    }

    .lp-avatar {
        width: 56px;
        height: 56px;
    }

    .lp-section {
        margin-bottom: 30px;
    }

    .lp-result-card {
        padding: 12px;
        gap: 12px;
    }
    
    .lp-result-badge {
        font-size: 16px;
        padding: 6px 6px;
        min-width: 108px;
    }
    
    .lp-result-text {
        font-size: 16px;
    }

    .lp-buy-intro {
        font-size: 24px;
        line-height: 33px;
    }

    .lp-customer-images {
        width: 200px;
        margin-top: 12px;
    }

    .lp-faq-section {
        width: 100%;
        margin-top: 18px;
    }

    .lp-faq-box {
        margin-top: 10px;
        padding: 18px 20px 17px;
    }

    .lp-faq-question {
        width: calc(100% - 30px);
        font-size: 16px;
    }

    .lp-faq-icon {
        width: 18px;
        min-width: 18px;
        height: 18px;
        min-height: 18px;
        margin-top: -5px;
    }

    .lp-container > .lp-section.lp-offer-section {
        padding-top: 22px;
        padding-bottom: 34px;
    }

    .lp-offer-copy-card {
        padding: 18px 24px 18px 24px;
        border-radius: 12px;
    }

    .lp-buy-atc {
        width: calc(100% - 20px);
        max-width: 360px;
        margin-left: auto;
        margin-right: auto;
    }

    .lp-trust-text {
        font-size: 17px;
    }

    .lp-buy-trust-item {
        padding: 13px 14px;
    }

    .lp-trial-img-wrap::before {
        width: 156px;
        height: 156px;
    }

    .lp-trial-bottle-img {
        width: 130px;
    }

    .lp-trial-save-floating {
        right: calc(50% - 124px);
    }

    .lp-buy-section {
        padding: 22px 15px 16px 15px;
    }

    .lp-offer-card-stack {
        gap: 14px;
    }

    .lp-offer-card-body {
        padding: 12px 18px 22px;
    }

    .lp-offer-product-row {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
        margin-bottom: 12px;
        align-items: center;
        max-width: 320px;
    }

    .lp-offer-img-wrap {
        min-height: 132px;
        justify-self: center;
    }

    .lp-offer-img-wrap::before {
        width: 132px;
        height: 132px;
    }

    .lp-offer-bottle-img {
        width: 112px;
    }

    .lp-offer-bottle-img-routine {
        width: 106px;
    }

    .lp-offer-perks {
        gap: 10px;
    }

    .lp-offer-save {
        top: 10px;
        right: -39px;
        font-size: 11px;
        padding: 6px 9px 5px;
    }

    .lp-offer-price-row {
        margin-bottom: 5px;
        justify-content: center;
    }

    .lp-offer-title {
        font-size: 19px;
        line-height: 1.3em;
        text-align: center;
    }

    .lp-offer-perks li {
        height: 46px;
        font-size: 15px;
        gap: 8px;
        padding: 0 10px;
    }

    .lp-offer-atc {
        width: 100%;
    }

    .lp-buy-delivery-note-bottom {
        font-size: 16px;
        padding-top: 16px;
    }

    .lp-offer-price-copy {
        justify-self: center;
        text-align: center;
        margin-left: -2px;
        margin-right: -2px;
        padding-bottom: 8px;
    }

    .lp-offer-card-trial {
        margin-top: 20px;
    }

    .lp-offer-card-routine {
        margin-top: 10px;
    }

    .lp-offer-card-routine .lp-offer-card-body {
        padding-bottom: 16px;
    }

    .lp-trial-quantity-row {
        height: 46px;
        margin: -8px auto 18px;
        padding: 0 10px;
        gap: 8px;
    }

    .lp-trial-quantity-label {
        font-size: 15px;
    }

    .lp-trial-quantity-select {
        min-width: 102px;
        height: 27px;
        padding: 0 28px 0 8px;
        font-size: 15px;
        background-position: right 10px center;
    }
}
/* #endregion 479px */

/* #region 375px */
@media (max-width: 375px) {
    .lp-mobile-360 {
        display: none;
    }

    .lp-trial-perks li {
        padding: 0px 8px;
        gap: 6px;
        text-wrap: balance;
    }

    .lp-offer-card-body {
        padding-left: 14px;
        padding-right: 14px;
    }

    .lp-offer-product-row {
        grid-template-columns: 1fr 1fr;
        gap: 8px;
    }

    .lp-offer-img-wrap::before {
        width: 120px;
        height: 120px;
    }

    .lp-offer-save {
        top: 11px;
        right: -41px;
    }

    .lp-offer-title {
        font-size: 19px;
    }

    .lp-offer-perks li {
        font-size: 14px;
        gap: 7px;
    }

    .lp-trial-quantity-row {
        gap: 7px;
    }

    .lp-trial-quantity-label {
        font-size: 14px;
    }

    .lp-trial-quantity-select {
        min-width: 98px;
        height: 26px;
        font-size: 14px;
    }
}
/* #endregion 375px */

/* #region 359px */
@media (max-width: 359px) {
    .lp-container {
        padding: 0 12px;
    }

    .lp-h1 {
        font-size: 22px;
    }

    .lp-sticky-bar {
        padding: 10px 10px;
        font-size: 13px;
    }

    .lp-review-content {
        padding: 20px 24px 24px 24px;
        display: flex;
        flex-direction: column;
        flex-grow: 1;
    }

    .lp-result-badge {
        font-size: 15px;
        padding: 6px 6px;
        min-width: 102px;
    }

    .lp-facts-panel-image {
        max-width: 300px;
    }

    .lp-offer-copy-card {
        padding: 18px 18px 18px 18px;
    }

    .lp-buy-section {
        width: calc(100% + 8px);
        padding: 24px 10px 20px 10px;
        margin-left: -4px;
        margin-right: -4px;
    }

    .lp-trust-text {
        font-size: 16px;
        line-height: 24px;
    }

    .lp-buy-atc-inner {
        transform: translateY(-1px);
    }

    .lp-buy-trust-icon {
        width: 70px;
        height: 70px;
    }

    .lp-stars {
        gap: 0px;
    }

    .lp-star-icon {
        width: 15px;
        height: 15px;
    }

    .lp-trial-title {
        font-size: 19px;
        line-height: 19px;
        margin-top: 2px;
    }

    .lp-trial-price {
        font-size: 32px;
    }

    .lp-offer-product-row {
        grid-template-columns: 1fr 1fr;
        margin-bottom: 0px;
    }

    .lp-offer-img-wrap {
        min-height: 118px;
    }

    .lp-offer-img-wrap::before {
        width: 108px;
        height: 108px;
    }

    .lp-offer-bottle-img {
        width: 92px;
    }

    .lp-offer-bottle-img-routine {
        width: 86px;
    }

    .lp-offer-save {
        top: 8px;
        right: -36px;
        font-size: 10px;
        padding: 6px 8px 5px;
    }

    .lp-offer-title {
        font-size: 18px;
    }

    .lp-offer-perks {
        margin-top: 8px;
    }

    .lp-offer-perks li {
        font-size: 13px;
    }

    .lp-offer-card-body {
        padding-top: 8px;
    }

    .lp-trial-quantity-row {
        height: 46px;
        margin: -8px auto 18px;
        padding: 0 8px;
        gap: 6px;
    }

    .lp-trial-quantity-label {
        font-size: 13px;
    }

    .lp-trial-quantity-select {
        min-width: 92px;
        height: 25px;
        padding-left: 7px;
        padding-right: 25px;
        font-size: 13px;
        background-position: right 8px center;
    }
}
/* #endregion 359px */

@media screen and (max-width: 1050px) and (min-width: 991px) {
    .lp-faq-section {
        gap: 16px 20px;
        grid-row-gap: 0px;
    }

    .lp-faq-question {
        width: calc(100% - 40px);
    }

    .lp-faq-box {
        padding-left: 25px;
        padding-right: 20px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .lp-fade-up {
        transition: none !important;
        opacity: 1 !important;
        transform: translateY(0) !important;
    }
}
