/** Shopify CDN: Minification failed

Line 19:10 Unexpected "{"
Line 19:19 Expected ":"
Line 20:16 Expected identifier but found whitespace
Line 20:18 Unexpected "{"
Line 20:27 Expected ":"
Line 20:53 Expected ":"
Line 21:19 Expected identifier but found whitespace
Line 21:21 Unexpected "{"
Line 21:30 Expected ":"
Line 21:59 Expected ":"
... and 120 more hidden warnings

**/


/* CSS from section stylesheet tags */
.section-{{ section.id }}-padding {
    padding-top: {{ section.settings.padding_top }}px;
    padding-bottom: {{ section.settings.padding_bottom }}px;
  }

  @media screen and (max-width: 749px) {
    .section-{{ section.id }}-padding {
      padding-top: {{ section.settings.padding_top | times: 0.7 | round }}px;
      padding-bottom: {{ section.settings.padding_bottom | times: 0.7 | round }}px;
    }
  }
.section-{{ section.id }}-padding {
    padding-top: {{ section.settings.padding_top }}px;
    padding-bottom: {{ section.settings.padding_bottom }}px;
  }

  @media screen and (max-width: 749px) {
    .section-{{ section.id }}-padding {
      padding-top: {{ section.settings.padding_top | times: 0.7 | round }}px;
      padding-bottom: {{ section.settings.padding_bottom | times: 0.7 | round }}px;
    }
  }
.section-{{ section.id }}-padding {
    padding-top: {{ section.settings.padding_top }}px;
    padding-bottom: {{ section.settings.padding_bottom }}px;
  }

  @media screen and (max-width: 749px) {
    .section-{{ section.id }}-padding {
      padding-top: {{ section.settings.padding_top | times: 0.7 | round }}px;
      padding-bottom: {{ section.settings.padding_bottom | times: 0.7 | round }}px;
    }
  }

  /* Primary CTA Button - Make it unmistakably the purchase action */
  .unkwn-bundle-showcase__button--primary {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    max-width: 320px;
    padding: 18px 32px;
    background: linear-gradient(135deg, #22d3ee, #06b6d4);
    border: none;
    border-radius: 8px;
    color: #000;
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 4px 20px rgba(34, 211, 238, 0.4);
  }

  .unkwn-bundle-showcase__button--primary:hover:not(:disabled) {
    background: linear-gradient(135deg, #67e8f9, #22d3ee);
    transform: translateY(-2px);
    box-shadow: 0 6px 28px rgba(34, 211, 238, 0.5);
  }

  .unkwn-bundle-showcase__button--primary:disabled {
    background: #374151;
    color: #9ca3af;
    cursor: not-allowed;
    box-shadow: none;
  }

  /* Trust badges - Small, informational, not clickable */
  .unkwn-bundle-showcase__trust-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }

  .unkwn-bundle-showcase__trust-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 500;
  }

  .unkwn-bundle-showcase__trust-badge svg {
    color: #22c55e;
    flex-shrink: 0;
  }

  /* Subtle details link - clearly secondary */
  .unkwn-bundle-showcase__details-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 16px;
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
    transition: color 0.2s ease;
  }

  .unkwn-bundle-showcase__details-link:hover {
    color: rgba(255, 255, 255, 0.8);
  }

  .unkwn-bundle-showcase__details-link svg {
    transition: transform 0.2s ease;
  }

  .unkwn-bundle-showcase__details-link:hover svg {
    transform: translateX(3px);
  }

  /* Clean Vertical Stack CTA Layout */
  .unkwn-bundle-showcase__cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    margin-top: 32px;
    text-align: center;
  }

  /* Trust badges - compact horizontal row */
  .unkwn-bundle-showcase__trust-badges--above {
    display: flex;
    justify-content: center;
    gap: 24px;
    margin-bottom: 8px;
    padding: 0;
    border: none;
  }

  .unkwn-bundle-showcase__trust-badges--above .unkwn-bundle-showcase__trust-badge {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.7);
  }

  .unkwn-bundle-showcase__trust-badges--above .unkwn-bundle-showcase__trust-badge svg {
    color: #22c55e;
    width: 12px;
    height: 12px;
  }

  /* Large prominent button */
  .unkwn-bundle-showcase__button--primary {
    width: 100%;
    max-width: 360px;
    padding: 20px 40px;
    font-size: 1.15rem;
  }

  /* Social proof - subtle */
  .unkwn-bundle-showcase__social-proof {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
  }

  .unkwn-bundle-showcase__stars {
    color: #fbbf24;
    letter-spacing: 2px;
    font-size: 0.9rem;
  }

  /* View details link */
  .unkwn-bundle-showcase__details-link {
    margin-top: 8px;
  }

  /* Contents section - remove old pricing since it's in the list now */
  .unkwn-bundle-showcase__contents {
    margin: 16px 0;
  }

  /* Hide old pricing block - the list has the savings now */
  .unkwn-bundle-showcase__pricing {
    display: none;
  }

  @media screen and (max-width: 749px) {
    .unkwn-bundle-showcase__button--primary {
      max-width: 100%;
      padding: 18px 32px;
    }

    .unkwn-bundle-showcase__trust-badges--above {
      flex-wrap: wrap;
      gap: 12px;
    }
  }
.section-{{ section.id }}-padding {
    padding-top: {{ section.settings.padding_top }}px;
    padding-bottom: {{ section.settings.padding_bottom }}px;
  }
.section-{{ section.id }}-padding {
    padding-top: {{ section.settings.padding_top }}px;
    padding-bottom: {{ section.settings.padding_bottom }}px;
  }

  @media screen and (max-width: 749px) {
    .section-{{ section.id }}-padding {
      padding-top: {{ section.settings.padding_top | times: 0.7 | round }}px;
      padding-bottom: {{ section.settings.padding_bottom | times: 0.7 | round }}px;
    }
  }
.section-{{ section.id }}-padding {
    padding-top: {{ section.settings.padding_top }}px;
    padding-bottom: {{ section.settings.padding_bottom }}px;
  }

  @media screen and (max-width: 749px) {
    .section-{{ section.id }}-padding {
      padding-top: {{ section.settings.padding_top | times: 0.7 | round }}px;
      padding-bottom: {{ section.settings.padding_bottom | times: 0.7 | round }}px;
    }
  }
.section-{{ section.id }}-padding {
    padding-top: {{ section.settings.padding_top }}px;
    padding-bottom: {{ section.settings.padding_bottom }}px;
  }

  @media screen and (max-width: 749px) {
    .section-{{ section.id }}-padding {
      padding-top: {{ section.settings.padding_top | times: 0.7 | round }}px;
      padding-bottom: {{ section.settings.padding_bottom | times: 0.7 | round }}px;
    }
  }