.pch-enhanced .pch-helper {
  margin: 8px 0 12px;
}

.pch-enhanced .pch-btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 6px;
}

.pch-enhanced .pch-btn {
  border-radius: 3px;
}


.pch-enhanced .pch-unit-row {
  margin-top: -2px;
}

.pch-enhanced .pch-unit {
  background: #fff5e6;
  color: #8a5a00;
  border: 1px solid rgba(200,155,60,0.28);
}

.pch-enhanced .pch-unit:hover {
  background: #d8a53a;
  color: #fff;
}

.pch-enhanced .pch-no-text {
  color: #9a1f1f;
}

.pch-enhanced .pch-suggest,
.pch-enhanced .pch-suggest-main-title {
  font-weight: 600;
}

.pch-quote-picker {
  position: relative;
}

.pch-quote-panel {
  display: none;
  position: absolute;
  z-index: 30;
  left: 0;
  top: 30px;
  width: min(520px, 95vw);
  max-height: 260px;
  overflow: auto;
  background: #fff;
  border: 1px solid #cfcfcf;
  box-shadow: 0 6px 18px rgba(0,0,0,.15);
  padding: 10px;
}

.pch-quote-panel.active {
  display: block;
}

.pch-quote-item,
.pch-quote-close {
  display: block;
  width: 100%;
  text-align: left;
  margin: 0 0 8px;
  padding: 8px 10px;
  border: 1px solid #ddd;
  background: #fafafa;
}

.pch-quote-item:hover,
.pch-quote-close:hover {
  background: #f0f0f0;
}

.pch-quote-item-title{display:block;font-weight:700;margin-bottom:4px}
.pch-quote-item-text{display:block;white-space:pre-line;color:#444;font-size:12px;line-height:1.35}
.pch-quote-item{white-space:normal}

.pch-counter{margin:-6px 0 10px;font-size:12px;color:#555}
.pch-counter-warning{color:#b94a48;font-weight:600}



/* ===== MODERN UI UPGRADE ===== */

#customizationForm {
  background: linear-gradient(135deg, #ffffff, #f9f9f9);
  border-radius: 16px;
  padding: 25px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  border: 1px solid #eee;
}

.customizationUploadLine {
  background: #fff;
  border-radius: 14px;
  padding: 18px;
  margin-bottom: 18px;
  border: 1px solid #eee;
  transition: all 0.25s ease;
}

.customizationUploadLine:hover {
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  transform: translateY(-2px);
}

.customization_block_input {
  border-radius: 10px;
  border: 1px solid #ddd;
  padding: 12px;
  font-size: 15px;
  transition: all 0.2s ease;
}

.customization_block_input:focus {
  border-color: #c89b3c;
  box-shadow: 0 0 0 3px rgba(200,155,60,0.15);
  outline: none;
}

.pch-btn {
  border-radius: 999px !important;
  padding: 6px 14px;
  margin: 4px;
  font-size: 13px;
  border: none;
  background: #f1f1f1;
  color: #444;
  transition: all 0.2s ease;
  cursor: pointer;
}

.pch-btn:hover {
  background: #c89b3c;
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 4px 10px rgba(200,155,60,0.3);
}

.pch-no-text {
  background: #ffe5e5;
  color: #c0392b;
}

.pch-no-text:hover {
  background: #e74c3c;
  color: white;
}

.pch-clear {
  background: #eee;
}

.pch-suggest {
  background: #e8f4ff;
  color: #2980b9;
}

.pch-suggest:hover {
  background: #3498db;
  color: #fff;
}

.pch-quote-panel {
  background: white;
  border-radius: 12px;
  padding: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
  margin-top: 10px;
}

.pch-quote-item {
  display: block;
  width: 100%;
  text-align: left;
  border-radius: 8px;
  padding: 8px 10px;
  background: #f9f9f9;
  border: none;
  margin-bottom: 5px;
  transition: 0.2s;
}

.pch-quote-item:hover {
  background: #c89b3c;
  color: #fff;
}

button[name="saveCustomization"] {
  background: linear-gradient(135deg, #c89b3c, #a67c2d);
  color: #fff;
  border: none;
  border-radius: 999px;
  padding: 10px 24px;
  font-weight: bold;
  transition: 0.25s;
}

button[name="saveCustomization"]:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(200,155,60,0.4);
}



/* ===== HOTFIX + PREMIUM HEADER/SAVE BUTTON ===== */
#customizationForm.page-product-box-parent-heading-fix, .pch-customization-box > .page-product-heading {
  background: linear-gradient(135deg, #fffaf0, #f7f1e3);
  border: 1px solid #eadfcb;
  border-bottom: 0;
  border-radius: 18px 18px 0 0;
  padding: 22px 26px;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #4a3422;
  box-shadow: 0 12px 28px rgba(58, 40, 18, 0.08);
  position: relative;
}

#customizationForm.page-product-box-parent-heading-fix:before, .pch-customization-box > .page-product-heading:before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, #d4a63d, #b57f1b);
  box-shadow: 0 0 0 8px rgba(212, 166, 61, 0.12);
  margin-right: 14px;
  vertical-align: middle;
}

.pch-customization-box #customizationForm {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: 1px solid rgba(212, 166, 61, 0.15);
  background: linear-gradient(180deg, #fffdf8 0%, #ffffff 100%);
}

.pch-customization-box #customizationForm .product-heading-h5 {
  font-size: 28px;
  color: #86601f;
  font-weight: 700;
  margin-bottom: 20px;
}

.pch-customization-box #customizationForm .pch-helper .pch-btn,
.page-product-box #customizationForm .pch-quote-item,
.page-product-box #customizationForm .pch-quote-close,
.pch-customization-box #customizationForm button[name="saveCustomization"] {
  box-sizing: border-box;
}

