/* 

-- 01 - TYPOGRAPHY SYSTEM
  - FONT SIZE SYSTEM (px)
  10 / 12 / 14 / 16 / 18 / 20 / 24 / 30 / 36 / 44 / 52 / 62 / 74 / 86 / 98

*/


/* GLOBAL VARIABLES */
:root {
    --white-color: #FFF;
    --black-color: #000;
    --gray-color: #424242;

    --red-color: #bb2b24;
    --darkred-color: darkred;
    --green-color: #135232;
    --orange-color: #f15415;
    --yellow-color: gold;
}

/* GLOBAL RESET */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;

    font-family: Arial, Helvetica, sans-serif
}

/* GLOBAL STYLES */
html,
body {
    overflow-x: hidden;
}

body {
    background-color: #eeeeee;
}

/* Bootstrap 5 overwriting */
.container {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

@media(max-width: 575px) {
    .container {
        padding-left: 35px !important;
        padding-right: 35px !important;
    }
}

/* Background Image/Color */
.background-fixed {
    background: url('https://www.thestockpilesavior.com/tsl/img/lead/background-cellar.png');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    /* background-color: var(--background-color-2); */
}

.background-fixed:after {
    content: ' ';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--black-color);
    opacity: 0.6;
    z-index: -1;
}

.background-viewheight {
    background: url('https://www.thestockpilesavior.com/tsl/img/lead/background-cellar.png');
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    background-size: cover;
    position: absolute;
    background-repeat: no-repeat;
    z-index: -2;
}

.tinted-bgr {
    background: var(--black-color);
    opacity: 50%;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    object-position: center center;
    background-size: cover;
    position: absolute;
    background-repeat: no-repeat;
    z-index: -1;
}

.highlighted {
    background-color: var(--yellow-color);
    border-radius: 4px;
    padding: 1px 5px;
}

/* Banners, Paralax */
.paralax {
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url('https://www.prepperliberty.com/tsl/img/paralax.png');
    min-height: 130px;
    background-attachment: fixed;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0px 0px 10px -5px var(--black-color);
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    color: #FFF;
    padding: 10px 15px;
}

.paralax-custom {
    display: flex;
    align-items: center;
    justify-content: center;
    /* background: linear-gradient(90deg, #000, #3c3c3c, #000); */
    background-color: var(--red-2-color);
    min-height: 130px;
    box-shadow: 0px 0px 10px -5px var(--black-color);
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    color: #FFF;
    padding: 10px 15px;
}

.paralax-custom.no-paralax-bgr {
    background-color: none;
}

.paralax p,
.paralax-custom p {
    /* font-family: "IBM Plex Sans", sans-serif; */

    margin: 0;
    padding: 0;
    font-size: 30px;
    text-align: center;
    font-weight: 600;
}

/* Coloring */
.white-text {
    color: #FFF;
}

.text-red {
    color: #cd0000 !important;
}

/* Background Colors */
.bgr-white {
    background-color: var(--white-color);
}

.bgr-black {
    background-color: var(--black-color);
}

/* Text Formats */
.text-bold {
    font-weight: 600 !important;
}

.text-italic {
    font-style: italic !important;
}

.text-underline {
    text-decoration: underline !important;
}

/* TODO Placeholder */
.todo {
    color: #555;
    border: 1px solid #000;
}

.todo p {
    margin: 0;
    font-size: 24px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
}

/* Headlines */
.headline-1,
.subhead,
.subhead span,
.subhead-2,
.subhead-2 span {
    /* font-family: 'Lato', sans-serif; */
}

.headline-1 {
    font-size: calc(18px + 18 * ((100vw - 350px) / (1920 - 350)));
    font-weight: 700 !important;
    letter-spacing: 1px;
    margin-top: 30px;
}

.headline-2 {
    font-size: calc(20px + 18* ((100vw - 350px) / (1920 - 350)));
    font-weight: 600;
    letter-spacing: 0.5px;
}

.headline-3 {
    font-size: calc(20px + 8*((100vw - 350px) /(1920 - 350)));
    font-weight: 600;
    font-style: italic;
}

