/* Print product PDP helpers (FourOver configurator) */

/* PDP content should stay below the sticky storefront header while scrolling. */
.print-product-details .product-info-wrapper {
  position: relative;
  z-index: 0;
}

.product-info-wrapper .d-flex.gap-2 {
  position: relative;
  z-index: 0;
}

#print-design-link {
  position: relative;
  z-index: 0;
  scroll-margin-top: 7rem;
}

body.print-product-page .ecommerce-header,
body.print-product-page .header-top,
body.print-product-page .header-top.sticky {
  z-index: 1050;
}

body.print-product-page .header-top.sticky {
  background: #fff;
}

body.print-product-page .top-header,
body.print-product-page .header-sticky,
body.print-product-page .navbar,
body.print-product-page .navbar-collapse,
body.print-product-page .navbar-slide-push,
body.print-product-page .dropdown-menu,
body.print-product-page .my-account-popup,
body.print-product-page .cart-popup,
body.print-product-page #searchBar {
  z-index: 1060;
}

body.print-product-page.has-sticky-header .single-product-details-content-wrapper.print-product-details,
body.print-product-page:has(.header-top.sticky) .single-product-details-content-wrapper.print-product-details {
  padding-top: 112px !important;
}

@media (max-width: 1199.97px) {
  body.print-product-page.has-sticky-header .single-product-details-content-wrapper.print-product-details,
  body.print-product-page:has(.header-top.sticky) .single-product-details-content-wrapper.print-product-details {
    padding-top: 104px !important;
  }
}

@media (max-width: 991.97px) {
  body.print-product-page.has-sticky-header .single-product-details-content-wrapper.print-product-details,
  body.print-product-page:has(.header-top.sticky) .single-product-details-content-wrapper.print-product-details {
    padding-top: 82px !important;
  }
}

/* Print product configurator: make attribute picks reliable & readable */
#print-config-form .attribute-wrapper {
  margin-bottom: 1rem;
}

#print-config-form .attribute-title {
  display: block;
  font-weight: 600;
  margin-bottom: .5rem;
}

#print-config-form .gs-radio-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: .5rem .75rem;
}

#print-config-form .gs-radio-option {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  padding: .45rem .75rem;
  border: 1px solid rgba(238, 18, 67, 0.35);
  border-radius: 999px;
  cursor: pointer;
  user-select: none;
  transition: background-color .12s ease, border-color .12s ease, opacity .12s ease;
}

#print-config-form .gs-radio-option.is-disabled {
  opacity: .45;
  cursor: not-allowed;
}

#print-config-form .gs-radio-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  width: 1px;
  height: 1px;
}

#print-config-form .gs-radio-dot {
  width: 18px;
  height: 18px;
  border-radius: 999px;
  border: 2px solid #EE1243;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

#print-config-form .gs-radio-dot::after {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #EE1243;
  transform: scale(0);
  transition: transform .12s ease;
}

#print-config-form .gs-radio-input:checked + .gs-radio-dot::after {
  transform: scale(1);
}

#print-config-form .gs-radio-input:focus-visible + .gs-radio-dot {
  outline: 2px solid rgba(238, 18, 67, 0.55);
  outline-offset: 2px;
}

#print-config-form .gs-radio-text {
  line-height: 1.2;
}

#print-config-form .gs-select {
  width: 100%;
  border: 1px solid rgba(238, 18, 67, 0.35);
  border-radius: 12px;
  padding: .6rem .75rem;
  background: #fff;
}

#print-config-form .quote-table {
  width: 100%;
  border-collapse: collapse;
  font-size: .95rem;
}

#print-config-form .quote-table th,
#print-config-form .quote-table td {
  padding: .55rem .6rem;
  border-bottom: 1px solid rgba(0, 0, 0, .08);
  vertical-align: middle;
}

#print-config-form .quote-table tbody tr {
  cursor: pointer;
}

#print-config-form .quote-table tbody tr.is-active {
  background: rgba(238, 18, 67, 0.06);
}

#print-config-form .quote-table tbody tr.is-disabled {
  cursor: not-allowed;
  opacity: .55;
}

#print-config-form select.print-opt-group option.print-opt-available {
  font-weight: 600;
}

#print-config-form #quote-table-state.is-invalid-combo {
  color: #b45309;
}

body.print-product-page {
  background: #fff;
}

body.print-product-page .gs-breadcrumb-section {
  display: none !important;
}