.pch-customization-box #customizedDatas {
  float: none !important;
  display: block;
  margin-top: 18px;
}

.pch-customization-box #customizationForm button[name="saveCustomization"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 210px;
  min-height: 52px;
  padding: 0 28px;
  background: linear-gradient(135deg, #d4a63d 0%, #b47c1e 100%);
  border: 0;
  border-radius: 14px;
  box-shadow: 0 12px 26px rgba(180, 124, 30, 0.28);
  text-transform: uppercase;
  letter-spacing: .04em;
}

.pch-customization-box #customizationForm button[name="saveCustomization"] span {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 1;
  text-shadow: 0 1px 0 rgba(0,0,0,0.12);
}

.pch-customization-box #customizationForm button[name="saveCustomization"]:hover {
  background: linear-gradient(135deg, #e1b655 0%, #c38c2d 100%);
  transform: translateY(-2px);
  box-shadow: 0 16px 30px rgba(180, 124, 30, 0.34);
}

.pch-customization-box #customizationForm button[name="saveCustomization"]:active {
  transform: translateY(0);
}

@media (max-width: 767px) {
  #customizationForm.page-product-box-parent-heading-fix, .pch-customization-box > .page-product-heading {
    font-size: 22px;
    padding: 18px 18px;
  }

  .pch-customization-box #customizationForm {
    padding: 18px;
  }

  .pch-customization-box #customizationForm button[name="saveCustomization"] {
    width: 100%;
    min-width: 0;
  }
}


/* ===== V030 SCOPING + SAVE BUTTON TEXT FIX ===== */
.pch-customization-box > .page-product-heading {
  background: linear-gradient(135deg, #fffaf0, #f7f1e3);
  border: 1px solid #eadfcb;
  border-bottom: 0;
  border-radius: 18px 18px 0 0;
  padding: 22px 26px;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #4a3422;
  box-shadow: 0 12px 28px rgba(58, 40, 18, 0.08);
  position: relative;
}

.pch-customization-box > .page-product-heading:before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, #d4a63d, #b57f1b);
  box-shadow: 0 0 0 8px rgba(212, 166, 61, 0.12);
  margin-right: 14px;
  vertical-align: middle;
}

