.igf-wce-product-pricing {
  margin: 14px 0 0 0;
  padding: 12px;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  background: #fff;
}
.igf-wce-title {
  font-size: 14px;
  font-weight: 700;
  color: #0f172a;
}
.igf-wce-message {
  padding: 12px;
  border-radius: 10px;
  margin: 10px 0;
  display: none;
}
.igf-wce-quote-line {
  margin: 10px 0 6px;
  padding: 10px 12px;
  border: 1px dashed #bae6fd;
  background: #f0f9ff;
  border-radius: 10px;
  color: #0f172a;
  font-weight: 600;
  line-height: 1.45;
}
.igf-wce-catalog-wholesale-note {
  margin-top: 6px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  max-width: 100%;
  font-size: 12px;
  line-height: 1.35;
  color: #334155;
  font-weight: 600;
  border: 1px solid #e2e8f0;
  background: #f8fafc;
  border-radius: 8px;
  padding: 5px 9px;
  box-shadow: 0 1px 1px rgba(15, 23, 42, 0.04);
  transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.igf-wce-catalog-wholesale-note:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #94a3b8;
  flex: 0 0 auto;
}

.igf-wce-catalog-wholesale-note.is-locked {
  color: #334155;
  border-color: #dbe6f3;
  background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
}

.igf-wce-catalog-wholesale-note.is-locked:before {
  background: #94a3b8;
}

.igf-wce-catalog-wholesale-note.is-unlocked {
  color: #065f46;
  border-color: #6ee7b7;
  background: linear-gradient(180deg, #ecfdf5 0%, #d1fae5 100%);
  box-shadow: 0 2px 10px rgba(16, 185, 129, 0.18);
  transform: translateY(-1px);
}

.igf-wce-catalog-wholesale-note.is-unlocked:before {
  background: #10b981;
}
.igf-wce-quote-line .igf-wce-quote-was {
  color: #64748b;
  text-decoration: line-through;
  margin-left: 6px;
}
.igf-wce-quote-line .igf-wce-quote-save {
  color: #047857;
  margin-left: 6px;
}
.single_add_to_cart_button .igf-wce-live-total,
button.single_add_to_cart_button .igf-wce-live-total,
.ecomus-atc-button .igf-wce-live-total,
.ecomus-button .igf-wce-live-total {
  display: inline-block;
  margin-left: 8px;
  padding-left: 8px;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  font-weight: 700;
  white-space: nowrap;
  line-height: 1;
}
.single_add_to_cart_button.igf-wce-live-total-on .igf-wce-live-total {
  opacity: 0.98;
}
.igf-wce-tier-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
}
.igf-wce-tier-table th,
.igf-wce-tier-table td {
  border-bottom: 1px solid #f1f5f9;
  padding: 8px 6px;
  text-align: left;
  white-space: nowrap;
}

.igf-wce-layout-compact .igf-wce-tier-table th,
.igf-wce-layout-compact .igf-wce-tier-table td {
  padding: 6px 4px;
  font-size: 13px;
}

.igf-wce-unit-selector {
  margin: 12px 0;
}

.igf-wce-unit-label {
  display: block;
  font-weight: 600;
  margin-bottom: 6px;
}

.igf-wce-unit-select {
  width: 100%;
  max-width: 420px;
}

.igf-wce-unit-help {
  margin-top: 6px;
  color: #64748b;
  font-size: 12px;
}

@media (max-width: 640px) {
  .igf-wce-catalog-wholesale-note {
    font-size: 11px;
  }

  .igf-wce-product-pricing {
    overflow-x: auto;
  }

  .igf-wce-tier-table {
    min-width: 320px;
  }
}
