/*
 * indy-print-apparel-builder.css
 * Product 686 — Print on Apparel Builder
 * Shell/design CSS only.
 * No WooCommerce pricing, cart, AJAX, or job-ticket logic.
 */

/* =========================================================
   [INDY-PA-HIDE-WOO-DEFAULT-P686]
   Hide default WooCommerce single product layout only on Product 686.
   ========================================================= */

body.single-product.postid-686 div.product .summary.entry-summary,
body.single-product.postid-686 div.product form.cart,
body.single-product.postid-686 div.product .woocommerce-product-gallery{
  display: none !important;
}

body.single-product.postid-686 div.product{
  display: block !important;
}

body.single-product.postid-686 .entry-summary,
body.single-product.postid-686 .product_meta,
body.single-product.postid-686 .woocommerce-tabs,
body.single-product.postid-686 .related.products{
  display: none !important;
}

/* =========================================================
   BUILDER PAGE FOUNDATION
   ========================================================= */

body.single-product.postid-686{
  background: #f7faff;
}

/* [INDY-PA-CONTENT-WIDTH-P686] Keep builder wide without stretching header/footer */
body.single-product.postid-686 #content .ast-container,
body.single-product.postid-686 .site-content .ast-container{
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}



.indy-pa-shell,
.rih-bt{
  --indy-pa-blue: #2563EB;
  --indy-pa-blue-dark: #1D4ED8;
  --indy-pa-blue-light: #60A5FA;
  --indy-pa-ink: #0F172A;
  --indy-pa-muted: #64748B;
  --indy-pa-soft: #F5F8FF;
  --indy-pa-soft-2: #EEF4FF;
  --indy-pa-bg: #F7FAFF;
  --indy-pa-line: rgba(37,99,235,0.14);
  --indy-pa-line-strong: rgba(37,99,235,0.24);
  --indy-pa-shadow: 0 18px 40px rgba(15,23,42,0.08);
  --indy-pa-shadow-sm: 0 10px 24px rgba(15,23,42,0.05);
  --indy-pa-radius: 18px;
  box-sizing: border-box;
  color: var(--indy-pa-ink);
}

.indy-pa-shell *,
.rih-bt *,
.indy-pa-shell *::before,
.indy-pa-shell *::after,
.rih-bt *::before,
.rih-bt *::after{
  box-sizing: border-box;
}

.indy-pa-shell{
  max-width: 1440px;
  margin: 0 auto;
  padding: 28px 24px 44px;
}

.rih-bt{
  width: 100%;
  background:
    radial-gradient(900px 420px at 50% 0%, rgba(96,165,250,0.12), transparent 72%),
    var(--indy-pa-bg);
  padding: 0 24px 46px;
}

.rih-bt-wrap{
  max-width: 1440px;
  margin: 0 auto;
}

/* =========================================================
   TOP ARCHITECTURE STRIP
   ========================================================= */

.indy-pa-topbar,
.indy-pa-arch-strip{
  display: grid;
  grid-template-columns: minmax(240px, .85fr) minmax(620px, 2.25fr) minmax(200px, .7fr);
  gap: 12px;
  align-items: stretch;
  margin: 0 0 22px;
  padding: 10px;
  border-radius: 18px;
  border: 1px solid var(--indy-pa-line);
  background:
    radial-gradient(520px 160px at 0% 50%, rgba(96,165,250,0.12), transparent 70%),
    linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  box-shadow: var(--indy-pa-shadow-sm);
}

/* [INDY-PA-STICKY-PROGRESS-STRIP-V1] Keep Product 686 workflow status visible without turning it into navigation. */
body.single-product.postid-686 .indy-pa-topbar{
  position: sticky;
  top: calc(var(--wp-admin--admin-bar--height, 0px) + 12px);
  z-index: 30;
  backdrop-filter: blur(12px);
  box-shadow:
    0 14px 34px rgba(15,23,42,0.08),
    var(--indy-pa-shadow-sm);
}

.indy-pa-topbar__brand,
.indy-pa-topbar__badge,
.indy-pa-arch-strip__brand,
.indy-pa-arch-strip__badge{
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  min-width: 0;
  padding: 13px 16px;
  border-radius: 14px;
  border: 1px solid rgba(37,99,235,0.10);
  background: rgba(255,255,255,0.88);
}

.indy-pa-topbar__brand strong,
.indy-pa-topbar__badge strong,
.indy-pa-arch-strip__brand strong,
.indy-pa-arch-strip__badge strong{
  color: var(--indy-pa-ink);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: .01em;
}

.indy-pa-topbar__brand span,
.indy-pa-topbar__badge span,
.indy-pa-arch-strip__brand span,
.indy-pa-arch-strip__badge span{
  color: var(--indy-pa-blue);
  font-size: 10px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.indy-pa-topbar__steps,
.indy-pa-arch-strip__steps{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  min-width: 0;
}

.indy-pa-step,
.indy-pa-arch-step{
  min-width: 0;
  display: grid;
  align-content: center;
  gap: 4px;
  padding: 12px 12px 12px 15px;
  border-radius: 14px;
  border: 1px solid rgba(37,99,235,0.10);
  background: rgba(255,255,255,0.86);
  box-shadow: inset 3px 0 0 rgba(37,99,235,0.10);
}

/* [INDY-PA-PROGRESS-STRIP-7-CSS-V1] Product 686 7-step progress strip is visual state only. */
body.single-product.postid-686 .indy-pa-topbar__steps{
  grid-template-columns: repeat(7, minmax(84px, 1fr));
  gap: 6px;
}

body.single-product.postid-686 .indy-pa-step{
  position: relative;
  overflow: hidden;
  gap: 3px;
  padding: 9px 8px 9px 10px;
  border-radius: 12px;
  transition:
    border-color .22s ease,
    background .22s ease,
    box-shadow .22s ease,
    transform .22s ease;
}

body.single-product.postid-686 .indy-pa-step::before{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(37,99,235,0.10), rgba(14,165,233,0.06));
  opacity: 0;
  transition: opacity .22s ease;
  pointer-events: none;
}

body.single-product.postid-686 .indy-pa-step b{
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 20px;
  height: 20px;
  border-radius: 999px;
  background: rgba(37,99,235,0.08);
  border: 1px solid rgba(37,99,235,0.14);
  transition:
    color .22s ease,
    background .22s ease,
    border-color .22s ease,
    box-shadow .22s ease;
}

body.single-product.postid-686 .indy-pa-step strong{
  font-size: 11px;
}

body.single-product.postid-686 .indy-pa-step span{
  font-size: 9.5px;
}

body.single-product.postid-686 .indy-pa-step.is-complete{
  border-color: rgba(22,163,74,0.22);
  background: rgba(240,253,244,0.78);
  box-shadow: inset 3px 0 0 rgba(22,163,74,0.70);
}

body.single-product.postid-686 .indy-pa-step.is-complete b{
  color: #ffffff;
  background: #16a34a;
  border-color: #16a34a;
}

body.single-product.postid-686 .indy-pa-step.is-complete b{
  font-size: 0;
}

body.single-product.postid-686 .indy-pa-step.is-complete b::after{
  content: "\2713";
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}

body.single-product.postid-686 .indy-pa-step.is-active{
  transform: translateY(-1px);
}

body.single-product.postid-686 .indy-pa-step.is-active::before{
  opacity: 1;
}

body.single-product.postid-686 .indy-pa-step.is-active b{
  color: #ffffff;
  background: var(--indy-pa-blue);
  border-color: var(--indy-pa-blue);
  box-shadow: 0 0 0 4px rgba(37,99,235,0.12);
}

body.single-product.postid-686 .indy-pa-step.is-active strong,
body.single-product.postid-686 .indy-pa-step.is-active span,
body.single-product.postid-686 .indy-pa-step.is-complete strong,
body.single-product.postid-686 .indy-pa-step.is-complete span{
  position: relative;
}

.indy-pa-step.is-active,
.indy-pa-arch-step.is-active{
  border-color: var(--indy-pa-line-strong);
  background: var(--indy-pa-soft-2);
  box-shadow:
    inset 3px 0 0 var(--indy-pa-blue),
    0 8px 18px rgba(37,99,235,0.08);
}

.indy-pa-step b,
.indy-pa-arch-step b{
  color: var(--indy-pa-blue);
  font-size: 10px;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: .10em;
  text-transform: uppercase;
}

