.pdc-page {
  --pdc-surface: transparent;
  --pdc-surface-soft: transparent;
  --pdc-text: #1c2418;
  --pdc-muted: #5f6b59;
  --pdc-border: #d5dfcf;
  --pdc-primary: #2e4f20;
  --pdc-primary-strong: #223c17;
  --pdc-primary-soft: rgba(46, 79, 32, 0.08);
  color: var(--pdc-text);
  font-family: "Inter", "Segoe UI", Roboto, Arial, sans-serif;
  margin: 0 auto;
  max-width: var(--max-width, 1200px);
  padding: 0 18px 18px;
  background: transparent;
}

.pdc-form {
  display: grid;
  gap: 14px;
  margin: 0;
}

.pdc-sticky {
  background: #fff;
  border: 0;
  border-bottom: 1px solid var(--pdc-border);
  border-radius: 0;
  box-shadow: none;
  backdrop-filter: none;
  margin-top: 0;
  position: sticky;
  top: 0;
  z-index: 80;
  padding: 10px 0 12px;
}

.pdc-purchase {
  align-items: stretch;
  display: grid;
  gap: 6px;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: auto auto;
}

.pdc-purchase-primary {
  display: grid;
  gap: 12px;
  grid-column: 1;
  grid-row: 1;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: auto auto;
  justify-self: stretch;
  width: 100%;
}

.pdc-purchase-actions {
  grid-column: 1;
  grid-row: 2;
}

.pdc-purchase-price-wrap {
  align-items: baseline;
  background: #fff;
  display: grid;
  gap: 4px 8px;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: auto auto auto auto;
  justify-self: stretch;
  padding: 5px 0;
  width: 100%;
}

.pdc-purchase-price-line {
  align-items: flex-start;
  display: grid;
  gap: 2px;
  min-width: 0;
}

.pdc-purchase-label {
  color: var(--pdc-muted);
  font-size: 13px;
  font-weight: 600;
  grid-column: 1;
  grid-row: 2;
  letter-spacing: 0;
  text-transform: none;
}

.pdc-purchase-uvp {
  color: var(--pdc-muted);
  display: block;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0;
  grid-column: 1;
  grid-row: 1;
}

.pdc-purchase-price {
  color: var(--pdc-primary);
  display: block;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.05;
  grid-column: 1;
  grid-row: 3;
  min-width: 0;
}

.pdc-purchase-price .pd-sale-price {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
}

.pdc-purchase-status {
  grid-row: 2;
}

.pdc-purchase-prepayment {
  align-self: start;
  grid-column: 1;
  min-width: 0;
  width: 100%;
}

.pdc-purchase-prepayment .pd-purchase-incentives {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 0;
}

.pdc-purchase-prepayment .pd-prepayment-callout {
  align-content: start;
  height: 100%;
  margin: 0;
  min-width: 0;
  padding: 8px 10px;
}

.pdc-purchase-prepayment .pd-prepayment-callout:only-child {
  grid-column: 1 / -1;
}

.pdc-purchase-prepayment .pd-prepayment-callout__label {
  font-size: 0.75rem;
  letter-spacing: 0;
  line-height: 1.2;
}

.pdc-purchase-prepayment .pd-prepayment-callout__meta {
  font-size: 0.8rem;
  line-height: 1.25;
}

.pdc-purchase-prepayment .pd-prepayment-callout__price {
  font-size: 1rem;
  line-height: 1.15;
}

.pdc-purchase-prepayment .pd-prepayment-callout__text {
  font-size: 0.76rem;
  line-height: 1.3;
}

.pdc-purchase-status #pd-stock-delivery {
  width: 100%;
}

.pdc-purchase-status #pd-stock-delivery .pd-delivery {
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
  gap: 0 0.35ch;
  margin: 0;
}

.pdc-purchase-prepayment #pd-prepayment-callout-slot:empty {
  display: none;
}

.pdc-purchase-status .pdcf-delivery-label,
.pdc-purchase-status .pdcf-delivery-time-value {
  white-space: nowrap;
}

.pdc-purchase-label .pdc-purchase-price {
  display: inline;
  font-size: inherit;
  font-weight: 700;
  line-height: inherit;
}