body.print-product-page .single-product-details-content-wrapper.print-product-details {
  padding-top: 24px !important;
  padding-bottom: 0 !important;
}

.print-product-details {
  padding-bottom: 1.75rem;
}

.print-product-details .product-breadcrumb {
  gap: .5rem;
  margin-bottom: 1.05rem;
}

.print-product-details .product-breadcrumb li::after {
  margin-left: .5rem;
}

.print-product-details .product-breadcrumb li a {
  color: #0f172a !important;
  font-size: .95rem !important;
  line-height: 1.3 !important;
  font-weight: 500 !important;
  text-transform: none !important;
}

.print-product-details .gs-product-details-gallery-wrapper {
  border: 1px solid #d9e0ea;
  border-radius: 8px;
  background: #f8fafc;
  overflow: hidden;
}

.print-product-details .product-main-slider {
  background: linear-gradient(145deg, #f8fafc, #eef2f7);
  border-radius: 8px;
}

.print-product-details .product-main-slider .main-img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1.02;
  object-fit: contain;
}

.print-product-details .print-pdp-mockup-stage {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 34rem;
  aspect-ratio: 1 / 1.02;
  overflow: hidden;
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 46%, rgba(15, 23, 42, .08), transparent 34%),
    linear-gradient(145deg, #fbfcfe, #eef2f7);
}

.print-pdp-postcard-stack {
  position: relative;
  width: min(78%, 31rem);
  height: 18rem;
  transform: rotate(7deg);
}

.print-pdp-postcard {
  position: absolute;
  inset: 0;
  border: 1px solid #d1d5db;
  background: linear-gradient(145deg, #ffffff, #f4f5f7);
  box-shadow: 0 22px 35px rgba(15, 23, 42, .18);
}

.print-pdp-postcard--back {
  transform: translate(2.4rem, 3rem) rotate(10deg);
  background: linear-gradient(145deg, #f7f8fa, #dfe3e8);
}

.print-pdp-postcard--front {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  color: #c7912d;
  text-align: center;
  text-shadow: 0 1px 0 #fff, 0 2px 8px rgba(150, 96, 14, .22);
  letter-spacing: .12em;
  font-size: clamp(1.45rem, 2.8vw, 2.7rem);
  font-weight: 700;
  line-height: 1.05;
  text-transform: uppercase;
}

.print-product-details .product-nav-slider {
  margin-top: .75rem;
  padding: .65rem;
  border: 1px solid #d9e0ea;
  border-radius: 8px;
  background: #fff;
}

.print-product-details .product-nav-slider .nav-img {
  border: 1px solid #d9e0ea;
  border-radius: 7px;
  background: #f8fafc;
}

.print-product-details .print-pdp-mockup-thumbs {
  display: grid;
  grid-template-columns: 1.25rem repeat(4, minmax(4.6rem, 1fr)) 1.25rem;
  align-items: center;
  gap: .85rem;
  min-height: 7.4rem;
  margin-top: .75rem;
  padding: .65rem;
  border: 1px solid #d9e0ea;
  border-radius: 8px;
  background: #fff;
}

.print-pdp-thumb-arrow {
  color: #9aa7b8;
  font-size: 2rem;
  line-height: 1;
  text-align: center;
}

.print-pdp-thumb {
  position: relative;
  display: grid;
  place-items: center;
  height: 5.55rem;
  border: 1px solid #d9e0ea;
  border-radius: 8px;
  background: #f4f6f8;
  overflow: hidden;
}

.print-pdp-thumb.is-active {
  border-color: #1f6fff;
  box-shadow: 0 0 0 1px #1f6fff inset;
}

.print-pdp-thumb-card {
  width: 62%;
  height: 42%;
  display: grid;
  place-items: center;
  transform: rotate(8deg);
  border: 1px solid #d7dce4;
  background: #fff;
  color: #c7912d;
  font-size: .52rem;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .08em;
  box-shadow: 0 8px 12px rgba(15, 23, 42, .12);
}

.print-pdp-thumb-stack {
  width: 58%;
  height: 64%;
  transform: rotate(-8deg);
  border: 1px solid #d4dae3;
  background: linear-gradient(145deg, #fff, #e8ebf0);
  box-shadow: 10px 8px 0 #d6dbe3;
}

.print-pdp-thumb--dark {
  background: linear-gradient(145deg, #1f2937, #111827);
}

.print-pdp-thumb--foil {
  background: linear-gradient(145deg, #111827, #2d3328);
}

.print-pdp-thumb-shine {
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 999px;
  background:
    radial-gradient(circle, #d8a83a 0 36%, transparent 38%),
    repeating-conic-gradient(from 18deg, #c79624 0 10deg, #efd16d 10deg 20deg);
  box-shadow: 0 0 12px rgba(237, 194, 76, .45);
}

.print-pdp-title-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1.1rem;
  align-items: start;
  margin-bottom: .75rem;
}

.print-pdp-title-row h3 {
  margin: 0;
  font-size: clamp(1.55rem, 2.4vw, 2.35rem);
  line-height: 1.08;
  letter-spacing: 0;
  font-weight: 800;
  color: #0f172a;
}

.print-pdp-quote-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .4rem;
  min-height: 2.25rem;
  padding: .48rem .8rem;
  border: 1px solid #2f6fec;
  border-radius: 6px;
  color: #0f4fbf;
  background: #fff;
  font-size: .86rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color .16s ease, border-color .16s ease, box-shadow .16s ease;
}

.print-pdp-quote-link:hover,
.print-pdp-quote-link:focus-visible {
  color: #083f9d;
  background: #f4f8ff;
  border-color: #155bd6;
  box-shadow: 0 8px 20px rgba(21, 91, 214, .12);
  outline: none;
}

.print-pdp-quote-link svg {
  width: 1rem;
  height: 1rem;
  fill: currentColor;
}

.print-pdp-short-description {
  max-width: 42rem;
  margin: 0 0 1.05rem;
  color: #273243;
  font-size: .95rem;
  line-height: 1.45;
  font-weight: 500;
}

.print-product-details .product-info-wrapper > p,
.print-product-details .product-info-wrapper .small.text-muted {
  color: #344256 !important;
  font-size: .98rem;
  line-height: 1.45;
}

.print-product-details .price-wrapper {
  margin: .25rem 0 .55rem;
}

.print-product-details .price-wrapper h5#sizeprice {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 800;
  color: #0f172a;
}

.print-product-details .rating-wrapper {
  display: none;
}

#print-config-form hr {
  margin: 1rem 0;
  border-color: #e5eaf1;
  opacity: 1;
}

#print-config-form .row.gy-4 {
  --bs-gutter-y: .95rem;
  --bs-gutter-x: 1.6rem;
}

#print-config-form .attribute-wrapper {
  margin-bottom: 0;
}

#print-config-form .attribute-title,
#print-config-form .varition-title {
  display: block;
  margin-bottom: .4rem;
  color: #0f172a;
  font-size: .86rem;
  font-weight: 800;
  line-height: 1.2;
}

