/** Shopify CDN: Minification failed

Line 16:10 Unexpected "{"
Line 16:19 Expected ":"
Line 17:14 Expected identifier but found whitespace
Line 17:16 Unexpected "{"
Line 17:25 Expected ":"
Line 17:51 Expected ":"
Line 18:17 Expected identifier but found whitespace
Line 18:19 Unexpected "{"
Line 18:28 Expected ":"
Line 18:57 Expected ":"

**/
/* START_SECTION:breadcrumbs-bar (INDEX:2) */
.section-{{ section.id }}-padding {
  padding-top: {{ section.settings.padding_top }}px;
  padding-bottom: {{ section.settings.padding_bottom }}px;
}

/* Hintergrund exakt wie Theme-Background (Dawn nutzt CSS-Variable) */
.chokumi-bc-wrap {
  background: rgb(var(--color-background));
}

/* Falls BYOB / App-Block irgendwo eine Linie/Naht hat: sauber überdecken */
.chokumi-bc-wrap {
  margin-top: -1px;
  padding-top: calc({{ section.settings.padding_top }}px + 1px);
}

/* BYOB Breadcrumb: Hintergrund exakt wie euer Off-White */
.chokumi-bc-wrap {
  background-color: rgb(253, 250, 247) !important;
}
/* END_SECTION:breadcrumbs-bar */
