@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@font-face {
    font-family: sfpro;
    src: url('https://primal.panterawellness.com/assets/fonts/sf-pro-display/SFPRODISPLAYREGULAR.ttf');
}

@font-face {
    font-family: Bondrians;
    src: url('../fonts/BONDRIANS.woff');
}

* {
    box-sizing: border-box;
    position: relative;
}

html, body {
    width: 100%;
    height: 100%;
}

html {
    scroll-behavior: smooth;
}

body { 
    margin: 0px;
    font-family: 'Open Sans', sans-serif;
}

.text-center {
    text-align: center;
}

.cta {
    font-size: 22px;
    color: #ffffff;
    display: inline-block;
    padding: 15px 70px;
    border-radius: 30px;
    text-decoration: none;
    border: 1px solid #FFFFFF;
    background: linear-gradient(180deg, #53A928 0%, #214310 100%);
    box-shadow: 0px 5.48722px 5.48722px rgba(0, 0, 0, 0.25);
}

.flex {
    display: flex;
}

.flex-wrap {
    flex-wrap: wrap;
}

.section-header {
    font-size: 46px;
    font-weight: 400;
    margin: 0px 0px 15px;
    font-family: 'Bondrians', sans-serif;
}

.section-header .highlighted {
    color: #E99217;
}

#banner {
    width: 100%;
    display: flex;
    color: #ffffff;
    min-height: 100vh;
    position: relative;
    align-items: center;
    background: url('https://primal.panterawellness.com/assets/images/tsl-pb/banner_bg_updated.webp') no-repeat center right/cover;
}

#g-version #banner {
    background: url('https://primal.panterawellness.com/assets/images/tsl-pb/banner_bg_g_updated.webp') no-repeat center center/cover;
}

#banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 75%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 8.95%, rgba(0, 0, 0, 0.8) 57.05%);
}

.container {
    margin: auto;
    max-width: 1200px;
}

.testimonial-section {
    padding: 0px 40px;
}

.slider-wrapper {
    position: relative;
    overflow: hidden;
    }

.slider {
    display: flex;
    gap: 30px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
}

.slider::-webkit-scrollbar {
    display: none;
}

.card {
    min-width: 300px;
    max-width: 300px;
    background: #E99217;
    color: white;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
    flex-shrink: 0;
}

.card h3 {
    color: #000000;
    margin-top: 0;
    font-size: 21px;
    font-weight: bold;
}

.card p {
    color: #000000;
    font-size: 16px;
    line-height: 1.6;
}

.card strong {
    color: #000000;
    display: block;
    margin-top: 20px;
    font-size: 18px;
}

.card span {
    color: #000000;
    font-size: 14px;
    opacity: 0.85;
}

.progress-bar {
    height: 6px;
    background: #696969;
    margin-top: 25px;
    border-radius: 10px;
    overflow: hidden;
    margin-left: 40px;
    width: 600px;
    max-width: 100%;
}

.progress {
    height: 100%;
    width: 50px;
    background: #d91111;
    transition: width 0.3s ease;
}

#progressRange {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 6px;
  background: #696969;
  border-radius: 10px;
  outline: none;
  cursor: pointer;
      position: relative;
    top: -10px;
}

/* Track (Chrome) */
#progressRange::-webkit-slider-runnable-track {
  height: 6px;
  background: #696969;
  border-radius: 10px;
}

/* Thumb (Chrome) */
#progressRange::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 50px;
  height: 18px;
  background: #E99217;
  border-radius: 50%;
  cursor: pointer;
  margin-top: -6px; /* centers thumb */
}

/* Firefox track */
#progressRange::-moz-range-track {
  height: 6px;
  background: #ddd;
  border-radius: 10px;
}

/* Firefox thumb */
#progressRange::-moz-range-thumb {
  width: 18px;
  height: 18px;
  background: #d91111;
  border: none;
  border-radius: 50%;
  cursor: pointer;
}

#banner .container {
    z-index: 2;
}

#banner .container .inner-container {
    width: 50%;
    padding: 50px 20px;
}

#banner h1 {
    font-size: 64px;
    color: #E99217;
    font-weight: 400;
    margin: 20px 0px 15px;
    font-family: 'Bondrians', sans-serif;
}

