/** Shopify CDN: Minification failed

Line 15:20 Unexpected "{"
Line 15:29 Expected ":"

**/


/* CSS from section stylesheet tags */
.customWidth {
    width: 200px;
    cursor: pointer;
  }

  #shopify-section-{{ section.id }} .rich-text-custom *{
   
  }

  @media screen and (max-width: 767px) {
    .customWidth {
      margin-right: 8px;
    }
  }
.td-template-announcement  {
  margin-bottom: 12px;
}
  .td-template-announcement 
  .td-announcement-bar__message * {
    font-family: var(--font-body-family);
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 166.667%;
    letter-spacing: 0.48px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    padding: 8px 0!important;
  }


  @media screen and (min-width: 768px) {
    .td-template-announcement 
    .td-announcement-bar__message * {
      font-size: 16px;
    }
  }

  @media screen and (min-width: 991px) {
    .td-template-announcement 
    .td-announcement-bar__message * {
      font-size: 18px;
    }
  }
.td-autoscroll-reviews__section-wrapper {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 37px;
  }

  .td-autoscroll-reviews__heading-wrapper {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
  }

  .td-autoscroll-reviews__heading {
    color: var(--heading-color);
    font-family: var(--font-landing-heading-family);
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%;
    margin: 0;
    text-align: center;
  }

  .td-autoscroll-reviews__subheading {
    color: var(--heading-color);
    font-family: var(--font-subheading-family);
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin: 0;
    font-style: italic;
    text-align: center;
  }

  .td-autoscroll-reviews__blocks-wrapper {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .td-autoscroll-reviews
  .td-marquee {
    --inline-spacing: 8px;
  }

  .td-autoscroll-reviews
  .td-track--marquee {
    margin-left: var(--inline-spacing);
  }

  .td-autoscroll-reviews__item-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 16px;
    border-radius: 100px;
    background-color: var(--background-color);
    border: 2px solid var(--border-color);
    width: max-content;
  }

  .td-autoscroll-reviews__item-review {
    padding-right: 16px;
  }

  .td-autoscroll-reviews__item-review * {
    font-family: var(--font-subheading-family);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 105%;
    color: var(--text-color);
    margin: 0;
  }

  .td-autoscroll-reviews__item-reviewer {
    font-family: var(--font-body-family);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 105%;
    color: var(--text-color);
    margin: 0;
    padding-right: 16px;
  }

  .td-autoscroll-reviews__item-verified-buyer {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
  }

  .td-autoscroll-reviews__item-verified-buyer svg {
    color: var(--verified-buyer-logo-color);
    width: 16px;
    height: 16px;
  }

  .td-autoscroll-reviews__item-verified-buyer-text {
    font-family: var(--font-body-family);
    font-size: 14px;
    font-weight: 700;
    line-height: 105%;
    color: var(--text-color);
    margin: 0;
    letter-spacing: 0.56px;
  }


  @media only screen and (min-width: 991px) {
    .td-autoscroll-reviews
    .td-marquee {
      --inline-spacing: 24px;
    }

    .td-autoscroll-reviews__blocks-wrapper {
      gap: 24px;
      position: relative;
    }

    .td-autoscroll-reviews__blocks-wrapper::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 300px;
      height: 100%;
      background: linear-gradient(to right, var(--background-color) 0%, transparent 100%);
      z-index: 2;
    }

    .td-autoscroll-reviews__blocks-wrapper::after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      width: 300px;
      height: 100%;
      background: linear-gradient(to left, var(--background-color) 0%, transparent 100%);
      z-index: 2;
    }

    .td-autoscroll-reviews__section-wrapper {
      gap: 42px;
    }

    .td-autoscroll-reviews__heading-wrapper {
      gap: 10px;
    }

    .td-autoscroll-reviews__heading {
      font-size: 48px;
    }

    .td-autoscroll-reviews__subheading {
      font-size: 28px;
    }

    .td-autoscroll-reviews__item-wrapper {
      padding: 18px;
    }
  }

  @media only screen and (min-width: 1200px) {
    .td-autoscroll-reviews
    .td-marquee {
      --inline-spacing: 56px;
    }

    .td-autoscroll-reviews__blocks-wrapper {
      gap: 40px;
    }

    .td-autoscroll-reviews__blocks-wrapper::before {
      width: 400px;
    }

    .td-autoscroll-reviews__blocks-wrapper::after {
      width: 400px;
    }

    .td-autoscroll-reviews__section-wrapper {
      gap: 62px;
    }

    .td-autoscroll-reviews__heading-wrapper {
      gap: 0;
    }

    .td-autoscroll-reviews__heading {
      font-size: 56px;
    }

    .td-autoscroll-reviews__subheading {
      font-size: 32px;
    }

    .td-autoscroll-reviews__item-wrapper {
      padding: 20px 30px;
    }

    .td-autoscroll-reviews__item-review {
      padding-right: 24px;
    }

    .td-autoscroll-reviews__item-review * {
      font-size: 24px;
    }

    .td-autoscroll-reviews__item-reviewer {
      font-size: 18px;
    }

    .td-autoscroll-reviews__item-verified-buyer-text {
      font-size: 16px;
    }
  }
.td-icon-text-marquee__section-wrapper {
    overflow: hidden;
  }

  .td-icon-text-marquee
  .td-marquee {
    --inline-spacing: 0;
  }

  .td-icon-text-marquee
  .td-track--marquee {
    margin-left: 0;
  }

  .td-icon-text-marquee
  .td-icon-text-marquee__content {
    padding: 10px 16px;
    border-top: 2px solid var(--border-color);
    border-right: 2px solid var(--border-color);
    border-bottom: 2px solid var(--border-color);
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    width: 295px;
    justify-content: center;
  }

  .td-icon-text-marquee__item-icon {
    height: 48px;
    width: 48px;
  }

  .td-icon-text-marquee__item-icon img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    vertical-align: unset;
  }

  .td-icon-text-marquee__item-text {
    font-size: 20px;
    font-weight: 500;
    line-height: 140%;
    margin: 0;
    color: var(--text-color);
    font-family: var(--font-subheading-family);
  }

  @media screen and (min-width: 991px) {
    .td-icon-text-marquee__item-icon {
      height: 64px;
      width: 64px;
    }
    .td-icon-text-marquee__item-text {
      font-size: 24px;
    }
    .td-icon-text-marquee
    .td-icon-text-marquee__content {
      padding: 15px 20px;
      width: 360px;
    }
  }
.td-logo-marquee__section-wrapper {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
    overflow: hidden;
  }

  .td-logo-marquee__heading * {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 120%; /* 21.6px */
    letter-spacing: 0.36px;
    color: var(--text-color);
    font-family: var(--font-subheading-family);
    text-align: center;
  }

  .td-logo-marquee
  .td-marquee {
    --inline-spacing: 16px;
    --manual-track-count: 3;
  }

  .td-logo-marquee
  .td-track--marquee {
    margin-left: 24px;
  }

  .td-logo-marquee__content {
    height: 35px;
    width: max-content;
  }

  .td-logo-marquee__content img {
    height: 100%;
    width: auto;
    object-fit: contain;
  }


  @media only screen and (min-width: 768px) {
    .td-logo-marquee__content {
      height: 50px;
    }

    .td-logo-marquee
    .td-marquee {
      --inline-spacing: 32px;
    }
    
    .td-logo-marquee
    .td-track--marquee {
      margin-left: 32px;
    }
  }

  @media only screen and (min-width: 991px) {
    .td-logo-marquee__section-wrapper {
      gap: 32px;
    }

    .td-logo-marquee__heading * {
      font-size: 32px;
    }

    .td-logo-marquee__content {
      height: 65px;
    }

    .td-logo-marquee
    .td-marquee {
      --inline-spacing: 55px;
    }

    .td-logo-marquee
    .td-track--marquee {
      margin-left: 55px;
    }
  }
/* Main wrappers */

  .td-lpcp__inner-wrapper {
    display: flex;
    flex-direction: column;
    gap: 22px;
    background-color: var(--content-background-color);
    padding: var(--td-padding-top) 0 var(--td-padding-bottom);
  }

  .td-lpcp__content-wrapper {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 0 var(--td-horizontal-padding);
    max-width: 660px;
    margin: auto;
  }

  @media screen and (min-width: 991px) {
    .td-lp-combined-product {
      background-color: var(--section-background-color);
      padding: var(--td-padding-top) 0 var(--td-padding-bottom);
    }

    .td-lpcp__main-wrapper {
      padding: 0 var(--td-horizontal-padding);
      max-width: var(--td-max-page-width);
      margin: auto;
    }

    .td-lpcp__inner-wrapper {
      flex-direction: row;
      gap: 24px;
      width: 100%;
      padding: 48px 24px;
      border-radius: 18px;
      box-shadow: 10px 10px 53.3px 0 rgba(190, 96, 105, 0.10);
      box-sizing: border-box;
    }

    .td-lpcp__gallery-wrapper {
      width: 50%;
      padding: 0;
    }

    .td-lpcp__content-wrapper {
      width: 50%;
      padding: 0;
      max-width: unset;
    }
  }


  @media screen and (min-width: 1200px) {
    .td-lpcp__inner-wrapper {
      gap: 32px;
      padding: 48px;
    }

    .td-lpcp__gallery-wrapper {
      width: 55%;
    }

    .td-lpcp__content-wrapper {
      width: 45%;
    }
  }

  @media screen and (min-width: 1400px) {
    .td-lpcp__inner-wrapper {
      gap: 40px;
      padding: 64px;
      width: 1306px;
      margin: auto;
    }

    .td-lpcp__gallery-wrapper {
      width: 55%;
    }

    .td-lpcp__content-wrapper {
      width: 45%;
    }
  }


  /* Product Title Block */

  .td-lpcp__product-title {
    color: var(--main-text-color);
    font-family: var(--font-landing-heading-family);
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%;
    margin: 0;
    padding-bottom: 4px;
    max-width: 250px;
  }

  @media screen and (min-width: 500px) {
    .td-lpcp__product-title {
      max-width: unset;
    }
  }

  @media screen and (min-width: 991px) {
    .td-lpcp__product-title {
      font-size: 40px;
      padding-bottom: 10px;
    }
  }


  /* Richtext Block */
  .td-lpcp__richtext-wrapper {
    padding-bottom: 10px;
  }

  .td-lpcp__richtext-wrapper * {
    color: var(--main-text-color);
    font-family: var(--font-body-family);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin: 0;
    color: var(--text-color);
  }

  @media screen and (min-width: 991px) {
    .td-lpcp__richtext-wrapper {
      padding-bottom: 17px;
    }
  }


  /* Accordion Block */

  .td-lpcp__accordion-wrapper
  .td-accordion__item {
    overflow: hidden;
    border-bottom: 1px solid #BFBFBF;
    padding: 12px 0;
    border-radius: 0;
  }
  .td-lpcp__accordion-wrapper
  .td-accordion__item:last-child {
    border-bottom: none;
  }

  .td-lpcp__accordion-wrapper
  .td-accordion__toggle {
    padding: 0 16px;
  }

  .td-lpcp__accordion-wrapper
  .td-accordion__toggle--inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
  }

  .td-lpcp__accordion-wrapper
  .td-accordion__toggle__title {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 133%; 
    margin: 0;
    color: var(--main-text-color);
    font-family: var(--font-subheading-family);
  }

  .td-lpcp__accordion-wrapper
  .td-accordion__text {
    margin: 20px 0 8px;
    padding: 0 16px;
  }

  .td-lpcp__accordion-wrapper
  .td-accordion__text * {
    color: var(--main-text-color);
    font-family: var(--font-landing-body-family);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin: 0;
  }


  @media screen and (min-width: 991px) {
    .td-lpcp__accordion-wrapper
    .td-accordion__item:last-child {
      border-bottom: 1px solid #BFBFBF;
    }
  }



  #gorgias-chat-container iframe {
      transition: 150ms ease-in-out;
    }

  .th-sticky-atc-open__messenger {
    bottom: 125px!important;
    transition: 150ms ease-in-out;
  }

  @media screen and (min-width:450px) {
    .th-sticky-atc-open__messenger {
      bottom: 90px!important;
    }
  }



  /* Accessibility icon */
  #accessiblyAppWidgetButton {
    transition: 150ms ease-in-out;
  }
  #accessiblyAppWidgetButton.th-sticky-atc-open {
    transition: 150ms ease-in-out;
    bottom: 100px!important;
  }

  /* Gorgias Floating Chat */
  #chat-input {
    transition: 150ms ease-in-out;
  }
  #chat-input.th-sticky-atc-open {
    transition: 150ms ease-in-out;
    bottom: 100px!important;
  }