.pdc-purchase-cart {
  align-items: center;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 8px;
  justify-content: flex-start;
  justify-items: start;
  justify-self: stretch;
  width: 100%;
}

.pdc-qty-row {
  align-items: center;
  display: flex;
  gap: 8px;
  justify-content: flex-start;
  width: auto;
}

.pdc-qty-label {
  color: var(--pdc-muted);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
}

.pdc-qty-input {
  border: 1px solid var(--pdc-border);
  border-radius: 12px;
  box-shadow: none;
  font-size: 15px;
  font-weight: 600;
  height: 46px;
  padding: 0 12px;
  width: 82px;
}

.pdc-qty-input:focus {
  border-color: var(--pdc-primary);
  outline: 2px solid rgba(46, 79, 32, 0.18);
  outline-offset: 0;
}

.pdc-cart-btn {
  background: var(--pdc-primary);
  border: 0;
  border-radius: 8px;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  height: 44px;
  padding: 0 18px;
  width: 100%;
  transition: transform 130ms ease, box-shadow 130ms ease, background 130ms ease;
}

.pdc-cart-btn:hover {
  background: var(--pdc-primary-strong);
  transform: translateY(-1px);
}

.pdc-cart-btn:focus-visible {
  outline: 2px solid rgba(46, 79, 32, 0.22);
  outline-offset: 2px;
}

.pdc-cart-btn[disabled] {
  cursor: not-allowed;
  opacity: 0.5;
}

.pdc-cart-btn.is-loading {
  opacity: 0.85;
}

.pdc-cart-btn.is-success {
  background: #0f9d58;
}

.pdc-price-note {
  color: var(--pdc-muted);
  font-size: 12px;
  grid-column: 1;
  grid-row: 4;
  line-height: 1.35;
  margin: 0;
}

.pdc-spacer {
  height: 48px;
}

.pdc-tabs {
  align-items: center;
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--pdc-border);
  border-radius: 0;
  box-shadow: none;
  display: grid;
  gap: 6px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  justify-content: stretch;
  margin: 6px 0 20px;
  padding: 0 0 8px;
  text-align: center;
  width: 100%;
}

.pdc-tab {
  appearance: none;
  background: transparent;
  border: 0;
  color: var(--pdc-muted);
  border-radius: 0;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  min-height: 44px;
  padding: 10px 16px;
}

.pdc-tab:focus-visible {
  outline: 3px solid rgba(46, 79, 32, 0.25);
  outline-offset: 1px;
}

.pdc-tab.is-active {
  background: transparent;
  border-bottom: 2px solid var(--pdc-primary);
  color: var(--pdc-primary);
}

.pdc-main {
  align-items: start;
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr;
  margin-top: 20px;
}

.pdc-left,
.pdc-right {
  min-width: 0;
}

.pdc-tab-panel[hidden] {
  display: none !important;
}

.pdc-right {
  align-self: start;
  order: 0;
  position: static;
}

.pdc-left {
  order: 1;
}

/* Capisco page uses left swatches as primary configurator input. */
.pdc-config-card {
  display: none;
}

.pdc-group {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #e6ece2;
  border-radius: 0;
  box-shadow: none;
  margin: 0 0 16px;
  padding: 0 0 16px;
}

.pdc-group-head {
  align-items: baseline;
  border-bottom: 0;
  display: flex;
  justify-content: space-between;
  margin: 0 0 12px;
  padding: 0 0 10px;
}

.pdc-group-title {
  font-size: 20px;
  margin: 0;
}

.pdc-group-price {
  color: var(--pdc-primary);
  font-size: 13px;
  font-weight: 700;
  margin: 0;
}

.pdc-family {
  contain-intrinsic-size: 420px;
  content-visibility: auto;
  margin: 0 0 14px;
}

.pdc-family-title {
  align-items: center;
  display: inline-flex;
  gap: 8px;
  font-size: 16px;
  margin: 0 0 8px;
}

.pdc-family-title-text {
  display: inline-block;
}

.pdc-family-info-btn {
  align-items: center;
  appearance: none;
  background: #fff;
  border: 1px solid var(--pdc-border);
  border-radius: 999px;
  color: var(--pdc-primary);
  cursor: pointer;
  display: inline-flex;
  font-size: 12px;
  font-weight: 700;
  height: 20px;
  justify-content: center;
  line-height: 1;
  padding: 0;
  width: 20px;
}