#banner .subheadline {
    font-size: 21px;
    font-weight: 500;
    font-family: 'Open Sans', sans-serif;
}

#banner .subheadline span {
    color: #E99217;
    font-weight: 700;
    font-style: italic;
}

#banner .content p {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
}

#banner .content p strong {
    font-weight: 700;
    color: #E99217;
}

#banner .content ul {
    font-size: 16px;
    list-style: none;
    padding-left: 20px;
    margin-bottom: 30px;
}

#banner .content ul li {
    margin-bottom: 10px;
}

#banner .content ul li svg {
    top: 4px;
    margin-right: 5px;
    max-width: 20px;
    max-height: 20px;
    position: relative;
}

#banner .certificates {
    max-width: 90%;
    margin-bottom: 30px;
}

#section1 {
    width: 100%;
    font-size: 16px;
    position: relative;
    background: #fff7ea url('https://primal.panterawellness.com/assets/images/tsl-pb/section1_bg.webp') no-repeat center right/contain;
}

#section1 .inner-container {
    z-index: 2;
    max-width: 50%;
    margin-right: auto;
    padding: 50px 50px 50px 20px;
}

#section1 h2 {
    font-size: 46px;
    color: #000000;
    font-weight: 400;
    margin: 0px 0px 15px;
    font-family: 'Bondrians', sans-serif;
}

#section1 h2 .highlighted {
    color: #E99217;
}

#section1 .img-container {
    flex: 0 0 45%;
    max-width: 45%;
}

#section1 .img-container img {
    max-width: 100%;
}

#section1 .text-container {
    flex: 0 0 55%;
    max-width: 55%;
    padding-left: 15px;
}

#section1 .inner-container img {
    max-width: 100%;
    margin-top: 20px;
    margin-bottom: 30px;
}

#section1 strong {
    color: #E99217;
    font-weight: 700;
}

#section2 {
    background-color: #000000;
}

#section2 .container .inner-container {
    padding: 70px 20px;
}

#section2 img {
    max-width: 100%;
}

#section2 h2 {
    z-index: 2;
    font-size: 46px;
    color: #ffffff;
    font-weight: 400;
    text-align: center;
    margin: 0px 0px -30px;
    position: relative;
    font-family: 'Bondrians', sans-serif;
}

#section2 h2 .highlighted {
    color: #E99217;
}

#section2 .cta-container {
    margin-top: -40px;
}

#section3 {
    width: 100%;
    font-size: 16px;
    position: relative;
    /* background: url('https://primal.panterawellness.com/assets/images/tsl-pb/section3_bg.webp') no-repeat center left/cover; */
}

#section3:before {
    content: "";
    left: 0px;
    width: 80%;
    height: 100%;
    position: absolute;
    background: url('https://primal.panterawellness.com/assets/images/tsl-pb/section3_bg.webp') no-repeat center left/cover;
    /* background: url('https://primal.panterawellness.com/assets/images/tsl-pb/section3_bg_cropped.webp') no-repeat center left/cover; */
}

#g-version #section3:before {
    background: url('https://primal.panterawellness.com/assets/images/tsl-pb/section3_bg_g.webp') no-repeat center left/cover;
}

#section3 .container {
    z-index: 2;
}

#section3 .inner-container {
    padding: 130px 50px;
    max-width: 50%;
    margin-left: auto;
}

#section3 p strong {
    color: #E99217;
    font-weight: 700;
}

#section3 ul {
    list-style: none;
    padding-left: 20px;
}

#section3 ul li {
    margin-bottom: 10px;
}

#section3 ul li {
    display: flex;
}

#section3 ul li svg {
    margin-right: 7px;
}

#section3 p.red {
    color: #E99217;
    font-weight: 700;
}

#section4 {
    width: 100%;
    font-size: 16px;
    position: relative;
    background-color: #000000;
}

#section4::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    /* background: linear-gradient(0deg, rgba(0, 0, 0, 0.39), rgba(0, 0, 0, 0.39)); */
    background: url('https://primal.panterawellness.com/assets/images/tsl-pb/section4_bg.webp') no-repeat center center/cover;
}

#section4 .container {
    z-index: 2;
}

