/** Shopify CDN: Minification failed

Line 3606:19 Unterminated string token

**/
  .diy-main-product {
    padding: 30px 0 48px;
    background: #ffffff;
  }

  .diy-main-product__grid {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    gap: 40px;
    align-items: start;
  }

  .diy-main-product__media {
    width: 100%;
    max-width: 620px;
    min-width: 0;
  }

  .diy-main-product__media-main {
    width: 100%;
    max-height: 620px;
    padding: 0;
    overflow: hidden;
    border-radius: 24px;
    background: #f4f8ff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    aspect-ratio: 1 / 1;
    display: grid;
    place-items: center;
    cursor: zoom-in;
  }

  .diy-main-product__media-main img,
  .diy-main-product__media-main video,
  .diy-main-product__media-main iframe,
  .diy-main-product__media-main model-viewer {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    object-position: center center;
  }

  .diy-main-product__media-main iframe,
  .diy-main-product__media-main model-viewer {
    aspect-ratio: 1 / 1;
  }

  .diy-main-product__thumbs {
    display: flex;
    gap: 10px;
    margin-top: 12px;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .diy-main-product__thumb {
    width: 72px;
    height: 72px;
    flex: 0 0 auto;
    display: block;
    padding: 0;
    overflow: hidden;
    border-radius: 12px;
    border: 1px solid rgba(15, 23, 42, 0.12);
    background: #f8fafc;
    cursor: pointer;
  }

  .diy-main-product__thumb.is-selected {
    border-color: #2563eb;
    box-shadow: 0 0 0 2px rgba(37, 99, 235, 0.16);
  }

  .diy-main-product__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .diy-main-product__thumb > span {
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
    padding: 8px;
    color: #4b5563;
    font-size: 10px;
    font-weight: 900;
    line-height: 1.2;
    text-align: center;
  }

  .diy-main-product__vendor {
    margin: 0 0 8px;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #2563eb;
  }

  .diy-main-product__title {
    margin: 0 0 10px;
    font-size: clamp(30px, 3.4vw, 46px);
    line-height: 1.04;
    letter-spacing: -0.032em;
    color: #111827;
  }

  .diy-main-product__rating {
    display: flex;
    align-items: center;
    gap: 7px;
    margin: 0 0 10px;
    color: #f97316;
    font-size: 19px;
    line-height: 1;
  }

  .diy-main-product__rating strong {
    color: #111827;
    font-size: 15px;
    font-weight: 650;
  }

  .diy-main-product__origin {
    display: inline-flex;
    width: fit-content;
    min-height: 28px;
    align-items: center;
    margin: 0 0 16px;
    padding: 0 10px;
    border: 1px solid rgba(37, 99, 235, 0.32);
    border-radius: 999px;
    background: #f8fbff;
    color: #111827;
    font-size: 14px;
    font-weight: 750;
    line-height: 1;
  }

  .diy-main-product__summary {
    max-width: 640px;
    margin: 0 0 22px;
    color: #111827;
    font-size: 16px;
    line-height: 1.45;
  }

  .diy-main-product__summary p {
    margin: 0;
  }

  .diy-main-product__summary a {
    display: inline-flex;
    margin-top: 2px;
    color: #111827;
    text-decoration: underline;
    text-underline-offset: 3px;
  }

  .diy-main-product__price {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 6px;
    margin: 0 0 4px;
    font-size: 22px;
    font-weight: 750;
    color: #111827;
  }

  .diy-main-product__price-sale {
    color: #008568;
    font-weight: 750;
  }

  .diy-main-product__price-compare {
    color: #111827;
    font-size: 20px;
    font-weight: 500;
    text-decoration: line-through;
  }

  .diy-main-product__price-badge {
    display: inline-flex;
    min-height: 23px;
    align-items: center;
    padding: 0 8px;
    border-radius: 999px;
    background: #e6f7f2;
    color: #008568;
    font-size: 12px;
    font-weight: 800;
  }

  .diy-main-product__order-intro {
    margin: -4px 0 18px;
    padding: 14px 16px;
    border-radius: 16px;
    background: #f0f7ff;
    border: 1px solid rgba(37, 99, 235, 0.14);
    color: #1e3a8a;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 800;
  }

  .diy-purchase-mode {
    display: grid;
    gap: 9px;
    margin: 8px 0 20px;
    padding: 13px 0 0;
    border: 0;
    border-top: 1px solid rgba(15, 23, 42, 0.1);
    border-radius: 0;
    background: transparent;
  }

  .diy-purchase-mode--split_pricing {
    background: #f8fafc;
    border-color: rgba(37, 99, 235, 0.16);
  }

  .diy-purchase-mode--dtf_byo_service {
    background: #f7fdf9;
    border-color: rgba(22, 163, 74, 0.18);
  }

  .diy-purchase-mode__head {
    display: grid;
    gap: 5px;
  }

  .diy-purchase-mode__head span {
    width: fit-content;
    min-height: 24px;
    display: inline-flex;
    align-items: center;
    padding: 0 9px;
    border-radius: 999px;
    background: #ffedd5;
    color: #f97316;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
  }

  .diy-purchase-mode--split_pricing .diy-purchase-mode__head span {
    background: #dbeafe;
    color: #1d4ed8;
  }

  .diy-purchase-mode--dtf_byo_service .diy-purchase-mode__head span {
    background: #dcfce7;
    color: #15803d;
  }

  .diy-purchase-mode__head h2 {
    margin: 0;
    color: #111827;
    font-size: 14px;
    line-height: 1.15;
  }

  .diy-purchase-mode__head p {
    margin: 0;
    color: #5f6b7a;
    font-size: 13px;
    line-height: 1.45;
  }

  .diy-price-breakdown {
    display: none;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }

  .diy-price-breakdown div,
  .diy-service-notes span {
    min-width: 0;
    padding: 11px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 12px;
    background: #ffffff;
  }

  .diy-price-breakdown span {
    display: block;
    margin-bottom: 5px;
    color: #64748b;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
  }

  .diy-price-breakdown strong {
    color: #111827;
    font-size: 13px;
    line-height: 1.25;
  }

  .diy-purchase-mode__next {
    margin: 0;
    padding: 0;
    border-radius: 0;
    background: transparent;
    color: #6b7280;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;
  }

  .diy-service-notes {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }

  .diy-service-notes span {
    color: #111827;
    font-size: 12px;
    font-weight: 900;
  }

  .diy-main-product__specs {
    margin: 0 0 18px;
    padding: 18px;
    border-radius: 18px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: #f8fafc;
  }

  .diy-main-product__intro {
    margin: 0 0 14px;
    color: #334155;
    line-height: 1.55;
    font-size: 14px;
  }

  .diy-main-product__spec-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .diy-main-product__spec-item {
    padding: 14px 16px;
    border-radius: 14px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: #ffffff;
  }

  .diy-main-product__spec-item--compact {
    grid-column: span 2;
  }

  .diy-main-product__spec-item h2 {
    margin: 0 0 8px;
    font-size: 14px;
    line-height: 1.3;
    color: #0f172a;
  }

  .diy-main-product__spec-item p {
    margin: 0;
    font-size: 13px;
    line-height: 1.55;
    color: #475569;
  }

  .diy-main-product__spec-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }

  .diy-main-product__spec-tags span {
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    padding: 0 12px;
    border-radius: 999px;
    background: #f1f5f9;
    color: #334155;
    font-size: 13px;
    font-weight: 700;
  }

  .diy-main-product__size-guide {
    overflow-x: auto;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 12px;
    background: #ffffff;
  }

  .diy-main-product__size-guide-head,
  .diy-main-product__size-guide-row {
    min-width: 610px;
    display: grid;
    grid-template-columns: 0.65fr repeat(4, 1fr);
    align-items: center;
    gap: 8px;
    padding: 9px 12px;
    color: #334155;
    font-size: 12px;
  }

  .diy-main-product__size-guide-head {
    background: #f8fafc;
    color: #64748b;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.04em;
  }

  .diy-main-product__size-guide-row + .diy-main-product__size-guide-row {
    border-top: 1px solid rgba(15, 23, 42, 0.07);
  }

  .diy-main-product__size-guide-row strong {
    width: fit-content;
    min-width: 34px;
    min-height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    border-radius: 999px;
    background: #f1f5f9;
    color: #0f172a;
    font-weight: 900;
  }

  .diy-main-product__description {
    margin: 0;
    color: #475569;
    line-height: 1.55;
    font-size: 14px;
  }

  .diy-main-product__description > :first-child {
    margin-top: 0;
  }

  .diy-main-product__description img,
  .diy-main-product__description iframe,
  .diy-main-product__description video {
    max-width: 100%;
    height: auto;
  }

  .diy-main-product__description table {
    width: 100%;
    margin: 14px 0;
    border-collapse: collapse;
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }

  .diy-main-product__description th,
  .diy-main-product__description td {
    padding: 10px 12px;
    border: 1px solid rgba(15, 23, 42, 0.12);
    text-align: left;
  }

  .diy-main-product__option {
    margin-bottom: 16px;
  }

  .diy-main-product__option--colour {
    margin-top: 22px;
  }

  .diy-main-product__option label,
  .diy-main-product__quantity label {
    display: block;
    margin-bottom: 7px;
    font-size: 14px;
    font-weight: 800;
    color: #111827;
  }

  .diy-option-label--colour {
    display: flex !important;
    align-items: baseline;
    gap: 7px;
    margin-bottom: 12px !important;
    font-size: 16px !important;
    font-weight: 800 !important;
  }

  .diy-option-label--colour sup {
    top: -0.2em;
    margin-left: 1px;
    font-size: 12px;
  }

  .diy-option-label--colour strong {
    color: #374151;
    font-size: 16px;
    font-weight: 500;
  }

  .diy-main-product__select,
  .diy-main-product__quantity input {
    width: 100%;
    min-height: 48px;
    padding: 0 14px;
    border-radius: 14px;
    border: 1px solid rgba(15, 23, 42, 0.18);
    background: #ffffff;
    color: #111827;
    font-size: 15px;
  }

  .diy-main-product__select--hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    min-height: 0;
    padding: 0;
    border: 0;
    opacity: 0;
    pointer-events: none;
  }

  .diy-option-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }

  .diy-option-button {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0 16px;
    border-radius: 14px;
    border: 1px solid rgba(15, 23, 42, 0.16);
    background: #ffffff;
    color: #111827;
    font-size: 14px;
    font-weight: 900;
    cursor: pointer;
    transition: border-color 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
  }

  .diy-option-button:hover,
  .diy-option-button.is-selected {
    border-color: #2563eb;
    background: #eff6ff;
    box-shadow: 0 8px 20px rgba(37, 99, 235, 0.1);
  }

  .diy-option-buttons--colour {
    gap: 12px;
  }

  .diy-option-button--colour {
    position: relative;
    width: 38px;
    min-width: 38px;
    height: 38px;
    min-height: 38px;
    justify-content: center;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: transparent;
    box-shadow: none;
  }

  .diy-option-button--colour:hover,
  .diy-option-button--colour.is-selected {
    border-color: transparent;
    background: transparent;
    box-shadow: none;
  }

  .diy-option-button--colour.is-selected::before {
    position: absolute;
    inset: -3px;
    border: 2px solid #0878ad;
    border-radius: 50%;
    content: '';
  }

  .diy-option-button--colour > span:not(.diy-option-button__swatch) {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }

  .diy-option-button__swatch {
    width: 32px;
    height: 32px;
    display: inline-block;
    border-radius: 50%;
    background: var(--swatch-colour);
    border: 1px solid rgba(15, 23, 42, 0.36);
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.35);
  }

  .diy-option-button__swatch--duo {
    background: linear-gradient(135deg, var(--swatch-colour) 0 50%, var(--swatch-colour-2, #ffffff) 50% 100%);
  }

  .diy-option-buttons--design {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(96px, 1fr));
    gap: 12px;
  }

  .diy-option-button--design {
    min-height: 124px;
    padding: 8px;
    flex-direction: column;
    justify-content: flex-start;
    gap: 7px;
    border-radius: 16px;
    white-space: normal;
    line-height: 1.2;
  }

  .diy-option-button__image {
    width: 100%;
    aspect-ratio: 1 / 1;
    display: block;
    overflow: hidden;
    border-radius: 12px;
    background: #f8fafc;
    border: 1px solid rgba(15, 23, 42, 0.08);
  }

  .diy-option-button__image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
  }

  .diy-main-product__quantity {
    margin-bottom: 18px;
  }

  .diy-custom-order {
    display: grid;
    gap: 16px;
    margin: 20px 0 18px;
  }

  .diy-ready-design-order {
    margin: 20px 0 18px;
    border-color: rgba(22, 163, 74, 0.22);
    background: linear-gradient(135deg, rgba(240, 253, 244, 0.95), rgba(255, 255, 255, 0.98));
  }

  .diy-ready-design-order__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .diy-ready-design-order__grid span {
    padding: 10px 12px;
    border: 1px solid rgba(22, 163, 74, 0.16);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.78);
    color: #166534;
    font-size: 13px;
    font-weight: 750;
  }

  .diy-custom-order__section,
  .diy-proof-card {
    padding: 18px;
    border: 1px solid rgba(15, 23, 42, 0.1);
    border-radius: 18px;
    background: #ffffff;
  }

  .diy-custom-order__section-head {
    margin-bottom: 14px;
  }

  .diy-custom-order__section h2,
  .diy-proof-card h2 {
    margin: 0 0 6px;
    color: #0f172a;
    font-size: 18px;
    line-height: 1.25;
    letter-spacing: 0;
  }

  .diy-custom-order__section p,
  .diy-proof-card p,
  .diy-proof-card small,
  .diy-field p {
    margin: 0;
    color: #475569;
    font-size: 13px;
    line-height: 1.55;
  }

  .diy-placement-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .diy-placement-grid--single {
    grid-template-columns: minmax(0, 1fr);
  }

  .diy-placement-grid--modal-source {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
  }

  .diy-logo-position-builder {
    display: grid;
    gap: 12px;
  }

  .diy-logo-position-builder__add {
    display: grid;
    place-items: center;
    gap: 8px;
    min-height: 190px;
    width: 100%;
    padding: 24px;
    border: 2px solid #3f3f3f;
    border-radius: 8px;
    background: #f2f2f2;
    color: #667085;
    cursor: pointer;
  }

  .diy-logo-position-builder__add span {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border-radius: 999px;
    background: #ffffff;
    color: #667085;
    font-size: 24px;
    line-height: 1;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.12);
  }

  .diy-logo-position-builder__add strong {
    color: #667085;
    font-size: 15px;
    font-weight: 900;
  }

  .diy-logo-position-builder__hint {
    margin: 0 !important;
    color: #64748b !important;
    font-size: 12px !important;
  }

  .diy-logo-position-builder__saved {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
  }

  .diy-logo-position-card {
    flex: 0 0 158px;
    display: grid;
    gap: 9px;
    justify-items: center;
    padding: 8px;
    border: 1px solid #ff3158;
    border-radius: 8px;
    background: #f8fafc;
    text-align: center;
  }

  .diy-logo-position-card.is-uploaded {
    border-color: #16a34a;
    background: #f0fdf4;
  }

  .diy-logo-position-card.is-uploaded .diy-logo-position-card__preview {
    border-color: rgba(22, 163, 74, 0.28);
    background: #ecfdf5;
  }

  .diy-logo-position-card__actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    gap: 0;
  }

  .diy-logo-position-card__actions button {
    min-height: 34px;
    border: 1px solid rgba(15, 23, 42, 0.1);
    background: #ffffff;
    color: #111827;
    font-size: 13px;
    font-weight: 900;
    cursor: pointer;
  }

  .diy-logo-position-card__preview {
    display: grid;
    place-items: center;
    width: 124px;
    height: 112px;
    overflow: hidden;
    border: 1px solid rgba(255, 49, 88, 0.18);
    border-radius: 6px;
    background: #fff1f2;
    color: #667085;
    font-size: 11px;
    line-height: 1.2;
  }

  .diy-logo-position-card__preview img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .diy-logo-position-card > strong {
    color: #006eff;
    font-size: 13px;
    font-weight: 1000;
    line-height: 1;
  }

  .diy-logo-position-card > b {
    color: #0f172a;
    font-size: 13px;
    font-weight: 1000;
    line-height: 1.1;
    text-transform: uppercase;
  }

  .diy-placement-card {
    min-height: 116px;
    display: grid;
    grid-template-columns: 22px minmax(0, 1fr);
    gap: 10px;
    align-items: start;
    padding: 14px;
    border: 1px solid rgba(15, 23, 42, 0.14);
    border-radius: 14px;
    background: #f8fafc;
    cursor: pointer;
    transition: border-color 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
  }

  .diy-main-product--tshirt-order .diy-placement-card {
    grid-template-columns: minmax(0, 1fr) 24px;
    gap: 10px;
    min-height: 0;
    padding: 10px;
    background: #ffffff;
  }

  .diy-placement-card:hover,
  .diy-placement-card.is-selected {
    border-color: #2563eb;
    background: #eff6ff;
    box-shadow: 0 10px 24px rgba(37, 99, 235, 0.1);
  }

  .diy-placement-card input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
  }

  .diy-placement-card__check {
    width: 22px;
    height: 22px;
    border-radius: 7px;
    border: 2px solid #94a3b8;
    background: #ffffff;
    margin-top: 1px;
  }

  .diy-main-product--tshirt-order .diy-placement-card__check {
    grid-column: 2;
    grid-row: 1 / span 2;
    align-self: start;
  }

  .diy-placement-card.is-selected .diy-placement-card__check {
    border-color: #2563eb;
    background: #2563eb;
    box-shadow: inset 0 0 0 4px #ffffff;
  }

  .diy-placement-card__media {
    display: block;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 1 / 0.82;
    border-radius: 12px;
    background: #f1f5f9;
    border: 1px solid rgba(15, 23, 42, 0.08);
  }

  .diy-placement-card__media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
  }

  .diy-placement-card__copy {
    min-width: 0;
  }

  .diy-main-product--tshirt-order .diy-placement-card__copy {
    grid-column: 1 / -1;
  }

  .diy-placement-card__copy strong {
    display: block;
    color: #0f172a;
    font-size: 14px;
    line-height: 1.25;
  }

  .diy-placement-card__copy small {
    display: block;
    margin-top: 6px;
    color: #64748b;
    font-size: 12px;
    line-height: 1.35;
  }

  .diy-add-placement {
    width: 100%;
    min-height: 46px;
    margin-top: 10px;
    border: 1px dashed rgba(255, 87, 34, 0.55);
    border-radius: 14px;
    background: #fff7ed;
    color: #c2410c;
    font-size: 14px;
    font-weight: 900;
    cursor: pointer;
  }

  .diy-custom-order__error {
    margin-top: 10px !important;
    padding: 10px 12px;
    border-radius: 12px;
    background: #fef2f2;
    color: #b91c1c !important;
    font-weight: 800;
  }

  .diy-placement-guide {
    background: #f8fafc;
  }

  .diy-placement-guide__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .diy-placement-guide__grid--single {
    grid-template-columns: minmax(0, 1fr);
  }

  .diy-placement-guide__item {
    min-width: 0;
  }

  .diy-placement-guide__item strong,
  .diy-print-guidance strong {
    display: block;
    margin-top: 8px;
    color: #334155;
    font-size: 13px;
    line-height: 1.25;
  }

  .diy-placement-guide__video-heading {
    margin: 0 0 10px !important;
  }

  .diy-placement-guide__video {
    aspect-ratio: 16 / 9;
    display: grid;
    place-items: center;
    border-radius: 12px;
    background: #eef4ff;
    border: 1px solid rgba(15, 23, 42, 0.1);
    overflow: hidden;
  }

  .diy-placement-guide__video video {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    object-position: center center;
    background: #f8fafc;
  }

  .diy-placement-guide__grid--single .diy-placement-guide__video {
    width: 100%;
    max-width: 720px;
    aspect-ratio: 16 / 9;
  }

  .diy-print-guidance {
    display: grid;
    gap: 8px;
    padding: 14px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 12px;
    background: #f8fafc;
  }

  .diy-print-guidance strong {
    margin: 0;
    color: #111827;
  }

  .diy-print-guidance ul {
    display: grid;
    gap: 6px;
    margin: 0;
    padding-left: 18px;
  }

  .diy-print-guidance li,
  .diy-print-guidance p {
    margin: 0;
    color: #475569;
    font-size: 12px;
    line-height: 1.45;
  }

  .diy-inline-placement-guide,
  .diy-upload-trust-note {
    margin: 12px 0 0;
    padding: 12px 14px;
    border: 1px solid rgba(15, 23, 42, 0.1);
    border-radius: 12px;
    background: #f8fafc;
    color: #334155;
    font-size: 13px;
    line-height: 1.45;
  }

  .diy-inline-placement-guide {
    display: grid;
    gap: 4px;
  }

  .diy-inline-placement-guide strong {
    color: #111827;
  }

  .diy-upload-trust-note {
    margin-top: 0;
    background: #f0fdf4;
    border-color: rgba(22, 101, 52, 0.14);
    color: #14532d;
  }

  .diy-upload-trust-note strong {
    color: #166534;
  }

  .diy-placement-uploads {
    display: grid;
    gap: 12px;
  }

  .diy-placement-uploads--modal-source {
    position: absolute;
    left: -100vw;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
  }

  .diy-tshirt-placement-open {
    overflow: hidden;
  }

  .diy-tshirt-placement-modal[hidden] {
    display: none;
  }

  .diy-tshirt-placement-modal {
    position: fixed;
    inset: 0;
    z-index: 2147482800;
    display: grid;
    place-items: center;
    padding: 18px;
    pointer-events: auto;
    touch-action: auto;
  }

  .diy-tshirt-placement-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.48);
    pointer-events: auto;
  }

  .diy-tshirt-placement-modal__dialog {
    position: relative;
    width: min(760px, calc(100vw - 36px));
    max-height: min(760px, calc(100vh - 36px));
    display: grid;
    grid-template-rows: auto minmax(0, 1fr) auto;
    overflow: hidden;
    border-radius: 22px;
    background: #f8fafc;
    box-shadow: 0 28px 80px rgba(15, 23, 42, 0.3);
    pointer-events: auto;
  }

  .diy-tshirt-placement-modal__top {
    position: relative;
    display: grid;
    place-items: center;
    min-height: 120px;
    padding: 24px 60px;
    border-bottom: 1px solid rgba(15, 23, 42, 0.14);
    text-align: center;
  }

  .diy-tshirt-placement-modal__top h2 {
    margin: 0;
    color: #30343b;
    font-size: 18px;
    font-weight: 1000;
    line-height: 1.2;
  }

  .diy-tshirt-placement-modal__top p {
    margin: 4px 0 0;
    color: #555b63;
    font-size: 13px;
    line-height: 1.3;
  }

  .diy-tshirt-placement-modal__back,
  .diy-tshirt-placement-modal__close {
    position: absolute;
    top: 18px;
    display: grid;
    place-items: center;
    width: 36px;
    height: 36px;
    border: 0;
    background: transparent;
    color: #30343b;
    font-size: 32px;
    line-height: 1;
    cursor: pointer;
  }

  .diy-tshirt-placement-modal__back {
    left: 18px;
  }

  .diy-tshirt-placement-modal__close {
    right: 18px;
  }

  .diy-tshirt-placement-modal__body {
    min-height: 0;
    overflow-y: auto;
    padding: 22px;
  }

  .diy-tshirt-placement-step {
    display: none;
  }

  .diy-tshirt-placement-step.is-active {
    display: block;
  }

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

  .diy-tshirt-position-option {
    min-width: 0;
    display: grid;
    gap: 6px;
    align-content: start;
    min-height: 154px;
    padding: 7px;
    border: 2px solid #d4d4d4;
    border-radius: 8px;
    background: #ffffff;
    color: #30343b;
    cursor: pointer;
  }

  .diy-tshirt-position-option.is-selected {
    border-color: #5f5a4d;
    background: #f3f1ea;
  }

  .diy-tshirt-position-option span {
    display: grid;
    place-items: center;
    aspect-ratio: 1 / 0.9;
    overflow: hidden;
    border-radius: 4px;
    background: #f1f5f9;
  }

  .diy-tshirt-position-option img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .diy-tshirt-position-option strong,
  .diy-tshirt-position-option em {
    display: block;
    color: #30343b;
    font-size: 12px;
    font-weight: 1000;
    line-height: 1.15;
    text-align: center;
    text-transform: uppercase;
  }

  .diy-tshirt-position-option em {
    margin-top: -4px;
    font-style: normal;
  }

  .diy-tshirt-upload-panel {
    display: grid;
    gap: 12px;
  }

  .diy-tshirt-upload-panel__drop {
    display: grid;
    place-items: center;
    gap: 14px;
    min-height: 280px;
    padding: 18px;
    border: 2px dashed #5f5a4d;
    background: #ffffff;
    text-align: center;
  }

  .diy-tshirt-upload-panel.is-uploaded .diy-tshirt-upload-panel__drop {
    border-color: #16a34a;
    background: #f0fdf4;
  }

  .diy-tshirt-upload-panel__image {
    display: grid;
    place-items: center;
    min-width: 86px;
    min-height: 72px;
    overflow: hidden;
    border-radius: 6px;
    background: #f8fafc;
    color: #4b5563;
    font-size: 16px;
  }

  .diy-tshirt-upload-panel__image img {
    width: 100%;
    max-width: 180px;
    max-height: 110px;
    object-fit: contain;
  }

  .diy-tshirt-upload-panel__drop > button {
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    border: 1px solid rgba(15, 23, 42, 0.12);
    border-radius: 999px;
    background: #f1f3f6;
    color: #7b818a;
    font-size: 30px;
    line-height: 1;
    cursor: pointer;
  }

  .diy-tshirt-upload-panel__drop div {
    width: 100%;
    max-width: 420px;
    padding: 20px;
    border-radius: 8px;
    background: #f8fafc;
  }

  .diy-tshirt-upload-panel__drop strong {
    display: block;
    margin-bottom: 6px;
    color: #68717d;
    font-size: 16px;
    font-weight: 1000;
  }

  .diy-tshirt-upload-panel__drop p {
    margin: 0 !important;
    color: #68717d !important;
    font-size: 13px !important;
  }

  .diy-tshirt-upload-panel label {
    margin: 0;
    color: #3f3f46;
    font-size: 14px;
    font-weight: 900;
  }

  .diy-tshirt-upload-panel textarea {
    width: 100%;
    min-height: 86px;
    padding: 14px;
    border: 1px solid rgba(15, 23, 42, 0.16);
    border-radius: 0;
    background: #ffffff;
    color: #111827;
    font: inherit;
    resize: vertical;
  }

  .diy-tshirt-placement-modal__actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2px;
    padding: 0 22px 22px;
  }

  .diy-tshirt-placement-modal__primary,
  .diy-tshirt-placement-modal__secondary {
    min-height: 48px;
    border: 0;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 1000;
    cursor: pointer;
    touch-action: manipulation;
  }

  .diy-tshirt-placement-modal__primary {
    background: #5f5a4d;
    color: #ffffff;
  }

  .diy-tshirt-placement-modal__secondary {
    background: #e1e5ea;
    color: #30343b;
  }

  .diy-field__label {
    display: block;
    margin: 0 0 -4px;
    color: #111827 !important;
    font-size: 14px !important;
    font-weight: 900;
  }

  .diy-placement-uploads__empty {
    padding: 12px 14px;
    border-radius: 12px;
    background: #f8fafc;
    border: 1px solid rgba(15, 23, 42, 0.08);
  }

  .diy-placement-upload {
    display: grid;
    gap: 8px;
    padding: 12px;
    border-radius: 14px;
    background: #f8fafc;
    border: 1px solid rgba(15, 23, 42, 0.1);
  }

  .diy-placement-upload[hidden] {
    display: none;
  }

  .diy-product-compare {
    padding: 48px 0;
    background: #f6f6f4;
  }

  .diy-product-compare .diy-section-heading {
    max-width: 680px;
    margin: 0 auto 24px;
    text-align: center;
  }

  .diy-product-compare .diy-section-heading h2 {
    margin: 0 0 8px;
    color: #0a0a0a;
    font-size: clamp(30px, 4vw, 48px);
    line-height: 0.98;
    letter-spacing: 0;
  }

  .diy-product-compare .diy-section-heading p {
    margin: 0;
    color: #6b7280;
    font-size: 15px;
    line-height: 1.55;
  }

  .diy-product-compare__table {
    overflow: hidden;
    max-width: 920px;
    margin: 0 auto 28px;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 18px 46px rgba(15, 23, 42, 0.08);
  }

  .diy-product-compare__row {
    display: grid;
    grid-template-columns: 1.05fr 1fr 1fr;
    min-height: 78px;
    border-bottom: 1px solid rgba(15, 23, 42, 0.1);
  }

  .diy-product-compare__row:last-child {
    border-bottom: 0;
  }

  .diy-product-compare__row > * {
    display: grid;
    place-items: center;
    min-width: 0;
    padding: 12px;
    color: #0a0a0a;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.2;
    text-align: center;
  }

  .diy-product-compare__row > :first-child {
    justify-items: start;
    text-align: left;
  }

  .diy-product-compare__row > strong {
    background: #d8efe3;
    color: #00845d;
  }

  .diy-product-compare__row > :last-child {
    color: #6b7280;
  }

  .diy-product-compare__row:not(.diy-product-compare__row--head) > strong,
  .diy-product-compare__row:not(.diy-product-compare__row--head) > span:last-child {
    display: grid;
    grid-template-columns: 30px minmax(140px, 160px);
    justify-content: center;
    justify-items: start;
    align-items: center;
    gap: 8px;
  }

  .diy-product-compare__row i,
  .diy-product-compare__row em {
    display: inline-grid;
    place-items: center;
    width: 30px;
    height: 30px;
    border-radius: 999px;
    font-style: normal;
  }

  .diy-product-compare__row i {
    background: #9ed7bd;
    color: #007d4f;
  }

  .diy-product-compare__row em {
    background: #ffe8ec;
    color: #f05262;
  }

  .diy-product-compare__row--head {
    min-height: 60px;
    background: #3d3b31;
  }

  .diy-product-compare__row--head > * {
    background: transparent !important;
    color: #ffffff !important;
    font-size: 15px;
  }

  .diy-product-price-compare {
    display: grid;
    gap: 10px;
    max-width: 760px;
    margin: 18px auto 0;
    text-align: center;
  }

  .diy-product-price-compare__kicker {
    margin: 0;
    color: #ff5722;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .diy-product-price-compare h3 {
    margin: 0;
    color: #0a0a0a;
    font-size: clamp(26px, 4vw, 40px);
    line-height: 1;
  }

  .diy-product-price-compare > small {
    max-width: 560px;
    margin: 0 auto 20px;
    color: rgba(10, 10, 10, 0.58);
    font-size: 15px;
    line-height: 1.55;
  }

  .diy-product-price-card {
    overflow: visible;
    text-align: left;
  }

  .diy-product-price-compare > .diy-product-price-card {
    display: block;
    width: 100%;
    max-width: none;
    grid-template-columns: none;
    align-items: initial;
    gap: 0;
    padding: 0;
  }

  .diy-product-price-card > strong {
    display: block;
    padding: 20px 24px;
    border-bottom: 1px solid rgba(10, 10, 10, 0.08);
    color: rgba(10, 10, 10, 0.48);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .diy-product-price-row {
    display: grid;
    grid-template-columns: minmax(92px, 150px) minmax(0, 1fr);
    align-items: center;
    gap: 18px;
    min-height: 50px;
    padding: 8px 0;
  }

  .diy-product-price-row:first-of-type {
    padding-top: 24px;
  }

  .diy-product-price-row.is-diy {
    padding-bottom: 24px;
  }

  .diy-product-price-row span {
    min-width: 0;
    min-height: 32px;
    display: inline-flex;
    align-items: center;
    color: rgba(10, 10, 10, 0.62);
    font-size: 14px;
    font-weight: 1000;
    line-height: 1;
  }

  .diy-product-price-row b {
    position: relative;
    display: block;
    width: 100%;
    height: 34px;
    border-radius: 999px;
    background: #eef0f2;
    color: transparent;
    font-size: 0;
    overflow: visible;
    isolation: isolate;
  }

  .diy-product-price-row b::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: var(--w);
    height: 100%;
    border-radius: inherit;
    background: #9ca3af;
    z-index: 0;
  }

  .diy-product-price-row b::after {
    content: attr(data-price);
    position: absolute;
    left: var(--w);
    top: 50%;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 74px;
    min-height: 28px;
    padding: 0 10px;
    border: 1px solid rgba(15, 23, 42, 0.1);
    border-radius: 999px;
    background: #ffffff;
    color: #0f172a;
    font-size: 15px;
    font-weight: 1000;
    white-space: nowrap;
    transform: translate(-100%, -50%);
    box-shadow: 0 7px 14px rgba(15, 23, 42, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.9);
  }

  .diy-product-price-row.is-diy span {
    color: #ff5722;
  }

  .diy-product-price-row.is-diy b::before {
    background: #a8d62b;
  }

  .diy-product-price-row.is-diy b::after {
    min-width: 78px;
    min-height: 30px;
    border: 1.5px solid #ff5722;
    color: #ff5722;
    font-size: 16px;
    box-shadow: 0 8px 16px rgba(255, 87, 34, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.95);
  }

  .diy-product-price-note {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 18px 0 0;
    color: rgba(10, 10, 10, 0.58);
    font-size: 14px;
    font-style: italic;
    line-height: 1.45;
    text-align: center;
  }

  .diy-product-price-note span {
    display: grid;
    place-items: center;
    width: 24px;
    height: 24px;
    border: 1px solid rgba(10, 10, 10, 0.18);
    border-radius: 999px;
    color: #ff5722;
    font-size: 14px;
    font-style: normal;
    font-weight: 900;
    flex: 0 0 auto;
  }

  .diy-product-price-note b {
    color: #ff5722;
  }

  .diy-placement-upload label {
    margin: 0;
  }

  .diy-product-reviews {
    padding: 8px 0 48px;
    background: #ffffff;
  }

  .diy-review-stars {
    display: inline-flex;
    align-items: center;
    gap: 2px;
    line-height: 1;
    vertical-align: middle;
  }

  .diy-review-stars svg {
    width: 19px;
    height: 19px;
    display: block;
    overflow: visible;
  }

  .diy-review-stars path {
    fill: #b7df37;
    stroke: #152238;
    stroke-width: 1.45;
    stroke-linejoin: round;
  }

  .diy-rating-star {
    width: 13px;
    height: 13px;
    display: inline-block;
    margin-left: 2px;
    vertical-align: -2px;
  }

  .diy-rating-star path {
    fill: #b7df37;
    stroke: #152238;
    stroke-width: 1.55;
    stroke-linejoin: round;
  }

  .diy-product-reviews__panel {
    display: grid;
    grid-template-columns: minmax(260px, 0.42fr) minmax(0, 1fr) auto;
    gap: 22px;
    align-items: start;
    padding: 24px;
    border-radius: 8px;
    border: 1px solid rgba(15, 23, 42, 0.1);
    background: #f8fafc;
    box-shadow: 0 16px 38px rgba(15, 23, 42, 0.06);
  }

  .diy-product-reviews__score-top {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
  }

  .diy-product-reviews__score-top strong {
    color: #0f172a;
    font-size: 25px;
    line-height: 1;
  }

  .diy-product-reviews__score-top small,
  .diy-product-reviews__bars small,
  .diy-product-reviews__score p {
    color: #64748b;
    font-size: 12px;
  }

  .diy-product-reviews__bars {
    display: grid;
    gap: 8px;
    margin: 16px 0;
  }

  .diy-product-reviews__bars div {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr) 42px;
    align-items: center;
    gap: 8px;
  }

  .diy-product-reviews__bars span {
    display: inline-flex;
    align-items: center;
    color: #0f172a;
    font-size: 12px;
    font-weight: 900;
  }

  .diy-product-reviews__bars i {
    height: 7px;
    border-radius: 999px;
    background: linear-gradient(90deg, #294ea6 0 var(--bar-width), #e5e7eb var(--bar-width) 100%);
  }

  .diy-product-reviews__score p {
    margin: 14px 0 0;
  }

  .diy-product-reviews__score p strong {
    color: #0f172a;
    font-size: 22px;
  }

  .diy-product-reviews__gallery-wrap {
    position: relative;
    min-width: 0;
  }

  .diy-product-reviews__gallery {
    display: flex;
    gap: 6px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    padding-inline: 34px;
  }

  .diy-product-reviews__gallery::-webkit-scrollbar {
    display: none;
  }

  .diy-product-reviews__photo {
    flex: 0 0 clamp(86px, 9vw, 128px);
    aspect-ratio: 1 / 1;
    display: grid;
    place-items: center;
    overflow: hidden;
    background: #eef4ff;
    border: 1px solid rgba(15, 23, 42, 0.1);
    padding: 0;
    cursor: pointer;
    scroll-snap-align: start;
  }

  .diy-product-reviews__photo img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
  }

  .diy-product-reviews__photo span {
    padding: 10px;
    color: #64748b;
    font-size: 11px;
    line-height: 1.25;
    text-align: center;
    font-weight: 900;
  }

  .diy-product-reviews__nav {
    position: absolute;
    top: 50%;
    z-index: 2;
    width: 30px;
    height: 46px;
    border: 0;
    border-radius: 999px;
    border: 1px solid rgba(37, 99, 235, 0.16);
    background: #eff6ff;
    color: #2563eb;
    font-weight: 900;
    transform: translateY(-50%);
    cursor: pointer;
  }

  .diy-product-reviews__nav--prev {
    left: 0;
  }

  .diy-product-reviews__nav--next {
    right: 0;
  }

  .diy-product-reviews__write {
    min-height: 50px;
    align-self: end;
    padding: 0 22px;
    border: 0;
    border-radius: 4px;
    background: #334155;
    color: #ffffff;
    font-size: 14px;
    font-weight: 900;
    white-space: nowrap;
    cursor: pointer;
  }

  .diy-product-reviews__cards-wrap {
    position: relative;
    margin-top: 22px;
  }

  .diy-product-reviews__cards {
    display: flex;
    gap: 18px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    padding-inline: 42px;
  }

  .diy-product-reviews__cards::-webkit-scrollbar {
    display: none;
  }

  .diy-product-reviews__cards article {
    flex: 0 0 min(390px, calc(100vw - 84px));
    scroll-snap-align: start;
    padding: 22px;
    border-radius: 18px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: #ffffff;
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.05);
  }

  .diy-product-reviews__cards h3 {
    margin: 8px 0 12px;
    color: #0f172a;
    font-size: 15px;
    line-height: 1.2;
    text-transform: uppercase;
    font-style: italic;
  }

  .diy-product-reviews__cards blockquote {
    margin: 0 0 16px;
    color: #475569;
    font-size: 14px;
    line-height: 1.5;
  }

  .diy-product-reviews__cards footer {
    color: #111827;
    font-size: 13px;
    font-weight: 900;
  }

  .diy-product-reviews__cards footer span {
    color: #64748b;
    font-weight: 400;
  }

  .diy-product-reviews__card-nav {
    position: absolute;
    top: 50%;
    z-index: 2;
    width: 34px;
    height: 52px;
    border: 1px solid rgba(37, 99, 235, 0.16);
    border-radius: 999px;
    background: #eff6ff;
    color: #2563eb;
    font-size: 16px;
    font-weight: 900;
    transform: translateY(-50%);
    cursor: pointer;
  }

  .diy-product-reviews__card-nav--prev {
    left: 0;
  }

  .diy-product-reviews__card-nav--next {
    right: 0;
  }

  .diy-product-review-lightbox[hidden],
  .diy-product-review-modal[hidden] {
    display: none;
  }

  .diy-product-review-lightbox,
  .diy-product-review-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: grid;
    place-items: center;
    padding: 18px;
    background: rgba(15, 23, 42, 0.72);
  }

  .diy-product-review-lightbox img {
    max-width: min(94vw, 980px);
    max-height: 88vh;
    display: block;
    border-radius: 8px;
    object-fit: contain;
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.35);
  }

  .diy-product-review-lightbox button {
    position: fixed;
    top: 16px;
    right: 16px;
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 999px;
    background: #ffffff;
    color: #111827;
    font-weight: 900;
    cursor: pointer;
  }

  .diy-product-review-modal {
    background: transparent;
  }

  .diy-product-review-modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, 0.58);
    backdrop-filter: blur(6px);
  }

  .diy-product-review-modal__dialog {
    position: relative;
    width: min(100%, 430px);
    padding: 24px;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
  }

  .diy-product-review-modal__dialog h2 {
    margin: 0 0 10px;
    color: #0f172a;
    font-size: 22px;
    line-height: 1.15;
  }

  .diy-product-review-modal__dialog p {
    margin: 0;
    color: #475569;
    font-size: 14px;
    line-height: 1.5;
  }

  .diy-product-review-modal__dialog button {
    width: 100%;
    min-height: 46px;
    margin-top: 18px;
    border: 0;
    border-radius: 4px;
    background: #334155;
    color: #ffffff;
    font-weight: 900;
    cursor: pointer;
  }

  .diy-field + .diy-field {
    margin-top: 14px;
  }

  .diy-field label {
    display: block;
    margin-bottom: 8px;
    color: #111827;
    font-size: 14px;
    font-weight: 900;
  }

  .diy-field__file,
  .diy-field textarea {
    width: 100%;
    border: 1px solid rgba(15, 23, 42, 0.18);
    border-radius: 14px;
    background: #ffffff;
    color: #111827;
    font-size: 14px;
  }

  .diy-field__file {
    padding: 12px;
  }

  .diy-field textarea {
    min-height: 112px;
    padding: 12px 14px;
    resize: vertical;
  }

  .diy-field p {
    margin-top: 8px;
  }

  .diy-proof-card {
    background: #0f172a;
    border-color: #0f172a;
  }

  .diy-proof-card h2 {
    color: #ffffff;
  }

  .diy-proof-card p {
    color: #dbeafe;
  }

  .diy-proof-card small {
    display: block;
    margin-top: 10px;
    color: #bfdbfe;
  }

  .diy-main-product__quantity input {
    max-width: 140px;
  }

  .diy-main-product__buttons {
    display: grid;
    gap: 12px;
    margin-bottom: 18px;
  }

  .diy-main-product__add {
    min-height: 52px;
    border: 0;
    border-radius: 14px;
    background: #111827;
    color: #ffffff;
    font-size: 16px;
    font-weight: 900;
    cursor: pointer;
  }

  .diy-main-product__add:disabled {
    opacity: 0.5;
    cursor: not-allowed;
  }

  .diy-main-product__details {
    margin-top: 4px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 16px;
    background: #ffffff;
    overflow: hidden;
  }

  .diy-main-product__details summary {
    list-style: none;
    cursor: pointer;
    padding: 16px 18px;
    color: #0f172a;
    font-size: 14px;
    font-weight: 900;
  }

  .diy-main-product__details summary::-webkit-details-marker {
    display: none;
  }

  .diy-main-product__details[open] .diy-main-product__description {
    padding: 0 18px 18px;
  }

  .diy-order-modal[hidden] {
    display: none;
  }

  .diy-order-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: grid;
    place-items: center;
    padding: 18px;
  }

  .diy-order-modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, 0.58);
    backdrop-filter: blur(6px);
  }

  .diy-order-modal__dialog {
    position: relative;
    width: min(100%, 900px);
    max-height: min(86vh, 680px);
    overflow-y: auto;
    padding: 18px;
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 28px 80px rgba(15, 23, 42, 0.3);
  }

  .diy-order-modal__close {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 2;
    width: 38px;
    height: 38px;
    display: inline-grid;
    place-items: center;
    border: 1px solid rgba(15, 23, 42, 0.1);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.94);
    color: #0f172a;
    font-size: 15px;
    font-weight: 900;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.12);
  }

  .diy-order-modal__layout {
    display: grid;
    grid-template-columns: minmax(280px, 0.9fr) minmax(320px, 1fr);
    gap: 18px;
    align-items: start;
  }

  .diy-order-modal__content {
    min-width: 0;
  }

  .diy-order-modal__media {
    overflow: hidden;
    border-radius: 16px;
    background: #0f172a;
    border: 1px solid rgba(15, 23, 42, 0.1);
    align-self: start;
    aspect-ratio: 16 / 9;
    max-height: 320px;
  }

  .diy-order-modal__media video {
    width: 100%;
    height: 100%;
    min-height: 0;
    max-height: 320px;
    display: block;
    object-fit: cover;
  }

  .diy-order-modal-open {
    overflow: hidden;
  }

  .diy-order-modal__eyebrow {
    width: fit-content;
    margin: 0 0 12px;
    padding: 7px 11px;
    border-radius: 999px;
    background: #eff6ff;
    color: #2563eb;
    font-size: 12px;
    font-weight: 900;
  }

  .diy-order-modal__dialog h2 {
    margin: 0 0 16px;
    color: #0f172a;
    font-size: 24px;
    line-height: 1.12;
    letter-spacing: 0;
  }

  .diy-order-modal__steps {
    display: grid;
    gap: 10px;
  }

  .diy-order-modal__steps article {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 6px 12px;
    padding: 12px;
    border-radius: 14px;
    background: #f8fafc;
    border: 1px solid rgba(15, 23, 42, 0.08);
  }

  .diy-order-modal__steps span {
    grid-row: span 2;
    width: 34px;
    height: 34px;
    display: inline-grid;
    place-items: center;
    border-radius: 999px;
    background: #111827;
    color: #ffffff;
    font-size: 13px;
    font-weight: 900;
  }

  .diy-order-modal__steps strong {
    color: #111827;
    font-size: 14px;
    line-height: 1.2;
  }

  .diy-order-modal__steps p,
  .diy-order-modal__note {
    margin: 0;
    color: #475569;
    font-size: 13px;
    line-height: 1.5;
  }

  .diy-order-modal__note {
    margin-top: 14px;
    padding: 13px 14px;
    border-radius: 14px;
    background: #fff7ed;
    color: #9a3412;
    font-weight: 800;
  }

  .diy-order-modal__button {
    width: 100%;
    min-height: 50px;
    margin-top: 16px;
    border: 0;
    border-radius: 14px;
    background: #111827;
    color: #ffffff;
    font-size: 15px;
    font-weight: 900;
    cursor: pointer;
  }

  .diy-product-media-lightbox[hidden] {
    display: none;
  }

  .diy-product-media-lightbox {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: grid;
    place-items: center;
    padding: 18px;
    background: rgba(15, 23, 42, 0.78);
  }

  .diy-product-media-lightbox img {
    max-width: min(94vw, 1100px);
    max-height: 88vh;
    display: block;
    object-fit: contain;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.35);
  }

  .diy-product-media-lightbox button {
    position: fixed;
    top: 16px;
    right: 16px;
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 999px;
    background: #ffffff;
    color: #111827;
    font-weight: 900;
    cursor: pointer;
  }

  .diy-trust-tags {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin: 0 0 18px;
  }

  .diy-trust-tags span {
    min-height: 36px;
    display: inline-flex;
    align-items: center;
    padding: 8px 10px;
    border: 1px solid rgba(17, 24, 39, 0.12);
    border-radius: 8px;
    background: #f7f7f7;
    color: #111827;
    font-size: 12px;
    font-weight: 900;
    line-height: 1.2;
  }

  .diy-main-product__thumb--video {
    position: relative;
  }

  .diy-main-product__thumb--video::after {
    content: 'PLAY';
    position: absolute;
    inset: auto 6px 6px 6px;
    padding: 3px 5px;
    border-radius: 4px;
    background: rgba(17, 24, 39, 0.86);
    color: #ffffff;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 0.04em;
  }

  .diy-checkout-proof-note,
  .diy-after-cart-note {
    margin: 0 0 10px;
    color: #374151;
    font-size: 13px;
    line-height: 1.45;
    font-weight: 800;
  }

  .diy-after-cart-note {
    margin: -4px 0 0;
    color: #6b7280;
    font-weight: 700;
  }

  .diy-section-heading {
    margin-bottom: 18px;
  }

  .diy-section-heading h2 {
    margin: 0;
    color: #111827;
    font-size: clamp(24px, 3vw, 36px);
    line-height: 1.05;
    letter-spacing: 0;
  }

  .diy-section-heading p {
    max-width: 720px;
    margin: 8px 0 0;
    color: #4b5563;
    font-size: 14px;
    line-height: 1.5;
  }

  .diy-how-works,
  .diy-placement-info,
  .diy-product-accordions,
  .diy-bulk-product-cta {
    padding: 38px 0;
    background: #ffffff;
  }

  .diy-how-works__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
  }

  .diy-how-works__grid article,
  .diy-placement-info__card {
    border: 1px solid rgba(17, 24, 39, 0.12);
    border-radius: 8px;
    background: #ffffff;
  }

  .diy-how-works__grid article {
    padding: 16px;
  }

  .diy-how-works__grid span {
    width: 32px;
    height: 32px;
    display: inline-grid;
    place-items: center;
    margin-bottom: 12px;
    border: 1px solid #111827;
    border-radius: 999px;
    color: #111827;
    font-size: 13px;
    font-weight: 900;
  }

  .diy-how-works__grid h3,
  .diy-placement-info__card h3 {
    margin: 0 0 8px;
    color: #111827;
    font-size: 15px;
    line-height: 1.2;
  }

  .diy-how-works__grid p,
  .diy-placement-info__card p,
  .diy-placement-info__card small {
    margin: 0;
    color: #4b5563;
    font-size: 13px;
    line-height: 1.45;
  }

  .diy-placement-info__groups {
    display: grid;
    gap: 14px;
  }

  .diy-placement-info__group {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .diy-placement-info__media {
    display: grid;
    place-items: center;
    aspect-ratio: 4 / 3;
    max-height: 360px;
    overflow: hidden;
    background: #f3f4f6;
    border-bottom: 1px solid rgba(17, 24, 39, 0.1);
  }

  .diy-placement-info__media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
  }

  .diy-placement-info__media span {
    padding: 16px;
    color: #6b7280;
    font-size: 13px;
    font-weight: 900;
    text-align: center;
  }

  .diy-placement-info__card h3,
  .diy-placement-info__card p,
  .diy-placement-info__card small {
    padding-inline: 14px;
  }

  .diy-placement-info__card h3 {
    padding-top: 14px;
  }

  .diy-placement-info__card p {
    padding-bottom: 14px;
  }

  .diy-product-accordions__list {
    display: grid;
    gap: 10px;
  }

  .diy-product-accordions details {
    border: 1px solid rgba(17, 24, 39, 0.12);
    border-radius: 8px;
    background: #ffffff;
    overflow: hidden;
  }

  .diy-product-accordions summary {
    list-style: none;
    cursor: pointer;
    padding: 16px 18px;
    color: #111827;
    font-size: 15px;
    font-weight: 900;
  }

  .diy-product-accordions summary::-webkit-details-marker {
    display: none;
  }

  .diy-product-accordions details > div {
    padding: 0 18px 18px;
    color: #4b5563;
    font-size: 14px;
    line-height: 1.55;
  }

  .diy-product-accordions p {
    margin: 0 0 8px;
  }

  .diy-size-table-wrap {
    overflow-x: auto;
  }

  .diy-size-table {
    width: 100%;
    min-width: 560px;
    border-collapse: collapse;
    font-size: 13px;
  }

  .diy-size-table th,
  .diy-size-table td {
    padding: 10px 12px;
    border: 1px solid rgba(17, 24, 39, 0.12);
    text-align: left;
    white-space: nowrap;
  }

  .diy-size-table th {
    background: #f3f4f6;
    color: #111827;
    font-weight: 900;
  }

  .diy-bulk-product-cta__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 28px;
    border: 1px solid #111827;
    border-radius: 8px;
    background: #111827;
    color: #ffffff;
  }

  .diy-bulk-product-cta h2 {
    margin: 0 0 8px;
    color: #ffffff;
    font-size: clamp(24px, 3vw, 36px);
    line-height: 1.05;
  }

  .diy-bulk-product-cta p {
    max-width: 640px;
    margin: 0;
    color: #d1d5db;
    font-size: 14px;
    line-height: 1.5;
  }

  .diy-bulk-product-cta a {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    border-radius: 4px;
    background: #ffffff;
    color: #111827;
    font-size: 14px;
    font-weight: 900;
    text-decoration: none;
    white-space: nowrap;
  }

  @media screen and (min-width: 990px) {
    .diy-main-product__media {
      position: sticky;
      top: 24px;
    }
  }

  @media screen and (max-width: 749px) {
    .diy-main-product {
      padding: 0 0 28px;
    }

    .diy-main-product__grid {
      grid-template-columns: minmax(0, 1fr);
      gap: 18px;
    }

    .diy-main-product__media {
      max-width: none;
      min-width: 0;
    }

    .diy-main-product__spec-grid {
      grid-template-columns: 1fr;
    }

    .diy-main-product__spec-item--compact {
      grid-column: auto;
    }

    .diy-main-product__title {
      margin-bottom: 10px;
      font-size: 25px;
      line-height: 1.12;
      letter-spacing: -0.02em;
    }

    .diy-main-product__media-main {
      border-radius: 20px;
      aspect-ratio: 1 / 1;
      min-height: 0;
      max-height: none;
      background: #f8f8f6;
    }

    .diy-main-product__media-main img,
    .diy-main-product__media-main video {
      width: 100%;
      height: 100%;
      max-height: none;
      object-fit: contain;
      object-position: center center;
    }

    .diy-main-product__thumbs {
      justify-content: center;
      gap: 16px;
      margin-top: 14px;
      overflow: visible;
      padding-bottom: 0;
    }

    .diy-main-product__thumb {
      width: 10px;
      height: 10px;
      border-radius: 999px;
      border: 1.5px solid #7a7f86;
      background: #ffffff;
    }

    .diy-main-product__thumb.is-selected {
      width: 22px;
      border-color: #0878ad;
      background: #0878ad;
      box-shadow: none;
    }

    .diy-main-product__thumb img,
    .diy-main-product__thumb span {
      opacity: 0;
    }

    .diy-main-product__info {
      padding-inline: 0;
    }

    .diy-main-product__rating {
      margin-bottom: 10px;
      font-size: 18px;
    }

    .diy-main-product__rating strong,
    .diy-main-product__origin,
    .diy-main-product__summary {
      font-size: 16px;
    }

    .diy-main-product__origin {
      min-height: 26px;
      margin-bottom: 18px;
    }

    .diy-main-product__summary {
      margin-bottom: 22px;
      line-height: 1.45;
    }

    .diy-main-product__price {
      margin-bottom: 4px;
      font-size: 20px;
    }

    .diy-main-product__price-compare {
      font-size: 19px;
    }

    .diy-main-product__add {
      min-height: 54px;
    }

    .diy-main-product__specs {
      padding: 14px;
    }

    .diy-main-product__order-intro {
      margin-bottom: 14px;
      padding: 12px 14px;
      font-size: 14px;
    }

    .diy-purchase-mode {
      margin-top: 8px;
      padding: 12px 0 0;
      border-top: 1px solid rgba(15, 23, 42, 0.1);
      border-radius: 0;
      background: transparent;
    }

    .diy-price-breakdown {
      display: none;
      grid-template-columns: minmax(0, 1fr);
    }

    .diy-main-product__option--colour {
      margin-top: 22px;
      margin-bottom: 22px;
    }

    .diy-option-label--colour {
      margin-bottom: 13px !important;
      font-size: 17px !important;
    }

    .diy-option-buttons--colour {
      gap: 13px 14px;
    }

    .diy-option-button--colour {
      width: 38px;
      min-width: 38px;
      height: 38px;
      min-height: 38px;
    }

    .diy-option-button__swatch {
      width: 32px;
      height: 32px;
    }

    .diy-custom-order__section,
    .diy-proof-card {
      padding: 14px;
      border-radius: 16px;
    }

    .diy-main-product--tshirt-order .diy-main-product__title {
      font-size: 28px;
      line-height: 1.04;
    }

    .diy-placement-grid {
      grid-template-columns: 1fr;
    }

    .diy-placement-card {
      min-height: auto;
    }

    .diy-placement-guide__grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .diy-placement-guide__grid--single {
      grid-template-columns: 1fr;
    }

    .diy-placement-guide__video {
      aspect-ratio: 16 / 9;
      max-height: none;
    }

    .diy-placement-guide__grid--single .diy-placement-guide__video {
      max-width: 100%;
      aspect-ratio: 16 / 9;
    }

    .diy-option-buttons {
      gap: 8px;
    }

    .diy-option-button {
      min-height: 42px;
      padding: 0 13px;
      border-radius: 12px;
      font-size: 13px;
    }

    .diy-logo-position-builder__add {
      min-height: 174px;
    }

    .diy-inline-placement-guide--compact {
      display: none;
    }

    .diy-tshirt-placement-modal {
      align-items: end;
      padding: 8px 8px calc(8px + env(safe-area-inset-bottom));
    }

    .diy-tshirt-placement-modal__dialog {
      width: 100%;
      max-height: calc(100vh - 18px - env(safe-area-inset-bottom));
      border-radius: 22px 22px 10px 10px;
      margin-bottom: max(env(safe-area-inset-bottom), 0px);
    }

    .diy-tshirt-placement-modal__top {
      min-height: 124px;
      padding: 22px 54px;
    }

    .diy-tshirt-placement-modal__body {
      padding: 14px;
    }

    .diy-tshirt-position-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 6px;
    }

    .diy-tshirt-position-option {
      min-height: 132px;
      padding: 6px;
    }

    .diy-tshirt-position-option strong,
    .diy-tshirt-position-option em {
      font-size: 11px;
    }

    .diy-tshirt-upload-panel__drop {
      min-height: 282px;
      padding: 14px;
    }

    .diy-tshirt-placement-modal__actions {
      padding: 0 14px 14px;
    }

    .diy-order-modal__dialog {
      width: min(92vw, 390px);
      max-height: calc(82vh - env(safe-area-inset-bottom));
      padding: 10px;
      border-radius: 18px;
    }

    .diy-order-modal__close {
      top: 10px;
      right: 10px;
      width: 36px;
      height: 36px;
    }

    .diy-order-modal__layout {
      grid-template-columns: 1fr;
      gap: 8px;
    }

    .diy-order-modal__media {
      min-height: 0;
      border-radius: 14px;
      aspect-ratio: 16 / 9;
    }

    .diy-order-modal__media video {
      width: 100%;
      height: 100%;
      min-height: 0;
      max-height: none;
      object-fit: cover;
    }

    .diy-order-modal__eyebrow {
      margin-bottom: 7px;
      padding: 5px 9px;
      font-size: 11px;
    }

    .diy-order-modal__dialog h2 {
      margin-bottom: 8px;
      font-size: 19px;
      line-height: 1.15;
    }

    .diy-order-modal__steps {
      gap: 6px;
    }

    .diy-order-modal__steps article {
      grid-template-columns: 28px minmax(0, 1fr);
      gap: 3px 9px;
      padding: 8px;
      border-radius: 11px;
    }

    .diy-order-modal__steps span {
      width: 28px;
      height: 28px;
      font-size: 12px;
    }

    .diy-order-modal__steps strong {
      font-size: 13px;
    }

    .diy-order-modal__steps p,
    .diy-order-modal__note {
      font-size: 11px;
      line-height: 1.32;
    }

    .diy-order-modal__note {
      margin-top: 7px;
      padding: 9px 10px;
      border-radius: 11px;
    }

    .diy-order-modal__button {
      min-height: 44px;
      margin-top: 9px;
      border-radius: 12px;
      font-size: 14px;
    }

    .diy-product-compare {
      padding: 34px 0;
    }

    .diy-product-compare .diy-section-heading {
      margin-bottom: 18px;
      text-align: center;
    }

    .diy-product-compare .diy-section-heading h2 {
      font-size: 27px;
      line-height: 1.02;
    }

    .diy-product-compare__table {
      border-radius: 16px;
    }

    .diy-product-compare__row {
      grid-template-columns: 1.05fr 0.98fr 0.98fr;
      min-height: 64px;
    }

    .diy-product-compare__row > * {
      padding: 9px 6px;
      font-size: 11px;
      line-height: 1.22;
    }

    .diy-product-compare__row--head {
      min-height: 48px;
    }

    .diy-product-compare__row--head > * {
      font-size: 12px;
    }

    .diy-product-price-compare {
      gap: 9px;
      margin-top: 14px;
      padding: 0 4px;
    }

    .diy-product-price-compare h3 {
      font-size: 28px;
      line-height: 1.05;
    }

    .diy-product-price-compare > small {
      margin-bottom: 14px;
      font-size: 13px;
    }

    .diy-product-price-compare > .diy-product-price-card {
      display: block;
      width: 100%;
      grid-template-columns: none;
      gap: 0;
      padding: 0;
    }

    .diy-product-price-card > strong {
      padding: 12px 0 14px;
      font-size: 11px;
    }

    .diy-product-price-row {
      grid-template-columns: 88px minmax(0, 1fr);
      gap: 10px;
      min-height: 42px;
      padding: 6px 0;
    }

    .diy-product-price-row span {
      min-height: 28px;
      font-size: 12px;
    }

    .diy-product-price-card .logo-rsea,
    .diy-product-price-card .logo-diy {
      font-size: 18px !important;
    }

    .diy-product-price-card .logo-vista {
      font-size: 12px !important;
    }

    .diy-product-price-card .logo-printbar,
    .diy-product-price-card .logo-garment {
      font-size: 10px !important;
    }

    .diy-product-price-row b {
      height: 30px;
    }

    .diy-product-price-row b::after {
      min-width: 58px;
      min-height: 24px;
      padding: 0 7px;
      font-size: 11px;
    }

    .diy-product-price-row.is-diy b::after {
      min-width: 62px;
      min-height: 25px;
      font-size: 12px;
    }

    .diy-product-price-note {
      align-items: flex-start;
      gap: 8px;
      padding-top: 12px;
      font-size: 12px;
    }

    .diy-product-price-note span {
      width: 20px;
      height: 20px;
      font-size: 12px;
    }

    .diy-order-modal__dialog h2 {
      font-size: 21px;
    }

    .diy-main-product__spec-tags span {
      min-height: 32px;
      padding: 0 10px;
      font-size: 12px;
    }

    .diy-main-product__size-guide-head,
    .diy-main-product__size-guide-row {
      min-width: 560px;
      padding: 8px 10px;
      font-size: 11px;
    }

    .diy-product-reviews {
      padding: 0 0 34px;
    }

    .diy-product-reviews__panel {
      grid-template-columns: 1fr;
      gap: 16px;
      padding: 16px;
    }

    .diy-product-reviews__gallery {
      padding-inline: 32px;
    }

    .diy-product-reviews__photo {
      flex-basis: 88px;
    }

    .diy-product-reviews__write {
      width: 100%;
    }

    .diy-product-reviews__cards {
      gap: 14px;
      padding-inline: 34px;
    }

    .diy-product-reviews__card-nav {
      width: 30px;
      height: 46px;
    }

    .diy-product-reviews__cards article {
      flex: 0 0 min(86vw, 340px);
      padding: 18px;
    }

    .diy-trust-tags {
      grid-template-columns: 1fr 1fr;
      gap: 7px;
    }

    .diy-trust-tags span {
      min-height: 34px;
      padding: 7px 8px;
      font-size: 11px;
    }

    .diy-main-product__title {
      font-size: 28px;
      line-height: 1.05;
    }

    .diy-main-product__order-intro {
      font-size: 13px;
      line-height: 1.42;
    }

    .diy-how-works,
    .diy-placement-info,
    .diy-product-accordions,
    .diy-bulk-product-cta {
      padding: 26px 0;
    }

    .diy-how-works__grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 10px;
      overflow: visible;
      padding-bottom: 0;
    }

    .diy-how-works__grid article {
      min-width: 0;
      min-height: 150px;
      padding: 12px;
    }

    .diy-how-works__grid span {
      width: 26px;
      height: 26px;
      margin-bottom: 8px;
      font-size: 12px;
    }

    .diy-how-works__grid h3 {
      font-size: 13px;
      line-height: 1.2;
    }

    .diy-how-works__grid p {
      font-size: 11px;
      line-height: 1.35;
    }

    .diy-placement-info__groups {
      gap: 10px;
    }

    .diy-placement-info__group {
      grid-template-columns: minmax(0, 1fr);
      gap: 8px;
    }

    .diy-placement-info__media {
      max-height: 260px;
    }

    .diy-placement-info__card h3,
    .diy-placement-info__card p {
      padding-inline: 9px;
    }

    .diy-placement-info__card h3 {
      padding-top: 9px;
      font-size: 12px;
    }

    .diy-placement-info__card p {
      padding-bottom: 10px;
      font-size: 11px;
      line-height: 1.32;
    }

    .diy-product-accordions summary {
      padding: 15px;
      font-size: 14px;
    }

    .diy-product-accordions details > div {
      padding: 0 15px 15px;
    }

    .diy-bulk-product-cta__inner {
      display: grid;
      gap: 18px;
      padding: 20px;
    }

    .diy-bulk-product-cta a {
      width: 100%;
    }
  }

  .diy-order-modal__layout:has(.diy-order-modal__media) {
    grid-template-columns: minmax(280px, 0.9fr) minmax(320px, 1fr);
  }

  .diy-order-modal__layout:not(:has(.diy-order-modal__media)) {
    grid-template-columns: 1fr;
  }

  @media screen and (max-width: 749px) {
    .diy-order-modal__layout:has(.diy-order-modal__media),
    .diy-order-modal__layout:not(:has(.diy-order-modal__media)) {
      grid-template-columns: 1fr;
    }
  }

  .diy-print-file-uploads {
    display: grid;
    gap: 10px;
  }

  .diy-print-file-upload {
    display: grid;
    gap: 8px;
  }

  .diy-print-file-uploads__add {
    width: fit-content;
    min-height: 40px;
    padding: 0 14px;
    border-radius: 999px;
    border: 1px solid rgba(37, 99, 235, 0.16);
    background: #eff6ff;
    color: #2563eb;
    font-size: 13px;
    font-weight: 900;
    cursor: pointer;
  }

  .diy-product-quickfacts,
  .diy-product-faq,
  .diy-product-next-links {
    padding: 16px 0 8px;
  }

  .diy-product-quickfacts__grid,
  .diy-product-faq__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .diy-product-quickfacts__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 10px;
  }

  .diy-product-quickfacts__chips span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 12px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 999px;
    background: #fff;
    color: rgba(15, 23, 42, 0.78);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0;
  }

  .diy-product-quickfacts__drawer {
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.05);
    overflow: hidden;
  }

  .diy-product-quickfacts__drawer summary {
    list-style: none;
    cursor: pointer;
    padding: 16px 18px;
    font-size: 15px;
    font-weight: 900;
    line-height: 1.3;
  }

  .diy-product-quickfacts__drawer summary::-webkit-details-marker {
    display: none;
  }

  .diy-product-quickfacts__drawer[open] summary {
    border-bottom: 1px solid rgba(15, 23, 42, 0.07);
  }

  .diy-product-quickfacts__drawer .diy-product-quickfacts__grid {
    padding: 14px;
  }

  .diy-product-quickfacts__grid article,
  .diy-product-faq details {
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.05);
  }

  .diy-product-quickfacts__grid article {
    padding: 18px;
  }

  .diy-product-quickfacts__grid strong {
    display: block;
    margin: 0 0 8px;
    font-size: 17px;
    line-height: 1.2;
  }

  .diy-product-quickfacts__grid p,
  .diy-product-faq details p {
    margin: 0;
    color: rgba(15, 23, 42, 0.74);
    line-height: 1.6;
  }

  .diy-product-faq details {
    overflow: hidden;
  }

  .diy-section-heading--compact {
    margin-bottom: 10px;
  }

  .diy-product-faq__head {
    display: grid;
    gap: 8px;
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .diy-product-faq__kicker {
    margin: 0;
    color: #ff5722;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .diy-product-faq__subtitle {
    max-width: 620px;
    margin: 0 auto;
    color: rgba(15, 23, 42, 0.62);
    font-size: 14px;
    line-height: 1.5;
  }

  .diy-product-faq__trust {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin-top: 6px;
  }

  .diy-product-faq__trust span {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0 12px;
    border: 1px solid rgba(255, 87, 34, 0.18);
    border-radius: 999px;
    background: #ffffff;
    color: rgba(15, 23, 42, 0.76);
    font-size: 12px;
    font-weight: 800;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
  }

  .diy-product-faq summary {
    list-style: none;
    cursor: pointer;
    padding: 16px 18px;
    font-size: 15px;
    font-weight: 900;
    line-height: 1.3;
  }

  .diy-product-faq summary::-webkit-details-marker {
    display: none;
  }

  .diy-product-faq details > div {
    padding: 0 20px 18px;
  }

  .diy-product-next-links__grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }

  .diy-product-next-links__grid a {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 0 14px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 999px;
    background: #fff;
    color: #0f172a;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
  }

  .diy-product-quickfacts,
  .diy-product-faq,
  .diy-product-next-links,
  .diy-product-accordions {
    background: #f6f6f4;
  }

  .diy-product-quickfacts .page-width,
  .diy-product-faq .page-width,
  .diy-product-next-links .page-width,
  .diy-product-accordions .page-width {
    max-width: 1120px;
  }

  .diy-product-quickfacts__drawer,
  .diy-product-faq details,
  .diy-product-accordions details {
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 18px 46px rgba(15, 23, 42, 0.06);
  }

  .diy-product-quickfacts__drawer summary,
  .diy-product-faq summary,
  .diy-product-accordions summary {
    position: relative;
    padding-right: 46px;
  }

  .diy-product-quickfacts__drawer summary::after,
  .diy-product-faq summary::after,
  .diy-product-accordions summary::after {
    content: "+";
    position: absolute;
    right: 18px;
    top: 50%;
    display: grid;
    place-items: center;
    width: 26px;
    height: 26px;
    border-radius: 999px;
    background: #0f172a;
    color: #ffffff;
    font-size: 16px;
    line-height: 1;
    transform: translateY(-50%);
  }

  .diy-product-quickfacts__drawer[open] summary::after,
  .diy-product-faq details[open] summary::after,
  .diy-product-accordions details[open] summary::after {
    content: "-";
    background: #ff5722;
  }

  .diy-product-quickfacts__chips span,
  .diy-product-next-links__grid a {
    border-color: rgba(255, 87, 34, 0.18);
    background: #ffffff;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
  }

  .diy-product-quickfacts__grid article {
    border-radius: 16px;
    background: #ffffff;
  }

  .diy-product-next-links__grid a {
    min-height: 44px;
    padding: 0 16px;
  }

  .diy-product-next-links__grid a::after {
    content: "鈫?;
    margin-left: 10px;
    color: #ff5722;
  }

  .diy-product-accordions__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .diy-product-accordions details:first-child,
  .diy-product-accordions details:nth-child(2) {
    grid-column: span 1;
  }

  @media screen and (max-width: 749px) {
    .diy-product-quickfacts__grid,
    .diy-product-faq__grid {
      grid-template-columns: minmax(0, 1fr);
      gap: 10px;
    }

    .diy-product-quickfacts__chips {
      gap: 6px;
      margin-bottom: 8px;
    }

    .diy-product-quickfacts__chips span {
      min-height: 32px;
      padding: 0 10px;
      font-size: 11px;
    }

    .diy-product-quickfacts__grid article {
      padding: 16px;
    }

    .diy-product-quickfacts__drawer summary {
      padding: 14px 15px;
      font-size: 14px;
    }

    .diy-product-quickfacts__drawer .diy-product-quickfacts__grid {
      padding: 10px;
    }

    .diy-product-faq summary {
      padding: 16px 16px 12px;
      font-size: 15px;
    }

    .diy-product-faq details > div {
      padding: 0 16px 16px;
    }

    .diy-product-next-links__grid {
      gap: 8px;
    }

    .diy-product-next-links__grid a {
      min-height: 36px;
      padding: 0 12px;
      font-size: 12px;
    }

    .diy-product-accordions__list {
      grid-template-columns: minmax(0, 1fr);
    }
  }
