/* v74: Custom DTF Shirts product card and detail route. */
#catalog-products > a.product-card[href="/products/custom-dtf-shirts"] > .product-image > .product-category-badge {
  display: none;
}

.dtf-detail .detail-image-wrap {
  align-items: flex-start;
}

.dtf-flyer-button {
  appearance: none;
  background: transparent;
  border: 0;
  color: var(--muted);
  cursor: zoom-in;
  display: grid;
  gap: 12px;
  margin: 0;
  max-width: 720px;
  padding: 0;
  position: sticky;
  top: 140px;
  touch-action: auto;
  width: 100%;
}

.dtf-detail .dtf-flyer-button img {
  aspect-ratio: 1 / 1;
  background: transparent;
  border: 0;
  box-shadow: var(--shadow-soft);
  display: block;
  filter: none;
  height: auto;
  max-width: 100%;
  object-fit: contain;
  object-position: 50% 50%;
  opacity: 1;
  outline: 0;
  position: static;
  transform: none;
  width: 100%;
}

.dtf-flyer-button span {
  font-size: 10px;
  font-weight: 720;
  letter-spacing: .08em;
  text-align: center;
  text-transform: uppercase;
}

.dtf-flyer-button:hover span,
.dtf-flyer-button:focus-visible span {
  color: var(--blue);
}

.dtf-flyer-button:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 6px;
}

.dtf-price-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.dtf-price-choice {
  min-width: 0;
  padding: 20px;
}

.dtf-price-choice + .dtf-price-choice {
  border-left: 1px solid var(--line-light);
}

.dtf-price-choice small,
.dtf-price-choice strong,
.dtf-price-choice span {
  display: block;
}

.dtf-price-choice small {
  color: var(--blue);
  font-size: 9px;
  font-weight: 760;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.dtf-price-choice strong {
  color: var(--ink);
  font-size: clamp(28px, 3vw, 40px);
  margin: 9px 0;
}

.dtf-price-choice span {
  color: var(--muted);
  font-size: 11px;
  line-height: 1.6;
}

.dtf-price-note {
  border-top: 1px solid var(--line-light);
  color: var(--muted);
  font-size: 10px;
  line-height: 1.65;
  margin: 0;
  padding: 16px 20px 18px;
}

.dtf-lightbox .image-lightbox-stage img {
  aspect-ratio: 1 / 1;
  background: transparent;
  border: 0;
  box-shadow: 0 18px 60px #0000006b;
  height: auto;
  max-height: calc(100dvh - 190px);
  max-width: 100%;
  object-fit: contain;
  object-position: 50% 50%;
  touch-action: pinch-zoom;
  transform: none;
  width: min(82vw, calc(100dvh - 190px), 1254px);
}

.dtf-lightbox .image-lightbox-toolbar {
  grid-template-columns: 1fr;
}

.dtf-lightbox .image-lightbox-toolbar p {
  text-align: center;
}

@media (width <= 1120px) {
  .dtf-flyer-button {
    position: static;
  }
}

@media (width <= 640px) {
  .dtf-price-list {
    grid-template-columns: 1fr;
  }

  .dtf-price-choice + .dtf-price-choice {
    border-left: 0;
    border-top: 1px solid var(--line-light);
  }

  .dtf-lightbox .image-lightbox-stage img {
    max-height: calc(100dvh - 205px);
    width: min(92vw, calc(100dvh - 205px), 1254px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .dtf-flyer-button,
  .dtf-flyer-button * {
    transition: none !important;
  }
}