#section4 .inner-container {
    padding: 70px 50px;
}

#section4 h2 {
    color: #ffffff;
}

#section4 p.subheadline {
    color: #ffffff;
    font-size: 21px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
}

#section4 p.subheadline strong {
    color: #E99217;
}

#section4 img {
    margin: 30px auto;
    max-width: 80%;
}

#section4 .cta-container {
    margin-top: 50px;
}

#section5 {
    width: 100%;
    font-size: 16px;
    position: relative;
}

#section5::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 75%;
    height: 100%;
    z-index: 1;
    filter: grayscale(100%);
    background: 
    linear-gradient(to right, 
      rgba(255,255,255,0.4) 0%, 
      rgba(255,255,255,0.6) 60%, 
      rgba(255,255,255,0.9) 100%
    ),
    url('https://primal.panterawellness.com/assets/images/tsl-pb/section5_bg.webp') no-repeat center center/cover;
}   

#g-version #section5::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 60%;
    height: 100%;
    z-index: 1;
    /* filter: grayscale(100%); */
    background: 
    /* linear-gradient(270deg, #FFFFFF 87.65%, rgba(255, 255, 255, 0) 100%), */
    /* url('https://primal.panterawellness.com/assets/images/tsl-ss/section5_bg_g.webp') no-repeat center center/cover; */
}   

#section5::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(270deg, #FFFFFF 87.65%, rgba(255, 255, 255, 0) 100%);
}

#section5 .container {
    z-index: 2;
    overflow: hidden;
}

#section5 .inner-container {
    padding: 70px 50px;
}

#section5 p.subheadline {
    color: #000000;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
}

#section5 p.subheadline .highlighted {
    color: #E99217;
}

#section5 p strong {
    color: #E99217;
    font-weight: 700;
}

#section5 .content-container {
    flex: 0 0 40%;
    max-width: 40%;
}

#section5 .cta-container {
    margin-top: 50px;
}

#section6 {
    background-color: #111111;
}

#section6 .inner-container {
    width: 65%;
    z-index: 2;
    text-align: left;
    padding: 70px 50px;
}

#section6:before {
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    background: url('https://primal.panterawellness.com/assets/images/tsl-pb/section6_bg.webp') no-repeat center center/cover;
}

#g-version #section6:before {
    background: url('https://primal.panterawellness.com/assets/images/tsl-pb/section6_bg_g.webp') no-repeat center center/cover;
}

#section6 h2 {
    color: #ffffff;
}

#section6 p {
    color: #ffffff;
}

#section6 p .highlighted {
    color: #E99217;
    font-weight: 700;
}

#section7 {
    background-color: #ffffff;
}

#section7 .inner-container {
    padding: 70px 20px;
}

#section7 h2 {
    text-align: center;;
}

#section7 .img-container {
    margin: auto;
    flex: 0 0 50%;
    max-width: 50%;
    text-align: center;
    padding: 20px;
}

#section7 .img-container img {
    max-width: 300px;
}

#section7 .testimonial-container {
    margin: auto;
    flex: 0 0 50%;
    max-width: 50%;
}

#section7 .red-capsule {
    top: 0px;
    left: 0px;
    width: 47%;
    bottom: 0px;
    margin: auto;
    height: 250px;
    position: absolute;
    background-color: #E99217;
    border-top-right-radius: 120px;
    border-bottom-right-radius: 120px;
}


.ingredients {
    max-width: 500px;
}

.accordion-item {
    margin-bottom: 20px;
}

.accordion-header {
    width: 100%;
    text-align: left;
    padding: 18px 25px;
    border-radius: 50px;
    border: 1px solid #E99217;
    background: #fff;
    color: #E99217;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: 0.3s ease;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
}

.accordion-item.active .accordion-header {
    background: #E99217;
    color: #fff;
    border: none;
}

.icon {
    font-size: 22px;
    font-weight: bold;
}

.accordion-content {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.4s ease;
}

.accordion-item.active .accordion-content {
    max-height: 300px;
}

