/** Shopify CDN: Minification failed

Line 320:0 All "@import" rules must come first
Line 1208:0 All "@import" rules must come first

**/
/* =============================================
   SNAPMOUNT — Custom Product Page Styles
   Reference: cliplook.com/products/tappod
   ============================================= */

/* --- GLOBAL FONT OVERRIDES --- */
:root {
  --font-body-family: 'Inter', -apple-system, BlinkMacSystemFont, 'SF Pro Display', 'Helvetica Neue', sans-serif !important;
  --font-heading-family: 'Inter', -apple-system, BlinkMacSystemFont, 'SF Pro Display', 'Helvetica Neue', sans-serif !important;
  --cl-inter: 'Inter', -apple-system, BlinkMacSystemFont, 'SF Pro Display', 'SF Pro Text', 'Helvetica Neue', sans-serif;
  --cl-blue: #3B9EFF;
  --cl-dark: #0D0D0D;
  --cl-muted: #555555;
  --cl-green: #00B67A;
}

/* --- FONT SMOOTHING & BASE --- */
body, h1, h2, h3, h4, p, li, span, button, a {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* --- H1: Inter 800 (Reference: cliplook.com) --- */
h1, .h1, .product__title {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'SF Pro Display', sans-serif !important;
  font-weight: 800 !important;
  letter-spacing: -0.04em !important;
  line-height: 1.05 !important;
}

/* --- PRODUCT TITLE SIZE --- */
.product__title {
  font-size: clamp(1.8rem, 3.2vw, 2.5rem) !important;
  color: #0D0D0D !important;
  margin-bottom: 8px !important;
}

/* --- H2, H3: Poppins 700 --- */
h2, .h2 {
  font-family: 'Poppins', sans-serif !important;
  font-weight: 700 !important;
  letter-spacing: -0.015em;
}
h3, .h3 {
  font-family: 'Poppins', sans-serif !important;
  font-weight: 600 !important;
  letter-spacing: -0.01em;
}

/* --- PRICE BLOCK --- */
.price .price-item {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'SF Pro Display', sans-serif !important;
  font-weight: 700 !important;
  font-size: 1.8rem !important;
  letter-spacing: -0.03em;
  color: #0D0D0D;
}
.price .price-item--sale { color: #0D0D0D; }
.price .price-item--regular { font-weight: 400 !important; opacity: 0.4; text-decoration: line-through; }

/* --- BUTTONS --- */
.button, .btn, .product-form__submit, [class*='button--'] {
  font-family: 'Poppins', sans-serif !important;
  font-weight: 700 !important;
  letter-spacing: 0.01em !important;
  border-radius: 6px !important;
  padding: 15px 28px !important;
  font-size: 0.97rem !important;
  transition: transform 0.15s ease, box-shadow 0.15s ease !important;
}
.button:hover, .product-form__submit:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 16px rgba(0,0,0,0.18) !important;
}
.product-form__submit {
  padding: 17px 32px !important;
  font-size: 1rem !important;
  width: 100%;
}

/* --- VARIANT PICKER PILLS (cliplook.com/products/tappod capsules style) --- */
.product-form__input--pill input[type='radio'] + label {
  border-radius: 40px !important;
  padding: 1.0rem 2.0rem !important;
  font-family: 'Poppins', sans-serif !important;
  font-weight: 600 !important;
  font-size: 0.93rem !important;
  letter-spacing: -0.01em !important;
  text-transform: none !important;
  margin: 0.5rem 0.8rem 0.5rem 0 !important;
  background-color: #f5f5f7 !important;
  border: 1px solid #e5e5ea !important;
  color: #1d1d1f !important;
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1) !important;
  box-shadow: none !important;
}

.product-form__input--pill input[type='radio'] + label:before {
  display: none !important;
}

.product-form__input--pill input[type='radio'] + label:hover {
  background-color: #e8e8ed !important;
  border-color: #d1d1d6 !important;
  color: #1d1d1f !important;
}

.product-form__input--pill input[type='radio']:checked + label {
  background-color: #1d1d1f !important;
  color: #ffffff !important;
  border-color: #1d1d1f !important;
}

.product-form__input--pill input[type='radio']:disabled + label,
.product-form__input--pill input[type='radio'].disabled + label {
  opacity: 0.4 !important;
  text-decoration: line-through !important;
  background-color: #f5f5f7 !important;
  border-color: #e5e5ea !important;
  color: #1d1d1f !important;
}

/* --- PRODUCT DESCRIPTION (key benefits) --- */
.product__description .rte,
.product__description p {
  font-family: 'Poppins', sans-serif;
  font-size: 0.9rem;
  line-height: 1.85;
  color: rgba(13,13,13,0.7);
}
.product__description {
  background: #f8f8f8;
  border-radius: 10px;
  padding: 14px 18px;
  border: 1px solid #ebebeb;
  margin: 14px 0 20px;
}