.headline-1--disc {
    font-size: calc(30px + 30*((100vw - 350px) /(1920 - 350)));
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.headline-2--disc {
    font-size: calc(22px + 25*((100vw - 350px) /(1920 - 350)));
    font-weight: 600;
    letter-spacing: 0.5px;
}

.headline-3--disc {
    font-size: calc(25px + 25*((100vw - 350px) /(1920 - 350)));
    font-weight: 600;
    letter-spacing: 0.5px;
}

.headline-bonus--upper {
    font-size: calc(20px + 4 * ((100vw - 350px) / (1920 - 350)));
    font-weight: bold;
    text-align: center;
    margin-bottom: 5px;
}

.headline-bonus {
    font-size: calc(30px + 18 * ((100vw - 350px) / (1920 - 350)));
    font-weight: 700;
    text-align: center;
    color: darkred;
    margin-bottom: 0;
}

.headline-bonus--subhead {
    font-size: calc(22px + 8 * ((100vw - 350px) / (1920 - 350)));
    font-weight: 600;
    text-align: center;
    margin-bottom: 0;
}

.headline-bonus--pages {
    font-size: calc(22px + 8 * ((100vw - 350px) / (1920 - 350)));
    font-weight: 600;
    text-align: center;
    font-style: italic;
    margin-bottom: 0;
}

.headline-banners {
    font-size: 40px;
    font-size: calc(28px + 22 * ((100vw - 350px) / (1920 - 350)));
    font-weight: 600 !important;
    margin: 15px 0;
}

.subhead,
.subhead span {
    font-size: calc(23px + 5*((100vw - 350px) /(1920 - 350))) !important;
    text-align: center;
    font-weight: 600 !important;
    color: rgb(225, 1, 38);
    line-height: 35px;
}

/* Sections, Containers, Boxes */
.headline-section>*,
.headline-section--tsl>* {
    /* font-family: 'nobel' !important; */
}

.headline-section {
    color: #FFF;
    padding: 20px 25px 20px 25px;
    max-width: 1300px
}

.tsl-section {
    max-width: 902px;
    margin-left: auto;
    margin-right: auto;
    /* box-shadow: 0px 0px 10px -5px var(--black-color); */
    background-color: var(--white-color);
}

.tsl-section:nth-child(1) {
    margin-top: 20px;
}

.tsl-section:nth-child(2) {
    margin-top: 20px;
}

.tsl-paragraphs {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 50px 100px;
}

.tsl-paragraphs--inner {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.tsl-paragraphs.reset {
    padding: 0 10px;
}

.vsl-paragraphs {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 30px 50px;
}

.custom-list,
.custom-list--alarm-bell {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.tsl_paragraphs_inner {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.tsl_paragraphs_inner--figure {
    margin-bottom: 0;
}

@media (max-width: 769px) {
    .tsl_paragraphs_inner--figure.bottom {
        margin-bottom: 20px !important;
    }

    .tsl_paragraphs_inner--figure.top {
        margin-top: 20px !important;
    }
}

.vsl-paragraphs>p,
.tsl_paragraphs_inner>p,
.tsl-paragraphs>p,
.tsl-paragraphs--inner>*,
.tsl-paragraphs.bonus-section p,
.custom-list,
.custom-list--simple li,
.custom-list--check-p,
.custom-list--x-p,
.custom-list--alarm-bell {
    font-size: calc(18px + 0 * ((100vw - 350px) / (1920 - 350)));
    /* font-family: Arial, Helvetica, sans-serif; */
    margin: 0;
}

.custom-list--check-bullet {
    display: inline;
    max-width: 30px !important;
}

.custom-list--check-p,
.custom-list--x-p {
    display: inline;
}

.custom-list--simple {
    margin: 0px 20px 0px;
}

.custom-list,
.custom-list--alarm-bell,
.custom-list--x-p {
    list-style: none;
    margin: 0px 20px 0px;
}

@media (max-width: 768px) {

    .custom-list--simple {
        margin: 0px 0px 0px;
    }

    .custom-list,
    .custom-list--alarm-bell,
    .custom-list--x-p {
        list-style: none;
        margin: 0px 0px 0px;
    }
}

@media (max-width: 425px) {

    .custom-list--simple {
        margin: 0px 0px 0px;
    }

    .custom-list,
    .custom-list--alarm-bell,
    .custom-list--x-p {
        list-style: none;
        margin: 0px 0px 0px;
    }
}

.custom-list li,
.custom-list--alarm-bell li,
.custom-list--x-p li {
    position: relative
}

.custom-list--x-p li {
    padding-bottom: 10px;
}

.custom-list--x-p li:last-child {
    padding-bottom: 0px;
}

.custom-list li:before {
    content: "\2713";
    color: #f15922;
    display: inline-block;
    font-size: 1.7em;
    font-weight: 900;
    width: 1em;
    margin-top: -0.3em;
    margin-left: -1em;
    position: absolute;
}

.custom-list--alarm-bell li:before {
    content: url('../img/alarm-filled.svg');
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1.2em;
    position: absolute;
    line-height: 1.9;
}

.custom-list--x-p li:before {
    content: "❌";
    display: inline-block;
    margin-left: -1.5em;
    position: absolute;
}

/* Specials */
.special-container {
    border: 2px solid #584f47;
    padding: 20px 25px;
    box-shadow: 15px 15px #584f47;
    margin-bottom: 20px;
}

/* Special Banner for Guarantee */
.special-banner {
    max-width: 1170px;
    padding: 30px 70px;
    margin-left: auto;
    margin-right: auto;
    background-color: #6b6b6e;
}

.special-banner .special-header:first-child {
    font-size: calc(24px + 16 * ((100vw - 350px) / (1920 - 350)));
}

.special-banner .special-header:last-child {
    font-size: calc(18px + 12 * ((100vw - 350px) / (1920 - 350)));
}

/* Miscelaneous */
.delimiter {
    margin: 30px 0;
    border-top: 1px solid #333;
}

figcaption {
    text-align: center;
    font-size: 12px;
    margin-top: 15px;
}

figcaption.special-caption {
    text-align: center;
    font-size: calc(16px + 3 * ((100vw - 350px) / (1920 - 350)));
    font-style: italic;
    margin-top: 5px;
    color: #6e6e6e;
}

/* QUERIES */
@media (max-width: 575px) {
    .tsl-section:nth-child(1) {
        margin-top: 0;
    }
}

@media (max-width: 480px) {
    .headline-section {
        padding: 10px 22px 10px;
    }

    .vsl-paragraphs {
        padding: 0px 10px 30px;
    }

    .vsl-paragraphs:first-child {
        display: none;
    }

    .tsl-paragraphs {
        padding: 48px 30px;
    }

    .video_container {
        min-height: calc(177.778vw) !important
    }
}

@media screen and (max-width: 767px) {
    .video_vimeo {
        height: calc(177.778vw) !important
    }
}

/* Break (<br />) for desktop only */
@media (min-width: 1025px) {
    .line-break_mobile br {
        /* display: none !important; */
    }

    .line-break_mobile::after {
        content: ' ';
        display: inline;
    }
}

@media (max-width: 1024px) {
    br:not(.line-break br) {
        display: none
    }

    .responsive-br::after {
        content: ' ';
        display: inline;
    }

    .line-break_mobile br {
        display: inline !important;
    }
}

/* References Custom Styling */
.ref-text p {
    color: #9C9C9C !important;
    font-size: 13px !important;
}

.ref-link {
    word-break: break-all;
}

.accordion-button {
    font-size: 1.2em !important;
    font-weight: bold;
    border: 1px solid #7f1619 !important;
}

.accordion-button:focus {
    border-color: #7f1619 !important;
    box-shadow: none !important;
}

.accordion-button:hover,
.accordion-button:not(.collapsed) {
    color: black !important;
    background-color: white !important;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}

/* Vimeo Video Container overwriting */
/* Vimeo_video */
.video_container {
    max-width: 1170px !important;
    min-width: 240px !important;
    margin: 0 auto !important;
}

.video {
    align-self: center;
    justify-self: center;
}

.video iframe {
    height: 300px;
}

/* for TTB BUTTONS */
#action_div {
    display: none;
}

/* VSL Sound Icon-Text */
.sound-icon {
    background: url('https://www.prepperliberty.com/statics/images/Audio_Icon.png');
    background-repeat: no-repeat;
    background-size: contain;
    height: auto;
    width: 25px;
    padding-right: 30px;
}

.sound-on p {
    color: rgb(0, 0, 0);
    margin: 0px !important;
    font-size: 18px;
}

/* Bootstrap iframe custom ratios - Vertical */
.ratio-16x9-custom {
    --bs-aspect-ratio: calc(9/16 * 180%);
}

@media(max-width: 575px) {
    .ratio-16x9-custom {
        --bs-aspect-ratio: calc(9/16 * 300%);
    }
}

/* Testimonial Videos */
.video-testimonial--box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: -webkit-fill-available;
}

.video-testimonials--name {
    color: gray;
    text-align: center;
}

/* Second tesimonial style */
.testimonial-2-box {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    color: #000;
    display: inline-block;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 16px;
    margin: 35px 10px 10px;
    position: relative;
    text-align: center;
    background-color: #ffffff;
    border-radius: 5px;
    border-top: 10px solid var(--red-2-color);
}

.testimonial-2-box *,
.testimonial-2-box *:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}

.testimonial-2-box--inner {
    padding: 2rem 1rem;
}

.testimonial-2-box--inner:before {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    color: var(--red-2-color);
    content: "\f10e";
    font-family: 'FontAwesome';
    font-size: 32px;
    font-style: normal;
    left: 50%;
    line-height: 60px;
    position: absolute;
    top: -35px;
    width: 60px;
}

.testimonial-2-box .testimonial-2-author {
    color: #3c3c3c;
    font-size: 20px;
    font-weight: 300;
    line-height: 24px;
    margin: 10px 0 5px;
}

.testimonial-2-box .testimonial-2-quote {
    font-style: italic;
    font-weight: 300;
    margin: 0 0 20px;
}

.testimonial-2-quote {
    font-size: calc(15px + 6*((100vw - 350px) /(1920 - 350)));
}

.testimonial-2-rating {
    font-size: 20px;
    margin: 10px 0 10px;
}

.standout-testimonial {
    box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
    padding: 30px;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, var(--red-2-color) 0px -3px 0px inset;
}

.standout-testimonial p {
    font-size: calc(20px + 6 * ((100vw - 350px) / (1920 - 350)));
}

/* Buy Buttons */
@media (min-width: 576px) {
    .big-btn {}

    .small-btn {
        /* padding: 0 24px; */
    }
}

@media (max-width: 575px) {

    .big-btn,
    .small-btn:not(:last-of-type) {
        padding-bottom: 20px;
    }
}

/* CTA BUTTON */
.cta-btn,
.cta-btn:link,
.cta-btn:visited {
    display: block;

    color: var(--white-color);
    font-size: calc(25px + 15 * ((100vw - 350px) / (1920 - 350)));
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;

    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
    color: #000;
    background-color: #ffd814;
    border-radius: 5px;

    /* width: 80%; */
    max-width: 600px;
    margin: 0 auto;
    padding: 15px 10px;
    height: auto;

    transform: scale(1);
    animation: pulsing 1s infinite;

    cursor: pointer;
}

.cta-btn:active,
.cta-btn:hover {
    color: #000;
    background-color: #f7ca00;
}

@keyframes pulsing {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, .3);
    }

    70% {
        transform: scale(1.01);
        box-shadow: 0 0 0 10px transparent;
    }

    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 transparent;
    }
}

