/** Shopify CDN: Minification failed

Line 34:8 Expected identifier but found whitespace
Line 34:10 Unexpected "{"
Line 34:19 Expected ":"
Line 34:47 Expected ":"
Line 35:9 Expected identifier but found whitespace
Line 35:11 Unexpected "{"
Line 35:20 Expected ":"
Line 35:49 Expected ":"

**/


/* CSS from section stylesheet tags */
:root {
  --x: 0;
  --y: 0;
  --pic: url("{{ section.settings.bg_image | image_url }}");
}

.interactive-visual-section {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #001;
  cursor: pointer;
  width: 100%;
  min-height: 100vh;
}

#g-container {
  position: relative;
  width: {{ section.settings.section_width }}px;
  height: {{ section.settings.section_height }}px;
  border-radius: 30px;
  transition: all 0.1s;
  z-index: 3;
}

#g-container::after {
  content: "";
  position: absolute;
  inset: 50px;
  background: var(--pic);
  background-size: cover;
  background-position: center;
  border-radius: 30px;
  z-index: 10;
}

#g-filter {
  position: absolute;
  inset: 2px;
  border-radius: 30px;
  z-index: 5;
  overflow: hidden;
}

#g-filter::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--pic);
  background-size: cover;
  filter: blur(20px);
}

#g-img {
  position: absolute;
  filter: brightness(1.5);
  inset: 0;
  z-index: 1;
  mask: radial-gradient(
    circle at var(--x) var(--y),
    #000,
    #000,
    transparent,
    transparent,
    transparent
  );
}

#g-img::before,
#g-img::after {
  content: "";
  position: absolute;
  inset: 2px;
  border-radius: 30px;
  background: conic-gradient(#03a9f4, #e91e63, #9c27b0, #ff5722, #03a9f4);
}
.gsap-stage-wrapper {
  position: relative;
  height: 100vh;
  overflow: hidden;
  color: #e5e7eb;
  background: #0f172a;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "PingFang SC",
  "Microsoft YaHei", sans-serif;
  }

  .gsap-stage-wrapper .stage-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  z-index: 0;
  filter: contrast(1) brightness(0.92) saturate(1.06);
  }

  .gsap-stage-wrapper .item {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto;
  align-items: center;
  justify-items: center;
  gap: 16px;
  }

  .gsap-stage-wrapper .caption {
  font-size: var(--font-size, 2rem);
  font-weight: 500;
  letter-spacing: 0.02em;
  color: var(--font-color, #f8fafc);
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.35);
  text-align: center;
  z-index: 2;
  padding: 0 10px;
  }
  .gsap-stage-wrapper .caption-des {
  font-size: var(--dec-font-size, 1.8rem);
  color: var(--font-color, #f8fafc);
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.35);
  text-align: center;
  z-index: 2;
  padding: 0 10px;
  }

  .gsap-stage-wrapper .photo {
  position: relative;
  width: min(20vw, 560px);
  height: auto;
  border-radius: 12px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.45);
  z-index: 1;
  transform-origin: 50% 50%;
  backface-visibility: hidden;
  }

  .gsap-stage-wrapper .caption,
  .gsap-stage-wrapper .photo {
  will-change: transform, opacity, filter;
  }
/* Scoped styles for Shopify GSAP Stage Inline */
    .gsap-stage { position: relative; width: 100%; height: 100vh; overflow: hidden; }
    .gsap-item { position: absolute; inset: 0; opacity: 0; pointer-events: none; display: grid; grid-template-columns: repeat(2, 1fr);
      align-items: center;
      background-color: transparent;
      gap: 5px; }
    .gsap-caption { padding: 0 10px; position: relative; font-size: clamp(1.6rem, 2.5vw, 2.2rem); font-weight: 500; letter-spacing: 0.02em; color: var(--captionColor, #f8fafc); text-shadow: 0 2px 12px rgba(0,0,0,0.35); text-align: center; z-index: 2; }
    .gsap-photo { position: relative; width: clamp(240px, 32vw, 320px); height: auto; border-radius: 12px; box-shadow: 0 12px 40px rgba(0,0,0,0.45); z-index: 1; }
     @media (max-width: 768px) {
       .gsap-stage-section { padding-top: 8rem; }
       .gsap-caption { font-size: 1.6rem; top: 38vh; }
       .gsap-photo { width: min(80vw, 420px); top: 60vh; }
     }
    .gsap-caption, .gsap-photo { will-change: transform, opacity, filter; }
    .gsap-photo { backface-visibility: hidden; transform-origin: 50% 50%; }
    .stage-bg {
      position: absolute;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    z-index: 0;
    filter: contrast(1) brightness(0.92) saturate(1.06);
    height: inherit;
    width: 100%;
    }
.nicotine-warning {
  width: 100%;
  background: var(--bg);
  border: var(--borderWidth) solid var(--border);
  box-sizing: border-box;
}
[id*="nicotine_waring_inline"]:has(.is-sticky) {
  position: sticky;
  top: 0;
  z-index: 100;
}
.nicotine-warning.is-sticky { position: sticky; top: 0; z-index: 9999; }
.warning-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: var(--padY) var(--padX);
  text-align: center;
  font-weight: 700;
  font-size: var(--fontSize);
  color: var(--text);
  line-height: 1.4;
  font-family: Archivo, sans-serif;
}
.warning-inner .label { margin-right: 0.25em; }
@media (max-width: 768px) {
  .warning-inner { font-size: clamp(16px, 4vw, var(--fontSize)); }
}