/** Shopify CDN: Minification failed

Line 17:18 Unexpected "{"
Line 17:27 Expected ":"
Line 17:34 Unexpected "{"
Line 21:18 Unexpected "{"
Line 21:27 Expected ":"
Line 22:18 Unexpected "{"
Line 22:27 Expected ":"
Line 22:44 Unexpected "{"
Line 22:53 Expected ":"
Line 28:18 Unexpected "{"
... and 3 more hidden warnings

**/
/* ----- Abstände unter dem Video entfernen ----- */
#shopify-section-{{ section.id }} {
  margin-bottom: 0 !important;
}

#shopify-section-{{ section.id }} .video-section,
#shopify-section-{{ section.id }} .section-{{ section.id }}-padding {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

/* Falls die nächste Section oben Standard-Abstand hat: auf 0 setzen */
#shopify-section-{{ section.id }} + .shopify-section {
  margin-top: 0 !important;
}

/* Viele Themes packen den Top-Abstand der nächsten Section in so eine Klasse:
   wir setzen ihn nur in diesem einen Kontext auf 0 */
#shopify-section-{{ section.id }} + .shopify-section [class*="section-"][class*="-padding"] {
  padding-top: 0 !important;
}