#print-config-form .attribute-title::after,
#print-config-form .varition-title::after {
  color: #dc2626;
}

#print-config-form .gs-select,
#print-config-form .nice-select {
  min-height: 2.45rem;
  width: 100%;
  border: 1px solid #cfd7e3;
  border-radius: 7px;
  background-color: #fff;
  color: #111827;
  font-size: .92rem;
  box-shadow: none;
}

#print-config-form .gs-select {
  padding: .48rem .7rem;
}

#print-config-form .nice-select {
  display: flex;
  align-items: center;
  padding-left: .7rem;
}

#print-config-form .nice-select .current {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#print-config-form .quote-table {
  overflow: hidden;
  border: 1px solid #d9e0ea;
  border-radius: 7px;
  font-size: .9rem;
}

#print-config-form .quote-table th {
  color: #0f172a;
  font-weight: 800;
  background: #f8fafc;
}

#print-config-form .quote-table th,
#print-config-form .quote-table td {
  padding: .55rem .7rem;
  border-bottom: 1px solid #dfe5ee;
  border-right: 1px solid #dfe5ee;
}

#print-config-form .quote-table th:last-child,
#print-config-form .quote-table td:last-child {
  border-right: 0;
}

#print-config-form .quote-table tbody tr.is-active {
  background: #fde9ed;
}

#print-config-form .quote-table tbody tr:last-child td {
  border-bottom: 0;
}

#quote-table-state {
  min-height: 1rem;
}

.print-product-details .add-qty-wrapper {
  display: inline-flex;
  align-items: center;
  gap: .75rem;
  margin: .35rem 0 .1rem;
}