.td-lp-fiwt__container-mb {
    display: flex;
    flex-direction: column;
    max-width: 600px;
    margin: auto;
  }

  .td-lp-fiwt__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: var(--card-background-color);
    padding: 38px var(--td-horizontal-padding) 31px;
  }

  .td-lp-fiwt__main-image {
    width: 100vw;
    height: 0;
    padding-bottom: 111%;
    position: relative;
  }

  .td-lp-fiwt__main-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
  }

  .td-lp-fiwt__main-image-badge-svg {
    position: absolute;
    top: 22px;
    left: 18px;
    z-index: 2;
  }

  .td-lp-fiwt__main-image-badge--text {
    position: absolute;
    top: 50px;
    left: 26px;
    z-index: 3;
    width: 85px;
    text-align: center;
  }

  .td-lp-fiwt__main-image-badge--text * {
    color: var(--badge-text-color);
    font-family: var(--font-body-family);
    font-size: 12px;
    font-weight: 700;
    line-height: 125%;
    letter-spacing: 0.12px;
    margin: 0;
  }

  .td-lp-fiwt__main-image-badge--text em {
    color: var(--badge-text-color-secondary);
  }

  .td-lp-fiwt__review-star-wrapper {
    display: flex;
    flex-direction: row;
    gap: 5px;
    flex-wrap: wrap;
    pointer-events: auto;
    transition: all 0.2s ease;
    position: relative;
    justify-content: center;
    align-items: center;
    margin-bottom: 24px;
  }

  .td-lp-fiwt__review-star-wrapper--link:hover .td-lp-fiwt__review-text {
    opacity: 0.7;
  }

  .td-lp-fiwt__review-stars {
    height: 18px;
    margin-top: -5px;
  }

  .td-lp-fiwt__review-text * {
    color: var(--review-text-color);
    font-family: var(--font-body-family);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: start;
    margin: 0;
  }

  .td-lp-fiwt__review-text strong {
    font-weight: 700;
  }

  .td-lp-fiwt__review-text a {
    text-decoration: underline;
    text-underline-offset: 2px;
  }

  .td-lp-fiwt__product-image-container {
    width: 100%;
    position: relative;
    margin-bottom: 24px;
    display: flex;
    justify-content: center;
  }

  .td-lp-fiwt__product-image {
    width: 225px;
    min-width: 225px;
    height: auto;
    position: relative;
    z-index: 1;
    margin-right: -25px;
  }

  .td-lp-fiwt__product-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .td-lp-fiwt__product-image-content {
    display: flex;
    flex-direction: column;
    gap: 32px;
    position: relative;
    z-index: 2;
    margin-right: -85px;
    margin-top: 20px;
  }

  .td-lp-fiwt__product-image-feature {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    justify-content: start;
  }

  .td-lp-fiwt__product-image-feature-text {
    display: flex;
    flex-direction: column;
  }

  .td-lp-fiwt__product-image-feature-text * {
    color: var(--text-color);
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.56px;
    margin: 0;
    text-align: start;
    font-family: var(--font-body-family);
  }

  .td-lp-fiwt__product-image-feature-arrow {
    width: 35px;
    height: 12px;
    position: relative;
    overflow: hidden;
  }

  .td-lp-fiwt__product-image-feature-arrow svg {
    position: absolute;
    right: 0;
    width: 50px;
    color: var(--line-color);
  }

  .td-lp-fiwt__heading {
    margin-bottom: 8px;
  }

  .td-lp-fiwt__heading * {
    color: var(--heading-color);
    font-size: 40px;
    font-weight: 600;
    line-height: 110%;
    font-family: var(--font-landing-heading-family);
    text-align: center;
    margin: 0;
  }

  .td-lp-fiwt__copy {
    margin-bottom: 26px;
  }

  .td-lp-fiwt__copy * {
    color: var(--copy-color);
    font-family: var(--font-body-family);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; 
    margin: 0;
    text-align: center;
  }

  .td-lp-fiwt__btn {
    padding: 0 8px;
    width: 100%;
    height: 56px;
    border-radius: 100px;
    border: 2px solid var(--btn-1-border-color);
    background-color: var(--btn-1-bg-color);
    margin-bottom: 32px;
  }

  .td-lp-fiwt__btn-label {
    font-family: var(--font-body-family);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    text-transform: none;
  }

  .td-lp-fiwt__btn-label {
    color: var(--btn-1-text-color);
  }

  .td-lp-fiwt__additional-text {
    margin-bottom: 28px;
    padding: 12px;
    border-radius: 4px;
    background-color: var(--background-color);
  }

  .td-lp-fiwt__additional-text * {
    color: var(--text-color);
    font-family: var(--font-body-family);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 105%;
    text-align: center;
    margin: 0;
  }

  .td-lp-fiwt__icon-with-text-wrapper {
    display: flex;
    flex-direction: row;
    gap: 5px;
    align-items: start;
  }

  .td-lp-fiwt__icon-with-text {
    display: flex;
    flex-direction: column;
    gap: 14px;
    align-items: center;
    flex: 1;
    max-width: 120px;
  }

  .td-lp-fiwt__icon-with-text-svg {
    width: 30px;
    height: 30px;
  }

  .td-lp-fiwt__icon-with-text-svg svg {
    color: var(--svg-color);
  }

  .td-lp-fiwt__icon-with-text-text {
    color: var(--text-color);
    font-family: var(--font-body-family);
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    line-height: 166.667%;
    letter-spacing: 0.48px;
    margin: 0;
    text-align: center;
  }

  .td-lp-fiwt__container-dsk {
    display: none;
  }

  @media screen and (min-width: 400px) {
    .td-lp-fiwt__icon-with-text-text {
      font-size: 12px;
    }
  }

  @media screen and (min-width: 600px) {
    .td-lp-fiwt__section-wrapper {
      padding: 40px var(--td-horizontal-padding);
    }

    .td-lp-fiwt__container-mb {
      border-radius: 12px;
      box-shadow: 10px 10px 20px 0 rgba(190, 96, 105, 0.35);
      overflow: hidden;
    }

    .td-lp-fiwt__main-image {
      width: 100%;
    }

    .td-lp-fiwt__icon-with-text-wrapper {
      gap: 8px;
    }
  }

  @media screen and (min-width: 768px) {
    .td-lp-fiwt__btn:hover * {
      color: var(--btn-1-bg-color);
    }

    .td-lp-fiwt__btn::before {
      background: var(--btn-1-text-color);
    }
  }

  @media screen and (min-width: 991px) {
    .td-lp-fiwt__section-wrapper {
      padding: 60px var(--td-horizontal-padding);
      max-width: var(--td-max-page-width);
      margin: auto;
    }

    .td-lp-fiwt__container-mb {
      display: none;
    }

    .td-lp-fiwt__container-dsk {
      display: flex;
      flex-direction: column;
      gap: 48px;
    }

    .td-lp-fiwt__container-dsk--inner {
      display: grid;
      grid-template-columns: 47% 53%;
      border-radius: 12px;
      box-shadow: 10px 10px 20px 0 rgba(190, 96, 105, 0.35);
      background-color: var(--card-background-color);
      overflow: hidden;
    }

    .td-lp-fiwt__main-image {
      width: 100%;
      height: 100%;
      padding-bottom: 0;
      margin-bottom: 0;
    }

    .td-lp-fiwt__main-image img {
      position: relative;
      object-fit: cover;
    }

    .td-lp-fiwt__content {
      display: flex;
      flex-direction: column;
      justify-content: center;
      height: 100%;
      align-items: center;
      padding: 24px 16px;
    }

    .td-lp-fiwt__image-dsk {
      width: 100%;
      height: 100%;
    }

    .td-lp-fiwt__image-dsk img {
      width: 100%;
      height: 100%;
      object-fit: contain;
    }

    .td-lp-fiwt__btn-wrapper {
      justify-content: start;
      margin-bottom: 16px;
    }

    .td-lp-fiwt__btn {
      width: 384px;
      margin: 0;
      height: 64px;
    }

    .td-lp-fiwt__copy {
      max-width: 400px;
    }

    .td-lp-fiwt__icon-with-text-wrapper {
      display: flex;
      flex-direction: row;
      gap: 48px;
      align-items: center;
      justify-content: center;
      margin-bottom: 0;
    }

    .td-lp-fiwt__icon-with-text {
      flex-direction: row;
      gap: 16px;
      flex: unset;
      max-width: unset;
    }

    .td-lp-fiwt__icon-with-text-text {
      margin-top: 3px;
      font-size: 16px;
    }

    .td-lp-fiwt__product-image {
      margin-right: -10px;
    }

    .td-lp-fiwt__product-image-content--left {
      display: flex;
      flex-direction: column;
      gap: 70px;
      position: absolute;
      z-index: 2;
      top: 20px;
      left: calc(50% - 98px);
      transform: translateX(-50%);
    }

    .td-lp-fiwt__product-image-content--right {
      position: absolute;
      z-index: 2;
      top: 96px;
      right: calc(50% - 145px);
      transform: translateX(50%);
    }

    .td-lp-fiwt__product-image-content--right
    .td-lp-fiwt__product-image-feature-arrow svg {
      left: 0;
      right: unset;
    }
  }

  @media screen and (min-width: 1200px) {
    .td-lp-fiwt__container-dsk {
      gap: 60px;
    }

    .td-lp-fiwt__container-dsk--inner {
      grid-template-columns: 49% 51%;
    }

    .td-lp-fiwt__content {
      padding: 40px 24px;
    }

    .td-lp-fiwt__product-image-container {
      margin-bottom: 34px;
    }

    .td-lp-fiwt__review-star-wrapper {
      margin-bottom: 39px;
    }

    .td-lp-fiwt__review-text {
      font-size: 20px;
    }

    .td-lp-fiwt__heading  {
      margin-bottom: 6px;
    }
    
    .td-lp-fiwt__heading * {
      font-size: 40px;
    }

    .td-lp-fiwt__copy {
      margin-bottom: 26px;
    }

    .td-lp-fiwt__copy *,
    .td-lp-fiwt__review-text * {
      font-size: 18px;
    }

    .td-lp-fiwt__icon-with-text-wrapper {
      gap: 60px;
    }

    .td-lp-fiwt__icon-with-text-text {
      font-size: 20px;
    }

    .td-lp-fiwt__main-image-badge-svg {
      top: 40px;
      left: 24px;
    }

    .td-lp-fiwt__main-image-badge-svg svg {
      width: 142px;
      height: 142px;
    }

    .td-lp-fiwt__main-image-badge--text {
      top: 80px;
      left: 43px;
      width: 105px;
    }

    .td-lp-fiwt__main-image-badge--text * {
      font-size: 16px;
      line-height: 133%;
    }

    .td-lp-fiwt__product-image-content--left {
      left: calc(50% - 117px);
    }

    .td-lp-fiwt__product-image-content--right {
      right: calc(50% - 164px);
    }

    .td-lp-fiwt__additional-text {
      margin-bottom: 20px;
    }
  }


  @media screen and (min-width: 1400px) {
    .td-lp-fiwt__container-dsk--inner {
      grid-template-columns: 646px 666px;
      width: 1312px;
      margin: auto;
    }

    .td-lp-fiwt__content {
      padding: 57px 24px 64px;
    }

    .td-lp-fiwt__main-image-badge-svg {
      left: 40px;
    }

    .td-lp-fiwt__main-image-badge--text {
      left: 59px;
    }

    .td-lp-fiwt__product-image-feature-text {
      flex-direction: row;
      gap: 6px;
    }

    .td-lp-fiwt__product-image-content--left {
      left: calc(50% - 160px);
    }

    .td-lp-fiwt__product-image-content--right {
      right: calc(50% - 197px);
    }
  }