.our-customers-say {
    font-size: calc(16px + 2*((100vw - 350px) /(1920 - 350))) !important;
    text-align: center;
}

/* FAQ */
.faq-title {
    font-size: calc(30px + 8*((100vw - 350px) /(1920 - 350)));
    padding: 20px 0 10px;
    margin: 0;
    color: white;
    font-weight: 500;
    text-align: center;
}

.faq-subtitle {
    font-size: calc(25px + 3*((100vw - 350px) /(1920 - 350)));
    padding: 0px 0 20px;
    margin: 0;
    color: white;
    font-weight: 400;
    text-align: center;
}

.accordion-faq {
    background-color: #195637;
    padding: 0px 75px 40px;
    border-radius: 15px !important;
}

.accordion-item-faq {
    background: transparent;
    margin-bottom: 15px;
    border: none;
}

.accordion-button-faq {
    /* background: #ebebeb; */
    /* border-top-left-radius: 2.1875rem !important;
    border-top-right-radius: 2.1875rem !important; */
    border-radius: 15px 15px 15px 15px !important;
    border: none !important;
    box-shadow: none !important;
}

.accordion-button-faq:not(.collapsed) {
    background-color: #ececec !important;
}

.accordion-body-faq {
    color: black;
    background: white;
    border-radius: 0 0 15px 15px !important;
    /* border-bottom-right-radius: 2.1875rem;
    border-bottom-left-radius: 2.1875rem; */
    padding-top: 40px;
    margin-top: -30px;
}

