/** Shopify CDN: Minification failed

Line 350:0 Unexpected "{"
Line 350:1 Expected identifier but found "%"
Line 353:64 Expected identifier but found whitespace
Line 354:1 Expected identifier but found "%"

**/
/* Shared Supify premium CTA — sourced from the custom cart checkout button */
.supify-premium-cta.supify-premium-cta {
  min-height: 56px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 12px !important;
  padding: 18px 28px !important;
  border: 0 !important;
  border-radius: 50px !important;
  color: #fff !important;
  background: linear-gradient(135deg, var(--supify-cta-start, #a855f7), var(--supify-cta-end, #ec4899)) !important;
  box-shadow: 0 5px 20px rgba(168, 85, 247, .4) !important;
  font-family: 'Outfit', var(--font-heading-family, sans-serif) !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  letter-spacing: 1px !important;
  text-align: center !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  cursor: pointer !important;
  transform: none !important;
  transition: transform .3s ease, filter .3s ease, box-shadow .3s ease !important;
  -webkit-tap-highlight-color: transparent;
}
.supify-premium-cta.supify-premium-cta:hover {
  transform: translateY(-2px) !important;
  filter: brightness(1.1) !important;
  box-shadow: 0 9px 28px rgba(168, 85, 247, .48) !important;
}
.supify-premium-cta.supify-premium-cta:active {
  transform: translateY(0) scale(.985) !important;
  filter: brightness(.98) !important;
}
.supify-premium-cta.supify-premium-cta:focus-visible {
  outline: 3px solid rgba(255,255,255,.95) !important;
  outline-offset: 3px !important;
}
.supify-premium-cta.supify-premium-cta[disabled],
.supify-premium-cta.supify-premium-cta[aria-disabled='true'] {
  opacity: .55 !important;
  cursor: not-allowed !important;
  transform: none !important;
  filter: none !important;
}

/* Shared markup/styles from the Creatine PDP trust matrix */
.supify-shared-trust-strip {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  width: 100%;
  margin-top: 28px;
  margin-bottom: 24px;
}
.supify-shared-trust-strip .scp__trust-card {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: var(--supify-radius-sm, 14px);
  background: rgba(255,255,255,.02);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 4px 24px rgba(0,0,0,.2), inset 0 1px 0 rgba(255,255,255,.05);
  transition: transform .3s ease, border-color .3s ease, background .3s ease, box-shadow .3s ease;
}
.supify-shared-trust-strip .scp__trust-icon {
  width: 32px;
  height: 32px;
  display: grid;
  flex: 0 0 32px;
  place-items: center;
  border: 1px solid rgba(168,85,247,.3);
  border-radius: 8px;
  color: #c4b5fd;
  background: rgba(168,85,247,.1);
}
.supify-shared-trust-strip .scp__trust-icon svg { width: 16px; stroke-width: 1.8; }
.supify-shared-trust-strip .scp__trust-icon--uk-flag {
  width: 36px;
  height: 32px;
  border: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}
.supify-shared-trust-strip .scp__trust-icon--uk-flag .scp__uk-flag {
  width: 34px;
  height: auto;
  overflow: visible;
  stroke-width: 0;
}
.supify-shared-trust-strip .scp__trust-card h2 {
  margin: 0 0 4px;
  color: #fff;
  font-family: var(--supify-heading-font, var(--font-heading-family, 'Outfit', sans-serif));
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .04em;
  line-height: 1.2;
  text-transform: uppercase;
}
.supify-shared-trust-strip .scp__trust-card p {
  margin: 0;
  color: var(--supify-muted, #a1a1aa);
  font-size: 11px;
  font-weight: 500;
  line-height: 1.4;
}
.supify-shared-trust-strip--home {
  position: relative;
  z-index: 6;
  grid-column: 1 / -1;
}
@media (hover:hover) and (pointer:fine) {
  .supify-shared-trust-strip .scp__trust-card:hover {
    transform: translateY(-4px) rotateX(4deg) rotateY(-2deg);
    border-color: rgba(168,85,247,.35);
    background: rgba(255,255,255,.04);
    box-shadow: 0 12px 32px rgba(0,0,0,.4), 0 0 20px rgba(168,85,247,.15), inset 0 1px 0 rgba(255,255,255,.1);
  }
}

@media (max-width: 749px) {
  .sup-system__actions { display: flex !important; flex-wrap: nowrap !important; gap: 8px !important; }
  .sup-system__actions .supify-premium-cta.supify-premium-cta {
    width: auto !important;
    min-width: 0 !important;
    flex: 1 1 0 !important;
    padding: 15px 10px !important;
    font-size: 12px !important;
    letter-spacing: .04em !important;
    white-space: nowrap !important;
  }
  .supify-shared-trust-strip--home { order: 3 !important; }
  .supify-premium-cta.supify-premium-cta { width: 100% !important; min-height: 56px !important; padding: 18px 22px !important; }
  .supify-shared-trust-strip { gap: 8px; margin-top: 20px; margin-bottom: 20px; }
  .supify-shared-trust-strip .scp__trust-card { min-height: 118px; padding: 12px; gap: 8px; border-radius: 13px; }
  .supify-shared-trust-strip .scp__trust-icon { width: 30px; height: 30px; flex-basis: 30px; }
  .supify-shared-trust-strip .scp__trust-card h2 { font-size: 10px; line-height: 1.18; letter-spacing: .055em; overflow-wrap: anywhere; }
  .supify-shared-trust-strip .scp__trust-card p { font-size: 10px; line-height: 1.38; overflow-wrap: anywhere; }
}


.supify-shared-trust-strip .supify-cro-proof-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  margin-top: 18px;
  padding: 9px 24px;
  border: 2px solid rgba(255,255,255,.2);
  border-radius: 999px;
  color: #fff;
  background: transparent;
  font-family: var(--supify-heading-font, 'Outfit', sans-serif);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .05em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  transition: border-color .2s ease, background .2s ease, transform .2s ease;
}
.supify-shared-trust-strip .supify-cro-proof-link:hover {
  border-color: rgba(255,255,255,.5);
  background: rgba(255,255,255,.06);
  transform: translateY(-1px);
}
@media (max-width: 749px) {
  .supify-shared-trust-strip .supify-cro-proof-link {
    width: 100%;
    min-height: 34px;
    margin-top: 10px;
    padding: 8px 9px;
    font-size: 8px;
    line-height: 1.1;
    text-align: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .supify-premium-cta.supify-premium-cta,
  .supify-shared-trust-strip .scp__trust-card { transition: none !important; }
}



/* Exact Creatine PDP pictograms, shared with homepage */

/* SUPIFY Creatine — descriptive premium trust pictograms */
.supify-shared-trust-strip .scp__trust-card:nth-child(n+2) .scp__trust-icon {
  position: relative !important;
  width: 48px !important;
  height: 46px !important;
  display: block !important;
  flex: 0 0 48px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  overflow: visible !important;
  isolation: isolate;
}

.supify-shared-trust-strip .scp__trust-card:nth-child(n+2) .scp__trust-icon > svg {
  display: none !important;
}

/* FULL 5G SERVING — 5G medallion surrounded by four gummies */
.supify-shared-trust-strip .scp__trust-card:nth-child(2) .scp__trust-icon::before {
  content: "5G";
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(225,214,255,.9);
  border-radius: 50%;
  background: radial-gradient(circle at 32% 22%, rgba(255,255,255,.28), transparent 30%), linear-gradient(145deg, #1b1622 0 44%, #5125a4 100%);
  box-shadow: 0 7px 13px rgba(0,0,0,.42), 0 0 0 2px rgba(168,85,247,.13), inset 0 1px 0 rgba(255,255,255,.16);
  color: #fff;
  font-family: var(--supify-heading-font, Outfit, Arial, sans-serif);
  font-size: 13px;
  font-style: italic;
  font-weight: 950;
  letter-spacing: -.04em;
  line-height: 1;
}

.supify-shared-trust-strip .scp__trust-card:nth-child(2) .scp__trust-icon::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 3px;
  top: 3px;
  width: 9px;
  height: 9px;
  border-radius: 3px;
  background: linear-gradient(145deg, #c084fc, #6d28d9);
  box-shadow: 33px 0 0 #8b5cf6, 0 31px 0 #8b5cf6, 33px 31px 0 #6d28d9, 0 4px 8px rgba(0,0,0,.28);
  filter: drop-shadow(0 2px 2px rgba(0,0,0,.28));
}

/* ZERO SUGAR — dimensional sugar cube with premium rose strike */
.supify-shared-trust-strip .scp__trust-card:nth-child(3) .scp__trust-icon::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 36px;
  height: 36px;
  transform: translate(-50%, -50%);
  clip-path: polygon(50% 0, 93% 24%, 93% 75%, 50% 100%, 7% 75%, 7% 24%);
  background: linear-gradient(150deg, rgba(255,255,255,.92) 0 30%, transparent 31%), linear-gradient(30deg, #5b21b6 0 48%, #8b5cf6 49% 72%, #ddd6fe 73% 100%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.35);
  filter: drop-shadow(0 0 1px rgba(221,214,254,.85)) drop-shadow(0 7px 6px rgba(0,0,0,.38));
}

.supify-shared-trust-strip .scp__trust-card:nth-child(3) .scp__trust-icon::after {
  content: "";
  position: absolute;
  z-index: 3;
  left: 4px;
  top: 21px;
  width: 43px;
  height: 5px;
  border-radius: 999px;
  transform: rotate(-43deg);
  background: linear-gradient(90deg, #8c3047, #f4a3b5 28% 72%, #8c3047);
  box-shadow: 0 2px 5px rgba(0,0,0,.34), inset 0 1px 0 rgba(255,255,255,.30);
}

/* 30-DAY GUARANTEE — dimensional shield + check seal */
.supify-shared-trust-strip .scp__trust-card:nth-child(4) .scp__trust-icon::before {
  content: "30";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 1px;
  width: 39px;
  height: 43px;
  display: grid;
  place-items: center;
  padding-bottom: 5px;
  transform: translateX(-50%);
  clip-path: polygon(50% 0, 94% 15%, 90% 61%, 72% 84%, 50% 100%, 28% 84%, 10% 61%, 6% 15%);
  background: radial-gradient(circle at 34% 18%, rgba(255,255,255,.26), transparent 27%), linear-gradient(150deg, #1b1622 0 34%, #5b21b6 68%, #7c3aed 100%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.20);
  filter: drop-shadow(0 0 1px rgba(196,181,253,.7)) drop-shadow(0 7px 7px rgba(0,0,0,.40));
  color: #fff;
  font-family: var(--supify-heading-font, Outfit, Arial, sans-serif);
  font-size: 15px;
  font-weight: 950;
  line-height: 1;
}

.supify-shared-trust-strip .scp__trust-card:nth-child(4) .scp__trust-icon::after {
  content: "✓";
  position: absolute;
  z-index: 3;
  right: -1px;
  bottom: 1px;
  width: 17px;
  height: 17px;
  display: grid;
  place-items: center;
  border: 2px solid #151219;
  border-radius: 50%;
  background: #f4a3b5;
  box-shadow: 0 3px 7px rgba(0,0,0,.38), inset 0 1px 0 rgba(255,255,255,.28);
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
}

@media (hover: hover) and (pointer: fine) {
  .supify-shared-trust-strip .scp__trust-card:nth-child(n+2):hover .scp__trust-icon {
    transform: translateY(-1px) scale(1.035);
    transition: transform 220ms cubic-bezier(.22,1,.36,1);
  }
}

@media (max-width: 768px) {
  .supify-shared-trust-strip .scp__trust-card:nth-child(n+2) .scp__trust-icon {
    transform: scale(.94);
    transform-origin: left center;
  }
}

{% comment %}
  SUPIFY — FINAL PREMIUM UNION JACK PICTOGRAM
  Keeps the existing accurate Union Jack SVG and gives it
  the same dimensional visual language as the other trust icons.
{% endcomment %}


  /* =========================================================
     SUPIFY TRUST PICTOGRAM — UK LAB TESTED
     FINAL DIMENSIONAL UNION JACK
  ========================================================= */

  .supify-shared-trust-strip
  .scp__trust-card:nth-child(1)
  .scp__trust-icon {
    position: relative !important;

    width: 48px !important;
    height: 46px !important;
    flex: 0 0 48px !important;

    display: grid !important;
    place-items: center !important;

    padding: 0 !important;
    margin: 0 !important;

    border: 0 !important;
    border-radius: 0 !important;

    background: transparent !important;
    box-shadow: none !important;

    overflow: visible !important;
    isolation: isolate;

    transition:
      transform 220ms cubic-bezier(.22, 1, .36, 1);
  }


  /* =========================================================
     ACTUAL UNION JACK
  ========================================================= */

  .supify-shared-trust-strip
  .scp__trust-card:nth-child(1)
  .scp__trust-icon > svg {
    position: relative;
    z-index: 2;

    display: block !important;

    width: 42px !important;
    height: 30px !important;

    max-width: none !important;
    max-height: none !important;

    margin: 0 !important;

    border: 1px solid rgba(255, 255, 255, .38);
    border-radius: 6px;

    transform:
      perspective(140px)
      rotateX(2deg)
      rotateY(-3deg)
      rotateZ(-2deg);

    transform-origin: center;

    box-shadow:
      0 9px 15px rgba(0, 0, 0, .42),
      0 3px 5px rgba(0, 0, 0, .28),
      0 0 0 2px rgba(124, 58, 237, .08),
      inset 0 1px 0 rgba(255, 255, 255, .20);

    filter:
      saturate(1.08)
      contrast(1.04)
      drop-shadow(0 0 1px rgba(196, 181, 253, .35));

    backface-visibility: hidden;
  }


  /* =========================================================
     SOFT OBJECT SHADOW
  ========================================================= */

  .supify-shared-trust-strip
  .scp__trust-card:nth-child(1)
  .scp__trust-icon::before {
    content: "";

    position: absolute;
    z-index: 0;

    left: 50%;
    bottom: 3px;

    width: 35px;
    height: 8px;

    transform:
      translateX(-50%)
      rotate(-2deg);

    border-radius: 50%;

    background:
      radial-gradient(
        ellipse at center,
        rgba(0, 0, 0, .46) 0%,
        rgba(0, 0, 0, .22) 44%,
        rgba(0, 0, 0, .08) 62%,
        transparent 78%
      );

    filter: blur(2px);

    pointer-events: none;
  }


  /* =========================================================
     PREMIUM LIGHT REFLECTION
  ========================================================= */

  .supify-shared-trust-strip
  .scp__trust-card:nth-child(1)
  .scp__trust-icon::after {
    content: "";

    position: absolute;
    z-index: 3;

    left: 50%;
    top: 9px;

    width: 30px;
    height: 8px;

    transform:
      translateX(-50%)
      rotate(-2deg);

    border-radius: 999px;

    background:
      linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 255, 255, .04) 10%,
        rgba(255, 255, 255, .26) 35%,
        rgba(255, 255, 255, .13) 66%,
        transparent 100%
      );

    opacity: .9;

    pointer-events: none;
  }


  /* =========================================================
     DESKTOP HOVER
  ========================================================= */

  @media (hover: hover) and (pointer: fine) {

    .supify-shared-trust-strip
    .scp__trust-card:nth-child(1):hover
    .scp__trust-icon {
      transform:
        translateY(-1px)
        scale(1.035);
    }

    .supify-shared-trust-strip
    .scp__trust-card:nth-child(1):hover
    .scp__trust-icon > svg {
      box-shadow:
        0 11px 18px rgba(0, 0, 0, .46),
        0 3px 6px rgba(0, 0, 0, .30),
        0 0 0 2px rgba(124, 58, 237, .11),
        inset 0 1px 0 rgba(255, 255, 255, .24);
    }

  }


  /* =========================================================
     MOBILE
  ========================================================= */

  @media (max-width: 768px) {

    .supify-shared-trust-strip
    .scp__trust-card:nth-child(1)
    .scp__trust-icon {
      width: 45px !important;
      height: 44px !important;
      flex-basis: 45px !important;

      transform: scale(.94);
      transform-origin: center;
    }

    .supify-shared-trust-strip
    .scp__trust-card:nth-child(1)
    .scp__trust-icon > svg {
      width: 40px !important;
      height: 29px !important;
    }

  }


  /* =========================================================
     VERY SMALL MOBILE
  ========================================================= */

  @media (max-width: 390px) {

    .supify-shared-trust-strip
    .scp__trust-card:nth-child(1)
    .scp__trust-icon {
      width: 43px !important;
      height: 42px !important;
      flex-basis: 43px !important;
    }

    .supify-shared-trust-strip
    .scp__trust-card:nth-child(1)
    .scp__trust-icon > svg {
      width: 38px !important;
      height: 27px !important;
    }

  }


  /* =========================================================
     ACCESSIBILITY — REDUCED MOTION
  ========================================================= */

  @media (prefers-reduced-motion: reduce) {

    .supify-shared-trust-strip
    .scp__trust-card:nth-child(1)
    .scp__trust-icon {
      transition: none !important;
    }

  }


/* Homepage story UX: keep trust proof close to the hero actions and preserve natural scrolling. */
@media (min-width: 750px) {
  .sup-system__sticky--homepage .supify-shared-trust-strip--home {
    margin-top: -220px !important;
    margin-bottom: 0 !important;
    align-self: end !important;
  }
}
@media (max-width: 749px) {
  .sup-system__sticky--homepage .supify-shared-trust-strip--home {
    margin-top: 10px !important;
    margin-bottom: 12px !important;
  }
}
.sup-system__sticky--homepage,
.sup-system__sticky--homepage .sup-system__progress,
.sup-system__sticky--homepage .sup-system__step {
  touch-action: auto !important;
  overscroll-behavior: auto !important;
}
.sup-system__sticky--homepage .sup-system__progress {
  pointer-events: auto !important;
  z-index: 20 !important;
}
.sup-system__sticky--homepage .sup-system__step { cursor: pointer !important; }
