/* Cannacity Core – Styles für Plugin-Bausteine (ergänzend zum Breakdance-Designsystem) */
.cc-ic { width: 20px; height: 20px; flex-shrink: 0; }
/* Hero-Slider-Steuerung */
.cc-arrow { width: 40px; height: 40px; border: 1px solid rgba(237,239,233,0.28); border-radius: 50%; background: rgba(11,13,10,0.6); color: var(--cc-bone, #EDEFE9); display: inline-grid; place-items: center; cursor: pointer; padding: 0; transition: background 0.15s; }
.cc-arrow:hover { background: rgba(237,239,233,0.14); }
.cc-arrow .cc-ic { width: 18px; height: 18px; }
.cc-dots { display: flex; gap: 7px; margin-left: 8px; }
.cc-dot { width: 8px; height: 8px; border-radius: 50%; border: 0; padding: 0; background: rgba(237,239,233,0.3); cursor: pointer; transition: width 0.2s, background 0.2s; }
.cc-dot.is-on { background: var(--cc-org, #F26522); width: 22px; border-radius: 4px; }
/* Produktkarte: Merkliste + Warenkorb */
.cc-wl { position: absolute; top: 10px; right: 10px; z-index: 2; width: 36px; height: 36px; border-radius: 50%; border: 1px solid rgba(237,239,233,0.2); background: rgba(11,13,10,0.7); color: var(--cc-bone, #EDEFE9); display: grid; place-items: center; cursor: pointer; padding: 0; transition: background 0.15s, color 0.15s; }
.cc-wl:hover { background: rgba(237,239,233,0.16); }
.cc-wl.is-on { color: var(--cc-org, #F26522); border-color: rgba(242,101,34,0.6); }
.cc-wl.is-on .cc-ic { fill: currentColor; }
.cc-wl .cc-ic { width: 17px; height: 17px; }
.cc-card-actions { padding: 0 14px 14px; }
.cc-add { display: flex; align-items: center; justify-content: center; width: 100%; border-radius: 999px; padding: 12px 14px; font-family: var(--cc-font, 'Archivo', sans-serif); font-size: 13px; font-weight: 800; line-height: 1; text-decoration: none; cursor: pointer; border: 1px solid rgba(237,239,233,0.24); color: var(--cc-bone, #EDEFE9); background: transparent; transition: background 0.15s, border-color 0.15s, color 0.15s; }
.cc-add:hover { background: var(--cc-org, #F26522); border-color: var(--cc-org, #F26522); color: #fff; }
.cc-add.loading { opacity: 0.6; pointer-events: none; }
.cc-add.added::after { content: " ✓"; }
.cc-add-out { opacity: 0.5; pointer-events: none; }
.cc-card .added_to_cart { display: none; }
.cc-card-meta { display: flex; gap: 10px; font-family: var(--cc-mono, 'DM Mono', monospace); font-size: 10.5px; color: var(--cc-t3, rgba(237,239,233,0.45)); }
.cc-card-meta b { color: var(--cc-bone, #EDEFE9); font-weight: 500; }
.cc-badge { display: inline-block; background: var(--cc-org, #F26522); color: #fff; font-family: var(--cc-mono, monospace); font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; padding: 4px 8px; border-radius: 4px; }
.cc-role-note { font-family: var(--cc-mono, monospace); font-size: 10.5px; color: var(--cc-grn, #3E9B4F); margin-left: 6px; }
/* Staffelpreise */
.cc-tiers { border: 1px solid var(--cc-line, rgba(237,239,233,0.14)); border-radius: 12px; padding: 14px 16px; margin: 18px 0; display: flex; flex-direction: column; gap: 6px; }
.cc-tiers-title { font-family: var(--cc-mono, monospace); font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--cc-org, #F26522); margin-bottom: 4px; }
.cc-tier-row { display: grid; grid-template-columns: 1fr auto auto; gap: 14px; font-size: 13.5px; color: var(--cc-t2, rgba(237,239,233,0.65)); }
.cc-tier-price { color: var(--cc-bone, #EDEFE9); font-weight: 800; }
.cc-tier-save { color: var(--cc-grn, #3E9B4F); font-family: var(--cc-mono, monospace); font-size: 11px; }
/* Alterscheck */
html.cc-age-open { overflow: hidden; }
.cc-age { position: fixed; inset: 0; z-index: 99999; background: rgba(11,13,10,0.9); backdrop-filter: blur(10px); display: grid; place-items: center; padding: 20px; }
.cc-age-box { width: min(480px, 100%); background: var(--cc-bg2, #101410); border: 1px solid rgba(237,239,233,0.16); border-radius: 20px; padding: clamp(24px, 4vw, 40px); display: flex; flex-direction: column; gap: 16px; text-align: center; color: var(--cc-bone, #EDEFE9); }
.cc-age-logo { height: 30px; width: auto; margin: 0 auto 6px; }
.cc-age-title { font-family: var(--cc-font, 'Archivo', sans-serif); font-size: clamp(22px, 3vw, 30px); font-weight: 900; letter-spacing: -0.03em; text-transform: uppercase; line-height: 1.05; margin: 0; }
.cc-age-text { font-size: 14.5px; line-height: 1.55; color: var(--cc-t2, rgba(237,239,233,0.65)); margin: 0; }
.cc-age-actions { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
.cc-age-actions .cc-btn { min-width: 160px; }
.cc-age-remember { font-size: 12.5px; color: var(--cc-t3, rgba(237,239,233,0.45)); display: flex; gap: 8px; justify-content: center; align-items: center; }
.cc-age-legal { font-family: var(--cc-mono, monospace); font-size: 10.5px; color: var(--cc-t3, rgba(237,239,233,0.45)); margin: 0; }
/* Suche */
.cc-search { position: relative; display: flex; align-items: center; width: 100%; }
.cc-search > .cc-ic-search { position: absolute; left: 14px; width: 17px; height: 17px; color: var(--cc-org, #F26522); pointer-events: none; }
.cc-search-input { width: 100%; background: rgba(237,239,233,0.08); border: 1px solid rgba(237,239,233,0.12); border-radius: 999px; padding: 11px 40px 11px 40px; font-family: var(--cc-font, 'Archivo', sans-serif); font-size: 13.5px; color: var(--cc-bone, #EDEFE9); outline: none; -webkit-appearance: none; appearance: none; transition: border-color 0.15s, background 0.15s; }
.cc-search-input::placeholder { color: rgba(237,239,233,0.45); }
.cc-search-input:focus { border-color: var(--cc-org, #F26522); background: rgba(237,239,233,0.1); }
.cc-search-input::-webkit-search-cancel-button { display: none; }
.cc-search-clear { position: absolute; right: 8px; width: 30px; height: 30px; border: 0; background: transparent; color: var(--cc-t3, rgba(237,239,233,0.45)); border-radius: 50%; display: grid; place-items: center; cursor: pointer; padding: 0; }
.cc-search-clear:hover { color: var(--cc-bone, #EDEFE9); background: rgba(237,239,233,0.1); }
.cc-search-clear .cc-ic { width: 16px; height: 16px; }
.cc-search-results { position: absolute; top: calc(100% + 10px); left: 0; right: 0; min-width: 320px; background: var(--cc-bg2, #101410); border: 1px solid rgba(237,239,233,0.16); border-radius: 14px; box-shadow: 0 30px 60px -20px rgba(0,0,0,0.8); padding: 8px; z-index: 5000; max-height: min(70vh, 620px); overflow: auto; }
.cc-sr-title { font-family: var(--cc-mono, monospace); font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--cc-org, #F26522); padding: 10px 10px 6px; }
.cc-sr-item { display: grid; grid-template-columns: 48px 1fr auto; gap: 12px; align-items: center; padding: 8px 10px; border-radius: 10px; text-decoration: none; color: var(--cc-bone, #EDEFE9); }
.cc-sr-item:hover, .cc-sr-item:focus, .cc-sr-cat:hover, .cc-sr-cat:focus { background: rgba(237,239,233,0.08); outline: none; }
.cc-sr-item img { width: 48px; height: 48px; border-radius: 8px; object-fit: cover; background: var(--cc-ph, #161B15); }
.cc-sr-txt { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.cc-sr-brand { font-family: var(--cc-mono, monospace); font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--cc-grn, #3E9B4F); }
.cc-sr-name { font-size: 13.5px; font-weight: 700; line-height: 1.3; }
.cc-sr-name mark { background: transparent; color: var(--cc-org, #F26522); }
.cc-sr-price { font-size: 13px; font-weight: 800; color: var(--cc-org, #F26522); white-space: nowrap; }
.cc-sr-price del { font-weight: 400; color: rgba(237,239,233,0.4); font-size: 11px; margin-right: 4px; }
.cc-sr-price ins { text-decoration: none; }
.cc-sr-cat { display: flex; justify-content: space-between; gap: 10px; padding: 9px 10px; border-radius: 10px; text-decoration: none; color: var(--cc-bone, #EDEFE9); font-size: 13.5px; font-weight: 600; }
.cc-sr-cat span { font-family: var(--cc-mono, monospace); font-size: 10.5px; color: var(--cc-t3, rgba(237,239,233,0.45)); }
.cc-sr-all { display: block; margin: 6px 4px 4px; padding: 12px; text-align: center; border-radius: 999px; background: var(--cc-org, #F26522); color: #fff; font-size: 13px; font-weight: 800; text-decoration: none; }
.cc-sr-all:hover { background: var(--cc-org2, #FF7A3C); color: #fff; }
.cc-sr-empty { padding: 16px 12px; font-size: 13.5px; color: var(--cc-t2, rgba(237,239,233,0.65)); }
/* Member-Formular */
.cc-member-form form, .cc-member-form { display: flex; flex-wrap: wrap; gap: 10px; }
.cc-member-form input { flex: 1; min-width: 200px; background: rgba(11,13,10,0.16); border: 1px solid rgba(255,255,255,0.4); border-radius: 999px; padding: 15px 20px; font-family: var(--cc-font, 'Archivo', sans-serif); font-size: 14px; color: #fff; outline: none; }
.cc-member-form input::placeholder { color: rgba(255,255,255,0.65); }
.cc-member-form input:focus { border-color: #fff; }
.cc-member-form .cc-btn { padding: 15px 26px; font-size: 14px; border: 0; cursor: pointer; }
/* Merkliste-Seite */
.cc-wishlist-empty { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; padding: 30px 0; }
/* Breadcrumb, Zähler, Sortierung */
.cc-breadcrumb { display: flex; flex-wrap: wrap; gap: 8px; font-family: var(--cc-mono, monospace); font-size: 10.5px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--cc-t3, rgba(237,239,233,0.45)); }
.cc-breadcrumb a { color: var(--cc-t3, rgba(237,239,233,0.45)); text-decoration: none; }
.cc-breadcrumb a:hover { color: var(--cc-org, #F26522); }
.cc-bc-sep { opacity: 0.5; }
.cc-result-count { white-space: nowrap; font-family: var(--cc-mono, monospace); font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--cc-t3, rgba(237,239,233,0.45)); }
.cc-sort { display: inline-flex; align-items: center; gap: 8px; font-family: var(--cc-mono, monospace); font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--cc-t3, rgba(237,239,233,0.45)); }
.cc-sort select { background: rgba(237,239,233,0.08); border: 1px solid rgba(237,239,233,0.16); border-radius: 999px; padding: 9px 34px 9px 14px; color: var(--cc-bone, #EDEFE9); font-family: var(--cc-font, 'Archivo', sans-serif); font-size: 13px; font-weight: 700; -webkit-appearance: none; appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23EDEFE9' stroke-width='2'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 12px center; background-size: 14px; cursor: pointer; }
/* Filter */
.cc-filters { display: flex; flex-direction: column; gap: 4px; }
.cc-filters-head { display: flex; align-items: center; gap: 12px; padding: 0 0 14px; border-bottom: 1px solid var(--cc-line, rgba(237,239,233,0.14)); margin-bottom: 4px; }
.cc-filters-title { display: inline-flex; align-items: center; gap: 8px; font-family: var(--cc-font, 'Archivo', sans-serif); font-size: 15px; font-weight: 900; letter-spacing: -0.02em; text-transform: uppercase; color: var(--cc-bone, #EDEFE9); }
.cc-filters-title .cc-ic { width: 17px; height: 17px; color: var(--cc-org, #F26522); }
.cc-filters-reset { margin-left: auto; font-family: var(--cc-mono, monospace); font-size: 10.5px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--cc-t3, rgba(237,239,233,0.45)); background: none; border: 0; cursor: pointer; padding: 6px 0; text-decoration: none; transition: color 0.15s; }
.cc-filters-reset:hover { color: var(--cc-org, #F26522); }
.cc-filter-group { border-bottom: 1px solid var(--cc-line, rgba(237,239,233,0.14)); padding: 4px 0 14px; }
.cc-filter-title { display: flex; justify-content: space-between; align-items: center; gap: 10px; width: 100%; background: none; border: 0; padding: 12px 0 10px; font-family: var(--cc-font, 'Archivo', sans-serif); font-size: 13px; font-weight: 800; letter-spacing: 0.02em; text-transform: uppercase; color: var(--cc-bone, #EDEFE9); cursor: pointer; text-align: left; }
.cc-filter-title::after { content: ""; width: 16px; height: 16px; flex-shrink: 0; background: currentColor; -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") center / 100% no-repeat; mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") center / 100% no-repeat; color: var(--cc-t3, rgba(237,239,233,0.45)); transition: transform 0.25s ease; }
.cc-filter-title:hover::after { color: var(--cc-bone, #EDEFE9); }
.cc-filter-group.is-collapsed .cc-filter-title::after { transform: rotate(-90deg); }
.cc-filter-group.is-collapsed .cc-filter-body { display: none; }
.cc-filter-group.is-collapsed { padding-bottom: 4px; }
.cc-filter-body { display: flex; flex-direction: column; gap: 1px; max-height: 268px; overflow: auto; scrollbar-width: thin; scrollbar-color: rgba(237,239,233,0.2) transparent; padding-right: 4px; margin-right: -4px; }
.cc-filter-body::-webkit-scrollbar { width: 6px; }
.cc-filter-body::-webkit-scrollbar-thumb { background: rgba(237,239,233,0.2); border-radius: 3px; }
.cc-filter-opt { display: flex; align-items: center; gap: 11px; padding: 7px 8px; margin: 0 -8px; border-radius: 8px; font-size: 13.5px; color: var(--cc-t2, rgba(237,239,233,0.65)); cursor: pointer; transition: background 0.15s, color 0.15s; }
.cc-filter-opt:hover { background: rgba(237,239,233,0.06); color: var(--cc-bone, #EDEFE9); }
.cc-filter-opt:has(input:checked) { color: var(--cc-bone, #EDEFE9); }
.cc-filter-opt input { appearance: none; -webkit-appearance: none; width: 18px; height: 18px; margin: 0; flex-shrink: 0; border: 1.5px solid rgba(237,239,233,0.35); border-radius: 5px; background: transparent; display: grid; place-items: center; cursor: pointer; transition: background 0.15s, border-color 0.15s, transform 0.15s; }
.cc-filter-opt input::before { content: ""; width: 10px; height: 10px; background: #fff; -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m5 12 4.5 4.5L19 7'/%3E%3C/svg%3E") center / 100% no-repeat; mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m5 12 4.5 4.5L19 7'/%3E%3C/svg%3E") center / 100% no-repeat; transform: scale(0); transition: transform 0.15s ease; }
.cc-filter-opt input:checked { background: var(--cc-org, #F26522); border-color: var(--cc-org, #F26522); }
.cc-filter-opt input:checked::before { transform: scale(1); }
.cc-filter-opt input:focus-visible { outline: 2px solid var(--cc-org, #F26522); outline-offset: 2px; }
.cc-filter-opt .cc-cnt { margin-left: auto; font-family: var(--cc-mono, monospace); font-size: 10.5px; color: var(--cc-t3, rgba(237,239,233,0.45)); background: rgba(237,239,233,0.06); border-radius: 999px; padding: 2px 7px; min-width: 24px; text-align: center; }
.cc-filter-chips { display: flex; flex-wrap: wrap; gap: 7px; padding-top: 2px; }
.cc-fchip { position: relative; border: 1px solid rgba(237,239,233,0.22); border-radius: 999px; padding: 8px 13px; font-size: 12.5px; font-weight: 700; color: var(--cc-t2, rgba(237,239,233,0.65)); cursor: pointer; display: inline-flex; align-items: center; gap: 8px; transition: background 0.15s, border-color 0.15s, color 0.15s, transform 0.15s; }
.cc-fchip:hover { border-color: rgba(237,239,233,0.5); color: var(--cc-bone, #EDEFE9); }
.cc-fchip:active { transform: scale(0.97); }
.cc-fchip input { position: absolute; opacity: 0; pointer-events: none; }
.cc-fchip:has(input:checked) { background: var(--cc-org, #F26522); border-color: var(--cc-org, #F26522); color: #fff; }
.cc-price { display: flex; flex-direction: column; gap: 14px; padding-top: 8px; }
.cc-price-slider { position: relative; height: 22px; margin: 4px 9px 0; }
.cc-price-track { position: absolute; left: 0; right: 0; top: 10px; height: 3px; border-radius: 3px; background: rgba(237,239,233,0.18); }
.cc-price-fill { position: absolute; top: 10px; height: 3px; border-radius: 3px; background: var(--cc-org, #F26522); }
.cc-price-slider input[type="range"] { position: absolute; left: -9px; right: -9px; width: calc(100% + 18px); top: 0; height: 22px; margin: 0; background: transparent; -webkit-appearance: none; appearance: none; pointer-events: none; }
.cc-price-slider input[type="range"]::-webkit-slider-runnable-track { background: transparent; height: 22px; }
.cc-price-slider input[type="range"]::-moz-range-track { background: transparent; height: 22px; }
.cc-price-slider input[type="range"]::-webkit-slider-thumb { -webkit-appearance: none; appearance: none; width: 18px; height: 18px; margin-top: 2px; border-radius: 50%; background: var(--cc-bone, #EDEFE9); border: 3px solid var(--cc-org, #F26522); box-shadow: 0 2px 8px rgba(0,0,0,0.5); pointer-events: auto; cursor: grab; transition: transform 0.15s; }
.cc-price-slider input[type="range"]::-moz-range-thumb { width: 12px; height: 12px; border-radius: 50%; background: var(--cc-bone, #EDEFE9); border: 3px solid var(--cc-org, #F26522); box-shadow: 0 2px 8px rgba(0,0,0,0.5); pointer-events: auto; cursor: grab; }
.cc-price-slider input[type="range"]:active::-webkit-slider-thumb { transform: scale(1.15); cursor: grabbing; }
.cc-price-slider input[type="range"]:focus-visible::-webkit-slider-thumb { outline: 2px solid var(--cc-org, #F26522); outline-offset: 2px; }
.cc-price-row { display: flex; align-items: center; gap: 8px; }
.cc-price-field { display: flex; align-items: center; gap: 8px; flex: 1; min-width: 0; background: rgba(237,239,233,0.06); border: 1px solid rgba(237,239,233,0.16); border-radius: 10px; padding: 0 10px; transition: border-color 0.15s; }
.cc-price-field:focus-within { border-color: var(--cc-org, #F26522); }
.cc-price-field span { font-family: var(--cc-mono, monospace); font-size: 10.5px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--cc-t3, rgba(237,239,233,0.45)); }
.cc-price-field input { width: 100%; min-width: 0; background: transparent; border: 0; padding: 10px 0; color: var(--cc-bone, #EDEFE9); font-family: var(--cc-mono, monospace); font-size: 13px; -moz-appearance: textfield; appearance: textfield; }
.cc-price-field input::-webkit-inner-spin-button, .cc-price-field input::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; }
.cc-price-field input:focus { outline: none; }
.cc-price-field input::placeholder { color: var(--cc-t3, rgba(237,239,233,0.45)); }
.cc-active-filters { display: flex; flex-wrap: wrap; gap: 7px; }
.cc-active-filters:empty { display: none; }
.cc-active-filter { display: inline-flex; align-items: center; gap: 6px; background: rgba(242,101,34,0.14); border: 1px solid rgba(242,101,34,0.5); color: var(--cc-bone, #EDEFE9); border-radius: 999px; padding: 6px 11px; font-size: 12px; font-weight: 700; text-decoration: none; transition: background 0.15s; }
.cc-active-filter:hover { background: rgba(242,101,34,0.3); }
.cc-active-filter .cc-ic { width: 13px; height: 13px; }
.cc-filters-toggle { display: none; }
.cc-filters-foot { display: none; }
[data-cc-archive] { transition: opacity 0.2s; }
[data-cc-archive].is-loading { opacity: 0.45; pointer-events: none; }
.cc-filters-close { display: none; }
@media (max-width: 1023px) {
  .cc-filters-toggle { display: inline-flex; align-items: center; gap: 8px; border: 1px solid rgba(237,239,233,0.24); border-radius: 999px; padding: 10px 16px; font-family: var(--cc-font, sans-serif); font-size: 13px; font-weight: 800; color: var(--cc-bone, #EDEFE9); background: transparent; cursor: pointer; transition: background 0.15s; }
  .cc-filters-toggle:hover { background: rgba(237,239,233,0.08); }
  .cc-filters-toggle .cc-ic { width: 16px; height: 16px; }
  .cc-archive .cc-archive-side, .cc-filters-panel { position: fixed; inset: 0 auto 0 0; width: min(380px, 92vw); z-index: 6000; background: var(--cc-bg2, #101410); border-right: 1px solid rgba(237,239,233,0.14); padding: 0; overflow: hidden; transform: translateX(-105%); transition: transform 0.28s cubic-bezier(0.32, 0.72, 0, 1); display: flex; flex-direction: column; }
  body.cc-filters-open .cc-archive-side, body.cc-filters-open .cc-filters-panel { transform: none; box-shadow: 0 0 0 100vmax rgba(0,0,0,0.6); }
  body.cc-filters-open { overflow: hidden; }
  .cc-archive-side .bde-shortcode, .cc-archive-side .cc-filters { display: flex; flex-direction: column; flex: 1; min-height: 0; }
  .cc-filters { overflow: auto; padding: 0 20px 20px; }
  .cc-filters-head { position: sticky; top: 0; background: var(--cc-bg2, #101410); z-index: 2; padding: 18px 0 14px; }
  .cc-filters-close { display: inline-grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; border: 1px solid rgba(237,239,233,0.2); background: transparent; color: var(--cc-bone, #EDEFE9); cursor: pointer; }
  .cc-filters-close .cc-ic { width: 16px; height: 16px; }
  .cc-filters-foot { display: block; position: sticky; bottom: 0; background: linear-gradient(to top, var(--cc-bg2, #101410) 70%, transparent); padding: 16px 0 0; margin-top: auto; }
  .cc-filters-foot .cc-btn { width: 100%; }
  .cc-filters-foot .cc-result-count { font: inherit; letter-spacing: 0; text-transform: none; color: inherit; }
  .cc-filter-body { max-height: none; }
}
/* Kassen-Schritte, Vertrauen */
.cc-steps { display: flex; gap: 6px; list-style: none; margin: 0 0 24px; padding: 0; font-family: var(--cc-mono, monospace); font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--cc-t3, rgba(237,239,233,0.45)); flex-wrap: wrap; }
.cc-steps li { display: flex; align-items: center; gap: 8px; padding: 8px 12px 8px 8px; border: 1px solid var(--cc-line, rgba(237,239,233,0.14)); border-radius: 999px; }
.cc-steps li.is-current { color: var(--cc-bone, #EDEFE9); border-color: var(--cc-org, #F26522); }
.cc-steps li.is-done { color: var(--cc-grn, #3E9B4F); }
.cc-step-n { width: 22px; height: 22px; border-radius: 50%; background: rgba(237,239,233,0.1); display: grid; place-items: center; font-size: 10.5px; color: inherit; }
.cc-steps li.is-current .cc-step-n { background: var(--cc-org, #F26522); color: #fff; }
.cc-step-n .cc-ic { width: 13px; height: 13px; }
.cc-trust { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px 18px; }
.cc-trust li { display: flex; gap: 10px; align-items: flex-start; font-size: 13px; color: var(--cc-t2, rgba(237,239,233,0.65)); }
.cc-trust li .cc-ic { width: 16px; height: 16px; color: var(--cc-grn, #3E9B4F); margin-top: 2px; }
.cc-trust li b { display: block; color: var(--cc-bone, #EDEFE9); font-weight: 800; font-size: 13px; }
.cc-trust li small { font-size: 12px; }
/* Mengen-Buttons, Toast */
.quantity { display: inline-flex; align-items: center; border: 1px solid rgba(237,239,233,0.24); border-radius: 999px; overflow: hidden; }
.quantity input.qty { width: 54px; text-align: center; background: transparent; border: 0; color: var(--cc-bone, #EDEFE9); font-family: var(--cc-font, sans-serif); font-weight: 800; font-size: 14px; -moz-appearance: textfield; }
.quantity input.qty::-webkit-outer-spin-button, .quantity input.qty::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.cc-qty-btn { width: 40px; height: 44px; background: transparent; border: 0; color: var(--cc-bone, #EDEFE9); font-size: 18px; cursor: pointer; }
.cc-qty-btn:hover { background: rgba(237,239,233,0.1); }
.cc-toast { position: fixed; left: 50%; bottom: 24px; transform: translate(-50%, 20px); background: var(--cc-bone, #EDEFE9); color: var(--cc-bg, #0B0D0A); font-family: var(--cc-font, sans-serif); font-weight: 800; font-size: 13.5px; padding: 12px 18px; border-radius: 999px; opacity: 0; transition: opacity 0.2s, transform 0.2s; z-index: 7000; pointer-events: none; box-shadow: 0 20px 40px -10px rgba(0,0,0,0.6); }
.cc-toast.is-on { opacity: 1; transform: translate(-50%, 0); }
@media (prefers-reduced-motion: reduce) { .cc-slide, .cc-dot, .cc-filters-panel, .cc-toast { transition: none !important; } .cc-brands-track, .cc-ticker-track { animation: none !important; } }

/* Mobile Suche einblenden */
@media (max-width: 767px) {
  body.cc-search-open .cc-hdr-in .cc-search { display: block; order: 3; flex-basis: 100%; max-width: none; width: 100%; }
  body.cc-search-open .cc-hdr-in form.cc-search { display: flex; max-width: none; }
}

/* Header-Badges, Pills */
.cc-wish-count[hidden] { display: none; }
a.cc-pill { text-decoration: none; }
a.cc-pill:hover { border-color: var(--cc-org, #F26522); color: var(--cc-bone, #EDEFE9); }
/* Mini-Cart-Panel (dunkel) */
.bde-mini-cart-offcanvas { background: var(--cc-bg2, #101410); color: var(--cc-bone, #EDEFE9); border: 1px solid rgba(237,239,233,0.14); border-radius: 16px; box-shadow: 0 30px 60px -20px rgba(0,0,0,0.8); }
.bde-mini-cart-offcanvas--sidebar { border-radius: 0; }
.bde-mini-cart-offcanvas-topbar { border-bottom: 1px solid rgba(237,239,233,0.14); }
.bde-mini-cart-offcanvas-title { font-family: var(--cc-font, 'Archivo', sans-serif); font-weight: 900; text-transform: uppercase; letter-spacing: -0.02em; color: var(--cc-bone, #EDEFE9); }
.bde-mini-cart-offcanvas__close-button { color: var(--cc-bone, #EDEFE9); }
.bde-mini-cart-offcanvas .woocommerce-mini-cart-item { border-bottom: 1px solid rgba(237,239,233,0.1); }
.bde-mini-cart-offcanvas .bde-mini-cart-item-title { color: var(--cc-bone, #EDEFE9); font-weight: 700; }
.bde-mini-cart-offcanvas .woocommerce-Price-amount { color: var(--cc-org, #F26522); font-weight: 800; }
.bde-mini-cart-offcanvas .remove_from_cart_button { color: var(--cc-t3, rgba(237,239,233,0.45)); }
.bde-mini-cart-offcanvas .woocommerce-mini-cart__total { color: var(--cc-bone, #EDEFE9); }
.bde-mini-cart-offcanvas .woocommerce-mini-cart__empty-message { color: var(--cc-t2, rgba(237,239,233,0.65)); }
.bde-mini-cart-offcanvas .quantity { border-color: rgba(237,239,233,0.24); }
.bde-mini-cart-offcanvas input.qty { color: var(--cc-bone, #EDEFE9); background: transparent; }
.bde-mini-cart-offcanvas .bde-quantity-button { color: var(--cc-bone, #EDEFE9); }
/* Warenkorb / Kasse / Konto */
.cc-wpage .woocommerce-info, .cc-wpage .woocommerce-message, .cc-wpage .woocommerce-error { background: rgba(237,239,233,0.06); border: 1px solid rgba(237,239,233,0.16); color: var(--cc-bone, #EDEFE9); border-radius: 12px; }
.cc-wpage .woocommerce-message { background: rgba(62,155,79,0.15); border-color: rgba(62,155,79,0.5); }
.cc-wpage .woocommerce-error { background: rgba(242,101,34,0.12); border-color: rgba(242,101,34,0.5); }
.cc-wpage .woocommerce-info a, .cc-wpage .woocommerce-message a { color: var(--cc-org, #F26522); }
.cc-wpage .woocommerce-info::before, .cc-wpage .woocommerce-message::before, .cc-wpage .woocommerce-error::before { background-color: var(--cc-org, #F26522); }
.cc-wpage h2, .cc-wpage h3, .cc-wpage .woocommerce-billing-fields h3, .cc-wpage .cart_totals h2, .cc-wpage .cross-sells h2 { font-family: var(--cc-font, 'Archivo', sans-serif); font-weight: 900; letter-spacing: -0.03em; text-transform: uppercase; font-size: 22px; color: var(--cc-bone, #EDEFE9); }
.cc-wpage .cross-sells { margin-top: 40px; }
.cc-wpage ul.products { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.cc-wpage ul.products li.product { border: 1px solid rgba(237,239,233,0.13); border-radius: 16px; background: var(--cc-bg2, #101410); overflow: hidden; display: flex; flex-direction: column; margin: 0; width: auto; }
.cc-wpage ul.products li.product .bde-woo-product-image { aspect-ratio: 1 / 1; overflow: hidden; background: #fff; }
.cc-wpage ul.products li.product img { width: 100%; height: 100%; object-fit: cover; display: block; }
.cc-wpage ul.products li.product .woocommerce-loop-product__title { font-family: var(--cc-font, 'Archivo', sans-serif); font-size: 14.5px; font-weight: 800; letter-spacing: -0.015em; color: var(--cc-bone, #EDEFE9); padding: 12px 14px 0; margin: 0; text-transform: none; }
.cc-wpage ul.products li.product .price { padding: 6px 14px 0; font-weight: 900; color: var(--cc-org, #F26522); font-size: 16px; }
.cc-wpage ul.products li.product .button { margin: 12px 14px 14px; display: flex; justify-content: center; border-radius: 999px; padding: 12px 14px; font-size: 13px; font-weight: 800; border: 1px solid rgba(237,239,233,0.24); background: transparent; color: var(--cc-bone, #EDEFE9); text-decoration: none; }
.cc-wpage ul.products li.product .button:hover { background: var(--cc-org, #F26522); border-color: var(--cc-org, #F26522); color: #fff; }
.cc-wpage ul.products li.product .added_to_cart { display: none; }
@media (max-width: 1023px) { .cc-wpage ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); } }

/* Woo-Hinweise (Breakdance-Variablen) dunkel */
body .breakdance-woocommerce { --bde-woo-notices__info-background: rgba(237,239,233,0.06); --bde-woo-notices__info-text: #EDEFE9; --bde-woo-notices__success-background: rgba(62,155,79,0.15); --bde-woo-notices__success-text: #EDEFE9; --bde-woo-notices__error-background: rgba(242,101,34,0.12); --bde-woo-notices__error-text: #EDEFE9; --bde-woo-notices__border-radius: 12px; --bde-woo-notices__success-link-text: #F26522; --bde-woo-notices__success-link-text-hover: #FF7A3C; }
body .breakdance-woocommerce .woocommerce-info { border: 1px solid rgba(237,239,233,0.16); }
body .breakdance-woocommerce .woocommerce-info a { color: #F26522; }
body .breakdance-woocommerce .woocommerce-info::before { background-color: #F26522; }
body .breakdance-woocommerce .woocommerce-message { border: 1px solid rgba(62,155,79,0.5); }
body .breakdance-woocommerce .woocommerce-message::before { background-color: #3E9B4F; }
body .breakdance-woocommerce .woocommerce-error { border: 1px solid rgba(242,101,34,0.5); }
body .breakdance-woocommerce .woocommerce-error::before { background-color: #F26522; }
/* Mini-Cart innen */
.bde-mini-cart-offcanvas-body { background: var(--cc-bg2, #101410); color: var(--cc-bone, #EDEFE9); }
.bde-mini-cart-offcanvas-topbar { background: var(--cc-bg2, #101410); }
.bde-mini-cart-offcanvas .bde-mini-cart-offcanvas-title { color: var(--cc-bone, #EDEFE9); }
.bde-mini-cart-offcanvas .bde-mini-cart-item-title { color: var(--cc-bone, #EDEFE9); }
.bde-mini-cart-offcanvas .woocommerce-mini-cart__buttons a.button { border-radius: 999px; }
/* Bundle-Produkte (WPC Product Bundles) */
.cc-pdp-cta .woosb-wrap { width: 100%; margin: 0 0 12px; }
.cc-pdp-cta .woosb-products { border: 1px solid rgba(237,239,233,0.14); border-radius: 12px; overflow: hidden; margin: 0; }
.cc-pdp-cta .woosb-product { display: grid; grid-template-columns: 56px minmax(0, 1fr) auto; gap: 12px; align-items: center; padding: 10px 12px; border-bottom: 1px solid rgba(237,239,233,0.1); background: transparent; margin: 0; }
.cc-pdp-cta .woosb-product:last-child { border-bottom: 0; }
.cc-pdp-cta .woosb-thumb { width: 56px; margin: 0; padding: 0; }
.cc-pdp-cta .woosb-thumb img { width: 56px; height: 56px; border-radius: 8px; object-fit: cover; background: #fff; display: block; }
.cc-pdp-cta .woosb-title { min-width: 0; margin: 0; padding: 0; }
.cc-pdp-cta .woosb-name { font-family: var(--cc-font, sans-serif); font-size: 14px; font-weight: 700; color: var(--cc-bone, #EDEFE9); line-height: 1.3; }
.cc-pdp-cta .woosb-name a { color: var(--cc-bone, #EDEFE9); text-decoration: none; }
.cc-pdp-cta .woosb-name a:hover { color: var(--cc-org, #F26522); }
.cc-pdp-cta .woosb-product-unpurchasable .woosb-name a { text-decoration: line-through; color: var(--cc-t3, rgba(237,239,233,0.45)); }
.cc-pdp-cta .woosb-availability p.stock { margin: 3px 0 0; padding: 0; background: transparent; border: 0; font-family: var(--cc-mono, monospace); font-size: 10.5px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--cc-grn, #3E9B4F); width: auto; display: block; }
.cc-pdp-cta .woosb-availability p.stock::before { display: none; }
.cc-pdp-cta .woosb-availability p.out-of-stock { color: var(--cc-org, #F26522); }
.cc-pdp-cta .woosb-price { text-align: right; font-family: var(--cc-font, sans-serif); font-size: 14px; font-weight: 800; color: var(--cc-bone, #EDEFE9); white-space: nowrap; margin: 0; padding: 0; }
.cc-pdp-cta .woosb-price del { display: block; font-size: 11.5px; font-weight: 500; color: rgba(237,239,233,0.4); }
.cc-pdp-cta .woosb-price ins { text-decoration: none; }
.cc-pdp-cta .woosb-price .woocommerce-Price-amount { color: inherit; }
.cc-pdp-cta .woosb-quantity { display: inline-flex; align-items: center; border: 1px solid rgba(237,239,233,0.24); border-radius: 999px; overflow: hidden; }
.cc-pdp-cta .woosb-quantity input { background: transparent; border: 0; color: var(--cc-bone, #EDEFE9); width: 44px; text-align: center; font-weight: 800; }
.cc-pdp-cta .woosb-quantity-plus-minus { color: var(--cc-bone, #EDEFE9); }
.cc-pdp-cta .woosb-alert { background: rgba(242,101,34,0.12); border: 1px solid rgba(242,101,34,0.5); color: var(--cc-bone, #EDEFE9); border-radius: 12px; padding: 12px 14px; font-size: 13.5px; margin: 10px 0 0; }
.cc-pdp-cta .woosb-alert:empty { display: none; }
.cc-pdp-cta .woosb-total { font-family: var(--cc-font, sans-serif); font-size: 15px; font-weight: 800; color: var(--cc-bone, #EDEFE9); margin: 10px 0 0; }
.cc-pdp-cta .woosb-total .woocommerce-Price-amount { color: var(--cc-org, #F26522); }
.cc-pdp-cta .woosb-text { color: var(--cc-t2, rgba(237,239,233,0.65)); font-size: 13.5px; }
.cc-pdp-cta > p.stock, .cc-pdp-cta .bde-wooproductcartbutton > p.stock { display: inline-block !important; width: max-content !important; max-width: 100%; flex: 0 0 auto; align-self: flex-start; justify-self: start; background: rgba(242,101,34,0.12); border: 1px solid rgba(242,101,34,0.5); border-radius: 999px; padding: 9px 14px; margin: 0; color: var(--cc-bone, #EDEFE9); font-family: var(--cc-mono, monospace); font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; }
/* Produktgalerie (Swiper) im festen Kasten */
.cc-pdp-gallery { min-height: 0; }
.cc-pdp-gallery .swiper { height: 100%; }
.cc-pdp-gallery .swiper-wrapper { height: 100%; }
.cc-pdp-gallery .swiper-slide { height: 100%; }
.cc-pdp-gallery .bde-swiper__slide { height: 100%; width: 100%; }
.cc-pdp-gallery .bde-swiper__image { width: 100%; height: 100%; object-fit: contain; }
@media (max-width: 767px) { .cc-pdp-gallery { max-height: none; height: auto; aspect-ratio: 1 / 1; } }
/* Warenkorb/Kasse: Tabellen auf schmalen Screens */
.cc-wpage .cart_totals table, .cc-wpage table.woocommerce-checkout-review-order-table { width: 100%; max-width: 100%; }
.cc-wpage .cart_totals th, .cc-wpage .woocommerce-checkout-review-order-table th { white-space: nowrap; padding-right: 12px; }
.cc-wpage .cart_totals td, .cc-wpage .woocommerce-checkout-review-order-table td { overflow-wrap: break-word; min-width: 0; }
.cc-wpage .cart_totals, .cc-wpage .woocommerce-checkout-review-order { max-width: 100%; overflow: hidden; }
.cc-wpage .woocommerce-shipping-methods { list-style: none; margin: 0; padding: 0; }
.cc-wpage .woocommerce-shipping-methods li { display: flex; gap: 8px; align-items: flex-start; margin-bottom: 6px; }
.cc-wpage .woocommerce-shipping-methods label { overflow-wrap: break-word; }
/* Spezifität gegen Breakdance-Elementstile */
body .bde-mini-cart .bde-mini-cart-offcanvas { background: var(--cc-bg2, #101410); color: var(--cc-bone, #EDEFE9); }
body .bde-mini-cart .bde-mini-cart-offcanvas-body { background: var(--cc-bg2, #101410); color: var(--cc-bone, #EDEFE9); }
body .bde-mini-cart .bde-mini-cart-offcanvas-topbar { background: var(--cc-bg2, #101410); border-bottom: 1px solid rgba(237,239,233,0.14); }
body .bde-mini-cart .bde-mini-cart-offcanvas-title { color: var(--cc-bone, #EDEFE9); }
body .bde-mini-cart .bde-mini-cart-item-title { color: var(--cc-bone, #EDEFE9); }
body .bde-mini-cart .woocommerce-mini-cart-item { border-color: rgba(237,239,233,0.1); }
body .bde-mini-cart .woocommerce-mini-cart__total { color: var(--cc-bone, #EDEFE9); border-color: rgba(237,239,233,0.14); }
body .bde-mini-cart .woocommerce-mini-cart__total { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 4px 0 14px; margin: 0; border-top: 0; }
body .bde-mini-cart .woocommerce-mini-cart__total .cc-mc-label { display: flex; flex-direction: column; gap: 3px; font-family: var(--cc-mono, monospace); font-size: 11px; font-weight: 500; line-height: 1.2; letter-spacing: 0.12em; text-transform: uppercase; color: var(--cc-t3, rgba(237,239,233,0.45)); }
body .bde-mini-cart .woocommerce-mini-cart__total .cc-mc-label small { font-size: 10px; letter-spacing: 0.06em; text-transform: none; color: var(--cc-t3, rgba(237,239,233,0.45)); }
body .bde-mini-cart .woocommerce-mini-cart__total .woocommerce-Price-amount, body .bde-mini-cart .woocommerce-mini-cart__total .woocommerce-Price-amount bdi { font-family: var(--cc-font, 'Archivo', sans-serif); font-weight: 900; font-size: 22px; line-height: 1; letter-spacing: -0.02em; color: var(--cc-bone, #EDEFE9); }
body .bde-mini-cart .bde-mini-cart-item .woocommerce-Price-amount { color: var(--cc-org, #F26522); }
body .bde-mini-cart .remove_from_cart_button { color: var(--cc-t3, rgba(237,239,233,0.45)); }
body .bde-mini-cart .quantity { border-color: rgba(237,239,233,0.24); }
body .bde-mini-cart input.qty { color: var(--cc-bone, #EDEFE9); background: transparent; }
body .bde-mini-cart .bde-quantity-button { color: var(--cc-bone, #EDEFE9); }
body .bde-mini-cart .bde-mini-cart-offcanvas__close-button { color: var(--cc-bone, #EDEFE9); }
body .bde-mini-cart .woocommerce-mini-cart__buttons a.wc-forward:not(.button) { color: var(--cc-org, #F26522); }
body .bde-mini-cart .woocommerce-mini-cart__buttons a.button { color: #FFFFFF; }
body .bde-mini-cart .woocommerce-mini-cart__buttons a.button.checkout { color: #FFFFFF; background: var(--cc-org, #F26522); }
.cc-pdp-cta > p.stock::before, .cc-pdp-cta .bde-wooproductcartbutton > p.stock::before { display: none; }
body .cc-pdp .cc-pdp-gallery { height: auto; }
body .cc-pdp .cc-pdp-gallery .bde-swiper__image { width: 100%; height: 100%; object-fit: contain; }
@media (max-width: 767px) { body .cc-pdp .cc-pdp-gallery { max-height: none; aspect-ratio: 1 / 1; } }
/* Leerzustände: Mini-Cart und Warenkorb-Seite */
body .bde-mini-cart .widget_shopping_cart_content:has(.woocommerce-mini-cart__empty-message) { padding: 18px; }
body .bde-mini-cart .woocommerce-mini-cart__empty-message { margin: 0; padding: 36px 20px; border: 1px dashed rgba(237,239,233,0.3); border-radius: 14px; background: transparent; text-align: center; font-family: var(--cc-font, 'Archivo', sans-serif); font-size: 15px; font-weight: 800; color: var(--cc-bone, #EDEFE9); text-transform: uppercase; letter-spacing: -0.01em; }
body .bde-mini-cart .woocommerce-mini-cart__empty-message::before { display: none; }
body .bde-mini-cart .bde-mini-cart-continue-link { display: flex; justify-content: center; align-items: center; margin: 0 18px 18px; padding: 14px 20px; border-radius: 999px; background: var(--cc-org, #F26522); color: #FFFFFF; font-family: var(--cc-font, 'Archivo', sans-serif); font-size: 14px; font-weight: 800; text-decoration: none; }
body .bde-mini-cart .bde-mini-cart-continue-link:hover { background: var(--cc-org2, #FF7A3C); color: #FFFFFF; }
body .bde-mini-cart .bde-mini-cart-continue-link::after { content: none; }
body .bde-mini-cart .woocommerce-mini-cart__buttons ~ .bde-mini-cart-continue-link, body .bde-mini-cart .widget_shopping_cart_content:has(.woocommerce-mini-cart-item) ~ .bde-mini-cart-continue-link { background: transparent; color: var(--cc-org, #F26522); padding: 6px 0 14px; margin: 0; }
.cc-wpage .bde-cart .woocommerce:has(.wc-empty-cart-message) { display: flex; flex-direction: column; align-items: center; gap: 18px; border: 1px dashed rgba(237,239,233,0.3); border-radius: 16px; padding: 56px 24px; text-align: center; }
.cc-wpage .wc-empty-cart-message { margin: 0; }
.cc-wpage .wc-empty-cart-message .cart-empty.woocommerce-info { background: transparent; border: 0; padding: 0; margin: 0; font-family: var(--cc-font, 'Archivo', sans-serif); font-size: 20px; font-weight: 900; letter-spacing: -0.02em; text-transform: uppercase; color: var(--cc-bone, #EDEFE9); }
.cc-wpage .wc-empty-cart-message .cart-empty.woocommerce-info::before { display: none; }
.cc-wpage .wc-empty-cart-message::after { content: "Stöbere in unseren Shops – ab CHF 49 liefern wir versandkostenfrei."; display: block; margin-top: 8px; font-size: 14.5px; color: var(--cc-t2, rgba(237,239,233,0.65)); text-transform: none; font-weight: 400; }
.cc-wpage .return-to-shop { margin: 0; }
.cc-wpage .return-to-shop a.button { display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; padding: 15px 26px; background: var(--cc-org, #F26522); color: #FFFFFF; font-family: var(--cc-font, 'Archivo', sans-serif); font-size: 14.5px; font-weight: 800; text-decoration: none; }
.cc-wpage .return-to-shop a.button:hover { background: var(--cc-org2, #FF7A3C); }

/* Sanfte Bewegungen */
html { scroll-behavior: smooth; }
html.cc-js .cc-reveal { opacity: 0; transform: translateY(14px); transition: opacity 0.55s ease, transform 0.55s cubic-bezier(0.22, 1, 0.36, 1); transition-delay: calc(var(--cc-i, 0) * 55ms); }
html.cc-js .cc-reveal.is-in { opacity: 1; transform: none; }
.cc-btn, .cc-add, .cc-tab, .cc-subcat, .cc-pill, .cc-link-o, .cc-wl, .cc-arrow, .cc-shop, .cc-card, .cc-post, .cc-deal { transition: background 0.18s ease, color 0.18s ease, border-color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease; }
.cc-btn:hover, .cc-add:hover { transform: translateY(-1px); }
.cc-btn:active, .cc-add:active, .cc-tab:active, .cc-wl:active { transform: scale(0.97); }
.cc-btn-org:hover { box-shadow: 0 10px 24px -10px rgba(242,101,34,0.7); }
.cc-card:hover, .cc-post:hover, .cc-shop:hover { transform: translateY(-3px); box-shadow: 0 18px 36px -18px rgba(0,0,0,0.7); }
.cc-shop .cc-shop-bg, .cc-shop .cc-shop-bg-contain { transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1); }
.cc-shop:hover .cc-shop-bg { transform: scale(1.05); }
.cc-hero .cc-slide.is-anim .cc-hero-text > * { animation: cc-up 0.55s cubic-bezier(0.22, 1, 0.36, 1) both; }
.cc-hero .cc-slide.is-anim .cc-hero-text > :nth-child(2) { animation-delay: 0.08s; }
.cc-hero .cc-slide.is-anim .cc-hero-text > :nth-child(3) { animation-delay: 0.16s; }
.cc-hero .cc-slide.is-anim .cc-hero-text > :nth-child(4) { animation-delay: 0.24s; }
.cc-hero .cc-slide.is-anim .cc-hero-media .cc-hero-img { animation: cc-pop 0.7s cubic-bezier(0.22, 1, 0.36, 1) 0.1s both; }
@keyframes cc-up { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: none; } }
@keyframes cc-pop { from { opacity: 0; transform: scale(0.96); } to { opacity: 1; transform: none; } }
.cc-acc-body { display: block; max-height: 0; overflow: hidden; opacity: 0; padding-bottom: 0; transition: max-height 0.35s ease, opacity 0.3s ease, padding 0.3s ease; }
.cc-acc-item.is-open .cc-acc-body { max-height: 400px; opacity: 1; padding-bottom: 18px; }
.cc-acc-btn::after { transition: transform 0.25s ease; display: inline-block; }
.cc-acc-item.is-open .cc-acc-btn::after { transform: rotate(180deg); }
.cc-nav-slot .breakdance-menu-link { position: relative; }
.cc-panel { animation: cc-fade 0.3s ease both; }
@keyframes cc-fade { from { opacity: 0; } to { opacity: 1; } }
.cc-search-results { animation: cc-drop 0.2s ease both; }
@keyframes cc-drop { from { opacity: 0; transform: translateY(-6px); } to { opacity: 1; transform: none; } }
.cc-hdr-in, .cc-logo-img { transition: padding 0.25s ease, height 0.25s ease; }
body.is-scrolled .cc-hdr-in { padding-top: 8px; padding-bottom: 8px; }
body.is-scrolled .cc-logo-img { height: 30px; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  html.cc-js .cc-reveal { opacity: 1; transform: none; transition: none; }
  .cc-hero .cc-slide.is-anim .cc-hero-text > *, .cc-hero .cc-slide.is-anim .cc-hero-media .cc-hero-img { animation: none !important; }
  .cc-acc-body, .cc-btn, .cc-card, .cc-post, .cc-shop, .cc-hdr-in, .cc-logo-img { transition: none !important; }
}
/* Mobile Navigation: Ebene 2 (Spalten als Akkordeon) und Ebene 3 (Links) */
@media (max-width: 1023px) {
  body .cc-nav-slot .breakdance-menu .breakdance-menu-link { font-size: 16px; font-weight: 800; padding: 16px 20px; }
  body .cc-nav-slot .breakdance-menu .breakdance-menu-link-arrow { border-top: 0; }
  body .cc-nav-slot .breakdance-menu .breakdance-dropdown-floater { padding-top: 0; }
  body .cc-nav-slot .breakdance-menu .breakdance-menu-item { border-bottom: 0; }
  body .cc-nav-slot .breakdance-menu .breakdance-menu-item:last-child { border-bottom: 1px solid rgba(237,239,233,0.1); }
  body .cc-nav-slot .breakdance-menu-topbar { padding: 12px 20px; border-bottom: 0; }
  body .cc-nav-slot .breakdance-menu-topbar-logo { width: 120px; }
  body .cc-nav-slot .breakdance-dropdown-body { background: var(--cc-bg, #0B0D0A); padding: 4px 20px 10px; border-top: 0; box-shadow: none; display: block; }
  body .cc-nav-slot .breakdance-dropdown-section { padding: 0; margin: 0; max-width: none; }
  body .cc-nav-slot .breakdance-dropdown-columns { display: flex; flex-direction: column; gap: 0; }
  body .cc-nav-slot .breakdance-dropdown-column { min-width: 0; width: 100%; border-bottom: 0; }
  body .cc-nav-slot .breakdance-dropdown-column__title { display: flex; align-items: center; justify-content: space-between; gap: 10px; font-family: var(--cc-font, 'Archivo', sans-serif); font-size: 14px; font-weight: 700; letter-spacing: 0; text-transform: none; color: var(--cc-bone, #EDEFE9); padding: 13px 0; margin: 0; border: 0; cursor: pointer; }
  body .cc-nav-slot .breakdance-dropdown-column__title::after { color: var(--cc-t3, rgba(237,239,233,0.45)); transition: transform 0.25s ease !important; }
  body .cc-nav-slot .breakdance-dropdown-column--open .breakdance-dropdown-column__title { color: var(--cc-org, #F26522); }
  body .cc-nav-slot .breakdance-dropdown-column--open .breakdance-dropdown-column__title::after { transform: rotate(180deg); color: var(--cc-org, #F26522); }
  body .cc-nav-slot .breakdance-dropdown-links { padding: 0 0 6px; gap: 0; }
  body .cc-nav-slot .breakdance-dropdown-link { padding: 9px 12px; margin: 0; border-radius: 8px; }
  body .cc-nav-slot .breakdance-dropdown-link__label { font-size: 14.5px; font-weight: 500; color: var(--cc-t2, rgba(237,239,233,0.65)); }
  body .cc-nav-slot .breakdance-dropdown-link:hover .breakdance-dropdown-link__label { color: var(--cc-bone, #EDEFE9); }
  body .cc-nav-slot .breakdance-dropdown-link__description { display: none; }
  body .cc-nav-slot .breakdance-dropdown-section--additional { display: none; }
  body .cc-nav-slot .breakdance-menu-item { border-bottom: 1px solid rgba(237,239,233,0.08); }
  body .cc-nav-slot .breakdance-menu-link-arrow { color: var(--cc-t3, rgba(237,239,233,0.45)); }
}
/* Blog-Beiträge: Inhalt, Blöcke, Meta */
.cc-post-body > :first-child { margin-top: 0; }
.cc-post-body figure.wp-block-image { margin: 26px 0; }
.cc-post-body figure.wp-block-image img { width: 100%; height: auto; border-radius: 14px; display: block; }
.cc-post-body figure.wp-block-image.size-medium img, .cc-post-body figure.wp-block-image.size-thumbnail img { width: auto; max-width: min(100%, 480px); }
.cc-post-body figure.aligncenter { text-align: center; }
.cc-post-body figure.aligncenter img { margin: 0 auto; }
.cc-post-body figcaption { font-family: var(--cc-mono, monospace); font-size: 11px; letter-spacing: 0.06em; color: var(--cc-t3, rgba(237,239,233,0.45)); margin-top: 8px; text-align: center; }
.cc-post-body .wp-block-gallery { gap: 10px; margin: 26px 0; }
.cc-post-body .wp-block-gallery img { border-radius: 12px; }
.cc-post-body hr, .cc-post-body .wp-block-separator { border: 0; height: 1px; background: rgba(237,239,233,0.14); margin: 34px 0; width: 100%; }
.cc-post-body .wp-block-buttons { display: flex; flex-wrap: wrap; gap: 10px; margin: 22px 0; }
.cc-post-body .wp-block-button__link { display: inline-flex; align-items: center; justify-content: center; gap: 8px; background: var(--cc-org, #F26522); color: #fff; border-radius: 999px; padding: 14px 24px; font-family: var(--cc-font, sans-serif); font-size: 14px; font-weight: 800; text-decoration: none; border: 0; transition: background 0.15s, transform 0.15s; }
.cc-post-body .wp-block-button__link:hover { background: var(--cc-org2, #FF7A3C); color: #fff; transform: translateY(-1px); }
.cc-post-body .wp-block-columns { gap: 20px; margin: 22px 0; }
.cc-post-body .wp-block-spacer { max-height: 40px; }
.cc-post-body .wp-block-quote, .cc-post-body .wp-block-pullquote { border-left: 3px solid var(--cc-org, #F26522); margin: 26px 0; padding: 8px 0 8px 20px; }
.cc-post-body .wp-block-quote p { color: var(--cc-bone, #EDEFE9); font-size: 18px; font-weight: 500; margin: 0 0 8px; }
.cc-post-body .wp-block-quote cite { font-family: var(--cc-mono, monospace); font-size: 11px; color: var(--cc-t3, rgba(237,239,233,0.45)); font-style: normal; }
.cc-post-body .wp-block-table table, .cc-post-body table { width: 100%; border-collapse: collapse; font-size: 14.5px; margin: 0 0 22px; }
.cc-post-body .wp-block-table td, .cc-post-body .wp-block-table th { padding: 10px 12px; border-bottom: 1px solid rgba(237,239,233,0.14); }
.cc-post-body .wp-block-table th { color: var(--cc-bone, #EDEFE9); text-align: left; font-weight: 800; }
.cc-post-body iframe { max-width: 100%; border-radius: 14px; }
.cc-post-body .wp-block-embed { margin: 26px 0; }
.cc-post-body .wp-block-embed__wrapper { position: relative; aspect-ratio: 16 / 9; }
.cc-post-body .wp-block-embed__wrapper iframe { position: absolute; inset: 0; width: 100%; height: 100%; }
.cc-post-body ul li::marker { color: var(--cc-org, #F26522); }
.cc-post-body ol li::marker { color: var(--cc-org, #F26522); font-family: var(--cc-mono, monospace); font-size: 13px; }
.cc-post-body a:hover { color: var(--cc-org2, #FF7A3C); }
.cc-post-body h2:first-child { margin-top: 0; }
.cc-post-read { font-family: var(--cc-mono, monospace); font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--cc-t3, rgba(237,239,233,0.45)); }
.cc-post-read::before { content: "·"; margin-right: 10px; }
.cc-share { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin: 34px 0 0; padding-top: 22px; border-top: 1px solid rgba(237,239,233,0.14); }
.cc-share-label { font-family: var(--cc-mono, monospace); font-size: 10.5px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--cc-org, #F26522); margin-right: 6px; }
.cc-share-btn { display: inline-flex; align-items: center; border: 1px solid rgba(237,239,233,0.22); border-radius: 999px; padding: 9px 14px; font-family: var(--cc-font, sans-serif); font-size: 12.5px; font-weight: 700; color: var(--cc-bone, #EDEFE9); background: transparent; text-decoration: none; cursor: pointer; transition: border-color 0.15s, background 0.15s; }
.cc-share-btn:hover { border-color: var(--cc-org, #F26522); background: rgba(242,101,34,0.1); color: var(--cc-bone, #EDEFE9); }
.cc-post-terms { margin-top: 18px; }
.cc-post-terms a.cc-pill { text-decoration: none; }
.cc-toc[hidden] { display: none; }
.cc-toc { border: 1px solid rgba(237,239,233,0.14); border-radius: 14px; padding: 16px 18px; background: var(--cc-bg2, #101410); display: flex; flex-direction: column; gap: 10px; }
.cc-toc-list { margin: 0; padding: 0 0 0 20px; display: flex; flex-direction: column; gap: 6px; font-size: 13.5px; line-height: 1.35; }
.cc-toc-list li::marker { color: var(--cc-t3, rgba(237,239,233,0.45)); font-family: var(--cc-mono, monospace); font-size: 11px; }
.cc-toc-list a { color: var(--cc-t2, rgba(237,239,233,0.65)); text-decoration: none; transition: color 0.15s; }
.cc-toc-list a:hover, .cc-toc-list a.is-active { color: var(--cc-org, #F26522); }
@media (max-width: 1023px) { .cc-toc { display: none; } }
.cc-post-body h2 em, .cc-post-body h3 em, .cc-post-body h4 em { font-style: normal; }
.cc-post-body h2 + h2 { margin-top: 14px; font-size: 19px; text-transform: none; letter-spacing: -0.02em; color: var(--cc-t2, rgba(237,239,233,0.65)); }
/* Mengen-Stepper überall gleich: [−] [Zahl] [+] als drei gleichmässige Zellen */
body .breakdance-woocommerce .quantity, body .cc-pdp .quantity { display: inline-grid; grid-template-columns: 40px 52px 40px; align-items: center; justify-items: center; width: auto; min-width: 0; height: 50px; border: 1px solid rgba(237,239,233,0.24); border-radius: 999px; overflow: hidden; background: transparent; vertical-align: middle; }
body .breakdance-woocommerce .quantity input.qty, body .cc-pdp .quantity input.qty { width: 100%; height: 100%; min-width: 0; text-align: center; background: transparent; border: 0; color: var(--cc-bone, #EDEFE9); font-family: var(--cc-font, 'Archivo', sans-serif); font-weight: 800; font-size: 15px; padding: 0; margin: 0; -moz-appearance: textfield; appearance: textfield; }
body .breakdance-woocommerce .quantity input.qty:focus, body .cc-pdp .quantity input.qty:focus { outline: none; }
body .breakdance-woocommerce .quantity input.qty::-webkit-inner-spin-button, body .breakdance-woocommerce .quantity input.qty::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; }
body .breakdance-woocommerce .bde-quantity-button, body .cc-pdp .bde-quantity-button { position: static; transform: none; top: auto; left: auto; right: auto; width: 100%; height: 100%; display: grid; place-items: center; background: transparent; border: 0; color: var(--cc-bone, #EDEFE9); padding: 0; margin: 0; cursor: pointer; transition: background 0.15s; }
body .breakdance-woocommerce .bde-quantity-button:hover, body .cc-pdp .bde-quantity-button:hover { background: rgba(237,239,233,0.1); }
body .breakdance-woocommerce .bde-quantity-button::before, body .cc-pdp .bde-quantity-button::before { display: none; }
body .breakdance-woocommerce .bde-quantity-button::after, body .cc-pdp .bde-quantity-button::after { display: block; position: static; width: auto; height: auto; transform: none; background: none; -webkit-mask: none; mask: none; color: var(--cc-bone, #EDEFE9); font-family: var(--cc-font, 'Archivo', sans-serif); font-size: 19px; font-weight: 500; line-height: 1; }
body .breakdance-woocommerce .bde-quantity-button--dec::after, body .cc-pdp .bde-quantity-button--dec::after { content: "−"; }
body .breakdance-woocommerce .bde-quantity-button--inc::after, body .cc-pdp .bde-quantity-button--inc::after { content: "+"; }
body .bde-mini-cart .quantity { grid-template-columns: 32px 42px 32px; height: 38px; }
body .breakdance-woocommerce .quantity.quantity--hidden, body .cc-pdp .quantity.quantity--hidden { display: none; } /* nur 1 Stück: WooCommerce versteckt das Mengenfeld, Rahmen darf nicht stehen bleiben */
body .bde-mini-cart .quantity input.qty { font-size: 13.5px; }
body .bde-mini-cart .bde-quantity-button--dec::after, body .bde-mini-cart .bde-quantity-button--inc::after { font-size: 16px; }
.cc-wpage .quantity .cc-qty-btn { display: none; }
body .breakdance-woocommerce .quantity.quantity--number, body .cc-pdp .quantity.quantity--number { width: 132px; max-width: none; grid-template-columns: 40px 52px 40px; grid-template-rows: 100%; }
body .breakdance-woocommerce .quantity > label, body .cc-pdp .quantity > label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; margin: 0; }
body .breakdance-woocommerce .quantity > .bde-quantity-button--dec, body .cc-pdp .quantity > .bde-quantity-button--dec { grid-column: 1; grid-row: 1; }
body .breakdance-woocommerce .quantity > input.qty, body .cc-pdp .quantity > input.qty { grid-column: 2; grid-row: 1; }
body .breakdance-woocommerce .quantity > .bde-quantity-button--inc, body .cc-pdp .quantity > .bde-quantity-button--inc { grid-column: 3; grid-row: 1; }
body .bde-mini-cart .quantity.quantity--number { width: 106px; max-width: none; grid-template-columns: 32px 42px 32px; }
/* Geburtsdatum-Feld */
.cc-birthdate-row input[type="date"] { color-scheme: dark; }
.cc-birthdate-hint { display: block; margin-top: 6px; font-size: 12.5px; color: var(--cc-t3, rgba(237,239,233,0.45)); }
.cc-birthdate-static { display: block; padding: 10px 0; color: var(--cc-bone, #EDEFE9); }
.cc-birthdate-static em { font-style: normal; color: var(--cc-grn, #3E9B4F); font-size: 12.5px; }

/* Komplettprüfung 10.09.2026: Karten-Badges, Preisspannen, Mobile-Karten, Subkategorie-Chips, Woo-Buttons */
body .cc-card-badges .bde-shortcode { display: contents; }
body .cc-card-badge-sale, body .cc-card-badge-new { display: inline-block; font-family: var(--cc-mono, monospace); font-weight: 500; font-size: 10px; line-height: 1.2; text-transform: uppercase; letter-spacing: 0.1em; padding: 4px 8px; border-radius: 4px; }
body .cc-card-badge-sale { color: #fff; background: var(--cc-org, #F26522); }
body .cc-card-badge-new { color: var(--cc-bg, #0B0D0A); background: var(--cc-bone, #EDEFE9); }
.cc-pr-ab { display: none; }
body .cc-subcat { white-space: nowrap; flex: 0 0 auto; }
body .breakdance-woocommerce .button, body .breakdance-woocommerce button, body .breakdance-woocommerce a.button, body .breakdance-woocommerce input[type="submit"], body .breakdance-woocommerce .woocommerce-info a, body .breakdance-woocommerce .woocommerce-message a, body .breakdance-woocommerce .woocommerce-error a, body .bde-mini-cart a.button { text-transform: none !important; }
body .cc-wpage .cross-sells > h2 { font-family: var(--cc-font, 'Archivo', sans-serif); font-weight: 900; font-size: 22px; letter-spacing: -0.03em; text-transform: uppercase; margin: 0 0 20px; }
@media (max-width: 767px) {
  body .cc-card-bottom { flex-direction: column; align-items: flex-start; gap: 4px; }
  body .cc-card-stock { text-align: left; white-space: nowrap; }
  body .cc-card-price { font-size: 16px; }
  body .cc-card-price .cc-pr-ab { display: inline; }
  body .cc-card-price .cc-pr-to { display: none; }
}
@media (max-width: 479px) {
  body .cc-card .cc-add, body .cc-card .cc-btn { padding-left: 8px; padding-right: 8px; font-size: 12.5px; white-space: nowrap; }
}
/* Mini-Warenkorb über der unteren Navigation (Handy: Vollbild, die fixe Tab-Leiste ist 64 px hoch) */
@media (max-width: 767px) {
  body .bde-mini-cart .bde-mini-cart-offcanvas-body { box-sizing: border-box; padding-bottom: calc(64px + env(safe-area-inset-bottom, 0px)); }
}
/* Varianten: «Auswahl zurücksetzen» als dezenter Pill-Link statt Breakdance' rosa «Destructive»-Button */
body .breakdance-woocommerce .reset_variations, body .cc-pdp .reset_variations { display: inline-flex; align-items: center; gap: 6px; width: auto; margin: 10px 0 0; padding: 8px 14px; background: transparent; border: 1px solid rgba(237,239,233,0.24); border-radius: 999px; color: var(--cc-t2, rgba(237,239,233,0.65)); font-family: var(--cc-mono, monospace); font-size: 10.5px; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; text-decoration: none !important; line-height: 1.2; transition: border-color 0.18s ease, color 0.18s ease; }
body .breakdance-woocommerce .reset_variations::before, body .cc-pdp .reset_variations::before { content: "×"; font-family: var(--cc-font, sans-serif); font-size: 14px; line-height: 1; color: var(--cc-org, #F26522); }
body .breakdance-woocommerce .reset_variations:hover, body .cc-pdp .reset_variations:hover { background: transparent; border-color: var(--cc-org, #F26522); color: var(--cc-bone, #EDEFE9); }
body .breakdance-woocommerce .reset_variations[style*="visibility: hidden"], body .cc-pdp .reset_variations[style*="visibility: hidden"] { display: none !important; }
/* Breakdance-Builder: Hero-Slides untereinander mit Beschriftung, damit sie sich bearbeiten lassen (Frontend zeigt weiterhin einen Slide) */
body.cc-builder .cc-hero { counter-reset: ccslide; }
body.cc-builder .cc-hero .cc-slide { visibility: visible !important; opacity: 1 !important; grid-area: auto !important; position: relative; border-bottom: 2px dashed rgba(242,101,34,0.5); transition: none !important; }
body.cc-builder .cc-hero .cc-slide::before { counter-increment: ccslide; content: "Slide " counter(ccslide) " · im Frontend rotieren die Slides"; position: absolute; top: 10px; left: 50%; transform: translateX(-50%); z-index: 5; font-family: var(--cc-mono, monospace); font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; color: #fff; background: var(--cc-org, #F26522); padding: 4px 10px; border-radius: 4px; pointer-events: none; }
body.cc-builder .cc-hero .cc-slide .cc-hero-text > *, body.cc-builder .cc-hero .cc-hero-img { animation: none !important; }
body.cc-builder .cc-hero-ctl { display: none !important; }
/* CannaVIP: Hinweis am Preis und Statusbox im Kundenkonto */
.cc-vip-note { display: inline-block; margin-left: 8px; padding: 3px 8px; border-radius: 4px; background: var(--cc-org, #F26522); color: #fff; font-family: var(--cc-mono, monospace); font-size: 10.5px; letter-spacing: 0.08em; text-transform: uppercase; vertical-align: middle; }
.cc-vip-box { margin: 0 0 28px; padding: 20px 22px; border: 1px solid rgba(242,101,34,0.45); border-radius: 16px; background: rgba(242,101,34,0.08); }
.cc-vip-box.is-vip { border-color: var(--cc-org, #F26522); }
.cc-vip-head { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; margin-bottom: 8px; font-size: 16px; }
.cc-vip-badge { display: inline-block; padding: 4px 10px; border-radius: 999px; background: var(--cc-org, #F26522); color: #fff; font-family: var(--cc-mono, monospace); font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; }
.cc-vip-badge.is-off { background: transparent; border: 1px solid rgba(237,239,233,0.3); color: var(--cc-t2, rgba(237,239,233,0.65)); }
body .cc-vip-box p, body .breakdance-woocommerce .woocommerce-MyAccount-content .cc-vip-box p { display: block; margin: 0 0 10px; color: var(--cc-t2, rgba(237,239,233,0.65)); font-size: 14.5px; line-height: 1.5; }
.cc-vip-box p strong { color: var(--cc-bone, #EDEFE9); }
.cc-vip-bar { height: 8px; border-radius: 999px; background: rgba(237,239,233,0.12); overflow: hidden; }
.cc-vip-bar span { display: block; height: 100%; border-radius: 999px; background: var(--cc-org, #F26522); transition: width 0.6s ease; }
/* Produktseite: Luft vor den Trennlinien (unter Galerie/Kaufbereich und nach der Seitenleiste) */
body .cc-pdp-top { padding-bottom: 44px; }
body .cc-pdp-details { padding-bottom: 52px; }
@media (max-width: 767px) {
  body .cc-pdp-top { padding-bottom: 28px; }
  body .cc-pdp-details { padding-bottom: 36px; }
}
/* Buttons im Seiteninhalt (Rich Text): Linkfarbe der Seite darf die Button-Schrift nicht überschreiben */
body .breakdance-rich-text-style a.cc-btn, body .cc-page-body a.cc-btn, body .cc-article a.cc-btn { color: #fff; text-decoration: none; }
body .breakdance-rich-text-style a.cc-btn:hover, body .cc-page-body a.cc-btn:hover, body .cc-article a.cc-btn:hover { color: #fff; }
/* Marken: Ticker als Links, Logos wenn hinterlegt, Logo im Markenkopf */
/* Der Shortcode liefert alle Marken in einer Hülle – die Hülle ist die Flex-Zeile mit Abstand; halbe Ränder links/rechts, damit die Endlosschleife (translateX -50 %) nahtlos bleibt */
body .cc-brands-track { padding-left: 0; }
body .cc-brands-track > .bde-shortcode { display: inline-flex; align-items: center; gap: 58px; padding: 0 29px; }
body .cc-brands-track a.cc-brand { color: inherit; text-decoration: none; display: inline-flex; align-items: center; white-space: nowrap; }
body .cc-brands-track a.cc-brand:hover { color: var(--cc-bone, #EDEFE9); }
.cc-brand-logo { height: 28px; width: auto; max-width: 150px; object-fit: contain; filter: grayscale(1) brightness(1.7); opacity: 0.85; transition: filter 0.2s ease, opacity 0.2s ease; }
a.cc-brand:hover .cc-brand-logo { filter: none; opacity: 1; }
.cc-brand-hero-logo { display: inline-block; margin-bottom: 14px; padding: 10px 14px; background: #fff; border-radius: 12px; }
.cc-brand-hero-logo img { display: block; height: 44px; width: auto; max-width: 200px; object-fit: contain; }