.collapsing {
    height: 0;
    overflow: hidden;
    transition: height .35s ease;
    padding-top: 30px;
    margin-top: -30px;
    border-radius: 0 0 15px 15px !important;
    /* border-bottom-right-radius: 50% !important;
    border-bottom-left-radius: 50% !important; */
}

.outside-tsl {
    padding: 0 50px 40px;
}

.outside-tsl figcaption.special-caption {
    margin-top: 20px;
    margin-left: 40px;
    margin-right: 40px;
}

@media (max-width: 768px) {
    .outside-tsl {
        padding: 0 0 40px;
    }

    .outside-tsl .delimiter {
        margin-left: 40px;
        margin-right: 40px;
    }

    .accordion-faq {
        border-radius: 0 !important;
        padding: 0px 30px 40px;
    }

    .accordion-ref {
        margin-left: 30px;
        margin-right: 30px;
    }

    .outside-tsl figcaption.special-caption {
        margin-left: 30px;
        margin-right: 30px;
    }
}

@media (max-width: 425px) {
    .accordion-faq {
        padding: 0px 20px 40px;
    }

    .accordion-ref {
        margin-left: 20px;
        margin-right: 20px;
    }

    .outside-tsl figcaption.special-caption {
        margin-left: 20px;
        margin-right: 20px;
    }
}


