/** Shopify CDN: Minification failed

Line 84:7 Expected ":"

**/




.grey {
   color: rgba(255, 255, 255, 0.6);
   line-height: 1.3;
}
.bundle-section__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
   background:#28b52d;

    color: #000000;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 25px;
    border-radius: 19px;
    text-decoration: none;
    margin-bottom: 15px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: none;
  }

 @media screen and (max-width: 749px) {
    .bundle-section__cta {
      font-size: 16px;
      padding: 10px 25px;
      width: 100%;
    }
  }

.subheadline {
  font-size: 16px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.3;
}

 .media-glow {
    display:block !important;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    box-shadow: 0px 0px 80px 0px rgba(241, 203, 70, 1);
     border-radius: 24px;
    z-index: 1;
    pointer-events: none;
  }

@media only screen and (max-width: 767px) {
  .hide-mobile {
    display: none !important;
  }
}

@media only screen and (min-width: 768px) {
  .hide-desktop {
    display: none !important;
  }
}

.article-template *,
.main-blog .title--primary,
.card__heading.h2 a,
.article-card__excerpt {
  color: #000;
}

.article-template__comment-fields *,
.article-template__comment-wrapper .text-area.field__input {
  color:#fff;
}

.main-page-title {
  color #000000e3;
}

/* TGO only — direct visible override loaded globally with higher specificity. */
html body .golden-smartrr.tgo13-hero .golden-smartrr__benefits-box-title-wrap,
html body .golden-smartrr.tgo13-hero .golden-smartrr__option-left {
  display: grid !important;
  grid-template-columns: 112px 20px minmax(0, 1fr) !important;
  align-items: center !important;
  column-gap: 8px !important;
}