/* --- COLLAPSIBLE TABS (in product) --- */
.accordion summary {
  font-family: 'Poppins', sans-serif !important;
  font-weight: 600 !important;
  font-size: 0.92rem !important;
  letter-spacing: 0;
  padding-top: 14px;
  padding-bottom: 14px;
}
.accordion .accordion__content {
  font-size: 0.9rem;
  line-height: 1.75;
  font-family: 'Poppins', sans-serif;
  color: rgba(13,13,13,0.65);
  padding-bottom: 16px;
}

/* --- ICON-WITH-TEXT (trust inline) --- */
.icon-with-text .icon-with-text__text {
  font-family: 'Poppins', sans-serif !important;
  font-size: 0.85rem !important;
  font-weight: 600 !important;
  word-break: keep-all !important;
  hyphens: none;
}

/* --- PRODUCT MEDIA --- */
.product__media img {
  border-radius: 10px;
}
.media--has-overlay .media {
  border-radius: 10px;
  overflow: hidden;
}

/* === PRODUCT FEATURES SECTION === */
.pf-section { padding: 64px 0; }
.pf-inner { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.pf-header { text-align: center; margin-bottom: 52px; }
.pf-header h2 {
  font-family: 'Poppins', sans-serif !important;
  font-weight: 700 !important;
  font-size: clamp(1.5rem, 3vw, 2.2rem) !important;
  letter-spacing: -0.015em;
  margin: 0 0 12px;
}
.pf-header p {
  font-size: 1rem;
  color: rgba(13,13,13,0.55);
  max-width: 540px;
  margin: 0 auto;
  line-height: 1.65;
}
.pf-row { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; margin-bottom: 72px; }
.pf-row:last-child { margin-bottom: 0; }
@media (max-width: 749px) {
  .pf-row { grid-template-columns: 1fr; gap: 24px; margin-bottom: 48px; }
  .pf-row--right .pf-img { order: -1; }
}
.pf-row--right .pf-img { order: 2; }
.pf-row--right .pf-text { order: 1; }
.pf-img img { width: 100%; height: auto; border-radius: 14px; display: block; aspect-ratio: 4/3; object-fit: cover; }
.pf-text { padding: 8px 0; }
.pf-eyebrow {
  font-family: 'Poppins', sans-serif !important;
  font-size: 0.7rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  color: rgba(13,13,13,0.4) !important;
  margin: 0 0 10px !important;
}
.pf-heading {
  font-family: 'Poppins', sans-serif !important;
  font-weight: 700 !important;
  font-size: clamp(1.2rem, 2.2vw, 1.6rem) !important;
  letter-spacing: -0.015em !important;
  line-height: 1.28 !important;
  margin: 0 0 16px !important;
  color: #0d0d0d !important;
}
.pf-body {
  font-family: 'Poppins', sans-serif !important;
  font-size: 0.93rem !important;
  line-height: 1.8 !important;
  color: rgba(13,13,13,0.6) !important;
  margin: 0 0 16px !important;
}
.pf-list { list-style: none !important; padding: 0 !important; margin: 0 !important; }
.pf-list li {
  font-family: 'Poppins', sans-serif !important;
  font-size: 0.87rem !important;
  color: rgba(13,13,13,0.7) !important;
  padding: 5px 0 5px 24px !important;
  position: relative !important;
  line-height: 1.5 !important;
}
.pf-list li::before {
  content: '\2713' !important;
  position: absolute !important;
  left: 0 !important;
  font-weight: 700 !important;
  color: #0d0d0d !important;
}

/* === TRUST BADGES (multicolumn) === */
.multicolumn-list__item .card__heading {
  font-family: 'Poppins', sans-serif !important;
  font-weight: 700 !important;
  font-size: 0.97rem !important;
  margin-bottom: 6px;
}
.multicolumn-list__item .rte p {
  font-size: 0.85rem !important;
  line-height: 1.55 !important;
  color: rgba(13,13,13,0.55) !important;
}
.title-wrapper--self-padded-tablet-up .title {
  font-family: 'Poppins', sans-serif !important;
  font-weight: 700 !important;
  font-size: clamp(1.4rem, 2.5vw, 2rem) !important;
  letter-spacing: -0.015em !important;
}

/* === FAQ (collapsible-content) === */
.collapsible-content__heading {
  font-family: 'Poppins', sans-serif !important;
  font-weight: 700 !important;
  letter-spacing: -0.015em !important;
}
.collapsible-content .accordion summary {
  font-size: 0.95rem !important;
  font-weight: 600 !important;
  padding: 18px 0 !important;
}
.collapsible-content .accordion .accordion__content {
  font-size: 0.92rem !important;
  line-height: 1.75 !important;
  padding-bottom: 20px !important;
}

/* === COUNTDOWN TIMER === */
.countdown-timer-section {
  font-family: 'Poppins', sans-serif !important;
  font-size: 0.9rem !important;
  font-weight: 600 !important;
}

/* === SECTION TRANSITIONS === */
.shopify-section + .shopify-section { margin-top: 0; }

/* === GLOBAL LETTER-SPACING REFINEMENT === */
body {
  letter-spacing: -0.005em;
}

/* === RATING BLOCK === */
.rating-star {
  color: #f59e0b;
}

/* === RESPONSIVE === */
@media (max-width: 749px) {
  .product__title { font-size: clamp(1.6rem, 7vw, 2.0rem) !important; letter-spacing: -0.035em !important; }
  .cl-hero-product-title { font-size: 28px !important; letter-spacing: -1px !important; }
  .pf-section { padding: 40px 0; }
  .pf-header { margin-bottom: 32px; }
  .pf-inner { padding: 0 16px; }
  .price .price-item { font-size: 1.4rem !important; }
  .price .price-item--regular { font-size: 0.95rem !important; }
}
@media (max-width: 480px) {
  .product__title { font-size: 1.65rem !important; letter-spacing: -0.03em !important; }
  .cl-hero-product-title { font-size: 26px !important; }
}
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap');

.cl-hero-product {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'SF Pro Display', 'SF Pro Text', 'Helvetica Neue', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  max-width: 100%;
  padding-top: 0;
  margin-top: 0;
}

.cl-hero-product-title {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'SF Pro Display', sans-serif;
  font-size: 38px;
  font-weight: 800;
  letter-spacing: -1.4px;
  line-height: 1.05;
  color: #0D0D0D;
  margin: 0 0 14px 0;
  padding: 0;
}

.cl-hero-product-title sup {
  font-size: 18px;
  font-weight: 600;
  color: #555;
  vertical-align: super;
  margin-left: 2px;
}

.cl-hero-product-rating {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
  background: transparent;
  padding: 0;
  border: none;
}

/* Minimalist gold stars */
.cl-hero-product-stars {
  display: inline-flex;
  align-items: center;
  gap: 2px;
}

.cl-hero-product-star {
  width: 18px;
  height: 18px;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cl-hero-product-star svg {
  width: 18px;
  height: 18px;
  fill: #FFB800;
}

.cl-hero-product-rating-text {
  display: none;
}

.cl-hero-product-rating-count {
  font-family: 'Inter', sans-serif !important;
  font-size: 14px;
  color: #111827;
  font-weight: 600;
  letter-spacing: -0.2px;
  margin-left: 4px;
  text-decoration: underline;
  text-decoration-color: rgba(17, 24, 39, 0.2);
  text-underline-offset: 4px;
  cursor: pointer;
}

/* Modern In-Stock Pill */
.product__inventory {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  font-family: 'Inter', sans-serif !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #059669 !important;
  background: rgba(16, 185, 129, 0.1) !important;
  padding: 6px 14px !important;
  border-radius: 100px !important;
  margin-top: 0 !important;
  margin-bottom: 20px !important;
  letter-spacing: -0.1px !important;
}

.product__inventory .svg-wrapper {
  color: #10B981 !important;
  display: flex;
  align-items: center;
}

.product__inventory .svg-wrapper svg {
  width: 10px !important;
  height: 10px !important;
  fill: currentColor;
  animation: pulse-green 2s infinite;
}

@keyframes pulse-green {
  0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.7); }
  70% { transform: scale(1); box-shadow: 0 0 0 6px rgba(16, 185, 129, 0); }
  100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(16, 185, 129, 0); }
}