.content-inner {
    gap: 20px;
    width: 90%;
    padding: 25px;
    display: flex;
    background: #f5f5f5;
    align-items: center;
    margin: 0px auto 10px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background: linear-gradient(180deg, #FFFFFF 0%, #999999 296.53%);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.content-inner img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
}

.content-inner p {
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
}

#section8 {
    color: #ffffff;
    position: relative;
    background: #000000 url('https://primal.panterawellness.com/assets/images/tsl-pb/section8_bg_updated.webp') no-repeat center right/cover;
}

#section8 .container {
    z-index: 3;
}

/* #section8:after {
    content: "";
    top: 0px;
    right: 0px;
    width: 50%;
    height: 90%;
    z-index: 2;
    position: absolute;
    background: url('https://primal.panterawellness.com/assets/images/tsl-pb/section8_bg_right.webp') no-repeat center center/cover;
}

#section8:before {
    content: "";
    top: 0px;
    left: 0px;
    width: 50%;
    height: 90%;
    z-index: 1;;
    position: absolute;
    background: url('https://primal.panterawellness.com/assets/images/tsl-pb/section8_bg_left.webp') no-repeat center center/cover;
} */

#g-version #section8 {
    background: url('https://primal.panterawellness.com/assets/images/tsl-pb/section8_bg_g.webp') no-repeat center center/cover;
}

#section8 .container {
    padding: 150px 50px;
}

#section8 .inner-container {
    max-width: 50%;
}

#section8 .cta-container {
    margin-top: 50px;
}

#section8 .highlighted {
    color: #E99217;
}

#section9 .container {
    padding: 70px 50px;
}

#section9 h2 {
    margin-bottom: 40px;
}

#section9 .inner-container {
    margin: auto;
    max-width: 900px;
}

#section9 .content-inner {
    max-width: 95%;
    text-align: left;
    flex-wrap: wrap;
}

#section9 .content-inner p {
    flex: 0 0 100%;
}

#section9 .highlighted {
    color: #E99217;
    font-weight: 700;
}

#section10 {
    padding: 70px 50px;
    background-color: #111111;
}

#section10:before {
    top: 0px;
    left: 0px;
    width: 40%;
    height: 100%;
    content: "";
    position: absolute;
    background: url('https://primal.panterawellness.com/assets/images/tsl-pb/section10_bg_left.webp') no-repeat bottom left/contain;
}

#section10:after {
    top: 0px;
    right: 0px;
    width: 40%;
    height: 100%;
    content: "";
    position: absolute;
    background: url('https://primal.panterawellness.com/assets/images/tsl-pb/section10_bg_right.webp') no-repeat bottom right/contain;
}

#section10 .container {
    z-index: 2;
}

#section10 .introduction-container {
    max-width: 928px;
    margin: auto;
    margin-top: 20px;
    padding: 10px;
}

#section10 .product-selection {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
  padding: 10px;
}

#section10 .product-selection a, #section10 .product-selection a:hover, #section10 .product-selection a:active, #section10 .product-selection a:visited, #section10 .product-selection a:target, #section10 .product-selection a:focus {
  text-decoration: unset !important;
  color: unset !important;
}

#section10 .product {
  background: #ECF1EE;
  opacity: 1;
  box-shadow: 0px 20px 30px 0px #00000033;
  padding-bottom: 20px;
  height: min-content;
  margin:auto;
}

#section10 .product-offer-1 {
  width: 257px;
  margin-top: 50px;
}

#section10 .product-offer-2 {
  width: 277px;
  margin: auto;
}

#section10 .product-offer-3 {
  width: 257px;
  margin-top: 50px;
}

.main-product-top {
  display: flex;
  z-index: 3;
  position: relative;
  justify-content: center;
  align-items: center;
  background: #53A928;
  padding: 0 0 0 7px;
}

.product-top{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 4px 0 0 0;
  background: #E99217;

  position: relative;
  z-index: 2;
}

.product-offer-3 .product-top{
  background: #E99217;
  color: #FFFFFF;
}

.product-top.main {
  background: #53A928;
  padding:unset;
  margin:unset;
  padding-top:5px;
}

.product-top hr {
  flex: 0 0 171px;
  margin: 0;
  border-color: #000000;
  border-width: 1px;
  transform: scaley(0.5);
}

.product-offer-3 .product-top hr {
  border-color: #FFFFFF;
}


.product-offer-2 hr {
  margin-bottom: 0;
}

