.threea-digital-print {
  --threea-red: #ef2b33;
  --threea-ink: #111214;
  --threea-muted: #686b72;
  --threea-line: #dedfe3;
  --threea-soft: #f5f5f7;
  margin: 28px 0 26px;
  color: var(--threea-ink);
  font-family: inherit;
}

.threea-digital-print__intro { margin-bottom: 22px; }

.threea-digital-print__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
  color: var(--threea-muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.threea-digital-print__eyebrow::before {
  width: 24px;
  height: 2px;
  background: var(--threea-red);
  content: "";
}

.threea-digital-print__intro h2 {
  margin: 0 0 8px;
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 500;
  letter-spacing: -.035em;
  line-height: 1.05;
}

.threea-digital-print__intro p {
  max-width: 660px;
  margin: 0;
  color: var(--threea-muted);
  font-size: 16px;
  line-height: 1.55;
}

.threea-digital-print__fixed {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 4px;
  padding: 16px;
  border: 1px solid var(--threea-line);
  border-radius: 15px;
  background: var(--threea-soft);
}

.threea-digital-print__fixed span,
.threea-digital-print__fixed strong { display: block; }
.threea-digital-print__fixed span { color: var(--threea-muted); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.threea-digital-print__fixed strong { margin-top: 3px; font-size: 14px; font-weight: 650; }

.threea-digital-print__step {
  padding: 21px 0;
  border-top: 1px solid var(--threea-line);
}

.threea-digital-print__step-heading {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 13px;
}

.threea-digital-print__step-heading > span {
  color: var(--threea-red);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .1em;
}

.threea-digital-print__step-heading h3 { margin: 0; font-size: 18px; font-weight: 650; }

.threea-digital-print__cards {
  display: grid;
  grid-template-columns: repeat(var(--threea-columns, 2), minmax(0, 1fr));
  gap: 9px;
  margin: 0;
  padding: 0;
  border: 0;
}

.threea-digital-print__cards label { position: relative; margin: 0; cursor: pointer; }
.threea-digital-print__cards input { position: absolute; opacity: 0; }

.threea-digital-print__cards label > span {
  display: flex;
  min-height: 64px;
  align-items: center;
  justify-content: center;
  padding: 12px 13px;
  border: 1px solid var(--threea-line);
  border-radius: 13px;
  background: #fff;
  text-align: center;
  transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

.threea-digital-print__cards label:hover > span { border-color: #aaaeb7; }
.threea-digital-print__cards input:focus-visible + span { outline: 3px solid rgba(239,43,51,.2); outline-offset: 2px; }
.threea-digital-print__cards input:checked + span { border-color: var(--threea-ink); background: var(--threea-ink); box-shadow: 0 9px 22px rgba(17,18,20,.13); color: #fff; }
.threea-digital-print__cards strong { font-size: 14px; font-weight: 650; }

.threea-digital-print__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 13px; }
.threea-digital-print__field { display: block; margin: 0; }
.threea-digital-print__field > span { display: block; margin: 0 0 7px; font-size: 14px; font-weight: 650; }

.threea-digital-print__field select {
  width: 100%;
  height: 50px;
  margin: 0;
  padding: 0 40px 0 14px;
  border: 1px solid var(--threea-line);
  border-radius: 12px;
  background-color: #fff;
  color: var(--threea-ink);
  font-size: 15px;
  box-shadow: none;
}

.threea-digital-print__field select:focus { border-color: var(--threea-ink); box-shadow: 0 0 0 3px rgba(17,18,20,.08); }
.threea-digital-print__hint { margin: 8px 0 0; color: var(--threea-muted); font-size: 12px; line-height: 1.45; }

.threea-digital-print__quote {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 20px;
  margin-top: 4px;
  padding: 21px;
  border-radius: 17px;
  background: var(--threea-ink);
  color: #fff;
}

.threea-digital-print__quote-label,
.threea-digital-print__price-inc,
.threea-digital-print__quote-meta span { display: block; }
.threea-digital-print__quote-label { margin-bottom: 5px; color: #b8bbc1; font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.threea-digital-print__price-ex { display: block; font-size: clamp(25px, 3.1vw, 35px); font-weight: 600; letter-spacing: -.035em; line-height: 1.1; }
.threea-digital-print__price-inc { margin-top: 4px; color: #b8bbc1; font-size: 13px; }
.threea-digital-print__quote-meta { max-width: 255px; text-align: right; }
.threea-digital-print__summary { font-size: 13px; font-weight: 600; }
.threea-digital-print__unit { margin-top: 5px; color: #b8bbc1; font-size: 12px; }

.threea-digital-print__notice { margin-top: 10px; padding: 12px 14px; border: 1px solid #f2b9bc; border-radius: 10px; background: #fff1f2; color: #7e1015; font-size: 13px; }
.threea-digital-print.is-loading .threea-digital-print__quote { opacity: .74; }
.threea-digital-print-summary-price small { color: #777a80; font-size: 12px; font-weight: 500; }
.single_add_to_cart_button.threea-quote-disabled { pointer-events: none; opacity: .58; }

/* Hide only obsolete pricing/variation UI. Woo Upload Files remains visible. */
.single-product.postid-275 form.cart > .quantity,
.single-product.postid-1333 form.cart > .quantity,
.single-product.postid-275 form.cart table.variations,
.single-product.postid-1333 form.cart table.variations,
.single-product.postid-275 form.cart .woocommerce-variation-price,
.single-product.postid-1333 form.cart .woocommerce-variation-price,
.single-product.postid-275 form.cart [data-tier-pricing-table-summary-product-name],
.single-product.postid-1333 form.cart [data-tier-pricing-table-summary-product-name],
.single-product.postid-275 form.cart .tier-pricing-summary-table,
.single-product.postid-1333 form.cart .tier-pricing-summary-table {
  display: none !important;
}

@media (max-width: 549px) {
  .threea-digital-print { margin-top: 21px; }
  .threea-digital-print__fixed,
  .threea-digital-print__grid,
  .threea-digital-print__quote { grid-template-columns: 1fr; }
  .threea-digital-print__fixed { gap: 11px; }
  .threea-digital-print__cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .threea-digital-print__cards label > span { min-height: 60px; padding: 11px 10px; }
  .threea-digital-print__quote-meta { max-width: none; text-align: left; }
}