.print-product-details .product-input-wrapper {
  display: inline-grid;
  grid-template-columns: 2.1rem 2.8rem 2.1rem;
  align-items: center;
  overflow: hidden;
  border: 1px solid #d9e0ea;
  border-radius: 7px;
  background: #f8fafc;
}

.print-product-details .product-input-wrapper .action-btn,
.print-product-details .product-input-wrapper .qty-input {
  height: 2rem;
  border: 0;
  background: transparent;
  color: #0f172a;
  text-align: center;
  font-weight: 700;
}

.print-product-details .product-input-wrapper .action-btn:hover,
.print-product-details .product-input-wrapper .action-btn:focus-visible {
  background: #eaf1fb;
  outline: none;
}

.print-pdp-workflow {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(250px, 38%);
  gap: .95rem;
  align-items: stretch;
  margin: 1.35rem 0 0;
  padding: .8rem .9rem;
  border: 1px solid #d7dee8;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(15, 23, 42, .035);
}

.print-pdp-design-center {
  min-width: 0;
  padding-right: .95rem;
  border-right: 1px solid #dfe5ee;
}

.print-pdp-design-center h2,
.print-pdp-purchase-card h2 {
  margin: 0 0 .6rem;
  color: #0f172a;
  font-size: .84rem;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
}

.print-pdp-design-actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .72rem;
}

.print-pdp-action-card {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  align-items: center;
  gap: .55rem;
  width: 100%;
  min-height: 4.2rem;
  padding: .45rem .55rem;
  border: 1px solid #cfd9e6;
  border-radius: 8px;
  background: #fff;
  color: #0f172a;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease;
}

.print-pdp-action-card:hover,
.print-pdp-action-card:focus-visible {
  transform: translateY(-1px);
  border-color: #2f6fec;
  color: #0f172a;
  box-shadow: 0 14px 28px rgba(47, 111, 236, .11);
  outline: none;
}

.print-pdp-action-card strong,
.print-pdp-action-card small {
  display: block;
}

.print-pdp-action-card strong {
  font-size: .72rem;
  line-height: 1.08;
  font-weight: 800;
}

.print-pdp-action-card small {
  margin-top: .25rem;
  color: #344256;
  font-size: .65rem;
  line-height: 1.14;
  font-weight: 500;
}

.print-pdp-action-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px !important;
  height: 40px !important;
  max-width: 40px !important;
  max-height: 40px !important;
  flex: 0 0 40px;
  border-radius: 8px;
  line-height: 1;
  overflow: hidden;
}

body.print-product-page .print-pdp-action-icon svg {
  display: block !important;
  width: 20px !important;
  height: 20px !important;
  min-width: 20px !important;
  min-height: 20px !important;
  max-width: 20px !important;
  max-height: 20px !important;
  flex: 0 0 20px !important;
  fill: currentColor !important;
  color: inherit !important;
}

body.print-product-page .print-pdp-action-icon svg *,
body.print-product-page .print-pdp-resource-link svg *,
body.print-product-page .print-pdp-cart-btn svg *,
body.print-product-page .print-pdp-secure-note svg *,
body.print-product-page .print-pdp-quote-link svg * {
  fill: currentColor !important;
  color: inherit !important;
}

.print-pdp-action-icon--upload {
  color: #155bd6;
  background: #eaf1ff;
}

.print-pdp-action-icon--studio {
  color: #7425d6;
  background: #f1e8ff;
}

.print-pdp-action-icon--help {
  color: #0c8a4a;
  background: #e8f8ef;
}

.print-pdp-action-icon--template {
  color: #b45309;
  background: #fff4dd;
}

.print-pdp-purchase-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: .45rem;
  min-width: 0;
  padding-left: .15rem;
}

.print-pdp-purchase-card .template-btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  height: 2.15rem !important;
  min-height: 2.15rem !important;
  padding: 0 .9rem !important;
  border-radius: 5px;
  font-size: .82rem;
  font-weight: 800;
  line-height: 1.1 !important;
  text-transform: none;
}

.print-pdp-cart-btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  background: #050505 !important;
  color: #fff !important;
  border-color: #050505 !important;
}

.print-pdp-cart-btn svg {
  display: block !important;
  width: 16px !important;
  height: 16px !important;
  max-width: 16px !important;
  max-height: 16px !important;
  fill: currentColor !important;
  flex: 0 0 16px !important;
}