.product-top div {
  flex: 0 0 100%;
}

.product-display {
  margin-top: -75px;
  margin-left: -5px;
  position: relative;
}

.product-display .product-background {
  width: 100%;
  margin-bottom: 80px;
}

.product-shipping {
    top: 90px;
    left: 0px;
    right: 0px;
    z-index: 3;
    margin: auto;
    color: #FFFFFF;
    font-size: 35px;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
    font-weight: 400;
    position: absolute;
    font-style: Regular;
    font-family: Bondrians;
    text-transform: uppercase;
}

.product-offer-1 .product-bottle {
    top: -154px;
    left: 33px;
    position: relative;
}

.product-offer-1 .product-bottle-1 {
    left: 63px;
    top: -154px;
    position: relative;
    margin-bottom: -80px;
}

.savage-vsl-live img.product-bottle-1 {
  left: unset;
  max-width: 50%;
  margin-bottom: -65px;
}

.savage-vsl-live img.product-bottle-2 {
    max-width: 70%;
    top: -130px;
}

.savage-vsl-live img.product-bottle {
  left: 3px;
  max-width: calc(100% - 10px);
}

.savage-vsl-live .product-display {
  text-align: center;
}

.product-offer-2 .product-background {
    top: -20px;
    width: 100%;
    position: relative;
}

.product-offer-2 .product-bottle {
    top: -140px;
    left: 10px;
    position: relative;
    margin-bottom: -40px;
}

.product-offer-3 .product-bottle {
    left: 9px;
    top: -154px;
    position: relative;
    margin-bottom: -80px;
}

.product-display .product-price { 
    left: 0px;
    right: 0px;
    margin: auto;
    position: absolute;
}

.product-offer-2 .product-price {
    left: 0px;
    top: 270px;
}

.product-header-sm {
  font-family: Bondrians;
  font-weight: 400;
  font-style: Regular;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;

}

.product-header-lg {
  font-family: Bondrians;
  font-weight: 400;
  font-style: Regular;
  font-size: 35px;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
}

.product-main-guarantee {
    padding-top: 4px;
}

.product-description {
    padding-left: 25px;
}

.product-cart {
    padding-top: 10px;
    position: relative;
}

.cart-button {
    display: block;
    background-image: url('https://primal.panterawellness.com/assets/images/tsl-ss/atc_bg.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: white;
    text-decoration: none;

    width: 221px;
    height: 70px;
    opacity: 1;
    margin: auto;
}

.offer-cursor {
    position: absolute;
    bottom: -16px;
    right: 29px;
}

.product-cards {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 10px;
    margin-bottom: 15px;
}

.visa-card {
    height: 20px;
}

.paypal {
    height: 20px;
}

.discover {
    height: 20px;  
}

.mastercard {
    height: 20px;
}

.price-details {
  font-family: Bondrians;
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
}

.footer {
    /* background-color: #214310; */
    position: relative;
    margin: 0;
    margin-top: auto;
}

.footer-container {
	min-height: 200px;
    height:100%;
    width:100%;
    background-position: top center;
    background-size: cover;
    background-repeat:no-repeat;
}

.footer-container::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: radial-gradient(circle, rgba(0,0,0,0) 50%, #000 100%);
    pointer-events: none; /* doesnâ€™t block clicks */
}


.footer-container {
    max-width: 732px;
    margin: auto;
    padding: 15px;
    font-family: Open Sans;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: center;
    color: #FFFFFF;
}

.footer-content {
    text-align: center;
    max-width: 600px;
}

.footer-content a {
    color: #FFFFFF;
}

.footer-content a:hover, a:active, a:focus {
    color: #4a9539;
}

.footer-container img{
    margin:auto;
    position: relative;
}

.footer-content {
	margin: auto;
	position: relative;
}

.product-offer-main {
    overflow: hidden;
    box-shadow: 0px 0px 6.1px 0px #53A928;
}

.product-top.main .product-header-lg {
    padding-left: 20px;
    text-align: left;
}


.highlight-item {
    display: inline-flex;
    gap: 13px;
    margin-bottom: 10px;
}

.highlight-item div {
    display: flex;
    margin-top: auto;
    margin-bottom: auto;
    align-items: center;
}

#section10 .product-offer-3 .product-display .product-background {
    margin-left: 5px;
    width: calc(100% - 5px);
}

