/** Shopify CDN: Minification failed

Line 110:95 Expected identifier but found whitespace
Line 110:96 Unexpected "0"
Line 110:107 Unexpected "{"
Line 110:116 Expected ":"
Line 111:41 Expected identifier but found whitespace
Line 111:43 Unexpected "{"
Line 111:52 Expected ":"

**/


/* CSS from section stylesheet tags */
.bekannt-aus__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}
.bekannt-aus__heading {
  text-align: center;
}
.bekannt-aus__heading .h3 {
  margin: 0;
  opacity: 0.9;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.bekannt-aus__logos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px 35px;
  width: 100%;
  align-items: center;
}
.bekannt-aus__logo-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.bekannt-aus__logo-link {
  display: block;
  transition: opacity 0.3s ease;
}
.bekannt-aus__logo-link:hover {
  opacity: 0.75;
}
.bekannt-aus__logo-image {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}
.bekannt-aus__logo-item .placeholder-svg {
  width: 100%;
  max-width: 150px;
  height: auto;
}
@media screen and (min-width: 750px) {
  .bekannt-aus__container {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 4rem;
  }
  .bekannt-aus__heading {
    flex-basis: 25%;
    flex-shrink: 0;
    text-align: left;
  }
  .bekannt-aus__logos {
    grid-template-columns: repeat(6, 1fr);
    gap: 50px;
    flex-grow: 1;
  }
}
:root { --ccm-font-family: Poppins, sans-serif; }
@keyframes ccm-ripple-effect {
  0% { transform: scale(1); opacity: 0.7; }
  100% { transform: scale(1.3); opacity: 0; }
}

.casida-club-meditation { font-family: var(--ccm-font-family); background-color: var(--ccm-background-color); color: var(--ccm-text-color); padding-top: var(--ccm-section-padding-top); padding-bottom: var(--ccm-section-padding-bottom); overflow-x: hidden; }
.ccm-container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.ccm-central-column { display: flex; flex-direction: column; align-items: center; gap: 35px; max-width: 680px; margin: 0 auto; }
.ccm-header { text-align: center; }
.ccm-heading { font-size: clamp(28px, 5vw, 36px); font-weight: 600; color: var(--ccm-heading-color); margin: 0 0 15px 0; }
.ccm-subheading { font-size: 1.1rem; line-height: 1.7; color: var(--ccm-text-color); }
.ccm-animator-wrapper { width: 100%; max-width: 400px; display: flex; justify-content: center; align-items: center; }
.ccm-animator { position: relative; width: 100%; padding-top: 100%; }

.ccm-circle { position: absolute; top: 0; left: 0; right: 0; bottom: 0; border-radius: 50%; background-color: var(--ccm-circle-fill); border: 4px solid var(--ccm-circle-stroke); transform: scale(0.5); transition: transform 1s cubic-bezier(0.65, 0, 0.35, 1); will-change: transform; }
.ccm-circle::after { content: ''; position: absolute; top: -4px; left: -4px; right: -4px; bottom: -4px; border: 4px solid var(--ccm-circle-stroke); border-radius: 50%; opacity: 0; will-change: transform, opacity; }
.ccm-circle.ccm-circle--holding::after { animation: ccm-ripple-effect 2.5s infinite cubic-bezier(0.25, 0.46, 0.45, 0.94); }
.casida-club-meditation[data-reduced-motion="true"] .ccm-circle.ccm-circle--holding { border-width: 6px; }
.casida-club-meditation[data-reduced-motion="true"] .ccm-circle::after { display: none; }

