/** Shopify CDN: Minification failed

Line 40:0 All "@import" rules must come first
Line 1406:0 All "@import" rules must come first
Line 2103:0 All "@import" rules must come first

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:image-banner-mobile-desktop (INDEX:52) */
.responsive-banner {
  width: 100%;
  display: block;
}

.responsive-banner__desktop {
    display: block;
    width: 100%;
}

.responsive-banner__mobile {
  display: none;
}

@media screen and (max-width: 767px) {
  .responsive-banner__desktop {
    display: none;
  }
  .responsive-banner__mobile {
    display: block;
    width: 100vw;
    height: 100%;
  }
}
/* END_SECTION:image-banner-mobile-desktop */

/* START_SECTION:marketplace-pdp (INDEX:77) */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700;900&display=swap');

  .marketplace-pdp {
    --bg: #ffffff;
    --text: #2c2c2a;
    --text-muted: #5f5e5a;
    --text-subtle: #888780;
    --surface: #f8f7f4;
    --border: #b4b2a9;
    --card-bg: #ffffff;
    --tier-active-bg: #ff8f0b;
    --tier-active-text: #0e0e0e;
    --brand-orange: #ff8f0b;

    background: var(--bg);
    color: var(--text);
    padding: 32px 0 48px;
    font-family: 'Poppins', system-ui, sans-serif;
    font-weight: 900;
  }

  .marketplace-pdp--dark {
    --bg: #000000;
    --text: #ffffff;
    --text-muted: #bdbdbd;
    --text-subtle: #9a9a9a;
    --surface: #242424;
    --border: #242424;
    --card-bg: #242424;
    --tier-active-bg: #ff8f0b;
    --tier-active-text: #0e0e0e;
  }

  .marketplace-pdp__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
  }

  .marketplace-pdp__breadcrumb {
    color: var(--text-muted);
    font-size: 12px;
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-weight: 900;
  }
  .marketplace-pdp__breadcrumb a {
    color: inherit;
    text-decoration: none;
  }
  .marketplace-pdp__breadcrumb a:hover {
    text-decoration: underline;
  }
  .marketplace-pdp__breadcrumb span {
    margin: 0 6px;
  }

  .marketplace-pdp__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 48px;
    align-items: start;
  }

  .marketplace-pdp__grid > * {
    min-width: 0;
  }

  @media (max-width: 768px) {
    .marketplace-pdp__grid {
      grid-template-columns: minmax(0, 1fr);
      gap: 24px;
    }
    .marketplace-pdp__container {
      padding: 0 16px;
    }
  }

  .marketplace-pdp__hero {
    border-radius: 12px;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: #000000;
  }

  .marketplace-pdp__hero-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transform: scale(1.03);
    transform-origin: center;
  }

  .marketplace-pdp__thumbs {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    touch-action: pan-x pan-y;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding: 4px 0 6px;
    margin: 14px 0 24px;
  }

  .marketplace-pdp__thumbs::-webkit-scrollbar {
    display: none;
  }

  .marketplace-pdp__thumb {
    background: var(--surface);
    border: 1px solid #242424;
    border-radius: 8px;
    aspect-ratio: 1 / 1;
    padding: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 78px;
    width: 78px;
    height: 78px;
    box-sizing: border-box;
    cursor: pointer;
    scroll-snap-align: start;
    transition: border-color 0.15s ease;
    font: inherit;
    color: inherit;
    -webkit-appearance: none;
    appearance: none;
  }

  .marketplace-pdp__thumb:hover {
    border-color: #ff8f0b;
  }

  .marketplace-pdp__thumb-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .marketplace-pdp__rating {
    font-size: 13px;
    color: var(--text-muted);
    margin: 0 0 12px;
    font-weight: 700;
  }

  .marketplace-pdp__title {
    font-family: 'Poppins', system-ui, sans-serif !important;
    font-size: 28px;
    font-weight: 900 !important;
    line-height: 1.15;
    margin: 0 0 12px;
    color: var(--text);
    text-transform: uppercase;
    letter-spacing: -0.01em;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  @media (max-width: 768px) {
    .marketplace-pdp__title {
      font-size: 20px;
      line-height: 1.2;
    }
  }

  .marketplace-pdp__entries-badge {
    display: block;
    width: 100%;
    text-align: center;
    color: #ff8f0b;
    font-weight: 900;
    font-size: 36px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin: 0 0 16px;
    line-height: 1.1;
    text-shadow:
      0 0 8px rgba(255, 143, 11, 0.5),
      0 0 16px rgba(255, 143, 11, 0.25);
    animation: marketplace-entries-glow 2.4s ease-in-out infinite;
  }

  @media (max-width: 768px) {
    .marketplace-pdp__entries-badge {
      font-size: 24px;
    }
  }

  @keyframes marketplace-entries-glow {
    0%,
    100% {
      text-shadow:
        0 0 8px rgba(255, 143, 11, 0.45),
        0 0 16px rgba(255, 143, 11, 0.22);
    }
    50% {
      text-shadow:
        0 0 18px rgba(255, 143, 11, 0.85),
        0 0 32px rgba(255, 143, 11, 0.45);
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .marketplace-pdp__entries-badge {
      animation: none;
    }
  }

  .marketplace-pdp__price-block {
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin: 0 0 4px;
  }

  .marketplace-pdp__price {
    font-size: 38px;
    font-weight: 900;
    color: var(--text);
    line-height: 1;
  }

  .marketplace-pdp__price--member {
    color: #ff8f0b;
  }

  .marketplace-pdp__cadence {
    font-size: 14px;
    color: var(--text-muted);
    font-weight: 700;
  }

  .marketplace-pdp__weekly {
    font-size: 15px;
    color: #9a9a9a;
    font-weight: 700;
    margin: 2px 0 8px;
    line-height: 1.2;
  }

  .marketplace-pdp__weekly [data-marketplace-weekly-value] {
    color: #ffffff;
    font-weight: 900;
  }

  .marketplace-pdp__cadence-note {
    font-size: 12px;
    color: var(--text-muted);
    margin: 0 0 24px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.03em;
  }

  .marketplace-pdp__group-label,
  .marketplace-pdp__group-label--benefits {
    font-size: 12px;
    font-weight: 900;
    color: var(--text-muted);
    margin: 16px 0 8px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    line-height: 1.4;
  }

  .marketplace-pdp__group-label > span,
  .marketplace-pdp__group-label--benefits > span {
    font: inherit;
    color: inherit;
    text-transform: inherit;
    letter-spacing: inherit;
  }

  .marketplace-pdp__tiers {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    margin: 0 0 8px;
  }

  @media (max-width: 480px) {
    .marketplace-pdp__tiers {
      grid-template-columns: repeat(2, 1fr);
    }
  }

  .marketplace-pdp__tier-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 12px 8px;
    background: var(--card-bg);
    border: 1px solid var(--border);
    border-radius: 8px;
    text-decoration: none;
    color: var(--text);
    transition:
      transform 0.22s ease,
      box-shadow 0.22s ease,
      border-color 0.22s ease;
    position: relative;
  }

  .marketplace-pdp__tier-card:hover,
  .marketplace-pdp__tier-card:focus-visible {
    transform: scale(1.045);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.6);
    border-color: var(--tier-active-bg);
    z-index: 3;
    outline: none;
  }

  .marketplace-pdp__tier-card--active {
    background: var(--tier-active-bg);
    border-color: var(--tier-active-bg);
    border-width: 2px;
    color: var(--tier-active-text);
    padding: 11px 7px;
    box-shadow: 0 0 28px rgba(255, 143, 11, 0.5);
  }

  .marketplace-pdp__tier-card--popular {
    padding-top: 18px;
    border-color: #ff8f0b;
    border-width: 2px;
    padding: 17px 7px 11px;
  }

  .marketplace-pdp__tier-card--popular.marketplace-pdp__tier-card--active {
    padding: 17px 7px 11px;
  }

  .marketplace-pdp__tier-badge {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    background: #0e0e0e;
    color: #ff8f0b;
    font-size: 9px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    padding: 4px 8px;
    border: 1px solid #ff8f0b;
    border-radius: 4px;
    white-space: nowrap;
    z-index: 2;
    line-height: 1;
  }

  .marketplace-pdp__tier-card--active:hover,
  .marketplace-pdp__tier-card--active:focus-visible {
    box-shadow: 0 0 44px rgba(255, 143, 11, 0.75);
    border-color: var(--tier-active-bg);
    transform: scale(1.045);
  }

  .marketplace-pdp__tier-img {
    width: 48px;
    height: 48px;
    object-fit: contain;
    margin-bottom: 6px;
  }

  .marketplace-pdp__tier-name {
    font-size: 13px;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.02em;
  }

  .marketplace-pdp__tier-meta {
    font-size: 10px;
    color: var(--text-subtle);
    text-align: center;
    margin-top: 2px;
    line-height: 1.3;
    font-weight: 700;
  }

  .marketplace-pdp__tier-card--active .marketplace-pdp__tier-meta {
    color: var(--tier-active-text);
  }

  .marketplace-pdp__benefits {
    list-style: none;
    padding: 0;
    margin: 0 0 24px;
  }

  .marketplace-pdp__benefit {
    font-size: 14px;
    padding-left: 24px;
    position: relative;
    margin: 0 0 10px;
    line-height: 1.45;
    color: var(--text);
    font-weight: 700;
  }

  .marketplace-pdp__benefit::before {
    content: '→';
    position: absolute;
    left: 0;
    color: var(--brand-orange, #ff8f0b);
    font-weight: 900;
  }

  .marketplace-pdp__renewal-info {
    background: #161616;
    border: 1px solid #242424;
    border-radius: 10px;
    padding: 16px 18px;
    margin: 0 0 16px;
  }

  .marketplace-pdp__renewal-heading {
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #ffffff;
    margin: 0 0 12px;
    line-height: 1.25;
  }

  .marketplace-pdp__renewal-heading-accent {
    color: #ff8f0b;
  }

  .marketplace-pdp__renewal-line {
    font-size: 12.5px;
    color: #bdbdbd;
    font-weight: 600;
    line-height: 1.55;
    margin: 0 0 8px;
  }

  .marketplace-pdp__renewal-line:last-child {
    margin-bottom: 0;
  }

  .marketplace-pdp__renewal-line span[data-marketplace-renewal-price] {
    color: #ffffff;
    font-weight: 900;
  }


  .marketplace-pdp__form {
    margin: 0 0 12px;
  }

  .marketplace-pdp__atc {
    width: 100%;
    padding: 18px 24px;
    background: var(--accent-color);
    color: #ffffff;
    border: none;
    border-radius: 8px;
    font-size: 20px;
    font-weight: 900;
    cursor: pointer;
    font-family: inherit;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    transform-origin: center;
    transition: filter 0.2s ease;
  }

  .marketplace-pdp__atc:hover:not(:disabled) {
    filter: brightness(0.95);
  }

  .marketplace-pdp__atc:disabled {
    opacity: 0.5;
    cursor: not-allowed;
  }

  .marketplace-pdp__atc--wobbling {
    animation: marketplace-cta-wobble 0.45s ease 1 forwards;
  }

  @keyframes marketplace-cta-wobble {
    0% { transform: scale(1) rotate(0); }
    30% { transform: scale(1.09) rotate(-3deg); }
    60% { transform: scale(1.09) rotate(3deg); }
    100% { transform: scale(1) rotate(0); }
  }

  @media (prefers-reduced-motion: reduce) {
    .marketplace-pdp__atc--wobbling {
      animation: none;
    }
  }

  .marketplace-pdp__trust {
    font-size: 12px;
    color: var(--text-subtle);
    text-align: center;
    margin: 0;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
  }

  .marketplace-pdp__mini-reviews {
    margin-top: 28px;
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }

  /* Reviews now live full-width below the recommendations on every viewport.
     The under-hero (desktop) copy is retired; the former mobile block is the
     single reviews block everywhere, so it shows on desktop too. */
  .marketplace-pdp__mini-reviews--desktop { display: none; }

  /* You might also like — recommendations grid */
  .marketplace-pdp__recs {
    margin: 44px auto 8px;
    max-width: 1200px;
    padding: 0 16px;
    width: 100%;
  }
  /* Desktop: recs live in the gallery column under the hero (where reviews
     used to sit). Mobile: recs render full-width after the product info so
     they never push the price/ATC down. Each viewport shows one instance. */
  .marketplace-pdp__recs--ingallery {
    margin: 28px 0 0;
    max-width: none;
    padding: 0;
  }
  @media (max-width: 768px) {
    .marketplace-pdp__recs--ingallery { display: none; }
  }
  @media (min-width: 769px) {
    .marketplace-pdp__recs--below { display: none; }
  }
  .marketplace-pdp__recs-eyebrow {
    font-weight: 800;
    font-size: 11px;
    letter-spacing: 2px;
    color: var(--brand-orange, #ff8f0b);
    text-transform: uppercase;
    text-align: center;
  }
  .marketplace-pdp__recs-title {
    font-size: 24px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: -0.5px;
    color: var(--text);
    margin: 6px 0 18px;
    text-align: center;
    line-height: 1.1;
  }
  .marketplace-pdp__recs-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    align-items: stretch;
  }
  .marketplace-pdp__recs-grid:empty { display: none; }
  .marketplace-pdp__rec-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #0e0e0e;
    border: 1px solid #242424;
    border-radius: 16px;
    overflow: hidden;
    transition: border-color 0.15s ease, transform 0.15s ease;
  }
  .marketplace-pdp__rec-card { position: relative; }
  .marketplace-pdp__rec-card:hover {
    border-color: #ff8f0b;
    transform: scale(1.04);
    z-index: 2;
  }
  .marketplace-pdp__rec-media {
    display: block;
    text-decoration: none;
  }
  .marketplace-pdp__rec-imgwrap {
    aspect-ratio: 1 / 1;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 10px;
    border-radius: 16px 16px 0 0;
  }
  .marketplace-pdp__rec-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }
  .marketplace-pdp__rec-body {
    padding: 14px 14px 16px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex: 1;
  }
  .marketplace-pdp__rec-vendor {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--text-subtle);
  }
  .marketplace-pdp__rec-name {
    font-size: 15px;
    font-weight: 800;
    line-height: 1.2;
    color: var(--text);
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: -0.2px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    /* Always reserve two lines so the price block starts at the same height
       on every card, even if a title is only one line. */
    min-height: 2.4em;
  }
  .marketplace-pdp__rec-name:hover { color: #ff8f0b; }
  .marketplace-pdp__rec-price {
    margin-top: 10px;
    margin-bottom: 12px;
    display: flex;
    flex-direction: column;
    gap: 2px;
    align-items: flex-start;
  }
  /* Non-member: single plain price, no member styling */
  .marketplace-pdp__rec-now--plain {
    font-size: 22px;
    font-weight: 900;
    color: var(--text);
  }
  /* Member pricing block */
  .marketplace-pdp__rec-was {
    font-size: 16px;
    font-weight: 800;
    color: #ff3b30;
    text-decoration: line-through;
    line-height: 1.1;
  }
  .marketplace-pdp__rec-priceline {
    display: flex;
    align-items: baseline;
    gap: 7px;
    width: 100%;
    white-space: nowrap;
    font-size: 26px; /* JS shrinks this to keep the line from wrapping */
    line-height: 1.05;
  }
  .marketplace-pdp__rec-now {
    font-size: 1em;
    font-weight: 900;
    color: #ff8f0b;
    display: inline-block;
    transform-origin: left center;
    animation: marketplace-rec-glow 1.8s ease-in-out infinite;
  }
  .marketplace-pdp__rec-now-label {
    font-size: 0.42em;
    font-weight: 800;
    letter-spacing: 0.02em;
    color: #ff8f0b;
    text-transform: uppercase;
  }
  .marketplace-pdp__rec-save {
    margin-top: 4px;
    font-size: 16px;
    font-weight: 900;
    color: #18ef1a;
    letter-spacing: 0.01em;
    text-transform: uppercase;
  }
  .marketplace-pdp__rec-save--short {
    display: none;
    white-space: nowrap;
  }
  @keyframes marketplace-rec-glow {
    0%, 100% {
      text-shadow: 0 0 5px rgba(255, 143, 11, 0.35);
      transform: scale(1);
    }
    50% {
      text-shadow: 0 0 16px rgba(255, 143, 11, 0.95), 0 0 26px rgba(255, 143, 11, 0.55);
      transform: scale(1.03);
    }
  }
  .marketplace-pdp__rec-atc {
    margin-top: auto;
    width: 100%;
    background: var(--accent-color, #ff0000);
    color: #ffffff;
    border: none;
    padding: 13px 16px;
    border-radius: 12px;
    font-family: 'Poppins', system-ui, sans-serif;
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    white-space: nowrap;
    cursor: pointer;
    transition: filter 0.15s ease;
  }
  .marketplace-pdp__rec-atc:hover:not(:disabled) { filter: brightness(0.92); }
  .marketplace-pdp__rec-atc:active:not(:disabled) { transform: scale(0.98); }
  .marketplace-pdp__rec-atc:disabled {
    background: #2a2a2a;
    color: #777777;
    cursor: not-allowed;
  }
  .marketplace-pdp__rec-atc--added { background: #18ef1a !important; }
  @media (prefers-reduced-motion: reduce) {
    .marketplace-pdp__rec-now {
      animation: none;
      text-shadow: 0 0 8px rgba(255, 143, 11, 0.5);
      transform: none;
    }
  }
  /* Static 3-up grid on every viewport, no horizontal scroll. Compact the
     cards on phones so all three still fit a single tidy row. */
  @media (max-width: 768px) {
    .marketplace-pdp__recs { margin-top: 32px; }
    .marketplace-pdp__recs-grid { gap: 8px; }
    .marketplace-pdp__rec-imgwrap { padding: 5px; }
    .marketplace-pdp__rec-body { padding: 9px 9px 11px; gap: 3px; }
    .marketplace-pdp__rec-vendor { font-size: 9px; letter-spacing: 0.5px; }
    .marketplace-pdp__rec-name { font-size: 12px; }
    .marketplace-pdp__rec-now--plain { font-size: 17px; }
    .marketplace-pdp__rec-was { font-size: 13px; }
    .marketplace-pdp__rec-priceline { font-size: 21px; }
    /* Mobile: the glowing orange figure is obviously the price, so drop the
       label; show the short 'SAVE $X' (one line, JS-fit) instead of the full
       members-save string so every card is the same compact height. */
    .marketplace-pdp__rec-now-label { display: none; }
    .marketplace-pdp__rec-price { margin-top: 6px; margin-bottom: 8px; }
    .marketplace-pdp__rec-save { font-size: 14px; margin-top: 2px; }
    .marketplace-pdp__rec-save--full { display: none; }
    .marketplace-pdp__rec-save--short { display: block; }
    .marketplace-pdp__rec-atc { padding: 9px; font-size: 13px; border-radius: 9px; }
  }

  .marketplace-pdp__sticky-atc {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    background: rgba(0, 0, 0, 0.94);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-top: 1px solid #242424;
    padding: 12px 16px calc(12px + env(safe-area-inset-bottom, 0px));
    display: flex;
    align-items: center;
    gap: 12px;
    transform: translateY(110%);
    transition: transform 0.3s ease;
    font-family: 'Poppins', system-ui, sans-serif;
    pointer-events: none;
  }

  .marketplace-pdp__sticky-atc--visible {
    transform: translateY(0);
    pointer-events: auto;
  }

  .marketplace-pdp__sticky-info {
    flex: 1;
    min-width: 0;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    gap: 2px;
  }

  .marketplace-pdp__sticky-title {
    font-size: 13px;
    font-weight: 900;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.2;
  }

  .marketplace-pdp__sticky-price {
    font-size: 13px;
    font-weight: 700;
    color: #bdbdbd;
    line-height: 1.2;
  }
  .marketplace-pdp__sticky-rrp { color: #888780; text-decoration: line-through; font-size: 12px; font-weight: 700; margin-right: 6px; }
  .marketplace-pdp__sticky-member { color: #18ef1a; font-weight: 900; font-size: 15px; }

  .marketplace-pdp__sticky-btn {
    background: #ff0000;
    color: #ffffff;
    border: none;
    padding: 14px 20px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 900;
    font-family: inherit;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    flex: none;
    transition: filter 0.15s ease;
  }

  .marketplace-pdp__sticky-btn:hover {
    filter: brightness(0.92);
  }

  .marketplace-pdp__sticky-btn:active {
    transform: scale(0.97);
  }

  @media (min-width: 769px) {
    .marketplace-pdp__sticky-atc {
      display: none;
    }
  }

  .marketplace-pdp__mini-rev-eyebrow {
    font-weight: 800;
    font-size: 11px;
    letter-spacing: 2px;
    color: var(--brand-orange, #ff8f0b);
    text-transform: uppercase;
    text-align: center;
  }

  .marketplace-pdp__mini-rev-title {
    font-size: 24px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: -0.5px;
    color: var(--text);
    margin: 6px 0 0;
    text-align: center;
    line-height: 1.1;
  }

  .marketplace-pdp__mini-rev-viewport {
    margin-top: 16px;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
    mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
  }

  .marketplace-pdp__mini-rev-viewport {
    cursor: grab;
    touch-action: pan-y;
    user-select: none;
  }

  .marketplace-pdp__mini-rev-viewport.marketplace-pdp__mini-rev-viewport--grabbing {
    cursor: grabbing;
  }

  .marketplace-pdp__mini-rev-track {
    display: flex;
    gap: 12px;
    width: max-content;
    will-change: transform;
  }

  .marketplace-pdp__mini-rev-card {
    width: 230px;
    flex: none;
    background: #0e0e0e;
    border: 1px solid #242424;
    border-radius: 12px;
    padding: 16px 16px 14px;
    text-align: left;
    user-select: none;
  }

  .marketplace-pdp__mini-rev-head {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .marketplace-pdp__mini-rev-avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    flex: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 14px;
    color: #ffffff;
  }

  .marketplace-pdp__mini-rev-name {
    font-weight: 800;
    font-size: 13px;
    color: #ffffff;
  }

  .marketplace-pdp__mini-rev-stars {
    color: var(--brand-orange, #ff8f0b);
    font-size: 13px;
    letter-spacing: 2px;
    margin-top: 8px;
  }

  .marketplace-pdp__mini-rev-text {
    font-weight: 400;
    font-size: 12.5px;
    color: #d6d6d6;
    line-height: 1.5;
    margin-top: 6px;
  }

  /* Force the page body / main wrapper to black on Marketplace PDP pages,
     so the constrained winners section (1200px) doesn't show the default
     theme bg on the sides. */
  body,
  main,
  #MainContent,
  main#MainContent {
    background: #000000;
  }

  body > .shopify-section-header,
  body > header,
  .shopify-section-header,
  [id^="shopify-section-"][id*="header" i],
  .header-wrapper,
  .section-header {
    border-bottom: 0 !important;
    box-shadow: none !important;
  }

  body > .shopify-section-header::after,
  body > header::after,
  .shopify-section-header::after,
  [id^="shopify-section-"][id*="header" i]::after,
  .header-wrapper::after,
  .section-header::after {
    display: none !important;
    content: none !important;
  }

  /* Constrain the i4wd-winners-home section to match the rest of the
     product page (the section itself uses width: 100vw breakout). */
  #i4wd-winners-home {
    width: auto !important;
    max-width: 1200px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    border-radius: 12px;
  }

  .marketplace-pdp__partner-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: none;
    border: 0;
    border-radius: 0;
    padding: 0;
    margin: 0 0 20px;
    font-family: 'Poppins', system-ui, sans-serif;
    flex-wrap: wrap;
  }

  .marketplace-pdp__partner-logo {
    display: block;
    height: 40px;
    width: auto;
    max-width: 180px;
    object-fit: contain;
    margin: 0 4px 0 0;
  }

  .marketplace-pdp__partner-name,
  .marketplace-pdp__partner-authorised {
    color: #ff8f0b;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    line-height: 1;
    font-family: 'Poppins', system-ui, sans-serif;
  }

  .marketplace-pdp__partner-dot {
    color: #ff8f0b;
    font-size: 18px;
    font-weight: 900;
    line-height: 1;
    margin: 0 -2px;
  }

  @media (max-width: 768px) {
    .marketplace-pdp__partner-badge {
      gap: 8px;
      margin: 0 0 16px;
    }
    .marketplace-pdp__partner-logo {
      height: 30px;
      max-width: 130px;
    }
    .marketplace-pdp__partner-name,
    .marketplace-pdp__partner-authorised {
      font-size: 12px;
      letter-spacing: 0.05em;
    }
    .marketplace-pdp__partner-dot {
      font-size: 16px;
    }
  }

  .marketplace-pdp__sku {
    font-size: 11px;
    color: #9a9a9a;
    font-weight: 700;
    margin: 0 0 12px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }

  .marketplace-pdp__price-was {
    font-size: 16px;
    color: #9a9a9a;
    text-decoration: line-through;
    font-weight: 700;
    margin-right: 8px;
  }

  .marketplace-pdp__member-strip {
    background: #161616;
    border: 1px solid #ff8f0b;
    border-radius: 8px;
    padding: 12px 14px;
    margin: 12px 0 20px;
    font-size: 13px;
    color: #ffffff;
    font-weight: 700;
    line-height: 1.4;
  }

  .marketplace-pdp__member-strip-icon {
    color: #ff8f0b;
    font-weight: 900;
    margin-right: 6px;
  }

  .marketplace-pdp__member-strip-link {
    color: #ff8f0b;
    font-weight: 900;
    text-decoration: none;
    white-space: nowrap;
  }

  .marketplace-pdp__member-strip-link:hover {
    text-decoration: underline;
  }

  .marketplace-pdp__member-strip strong {
    color: #ff8f0b;
    font-weight: 900;
  }

  .marketplace-pdp__option {
    margin: 0 0 16px;
  }

  .marketplace-pdp__option-label {
    display: block;
    font-size: 11px;
    color: #bdbdbd;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin: 0 0 8px;
    line-height: 1.3;
  }

  .marketplace-pdp__option-name {
    color: #bdbdbd;
  }

  .marketplace-pdp__option-select-wrap {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  .marketplace-pdp__option-select {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
    box-sizing: border-box !important;
    display: block !important;
    background: #1a1a1a;
    border: 1px solid #444441;
    border-radius: 8px;
    padding: 14px 40px 14px 16px;
    font-size: 15px;
    font-weight: 700;
    font-family: 'Poppins', system-ui, sans-serif;
    color: #ffffff;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: border-color 0.15s ease;
    margin: 0;
  }

  .marketplace-pdp__option-select:hover,
  .marketplace-pdp__option-select:focus {
    border-color: #ff8f0b;
    outline: none;
  }

  .marketplace-pdp__option-select option {
    background: #1a1a1a;
    color: #ffffff;
  }

  .marketplace-pdp__option-select-arrow {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #ff8f0b;
    font-size: 14px;
    font-weight: 900;
    pointer-events: none;
  }

  .marketplace-pdp__form-row {
    display: flex;
    align-items: stretch;
    gap: 10px;
    margin: 0 0 12px;
  }

  .marketplace-pdp__qty {
    display: inline-flex;
    align-items: stretch;
    background: #1a1a1a;
    border: 1px solid #444441;
    border-radius: 8px;
    overflow: hidden;
    flex: 0 0 116px;
    width: 116px;
    box-sizing: border-box;
    height: 52px;
  }

  .marketplace-pdp__qty-btn {
    background: transparent;
    border: none;
    color: #bdbdbd;
    width: 38px;
    min-width: 38px;
    flex: 0 0 38px;
    font-size: 18px;
    font-weight: 900;
    cursor: pointer;
    font-family: inherit;
    padding: 0;
    transition: color 0.15s ease;
  }

  .marketplace-pdp__qty-btn:hover {
    color: #ff8f0b;
  }

  .marketplace-pdp__qty-input {
    background: transparent;
    border: none;
    color: #ffffff;
    width: 40px;
    min-width: 0;
    flex: 1 1 40px;
    text-align: center;
    font-size: 16px;
    font-weight: 900;
    font-family: 'Poppins', system-ui, sans-serif;
    padding: 0;
    box-sizing: border-box;
    -moz-appearance: textfield;
  }

  .marketplace-pdp__qty-input::-webkit-outer-spin-button,
  .marketplace-pdp__qty-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }

  .marketplace-pdp__qty-input:focus {
    outline: none;
  }

  .marketplace-pdp__form-row .marketplace-pdp__atc {
    flex: 1 1 auto;
    min-width: 0;
    width: auto;
    margin: 0;
    padding: 14px 20px;
    height: 52px;
    font-size: 15px;
    white-space: nowrap;
  }

  @media (max-width: 480px) {
    .marketplace-pdp__form-row .marketplace-pdp__atc {
      font-size: 14px;
      padding: 14px 12px;
      letter-spacing: 0.02em;
    }
  }

  .marketplace-pdp__description {
    margin: 24px 0 0;
    border-top: 1px solid #242424;
    padding-top: 18px;
  }

  .marketplace-pdp__description-summary {
    font-size: 12px;
    font-weight: 900;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    cursor: pointer;
    list-style: none;
    padding: 4px 0;
    user-select: none;
  }

  .marketplace-pdp__description-summary::-webkit-details-marker {
    display: none;
  }

  .marketplace-pdp__description-summary::after {
    content: ' +';
    color: #ff8f0b;
    font-weight: 900;
    margin-left: 6px;
  }

  .marketplace-pdp__description[open] .marketplace-pdp__description-summary::after {
    content: ' −';
  }

  .marketplace-pdp__description-body {
    font-size: 14px;
    color: #bdbdbd;
    font-weight: 500;
    line-height: 1.6;
    margin-top: 12px;
    font-family: 'Poppins', system-ui, sans-serif;
  }
  /* Make embedded media (YouTube iframes, videos, images) responsive so they
     don't overflow as a giant box on mobile. */
  .marketplace-pdp__description-body iframe,
  .marketplace-pdp__description-body video {
    display: block;
    width: 100% !important;
    max-width: 100%;
    height: auto !important;
    aspect-ratio: 16 / 9;
    border: 0;
    border-radius: 12px;
    margin: 14px 0;
  }
  .marketplace-pdp__description-body img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
  }

  .marketplace-pdp__description-body,
  .marketplace-pdp__description-body p,
  .marketplace-pdp__description-body span,
  .marketplace-pdp__description-body div,
  .marketplace-pdp__description-body li {
    color: #bdbdbd !important;
    font-family: 'Poppins', system-ui, sans-serif !important;
    font-weight: 500 !important;
  }

  .marketplace-pdp__description-body h1,
  .marketplace-pdp__description-body h2,
  .marketplace-pdp__description-body h3,
  .marketplace-pdp__description-body h4,
  .marketplace-pdp__description-body h5,
  .marketplace-pdp__description-body h6,
  .marketplace-pdp__description-body strong,
  .marketplace-pdp__description-body b {
    color: #ffffff !important;
    font-family: 'Poppins', system-ui, sans-serif !important;
    font-weight: 900 !important;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    margin: 14px 0 8px;
  }

  .marketplace-pdp__description-body h1 { font-size: 18px; }
  .marketplace-pdp__description-body h2 { font-size: 16px; }
  .marketplace-pdp__description-body h3,
  .marketplace-pdp__description-body h4,
  .marketplace-pdp__description-body h5,
  .marketplace-pdp__description-body h6 { font-size: 14px; }

  .marketplace-pdp__description-body p {
    margin: 0 0 10px;
  }

  .marketplace-pdp__description-body a {
    color: #ff8f0b !important;
    text-decoration: underline;
  }

  .marketplace-pdp__hero-empty {
    width: 100%;
    aspect-ratio: 1 / 1;
    background: #161616;
    border-radius: 12px;
  }

  .marketplace-pdp__thumb--active {
    border-color: #ff8f0b;
  }
/* END_SECTION:marketplace-pdp */

/* START_SECTION:patched-membership-pdp (INDEX:83) */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700;900&display=swap');

  .patched-pdp {
    --bg: #ffffff;
    --text: #2c2c2a;
    --text-muted: #5f5e5a;
    --text-subtle: #888780;
    --surface: #f8f7f4;
    --border: #b4b2a9;
    --card-bg: #ffffff;
    --tier-active-bg: #ff8f0b;
    --tier-active-text: #0e0e0e;
    --brand-orange: #ff8f0b;

    background: var(--bg);
    color: var(--text);
    padding: 32px 0 48px;
    font-family: 'Poppins', system-ui, sans-serif;
    font-weight: 900;
  }

  .patched-pdp--dark {
    --bg: #000000;
    --text: #ffffff;
    --text-muted: #bdbdbd;
    --text-subtle: #9a9a9a;
    --surface: #242424;
    --border: #242424;
    --card-bg: #242424;
    --tier-active-bg: #ff8f0b;
    --tier-active-text: #0e0e0e;
  }

  .patched-pdp__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
  }

  .patched-pdp__breadcrumb {
    color: var(--text-muted);
    font-size: 12px;
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-weight: 900;
  }
  .patched-pdp__breadcrumb a {
    color: inherit;
    text-decoration: none;
  }
  .patched-pdp__breadcrumb a:hover {
    text-decoration: underline;
  }
  .patched-pdp__breadcrumb span {
    margin: 0 6px;
  }

  .patched-pdp__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 48px;
    align-items: start;
  }

  .patched-pdp__grid > * {
    min-width: 0;
  }

  @media (max-width: 768px) {
    .patched-pdp__grid {
      grid-template-columns: minmax(0, 1fr);
      gap: 24px;
    }
    .patched-pdp__container {
      padding: 0 16px;
    }
  }

  .patched-pdp__hero {
    border-radius: 12px;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: #000000;
  }

  .patched-pdp__hero-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transform: scale(1.03);
    transform-origin: center;
  }

  .patched-pdp__thumbs {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    margin-top: 12px;
  }

  .patched-pdp__thumb {
    background: var(--surface);
    border-radius: 8px;
    aspect-ratio: 1 / 1;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .patched-pdp__thumb-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .patched-pdp__rating {
    font-size: 13px;
    color: var(--text-muted);
    margin: 0 0 12px;
    font-weight: 700;
  }

  .patched-pdp__title {
    font-size: 32px;
    font-weight: 900;
    line-height: 1.1;
    margin: 0 0 16px;
    color: var(--text);
    text-transform: uppercase;
    letter-spacing: -0.01em;
  }

  @media (max-width: 768px) {
    .patched-pdp__title {
      font-size: 24px;
    }
  }

  .patched-pdp__entries-badge {
    display: block;
    width: 100%;
    text-align: center;
    color: #ff8f0b;
    font-weight: 900;
    font-size: 36px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin: 0 0 16px;
    line-height: 1.1;
    text-shadow:
      0 0 8px rgba(255, 143, 11, 0.5),
      0 0 16px rgba(255, 143, 11, 0.25);
    animation: patched-entries-glow 2.4s ease-in-out infinite;
  }

  @media (max-width: 768px) {
    .patched-pdp__entries-badge {
      font-size: 24px;
    }
  }

  @keyframes patched-entries-glow {
    0%,
    100% {
      text-shadow:
        0 0 8px rgba(255, 143, 11, 0.45),
        0 0 16px rgba(255, 143, 11, 0.22);
    }
    50% {
      text-shadow:
        0 0 18px rgba(255, 143, 11, 0.85),
        0 0 32px rgba(255, 143, 11, 0.45);
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .patched-pdp__entries-badge {
      animation: none;
    }
  }

  .patched-pdp__price-block {
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin: 0 0 4px;
  }

  .patched-pdp__price {
    font-size: 38px;
    font-weight: 900;
    color: var(--text);
    line-height: 1;
  }

  .patched-pdp__cadence {
    font-size: 14px;
    color: var(--text-muted);
    font-weight: 700;
  }

  .patched-pdp__weekly {
    font-size: 15px;
    color: #9a9a9a;
    font-weight: 700;
    margin: 2px 0 8px;
    line-height: 1.2;
  }

  .patched-pdp__weekly [data-patched-weekly-value] {
    color: #ffffff;
    font-weight: 900;
  }

  .patched-pdp__cadence-note {
    font-size: 12px;
    color: var(--text-muted);
    margin: 0 0 24px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.03em;
  }

  .patched-pdp__group-label,
  .patched-pdp__group-label--benefits {
    font-size: 12px;
    font-weight: 900;
    color: var(--text-muted);
    margin: 16px 0 8px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    line-height: 1.4;
  }

  .patched-pdp__group-label > span,
  .patched-pdp__group-label--benefits > span {
    font: inherit;
    color: inherit;
    text-transform: inherit;
    letter-spacing: inherit;
  }

  .patched-pdp__tiers {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    margin: 0 0 8px;
  }

  @media (max-width: 480px) {
    .patched-pdp__tiers {
      grid-template-columns: repeat(2, 1fr);
    }
  }

  .patched-pdp__tier-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 12px 8px;
    background: var(--card-bg);
    border: 1px solid var(--border);
    border-radius: 8px;
    text-decoration: none;
    color: var(--text);
    transition:
      transform 0.22s ease,
      box-shadow 0.22s ease,
      border-color 0.22s ease;
    position: relative;
  }

  .patched-pdp__tier-card:hover,
  .patched-pdp__tier-card:focus-visible {
    transform: scale(1.045);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.6);
    border-color: var(--tier-active-bg);
    z-index: 3;
    outline: none;
  }

  .patched-pdp__tier-card--active {
    background: var(--tier-active-bg);
    border-color: var(--tier-active-bg);
    border-width: 2px;
    color: var(--tier-active-text);
    padding: 11px 7px;
    box-shadow: 0 0 28px rgba(255, 143, 11, 0.5);
  }

  .patched-pdp__tier-card--popular {
    padding-top: 18px;
    border-color: #ff8f0b;
    border-width: 2px;
    padding: 17px 7px 11px;
  }

  .patched-pdp__tier-card--popular.patched-pdp__tier-card--active {
    padding: 17px 7px 11px;
  }

  .patched-pdp__tier-badge {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    background: #0e0e0e;
    color: #ff8f0b;
    font-size: 9px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    padding: 4px 8px;
    border: 1px solid #ff8f0b;
    border-radius: 4px;
    white-space: nowrap;
    z-index: 2;
    line-height: 1;
  }

  .patched-pdp__tier-card--active:hover,
  .patched-pdp__tier-card--active:focus-visible {
    box-shadow: 0 0 44px rgba(255, 143, 11, 0.75);
    border-color: var(--tier-active-bg);
    transform: scale(1.045);
  }

  .patched-pdp__tier-img {
    width: 48px;
    height: 48px;
    object-fit: contain;
    margin-bottom: 6px;
  }

  .patched-pdp__tier-name {
    font-size: 13px;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.02em;
  }

  .patched-pdp__tier-meta {
    font-size: 10px;
    color: var(--text-subtle);
    text-align: center;
    margin-top: 2px;
    line-height: 1.3;
    font-weight: 700;
  }

  .patched-pdp__tier-card--active .patched-pdp__tier-meta {
    color: var(--tier-active-text);
  }

  .patched-pdp__benefits {
    list-style: none;
    padding: 0;
    margin: 0 0 24px;
  }

  .patched-pdp__benefit {
    font-size: 14px;
    padding-left: 24px;
    position: relative;
    margin: 0 0 10px;
    line-height: 1.45;
    color: var(--text);
    font-weight: 700;
  }

  .patched-pdp__benefit::before {
    content: '→';
    position: absolute;
    left: 0;
    color: var(--brand-orange, #ff8f0b);
    font-weight: 900;
  }

  .patched-pdp__renewal-info {
    background: #161616;
    border: 1px solid #242424;
    border-radius: 10px;
    padding: 16px 18px;
    margin: 0 0 16px;
  }

  .patched-pdp__renewal-heading {
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #ffffff;
    margin: 0 0 12px;
    line-height: 1.25;
  }

  .patched-pdp__renewal-heading-accent {
    color: #ff8f0b;
  }

  .patched-pdp__renewal-line {
    font-size: 12.5px;
    color: #bdbdbd;
    font-weight: 600;
    line-height: 1.55;
    margin: 0 0 8px;
  }

  .patched-pdp__renewal-line:last-child {
    margin-bottom: 0;
  }

  .patched-pdp__renewal-line span[data-patched-renewal-price] {
    color: #ffffff;
    font-weight: 900;
  }


  .patched-pdp__form {
    margin: 0 0 12px;
  }

  .patched-pdp__atc {
    width: 100%;
    padding: 18px 24px;
    background: var(--accent-color);
    color: #ffffff;
    border: none;
    border-radius: 8px;
    font-size: 20px;
    font-weight: 900;
    cursor: pointer;
    font-family: inherit;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    transform-origin: center;
    transition: filter 0.2s ease;
  }

  .patched-pdp__atc:hover:not(:disabled) {
    filter: brightness(0.95);
  }

  .patched-pdp__atc:disabled {
    opacity: 0.5;
    cursor: not-allowed;
  }

  .patched-pdp__atc--wobbling {
    animation: patched-cta-wobble 0.45s ease 1 forwards;
  }

  @keyframes patched-cta-wobble {
    0% { transform: scale(1) rotate(0); }
    30% { transform: scale(1.09) rotate(-3deg); }
    60% { transform: scale(1.09) rotate(3deg); }
    100% { transform: scale(1) rotate(0); }
  }

  @media (prefers-reduced-motion: reduce) {
    .patched-pdp__atc--wobbling {
      animation: none;
    }
  }

  .patched-pdp__trust {
    font-size: 12px;
    color: var(--text-subtle);
    text-align: center;
    margin: 0;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
  }

  .patched-pdp__mini-reviews {
    margin-top: 28px;
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }

  @media (max-width: 768px) {
    .patched-pdp__mini-reviews--desktop { display: none; }
  }

  @media (min-width: 769px) {
    .patched-pdp__mini-reviews--mobile { display: none; }
  }

  .patched-pdp__sticky-atc {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    background: rgba(0, 0, 0, 0.94);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-top: 1px solid #242424;
    padding: 12px 16px calc(12px + env(safe-area-inset-bottom, 0px));
    display: flex;
    align-items: center;
    gap: 12px;
    transform: translateY(110%);
    transition: transform 0.3s ease;
    font-family: 'Poppins', system-ui, sans-serif;
    pointer-events: none;
  }

  .patched-pdp__sticky-atc--visible {
    transform: translateY(0);
    pointer-events: auto;
  }

  .patched-pdp__sticky-info {
    flex: 1;
    min-width: 0;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    gap: 2px;
  }

  .patched-pdp__sticky-title {
    font-size: 13px;
    font-weight: 900;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.2;
  }

  .patched-pdp__sticky-price {
    font-size: 13px;
    font-weight: 700;
    color: #bdbdbd;
    line-height: 1.2;
  }

  .patched-pdp__sticky-btn {
    background: #ff0000;
    color: #ffffff;
    border: none;
    padding: 14px 20px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 900;
    font-family: inherit;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    flex: none;
    transition: filter 0.15s ease;
  }

  .patched-pdp__sticky-btn:hover {
    filter: brightness(0.92);
  }

  .patched-pdp__sticky-btn:active {
    transform: scale(0.97);
  }

  @media (min-width: 769px) {
    .patched-pdp__sticky-atc {
      display: none;
    }
  }

  .patched-pdp__mini-rev-eyebrow {
    font-weight: 800;
    font-size: 11px;
    letter-spacing: 2px;
    color: var(--brand-orange, #ff8f0b);
    text-transform: uppercase;
    text-align: center;
  }

  .patched-pdp__mini-rev-title {
    font-size: 24px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: -0.5px;
    color: var(--text);
    margin: 6px 0 0;
    text-align: center;
    line-height: 1.1;
  }

  .patched-pdp__mini-rev-viewport {
    margin-top: 16px;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
    mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
  }

  .patched-pdp__mini-rev-viewport {
    cursor: grab;
    touch-action: pan-y;
    user-select: none;
  }

  .patched-pdp__mini-rev-viewport.patched-pdp__mini-rev-viewport--grabbing {
    cursor: grabbing;
  }

  .patched-pdp__mini-rev-track {
    display: flex;
    gap: 12px;
    width: max-content;
    will-change: transform;
  }

  .patched-pdp__mini-rev-card {
    width: 230px;
    flex: none;
    background: #0e0e0e;
    border: 1px solid #242424;
    border-radius: 12px;
    padding: 16px 16px 14px;
    text-align: left;
    user-select: none;
  }

  .patched-pdp__mini-rev-head {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .patched-pdp__mini-rev-avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    flex: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 14px;
    color: #ffffff;
  }

  .patched-pdp__mini-rev-name {
    font-weight: 800;
    font-size: 13px;
    color: #ffffff;
  }

  .patched-pdp__mini-rev-stars {
    color: var(--brand-orange, #ff8f0b);
    font-size: 13px;
    letter-spacing: 2px;
    margin-top: 8px;
  }

  .patched-pdp__mini-rev-text {
    font-weight: 400;
    font-size: 12.5px;
    color: #d6d6d6;
    line-height: 1.5;
    margin-top: 6px;
  }

  /* Force the page body / main wrapper to black on Patched PDP pages,
     so the constrained winners section (1200px) doesn't show the default
     theme bg on the sides. */
  body,
  main,
  #MainContent,
  main#MainContent {
    background: #000000;
  }

  /* Constrain the i4wd-winners-home section to match the rest of the
     product page (the section itself uses width: 100vw breakout). */
  #i4wd-winners-home {
    width: auto !important;
    max-width: 1200px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    border-radius: 12px;
  }
/* END_SECTION:patched-membership-pdp */

/* START_SECTION:unpatched-pdp (INDEX:90) */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700;900&display=swap');

  .unpatched-pdp {
    --bg: #ffffff;
    --text: #2c2c2a;
    --text-muted: #5f5e5a;
    --text-subtle: #888780;
    --surface: #f8f7f4;
    --border: #b4b2a9;
    --card-bg: #ffffff;
    --tier-active-bg: #ff8f0b;
    --tier-active-text: #0e0e0e;
    --brand-orange: #ff8f0b;

    background: var(--bg);
    color: var(--text);
    padding: 32px 0 48px;
    font-family: 'Poppins', system-ui, sans-serif;
    font-weight: 900;
  }

  .unpatched-pdp--dark {
    --bg: #000000;
    --text: #ffffff;
    --text-muted: #bdbdbd;
    --text-subtle: #9a9a9a;
    --surface: #242424;
    --border: #242424;
    --card-bg: #242424;
    --tier-active-bg: #ff8f0b;
    --tier-active-text: #0e0e0e;
  }

  .unpatched-pdp__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
  }

  .unpatched-pdp__breadcrumb {
    color: var(--text-muted);
    font-size: 12px;
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-weight: 900;
  }
  .unpatched-pdp__breadcrumb a {
    color: inherit;
    text-decoration: none;
  }
  .unpatched-pdp__breadcrumb a:hover {
    text-decoration: underline;
  }
  .unpatched-pdp__breadcrumb span {
    margin: 0 6px;
  }

  .unpatched-pdp__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 48px;
    align-items: start;
  }

  .unpatched-pdp__grid > * {
    min-width: 0;
  }

  @media (max-width: 768px) {
    .unpatched-pdp__grid {
      grid-template-columns: minmax(0, 1fr);
      gap: 24px;
    }
    .unpatched-pdp__container {
      padding: 0 16px;
    }
  }

  .unpatched-pdp__hero {
    border-radius: 12px;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: #000000;
  }

  .unpatched-pdp__hero-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transform: scale(1.03);
    transform-origin: center;
  }

  .unpatched-pdp__thumbs {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    margin-top: 12px;
  }

  .unpatched-pdp__thumb {
    background: var(--surface);
    border-radius: 8px;
    aspect-ratio: 1 / 1;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .unpatched-pdp__thumb-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .unpatched-pdp__rating {
    font-size: 13px;
    color: var(--text-muted);
    margin: 0 0 12px;
    font-weight: 700;
  }

  .unpatched-pdp__title {
    font-size: 32px;
    font-weight: 900;
    line-height: 1.1;
    margin: 0 0 16px;
    color: var(--text);
    text-transform: uppercase;
    letter-spacing: -0.01em;
  }

  @media (max-width: 768px) {
    .unpatched-pdp__title {
      font-size: 24px;
    }
  }

  .unpatched-pdp__entries-badge {
    display: block;
    width: 100%;
    text-align: center;
    color: #ff8f0b;
    font-weight: 900;
    font-size: 36px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin: 0 0 16px;
    line-height: 1.1;
    text-shadow:
      0 0 8px rgba(255, 143, 11, 0.5),
      0 0 16px rgba(255, 143, 11, 0.25);
    animation: unpatched-entries-glow 2.4s ease-in-out infinite;
  }

  @media (max-width: 768px) {
    .unpatched-pdp__entries-badge {
      font-size: 24px;
    }
  }

  @keyframes unpatched-entries-glow {
    0%,
    100% {
      text-shadow:
        0 0 8px rgba(255, 143, 11, 0.45),
        0 0 16px rgba(255, 143, 11, 0.22);
    }
    50% {
      text-shadow:
        0 0 18px rgba(255, 143, 11, 0.85),
        0 0 32px rgba(255, 143, 11, 0.45);
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .unpatched-pdp__entries-badge {
      animation: none;
    }
  }

  .unpatched-pdp__price-block {
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin: 0 0 4px;
  }

  .unpatched-pdp__price {
    font-size: 38px;
    font-weight: 900;
    color: var(--text);
    line-height: 1;
  }

  .unpatched-pdp__cadence {
    font-size: 14px;
    color: var(--text-muted);
    font-weight: 700;
  }

  .unpatched-pdp__cadence-note {
    font-size: 12px;
    color: var(--text-muted);
    margin: 0 0 24px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.03em;
  }

  .unpatched-pdp__group-label,
  .unpatched-pdp__group-label--benefits {
    font-size: 12px;
    font-weight: 900;
    color: var(--text-muted);
    margin: 16px 0 8px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    line-height: 1.4;
  }

  .unpatched-pdp__group-label > span,
  .unpatched-pdp__group-label--benefits > span {
    font: inherit;
    color: inherit;
    text-transform: inherit;
    letter-spacing: inherit;
  }

  .unpatched-pdp__tiers {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    margin: 0 0 8px;
  }

  @media (max-width: 480px) {
    .unpatched-pdp__tiers {
      grid-template-columns: repeat(2, 1fr);
    }
  }

  .unpatched-pdp__tier-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 12px 8px;
    background: var(--card-bg);
    border: 1px solid var(--border);
    border-radius: 8px;
    text-decoration: none;
    color: var(--text);
    transition:
      transform 0.22s ease,
      box-shadow 0.22s ease,
      border-color 0.22s ease;
    position: relative;
  }

  .unpatched-pdp__tier-card:hover,
  .unpatched-pdp__tier-card:focus-visible {
    transform: scale(1.045);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.6);
    border-color: var(--tier-active-bg);
    z-index: 3;
    outline: none;
  }

  .unpatched-pdp__tier-card--active {
    background: var(--tier-active-bg);
    border-color: var(--tier-active-bg);
    border-width: 2px;
    color: var(--tier-active-text);
    padding: 11px 7px;
    box-shadow: 0 0 28px rgba(255, 143, 11, 0.5);
  }

  .unpatched-pdp__tier-card--popular {
    padding-top: 18px;
    border-color: #ff8f0b;
    border-width: 2px;
    padding: 17px 7px 11px;
  }

  .unpatched-pdp__tier-card--popular.unpatched-pdp__tier-card--active {
    padding: 17px 7px 11px;
  }

  .unpatched-pdp__tier-badge {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    background: #0e0e0e;
    color: #ff8f0b;
    font-size: 9px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    padding: 4px 8px;
    border: 1px solid #ff8f0b;
    border-radius: 4px;
    white-space: nowrap;
    z-index: 2;
    line-height: 1;
  }

  .unpatched-pdp__tier-card--active:hover,
  .unpatched-pdp__tier-card--active:focus-visible {
    box-shadow: 0 0 44px rgba(255, 143, 11, 0.75);
    border-color: var(--tier-active-bg);
    transform: scale(1.045);
  }

  .unpatched-pdp__tier-img {
    width: 48px;
    height: 48px;
    object-fit: contain;
    margin-bottom: 6px;
  }

  .unpatched-pdp__tier-name {
    font-size: 13px;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.02em;
  }

  .unpatched-pdp__tier-meta {
    font-size: 10px;
    color: var(--text-subtle);
    text-align: center;
    margin-top: 2px;
    line-height: 1.3;
    font-weight: 700;
  }

  .unpatched-pdp__tier-card--active .unpatched-pdp__tier-meta {
    color: var(--tier-active-text);
  }

  .unpatched-pdp__benefits {
    list-style: none;
    padding: 0;
    margin: 0 0 24px;
  }

  .unpatched-pdp__benefit {
    font-size: 14px;
    padding-left: 24px;
    position: relative;
    margin: 0 0 10px;
    line-height: 1.45;
    color: var(--text);
    font-weight: 700;
  }

  .unpatched-pdp__benefit::before {
    content: '→';
    position: absolute;
    left: 0;
    color: var(--brand-orange, #ff8f0b);
    font-weight: 900;
  }

  .unpatched-pdp__renewal-info {
    background: #161616;
    border: 1px solid #242424;
    border-radius: 10px;
    padding: 16px 18px;
    margin: 0 0 16px;
  }

  .unpatched-pdp__renewal-heading {
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #ffffff;
    margin: 0 0 12px;
    line-height: 1.25;
  }

  .unpatched-pdp__renewal-heading-accent {
    color: #ff8f0b;
  }

  .unpatched-pdp__renewal-line {
    font-size: 12.5px;
    color: #bdbdbd;
    font-weight: 600;
    line-height: 1.55;
    margin: 0 0 8px;
  }

  .unpatched-pdp__renewal-line:last-child {
    margin-bottom: 0;
  }

  .unpatched-pdp__renewal-line span[data-unpatched-renewal-entries],
  .unpatched-pdp__renewal-line span[data-unpatched-renewal-duration] {
    color: #ffffff;
    font-weight: 900;
  }

  .unpatched-pdp__upsell {
    display: block;
    background: #161616;
    border: 1px solid #ff8f0b;
    border-radius: 10px;
    padding: 16px 18px;
    margin: 0 0 16px;
    text-decoration: none;
    color: inherit;
    transition:
      border-color 0.2s ease,
      transform 0.15s ease,
      box-shadow 0.2s ease;
  }

  .unpatched-pdp__upsell:hover {
    border-color: #ffaa3a;
    transform: translateY(-2px);
    box-shadow: 0 8px 28px rgba(255, 143, 11, 0.25);
  }

  .unpatched-pdp__upsell-eyebrow {
    font-weight: 900;
    font-size: 12px;
    letter-spacing: 0.08em;
    color: #ff8f0b;
    text-transform: uppercase;
    margin-bottom: 8px;
  }

  .unpatched-pdp__upsell-body {
    font-size: 13.5px;
    color: #ffffff;
    font-weight: 600;
    line-height: 1.5;
    margin: 0 0 12px;
  }

  .unpatched-pdp__upsell-body strong {
    color: #ff8f0b;
    font-weight: 900;
  }

  .unpatched-pdp__upsell-cta {
    display: inline-block;
    font-size: 13px;
    color: #ff8f0b;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.04em;
  }


  .unpatched-pdp__form {
    margin: 0 0 12px;
  }

  .unpatched-pdp__atc {
    width: 100%;
    padding: 18px 24px;
    background: var(--accent-color);
    color: #ffffff;
    border: none;
    border-radius: 8px;
    font-size: 20px;
    font-weight: 900;
    cursor: pointer;
    font-family: inherit;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    transform-origin: center;
    transition: filter 0.2s ease;
  }

  .unpatched-pdp__atc:hover:not(:disabled) {
    filter: brightness(0.95);
  }

  .unpatched-pdp__atc:disabled {
    opacity: 0.5;
    cursor: not-allowed;
  }

  .unpatched-pdp__atc--wobbling {
    animation: unpatched-cta-wobble 0.45s ease 1 forwards;
  }

  @keyframes unpatched-cta-wobble {
    0% { transform: scale(1) rotate(0); }
    30% { transform: scale(1.09) rotate(-3deg); }
    60% { transform: scale(1.09) rotate(3deg); }
    100% { transform: scale(1) rotate(0); }
  }

  @media (prefers-reduced-motion: reduce) {
    .unpatched-pdp__atc--wobbling {
      animation: none;
    }
  }

  .unpatched-pdp__trust {
    font-size: 12px;
    color: var(--text-subtle);
    text-align: center;
    margin: 0;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
  }

  .unpatched-pdp__mini-reviews {
    margin-top: 28px;
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }

  @media (max-width: 768px) {
    .unpatched-pdp__mini-reviews--desktop { display: none; }
  }

  @media (min-width: 769px) {
    .unpatched-pdp__mini-reviews--mobile { display: none; }
  }

  .unpatched-pdp__sticky-atc {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    background: rgba(0, 0, 0, 0.94);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-top: 1px solid #242424;
    padding: 12px 16px calc(12px + env(safe-area-inset-bottom, 0px));
    display: flex;
    align-items: center;
    gap: 12px;
    transform: translateY(110%);
    transition: transform 0.3s ease;
    font-family: 'Poppins', system-ui, sans-serif;
    pointer-events: none;
  }

  .unpatched-pdp__sticky-atc--visible {
    transform: translateY(0);
    pointer-events: auto;
  }

  .unpatched-pdp__sticky-info {
    flex: 1;
    min-width: 0;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    gap: 2px;
  }

  .unpatched-pdp__sticky-title {
    font-size: 13px;
    font-weight: 900;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.2;
  }

  .unpatched-pdp__sticky-price {
    font-size: 13px;
    font-weight: 700;
    color: #bdbdbd;
    line-height: 1.2;
  }

  .unpatched-pdp__sticky-btn {
    background: #ff0000;
    color: #ffffff;
    border: none;
    padding: 14px 20px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 900;
    font-family: inherit;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    flex: none;
    transition: filter 0.15s ease;
  }

  .unpatched-pdp__sticky-btn:hover {
    filter: brightness(0.92);
  }

  .unpatched-pdp__sticky-btn:active {
    transform: scale(0.97);
  }

  @media (min-width: 769px) {
    .unpatched-pdp__sticky-atc {
      display: none;
    }
  }

  .unpatched-pdp__mini-rev-eyebrow {
    font-weight: 800;
    font-size: 11px;
    letter-spacing: 2px;
    color: var(--brand-orange, #ff8f0b);
    text-transform: uppercase;
    text-align: center;
  }

  .unpatched-pdp__mini-rev-title {
    font-size: 24px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: -0.5px;
    color: var(--text);
    margin: 6px 0 0;
    text-align: center;
    line-height: 1.1;
  }

  .unpatched-pdp__mini-rev-viewport {
    margin-top: 16px;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
    mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
  }

  .unpatched-pdp__mini-rev-viewport {
    cursor: grab;
    touch-action: pan-y;
    user-select: none;
  }

  .unpatched-pdp__mini-rev-viewport.unpatched-pdp__mini-rev-viewport--grabbing {
    cursor: grabbing;
  }

  .unpatched-pdp__mini-rev-track {
    display: flex;
    gap: 12px;
    width: max-content;
    will-change: transform;
  }

  .unpatched-pdp__mini-rev-card {
    width: 230px;
    flex: none;
    background: #0e0e0e;
    border: 1px solid #242424;
    border-radius: 12px;
    padding: 16px 16px 14px;
    text-align: left;
    user-select: none;
  }

  .unpatched-pdp__mini-rev-head {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .unpatched-pdp__mini-rev-avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    flex: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 14px;
    color: #ffffff;
  }

  .unpatched-pdp__mini-rev-name {
    font-weight: 800;
    font-size: 13px;
    color: #ffffff;
  }

  .unpatched-pdp__mini-rev-stars {
    color: var(--brand-orange, #ff8f0b);
    font-size: 13px;
    letter-spacing: 2px;
    margin-top: 8px;
  }

  .unpatched-pdp__mini-rev-text {
    font-weight: 400;
    font-size: 12.5px;
    color: #d6d6d6;
    line-height: 1.5;
    margin-top: 6px;
  }

  /* Force the page body / main wrapper to black on Unpatched PDP pages,
     so the constrained winners section (1200px) doesn't show the default
     theme bg on the sides. */
  body,
  main,
  #MainContent,
  main#MainContent {
    background: #000000;
  }

  /* Constrain the i4wd-winners-home section to match the rest of the
     product page (the section itself uses width: 100vw breakout). */
  #i4wd-winners-home {
    width: auto !important;
    max-width: 1200px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    border-radius: 12px;
  }
/* END_SECTION:unpatched-pdp */