.td-lp-hero__section-wrapper {
    padding-top: 127px;
    padding-bottom: 27px;
  } 

  .td-lp-hero__container-mb {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 var(--td-horizontal-padding);
    max-width: 600px;
    margin: auto;
  }

  .td-lp-hero__review-star-wrapper {
    display: flex;
    flex-direction: row;
    gap: 5px;
    flex-wrap: wrap;
    pointer-events: auto;
    transition: all 0.2s ease;
    position: relative;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
  }

  .td-lp-hero__review-star-wrapper--link:hover .td-lp-hero__review-text {
    opacity: 0.7;
  }

  .td-lp-hero__review-stars {
    height: 18px;
    margin-top: -5px;
  }

  .td-lp-hero__review-text * {
    color: var(--review-text-color);
    font-family: var(--font-body-family);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: start;
    margin: 0;
  }

  .td-lp-hero__review-text strong {
    font-weight: 700;
  }

  .td-lp-hero__review-text a {
    text-decoration: underline;
    text-underline-offset: 2px;
  }

  .td-lp-hero__heading {
    margin-bottom: 7px;
    max-width: 300px;
  }

  .td-lp-hero__heading * {
    color: var(--heading-color);
    font-size: 40px;
    font-weight: 600;
    line-height: 105%;
    font-family: var(--font-landing-heading-family);
    text-align: center;
    margin: 0;
  }

  .td-lp-hero__copy {
    margin-bottom: 25px;
  }

  .td-lp-hero__copy * {
    color: var(--copy-color);
    font-family: var(--font-body-family);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; 
    margin: 0;
    text-align: center;
  }

  .td-lp-hero__image-mb {
    width: 100%;
    height: auto;
    margin-bottom: 25px;
  }


  .td-lp-hero__image-mb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .td-lp-hero__btn-wrapper {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
    pointer-events: auto;
    margin-bottom: 12px;
  }

  .td-lp-hero__btn {
    padding: 0 8px;
    width: 100%;
    height: 56px;
    border-radius: 100px;
    border: 2px solid var(--btn-1-border-color);
    background-color: var(--btn-1-bg-color);
    margin: auto;
  }

  .td-lp-hero__btn-label {
    font-family: var(--font-body-family);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    text-transform: none;
  }

  .td-lp-hero__btn-label {
    color: var(--btn-1-text-color);
  }

  .td-lp-hero__btn--2 {
    border: 2px solid var(--btn-2-border-color);
    background-color: var(--btn-2-bg-color);
  }

  .td-lp-hero__btn-label--2 {
    color: var(--btn-2-text-color);
  }

  .td-lp-hero__additional-text * {
    color: var(--text-color);
    font-family: var(--font-subheading-family);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    margin: 0;
    text-align: center;
    margin: 0;
    letter-spacing: 0.64px;
  }

  .td-lp-hero__icon-with-text-inner {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: start;
    margin-bottom: 19px;
  }

  .td-lp-hero__icon-with-text {
    display: flex;
    flex-direction: column;
    gap: 14px;
    align-items: center;
    flex: 1;
    max-width: 80px;
  }

  .td-lp-hero__icon-with-text-svg {
    width: 30px;
    height: 30px;
  }

  .td-lp-hero__icon-with-text-svg svg {
    color: var(--svg-color);
  }

  .td-lp-hero__icon-with-text-text {
    color: var(--text-color);
    font-family: var(--font-body-family);
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 166.667%;
    letter-spacing: 0.48px;
    margin: 0;
    text-align: center;
  }

  .td-lp-hero__container-dsk {
    display: none;
  }


  @media screen and (min-width: 768px) {
    .td-lp-hero__section-wrapper {
      padding-top: 170px; 
    }
    
    .td-lp-hero__btn:hover * {
      color: var(--btn-1-bg-color);
    }

    .td-lp-hero__btn--2:hover * {
      color: var(--btn-2-bg-color);
    }

    .td-lp-hero__btn::before {
      background: var(--btn-1-text-color);
    }

    .td-lp-hero__btn--2::before {
      background: var(--btn-2-text-color);
    }
  }

  @media screen and (min-width: 991px) {
    .td-lp-hero__container-mb {
      display: none;
    }

    .td-lp-hero__section-wrapper {
      padding-top: 0; 
    }

    .td-lp-hero__container-dsk {
      display: grid;
      grid-template-columns: 55% 45%;
      padding: 170px 86px 0;
      max-width: var(--td-max-page-width);
      margin: auto;
      gap: 24px;
      overflow: hidden;
    }

    .td-lp-hero__container-dsk--overlap {
      width: 991px;
      margin: 0 auto;
    }

    .td-lp-hero__content-dsk {
      display: flex;
      flex-direction: column;
      justify-content: center;
      height: 100%;
      align-items: start;
      position: relative;
      z-index: 2;
    }

    .td-lp-hero__image-dsk {
      width: 100%;
      height: 100%;
      position: relative;
      z-index: 1;
    }


    .td-lp-hero__container-dsk--overlap .td-lp-hero__image-dsk {
      width: 593px;
      min-width: 593px;
      left: -137px;
      top: -46px;
    }

    .td-lp-hero__image-dsk img {
      width: 100%;
      height: 100%;
      object-fit: contain;
    }

    .td-lp-hero__btn-wrapper {
      justify-content: start;
      margin-bottom: 16px;
    }

    .td-lp-hero__btn {
      width: 384px;
      margin: 0;
    }

    .td-lp-hero__review-text,
    .td-lp-hero__heading *,
    .td-lp-hero__copy * {
      text-align: start;
    }

    .td-lp-hero__copy {
      max-width: 650px;
    }

    .td-lp-hero__container-dsk--overlap .td-lp-hero__copy {
      max-width: 350px;
    }

    .td-lp-hero__icon-with-text-inner {
      width: 100%;
      margin-bottom: 32px;
    }

    .td-lp-hero__container-dsk--overlap .td-lp-hero__icon-with-text-wrapper {
      height: 32px;
      width: 100%;
      overflow: visible;
      position: relative;
      margin: 24px 0 32px;
    }


    .td-lp-hero__container-dsk--overlap .td-lp-hero__icon-with-text-inner {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      overflow: visible;
      position: relative;
    }

    .td-lp-hero__container-dsk--overlap
    .td-lp-hero__icon-with-text-text {
      max-width: unset;
      text-wrap: nowrap;
    }

    .td-lp-hero__icon-with-text {
      flex-direction: row;
      gap: 8px;
      flex: unset;
      max-width: unset;
    }

    .td-lp-hero__icon-with-text-text {
      max-width: 100px;
      margin-top: 3px;
    }

    .td-lp-hero__additional-text {
      width: 384px;
    }
  }

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

    .td-lp-hero__container-dsk {
      padding: 200px 86px 50px;
      grid-template-columns: 58% 42%;
    }

    .td-lp-hero__container-dsk--overlap {
      width: 1200px;
    }

    .td-lp-hero__container-dsk--overlap .td-lp-hero__copy {
      max-width: 450px;
    }

    .td-lp-hero__container-dsk--overlap .td-lp-hero__image-dsk {
      width: 744px;
      min-width: 744px;
      left: -215px;
      top: -39px;
    }


    .td-lp-hero__btn-wrapper {
      flex-direction: row;
    }

    .td-lp-hero__review-star-wrapper {
      margin-bottom: 32px;
    }

    .td-lp-hero__review-text {
      font-size: 20px;
    }
    .td-lp-hero__heading  {
      margin-bottom: 24px;
      max-width: unset;
    }
    
    .td-lp-hero__heading * {
      font-size: 62px;
    }

    .td-lp-hero__copy {
      margin-bottom: 32px;
    }

    .td-lp-hero__copy * {
      font-size: 20px;
    }

    .td-lp-hero__icon-with-text-inner {
      margin-bottom: 56px;
      gap: 24px;
    }

    .td-lp-hero__icon-with-text-text {
      max-width: unset;
    }
  }


  @media screen and (min-width: 1400px) {
    .td-lp-hero__container-dsk {
      display: flex;
      padding: 240px 86px 0px;
      gap: 0;
    }

    .td-lp-hero__container-dsk--overlap {
      width: 1400px;
    }
    .td-lp-hero__image-dsk--normal {
      height: auto;
      min-width: 504px;
      width: 504px;
      position: relative;
    }

    .td-lp-hero__image-dsk--normal img {
      width: 542px;
      min-width: 542px;
      height: auto;
      position: absolute;
      right: 0;
      top: -57px;
    }

    .td-lp-hero__container-dsk--overlap .td-lp-hero__image-dsk {
      width: 870px;
      min-width: 870px;
      left: -193px;
      top: -79px;
    }


    .td-lp-hero__review-stars {
      transform: scale(1.5);
      margin-left: 25px;
    }

    .td-lp-hero__review-text {
      margin-left: 27px; 
    }

    .td-lp-hero__heading * {
      font-size: 69px;
    }
    .td-lp-hero__heading {
      margin-bottom: 6px;
    }

    .td-lp-hero__container-dsk--overlap .td-lp-hero__copy {
      max-width: 480px;
    }

    .td-lp-hero__copy {
      margin-bottom: 30px;
    }

    .td-lp-hero__icon-with-text-svg,
    .td-lp-hero__icon-with-text-svg svg{
      width: 24px;
      height: 24px;
    }

    .td-lp-hero__icon-with-text-text {
      font-size: 14px;
    }

    .td-lp-hero__btn-wrapper {
      margin-bottom: 12px;
    }

    .td-lp-hero__btn { 
      height: 64px;
    }
  }