.pdc-family-info-btn:hover {
  border-color: var(--pdc-primary);
}

.pdc-family-info-btn:focus-visible {
  outline: 3px solid rgba(46, 79, 32, 0.25);
  outline-offset: 1px;
}

.pdc-opt-choices {
  display: grid;
  gap: 14px 16px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.pdc-opt-choice {
  width: 100%;
}

.pdc-opt-choice.is-active {
  background: transparent;
}

.pdc-tab-panel[data-capisco-panel="optionen"] .pdc-group {
  margin: 0 0 20px;
  padding: 0;
}

.pdc-tab-panel[data-capisco-panel="optionen"] .pdc-group-head {
  margin: 0 0 10px;
  padding: 0;
}

.pdc-tab-panel[data-capisco-panel="optionen"] .pdc-fabric-thumb-wrap {
  height: 84px;
  width: 84px;
}

.pdc-tab-panel[data-capisco-panel="optionen"] .pdc-fabric-zoom {
  display: none !important;
}

.pdc-tab-panel[data-capisco-panel="optionen"] .pdc-swatch-tile:hover .pdc-fabric-thumb,
.pdc-tab-panel[data-capisco-panel="optionen"] .pdc-swatch-tile:focus-visible .pdc-fabric-thumb {
  box-shadow: none;
  transform: scale(1.18);
}

.pdc-tab-panel[data-capisco-panel="optionen"] .pdc-swatch-name {
  font-size: 16px;
}

.pdc-accessory-row {
  align-items: center;
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1fr) auto;
  margin: 0 0 16px;
}

.pdc-accessory-main {
  min-width: 0;
}

.pdc-accessory-swatch {
  align-items: center;
  flex-direction: row;
  gap: 12px;
  justify-content: flex-start;
  min-height: 132px;
  width: 100%;
}

.pdc-tab-panel[data-capisco-panel="zubehoer"] .pdc-fabric-thumb-wrap {
  height: 112px;
  width: 112px;
}

.pdc-accessory-swatch .pdc-swatch-text {
  min-height: 0;
  text-align: left;
}

.pdc-accessory-swatch .pdc-fabric-zoom {
  display: none !important;
}

.pdc-accessory-swatch:hover .pdc-fabric-thumb,
.pdc-accessory-swatch:focus-visible .pdc-fabric-thumb {
  box-shadow: none;
  transform: none;
}

