.textile-configurator .product-landing__grid {
  grid-template-columns: minmax(0, .9fr) minmax(430px, 1.1fr);
}

.textile-product-preview {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .17);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 24px 60px rgba(0, 0, 0, .24);
}

.textile-product-preview__frame {
  aspect-ratio: 4 / 3;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #f7f7f8;
}

.textile-product-preview img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain !important;
  object-position: center !important;
  opacity: 0;
  transition: opacity .16s ease;
}

.textile-product-preview img.is-loaded {
  opacity: 1;
}

.textile-product-preview figcaption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 18px;
  color: #1b2029;
  background: #fff;
}

.textile-product-preview figcaption strong,
.textile-product-preview figcaption span {
  min-width: 0;
}

.tx-product-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.tx-product-facts[hidden] { display: none; }

.tx-product-facts li {
  padding: 7px 10px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 999px;
  color: #f2f4f7;
  font-size: .72rem;
  line-height: 1.25;
}

.tx-inline-error {
  margin: 8px 0 0;
  padding: 9px 11px;
  border-left: 4px solid #e40064;
  border-radius: 7px;
  color: #8c003d;
  background: #fff0f6;
  font-size: .78rem;
  font-weight: 800;
}

.textile-product-preview figcaption span {
  color: #647083;
  font-size: .8rem;
  text-align: right;
}

.textile-configurator .field select,
.textile-configurator .field input,
.textile-configurator .field textarea {
  width: 100%;
}

.tx-quantity-row {
  display: grid;
  grid-template-columns: minmax(170px, .42fr) minmax(0, 1fr);
  align-items: end;
  gap: 16px;
}

.tx-active-tier {
  min-height: 48px;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 12px 14px;
  border-radius: 11px;
  color: #4f596c;
  background: #f1f3f6;
  font-size: .88rem;
  font-weight: 700;
}

.tx-tiers {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
  margin-top: 18px;
}

.tx-tier {
  min-width: 0;
  padding: 12px 10px;
  border: 1px solid #d6dbe3;
  border-radius: 11px;
  background: #fff;
  text-align: center;
}

.tx-tier strong,
.tx-tier span {
  display: block;
}

.tx-tier strong {
  font-size: .78rem;
}

.tx-tier span {
  margin-top: 4px;
  color: #e40064;
  font-size: .88rem;
  font-weight: 850;
}

.tx-tier.is-active {
  border: 2px solid #e40064;
  background: #fff2f7;
  box-shadow: 0 0 0 3px rgba(228, 0, 100, .08);
}

.tx-primary-mark {
  padding: 16px;
  border: 1px solid #cfe7da;
  border-radius: 14px;
  background: #f7fcf9;
}

.tx-mark-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 15px;
}

.tx-mark-head h3,
.tx-mark-head p {
  margin: 0;
}

.tx-mark-head h3 {
  font-size: 1rem;
}

.tx-mark-head p {
  margin-top: 3px;
  color: #5a6576;
  font-size: .82rem;
}

.tx-mark-head > strong {
  min-height: 48px;
  display: flex;
  align-items: center;
  padding: 0 13px;
  border-radius: 9px;
  color: #17643e;
  background: #e8f6ef;
  font-size: .82rem;
  white-space: nowrap;
}

.tx-option-block + .tx-option-block {
  margin-top: 14px;
}

.tx-option-label {
  display: block;
  margin-bottom: 7px;
  font-size: .82rem;
  font-weight: 850;
}

.tx-option-grid {
  display: grid;
  gap: 8px;
}