.cl-hero-product-features {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.cl-hero-product-feature {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'SF Pro Display', sans-serif !important;
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 15px;
  color: #2A2A2A;
  line-height: 1.45;
  letter-spacing: -0.15px;
  font-weight: 400;
}

.cl-hero-product-feature-icon {
  flex-shrink: 0;
  width: 38px;
  height: 38px;
  border-radius: 11px;
  background: linear-gradient(135deg, #1A1A1A 0%, #0D0D0D 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-shadow: 
    0 4px 12px rgba(13,13,13,0.15),
    inset 0 1px 0 rgba(255,255,255,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.cl-hero-product-feature:hover .cl-hero-product-feature-icon {
  transform: translateY(-2px) scale(1.04);
  box-shadow: 
    0 8px 20px rgba(59,158,255,0.25),
    inset 0 1px 0 rgba(255,255,255,0.12);
}

.cl-hero-product-feature-icon::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50%;
  background: linear-gradient(180deg, rgba(59,158,255,0.12) 0%, transparent 100%);
  border-radius: 11px 11px 0 0;
  pointer-events: none;
}

.cl-hero-product-feature-icon svg {
  width: 18px;
  height: 18px;
  stroke: #fff;
  stroke-width: 2.2;
  fill: none;
  position: relative;
  z-index: 1;
}

.cl-hero-product-feature-text {
  font-family: 'Inter', sans-serif !important;
  letter-spacing: -0.15px;
}

.cl-hero-product-feature-text strong {
  font-family: 'Inter', sans-serif !important;
  font-weight: 700;
  color: #0D0D0D;
  letter-spacing: -0.2px;
}

@media (max-width: 768px) {
  .cl-hero-product-title {
    font-size: 30px;
    letter-spacing: -1.1px;
  }
  .cl-hero-product-title sup {
    font-size: 14px;
  }
  .cl-hero-product-feature {
    font-size: 14px;
    gap: 12px;
  }
  .cl-hero-product-feature-icon {
    width: 34px;
    height: 34px;
    border-radius: 10px;
  }
  .cl-hero-product-feature-icon svg {
    width: 16px;
    height: 16px;
  }
  .cl-hero-product-rating {
    padding: 8px 14px;
  }
  .cl-hero-product-star {
    width: 18px;
    height: 18px;
  }
  .cl-hero-product-star svg {
    width: 11px;
    height: 11px;
  }
}

.cl-pdp-block {
  font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Display', 'Inter', 'Helvetica Neue', sans-serif;
  max-width: 540px;
}

/* === TESTIMONIAL QUOTE === */

.cl-pdp-quote {
  position: relative;
  background: linear-gradient(135deg, #F7F9FC 0%, #EEF3FA 100%);
  border: 1px solid rgba(59,158,255,0.12);
  border-radius: 18px;
  padding: 22px;
  margin-bottom: 40px;
  overflow: hidden;
}

.cl-pdp-quote::before {
  content: '';
  position: absolute;
  top: -40px;
  right: -40px;
  width: 180px;
  height: 180px;
  background: radial-gradient(circle, rgba(59,158,255,0.08) 0%, transparent 70%);
  pointer-events: none;
}

.cl-pdp-quote-mark {
  position: absolute;
  top: 12px;
  right: 18px;
  font-size: 80px;
  font-family: Georgia, serif;
  color: #3B9EFF;
  opacity: 0.1;
  line-height: 1;
  font-weight: 700;
  pointer-events: none;
}

.cl-pdp-quote-content {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  position: relative;
  z-index: 1;
}

.cl-pdp-quote-avatar {
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: #EEF3FA;
  box-shadow: 0 4px 14px rgba(59,158,255,0.22), 0 0 0 2px #fff, 0 0 0 3px rgba(59,158,255,0.3);
  position: relative;
  overflow: hidden;
}

.cl-pdp-quote-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 50%;
}

.cl-pdp-quote-avatar::after {
  content: '';
  position: absolute;
  bottom: -2px;
  right: -2px;
  width: 20px;
  height: 20px;
  background: #00B67A;
  border-radius: 50%;
  border: 2px solid #fff;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 6 9 17 4 12'/></svg>");
  background-size: 11px 11px;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 2;
}

.cl-pdp-quote-body {
  flex: 1;
  min-width: 0;
}

.cl-pdp-quote-text {
  font-size: 14.5px;
  line-height: 1.55;
  color: #2A2A2A;
  margin-bottom: 12px;
  font-weight: 400;
  letter-spacing: -0.1px;
}

.cl-pdp-quote-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.cl-pdp-quote-name {
  font-size: 13px;
  font-weight: 700;
  color: #0D0D0D;
  letter-spacing: -0.1px;
}

.cl-pdp-quote-stars {
  display: inline-flex;
  align-items: center;
  gap: 1px;
}

.cl-pdp-quote-stars svg {
  width: 12px;
  height: 12px;
  fill: #F5A623;
}

.cl-pdp-quote-verified {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 11px;
  font-weight: 600;
  color: #00B67A;
  letter-spacing: 0.2px;
}

.cl-pdp-quote-verified svg {
  width: 12px;
  height: 12px;
  stroke: #00B67A;
  stroke-width: 2.5;
  fill: none;
}

/* === FAQ === */

.cl-pdp-faq-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}

.cl-pdp-faq-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(59,158,255,0.08);
  border: 1px solid rgba(59,158,255,0.18);
  color: #3B9EFF;
  padding: 8px 16px;
  border-radius: 100px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2.2px;
  text-transform: uppercase;
}

.cl-pdp-faq-eyebrow-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #3B9EFF;
  animation: cl-pdp-pulse 2s ease-in-out infinite;
}