.pdc-accessory-action {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.pdc-accessory-toggle {
  appearance: none;
  background: transparent;
  border: 1px solid var(--pdc-border);
  border-radius: 999px;
  color: var(--pdc-text);
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  min-height: 38px;
  min-width: 128px;
  padding: 10px 14px;
}

.pdc-accessory-toggle.is-selected {
  background: transparent;
  border-color: var(--pdc-primary);
  color: var(--pdc-primary);
}

.pdc-accessory-status {
  color: var(--pdc-primary);
  font-size: 12px;
  font-weight: 700;
  margin: 0;
}

.pdc-overview-list {
  display: grid;
  gap: 12px;
}

.pdc-overview-item {
  margin: 0;
  padding: 0;
}

.pdc-overview-label {
  color: var(--pdc-text);
  font-size: 15px;
  font-weight: 700;
  margin: 0 0 2px;
}

.pdc-overview-section {
  color: var(--pdc-text);
  font-size: 17px;
  font-weight: 800;
  margin: 8px 0 2px;
}

.pdc-overview-value {
  color: var(--pdc-muted);
  font-size: 14px;
  margin: 0;
}

.pdc-rule-modal {
  border: 0;
  border-radius: 16px;
  max-width: 620px;
  padding: 14px;
  overflow: hidden;
  width: calc(100% - 24px);
}

.pdc-rule-modal::backdrop {
  background: rgba(16, 24, 40, 0.45);
}

.pdc-rule-modal-card {
  background: #fff;
  border: 0;
  border-radius: 16px;
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 24px;
  position: relative;
}

.pdc-rule-close {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 8px;
  color: var(--pdc-muted);
  cursor: pointer;
  display: inline-flex;
  font-size: 22px;
  font-weight: 700;
  height: 36px;
  justify-content: center;
  line-height: 1;
  padding: 0;
  position: absolute;
  right: 12px;
  top: 12px;
  width: 36px;
}

.pdc-rule-close:focus-visible {
  outline: 2px solid rgba(46, 79, 32, 0.25);
  outline-offset: 2px;
}

.pdc-rule-modal-title {
  font-size: 18px;
  font-weight: 800;
  margin: 0;
}

.pdc-rule-modal-text {
  color: var(--pdc-text);
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
  padding-right: 4px;
  white-space: pre-line;
}

.pdc-rule-modal-select-wrap {
  display: grid;
  gap: 6px;
  padding: 10px;
}

.pdc-rule-modal-select-wrap[hidden] {
  display: none !important;
}

.pdc-rule-modal-label {
  color: var(--pdc-muted);
  font-size: 13px;
  font-weight: 700;
}

.pdc-rule-modal-select {
  border: 1px solid var(--pdc-border);
  border-radius: 10px;
  font-size: 14px;
  min-height: 42px;
  padding: 8px 10px;
  width: 100%;
}

.pdc-rule-modal-actions {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  margin-top: 6px;
}

.pdc-rule-btn {
  border: 1px solid var(--pdc-border);
  border-radius: 10px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  min-height: 38px;
  padding: 8px 14px;
}

.pdc-rule-btn-muted {
  background: #fff;
  color: var(--pdc-text);
}

.pdc-rule-btn-primary {
  background: var(--pdc-primary);
  border-color: var(--pdc-primary);
  color: #fff;
}

.pdc-rule-btn:focus-visible,
.pdc-accessory-toggle:focus-visible {
  outline: 3px solid rgba(46, 79, 32, 0.25);
  outline-offset: 2px;
}

.pdc-fabric-modal {
  border: 0;
  border-radius: 16px;
  max-width: 560px;
  padding: 14px;
  width: calc(100% - 24px);
}

.pdc-fabric-modal::backdrop {
  background: rgba(16, 24, 40, 0.45);
}

.pdc-fabric-modal-card {
  background: #fff;
  border-radius: 16px;
  display: grid;
  gap: 10px;
  margin: 0;
  max-height: min(74vh, 620px);
  overflow: auto;
  padding: 24px;
  position: relative;
}

.pdc-fabric-modal-close {
  align-items: center;
  appearance: none;
  background: transparent;
  border: 0;
  border-radius: 8px;
  color: var(--pdc-muted);
  cursor: pointer;
  display: inline-flex;
  font-size: 22px;
  font-weight: 700;
  height: 36px;
  justify-content: center;
  line-height: 1;
  padding: 0;
  position: absolute;
  right: 12px;
  top: 12px;
  width: 36px;
}

.pdc-fabric-modal-close:focus-visible {
  outline: 2px solid rgba(46, 79, 32, 0.25);
  outline-offset: 2px;
}

.pdc-fabric-modal-title {
  font-size: 20px;
  margin: 0;
  padding-right: 28px;
}

.pdc-fabric-modal-meta {
  color: var(--pdc-muted);
  font-size: 13px;
  margin: 0;
}

.pdc-fabric-modal-desc {
  color: var(--pdc-text);
  font-size: 14px;
  line-height: 1.45;
}

.pdc-fabric-modal-desc p {
  margin: 0 0 8px;
}

.pdc-fabric-modal-desc p:last-child {
  margin-bottom: 0;
}

.pdc-fabric-modal-sub {
  font-size: 14px;
  font-weight: 700;
  margin: 0;
}

.pdc-fabric-modal-list {
  display: grid;
  gap: 6px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  list-style: none;
  margin: 0;
  max-height: min(50vh, 360px);
  overflow: auto;
  padding: 0;
}

.pdc-fabric-modal-item {
  color: var(--pdc-text);
  font-size: 13px;
  line-height: 1.45;
}

.pdc-swatches {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-bottom: 8px;
}

.pdc-swatch {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  padding: 8px;
  transition: border-color 140ms ease, box-shadow 140ms ease, transform 140ms ease;
}

.pdc-swatch:hover { transform: translateY(-1px); }

.pdc-swatch:focus-visible {
  outline: 3px solid rgba(46, 79, 32, 0.25);
  outline-offset: 1px;
}

.pdc-swatch.is-active {
  border: 0;
  box-shadow: inset 0 -2px 0 var(--pdc-primary);
  background: transparent;
}

.pdc-swatch-tile {
  align-items: center;
  flex-direction: column;
  gap: 8px;
  justify-content: flex-start;
  min-height: 118px;
  overflow: visible;
  position: relative;
}

.pdc-fabric-thumb-wrap {
  border-radius: 50%;
  display: block;
  height: 56px;
  overflow: hidden;
  position: relative;
  width: 56px;
  z-index: 2;
}

.pdc-fabric-thumb {
  border: 0;
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.18);
  transition: none;
  width: 100%;
}

