/** Shopify CDN: Minification failed

Line 128:0 Unexpected "}"

**/
.hc-quiz-section {
  width: 100%;
  background: #fff;
}

.hc-quiz-hero {

  display: none !important;

}

.hc-quiz-image {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
}

.hc-quiz-image.mobile {
  display: none;
}

.hc-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.38);
}

.hc-content {
  position: relative;
  z-index: 2;
  min-height: 520px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  padding: 40px 20px;
}

.hc-subtitle {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 12px;
  margin: 0 0 14px;
}

.hc-title {
  font-family: serif;
  font-size: 48px;
  font-weight: 400;
  margin: 0 0 28px;
}

.hc-open-quiz {
  background: #fff;
  color: #111;
  border: 1px solid #fff;
  padding: 16px 34px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 12px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.hc-open-quiz:hover {
  background: transparent;
  color: #fff;
}

.hc-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 99999;
}

.hc-modal.is-open {
  display: block;
}

.hc-modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.78);
  backdrop-filter: blur(8px);
}

.hc-modal-inner {
  position: relative;
  z-index: 2;
  background: #fff;
  width: 92%;
  max-width: 980px;
  max-height: 90vh;
  overflow-y: auto;
  margin: 5vh auto;
  padding: 42px;
  border-radius: 24px;
  -webkit-overflow-scrolling: touch;
}

.hc-close {
  position: sticky;
  top: 15px;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;      /* Button-Größe */
  height: 56px;     /* Button-Größe */
  background: transparent;
  border: none;
  font-size: 42px;  /* X-Größe */
  line-height: 1;
  color: #d7b98e;
  cursor: pointer;
  z-index: 9999;
}
}

.hc-progress {
  height: 3px;
  background: #eee;
  margin-bottom: 36px;
}

.hc-progress-bar {
  height: 100%;
  width: 25%;
  background: #111;
  transition: width 0.35s ease;
}

.hc-step {
  display: none;
}

.hc-step.active {
  display: block;
}

.hc-step h3 {
  font-family: serif;
  font-size: 34px;
  font-weight: 400;
  text-align: center;
  margin: 0 0 32px;
  color: #111;
}

.hc-options {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.hc-option {
  border: 1px solid #ddd;
  background: #fff;
  padding: 0;
  cursor: pointer;
  text-align: center;
  overflow: hidden;
  transition: all 0.25s ease;
}

.hc-option:hover {
  background: #f7f7f7;
  border-color: #111;
}

.hc-option.is-selected {
  border-color: #111;
  box-shadow: inset 0 0 0 1px #111;
}

.hc-option img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
  background: #f5f5f5;
}

.hc-option:hover img {
  transform: scale(1.04);
}

.hc-option span {
  display: block;
  padding: 16px;
  font-size: 14pt;
  color: #000;
  text-align: center;
  width: 100%;
}

.hc-option small {
  display: block;
  padding: 0 16px 18px;
  font-size: 13px;
  line-height: 1.45;
  color: #666;
  text-align: center;
}

.hc-navigation {
  margin-top: 28px;
  display: flex;
  justify-content: center;
}

.hc-back-button {
  display: none;
  background: transparent;
  color: #111;
  border: 1px solid #111;
  padding: 13px 24px;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
}

.hc-back-button.is-visible {
  display: inline-block;
}

.hc-result {
  display: none;
}

.hc-result.is-visible {
  display: block;
}

.hc-result-mode .hc-modal-inner,
.hc-modal-inner:has(.hc-result.is-visible) {
  background: #050505;
  color: #fff;
  border-radius: 0;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.55);
}

.hc-modal-inner:has(.hc-result.is-visible) .hc-close {
  color: #d7b98e;
}

.hc-products {
  width: 100%;
}

.hc-routine-result {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  background:
    radial-gradient(circle at 50% 0%, rgba(216, 185, 142, 0.12), transparent 42%),
    #050505;
  padding: 12px 0 8px;
}

.hc-routine-check {
  width: 58px;
  height: 58px;
  border: 2px solid #c9a77a;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #d8b98b;
  font-size: 30px;
  margin-bottom: 22px;
}

.hc-routine-kicker {
  margin: 0 0 18px;
  color: #dec2a0;
  font-size: 14px;
  letter-spacing: 0.34em;
  text-transform: uppercase;
}