@keyframes cl-pdp-pulse {
  0%, 100% { opacity: 1; box-shadow: 0 0 0 0 rgba(59,158,255,0.6); }
  50% { opacity: 0.6; box-shadow: 0 0 0 5px rgba(59,158,255,0); }
}

.cl-pdp-faq-brand-mark {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.cl-pdp-faq-brand-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #3B9EFF;
  opacity: 0.5;
}

.cl-pdp-faq-brand-dot:nth-child(1) { animation: cl-pdp-blink 2s ease-in-out 0s infinite; }
.cl-pdp-faq-brand-dot:nth-child(2) { animation: cl-pdp-blink 2s ease-in-out 0.2s infinite; }
.cl-pdp-faq-brand-dot:nth-child(3) { animation: cl-pdp-blink 2s ease-in-out 0.6s infinite; }
.cl-pdp-faq-brand-dot:nth-child(4) { animation: cl-pdp-blink 2s ease-in-out 0.4s infinite; }

@keyframes cl-pdp-blink {
  0%, 100% { opacity: 0.3; }
  50% { opacity: 1; }
}

.cl-pdp-faq-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.cl-pdp-faq-item {
  background: #fff;
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.cl-pdp-faq-item:hover {
  border-color: rgba(59,158,255,0.3);
  box-shadow: 0 8px 24px rgba(59,158,255,0.06);
}

.cl-pdp-faq-item.cl-pdp-open {
  border-color: rgba(59,158,255,0.4);
  background: linear-gradient(180deg, #FAFCFF 0%, #fff 100%);
  box-shadow: 0 12px 32px rgba(59,158,255,0.1);
}

.cl-pdp-faq-question {
  width: 100%;
  background: transparent;
  border: none;
  padding: 18px 20px;
  display: flex;
  align-items: center;
  gap: 14px;
  cursor: pointer;
  text-align: left;
  font-family: inherit;
  transition: background 0.3s ease;
}

.cl-pdp-faq-question:hover {
  background: rgba(59,158,255,0.02);
}

.cl-pdp-faq-number {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  border-radius: 9px;
  background: linear-gradient(135deg, #1A1A1A 0%, #0D0D0D 100%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: -0.3px;
  position: relative;
  box-shadow: 0 3px 8px rgba(13,13,13,0.18), inset 0 1px 0 rgba(255,255,255,0.08);
  transition: all 0.3s ease;
}

.cl-pdp-faq-number::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50%;
  background: linear-gradient(180deg, rgba(59,158,255,0.15) 0%, transparent 100%);
  border-radius: 9px 9px 0 0;
  pointer-events: none;
}

.cl-pdp-faq-item.cl-pdp-open .cl-pdp-faq-number {
  background: linear-gradient(135deg, #3B9EFF 0%, #1A6FCC 100%);
  box-shadow: 0 4px 12px rgba(59,158,255,0.4), inset 0 1px 0 rgba(255,255,255,0.15);
}

.cl-pdp-faq-item.cl-pdp-open .cl-pdp-faq-number::after {
  background: linear-gradient(180deg, rgba(255,255,255,0.2) 0%, transparent 100%);
}

.cl-pdp-faq-question-text {
  flex: 1;
  font-size: 15px;
  font-weight: 700;
  color: #0D0D0D;
  letter-spacing: -0.2px;
  line-height: 1.35;
}

.cl-pdp-faq-chevron {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(0,0,0,0.04);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.cl-pdp-faq-chevron svg {
  width: 14px;
  height: 14px;
  stroke: #555;
  stroke-width: 2.4;
  fill: none;
  transition: stroke 0.3s ease;
}

.cl-pdp-faq-item.cl-pdp-open .cl-pdp-faq-chevron {
  background: rgba(59,158,255,0.12);
  transform: rotate(180deg);
}

.cl-pdp-faq-item.cl-pdp-open .cl-pdp-faq-chevron svg {
  stroke: #3B9EFF;
}

.cl-pdp-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.cl-pdp-faq-item.cl-pdp-open .cl-pdp-faq-answer {
  max-height: 500px;
}

.cl-pdp-faq-answer-inner {
  padding: 0 20px 20px 64px;
  font-size: 14px;
  line-height: 1.6;
  color: #2A2A2A;
}

.cl-pdp-faq-answer-inner strong {
  color: #0D0D0D;
  font-weight: 700;
  letter-spacing: -0.1px;
}

@media (max-width: 768px) {
  .cl-pdp-quote {
    padding: 18px;
  }
  .cl-pdp-quote-content {
    gap: 14px;
  }
  .cl-pdp-quote-avatar {
    width: 54px;
    height: 54px;
  }
  .cl-pdp-quote-avatar::after {
    width: 17px;
    height: 17px;
    background-size: 9px 9px;
  }
  .cl-pdp-quote-text {
    font-size: 13.5px;
  }
  .cl-pdp-faq-eyebrow {
    padding: 7px 14px;
    font-size: 11px;
    letter-spacing: 2px;
  }
  .cl-pdp-faq-question {
    padding: 16px;
    gap: 12px;
  }
  .cl-pdp-faq-question-text {
    font-size: 14px;
  }
  .cl-pdp-faq-answer-inner {
    padding: 0 16px 18px 56px;
    font-size: 13.5px;
  }
}

.cl-ugc-section {
  background: linear-gradient(180deg, #0A0E1A 0%, #0D1424 50%, #0A0F1F 100%);
  padding: 90px 20px;
  position: relative;
  overflow: hidden;
}

.cl-ugc-section::before {
  content: '';
  position: absolute;
  top: -200px;
  left: 50%;
  transform: translateX(-50%);
  width: 800px;
  height: 800px;
  background: radial-gradient(circle, rgba(59,158,255,0.15) 0%, transparent 60%);
  pointer-events: none;
}

.cl-ugc-section::after {
  content: '';
  position: absolute;
  bottom: -300px;
  right: -100px;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(59,158,255,0.08) 0%, transparent 70%);
  pointer-events: none;
}

.cl-ugc-container {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.cl-ugc-header {
  text-align: center;
  margin-bottom: 56px;
}

.cl-ugc-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(59, 158, 255, 0.12);
  border: 1px solid rgba(59, 158, 255, 0.25);
  color: #3B9EFF;
  padding: 9px 20px;
  border-radius: 100px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin-bottom: 22px;
  backdrop-filter: blur(10px);
}

.cl-ugc-eyebrow-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #3B9EFF;
  animation: cl-ugc-pulse 2s ease-in-out infinite;
}

@keyframes cl-ugc-pulse {
  0%, 100% { opacity: 1; box-shadow: 0 0 0 0 rgba(59,158,255,0.6); }
  50% { opacity: 0.6; box-shadow: 0 0 0 6px rgba(59,158,255,0); }
}

.cl-ugc-headline {
  color: #fff;
  font-size: 48px;
  font-weight: 800;
  letter-spacing: -1.8px;
  line-height: 1.05;
  margin-bottom: 18px;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'SF Pro Display', sans-serif;
}

.cl-ugc-headline-accent {
  background: linear-gradient(135deg, #3B9EFF 0%, #7BB8FF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-style: italic;
}

.cl-ugc-subhead {
  color: rgba(255,255,255,0.6);
  font-size: 17px;
  max-width: 540px;
  margin: 0 auto;
  line-height: 1.5;
  font-weight: 400;
}

.cl-ugc-slider-wrap {
  position: relative;
  margin: 0 -10px;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 8px 10px;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 6%, #000 94%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 6%, #000 94%, transparent 100%);
  scrollbar-width: none;
}
.cl-ugc-slider-wrap::-webkit-scrollbar {
  display: none;
}

.cl-ugc-slider {
  display: flex;
  gap: 20px;
  width: max-content;
}



.cl-ugc-card {
  flex: 0 0 320px;
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  aspect-ratio: 9 / 16;
  background: #000;
  border: 1px solid rgba(255,255,255,0.08);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.4s ease, box-shadow 0.4s ease;
}

.cl-ugc-card:hover {
  transform: translateY(-6px);
  border-color: rgba(59,158,255,0.4);
  box-shadow: 0 30px 80px rgba(59,158,255,0.2);
}

.cl-ugc-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  pointer-events: none;
}

.cl-ugc-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  background: linear-gradient(180deg, transparent 0%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0.85) 100%);
  pointer-events: none;
}

.cl-ugc-creator-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,0.12);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 100px;
  padding: 6px 12px;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.3px;
}