.pdc-fabric-zoom {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  box-shadow: 0 12px 28px rgba(16, 24, 40, 0.28);
  height: 112px;
  left: 50%;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: -110px;
  transform: translateX(-50%) scale(0.88);
  transition: opacity 160ms ease, transform 160ms ease;
  width: 112px;
  z-index: 4;
}

.pdc-swatch-tile:hover .pdc-fabric-zoom,
.pdc-swatch-tile:focus-visible .pdc-fabric-zoom {
  opacity: 1;
  transform: translateX(-50%) scale(1);
}

.pdc-swatch-tile:hover .pdc-fabric-thumb,
.pdc-swatch-tile:focus-visible .pdc-fabric-thumb {
  box-shadow: none;
  transform: scale(1.18);
  z-index: 4;
}

.pdc-swatch-text {
  color: var(--pdc-text);
  display: grid;
  font-size: 12px;
  font-weight: 500;
  gap: 2px;
  line-height: 1.3;
  min-height: 32px;
  text-align: center;
}

.pdc-swatch-code {
  display: block;
  font-weight: 500;
}

.pdc-swatch-name {
  color: var(--pdc-muted);
  display: block;
  font-weight: 500;
}

.pdc-swatch-price {
  color: var(--pdc-text);
  display: block;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.25;
  white-space: nowrap;
}

.pdc-preview,
.pdc-config-card {
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
}

.pdc-preview {
  position: relative;
}

.pdc-preview > .pdcf-gallery-actions--preview {
  left: auto;
  margin: 0;
  max-width: calc(100% - 24px);
  position: absolute;
  right: 12px;
  top: 12px;
  width: auto;
  z-index: 8;
}

.pdcf-gallery-actions--preview .pd-header-actions {
  align-items: flex-end;
  justify-content: flex-start;
}

.pdcf-gallery-actions--preview .pd-fav-status,
.pdcf-gallery-actions--preview .pd-share-status,
.pdcf-gallery-actions--preview .pd-price-alert-status {
  margin: 6px 0 0;
  text-align: right;
}

.pdc-config-card {
  margin-top: 16px;
}

.pdc-angle-controls {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 10px;
}

.pdc-angle-btn {
  background: transparent;
  border: 1px solid var(--pdc-border);
  border-radius: 999px;
  color: var(--pdc-primary);
  cursor: pointer;
  font-size: 20px;
  font-weight: 700;
  height: 38px;
  line-height: 1;
  width: 38px;
}

.pdc-angle-btn:focus-visible {
  outline: 3px solid rgba(46, 79, 32, 0.25);
  outline-offset: 2px;
}

.pdc-angle-btn:disabled {
  cursor: not-allowed;
  opacity: 0.4;
}

.pdc-angle-label {
  color: var(--pdc-primary);
  font-size: 14px;
  font-weight: 700;
  min-width: 90px;
  text-align: center;
}

.pdc-config-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
}

.pdc-empty {
  color: var(--pdc-muted);
}

