.elementor-657 .elementor-element.elementor-element-49020b68{--display:flex;}/* Start custom CSS for html, class: .elementor-element-8f177e4 *//* ------------------------------
   Description: 2-Column Compact Layout
------------------------------ */

body.single-product .ccc-product-description-content {
  --ccc-product-accent: #D95F2A;
  width: 100%;
  max-width: 1180px;
  font-family: "DM Sans", sans-serif;
  color: #2C2B28;
}

body.single-product .ccc-product-description-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  gap: 28px;
  align-items: start;
}

/* Linke Beschreibung */
body.single-product .ccc-product-description-hero {
  margin: 0;
  padding: 30px 32px;
  background: #FFFFFF !important;
  border: 1px solid rgba(17, 17, 16, 0.08) !important;
  border-radius: 14px;
  box-shadow: none !important;
}

body.single-product .ccc-product-description-hero p {
  margin: 0 0 18px !important;
  font-size: 0.96rem;
  font-weight: 400 !important;
  line-height: 1.65;
  color: #2C2B28;
}

body.single-product .ccc-product-description-hero p:last-child {
  margin-bottom: 0 !important;
}

body.single-product .ccc-product-description-hero strong {
  font-weight: 650;
  color: #111110;
}

body.single-product .ccc-product-description-claim {
  margin-top: 22px !important;
  font-family: "Space Mono", monospace;
  font-size: 0.66rem !important;
  line-height: 1.45 !important;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #111110 !important;
}

/* Rechte Info-Cards: 2x2 + Wide Card */
body.single-product .ccc-product-info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

body.single-product .ccc-product-info-card {
  padding: 18px 18px 16px;
  background: #FFFFFF !important;
  border: 1px solid rgba(17, 17, 16, 0.08) !important;
  border-radius: 12px;
  box-shadow: none !important;
}

body.single-product .ccc-product-info-card--wide {
  grid-column: 1 / -1;
}

body.single-product .ccc-product-info-card__eyebrow {
  margin: 0 0 7px !important;
  font-family: "Space Mono", monospace;
  font-size: 0.56rem !important;
  line-height: 1.2 !important;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--ccc-product-accent) !important;
}

body.single-product .ccc-product-info-card h3 {
  margin: 0 0 10px !important;
  font-family: "DM Sans", sans-serif;
  font-size: 0.94rem;
  font-weight: 700;
  line-height: 1.22;
  color: #111110;
}

body.single-product .ccc-product-info-card ul {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
}

body.single-product .ccc-product-info-card li {
  position: relative;
  margin: 0 0 7px !important;
  padding-left: 13px;
  font-size: 0.78rem;
  font-weight: 400 !important;
  line-height: 1.38;
  color: #2C2B28;
}

body.single-product .ccc-product-info-card li:last-child {
  margin-bottom: 0 !important;
}

body.single-product .ccc-product-info-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 4px;
  height: 4px;
  border-radius: 999px;
  background: var(--ccc-product-accent);
}

body.single-product .ccc-product-info-card strong {
  font-weight: 650;
  color: #111110;
}

/* Tablet */
@media (max-width: 900px) {
  body.single-product .ccc-product-description-layout {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  body.single-product .ccc-product-info-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  body.single-product .ccc-product-info-card--wide {
    grid-column: 1 / -1;
  }
}

/* Mobile */
@media (max-width: 640px) {
  body.single-product .ccc-product-info-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  body.single-product .ccc-product-info-card {
    padding: 18px 18px 16px;
    border-radius: 12px;
  }

  body.single-product .ccc-product-info-card h3 {
    font-size: 0.96rem;
  }

  body.single-product .ccc-product-info-card li {
    font-size: 0.82rem;
    line-height: 1.42;
  }
}
/* Serve Bot Akzentfarbe */
body.single-product .ccc-product-description-content--serve-bot {
  --ccc-product-accent: #3F7A57;
}/* End custom CSS */