.tx-option-grid--positions {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tx-option-grid--sizes {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tx-option {
  min-height: 58px;
  padding: 10px 11px;
  border: 1px solid #cfd6df;
  border-radius: 11px;
  color: #222b38;
  background: #fff;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.tx-option strong,
.tx-option small {
  display: block;
}

.tx-option strong {
  font-size: .8rem;
}

.tx-option small {
  margin-top: 3px;
  color: #647083;
  font-size: .72rem;
}

.tx-option[aria-pressed="true"] {
  border: 2px solid #e40064;
  background: #fff2f7;
  box-shadow: 0 0 0 3px rgba(228, 0, 100, .08);
}

.tx-disclosure {
  margin: 14px 0 0;
  border: 1px solid #d9dee7;
  border-radius: 12px;
  background: #fff;
}

.tx-disclosure > summary,
.summary-breakdown > summary {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 14px;
  color: #d6005e;
  font-size: .82rem;
  font-weight: 850;
  cursor: pointer;
}

.tx-disclosure > summary small {
  color: #697487;
  font-size: .72rem;
  font-weight: 700;
}

.tx-disclosure[open] > summary,
.summary-breakdown[open] > summary {
  border-bottom: 1px solid #e0e4ea;
}

.tx-disclosure__content {
  padding: 14px;
  background: #f7f9fc;
}

.tx-print-guide {
  margin-bottom: 0;
}

.tx-print-guide__labels {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 13px;
}

.tx-print-guide__labels span {
  display: block;
  padding: 9px 10px;
  border-radius: 9px;
  color: #252d39;
  background: #fff;
  text-align: center;
}

.tx-print-guide__labels strong,
.tx-print-guide__labels small {
  display: block;
}

.tx-print-guide__labels strong {
  font-size: .8rem;
}

.tx-print-guide__labels small {
  margin-top: 2px;
  color: #667184;
  font-size: .72rem;
}

.tx-print-guide img {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 8px;
  border-radius: 8px;
  object-fit: contain;
}

.tx-print-guide p,
.tx-print-guide > small,
.tx-size-guide p,
.tx-size-guide ol {
  margin: 9px 0 0;
  color: #566173;
  font-size: .8rem;
}

.tx-print-guide > small {
  display: block;
}

.tx-extra-marks {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}

.tx-extra-mark {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(160px, .8fr) minmax(125px, auto);
  align-items: end;
  gap: 11px;
  padding: 14px;
  border: 1px solid #d9dee7;
  border-radius: 13px;
  background: #fff;
}

.tx-extra-mark__head {
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

.tx-extra-mark__head > strong {
  font-size: .86rem;
}

.tx-extra-mark__head button {
  padding: 5px 9px;
  border: 0;
  border-radius: 999px;
  color: #8e1748;
  background: #fff0f6;
  font: inherit;
  font-size: .73rem;
  font-weight: 800;
  cursor: pointer;
}

.tx-extra-mark__price {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  border-radius: 9px;
  color: #e40064;
  background: #fff2f7;
  font-size: .8rem;
  font-weight: 850;
  white-space: nowrap;
}

.tx-add-mark {
  min-height: 44px;
  margin-top: 12px;
  padding: 0 16px;
  border: 1px solid #e40064;
  border-radius: 999px;
  color: #e40064;
  background: #fff;
  font: inherit;
  font-size: .82rem;
  font-weight: 850;
  cursor: pointer;
}

.tx-add-mark:hover {
  color: #fff;
  background: #e40064;
}

.tx-add-mark-help {
  display: inline-block;
  margin-left: 9px;
  color: #657083;
  font-size: .76rem;
}

.tx-detail-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.tx-size-guide {
  margin-top: 14px;
}

.tx-size-guide__layout {
  display: grid;
  grid-template-columns: minmax(210px, .72fr) minmax(0, 1.28fr);
  align-items: start;
  gap: 16px;
}

.tx-size-guide__layout figure {
  margin: 0;
  padding: 10px;
  border: 1px solid #dbe0e7;
  border-radius: 10px;
  background: #fff;
}

.tx-measure-visual {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

.tx-size-guide__layout img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 4 / 3;
  object-fit: contain;
}

.tx-measure-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.tx-measure-overlay svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.tx-measure-arrow {
  fill: none;
  stroke: #202020;
  stroke-width: 1.65;
  stroke-dasharray: 1.3 1.55;
  stroke-linecap: butt;
  vector-effect: non-scaling-stroke;
}

.tx-measure-label {
  fill: #202020;
  font-family: Arial, sans-serif;
  font-size: 3.55px;
  font-weight: 800;
  paint-order: stroke;
  stroke: #fff;
  stroke-width: .55px;
  stroke-linejoin: round;
  text-anchor: middle;
}

.tx-size-guide__layout figcaption {
  margin-top: 7px;
  color: #606b7d;
  font-size: .72rem;
  text-align: center;
}

.tx-detail-fields--after-guide {
  margin: 0;
}

.tx-position-help {
  display: block;
  margin-top: 9px;
  color: #5f6a7d;
  font-size: .8rem;
  line-height: 1.45;
}

.tx-product-confirmed {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 16px;
  border: 1px solid #dce2ea;
  border-radius: 14px;
  background: #f7f9fc;
}

.textile-configurator [data-product-picker][hidden] {
  display: none;
}

.tx-product-confirmed[hidden] {
  display: none;
}

.tx-product-confirmed div {
  display: grid;
  gap: 2px;
}

.tx-product-confirmed small,
.tx-product-confirmed span {
  color: #657083;
}

.tx-product-confirmed strong {
  font-size: 1.03rem;
}

.tx-product-confirmed button {
  flex: 0 0 auto;
  padding: 8px 12px;
  border: 1px solid #cbd3df;
  border-radius: 999px;
  background: #fff;
  color: #202a38;
  font: inherit;
  font-size: .82rem;
  font-weight: 800;
  cursor: pointer;
}

.tx-date-control {
  position: relative;
}

.tx-date-control > span {
  position: absolute;
  top: 50%;
  left: 14px;
  z-index: 1;
  color: #687386;
  font-size: .95rem;
  line-height: 1;
  pointer-events: none;
  transform: translateY(-50%);
}

.tx-date-control:not(.is-empty) > span,
.tx-date-control:focus-within > span {
  display: none;
}

.tx-date-control.is-empty input {
  color: transparent;
}

.tx-date-control.is-empty input:focus {
  color: transparent;
}

.calendar-only-date {
  cursor: pointer;
}

.tx-detail-fields .field:last-child {
  grid-column: 1 / -1;
}

.tx-color-field {
  grid-column: 1 / -1;
}

.tx-colors {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.tx-color {
  min-width: 0;
  min-height: 50px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 7px 9px;
  border: 1px solid #d2d8e1;
  border-radius: 10px;
  color: #27303d;
  background: #fff;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.tx-color[hidden] {
  display: none;
}

.tx-color i {
  width: 25px;
  height: 25px;
  flex: 0 0 25px;
  border: 1px solid rgba(0, 0, 0, .16);
  border-radius: 50%;
  background: var(--swatch);
}

.tx-color span {
  min-width: 0;
  font-size: .74rem;
  font-weight: 760;
}

.tx-color b {
  display: block;
  color: #6a7485;
  font-size: .66rem;
}

.tx-color[aria-pressed="true"] {
  border: 2px solid #e40064;
  background: #fff2f7;
}

.tx-color-empty {
  grid-column: 1 / -1;
  margin: 0;
  padding: 12px;
  border-radius: 10px;
  color: #626d7e;
  background: #f1f3f6;
  font-size: .8rem;
}

.tx-colors-toggle {
  margin-top: 9px;
  padding: 0;
  border: 0;
  color: #d6005e;
  background: transparent;
  font: inherit;
  font-size: .78rem;
  font-weight: 850;
  cursor: pointer;
}

.tx-size-tables {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 12px;
  margin-top: 12px;
  overflow-x: auto;
}

.tx-size-tables--single {
  margin-top: 10px;
}

.tx-kids-details {
  margin-top: 12px;
  border: 1px solid #d6dce5;
  border-radius: 10px;
  background: #fff;
}

.tx-kids-details > summary {
  min-height: 48px;
  display: flex;
  align-items: center;
  padding: 10px 13px;
  color: #d6005e;
  font-size: .8rem;
  font-weight: 850;
  cursor: pointer;
}

.tx-kids-details[open] > summary {
  border-bottom: 1px solid #e0e4ea;
}

.tx-kids-details > .tx-size-tables,
.tx-kids-details > .tx-size-allocation__group {
  margin: 0;
  padding: 12px;
  border: 0;
}

.tx-size-tables table {
  width: 100%;
  border-collapse: collapse;
  font-size: .74rem;
}

.tx-size-tables caption {
  padding-bottom: 7px;
  font-weight: 850;
  text-align: left;
}

.tx-size-tables th,
.tx-size-tables td {
  padding: 6px;
  border: 1px solid #dbe0e7;
  text-align: center;
}

.tx-size-allocation {
  margin-bottom: 14px;
  padding: 16px;
  border: 1px solid #d9dee7;
  border-radius: 12px;
  background: #fff;
}

.tx-size-allocation__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.tx-size-allocation__head h3,
.tx-size-allocation__head p {
  margin: 0;
}

.tx-size-allocation__head h3 {
  font-size: .98rem;
}

.tx-size-allocation__head p {
  margin-top: 5px;
  color: #5d687a;
  font-size: .8rem;
}

.tx-size-allocation__head > strong {
  flex: 0 0 auto;
  padding: 8px 10px;
  border-radius: 999px;
  color: #394455;
  background: #eef1f5;
  font-size: .75rem;
  white-space: nowrap;
}

.tx-size-allocation__head > strong.is-complete {
  color: #17643e;
  background: #e8f6ef;
}

.tx-size-allocation__head > strong.is-error {
  color: #9c214f;
  background: #fff0f6;
}

.tx-size-allocation__groups {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr);
  gap: 12px;
  margin-top: 14px;
}

.tx-size-allocation__groups--stacked {
  grid-template-columns: minmax(0, 1fr);
}

.tx-kids-details--allocation {
  margin-top: 0;
}

.tx-kids-details--allocation .tx-size-allocation__group {
  border-radius: 0 0 10px 10px;
}

.tx-size-allocation__group {
  margin: 0;
  padding: 12px;
  border: 1px solid #dbe0e7;
  border-radius: 10px;
}

.tx-size-allocation__group legend {
  padding: 0 5px;
  font-size: .78rem;
  font-weight: 850;
}

.tx-size-quantity-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
}

.tx-size-quantity {
  display: grid;
  grid-template-columns: minmax(34px, auto) 1fr;
  align-items: center;
  gap: 6px;
  padding: 6px 7px;
  border: 1px solid #d7dce4;
  border-radius: 9px;
  background: #f9fafc;
}

.tx-size-quantity span {
  font-size: .74rem;
  font-weight: 850;
}

.textile-configurator .tx-size-quantity input {
  min-width: 0;
  height: 38px;
  padding: 6px;
  border: 1px solid #cbd2dc;
  border-radius: 7px;
  background: #fff;
  text-align: center;
}

.tx-size-custom {
  margin-top: 14px;
}

.tx-size-custom__labels,
.tx-size-custom-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(105px, .34fr) auto;
  gap: 8px;
}

.tx-size-custom__labels {
  padding: 0 8px 5px;
  color: #5f6a7b;
  font-size: .7rem;
  font-weight: 800;
}

.tx-size-custom-row {
  align-items: end;
  margin-top: 7px;
}

.tx-size-custom-row label span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.textile-configurator .tx-size-custom-row input {
  width: 100%;
  min-height: 42px;
}

.tx-size-custom-row button {
  min-height: 42px;
  padding: 0 11px;
  border: 0;
  border-radius: 9px;
  color: #8e1748;
  background: #fff0f6;
  font: inherit;
  font-size: .72rem;
  font-weight: 800;
  cursor: pointer;
}

.tx-add-size-row {
  min-height: 40px;
  margin-top: 10px;
  padding: 0 14px;
  border: 1px solid #d6005e;
  border-radius: 999px;
  color: #d6005e;
  background: #fff;
  font: inherit;
  font-size: .76rem;
  font-weight: 850;
  cursor: pointer;
}

.tx-size-custom > small,
.tx-size-allocation__message {
  display: block;
  margin: 9px 0 0;
  color: #647083;
  font-size: .74rem;
}

.tx-option-label small,
.tx-field-label small,
.step__head h2 small,
.tx-size-allocation__head h3 small,
.field label small {
  color: #697487;
  font-size: .72rem;
  font-weight: 700;
}

.tx-field-label {
  display: block;
  margin-bottom: 8px;
  font-weight: 800;
}

.textile-product-preview__frame.is-loading {
  background: linear-gradient(110deg, #f4f5f7 25%, #ffffff 42%, #f4f5f7 58%);
  background-size: 220% 100%;
  animation: tx-loading 1.4s ease-in-out infinite;
}

@keyframes tx-loading {
  to { background-position-x: -220%; }
}

.tx-measure-arrow {
  stroke: #e40064;
  stroke-width: .7;
  paint-order: stroke;
  filter: drop-shadow(0 0 .55px #fff) drop-shadow(0 0 .55px #fff);
}

.tx-measure-label {
  font-size: 4px;
  font-weight: 900;
  fill: #141820;
  stroke: #fff;
  stroke-width: 1.2px;
  paint-order: stroke;
}

@media (prefers-reduced-motion: reduce) {
  .textile-product-preview__frame.is-loading { animation: none; }
}

.tx-availability {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 7px 12px;
  margin-top: 16px;
  padding: 14px 16px;
  border-radius: 12px;
  color: #3d4859;
  background: #f1f3f6;
  font-size: .84rem;
}

.tx-availability strong {
  color: #1c2532;
}

.tx-availability--compact {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 12px;
  margin-bottom: 0;
  padding: 11px 14px;
  font-size: .78rem;
}

.summary-breakdown {
  margin-top: 4px;
  border-top: 1px solid #e0e4ea;
  border-bottom: 1px solid #e0e4ea;
}

.summary-breakdown > summary {
  min-height: 44px;
  padding: 8px 0;
  font-size: .76rem;
}

.summary-breakdown .summary-lines {
  margin-top: 0;
  padding-top: 6px;
}

.summary-lines--essential {
  margin-bottom: 4px;
}

[data-primary-size-block][hidden] {
  display: none;
}

.textile-configurator .option-supplement {
  display: block;
  margin-top: 10px;
  color: #e40064;
  font-size: .82rem;
}

.tx-postcode {
  max-width: 360px;
  margin-top: 14px;
}

.tx-submit[aria-disabled="true"],
.tx-email[aria-disabled="true"],
.mobile-config-bar a[aria-disabled="true"] {
  opacity: .45;
  pointer-events: none;
}

.mobile-config-bar .btn[data-action-mode="manual"] {
  max-width: 174px;
  padding: 7px 12px;
  line-height: 1.12;
  white-space: normal;
  text-align: center;
}

.mobile-config-bar .btn {
  max-width: 195px;
  padding-inline: 12px;
  white-space: normal;
  text-align: center;
}

.tx-email {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 7px;
  border: 1px solid #d7dce4;
  border-radius: 999px;
  color: #202632;
  font-size: .78rem;
  font-weight: 850;
  text-decoration: none;
}

.tx-email[hidden] {
  display: none;
}

.tx-email:hover {
  border-color: #e40064;
  color: #e40064;
}

.summary-lines dd {
  max-width: 58%;
}

.tx-price-priority > strong {
  font-size: clamp(2.45rem, 4vw, 3.25rem);
  line-height: 1;
}

.tx-manual-pricing .tx-price-priority > strong {
  font-size: clamp(1.65rem, 3vw, 2.15rem);
}

.tx-price-priority .tx-group-total {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-top: 13px;
  padding-top: 11px;
  border-top: 1px solid rgba(255, 255, 255, .2);
  color: #fff;
}

.tx-price-priority .tx-group-total b,
.tx-price-priority .tx-group-total em {
  color: inherit;
  font-size: .88rem;
  font-style: normal;
}

.tx-price-priority .tx-group-total em {
  font-weight: 850;
}

.tx-mobile-price > div > span {
  display: block;
  color: #bfc5cf;
  font-size: .72rem;
}

.tx-mobile-price em {
  color: #fff;
  font-style: normal;
  font-weight: 800;
}

@media (max-width: 1080px) {
  .textile-configurator .product-landing__grid {
    grid-template-columns: minmax(0, 1fr) minmax(380px, .95fr);
  }

  .tx-tiers {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .tx-extra-mark {
    grid-template-columns: minmax(0, 1fr) minmax(150px, .72fr);
  }

  .tx-extra-mark__price {
    grid-column: 1 / -1;
    justify-self: start;
  }

  .tx-option-grid--positions,
  .tx-colors {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .textile-configurator .product-landing__grid {
    grid-template-columns: 1fr;
  }

  .textile-product-preview {
    max-width: 620px;
  }

  .textile-product-preview__frame {
    aspect-ratio: 4 / 3;
  }

  .tx-option-grid--positions,
  .tx-colors {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .textile-product-preview__frame {
    aspect-ratio: 4 / 3;
  }

  .textile-product-preview figcaption {
    align-items: flex-start;
    flex-direction: column;
    gap: 3px;
  }

  .textile-product-preview figcaption span {
    text-align: left;
  }

  .tx-quantity-row,
  .tx-detail-fields,
  .tx-extra-mark {
    grid-template-columns: 1fr;
  }

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

  .tx-extra-mark__price,
  .tx-detail-fields .field:last-child {
    grid-column: auto;
  }

  .tx-extra-mark__price {
    justify-self: stretch;
  }

  .tx-mark-head {
    display: block;
  }

  .tx-mark-head > strong {
    min-height: 38px;
    display: inline-flex;
    margin-top: 10px;
  }

  .tx-option-grid--positions,
  .tx-option-grid--sizes,
  .tx-colors {
    grid-template-columns: 1fr 1fr;
  }

  .tx-size-tables {
    grid-template-columns: 1fr;
  }

  .tx-size-guide__layout,
  .tx-size-allocation__groups {
    grid-template-columns: 1fr;
  }

  .tx-size-allocation__head {
    display: block;
  }

  .tx-size-allocation__head > strong {
    display: inline-flex;
    margin-top: 10px;
  }

  .tx-size-quantity-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tx-size-custom__labels,
  .tx-size-custom-row {
    grid-template-columns: minmax(0, 1fr) 92px auto;
  }

  .tx-add-mark-help {
    display: block;
    margin: 7px 0 0;
  }

  .tx-availability {
    grid-template-columns: 1fr;
  }

  .summary-lines dd {
    max-width: 100%;
  }
}

@media (max-width: 420px) {
  .tx-product-confirmed {
    align-items: stretch;
    flex-direction: column;
  }

  .tx-product-confirmed button {
    width: 100%;
  }

  .tx-option,
  .tx-color {
    padding-right: 8px;
    padding-left: 8px;
  }

  .tx-option strong,
  .tx-color span {
    font-size: .72rem;
  }

  .tx-add-mark {
    width: 100%;
  }

  .tx-add-mark-help {
    text-align: center;
  }

  .textile-product-preview__frame {
    aspect-ratio: 4 / 3;
  }

  .tx-size-quantity-grid {
    grid-template-columns: 1fr 1fr;
  }

  .tx-size-custom__labels {
    display: none;
  }

  .tx-size-custom-row {
    grid-template-columns: minmax(0, 1fr) 78px;
    padding: 10px;
    border: 1px solid #dbe0e7;
    border-radius: 10px;
  }

  .tx-size-custom-row button {
    grid-column: 1 / -1;
    min-height: 36px;
  }
}