.cl-ugc-creator-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #3B9EFF;
  animation: cl-ugc-blink 1.8s ease-in-out infinite;
  box-shadow: 0 0 8px rgba(59,158,255,0.6);
}

@keyframes cl-ugc-blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.4; }
}

.cl-ugc-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-top: 36px;
}

.cl-ugc-arrows {
  display: flex;
  gap: 12px;
}

.cl-ugc-control-btn {
  width: 44px;
  height: 44px;
  background: rgba(255,255,255,0.06);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s;
  padding: 0;
}

.cl-ugc-control-btn:hover {
  background: rgba(59,158,255,0.2);
  border-color: rgba(59,158,255,0.5);
  transform: scale(1.05);
}

.cl-ugc-control-btn svg {
  width: 16px;
  height: 16px;
  stroke: #fff;
  stroke-width: 2.2;
  fill: none;
}

.cl-ugc-pause-btn .cl-ugc-icon-pause { display: block; }
.cl-ugc-pause-btn .cl-ugc-icon-play { display: none; }
.cl-ugc-pause-btn.cl-ugc-paused-state .cl-ugc-icon-pause { display: none; }
.cl-ugc-pause-btn.cl-ugc-paused-state .cl-ugc-icon-play { display: block; }

.cl-ugc-status {
  color: rgba(255,255,255,0.5);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.cl-ugc-status-live {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.cl-ugc-status-live::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #3B9EFF;
  animation: cl-ugc-blink 1.8s ease-in-out infinite;
  box-shadow: 0 0 8px rgba(59,158,255,0.6);
}

@media (max-width: 1024px) {
  .cl-ugc-card { flex: 0 0 260px; }
  .cl-ugc-headline { font-size: 38px; }
}

@media (max-width: 640px) {
  .cl-ugc-section { padding: 50px 24px; }
  .cl-ugc-header { margin-bottom: 40px; }
  .cl-ugc-eyebrow { margin-bottom: 18px; padding: 8px 16px; font-size: 11px; }
  .cl-ugc-card { flex: 0 0 240px; }
  .cl-ugc-headline { font-size: 28px; letter-spacing: -1.1px; }
  .cl-ugc-subhead { font-size: 14px; }
  .cl-ugc-slider-wrap { margin: 0 -24px; padding: 8px 0; }
  .cl-ugc-slider { gap: 14px; }
  .cl-ugc-controls { margin-top: 28px; }
}



@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap');

.cl-faq-section .cl-faq-subhead,
.cl-faq-section .cl-faq-link,
.cl-faq-section .cl-faq-tab,
.cl-faq-section .cl-faq-q-text,
.cl-faq-section .cl-faq-num,
.cl-faq-section .cl-faq-answer-inner,
.cl-faq-section .cl-faq-answer-inner strong,
.cl-faq-section .cl-faq-answer-inner a,
.cl-faq-section .cl-faq-cta-title,
.cl-faq-section .cl-faq-cta-sub,
.cl-faq-section .cl-faq-cta-btn,
.cl-faq-section .cl-faq-cta-btn span {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'SF Pro Display', 'SF Pro Text', 'Helvetica Neue', sans-serif !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

.cl-faq-section {
  margin: 64px auto;
  max-width: 880px;
  padding: 0 20px;
}

/* Header */
.cl-faq-header {
  text-align: center;
  margin-bottom: 36px;
}

.cl-faq-headline {
  font-size: 42px;
  font-weight: 800;
  letter-spacing: -1.6px;
  line-height: 1.05;
  color: #0D0D0D;
  margin: 0 0 14px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
}

.cl-faq-headline-accent {
  background: linear-gradient(135deg, #3B9EFF 0%, #7BB8FF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-style: italic;
}

.cl-faq-brand-mark {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.cl-faq-brand-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #3B9EFF;
  opacity: 0.5;
}

.cl-faq-brand-dot:nth-child(1) { animation: cl-faq-blink 2s ease-in-out 0s infinite; }
.cl-faq-brand-dot:nth-child(2) { animation: cl-faq-blink 2s ease-in-out 0.2s infinite; }
.cl-faq-brand-dot:nth-child(3) { animation: cl-faq-blink 2s ease-in-out 0.6s infinite; }
.cl-faq-brand-dot:nth-child(4) { animation: cl-faq-blink 2s ease-in-out 0.4s infinite; }

@keyframes cl-faq-blink {
  0%, 100% { opacity: 0.3; }
  50% { opacity: 1; }
}

.cl-faq-subhead {
  font-size: 16px;
  color: #555;
  margin: 0 auto;
  max-width: 540px;
  line-height: 1.55;
  font-weight: 400;
  letter-spacing: -0.1px;
}

.cl-faq-link,
.cl-faq-subhead a,
.cl-faq-answer-inner a {
  color: #3B9EFF;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1.5px solid rgba(59,158,255,0.3);
  transition: border-color 0.3s ease;
}

.cl-faq-link:hover,
.cl-faq-subhead a:hover,
.cl-faq-answer-inner a:hover {
  border-bottom-color: #3B9EFF;
}

/* Tabs */
.cl-faq-tabs {
  display: flex;
  gap: 6px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 32px;
  padding: 6px;
  background: linear-gradient(180deg, #F0F0F0 0%, #E8E8E8 100%);
  border-radius: 100px;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  box-shadow: inset 0 1px 3px rgba(0,0,0,0.06);
}

.cl-faq-tab {
  padding: 11px 22px;
  background: transparent;
  color: #555;
  border: none;
  border-radius: 100px;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  transition: color 0.4s cubic-bezier(0.16, 1, 0.3, 1), transform 0.3s ease;
  letter-spacing: -0.1px;
}

.cl-faq-tab:hover {
  color: #0D0D0D;
}

.cl-faq-tab.cl-faq-active {
  background: linear-gradient(180deg, #1A1A1A 0%, #0D0D0D 100%);
  color: #fff;
  box-shadow: 
    0 4px 14px rgba(13,13,13,0.3),
    0 1px 3px rgba(0,0,0,0.15),
    inset 0 1px 0 rgba(255,255,255,0.1);
}

.cl-faq-tab.cl-faq-active:hover {
  color: #fff;
  transform: translateY(-1px);
}

/* List */
.cl-faq-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 36px;
}

.cl-faq-item {
  background: #fff;
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.cl-faq-item:hover {
  border-color: rgba(59,158,255,0.3);
  box-shadow: 0 8px 24px rgba(59,158,255,0.06);
}

.cl-faq-item.cl-faq-open {
  border-color: rgba(59,158,255,0.4);
  background: linear-gradient(180deg, #FAFCFF 0%, #fff 100%);
  box-shadow: 0 12px 32px rgba(59,158,255,0.1);
}

.cl-faq-item.cl-faq-hidden {
  display: none;
}

.cl-faq-question {
  width: 100%;
  background: transparent;
  border: none;
  padding: 18px 20px;
  display: flex;
  align-items: center;
  gap: 14px;
  cursor: pointer;
  text-align: left;
  transition: background 0.3s ease;
}

.cl-faq-question:hover {
  background: rgba(59,158,255,0.02);
}

.cl-faq-num {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 9px;
  background: linear-gradient(135deg, #1A1A1A 0%, #0D0D0D 100%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: -0.3px;
  position: relative;
  box-shadow: 0 3px 8px rgba(13,13,13,0.18), inset 0 1px 0 rgba(255,255,255,0.08);
  transition: all 0.3s ease;
}

.cl-faq-num::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50%;
  background: linear-gradient(180deg, rgba(59,158,255,0.15) 0%, transparent 100%);
  border-radius: 9px 9px 0 0;
  pointer-events: none;
}

.cl-faq-item.cl-faq-open .cl-faq-num {
  background: linear-gradient(135deg, #3B9EFF 0%, #1A6FCC 100%);
  box-shadow: 0 4px 12px rgba(59,158,255,0.4), inset 0 1px 0 rgba(255,255,255,0.15);
}

.cl-faq-item.cl-faq-open .cl-faq-num::after {
  background: linear-gradient(180deg, rgba(255,255,255,0.2) 0%, transparent 100%);
}

.cl-faq-q-text {
  flex: 1;
  font-size: 15px;
  font-weight: 700;
  color: #0D0D0D;
  letter-spacing: -0.2px;
  line-height: 1.35;
}

.cl-faq-chevron {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(0,0,0,0.04);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.cl-faq-chevron svg {
  width: 14px;
  height: 14px;
  stroke: #555;
  stroke-width: 2.4;
  fill: none;
  transition: stroke 0.3s ease;
}

.cl-faq-item.cl-faq-open .cl-faq-chevron {
  background: rgba(59,158,255,0.12);
  transform: rotate(180deg);
}

.cl-faq-item.cl-faq-open .cl-faq-chevron svg {
  stroke: #3B9EFF;
}

.cl-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.cl-faq-item.cl-faq-open .cl-faq-answer {
  max-height: 600px;
}

.cl-faq-answer-inner {
  padding: 0 20px 20px 66px;
  font-size: 14px;
  line-height: 1.65;
  color: #2A2A2A;
  letter-spacing: -0.05px;
}

.cl-faq-answer-inner strong {
  color: #0D0D0D;
  font-weight: 700;
  letter-spacing: -0.1px;
}

/* CTA */
.cl-faq-cta {
  background: linear-gradient(135deg, #F7F9FC 0%, #EEF3FA 100%);
  border: 1px solid rgba(59,158,255,0.15);
  border-radius: 18px;
  padding: 24px 28px;
  position: relative;
  overflow: hidden;
}

.cl-faq-cta::before {
  content: '';
  position: absolute;
  top: -60px;
  right: -60px;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, rgba(59,158,255,0.08) 0%, transparent 70%);
  pointer-events: none;
}

.cl-faq-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  position: relative;
  z-index: 1;
  flex-wrap: wrap;
}

.cl-faq-cta-title {
  font-size: 17px;
  font-weight: 700;
  color: #0D0D0D;
  letter-spacing: -0.3px;
  margin-bottom: 4px;
}

.cl-faq-cta-sub {
  font-size: 14px;
  color: #555;
  line-height: 1.4;
  letter-spacing: -0.05px;
}

.cl-faq-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 22px;
  background: linear-gradient(135deg, #3B9EFF 0%, #1A6FCC 100%);
  color: #fff;
  text-decoration: none;
  border-radius: 100px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.1px;
  box-shadow: 0 6px 16px rgba(59,158,255,0.3), inset 0 1px 0 rgba(255,255,255,0.15);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.cl-faq-cta-btn svg {
  width: 14px;
  height: 14px;
  stroke: #fff;
  stroke-width: 2.5;
  fill: none;
  transition: transform 0.3s ease;
}

.cl-faq-cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(59,158,255,0.4), inset 0 1px 0 rgba(255,255,255,0.2);
}

.cl-faq-cta-btn:hover svg {
  transform: translateX(3px);
}

/* Responsive */
@media (max-width: 768px) {
  .cl-faq-section {
    margin: 48px auto;
    padding: 0 16px;
  }
  .cl-faq-headline {
    font-size: 30px;
    letter-spacing: -1.2px;
  }
  .cl-faq-subhead {
    font-size: 14px;
  }
  .cl-faq-tabs {
    overflow-x: auto;
    flex-wrap: nowrap;
    justify-content: flex-start;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    max-width: 100%;
    margin: 0 -16px 28px;
    padding: 6px 16px;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    width: 100%;
  }
  .cl-faq-tabs::-webkit-scrollbar {
    display: none;
  }
  .cl-faq-tab {
    flex-shrink: 0;
    padding: 10px 18px;
    font-size: 12px;
    background: linear-gradient(180deg, #F5F5F5 0%, #EBEBEB 100%);
  }
  .cl-faq-question {
    padding: 16px;
    gap: 12px;
  }
  .cl-faq-num {
    width: 28px;
    height: 28px;
    font-size: 11px;
  }
  .cl-faq-q-text {
    font-size: 14px;
  }
  .cl-faq-answer-inner {
    padding: 0 16px 18px 56px;
    font-size: 13.5px;
  }
  .cl-faq-cta {
    padding: 20px;
  }
  .cl-faq-cta-inner {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
  }
  .cl-faq-cta-btn {
    justify-content: center;
  }
}

/* === HERO BANNER BUTTON WHITE OVERRIDE === */
.banner__buttons .button {
  background-color: #ffffff !important;
  color: #000000 !important;
  border: none !important;
}
.banner__buttons .button:hover {
  background-color: #e6e6e6 !important;
}

/* Custom Price Styles - Moved to main-product.liquid */