@media (max-width: 1023px) {
  .pdc-page {
    --pdc-mobile-buybar-h: 208px;
    --pdc-mobile-tabs-h: 52px;
    --pdc-mobile-content-sticky-top: calc(var(--pdc-mobile-buybar-h) + var(--pdc-mobile-tabs-h));
    --pdc-mobile-preview-h: clamp(147px, 25.2vh, 224px);
    --pdc-mobile-stack-gap: 8px;
  }

  .pdc-form {
    gap: 0;
  }

  .pdc-sticky {
    background: #fff;
    min-height: 0;
    margin-top: 0;
    overflow: hidden;
    padding: 0;
    top: 0;
    z-index: 90;
  }

  .pdc-purchase {
    box-sizing: border-box;
    max-width: 100%;
    min-width: 0;
    padding: 8px 0;
    width: 100%;
  }

  .pdc-purchase-primary {
    box-sizing: border-box;
    gap: 8px;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto auto;
    max-width: 100%;
    min-width: 0;
    width: 100%;
  }

  .pdc-purchase-price-wrap,
  .pdc-purchase-prepayment,
  .pdc-purchase-actions,
  .pdc-purchase-cart {
    box-sizing: border-box;
    justify-self: stretch;
    max-width: 100%;
    min-width: 0;
    width: 100%;
  }

  .pdc-tab-panel[data-capisco-panel="optionen"] .pdc-group {
    margin-bottom: 18px;
  }

  .pdc-opt-choices {
    gap: 10px 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pdc-tab-panel[data-capisco-panel="optionen"] .pdc-swatch-tile {
    min-height: 118px;
    padding: 10px 8px;
  }

  .pdc-tab-panel[data-capisco-panel="optionen"] .pdc-fabric-thumb-wrap {
    height: 60px;
    width: 60px;
  }

  .pdc-tab-panel[data-capisco-panel="optionen"] .pdc-swatch-text {
    min-height: 0;
  }

  .pdc-tab-panel[data-capisco-panel="optionen"] .pdc-swatch-name {
    font-size: 13px;
    line-height: 1.25;
  }

  .pdc-tab-panel[data-capisco-panel="optionen"] .pdc-swatch-price {
    font-size: 11px;
    line-height: 1.2;
  }

  .pdc-right {
    background: #fff;
    margin-top: calc(var(--pdc-mobile-tabs-h) * 1.25);
    min-height: var(--pdc-mobile-preview-h);
    position: sticky;
    top: var(--pdc-mobile-content-sticky-top);
    z-index: 70;
  }

  .pdc-preview {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: var(--pdc-mobile-preview-h);
    padding-top: 0;
    width: 100%;
  }

  .pdc-preview .pd-gallery,
  .pdc-preview .pd-main-img {
    margin: 0;
    width: 100%;
  }

  .pdc-preview .pd-main-img {
    height: calc(var(--pdc-mobile-preview-h) - 56px);
  }

  .pdc-preview .pd-main-btn {
    height: 100%;
  }

  .pdc-preview .pd-main-btn > img {
    height: 100%;
    width: 100%;
    object-fit: contain;
  }

  .pdc-tabs {
    align-self: start;
    background: #fff;
    margin: 0;
    min-height: var(--pdc-mobile-tabs-h);
    position: sticky;
    top: var(--pdc-mobile-buybar-h);
    z-index: 80;
  }

  .pdc-main {
    box-sizing: border-box;
    margin-top: 0;
    padding-top: 0;
    scroll-padding-top: var(--pdc-mobile-content-sticky-top);
  }

  .pdc-left,
  .pdc-right,
  .pdc-tab-panel {
    scroll-margin-top: var(--pdc-mobile-content-sticky-top);
  }

  .pdc-page[data-capisco-page] .pdc-sticky,
  .pdc-page[data-capisco-page] .pdc-tabs,
  .pdc-page[data-capisco-page] .pdc-right {
    margin-left: -18px;
    margin-right: -18px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .pdc-page[data-capisco-page] .pdc-tabs {
    box-sizing: border-box;
    max-width: none;
    width: calc(100% + 36px);
  }

  .pdc-page[data-capisco-page] .pdc-purchase-primary {
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto auto;
    row-gap: 8px;
  }

  .pdc-page[data-capisco-page] .pdc-purchase-price-wrap {
    gap: 0;
    grid-column: 1;
    grid-row: 1;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto;
    justify-self: stretch;
    min-width: 0;
    width: 100%;
  }

  .pdc-page[data-capisco-page] .pdc-purchase-prepayment {
    align-self: start;
    grid-column: 1;
    grid-row: 2;
    justify-self: stretch;
    min-width: 0;
    width: 100%;
  }

  .pdc-page[data-capisco-page] .pdc-purchase-prepayment .pd-purchase-incentives {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pdc-page[data-capisco-page] .pdc-purchase-actions {
    grid-column: 1;
    grid-row: 2;
  }

  .pdc-page[data-capisco-page] .pdc-purchase-status #pd-stock-delivery {
    border: 0;
    padding-top: 0;
  }

  .pdc-page[data-capisco-page] .pdc-purchase-status #pd-stock-delivery .pd-delivery {
    color: var(--pdc-muted);
    font-size: 14px;
    justify-content: flex-start;
  }

  .pdc-page[data-capisco-page] .pdc-purchase-price-line {
    justify-content: flex-start;
  }

  .pdc-page[data-capisco-page] .pdc-purchase-price {
    grid-column: auto;
    grid-row: auto;
  }

  .pdc-page[data-capisco-page] .pdc-price-note {
    grid-column: auto;
    grid-row: auto;
    white-space: normal;
  }
}

@media (min-width: 640px) {
  .pdc-page {
    padding: 0 16px 16px;
  }

  .pdc-tabs {
    gap: 8px;
  }

  .pdc-tab {
    font-size: 13px;
  }

  .pdc-swatches {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .pdc-opt-choices {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .pdc-accessory-row {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .pdc-page[data-capisco-page] .pdc-sticky,
  .pdc-page[data-capisco-page] .pdc-tabs,
  .pdc-page[data-capisco-page] .pdc-right {
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .pdc-page[data-capisco-page] .pdc-tabs {
    box-sizing: border-box;
    max-width: none;
    width: calc(100% + 32px);
  }

}

@media (min-width: 981px) {
  .pdc-page {
    --pdc-desktop-sticky-top: 0px;
    --pdc-buybar-h: 154px;
    --pdc-tabs-h: 56px;
    --pdc-right-sticky-top: calc(var(--pdc-desktop-sticky-top) + var(--pdc-buybar-h) + var(--pdc-tabs-h) + 16px);
    padding: 0 18px 18px;
  }

  .pdc-form {
    gap: 0;
  }

  .pdc-sticky {
    min-height: 0;
    margin-top: 0;
    padding: 4px 0;
    top: var(--pdc-desktop-sticky-top);
  }

  .pdc-tabs {
    align-self: start;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0;
    position: sticky;
    top: calc(var(--pdc-desktop-sticky-top) + var(--pdc-buybar-h));
    z-index: 70;
  }

  .pdc-main {
    gap: 20px;
    grid-template-columns: minmax(0, 60%) minmax(0, 40%);
  }

  .pdc-left {
    order: 0;
  }

  .pdc-right {
    order: 0;
    position: sticky;
    top: var(--pdc-right-sticky-top);
  }

  .pdc-preview {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 52vh;
    padding-top: 0;
    width: 100%;
  }

  .pdc-swatches {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .pdc-opt-choices {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .pdc-purchase {
    align-items: start;
    column-gap: 18px;
    grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
    grid-template-rows: auto;
    padding-top: 5px;
    row-gap: 0;
  }

  .pdc-purchase-primary {
    align-items: start;
    gap: 8px;
    grid-column: 1;
    grid-row: 1;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto auto;
  }

  .pdc-purchase-actions {
    grid-column: 2;
    grid-row: 1;
  }

  .pdc-purchase-price-wrap {
    gap: 0;
    padding: 0;
  }

  .pdc-purchase-price {
    font-size: 22px;
    line-height: 1.1;
  }

  .pdc-price-note {
    font-size: 11px;
    line-height: 1.35;
  }

  .pdc-purchase-prepayment {
    grid-column: 1;
    grid-row: 2;
    min-width: 0;
  }

  .pdc-purchase-prepayment .pd-prepayment-callout {
    margin: 0;
    text-align: left;
  }

  .pdc-purchase-cart {
    grid-template-columns: auto minmax(0, 1fr);
    gap: 8px;
    justify-content: stretch;
    justify-items: start;
    align-self: start;
  }

  .pdc-qty-row {
    width: auto;
  }

  .pdc-qty-input,
  .pdc-cart-btn {
    height: 40px;
  }

  .pdc-cart-btn {
    justify-self: stretch;
    width: 100%;
    min-width: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pdc-cart-btn,
  .pdc-swatch,
  .pdc-fabric-zoom,
  .pdc-family-info-btn {
    transition: none;
  }

  .pdc-cart-btn:hover,
  .pdc-swatch:hover {
    transform: none;
  }
}

.pdc-seo-intro {
  margin: 0 auto 1.5rem;
  padding: 1.25rem 1.5rem;
  max-width: 1120px;
  border: 1px solid #d7ddd4;
  border-radius: 1rem;
  background: linear-gradient(135deg, #f6f4ed 0%, #ffffff 100%);
}

.pdc-seo-intro__kicker {
  margin: 0 0 0.35rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #6b7268;
}

.pdc-seo-intro__title {
  margin: 0 0 0.6rem;
  font-size: clamp(1.45rem, 2vw, 2rem);
  line-height: 1.15;
  color: #1d2a1f;
}

.pdc-seo-intro__copy {
  margin: 0 0 0.85rem;
  max-width: 72ch;
  color: #2d352e;
}

.pdc-seo-intro__list {
  margin: 0;
  padding-left: 1.2rem;
  display: grid;
  gap: 0.45rem;
}

.pdc-seo-intro__cta {
  margin: 1rem 0 0;
  color: #1d2a1f;
}

.pdc-seo-intro__cta a {
  font-weight: 700;
}

.pdc-page-title {
  display: block;
  margin: 0 auto 1rem;
  max-width: 1120px;
  width: 100%;
}

.pdc-page-title__heading {
  margin: 0;
  color: #1d2a1f;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.08;
}

.pdc-mainproduct-spotlight {
  margin: 5px auto 1.5rem;
  padding: 1.1rem 1.25rem 1.2rem;
  max-width: 1120px;
  border: 1px solid #d7ddd4;
  border-radius: 1rem;
  background:
    radial-gradient(circle at top right, rgba(46, 79, 32, 0.08), transparent 28%),
    linear-gradient(135deg, #f6f4ed 0%, #ffffff 100%);
}

.pdc-mainproduct-topline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.55rem 0.8rem;
  margin-bottom: 0.7rem;
}

.pdc-mainproduct-badge {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0 0.8rem;
  border-radius: 999px;
  background: #2e4f20;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.pdc-mainproduct-eyebrow {
  margin: 0;
  color: #5b6654;
  font-size: 0.92rem;
  font-weight: 700;
}

.pdc-mainproduct-title {
  margin: 0 0 0.55rem;
  font-size: clamp(1.35rem, 2vw, 1.85rem);
  line-height: 1.12;
  color: #1d2a1f;
}

.pdc-mainproduct-intro {
  margin: 0;
  max-width: 72ch;
  color: #2d352e;
}

.pdc-mainproduct-list {
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem;
}

.pdc-mainproduct-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  min-width: 0;
  padding: 0.75rem 0.85rem;
  border: 1px solid rgba(46, 79, 32, 0.12);
  border-radius: 0.9rem;
  background: rgba(255, 255, 255, 0.82);
  color: #233022;
}

.pdc-mainproduct-list li::before {
  content: "\2713";
  flex: 0 0 auto;
  color: #2e4f20;
  font-weight: 800;
}

.pdc-mainproduct-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1rem;
}

.pdc-mainproduct-link {
  display: inline-flex;
  align-items: center;
  min-height: 2.5rem;
  padding: 0 0.95rem;
  border: 1px solid #c7d2c0;
  border-radius: 999px;
  background: #fff;
  color: #1f3418;
  font-weight: 700;
  text-decoration: none;
}

.pdc-mainproduct-link:hover,
.pdc-mainproduct-link:focus-visible {
  border-color: #2e4f20;
  color: #1f3418;
}

@media (max-width: 720px) {
  .pdc-page-title {
    margin-bottom: 0.85rem;
  }

  .pdc-page-title__heading {
    font-size: 1.125rem;
  }

  .pdc-mainproduct-spotlight {
    padding: 1rem;
  }

  .pdc-mainproduct-list {
    grid-template-columns: minmax(0, 1fr);
  }

  .pdc-mainproduct-link {
    width: 100%;
    justify-content: center;
  }
}