.hc-routine-title {
  margin: 0;
  color: #fff;
  font-size: clamp(34px, 6vw, 66px);
  line-height: 1;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 500;
}

.hc-routine-copy {
  margin: 20px auto 42px;
  max-width: 680px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 20px;
  line-height: 1.5;
}

.hc-routine-grid {
  display: grid;
  grid-template-columns: repeat(var(--hc-count, 2), minmax(0, 1fr));
  gap: 24px;
  margin-bottom: 30px;
}

.hc-routine-product {
  position: relative;
  overflow: hidden;
  min-height: 520px;
  border: 1px solid rgba(216, 185, 142, 0.16);
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.015)),
    #0b0b0b;
  padding: 30px 24px 34px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.hc-routine-number {
  width: 52px;
  height: 52px;
  border: 1px solid rgba(216, 185, 142, 0.42);
  border-radius: 999px;
  color: #d8b98b;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  margin-bottom: 26px;
}

.hc-routine-product:first-child .hc-routine-number {
  visibility: visible;}

.hc-routine-product img {
  width: 82%;
  max-width: 230px;
  height: 240px;
  object-fit: contain;
  margin: 0 auto 28px;
  filter: drop-shadow(0 18px 34px rgba(0, 0, 0, 0.6));
}

.hc-routine-product-title {
  margin: auto 0 14px;
  color: #ead3b4;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 24px;
  line-height: 1.15;
  font-weight: 500;
}

.hc-routine-product-text {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 18px;
  line-height: 1.45;
}

.hc-routine-note {
  display: grid;
  grid-template-columns: 84px 1fr;
  gap: 22px;
  align-items: center;
  text-align: left;
  border: 1px solid rgba(216, 185, 142, 0.18);
  border-radius: 14px;
  padding: 28px;
  margin: 0 0 26px;
  background: rgba(255, 255, 255, 0.02);
}

.hc-routine-note-icon {
  color: #d8b98b;
  font-size: 42px;
  text-align: center;
}

.hc-routine-note-title {
  color: #dec2a0;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 17px;
  margin-bottom: 6px;
}

.hc-routine-note-text {
  color: rgba(255, 255, 255, 0.75);
  font-size: 18px;
}

.hc-routine-buybox {
  border: 1px solid rgba(216, 185, 142, 0.18);
  border-radius: 14px;
  padding: 30px;
  background: rgba(255, 255, 255, 0.018);
}

.hc-routine-price {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 24px;
  color: #fff;
  margin-bottom: 26px;
}

.hc-price-label,
.hc-compare-label {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.68);
}

.hc-price-value {
  font-size: 46px;
  line-height: 1;
  font-weight: 700;
}

.hc-compare-value {
  font-size: 26px;
  color: rgba(255, 255, 255, 0.45);
  text-decoration: line-through;
}