.td-lp-logo-w-text__block-wrapper {
    display: flex;
    flex-direction: row;
    row-gap: 10px;
    column-gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 380px;
    margin: auto;
  }

  .td-lp-logo-w-text__logo-wrapper {
    display: flex;
    flex-direction: column;
    gap: 11px;
    align-items: center;
  }

  .td-lp-logo-w-text__logo-text {
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.48px;
    margin: 0;
    color: var(--text-color);
    font-family: var(--font-body-family);
    text-align: center;
    width: 101px;
  }

  .td-lp-logo-w-text__logo-image {
    width: auto;
    height: 48px;
  }

  .td-lp-logo-w-text__logo-image img {
    object-fit: contain;
    width: auto;
    height: 100%;
  }
  

  @media screen and (min-width: 991px) {
    .td-lp-logo-w-text__block-wrapper {
      justify-content: space-between;
      max-width: unset;
    }

    .td-lp-logo-w-text__logo-text {
      font-size: 16px;
      width: auto;
    }

    .td-lp-logo-w-text__logo-image {
      height: 54px;
    }
  }

  @media screen and (min-width: 1200px) {
    .td-lp-logo-w-text__logo-text {
      font-size: 20px;
    }

    .td-lp-logo-w-text__logo-wrapper {
      gap: 16px;
    }

    .td-lp-logo-w-text__logo-image {
      height: 62px;
    }
  }
.td-lp-nav__header-section {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 50;
    width: 100%;
  }

  .td-lp-nav.td-nav {
    display: flex;
    position: absolute;
    top: 35px;
    align-items: center;
    border-radius: 0;
    padding: 0 !important;
    background: unset;
    margin: 0;
    width: 100%;
  }

  .td-lp-nav__wrapper {
    width: 100%;
    padding: 0 var(--td-horizontal-padding);
    background: var(--background-color);
  }

  .td-lp-nav__inner {
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 20px; 
    background: var(--bar-background-color);
    border-radius: 6px;
  }

  .td-lp-nav__left {
    display: flex;
    align-items: center;
    gap: 24px;
  }

  .td-lp-nav__logo {
    height: 20px;
    width: auto;
    display: block;
  }

  .td-lp-nav__logo img {
    width: auto;
    height: 100%;
    object-fit: contain;
    vertical-align: unset;
  }

  .td-lp-nav__product-info {
    display: none;
    align-items: center;
    gap: 8px;
  }

  .td-lp-nav__product-image {
    background: var(--image-bg-color);
    border-radius: 100%;
    height: 42px;
    width: 42px;
    position: relative;
    overflow: hidden;
  }

  .td-lp-nav__product-image img {
    position: absolute;
    top: 0;
    left: -1px;
    width: 105%;
    height: 105%;
    object-fit: contain;
  }

  .td-lp-nav__product-title {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 175%;
    letter-spacing: 0.64px;
    margin: 0;
    color: var(--text-color);
    font-family: var(--font-body-family);
  }

  .td-lp-nav__right {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .td-lp-nav__button {
    padding: 0 20px;
    width: 100%;
    height: 32px;
    border-radius: 100px;
    border: 2px solid var(--button-border-color);
    background-color: var(--button-bg-color);
    margin: auto;
  }

  .td-lp-nav__button-label {
    font-family: var(--font-body-family);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    text-transform: none;
  }

  .td-lp-nav__button-mobile {
    display: flex;
  }

  .td-lp-nav__button-desktop {
    display: none;
  }

  .td-lp-nav
  .thb-secondary-area-item {
    padding: 0;
  }

  .td-lp-nav
  .thb-secondary-item-icon {
    position: relative;
    height: 24px;
  }

  .td-lp-nav
  .thb-item-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: .625rem;
    font-weight: 600;
    width: 19px;
    height: 19px;
    border-radius: 50%;
    background: var(--color-header-icons, --color-accent);
    color: var(--color-header-bg, #fff);
    position: absolute;
    top: -8px;
    right: -12px;
  }


  @media screen and (min-width: 768px) {
    .td-lp-nav__product-info {
      display: flex;
    }

    .td-lp-nav__button:hover * {
      color: var(--button-bg-color);
    }

    .td-lp-nav__button::before {
      background: var(--button-text-color);
    }
  }


  @media screen and (min-width: 991px) {
    .td-lp-nav {
      margin-bottom: 0;
    }

    .td-lp-nav__button-mobile {
      display: none;
    }

    .td-lp-nav__button-desktop {
      display: flex;
    }

    .td-lp-nav__inner {
      padding: 16px 40px;
    }

    .td-lp-nav__logo {
      height: 30px;
    }

    .td-lp-nav__right {
      gap: 24px;
    }

    .td-lp-nav__button {
      height: 48px;
    }

    .td-lp-nav__button-label {
      font-size: 18px;
    }

    .td-lp-nav .thb-secondary-item-icon {
      height: 19px;
    }

    .td-lp-nav__button {
      padding: 0 17px;
    }
  }
.td-lprs__section-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 13px;
    overflow: hidden;
  }

  .td-lprs__heading {
    color: var(--heading-color);
    font-family: var(--font-landing-heading-family);
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%;
    text-align: center;
    margin: 0;
    padding: 0 var(--td-horizontal-padding);
    max-width: 600px;
  }

  .td-lprs__swiper-slider {
    width: 100%;
  }

  .td-lprs__swiper {
    width: 100%;
    overflow: hidden;
  }

  .td-lprs__swiper-wrapper {
    display: flex;
    width: 100%;
  }

  .td-lprs__swiper-slide {
    overflow: visible;
    padding-bottom: 24px;
    width: 100%;
    flex-shrink: 0;
    max-width: 100%;
    min-width: 0;
  }

  .td-lprs__swiper:not(.swiper-initialized) .td-lprs__swiper-slide {
    width: 100%;
    max-width: 100%;
  }

  .td-lprs__swiper:not(.swiper-initialized) .td-lprs__swiper-wrapper {
    display: flex;
    width: 100%;
  }

  .td-lprs__card-wrapper {
    background-color: var(--active-card-bg-color);
    display: flex;
    flex-direction: column;
    padding: 24px;
    box-shadow: 10px 10px 20px 0 rgba(40, 40, 40, 0.10);
    height: 100%;
    border-radius: 12px;
    transition: all 0.3s ease;
  }

  .swiper-slide-active .td-lprs__card-wrapper {
    background-color: var(--active-card-bg-color);
  }

  .td-lprs__card-image {
    width: 100%;
    height: 0;
    padding-bottom: 111%;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    z-index: 1;
  }

  .td-lprs__card-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .td-lprs__review-star-wrapper {
    display: flex;
    flex-direction: row;
    gap: 5px;
    flex-wrap: wrap;
    pointer-events: auto;
    transition: all 0.2s ease;
    position: relative;
    justify-content: center;
    align-items: center;
    z-index: 2;
    background-color: var(--inactive-card-bg-color);
    padding: 11px 20px;
    border-radius: 6px;
    width: 100%;
    margin: -15px auto 24px;
  }

  .td-lprs__review-star-wrapper--link:hover .td-lprs__review-text {
    opacity: 0.7;
  }

  .td-lprs__review-stars {
    height: 18px;
    margin-top: -5px;
    transform: scale(1.3);
    margin-right: 20px;
  }

  @media screen and (max-width: 380px) {
    .td-lprs__review-stars {
      transform: scale(1.2);
      margin-right: 12px;
    }
  }

  .td-lprs__review-text * {
    color: var(--review-text-color);
    font-family: var(--font-body-family);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: start;
    margin: 0;
    color: var(--inactive-card-text-color);
  }

  .td-lprs__review-text strong {
    font-weight: 700;
  }

  .td-lprs__review-text a {
    text-decoration: underline;
    text-underline-offset: 2px;
  }

  .td-lprs__big-quote {
    color: var(--inactive-card-text-color);
    font-family: var(--font-landing-heading-family);
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%;
    text-align: start;
    margin: 0;
    margin-bottom: 6px;
  }

  .td-lprs__review * {
    color: var(--inactive-card-text-color);
    font-family: var(--font-body-family);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-align: start;
    margin: 0;
  }

  .swiper-slide-active .td-lprs__big-quote {
    color: var(--active-card-text-color);
  }

  .swiper-slide-active .td-lprs__review * {
    color: var(--active-card-text-color);
  }

  .td-lprs__desktop-swiper {
    display: none;
  }

  .td-lprs__mobile-swiper {
    display: block;
    width: 100%;
  }


  .td-lprs__only- {
    display: none!important;
  }

  .td-lprs__only-mb {
    display: block!important;
  }

  .td-lprs__only-dsk {
    display: none!important;
  }

  .td-lprs__nav-wrapper {
    display: flex;
    gap: 27px;
    align-items: center;
    justify-content: center;
  }

  .td-lprs__nav-wrapper {
    color: var(--nav-color);
  }

  .td-lp-review-swiper
  .td-lprs__nav-wrapper
  .td-lprs__pagination {
    position: relative;
    width: fit-content;
    top: -6px;
  }

  .td-lp-review-swiper
  .td-lprs__nav-wrapper
  .td-lprs__pagination
  .swiper-pagination-bullet-active {
    background: var(--nav-color);
  }

  .td-lprs__next,
  .td-lprs__prev {
    cursor: pointer;
  }

  @media screen and (min-width: 500px) {
    .td-lprs__card-wrapper {
      background-color: var(--inactive-card-bg-color);
    }
  }

  @media screen and (min-width: 991px) {
    .td-lprs__section-wrapper {
      gap: 48px;
    }

    .td-lprs__desktop-swiper {
      display: block;
      width: 400px;
      margin: auto;
    }

    .td-lprs__mobile-swiper {
      display: none;
    }

    .td-lprs__only-mb {
      display: none!important;
    }

    .td-lprs__only-dsk {
      display: block!important;
    }

    .td-lprs__heading {
      font-size: 38px;
      max-width: 600px;
    }


    /* Hide slides that are more than 1 position away from active */
    .td-lprs__swiper-slide:not(.swiper-slide-active):not(.swiper-slide-prev):not(.swiper-slide-next) {
      opacity: 0;
      visibility: hidden;
    }

    .td-lprs__swiper-slide
    .swiper-slide-shadow-cards {
      display: none;
    }

    .td-lprs__swiper-slide {
      overflow: hidden;
    }

    .td-lprs__review-star-wrapper {
      padding: 11px 29px 11px 34px;
      width: fit-content;
    }

    .td-lprs__nav-wrapper {
      gap: 40px;
    }
  }


  @media screen and (min-width: 1200px) {
    .td-lprs__section-wrapper {
      gap: 62px;
    }

    .td-lprs__heading {
      font-size: 48px;
      max-width: 800px;
    }

    .td-lprs__review-text * {
      font-size: 16px;
    }

    .td-lprs__big-quote {
      font-size: 32px;
    }

    .td-lprs__review * {
      font-size: 20px;
    }

    .td-lprs__swiper-slide  {
      padding-bottom: 56px;
    }

    .td-lprs__review-star-wrapper {
      margin: -21px auto 19px;
    }

    .td-lprs__big-quote {
      margin-bottom: 15px;
    }

    .td-lprs__nav-wrapper {
      margin-top: 17px;
    }
  }