/* Video Testimonials Stuff */
.video-testimonial--box-inner {
    position: relative;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;

    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

.video-overlay.active {
    display: flex;
}

.video-overlay-bgr {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('https://www.survivalcannedmeat.com/vsl_tsl/img/tgp_bgr.webp');
    background-size: cover;
    background-repeat: no-repeat;
    object-fit: cover;
    object-position: center center;
    z-index: -2;
}

.overlay-darken {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: -1;
}

.video-overlay.active {
    display: flex;
    /* show when the video ends */
}

.video-overlay h2 {
    margin: 20px;
    color: white;
    text-align: center;
}

.video-overlay p {
    margin: 10px;
    color: white;
    text-align: center;
}

.video-overlay a {
    padding: 10px 20px;
    /* background-color: #009578; */
    color: black;
    text-decoration: none;
    border-radius: 5px;
}


.video-control-bar {
    position: absolute;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    bottom: .8em;
    left: .8em;
    right: .8em;
    height: 3.2em;
}

.replay-btn-container {
    width: 5.6em;
    height: 3.2em;
    margin: 0 .8em 0 0;
}

.video-testimonial--box-replay-btn:hover,
.video-testimonial--box-replay-btn:focus {
    background-color: #00adef;
}

.video-testimonial--box-replay-btn {
    font-family: inherit;
    border-radius: 4px;
    text-rendering: optimizelegibility;
    -webkit-font-smoothing: antialiased;
    background-color: rgba(0, 0, 0, .9);
    width: 5.6em;
    height: 3.2em;
    color: #fff;
    position: relative;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: all;
    border: none;
    appearance: none;
    z-index: 19;
    background-color: #454545;
    transform: translateZ(0);
    transition: opacity .25s ease-out, background-color 40ms, color 40ms;
}

.video-testimonial--box-replay-btn-svg {
    width: 2em;
    height: 2em;
    transform: scaleX(-1);
    fill: #FFF;
}

.video-testimonial--box-replay-btn-tag {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.video-testimonial--box-button-play-btn-tag-text {
    display: flex;
    justify-content: center;
    align-items: center;
    left: 50%;
    color: #fff;
    background: rgba(0, 0, 0, .9);
    font-size: 12px;
    letter-spacing: 0;
    bottom: 2.66667em;
    padding: .66667em 1em;
    height: 2.66667em;
    line-height: 1.25em;
    border-radius: 4px;
    transition: opacity .15s ease-out;
    position: absolute;
    font-weight: 700;
    white-space: pre;
    transform: translateX(-50%);
    cursor: default;
}

@media (max-width: 575px) {
    .video-overlay h2 {
        margin: 0px 30px 10px 30px;
        font-size: 20px;
    }

    .video-overlay p {
        margin: 0px 10px 10px 10px;
        font-size: 13px;
    }

    .video-overlay a {
        padding: 3px;
        font-size: calc(20px + 20 * ((100vw - 350px) / (1920 - 350)));
    }

    .video-overlay .cta-btn,
    .video-overlay .cta-btn:link,
    .video-overlay .cta-btn:visited {
        max-width: 280px;
    }

    .video-control-bar {
        position: absolute;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        bottom: 0;
        left: 0;
        right: unset;
        height: 3.2em;
    }

    .replay-btn-container {
        width: 5.6em;
        height: 1.3em;
        margin: 0 0 0 3px;
    }

    .video-testimonial--box-replay-btn {
        width: 56px;
        height: 32px;
    }

    .video-testimonial--box-replay-btn-svg {
        width: 1.3em;
        height: 1.3em;
        transform: scaleX(-1);
    }
}

/* Testimonial Carousel */
.testimonial-carousel {
    display: block !important;
    background: url('https://www.thestockpilesavior.com/product_pages/img/cm/carousel.png') repeat-x 0 0;
    height: 200px;
    background-size: cover;
    padding-right: 0 !important;
    padding-left: 0 !important;
    overflow: hidden;
    animation: ourCustomers 60s linear 0s infinite normal forwards;
    animation-play-state: running;
    margin-top: 15px;
    width: 100% !important;
    border-radius: 10px;
    border: 3px solid #B1300D;
}

@media (max-width: 768px) {
    .testimonial-carousel {
        height: 130px;
    }

}

@keyframes ourCustomers {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: -1500px 0;
    }
}

.no-buy-btn {
    display: block;
    text-align: center;
    font-size: 18px;
    margin: 0 0 30px;
}


p.no-buy-btn {
    display: block;
    text-align: center;
    font-size: 18px !important;
    margin: 0 0 30px !important;
    color: #0d6efd;
    text-decoration: underline;
    cursor: pointer;
}

p.no-buy-btn:hover {
    color: #0a58ca;
}

.prices p {
    margin-bottom: 0;
}


/* Buy Buttons Grid System */
.buy-btns-grid {
    display: grid;
    grid-template-rows: 1;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 20px;
}

@media(max-width: 575px) {
    .buy-btns-grid {
        grid-template-rows: repeat(3, auto);
        grid-template-columns: 1fr;

        row-gap: 30px;

        justify-items: center;
        align-items: center;
    }

    .buy-btns-grid .grid-item-1 {
        grid-row: 3 / -1;
        grid-column: 1 / 2;


    }

    .buy-btns-grid .grid-item-6 {
        grid-row: 1 / 2;
        grid-column: 1 / 2;
    }

    .buy-btns-grid .grid-item-3 {
        grid-row: 2 / 3;
        grid-column: 1 / 2;
    }
}

/* Start Order Link */
#delayed-link,
#delayed-link:link,
#delayed-link:visited {
    display: none;

    text-decoration: none;
    padding: 5px 15px;
    background: linear-gradient(to top, #ffdc00, #fec400, #ffdc00);
    transition: all 0.1s ease-out;
    font-size: calc(35px + 10 * ((100vw - 350px) / (1920 - 350)));
    width: fit-content;
    text-align: center;
    margin: 0 auto;
    border-radius: 20px;
    color: #000;
    text-transform: uppercase;
    filter: drop-shadow(0 5px 5px rgba(50, 90, 110, .075)) drop-shadow(0 4px 5px rgba(50, 90, 110, .15)) drop-shadow(0 2px 3px rgba(50, 90, 110, .2));
    font-weight: 500;
}

#delayed-link:active {
    filter: drop-shadow(0 5px 5px rgba(50, 90, 110, .115)) drop-shadow(0 4px 5px rgba(50, 90, 110, .45)) drop-shadow(0 2px 3px rgba(50, 90, 110, .5));
}