html body .golden-smartrr.tgo13-hero .tgo13-plan-product {
  grid-column: 1 !important;
  display: grid !important;
  place-items: center !important;
  width: 112px !important;
  height: 104px !important;
  min-width: 112px !important;
  margin-left: -18px !important;
  overflow: visible !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

html body .golden-smartrr.tgo13-hero .tgo13-plan-product img {
  display: block !important;
  width: 106px !important;
  height: 106px !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: contain !important;
}

html body .golden-smartrr.tgo13-hero .golden-smartrr__benefits-box.selected,
html body .golden-smartrr.tgo13-hero .golden-smartrr__option.selected {
  border-width: 2px !important;
  box-shadow: none !important;
}

/* Quality + routine: reduce nested borders and add breathing room. */
html body .tgo13-quality {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

html body .tgo13-quality__panel {
  gap: clamp(52px, 4vw, 72px) !important;
  padding: clamp(48px, 4vw, 62px) !important;
  border: 1px solid #e9e5dc !important;
  background: #fff !important;
  box-shadow: 0 14px 38px rgba(32, 24, 5, .04) !important;
}

html body .tgo13-trust-grid,
html body .tgo13-steps {
  gap: 20px !important;
}

html body .tgo13-trust-card,
html body .tgo13-step {
  border: 0 !important;
  background: #f8f7f3 !important;
  box-shadow: none !important;
}

html body .tgo13-trust-card {
  min-height: 154px !important;
  padding: 26px !important;
  align-items: flex-start !important;
}

html body .tgo13-routine-heading {
  align-items: flex-start !important;
  margin-bottom: 30px !important;
}

html body .tgo13-routine-heading h2,
html body .tgo13-routine-heading p {
  margin-bottom: 0 !important;
}

html body .tgo13-step {
  display: flex !important;
  flex-direction: column !important;
  min-height: 382px !important;
  padding: 20px 18px 26px !important;
  text-align: center !important;
}

html body .tgo13-step__visual {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 1 / 1 !important;
  margin-bottom: 20px !important;
  background: #f1eee6 !important;
}

html body .tgo13-step__visual img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: center !important;
}

html body .tgo13-step h3,
html body .tgo13-step p {
  width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
}

html body .tgo13-step h3 {
  margin-top: 0 !important;
  margin-bottom: 10px !important;
}

@media screen and (max-width: 749px) {
  html body .golden-smartrr.tgo13-hero .golden-smartrr__benefits-box-title-wrap,
  html body .golden-smartrr.tgo13-hero .golden-smartrr__option-left {
    grid-template-columns: 92px 18px minmax(0, 1fr) !important;
    column-gap: 7px !important;
  }

  html body .golden-smartrr.tgo13-hero .tgo13-plan-product {
    width: 92px !important;
    height: 88px !important;
    min-width: 92px !important;
    margin-left: -15px !important;
  }

  html body .golden-smartrr.tgo13-hero .tgo13-plan-product img {
    width: 88px !important;
    height: 88px !important;
  }

  html body .tgo13-quality {
    padding-block: 46px !important;
  }

  html body .tgo13-quality__panel {
    gap: 38px !important;
    padding: 28px 20px !important;
  }

  html body .tgo13-trust-card,
  html body .tgo13-step {
    min-height: 0 !important;
  }
}

/* TGO buybox — exact values copied from the approved DevTools setup. */
html body .golden-smartrr.tgo13-hero .golden-smartrr__benefits-box,
html body .golden-smartrr.tgo13-hero .golden-smartrr__option {
  padding: 12px 12px !important;
  border-radius: 15px !important;
}

html body .golden-smartrr.tgo13-hero .golden-smartrr__benefits-box-title-wrap,
html body .golden-smartrr.tgo13-hero .golden-smartrr__option-left {
  grid-template-columns: 112px 0 minmax(0, 1fr) !important;
  column-gap: 8px !important;
  align-items: center !important;
}

html body .golden-smartrr.tgo13-hero .tgo13-plan-product {
  width: 112px !important;
  height: 104px !important;
  min-width: 112px !important;
  margin-left: 0 !important;
  overflow: visible !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

html body .golden-smartrr.tgo13-hero .golden-smartrr__benefits-box-list,
html body .golden-smartrr.tgo13-hero .golden-smartrr__option.selected .golden-smartrr__features {
  padding: 15px 10px !important;
}

html body .golden-smartrr.tgo13-hero .golden-smartrr__benefits-box.selected,
html body .golden-smartrr.tgo13-hero .golden-smartrr__option.selected {
  border-width: 2px !important;
  box-shadow: none !important;
  background: #fff !important;
}

@media screen and (max-width: 749px) {
  html body .golden-smartrr.tgo13-hero .golden-smartrr__benefits-box-title-wrap,
  html body .golden-smartrr.tgo13-hero .golden-smartrr__option-left {
    grid-template-columns: 96px 0 minmax(0, 1fr) !important;
    column-gap: 7px !important;
  }

  html body .golden-smartrr.tgo13-hero .tgo13-plan-product {
    width: 96px !important;
    height: 92px !important;
    min-width: 96px !important;
    margin-left: 0 !important;
  }

  html body .golden-smartrr.tgo13-hero .tgo13-plan-product img {
    width: 92px !important;
    height: 92px !important;
  }
}

/* TGO gallery thumbnails — exact approved DevTools values. */
html body .golden-smartrr.tgo13-hero .tgo13-thumbnail {
  display: block !important;
  width: 86px !important;
  height: 78px !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: 1px solid #dedbd4 !important;
  border-radius: 12px !important;
  background: #f7f6f3 !important;
  box-shadow: none !important;
}
html body .golden-smartrr.tgo13-hero .tgo13-thumbnail[aria-current='true'] {
  border-width: 1.5px !important;
  border-color: #c98f00 !important;
  box-shadow: 0 0 0 2px rgba(201,143,0,.12) !important;
}
html body .golden-smartrr.tgo13-hero .tgo13-thumbnail img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

/* Lock the approved product visuals directly in CSS so later scripts cannot replace them. */
html body .golden-smartrr.tgo13-hero .golden-smartrr__benefits-box .tgo13-plan-product,
html body .golden-smartrr.tgo13-hero .golden-smartrr__option[data-option='subscription'] .tgo13-plan-product,
html body .golden-smartrr.tgo13-hero .golden-smartrr__option[data-option='onetime'] .tgo13-plan-product {
  position: relative !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: contain !important;
}
html body .golden-smartrr.tgo13-hero .golden-smartrr__benefits-box .tgo13-plan-product {
  background-image: url('/cdn/shop/files/Produkt-3.png?v=1785250028') !important;
}
html body .golden-smartrr.tgo13-hero .golden-smartrr__option[data-option='subscription'] .tgo13-plan-product,
html body .golden-smartrr.tgo13-hero .golden-smartrr__option[data-option='onetime'] .tgo13-plan-product {
  background-image: url('/cdn/shop/files/Produkt-1.png?v=1785250028') !important;
}
html body .golden-smartrr.tgo13-hero .tgo13-plan-product > img {
  opacity: 0 !important;
}

/* Clean filigree routine badge for both subscription plans. */
html body .golden-smartrr.tgo13-hero .golden-smartrr__benefits-box .tgo13-plan-product::after,
html body .golden-smartrr.tgo13-hero .golden-smartrr__option[data-option='subscription'] .tgo13-plan-product::after {
  content: '' !important;
  position: absolute !important;
  right: 0 !important;
  bottom: 0 !important;
  width: 27px !important;
  height: 27px !important;
  border: 1.5px solid #fff !important;
  border-radius: 50% !important;
  background: #c99100 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18.5 8A7 7 0 1 0 19 15'/%3E%3Cpath d='M18.5 4v4h-4'/%3E%3C/svg%3E") center/15px 15px no-repeat !important;
  box-shadow: 0 2px 7px rgba(0,0,0,.12) !important;
}
html body .golden-smartrr.tgo13-hero .golden-smartrr__benefits-box .tgo13-plan-product::before,
html body .golden-smartrr.tgo13-hero .golden-smartrr__option[data-option='subscription'] .tgo13-plan-product::before {
  content: none !important;
}

/* Quantity badge: show a clean 3 for the 12-week bundle only. */
html body .golden-smartrr.tgo13-hero .golden-smartrr__benefits-box .tgo13-plan-product__qty {
  position: absolute !important;
  left: 2px !important;
  bottom: 2px !important;
  display: grid !important;
  place-items: center !important;
  min-width: 24px !important;
  height: 24px !important;
  padding: 0 6px !important;
  border: 1.5px solid #fff !important;
  border-radius: 999px !important;
  background: #c99100 !important;
  color: transparent !important;
  font-size: 0 !important;
  line-height: 1 !important;
  box-shadow: 0 2px 7px rgba(0,0,0,.1) !important;
}
html body .golden-smartrr.tgo13-hero .golden-smartrr__benefits-box .tgo13-plan-product__qty::after {
  content: '3' !important;
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 800 !important;
}