.highlight-item-last {
    position: relative;
}

.highlight-item-last:after {
    content: '';
    position: absolute;
    top: 0;
    left: -10px;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 150%;
    background: url('https://primal.panterawellness.com/assets/images/tsl-ss/smudge-v2.webp') no-repeat center center/cover;
}

.highlight-item-last strong {
    z-index: 2;
}

.price-details .upperline {
    font-size: 24px;
}

.disclaimer {
    margin: auto;
    max-width: 800px;
}

.disclaimer p {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
}

.footer {
    background-color: #000000;
}

.footer img {
    margin-bottom: 20px;
}

.footer hr {
    max-width: 400px;
    margin: 0px auto 10px;
}

.footer-content a {
    font-size: 14px;
    text-decoration: none;
}

.footer-content {
    font-size: 14px;
}

.mobile-only {
    display: none;
}

#section10 h2 {
    color: #ffffff;
    text-align: center;
}

.icon img {
    max-width: 30px;
}

.view-all {
    cursor: pointer;
    color: #696969;
    padding: 15px 50px;
    position: relative;
    border-radius: 30px;
    display: inline-block;
    border: 1px solid #696969;
    transform: all 0.2s linear;
    /* filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25)); */
}

.view-all:hover {
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

/* .view-all:before {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    content: '';
    z-index: 1;
    position: absolute;
    border-radius: 30px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
} */

.extra-ingredients {
    display: none;
}

.extra-ingredients.active {
    display: block;
}

.countdown-banner {
    width: 100%;
    background: linear-gradient(90deg, #f5a623, #b86a00);
    color: white;
    text-align: center;
    padding: 15px 10px;
    font-size: 20px;
    font-weight: 600;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

.countdown-banner strong {
    font-size: 26px;
}

.countdown-time {
    font-size: 26px;
    margin-left: 8px;
    letter-spacing: 2px;
}

@media(max-width: 1300px){
    #section10:before {
        background-size: cover;
    }

    #section10:after {
        background-size: cover;
    }
}

@media(max-width: 768px){
    .mobile-only {
        display: block;
    }

    .desktop-only {
        display: none;
    }

    #banner {
        background: #000000;
    }

    #g-version #banner {
        background: #000000;
    }

    #banner::before {
        background: unset;
    }

    #banner .container .inner-container {
        width: 100%;
        max-width: 100%;
        text-align: center;
    }

    #banner h1 {
        text-align: center;
    }

    #banner img.product-img {
        margin-left: -20px;
        margin-right: -20px;
        margin-top: -60px;
        width: calc(100% + 40px);
        margin-bottom: -130px;
    }

    #g-version #banner img.product-img {
        margin-bottom: 30px;
    }

    #banner .subheadline {
        z-index: 2;
    }

    #banner .content p {
        text-align: left;
    }

    #banner .content ul {
        text-align: left;
    }

    #banner .certificates {
        margin: auto;
        max-width: 70%;
    }

    #banner .cta {
        margin-top: 20px;
    }

    .cta {
        padding: 15px 30px;
    }

    #section1 {
        background: #ffffff;
    }

    #section1::before {
        display: none;
    }

    #section1 .inner-container {
        max-width: 100%;
    }

    #section1 .section1_img {
        max-width: 100%;
        margin-bottom: -400px;
    }

    #section1 .img-container {
        flex: 0 0 100%;
        max-width: 100%;
    }

    #section1 .text-container {
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0px;
    }

    #section1 .img-container img {
        width: 100%;
        margin: 20px 0px 30px;
        object-fit: cover;
        max-height: 400px;
        border-radius: 30px;
    }

    #section2 h2 {
        margin-bottom: 20px;
    }

    #section2 .cta-container {
        margin-top: 20px;
    }

    #section3,
    #g-version #section3 {
        background: #ffffff;
    }

    #section3::before {
        display: none;
    }

    #section3 .inner-container {
        padding: 50px 20px;
        max-width: 100%;
    }

    #section3 .section3_img {
        margin-top: -90px;
        max-width: 100%;
    }
    
    #section4 .inner-container {
        padding: 50px 20px;
    }

    #g-version #section4::before {
        background: url('https://primal.panterawellness.com/assets/images/tsl-pb/section4_bg.webp') no-repeat center left/cover;
    }

    #section5 .inner-container {
        padding: 50px 20px;
    }

    #section5 .content-container {
        flex: 0 0 100%;
        max-width: 100%;
    }

    #section5 .flex {
        flex-wrap: wrap;
    }

    #section5:before {
        width: 100%;
        background: url(https://primal.panterawellness.com/assets/images/tsl-pb/section5_bg_mobile.webp) no-repeat center -50px / cover;
    }

    #section5::after {
        display: none;
    }

    #g-version #section5::before {
        width: 100%;
    }

    #g-version #section5::after {
        display: none;
    }

    .testimonial-section {
        padding: 20px 0px;
    }

    #section6 .inner-container {
        width: 100%;
        max-width: 100%;
        padding: 50px 20px 500px;
    }

    #section6:before {
        background: url(https://primal.panterawellness.com/assets/images/tsl-pb/section6_bg_mobile.webp) no-repeat center bottom / cover;
    }

    #g-version #section6:before {
        background: url(https://primal.panterawellness.com/assets/images/tsl-pb/section6_bg_g_mobile.webp) no-repeat center bottom / cover;
    }

    #section7 .inner-container {
        padding: 50px 20px;
    }

     #section7 .flex {
        flex-wrap: wrap;
     }

    #section7 .img-container {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
    }

    #section7 .testimonial-container {
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 0px;
    }

    #section7 .img-container img {
        max-width: 70%;
    }

    #section7 .red-capsule {
        top: 250px;
        width: 90%;
        height: 180px;
        bottom: unset;
    }

    #section7 .cta-container {
        margin-top: 40px;
    }

    #section8 {
        background: #000000;
    }

    #g-version #section8 {
        background: #000000 
            url(https://primal.panterawellness.com/assets/images/tsl-pb/section8_img_g_mobile.webp) 
            no-repeat center bottom / cover;
        padding-bottom: 600px;
    }

    #g-version #section8 .section8_img {
        display: none;
    }

    #g-version #section8 .cta-container {
        left: 0px;
        right: 0px;
        bottom: -560px;
        margin-top: 50px;
        position: absolute;
    }

    #section8 .container {
        padding: 50px 20px;
    }

    #g-version #section8 .container {
        padding: 50px 20px 20px;
    }

    #section8 .inner-container {
        max-width: 100%;
    }

    #section8 .section8_img {
        margin-top: -20px;
        margin-left: -20px;
        margin-right: -20px;
        width: calc(100% + 40px);
        margin-bottom: -170px;
    }

    #section9 .container {
        padding: 50px 20px;
    }

    #section9 .accordion-item .accordion-header {
        text-align: left;
    }

    #section10 {
        padding: 50px 20px;
    }

    #section10 .product {
        width: 100%;
    }

    .product-offer-main {
        order: 1;
    }

    .product-placeholder {
        order: 2;
    }

    .product-top.main .ph-top,
    .product-header-sm {
        font-size: 26px;
    }

    .product-shipping img {
        width: 50%;
    }

    .product-offer-2 .product-bottle {
        width: 90%;
        top: -150px;
        margin: 0px auto -40px;
    }

    .product-display {
        text-align: center;
    }

    .product-offer-2 .product-background {
        object-fit: cover;
        max-height: 350px;
    }

    .product-display .product-background {
        object-fit: cover;
        max-height: 320px;
    }

    .product-offer-2 .product-price {
        top: 310px;
    }

    .highlight-item {
        width: 100%;
    }

    .cart-button {
        height: 90px;
        width: 280px;
    }
    
    .product-offer-1 .product-bottle-1 {
        height: auto;
        top: -200px;
        width: 40% !important;
        left: 0px !important;
        right: 0px !important;
        margin: 0px auto -120px;
    }

    .product-offer-3 .product-bottle {
        top: -200px;
        margin-bottom: -100px;
    }

    .product-offer-3 .product-price {
        margin-top: -40px;
    }

    .progress-bar {
        margin-left: 0px;
        width: 300px;
        left: 30px;
    }
}