.print-pdp-view-cart-btn {
  background: #0f55c8 !important;
  color: #fff !important;
  border-color: #0f55c8 !important;
}

body.print-product-page #print_reset_options_btn {
  align-self: center;
  width: auto !important;
  height: auto !important;
  min-height: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: #344256 !important;
  font-size: .68rem;
  font-weight: 700;
  box-shadow: none !important;
  padding: .05rem .35rem !important;
  line-height: 1.1 !important;
  text-decoration: underline;
  text-underline-offset: 2px;
}

body.print-product-page #print_reset_options_btn:hover,
body.print-product-page #print_reset_options_btn:focus-visible {
  color: #0f55c8 !important;
  background: transparent !important;
}

.print-pdp-secure-note {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .35rem;
  margin: .15rem 0 0;
  color: #5b6678;
  font-size: .68rem;
  font-weight: 600;
}

.print-pdp-secure-note svg {
  display: block !important;
  width: 11px !important;
  height: 11px !important;
  max-width: 11px !important;
  max-height: 11px !important;
  fill: currentColor !important;
  flex: 0 0 11px !important;
}

.print-pdp-info-section {
  margin-top: 1.35rem;
  margin-bottom: 3.25rem;
}

.print-pdp-info-card {
  border: 1px solid #d7dee8;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(15, 23, 42, .035);
}

.print-pdp-info-tabs {
  gap: 1.2rem;
  padding: 0 1.25rem;
  border-bottom: 1px solid #dfe5ee;
}

.print-pdp-info-tabs .nav-link {
  border: 0;
  border-radius: 0;
  padding: 1rem 0 .85rem;
  color: #344256;
  font-size: .94rem;
  font-weight: 700;
}

.print-pdp-info-tabs .nav-link.active {
  color: #0f55c8;
  border-bottom: 3px solid #2f6fec;
}

.print-pdp-info-content {
  padding: 1.15rem 1.35rem 1.25rem;
}

.print-pdp-description-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(260px, .95fr);
  gap: 1.4rem;
}

.print-pdp-description-copy {
  min-width: 0;
  padding-right: 1.35rem;
  border-right: 1px solid #dfe5ee;
}

.print-pdp-description-copy p {
  margin: 0 0 1rem;
  color: #1f2937;
  font-size: .95rem;
  line-height: 1.55;
}

.print-pdp-description-copy ul {
  margin: 0;
  padding-left: 1.15rem;
  color: #111827;
  font-size: .92rem;
  line-height: 1.5;
}

.print-pdp-resource-list {
  display: grid;
  gap: 1rem;
}

.print-pdp-resource-link {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  gap: .8rem;
  align-items: start;
  color: #0f172a;
  text-decoration: none;
  min-height: 2.4rem;
}

.print-pdp-resource-link:hover strong,
.print-pdp-resource-link:focus-visible strong {
  color: #0f55c8;
}

.print-pdp-resource-link > span:first-child {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px !important;
  height: 32px !important;
  max-width: 32px !important;
  max-height: 32px !important;
  flex: 0 0 32px;
  color: #155bd6;
  line-height: 1;
  overflow: hidden;
}

body.print-product-page .print-pdp-resource-link svg {
  display: block !important;
  width: 18px !important;
  height: 18px !important;
  min-width: 18px !important;
  min-height: 18px !important;
  max-width: 18px !important;
  max-height: 18px !important;
  flex: 0 0 18px !important;
  fill: currentColor !important;
  color: inherit !important;
}

.print-pdp-resource-link strong,
.print-pdp-resource-link small {
  display: block;
}

.print-pdp-resource-link strong {
  color: #0f172a;
  font-size: .94rem;
  font-weight: 800;
  line-height: 1.2;
}

.print-pdp-resource-link small {
  margin-top: .18rem;
  color: #4b5565;
  font-size: .82rem;
  line-height: 1.35;
  font-weight: 500;
}

.print-template-preview {
  position: fixed;
  inset: 0;
  z-index: 10010;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
}

.print-template-preview.is-open {
  display: flex;
}

.print-template-preview__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, .48);
  backdrop-filter: blur(2px);
}

.print-template-preview__dialog {
  position: relative;
  z-index: 1;
  width: min(760px, 100%);
  max-height: min(88vh, 760px);
  overflow: auto;
  border: 1px solid #d7dee8;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(15, 23, 42, .22);
  outline: none;
}