.pch-customization-box #customizationForm button[name="saveCustomization"],
.pch-customization-box #customizationForm button[name="saveCustomization"]:hover,
.pch-customization-box #customizationForm button[name="saveCustomization"]:focus {
  color: #fff !important;
  text-decoration: none !important;
}

.pch-customization-box #customizationForm button[name="saveCustomization"] span,
.pch-customization-box #customizationForm button[name="saveCustomization"]:hover span,
.pch-customization-box #customizationForm button[name="saveCustomization"]:focus span {
  display: inline !important;
  background: transparent !important;
  background-color: transparent !important;
  color: #fff !important;
  text-shadow: none !important;
  box-shadow: none !important;
  border: 0 !important;
}

.pch-customization-box #customizationForm button[name="saveCustomization"]:before,
.pch-customization-box #customizationForm button[name="saveCustomization"]:after,
.pch-customization-box #customizationForm button[name="saveCustomization"] span:before,
.pch-customization-box #customizationForm button[name="saveCustomization"] span:after {
  display: none !important;
  content: none !important;
}

@media (max-width: 767px) {
  .pch-customization-box > .page-product-heading {
    font-size: 22px;
    padding: 18px 18px;
  }
}



/* ===== V031 INPUT CONTRAST IMPROVEMENT ===== */

/* Placeholder */
.customization_block_input::placeholder {
  color: #b5b5b5;
  font-style: italic;
}

/* Default text */
.customization_block_input {
  color: #2c2c2c;
  font-weight: 600;
}

/* Filled state */
.customization_block_input:not(:placeholder-shown) {
  color: #1a1a1a;
  font-weight: 700;
  border-color: #c89b3c;
  box-shadow: 0 0 0 2px rgba(200,155,60,0.15);
}

/* Focus */
.customization_block_input:focus {
  background: #fffdf7;
}

/* Flash highlight */
.pch-enhanced .customization_block_input.filled-highlight {
  animation: pchFlash 0.4s ease;
}