.td-lpwi__container--mb {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 500px;
    margin: 0 auto;
  }

  .td-lpwi__image-mb {
    width: 90%;
    height: auto;
  }

  .td-lpwi__image-mb img {
    object-fit: contain;
    width: 100%;
    height: 100%;
  }

  .td-lpwi__heading {
    margin-top: -14px;
    margin-bottom: 28px;
  }

  .td-lpwi__heading * {
    color: var(--heading-color);
    font-family: var(--font-landing-heading-family);
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%;
    text-align: center;
    margin: 0;
  }

  .td-lpwi__blocks-wrapper {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
  }

  .td-lpwi__block {
    display: flex;
    flex-direction: column;
    gap: 7px;
    padding: 21px 8px 16px;
    background-color: var(--card-bg-color);
    border: 1px solid var(--card-border-color);
    border-radius: 10px;
  }

  .td-lpwi__block-title {
    color: var(--card-text-color);
    font-family: var(--font-subheading-family);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%; 
    margin: 0;
    text-align: center;
  }

  .td-lpwi__block-copy * {
    color: var(--card-text-color);
    font-family: var(--font-body-family);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin: 0;
    text-align: center;
  }

  .td-lpwi__container--dsk {
    display: none;
  }


  @media screen and (min-width: 991px) {
    .td-lpwi__container--mb {
      display: none;
    }

    .td-lpwi__container--dsk {
      display: flex;
      flex-direction: column;
      gap: 32px;
      align-items: center;
    }

    .td-lpwi__heading {
      margin-bottom: 0;
      margin-top: 0;
    }

    .td-lpwi__heading * {
      font-size: 40px;
    }

    .td-lpwi__content {
      display: flex;
      flex-direction: row;
      align-items: center;
    }

    .td-lpwi__content-left,
    .td-lpwi__content-right {
      width: 40%;
      display: flex;
      flex-direction: column;
      gap: 32px;
    }

    .td-lpwi__block-line--left,
    .td-lpwi__block-line--right {
      color: var(--block-line-color);
    }

    .td-lpwi__image-dsk {
      width: 20%;
    }

    .td-lpwi__image-dsk img {
      object-fit: contain;
      width: 110%;
      height: auto;
      max-width: unset;
    }

    .td-lpwi__block-wrapper {
      display: flex;
      flex-direction: row;
      align-items: center;
      gap: 24px;
    }

    .td-lpwi__block {
      padding: 16px;
    }

    .td-lpwi__block-title {
      text-align: start;
    }

    .td-lpwi__block-copy * {
      text-align: start;
    }
  }


  @media screen and (min-width: 1024px) {
    .td-lpwi__content-left,
    .td-lpwi__content-right {
      width: 41%;
    }

    .td-lpwi__image-dsk {
      width: 18%;
    }

    .td-lpwi__container--dsk {
      gap: 40px;
    }
  }

  @media screen and (min-width: 1200px) {
    .td-lpwi__content-left,
    .td-lpwi__content-right {
      gap: 64px;
    }

    .td-lpwi__container--dsk {
      gap: 48px;
    }

    .td-lpwi__image-dsk img {
      width: 113%;
    }

    .td-lpwi__heading * {
      font-size: 48px;
    }

    .td-lpwi__block {
      padding: 24px;
    }

    .td-lpwi__block-title {
      font-size: 24px;
    }

    .td-lpwi__block-copy * {
      font-size: 18px;
    }
  }

  @media screen and (min-width: 1400px) {
    .td-lpwi__content-left,
    .td-lpwi__content-right {
      width: 42%;
    }

    .td-lpwi__image-dsk {
      width: 183px;
    }

    .td-lpwi__block {
      width: 420px;
    }

    .td-lpwi__content-right
    .td-lpwi__block-wrapper {
      justify-content: start;
    }

    .td-lpwi__content-left
    .td-lpwi__block-wrapper {
      justify-content: end;
    }
  }
.td-results-graph__section-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 21px;
    max-width: 600px;
    margin: 0 auto;
  }

  .td-results-graph__heading {
    color: var(--heading-color);
    font-family: var(--font-landing-heading-family);
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%;
    margin: 0;
    text-align: center;
  }

  .td-results-graph
  .td-accordion-snippet-wrapper {
    gap: 8px;
  }

  .td-results-graph
  .td-accordion__item {
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid var(--card-border-color);
    background-color: var(--card-background-color);
    padding: 16px 8px;
  }

  .td-results-graph
  .td-accordion__toggle {
    padding: 0 16px;
  }

  .td-results-graph
  .td-accordion__toggle--inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
  }

  .td-accordion__image {
    width: 36px;
  }

  .td-accordion__image img {
    object-fit: contain;
    width: 100%;
    height: 100%;
  }

  .td-results-graph
  .td-accordion__toggle__title {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%; 
    margin: 0;
    color: var(--card-text-color);
    font-family: var(--font-subheading-family);
  }

  .td-results-graph
  .td-accordion__text {
    margin: 20px 0 8px;
    padding: 0 8px;
  }

  .td-results-graph
  .td-accordion__text * {
    color: var(--card-text-color);
    font-family: var(--font-landing-body-family);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin: 0;
  }

  .td-results-graph__dsk-content {
    display: none;
  }

  @media screen and (min-width: 991px) {
    .td-results-graph__section-wrapper {
      max-width: var(--td-max-page-width);
      gap: 30px;
    }

    .td-results-graph__heading {
      font-size: 48px;
    }

    .td-results-graph__mb-content {
      display: none;
    }

    .td-results-graph__dsk-content {
      display: flex;
      flex-direction: row;
      align-items: stretch;
      gap: 16px;
      width: 100%;
      justify-content: center;
    }

    .td-results-graph__dsk-content-item {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 22px;
      padding: 36px 16px;
      background-color: var(--card-background-color);
      border-radius: 10px;
      overflow: hidden;
      border: 2px solid var(--card-border-color);
    }

    .td-results-graph__dsk-content-item-image {
      height: 101px;
      width: auto;
    }

    .td-results-graph__dsk-content-item-image img {
      object-fit: contain;
      width: 100%;
      height: 100%;
    }

    .td-results-graph__dsk-content-item-content {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 8px;
    }

    .td-results-graph__dsk-content-item-title {
      font-size: 32px;
      font-style: normal;
      font-weight: 600;
      line-height: 140%;
      margin: 0;
      text-align: center;
      color: var(--card-text-color);
      font-family: var(--font-subheading-family);
    }

    .td-results-graph__dsk-content-item-copy * {
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 140%;
      margin: 0;
      text-align: center;
      color: var(--card-text-color);
      font-family: var(--font-landing-body-family);
      max-width: 305px;
    }
  }


  @media screen and (min-width: 1200px) {
    .td-results-graph__section-wrapper {
      gap: 36px;
    }

    .td-results-graph__heading {
      font-size: 56px;
    }

    .td-results-graph__dsk-content-item {
      padding: 56px 42px;
    }
  }


  /* Side Drawer Link Block */

  .td-results-graph__side-drawer-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    margin-top: 11px;
  }

  .td-results-graph__side-drawer-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    padding: 16px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
  }

  .td-results-graph__side-drawer-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--bg-color);
    opacity: 0.25;
    z-index: 1;
  }

  .td-results-graph__side-drawer-content-logo {
    width: 29px;
    min-width: 29px;
    height: auto;
    position: relative;
    z-index: 2;
  }

  .td-results-graph__side-drawer-content-logo img {
    object-fit: contain;
    width: 100%;
    height: 100%;
  }

  .td-results-graph__side-drawer-content-copy * {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin: 0;
    color: var(--text-color);
    font-family: var(--font-landing-body-family);
    z-index: 2;
    position: relative;
  }

  .td-results-graph__side-drawer-link
  .td-sd__title-button {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin: 0;
    color: var(--text-color);
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-color: var(--highlight-color);
    text-decoration-thickness: 2.4px;
    text-underline-offset: 35%;
    cursor: pointer;
    transition: all 0.2s ease;
    z-index: 2;
    position: relative;
  }


  @media screen and (min-width: 991px) {
    .td-results-graph__side-drawer-link
    .td-sd__title-button:hover {
      color: var(--highlight-color);
    }

    .td-results-graph__side-drawer-wrapper {
      flex-direction: row;
      gap: 16px;
      position: relative;
      border-radius: 100px;
      overflow: hidden;
      padding: 16px 32px;
      margin-top: 18px;
    }

    .td-results-graph__side-drawer-wrapper::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: var(--bg-color);
      opacity: 0.25;
      z-index: 1;
    }

    .td-results-graph__side-drawer-content {
      padding: 0;
    }

    .td-results-graph__side-drawer-content::before {
      display: none;
    }

    .td-results-graph__side-drawer-content-copy * {
      font-size: 18px;
    }

    .td-results-graph__side-drawer-link
    .td-sd__title-button {
      font-size: 18px;
    }
  } 

  @media screen and (min-width: 1200px) {
    .td-results-graph__side-drawer-wrapper {
      margin-top: 20px;
    }
  }