.ccm-text-overlay { position: absolute; top: 50%; left: 50%; width: 90%; transform: translate(-50%, -50%); text-align: center; display: flex; flex-direction: column; align-items: center; gap: 10px; color: var(--ccm-heading-color); }
.ccm-phase-text { font-size: clamp(16px, 4vw, 18px); font-weight: 500; text-transform: uppercase; letter-spacing: 1.5px; color: var(--ccm-text-color); }
.ccm-countdown { font-size: clamp(48px, 18vw, 72px); font-weight: 600; line-height: 1; }
.ccm-session-stats { display: flex; justify-content: center; gap: 40px; text-align: center; }
.ccm-stat-label { display: block; font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 8px; color: var(--ccm-text-color); opacity: 0.8; }
.ccm-cycle-counter, .ccm-session-timer { font-size: 1.4rem; font-weight: 500; color: var(--ccm-heading-color); }
.ccm-controls-panel { width: 100%; background-color: #fff; border: 1px solid #efefef; border-radius: 20px; padding: 25px; box-shadow: 0 10px 40px rgba(0,0,0,0.04); display: flex; flex-direction: column; gap: 20px; }
@media (min-width: 768px) { .ccm-controls-panel { padding: 35px; } }
.ccm-control-group { display: flex; flex-direction: column; gap: 10px; }
.ccm-control-group > label { font-size: 0.9rem; font-weight: 500; color: var(--ccm-heading-color); }
.ccm-select, .ccm-input-number { padding: 14px 18px; border: 1px solid #ddd; border-radius: 12px; font-size: 1rem; background-color: #fff; width: 100%; transition: border-color 0.2s, box-shadow 0.2s; }
.ccm-select { -webkit-appearance: none; appearance: none; background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"); background-repeat: no-repeat; background-position: right 1rem center; background-size: 1em; padding-right: 2.5rem; }
.ccm-select:focus, .ccm-input-number:focus { border-color: var(--ccm-accent-color); box-shadow: 0 0 0 2px {{ section.settings.color_accent | color_modify: 'alpha', 0.3 }}; outline: none; }
.ccm-pattern-guidance { background-color: {{ section.settings.color_bg }}; border-radius: 12px; padding: 20px; }
.ccm-pattern-info { display: none; }
.ccm-pattern-info[data-visible="true"] { display: block; }
.ccm-pattern-info-content h3, .ccm-pattern-info-content h4 { margin-top: 0; margin-bottom: 0.5em; color: var(--ccm-heading-color); }
.ccm-pattern-info-content p { margin-bottom: 0; line-height: 1.6; }
.ccm-pattern-info-content p:last-child { margin-bottom: 0; }
.ccm-custom-pattern-inputs { display: none; }
.ccm-custom-pattern-inputs[data-visible="true"] { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; }
@media (min-width: 480px) { .ccm-custom-pattern-inputs[data-visible="true"] { grid-template-columns: repeat(4, 1fr); } }
.ccm-custom-input-wrapper { display: flex; flex-direction: column; gap: 8px; align-items: center; }
.ccm-custom-input-wrapper label { font-size: 0.8rem; opacity: 0.8; text-align: center; }
.ccm-session-inputs { display: flex; gap: 10px; }
.ccm-session-inputs .ccm-select { flex-grow: 1; }
.ccm-session-inputs .ccm-input-number, .ccm-custom-input-wrapper .ccm-input-number { width: 100%; min-width: 60px; text-align: center; padding: 12px; }
input[type="number"] { -moz-appearance: textfield; }
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; }
.ccm-main-buttons { display: grid; grid-template-columns: 1fr auto; gap: 15px; }
.ccm-button { padding: 15px 25px; font-size: 1rem; font-weight: 600; border-radius: 12px; border: 1px solid transparent; cursor: pointer; transition: all 0.2s; text-align: center; }
.ccm-button-start { background-color: var(--ccm-button-bg); color: var(--ccm-button-text); }
.ccm-button-start:hover { background-color: var(--ccm-button-hover-bg); }
.ccm-button-reset { background-color: transparent; border-color: #ccc; color: var(--ccm-text-color); width: 100px; }
.ccm-button-reset:hover { background-color: #f5f5f5; border-color: #bbb; }
.ccm-button:active { transform: translateY(1px); }
.ccm-button.ccm-button-start[data-state="running"], .ccm-button.ccm-button-start[data-state="paused"] { background-color: var(--ccm-accent-color); }
.ccm-button-reset:disabled { opacity: 0.5; cursor: not-allowed; background-color: transparent; }
.ccm-toggles { display: flex; gap: 25px; justify-content: center; border-top: 1px solid #eee; padding-top: 20px; margin-top: 5px; }
.ccm-toggle-wrapper { display: flex; align-items: center; gap: 8px; }
.ccm-toggle-checkbox { width: 16px; height: 16px; accent-color: var(--ccm-accent-color); }
.ccm-toggle-label { font-size: 0.9rem; cursor: pointer; }
.ccm-info-box { width: 100%; background-color: #fff; border: 1px solid #efefef; padding: 25px; border-radius: 20px; text-align: center; box-shadow: 0 10px 40px rgba(0,0,0,0.02); }
.ccm-info-box-heading { margin: 0 0 10px 0; color: var(--ccm-heading-color); font-size: 1rem; font-weight: 600; }
.ccm-info-box-content p { margin: 0; line-height: 1.7; font-size: 0.95rem; }
.ccm-aria-live { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border-width: 0; }
.casida-club-spotlight {
    background-color: var(--casida-club-bg-color);
    color: var(--casida-club-subheading-color);
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    box-sizing: border-box;
  }
  .casida-club-spotlight__outer-container.container {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .casida-club-spotlight__grid {
    display: inline-grid;
    align-items: center;
    gap: 0 30px;
  }

  .casida-club-spotlight__grid--desktop-left {
    grid-template-columns: auto auto auto;
  }
  .casida-club-spotlight__grid--desktop-right {
    grid-template-columns: auto auto auto;
  }
  
  .casida-club-spotlight__image-text-row {
    display: contents;
  }

  .casida-club-spotlight__grid--desktop-right .casida-club-spotlight__image-wrapper { order: 3; }
  .casida-club-spotlight__grid--desktop-right .casida-club-spotlight__content { order: 1; }
  .casida-club-spotlight__grid--desktop-right .casida-club-spotlight__button-wrapper { order: 2; }


  .casida-club-spotlight__image-wrapper {
    max-width: 95px;
    line-height: 0;
    display: flex;
    align-items: center;
  }

  .casida-club-spotlight__image {
    max-width: 100%;
    height: auto;
    display: block;
  }

  .casida-club-spotlight__content {
    text-align: left;
    width: max-content;
  }

  .casida-club-spotlight__heading {
    font-size: 1.25em;
    font-weight: 600;
    color: var(--casida-club-heading-color);
    margin-top: 0;
    margin-bottom: 4px;
  }

  .casida-club-spotlight__subheading {
    font-size: 1em;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0;
    color: var(--casida-club-subheading-color);
  }
  .casida-club-spotlight__subheading p { margin-bottom: 0; }

  .casida-club-spotlight__button-wrapper {
    display: flex;
    align-items: center;
  }

  .casida-club-spotlight__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--casida-club-button-bg-color);
    color: var(--casida-club-button-text-color) !important;
    padding: 9px 20px; /* Button-Höhe leicht erhöht */
    min-height: auto;
    line-height: normal;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 500;
    font-size: 1.05em;
    transition: opacity 0.3s ease;
    border: none;
    cursor: pointer;
    white-space: nowrap;
    text-transform: none;
    box-sizing: border-box;
  }
  .casida-club-spotlight__button:hover { opacity: 0.85; }

  @media screen and (max-width: 767px) {
    .casida-club-spotlight {
      padding-top: 15px;
      padding-bottom: 15px;
    }
    .casida-club-spotlight__grid {
      display: grid;
      grid-template-columns: 1fr;
      grid-template-rows: auto auto;
      gap: 15px 0;
      width: 100%;
      max-width: 90%;
      margin-left: auto;
      margin-right: auto;
      justify-items: center;
    }
    
    .casida-club-spotlight__grid--desktop-left,
    .casida-club-spotlight__grid--desktop-right {
        grid-template-columns: 1fr;
    }
    
    .casida-club-spotlight__image-text-row {
        display: flex;
        align-items: center;
        gap: 12px;
        width: auto;
        max-width: 100%;
        grid-row: 1;
    }

    .casida-club-spotlight__grid--desktop-right .casida-club-spotlight__image-wrapper,
    .casida-club-spotlight__grid--desktop-right .casida-club-spotlight__content,
    .casida-club-spotlight__grid--desktop-right .casida-club-spotlight__button-wrapper {
      order: initial;
    }

    .casida-club-spotlight__image-wrapper {
      max-width: 110px;
      flex-shrink: 0;
    }

    .casida-club-spotlight__content {
      width: max-content;
      text-align: left;
    }

    .casida-club-spotlight__heading {
      font-size: 1.15em;
    }
    .casida-club-spotlight__subheading {
      font-size: 0.95em;
    }

    .casida-club-spotlight__button-wrapper {
      grid-row: 2;
      text-align: center;
      width: 100%;
    }

    .casida-club-spotlight__button {
      padding: 9px 20px; /* Button-Höhe leicht erhöht */
      font-size: 1.05em;
      margin-left: auto;
      margin-right: auto;
    }
  }

  @media screen and (max-width: 480px) {
    .casida-club-spotlight__grid{
        gap: 12px 0;
        max-width: 95%;
    }
    .casida-club-spotlight__image-text-row {
        gap: 8px;
        flex-direction: column;
        text-align: center;
        width: auto;
    }
    .casida-club-spotlight__image-wrapper {
      max-width: 100px;
      margin-bottom: 8px;
    }
    .casida-club-spotlight__content {
      text-align: center;
      width: auto;
    }
    .casida-club-spotlight__heading {
      font-size: 1.1em;
    }
    .casida-club-spotlight__subheading {
      font-size: 0.9em;
    }
    .casida-club-spotlight__button-wrapper {
      margin-top: 0;
    }
    .casida-club-spotlight__button {
      padding: 8px 18px; /* Button-Höhe leicht erhöht */
      font-size: 1em;
    }
  }
:root{--c-primary:#f07d2c;--c-text:#333;--c-border:#e0e0e0;--c-bg-light:#f8f7f5;--c-banner:#eaf0e2;--c-success:#91C24F}.custom-product-section-v7{padding:40px 0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;color:var(--c-text)}.page-width-v7{max-width:1140px;margin:0 auto;padding:0 20px}.product-grid-v7{display:grid;grid-template-columns:1fr;gap:40px}@media (min-width:768px){.product-grid-v7{grid-template-columns:1fr 1fr;gap:50px}}.product-gallery__main-v7 img{width:100%;height:auto;border:1px solid #f0f0f0}.product-gallery__thumbnails-v7{display:flex;gap:10px;margin-top:15px;justify-content:center}.thumbnail-item-v7 img{width:65px;height:65px;object-fit:cover;border:1px solid var(--c-border);cursor:pointer}.product-info-v7{display:flex;flex-direction:column}.product-title-v7{font-size:1.8rem;margin:0 0 10px;font-weight:500}.product-reviews-v7{font-size:.9rem;margin-bottom:15px}.product-price-v7{margin-bottom:20px}.price-v7{font-size:1.7rem;font-weight:500;margin-right:10px}.tax-note-v7{font-size:.8rem;color:#777}.shipping-banner-v7{background-color:var(--c-banner);padding:12px 15px;margin-bottom:25px;font-size:.9rem;border-radius:4px;font-weight:500}.quantity-tiers-v7{background-color:var(--c-bg-light);border-radius:8px;padding:15px;margin-bottom:25px}.tiers__header-v7{display:flex;justify-content:space-between;font-size:.8rem;color:#555;padding:0 5px}.tiers__bar-track-v7{width:100%;height:5px;background-color:#ddd;margin:15px 0;border-radius:3px;position:relative}.tiers__options-v7{display:flex;justify-content:space-between;margin-top:-30px}.tier-option-v7{display:flex;flex-direction:column;align-items:center;cursor:pointer;position:relative;width:60px}.tier-circle-v7{height:50px;width:50px;background:#fff;border:2px solid var(--c-border);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.8rem;transition:border-color .2s}.tier-option-v7.active .tier-circle-v7{border-color:#000}.tier-checkmark-v7{display:none;width:18px;height:18px;background-color:#000;border-radius:50%;position:absolute;top:0;right:0;align-items:center;justify-content:center}.tier-option-v7.active .tier-checkmark-v7{display:flex}.tier-badge-v7{background-color:var(--c-banner);color:#333;font-size:.7rem;padding:2px 8px;border-radius:10px;margin-bottom:4px}.inventory-status-v7{display:flex;align-items:center;gap:8px;margin-bottom:25px;font-size:.9rem}.inventory-text-v7 strong{color:var(--c-success);font-weight:600}
.visual-dropdown-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:15px;margin-bottom:25px}.custom-dropdown-wrapper{position:relative;border:1px solid #000;border-radius:4px}.custom-dropdown-display{display:flex;align-items:center;gap:10px;padding:8px;background-color:#fff;pointer-events:none}.custom-dropdown-image{width:40px;height:40px;object-fit:cover;border-radius:4px;flex-shrink:0}.custom-dropdown-title{font-size:.9rem;font-weight:500;line-height:1.3;flex-grow:1;color:#555}.custom-dropdown-arrow{width:12px;height:8px;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23333' stroke-width='1.5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;flex-shrink:0;margin-right:5px}.custom-dropdown-select{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer;font-size:16px}
.add-to-cart-button-v7{background-color:var(--c-primary);color:#fff;border:none;padding:15px;width:100%;font-size:1rem;font-weight:600;cursor:pointer;border-radius:4px;margin-bottom:15px;transition:background-color .2s}.add-to-cart-button-v7:hover{background-color:#d8681a}.payment-icons-v7{display:flex;align-items:center;flex-wrap:wrap;gap:10px;margin-bottom:30px}.payment-icons-v7 img{height:15px}.payment-text-v7{font-size:.8rem;color:#666}.trust-badges-v7{display:flex;justify-content:space-between;gap:20px;margin-bottom:20px;flex-wrap:wrap}.trust-badge-item-v7{display:flex;align-items:center;gap:10px;font-size:.9rem}.share-links-v7{display:flex;align-items:center;gap:10px;font-size:.9rem;color:#666}.share-links-v7 a{color:#666;text-decoration:none;font-family:serif;font-weight:700}
.wavy-bg__wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
  }

  .wavy-bg__svg-container {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 250px;
  }

  .wavy-bg__svg {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .wavy-bg__svg path {
    /* DER ENTSCHEIDENDE FIX: Die Welle wird explizit weiß gefüllt. */
    fill: #FFFFFF;
  }

  .wavy-bg__svg-container.is-bottom {
    top: 0;
  }

  .wavy-bg__svg-container.is-top {
    bottom: 0;
    transform: scaleY(-1);
  }

  /* Responsive SVG Logik */
  .wavy-bg__svg--mobile {
    display: none;
  }

  @media screen and (max-width: 768px) {
    .wavy-bg__svg--desktop {
      display: none;
    }
    .wavy-bg__svg--mobile {
      display: block;
    }
  }