#delayed-link:hover {
    /* background: linear-gradient(to top, #ffdc00, #fbc500, #ffdc00); */
    filter: drop-shadow(0 5px 5px rgba(50, 90, 110, .085)) drop-shadow(0 4px 5px rgba(50, 90, 110, .25)) drop-shadow(0 2px 3px rgba(50, 90, 110, .3));
}


/* Picture Shadows */
.tsl_paragraphs_inner--figure:not(.no-shadow) {
    filter: drop-shadow(0 5px 5px rgba(50, 90, 110, .075)) drop-shadow(0 4px 5px rgba(50, 90, 110, .15)) drop-shadow(0 2px 3px rgba(50, 90, 110, .2));
}

/* Ingredients */
.supplement-ingredient-list {}

.supplement-ingredient-list--1,
.supplement-ingredient-list--2,
.supplement-ingredient-list--3,
.supplement-ingredient-list--4 {}

.supplement-ingredient-header--background {
    background-color: #135232;
    text-align: center;
    text-transform: uppercase;
    width: -webkit-fill-available;
    margin: 0 auto 20px;
    padding: 5px 15px;
    border-radius: 15px;
    display: block;
}

.supplement-ingredient-header {
    font-size: calc(20px + 15 * ((100vw - 350px) / (1920 - 350)));
    background: linear-gradient(to top, #e4eada 0%, #FFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline;
}

.supplement-ingredient-p {
    text-align: center;
    text-transform: uppercase;
    color: #195637;
    font-weight: bold
}

.supplement-ingredient-p--special {
    text-align: center;
    text-transform: uppercase;
    color: #FFF;
    background-color: #135232;
    font-weight: bold;
    padding: 15px 100px;
    width: fit-content;
    margin: 0 auto;
    font-size: 20px;
    border-radius: 10px;
}

.supplement-ingredient-p--more {
    font-weight: bold;
    text-align: center;
    max-width: 800px;
}

.supplement-ingredient-list--container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-color: #e0ede0;
}

