/** Shopify CDN: Minification failed

Line 17:18 Unexpected "{"
Line 17:27 Expected ":"
Line 18:18 Unexpected "{"
Line 18:27 Expected ":"
Line 22:18 Unexpected "{"
Line 22:27 Expected ":"
Line 23:18 Unexpected "{"
Line 23:27 Expected ":"
Line 24:18 Unexpected "{"
Line 24:27 Expected ":"
... and 2 more hidden warnings

**/
/* === FIX: ORIGINAL HEIGHT BEHAVIOR === */
.slider-section--{{ section.id }} .slideshow--desktop-height-original,
.slider-section--{{ section.id }} .slideshow--mobile-height-original {
  height: auto;
}

.slider-section--{{ section.id }} .slideshow--desktop-height-original .responsive-image-wrapper,
.slider-section--{{ section.id }} .slideshow--mobile-height-original .responsive-image-wrapper,
.slider-section--{{ section.id }} .slideshow--desktop-height-original .responsive-placeholder-wrapper,
.slider-section--{{ section.id }} .slideshow--mobile-height-original .responsive-placeholder-wrapper {
  height: auto;
}
/* =========================================================
   SATOSHI
========================================================= */
.slider-section--si-slideshow
.homepage-sections--title,
.slider-section--si-slideshow
.homepage-sections--title a,
.slideshow-title
.homepage-sections--title,
.slideshow-title
.homepage-sections--title a {
  font-family: "Satoshi", system-ui, sans-serif !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  color: #ed1c24 !important;
}

/* =========================================================
   SUPERITALIA H2 – HARD OVERRIDE
========================================================= */

h2.superitalia-h2 {
  font-family: "Satoshi", system-ui, -apple-system, BlinkMacSystemFont, sans-serif !important;
  font-weight: 700 !important;
  font-size: 36px !important;
  letter-spacing: 0.02em !important;
}

h2.section-title.text-link-animated {
  font-family: "Satoshi", system-ui, -apple-system, BlinkMacSystemFont, sans-serif !important;
  font-weight: 700 !important;
  font-size: 36px !important;
  letter-spacing: 0.02em !important;
  text-transform: none !important;
}


/* =========================================================
   GLOBAL FONT OVERRIDE – SATOSHI
========================================================= */

html,
body,
button,
input,
select,
textarea,
p,
span,
a,
li,
ul,
ol,
label,
strong,
em,
small,
blockquote,
figcaption,
caption,
th,
td,
dd,
dt,
summary,
details {
  font-family: "Satoshi", system-ui, -apple-system, BlinkMacSystemFont, sans-serif !important;
}



.collage-builder__heading {
  font-family: 'Satoshi', sans-serif !important;
  font-weight: 900 !important; /* ultra fett */
  letter-spacing: 0.02em; /* optional, wirkt stärker */
}

h2 {
  font-family: 'Satoshi', sans-serif !important;
  font-weight: 700 !important;   /* fett, aber nicht extrem */
  text-transform: none !important; /* kein Uppercase */
  letter-spacing: 0;
}

.product-form-block.custom-liquid:has(.collapsible-tab .nutrition-table),
.product-form-block.custom-liquid:has(.collapsible-tab .text-link-animated) {
  --custom-margin-bottom: 0px;
}

/* Kill custom-liquid spacing for nutrition block */
.product-section .product-form-block.custom-liquid {
  --custom-margin-bottom: 0px;
}

.product-section
.product-form-block.custom-liquid:has(.collapsible-tab) {
  --custom-margin-bottom: 0px !important;
}

.product-section .product-form-block.custom-liquid .collapsible {
  border-top: 0;
  border-bottom: 0;
}


