:root {
    --gold-gradient: linear-gradient(90deg, #E8AC21 30.49%, #FCDC6D 77.05%);
}

/* Untitled Sans - Light */
@font-face {
    font-family: 'Untitled Sans';
    src: url('../fonts/untitled-sans-web-light.eot');
    src: url('../fonts/untitled-sans-web-light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/untitled-sans-web-light.woff2') format('woff2'),
        url('../fonts/untitled-sans-web-light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

/* Untitled Sans - Regular */
@font-face {
    font-family: 'Untitled Sans';
    src: url('../fonts/untitled-sans-web-regular.eot');
    src: url('../fonts/untitled-sans-web-regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/untitled-sans-web-regular.woff2') format('woff2'),
        url('../fonts/untitled-sans-web-regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

/* Untitled Sans - Medium */
@font-face {
    font-family: 'Untitled Sans';
    src: url('../fonts/untitled-sans-web-medium.eot');
    src: url('../fonts/untitled-sans-web-medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/untitled-sans-web-medium.woff2') format('woff2'),
        url('../fonts/untitled-sans-web-medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

/* GT Super Display - Light */
@font-face {
    font-family: 'GT Super Display';
    src: url('../fonts/GT-Super-Display-Light.woff2') format('woff2'),
        url('../fonts/GT-Super-Display-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

/* GT Super Display - Regular */
@font-face {
    font-family: 'GT Super Display';
    src: url('../fonts/GT-Super-Display-Regular.woff2') format('woff2'),
        url('../fonts/GT-Super-Display-Regular.woff') format('woff'),
        url('../fonts/GT-Super-Display-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

body {
    font-family: 'Untitled Sans', sans-serif;

    letter-spacing: 0.025em;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    text-rendering: optimizeSpeed;
}
section {
    overflow-x: hidden;
}
h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
    font-family: 'GT Super Display';
}

.font-body {
    font-family: 'Untitled Sans', sans-serif !important;
}

.bg-green {
    background-color: #062B14 !important;
    background: linear-gradient(180deg, #0A3C1D 0%, #02210E 100%), #FFF;
}

.bg-light {
    background-color: #F2F6EA !important;
}

.btn-cta {
    text-transform: uppercase;
    padding: 15px 25px;
    background-color: rgb(199, 207, 173);
    box-shadow: transparent 0px 0px 0px 0px;
    border: 1px solid #000000 !important;
    border-radius: 0 !important;
    color: #062b14 !important;
    width: 100%;
    font-size: 20px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;

    font-size: 20px;
    background: rgb(199, 207, 173);
    box-shadow: transparent 0px 0px 0px 0px;
}

.btn-cta:hover {
    background-color: #C7CFAD;
    color: #062b14;
    border-color: #000000;
}
@media screen and (max-width: 500px) {
    .btn-cta {
        padding: 15px 5px;
    }
}


@media screen and (max-width: 992px) {
    .nav-logo {
        position: absolute;
        top: 25px;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

.nav-link {
    color: #252A32;

}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1.25rem;
        padding-left: 1.25rem;
    }
}

.navbar-toggler {
    border: none
}

.navbar-toggler:focus {
    border: none;
    box-shadow: none
}

.hero-section {
    position: relative;
/*    z-index: 1;*/
    color: white;
    background: linear-gradient(180deg, #000 0%, #062B14 100%), #FFF;
        overflow-y: hidden;
}
.hero-section::after {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  border-radius: 320px;
  background: radial-gradient(
    51.95% 51.95% at 50% 50%,
    #BBC79E 0%,
    rgba(187, 199, 158, 0.3) 59.5%,
    rgba(187, 199, 158, 0) 100%
  );
  opacity: 0.3;
  z-index: 0;
  pointer-events: none;
  bottom: -100px;
    left: -200px;
}
.hero-section::before {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  border-radius: 320px;
  background: radial-gradient(
    51.95% 51.95% at 50% 50%,
    #BBC79E 0%,
    rgba(187, 199, 158, 0.3) 59.5%,
    rgba(187, 199, 158, 0) 100%
  );
  opacity: 0.3;
  z-index: 0;
  pointer-events: none;
  bottom: -190px;
  right: -180px;
}

.bg-orbs::before {
  content: "";
  position: absolute;
  width: 620px;
  height: 620px;
  border-radius: 320px;
  background: radial-gradient(
    51.95% 51.95% at 50% 50%,
    #BBC79E 0%,
    rgba(187, 199, 158, 0.3) 59.5%,
    rgba(187, 199, 158, 0) 100%
  );
  opacity: 0.3;
  z-index: 0;
  pointer-events: none;
/*  transform: translate(-50%, -50%);*/
  top: 0;
    left: -300px;
}
.bg-orbs::after {
  content: "";
  position: absolute;
  width: 620px;
  height: 620px;
  border-radius: 320px;
  background: radial-gradient(
    51.95% 51.95% at 50% 50%,
    #BBC79E 0%,
    rgba(187, 199, 158, 0.3) 59.5%,
    rgba(187, 199, 158, 0) 100%
  );
  opacity: 0.3;
  z-index: 0;
  pointer-events: none;
/*  transform: translate(-50%, -50%);*/
  bottom: 0;
  right: -100px;
}
.bg-orbs-end::after {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  border-radius: 320px;
  background: radial-gradient(
    51.95% 51.95% at 50% 50%,
    #BBC79E 0%,
    rgba(187, 199, 158, 0.3) 59.5%,
    rgba(187, 199, 158, 0) 100%
  );
  opacity: 0.3;
  z-index: 0;
  pointer-events: none;
/*  transform: translate(-50%, -50%);*/
  bottom: 0;
  right: -100px;
}
@media (max-width: 768px) {
    .hero-section::after {
     width: 420px;
  height: 420px;
      bottom: -100px;
        left: -200px;
    }
    .hero-section::before {
   width: 420px;
  height: 420px;
      bottom: 0;
      right: -200px;
    }
    .bg-orbs::before {
     width: 420px;
  height: 420px;
      top: 0;
        left: -200px;
    }
    .bg-orbs::after {
   width: 420px;
  height: 420px;
      bottom: 0;
      right: -200px;
    }
    .bg-orbs-end::after {
   width: 420px;
  height: 420px;
      bottom: 0;
      right: -200px;
    }
}
.hero-section .header {
    color: #F2F6EA;

    text-align: center;
    font-family: 'Untitled Sans', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

.hero-section .subheader {
    text-align: center;
    font-family: 'Untitled Sans', sans-serif;
    text-transform: uppercase;
    background: var(--gold-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
@media (max-width: 400px) {
    .hero-section .subheader {
            font-size: calc(1.125rem + 0.9vw);
    }
}
.hero-section p {
    color: #F2F6EA;

    text-align: center;
    font-size: 20px;
    font-style: normal;
/*    font-weight: 300;*/
    line-height: 150%;
    /* 30px */
    letter-spacing: -0.4px;
}

.text-highlight {
    background: var(--gold-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
}
.bg-highlight {
    background: var(--gold-gradient);
}
.bg-lighter {
    background-color: #F5F3EE !important;
}
.face-brush-box {
/*    border: 1px solid #f8cc4a;*/
    border-radius: 10px;
    padding: 15px 30px;

    display: flex;
    align-items: center;
    justify-content: stretch;
    gap: 25px;
/*    color: #F2F6EA;*/




  background-color: #fff;
  border: 1px solid transparent;
  background-clip: padding-box;
  position: relative;

    background-image:
    linear-gradient(#ffffff, #ffffff), /* Inner solid bg */
    linear-gradient(
      16deg,
      rgba(244, 214, 94, 0) 0%,
      rgba(244, 214, 94, 0.7) 30%,
      rgba(244, 214, 94, 1) 50%,
      rgba(244, 214, 94, 0.7) 70%,
      rgba(244, 214, 94, 0) 100%
    );
  background-origin: border-box;
  background-clip: padding-box, border-box;
}
.box-highlight-green {
 border-radius: 10px;
  padding: 15px 30px;
  margin: 30px auto;
  display: flex;
  align-items: center;
  gap: 25px;
  color: #F2F6EA;

  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.36px;


background-color: #052b14;
border: 1px solid transparent;
background-clip: padding-box;
position: relative;

  background-image:
  linear-gradient(#052b14, #052b14), /* Inner solid bg */
  linear-gradient(
    16deg,
    rgba(244, 214, 94, 0) 0%,
    rgba(244, 214, 94, 0.7) 30%,
    rgba(244, 214, 94, 1) 50%,
    rgba(244, 214, 94, 0.7) 70%,
    rgba(244, 214, 94, 0) 100%
  );
background-origin: border-box;
background-clip: padding-box, border-box;
}
.box-highlight {
/*    border: 1px solid #f8cc4a;*/
    border-radius: 10px;
    padding:30px 60px;
    margin-top: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    
    color: #212529;


  background-color: #fff;
  border: 1px solid transparent;
  background-clip: padding-box;
  position: relative;

    background-image:
    linear-gradient(#ffffff, #ffffff), /* Inner solid bg */
    linear-gradient(
      16deg,
      rgba(244, 214, 94, 0) 0%,
      rgba(244, 214, 94, 0.7) 30%,
      rgba(244, 214, 94, 1) 50%,
      rgba(244, 214, 94, 0.7) 70%,
      rgba(244, 214, 94, 0) 100%
    );
  background-origin: border-box;
  background-clip: padding-box, border-box;
}

.face-brush-box img {
    width: 60px;
    height: auto;
}


.guarantee {
    font-size: 14px;
    margin-top: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.guarantee i {
    font-size: 16px;
}

.video-wrapper {
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #fff;
    max-width: 100%;
}
@media screen and (max-width: 480px) {
    .ratings-flex-row {
        font-size: calc(0.75rem + 0.3vw) !important;
    }
}
.testimonials .testimonial,
    {
    padding: 20px;
}

.testimonial-line {
    height: 1px;
    opacity: 0.1;
    background: #062B14;
    width: 100%;
    margin-top: auto;
}
.slick-dots {
        bottom: -45px;
}
.slick-dots li button:before {
  display: none;
}
.slick-dots li.slick-active img.dot-img {
  content: url("../img/landing/gem-dot-on.webp");
}

.slick-dots li img.dot-img {
  width: 14px;
  height: 14px;
  transition: opacity 0.3s ease;
}
.testimonials .slick-slide {
    padding: 10px;
    height: 100%;
}

.testimonials .slick-track {
    display: flex !important;
}

.testimonials .slick-slide {
    height: auto !important;
    display: flex !important;
}

.logos {
    background: #F2F6EA;
}

.logo-banner {
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    width: 100% padding: 10px 0;
}

.logo-container {
    display: flex;
    align-items: center;
    width: max-content;
    animation: scrollLogos 30s linear infinite;
}

.logo-container img {
    height: 35px;
    margin: 0 50px;
}

@keyframes scrollLogos {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

.badge-banner {
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    width: 100% padding: 10px 0;
}

.badge-container {
    display: flex;
    gap: 0.25rem;
    align-items: center;
    width: max-content;
/*    animation: scrollBadges 30s linear infinite;*/
}
@media screen and (max-width: 1400px) {
    .badge-container {
        animation: scrollBadges 30s linear infinite;
    }
}

@media screen and (max-width: 768px) {
    .badge-container {
        animation: scrollBadges 15s linear infinite;
    }
}

@keyframes scrollBadges {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

.story-header {
    background-color: #0B0B0D;
    ;
    background-image: url('../img/landing/damon-bg.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 30% 50%;

}

@media screen and (min-width: 1600px) {
    .story-header {
        background-position: 50% 50%;
        background-size: contain;
    }
}

.story-header .header {

    text-align: center;
    font-family: 'Untitled Sans', sans-serif;
    font-style: normal;
    font-weight: 700;

    text-transform: uppercase;
}

.story-header .subheader {
    text-align: center;
    font-family: 'Untitled Sans', sans-serif;
    font-style: normal;
    font-weight: 500;
    text-transform: uppercase;

}

#transformations {
    position: relative;
}
@media screen and (min-width: 768px) {
    #transformations::before {
      content: "";
      position: absolute;
      top: -100px;
      left: 0;
      width: 415px; 
      height: 619px; 
      background-image: url('../img/landing/WARSqueeze_FLEX_1x1.webp');
      background-size: cover;
      background-repeat: no-repeat;
      z-index: -1;

    }

    #transformations::after {
      content: "";
      position: absolute;
      bottom: 0;
      right: 0;
      width: 550px;
    height: 420px;
      background-image: url('../img/landing/1707479588.webp');
      background-size: cover;
      background-repeat: no-repeat;
      z-index: -1;
    }
}
.timeline {
    position: relative;
    margin: 0 auto;
    /*  padding: 40px 0;*/
    /*  max-width: 960px;*/
}
.timeline-gem-animated {
    position: absolute;
  left: 12.5%;
  transform: translate(-50%, -10px);
  z-index: 10;
  pointer-events: none;
    transition: top 1s cubic-bezier(0.25, 0.8, 0.25, 1);
}
@media screen and (min-width: 768px) {
    .timeline-gem-animated {
      left: 50%;
    }
}

.timeline-gem-animated img {
/*    width: 80px;*/
    height: auto;
}
.timeline::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 12.5%;
    width: 2px;
    height: 85%;
    background: #062B14;
    /*  transform: translateX(-50%);*/
}

.timeline-item {
    position: relative;
    /*  width: 50%;*/
    /*  padding: 30px 40px;*/
    box-sizing: border-box;
    z-index: 2;

}

.timeline-item:not(:last-child) {
    margin-bottom: 50px;
}

.timeline-item.left {
    left: 0%;
}

.timeline-item.right {
    left: 0%;
}

.timeline p {
    font-size: 0.875rem;
}
.timeline-line {
  position: absolute;
  top: 0;
  left: 12.5%;
  width: 2px;
  height: 100%;
  background-color: #062B14;
  z-index: 1;
}

.timeline-line-fill {
 position: absolute;
  top: 10px;
  left: 12.5%;
  width: 2px;
  height: 0%;
/*  background: #49c979;*/
    background: linear-gradient(to bottom, #052b14, #f5ca51);
  z-index: 2;
  transition: height 1s cubic-bezier(0.25, 0.8, 0.25, 1);
}
@media screen and (min-width: 768px) {
    .timeline p {
        font-size: 1rem;
    }

    .timeline::before {
        left: 50%;
        height: 80%;
    }
    .timeline-line-fill {
        left: 50%;
    }
    .timeline-item {
        width: 50%;
    }

    .timeline-item:not(:first-child) {
        margin-top: -100px;

    }
    .timeline-item:nth-child(3) {
      margin-top: 0 !important;
    }

    .timeline-item:not(:last-child) {
        margin-bottom: 0;
    }

    .timeline-item.left {
        left: 5.55%;
    }

    .timeline-item.right {
        left: 44.555%;
    }
}

.bg-split {
    background: linear-gradient(to right, #ffffff 40%, #062B14 40%);
}

/* faqAccordion */
#faqAccordion {
    /*    border-top: 1px solid #19402D20;*/
    color: #062B14;
}




#faqAccordion .accordion-item {
    border: none;
    border-bottom: 1px solid #19402D20;
    color: #062B14;
}

#faqAccordion .accordion-item.is-category {
    border: none;
    margin-bottom: 30px;
    bor
}

/*#faqAccordion .accordion-item:not(:last-child) {
    margin-bottom: 30px;
}*/


/*#faqAccordion .accordion-body {
    padding-left: 0;
}*/

/*#faqAccordion .accordion-button {
    padding-bottom: 30px;
    padding-top: 0;
}
*/
#faqAccordion .accordion-button.is-category {
    background-color: #062B14;
    color: white;
    font-weight: 600;
    text-transform: uppercase;
}

#faqAccordion .accordion-button:focus {
    border: none;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}

#faqAccordion .accordion-button::after {
    background-image: url("../img/landing/plus.svg");
}

#faqAccordion .accordion-button {
    color: #062B14;
    border-radius: 0;
}

#faqAccordion .accordion-button:not(.collapsed):not(.is-category) {
    background-color: transparent;
    box-shadow: none;

    outline: none;
}

#faqAccordion .accordion-button:not(.is-category) {
    font-weight: 600;
}

#faqAccordion .accordion-button:not(.collapsed)::after {
    background-image: url("../img/landing/minus.svg");
    height: 3px;
}

#faqAccordion .accordion-button.is-category::after {
    background-image: url("../img/landing/plus-light.svg");
}

#faqAccordion .accordion-button.is-category:not(.collapsed)::after {
    background-image: url("../img/landing/minus-light.svg");
    height: 3px;
}

#faqAccordion .accordion-button:focus-visible {
    outline: none;
}

@media screen and (max-width: 768px) {
    #faqAccordion .accordion-body.is-nested {
        padding-left: 0;
        padding-right: 0;

    }
}

/*.bg-split-green {
  background: linear-gradient(to right, #062B14 50%, #F2F6EA 50%);
}*/
.bg-grid {
    background-image: url("../img/landing/grid-bg.webp");
    background-size: cover;
    background-position: center center;
    height: 390px;
}

.prod-lg {

    max-width: 140px;
    width: 100%;
    position: absolute;
    top: 190px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);

}

.prod-lg-content {
    padding: 40px 12px;
}

@media screen and (min-width: 768px) {
    .bg-grid {
        height: 600px;
    }

    .prod-lg {
        max-width: 220px;
        top: 280px;
    }
}

@media screen and (min-width: 1200px) {
    .prod-lg {
        max-width: 290px;
        bottom: 5%;
        top: auto;

    }

    .prod-lg-content {
        padding: 120px 90px 90px 180px;
    }
}


@media (min-width: 992px) {
    .product-media {
        display: block;
        position: sticky;
        top: 70px;
        z-index: 2;
    }
}

.media-wrap {
    position: relative;
    cursor: pointer;
}

.media-wrap video,
.media-wrap img {
    width: 100%;
}

.main-carousel {
    margin-bottom: 20px;
}

.thumb-carousel .slick-slide {
    margin-right: 15px;
}

.thumb-carousel .slick-slide .media-wrap {
    border: 2px solid #E8E8E8;
    border-radius: 8px;
    overflow: hidden;
}

.thumb-carousel .slick-current .media-wrap {
    border-color: #042138;
}
.product__thumb-icon {
    position: absolute;
    top: 5px;
    right: 5px;
    background-color: #000000;
    border-radius: 100px;
    padding: 6px;
    z-index: 1;
    opacity: 1;
    transition: opacity 0.5s ease;
    font-size: 0
}

.product__thumb-icon .icon {
    fill: #ffffff;

    width: 10px;
    height: 10px
}

@media only screen and (min-width:590px) {

    .product__thumb-icon .icon {
        width: 13px;
        height: 13px
    }
}


.announcement {
    background: #f9fdf5;
    border: 1px dashed #d4e8c4;
    padding: 10px 15px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.875rem;
}

.announcement-icon {
    width: 10px;
    height: 10px;
    background: #839740;
    border-radius: 50%;
    margin-right: 10px;
    flex: 0 0 auto;
}

.announcement strong {
    font-weight: 500;
}

.pricing-section {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
    color: #062B14;

}

.price {
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 1;
}

.discount {
    padding: 5px 10px;
    border-radius: 5px;
    font-weight: 500;
    text-align: center;
}

.total-value {
    border-radius: 5px;
    border: 1px dashed #C7CFAD;
    padding: 0px 20px 5px;
    display: inline-block;
    font-size: 1.25rem;
    line-height: 1.2;
    font-weight: 600;
}

.total-value-header {
    font-size: 0.75rem;
}

.features ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

.features ul li {
    padding: 5px 0;
    display: flex;
    align-items: center;
    font-size: 15px;
}

.features ul li::before {
    content: '✓';
    margin-right: 10px;
}

.gift-section {
    margin-top: 15px;
}

.gift-title {
    position: relative;
    text-align: center;
    font-weight: 400;
    margin-bottom: 20px;
    font-family: 'GT Super Display';
}

.gift-title.has-line span {
    background-color: white;
    padding: 0 10px;
}

.gift-title.has-line::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #D0D0D0;
    z-index: -1;
    opacity: .4;
}

.gift-card {
    background: #fff;
    border: 1px dashed #ddd;
    padding: 5px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 15px;
    height: 100%;
}

.gift-card img {
    width: 80px;
}

.gift-title-area {
    display: flex;
    flex-direction: column;
    justify-content: start;
}

@media (max-width: 768px) {
    .gift-section {
        margin-top: 20px;
    }

    .total-value {
        padding: 0 10px 5px;
        width: 100%;
    }

    .total-value-header {
        font-size: 13px;
    }

    .features ul li {
        font-size: 13px;
    }

    .gift-title-area {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .gift-card img {
        width: 60px;
    }
}

.gift-card .gift-info {
    display: flex;
    flex-direction: column;
    justify-content: start;
    height: 100%;
}

.gift-card .gift-title {
    margin: 0;
    font-size: 0.875rem;
    text-align: left;
    font-family: 'Untitled Sans';

}

.gift-card .gift-title span {

    font-family: 'Untitled Sans Medium';
    font-weight: 500;
}

.gift-card .gift-price {
    background: #CBE450;
    padding: 5px 10px;
    border-radius: 5px;
    font-family: 'Untitled Sans Medium';
    font-weight: 500;
    display: inline;
    width: max-content;
    margin: 5px 0 5px;
    font-size: 0.675rem;
    color: #000;
}

.gift-card .gift-description {
    margin: 0;
    font-size: 0.675rem;
}

.stock-info {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 0.875rem;

}
@media only screen and (max-width:590px) {
    .stock-info {
        font-size: 0.75rem;
        gap: 6px;
    }
}


.stock-indicator {
    width: 10px;
    height: 10px;
    background: #839740;
    border-radius: 50%;
}

.divider {
    width: 1px;
    height: 20px;
    background-color: #ddd;
}

.guarantee-section {
    background: #F2F6EA;
    padding: 20px 40px;
    text-align: center;
    border-radius: 8px;
    margin-top: 20px;
}



.guarantee-section p {
    font-size: 0.875rem;
}

.subscription-section {
  /*  border: 1px solid #ddd;
    padding: 20px;
    border-radius: 8px;
    margin-top: 20px;*/
}



.subscription-section .body {
    font-size: 0.75rem;
}
.gift-product-card {
 border-radius: 3.096px;
    border: 0.774px dashed #C7CFAD;
 
  text-align: center;

  position: relative;
  margin-bottom: 0.625rem;;
}
.gift-card-inner {
    margin: 3px; 
    padding: 16px 0 10px;
    border-radius: 3.096px;
background-color: #f9f8f5;
}
.gift-price-badge {
  position: absolute;
  display: flex;
  top: 0;
  left:50%;
transform: translate(-50%, -50%);
  background-color: #f4c542;
  color: #000;
  font-weight: bold;
  padding: 4px 8px;
  border-radius: 6px;
  font-size: 0.625rem;
      width: max-content;
}

.gift-original-price {
  text-decoration: line-through;
  color: #000;
  font-weight: 400;
  margin-left: 4px;
}

.gift-product-image img {
  width: 100%;
  max-width: 60px;
  height: auto;
  margin: auto;
}

.gift-product-name {
  font-size: 0.875rem;
  color: #183d2f;
}

@media (max-width: 768px) {
    .guarantee-section {
    padding: 20px;
}
    .gift-product-name {
  font-size: 0.75rem;
  color: #183d2f;
}
    .gift-section {
        margin-top: 20px;
    }

    .total-value {
        padding: 0 10px 5px;
        width: 100%;
    }

    .total-value-header {
        font-size: 13px;
    }

  
    .gift-card-inner {
    padding: 12px 0 5px;
}
    .gift-profuct-img img {
        width: 40px;
    }
    .price-column {
        width: 40%;
    }
}

.tab-container {
  display: flex;
  align-items: stretch;
  overflow: hidden;
  width: 100%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.tab-button {
  padding: 16px;
  border: none;
  background-color: #eee;
  color: #333;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  transition: all 0.3s ease;
  pointer-events: none;
}

/*.tab-button:last-child {
  border-radius: 0 40px 0 0;
}
*/
.tab-button.active {
  background-color: #0d2b18;
  color: #fff;
}
/*@media (max-width: 768px) {
    .tab-button {
      
     flex-direction: column;
     
    }
}*/
#mobileCTA {
  display: none;
}

@media (max-width: 768px) {
  #mobileCTA.show {
    display: block;
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 3;
  }
}


.upsell-box {
    border: 1px solid #ddd;
    padding: 12px;
    border-radius: 8px;
    margin-top: 20px;
}


.upsell-box .body {
    font-size: 0.75rem;
}

.upsell-box p  {
    margin-bottom: 0;
}


footer .internal {
color: white;
text-decoration: underline;

}

@media (min-width: 768px) {
    .inside-content {
        min-width: 110px;
    }

    .w-lg-50 {
        width: 50%;
    }
}

.show-desk{ display:block;}
.show-mob { display:none;}

@media only screen and (max-width:992px){
    .show-desk{display:none;}
    .show-mob{display:block;}

}
.site-overlay {
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100vh;
  background: rgba(255, 255, 255, 0.8);
  z-index: 10000;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
}
.site-overlay.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.site-overlay.is-active.is-upsell {
  background: rgb(255, 255, 255);
}

.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 5px solid #002F28;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #002F28 transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}