@media (max-width: 575px) {
    .supplement-ingredient-list--container {
        flex-direction: column;
        background-color: #e0ede0;
        padding: 10px;
        border-radius: 10px;

    }

    .supplement-ingredient-list--benefits {
        width: 100%;
        background-color: transparent !important;
        margin: 0 !important;
        padding: 0 0 0 0 !important;

    }

    .supplement-ingredient-list--benefits li {
        margin-bottom: 10px;
    }

    .supplement-ingredient-list--benefits:last-of-type li:last-of-type {
        margin-bottom: 0;
    }
}

.supplement-ingredient-list--benefits {
    list-style: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #e0ede0;
    padding: 10px;
    border-radius: 10px;
    flex: 1;
    margin: 10px;
    color: #135232;
}

@media (min-width: 578px) {
    .supplement-ingredient-list--benefits {
        gap: 10px;
    }
}

.supplement-ingredient-list--benefits li::before {
    display: inline-block;
    content: url(../img/ep/latest/checkmark.svg);
    margin-left: 0.5em;
    margin-right: 0.3em;
}

/* Guarantee */
.guarantee-component {
    border: 2px solid #007300;
    border-radius: 15px;
    background-color: #e0ede0;
}

.guarantee-component--header {
    text-align: center;
    text-transform: uppercase;
    color: #195637;
    font-weight: bold;
    font-size: calc(20px + 20 * ((100vw - 350px) / (1920 - 350)));
}

.guarantee-component--inner {}

.guarantee-component--inner img {
    width: 250px;
    margin: 20px 0 0 0;
}

.guarantee-component--badges {
    margin: 15px 0;
}

.guarantee-component--badges img {
    width: 140px;
}

@media (max-width: 425px) {
    .guarantee-component--badges img {
        width: 100px;
    }
}

.circle-picture {
    box-shadow: 0px 2px 10px 0px #bbb;
    border: 3px solid white;
    border-radius: 100%;
    margin-bottom: 10px;
}

/* Bonuses */
.bonus-section {
    background-color: #e0ede0;
}

.bonus-container {}

.bonus-image {}

.bonus-image-p--1,
.bonus-image-p--2 {
    text-align: center;
}

.bonus-image-p--1 {
    font-weight: bold;
}

.bonus-image-img {}

/* Modal Styles */
.modal-header {
    border-bottom: none;
    padding-bottom: 0px;
}

@media (min-width: 1200px) {
    .modal-xl {
        --bs-modal-width: 1400px;
    }
}

@media (min-width: 992px) {
    .modal-xl {
        --bs-modal-width: 90%;
    }
}

@media (max-width: 991px) {
    .modal-dialog {
        max-width: fit-content !important;
    }
}

.modal-custom--img {
    overflow: hidden;
    /* Ensure the overflow from the zoomed image is hidden */
}

.modal-custom--img img {
    margin: 0 auto;
    display: block;
    max-width: 100%;
    height: auto;

    transition: transform 0.25s ease;
    /* Smooth transformation */
    cursor: zoom-in;
    /* Indicate that the image can be zoomed */
}

.modal-custom p {
    display: none;
}