.hc-routine-button,
.hc-routine-secondary {
  width: 100%;
  min-height: 68px;
  border-radius: 8px;
  font-size: 15px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  cursor: pointer;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.hc-routine-button {
  border: 0;
  background: linear-gradient(90deg, #dec2a0, #f0d8b7);
  color: #111;
  margin-bottom: 18px;
}

.hc-routine-secondary {
  border: 1px solid rgba(216, 185, 142, 0.75);
  background: transparent;
  color: #dec2a0;
}

.hc-routine-button:hover,
.hc-routine-secondary:hover {
  transform: translateY(-1px);
  opacity: 0.92;
}

.hc-routine-benefits {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 36px;
}

.hc-routine-benefit {
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  line-height: 1.35;
}

.hc-routine-benefit-icon {
  display: block;
  color: #d8b98b;
  font-size: 32px;
  margin-bottom: 12px;
}

.hc-cart-message {
  position: fixed;
  left: 50%;
  bottom: 28px;
  z-index: 100000;
  transform: translate(-50%, 16px);
  background: #111;
  color: #fff;
  padding: 14px 22px;
  border-radius: 999px;
  font-size: 13px;
  line-height: 1.3;
  letter-spacing: 0.04em;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.22);
}

.hc-cart-message.is-visible {
  opacity: 1;
  transform: translate(-50%, 0);
}

@media screen and (max-width: 749px) {
  .hc-quiz-hero,
  .hc-content {
    min-height: 460px;
  }

  .hc-quiz-image.desktop {
    display: none;
  }

  .hc-quiz-image.mobile {
    display: block;
  }

  .hc-title {
    font-size: 34px;
  }

  .hc-modal-inner {
    width: 100%;
    height: 100%;
    max-height: 100vh;
    margin: 0;
    border-radius: 0;
    padding: 34px 18px;
  }

  .hc-step h3 {
    font-size: 28px;
  }

  .hc-options {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .hc-option img {
    height: 190px;
  }

  .hc-routine-result {
    padding: 16px 0 8px;
  }

  .hc-routine-check {
    width: 46px;
    height: 46px;
    font-size: 24px;
    margin-bottom: 18px;
  }

  .hc-routine-kicker {
    font-size: 11px;
    letter-spacing: 0.28em;
  }

  .hc-routine-title {
    font-size: 34px;
    letter-spacing: 0.12em;
  }

  .hc-routine-copy {
    font-size: 16px;
    margin: 16px auto 28px;
  }

  .hc-routine-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .hc-routine-product {
    min-height: auto;
    padding: 24px 18px 28px;
  }

  .hc-routine-product img {
    height: 210px;
    margin-bottom: 20px;
  }

  .hc-routine-product-title {
    font-size: 22px;
  }

  .hc-routine-product-text {
    font-size: 16px;
  }

  .hc-routine-note {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 10px;
    padding: 22px 16px;
  }

  .hc-routine-note-title {
    font-size: 14px;
  }

  .hc-routine-note-text {
    font-size: 15px;
  }

  .hc-routine-price {
    flex-wrap: wrap;
    gap: 12px;
  }

  .hc-price-value {
    font-size: 38px;
  }

  .hc-compare-value {
    font-size: 21px;
  }

  .hc-routine-button,
  .hc-routine-secondary {
    min-height: 58px;
    font-size: 12px;
  }

  .hc-routine-benefits {
    grid-template-columns: repeat(2, 1fr);
    gap: 22px 12px;
  }

  .hc-cart-message {
    left: 18px;
    right: 18px;
    bottom: 18px;
    transform: translateY(16px);
    text-align: center;
  }

  .hc-cart-message.is-visible {
    transform: translateY(0);
  }
}
/* === Noble Cut Routine Layout Fix === */
/* 2er Empfehlung: direkt nebeneinander.
   3er Empfehlung: 2 nebeneinander, 1 darunter mittig in gleicher Größe. */

.hc-routine-grid {
  display: grid !important;
  gap: 24px !important;
  align-items: stretch !important;
  justify-content: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.hc-routine-grid[data-count="2"] {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  max-width: 760px !important;
}

.hc-routine-grid[data-count="3"] {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  max-width: 760px !important;
}

.hc-routine-grid[data-count="3"] .hc-routine-product:nth-child(3) {
  grid-column: 1 / -1 !important;
  justify-self: center !important;
  width: calc((100% - 24px) / 2) !important;
  max-width: calc((100% - 24px) / 2) !important;
}

.hc-routine-product {
  width: 100% !important;
  height: 100% !important;
}

@media screen and (max-width: 749px) {
  .hc-routine-grid {
    gap: 12px !important;
  }

  .hc-routine-grid[data-count="2"] {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    max-width: 100% !important;
  }

  .hc-routine-grid[data-count="3"] {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    max-width: 100% !important;
  }

  .hc-routine-grid[data-count="3"] .hc-routine-product:nth-child(3) {
    grid-column: 1 / -1 !important;
    justify-self: center !important;
    width: calc((100% - 12px) / 2) !important;
    max-width: calc((100% - 12px) / 2) !important;
  }

  .hc-routine-product {
    min-height: 360px !important;
    padding: 18px 10px 22px !important;
  }

  .hc-routine-product img,
  .hc-routine-product-image {
    height: 150px !important;
    max-width: 140px !important;
  }

  .hc-routine-product-title {
    font-size: 15px !important;
    letter-spacing: 0.08em !important;
  }

  .hc-routine-product-text {
    font-size: 12px !important;
    line-height: 1.35 !important;
  }

  .hc-routine-number {
    width: 34px !important;
    height: 34px !important;
    font-size: 16px !important;
    margin-bottom: 14px !important;
  }
  .hc-shipping-benefit {

  color: rgba(255,255,255,0.55);

  text-transform: uppercase;

  letter-spacing: 0.18em;

  font-size: 14px;

  font-weight: 400;

}
}
