  .order-details-img {
    max-width: 500px !important;

  }
  @media screen and (max-width: 767px) {
    .order-details-img {
      max-width: 300px !important;

    }
  }

  .order-details-figure {
    position: relative;
  }
  
  .order-details-text {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
  }
  
  .order-details-guarantee {
    position: absolute;
    max-width: 100px;
    right: 38%;
    bottom: 5%;
  }
  
  @media screen and (max-width: 767px) {
    .order-details-text {
      font-size: 0.8rem;
    }
    .order-details-guarantee {
      right: 7%;
      bottom: 3%;
      max-width: 90px;
    }
  }
  #steps {
    background-color: var(--primary-color-dark);
    color: white;
  }
  #steps .container > div {
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
  #steps h1 {
    color: white;
  }
  #steps h1 span {
    color: var(--third-color);
  }
  #steps .step {
    position: relative;
    padding: 0.2em 0.8em;
    white-space: nowrap;
    border-radius: 0.2em;
  }
  #steps .step-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.2rem;
  }
  #steps .step-marker {
    width: 50px;
    height: 50px;
    border-radius: 0.2rem;
    font-weight: 600;
    display: grid;
    place-items: center;
    border: 1px solid var(--third-color);
  }
  #steps .step-current > .step-marker {
    background: linear-gradient(0deg, var(--third-color), var(--primary-color));
    border: none;
  }
  #steps .step-text {
    font-size: 0.6rem;
  }
  #steps .step-divider {
    height: 50px;
    width: 100px;
    position: relative;
    display: flex;
    align-items: center;
  }
  #steps .step-divider::after {
    content: "";
    width: 100px;
    position: absolute;
    left: 0;
    height: 2px;
    background: var(--third-color);
  }
  @media (max-width: 599px) {
    #steps .step {
      font-size: 0.8em;
      padding: 0.2em 0.4em;
    }
  }
  #steps .steps-headline {
    margin: 1em auto 0;
  }
  #steps .steps-headline h1 {
    color: white;
    margin: 0;
  }
  @media (max-width: 599px) {
    #steps .steps-headline h1 {
      font-size: 1em;
    }
  }
  #steps .steps-headline h1 span {
    color: var(--third-color);
  }
  #steps .step-divider {
    height: 50px;
    width: 100px;
    position: relative;
    display: flex;
    align-items: center;
  }
  #steps .step-divider::after {
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    height: 2px;
    background: var(--third-color);
  }
  #steps .inner-divisor {
    height: 4px;
    max-width: 100px !important;
    margin-top: 0.5em;
    border-bottom: 6px dotted var(--secondary-color);
  }
  
  #video {
    background-image: linear-gradient(to bottom, var(--primary-color), var(--secondary-color));
    position: relative;
    overflow: hidden;
  }
  
  .video {
    background: black;
    width: 600px;
    height: 350px;
    max-width: 100%;
  }
  
  .video-img-background {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  
  @media screen and (max-width: 767px) {
    .video-img-background {
      display: none;
    }
  }
  .congrats-section .card {
    border: 0 !important;
  }
  .congrats-section h4 {
    color: var(--primary-color-dark) !important;
  }

  .congrats-section {
    display: flex;
    align-items: center;
    background-color: var(--light-color);
    background-position: top right;
    min-height: 540px;
    background-size: cover;
  }
  
  .happy-man {
    margin-bottom: -140px !important;
    z-index: 1;
  }
  
  @media screen and (max-width: 767px) {
    .happy-man {
      margin-bottom: 0px !important;
    }
  }
  
  .container-height {
    height: 600px;
  }
  
  .results-cta {
    background: linear-gradient(45deg, var(--primary-color-dark), var(--primary-color));
    padding: 4rem;
    margin-block: 5rem;
  }
  
  .about-products img {
    margin-bottom: 1rem;
    max-width: 100%;
    border-radius: 1rem;
    height: 200px;
    width: 400px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  
  @media (max-width: 767px) {
    .text-sm {
      font-size: 0.7rem;
    }
    .results-cta {
      margin-block: 2rem;
      padding-inline: 1rem;
    }
    .congrats-section {
      min-height: 500px;
      background-position: 90% top;
      position: relative;
    }
    .congrats-section::after {
      content: "";
      position: absolute;
      top: 0;
      z-index: 0;
      width: 100%;
      height: 100%;
    }
    .container-height {
      height: 0;
    }
    .about-products {
      padding: 1rem 0;
    }
  }
  @media screen and (max-width: 1024px) {
    .about-products img {
      max-width: 100%;
      width: 100%;
    }
  }
  .video-up-text {
    color: var(--text-color);
    font-size: 1rem;
    font-style: italic;
  }
  
  #facebookComments {
    margin-bottom: 5rem;
  }
  
  .comment-content {
    display: flex;
    flex-direction: column;
  }
  
  .comments-container {
    border: 1px solid grey;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    border-radius: 1rem;
  }
  
  .comment-photo {
    max-width: 60px;
    max-height: 60px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 80px;
  }
  
  .comment-text {
    border-radius: 1rem;
    background: #f2f6fb;
    padding: 0.5rem 2rem;
  }
  
  .comment-answer {
    margin-left: 5rem;
  }
  
  .comment-actions {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    flex-grow: 1;
    font-size: 0.8rem;
    padding-inline: 1rem;
    color: #aaa;
  }
  
  .comment-actions span:is(#like, #reply)::after {
    content: "";
    top: 50%;
    margin-left: 8px;
    border-radius: 3px;
    width: 3px;
    height: 3px;
    position: absolute;
    background: #aaa;
  }
  
  .comment-reactions {
    background: white;
    padding: 0.3rem;
    position: relative;
    top: -20px;
    display: inline-flex;
    border-radius: 50px;
    border: 1px solid #ccc;
  }
  
  .comment-reactions img {
    max-width: 20px;
    max-height: 20px;
  }
  
  .comment-reactions span {
    font-size: 14px;
  }
  
  @media screen and (max-width: 767px) {
    .comment-photo {
      max-width: 30px;
      max-height: 30px;
    }
    .comment-text p {
      font-size: 14px;
    }
    .comment-answer {
      margin-left: 1.5rem;
    }
  }
  .about-headline {
    flex-grow: 2;
  }
  
  .metainfo {
    color: var(--text-color);
    flex-grow: 1;
  }
  .metainfo span {
    font-size: 0.6rem;
    font-weight: 700;
  }
  .metainfo time {
    display: block;
    font-size: 0.6rem;
  }
  
  #about {
    background-size: cover;
    background-position: left center;
    position: relative;
    color: white;
    overflow: hidden;
    padding-block: 110px;
  }
  @media (max-width: 767px) {
    #about {
      padding-block: 110px;
    }
  }
  #about .container {
    position: relative;
    z-index: 2;
  }
  #about h1 {
    color: var(--primary-color);
    font-size: 2rem;
  }
  #about p {
    color: var(--primary-color-dark);
    font-weight: 600;
    font-size: 1.2rem;
  }
  #about img {
    max-width: 350px;
  }
  @media (max-width: 767px) {
    #about img {
      max-width: 250px;
    }
  }
  #about .button {
    width: -moz-fit-content;
    width: fit-content;
  }
  
  #benefits h2 span {
    color: var(--secondary-color);
  }
  #benefits .sub-title {
    text-align: center;
    font-weight: 700;
    max-width: 800px;
    margin: 0 auto;
  }
  #benefits .grid {
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 3em 2em;
  }
  @media (max-width: 375px) {
    #benefits .grid {
      grid-template-columns: 1fr;
    }
  }
  #benefits .box {
    background-color: #f1f7fb;
    text-align: center;
    border-radius: 1em;
    box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.02) inset;
  }
  #benefits .box figure {
    display: block;
    background-color: var(--primary-color);
    max-width: 120px;
    padding: 1.25em;
    margin: -4em auto 1em;
    border-radius: 50%;
    box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.3) inset, 0 2px 10px rgba(0, 0, 0, 0.1);
  }
  #benefits .box figure img {
    filter: brightness(20);
  }
  #benefits .box h4 {
    font-size: 1.15em;
  }
  #benefits .box.alt {
    background-color: #f7f7f7;
  }
  #benefits .box.alt figure {
    background-color: var(--secondary-color);
  }
  
  .vip-list-up3 {
    display: flex;
    flex-direction: column;
    list-style-type: none;
    padding: 0px !important;
  }
  
  .vip-list-up3 li {
    background-color: #f0f0f0;
    list-style:none;
    font-size: 1rem;
    font-weight: 800;
    padding-left: 3rem;
    color: var(--primary-color);
  }

  .vip-list-up3 li:first-of-type {
    color: var(--primary-color-dark);
  }

  .vip-list-up3 li:last-of-type {
    padding-left: 0;
    padding-right: 0;
  }

  @media (max-width: 768px) {
    .vip-list-up3 li {
      font-size: 0.9rem;
      padding-left: 1rem !important;
      padding-right: 1rem !important;
    }
  }
  
  #guarantee {
    position: relative;
    color: white;
    background: linear-gradient(90deg, var(--primary-color-dark), var(--primary-color));
  }
  #guarantee .container {
    max-width: 1100px;
  }
  #guarantee h2 {
    color: white;
  }
  #guarantee h2 span {
    color: var(--third-color);
  }
  #guarantee img {
    max-width: 200px;
  }
  #guarantee .badges img {
    background-color: white;
    max-width: 100px;
    border-radius: 50%;
    border: 3px solid white;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.25);
  }
  @media (max-width: 599px) {
    #guarantee .badges img {
      max-width: 70px;
    }
  }
  
  #faq {
    background-image: linear-gradient(45deg, var(--primary-color-light), var(--primary-color));
    color: white;
  }
  #faq .container {
    max-width: 1000px;
  }
  #faq .accordion {
    position: relative;
    z-index: 2;
  }
  #faq .accordion-item {
    border-radius: 0.5em;
    margin-bottom: 0.25em;
    border: 0;
  }
  #faq .accordion-button {
    font-family: "Nunito Sans", sans-serif;
    font-weight: bold;
    border-radius: 0.25em;
    padding-top: 0.75em;
    padding-bottom: 0.75em;
  }
  #faq .accordion-body {
    padding-bottom: 1.5em;
  }
  
  #references * {
    font-weight: 700;
    word-break: break-all;
  }
  #references .container {
    max-width: 1100px;
  }
  #references ol {
    font-size: 0.8em;
    opacity: 0.75;
  }
  @media (max-width: 767px) {
    #references ol {
      font-size: 0.6em;
      padding-left: 1em;
      margin-top: -1em;
    }
  }
  #references span {
    color: #8f8f8f;
  }
  
  .fw-bolder {
    font-weight: 900;
  }
  
  .triangle {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    color: var(--secondary-color);
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
    margin: -50px auto -30px;
    font-size: 100px;
    line-height: 0;
    position: relative;
    z-index: 2;
  }
  @media (max-width: 767px) {
    .triangle {
      margin: -30px auto;
    }
  }
  
  @media (max-width: 475px) {
    .accordion-button {
      font-size: 1rem !important;
    }
  }
  /* Purchases Notifications */
  .purchases-disclaimer {
    position: fixed;
    right: -800px;
    bottom: 20px;
    padding: 0.5rem 1rem;
    background: linear-gradient(-45deg, var(--primary-color), var(--secondary-color));
    color: white;
    border-radius: 8px;
    font-size: 1em;
    font-style: italic;
    box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.1);
    border: 3px solid white;
    transition: 0.6s;
    z-index: 999;
  }
  @media (max-width: 767px) {
    .purchases-disclaimer {
      font-size: 0.8em;
      line-height: 1;
      padding: 0.25rem 0.5rem;
      max-width: 220px;
    }
  }
  
  .metal-border {
    background: linear-gradient(45deg, var(--primary-color-dark), var(--primary-color));
  }

  .metal-border::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, #eeeeee, #e6e6e6, #cbcbcb, #878787, #9c9c9c, #bcbcbc, #e6e6e6, #eeeeee);
    z-index: -1;
    border-radius: inherit;
    padding: 20px;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
  }
  
  .purchases-box {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    align-items: center;
  }
  .purchases-box img {
    max-width: 70px;
  }
  @media (max-width: 767px) {
    .purchases-box img {
      max-width: 40px;
    }
  }
  
  .purchased-bottle {
    background: white;
    border-radius: 50%;
  }
  
  #bought_2_or_3 {
    display: none;
  }
  
  .modal.downsell {
    background-color: var(--secondary-color);
  }
  .modal.downsell figure {
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
  .modal.downsell figure .guarantee-badge {
    position: absolute;
    max-width: 100px;
    top: 1em;
    right: 2vw;
  }
  @media (max-width: 599px) {
    .modal.downsell figure .guarantee-badge {
      max-width: 20vw;
      right: 0;
      top: 0;
    }
  }
  .modal.downsell .per-bottle {
    color: var(--primary-color);
    font-size: 2em;
  }
  .modal.downsell .savings {
    color: rgb(14, 194, 110);
    font-size: 1.6em;
  }
  .modal.downsell .modal-dialog {
    max-width: 100%;
  }
  .modal.downsell .no-thanks {
    font-size: 1em;
  }
  .modal.downsell#secondDownsell, .modal.downsell#secondDownsellK3 {
    background-color: var(--fourth-color);
  }
  @media (max-width: 599px) {
    .modal.downsell .button-bg {
      font-size: 1em !important;
    }
    .modal.downsell h2 {
      font-size: 1.4em !important;
    }
    .modal.downsell .per-bottle {
      margin-top: 1em;
      font-size: 1.4em;
    }
    .modal.downsell .savings {
      font-size: 1.2em;
    }
  }
  .modal.downsell .buy-button {
    padding: 1rem;
    margin-left: auto;
    margin-right: auto;
    font-weight: normal;
  }
  .modal.downsell .buy-button.no-thanks {
    background: #e8e8e8;
  }
  .modal.downsell .buy-button.no-thanks:hover {
    box-shadow: none;
    transform: scale(1.01);
  }
  .modal.downsell .buy-button.no-thanks .buy-button-label {
    font-size: 1.1rem;
    color: #696969;
    background: none;
    -webkit-text-fill-color: unset;
  }
  @media (max-width: 599px) {
    .modal.downsell .buy-button.no-thanks .buy-button-label {
      font-size: 0.8rem;
    }
  }
  
  /* Selling Platforms */
  .buygoods .no-thanks:not(.btn) {
    text-decoration: underline;
  }
  
  /* Pages */
  #home.timer {
    display: none !important;
  }
  
  .product-section {
    position: relative;
    padding: 2rem;
    text-align: center;
    overflow: hidden;
    background: radial-gradient(
      circle,
      var(--lightest-color) 0%,
      var(--lightest-color) 50%,
      white 100%
    );
  }
  
  #dtc #steps {
    padding-bottom: 6rem;
  }
  #dtc #references {
    margin-top: -2em;
  }
  
  #upsell1 .steps-headline h1 {
    font-size: 2.25em;
  }
  @media (max-width: 767px) {
    #upsell1 .steps-headline h1 {
      font-size: 1.6em;
    }
  }
  @media (max-width: 599px) {
    #upsell1 .steps-headline h1 {
      font-size: 1em;
    }
  }
  #upsell1 #k1, #upsell1 #k2, #upsell1 #k3 {
    display: none;
  }
  #upsell1 #k1.container, #upsell1 #k2.container {
    max-width: 420px;
  }
  
  #thankyou .main-content {
    background-image: linear-gradient(to bottom, var(--secondary-color-light), transparent);
  }
  #thankyou .main-content h1 {
    color: var(--primary-color);
  }
  #thankyou .main-content img {
    max-width: 500px;
  }
  
  .cart-btn {
    display: block;
    max-width: 600px;
    color: white;
    padding: 1rem 2rem;
    background: linear-gradient(to bottom, #f27a02, #ed6704);
    border: 2px solid #ed6704;
    border-radius: 5px;
    text-decoration: none;
  }
  
  .cart-btn:hover {
    border: 2px solid black;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.25);
  }
  
  .about-product-img {
    margin-bottom: 1rem;
    max-width: 100%;
    border-radius: 1rem;
    height: 200px;
    width: 400px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  
  .container.text-white {
    position: relative;
    padding: 0.5rem;
  }

  .rounded-5 {
    border-radius: 0.5rem;
  }
  
  .vip-discount-heading {
    font-weight: 900;
  }
  
  .heading-contrast-color {
    color: var(--highlight);
  }
  
  .desktop-intro {
    color: var(--primary-color);
  }

  .desktop-title {
    font-size: 1rem !important;
  }

  .desktop-title small {
    color: var(--primary-color-dark) !important;
    font-size: 1.1rem !important;
  }
  
  .combo-subtitle {
    font-size: 0.9rem !important;
  }

  .mobile-title {
    color: var(--primary-color-dark);
  }

  .primary-color {
    color: var(--primary-color) !important;
  }

  .text-contrast-color {
    color: var(--highlight);
    font-weight: 700;
  }

  .combo-upgrade-bottles-img {
    max-width: 85%;
    margin-bottom: -80px;
    margin-top: -50px;
  }
  
  @media (max-width: 767px) {
    .combo-upgrade-bottles-img {
      scale: 125%;
      max-width: 100%;
      margin-bottom: -50px;
      margin-top: -15px;
    }
  }

  
  .combo-upgrade-cards-img {
    max-width: 200px;
  }
  
  .combo-price-badge {
    color: var(--third-color) !important;
    font-size: 0.9rem !important;
    font-weight: 800;
  }

  .combo-price-heading {
    font-size: 3rem;
    color: var(--primary-color-dark) !important;
  }
  
  .combo-price-save-badge-1 {
    font-size: 1rem;
    color: var(--light-color) !important;
  }
  
  .combo-price-save-badge-2 {
    font-size: 0.8rem;
    color: var(--light-color) !important;
  }
  
  
  .combo-price-badge-warning {
    font-size: 0.8rem;
  }
  
  .combo-upgrade-img-col {
    position: relative;
  }

  .support-badge {
    max-width: 150px;
  }
  
  .support-description {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
  }

  .about-products h4 {
    color: var(--primary-color-dark) !important;
  }

  .about-products p {
    font-size: 0.9rem !important;
  }