@media (max-width: 768px) {
    .modal-custom--img {
        overflow: auto;
    }

    .modal-custom--img img {
        max-width: unset;
    }

    .modal-custom p {
        text-align: center;
        font-weight: bold;
        margin-top: 15px;
        display: block;
    }
}

.show-modal-p {
    color: var(--orange-color);
    text-decoration-color: var(--orange-color) !important;
}

.show-modal-p:hover {
    color: #fb6c32;
    text-decoration-color: var(--orange-color) !important;
    cursor: pointer;
}

.show-modal-button {
    text-align: center;
    font-size: calc(16px + 3 * ((100vw - 350px) / (1920 - 350))) !important;
    font-style: italic;
    margin-top: 5px;
    color: #6e6e6e;

    cursor: pointer
}

.show-modal-button:hover {
    color: #5a5a5a;
    text-decoration: underline;
}

.overlay-nonblur {}

.overlay-blur::before {
    content: '';
    width: 100vw;
    position: fixed;
    backdrop-filter: blur(20px);
    background-color: rgba(0, 0, 0, 0.6);
    height: 100vh;
    z-index: -1;
    -webkit-backdrop-filter: blur(20px);
}

.overlay-blur-body::before {
    content: '';
    width: 100vw;
    position: fixed;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    height: 100vh;
    z-index: 3;
}

.null-padding {
    padding: 0 !important;
}

.modal-body {
    padding: var(--bs-modal-padding) 12px 0 12px !important;
}

.downsell-body p {
    font-size: calc(20px + 25 * ((100vw - 350px) / (1920 - 350))) !important;
    text-align: center;
}

.main-headline>* {
    width: auto;
    font-size: calc(16px + 40 * ((100vw - 350px) / (1920 - 350)));
    font-weight: bold !important;
    margin-bottom: 0;
}

/* New copy - */
.subhead-2,
.subhead-2 span {
    font-size: calc(22px + 20 * ((100vw - 350px) / (1920 - 350))) !important;
    margin: 5px 0 0px !important;
    letter-spacing: -0.5px;
    font-weight: 600 !important;
    line-height: 35px;
    text-align: center !important;
}

.desktop {
    display: none;
}

@media (min-width: 768px) {
    .desktop {
        display: block;
    }
}


.mobile {
    display: block;
}

@media (min-width: 768px) {
    .mobile {
        display: none;
    }
}

.yellow-headline {
    font-size: 34px !important;
}

@media (max-width: 768px) {
    .yellow-headline {
        font-size: 23px !important;
    }
}

/* 1-2-3 steps */
.one-two-three img {
    height: auto;
    width: 230px;
    margin: 0 auto 20px;
}

.one-two-three-p {
    text-align: center;
    text-transform: uppercase;
    color: #195637;
    font-weight: bold;
    font-size: calc(20px + 8*((100vw - 350px) /(1920 - 350)));
}

.circle-picture-no-shadow {
    border-radius: 100%;
    margin-bottom: 10px;
}

/* Mushrooms */
.order-now-button,
.order-now-button:link,
.order-now-button:visited {
    display: inline-block;
    /* transition: transform 0.5s ease; */
}

.order-now-button:active,
.order-now-button:hover {
    cursor: pointer;
    /* transform: scale(1.02); */
}

.btn-text-1 {
    font-size: calc(40px + 45 * ((100vw - 350px) / (1920 - 350))) !important;
    font-weight: bold;
    font-family: Helvetica;
}

.btn-text-2 {
    background-color: #ff0;
    font-size: calc(30px + 33 * ((100vw - 350px) / (1920 - 350))) !important;
    font-weight: bold;
    display: block;
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 20px;
}

.btn-text-3 {
    font-size: calc(25px + 15 * ((100vw - 350px) / (1920 - 350))) !important;
}

.btn-text-4 {
    font-weight: bold;
    font-size: calc(45px + 25 * ((100vw - 350px) / (1920 - 350))) !important;
    font-family: Calibri;
}

.special-hr {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgb(0 0 0 / 0%), rgb(0 0 0), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
    background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
    margin: 25px;
}

.h-divider {
    margin: auto;
    width: 100%;
    position: relative;
}

.h-divider .h-shadow {
    overflow: hidden;
    height: 20px;
}

.h-divider .h-shadow:after {
    content: '';
    display: block;
    margin: -25px auto 0;
    width: 100%;
    height: 25px;
    border-radius: 125px/12px;
    box-shadow: 0 0 8px black;
}