/** Shopify CDN: Minification failed

Line 19:18 Unexpected "{"
Line 19:27 Expected ":"
Line 19:111 Expected identifier but found whitespace
Line 19:113 Unexpected "{"
Line 19:122 Expected ":"
Line 19:168 Expected identifier but found whitespace
Line 19:170 Unexpected "{"
Line 19:179 Expected ":"
Line 19:234 Unexpected "{"
Line 19:243 Expected ":"
... and 47 more hidden warnings

**/


/* CSS from section stylesheet tags */
#shopify-section-{{ section.id }} .share-follow { --sf-max: 1160px; --sf-gap: 28px; --sf-radius: 16px; --sf-bg: {{ section.settings.bg | default: '#f6f7f8' }}; --sf-fg: {{ section.settings.fg | default: '#111' }}; } #shopify-section-{{ section.id }} .share-follow { background: var(--sf-bg); color: var(--sf-fg); padding: 32px 20px 40px; } #shopify-section-{{ section.id }} .share-follow__inner { margin: 0 auto; max-width: var(--sf-max); } #shopify-section-{{ section.id }} .share-follow h2 { display: flex; align-items: center; gap: 10px; font-size: clamp(22px, 2.6vw, 36px); margin: 0 0 8px; } #shopify-section-{{ section.id }} .share-follow__eyebrow { font-size: clamp(14px, 1.5vw, 18px); line-height: 1.4; opacity: .9; margin-bottom: 18px; } #shopify-section-{{ section.id }} .share-follow__grid { display: grid; grid-template-columns: 1fr; gap: var(--sf-gap); align-items: start; } #shopify-section-{{ section.id }} .share-follow__video-wrap { position: relative; border-radius: var(--sf-radius); overflow: hidden; max-width: 420px; margin: 0 auto; box-shadow: 0 8px 24px rgba(0,0,0,.08); } #shopify-section-{{ section.id }} .share-follow video { width: 100%; height: 100%; display: block; object-fit: cover; cursor: pointer; } #shopify-section-{{ section.id }} .share-follow__badge { position: absolute; inset: 8px; pointer-events: none; } #shopify-section-{{ section.id }} .share-follow__controls { position: absolute; right: 12px; bottom: 12px; z-index: 2; background: rgba(0,0,0,.45); color: #fff; border-radius: 999px; padding: 8px; line-height: 0; opacity: .9; } #shopify-section-{{ section.id }} .share-follow__links { text-align: left; } #shopify-section-{{ section.id }} .share-follow__links h3 { margin: 0 0 12px; font-size: clamp(16px, 1.8vw, 22px); } #shopify-section-{{ section.id }} .share-follow__cta { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 10px; padding: 12px 14px; border-radius: 14px; background: #fff; box-shadow: 0 2px 8px rgba(0,0,0,.06); } #shopify-section-{{ section.id }} .share-follow__cta + .share-follow__cta { margin-top: 12px; } #shopify-section-{{ section.id }} .share-follow__cta b { display:block; font-size: 14px; } #shopify-section-{{ section.id }} .share-follow__cta span { display:block; font-size: 12px; opacity:.7; } #shopify-section-{{ section.id }} .share-follow__icon { width: 44px; height: 44px; } #shopify-section-{{ section.id }} .share-follow__note { font-size: 13px; opacity: .75; margin-top: 8px; } /* Desktop layout: video + sidekolonne */ @media (min-width: 900px) { #shopify-section-{{ section.id }} .share-follow__grid { grid-template-columns: 1fr auto; align-items: center; } #shopify-section-{{ section.id }} .share-follow__video-wrap { max-width: 420px; }
#shopify-section-{{ section.id }} .share-follow__icon { width: 44px; height: 44px; display:block; }
#shopify-section-{{ section.id }} .share-follow__icon img { width: 100%; height: 100%; display:block; }
#shopify-section-{{ section.id }} .share-follow__note {
  font-size: 13px; opacity: .75; margin-top: 8px;
}

/* Desktop layout: video + sidekolonne */
@media (min-width: 900px) {
  #shopify-section-{{ section.id }} .share-follow__grid {
    grid-template-columns: 1fr auto;
    align-items: center;
  }
  #shopify-section-{{ section.id }} .share-follow__video-wrap { max-width: 420px; }
}