@keyframes pchFlash {
  0% { background: #fff3cd; }
  100% { background: #fffdf7; }
}


/* ===== V032 PLACEHOLDER FIX ===== */
.customization_block_input::placeholder {
  font-weight: 400 !important;
}



/* ===== V033 ACTIVE BUTTONS + COMPLETED FIELD CHECK ===== */

.pch-enhanced .pch-btn.pch-active {
  background: linear-gradient(135deg, #d4a63d 0%, #b47c1e 100%) !important;
  color: #fff !important;
  box-shadow: 0 8px 18px rgba(180, 124, 30, 0.24);
  transform: translateY(-1px);
}

.pch-enhanced .pch-btn.pch-active:hover {
  background: linear-gradient(135deg, #e1b655 0%, #c38c2d 100%) !important;
  color: #fff !important;
}

.pch-enhanced {
  position: relative;
}

.pch-enhanced .pch-field-check {
  position: absolute;
  top: 16px;
  right: 18px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: linear-gradient(135deg, #d4a63d 0%, #b47c1e 100%);
  color: #fff;
  display: none;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 800;
  box-shadow: 0 8px 18px rgba(180, 124, 30, 0.22);
  z-index: 3;
}

.pch-enhanced.pch-filled .pch-field-check {
  display: inline-flex;
}

.pch-enhanced.pch-filled {
  border-color: rgba(200, 155, 60, 0.35);
  box-shadow: 0 10px 26px rgba(200, 155, 60, 0.08);
}

.pch-enhanced.pch-filled label {
  color: #6f4f17;
}

@media (max-width: 767px) {
  .pch-enhanced .pch-field-check {
    top: 12px;
    right: 12px;
    width: 24px;
    height: 24px;
    font-size: 13px;
  }
}



/* ===== V035 PROGRESS BAR ===== */
.pch-progress {
  margin: 0 0 22px;
  padding: 16px 18px;
  border-radius: 14px;
  background: linear-gradient(135deg, #fffaf0, #fffdf8);
  border: 1px solid #eadfcb;
  box-shadow: 0 10px 24px rgba(58, 40, 18, 0.06);
}

.pch-progress-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}

.pch-progress-title {
  font-size: 14px;
  font-weight: 700;
  color: #6f4f17;
  letter-spacing: .02em;
}

.pch-progress-count {
  font-size: 13px;
  font-weight: 700;
  color: #8b6a2b;
  white-space: nowrap;
}

.pch-progress-track {
  position: relative;
  height: 12px;
  border-radius: 999px;
  background: #f1eadc;
  overflow: hidden;
}

.pch-progress-bar {
  height: 100%;
  width: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #d4a63d 0%, #b47c1e 100%);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.18);
  transition: width .25s ease;
}

.pch-progress-note {
  margin-top: 10px;
  font-size: 12px;
  color: #8a7a59;
}

.pch-progress.pch-complete .pch-progress-bar {
  background: linear-gradient(135deg, #c8a03a 0%, #8e6517 100%);
}

.pch-progress.pch-complete {
  box-shadow: 0 12px 28px rgba(180, 124, 30, 0.12);
}

@media (max-width: 767px) {
  .pch-progress-head {
    flex-direction: column;
    align-items: flex-start;
  }
}



/* ===== V038 QUOTE DROPDOWN LAYER FIX ===== */
.pch-enhanced,
.customizationUploadLine.pch-enhanced {
  overflow: visible !important;
}

.pch-enhanced .pch-helper,
.pch-enhanced .pch-quote-picker {
  position: relative;
}

.pch-enhanced .pch-quote-picker {
  z-index: 40;
}

.pch-enhanced .pch-quote-panel,
.pch-quote-panel.active {
  z-index: 9999 !important;
}

.pch-enhanced:has(.pch-quote-panel.active) {
  z-index: 50;
}

.pch-enhanced .pch-quote-panel {
  top: calc(100% + 8px);
}



/* ===== V039 LIVE PREVIEW MVP ===== */
.pch-live-preview {
  margin: 0 0 22px;
  padding: 18px 18px 16px;
  border-radius: 18px;
  background: linear-gradient(135deg, #fffaf0, #fffdf8);
  border: 1px solid #eadfcb;
  box-shadow: 0 12px 28px rgba(58, 40, 18, 0.08);
}

.pch-live-preview-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.pch-live-preview-title {
  font-size: 16px;
  font-weight: 800;
  color: #5a3f18;
  letter-spacing: .02em;
}

.pch-live-preview-badge {
  font-size: 12px;
  font-weight: 700;
  color: #8c6b2a;
  background: rgba(212, 166, 61, 0.12);
  border: 1px solid rgba(212, 166, 61, 0.2);
  padding: 6px 10px;
  border-radius: 999px;
}

.pch-live-preview-stage {
  display: grid;
  grid-template-columns: minmax(220px, 320px) 1fr;
  gap: 18px;
  align-items: start;
}

.pch-live-preview-card-wrap {
  display: flex;
  justify-content: center;
}

.pch-live-preview-card {
  width: 240px;
  min-height: 380px;
  padding: 28px 20px 22px;
  border-radius: 28px 28px 18px 18px;
  background:
    radial-gradient(circle at top center, rgba(255,255,255,.85), rgba(255,255,255,.35) 22%, rgba(255,255,255,.12) 40%, rgba(255,255,255,0) 50%),
    linear-gradient(180deg, #f9f2e1 0%, #f3ead6 48%, #eadcbf 100%);
  border: 2px solid rgba(115, 83, 28, 0.28);
  box-shadow:
    inset 0 0 0 4px rgba(255,255,255,0.45),
    0 18px 32px rgba(68, 48, 16, 0.16);
  position: relative;
  overflow: hidden;
}

.pch-live-preview-card:before {
  content: '';
  position: absolute;
  inset: 10px;
  border: 1px solid rgba(115, 83, 28, 0.18);
  border-radius: 22px 22px 14px 14px;
  pointer-events: none;
}

.pch-preview-top,
.pch-preview-main,
.pch-preview-bottom,
.pch-preview-meta,
.pch-preview-back {
  position: relative;
  z-index: 1;
  text-align: center;
  color: #4a3422;
}

.pch-preview-top {
  min-height: 28px;
  margin-top: 8px;
  font-size: 18px;
  font-weight: 700;
}

.pch-preview-main {
  min-height: 96px;
  margin: 26px 0 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  line-height: 1.08;
  font-weight: 700;
  white-space: pre-line;
}

.pch-preview-main.is-small {
  font-size: 26px;
}

.pch-preview-main.is-xsmall {
  font-size: 22px;
}

.pch-preview-bottom {
  min-height: 54px;
  margin: 18px 0 0;
  font-size: 16px;
  line-height: 1.3;
  white-space: pre-line;
}

.pch-preview-meta {
  margin-top: 22px;
  padding-top: 16px;
  border-top: 1px solid rgba(115, 83, 28, 0.18);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.pch-preview-meta-item-label {
  display: block;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #8a6c37;
  margin-bottom: 4px;
}

.pch-preview-meta-item-value {
  display: block;
  font-size: 14px;
  font-weight: 700;
  min-height: 18px;
}

.pch-preview-empty {
  opacity: .35;
  font-style: italic;
  font-weight: 500;
}

.pch-live-preview-side {
  min-width: 0;
}

.pch-preview-summary {
  display: grid;
  gap: 10px;
}

.pch-preview-summary-item {
  border-radius: 12px;
  background: rgba(255,255,255,0.72);
  border: 1px solid rgba(212, 166, 61, 0.14);
  padding: 10px 12px;
}

.pch-preview-summary-item-label {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: #8a6c37;
  margin-bottom: 4px;
}

.pch-preview-summary-item-value {
  display: block;
  font-size: 14px;
  line-height: 1.35;
  color: #4a3422;
  white-space: pre-line;
}

.pch-preview-note {
  margin-top: 12px;
  font-size: 12px;
  color: #8a7a59;
}

@media (max-width: 991px) {
  .pch-live-preview-stage {
    grid-template-columns: 1fr;
  }

  .pch-live-preview-card {
    width: min(260px, 100%);
  }
}



/* ===== V041 MOBILE INPUT FULL WIDTH FIX ===== */
@media (max-width: 768px) {
  .customizationUploadLine textarea,
  .customizationUploadLine input[type="text"],
  .customization_block_input {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
  }

  .customizationUploadLine {
    padding: 14px !important;
  }

  .pch-btn-row {
    flex-wrap: wrap;
  }
}



/* ===== V042 PREVIEW POLISH + SMART WRAP + REAL IMAGE OVERLAY ===== */
.pch-live-preview {
  position: relative;
  overflow: hidden;
}

.pch-live-preview:before {
  content: '';
  position: absolute;
  right: -80px;
  top: -80px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(212,166,61,.10), rgba(212,166,61,0));
  pointer-events: none;
}

.pch-live-preview-card {
  transition: transform .22s ease, box-shadow .22s ease;
}

.pch-live-preview-card.has-product-image {
  width: 270px;
  min-height: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  overflow: visible;
}

.pch-live-preview-card.has-product-image:before {
  display: none;
}

.pch-live-preview-label {
  position: relative;
  width: 270px;
  margin: 0 auto;
}

.pch-live-preview-card-img {
  display: none;
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 18px 32px rgba(68, 48, 16, 0.16);
}

.pch-live-preview-card.has-product-image .pch-live-preview-card-img {
  display: block;
}

.pch-live-preview-card.has-product-image .pch-preview-top,
.pch-live-preview-card.has-product-image .pch-preview-main,
.pch-live-preview-card.has-product-image .pch-preview-bottom,
.pch-live-preview-card.has-product-image .pch-preview-meta {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 68%;
  text-align: center;
  color: #4a3422;
  text-shadow: 0 1px 0 rgba(255,255,255,.45);
  transition: all .2s ease;
}

.pch-live-preview-card.has-product-image .pch-preview-top {
  top: 16%;
  font-size: 15px;
  font-weight: 700;
  min-height: 22px;
}

.pch-live-preview-card.has-product-image .pch-preview-main {
  top: 34%;
  width: 62%;
  margin: 0;
  min-height: 0;
  font-size: 22px;
  line-height: 1.04;
  font-weight: 700;
  display: block;
}

.pch-live-preview-card.has-product-image .pch-preview-main.is-small {
  font-size: 18px;
}

.pch-live-preview-card.has-product-image .pch-preview-main.is-xsmall {
  font-size: 15px;
  width: 66%;
}

.pch-live-preview-card.has-product-image .pch-preview-bottom {
  top: 58%;
  width: 66%;
  margin: 0;
  min-height: 0;
  font-size: 13px;
  line-height: 1.18;
}

.pch-live-preview-card.has-product-image .pch-preview-meta {
  top: 79.5%;
  width: 58%;
  margin: 0;
  padding: 0;
  border-top: 0;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
}

.pch-live-preview-card.has-product-image .pch-preview-meta-item-label {
  font-size: 8px;
  margin-bottom: 1px;
}

.pch-live-preview-card.has-product-image .pch-preview-meta-item-value {
  font-size: 11px;
  min-height: 12px;
}

.pch-live-preview-card.has-product-image .pch-preview-empty {
  opacity: .28;
}

.pch-live-preview-card .pch-preview-top.is-updating,
.pch-live-preview-card .pch-preview-main.is-updating,
.pch-live-preview-card .pch-preview-bottom.is-updating,
.pch-live-preview-card .pch-preview-meta.is-updating {
  animation: pchPreviewPulse .38s ease;
}

@keyframes pchPreviewPulse {
  0% { transform: translateX(-50%) scale(.975); opacity: .75; }
  100% { transform: translateX(-50%) scale(1); opacity: 1; }
}

.pch-live-preview-card:not(.has-product-image) .pch-preview-top.is-updating,
.pch-live-preview-card:not(.has-product-image) .pch-preview-main.is-updating,
.pch-live-preview-card:not(.has-product-image) .pch-preview-bottom.is-updating,
.pch-live-preview-card:not(.has-product-image) .pch-preview-meta.is-updating {
  animation: pchPreviewPulseFallback .38s ease;
}

@keyframes pchPreviewPulseFallback {
  0% { transform: scale(.985); opacity: .8; }
  100% { transform: scale(1); opacity: 1; }
}

.pch-live-preview.preview-focus-top .pch-preview-top,
.pch-live-preview.preview-focus-main .pch-preview-main,
.pch-live-preview.preview-focus-bottom .pch-preview-bottom,
.pch-live-preview.preview-focus-meta .pch-preview-meta {
  filter: drop-shadow(0 0 10px rgba(212,166,61,.28));
}

.pch-live-preview.preview-focus-top .pch-preview-summary-top,
.pch-live-preview.preview-focus-main .pch-preview-summary-main,
.pch-live-preview.preview-focus-bottom .pch-preview-summary-bottom {
  color: #8b5f17;
}

.pch-live-preview-side {
  position: relative;
  z-index: 1;
}

.pch-preview-summary-item {
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.pch-live-preview.preview-focus-top .pch-preview-summary-item:has(.pch-preview-summary-top),
.pch-live-preview.preview-focus-main .pch-preview-summary-item:has(.pch-preview-summary-main),
.pch-live-preview.preview-focus-bottom .pch-preview-summary-item:has(.pch-preview-summary-bottom) {
  border-color: rgba(212,166,61,.32);
  box-shadow: 0 10px 20px rgba(180,124,30,.08);
  transform: translateY(-1px);
}

.pch-preview-main .pch-line,
.pch-preview-bottom .pch-line,
.pch-preview-top .pch-line {
  display: block;
}

@media (max-width: 991px) {
  .pch-live-preview-card.has-product-image,
  .pch-live-preview-label {
    width: min(270px, 100%);
  }
}