.td-three-images__container {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
    max-width: 500px;
    margin: 0 auto;
  }
  .td-three-images__heading-wrapper {
    display: flex;
    flex-direction: column;
    gap: 9px;
    max-width: 925px;
    margin: 0 auto;
  }

  .td-three-images__heading {
    color: var(--td-heading-color);
    font-family: var(--font-landing-heading-family);
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    margin: 0;
    text-align: center;
  }

  .td-three-images__subheading * {
    color: var(--td-heading-color);
    font-family: var(--font-body-family);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    text-align: center;
    margin: 0;
  }

  .td-three-images__block-wrapper {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .td-three-images__block {
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex: 1;
  }

  .td-three-images__image {
    width: 40%;
    margin: 0 auto;
  }

  .td-three-images__image img {
    object-fit: contain;
    width: 100%;
    height: 100%;
  }

  .td-three-images__block-content {
    display: flex;
    flex-direction: column;
    gap: 9px;
  }

  .td-three-images__block-title {
    color: var(--td-block-text-color);
    font-family: var(--font-subheading-family);
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%; 
    margin: 0;
    text-align: center;
  }

  .td-three-images__block-copy * {
    color: var(--td-block-text-color);
    font-family: var(--font-body-family);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin: 0;
    text-align: center;
  }

  @media screen and (min-width: 768px) {
    .td-three-images__container {
      max-width: var(--td-max-page-width);
    }


    .td-three-images__block-wrapper {
      flex-direction: row;
      justify-content: center;
      flex-wrap: wrap;
    }

    .td-three-images__block {
      width: 300px;
      flex: unset;
      justify-content: space-between;
    }

    .td-three-images__image {
      width: 80%;
    }
  }

  @media screen and (min-width: 991px) {
    .td-three-images__block {
      width: unset;
    }
    .td-three-images__block-wrapper {
      flex-wrap: nowrap;
    }
  }


  @media screen and (min-width: 1024px) {
    .td-three-images__container {
      gap: 32px;
    }
    
    .td-three-images__heading-wrapper {
      gap: 10px;
    }

    .td-three-images__heading {
      font-size: 48px;
    }

    .td-three-images__subheading * {
      font-size: 18px;
    }

    .td-three-images__block-wrapper {
      flex-wrap: nowrap;
      gap: 24px;
    }
    .td-three-images__block {
      width: unset;
      flex: 1;
      gap: 24px;
      justify-content: start;
    }

    .td-three-images__image {
      width: 100%;
      height: 200px;
    }
  }

  @media screen and (min-width: 1200px) {
    .td-three-images__block-title {
      font-size: 28px;
    }

    .td-three-images__block-copy * {
      font-size: 18px;
    }

    .td-three-images__block {
      gap: 40px;
      padding: 0 32px;
    }

    .td-three-images__image {
      height: 240px;
    }

    .td-three-images__block-content {
      gap: 6px;
    }
  }

/* CSS from snippet stylesheet tags */
.td-accordion-snippet-wrapper {
    display: flex;
    flex-direction: column;
  }

  .td-accordion-snippet-wrapper
  .td-accordion__content {
    max-height: 0;
    overflow: hidden;
    transition: all 0.5s ease-out;
    opacity: 1;
    padding: 0;
  }

  .td-accordion-snippet-wrapper
  .td-accordion__item.is-active {
    padding-bottom: 10px;
  }

  .td-accordion-snippet-wrapper
  .td-accordion__item {
    transition: all 0.5s ease;
  }

  .td-accordion-snippet-wrapper
  .td-accordion__toggle {
    cursor: pointer;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }


  .td-accordion-snippet-wrapper
  .td-accordion__item .td-accordion__icon svg {
    height: 14px;
    transition: .3s ease-out;
  }

  .td-accordion-snippet-wrapper
  .td-accordion__item.is-active .td-accordion__icons .icon-arrow-down,
  .td-accordion__icons .icon-arrow-up {
    display: none;
  }
  
  .td-accordion-snippet-wrapper
  .td-accordion__item.is-active .td-accordion__icons .icon-arrow-up,
  .td-accordion__icons .icon-arrow-down {
    display: block;
  }

  .td-accordion-snippet-wrapper
  .td-accordion__text * {
    margin: 0;
  }
td-free-gift {
    display: none;
    height: 0;
  }
.td-lp-combined-free-gift {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .td-lpcp__free-gift-heading {
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
    color: var(--free-gift-text-color);
    margin: 0;
    font-family: var(--font-body-family);
    padding-top: 9px;
  }

  @media screen and (min-width: 370px) {
    .td-lpcp__free-gift-heading {
      font-size: 16px;
    }
  }

  .td-lpcp__free-gift {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    padding: 12px 8px;
    transition: height 0.3s ease;
    justify-content: start;
    height: 0;
    opacity: 0;
    visibility: hidden;
    margin: -24px 0 -16px;
    background-color: var(--free-gift-background-color);
    color: var(--free-gift-text-color);
    border-radius: 8px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
  }

  .td-lpcp__free-gift.td-gift-active {
    height: 93px;
    opacity: 1;
    visibility: visible;
    margin: 0 0 8px;
    transition: height 0.3s ease;
  }

  .td-lpcp__free-gift-inner {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    justify-content: start;
    width: 100%;
  }

  .td-lpcp__free-gift-image {
    width: 69px;
    height: 69px;
    border-radius: 8px;
    overflow: hidden;
    min-width: 69px;
  }

  .td-lpcp__free-gift-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .td-lpcp__free-gift-content {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .td-lpcp__free-gift-review-wrapper {
    display: flex;
    flex-direction: row;
    gap: 5px;
    flex-wrap: wrap;
    pointer-events: auto;
    transition: all 0.2s ease;
    position: relative;
    justify-content: start;
    align-items: center;
  }

  .td-lpcp__free-gift-review-wrapper--link:hover .td-lpcp__free-gift-review-text {
    opacity: 0.7;
  }

  .td-lpcp__free-gift-review-stars {
    transform: scale(0.8);
    height: 12px;
    margin-top: -9px;
    margin-left: -11px;
    margin-right: -7px;
  }

  .td-lpcp__free-gift-review-text * {
    color: var(--free-gift-text-color);
    font-family: var(--font-body-family);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: start;
    margin: 0;
  }

  .td-lpcp__free-gift-review-text strong {
    font-weight: 700;
  }

  .td-lpcp__free-gift-review-text a {
    text-decoration: underline;
    text-underline-offset: 2px;
  }

  .td-lpcp__free-gift-title {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 106.25%;
    color: var(--free-gift-text-color);
    margin: 0;
    font-family: var(--font-landing-heading-family);
  }
  
  .td-lpcp__free-gift-lower-wrapper {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
  }

  .td-lpcp__free-gift-copy {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: var(--free-gift-text-color);
    margin: 0;
    font-family: var(--font-body-family);
  }

  .td-lpcp__free-gift-price-wrapper {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
  }

  .td-lpcp__free-gift-strikethrough-price {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: var(--free-gift-strikethrough-color);
    margin: 0;
    font-family: var(--font-body-family);
    text-decoration: line-through;
  }

  .td-lpcp__free-gift-current-price {
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: var(--free-gift-highlight-color);
    margin: 0;
    font-family: var(--font-body-family);
  }

  .td-lpcp__free-gift--mobile {
    display: flex;
  }

  .td-lpcp__free-gift--desktop {
    display: none;
  }

  @media screen and (min-width: 500px) {
    .td-lpcp__free-gift--mobile {
      display: none;
    }

    .td-lpcp__free-gift--desktop {
      display: flex;
    }

    .td-lpcp__free-gift {
      padding: 12px 24px;
    }
    
    .td-lpcp__free-gift-price-wrapper {
      flex-direction: column;
      gap: 3px;
      align-items: start;
    }
  }

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

  .td-lpcp__free-gift.td-gift-active {
    margin: 0 0 16px;
  }
    .td-lpcp__free-gift-heading {
      padding-top: 18px;
    }
    .td-lpcp__free-gift-title {
      font-size: 18px;
    }

    .td-lpcp__free-gift-strikethrough-price,
    .td-lpcp__free-gift-current-price {
      font-size: 16px;
    }
  }
.td-lpcp__highlighted-text {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
    padding-bottom: 12px;
  }

  .td-lpcp__highlighted-text--normal
  .td-lpcp__highlighted-text-item {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: var(--text-color);
    margin: 0;
    font-family: var(--font-body-family);
    padding: 7px 10px;
    background-color: var(--background-color);
    border-radius: 5px;
  }

  .td-lpcp__highlighted-text--bold
  .td-lpcp__highlighted-text-item {
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.42px;
    color: var(--text-color);
    margin: 0;
    font-family: var(--font-body-family);
    padding: 12px;
    background-color: var(--background-color);
    border-radius: 4px;
  }

  @media screen and (min-width: 991px) {
    .td-lpcp__highlighted-text {
      padding-bottom: 19px;
    }
  }
.td-lpcp-price {
    display: flex;
    flex-direction: column;
    gap: 0;
    justify-content: center;
    height: 100%;
  }

  .td-lpcp__price-inner {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
  }

  .td-lpcp__one-time-price,
  .td-lpcp__subscription-price {
    display: none;
    flex-direction: column;
  }
  

  .td-lpcp__price-strikethrough {
    color: var(--strikethrough-color);
    font-family: var(--font-body-family);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 142.857%;
    text-decoration-line: line-through;
    margin: 0;
  }

  .td-lpcp__price-current {
    color: var(--price-color);
    font-family: var(--font-body-family);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 142.857%;
    margin: 0;
  }

  .td-lpcp__one-time-price
  .td-lpcp__price-current {
    color: var(--main-text-color);
  }

  .td-lpcp__badge-wrapper--desktop {
    display: none;
  }

  .td-lpcp__badge-wrapper--mobile {
    display: block;
  }

  .td-lpcp__price-unit-price {
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 184.615%;
    margin: 0;
    color: var(--text-color);
    font-family: var(--font-body-family);
    text-align: end;
  }

  .td-lpcp__price-unit-price-wrapper {
    display: none;
  }


  @media screen and (min-width: 500px) {
    .td-lpcp__badge-wrapper--desktop,
    .td-lpcp__price-unit-price-wrapper {
      display: block;
    }

    .td-lpcp__badge-wrapper--mobile {
      display: none;
    }

    .td-lpcp__price-inner {
      flex-direction: row;
      gap: 8px;
      align-items: center;
      justify-content: end;
    }

    

    .td-lpcp__one-time-price,
    .td-lpcp__subscription-price {
      display: flex;
      flex-direction: row;;
      gap: 8px;
      align-items: center;
    }
  }
/* 2025 LP Development */
  /* Main Gallery */
  .td-lpcp-product__gallery
  .td-product__gallery__item {
    border-radius: 10px;
    overflow: hidden;
  }


  .td-product__nav-wrapper {
    display: none;
  }

  /* Thumbnails */
  .td-lpcp-product__gallery
  .td-product__gallery__thumbs 
  .swiper-slide,
  .td-lpcp-product__gallery__thumb 
  .td-product__media {
    border-radius: 5px;
  }

  .td-lpcp__thumbs-prev,
  .td-lpcp__thumbs-next {
    display: none;
  }

  .td-lpcp__gallery--thumbs-bar {
    margin: 16px auto 0;
    max-width: 600px;
    display: flex;
    align-items: center;
  }
  
  .td-lpcp-product__gallery
  .td-product__gallery__thumbs 
  .swiper-slide {
    width: 64px;
    border-radius: 4px;
    overflow: hidden;
    pointer-events: auto;
  }

  .td-product__media-thumbnail img {
    object-fit: cover;
  }

  .td-product__media-thumbnail::before {
    padding-bottom: 100%;
  }

  .td-lpcp-product__gallery
  .swiper-slide-thumb-active::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    border: 1.175px solid #2b2b2b;
  }



  .td-product__media:before {
  content: "";
  position: relative;
  display: block;
  pointer-events: none;
  padding-bottom: 100%;
}

.td-product__media img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.td-product__wrapper .swiper-thumbs .td-product__media img {
  top: 50%;
  left: 50%;
  bottom: unset;
  transform: translate(-50%, -50%);
}

  @media screen and (min-width: 991px) {
    .td-lpcp-product__gallery {
      position: sticky;
      top: 120px;
      margin-bottom: 0;
    }

    .td-lpcp__thumbs-prev,
    .td-lpcp__thumbs-next {
      display: block;
      height: 20px;
      cursor: pointer;
      transition: all 0.2s ease;
    }

    .td-lpcp__thumbs-prev.swiper-button-disabled,
    .td-lpcp__thumbs-next.swiper-button-disabled {
      opacity: 0;
      pointer-events: none;
      transition: all 0.2s ease;
    }

    .td-lpcp-product__gallery
    .td-product__gallery__thumbs .swiper-slide {
      width: 80px;
    }

    .td-lpcp__gallery--thumbs-bar {
      max-width: unset;
    }
  }

  @media screen and (min-width: 1200px) {
    .td-lpcp-product__gallery
    .td-product__gallery__thumbs .swiper-slide {
      width: 112px;
    }
  }



/* Video styles */
.td-product__media__video {
  position: relative;
}

.td-product__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  cursor: pointer;
}