.indy-pa-step strong,
.indy-pa-arch-step strong{
  color: var(--indy-pa-ink);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.15;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.indy-pa-step span,
.indy-pa-arch-step span{
  color: var(--indy-pa-muted);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.25;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.indy-pa-shell-note{
  margin: -8px 0 18px;
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px dashed rgba(37,99,235,0.18);
  background: #ffffff;
  color: var(--indy-pa-muted);
  font-size: 13px;
  font-weight: 700;
}

/* =========================================================
   BROWSE APPAREL — SHOP SYSTEM REUSE
   ========================================================= */

.indy-pa-686-shop-system{
  max-width: 1440px;
  margin: 0 auto 22px;
}

.indy-pa-686-shop-system__layout{
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr) 300px;
  gap: 18px;
  align-items: start;
}

.indy-pa-686-filter-sidebar,
.indy-pa-selected-shell,
.indy-pa-686-catalog-panel .rih-regular-products__inner{
  border-radius: 18px;
  border: 1px solid var(--indy-pa-line);
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  box-shadow: var(--indy-pa-shadow-sm);
}

.indy-pa-686-filter-sidebar,
.indy-pa-selected-shell{
  position: sticky;
  top: 94px;
  padding: 16px;
}

.indy-pa-686-filter-sidebar h3{
  margin: 0 0 12px;
  color: var(--indy-pa-ink);
  font-size: 16px;
  font-weight: 900;
}

.rih-filter-group{
  margin: 0 0 15px;
  padding: 0 0 14px;
  border-bottom: 1px solid rgba(37,99,235,0.10);
}

.rih-filter-group:last-child{
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.rih-filter-group label{
  display: block;
  margin: 0 0 8px;
  color: var(--indy-pa-ink);
  font-size: 13px;
  font-weight: 900;
}

.rih-filter-group label small{
  color: var(--indy-pa-muted);
  font-size: 11px;
  font-weight: 800;
}

.rih-filter-placeholder{
  padding: 10px;
  border-radius: 12px;
  border: 1px dashed rgba(37,99,235,0.15);
  background: var(--indy-pa-soft);
  color: var(--indy-pa-muted);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
}

.rih-filter-price{
  display: grid;
  gap: 10px;
  padding: 10px;
  border-radius: 14px;
  border: 1px solid rgba(37,99,235,0.10);
  background: var(--indy-pa-soft);
}

.rih-price-input-row{
  display: grid;
  grid-template-columns: minmax(0, 1fr) 24px minmax(0, 1fr);
  align-items: center;
  gap: 8px;
}

.rih-price-input-row input,
.indy-pa-shell input,
.rih-bt input,
.rih-bt select{
  width: 100%;
  min-height: 42px;
  border-radius: 12px;
  border: 1px solid rgba(37,99,235,0.16);
  background: #ffffff;
  color: var(--indy-pa-ink);
  padding: 10px 12px;
  font-size: 13px;
  font-weight: 700;
  box-shadow: none;
}

.rih-price-input-row input:focus,
.indy-pa-shell input:focus,
.rih-bt input:focus,
.rih-bt select:focus{
  outline: none;
  border-color: rgba(37,99,235,0.38);
  box-shadow: 0 0 0 3px rgba(96,165,250,0.14);
}

.rih-price-dash{
  text-align: center;
  color: #94A3B8;
  font-weight: 900;
}

/* Product 686 filter sidebar mirrors the shop filter system. */
body.single-product.postid-686 .indy-pa-686-filter-sidebar{
  background: #ffffff;
  border: 1px solid rgba(37,99,235,0.14);
  border-radius: 18px;
  box-shadow: 0 18px 40px rgba(15,23,42,0.06);
}

body.single-product.postid-686 .indy-pa-686-filter-sidebar .rih-filter-group{
  margin-bottom: 14px;
  padding: 0;
  border-bottom: 0;
  overflow: hidden;
}

body.single-product.postid-686 .indy-pa-686-filter-sidebar .rih-filter-heading{
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 10px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #0F172A;
  font-size: 0.98rem;
  font-weight: 800;
  line-height: 1.2;
  text-align: left;
  cursor: pointer;
}

body.single-product.postid-686 .indy-pa-686-filter-sidebar .rih-filter-heading::before{
  content: "";
  width: 7px;
  height: 28px;
  flex: 0 0 7px;
  border-radius: 999px;
  background: linear-gradient(180deg, #60A5FA 0%, #2563EB 100%);
  box-shadow: 0 0 0 6px rgba(37,99,235,0.08);
}

body.single-product.postid-686 .indy-pa-686-filter-sidebar .rih-filter-heading::after{
  content: "+";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  margin-left: auto;
  border-radius: 999px;
  background: #EFF4FF;
  color: #4F6BFF;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  transition: all .2s ease;
}

body.single-product.postid-686 .indy-pa-686-filter-sidebar .rih-filter-accordion.is-open .rih-filter-heading::after{
  content: "-";
}

body.single-product.postid-686 .indy-pa-686-filter-sidebar .rih-filter-heading small{
  color: #4F6BFF;
  font-size: 0.82rem;
  font-weight: 800;
}

body.single-product.postid-686 .indy-pa-686-filter-sidebar .rih-filter-search-group label{
  display: block;
  margin-bottom: 6px;
  padding-bottom: 0;
  color: #0F172A;
  font-size: 0.82rem;
  font-weight: 700;
}

body.single-product.postid-686 .indy-pa-686-filter-sidebar .rih-api-search-input{
  display: block;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  height: 46px;
  min-height: 46px;
  padding: 0 14px;
  border: 1px solid rgba(37,99,235,0.14);
  border-radius: 5px;
  background: #ffffff;
  color: #0F172A;
  font-size: 1rem;
  font-weight: 700;
  box-shadow: 0 8px 18px rgba(15,23,42,0.04);
  transition: border-color .15s ease, box-shadow .15s ease, background .15s ease;
}

body.single-product.postid-686 .indy-pa-686-filter-sidebar .rih-api-search-input:focus{
  outline: none;
  border-color: rgba(37,99,235,0.40);
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(37,99,235,0.10);
}

body.single-product.postid-686 .indy-pa-686-filter-sidebar .rih-filter-panel{
  display: none;
  padding-top: 12px;
}

body.single-product.postid-686 .indy-pa-686-filter-sidebar .rih-filter-accordion.is-open .rih-filter-panel{
  display: block;
}

body.single-product.postid-686 .indy-pa-686-filter-sidebar .rih-filter-price{
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 12px;
  border-radius: 16px;
  background: #F8FBFF;
  border: 1px solid rgba(37,99,235,0.10);
}

body.single-product.postid-686 .indy-pa-686-filter-sidebar .rih-price-range-wrap{
  position: relative;
  height: 28px;
  margin: 0;
  padding: 0 8px;
}

body.single-product.postid-686 .indy-pa-686-filter-sidebar .rih-price-range-wrap::before,
body.single-product.postid-686 .indy-pa-686-filter-sidebar .rih-price-range-wrap::after{
  content: "";
  position: absolute;
  left: 8px;
  right: 8px;
  top: 50%;
  height: 5px;
  transform: translateY(-50%);
  border-radius: 999px;
}

body.single-product.postid-686 .indy-pa-686-filter-sidebar .rih-price-range-wrap::before{
  background: #DCE7F8;
}

body.single-product.postid-686 .indy-pa-686-filter-sidebar .rih-price-range-wrap::after{
  background: linear-gradient(90deg, #2563EB 0%, #60A5FA 100%);
  box-shadow: 0 3px 8px rgba(37,99,235,0.16);
}

body.single-product.postid-686 .indy-pa-686-filter-sidebar .rih-price-range-wrap input[type="range"]{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 28px;
  margin: 0;
  padding: 0;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  outline: none !important;
  pointer-events: none;
  appearance: none;
  -webkit-appearance: none;
  z-index: 2;
}

body.single-product.postid-686 .indy-pa-686-filter-sidebar .rih-price-range-wrap input[type="range"]:focus,
body.single-product.postid-686 .indy-pa-686-filter-sidebar .rih-price-range-wrap input[type="range"]:focus-visible{
  outline: none !important;
  box-shadow: none !important;
}

body.single-product.postid-686 .indy-pa-686-filter-sidebar .rih-price-range-wrap input[type="range"]::-webkit-slider-runnable-track{
  height: 5px;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

body.single-product.postid-686 .indy-pa-686-filter-sidebar .rih-price-range-wrap input[type="range"]::-moz-range-track{
  height: 5px;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

body.single-product.postid-686 .indy-pa-686-filter-sidebar .rih-price-range-wrap input[type="range"]::-webkit-slider-thumb{
  width: 18px;
  height: 18px;
  margin-top: -6.5px;
  border-radius: 999px;
  border: 3px solid #ffffff;
  background: #2563EB;
  cursor: pointer;
  pointer-events: auto;
  box-shadow: 0 0 0 1px rgba(37,99,235,0.22), 0 6px 14px rgba(37,99,235,0.22);
  appearance: none;
  -webkit-appearance: none;
}

body.single-product.postid-686 .indy-pa-686-filter-sidebar .rih-price-range-wrap input[type="range"]::-moz-range-thumb{
  width: 18px;
  height: 18px;
  border-radius: 999px;
  border: 3px solid #ffffff;
  background: #2563EB;
  cursor: pointer;
  pointer-events: auto;
  box-shadow: 0 0 0 1px rgba(37,99,235,0.22), 0 6px 14px rgba(37,99,235,0.22);
}

body.single-product.postid-686 .indy-pa-686-filter-sidebar .rih-price-input-row{
  display: grid;
  grid-template-columns: 1fr 26px 1fr;
  align-items: center;
  gap: 12px;
}

body.single-product.postid-686 .indy-pa-686-filter-sidebar .rih-price-input-row input{
  height: 46px;
  min-height: 46px;
  padding: 0 14px;
  border: 1px solid rgba(37,99,235,0.14);
  border-radius: 5px;
  background: #ffffff;
  color: #0F172A;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  box-shadow: 0 8px 18px rgba(15,23,42,0.04);
  transition: border-color .15s ease, box-shadow .15s ease, background .15s ease;
}

body.single-product.postid-686 .indy-pa-686-filter-sidebar .rih-price-input-row input:focus{
  outline: none;
  border-color: rgba(37,99,235,0.40);
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(37,99,235,0.10);
}

body.single-product.postid-686 .indy-pa-686-filter-sidebar .rih-filter-check{
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 7px 0;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(37,99,235,0.18);
  background: #ffffff;
  color: #475569;
  font-size: 0.84rem;
  font-weight: 600;
  line-height: 1.3;
  cursor: pointer;
  transition: all .2s ease;
}

body.single-product.postid-686 .indy-pa-686-filter-sidebar .rih-filter-check:hover,
body.single-product.postid-686 .indy-pa-686-filter-sidebar .rih-filter-check.is-checked{
  background: linear-gradient(180deg, #EEF4FF 0%, #FFFFFF 100%);
  border-color: rgba(37,99,235,0.6);
  color: #1D4ED8;
  box-shadow: 0 0 0 2px rgba(37,99,235,0.12), 0 10px 22px rgba(37,99,235,0.10);
}

body.single-product.postid-686 .indy-pa-686-filter-sidebar .rih-filter-check input[type="checkbox"]{
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

body.single-product.postid-686 .indy-pa-686-filter-sidebar .rih-filter-color-slider{
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(4, auto);
  grid-auto-columns: max-content;
  gap: 8px;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 4px 2px 10px;
  scroll-snap-type: x proximity;
  width: 100%;
  box-sizing: border-box;
}

body.single-product.postid-686 .indy-pa-686-filter-sidebar #rih-api-color-list .rih-filter-check{
  min-width: max-content;
  margin: 0;
  scroll-snap-align: start;
  white-space: nowrap;
}

body.single-product.postid-686 .indy-pa-686-filter-sidebar #rih-api-color-list .rih-color-dot{
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
  border-radius: 999px;
  display: inline-block;
  border: 1px solid rgba(15,23,42,0.18);
  background: #E5E7EB;
}

body.single-product.postid-686 .indy-pa-686-filter-sidebar #rih-api-color-list .rih-color-dot + span,
body.single-product.postid-686 .indy-pa-686-filter-sidebar .rih-color-filter-item .rih-filter-pill-count{
  display: none !important;
}

body.single-product.postid-686 .indy-pa-686-filter-sidebar .rih-filter-check--counted{
  display: flex;
  width: 100%;
}

body.single-product.postid-686 .indy-pa-686-filter-sidebar .rih-filter-check--counted > span:not(.rih-filter-pill-count):not(.rih-color-dot){
  flex: 1 1 auto;
  min-width: 0;
  text-align: left;
}

body.single-product.postid-686 .indy-pa-686-filter-sidebar .rih-filter-pill-count{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 24px;
  height: 20px;
  flex: 0 0 auto;
  margin-left: auto;
  padding: 0 7px;
  border-radius: 999px;
  background: #eff4ff;
  color: #4f6bff;
  font-size: 0.74rem;
  font-weight: 900;
  line-height: 1;
}

body.single-product.postid-686 .indy-pa-686-filter-sidebar .rih-filter-check.is-checked .rih-filter-pill-count{
  background: #2563eb;
  color: #ffffff;
}

body.single-product.postid-686 .indy-pa-686-filter-sidebar .rih-filter-sizes{
  display: block !important;
}

body.single-product.postid-686 .indy-pa-686-filter-sidebar .rih-size-group{
  display: block !important;
  width: 100% !important;
  margin: 0 0 16px !important;
}

body.single-product.postid-686 .indy-pa-686-filter-sidebar .rih-size-group__label{
  display: block !important;
  margin: 12px 0 8px !important;
  color: #64748B;
  font-size: 0.78rem;
  font-weight: 800;
}

body.single-product.postid-686 .indy-pa-686-filter-sidebar .rih-size-group__chips{
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 8px !important;
}

body.single-product.postid-686 .indy-pa-686-filter-sidebar .rih-filter-size{
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 100% !important;
  min-width: 0 !important;
  height: 34px;
  margin: 0;
  padding: 0 13px;
  border-radius: 999px;
  border: 1px solid rgba(37,99,235,0.22);
  background: #ffffff;
  color: #64748B;
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
}

body.single-product.postid-686 .indy-pa-686-filter-sidebar .rih-filter-size input[type="checkbox"]{
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

body.single-product.postid-686 .indy-pa-686-filter-sidebar .rih-filter-size:hover,
body.single-product.postid-686 .indy-pa-686-filter-sidebar .rih-filter-size.is-checked{
  color: #1D4ED8;
  background: linear-gradient(180deg, #EEF4FF 0%, #FFFFFF 100%);
  border-color: rgba(37,99,235,0.6);
  box-shadow: 0 0 0 2px rgba(37,99,235,0.12), 0 10px 22px rgba(37,99,235,0.10);
}

body.single-product.postid-686 .indy-pa-686-filter-sidebar .rih-category-filter-item--hidden,
body.single-product.postid-686 .indy-pa-686-filter-sidebar .rih-color-filter-item--hidden{
  display: none !important;
}

body.single-product.postid-686 .indy-pa-686-filter-sidebar .rih-category-load-more,
body.single-product.postid-686 .indy-pa-686-filter-sidebar .rih-filter-load-more{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 38px;
  margin-top: 10px;
  border: 1px solid #d7e2ff;
  border-radius: 999px;
  background: #f8fbff;
  color: #4f6df5;
  font-weight: 700;
  cursor: pointer;
}

@media (max-width: 768px){
  body.single-product.postid-686 .indy-pa-686-filter-sidebar{
    position: static;
  }

  body.single-product.postid-686 .indy-pa-686-filter-sidebar .rih-filter-accordion{
    padding: 12px 0;
    margin: 0;
    border-bottom: 1px solid rgba(37,99,235,0.12);
  }

  body.single-product.postid-686 .indy-pa-686-filter-sidebar .rih-filter-heading{
    margin: 0;
    cursor: pointer;
  }

  body.single-product.postid-686 .indy-pa-686-filter-sidebar .rih-filter-heading::after{
    content: "+";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    margin-left: auto;
    border-radius: 999px;
    background: #EFF4FF;
    color: #4F6BFF;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    flex: 0 0 34px;
  }

  body.single-product.postid-686 .indy-pa-686-filter-sidebar .rih-filter-accordion.is-open .rih-filter-heading::after{
    content: "-";
  }

  body.single-product.postid-686 .indy-pa-686-filter-sidebar .rih-filter-panel{
    display: none;
    padding-top: 12px;
  }

  body.single-product.postid-686 .indy-pa-686-filter-sidebar .rih-filter-accordion.is-open .rih-filter-panel{
    display: block;
  }
}

.rih-regular-products__inner{
  padding: 18px;
}

.rih-regular-products__head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 0 0 16px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(37,99,235,0.10);
}

.rih-shop-ready-heading__title{
  display: flex;
  align-items: flex-start;
  gap: 12px;
  min-width: 0;
}

.rih-shop-ready-heading__icon{
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--indy-pa-blue) 0%, var(--indy-pa-blue-dark) 100%);
  color: #ffffff;
  box-shadow: 0 10px 24px rgba(37,99,235,0.20);
}

.rih-shop-ready-heading__title h2,
.rih-regular-products__head h2{
  margin: 0 0 4px;
  color: var(--indy-pa-ink);
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1.1;
  font-weight: 900;
}

.rih-shop-ready-heading__title p,
.rih-regular-products__head p{
  margin: 0;
  color: var(--indy-pa-muted);
  font-size: 13px;
  line-height: 1.45;
  font-weight: 700;
}

.indy-pa-686-api-results{
  min-width: 0;
}

.indy-pa-686-api-results .indy-blank-product-grid,
.indy-pa-686-api-results .indy-pa-686-product-grid,
.indy-pa-686-api-results ul.products{
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 16px !important;
  align-items: stretch !important;
  margin: 0 !important;
  padding: 0 !important;
}

.indy-pa-686-api-results .indy-blank-product-card,
.indy-pa-686-api-results li.product{
  width: 100% !important;
  margin: 0 !important;
  float: none !important;
  display: flex !important;
  flex-direction: column !important;
  border-radius: 16px !important;
  border: 1px solid rgba(37,99,235,0.14) !important;
  background: #ffffff !important;
  overflow: hidden !important;
  box-shadow: 0 8px 22px rgba(15,23,42,0.04) !important;
}

/* [INDY-PA-ACTIVE-CARD-STATE-V1] */
body.single-product.postid-686 .indy-pa-686-api-results .indy-blank-product-card.is-selected{
  border-color:#2563EB !important;
  box-shadow:
    0 0 0 3px rgba(96,165,250,.18),
    0 12px 28px rgba(37,99,235,.14) !important;
}

body.single-product.postid-686 .indy-pa-686-api-results .indy-blank-product-card.is-selected .indy-print-customize-btn,
body.single-product.postid-686 .indy-pa-686-api-results .indy-blank-product-card.is-selected .indy-print-apparel-customize-link{
  background:#0F172A !important;
}

.indy-pa-686-api-results .indy-blank-product-img{
  height: 154px !important;
  min-height: 154px !important;
  padding: 10px !important;
  background: var(--indy-pa-soft) !important;
}

.indy-pa-686-api-results .indy-blank-product-img img{
  width: 100% !important;
  height: 134px !important;
  object-fit: contain !important;
}

.indy-pa-686-api-results .indy-blank-product-body{
  flex: 1 1 auto !important;
  display: flex !important;
  flex-direction: column !important;
  padding: 12px !important;
}

.indy-pa-686-api-results .indy-blank-product-brand{
  align-self: flex-start !important;
  margin: 0 0 7px !important;
  padding: 4px 8px !important;
  border-radius: 999px !important;
  background: var(--indy-pa-soft-2) !important;
  color: var(--indy-pa-blue) !important;
  font-size: 10px !important;
  font-weight: 900 !important;
  letter-spacing: .04em !important;
}

.indy-pa-686-api-results .indy-blank-product-body h3{
  margin: 0 0 5px !important;
  color: var(--indy-pa-ink) !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  line-height: 1.25 !important;
}

.indy-pa-686-api-results .indy-blank-product-body p{
  margin: 0 0 8px !important;
  color: var(--indy-pa-muted) !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
}

.indy-pa-686-api-results .indy-blank-product-body strong{
  margin: auto 0 10px !important;
  color: var(--indy-pa-blue-dark) !important;
  font-size: 13px !important;
  font-weight: 900 !important;
}

.indy-pa-686-api-results .indy-print-customize-btn,
.indy-pa-686-api-results .button{
  width: 100% !important;
  min-height: 38px !important;
  padding: 9px 12px !important;
  border-radius: 11px !important;
  border: 0 !important;
  background: linear-gradient(135deg, var(--indy-pa-blue) 0%, var(--indy-pa-blue-dark) 100%) !important;
  color: #ffffff !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  line-height: 1.1 !important;
  text-align: center !important;
  text-decoration: none !important;
}

.indy-pa-selected-shell{
  display: grid;
  gap: 12px;
}

.indy-pa-browse-kicker{
  color: var(--indy-pa-blue);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.indy-pa-selected-card,
.indy-pa-selected-block{
  padding: 12px;
  border-radius: 14px;
  border: 1px solid rgba(37,99,235,0.10);
  background: #ffffff;
}

.indy-pa-selected-card strong,
.indy-pa-selected-block strong{
  display: block;
  color: var(--indy-pa-ink);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.3;
}

.indy-pa-selected-card span,
.indy-pa-selected-block span{
  display: block;
  margin-top: 4px;
  color: var(--indy-pa-muted);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
}

/* [INDY-PA-PINNED-SELECTED-CARD-V1] */
body.single-product.postid-686 .indy-pa-pinned-selected-card{
  margin:0 0 14px;
}

body.single-product.postid-686 .indy-pa-pinned-selected-card[hidden]{
  display:none !important;
}

body.single-product.postid-686 .indy-pa-pinned-selected-card::before{
  content:"Currently Editing";
  display:block;
  margin:0 0 8px;
  color:#2563EB;
  font-size:11px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}

body.single-product.postid-686 .indy-pa-686-api-results .indy-blank-product-card.is-selected-duplicate{
  display:none !important;
}

/* [INDY-PA-PINNED-SELECTED-CARD-COMPACT-V1] */
body.single-product.postid-686 .indy-pa-pinned-selected-card .indy-blank-product-card{
  display:grid !important;
  grid-template-columns:92px minmax(0,1fr) !important;
  gap:12px !important;
  align-items:center !important;
  padding:12px !important;
  min-height:auto !important;
}

body.single-product.postid-686 .indy-pa-pinned-selected-card .indy-blank-product-img{
  height:92px !important;
  min-height:92px !important;
  padding:6px !important;
  border-radius:12px !important;
}

body.single-product.postid-686 .indy-pa-pinned-selected-card .indy-blank-product-img img{
  height:78px !important;
  max-height:78px !important;
}

body.single-product.postid-686 .indy-pa-pinned-selected-card .indy-blank-product-body{
  padding:0 !important;
}

body.single-product.postid-686 .indy-pa-pinned-selected-card .indy-blank-product-body h3{
  font-size:13px !important;
  margin-bottom:4px !important;
}

body.single-product.postid-686 .indy-pa-pinned-selected-card .indy-blank-product-body p{
  font-size:11px !important;
  margin-bottom:6px !important;
}

body.single-product.postid-686 .indy-pa-pinned-selected-card .indy-blank-product-body strong{
  margin:0 0 8px !important;
  font-size:12px !important;
}

body.single-product.postid-686 .indy-pa-pinned-selected-card .indy-print-customize-btn,
body.single-product.postid-686 .indy-pa-pinned-selected-card .indy-print-apparel-customize-link{
  min-height:32px !important;
  width:auto !important;
  padding:7px 12px !important;
  font-size:11px !important;
}

/* [INDY-PA-PINNED-ACTIONS-V1] */
body.single-product.postid-686 .indy-pa-pinned-actions{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:10px;
}

body.single-product.postid-686 .indy-pa-pinned-change,
body.single-product.postid-686 .indy-pa-pinned-details{
  appearance:none;
  border:none;
  min-height:34px;
  padding:0 12px;
  border-radius:999px;
  font-size:11px;
  font-weight:800;
  cursor:pointer;
  transition:
    background .18s ease,
    color .18s ease,
    border-color .18s ease,
    transform .18s ease;
}

body.single-product.postid-686 .indy-pa-pinned-change{
  background:#2563EB;
  color:#fff;
}

body.single-product.postid-686 .indy-pa-pinned-change:hover{
  transform:translateY(-1px);
}

body.single-product.postid-686 .indy-pa-pinned-details{
  background:#EEF4FF;
  color:#1D4ED8;
  border:1px solid rgba(37,99,235,.14);
}

body.single-product.postid-686 .indy-pa-pinned-details:hover{
  background:#E0ECFF;
}

/* [INDY-PA-PRODUCT-DETAILS-MODAL-V1] */
body.single-product.postid-686 .indy-pa-details-modal{
  position:fixed;
  inset:0;
  z-index:1000000;
  display:none;
}

body.single-product.postid-686 .indy-pa-details-modal.is-open{
  display:block;
}

body.single-product.postid-686 .indy-pa-details-modal__backdrop{
  position:absolute;
  inset:0;
  background:rgba(15,23,42,.58);
  backdrop-filter:blur(5px);
}

body.single-product.postid-686 .indy-pa-details-modal__panel{
  position:fixed;
  left:50%;
  top:50%;
  width:min(760px, calc(100vw - 32px));
  max-height:calc(100vh - 44px);
  transform:translate(-50%, -50%);
  border-radius:20px;
  border:1px solid rgba(37,99,235,.16);
  background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%);
  box-shadow:0 30px 90px rgba(15,23,42,.28);
  overflow:hidden;
}

body.single-product.postid-686 .indy-pa-details-modal__head{
  display:flex;
  justify-content:space-between;
  gap:16px;
  padding:16px 18px;
  border-bottom:1px solid rgba(37,99,235,.12);
  background:rgba(96,165,250,.06);
}

body.single-product.postid-686 .indy-pa-details-modal__head span{
  display:block;
  color:#2563EB;
  font-size:11px;
  font-weight:900;
  letter-spacing:.1em;
  text-transform:uppercase;
}

body.single-product.postid-686 .indy-pa-details-modal__head strong{
  display:block;
  margin-top:4px;
  color:#0F172A;
  font-size:20px;
  font-weight:900;
  line-height:1.15;
}

body.single-product.postid-686 .indy-pa-details-modal__head small{
  display:block;
  margin-top:4px;
  color:#64748B;
  font-size:12px;
  font-weight:700;
}

body.single-product.postid-686 .indy-pa-details-modal__close{
  width:40px;
  height:40px;
  min-height:40px;
  border-radius:12px;
  border:1px solid rgba(37,99,235,.16);
  background:#fff;
  color:#2563EB;
  font-size:24px;
  font-weight:700;
  line-height:40px;
  text-align:center;
  padding:0;
  cursor:pointer;
}

body.single-product.postid-686 .indy-pa-details-modal__body{
  display:grid;
  grid-template-columns:240px minmax(0,1fr);
  gap:18px;
  padding:18px;
  max-height:calc(100vh - 160px);
  overflow:auto;
}

body.single-product.postid-686 .indy-pa-details-modal__image{
  min-height:260px;
  border-radius:18px;
  border:1px solid rgba(37,99,235,.12);
  background:#F5F8FF;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
}

body.single-product.postid-686 .indy-pa-details-modal__image img{
  width:100%;
  height:100%;
  max-height:260px;
  object-fit:contain;
  display:block;
  padding:14px;
}

body.single-product.postid-686 .indy-pa-details-modal__image span{
  width:70px;
  height:86px;
  border-radius:22px 22px 12px 12px;
  background:#111827;
}

body.single-product.postid-686 .indy-pa-details-modal__content h3{
  margin:0 0 8px;
  color:#0F172A;
  font-size:16px;
  font-weight:900;
}

body.single-product.postid-686 .indy-pa-details-modal__content p{
  margin:0;
  color:#64748B;
  font-size:13px;
  font-weight:700;
  line-height:1.55;
}

body.single-product.postid-686 .indy-pa-details-modal__facts{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
  margin-top:16px;
}

body.single-product.postid-686 .indy-pa-details-modal__facts div{
  padding:12px;
  border-radius:14px;
  border:1px solid rgba(37,99,235,.12);
  background:#fff;
}

body.single-product.postid-686 .indy-pa-details-modal__facts span{
  display:block;
  color:#64748B;
  font-size:10px;
  font-weight:900;
  letter-spacing:.06em;
  text-transform:uppercase;
}

body.single-product.postid-686 .indy-pa-details-modal__facts strong{
  display:block;
  margin-top:4px;
  color:#0F172A;
  font-size:12px;
  font-weight:900;
}

html.indy-pa-modal-open{
  overflow:hidden;
}

/* [INDY-PA-CHANGE-APPAREL-FOCUS-V1] */
body.single-product.postid-686 .indy-pa-686-catalog-panel.is-change-focus{
  animation: indyPaChangeApparelFocus 1.25s ease;
}

@keyframes indyPaChangeApparelFocus{
  0%{
    box-shadow:0 0 0 0 rgba(37,99,235,.00);
  }

  35%{
    box-shadow:0 0 0 4px rgba(37,99,235,.18);
  }

  100%{
    box-shadow:0 0 0 0 rgba(37,99,235,.00);
  }
}

/* =========================================================
   SHARED CARDS / BUTTONS
   ========================================================= */

.rih-bt-card,
.rih-order-build,
.rih-bt-wide,
.rih-bt-shell{
  border-radius: var(--indy-pa-radius);
  border: 1px solid var(--indy-pa-line);
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  box-shadow: var(--indy-pa-shadow-sm);
  overflow: hidden;
  position: relative;
}

.rih-bt-card-head,
.rih-bt-wide-head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 15px 16px;
  border-bottom: 1px solid rgba(37,99,235,0.10);
  background: rgba(255,255,255,0.66);
}

.rih-bt-step{
  color: var(--indy-pa-blue);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
  line-height: 1.2;
}

.rih-bt-title{
  margin: 2px 0 0;
  color: var(--indy-pa-ink);
  font-size: 17px;
  font-weight: 900;
  line-height: 1.2;
}

.rih-bt-note,
.rih-pa-empty{
  color: var(--indy-pa-muted);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
}

.rih-btn,
.rih-bt button,
.indy-pa-primary-btn,
.indy-pa-outline-btn{
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  padding: 10px 16px;
  border-radius: 12px;
  border: 1px solid rgba(37,99,235,0.18);
  background: #ffffff;
  color: var(--indy-pa-blue);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.1;
  text-decoration: none;
  cursor: pointer;
  transition: transform .15s ease, filter .15s ease, border-color .15s ease, background .15s ease, box-shadow .15s ease;
}

.rih-btn:hover,
.rih-bt button:hover,
.indy-pa-primary-btn:hover,
.indy-pa-outline-btn:hover{
  transform: translateY(-1px);
  text-decoration: none;
}

.rih-btn-primary,
.indy-pa-primary-btn{
  border-color: rgba(37,99,235,0.24);
  background: linear-gradient(135deg, var(--indy-pa-blue) 0%, var(--indy-pa-blue-dark) 100%);
  color: #ffffff !important;
  box-shadow: 0 10px 24px rgba(37,99,235,0.16);
}

.rih-btn-ghost,
.indy-pa-outline-btn{
  background: #ffffff;
  color: var(--indy-pa-blue);
}

.rih-btn-ghost:hover,
.indy-pa-outline-btn:hover{
  border-color: rgba(37,99,235,0.32);
  background: var(--indy-pa-soft-2);
  color: var(--indy-pa-blue-dark);
}

/* =========================================================
   MAIN BUILDER GRID
   ========================================================= */

.rih-bt-grid{
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr);
  grid-template-areas:
    "apparel preview"
    "artwork preview"
    "placement sizes";
  gap: 18px;
  align-items: start;
  max-width: 1440px;
  margin: 0 auto;
}

.rih-bt-grid > [data-step="1"],
.rih-bt-grid > [data-step="apparel"]{
  grid-area: apparel;
}

.rih-bt-grid > [data-step="artwork"]{
  grid-area: artwork;
}

.rih-bt-grid > [data-step="2"]{
  grid-area: placement;
}

.rih-bt-grid > [data-step="1b"]{
  grid-area: preview;
}

.rih-bt-grid > [data-step="3"]{
  grid-area: sizes;
}

/* =========================================================
   CHOOSE APPAREL CARD
   ========================================================= */

.rih-pa-apparel-body{
  display: grid;
  gap: 14px;
  padding: 16px;
}

.rih-pa-selected-product{
  padding: 14px;
  border-radius: 14px;
  border: 1px dashed rgba(37,99,235,0.18);
  background: var(--indy-pa-soft);
}

.rih-pa-field{
  display: grid;
  gap: 8px;
}

.rih-pa-field > span{
  color: var(--indy-pa-ink);
  font-size: 13px;
  font-weight: 900;
}

.rih-pa-swatches,
.rih-pa-size-grid{
  min-height: 50px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  padding: 10px;
  border-radius: 14px;
  border: 1px solid rgba(37,99,235,0.10);
  background: var(--indy-pa-soft);
}

.rih-pa-size-grid .rih-size-pill,
.rih-pa-size-grid button{
  min-width: 48px;
  min-height: 34px;
  border-radius: 999px;
  background: #ffffff;
  color: var(--indy-pa-ink);
}

/* =========================================================
   ARTWORK / UPLOAD
   ========================================================= */

.rih-bt-dropzone{
  padding: 16px;
}

.rih-bt-dropzone-inner{
  display: grid;
  gap: 12px;
  padding: 18px;
  border-radius: 16px;
  border: 1px dashed rgba(37,99,235,0.20);
  background: var(--indy-pa-soft);
}

.rih-bt-dropzone-icon{
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  border: 1px solid rgba(37,99,235,0.14);
  background: #ffffff;
  box-shadow: var(--indy-pa-shadow-sm);
}

.rih-bt-dropzone-icon::before{
  content: "\f093";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: var(--indy-pa-blue);
  font-size: 18px;
}

.rih-bt-dropzone-title{
  color: var(--indy-pa-ink);
  font-size: 16px;
  font-weight: 900;
}

.rih-bt-dropzone-sub{
  color: var(--indy-pa-muted);
  font-size: 13px;
  font-weight: 700;
}

.rih-bt-dropzone-actions{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.rih-bt-filecard{
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px 16px;
  border-top: 1px solid rgba(37,99,235,0.10);
}

.rih-bt-filethumb{
  width: 58px;
  height: 58px;
  flex: 0 0 58px;
  border-radius: 14px;
  border: 1px solid rgba(37,99,235,0.12);
  background: var(--indy-pa-soft);
  background-size: cover;
  background-position: center;
}

.rih-bt-filemeta{
  flex: 1 1 auto;
  min-width: 0;
}

.rih-bt-filename{
  color: var(--indy-pa-ink);
  font-weight: 900;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.rih-bt-filesub,
.rih-bt-filedims{
  margin-top: 3px;
  color: var(--indy-pa-muted);
  font-size: 12px;
  font-weight: 700;
}

/* =========================================================
   DESIGN LIBRARY
   ========================================================= */

.rih-dl{
  margin-top: 14px;
  padding: 14px;
  border-radius: 16px;
  border: 1px solid rgba(37,99,235,0.10);
  background: #ffffff;
}

.rih-dl__title{
  margin: 0;
  color: var(--indy-pa-ink);
  font-size: 16px;
  font-weight: 900;
}

.rih-dl__sub,
.rih-dl__note{
  margin: 4px 0 0;
  color: var(--indy-pa-muted);
  font-size: 12px;
  font-weight: 700;
}

.rih-dl__controls{
  display: grid;
  gap: 12px;
  margin-top: 12px;
}

.rih-dl__cats{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.rih-dl__search,
.rih-dl-search-wrap{
  width: 100%;
}

.rih-dl__grid{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  min-height: 42px;
}

.rih-dl__pager{
  display: flex;
  justify-content: center;
  gap: 8px;
}

/* =========================================================
   PLACEMENT + PRINT SIZE
   ========================================================= */

.rih-bt-card-stack{
  padding-bottom: 16px;
}

.rih-bt-card-stack .rih-bt-wide-head{
  padding: 15px 16px;
}

.rih-bt-placements{
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 12px;
  padding: 16px;
}

.rih-bt-place{
  display: grid;
  gap: 9px;
  padding: 12px;
  border-radius: 16px;
  border: 1px solid rgba(37,99,235,0.12);
  background: #ffffff;
  color: var(--indy-pa-ink);
  text-align: left;
  cursor: pointer;
}

.rih-bt-place:hover,
.rih-bt-place.is-active{
  border-color: rgba(37,99,235,0.30);
  background: var(--indy-pa-soft);
  box-shadow: 0 10px 22px rgba(37,99,235,0.08);
}

.rih-bt-place-img{
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 13px;
  border: 1px solid rgba(37,99,235,0.10);
  background-color: #ffffff;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
}

.rih-bt-place-label{
  color: var(--indy-pa-ink);
  font-size: 13px;
  font-weight: 900;
}

.rih-bt-place-size{
  display: grid;
  gap: 5px;
}

.rih-bt-place-size span{
  color: var(--indy-pa-muted);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}

/* =========================================================
   PREVIEW
   ========================================================= */

.rih-bt-preview{
  position: sticky;
  top: 94px;
}

.rih-bt-mini-pill{
  width: 42px;
  height: 36px;
  min-height: 36px;
  padding: 0;
  border-radius: 12px;
}

.rih-bt-inline-controls{
  display: grid;
  gap: 12px;
  padding: 14px 16px;
  border-bottom: 1px solid rgba(37,99,235,0.10);
  background: rgba(96,165,250,0.05);
}

.rih-bt-inline-row{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.rih-bt-inline-label,
.rih-bt-inline-toggle-left{
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--indy-pa-ink);
  font-size: 13px;
  font-weight: 900;
}

.rih-bt-inline-label i,
.rih-bt-inline-toggle-left i{
  color: var(--indy-pa-blue);
}

.rih-bt-swatches{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.rih-bt-swatch{
  width: 34px;
  height: 28px;
  border-radius: 10px;
  border: 1px solid rgba(37,99,235,0.16);
  box-shadow: inset 0 0 0 2px rgba(255,255,255,0.65);
  cursor: pointer;
}

.rih-bt-swatch.is-active{
  outline: 2px solid rgba(37,99,235,0.28);
  outline-offset: 2px;
}

.rih-bt-inline-row-2{
  align-items: stretch;
}

.rih-bt-inline-toggle{
  flex: 1 1 180px;
  justify-content: space-between;
}

.rih-bt-pill{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  padding: 6px 9px;
  border-radius: 999px;
  border: 1px solid rgba(37,99,235,0.14);
  background: var(--indy-pa-soft);
  color: var(--indy-pa-muted);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.rih-bt-pill.is-on{
  border-color: rgba(37,99,235,0.25);
  background: var(--indy-pa-soft-2);
  color: var(--indy-pa-blue-dark);
}

.rih-bt-inline-slider{
  flex: 1 1 220px;
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  padding: 9px 12px;
  border-radius: 999px;
  border: 1px solid rgba(37,99,235,0.14);
  background: #ffffff;
}

.rih-bt-inline-slider-text{
  color: var(--indy-pa-ink);
  font-size: 12px;
  font-weight: 900;
}

.rih-bt-inline-slider input[type="range"]{
  flex: 1 1 auto;
  min-height: auto;
  padding: 0;
  accent-color: var(--indy-pa-blue);
}

.rih-bt-preview-shell{
  position: relative;
  margin: 16px;
  aspect-ratio: 1 / 1.06;
  border-radius: 18px;
  border: 1px solid rgba(37,99,235,0.12);
  background:
    linear-gradient(45deg, rgba(37,99,235,0.04) 25%, transparent 25%),
    linear-gradient(-45deg, rgba(37,99,235,0.04) 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, rgba(37,99,235,0.04) 75%),
    linear-gradient(-45deg, transparent 75%, rgba(37,99,235,0.04) 75%),
    #ffffff;
  background-size: 24px 24px;
  background-position: 0 0, 0 12px, 12px -12px, -12px 0px;
  overflow: hidden;
}

.rih-bt-layer{
  position: absolute;
  inset: 0;
}

.rih-bt-layer img,
.rih-bt-layer svg{
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.rih-bt-boundary{
  position: absolute;
  border: 2px solid rgba(37,99,235,0.88);
  border-radius: 10px;
  box-shadow: 0 0 0 4px rgba(96,165,250,0.16);
  display: none;
  pointer-events: none;
}

.rih-bt-artbox{
  position: absolute;
  border: 2px solid rgba(37,99,235,0.95);
  border-radius: 10px;
  box-shadow: 0 0 0 4px rgba(96,165,250,0.16);
  cursor: grab;
  touch-action: none;
  pointer-events: auto;
}

.rih-bt-artbox img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  pointer-events: none;
}

.rih-bt-handle{
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 999px;
  background: var(--indy-pa-blue-light);
  border: 2px solid var(--indy-pa-blue);
  box-shadow: 0 2px 10px rgba(37,99,235,0.28);
}

.rih-bt-handle.nw{ left: -7px; top: -7px; cursor: nwse-resize; }
.rih-bt-handle.ne{ right: -7px; top: -7px; cursor: nesw-resize; }
.rih-bt-handle.sw{ left: -7px; bottom: -7px; cursor: nesw-resize; }
.rih-bt-handle.se{ right: -7px; bottom: -7px; cursor: nwse-resize; }

.rih-bt-preview-foot{
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  padding: 0 16px 14px;
}

.rih-bt-hint{
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin: 0 16px 16px;
  padding: 12px;
  border-radius: 14px;
  border: 1px solid rgba(37,99,235,0.10);
  background: var(--indy-pa-soft);
  color: var(--indy-pa-muted);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.45;
}

.rih-bt-hint i,
.rih-bt-hint b{
  color: var(--indy-pa-blue);
}

/* =========================================================
   SIZE / PRICING CARD
   ========================================================= */

.rih-bt-wide-body{
  display: grid;
  gap: 14px;
  padding: 16px;
}

.rih-bt-wide-body--spaced{
  gap: 16px;
}

.rih-tier-panel{
  display: grid;
  gap: 14px;
}

.rih-tier-card{
  border-radius: 16px;
  border: 1px solid rgba(37,99,235,0.12);
  background: #ffffff;
  overflow: hidden;
}

.rih-tier-row{
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 12px 14px;
  border-bottom: 1px solid rgba(37,99,235,0.08);
}

.rih-tier-row:last-child{
  border-bottom: 0;
}

.rih-tier-label{
  color: var(--indy-pa-muted);
  font-size: 13px;
  font-weight: 800;
}

.rih-tier-value,
.rih-tier-total{
  color: var(--indy-pa-ink);
  font-size: 14px;
  font-weight: 900;
  text-align: right;
  white-space: nowrap;
}

.rih-tier-total{
  color: var(--indy-pa-blue-dark);
}

.rih-tier-helper{
  padding: 12px;
  border-radius: 14px;
  border: 1px dashed rgba(37,99,235,0.18);
  background: var(--indy-pa-soft);
  color: var(--indy-pa-blue-dark);
  font-size: 13px;
  font-weight: 700;
}

.rih-tier-helper:empty{
  display: none;
}

.rih-bt-agree-wrap{
  padding: 13px;
  border-radius: 14px;
  border: 1px solid rgba(37,99,235,0.10);
  background: var(--indy-pa-soft);
}

.rih-bt-agree{
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--indy-pa-ink);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
}

.rih-bt-agree input{
  width: 16px;
  height: 16px;
  margin-top: 2px;
  accent-color: var(--indy-pa-blue);
}

.rih-bt-agree-help{
  margin-top: 6px;
  color: var(--indy-pa-muted);
  font-size: 12px;
  font-weight: 700;
}

.rih-bt-summary-actions{
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  flex-wrap: wrap;
}

.rih-pa-add-setup-actions{
  max-width: 1440px;
  margin: 18px auto;
}

/* =========================================================
   ORDER BUILD TABLE
   ========================================================= */

.rih-order-build{
  max-width: 1440px;
  margin: 0 auto 28px;
}

.rih-order-table-wrap{
  width: 100%;
  overflow-x: auto;
  padding: 16px;
}

.rih-order-table{
  width: 100%;
  min-width: 900px;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  border-radius: 14px;
  border: 1px solid rgba(37,99,235,0.10);
  background: #ffffff;
}

.rih-order-table th,
.rih-order-table td{
  padding: 12px 12px;
  border-bottom: 1px solid rgba(37,99,235,0.08);
  color: var(--indy-pa-muted);
  font-size: 12px;
  font-weight: 800;
  text-align: left;
  vertical-align: middle;
}

.rih-order-table th{
  background: var(--indy-pa-soft);
  color: var(--indy-pa-ink);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.rih-order-table tr:last-child td{
  border-bottom: 0;
}

.rih-order-table td{
  color: var(--indy-pa-ink);
}

.rih-order-empty td{
  color: var(--indy-pa-muted);
  text-align: center;
  padding: 24px;
}

/* =========================================================
   MODALS
   ========================================================= */

.rih-modal,
.rih-bt-controls-modal,
.rih-bt-sz-modal,
.rih-dl-modal{
  position: fixed;
  inset: 0;
  z-index: 1000000;
  display: none;
}

.rih-modal.is-open,
.rih-bt.is-controls-open .rih-bt-controls-modal,
.rih-bt.is-sizeguide-open .rih-bt-sz-modal,
.rih-dl-modal.is-open{
  display: block;
}

.rih-modal__backdrop,
.rih-bt-controls-overlay,
.rih-bt-sz-overlay,
.rih-dl-modal__backdrop{
  position: absolute;
  inset: 0;
  background: rgba(15,23,42,0.62);
  backdrop-filter: blur(5px);
}

.rih-modal__panel,
.rih-bt-controls-panel,
.rih-bt-sz-panel,
.rih-dl-modal__panel{
  position: fixed;
  left: 50%;
  top: 50%;
  width: min(760px, calc(100vw - 32px));
  max-height: calc(100vh - 42px);
  transform: translate(-50%, -50%);
  border-radius: 18px;
  border: 1px solid rgba(37,99,235,0.16);
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  box-shadow: 0 30px 80px rgba(15,23,42,0.25);
  overflow: hidden;
  z-index: 2;
}

.rih-bt-controls-panel{
  width: min(440px, calc(100vw - 32px));
}

.rih-bt-sz-panel{
  width: min(820px, calc(100vw - 32px));
}

.rih-modal__head,
.rih-bt-controls-panel-head,
.rih-bt-sz-head{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border-bottom: 1px solid rgba(37,99,235,0.10);
  background: rgba(96,165,250,0.06);
}

.rih-modal__title,
.rih-bt-controls-panel-title,
.rih-bt-sz-title{
  margin: 0;
  color: var(--indy-pa-ink);
  font-size: 18px;
  font-weight: 900;
}

.rih-modal__body,
.rih-bt-controls-panel-body,
.rih-bt-sz-body{
  padding: 16px;
  max-height: calc(100vh - 160px);
  overflow: auto;
}

.rih-bt-sz-body img{
  width: 100%;
  height: auto;
  display: block;
  border-radius: 14px;
  border: 1px solid rgba(37,99,235,0.10);
  background: #ffffff;
}

.rih-modal__foot{
  padding: 0 16px 16px;
}

.rih-close-btn,
.rih-modal__close,
.rih-bt-controls-close{
  width: 40px;
  height: 40px;
  min-height: 40px;
  padding: 0;
  border-radius: 12px;
  border: 1px solid rgba(37,99,235,0.16);
  background: #ffffff;
  color: var(--indy-pa-blue);
}

.rih-req-list{
  margin: 0 0 12px 18px;
  padding: 0;
}

.rih-req-list li{
  margin: 9px 0;
  color: var(--indy-pa-ink);
  line-height: 1.45;
}

/* =========================================================
   CONTROLS PANEL
   ========================================================= */

.rih-bt-rowhead{
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 10px;
}

.rih-bt-rowicon{
  width: 24px;
  height: 24px;
  border-radius: 8px;
  border: 1px solid rgba(37,99,235,0.12);
  background: var(--indy-pa-soft);
}

.rih-bt-rowtitle{
  color: var(--indy-pa-ink);
  font-size: 14px;
  font-weight: 900;
}

.rih-bt-actions{
  display: grid;
  gap: 9px;
  margin-top: 14px;
}

.rih-bt-action{
  width: 100%;
  justify-content: space-between;
}

.rih-bt-action-left{
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

/* =========================================================
   [INDY-PA-TOP-LAYOUT-LOCK-V1]
   Lock Product 686 top browse + selected product layout.
   ========================================================= */

body.single-product.postid-686 .indy-pa-686-shop-system__layout{
  grid-template-columns: 285px minmax(0, 1fr) 360px;
  gap: 16px;
}

body.single-product.postid-686 .indy-pa-686-filter-sidebar,
body.single-product.postid-686 .indy-pa-selected-shell,
body.single-product.postid-686 .indy-pa-686-catalog-panel .rih-regular-products__inner{
  border-radius: 16px;
  border: 1px solid rgba(37,99,235,0.16);
  box-shadow: 0 10px 26px rgba(15,23,42,0.055);
}

body.single-product.postid-686 .indy-pa-686-filter-sidebar{
  padding: 16px;
}

body.single-product.postid-686 .rih-regular-products__inner{
  padding: 16px;
}

body.single-product.postid-686 .rih-regular-products__head{
  display:block;
  padding-bottom:14px;
}

body.single-product.postid-686 .rih-shop-ready-heading__title{
  width:100%;
  max-width:100%;
}

body.single-product.postid-686 .indy-pa-686-api-results .indy-blank-product-grid,
body.single-product.postid-686 .indy-pa-686-api-results .indy-pa-686-product-grid,
body.single-product.postid-686 .indy-pa-686-api-results ul.products{
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 14px !important;
}

body.single-product.postid-686 .indy-pa-686-api-results .indy-blank-product-card{
  min-height: 280px !important;
}

body.single-product.postid-686 .indy-pa-686-api-results .indy-blank-product-img{
  height: 165px !important;
  min-height: 165px !important;
}

body.single-product.postid-686 .indy-pa-686-api-results .indy-blank-product-img img{
  height: 145px !important;
  max-height: 145px !important;
}

/* [INDY-PA-SS-IMAGE-BG-POLISH-V1] Match S&S-style garment photo backgrounds without changing blue UI panels. */
body.single-product.postid-686 .indy-pa-686-api-results .indy-blank-product-img,
body.single-product.postid-686 .indy-pa-pinned-selected-card .indy-blank-product-img,
body.single-product.postid-686 .indy-pa-selected-product-thumb,
body.single-product.postid-686 .indy-pa-selected-product-thumb img,
body.single-product.postid-686 .indy-pa-build-thumb,
body.single-product.postid-686 .indy-pa-build-thumb img,
body.single-product.postid-686 .indy-pa-mini-preview,
body.single-product.postid-686 .indy-pa-mini-preview .indy-pa-order-preview-apparel{
  background:#F0F1ED !important;
}

body.single-product.postid-686 .indy-pa-selected-shell{
  padding: 16px;
}

body.single-product.postid-686 .indy-pa-selected-card,
body.single-product.postid-686 .indy-pa-selected-block{
  border-radius: 14px;
  padding: 14px;
}

@media (max-width: 1280px){
  body.single-product.postid-686 .indy-pa-686-shop-system__layout{
    grid-template-columns: 260px minmax(0, 1fr);
  }

  body.single-product.postid-686 .indy-pa-selected-shell{
    grid-column: 1 / -1;
  }
}

/* [INDY-PA-SCROLLABLE-CATALOG-V1]
   Lock desktop browse shell height and allow middle catalog scrolling only.
*/

body.single-product.postid-686 .indy-pa-686-shop-system__layout{
  align-items:start;
}

body.single-product.postid-686 .indy-pa-686-catalog-panel{
  height:1400px;
  max-height:calc(100vh - 140px);
  min-height:1400px;
  overflow:hidden;
}

body.single-product.postid-686 .indy-pa-686-catalog-panel .rih-regular-products__inner{
  height:100%;
  display:flex;
  flex-direction:column;
}

body.single-product.postid-686 .indy-pa-686-api-results{
  flex:1 1 auto;
  overflow-y:auto;
  overflow-x:hidden;
  padding-right:4px;
}

/* Optional cleaner scrollbar */
body.single-product.postid-686 .indy-pa-686-api-results::-webkit-scrollbar{
  width:10px;
}

body.single-product.postid-686 .indy-pa-686-api-results::-webkit-scrollbar-thumb{
  background:rgba(37,99,235,.22);
  border-radius:999px;
}

/* [INDY-PA-SEARCH-LOADING-STATE-V1] */
body.single-product.postid-686 .indy-pa-686-catalog-panel{
  position:relative;
}

body.single-product.postid-686 .indy-pa-686-catalog-panel::after{
  content:"";
  position:absolute;
  inset:0;
  background:rgba(255,255,255,.45);
  backdrop-filter:blur(1px);
  opacity:0;
  pointer-events:none;
  transition:opacity .18s ease;
  z-index:5;
}

body.single-product.postid-686 .indy-pa-686-catalog-panel.is-searching::after{
  opacity:1;
}

body.single-product.postid-686 .indy-pa-686-catalog-panel.is-searching .indy-pa-686-api-results{
  opacity:.55;
  transition:opacity .18s ease;
}

/* [INDY-PA-SEARCH-EMPTY-STATE-V1] */
body.single-product.postid-686 .indy-pa-empty-state{
  min-height:360px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:32px 18px;
  text-align:center;
  border-radius:16px;
  border:1px dashed rgba(37,99,235,.20);
  background:#F5F8FF;
}

body.single-product.postid-686 .indy-pa-empty-state__icon{
  width:44px;
  height:44px;
  border-radius:999px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#EEF4FF;
  color:#2563EB;
  font-size:16px;
}

body.single-product.postid-686 .indy-pa-empty-state strong{
  color:#0F172A;
  font-size:15px;
  font-weight:900;
}

body.single-product.postid-686 .indy-pa-empty-state span{
  max-width:260px;
  color:#64748B;
  font-size:12px;
  font-weight:700;
  line-height:1.4;
}

/* [INDY-PA-LOCKED-SELECTED-PANEL-LAYOUT-V1] */

body.single-product.postid-686 .indy-pa-686-shop-system__layout{
  grid-template-columns: 240px minmax(0, 520px) minmax(430px, 1fr);
  align-items: start;
}

body.single-product.postid-686 .indy-pa-686-api-results .indy-blank-product-grid{
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

body.single-product.postid-686 .indy-pa-selected-shell{
  min-width: 430px;
}

body.single-product.postid-686 .indy-pa-selected-product-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:0 0 12px;
  border-bottom:1px solid rgba(37,99,235,.12);
}

body.single-product.postid-686 .indy-pa-selected-product-head strong{
  color:#0F172A;
  font-size:15px;
  font-weight:900;
}

body.single-product.postid-686 [data-indy-pa-selected-meta]{
  display:block;
  margin-top:4px;
  color:#64748B;
  font-size:11px;
  font-weight:700;
  line-height:1.35;
}

/* [INDY-PA-SELECTED-PRODUCT-THUMB-V1] */

body.single-product.postid-686 .indy-pa-selected-product-main{
  display:flex;
  align-items:center;
  gap:12px;
  min-width:0;
}

body.single-product.postid-686 .indy-pa-selected-product-thumb{
  width:42px;
  height:42px;
  flex:0 0 42px;
  border-radius:12px;
  border:1px solid rgba(37,99,235,.14);
  background:
    linear-gradient(180deg,#f8fafc 0%,#e5e7eb 100%);
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
}

body.single-product.postid-686 .indy-pa-selected-product-thumb span{
  width:24px;
  height:28px;
  border-radius:10px 10px 6px 6px;
  background:#111827;
  display:block;
  position:relative;
}

body.single-product.postid-686 .indy-pa-selected-product-thumb span::before{
  content:"";
  position:absolute;
  left:50%;
  top:-5px;
  transform:translateX(-50%);
  width:12px;
  height:8px;
  border-radius:0 0 8px 8px;
  background:#111827;
}

body.single-product.postid-686 .indy-pa-selected-product-thumb img{
  width:100%;
  height:100%;
  object-fit:contain;
  display:block;
  padding:4px;
  background:#fff;
}

body.single-product.postid-686 .indy-pa-selected-product-head > span{
  background:#DCFCE7;
  color:#166534;
  border-radius:999px;
  padding:4px 8px;
  font-size:10px;
  font-weight:900;
}

body.single-product.postid-686 .indy-pa-lock-swatches{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:12px;
  padding-bottom:15px;
}

body.single-product.postid-686 .indy-pa-lock-swatches button{
  width:28px;
  height:28px;
  min-height:28px;
  padding:0;
  border-radius:999px;
  border:1px solid rgba(15,23,42,.16);
  background:var(--swatch);
  box-shadow:inset 0 0 0 2px rgba(255,255,255,.55);
}

body.single-product.postid-686 .indy-pa-lock-swatches button.is-active{
  outline:3px solid #2563EB;
  outline-offset:2px;
}

body.single-product.postid-686 .indy-pa-lock-swatches.is-guided-focus{
  border-radius:14px;
  box-shadow:0 0 0 5px rgba(37,99,235,.16);
  transition:box-shadow .2s ease;
}

body.single-product.postid-686 .indy-pa-lock-swatches .is-more{
  background:#EEF4FF;
  color:#64748B;
  font-weight:900;
}

body.single-product.postid-686 .indy-pa-size-title-row{
  display:grid;
  gap:3px;
  margin-bottom:12px;
}

body.single-product.postid-686 .indy-pa-size-title-row strong{
  color:#2563EB;
  font-size:12px;
  font-weight:900;
  text-transform:uppercase;
  line-height:1.15;
}

body.single-product.postid-686 .indy-pa-size-title-row span{
  color:#64748B;
  font-size:11px;
  font-weight:700;
  line-height:1.3;
}

body.single-product.postid-686 .indy-pa-size-placement-table{
  display:grid;
  gap:0;
}

body.single-product.postid-686 .indy-pa-size-placement-row{
  display:block;
  padding:12px 0;
  border-bottom:1px solid rgba(37,99,235,.10);
}

body.single-product.postid-686 .indy-pa-size-qty-row{
  display:grid;
  grid-template-columns:38px 76px;
  gap:10px;
  align-items:center;
}

body.single-product.postid-686 .indy-pa-size-cell{
  color:#0F172A;
  font-size:13px;
  font-weight:900;
}

body.single-product.postid-686 .indy-pa-size-placement-row input{
  min-height:36px;
  border-radius:10px;
  font-size:13px;
  font-weight:800;
  text-align:center;
}

body.single-product.postid-686 .indy-pa-placement-radio-row{
  grid-column:1 / -1;
  display:grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap:6px;
  margin-top:8px;
}

body.single-product.postid-686 .indy-pa-placement-radio-row button{
  min-height:36px;
  padding:2px 4px;
  border-radius:8px;
  border:1px solid rgba(37,99,235,.20);
  background:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#64748B;
  box-shadow:none;
  overflow:hidden;
  white-space:nowrap;
}

body.single-product.postid-686 .indy-pa-placement-radio-row button.is-active{
  border-color:#2563EB;
  background:#EEF4FF;
  color:#2563EB;
  box-shadow:0 0 0 2px rgba(96,165,250,.14);
}

body.single-product.postid-686 .indy-pa-placement-radio-row span{
  font-size:11px;
  font-weight:800;
  line-height:1;
  color:inherit;
  text-align:center;
  white-space:nowrap;
}

body.single-product.postid-686 .indy-pa-placement-color{
  width:8px;
  height:8px;
}

body.single-product.postid-686 .indy-pa-add-color-btn{
  width:100%;
  min-height:38px;
  margin:14px 0 0;
  padding:8px 14px;
  border-radius:10px;
  border:1px solid rgba(37,99,235,.24);
  background:#F8FBFF;
  color:#2563EB;
  font-size:12px;
  font-weight:900;
}

body.single-product.postid-686 .indy-pa-add-color-btn:disabled{
  cursor:not-allowed;
  border-color:rgba(148,163,184,.32);
  background:#F8FAFC;
  color:#94A3B8;
  opacity:.78;
}

/* [INDY-PA-COLOR-SETUP-READY-V2] Completed setup-ready blocks in the right selected-product panel. */
body.single-product.postid-686 .indy-pa-color-setup-ready-list{
  display:grid;
  gap:10px;
  margin-top:12px;
}

body.single-product.postid-686 .indy-pa-color-setup-ready-list[hidden]{
  display:none;
}

body.single-product.postid-686 .indy-pa-color-setup-ready-card{
  display:grid;
  gap:10px;
  padding:11px;
  border-radius:12px;
  border:1px solid rgba(37,99,235,.16);
  background:#EEF4FF;
}

body.single-product.postid-686 .indy-pa-color-setup-ready-card__head{
  display:flex;
  align-items:center;
  gap:9px;
}

body.single-product.postid-686 .indy-pa-color-setup-ready-card__head > span{
  width:18px;
  height:18px;
  flex:0 0 18px;
  border-radius:999px;
  border:1px solid rgba(15,23,42,.16);
  background:var(--swatch, #111827);
  box-shadow:inset 0 0 0 2px rgba(255,255,255,.60);
}

body.single-product.postid-686 .indy-pa-color-setup-ready-card strong{
  display:block;
  color:#0F172A;
  font-size:13px;
  font-weight:950;
  line-height:1.2;
}

body.single-product.postid-686 .indy-pa-color-setup-ready-card small{
  display:block;
  margin-top:2px;
  color:#64748B;
  font-size:10px;
  font-weight:800;
  line-height:1.2;
}

body.single-product.postid-686 .indy-pa-color-setup-ready-card__status{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
}

body.single-product.postid-686 .indy-pa-color-setup-ready-card__status span{
  color:#2563EB;
  font-size:11px;
  font-weight:900;
  line-height:1.3;
}

body.single-product.postid-686 .indy-pa-color-setup-ready-card__status button{
  min-height:30px;
  padding:6px 10px;
  border-radius:999px;
  border:1px solid rgba(37,99,235,.20);
  background:#fff;
  color:#2563EB;
  font-size:11px;
  font-weight:900;
  white-space:nowrap;
}

/* [INDY-PA-ADD-COLOR-CONTINUE-CARD-V1] Continuation card shown after the active color has quantity. */
body.single-product.postid-686 .indy-pa-add-color-continue-card{
  display:grid;
  grid-template-columns:34px 1fr;
  gap:12px;
  margin-top:10px;
  padding:14px;
  border-radius:14px;
  border:1px solid rgba(37,99,235,.20);
  background:linear-gradient(180deg,#F8FBFF 0%,#EEF4FF 100%);
  box-shadow:0 10px 24px rgba(37,99,235,.08);
}

body.single-product.postid-686 .indy-pa-add-color-continue-card[hidden]{
  display:none;
}

body.single-product.postid-686 .indy-pa-add-color-continue-card__icon{
  width:30px;
  height:30px;
  border-radius:12px;
  border:1px solid rgba(37,99,235,.18);
  background:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
}

body.single-product.postid-686 .indy-pa-add-color-continue-card__icon span{
  width:16px;
  height:16px;
  border-radius:999px;
  background:linear-gradient(135deg,#2563EB 0%,#60A5FA 100%);
  box-shadow:8px 5px 0 -2px #93C5FD;
}

body.single-product.postid-686 .indy-pa-add-color-continue-card p{
  margin:4px 0 0;
  color:#64748B;
  font-size:12px;
  font-weight:800;
  line-height:1.4;
}

body.single-product.postid-686 .indy-pa-add-color-continue-card strong{
  color:#0F172A;
  font-size:14px;
  font-weight:950;
  line-height:1.25;
}

body.single-product.postid-686 .indy-pa-add-color-continue-card small{
  display:block;
  margin-top:4px;
  color:#64748B;
  font-size:11px;
  font-weight:800;
  line-height:1.35;
}

body.single-product.postid-686 .indy-pa-add-color-continue-card .indy-pa-add-color-btn{
  margin:10px 0 0;
  border-color:#2563EB;
  background:#2563EB;
  color:#fff;
}

/* [INDY-PA-ADD-ANOTHER-ORDER-CTA-CSS-V1] Static Phase 1 new order setup CTA below the apparel color continuation card. */
body.single-product.postid-686 .indy-pa-add-order-cta-card{
  display:grid;
  grid-template-columns:34px 1fr;
  gap:12px;
  margin-top:12px;
  padding:14px;
  border-radius:14px;
  border:1px solid rgba(14,165,233,.20);
  background:linear-gradient(180deg,#F8FDFF 0%,#ECFEFF 100%);
  box-shadow:0 10px 24px rgba(14,165,233,.07);
}

body.single-product.postid-686 .indy-pa-add-order-cta-card[hidden]{
  display:none;
}

body.single-product.postid-686 .indy-pa-add-order-cta-card__icon{
  width:30px;
  height:30px;
  border-radius:12px;
  border:1px solid rgba(14,165,233,.18);
  background:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
}

body.single-product.postid-686 .indy-pa-add-order-cta-card__icon span{
  width:16px;
  height:16px;
  border-radius:5px;
  background:linear-gradient(135deg,#0891B2 0%,#38BDF8 100%);
  box-shadow:7px 6px 0 -2px #A5F3FC;
}

body.single-product.postid-686 .indy-pa-add-order-cta-card strong{
  color:#0F172A;
  font-size:14px;
  font-weight:950;
  line-height:1.25;
}

body.single-product.postid-686 .indy-pa-add-order-cta-card p{
  margin:4px 0 0;
  color:#64748B;
  font-size:12px;
  font-weight:800;
  line-height:1.4;
}

body.single-product.postid-686 .indy-pa-add-order-btn{
  margin:10px 0 0;
  min-height:34px;
  padding:8px 12px;
  border-radius:9px;
  border:1px solid #0891B2;
  background:#0891B2;
  color:#fff;
  font-size:12px;
  font-weight:950;
  line-height:1.2;
  cursor:pointer;
}

body.single-product.postid-686 .indy-pa-add-order-btn:hover,
body.single-product.postid-686 .indy-pa-add-order-btn:focus-visible{
  background:#0E7490;
  border-color:#0E7490;
  outline:none;
}

body.single-product.postid-686 .indy-pa-more-sizes-box{
  display:grid;
  grid-template-columns:34px 1fr;
  gap:12px;
  margin-top:14px;
  padding:14px;
  border:1px solid rgba(245,158,11,.35);
  border-radius:12px;
  background:#FFFBEB;
}

body.single-product.postid-686 .indy-pa-more-sizes-box[hidden]{
  display:none;
}

body.single-product.postid-686 .indy-pa-more-sizes-icon{
  width:30px;
  height:30px;
  border-radius:999px;
  background:#FEF3C7;
  color:#92400E;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:900;
}

body.single-product.postid-686 .indy-pa-size-empty-state{
  padding:14px 0;
  color:#64748B;
  font-size:12px;
  font-weight:800;
  line-height:1.35;
}

body.single-product.postid-686 .indy-pa-more-sizes-box strong{
  display:block;
  color:#92400E;
  font-size:13px;
  font-weight:900;
}

body.single-product.postid-686 .indy-pa-more-sizes-box span{
  display:block;
  margin:4px 0 10px;
  color:#475569;
  font-size:11px;
  font-weight:750;
  line-height:1.35;
}

body.single-product.postid-686 .indy-pa-more-sizes-box button{
  min-height:34px;
  padding:7px 12px;
  border-radius:9px;
  border:1px solid rgba(37,99,235,.24);
  background:#fff;
  color:#2563EB;
  font-size:12px;
  font-weight:900;
}

/* =========================================================
   [INDY-PA-LOWER-SHELL-V1]
   Lower builder shell: preview, upload, placement, summary.
   Shell only. No cart/pricing/upload wiring yet.
   ========================================================= */

body.single-product.postid-686 .indy-pa-lower-shell{
  max-width:1440px;
  width:100%;
  margin:22px auto 0;
  display:grid;
  grid-template-columns:
    minmax(0, 1.2fr)
    minmax(300px, .62fr)
    minmax(280px, .48fr);
  gap:18px;
  align-items:stretch;
}

body.single-product.postid-686 .indy-pa-preview-panel,
body.single-product.postid-686 .indy-pa-artwork-panel,
body.single-product.postid-686 .indy-pa-summary-panel,
body.single-product.postid-686 .indy-pa-placement-size-panel{
  border-radius:16px;
  border:1px solid rgba(37,99,235,.16);
  background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%);
  box-shadow:0 14px 34px rgba(15,23,42,.055);
  padding:16px;
  min-width:0;
}

/* [INDY-PA-LOCKED-DESIGN-POLISH-V1] Visual polish only for the lower builder shell. */
body.single-product.postid-686 .indy-pa-preview-panel{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(210px,255px);
  gap:14px;
  padding:18px;
}

/* [INDY-PA-LOWER-PANEL-POLISH-V2] CSS-only panel rhythm for Product 686 lower builder. */
body.single-product.postid-686 .indy-pa-artwork-panel,
body.single-product.postid-686 .indy-pa-summary-panel{
  display:flex;
  flex-direction:column;
  gap:14px;
  padding:18px;
}

body.single-product.postid-686 .indy-pa-artwork-panel.is-replace-focus{
  box-shadow:0 0 0 4px rgba(37,99,235,.14), 0 14px 34px rgba(15,23,42,.055);
  transition:box-shadow .2s ease;
}

body.single-product.postid-686 .indy-pa-artwork-panel.is-replacement-mode{
  border-color:rgba(37,99,235,.24);
  background:linear-gradient(180deg,#FFFFFF 0%,#F8FBFF 100%);
}

/* [INDY-PA-REPLACEMENT-MODE-UI-V1] [INDY-PA-REPLACEMENT-MODE-BANNER-CLEANUP-V1] Compact active-state banner; source controls remain in Upload Artwork and Design Library below. */
body.single-product.postid-686 .indy-pa-replacement-mode{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:12px;
  border:1px solid rgba(37,99,235,.20);
  border-radius:14px;
  background:linear-gradient(180deg,#EFF6FF 0%,#FFFFFF 100%);
  box-shadow:0 12px 28px rgba(37,99,235,.10);
}

body.single-product.postid-686 .indy-pa-replacement-mode[hidden]{
  display:none !important;
}

body.single-product.postid-686 .indy-pa-replacement-mode__body{
  display:grid;
  gap:4px;
}

body.single-product.postid-686 .indy-pa-replacement-mode__body span{
  color:#2563EB;
  font-size:10px;
  font-weight:950;
  letter-spacing:.08em;
  line-height:1.2;
  text-transform:uppercase;
}

body.single-product.postid-686 .indy-pa-replacement-mode__body strong{
  color:#0F172A;
  font-size:14px;
  font-weight:950;
  line-height:1.25;
}

body.single-product.postid-686 .indy-pa-replacement-mode__body strong b{
  font:inherit;
}

body.single-product.postid-686 .indy-pa-replacement-mode__body small{
  color:#64748B;
  font-size:11px;
  font-weight:850;
  line-height:1.35;
}

body.single-product.postid-686 .indy-pa-replacement-mode__body small em{
  color:#2563EB;
  font-style:normal;
  font-weight:950;
}

body.single-product.postid-686 .indy-pa-replacement-mode__actions{
  display:flex;
  align-items:center;
  flex:0 0 auto;
}

body.single-product.postid-686 .indy-pa-replacement-mode__actions button{
  min-height:34px;
  padding:8px 10px;
  border:1px solid rgba(37,99,235,.22);
  border-radius:10px;
  background:#fff;
  color:#2563EB;
  font-size:12px;
  font-weight:900;
  cursor:pointer;
}

body.single-product.postid-686 .indy-pa-replacement-mode__actions button:hover,
body.single-product.postid-686 .indy-pa-replacement-mode__actions button:focus-visible{
  border-color:rgba(37,99,235,.42);
  background:#F8FBFF;
  outline:none;
}

body.single-product.postid-686 .indy-pa-replacement-mode__actions [data-indy-pa-replacement-cancel]{
  color:#64748B;
  border-color:rgba(148,163,184,.26);
}

@media (max-width: 640px){
  body.single-product.postid-686 .indy-pa-replacement-mode{
    align-items:stretch;
    flex-direction:column;
  }

  body.single-product.postid-686 .indy-pa-replacement-mode__actions,
  body.single-product.postid-686 .indy-pa-replacement-mode__actions button{
    width:100%;
  }
}

body.single-product.postid-686 .indy-pa-panel-kicker{
  color:#2563EB;
  font-size:11px;
  font-weight:900;
  letter-spacing:.11em;
  text-transform:uppercase;
  margin:0 0 12px;
}

body.single-product.postid-686 .indy-pa-artwork-panel > .indy-pa-panel-kicker,
body.single-product.postid-686 .indy-pa-summary-panel > .indy-pa-panel-kicker{
  margin-bottom:0;
}

body.single-product.postid-686 .indy-pa-preview-panel > .indy-pa-panel-kicker,
body.single-product.postid-686 .indy-pa-preview-group-indicator,
body.single-product.postid-686 .indy-pa-preview-tabs,
body.single-product.postid-686 .indy-pa-preview-layout-meta,
body.single-product.postid-686 .indy-pa-preview-tools,
body.single-product.postid-686 .indy-pa-preview-summary-table,
body.single-product.postid-686 .indy-pa-preview-note{
  grid-column:1 / -1;
}

/* [INDY-PA-ACTIVE-DESIGN-GROUP-PREVIEW-V1] Preview group chips switch the read-only preview context. */
body.single-product.postid-686 .indy-pa-preview-group-indicator{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:8px;
  margin:-4px 0 0;
  padding:8px 10px;
  border-radius:10px;
  border:1px solid rgba(37,99,235,.14);
  background:#F8FBFF;
  color:#64748B;
  font-size:11px;
  font-weight:850;
}

body.single-product.postid-686 .indy-pa-preview-group-indicator > span{
  color:#2563EB;
  font-weight:950;
}

body.single-product.postid-686 .indy-pa-preview-group-indicator [data-indy-pa-preview-group-chips]{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:6px;
  min-width:0;
}

body.single-product.postid-686 .indy-pa-preview-group-indicator [data-indy-pa-preview-group-chips] span,
body.single-product.postid-686 .indy-pa-preview-group-indicator [data-indy-pa-preview-group-chips] button,
body.single-product.postid-686 .indy-pa-preview-group-indicator [data-indy-pa-preview-group-chips] em{
  display:inline-flex;
  align-items:center;
  min-height:24px;
  padding:4px 8px;
  border-radius:999px;
  border:1px solid rgba(37,99,235,.16);
  background:#fff;
  color:#0F172A;
  font-size:11px;
  font-style:normal;
  font-weight:900;
  line-height:1.2;
}

body.single-product.postid-686 .indy-pa-preview-group-indicator [data-indy-pa-preview-group-chips] button{
  cursor:pointer;
}

body.single-product.postid-686 .indy-pa-preview-group-indicator [data-indy-pa-preview-group-chips] button:hover,
body.single-product.postid-686 .indy-pa-preview-group-indicator [data-indy-pa-preview-group-chips] button:focus-visible,
body.single-product.postid-686 .indy-pa-preview-group-indicator [data-indy-pa-preview-group-chips] button.is-active{
  border-color:rgba(37,99,235,.34);
  background:#EEF4FF;
  color:#1D4ED8;
  outline:none;
}

body.single-product.postid-686 .indy-pa-preview-group-indicator [data-indy-pa-preview-group-chips] button.is-active{
  box-shadow:0 0 0 2px rgba(37,99,235,.10);
}

body.single-product.postid-686 .indy-pa-preview-tabs,
body.single-product.postid-686 .indy-pa-lower-placement-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:8px;
}

body.single-product.postid-686 .indy-pa-preview-tabs button,
body.single-product.postid-686 .indy-pa-lower-placement-grid button{
  min-height:43px;
  border-radius:10px;
  border:1px solid rgba(37,99,235,.18);
  background:#fff;
  color:#0F172A;
  font-size:12px;
  font-weight:900;
}

body.single-product.postid-686 .indy-pa-preview-tabs button.is-active,
body.single-product.postid-686 .indy-pa-lower-placement-grid button.is-active{
  border-color:#2563EB;
  background:linear-gradient(135deg,#2563EB 0%,#1454E8 100%);
  color:#fff;
  box-shadow:0 12px 20px rgba(37,99,235,.16);
}

body.single-product.postid-686 .indy-pa-preview-layout-meta{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
  margin-top:12px;
  padding:0;
  border:0;
  border-radius:0;
  background:transparent;
}

/* [INDY-PA-PREVIEW-META-CLEANUP-V1] Hide legacy preview meta cards; summary table now carries selected print-size details. */
body.single-product.postid-686 .indy-pa-preview-layout-meta{
  display:none;
}

body.single-product.postid-686 .indy-pa-preview-layout-meta__item{
  min-width:0;
  display:grid;
  gap:4px;
  padding:9px 10px;
  border:1px solid rgba(37,99,235,.14);
  border-radius:10px;
  background:#fff;
}

body.single-product.postid-686 .indy-pa-preview-layout-meta span{
  color:#64748B;
  font-size:10px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.05em;
  line-height:1.25;
}

body.single-product.postid-686 .indy-pa-preview-layout-meta strong{
  display:block;
  min-width:0;
  overflow:hidden;
  text-overflow:ellipsis;
  color:#0F172A;
  font-size:12px;
  font-weight:900;
  line-height:1.25;
  text-align:left;
  white-space:nowrap;
}

/* [INDY-PA-PRINT-DIMENSIONS-V1] Display-only production dimensions under the human preset label. */
body.single-product.postid-686 .indy-pa-preview-layout-meta small{
  display:block;
  margin-top:2px;
  color:#2563EB;
  font-size:12px;
  font-weight:900;
  line-height:1.25;
}

/* [INDY-PA-LOWER-PREVIEW-HIERARCHY-V1] Quiet footer note after preview tools and selected print sizes. */
body.single-product.postid-686 .indy-pa-preview-note{
  display:grid;
  gap:3px;
  margin-top:0;
  padding:9px 2px 0;
  border-top:1px solid rgba(37,99,235,.10);
  color:#64748B;
  background:transparent;
}

body.single-product.postid-686 .indy-pa-preview-note strong{
  color:#2563EB;
  font-size:10px;
  font-weight:900;
}

body.single-product.postid-686 .indy-pa-preview-note span{
  color:#64748B;
  font-size:11px;
  font-weight:700;
  line-height:1.35;
}

body.single-product.postid-686 .indy-pa-preview-stage{
  position:relative;
  margin-top:14px;
  min-height:360px;
  border-radius:16px;
  border:1px solid rgba(37,99,235,.12);
  background:
    linear-gradient(45deg,rgba(37,99,235,.035) 25%,transparent 25%),
    linear-gradient(-45deg,rgba(37,99,235,.035) 25%,transparent 25%),
    #fff;
  background-size:22px 22px;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
}

body.single-product.postid-686 .indy-pa-preview-print-size-badge{
  position:absolute;
  right:16px;
  top:16px;
  z-index:2;
  padding:7px 10px;
  border-radius:999px;
  border:1px solid rgba(37,99,235,.18);
  background:#fff;
  color:#64748B;
  font-size:12px;
  font-weight:800;
}

body.single-product.postid-686 .indy-pa-preview-print-size-badge strong{
  color:#2563EB;
}

/* [INDY-PA-PREVIEW-LAYERS-CSS-V1] Layered preview canvas for shirt, boundary, and future artwork. */

body.single-product.postid-686 .indy-pa-preview-canvas{
  position:relative;
  width:100%;
  min-height:430px;
  aspect-ratio:1 / .98;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:16px;
  border:1px solid rgba(37,99,235,.10);
  background:
    radial-gradient(320px 190px at 50% 42%, rgba(96,165,250,.08), transparent 70%),
    linear-gradient(180deg,#ffffff 0%,#f9fbff 100%);
  overflow:hidden;
}

body.single-product.postid-686 .indy-pa-preview-shirt-layer{
  position:absolute;
  inset:0;
  z-index:1;
  display:flex;
  align-items:center;
  justify-content:center;
}

/* [INDY-PA-PREVIEW-IMAGE-FIT-V1] Normalize real catalog and fallback placement images. */
body.single-product.postid-686 .indy-pa-preview-shirt-layer img{
  width:86%;
  height:86%;
  max-width:100%;
  max-height:100%;
  object-fit:contain;
  object-position:center center;
  display:block;
}

body.single-product.postid-686 .indy-pa-preview-boundary-layer{
  position:absolute;
  z-index:2;
  left:50%;
  top:36%;
  width:46%;
  height:36%;
  transform:translate(-50%, -50%);
  border:2px dashed rgba(37,99,235,.65);
  border-radius:10px;
  background:rgba(255,255,255,.08);
  display:flex;
  align-items:center;
  justify-content:center;
  pointer-events:none;
}

body.single-product.postid-686 .indy-pa-preview-boundary-layer span{
  color:#2563EB;
  font-size:11px;
  font-weight:900;
  text-align:center;
  line-height:1.05;
  letter-spacing:-0.01em;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:1px;
}

/* [INDY-PA-ARTWORK-PREVIEW-CSS-V1] Frontend-only local artwork preview layer. */
body.single-product.postid-686 .indy-pa-preview-boundary-layer img{
  display:none;
  position:absolute;
  max-width:none;
  max-height:none;
  width:auto;
  height:auto;
  object-fit:contain;
  object-position:center center;
  transform-origin:center center;
  touch-action:none;
  pointer-events:auto;
  cursor:grab;
  user-select:none;
  will-change:transform;
}

body.single-product.postid-686 .indy-pa-preview-boundary-layer.indy-pa-has-artwork{
  padding:0;
  overflow:hidden;
  align-items:center;
  justify-content:center;
  pointer-events:auto;
}

/* [INDY-PA-PREVIEW-BOUNDARY-CLARITY-V1] Keep uploaded artwork dominant while the print area remains a guide. */
body.single-product.postid-686 .indy-pa-preview-boundary-layer.indy-pa-has-artwork{
  border-color:rgba(37,99,235,.26);
  background:transparent;
  box-shadow:none;
}

body.single-product.postid-686 .indy-pa-preview-boundary-layer.indy-pa-has-artwork span{
  opacity:0;
}

body.single-product.postid-686 .indy-pa-preview-boundary-layer.indy-pa-has-artwork img{
  display:block;
}

body.single-product.postid-686 .indy-pa-preview-boundary-layer.indy-pa-has-artwork img.is-dragging{
  cursor:grabbing;
}

body.single-product.postid-686 .indy-pa-preview-boundary-layer.indy-pa-artwork-align-top{
  align-items:flex-start;
}

body.single-product.postid-686 .indy-pa-preview-boundary-layer.indy-pa-artwork-align-center{
  align-items:center;
}

body.single-product.postid-686 .indy-pa-artwork-control-grid button.is-active,
body.single-product.postid-686 .indy-pa-preview-tools button.is-active{
  border-color:#2563EB;
  background:#EEF4FF;
  color:#1D4ED8;
}

body.single-product.postid-686 .indy-pa-artwork-controls-card{
  align-self:start;
  margin-top:0;
  padding:14px;
  border-radius:14px;
  border:1px solid rgba(37,99,235,.12);
  background:#fff;
  box-shadow:0 10px 22px rgba(15,23,42,.045);
}

body.single-product.postid-686 .indy-pa-control-range,
body.single-product.postid-686 .indy-pa-control-toggle-row{
  display:none !important;
}

body.single-product.postid-686 .indy-pa-artwork-controls-card__head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:12px;
}

body.single-product.postid-686 .indy-pa-artwork-controls-card__head strong{
  color:#0F172A;
  font-size:13px;
  font-weight:900;
}

body.single-product.postid-686 .indy-pa-artwork-controls-card__head span{
  width:18px;
  height:18px;
  border-radius:999px;
  border:1px solid rgba(37,99,235,.24);
  color:#2563EB;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:11px;
  font-weight:900;
}

body.single-product.postid-686 .indy-pa-artwork-control-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:8px;
}

/* [INDY-PA-ARTWORK-CONTROL-ICONS-V1] Compact Font Awesome artwork controls. */
body.single-product.postid-686 .indy-pa-artwork-control-grid button{
  min-height:44px;
  aspect-ratio:1 / 1;
  border-radius:10px;
  border:1px solid rgba(37,99,235,.16);
  background:#fff;
  color:#2563EB;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:0;
  font-size:15px;
  font-weight:900;
  box-shadow:0 8px 16px rgba(15,23,42,.035);
  transition:background-color .16s ease, border-color .16s ease, transform .16s ease, box-shadow .16s ease;
}

body.single-product.postid-686 .indy-pa-artwork-control-grid button:hover,
body.single-product.postid-686 .indy-pa-artwork-control-grid button:focus-visible{
  border-color:rgba(37,99,235,.34);
  background:#F8FBFF;
  box-shadow:0 10px 20px rgba(37,99,235,.10);
  transform:translateY(-1px);
}

body.single-product.postid-686 .indy-pa-artwork-control-grid button span{
  position:absolute;
  width:1px;
  height:1px;
  margin:-1px;
  padding:0;
  overflow:hidden;
  clip:rect(0,0,0,0);
  white-space:nowrap;
  border:0;
}

body.single-product.postid-686 .indy-pa-control-range{
  display:grid;
  grid-template-columns:auto minmax(0,1fr) auto;
  gap:10px;
  align-items:center;
  margin-top:16px;
  color:#0F172A;
  font-size:11px;
  font-weight:900;
}

body.single-product.postid-686 .indy-pa-control-range input{
  width:100%;
  accent-color:#2563EB;
}

body.single-product.postid-686 .indy-pa-control-range strong{
  padding:3px 6px;
  border-radius:999px;
  background:#F8FBFF;
  color:#0F172A;
  font-size:11px;
}

body.single-product.postid-686 .indy-pa-control-toggle-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-top:13px;
  color:#0F172A;
  font-size:12px;
  font-weight:900;
}

body.single-product.postid-686 .indy-pa-control-toggle-row strong{
  min-width:34px;
  padding:3px 7px;
  border-radius:999px;
  background:#2563EB;
  color:#fff;
  font-size:9px;
  text-align:center;
  text-transform:uppercase;
}

body.single-product.postid-686 .indy-pa-quality-card{
  display:grid;
  gap:5px;
  margin-top:18px;
  padding:14px;
  border-radius:14px;
  border:1px solid rgba(37,99,235,.12);
  background:linear-gradient(135deg,#ecfdf5 0%,#f8fbff 100%);
  color:#0F172A;
}

/* [INDY-PA-DPI-QUALITY-V1] Product 686 artwork quality states mirror Custom DTF DPI tones. */
body.single-product.postid-686 .indy-pa-quality-card.is-pending{
  background:linear-gradient(135deg,#f8fafc 0%,#f8fbff 100%);
  border-color:rgba(100,116,139,.18);
}

body.single-product.postid-686 .indy-pa-quality-card.is-ok{
  background:linear-gradient(135deg,#ecfdf5 0%,#f8fbff 100%);
  border-color:rgba(16,185,129,.22);
}

body.single-product.postid-686 .indy-pa-quality-card.is-warn{
  background:linear-gradient(135deg,#fffbeb 0%,#f8fbff 100%);
  border-color:rgba(245,158,11,.28);
}

body.single-product.postid-686 .indy-pa-quality-card.is-bad{
  background:linear-gradient(135deg,#fef2f2 0%,#f8fbff 100%);
  border-color:rgba(239,68,68,.26);
}

body.single-product.postid-686 .indy-pa-quality-card strong{
  font-size:13px;
  font-weight:900;
}

body.single-product.postid-686 .indy-pa-quality-card.is-ok strong,
body.single-product.postid-686 .indy-pa-quality-card.is-ok small{
  color:rgba(16,185,129,0.95);
}

body.single-product.postid-686 .indy-pa-quality-card.is-warn strong,
body.single-product.postid-686 .indy-pa-quality-card.is-warn small{
  color:rgba(245,158,11,0.95);
}

body.single-product.postid-686 .indy-pa-quality-card.is-bad strong,
body.single-product.postid-686 .indy-pa-quality-card.is-bad small{
  color:rgba(239,68,68,0.95);
}

body.single-product.postid-686 .indy-pa-quality-card span,
body.single-product.postid-686 .indy-pa-quality-card small{
  color:#334155;
  font-size:12px;
  font-weight:700;
  line-height:1.35;
}

/* [INDY-PA-PREVIEW-SUMMARY-TABLE-V1] Compact print-size summary below preview tools. */
body.single-product.postid-686 .indy-pa-preview-summary-table{
  margin-top:0;
  border-radius:12px;
  border:1px solid rgba(37,99,235,.12);
  background:#fff;
  overflow:hidden;
}

body.single-product.postid-686 .indy-pa-preview-summary-table__head{
  padding:10px 11px;
  border-bottom:1px solid rgba(37,99,235,.08);
  background:#F8FBFF;
}

body.single-product.postid-686 .indy-pa-preview-summary-table__head strong{
  color:#0F172A;
  font-size:12px;
  font-weight:900;
}

/* [INDY-PA-PRINT-SIZE-TABLE-RESPONSIVE-V1] 1-3 rows grow naturally; larger sets scroll safely. */
body.single-product.postid-686 .indy-pa-preview-summary-table__scroll{
  max-height:none;
  overflow:visible;
}

body.single-product.postid-686 .indy-pa-preview-summary-table.has-many-rows .indy-pa-preview-summary-table__scroll{
  max-height:168px;
  overflow:auto;
}

body.single-product.postid-686 .indy-pa-preview-summary-table table{
  width:100%;
  border-collapse:collapse;
  table-layout:fixed;
}

body.single-product.postid-686 .indy-pa-preview-summary-table th,
body.single-product.postid-686 .indy-pa-preview-summary-table td{
  padding:9px 10px;
  border-bottom:1px solid rgba(37,99,235,.08);
  text-align:left;
  vertical-align:top;
}

body.single-product.postid-686 .indy-pa-preview-summary-table th{
  color:#64748B;
  font-size:9px;
  font-weight:900;
  letter-spacing:.05em;
  text-transform:uppercase;
}

body.single-product.postid-686 .indy-pa-preview-summary-table td{
  color:#0F172A;
  font-size:11px;
  font-weight:850;
  line-height:1.25;
}

body.single-product.postid-686 .indy-pa-preview-summary-table tr:last-child td{
  border-bottom:0;
}

body.single-product.postid-686 .indy-pa-preview-summary-empty td{
  color:#64748B;
  font-weight:700;
  text-align:center;
}

/* [INDY-PA-ROTATION-WARNING-V1] Small production helper shown only when artwork is rotated. */
body.single-product.postid-686 .indy-pa-rotation-warning{
  margin-top:12px;
  padding:11px 12px 11px 34px;
  border-radius:12px;
  border:1px solid rgba(245,158,11,.22);
  background:linear-gradient(180deg,#fffaf0 0%,#fff7ed 100%);
  color:#92400E;
  font-size:12px;
  font-weight:750;
  line-height:1.35;
  position:relative;
}

body.single-product.postid-686 .indy-pa-rotation-warning::before{
  content:"!";
  position:absolute;
  left:12px;
  top:12px;
  width:14px;
  height:14px;
  border-radius:999px;
  border:1px solid #F59E0B;
  color:#F59E0B;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:10px;
  font-weight:900;
  line-height:1;
}

/* [INDY-PA-PRINT-GROUP-DIRTY-STATE-V1] Frontend-only prompt to refresh frozen build-table previews. */
body.single-product.postid-686 .indy-pa-print-group-dirty-card{
  display:grid;
  gap:8px;
  margin-top:12px;
  padding:13px 0 0;
  border-top:1px solid rgba(37,99,235,.14);
}

body.single-product.postid-686 .indy-pa-print-group-dirty-card strong{
  color:#0F172A;
  font-size:13px;
  font-weight:900;
}

body.single-product.postid-686 .indy-pa-print-group-dirty-card span,
body.single-product.postid-686 .indy-pa-print-group-dirty-card small{
  color:#64748B;
  font-size:12px;
  font-weight:700;
  line-height:1.35;
}

body.single-product.postid-686 .indy-pa-print-group-dirty-card button{
  width:100%;
  min-height:42px;
  border-radius:10px;
  border:0;
  background:linear-gradient(135deg,#2563EB 0%,#1D4ED8 100%);
  color:#fff;
  font-size:12px;
  font-weight:900;
  box-shadow:0 12px 22px rgba(37,99,235,.18);
}

body.single-product.postid-686 .indy-pa-print-group-dirty-card small{
  position:relative;
  padding-left:20px;
}

body.single-product.postid-686 .indy-pa-print-group-dirty-card small::before{
  content:"";
  position:absolute;
  left:0;
  top:3px;
  width:12px;
  height:12px;
  border-radius:999px;
  border:2px solid #22C55E;
}

/* [INDY-PA-ROW-EDIT-CSS-V1] Frontend-only Order Build Table row edit state. */
body.single-product.postid-686 .indy-pa-row-edit-status{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  margin-top:12px;
  padding:10px 11px;
  border-radius:12px;
  border:1px solid rgba(37,99,235,.18);
  background:#EFF6FF;
}

body.single-product.postid-686 .indy-pa-row-edit-status[hidden]{
  display:none;
}

body.single-product.postid-686 .indy-pa-row-edit-status strong{
  color:#0F172A;
  font-size:12px;
  font-weight:900;
  line-height:1.3;
}

body.single-product.postid-686 .indy-pa-row-edit-status button{
  min-height:30px;
  padding:0 10px;
  border-radius:8px;
  border:1px solid rgba(37,99,235,.22);
  background:#fff;
  color:#2563EB;
  font-size:11px;
  font-weight:900;
  white-space:nowrap;
}

body.single-product.postid-686 .indy-pa-preview-tools{
  display:grid;
  grid-template-columns:repeat(6,minmax(0,1fr));
  gap:10px;
  margin-top:12px;
}

/* [INDY-PA-REALISM-TOOL-MOVE-V1] Realism button lives in the bottom preview tools row. */
body.single-product.postid-686 .indy-pa-preview-tools [data-indy-pa-realism-tool]{
  border-color:rgba(37,99,235,.18);
  background:#F8FBFF;
}

body.single-product.postid-686 .indy-pa-preview-tools button,
body.single-product.postid-686 .indy-pa-upload-box button,
body.single-product.postid-686 .indy-pa-design-library button,
body.single-product.postid-686 .indy-pa-print-size-row button,
body.single-product.postid-686 .indy-pa-review-btn{
  min-height:38px;
  border-radius:10px;
  border:1px solid rgba(37,99,235,.20);
  background:#fff;
  color:#2563EB;
  font-size:12px;
  font-weight:900;
}

body.single-product.postid-686 .indy-pa-upload-box{
  position:relative;
  min-height:238px;
  border-radius:16px;
  border:2px dashed rgba(37,99,235,.22);
  background:
    radial-gradient(140px 95px at 50% 24%, rgba(37,99,235,.10), transparent 70%),
    #F8FBFF;
  display:grid;
  align-content:center;
  justify-items:center;
  gap:8px;
  padding:28px 18px 22px;
  text-align:center;
  overflow:hidden;
  transition:border-color .16s ease, background-color .16s ease, box-shadow .16s ease, transform .16s ease;
}

body.single-product.postid-686 .indy-pa-upload-box::before{
  content:"";
  width:48px;
  height:48px;
  margin-bottom:4px;
  border-radius:15px;
  border:1px solid rgba(37,99,235,.16);
  background:
    linear-gradient(#2563EB,#2563EB) center 16px / 18px 3px no-repeat,
    linear-gradient(#2563EB,#2563EB) center 16px / 3px 18px no-repeat,
    linear-gradient(180deg,#ffffff 0%,#EEF4FF 100%);
  box-shadow:0 12px 24px rgba(37,99,235,.10);
}

body.single-product.postid-686 .indy-pa-upload-box.is-dragging{
  border-color:rgba(37,99,235,.50);
  background:
    radial-gradient(170px 115px at 50% 24%, rgba(37,99,235,.16), transparent 70%),
    #EEF4FF;
  box-shadow:0 14px 28px rgba(37,99,235,.12);
  transform:translateY(-1px);
}

body.single-product.postid-686 .indy-pa-artwork-file-input{
  position:absolute;
  width:1px;
  height:1px;
  opacity:0;
  pointer-events:none;
}

body.single-product.postid-686 .indy-pa-upload-box strong{
  color:#0F172A;
  font-size:17px;
  font-weight:900;
  line-height:1.2;
}

body.single-product.postid-686 .indy-pa-upload-box span,
body.single-product.postid-686 .indy-pa-upload-box small{
  color:#64748B;
  font-size:12px;
  font-weight:700;
  line-height:1.35;
}

body.single-product.postid-686 .indy-pa-upload-box button{
  min-width:132px;
  border-color:rgba(37,99,235,.26);
  background:#ffffff;
  box-shadow:0 10px 20px rgba(37,99,235,.08);
}

body.single-product.postid-686 .indy-pa-upload-box button:hover,
body.single-product.postid-686 .indy-pa-upload-box button:focus-visible{
  border-color:rgba(37,99,235,.42);
  background:#EEF4FF;
}

body.single-product.postid-686 .indy-pa-uploaded-file-card{
  display:grid;
  grid-template-columns:58px minmax(0,1fr) auto;
  gap:12px;
  align-items:center;
  margin-top:14px;
  padding:12px;
  border-radius:14px;
  border:1px solid rgba(37,99,235,.12);
  background:#fff;
  box-shadow:0 10px 22px rgba(15,23,42,.04);
}

body.single-product.postid-686 .indy-pa-uploaded-file-thumb{
  position:relative;
  width:58px;
  height:58px;
  border-radius:10px;
  border:1px solid rgba(37,99,235,.14);
  background:linear-gradient(135deg,#fce7f3 0%,#dbeafe 100%);
  display:flex;
  align-items:center;
  justify-content:center;
  color:#0F172A;
  font-size:12px;
  font-weight:900;
  overflow:hidden;
}

body.single-product.postid-686 .indy-pa-uploaded-file-thumb img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
}

body.single-product.postid-686 .indy-pa-uploaded-file-thumb img[src=""]{
  display:none;
}

body.single-product.postid-686 .indy-pa-uploaded-file-card strong{
  display:block;
  color:#0F172A;
  font-size:13px;
  font-weight:900;
  line-height:1.25;
}

body.single-product.postid-686 .indy-pa-uploaded-file-card span{
  display:block;
  margin-top:4px;
  color:#64748B;
  font-size:12px;
  font-weight:700;
}

body.single-product.postid-686 .indy-pa-uploaded-file-card button{
  margin-top:7px;
  padding:0;
  border:0;
  background:transparent;
  color:#2563EB;
  font-size:12px;
  font-weight:900;
  cursor:pointer;
}

body.single-product.postid-686 .indy-pa-uploaded-file-card b{
  width:18px;
  height:18px;
  border-radius:999px;
  background:#22c55e;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:8px;
  font-weight:900;
}

body.single-product.postid-686 .indy-pa-design-library{
  margin-top:0;
  padding:15px;
  border-radius:16px;
  border:1px dashed rgba(37,99,235,.26);
  background:
    linear-gradient(180deg,#ffffff 0%,#F8FBFF 100%);
  box-shadow:0 10px 22px rgba(15,23,42,.035);
}

body.single-product.postid-686 .indy-pa-design-library__head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:12px;
}

body.single-product.postid-686 .indy-pa-design-library strong,
body.single-product.postid-686 .indy-pa-design-library__head strong{
  display:block;
  color:#0F172A;
  font-size:14px;
  font-weight:900;
  margin:0;
}

body.single-product.postid-686 .indy-pa-design-library__head span{
  display:block;
  margin-top:3px;
  color:#64748B;
  font-size:11px;
  font-weight:750;
  line-height:1.3;
}

body.single-product.postid-686 .indy-pa-design-library__head button{
  min-height:auto;
  padding:0;
  border:0;
  background:transparent;
  color:#2563EB;
  font-size:12px;
  font-weight:900;
}

/* [INDY-PA-DESIGN-LIBRARY-FILTERS-V1] Compact parity controls for Product 686 preset designs. */
body.single-product.postid-686 .indy-pa-design-library__filters{
  display:grid;
  gap:10px;
  margin:0 0 12px;
}

body.single-product.postid-686 .indy-pa-design-library__chips{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
}

body.single-product.postid-686 .indy-pa-design-library__chips button{
  min-height:30px;
  padding:6px 10px;
  border-radius:999px;
  border:1px solid rgba(37,99,235,.14);
  background:#fff;
  color:#0F172A;
  font-size:11px;
  font-weight:900;
}

body.single-product.postid-686 .indy-pa-design-library__chips button.is-active{
  border-color:rgba(37,99,235,.28);
  background:#2563EB;
  color:#fff;
}

body.single-product.postid-686 .indy-pa-design-library__filters input{
  width:100%;
  min-height:34px;
  border-radius:10px;
  border:1px solid rgba(37,99,235,.16);
  background:#fff;
  color:#0F172A;
  font-size:12px;
  font-weight:800;
  padding:7px 10px;
}

body.single-product.postid-686 .indy-pa-design-library__filters input::placeholder{
  color:#94A3B8;
}

/* [INDY-PA-DESIGN-LIBRARY-PLACEHOLDER-V1] [INDY-PA-DESIGN-LIBRARY-BRIDGE-V1] Frontend gallery presentation; protected design library backend remains untouched. */
body.single-product.postid-686 .indy-pa-design-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
  margin:4px 0 16px;
}

body.single-product.postid-686 .indy-pa-design-library-card{
  position:relative;
  min-height:112px;
  border-radius:12px;
  border:1px solid rgba(37,99,235,.14);
  background:#F8FAFC;
  display:grid;
  grid-template-rows:minmax(0,1fr) auto;
  gap:8px;
  padding:8px;
  text-align:left;
  color:#64748B;
  font-size:11px;
  font-weight:900;
  line-height:1.1;
  overflow:hidden;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.72);
  cursor:pointer;
}

body.single-product.postid-686 .indy-pa-design-library-card em{
  position:absolute;
  top:8px;
  left:8px;
  z-index:2;
  padding:4px 7px;
  border-radius:999px;
  border:1px solid rgba(37,99,235,.16);
  background:rgba(255,255,255,.94);
  color:#2563EB;
  font-size:9px;
  font-style:normal;
  font-weight:950;
  line-height:1;
}

body.single-product.postid-686 .indy-pa-design-library-card:hover,
body.single-product.postid-686 .indy-pa-design-library-card:focus-visible{
  border-color:rgba(37,99,235,.42);
  background:#EEF4FF;
}

body.single-product.postid-686 .indy-pa-design-library-card img{
  width:100%;
  min-height:62px;
  height:62px;
  object-fit:contain;
  border-radius:8px;
  background:#fff;
  border:1px solid rgba(148,163,184,.16);
}

body.single-product.postid-686 .indy-pa-design-library-card span{
  display:grid;
  gap:3px;
  min-width:0;
}

body.single-product.postid-686 .indy-pa-design-library-card strong{
  overflow:hidden;
  color:#0F172A;
  font-size:11px;
  text-overflow:ellipsis;
  white-space:nowrap;
}

body.single-product.postid-686 .indy-pa-design-library-card small{
  overflow:hidden;
  color:#64748B;
  font-size:10px;
  font-weight:800;
  text-overflow:ellipsis;
  white-space:nowrap;
}

body.single-product.postid-686 .indy-pa-design-library-empty{
  grid-column:1 / -1;
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:88px;
  padding:14px;
  border-radius:12px;
  border:1px dashed rgba(148,163,184,.32);
  background:#F8FAFC;
  color:#64748B;
  font-size:12px;
  font-weight:850;
  text-align:center;
}

body.single-product.postid-686 .indy-pa-design-library > button{
  width:100%;
  background:#fff;
}

body.single-product.postid-686 .indy-pa-design-library > button:hover,
body.single-product.postid-686 .indy-pa-design-library > button:focus-visible{
  border-color:rgba(37,99,235,.38);
  background:#EEF4FF;
}

body.single-product.postid-686 .indy-pa-design-library-modal{
  position:fixed;
  inset:0;
  z-index:9999;
  display:none;
}

body.single-product.postid-686 .indy-pa-design-library-modal.is-open{
  display:block;
}

body.single-product.postid-686 .indy-pa-design-library-modal__backdrop{
  position:absolute;
  inset:0;
  background:rgba(15,23,42,.62);
}

body.single-product.postid-686 .indy-pa-design-library-modal__panel{
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  width:min(920px, calc(100% - 28px));
  max-height:calc(100vh - 42px);
  overflow:hidden;
  border-radius:16px;
  border:1px solid rgba(37,99,235,.16);
  background:linear-gradient(180deg,#ffffff 0%,#F8FBFF 100%);
  box-shadow:0 24px 50px rgba(15,23,42,.22);
}

body.single-product.postid-686 .indy-pa-design-library-modal__head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding:16px;
  border-bottom:1px solid rgba(37,99,235,.10);
}

body.single-product.postid-686 .indy-pa-design-library-modal__head span{
  display:block;
  color:#64748B;
  font-size:11px;
  font-weight:900;
  text-transform:uppercase;
}

body.single-product.postid-686 .indy-pa-design-library-modal__head strong{
  display:block;
  color:#0F172A;
  font-size:18px;
  font-weight:950;
}

body.single-product.postid-686 .indy-pa-design-library-modal__head button{
  width:40px;
  height:40px;
  border-radius:12px;
  border:1px solid rgba(37,99,235,.16);
  background:#fff;
  color:#2563EB;
  font-size:22px;
  font-weight:900;
}

body.single-product.postid-686 .indy-pa-design-library-modal__grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
  max-height:calc(100vh - 150px);
  overflow:auto;
  padding:16px;
}

body.single-product.postid-686 .indy-pa-design-library-card.is-modal-card{
  min-height:150px;
}

body.single-product.postid-686 .indy-pa-design-library-card.is-modal-card img{
  height:94px;
}

@media (max-width: 920px){
  body.single-product.postid-686 .indy-pa-design-library-modal__grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media (max-width: 560px){
  body.single-product.postid-686 .indy-pa-design-library-modal__grid{
    grid-template-columns:1fr;
  }
}

body.single-product.postid-686 .indy-pa-price-lines{
  display:grid;
  gap:0;
  border-radius:14px;
  border:1px solid rgba(37,99,235,.12);
  overflow:hidden;
  background:#fff;
}

body.single-product.postid-686 .indy-pa-price-lines div,
body.single-product.postid-686 .indy-pa-price-total{
  display:flex;
  justify-content:space-between;
  gap:12px;
  padding:11px 12px;
  border-bottom:1px solid rgba(37,99,235,.08);
}

body.single-product.postid-686 .indy-pa-price-lines div:last-child{
  border-bottom:0;
}

body.single-product.postid-686 .indy-pa-price-lines span,
body.single-product.postid-686 .indy-pa-price-total span{
  color:#64748B;
  font-size:12px;
  font-weight:800;
}

body.single-product.postid-686 .indy-pa-price-lines strong,
body.single-product.postid-686 .indy-pa-price-total strong{
  color:#0F172A;
  font-size:13px;
  font-weight:900;
}

body.single-product.postid-686 .indy-pa-price-total{
  margin-top:12px;
  border-radius:14px;
  border:1px solid rgba(37,99,235,.18);
  background:#F8FBFF;
}

body.single-product.postid-686 .indy-pa-price-total strong{
  color:#2563EB;
  font-size:16px;
}

body.single-product.postid-686 .indy-pa-summary-panel p{
  color:#64748B;
  font-size:12px;
  font-weight:700;
  line-height:1.4;
  margin:0;
}

body.single-product.postid-686 .indy-pa-review-btn{
  width:100%;
  background:linear-gradient(135deg,#2563EB 0%,#1D4ED8 100%);
  color:#fff;
  border:0;
  min-height:48px;
  box-shadow:0 12px 22px rgba(37,99,235,.18);
}

body.single-product.postid-686 .indy-pa-trust-box{
  margin-top:auto;
  padding:13px;
  border-radius:14px;
  border:1px solid rgba(37,99,235,.12);
  background:#fff;
  display:grid;
  gap:7px;
}

body.single-product.postid-686 .indy-pa-trust-box strong{
  color:#0F172A;
  font-size:13px;
  font-weight:900;
}

body.single-product.postid-686 .indy-pa-trust-box span{
  color:#64748B;
  font-size:12px;
  font-weight:700;
  line-height:1.35;
}

body.single-product.postid-686 .indy-pa-trust-box span b{
  display:block;
  color:#0F172A;
  font-size:12px;
  font-weight:900;
  margin-bottom:2px;
}

body.single-product.postid-686 .indy-pa-placement-size-panel{
  grid-column:1 / 3;
  display:grid;
  grid-template-columns:minmax(0,1fr) 240px;
  gap:16px;
  align-items:start;
}

body.single-product.postid-686 .indy-pa-smart-fit-row{
  grid-column:1 / -1;
  display:grid;
  grid-template-columns:auto minmax(280px,.9fr) minmax(360px,1fr);
  gap:18px;
  align-items:center;
  padding:16px 18px;
  border-radius:14px;
  border:1px solid rgba(37,99,235,.22);
  background:#fff;
  box-shadow:0 10px 24px rgba(15,23,42,.04);
}

body.single-product.postid-686 .indy-pa-smart-fit-icon{
  width:44px;
  height:44px;
  border-radius:999px;
  background:#EEF4FF;
  color:#2563EB;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:18px;
  font-weight:900;
}

body.single-product.postid-686 .indy-pa-smart-fit-row strong{
  display:block;
  color:#0F172A;
  font-size:14px;
  font-weight:900;
}

body.single-product.postid-686 .indy-pa-smart-fit-row span,
body.single-product.postid-686 .indy-pa-smart-fit-row small{
  display:block;
  color:#334155;
  font-size:12px;
  font-weight:700;
  line-height:1.4;
}

body.single-product.postid-686 .indy-pa-smart-fit-row ul{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:8px 18px;
  margin:0;
  padding:0;
  list-style:none;
}

body.single-product.postid-686 .indy-pa-smart-fit-row li{
  position:relative;
  padding-left:22px;
  color:#0F172A;
  font-size:13px;
  font-weight:800;
}

body.single-product.postid-686 .indy-pa-smart-fit-row li::before{
  content:"";
  position:absolute;
  left:0;
  top:3px;
  width:13px;
  height:13px;
  border-radius:999px;
  border:2px solid #16a34a;
}

body.single-product.postid-686 .indy-pa-print-size-row{
  display:grid;
  grid-template-columns:minmax(0,1fr);
  gap:10px;
}

body.single-product.postid-686 .indy-pa-print-size-row select{
  min-height:38px;
  border-radius:10px;
  border:1px solid rgba(37,99,235,.18);
  background:#fff;
  color:#0F172A;
  padding:8px 10px;
  font-size:12px;
  font-weight:800;
}

/* =========================================================
   [INDY-PA-ORDER-BUILD-TABLE-V1]
   Order Build Table shell for Product 686 print groups.
   ========================================================= */

body.single-product.postid-686 .indy-pa-order-build-shell{
  max-width:1440px;
  margin:18px auto 42px;
  display:grid;
  grid-template-columns:minmax(0,1fr) 270px;
  gap:16px;
  align-items:start;
width:100%;
grid-column:1 / -1;
}

body.single-product.postid-686 .indy-pa-order-build-table-wrap,
body.single-product.postid-686 .indy-pa-order-total-card{
  border-radius:16px;
  border:1px solid rgba(37,99,235,.16);
  background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%);
  box-shadow:0 10px 26px rgba(15,23,42,.055);
  padding:16px;
}

/* [INDY-PA-ORDER-BUILD-OVERFLOW-FIX-V2] */

body.single-product.postid-686 .indy-pa-order-build-table-wrap{
  min-width:0;
  overflow:hidden;
  width:100%;
}

/* [INDY-PA-ORDER-BUILD-HEADER-NONSCROLL-CTA-FIX-V1] Only the table content scrolls horizontally; the header CTA stays attached to the panel. */
body.single-product.postid-686 .indy-pa-order-build-scroll{
  min-width:0;
  width:100%;
  overflow-x:auto;
}

body.single-product.postid-686 .indy-pa-order-build-table{
  min-width:1180px;
}

body.single-product.postid-686 .indy-pa-order-total-card{
  position:relative;
  z-index:2;
}

body.single-product.postid-686 .indy-pa-order-build-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  flex-wrap:wrap;
  gap:14px;
  margin-bottom:12px;
}

body.single-product.postid-686 .indy-pa-order-build-head p{
  margin:0;
  color:#64748B;
  font-size:12px;
  font-weight:700;
}

/* [INDY-PA-ORDER-BUILD-ADD-ORDER-CTA-COMPACT-V1] Header CTA stays compact and reuses the existing add-order action. */
body.single-product.postid-686 .indy-pa-order-build-add-order-btn{
  margin:0;
  white-space:nowrap;
}

body.single-product.postid-686 .indy-pa-order-build-add-order-btn[hidden]{
  display:none;
}

body.single-product.postid-686 .indy-pa-order-build-table{
  width:100%;
  border-collapse:separate;
  border-spacing:0;
  overflow:hidden;
  border-radius:14px;
  border:1px solid rgba(37,99,235,.12);
  background:#fff;
}

body.single-product.postid-686 .indy-pa-order-build-table th{
  background:#F5F8FF;
  color:#0F172A;
  font-size:10px;
  font-weight:900;
  letter-spacing:.06em;
  text-transform:uppercase;
  padding:11px 10px;
  border-bottom:1px solid rgba(37,99,235,.10);
  text-align:left;
  white-space:nowrap;
}

body.single-product.postid-686 .indy-pa-order-build-table td{
  color:#0F172A;
  font-size:12px;
  font-weight:800;
  padding:12px 10px;
  border-bottom:1px solid rgba(37,99,235,.08);
  vertical-align:middle;
  white-space:nowrap;
}

/* [INDY-PA-PRE-PRICING-UI-CLEANUP-V1] Neutral status treatment for not-yet-wired row artwork state. */
body.single-product.postid-686 .indy-pa-build-status-badge{
  display:inline-flex;
  align-items:center;
  width:max-content;
  max-width:100%;
  min-height:24px;
  padding:4px 8px;
  border-radius:999px;
  border:1px solid rgba(148,163,184,.22);
  background:#F8FAFC;
  color:#64748B;
  font-size:10px;
  font-weight:900;
  line-height:1.1;
  white-space:nowrap;
}

body.single-product.postid-686 .indy-pa-build-status-badge.has-artwork{
  border-color:rgba(37,99,235,.18);
  background:#EEF4FF;
  color:#2563EB;
}

body.single-product.postid-686 .indy-pa-build-artwork-cell{
  display:grid;
  justify-items:start;
  gap:4px;
}

/* [INDY-PA-DIP-ROW-STATUS-V1] Compact row-level production status inside the existing Status column. */
body.single-product.postid-686 .indy-pa-dip-row-status{
  display:inline-grid;
  gap:2px;
  min-width:92px;
  width:max-content;
  max-width:100%;
  padding:6px 8px;
  border-radius:8px;
  border:1px solid rgba(148,163,184,.22);
  background:#F8FAFC;
  color:#475569;
  line-height:1.15;
}

body.single-product.postid-686 .indy-pa-dip-row-status strong{
  font-size:10px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:0;
  white-space:nowrap;
}

body.single-product.postid-686 .indy-pa-dip-row-status small{
  font-size:10px;
  font-weight:800;
  color:inherit;
  opacity:.78;
  white-space:nowrap;
}

body.single-product.postid-686 .indy-pa-dip-row-status.is-good{
  border-color:rgba(22,163,74,.22);
  background:#F0FDF4;
  color:#15803D;
}

body.single-product.postid-686 .indy-pa-dip-row-status.is-fair{
  border-color:rgba(217,119,6,.22);
  background:#FFFBEB;
  color:#B45309;
}

body.single-product.postid-686 .indy-pa-dip-row-status.is-warning{
  border-color:rgba(220,38,38,.22);
  background:#FEF2F2;
  color:#B91C1C;
}

body.single-product.postid-686 .indy-pa-dip-row-status.is-empty{
  border-color:rgba(148,163,184,.22);
  background:#F8FAFC;
  color:#64748B;
}

/* [INDY-PA-DESIGN-GROUP-HEADER-UX-V1] Flat visual grouping row only; no collapse or nested table behavior. */
body.single-product.postid-686 .indy-pa-order-build-table tr.indy-pa-design-group-header-row td{
  padding:10px 12px;
  border-bottom:1px solid rgba(37,99,235,.10);
  background:linear-gradient(180deg,#F8FBFF 0%,#EEF4FF 100%);
}

body.single-product.postid-686 .indy-pa-design-group-header{
  display:grid;
  gap:3px;
}

body.single-product.postid-686 .indy-pa-design-group-header span{
  color:#2563EB;
  font-size:9px;
  font-weight:950;
  letter-spacing:.08em;
  line-height:1.2;
  text-transform:uppercase;
}

body.single-product.postid-686 .indy-pa-design-group-header strong{
  color:#0F172A;
  font-size:13px;
  font-weight:950;
  line-height:1.2;
}

body.single-product.postid-686 .indy-pa-design-group-header small{
  color:#64748B;
  font-size:11px;
  font-weight:850;
  line-height:1.25;
}

/* [INDY-PA-GROUP-REPLACE-ARTWORK-V1] Header action keeps replacement group-scoped without adding collapsible table behavior. */
body.single-product.postid-686 .indy-pa-design-group-header__actions{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:8px;
}

body.single-product.postid-686 .indy-pa-design-group-header__actions button{
  min-height:24px;
  padding:3px 9px;
  border:1px solid rgba(37,99,235,.22);
  border-radius:999px;
  background:#fff;
  color:#2563EB;
  font-size:10px;
  font-weight:900;
  line-height:1.2;
  cursor:pointer;
}

body.single-product.postid-686 .indy-pa-design-group-header__actions button:hover,
body.single-product.postid-686 .indy-pa-design-group-header__actions button:focus-visible{
  border-color:rgba(37,99,235,.40);
  background:#EFF6FF;
  outline:none;
}

body.single-product.postid-686 .indy-pa-design-group-artwork-needed{
  color:#64748B;
  font-size:10px;
  font-weight:850;
  line-height:1.25;
}

/* [INDY-PA-DIP-GROUP-SUMMARY-V1] Compact production summary inside existing flat design group headers. */
body.single-product.postid-686 .indy-pa-design-group-header .indy-pa-design-group-production-summary{
  display:inline-flex;
  align-items:center;
  width:max-content;
  max-width:100%;
  min-height:22px;
  padding:3px 8px;
  border-radius:999px;
  border:1px solid rgba(148,163,184,.20);
  background:#F8FAFC;
  color:#475569;
  font-size:10px;
  font-weight:900;
  line-height:1.2;
}

body.single-product.postid-686 .indy-pa-design-group-header .indy-pa-design-group-production-summary.is-passed{
  border-color:rgba(22,163,74,.20);
  background:#F0FDF4;
  color:#15803D;
}

body.single-product.postid-686 .indy-pa-design-group-header .indy-pa-design-group-production-summary.is-review{
  border-color:rgba(217,119,6,.22);
  background:#FFFBEB;
  color:#B45309;
}

body.single-product.postid-686 .indy-pa-design-group-header .indy-pa-design-group-production-summary.is-warning{
  border-color:rgba(220,38,38,.22);
  background:#FEF2F2;
  color:#B91C1C;
}

/* [INDY-PA-ADD-ANOTHER-COLOR-V1] Separate frozen same-design color setups in the build table. */
body.single-product.postid-686 .indy-pa-order-build-table tr.is-color-setup-start td{
  border-top:2px solid rgba(37,99,235,.22);
}

body.single-product.postid-686 .indy-pa-order-build-table tr.is-color-setup-row td{
  background:linear-gradient(180deg,#ffffff 0%,#fbfdff 100%);
}

body.single-product.postid-686 .indy-pa-color-setup-badge{
  /* [INDY-PA-COLOR-CELL-TWO-LINE-V1] Keep setup label above the color pill in the Color column. */
  display:flex;
  align-items:center;
  width:max-content;
  max-width:180px;
  margin:0 0 5px;
  padding:3px 7px;
  border-radius:999px;
  background:#EEF4FF;
  color:#2563EB;
  font-size:9px;
  font-weight:950;
  line-height:1.2;
  text-transform:uppercase;
}

body.single-product.postid-686 .indy-pa-order-build-table tr:last-child td{
  border-bottom:0;
}

body.single-product.postid-686 .indy-pa-order-build-table tr.is-editing-row td{
  background:#EFF6FF;
  box-shadow:inset 0 1px 0 rgba(37,99,235,.12), inset 0 -1px 0 rgba(37,99,235,.12);
}

/* [INDY-PA-INLINE-ROW-CSS-V1] Inline editable Product, Color, Size, Qty, Placement, and Print Size cells. */
body.single-product.postid-686 .indy-pa-inline-readonly{
  display:inline-grid;
  align-items:center;
  min-height:34px;
  max-width:210px;
  padding:7px 9px;
  border-radius:9px;
  border:1px solid rgba(148,163,184,.18);
  background:#F1F5F9;
  color:#64748B;
}

body.single-product.postid-686 .indy-pa-inline-input,
body.single-product.postid-686 .indy-pa-inline-select{
  width:100%;
  min-width:86px;
  min-height:34px;
  border-radius:9px;
  border:1px solid rgba(37,99,235,.24);
  background:#fff;
  color:#0F172A;
  font-size:12px;
  font-weight:850;
  padding:6px 9px;
}

body.single-product.postid-686 .indy-pa-inline-input{
  max-width:82px;
}

body.single-product.postid-686 .indy-pa-inline-product-readonly{
  display:flex;
  min-width:0;
  max-width:260px;
}

body.single-product.postid-686 .indy-pa-inline-product-edit{
  display:flex;
  align-items:center;
  gap:10px;
  min-width:0;
  max-width:300px;
}

body.single-product.postid-686 .indy-pa-inline-product-select{
  flex:1 1 auto;
  min-width:230px;
  max-width:280px;
}

body.single-product.postid-686 .indy-pa-inline-color-select{
  min-width:118px;
}

body.single-product.postid-686 .indy-pa-inline-size-select{
  min-width:74px;
}

body.single-product.postid-686 .indy-pa-inline-print-size{
  display:grid;
  gap:4px;
  min-width:190px;
}

/* [INDY-PA-INLINE-PRINT-OVERRIDE-V1] Per-row production dimensions stay separate from the preset label. */
body.single-product.postid-686 .indy-pa-inline-print-dimensions{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:6px;
}

body.single-product.postid-686 .indy-pa-inline-print-dimensions label{
  display:grid;
  grid-template-columns:auto minmax(0, 1fr);
  align-items:center;
  gap:4px;
  color:#475569;
  font-size:11px;
  font-weight:900;
}

body.single-product.postid-686 .indy-pa-inline-print-dimensions .indy-pa-inline-input{
  max-width:none;
  min-width:0;
  padding-left:6px;
  padding-right:6px;
}

/* [INDY-PA-INLINE-PRINT-AGREEMENT-V1] Custom print size acknowledgement is draft-only. */
body.single-product.postid-686 .indy-pa-inline-print-agreement{
  display:grid;
  grid-template-columns:auto minmax(0, 1fr);
  align-items:start;
  gap:9px;
  padding:10px;
  border:1px solid rgba(245,158,11,.38);
  border-radius:10px;
  background:#FFFBEB;
  color:#92400E;
  white-space:normal;
}

body.single-product.postid-686 .indy-pa-inline-print-agreement input{
  width:14px;
  height:14px;
  margin:2px 0 0;
  accent-color:#2563EB;
}

body.single-product.postid-686 .indy-pa-inline-print-agreement span{
  display:grid;
  gap:2px;
  min-width:0;
}

body.single-product.postid-686 .indy-pa-inline-print-agreement strong{
  color:#92400E;
  font-size:11px;
  font-weight:950;
  line-height:1.15;
}

body.single-product.postid-686 .indy-pa-inline-print-agreement small{
  color:#92400E;
  font-size:10px;
  font-weight:800;
  line-height:1.3;
}

body.single-product.postid-686 .indy-pa-inline-print-agreement.has-error{
  border-color:rgba(220,38,38,.45);
  background:#FEF2F2;
  color:#991B1B;
}

body.single-product.postid-686 .indy-pa-inline-print-agreement.has-error strong,
body.single-product.postid-686 .indy-pa-inline-print-agreement.has-error small{
  color:#991B1B;
}

body.single-product.postid-686 .indy-pa-inline-print-size > small{
  color:#2563EB;
  font-size:11px;
  font-weight:900;
  line-height:1.2;
}

body.single-product.postid-686 .indy-pa-inline-custom-size-badge{
  display:inline-flex;
  align-items:center;
  width:max-content;
  margin-top:3px;
  padding:2px 6px;
  border-radius:999px;
  background:#FEF3C7;
  color:#92400E;
  font-size:9px;
  font-style:normal;
  font-weight:950;
  line-height:1.2;
  text-transform:uppercase;
}

body.single-product.postid-686 .indy-pa-row-number{
  color:#64748B;
  width:36px;
}

body.single-product.postid-686 .indy-pa-build-product-cell{
  display:flex;
  align-items:center;
  gap:10px;
  max-width:260px;
  min-width:190px;
}

body.single-product.postid-686 .indy-pa-build-product-text{
  min-width:0;
  flex:1 1 auto;
}

body.single-product.postid-686 .indy-pa-build-thumb,
body.single-product.postid-686 .indy-pa-mini-preview{
  width:34px;
  height:34px;
  border-radius:9px;
  border:1px solid rgba(37,99,235,.14);
  overflow:hidden;
  background:#F8FBFF;
}

body.single-product.postid-686 button.indy-pa-mini-preview{
  display:block;
  padding:0;
  cursor:pointer;
  appearance:none;
}

body.single-product.postid-686 button.indy-pa-mini-preview:hover,
body.single-product.postid-686 button.indy-pa-mini-preview:focus-visible{
  border-color:rgba(37,99,235,.42);
  box-shadow:0 0 0 3px rgba(37,99,235,.10);
  outline:0;
}

body.single-product.postid-686 .indy-pa-build-thumb img,
body.single-product.postid-686 .indy-pa-mini-preview img{
  width:100%;
  height:100%;
  object-fit:contain;
  display:block;
  padding:3px;
  background:#fff;
}

/* [INDY-PA-ORDER-BUILD-PREVIEW-CSS-V1] Frozen layered preview thumbnail for Product 686 build rows. */
body.single-product.postid-686 .indy-pa-order-preview-snapshot{
  position:relative;
  width:100%;
  height:100%;
  overflow:hidden;
  background:#fff;
}

body.single-product.postid-686 .indy-pa-mini-preview .indy-pa-order-preview-apparel{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  padding:2px;
  object-fit:contain;
  background:transparent;
}

body.single-product.postid-686 .indy-pa-order-preview-boundary{
  position:absolute;
  transform:translate(-50%, -50%);
  overflow:hidden;
  border:1px dashed rgba(37,99,235,.28);
  background:transparent;
  pointer-events:none;
}

body.single-product.postid-686 .indy-pa-mini-preview .indy-pa-order-preview-artwork{
  position:absolute;
  display:block;
  max-width:none;
  max-height:none;
  padding:0;
  object-fit:contain;
  background:transparent;
  transform-origin:center center;
}

body.single-product.postid-686 .indy-pa-build-product-cell strong{
  display:block;
  max-width:100%;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  color:#0F172A;
  font-size:12px;
  font-weight:900;
}

body.single-product.postid-686 .indy-pa-build-product-cell span{
  display:block;
  max-width:100%;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  margin-top:2px;
  color:#64748B;
  font-size:10px;
  font-weight:700;
}

body.single-product.postid-686 .indy-pa-build-color{
  display:flex;
  align-items:center;
  gap:7px;
  width:max-content;
}

body.single-product.postid-686 .indy-pa-build-color span{
  width:11px;
  height:11px;
  border-radius:999px;
  background:#000;
  border:1px solid rgba(15,23,42,.16);
}

/* [INDY-PA-ORDER-PRINT-DIMENSIONS-V1] Print size label and production dimensions stay visually separate. */
body.single-product.postid-686 .indy-pa-build-print-size{
  display:grid;
  gap:3px;
  min-width:150px;
}

body.single-product.postid-686 .indy-pa-build-print-size strong{
  color:#0F172A;
  font-size:12px;
  font-weight:900;
  line-height:1.25;
}

body.single-product.postid-686 .indy-pa-build-print-size small{
  color:#2563EB;
  font-size:11px;
  font-weight:900;
  line-height:1.2;
}

body.single-product.postid-686 .indy-pa-build-actions{
  display:flex;
  flex-wrap:wrap;
  gap:6px;
  min-width:184px;
}

body.single-product.postid-686 .indy-pa-build-actions button{
  min-height:30px;
  padding:6px 8px;
  border-radius:8px;
  border:1px solid rgba(37,99,235,.18);
  background:#fff;
  color:#2563EB;
  font-size:10px;
  font-weight:900;
}

/* [INDY-PA-ALL-SIZES-MODAL-V1] Product 686 all variant sizes modal. */
body.single-product.postid-686 .indy-pa-all-sizes-modal{
  position:fixed;
  inset:0;
  z-index:100000;
  display:none;
  align-items:center;
  justify-content:center;
  padding:22px;
}

body.single-product.postid-686 .indy-pa-all-sizes-modal.is-open{
  display:flex;
}

body.single-product.postid-686 .indy-pa-all-sizes-modal__backdrop{
  position:absolute;
  inset:0;
  background:rgba(15,23,42,.46);
  backdrop-filter:blur(3px);
}

body.single-product.postid-686 .indy-pa-all-sizes-modal__panel{
  position:relative;
  z-index:1;
  width:min(760px, 100%);
  max-height:min(760px, calc(100vh - 44px));
  display:grid;
  grid-template-rows:auto minmax(0,1fr) auto;
  overflow:hidden;
  border-radius:18px;
  border:1px solid rgba(37,99,235,.18);
  background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%);
  box-shadow:0 24px 70px rgba(15,23,42,.26);
}

body.single-product.postid-686 .indy-pa-all-sizes-modal__head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:16px;
  padding:17px 18px;
  border-bottom:1px solid rgba(37,99,235,.12);
}

body.single-product.postid-686 .indy-pa-all-sizes-modal__head span{
  display:block;
  margin-bottom:4px;
  color:#2563EB;
  font-size:10px;
  font-weight:900;
  letter-spacing:.09em;
  text-transform:uppercase;
}

body.single-product.postid-686 .indy-pa-all-sizes-modal__head strong{
  display:block;
  color:#0F172A;
  font-size:18px;
  font-weight:950;
  line-height:1.2;
}

body.single-product.postid-686 .indy-pa-all-sizes-modal__head small{
  display:block;
  margin-top:4px;
  color:#64748B;
  font-size:12px;
  font-weight:750;
}

body.single-product.postid-686 .indy-pa-all-sizes-modal__close{
  width:40px;
  height:40px;
  min-height:40px;
  border-radius:12px;
  border:1px solid rgba(37,99,235,.16);
  background:#fff;
  color:#2563EB;
  font-family:Arial, Helvetica, sans-serif;
  font-size:24px;
  font-weight:700;
  line-height:40px;
  text-align:center;
  padding:0;
  cursor:pointer;
}

body.single-product.postid-686 .indy-pa-all-sizes-modal__body{
  min-height:0;
  padding:16px 18px;
  overflow:auto;
}

body.single-product.postid-686 .indy-pa-all-sizes-grid{
  display:grid;
  gap:10px;
}

body.single-product.postid-686 .indy-pa-all-sizes-grid .indy-pa-size-placement-row{
  padding:11px;
  border-radius:12px;
  background:#fff;
}

body.single-product.postid-686 .indy-pa-all-sizes-modal__message{
  padding:14px;
  border-radius:12px;
  border:1px dashed rgba(37,99,235,.20);
  background:#fff;
  color:#64748B;
  font-size:13px;
  font-weight:800;
  line-height:1.4;
}

body.single-product.postid-686 .indy-pa-all-sizes-modal__foot{
  display:flex;
  justify-content:flex-end;
  gap:10px;
  padding:14px 18px 18px;
  border-top:1px solid rgba(37,99,235,.10);
}

/* [INDY-PA-ORDER-PREVIEW-MODAL-V1] Larger frontend-only frozen preview from the Order Build Table. */
body.single-product.postid-686 .indy-pa-order-preview-modal{
  position:fixed;
  inset:0;
  z-index:100000;
  display:none;
  align-items:center;
  justify-content:center;
  padding:22px;
}

body.single-product.postid-686 .indy-pa-order-preview-modal.is-open{
  display:flex;
}

body.single-product.postid-686 .indy-pa-order-preview-modal__backdrop{
  position:absolute;
  inset:0;
  background:rgba(15,23,42,.46);
  backdrop-filter:blur(3px);
}

body.single-product.postid-686 .indy-pa-order-preview-modal__panel{
  position:relative;
  z-index:1;
  width:min(860px, 100%);
  max-height:min(760px, calc(100vh - 44px));
  display:grid;
  grid-template-rows:auto minmax(0,1fr);
  overflow:hidden;
  border-radius:18px;
  border:1px solid rgba(37,99,235,.18);
  background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%);
  box-shadow:0 24px 70px rgba(15,23,42,.26);
}

body.single-product.postid-686 .indy-pa-order-preview-modal__head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:16px;
  padding:17px 18px;
  border-bottom:1px solid rgba(37,99,235,.12);
}

body.single-product.postid-686 .indy-pa-order-preview-modal__head span{
  display:block;
  margin-bottom:4px;
  color:#2563EB;
  font-size:10px;
  font-weight:900;
  letter-spacing:.09em;
  text-transform:uppercase;
}

body.single-product.postid-686 .indy-pa-order-preview-modal__head strong{
  display:block;
  color:#0F172A;
  font-size:18px;
  font-weight:950;
  line-height:1.2;
}

body.single-product.postid-686 .indy-pa-order-preview-modal__head small{
  display:block;
  margin-top:4px;
  color:#64748B;
  font-size:12px;
  font-weight:750;
}

body.single-product.postid-686 .indy-pa-order-preview-modal__close{
  width:40px;
  height:40px;
  min-height:40px;
  border-radius:12px;
  border:1px solid rgba(37,99,235,.16);
  background:#fff;
  color:#2563EB;
  font-family:Arial, Helvetica, sans-serif;
  font-size:24px;
  font-weight:700;
  line-height:40px;
  text-align:center;
  padding:0;
  cursor:pointer;
}

body.single-product.postid-686 .indy-pa-order-preview-modal__close::before{
  content:none;
}

body.single-product.postid-686 .indy-pa-order-preview-modal__body{
  min-height:0;
  display:grid;
  grid-template-columns:minmax(0,1.25fr) minmax(220px,.75fr);
  gap:16px;
  padding:18px;
  overflow:auto;
}

body.single-product.postid-686 .indy-pa-order-preview-modal__stage{
  min-height:420px;
  border-radius:16px;
  border:1px solid rgba(37,99,235,.12);
  background:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
}

body.single-product.postid-686 .indy-pa-order-preview-modal__stage > .indy-pa-order-preview-snapshot{
  width:min(440px, 92%);
  height:auto;
  aspect-ratio:1 / 1.08;
  border-radius:14px;
  background:
    radial-gradient(260px 180px at 50% 38%, rgba(96,165,250,.08), transparent 70%),
    #fff;
}

body.single-product.postid-686 .indy-pa-order-preview-modal__stage .indy-pa-order-preview-apparel{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  padding:7%;
  object-fit:contain;
  background:transparent;
}

body.single-product.postid-686 .indy-pa-order-preview-modal__stage > img{
  width:min(440px, 92%);
  height:auto;
  max-height:420px;
  object-fit:contain;
  display:block;
}

body.single-product.postid-686 .indy-pa-order-preview-modal__stage .indy-pa-order-preview-artwork{
  position:absolute;
  display:block;
  max-width:none;
  max-height:none;
  padding:0;
  object-fit:contain;
  background:transparent;
  transform-origin:center center;
}

body.single-product.postid-686 .indy-pa-order-preview-modal__stage > span{
  color:#64748B;
  font-size:13px;
  font-weight:800;
}

body.single-product.postid-686 .indy-pa-order-preview-modal__facts{
  align-self:start;
  display:grid;
  gap:8px;
}

body.single-product.postid-686 .indy-pa-order-preview-modal__facts div{
  display:grid;
  gap:3px;
  padding:10px 11px;
  border-radius:12px;
  border:1px solid rgba(37,99,235,.12);
  background:#fff;
}

body.single-product.postid-686 .indy-pa-order-preview-modal__facts span{
  color:#64748B;
  font-size:10px;
  font-weight:900;
  letter-spacing:.05em;
  text-transform:uppercase;
}

body.single-product.postid-686 .indy-pa-order-preview-modal__facts strong{
  color:#0F172A;
  font-size:12px;
  font-weight:900;
  line-height:1.3;
}

body.single-product.postid-686 .indy-pa-build-empty-row td{
  padding:18px 14px;
  color:#64748B;
  font-size:12px;
  font-weight:800;
  text-align:center;
  white-space:normal;
}

body.single-product.postid-686 .indy-pa-order-total-lines{
  display:grid;
  gap:0;
  border-radius:14px;
  border:1px solid rgba(37,99,235,.12);
  overflow:hidden;
  background:#fff;
}

body.single-product.postid-686 .indy-pa-order-total-lines div{
  display:flex;
  justify-content:space-between;
  gap:12px;
  padding:12px;
  border-bottom:1px solid rgba(37,99,235,.08);
}

body.single-product.postid-686 .indy-pa-order-total-lines div:last-child{
  border-bottom:0;
}

body.single-product.postid-686 .indy-pa-order-total-lines span{
  color:#64748B;
  font-size:12px;
  font-weight:800;
}

body.single-product.postid-686 .indy-pa-order-total-lines strong{
  color:#0F172A;
  font-size:13px;
  font-weight:900;
}

body.single-product.postid-686 .indy-pa-order-total-card p{
  color:#64748B;
  font-size:12px;
  font-weight:700;
  line-height:1.4;
  margin:12px 0;
}

/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 1280px){
  body.single-product.postid-686 .indy-pa-lower-shell{
    grid-template-columns:minmax(0,1fr) minmax(300px,.55fr);
    align-items:start;
  }

  body.single-product.postid-686 .indy-pa-summary-panel{
    grid-column:1 / -1;
    display:grid;
    grid-template-columns:minmax(0,1fr) minmax(220px,.45fr);
    gap:14px;
  }

  body.single-product.postid-686 .indy-pa-summary-panel > .indy-pa-panel-kicker,
  body.single-product.postid-686 .indy-pa-summary-panel > p,
  body.single-product.postid-686 .indy-pa-summary-panel > .indy-pa-review-btn{
    grid-column:1;
  }

  body.single-product.postid-686 .indy-pa-trust-box{
    grid-column:2;
    grid-row:2 / span 4;
    margin-top:0;
  }

  body.single-product.postid-686 .indy-pa-smart-fit-row{
    grid-template-columns:auto minmax(0,1fr);
  }

  body.single-product.postid-686 .indy-pa-smart-fit-row ul{
    grid-column:2;
  }

  .indy-pa-686-shop-system__layout{
    grid-template-columns: 240px minmax(0, 1fr);
  }

  .indy-pa-selected-shell{
    grid-column: 1 / -1;
    position: static;
  }

  .indy-pa-686-api-results .indy-blank-product-grid,
  .indy-pa-686-api-results .indy-pa-686-product-grid,
  .indy-pa-686-api-results ul.products{
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 1100px){
  body.single-product.postid-686 .indy-pa-preview-panel{
    grid-template-columns:1fr;
  }

  body.single-product.postid-686 .indy-pa-artwork-controls-card{
    grid-column:1 / -1;
  }

  .indy-pa-topbar,
  .indy-pa-arch-strip{
    grid-template-columns: 1fr;
  }

  .indy-pa-topbar__steps,
  .indy-pa-arch-strip__steps{
    grid-template-columns: repeat(2, minmax(0,1fr));
  }

  .rih-bt-grid{
    grid-template-columns: 1fr;
    grid-template-areas:
      "apparel"
      "preview"
      "artwork"
      "placement"
      "sizes";
  }

  .rih-bt-preview{
    position: static;
  }
}

@media (max-width: 980px){
  body.single-product.postid-686 .indy-pa-lower-shell{
    grid-template-columns:1fr;
  }

  body.single-product.postid-686 .indy-pa-summary-panel,
  body.single-product.postid-686 .indy-pa-smart-fit-row{
    grid-column:auto;
  }

  body.single-product.postid-686 .indy-pa-summary-panel{
    display:flex;
  }

  body.single-product.postid-686 .indy-pa-trust-box{
    grid-column:auto;
    grid-row:auto;
    margin-top:0;
  }

  .indy-pa-shell,
  .rih-bt{
    padding-left: 18px;
    padding-right: 18px;
  }

  .indy-pa-686-shop-system__layout{
    grid-template-columns: 1fr;
  }

  .indy-pa-686-filter-sidebar{
    position: static;
  }

  .rih-regular-products__head{
    align-items: stretch;
    flex-direction: column;
  }

  .indy-pa-686-api-results .indy-blank-product-grid,
  .indy-pa-686-api-results .indy-pa-686-product-grid,
  .indy-pa-686-api-results ul.products{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .rih-bt-placements{
    grid-template-columns: repeat(2, minmax(0,1fr));
  }
}

@media (max-width: 640px){
  body.single-product.postid-686 .indy-pa-preview-tabs,
  body.single-product.postid-686 .indy-pa-preview-layout-meta,
  body.single-product.postid-686 .indy-pa-preview-tools,
  body.single-product.postid-686 .indy-pa-artwork-control-grid,
  body.single-product.postid-686 .indy-pa-design-grid,
  body.single-product.postid-686 .indy-pa-smart-fit-row,
  body.single-product.postid-686 .indy-pa-smart-fit-row ul{
    grid-template-columns:1fr;
  }

  /* [INDY-PA-LOWER-RESPONSIVE-STABILITY-V1] Keep lower builder placeholders readable on small screens. */
  body.single-product.postid-686 .indy-pa-preview-panel,
  body.single-product.postid-686 .indy-pa-artwork-panel,
  body.single-product.postid-686 .indy-pa-summary-panel{
    padding:14px;
    border-radius:14px;
  }

  body.single-product.postid-686 .indy-pa-preview-canvas{
    min-height:330px;
  }

  body.single-product.postid-686 .indy-pa-upload-box{
    min-height:220px;
    padding:24px 14px 20px;
  }

  body.single-product.postid-686 .indy-pa-uploaded-file-card{
    grid-template-columns:50px minmax(0,1fr);
  }

  body.single-product.postid-686 .indy-pa-uploaded-file-card b{
    grid-column:1 / -1;
    justify-self:start;
    width:auto;
    min-width:38px;
    padding:0 8px;
  }

  body.single-product.postid-686 .indy-pa-design-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  body.single-product.postid-686 .indy-pa-design-grid span{
    min-height:78px;
    aspect-ratio:auto;
  }

  body.single-product.postid-686 .indy-pa-smart-fit-row ul{
    grid-column:auto;
  }

  .indy-pa-shell,
  .rih-bt{
    padding-left: 14px;
    padding-right: 14px;
  }

  .indy-pa-topbar__steps,
  .indy-pa-arch-strip__steps{
    grid-template-columns: 1fr;
  }

  .indy-pa-step strong,
  .indy-pa-step span,
  .indy-pa-arch-step strong,
  .indy-pa-arch-step span{
    white-space: normal;
  }

  .indy-pa-686-api-results .indy-blank-product-grid,
  .indy-pa-686-api-results .indy-pa-686-product-grid,
  .indy-pa-686-api-results ul.products{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
  }

  .indy-pa-686-api-results .indy-blank-product-img{
    height: 126px !important;
    min-height: 126px !important;
  }

  .indy-pa-686-api-results .indy-blank-product-img img{
    height: 108px !important;
  }

  .rih-bt-card-head,
  .rih-bt-wide-head{
    align-items: flex-start;
    flex-direction: column;
  }

  .rih-bt-placements{
    grid-template-columns: 1fr;
  }

  .rih-dl__grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rih-bt-filecard{
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .rih-bt-inline-row,
  .rih-bt-preview-foot,
  .rih-bt-summary-actions{
    align-items: stretch;
    flex-direction: column;
  }

  .rih-btn,
  .rih-bt button,
  .indy-pa-primary-btn,
  .indy-pa-outline-btn{
    width: 100%;
  }

  body.single-product.postid-686 .indy-pa-order-preview-modal{
    padding:12px;
  }

  body.single-product.postid-686 .indy-pa-order-preview-modal__body{
    grid-template-columns:1fr;
  }

  body.single-product.postid-686 .indy-pa-order-preview-modal__stage{
    min-height:320px;
  }
}

@media (max-width: 420px){
  .indy-pa-686-api-results .indy-blank-product-grid,
  .indy-pa-686-api-results .indy-pa-686-product-grid,
  .indy-pa-686-api-results ul.products{
    grid-template-columns: 1fr !important;
  }
}

/* =========================================================
   SAFETY UTILITIES
   ========================================================= */

[hidden]{
  display: none !important;
}

html.rih-dl-lock,
.rih-modal-open{
  overflow: hidden;
}

/* =========================================================
   [INDY-PA-ALLOWED-PLACEMENTS-V2]
   Disabled placement state
   ========================================================= */

body.single-product.postid-686 .indy-pa-placement-disabled{
  opacity: .38 !important;
  filter: grayscale(100%) !important;
  cursor: not-allowed !important;
  pointer-events: none !important;
  background: #f1f5f9 !important;
  color: #94a3b8 !important;
  border-color: rgba(148,163,184,.35) !important;
  box-shadow: none !important;
}

/* =========================================================
   [INDY-PA-PINNED-CLOSE-BUTTON-V1]
   Close button for currently editing apparel card.
   ========================================================= */

body.single-product.postid-686 .indy-pa-pinned-selected-card .indy-blank-product-card{
  position: relative;
}

body.single-product.postid-686 .indy-pa-pinned-close{
  position:absolute;
  top:10px;
  right:10px;
  z-index:3;
  width:28px !important;
  height:28px !important;
  min-height:28px !important;
  padding:0 !important;
  border-radius:999px !important;
  border:1px solid rgba(220,38,38,.18) !important;
  background:#fff !important;
  color:#dc2626 !important;
  font-size:20px !important;
  font-weight:900 !important;
  line-height:1 !important;
  box-shadow:0 8px 18px rgba(15,23,42,.10) !important;
}

body.single-product.postid-686 .indy-pa-pinned-close:hover{
  background:#fef2f2 !important;
}

/* =========================================================
   [INDY-PA-PINNED-CARD-SCROLL-LOCK-V1]
   Keep catalog grid scrolling below pinned selected card.
   ========================================================= */

body.single-product.postid-686 .indy-pa-686-catalog-panel .rih-regular-products__inner{
  overflow:hidden !important;
}

body.single-product.postid-686 .indy-pa-pinned-selected-card{
  flex:0 0 auto !important;
  position:relative;
  z-index:4;
  background:#fff;
}

body.single-product.postid-686 .indy-pa-686-api-results{
  min-height:0 !important;
  flex:1 1 auto !important;
  overflow-y:auto !important;
}

/* =========================================================
   [INDY-PA-PINNED-CARD-LAYER-FIX-V2]
   Prevent catalog cards from scrolling under pinned card.
   ========================================================= */

body.single-product.postid-686 .indy-pa-686-catalog-panel{
  display:flex;
  flex-direction:column;
  overflow:hidden;
}

body.single-product.postid-686 .indy-pa-pinned-selected-card{
  position:sticky;
  top:0;
  z-index:20;
  background:#fff;
  padding-bottom:14px;
  flex:0 0 auto;
}

body.single-product.postid-686 .indy-pa-686-api-results{
  flex:1 1 auto;
  min-height:0;
  overflow-y:auto;
}

/* =========================================================
   [INDY-PA-NEW-ORDER-SETUP-CSS-V1]
   New Order Setup guidance state after + Add Another Order.
   ========================================================= */

body.single-product.postid-686 .indy-pa-new-order-setup{
  display:grid;
  gap:14px;
  margin-top:16px;
  padding:16px;
  border:1px solid rgba(37,99,235,.16);
  border-radius:20px;
  background:
    radial-gradient(circle at top left, rgba(37,99,235,.12), transparent 32%),
    linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  box-shadow:0 16px 36px rgba(15,23,42,.08);
}

body.single-product.postid-686 .indy-pa-new-order-setup[hidden]{
  display:none !important;
}

body.single-product.postid-686 .indy-pa-selected-shell.is-new-order-setup > .indy-pa-selected-block{
  display:none !important;
}

body.single-product.postid-686 .indy-pa-selected-shell.is-new-order-setup .indy-pa-selected-product-head{
  display:none;
}

body.single-product.postid-686 .indy-pa-selected-shell.is-new-order-setup .indy-pa-browse-kicker{
  margin-bottom:0;
}

body.single-product.postid-686 .indy-pa-new-order-setup__hero{
  display:flex;
  align-items:center;
  gap:12px;
}

body.single-product.postid-686 .indy-pa-new-order-setup__shirt,
body.single-product.postid-686 .indy-pa-new-order-setup__flow span{
  display:grid;
  place-items:center;
  width:42px;
  height:42px;
  flex:0 0 auto;
  border-radius:14px;
  color:#2563eb;
  background:linear-gradient(180deg, #eff6ff 0%, #dbeafe 100%);
  box-shadow:inset 0 0 0 1px rgba(37,99,235,.14);
}

body.single-product.postid-686 .indy-pa-new-order-setup h3{
  margin:0;
  color:#0f172a;
  font-size:18px;
  font-weight:950;
  letter-spacing:-.02em;
}

body.single-product.postid-686 .indy-pa-new-order-setup p{
  margin:4px 0 0;
  color:#64748b;
  font-size:12px;
  font-weight:750;
  line-height:1.45;
}

body.single-product.postid-686 .indy-pa-new-order-setup__success{
  display:grid;
  gap:4px;
  padding:12px;
  border:1px solid rgba(22,163,74,.18);
  border-radius:16px;
  background:linear-gradient(180deg, #f0fdf4 0%, #ecfdf5 100%);
}

body.single-product.postid-686 .indy-pa-new-order-setup__success strong{
  color:#166534;
  font-size:13px;
  font-weight:950;
}

body.single-product.postid-686 .indy-pa-new-order-setup__success span{
  color:#15803d;
  font-size:11px;
  font-weight:750;
  line-height:1.4;
}

body.single-product.postid-686 .indy-pa-new-order-setup__flow{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:4px 0;
}

body.single-product.postid-686 .indy-pa-new-order-setup__flow span{
  width:38px;
  height:38px;
  border-radius:999px;
}

body.single-product.postid-686 .indy-pa-new-order-setup__flow em{
  width:34px;
  height:2px;
  border-radius:999px;
  background:linear-gradient(90deg, rgba(37,99,235,.20), rgba(37,99,235,.55));
}

body.single-product.postid-686 .indy-pa-new-order-setup__message{
  text-align:center;
}

body.single-product.postid-686 .indy-pa-new-order-setup__message strong{
  display:block;
  color:#0f172a;
  font-size:16px;
  font-weight:950;
  letter-spacing:-.01em;
}

body.single-product.postid-686 .indy-pa-browse-apparel-guide-btn{
  width:100%;
  border:0;
  border-radius:999px;
  padding:12px 16px;
  color:#fff;
  background:linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
  box-shadow:0 14px 28px rgba(37,99,235,.24);
  font-size:13px;
  font-weight:950;
  cursor:pointer;
  transition:transform .18s ease, box-shadow .18s ease;
}

body.single-product.postid-686 .indy-pa-browse-apparel-guide-btn:hover,
body.single-product.postid-686 .indy-pa-browse-apparel-guide-btn:focus-visible{
  transform:translateY(-1px);
  box-shadow:0 18px 34px rgba(37,99,235,.30);
  outline:none;
}

body.single-product.postid-686 .indy-pa-new-order-setup small{
  display:block;
  color:#64748b;
  font-size:11px;
  font-weight:750;
  line-height:1.35;
  text-align:center;
}

body.single-product.postid-686 .indy-pa-686-catalog-panel.is-new-order-guide-focus .rih-regular-products__inner,
body.single-product.postid-686 .indy-pa-686-catalog-panel.is-new-order-guide-focus .indy-pa-686-api-results{
  animation: indyPaNewOrderGridGlow 1.75s ease;
}

body.single-product.postid-686 .indy-print-apparel-customize-link.is-new-order-guide-focus,
body.single-product.postid-686 .indy-print-customize-btn.is-new-order-guide-focus{
  animation: indyPaNewOrderButtonPulse 1.75s ease;
}

@keyframes indyPaNewOrderGridGlow{
  0%{
    box-shadow:0 0 0 0 rgba(37,99,235,0);
  }

  28%{
    box-shadow:0 0 0 5px rgba(37,99,235,.18), 0 18px 42px rgba(37,99,235,.16);
  }

  100%{
    box-shadow:0 0 0 0 rgba(37,99,235,0);
  }
}

@keyframes indyPaNewOrderButtonPulse{
  0%{
    transform:translateY(0) scale(1);
    box-shadow:0 0 0 0 rgba(37,99,235,0);
  }

  32%{
    transform:translateY(-1px) scale(1.025);
    box-shadow:0 0 0 4px rgba(37,99,235,.18), 0 12px 28px rgba(37,99,235,.18);
  }

  100%{
    transform:translateY(0) scale(1);
    box-shadow:0 0 0 0 rgba(37,99,235,0);
  }
}

@media (max-width: 1320px){
  body.single-product.postid-686 .indy-pa-topbar__steps{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 760px){
  body.single-product.postid-686 .indy-pa-topbar__steps{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