.print-template-preview__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 1px solid #d7dee8;
  border-radius: 8px;
  background: #fff;
  color: #334155;
  cursor: pointer;
}

body.print-product-page .print-template-preview__close svg,
body.print-product-page .print-template-preview__icon svg {
  display: block !important;
  width: 20px !important;
  height: 20px !important;
  max-width: 20px !important;
  max-height: 20px !important;
  fill: currentColor !important;
}

.print-template-preview__header {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 1rem;
  align-items: center;
  padding: 1.5rem 4rem 1.15rem 1.5rem;
  border-bottom: 1px solid #e2e8f0;
}

.print-template-preview__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 12px;
  background: #fff4dd;
  color: #b45309;
}

.print-template-preview__header h2 {
  margin: 0;
  color: #0f172a;
  font-size: 1.45rem;
  font-weight: 800;
  line-height: 1.2;
}

.print-template-preview__header p {
  margin: .35rem 0 0;
  color: #475569;
  font-size: .95rem;
  line-height: 1.45;
}

.print-template-preview__body {
  padding: 1.5rem;
}

.print-template-preview__stage {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 260px;
  border: 1px solid #dbe3ef;
  border-radius: 10px;
  background: linear-gradient(135deg, #f8fafc, #eef4ff);
  overflow: hidden;
}

.print-template-preview__stage img {
  display: block;
  max-width: 100%;
  max-height: 420px;
  object-fit: contain;
}

.print-template-preview__placeholder {
  display: grid;
  justify-items: center;
  gap: .35rem;
  padding: 2rem;
  color: #334155;
  text-align: center;
}

.print-template-preview__placeholder strong {
  color: #0f172a;
  font-size: 1.1rem;
  font-weight: 800;
}

.print-template-preview__placeholder span {
  color: #64748b;
  font-size: .92rem;
}

.print-template-preview__summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .85rem;
  margin-top: 1rem;
}

.print-template-preview__summary div {
  padding: .85rem;
  border: 1px solid #dbe3ef;
  border-radius: 8px;
  background: #fff;
}

.print-template-preview__summary span,
.print-template-preview__summary strong {
  display: block;
}

.print-template-preview__summary span {
  color: #64748b;
  font-size: .75rem;
  font-weight: 800;
  text-transform: uppercase;
}

.print-template-preview__summary strong {
  margin-top: .25rem;
  color: #0f172a;
  font-size: .95rem;
  font-weight: 800;
}

.print-template-preview__actions {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  margin-top: 1rem;
}

.print-template-preview__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: .65rem 1rem;
  border: 1px solid #155bd6;
  border-radius: 8px;
  background: #155bd6;
  color: #fff;
  font-size: .9rem;
  font-weight: 800;
  text-decoration: none;
}

.print-template-preview__link:hover,
.print-template-preview__link:focus-visible {
  color: #fff;
  background: #0f55c8;
}

.print-template-preview__link--secondary {
  background: #fff;
  color: #155bd6;
}

.print-template-preview__link--secondary:hover,
.print-template-preview__link--secondary:focus-visible {
  color: #0f55c8;
  background: #f7faff;
}

@media (max-width: 991.98px) {
  .print-pdp-title-row,
  .print-pdp-workflow,
  .print-pdp-description-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .print-pdp-quote-link {
    justify-self: start;
  }

  .print-pdp-design-center,
  .print-pdp-description-copy {
    padding-right: 0;
    border-right: 0;
  }

  .print-pdp-design-center {
    padding-bottom: 1rem;
    border-bottom: 1px solid #dfe5ee;
  }

  .print-pdp-description-copy {
    padding-bottom: 1rem;
    border-bottom: 1px solid #dfe5ee;
  }

  .print-pdp-design-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .print-pdp-design-actions {
    grid-template-columns: minmax(0, 1fr);
  }

  .print-pdp-action-card {
    min-height: 4.9rem;
  }

  .print-pdp-workflow,
  .print-pdp-info-content {
    padding: 1rem;
  }

  .print-pdp-title-row h3 {
    font-size: 1.65rem;
  }

  .print-template-preview {
    padding: .75rem;
  }

  .print-template-preview__header {
    grid-template-columns: minmax(0, 1fr);
    padding: 1.25rem 3.5rem 1rem 1.25rem;
  }

  .print-template-preview__summary {
    grid-template-columns: minmax(0, 1fr);
  }
}