.td-product__external-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
}

/* Video play overlay on main video */
.td-product__video-play-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.7);
  transition: all 0.2s ease;
  cursor: pointer;
}

.td-product__video-play-overlay:hover {
  background: rgba(0, 0, 0, 0.9);
  transform: translate(-50%, -50%) scale(1.1);
}

.td-product__video-play-overlay svg {
  width: 24px;
  height: 24px;
  fill: white;
}

/* Hide play overlay when video is playing */
.td-product__media__video.playing .td-product__video-play-overlay {
  display: none;
}

/* Media placeholder for unsupported types */
.td-product__media-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #f5f5f5;
  border-radius: 12px;
  color: #666;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
}
.td-lp-product-selector {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .td-lpcp__product-selector--items-wrapper {
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-rows: 1fr;
    gap: 16px;
  }

  .td-lpcp__product-selector--item {
    display: flex;
    flex-direction: row;
    gap: 16px;
    background-color: var(--item-bg-color);
    justify-content: space-between;
    padding: 11px 8px;
    border-radius: 8px;
    border: 1px solid #EBEBEB;;
    cursor: pointer;
  }

  .td-lpcp__product-selector--item.td-active {
    background-color: var(--active-item-bg-color);
    border: 1px solid var(--main-text-color);
  }

  .td-lpcp__product-selector--item-left-wrapper {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
  }

  .td-lpcp__radio {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .td-lpcp__radio svg {
    width: 25px;
    height: 25px;
  }

  .td-lpcp__radio svg circle {
    display: none
  }

  .td-active
  .td-lpcp__radio svg circle {
    display: block
  }

  .td-lpcp__product-selector--item-text-wrapper {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .td-lpcp__product-selector--item-text-top {
    display: flex;
    flex-direction: row;
    gap: 4px;
    align-items: center;
  }


  .td-lpcp__product-selector--item-title {
    font-family: var(--font-subheading-family);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    margin: 0;
    color: var(--main-text-color);
    text-transform: uppercase;
  }


  .td-lpcp__product-selector--item-price-savings {
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    margin: 0;
    color: var(--secondary-badge-text-color);
    font-family: var(--font-body-family);
    padding: 4px 8px;
    background-color:var(--secondary-badge-bg-color);
    border-radius: 100px;
  }

  .td-lpcp__product-selector--item-free-gift .td-lpcp__product-selector--item-price-savings {
    background-color: var(--primary-badge-bg-color);
    color: var(--primary-badge-text-color);
  }


  .td-lpcp__product-selector--item-description {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    margin: 0;
    color: var(--main-text-color);
    font-family: var(--font-body-family);
  }


  @media screen and (min-width: 991px) {
    .td-lpcp__product-selector--items-wrapper {
      gap: 8px;
    }

    .td-lpcp__product-selector--item {
      gap: 8px;
    }

    .td-lpcp__product-selector--item.td-active {
      border: 2px solid var(--main-text-color);
    }

    .td-lpcp__product-selector--item-description {
      font-size: 14px;
      max-width: 140px;
    }

    .td-lpcp__product-selector--item-left-wrapper {
      gap: 16px;
    }

    .td-lpcp__product-selector--item:hover {
      border: 2px solid var(--main-text-color);
    }
  }

  @media screen and (min-width: 1200px) {
    .td-lpcp__product-selector--item {
      padding: 17px 14px;
    }
  }

  @media screen and (min-width: 1350px) {
    .td-lpcp__product-selector--item-description {
      max-width: unset;
    }
  }


/* Toggle Button Group Styles */

  .td-lpcp__selling-plan-toggle {
    padding-top: 16px;
  }

  .td-lpcp__toggle-wrapper {
    display: flex;
    border: 2px solid var(--toggle-border-color);
    border-radius: 100px;
    overflow: hidden;
    gap: 4px; 
    padding: 2px;
  }

  .td-lpcp__toggle-input {
    display: none;
  }

  .td-lpcp__toggle-button {
    flex: 1;
    padding: 12px 20px;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    transition: all 0.2s ease;
    background: transparent;
    border: none;
    border-radius: 100px;
    font-family: var(--font-body-family);
    color: var(--toggle-text-color);
  }


  .td-lpcp__toggle-input:checked + .td-lpcp__toggle-button {
    background: var(--toggle-active-color);
  }


  @media screen and (min-width: 768px) {
    .td-lpcp__toggle-button:hover {
      background: var(--toggle-active-color);
    }
  }

  @media screen and (min-width: 1200px) {
    .td-lpcp__toggle-button {
      padding: 16px 20px;
    }
  }


  /* Additional Text Styles */
  .td-lpcp__product-selector--additional-subscription-text {
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.42px;
    color: var(--main-text-color);
    font-family: var(--font-body-family);
    margin: 0;
    text-align: center;
    display: none;
  }

  /* ATC Button Styles */

  .td-lpcp__atc-wrapper {
    padding-bottom: 10px;
  }

  .td-lpcp__atc-wrapper
  .td-lpcp__product-form {
    margin-top: 0;
  }

  .td-lpcp__atc-wrapper
  .td-lpcp__atc-button,
  .td-lpcp__atc-wrapper
  .button.outline:focus, 
  .td-lpcp__atc-wrapper
  input[type=submit].outline:focus {
    width: 100%;
    padding: 24px 12px;
    border: 2px solid var(--atc-border-color);
    background-color: var(--atc-background-color);
    color: var(--atc-text-color);
    border-radius: 8px;
    font-size: 16px;
    font-weight: 700;
    font-family: var(--font-body-family);
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 56px;
    text-transform: none;
  }

  .td-lpcp__atc-button:hover,
  .td-lpcp__atc-wrapper
  .button.outline:hover, 
  .td-lpcp__atc-wrapper
  input[type=submit].outline:hover {
    color: var(--atc-background-color);
  }

  .td-lpcp__atc-wrapper
  .button.outline:before, 
  .td-lpcp__atc-wrapper
  input[type=submit].outline:before {
    background: var(--atc-text-color);
  }


  .td-lpcp__atc-button:disabled {
    background: #ccc;
    border-color: #ccc;
    cursor: not-allowed;
  }


  .td-lpcp__atc-button .loading-overlay {
    display: none;
    width: 24px;
    height: 24px;
  }

  .td-lpcp__atc-button.loading .loading-overlay {
    display: block;
  }

  .td-lpcp__atc-button.loading .single-add-to-cart-button--text {
    display: none;
  }

@media screen and (min-width: 991px) {
  .td-lpcp__atc-wrapper
  .td-lpcp__atc-button,
  .td-lpcp__atc-wrapper
  .button.outline:focus, 
  .td-lpcp__atc-wrapper
  input[type=submit].outline:focus {
    height: 65px;
    font-size: 18px;
  }
}

@media screen and (min-width: 1200px) {
  .td-lpcp__atc-wrapper
  .td-lpcp__atc-button,
  .td-lpcp__atc-wrapper
  .button.outline:focus, 
  .td-lpcp__atc-wrapper
  input[type=submit].outline:focus {
    height: 78px;
    font-size: 20px;
  }
}
.td-lp-review-stars {
    padding-bottom: 10px;
  }

  .td-lpcp__review-stars--wrapper {
    display: flex;
    flex-direction: row;
    gap: 8px;
    flex-wrap: wrap;
    pointer-events: auto;
    transition: all 0.2s ease;
    position: relative;
    justify-content: start;
    align-items: center;
  }

  .td-lpcp__review-stars--wrapper--link:hover .td-lpcp__review-stars--text {
    opacity: 0.7;
  }

  .td-lpcp__review-stars--stars {
    transform: scale(0.9);
    height: 14px;
    margin-top: -9px;
    margin-left: -6px;
    margin-right: -6px;
  }

  .td-lpcp__review-stars--text * {
    color: var(--review-text-color);
    font-family: var(--font-body-family);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: start;
    margin: 0;
  }

  .td-lpcp__review-stars--text strong {
    font-weight: 700;
  }

  .td-lpcp__review-stars--text a {
    text-decoration: underline;
    text-underline-offset: 2px;
  }


  @media screen and (min-width: 991px) {
    .td-lp-review-stars {
      padding-bottom: 14px;
    }

    .td-lpcp__review-stars--stars {
      transform: scale(0.95);
      margin-top: -6px;
      margin-left: -4px;
      margin-right: -3px;
    }

    .td-lpcp__review-stars--text * {
      font-size: 18px;
    }
  }
.td-lp-shipping-estimate {
      display: flex;
      flex-direction: row;
      gap: 0;
      align-items: center;
      justify-content: center;
      width: 100%;
      padding-bottom: 10px;
    }

    .td-lp-shipping-estimate--logo {
      color: var(--text-color);
      width: 24px;
      height: 24px;
      min-width: 24px;
      margin-right: 8px;
    }

    .td-lp-shipping-estimate--logo svg {
      width: 24px;
      height: 24px;
    }

    .td-lp-shipping-estimate--text {
      color: var(--text-color);
      font-family: var(--font-body-family);
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: 100%;
      margin: 0;
      padding-right: 4px;
    }

    .td-lpcp__shipping-estimate {
      color: var(--text-color);
      font-family: var(--font-body-family);
      font-size: 14px;
      font-style: normal;
      font-weight: 700;
      line-height: 100%;
      margin: 0;
    }


    @media screen and (min-width: 991px) {
      .td-lp-shipping-estimate {
        padding-bottom: 24px;
      }

      .td-lp-shipping-estimate--logo {
        width: 34px;
        height: 34px;
        min-width: 34px;
        margin-right: 16px;
      }

      .td-lp-shipping-estimate--logo svg {
        width: 34px;
        height: 34px;
      }

      .td-lp-shipping-estimate--text,
      .td-lpcp__shipping-estimate {
        font-size: 16px;
      }

      .td-lp-shipping-estimate--text {
        padding-right: 5px;
      }
    }
.td-marquee {
    --iteration-reduction: 2;
    --_iteration-count: calc(var(--manual-track-count, var(--track-count)) - var(--iteration-reduction));
    --inline-spacing: 16px;
    --_inline-slide-margin: calc(var(--inline-spacing) / 2);
    position: relative;
    height: auto;
    background-color: var(--sb-bg-color);
    display: flex;
    overflow: hidden;
  }

  .td-track--marquee {
    display: flex;
    gap: var(--inline-spacing);
    width: auto;
    height: 100%;
    animation: scroll-left calc(var(--marquee-speed, 30s) * var(--_iteration-count)) 
      linear infinite;
  }

  .td-marquee--left
  .td-track--marquee {
    animation: scroll-left calc(var(--marquee-speed, 30s) * var(--_iteration-count)) 
    linear infinite;
  }

  .td-marquee--right
  .td-track--marquee {
    animation: scroll-right calc(var(--marquee-speed, 30s) * var(--_iteration-count)) 
    linear infinite;
  } 

  .td-track--marquee .td-track__content {
    flex-shrink: 0;
  }

  .td-marquee:hover .td-track--marquee,
  .td-marquee:focus-within .td-track--marquee {
    animation-play-state: paused;
  }

  /* 
  * Two separate keyframes for left and right scrolling directions
  * scroll-left: Content moves from right to left (default)
  * scroll-right: Content moves from left to right (reverse)
  */
  @keyframes scroll-left {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(calc(-100% * var(--_iteration-count)));
    }
  }

  @keyframes scroll-right {
    0% {
      /* Start position is negative to ensure content is visible immediately */
      transform: translateX(calc(-100% * var(--_iteration-count)));
    }
    100% {
      transform: translateX(0);
    }
  }
.td-side-drawer__titles-wrapper {
    display: flex;
    flex-direction: row;
    gap: 20px;
    flex-wrap: wrap;
    padding-top: var(--padding-top);
    padding-bottom: var(--padding-bottom);
    justify-content: var(--justify-content);
  }

  .td-sd__title-button {
    font-family: var(--font-body-family);
    font-size: 16px;
    font-weight: 600;
    line-height: 110%;
    margin: 0;
    color: var(--text-color);
    text-decoration: underline;
    text-underline-offset: 4px;
    text-decoration-thickness: 2px;
    cursor: pointer;
  }

  .td-sd__title-button:hover {
    opacity: 0.8;
  }


  @keyframes bounceDrawer {
    0% {
      transform: translateY(100%);
      margin-bottom: 0;
    }
    80% {
      transform: translateY(0);
      margin-bottom: 20px;
    }
    100% {
      transform: translateY(0);
      margin-bottom: 0;
    }
  }

  .td-sd__overlay {
    position: relative;
    overflow: hidden;
    
  }
  
  .td-sd__overlay::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 52; 
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 1;
  }

  .td-sd__content-wrapper {
    display: flex;
    flex-direction: column;
    gap: 15px;
    position: fixed;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: auto;
    max-height: 85vh;
    z-index: 55;
    background-color: var(--bg-color, #fff);
    opacity: 1;
    padding: 30px;
    transform: translateY(100%);
    transition: transform 0.3s ease;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    overflow: scroll;
  }
  
  .td-sd__content-wrapper--active {
    /* animation: bounceDrawer 0.3s ease-out;  */
    transform: translateY(0);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.06);
  }

  .td-sd__top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 2px solid var(--text-color);
  }

  .td-sd__top svg {
    width: 16px;
    height: 16px;
    cursor: pointer;  
  }

  .td-sd__top svg:hover path {
    stroke-width: 3px;
  }

  .td-sd__top svg path {
    stroke-width: 2px;
    stroke: var(--text-color, #000);
  }

  .td-sd__title {
    font-family: var(--font-body-family);
    font-size: 18px;
    font-weight: 600;
    line-height: 120%;
    margin: 0;
    color: var(--text-color);
    text-transform: uppercase;
  }

  .td-sd__description {
    font-family: var(--font-heading-family);
    font-size: 17px;
    font-weight: 400;
    line-height: 135%;
    margin: 0;
    color: var(--text-color);
  }

  .td-sd__list-item {
    font-family: var(--font-body-family);
    font-size: 17px;
    font-weight: 400;
    line-height: 140%;
    margin: 0;
    color: var(--text-color);
    padding-bottom: 5px;
  }

  .td-sd__table-top,
  .td-sd__lower-statement-wrapper {
    display: flex;
    flex-direction: column;
    padding: 3px;
  }

  .td-sd__table-title {
    font-family: var(--font-body-family);
    font-size: 24px;
    font-weight: 600;
    line-height: 140%;
    margin: 0;
    color: var(--text-color);
    text-align: start;
  }

  .td-sd__serving-size,
  .td-sd__servings-per-container,
  .td-sd__lower-statement {
    font-family: var(--font-body-family);
    font-size: 15px;
    font-weight: 400;
    line-height: 140%;
    margin: 0;
    color: var(--text-color);
    text-align: start;
  }


  .td-sd__grid-wrapper {
    display: flex;
    flex-direction: column;
    border-top: 3px solid var(--text-color);
    border-bottom: 3px solid var(--text-color);
  }

  .td-sd__grid-header {
    display: grid;
    grid-template-columns: 1fr 50px;
    padding: 8px 0;
    gap: 10px;
    border-bottom: 1px solid var(--text-color);
  }

  .td-sd__grid-header * {
    font-family: var(--font-body-family);
    font-size: 17px;
    font-weight: 600;
    line-height: 140%;
    margin: 0;
    color: var(--text-color);
    text-transform: none;
  }


  .td-sd__grid-header-item,
  .td-sd__grid-row-item--amount,
  .td-sd__grid-row-item--dv {
    text-align: end;
  }


  .td-sd__grid-row {
    display: grid;
    grid-template-columns: 1fr 50px 50px;
    padding: 8px 0;
    border-top: 2px solid var(--text-color);
    column-gap: 10px;
    row-gap: 3px;
  }

  .td-sd__grid-row:first-child {
    border-top: none;
  } 

  .td-sd__grid-row-item {
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
    margin: 0;
    color: var(--text-color);
    text-transform: none;
  }

  .td-sd__grid-row-item--secondary {
    grid-column: span 2;
    font-style: italic;
    line-height: 120%;
  }

  .td-sd__table-daily-value {
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    margin: 0;
    color: var(--text-color);
  }

  .td-sd__other-ingredients {
    font-family: var(--font-body-family);
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    margin: -12px 0 0;
    color: var(--text-color);
  }

  .td-sd__other-ingredients span {
    font-weight: 600;
  }


  @media screen and (min-width: 769px) {
    @keyframes bounceDrawerDesktop {
      0% {
        transform: translateX(100%);
        width: 500px;
      }
      80% {
        transform: translateX(0);
        width: 520px;
        padding-right: 50px;
      }
      100% {
        transform: translateX(0); 
        width: 500px;
      }
    }
  
    .td-sd__content-wrapper {
      right: 0;
      top: 0;
      width: 500px;
      height: 100vh;
      transform: translateX(100%);
      border-top-left-radius: 24px;
      border-top-right-radius: 0;
      border-bottom-left-radius: 24px;
      max-height: unset;
    }
  
    .td-sd__content-wrapper--active {
      transform: translateX(0);
      /* animation: bounceDrawerDesktop 0.3s ease-out;  */
    }
  }