.truecut-rt {
    --ink: #181614;
    --muted: #6f6a63;
    --line: #e7e2da;
    --cream: #f6f1e8;
    --green: #254f3a;
    --gold: #b2852f;
    color: var(--ink);
    font-family: Lato, Arial, sans-serif;
    background: #fff;
    max-width: 100%;
    overflow-x: hidden;
}

/* Target parity pass 2026-07-02: Fincut-style commerce layout for product 28291. */
.truecut-rt#truecut-royal-tee {
    --tc-yellow: #fff338;
    --tc-navy: #062653;
    --tc-muted: #8c867c;
}

.truecut-rt#truecut-royal-tee .truecut-rt__hero {
    max-width: 1280px;
    grid-template-columns: minmax(0, 0.98fr) minmax(420px, 0.72fr);
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    border-left: 1px solid var(--line);
    border-right: 1px solid var(--line);
}

.truecut-rt#truecut-royal-tee .truecut-rt__gallery {
    display: grid !important;
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 18px;
    min-height: 560px;
    padding: 26px 24px;
    background: #fff;
    border-right: 1px solid var(--line);
}

.truecut-rt#truecut-royal-tee .truecut-rt__thumbs {
    display: flex !important;
    flex-direction: column !important;
    order: 0 !important;
    gap: 10px;
    overflow: visible;
    padding: 0;
}

.truecut-rt#truecut-royal-tee .truecut-rt__thumb {
    flex: 0 0 auto;
    width: 64px;
    height: 82px;
    border-radius: 3px;
    background: #f5f3ef;
}

.truecut-rt#truecut-royal-tee .truecut-rt__image-stage {
    order: 0 !important;
    min-width: 0;
    align-items: flex-start;
    justify-content: center;
    background: #f5f3ef;
}

.truecut-rt#truecut-royal-tee .truecut-rt__main-image {
    width: auto;
    max-width: 100%;
    max-height: 560px;
    object-fit: contain;
    background: #f5f3ef;
}

.truecut-rt#truecut-royal-tee .truecut-rt__summary {
    display: flex;
    flex-direction: column;
    max-width: 560px;
    padding: 30px 34px 34px;
}

.truecut-rt#truecut-royal-tee .truecut-rt__rating {
    order: 1;
}

.truecut-rt#truecut-royal-tee .truecut-rt__title {
    order: 2;
}

.truecut-rt#truecut-royal-tee .truecut-rt__price {
    order: 3;
}

.truecut-rt#truecut-royal-tee .truecut-rt__intro {
    display: none;
}

.truecut-rt#truecut-royal-tee .truecut-rt__benefits {
    order: 5;
}

.truecut-rt#truecut-royal-tee .truecut-rt__ticket {
    order: 6;
}

.truecut-rt#truecut-royal-tee .truecut-rt__packs {
    order: 7;
}

.truecut-rt#truecut-royal-tee .truecut-rt__selector--colour {
    order: 8;
}

.truecut-rt#truecut-royal-tee .truecut-rt__selector--size {
    order: 9;
}

.truecut-rt#truecut-royal-tee .truecut-rt__total {
    order: 10;
}

.truecut-rt#truecut-royal-tee .truecut-rt__atc {
    order: 11;
}

.truecut-rt#truecut-royal-tee .truecut-rt__notice {
    order: 12;
}

.truecut-rt#truecut-royal-tee .truecut-rt__payments {
    order: 13;
}

.truecut-rt#truecut-royal-tee .truecut-rt__accordions {
    order: 14;
}

.truecut-rt#truecut-royal-tee .truecut-rt__rating {
    align-items: center;
    gap: 8px;
    margin: 0 0 10px;
    font-size: 12px;
}

.truecut-rt#truecut-royal-tee .truecut-rt__stars {
    color: #f5a623;
    letter-spacing: .08em;
}

.truecut-rt#truecut-royal-tee .truecut-rt__title {
    margin: 0 0 8px;
    font-size: clamp(24px, 2.05vw, 31px);
    line-height: 1.1;
    letter-spacing: .035em;
    text-transform: uppercase;
}

.truecut-rt#truecut-royal-tee .truecut-rt__price {
    align-items: baseline;
    gap: 10px;
    margin: 0 0 18px;
    font-size: 14px;
}

.truecut-rt#truecut-royal-tee .truecut-rt__price ins {
    color: #111;
    font-size: 20px;
}

.truecut-rt#truecut-royal-tee .truecut-rt__price span {
    display: inline-block;
    padding: 2px 6px;
    background: var(--tc-yellow);
    color: #111;
    font-size: 11px;
    text-transform: uppercase;
}

.truecut-rt#truecut-royal-tee .truecut-rt__benefits {
    display: grid;
    gap: 9px;
    padding: 15px 0 14px;
    margin: 0 0 8px;
    border-top: 1px solid var(--line);
    border-bottom: 0;
    font-size: 14px;
}

.truecut-rt#truecut-royal-tee .truecut-rt__benefits div {
    display: grid;
    grid-template-columns: 26px 1fr;
    align-items: center;
    gap: 9px;
}

.truecut-rt#truecut-royal-tee .truecut-rt__benefits span {
    width: 22px;
    height: 22px;
    border: 1px solid #ddd7ca;
    border-radius: 50%;
    background: #fff;
    color: #111;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 8px;
    font-weight: 900;
}

.truecut-rt#truecut-royal-tee .truecut-rt__benefits strong {
    font-weight: 700;
}

.truecut-rt#truecut-royal-tee .truecut-rt__ticket {
    display: grid;
    grid-template-columns: 28px 1fr;
    gap: 10px;
    align-items: center;
    padding: 9px 0 13px;
    color: #111;
    font-size: 12px;
}

.truecut-rt#truecut-royal-tee .truecut-rt__ticket > span {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--tc-yellow);
    text-shadow: 0 0 0 #111;
    font-size: 20px;
}

.truecut-rt#truecut-royal-tee .truecut-rt__ticket strong,
.truecut-rt#truecut-royal-tee .truecut-rt__ticket small {
    display: block;
}

.truecut-rt#truecut-royal-tee .truecut-rt__ticket small {
    margin-top: 2px;
    color: var(--muted);
    line-height: 1.25;
}

.truecut-rt#truecut-royal-tee .truecut-rt__pack-heading {
    margin: 12px 0 10px;
}

.truecut-rt#truecut-royal-tee .truecut-rt__pack-heading h3 {
    margin: 0;
    font-size: 14px;
    font-weight: 700;
}

.truecut-rt#truecut-royal-tee .truecut-rt__pack-heading span {
    display: none;
}

.truecut-rt#truecut-royal-tee .truecut-rt__pack-tabs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.truecut-rt#truecut-royal-tee .truecut-rt__pack-tabs button {
    position: relative;
    min-height: 76px;
    padding: 13px 12px;
    border: 1px solid #dbd5ca;
    border-radius: 4px;
    background: #fff;
    color: #1c1c1c;
    text-align: center;
    box-shadow: none;
    transform: none;
}

.truecut-rt#truecut-royal-tee .truecut-rt__pack-tabs button.is-active {
    border-color: #111;
    background: #111;
    color: #fff;
}

.truecut-rt#truecut-royal-tee .truecut-rt__pack-tabs button[data-pack="5"] {
    grid-column: 1 / -1;
    min-height: 70px;
}

.truecut-rt#truecut-royal-tee .truecut-rt__pack-tabs strong {
    display: block;
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.15;
}

.truecut-rt#truecut-royal-tee .truecut-rt__pack-kicker {
    display: block;
    margin-top: 4px;
    color: var(--tc-muted);
    font-size: 11px;
    font-style: italic;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: none;
}

.truecut-rt#truecut-royal-tee .truecut-rt__pack-tabs button.is-active .truecut-rt__pack-kicker {
    color: rgba(255, 255, 255, .72);
}

.truecut-rt#truecut-royal-tee .truecut-rt__pack-tabs em {
    display: block;
    margin-top: 3px;
    color: #b02323;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
}

.truecut-rt#truecut-royal-tee .truecut-rt__pack-tabs button.is-active em {
    color: var(--tc-yellow);
}

.truecut-rt#truecut-royal-tee .truecut-rt__pack-tabs small {
    display: block;
    margin-top: 4px;
    color: var(--tc-muted);
    font-size: 11px;
}

.truecut-rt#truecut-royal-tee .truecut-rt__best-badge {
    position: absolute;
    left: 10px;
    top: -10px;
    padding: 2px 7px;
    background: var(--tc-yellow);
    color: #111;
    font-size: 8px;
    font-weight: 900;
    text-transform: uppercase;
}

.truecut-rt#truecut-royal-tee .truecut-rt__selector {
    margin-top: 17px;
    margin-bottom: 0;
}

.truecut-rt#truecut-royal-tee .truecut-rt__label-row {
    margin-bottom: 10px;
    font-size: 14px;
    letter-spacing: 0;
    text-transform: none;
}

.truecut-rt#truecut-royal-tee .truecut-rt__label-row strong {
    font-weight: 500;
}

.truecut-rt#truecut-royal-tee .truecut-rt__swatches {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.truecut-rt#truecut-royal-tee button.truecut-rt__swatch,
.truecut-rt#truecut-royal-tee .truecut-rt__swatch {
    width: 28px;
    height: 28px;
    border: 1px solid #d8d2c8 !important;
    border-radius: 0;
    background: var(--swatch);
}

.truecut-rt#truecut-royal-tee button.truecut-rt__swatch.is-active,
.truecut-rt#truecut-royal-tee .truecut-rt__swatch.is-active {
    outline: 1px solid #111;
    outline-offset: 3px;
}

.truecut-rt#truecut-royal-tee .truecut-rt__sizes {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 10px;
}

.truecut-rt#truecut-royal-tee .truecut-rt__size,
.truecut-rt#truecut-royal-tee .truecut-rt__size-helper {
    min-width: 0;
    width: 100%;
    height: 48px;
    border: 1px solid #ddd7ca;
    border-radius: 5px;
    background: #fff;
    color: #111;
    font-size: 14px;
    font-weight: 500;
}

.truecut-rt#truecut-royal-tee .truecut-rt__size.is-active {
    border-color: #111;
    background: #111;
    color: #fff;
}

.truecut-rt#truecut-royal-tee .truecut-rt__size-helper {
    grid-column: span 3;
    border-style: dashed;
    line-height: 1.12;
    font-weight: 700;
}

.truecut-rt#truecut-royal-tee .truecut-rt__size-helper span {
    position: absolute;
    top: -11px;
    right: 10px;
    padding: 2px 5px;
    border-radius: 0;
    background: var(--tc-yellow);
    font-size: 8px;
}

.truecut-rt#truecut-royal-tee .truecut-rt__pack-builder {
    display: none;
    margin-top: 12px;
    padding: 13px;
    border: 1px solid #dbd5ca;
    border-radius: 4px;
    background: #fff;
}

.truecut-rt#truecut-royal-tee .truecut-rt__pack-builder.is-active {
    display: block;
}

.truecut-rt#truecut-royal-tee .truecut-rt__pack-builder p {
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.35;
}

.truecut-rt#truecut-royal-tee .truecut-rt__pack-presets {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-bottom: 12px;
}

.truecut-rt#truecut-royal-tee .truecut-rt__preset {
    min-height: 58px;
    padding: 8px;
    border-radius: 3px;
}

.truecut-rt#truecut-royal-tee .truecut-rt__pack-slots {
    display: grid;
    gap: 8px;
}

.truecut-rt#truecut-royal-tee .truecut-rt__pack-slot {
    display: grid;
    grid-template-columns: 54px 1fr auto;
    align-items: center;
    gap: 10px;
    padding: 9px;
    border: 1px solid #ebe6dd;
    border-radius: 3px;
}

.truecut-rt#truecut-royal-tee .truecut-rt__mini-swatches {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.truecut-rt#truecut-royal-tee .truecut-rt__mini-swatches button {
    width: 22px;
    height: 22px;
    border-radius: 0;
}

@media (max-width: 1024px) {
    .truecut-rt#truecut-royal-tee .truecut-rt__hero {
        max-width: 760px;
        grid-template-columns: 1fr;
        border-left: 1px solid var(--line);
        border-right: 1px solid var(--line);
    }

    .truecut-rt#truecut-royal-tee .truecut-rt__gallery {
        grid-template-columns: 72px minmax(0, 1fr);
        min-height: 0;
        padding: 20px;
        border-right: 0;
        border-bottom: 1px solid var(--line);
    }

    .truecut-rt#truecut-royal-tee .truecut-rt__main-image {
        width: 100%;
        max-height: 640px;
    }

    .truecut-rt#truecut-royal-tee .truecut-rt__summary {
        max-width: none;
        padding: 24px 30px 34px;
    }
}

@media (max-width: 680px) {
    .truecut-rt#truecut-royal-tee .truecut-rt__hero {
        max-width: 390px;
        border-left: 0;
        border-right: 0;
    }

    .truecut-rt#truecut-royal-tee .truecut-rt__gallery {
        grid-template-columns: 62px minmax(0, 1fr);
        gap: 10px;
        padding: 16px 20px 12px;
    }

    .truecut-rt#truecut-royal-tee .truecut-rt__thumbs {
        gap: 9px;
        max-height: 310px;
        overflow: hidden;
    }

    .truecut-rt#truecut-royal-tee .truecut-rt__thumb {
        width: 60px;
        height: 64px;
    }

    .truecut-rt#truecut-royal-tee .truecut-rt__image-stage {
        min-height: 300px;
    }

    .truecut-rt#truecut-royal-tee .truecut-rt__main-image {
        width: 100%;
        max-height: 300px;
    }

    .truecut-rt#truecut-royal-tee .truecut-rt__summary {
        padding: 19px 20px 26px;
    }

    .truecut-rt#truecut-royal-tee .truecut-rt__title {
        font-size: 25px;
    }

    .truecut-rt#truecut-royal-tee .truecut-rt__price ins {
        font-size: 18px;
    }

    .truecut-rt#truecut-royal-tee .truecut-rt__pack-tabs {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .truecut-rt#truecut-royal-tee .truecut-rt__pack-tabs button {
        min-height: 68px;
    }

    .truecut-rt#truecut-royal-tee .truecut-rt__sizes {
        grid-template-columns: repeat(5, minmax(0, 1fr));
        gap: 9px;
    }

    .truecut-rt#truecut-royal-tee .truecut-rt__size,
    .truecut-rt#truecut-royal-tee .truecut-rt__size-helper {
        height: 48px;
        font-size: 13px;
    }

    .truecut-rt#truecut-royal-tee .truecut-rt__size-helper {
        grid-column: span 3;
    }

    .truecut-rt#truecut-royal-tee .truecut-rt__pack-presets {
        grid-template-columns: 1fr;
    }

    .truecut-rt#truecut-royal-tee .truecut-rt__pack-slot {
        grid-template-columns: 48px minmax(0, 1fr);
    }

    .truecut-rt#truecut-royal-tee .truecut-rt__pack-slot > strong {
        grid-column: 2;
        justify-self: start;
    }
}

/* Precision pass 2026-07-02: target hero, pack grid, rating, and CTA parity. */
.truecut-rt#truecut-royal-tee .truecut-rt__hero {
    max-width: 1180px !important;
    grid-template-columns: minmax(0, 1fr) 520px !important;
    align-items: start !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__gallery {
    min-height: 0 !important;
    align-items: flex-start !important;
    padding: 20px 18px !important;
    background: #fff !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__thumbs {
    max-height: 520px !important;
    overflow-y: auto !important;
    scrollbar-width: none;
}

.truecut-rt#truecut-royal-tee .truecut-rt__thumbs::-webkit-scrollbar {
    display: none;
}

.truecut-rt#truecut-royal-tee .truecut-rt__image-stage {
    min-height: 0 !important;
    align-self: flex-start !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__main-image {
    max-height: 520px !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__summary {
    padding: 26px 30px 32px !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__rating {
    display: flex !important;
    align-items: center;
    gap: 7px;
    margin-bottom: 9px;
    color: #111;
    font-weight: 600;
}

.truecut-rt#truecut-royal-tee .truecut-rt__score {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 31px;
    height: 22px;
    background: #00b67a;
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    line-height: 1;
}

.truecut-rt#truecut-royal-tee .truecut-rt__stars {
    color: #00b67a !important;
    letter-spacing: .04em;
    font-size: 13px;
}

.truecut-rt#truecut-royal-tee .truecut-rt__ticket > span {
    color: #22a06b !important;
    font-size: 18px !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__pack-tabs {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 8px !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__pack-tabs button {
    min-height: 68px !important;
    padding: 10px 8px !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__pack-tabs button[data-pack="4"] {
    grid-column: 1 / 2 !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__pack-tabs button[data-pack="5"] {
    grid-column: 2 / 4 !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__selector {
    margin-top: 14px !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__total {
    margin-top: 14px !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__atc {
    min-height: 48px !important;
    border-color: #071b3a !important;
    background: #071b3a !important;
    color: #fff !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__atc:hover {
    background: #031024 !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__payments {
    justify-content: center !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__strip,
.truecut-rt#truecut-royal-tee .truecut-rt__content,
.truecut-rt#truecut-royal-tee .truecut-rt__brand-story,
.truecut-rt#truecut-royal-tee .truecut-rt__proof-band,
.truecut-rt#truecut-royal-tee .truecut-rt__newsletter,
.truecut-rt#truecut-royal-tee .truecut-rt__sizetech-band,
.truecut-rt#truecut-royal-tee .truecut-rt__faq {
    display: none !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__pack-banner,
.truecut-rt#truecut-royal-tee .truecut-rt__morphology,
.truecut-rt#truecut-royal-tee .truecut-rt__reviews,
.truecut-rt#truecut-royal-tee .truecut-rt__moments {
    max-width: 1180px !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__pack-banner {
    border: 0 !important;
    border-radius: 0 !important;
    background: #071b3a !important;
    color: #fff !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__pack-banner .truecut-rt__eyebrow,
.truecut-rt#truecut-royal-tee .truecut-rt__pack-banner h2 {
    color: #fff !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__pack-banner button {
    background: var(--tc-yellow) !important;
    color: #111 !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__morphology {
    grid-template-columns: 1.05fr .95fr !important;
    gap: 16px !important;
    align-items: stretch !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__morphology-card {
    min-height: 320px !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__morphology-card.is-after {
    display: none !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__morphology-copy {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    padding: 28px !important;
    border: 1px solid #e8dfd0 !important;
    background: #f6f1e8 !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__morphology-copy button[data-open-size] {
    width: 100%;
    min-height: 46px;
    margin-top: 12px;
    border: 0;
    background: #111;
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
}

.truecut-rt#truecut-royal-tee .truecut-rt__reviews {
    background: #fff !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__review-grid article {
    background: #f8f8f6 !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__moments {
    padding-top: 12px !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__moment-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

@media (max-width: 1024px) {
    .truecut-rt#truecut-royal-tee .truecut-rt__hero {
        max-width: 760px !important;
        grid-template-columns: 1fr !important;
    }

    .truecut-rt#truecut-royal-tee .truecut-rt__main-image,
    .truecut-rt#truecut-royal-tee .truecut-rt__thumbs {
        max-height: 560px !important;
    }

    .truecut-rt#truecut-royal-tee .truecut-rt__morphology {
        grid-template-columns: 1fr !important;
    }

    .truecut-rt#truecut-royal-tee .truecut-rt__moment-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 680px) {
    .truecut-rt#truecut-royal-tee .truecut-rt__gallery {
        padding: 12px 14px 10px !important;
    }

    .truecut-rt#truecut-royal-tee .truecut-rt__thumbs,
    .truecut-rt#truecut-royal-tee .truecut-rt__main-image {
        max-height: 292px !important;
    }

    .truecut-rt#truecut-royal-tee .truecut-rt__summary {
        padding: 15px 18px 22px !important;
    }

    .truecut-rt#truecut-royal-tee .truecut-rt__pack-tabs {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .truecut-rt#truecut-royal-tee .truecut-rt__pack-tabs button {
        min-height: 64px !important;
    }

    .truecut-rt#truecut-royal-tee .truecut-rt__pack-tabs button[data-pack="4"],
    .truecut-rt#truecut-royal-tee .truecut-rt__pack-tabs button[data-pack="5"] {
        grid-column: auto !important;
    }

    .truecut-rt#truecut-royal-tee .truecut-rt__pack-tabs button[data-pack="5"] {
        grid-column: 1 / -1 !important;
    }

    .truecut-rt#truecut-royal-tee .truecut-rt__moment-grid {
        grid-template-columns: 1fr !important;
    }
}

/* Truecut/Fincut parity EOF lock 2026-07-02: this must stay after older override blocks. */
.truecut-rt#truecut-royal-tee,
.truecut-rt#truecut-royal-tee * {
    box-sizing: border-box;
}

.truecut-rt#truecut-royal-tee {
    width: 100%;
    max-width: 100%;
    overflow-x: clip;
}

.truecut-rt#truecut-royal-tee .truecut-rt__summary,
.truecut-rt#truecut-royal-tee .truecut-rt__gallery,
.truecut-rt#truecut-royal-tee .truecut-rt__image-stage,
.truecut-rt#truecut-royal-tee .truecut-rt__pack-builder,
.truecut-rt#truecut-royal-tee .truecut-rt__selector,
.truecut-rt#truecut-royal-tee .truecut-rt__total,
.truecut-rt#truecut-royal-tee .truecut-rt__pack-tabs,
.truecut-rt#truecut-royal-tee .truecut-rt__pack-slots {
    min-width: 0;
    max-width: 100%;
}

.truecut-rt#truecut-royal-tee .truecut-rt__pack-slot {
    min-width: 0;
}

.truecut-rt#truecut-royal-tee .truecut-rt__pack-slot > span {
    letter-spacing: .08em;
}

.truecut-rt#truecut-royal-tee .truecut-rt__mini-swatches {
    min-width: 0;
    flex-wrap: wrap;
}

@media (max-width: 1024px) {
    .truecut-rt#truecut-royal-tee .truecut-rt__hero {
        width: 100% !important;
        max-width: 820px !important;
    }
}

@media (max-width: 680px) {
    .truecut-rt#truecut-royal-tee .truecut-rt__hero,
    .truecut-rt#truecut-royal-tee .truecut-rt__summary,
    .truecut-rt#truecut-royal-tee .truecut-rt__gallery,
    .truecut-rt#truecut-royal-tee .truecut-rt__image-stage,
    .truecut-rt#truecut-royal-tee .truecut-rt__pack-builder,
    .truecut-rt#truecut-royal-tee .truecut-rt__pack-tabs,
    .truecut-rt#truecut-royal-tee .truecut-rt__pack-slots {
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .truecut-rt#truecut-royal-tee .truecut-rt__hero {
        display: block !important;
        padding: 0 !important;
    }

    .truecut-rt#truecut-royal-tee .truecut-rt__gallery {
        display: block !important;
        padding: 0 0 10px !important;
        overflow: hidden !important;
    }

    .truecut-rt#truecut-royal-tee .truecut-rt__thumbs {
        display: none !important;
    }

    .truecut-rt#truecut-royal-tee .truecut-rt__image-stage {
        display: block !important;
        padding: 0 !important;
    }

    .truecut-rt#truecut-royal-tee .truecut-rt__main-image {
        width: 100% !important;
        height: auto !important;
        max-height: 390px !important;
        object-fit: contain !important;
    }

    .truecut-rt#truecut-royal-tee .truecut-rt__summary {
        padding: 14px 18px 22px !important;
    }

    .truecut-rt#truecut-royal-tee .truecut-rt__benefits {
        gap: 7px !important;
        margin: 14px 0 !important;
    }

    .truecut-rt#truecut-royal-tee .truecut-rt__pack-builder {
        padding: 12px !important;
        overflow: hidden !important;
    }

    .truecut-rt#truecut-royal-tee .truecut-rt__pack-slot {
        grid-template-columns: 1fr !important;
        gap: 8px !important;
    }

    .truecut-rt#truecut-royal-tee .truecut-rt__pack-slot > span,
    .truecut-rt#truecut-royal-tee .truecut-rt__pack-slot > strong,
    .truecut-rt#truecut-royal-tee .truecut-rt__pack-slot > .truecut-rt__mini-swatches {
        grid-column: auto !important;
    }

    .truecut-rt#truecut-royal-tee .truecut-rt__mini-swatches {
        width: 100% !important;
    }
}

/* Truecut/Fincut parity lock 2026-07-02: mobile gallery, combo clamp, SizeTech QA. */
.truecut-rt#truecut-royal-tee,
.truecut-rt#truecut-royal-tee * {
    box-sizing: border-box;
}

.truecut-rt#truecut-royal-tee {
    width: 100%;
    max-width: 100%;
    overflow-x: clip;
}

.truecut-rt#truecut-royal-tee .truecut-rt__summary,
.truecut-rt#truecut-royal-tee .truecut-rt__gallery,
.truecut-rt#truecut-royal-tee .truecut-rt__image-stage,
.truecut-rt#truecut-royal-tee .truecut-rt__pack-builder,
.truecut-rt#truecut-royal-tee .truecut-rt__selector,
.truecut-rt#truecut-royal-tee .truecut-rt__total,
.truecut-rt#truecut-royal-tee .truecut-rt__pack-tabs,
.truecut-rt#truecut-royal-tee .truecut-rt__pack-slots {
    min-width: 0;
    max-width: 100%;
}

.truecut-rt#truecut-royal-tee .truecut-rt__pack-slot {
    min-width: 0;
}

.truecut-rt#truecut-royal-tee .truecut-rt__pack-slot > span {
    letter-spacing: .08em;
}

.truecut-rt#truecut-royal-tee .truecut-rt__mini-swatches {
    min-width: 0;
    flex-wrap: wrap;
}

@media (max-width: 1024px) {
    .truecut-rt#truecut-royal-tee .truecut-rt__hero {
        width: 100% !important;
        max-width: 820px !important;
    }
}

@media (max-width: 680px) {
    .truecut-rt#truecut-royal-tee .truecut-rt__hero,
    .truecut-rt#truecut-royal-tee .truecut-rt__summary,
    .truecut-rt#truecut-royal-tee .truecut-rt__gallery,
    .truecut-rt#truecut-royal-tee .truecut-rt__image-stage,
    .truecut-rt#truecut-royal-tee .truecut-rt__pack-builder,
    .truecut-rt#truecut-royal-tee .truecut-rt__pack-tabs,
    .truecut-rt#truecut-royal-tee .truecut-rt__pack-slots {
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .truecut-rt#truecut-royal-tee .truecut-rt__hero {
        display: block !important;
        padding: 0 !important;
    }

    .truecut-rt#truecut-royal-tee .truecut-rt__gallery {
        display: block !important;
        padding: 0 0 10px !important;
        overflow: hidden !important;
    }

    .truecut-rt#truecut-royal-tee .truecut-rt__thumbs {
        display: none !important;
    }

    .truecut-rt#truecut-royal-tee .truecut-rt__image-stage {
        display: block !important;
        padding: 0 !important;
    }

    .truecut-rt#truecut-royal-tee .truecut-rt__main-image {
        width: 100% !important;
        height: auto !important;
        max-height: 390px !important;
        object-fit: contain !important;
    }

    .truecut-rt#truecut-royal-tee .truecut-rt__summary {
        padding: 14px 18px 22px !important;
    }

    .truecut-rt#truecut-royal-tee .truecut-rt__benefits {
        gap: 7px !important;
        margin: 14px 0 !important;
    }

    .truecut-rt#truecut-royal-tee .truecut-rt__pack-builder {
        padding: 12px !important;
        overflow: hidden !important;
    }

    .truecut-rt#truecut-royal-tee .truecut-rt__pack-slot {
        grid-template-columns: 1fr !important;
        gap: 8px !important;
    }

    .truecut-rt#truecut-royal-tee .truecut-rt__pack-slot > span,
    .truecut-rt#truecut-royal-tee .truecut-rt__pack-slot > strong,
    .truecut-rt#truecut-royal-tee .truecut-rt__pack-slot > .truecut-rt__mini-swatches {
        grid-column: auto !important;
    }

    .truecut-rt#truecut-royal-tee .truecut-rt__mini-swatches {
        width: 100% !important;
    }
}

/* Truecut/Fincut parity pass 2026-07-02 final: price, benefits, pack builder. */
.truecut-rt#truecut-royal-tee .truecut-rt__price {
    display: flex !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
    margin: 8px 0 16px !important;
    padding: 0 0 18px !important;
    border-bottom: 1px solid #e6e1d7 !important;
    color: #111 !important;
    background: transparent !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__price del,
.truecut-rt#truecut-royal-tee .truecut-rt__price ins {
    display: inline-flex !important;
    align-items: center !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 !important;
    min-width: 0 !important;
    width: auto !important;
    height: auto !important;
    color: #111 !important;
    line-height: 1 !important;
    white-space: nowrap !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__price del {
    font-size: 23px !important;
    font-weight: 800 !important;
    opacity: .92 !important;
    text-decoration-thickness: 2px !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__price ins {
    font-size: 31px !important;
    font-weight: 900 !important;
    text-decoration: none !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__price span {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 26px !important;
    padding: 4px 9px !important;
    margin-left: 2px !important;
    background: var(--tc-yellow, #f4d31d) !important;
    color: #111 !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    font-size: 13px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    letter-spacing: .02em !important;
    white-space: nowrap !important;
    text-transform: uppercase !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__benefits {
    display: grid !important;
    gap: 9px !important;
    margin: 14px 0 14px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__benefits div {
    display: grid !important;
    grid-template-columns: 30px minmax(0, 1fr) !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__benefits span {
    width: 25px !important;
    height: 25px !important;
    border-radius: 999px !important;
    border: 0 !important;
    background: var(--tc-yellow, #f4d31d) !important;
    color: #111 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 0 !important;
    font-weight: 900 !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__benefits span::before {
    content: "✓";
    font-size: 15px;
    line-height: 1;
}

.truecut-rt#truecut-royal-tee .truecut-rt__benefits strong {
    font-size: 15px !important;
    line-height: 1.25 !important;
    color: #111 !important;
    font-weight: 800 !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__ticket {
    margin: 2px 0 14px !important;
    padding: 9px 0 0 !important;
    grid-template-columns: 30px 1fr !important;
    border: 0 !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__packs {
    margin-top: 16px !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__pack-heading h3 {
    font-size: 17px !important;
    margin: 0 0 6px !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__pack-heading span {
    display: block !important;
    font-size: 13px !important;
    color: #6a5b38 !important;
    line-height: 1.35 !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__pack-tabs {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__pack-tabs button {
    min-height: 74px !important;
    padding: 10px 11px !important;
    border: 1px solid #111 !important;
    border-radius: 0 !important;
    background: #fff !important;
    color: #111 !important;
    text-align: left !important;
    box-shadow: none !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__pack-tabs button.is-active {
    background: var(--tc-yellow, #f4d31d) !important;
    border-color: #111 !important;
    color: #111 !important;
    box-shadow: 0 3px 0 #111 !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__pack-tabs button[data-pack="4"] {
    grid-column: auto !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__pack-tabs button[data-pack="5"] {
    grid-column: 1 / -1 !important;
    text-align: center !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__pack-tabs strong {
    font-size: 14px !important;
    line-height: 1.15 !important;
    text-transform: uppercase !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__pack-tabs em,
.truecut-rt#truecut-royal-tee .truecut-rt__pack-tabs small,
.truecut-rt#truecut-royal-tee .truecut-rt__pack-tabs .truecut-rt__pack-kicker {
    font-size: 12px !important;
    line-height: 1.2 !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__pack-tabs button.is-active em,
.truecut-rt#truecut-royal-tee .truecut-rt__pack-tabs button.is-active .truecut-rt__pack-kicker {
    color: #111 !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__pack-builder {
    border: 1px solid #111 !important;
    border-radius: 0 !important;
    background: #fff8d6 !important;
    margin-top: 10px !important;
    padding: 12px !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__pack-builder p {
    margin: 0 0 10px !important;
    font-size: 13px !important;
    font-weight: 800 !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__pack-presets {
    display: flex !important;
    gap: 7px !important;
    overflow-x: auto !important;
    padding-bottom: 4px !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__preset {
    flex: 0 0 auto !important;
    min-width: 126px !important;
    border: 1px solid #111 !important;
    border-radius: 0 !important;
    background: #fff !important;
    padding: 8px !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__preset.is-active {
    background: #111 !important;
    color: #fff !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__pack-slots {
    display: grid !important;
    gap: 8px !important;
    margin-top: 8px !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__pack-slot {
    display: grid !important;
    grid-template-columns: 64px minmax(0, 1fr) auto !important;
    align-items: center !important;
    gap: 8px !important;
    border: 1px solid #111 !important;
    border-radius: 0 !important;
    background: #fff !important;
    padding: 8px !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__pack-slot > span {
    font-size: 12px !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    color: #111 !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__pack-slot > strong {
    font-size: 13px !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__total {
    background: #111 !important;
    color: #fff !important;
    border: 0 !important;
    border-radius: 0 !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__atc {
    background: #111 !important;
    color: #fff !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: 0 8px 0 var(--tc-yellow, #f4d31d) !important;
}

@media (max-width: 680px) {
    .truecut-rt#truecut-royal-tee .truecut-rt__price {
        flex-wrap: nowrap !important;
        gap: 8px !important;
        padding-bottom: 14px !important;
        overflow: visible !important;
    }

    .truecut-rt#truecut-royal-tee .truecut-rt__price del {
        font-size: 18px !important;
    }

    .truecut-rt#truecut-royal-tee .truecut-rt__price ins {
        font-size: 24px !important;
    }

    .truecut-rt#truecut-royal-tee .truecut-rt__price span {
        font-size: 10px !important;
        padding: 4px 6px !important;
        min-height: 22px !important;
    }

    .truecut-rt#truecut-royal-tee .truecut-rt__benefits strong {
        font-size: 14px !important;
    }

    .truecut-rt#truecut-royal-tee .truecut-rt__pack-tabs {
        gap: 7px !important;
    }

    .truecut-rt#truecut-royal-tee .truecut-rt__pack-tabs button {
        min-height: 70px !important;
        padding: 9px !important;
    }

    .truecut-rt#truecut-royal-tee .truecut-rt__pack-tabs strong {
        font-size: 12px !important;
    }

    .truecut-rt#truecut-royal-tee .truecut-rt__pack-tabs em,
    .truecut-rt#truecut-royal-tee .truecut-rt__pack-tabs small,
    .truecut-rt#truecut-royal-tee .truecut-rt__pack-tabs .truecut-rt__pack-kicker {
        font-size: 10px !important;
    }

    .truecut-rt#truecut-royal-tee .truecut-rt__pack-slot {
        grid-template-columns: 54px minmax(0, 1fr) auto !important;
        padding: 7px !important;
    }
}

/* Precision pass 2026-07-02: keep the product page aligned with the target flow. */
.truecut-rt#truecut-royal-tee .truecut-rt__size-helper {
    position: relative !important;
    min-height: 42px !important;
    border: 1px dashed #111 !important;
    border-radius: 0 !important;
    background: #fff !important;
    color: #111 !important;
    font-weight: 900 !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__size-helper span {
    position: absolute !important;
    top: -11px !important;
    right: 10px !important;
    padding: 2px 6px !important;
    border-radius: 2px !important;
    background: var(--tc-yellow, #f5d018) !important;
    color: #111 !important;
    font-size: 10px !important;
    font-weight: 900 !important;
    line-height: 1.2 !important;
    letter-spacing: .02em !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__atc {
    width: 100% !important;
    font-size: 14px !important;
    letter-spacing: .12em !important;
    text-transform: uppercase !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__price {
    margin: 10px 0 18px !important;
    gap: 8px !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__sticky {
    display: none !important;
}

/* Final target-matching layer. Keep this at the end: it overrides the first build safely. */
.truecut-rt .truecut-rt__hero {
    max-width: 1280px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, .98fr) minmax(410px, .72fr);
    border-left: 1px solid var(--line);
    border-right: 1px solid var(--line);
}

.truecut-rt .truecut-rt__gallery {
    display: grid;
    grid-template-columns: 72px 1fr;
    gap: 18px;
    min-height: 560px;
    padding: 26px 24px;
    background: #fff;
}

.truecut-rt .truecut-rt__thumbs {
    gap: 10px;
}

.truecut-rt .truecut-rt__thumb {
    width: 64px;
    height: 82px;
    border-radius: 0;
}

.truecut-rt .truecut-rt__image-stage {
    align-items: flex-start;
    justify-content: center;
}

.truecut-rt .truecut-rt__main-image {
    width: auto;
    max-width: 100%;
    max-height: 560px;
    object-fit: contain;
}

.truecut-rt .truecut-rt__summary {
    max-width: 560px;
    padding: 28px 34px 30px;
}

.truecut-rt .truecut-rt__rating {
    gap: 8px;
    margin-bottom: 8px;
    font-size: 12px;
}

.truecut-rt .truecut-rt__stars {
    letter-spacing: 1px;
}

.truecut-rt .truecut-rt__title {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 1.08;
    letter-spacing: .035em;
}

.truecut-rt .truecut-rt__price {
    gap: 10px;
    margin-bottom: 14px;
    font-size: 14px;
}

.truecut-rt .truecut-rt__price ins {
    font-size: 19px;
}

.truecut-rt .truecut-rt__price span {
    font-size: 13px;
}

.truecut-rt .truecut-rt__intro {
    margin-bottom: 15px;
    font-size: 13px;
    line-height: 1.5;
}

.truecut-rt .truecut-rt__benefits {
    gap: 7px;
    padding: 14px 0;
    margin-bottom: 15px;
    font-size: 13px;
}

.truecut-rt .truecut-rt__benefits div {
    gap: 8px;
}

.truecut-rt .truecut-rt__benefits span {
    width: 18px;
    height: 18px;
    font-size: 10px;
}

.truecut-rt .truecut-rt__selector,
.truecut-rt .truecut-rt__packs {
    margin-bottom: 15px;
}

.truecut-rt .truecut-rt__label-row {
    margin-bottom: 8px;
    gap: 10px;
    font-size: 13px;
    letter-spacing: .06em;
}

.truecut-rt .truecut-rt__swatches,
.truecut-rt .truecut-rt__sizes {
    gap: 8px;
}

.truecut-rt button.truecut-rt__swatch,
.truecut-rt .truecut-rt__swatch {
    width: 25px;
    height: 25px;
    border: 1px solid #bdb7ad !important;
    border-radius: 2px;
}

.truecut-rt button.truecut-rt__swatch.is-active,
.truecut-rt .truecut-rt__swatch.is-active {
    outline: 1px solid var(--ink);
    outline-offset: 3px;
}

.truecut-rt .truecut-rt__sizes {
    display: flex;
    flex-wrap: wrap;
}

.truecut-rt .truecut-rt__size,
.truecut-rt .truecut-rt__size-helper {
    min-width: 58px;
    height: 38px;
    border: 1px solid #ded9d0;
    border-radius: 2px;
    background: #fff;
    color: var(--ink);
    font-size: 12px;
    cursor: pointer;
}

.truecut-rt .truecut-rt__size.is-active {
    background: var(--ink);
    color: #fff;
    border-color: var(--ink);
}

.truecut-rt .truecut-rt__size-helper {
    position: relative;
    min-width: 92px;
    padding: 0 9px;
    font-weight: 800;
}

.truecut-rt .truecut-rt__size-helper span {
    position: absolute;
    right: 6px;
    top: -9px;
    padding: 1px 5px;
    border-radius: 999px;
    background: #ffea48;
    color: var(--ink);
    font-size: 8px;
    font-weight: 900;
    line-height: 1.4;
}

.truecut-rt .truecut-rt__pack-heading {
    margin: 2px 0 9px;
}

.truecut-rt .truecut-rt__pack-heading h3 {
    margin-bottom: 4px;
    font-size: 16px;
    line-height: 1.25;
}

.truecut-rt .truecut-rt__pack-heading span {
    display: block;
    font-size: 12px;
    line-height: 1.35;
}

.truecut-rt .truecut-rt__eyebrow {
    margin-bottom: 5px;
    font-size: 10px;
    letter-spacing: .12em;
}

.truecut-rt .truecut-rt__pack-tabs {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 6px;
}

.truecut-rt .truecut-rt__pack-tabs button {
    min-height: 66px;
    border: 1px solid #d8d2c7;
    border-radius: 2px;
    background: #fff;
    padding: 7px 5px;
    color: var(--ink);
    text-align: center;
    font-size: 11px;
    line-height: 1.12;
    box-shadow: none;
    transform: none;
}

.truecut-rt .truecut-rt__pack-tabs button.is-active {
    border-color: var(--ink);
    background: var(--ink);
    color: #fff;
    box-shadow: none;
    transform: none;
}

.truecut-rt .truecut-rt__pack-kicker {
    display: block;
    color: var(--gold);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.truecut-rt .truecut-rt__pack-tabs button.is-active .truecut-rt__pack-kicker {
    color: #ffea48;
}

.truecut-rt .truecut-rt__pack-tabs strong {
    display: block;
    margin-top: 4px;
    font-size: 13px;
    line-height: 1;
}

.truecut-rt .truecut-rt__pack-tabs em {
    display: block;
    margin-top: 4px;
    padding: 0;
    border-radius: 0;
    background: transparent;
    color: inherit;
    font-size: 11px;
    font-style: normal;
    font-weight: 800;
}

.truecut-rt .truecut-rt__pack-tabs button[data-pack="3"] em,
.truecut-rt .truecut-rt__pack-tabs button[data-pack="5"] em {
    display: block;
    padding: 0;
    background: transparent;
    color: inherit;
    font-size: 11px;
}

.truecut-rt .truecut-rt__pack-tabs small {
    display: block;
    margin-top: 3px;
    color: var(--muted);
    font-size: 9px;
    font-weight: 700;
}

.truecut-rt .truecut-rt__pack-tabs button.is-active small {
    color: rgba(255, 255, 255, .72);
}

.truecut-rt .truecut-rt__pack-builder {
    margin-top: 8px;
    padding: 10px;
    border: 1px solid var(--line);
    border-radius: 2px;
    background: #fff;
}

.truecut-rt .truecut-rt__pack-builder p {
    margin-bottom: 8px;
    font-size: 11px;
    line-height: 1.35;
}

.truecut-rt .truecut-rt__pack-presets {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
    margin-bottom: 9px;
}

.truecut-rt .truecut-rt__preset {
    min-height: 46px;
    border-radius: 2px;
    padding: 7px;
}

.truecut-rt .truecut-rt__preset-dots {
    gap: 3px;
    margin-bottom: 5px;
}

.truecut-rt .truecut-rt__preset-dots i {
    width: 12px;
    height: 12px;
    border-radius: 2px;
}

.truecut-rt .truecut-rt__preset strong {
    font-size: 11px;
}

.truecut-rt .truecut-rt__preset em {
    margin-top: 2px;
    font-size: 9px;
}

.truecut-rt .truecut-rt__pack-slots {
    gap: 6px;
}

.truecut-rt .truecut-rt__pack-slot {
    grid-template-columns: 44px 1fr auto;
    gap: 8px;
    padding: 7px;
    border-radius: 2px;
}

.truecut-rt .truecut-rt__pack-slot span,
.truecut-rt .truecut-rt__pack-slot > strong {
    font-size: 10px;
}

.truecut-rt .truecut-rt__mini-swatches {
    gap: 5px;
}

.truecut-rt .truecut-rt__mini-swatches button {
    width: 19px;
    height: 19px;
    border-radius: 2px;
}

.truecut-rt .truecut-rt__total {
    padding: 10px 0;
    font-size: 13px;
}

.truecut-rt .truecut-rt__total strong {
    font-size: 20px;
}

.truecut-rt .truecut-rt__total small {
    font-size: 11px;
}

.truecut-rt .truecut-rt__atc {
    min-height: 48px;
    font-size: 12px;
    letter-spacing: .24em;
}

.truecut-rt .truecut-rt__payments {
    margin-top: 11px;
    gap: 5px;
}

.truecut-rt .truecut-rt__payments span {
    padding: 5px 8px;
    font-size: 10px;
}

.truecut-rt .truecut-rt__accordions {
    margin-top: 16px;
}

.truecut-rt .truecut-rt__accordions summary {
    padding: 11px 0;
    font-size: 11px;
}

.truecut-rt .truecut-rt__accordions p {
    padding-bottom: 12px;
    font-size: 12px;
    line-height: 1.5;
}

@media (max-width: 1024px) {
    .truecut-rt .truecut-rt__hero {
        grid-template-columns: 1fr;
        border: 0;
    }

    .truecut-rt .truecut-rt__gallery {
        grid-template-columns: 1fr;
        min-height: auto;
        padding: 0;
    }

    .truecut-rt .truecut-rt__thumbs {
        order: 2;
        flex-direction: row;
        justify-content: center;
        padding: 0 18px 16px;
        overflow-x: auto;
    }

    .truecut-rt .truecut-rt__image-stage {
        order: 1;
    }

    .truecut-rt .truecut-rt__main-image {
        width: 100%;
        max-height: 640px;
    }

    .truecut-rt .truecut-rt__summary {
        max-width: 720px;
        margin: 0 auto;
        padding: 22px 28px 32px;
    }
}

@media (max-width: 680px) {
    .truecut-rt .truecut-rt__gallery {
        display: flex;
        flex-direction: column-reverse;
        gap: 8px;
        padding: 0;
    }

    .truecut-rt .truecut-rt__thumbs {
        padding: 0 12px 12px;
        justify-content: flex-start;
    }

    .truecut-rt .truecut-rt__thumb {
        flex: 0 0 58px;
        width: 58px;
        height: 72px;
    }

    .truecut-rt .truecut-rt__main-image {
        max-height: 430px;
    }

    .truecut-rt .truecut-rt__summary {
        padding: 18px 16px 28px;
    }

    .truecut-rt .truecut-rt__rating {
        font-size: 12px;
    }

    .truecut-rt .truecut-rt__title {
        font-size: 28px;
    }

    .truecut-rt .truecut-rt__price ins {
        font-size: 22px;
    }

    .truecut-rt button.truecut-rt__swatch,
    .truecut-rt .truecut-rt__swatch {
        width: 28px;
        height: 28px;
    }

    .truecut-rt .truecut-rt__sizes {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 7px;
    }

    .truecut-rt .truecut-rt__size,
    .truecut-rt .truecut-rt__size-helper {
        width: 100%;
        min-width: 0;
        height: 40px;
    }

    .truecut-rt .truecut-rt__size-helper {
        grid-column: span 2;
    }

    .truecut-rt .truecut-rt__pack-tabs {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .truecut-rt .truecut-rt__pack-tabs button[data-pack="5"] {
        grid-column: 1 / -1;
    }

    .truecut-rt .truecut-rt__pack-presets {
        grid-template-columns: 1fr;
    }

    .truecut-rt .truecut-rt__pack-slot {
        grid-template-columns: 42px minmax(0, 1fr);
        align-items: start;
    }

    .truecut-rt .truecut-rt__pack-slot > strong {
        grid-column: 2;
        justify-self: start;
    }

    .truecut-rt .truecut-rt__mini-swatches button {
        width: 21px;
        height: 21px;
    }
}

/* Target alignment pass: compact product commerce layout, scoped to this product only. */
.truecut-rt__hero {
    max-width: 1280px;
    margin: 0 auto;
    grid-template-columns: minmax(0, .95fr) minmax(390px, .72fr);
    border-left: 1px solid var(--line);
    border-right: 1px solid var(--line);
}

.truecut-rt__gallery {
    grid-template-columns: 72px 1fr;
    gap: 18px;
    min-height: 560px;
    padding: 26px 24px;
    background: #fff;
}

.truecut-rt__thumbs {
    gap: 10px;
}

.truecut-rt__thumb {
    width: 64px;
    height: 82px;
}

.truecut-rt__image-stage {
    align-items: flex-start;
}

.truecut-rt__main-image {
    width: auto;
    max-width: 100%;
    max-height: 560px;
}

.truecut-rt__summary {
    padding: 28px 34px 30px;
    max-width: 560px;
}

.truecut-rt__rating {
    gap: 8px;
    margin-bottom: 8px;
    font-size: 12px;
}

.truecut-rt__title {
    margin-bottom: 10px;
    font-size: clamp(24px, 2.05vw, 32px);
    line-height: 1.08;
    letter-spacing: .035em;
}

.truecut-rt__price {
    gap: 10px;
    margin-bottom: 14px;
    font-size: 14px;
}

.truecut-rt__price ins {
    font-size: 18px;
}

.truecut-rt__price span {
    font-size: 13px;
}

.truecut-rt__intro {
    margin-bottom: 15px;
    font-size: 13px;
    line-height: 1.5;
}

.truecut-rt__benefits {
    gap: 7px;
    padding: 14px 0;
    margin-bottom: 15px;
    font-size: 13px;
}

.truecut-rt__benefits div {
    gap: 8px;
}

.truecut-rt__benefits span {
    width: 18px;
    height: 18px;
    font-size: 10px;
}

.truecut-rt__selector,
.truecut-rt__packs {
    margin-bottom: 15px;
}

.truecut-rt__label-row {
    margin-bottom: 8px;
    font-size: 13px;
    letter-spacing: .06em;
}

.truecut-rt__swatches,
.truecut-rt__sizes {
    gap: 8px;
}

.truecut-rt button.truecut-rt__swatch,
.truecut-rt__swatch {
    width: 24px;
    height: 24px;
    border-radius: 2px;
}

.truecut-rt button.truecut-rt__swatch.is-active,
.truecut-rt__swatch.is-active {
    outline: 1px solid var(--ink);
    outline-offset: 3px;
}

.truecut-rt__size,
.truecut-rt__size-helper {
    min-width: 58px;
    height: 38px;
    border: 1px solid #ded9d0;
    border-radius: 2px;
    background: #fff;
    color: var(--ink);
    font-size: 12px;
    cursor: pointer;
}

.truecut-rt__size-helper {
    position: relative;
    min-width: 92px;
    padding: 0 9px;
    color: var(--ink);
}

.truecut-rt__size-helper span {
    position: absolute;
    right: 6px;
    top: -9px;
    padding: 1px 5px;
    border-radius: 999px;
    background: #ffea48;
    color: var(--ink);
    font-size: 8px;
    font-weight: 900;
    line-height: 1.4;
}

.truecut-rt__pack-heading {
    margin: 2px 0 9px;
}

.truecut-rt__pack-heading h3 {
    margin-bottom: 4px;
    font-size: 16px;
}

.truecut-rt__pack-heading span {
    display: block;
    font-size: 12px;
    line-height: 1.35;
}

.truecut-rt__eyebrow {
    margin-bottom: 5px;
    font-size: 10px;
    letter-spacing: .12em;
}

.truecut-rt__pack-tabs {
    gap: 6px;
}

.truecut-rt__pack-tabs button {
    min-height: 66px;
    border-radius: 2px;
    padding: 7px 5px;
    text-align: center;
    font-size: 11px;
    line-height: 1.12;
    box-shadow: none;
    transform: none;
}

.truecut-rt__pack-tabs button.is-active {
    border-color: var(--ink);
    background: var(--ink);
    color: #fff;
    box-shadow: none;
    transform: none;
}

.truecut-rt__pack-kicker {
    color: var(--gold);
    font-size: 9px;
    letter-spacing: .05em;
}

.truecut-rt__pack-tabs button.is-active .truecut-rt__pack-kicker {
    color: #ffea48;
}

.truecut-rt__pack-tabs strong {
    margin-top: 4px;
    font-size: 13px;
}

.truecut-rt__pack-tabs em {
    margin-top: 4px;
    color: inherit;
    font-size: 11px;
    font-weight: 800;
}

.truecut-rt__pack-tabs button[data-pack="3"] em,
.truecut-rt__pack-tabs button[data-pack="5"] em {
    display: block;
    padding: 0;
    border-radius: 0;
    background: transparent;
    color: inherit;
    font-size: 11px;
}

.truecut-rt__pack-tabs small {
    display: block;
    margin-top: 3px;
    color: var(--muted);
    font-size: 9px;
    font-weight: 700;
}

.truecut-rt__pack-tabs button.is-active small {
    color: rgba(255, 255, 255, .72);
}

.truecut-rt__pack-builder {
    margin-top: 8px;
    padding: 10px;
    border-radius: 2px;
    background: #fff;
}

.truecut-rt__pack-builder p {
    margin-bottom: 8px;
    font-size: 11px;
    line-height: 1.35;
}

.truecut-rt__pack-presets {
    gap: 6px;
    margin-bottom: 9px;
}

.truecut-rt__preset {
    min-height: 46px;
    border-radius: 2px;
    padding: 7px;
}

.truecut-rt__preset-dots {
    gap: 3px;
    margin-bottom: 5px;
}

.truecut-rt__preset-dots i {
    width: 12px;
    height: 12px;
    border-radius: 2px;
}

.truecut-rt__preset strong {
    font-size: 11px;
}

.truecut-rt__preset em {
    margin-top: 2px;
    font-size: 9px;
}

.truecut-rt__pack-slots {
    gap: 6px;
}

.truecut-rt__pack-slot {
    grid-template-columns: 44px 1fr auto;
    gap: 8px;
    padding: 7px;
    border-radius: 2px;
}

.truecut-rt__pack-slot span,
.truecut-rt__pack-slot > strong {
    font-size: 10px;
}

.truecut-rt__mini-swatches {
    gap: 5px;
}

.truecut-rt .truecut-rt__mini-swatches button {
    width: 19px;
    height: 19px;
    border-radius: 2px;
}

.truecut-rt__total {
    padding: 10px 0;
    font-size: 13px;
}

.truecut-rt__total strong {
    font-size: 20px;
}

.truecut-rt__total small {
    font-size: 11px;
}

.truecut-rt__atc {
    min-height: 48px;
    font-size: 12px;
    letter-spacing: .24em;
}

.truecut-rt__payments {
    margin-top: 11px;
    gap: 5px;
}

.truecut-rt__payments span {
    padding: 5px 8px;
    font-size: 10px;
}

.truecut-rt__accordions {
    margin-top: 16px;
}

.truecut-rt__accordions summary {
    padding: 11px 0;
    font-size: 11px;
}

.truecut-rt__accordions p {
    padding-bottom: 12px;
    font-size: 12px;
    line-height: 1.5;
}

@media (max-width: 1024px) {
    .truecut-rt__hero {
        grid-template-columns: 1fr;
        max-width: 760px;
    }

    .truecut-rt__summary {
        max-width: none;
    }
}

@media (max-width: 680px) {
    .truecut-rt__hero {
        border-left: 0;
        border-right: 0;
    }

    .truecut-rt__gallery {
        display: flex;
        flex-direction: column-reverse;
        min-height: 0;
        padding: 0;
        gap: 0;
    }

    .truecut-rt__image-stage {
        padding: 0 10px;
        background: #f7f7f5;
    }

    .truecut-rt__main-image {
        width: 100%;
        max-height: 430px;
        object-fit: contain;
    }

    .truecut-rt__thumbs {
        flex-direction: row;
        gap: 6px;
        overflow-x: auto;
        padding: 8px 12px;
        border-bottom: 1px solid var(--line);
    }

    .truecut-rt__thumb {
        flex: 0 0 46px;
        width: 46px;
        height: 58px;
    }

    .truecut-rt__summary {
        padding: 18px 18px 24px;
    }

    .truecut-rt__rating {
        margin-bottom: 6px;
        font-size: 11px;
    }

    .truecut-rt__title {
        font-size: 26px;
        line-height: 1.06;
    }

    .truecut-rt__intro {
        font-size: 12px;
    }

    .truecut-rt__benefits {
        font-size: 12px;
    }

    .truecut-rt__swatches {
        gap: 7px;
    }

    .truecut-rt button.truecut-rt__swatch,
    .truecut-rt__swatch {
        width: 28px;
        height: 28px;
    }

    .truecut-rt__sizes {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 6px;
    }

    .truecut-rt__size,
    .truecut-rt__size-helper {
        min-width: 0;
        width: 100%;
        height: 38px;
    }

    .truecut-rt__size-helper {
        grid-column: span 2;
    }

    .truecut-rt__pack-tabs {
        grid-template-columns: repeat(5, minmax(0, 1fr));
        gap: 4px;
    }

    .truecut-rt__pack-tabs button {
        min-height: 58px;
        padding: 6px 3px;
    }

    .truecut-rt__pack-kicker {
        font-size: 7px;
    }

    .truecut-rt__pack-tabs strong {
        font-size: 10px;
    }

    .truecut-rt__pack-tabs em {
        font-size: 9px;
    }

    .truecut-rt__pack-tabs small {
        display: none;
    }

    .truecut-rt__pack-presets {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .truecut-rt__preset {
        min-height: 44px;
        padding: 6px;
    }

    .truecut-rt__preset strong {
        font-size: 10px;
    }

    .truecut-rt__pack-slot {
        grid-template-columns: 38px 1fr auto;
        gap: 6px;
        padding: 6px;
    }

    .truecut-rt .truecut-rt__mini-swatches button {
        width: 18px;
        height: 18px;
    }
}

.truecut-rt *,
.truecut-rt *::before,
.truecut-rt *::after {
    box-sizing: border-box;
}

.truecut-rt__hero {
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(420px, 0.98fr);
    gap: 0;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.truecut-rt__gallery {
    display: grid;
    grid-template-columns: 92px 1fr;
    gap: 24px;
    min-height: 720px;
    padding: 36px 28px 36px 44px;
    background: #f7f7f5;
    border-right: 1px solid var(--line);
}

.truecut-rt__thumbs {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.truecut-rt__thumb {
    display: block;
    width: 84px;
    height: 104px;
    padding: 0;
    border: 1px solid transparent;
    background: #fff;
    cursor: pointer;
}

.truecut-rt__thumb.is-active {
    border-color: var(--ink);
}

.truecut-rt__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.truecut-rt__image-stage {
    min-width: 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.truecut-rt__main-image {
    display: block;
    width: 100%;
    max-height: 760px;
    object-fit: contain;
    background: #f2f0ec;
}

.truecut-rt__summary {
    padding: 58px 56px 48px;
    max-width: 760px;
}

.truecut-rt__rating {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
    font-size: 16px;
}

.truecut-rt__stars {
    color: #f5a623;
    letter-spacing: 1px;
    white-space: nowrap;
}

.truecut-rt__title {
    margin: 0 0 18px;
    font-size: clamp(38px, 3.1vw, 58px);
    line-height: 0.98;
    letter-spacing: .08em;
    text-transform: uppercase;
    font-weight: 500;
}

.truecut-rt__price {
    display: flex;
    align-items: baseline;
    gap: 16px;
    margin: 0 0 28px;
    font-size: 24px;
}

.truecut-rt__price del {
    color: var(--ink);
    opacity: .85;
}

.truecut-rt__price ins {
    text-decoration: none;
    font-size: 32px;
    font-weight: 800;
}

.truecut-rt__price span {
    color: #d92020;
    font-size: 19px;
}

.truecut-rt__intro {
    margin: 0 0 28px;
    color: var(--muted);
    font-size: 17px;
    line-height: 1.6;
}

.truecut-rt__benefits {
    display: grid;
    gap: 12px;
    padding: 24px 0;
    margin: 0 0 26px;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    font-size: 17px;
}

.truecut-rt__benefits div {
    display: flex;
    align-items: center;
    gap: 12px;
}

.truecut-rt__benefits span {
    display: inline-grid;
    place-items: center;
    width: 25px;
    height: 25px;
    border-radius: 999px;
    background: var(--green);
    color: #fff;
    font-size: 14px;
}

.truecut-rt__selector,
.truecut-rt__packs {
    margin: 0 0 26px;
}

.truecut-rt__pack-heading {
    margin: 4px 0 16px;
}

.truecut-rt__pack-heading h3 {
    margin: 0 0 6px;
    font-size: 24px;
    line-height: 1.15;
}

.truecut-rt__pack-heading span {
    color: var(--muted);
    line-height: 1.5;
}

.truecut-rt__label-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    margin-bottom: 12px;
    font-size: 17px;
    letter-spacing: .12em;
}

.truecut-rt__label-row strong {
    letter-spacing: 0;
}

.truecut-rt__link {
    border: 0;
    border-bottom: 1px dotted var(--ink);
    background: transparent;
    color: var(--ink);
    cursor: pointer;
    font: inherit;
    letter-spacing: 0;
}

.truecut-rt__swatches,
.truecut-rt__sizes {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.truecut-rt button.truecut-rt__swatch,
.truecut-rt__swatch {
    width: 44px;
    height: 44px;
    border: 1px solid #bbb !important;
    border-radius: 999px;
    background: var(--swatch) !important;
    background-color: var(--swatch) !important;
    color: transparent !important;
    cursor: pointer;
}

.truecut-rt button.truecut-rt__swatch.is-active,
.truecut-rt__swatch.is-active {
    outline: 2px solid var(--ink);
    outline-offset: 3px;
}

.truecut-rt__size {
    min-width: 72px;
    height: 54px;
    border: 1px solid #cfcac1;
    background: #fff;
    color: var(--muted);
    font-size: 16px;
    cursor: pointer;
}

.truecut-rt__size.is-active {
    background: var(--ink);
    color: #fff;
    border-color: var(--ink);
}

.truecut-rt__pack-tabs {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 10px;
}

.truecut-rt__pack-tabs button {
    position: relative;
    min-height: 104px;
    border: 1px solid #d8d2c7;
    border-radius: 12px;
    background: #fff;
    padding: 14px 10px;
    cursor: pointer;
    font-size: 13px;
    line-height: 1.25;
    text-align: left;
    transition: border-color .16s ease, background .16s ease, box-shadow .16s ease, transform .16s ease;
}

.truecut-rt__pack-tabs button.is-active {
    border-color: var(--green);
    background: #edf7ef;
    box-shadow: inset 0 0 0 1px var(--green);
    transform: translateY(-1px);
}

.truecut-rt__pack-tabs strong {
    display: block;
    margin-top: 8px;
    font-size: 19px;
    line-height: 1;
}

.truecut-rt__pack-kicker {
    display: block;
    color: var(--green);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.truecut-rt__pack-tabs em {
    display: block;
    margin-top: 8px;
    color: var(--muted);
    font-size: 12px;
    font-style: normal;
}

.truecut-rt__pack-tabs button[data-pack="3"] em,
.truecut-rt__pack-tabs button[data-pack="5"] em {
    display: inline-block;
    padding: 3px 7px;
    border-radius: 999px;
    background: var(--gold);
    color: #fff;
    font-size: 11px;
    font-weight: 900;
}

.truecut-rt__pack-builder {
    margin-top: 14px;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: #fbfaf7;
}

.truecut-rt__pack-builder p {
    margin: 0 0 14px;
    color: var(--muted);
    font-size: 14px;
}

.truecut-rt__pack-presets {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 16px;
}

.truecut-rt__preset {
    min-height: 78px;
    border: 1px solid #d8d2c7;
    border-radius: 12px;
    background: #fff;
    padding: 10px;
    cursor: pointer;
    text-align: left;
}

.truecut-rt__preset.is-active {
    border-color: var(--green);
    box-shadow: inset 0 0 0 1px var(--green);
    background: #f0f8f2;
}

.truecut-rt__preset-dots {
    display: flex;
    gap: 4px;
    margin-bottom: 8px;
}

.truecut-rt__preset-dots i {
    display: block;
    width: 18px;
    height: 18px;
    border: 1px solid rgba(0, 0, 0, .16);
    border-radius: 999px;
    background: var(--swatch);
}

.truecut-rt__preset strong,
.truecut-rt__preset em {
    display: block;
}

.truecut-rt__preset strong {
    font-size: 13px;
    line-height: 1.25;
}

.truecut-rt__preset em {
    margin-top: 4px;
    color: var(--gold);
    font-size: 11px;
    font-style: normal;
    font-weight: 900;
    text-transform: uppercase;
}

.truecut-rt__preset:focus-visible,
.truecut-rt__pack-tabs button:focus-visible,
.truecut-rt__mini-swatches button:focus-visible,
.truecut-rt__size:focus-visible,
.truecut-rt__swatch:focus-visible {
    outline: 2px solid var(--green);
    outline-offset: 3px;
}

.truecut-rt__pack-slots {
    display: grid;
    gap: 12px;
}

.truecut-rt__pack-slot {
    display: grid;
    grid-template-columns: 64px 1fr auto;
    gap: 12px;
    align-items: center;
    padding: 12px;
    border: 1px solid rgba(0, 0, 0, .06);
    border-radius: 12px;
    background: #fff;
}

.truecut-rt__pack-slot span {
    font-weight: 800;
    color: var(--green);
    text-transform: uppercase;
    letter-spacing: .08em;
    font-size: 12px;
}

.truecut-rt__pack-slot > strong {
    color: var(--muted);
    font-size: 13px;
}

.truecut-rt__mini-swatches {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.truecut-rt .truecut-rt__mini-swatches button {
    width: 28px;
    height: 28px;
    border: 1px solid #bbb !important;
    border-radius: 999px;
    background: var(--swatch) !important;
    background-color: var(--swatch) !important;
    color: transparent !important;
    cursor: pointer;
}

.truecut-rt .truecut-rt__mini-swatches button.is-active {
    outline: 2px solid var(--green);
    outline-offset: 2px;
}

.truecut-rt__total {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 4px 18px;
    align-items: baseline;
    padding: 18px 0;
    border-top: 1px solid var(--line);
    font-size: 16px;
}

.truecut-rt__total strong {
    font-size: 28px;
}

.truecut-rt__total small {
    grid-column: 1 / -1;
    color: var(--muted);
}

.truecut-rt__atc {
    width: 100%;
    min-height: 64px;
    border: 0;
    border-radius: 4px;
    background: var(--green);
    color: #fff;
    font-weight: 900;
    letter-spacing: .35em;
    text-transform: uppercase;
    cursor: pointer;
    box-shadow: 0 14px 28px rgba(37, 79, 58, .22);
}

.truecut-rt__atc.is-loading {
    opacity: .7;
    cursor: progress;
}

.truecut-rt__notice {
    min-height: 24px;
    margin-top: 12px;
    color: var(--green);
    font-weight: 700;
}

.truecut-rt__notice.is-error {
    color: #d92020;
}

.truecut-rt__payments {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin-top: 20px;
}

.truecut-rt__payments span {
    border: 1px solid var(--line);
    border-radius: 4px;
    padding: 7px 12px;
    background: #fff;
    font-size: 13px;
    font-weight: 800;
}

.truecut-rt__accordions {
    margin-top: 28px;
    border-top: 1px solid var(--line);
}

.truecut-rt__accordions details {
    border-bottom: 1px solid var(--line);
}

.truecut-rt__accordions summary {
    cursor: pointer;
    padding: 18px 0;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.truecut-rt__accordions p {
    margin: 0;
    padding: 0 0 18px;
    color: var(--muted);
    line-height: 1.65;
}

.truecut-rt__strip {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    border-bottom: 1px solid var(--line);
}

.truecut-rt__strip div {
    padding: 34px;
    text-align: center;
    border-right: 1px solid var(--line);
}

.truecut-rt__strip div:last-child {
    border-right: 0;
}

.truecut-rt__strip strong,
.truecut-rt__strip span {
    display: block;
}

.truecut-rt__strip strong {
    margin-bottom: 8px;
}

.truecut-rt__strip span {
    color: var(--muted);
}

.truecut-rt__content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    max-width: 1180px;
    margin: 0 auto;
    padding: 72px 28px;
    align-items: center;
}

.truecut-rt__copy h2,
.truecut-rt__morphology-copy h2,
.truecut-rt__pack-banner h2,
.truecut-rt__sizetech-band h2,
.truecut-rt__brand-story h2,
.truecut-rt__reviews h2,
.truecut-rt__moments h2,
.truecut-rt__newsletter h2,
.truecut-rt__faq h2 {
    margin: 0 0 22px;
    font-size: clamp(30px, 3vw, 48px);
    line-height: 1.08;
}

.truecut-rt__copy p {
    color: var(--muted);
    font-size: 17px;
    line-height: 1.7;
}

.truecut-rt__eyebrow {
    margin: 0 0 10px;
    color: var(--gold);
    font-size: 13px;
    letter-spacing: .22em;
    text-transform: uppercase;
    font-weight: 800;
}

.truecut-rt__content-image img {
    width: 100%;
    height: auto;
    display: block;
}

.truecut-rt__morphology {
    display: grid;
    grid-template-columns: minmax(240px, 1fr) minmax(280px, .9fr) minmax(240px, 1fr);
    gap: 22px;
    max-width: 1220px;
    margin: 0 auto;
    padding: 30px 28px 74px;
    align-items: stretch;
}

.truecut-rt__morphology-card {
    position: relative;
    min-height: 460px;
    overflow: hidden;
    border-radius: 18px;
    background: #eee9df;
}

.truecut-rt__morphology-card img {
    width: 100%;
    height: 100%;
    min-height: 460px;
    object-fit: cover;
    display: block;
}

.truecut-rt__morphology-card span {
    position: absolute;
    left: 18px;
    top: 18px;
    z-index: 1;
    border-radius: 999px;
    background: rgba(255, 255, 255, .92);
    padding: 8px 14px;
    font-weight: 900;
}

.truecut-rt__morphology-card p {
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 18px;
    margin: 0;
    border-radius: 12px;
    background: rgba(255, 255, 255, .92);
    padding: 14px;
    color: var(--muted);
    line-height: 1.45;
}

.truecut-rt__morphology-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 18px;
    background: var(--cream);
    padding: 36px;
}

.truecut-rt__morphology-copy p:not(.truecut-rt__eyebrow),
.truecut-rt__pack-banner p:not(.truecut-rt__eyebrow),
.truecut-rt__sizetech-band p:not(.truecut-rt__eyebrow),
.truecut-rt__brand-story p,
.truecut-rt__newsletter p {
    color: var(--muted);
    line-height: 1.65;
}

.truecut-rt__pack-banner,
.truecut-rt__sizetech-band {
    max-width: 1180px;
    margin: 0 auto 26px;
    padding: 34px 38px;
    border-radius: 20px;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 28px;
    align-items: center;
}

.truecut-rt__pack-banner {
    background: var(--green);
    color: #fff;
}

.truecut-rt__pack-banner .truecut-rt__eyebrow,
.truecut-rt__pack-banner p {
    color: rgba(255, 255, 255, .82);
}

.truecut-rt__pack-banner h2,
.truecut-rt__sizetech-band h2,
.truecut-rt__newsletter h2 {
    margin-bottom: 10px;
}

.truecut-rt__pack-banner button,
.truecut-rt__sizetech-band button,
.truecut-rt__newsletter button {
    min-height: 52px;
    border: 0;
    border-radius: 999px;
    padding: 0 24px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
    cursor: pointer;
}

.truecut-rt__pack-banner button {
    background: #fff;
    color: var(--green);
}

.truecut-rt__sizetech-band {
    background: #f8f8f6;
    border: 1px solid var(--line);
}

.truecut-rt__sizetech-band button,
.truecut-rt__newsletter button {
    background: var(--ink);
    color: #fff;
}

.truecut-rt__brand-story {
    max-width: 920px;
    margin: 0 auto;
    padding: 76px 28px 62px;
    text-align: center;
}

.truecut-rt__brand-story p:last-child {
    max-width: 680px;
    margin: 0 auto;
    font-size: 18px;
}

.truecut-rt__reviews {
    padding: 68px 28px;
    background: var(--cream);
    text-align: center;
}

.truecut-rt__review-grid {
    max-width: 1180px;
    margin: 28px auto 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    text-align: left;
}

.truecut-rt__review-grid article {
    border-radius: 12px;
    background: #fff;
    padding: 22px;
    min-height: 230px;
}

.truecut-rt__review-grid p {
    color: var(--muted);
    line-height: 1.55;
}

.truecut-rt__review-grid strong,
.truecut-rt__review-grid span {
    display: block;
}

.truecut-rt__review-grid span {
    margin-top: 4px;
    color: var(--muted);
    font-size: 12px;
}

.truecut-rt__moments {
    max-width: 1220px;
    margin: 0 auto;
    padding: 76px 28px;
    text-align: center;
}

.truecut-rt__moment-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-top: 30px;
    text-align: left;
}

.truecut-rt__moment-grid article {
    border: 1px solid var(--line);
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
}

.truecut-rt__moment-grid img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
}

.truecut-rt__moment-grid h3 {
    margin: 18px 18px 8px;
    font-size: 20px;
}

.truecut-rt__moment-grid p {
    margin: 0 18px 22px;
    color: var(--muted);
    line-height: 1.55;
}

.truecut-rt__proof-band {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px 28px;
    padding: 26px 20px;
    background: var(--ink);
    color: #fff;
    text-align: center;
}

.truecut-rt__proof-band span,
.truecut-rt__proof-band strong {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.truecut-rt__newsletter {
    max-width: 940px;
    margin: 0 auto;
    padding: 72px 28px;
    text-align: center;
}

.truecut-rt__newsletter form {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 10px;
    max-width: 560px;
    margin: 26px auto 0;
}

.truecut-rt__newsletter input {
    min-height: 54px;
    border: 1px solid var(--line);
    border-radius: 999px;
    padding: 0 18px;
    font: inherit;
}

.truecut-rt__faq {
    max-width: 980px;
    margin: 0 auto;
    padding: 72px 28px 112px;
}

.truecut-rt__faq details {
    border-bottom: 1px solid var(--line);
}

.truecut-rt__faq summary {
    cursor: pointer;
    padding: 22px 0;
    font-size: 18px;
    font-weight: 900;
}

.truecut-rt__faq p {
    margin: 0;
    padding: 0 0 22px;
    color: var(--muted);
    line-height: 1.7;
}

.truecut-rt__sticky {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 90;
    display: none;
    grid-template-columns: 1fr minmax(220px, 360px);
    gap: 18px;
    align-items: center;
    padding: 12px 28px;
    border-top: 1px solid var(--line);
    background: rgba(255, 255, 255, .96);
    transform: translateY(110%);
    transition: transform .2s ease;
}

.truecut-rt__sticky.is-visible {
    transform: translateY(0);
}

.truecut-rt__sticky span {
    display: block;
    color: var(--muted);
}

.truecut-rt__sticky button {
    min-height: 50px;
    border: 0;
    border-radius: 4px;
    background: var(--green);
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .2em;
}

.truecut-rt__modal[hidden] {
    display: none;
}

.truecut-rt__modal {
    position: fixed;
    inset: 0;
    z-index: 200;
    display: grid;
    place-items: center;
    padding: 20px;
    background: rgba(0, 0, 0, .48);
}

.truecut-rt__modal-card {
    position: relative;
    width: min(560px, 100%);
    border-radius: 18px;
    background: #fff;
    padding: 38px;
    box-shadow: 0 30px 80px rgba(0, 0, 0, .25);
}

.truecut-rt__modal-close {
    position: absolute;
    right: 18px;
    top: 14px;
    border: 0;
    background: transparent;
    font-size: 32px;
    cursor: pointer;
}

.truecut-rt__modal-card h2 {
    margin: 0 0 10px;
    font-size: clamp(30px, 4vw, 44px);
    line-height: 1.05;
}

.truecut-rt__modal-intro {
    margin: 0 0 22px;
    color: var(--muted);
    line-height: 1.6;
}

.truecut-rt__sizetech-step {
    display: grid;
    gap: 10px;
    margin: 18px 0 22px;
}

.truecut-rt__sizetech-step > span,
.truecut-rt__range-label > span {
    font-weight: 900;
}

.truecut-rt__morphology-options {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
}

.truecut-rt__morphology-options button {
    min-height: 50px;
    border: 1px solid #d8d2c7;
    border-radius: 999px;
    background: #fff;
    color: var(--muted);
    cursor: pointer;
    font-weight: 900;
}

.truecut-rt__morphology-options button.is-active {
    border-color: var(--green);
    background: var(--green);
    color: #fff;
}

.truecut-rt__modal .truecut-rt__range-label {
    display: grid;
    gap: 12px;
    margin: 18px 0 20px;
}

.truecut-rt__range-label > span {
    display: flex;
    justify-content: space-between;
    gap: 16px;
}

.truecut-rt__range-label output {
    min-width: 3ch;
    text-align: right;
}

.truecut-rt__modal input[type="range"] {
    width: 100%;
    accent-color: var(--green);
}

.truecut-rt__recommendation {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin: 24px 0 18px;
    padding: 18px;
    border-radius: 14px;
    background: var(--cream);
}

.truecut-rt__recommendation span {
    color: var(--muted);
    font-weight: 800;
}

.truecut-rt__recommendation strong {
    display: inline-grid;
    place-items: center;
    width: 58px;
    height: 58px;
    border-radius: 999px;
    background: var(--green);
    color: #fff;
    font-size: 22px;
}

.truecut-rt__recommendation + .truecut-rt__atc {
    min-height: 54px;
    letter-spacing: .18em;
}

@media (max-width: 1024px) {
    .truecut-rt__hero {
        grid-template-columns: 1fr;
    }

    .truecut-rt__gallery {
        min-height: auto;
        border-right: 0;
        border-bottom: 1px solid var(--line);
        padding: 18px;
    }

    .truecut-rt__summary {
        max-width: none;
        padding: 34px 28px 44px;
    }

    .truecut-rt__morphology {
        grid-template-columns: 1fr;
    }

    .truecut-rt__morphology-card,
    .truecut-rt__morphology-card img {
        min-height: 420px;
    }

    .truecut-rt__pack-banner,
    .truecut-rt__sizetech-band {
        margin-left: 28px;
        margin-right: 28px;
    }

    .truecut-rt__review-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .truecut-rt__moment-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 680px) {
    .truecut-rt__hero,
    .truecut-rt__summary,
    .truecut-rt__gallery,
    .truecut-rt__selector,
    .truecut-rt__packs,
    .truecut-rt__pack-builder {
        max-width: 100%;
        overflow-x: hidden;
    }

    .truecut-rt__gallery {
        display: flex;
        flex-direction: column-reverse;
        gap: 12px;
        padding: 0;
        background: #fff;
    }

    .truecut-rt__thumbs {
        flex-direction: row;
        overflow-x: auto;
        padding: 0 16px 16px;
    }

    .truecut-rt__thumb {
        flex: 0 0 74px;
        width: 74px;
        height: 92px;
    }

    .truecut-rt__main-image {
        width: 100%;
        max-height: 520px;
    }

    .truecut-rt__summary {
        padding: 28px 14px 34px;
    }

    .truecut-rt__label-row {
        gap: 8px;
        font-size: 15px;
        letter-spacing: .08em;
    }

    .truecut-rt__link {
        font-size: 14px;
        white-space: nowrap;
    }

    .truecut-rt__rating {
        font-size: 14px;
    }

    .truecut-rt__title {
        font-size: 34px;
    }

    .truecut-rt__price {
        flex-wrap: wrap;
        gap: 10px;
    }

    .truecut-rt__price ins {
        font-size: 28px;
    }

    .truecut-rt__swatches {
        gap: 8px;
    }

    .truecut-rt button.truecut-rt__swatch,
    .truecut-rt__swatch {
        width: 38px;
        height: 38px;
    }

    .truecut-rt__sizes {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 8px;
    }

    .truecut-rt__size {
        width: 100%;
        min-width: 0;
        height: 48px;
    }

    .truecut-rt__pack-tabs {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .truecut-rt__pack-tabs button[data-pack="5"] {
        grid-column: 1 / -1;
    }

    .truecut-rt__pack-presets {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .truecut-rt__preset {
        min-height: 62px;
    }

    .truecut-rt__pack-slot {
        grid-template-columns: 50px minmax(0, 1fr);
        gap: 10px;
    }

    .truecut-rt__pack-slot > strong {
        grid-column: 2;
        justify-self: start;
    }

    .truecut-rt__mini-swatches {
        gap: 6px;
    }

    .truecut-rt .truecut-rt__mini-swatches button {
        width: 24px;
        height: 24px;
    }

    .truecut-rt__payments {
        justify-content: flex-start;
        gap: 6px;
    }

    .truecut-rt__payments span {
        padding: 6px 9px;
        font-size: 12px;
    }

    .truecut-rt__strip,
    .truecut-rt__content,
    .truecut-rt__review-grid,
    .truecut-rt__moment-grid {
        grid-template-columns: 1fr;
    }

    .truecut-rt__strip div {
        border-right: 0;
        border-bottom: 1px solid var(--line);
    }

    .truecut-rt__content,
    .truecut-rt__morphology,
    .truecut-rt__brand-story,
    .truecut-rt__moments,
    .truecut-rt__newsletter,
    .truecut-rt__reviews,
    .truecut-rt__faq {
        padding: 48px 18px;
    }

    .truecut-rt__morphology {
        gap: 14px;
    }

    .truecut-rt__morphology-card,
    .truecut-rt__morphology-card img {
        min-height: 360px;
    }

    .truecut-rt__morphology-copy {
        padding: 24px;
    }

    .truecut-rt__pack-banner,
    .truecut-rt__sizetech-band {
        grid-template-columns: 1fr;
        margin: 0 18px 18px;
        padding: 26px 22px;
    }

    .truecut-rt__pack-banner button,
    .truecut-rt__sizetech-band button,
    .truecut-rt__newsletter button {
        width: 100%;
    }

    .truecut-rt__moment-grid {
        gap: 12px;
    }

    .truecut-rt__proof-band {
        display: grid;
        gap: 10px;
    }

    .truecut-rt__newsletter form {
        grid-template-columns: 1fr;
    }

    .truecut-rt__sticky {
        display: grid;
        grid-template-columns: 1fr;
        gap: 8px;
        padding: 10px 14px;
    }

    .truecut-rt__modal {
        align-items: flex-start;
        overflow-y: auto;
        padding: 12px;
    }

    .truecut-rt__modal-card {
        width: 100%;
        margin: 18px 0;
        padding: 28px 18px 22px;
        border-radius: 14px;
    }

    .truecut-rt__modal-close {
        right: 12px;
        top: 8px;
        font-size: 30px;
    }

    .truecut-rt__modal-card h2 {
        padding-right: 32px;
        font-size: 30px;
    }

    .truecut-rt__morphology-options {
        grid-template-columns: 1fr;
    }

    .truecut-rt__recommendation {
        align-items: center;
        padding: 14px;
    }
}

/* Final target override - must remain last. */
.truecut-rt#truecut-royal-tee .truecut-rt__hero {
    max-width: 1280px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, .98fr) minmax(410px, .72fr);
    border-left: 1px solid var(--line);
    border-right: 1px solid var(--line);
}

.truecut-rt#truecut-royal-tee .truecut-rt__gallery {
    display: grid;
    grid-template-columns: 72px 1fr;
    gap: 18px;
    min-height: 560px;
    padding: 26px 24px;
    background: #fff;
}

.truecut-rt#truecut-royal-tee .truecut-rt__thumbs {
    gap: 10px;
}

.truecut-rt#truecut-royal-tee .truecut-rt__thumb {
    width: 64px;
    height: 82px;
    border-radius: 0;
}

.truecut-rt#truecut-royal-tee .truecut-rt__image-stage {
    align-items: flex-start;
    justify-content: center;
}

.truecut-rt#truecut-royal-tee .truecut-rt__main-image {
    width: auto;
    max-width: 100%;
    max-height: 560px;
    object-fit: contain;
}

.truecut-rt#truecut-royal-tee .truecut-rt__summary {
    max-width: 560px;
    padding: 28px 34px 30px;
}

.truecut-rt#truecut-royal-tee .truecut-rt__rating {
    gap: 8px;
    margin-bottom: 8px;
    font-size: 12px;
}

.truecut-rt#truecut-royal-tee .truecut-rt__title {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 1.08;
    letter-spacing: .035em;
}

.truecut-rt#truecut-royal-tee .truecut-rt__price {
    gap: 10px;
    margin-bottom: 14px;
    font-size: 14px;
}

.truecut-rt#truecut-royal-tee .truecut-rt__price ins {
    font-size: 19px;
}

.truecut-rt#truecut-royal-tee .truecut-rt__price span {
    font-size: 13px;
}

.truecut-rt#truecut-royal-tee .truecut-rt__intro {
    margin-bottom: 15px;
    font-size: 13px;
    line-height: 1.5;
}

.truecut-rt#truecut-royal-tee .truecut-rt__benefits {
    gap: 7px;
    padding: 14px 0;
    margin-bottom: 15px;
    font-size: 13px;
}

.truecut-rt#truecut-royal-tee .truecut-rt__benefits div {
    gap: 8px;
}

.truecut-rt#truecut-royal-tee .truecut-rt__benefits span {
    width: 18px;
    height: 18px;
    font-size: 10px;
}

.truecut-rt#truecut-royal-tee .truecut-rt__selector,
.truecut-rt#truecut-royal-tee .truecut-rt__packs {
    margin-bottom: 15px;
}

.truecut-rt#truecut-royal-tee .truecut-rt__label-row {
    margin-bottom: 8px;
    gap: 10px;
    font-size: 13px;
    letter-spacing: .06em;
}

.truecut-rt#truecut-royal-tee .truecut-rt__swatches,
.truecut-rt#truecut-royal-tee .truecut-rt__sizes {
    gap: 8px;
}

.truecut-rt#truecut-royal-tee button.truecut-rt__swatch,
.truecut-rt#truecut-royal-tee .truecut-rt__swatch {
    width: 25px;
    height: 25px;
    border: 1px solid #bdb7ad !important;
    border-radius: 2px;
}

.truecut-rt#truecut-royal-tee button.truecut-rt__swatch.is-active,
.truecut-rt#truecut-royal-tee .truecut-rt__swatch.is-active {
    outline: 1px solid var(--ink);
    outline-offset: 3px;
}

.truecut-rt#truecut-royal-tee .truecut-rt__sizes {
    display: flex;
    flex-wrap: wrap;
}

.truecut-rt#truecut-royal-tee .truecut-rt__size,
.truecut-rt#truecut-royal-tee .truecut-rt__size-helper {
    min-width: 58px;
    height: 38px;
    border: 1px solid #ded9d0;
    border-radius: 2px;
    background: #fff;
    color: var(--ink);
    font-size: 12px;
    cursor: pointer;
}

.truecut-rt#truecut-royal-tee .truecut-rt__size.is-active {
    background: var(--ink);
    color: #fff;
    border-color: var(--ink);
}

.truecut-rt#truecut-royal-tee .truecut-rt__size-helper {
    position: relative;
    min-width: 92px;
    padding: 0 9px;
    font-weight: 800;
}

.truecut-rt#truecut-royal-tee .truecut-rt__size-helper span {
    position: absolute;
    right: 6px;
    top: -9px;
    padding: 1px 5px;
    border-radius: 999px;
    background: #ffea48;
    color: var(--ink);
    font-size: 8px;
    font-weight: 900;
    line-height: 1.4;
}

.truecut-rt#truecut-royal-tee .truecut-rt__pack-heading {
    margin: 2px 0 9px;
}

.truecut-rt#truecut-royal-tee .truecut-rt__pack-heading h3 {
    margin-bottom: 4px;
    font-size: 16px;
    line-height: 1.25;
}

.truecut-rt#truecut-royal-tee .truecut-rt__pack-heading span {
    display: block;
    font-size: 12px;
    line-height: 1.35;
}

.truecut-rt#truecut-royal-tee .truecut-rt__eyebrow {
    margin-bottom: 5px;
    font-size: 10px;
    letter-spacing: .12em;
}

.truecut-rt#truecut-royal-tee .truecut-rt__pack-tabs {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 6px;
}

.truecut-rt#truecut-royal-tee .truecut-rt__pack-tabs button {
    min-height: 66px;
    border: 1px solid #d8d2c7;
    border-radius: 2px;
    background: #fff;
    padding: 7px 5px;
    color: var(--ink);
    text-align: center;
    font-size: 11px;
    line-height: 1.12;
    box-shadow: none;
    transform: none;
}

.truecut-rt#truecut-royal-tee .truecut-rt__pack-tabs button.is-active {
    border-color: var(--ink);
    background: var(--ink);
    color: #fff;
    box-shadow: none;
    transform: none;
}

.truecut-rt#truecut-royal-tee .truecut-rt__pack-kicker {
    display: block;
    color: var(--gold);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.truecut-rt#truecut-royal-tee .truecut-rt__pack-tabs button.is-active .truecut-rt__pack-kicker {
    color: #ffea48;
}

.truecut-rt#truecut-royal-tee .truecut-rt__pack-tabs strong {
    display: block;
    margin-top: 4px;
    font-size: 13px;
    line-height: 1;
}

.truecut-rt#truecut-royal-tee .truecut-rt__pack-tabs em {
    display: block;
    margin-top: 4px;
    padding: 0;
    border-radius: 0;
    background: transparent;
    color: inherit;
    font-size: 11px;
    font-style: normal;
    font-weight: 800;
}

.truecut-rt#truecut-royal-tee .truecut-rt__pack-tabs button[data-pack="3"] em,
.truecut-rt#truecut-royal-tee .truecut-rt__pack-tabs button[data-pack="5"] em {
    display: block;
    padding: 0;
    background: transparent;
    color: inherit;
    font-size: 11px;
}

.truecut-rt#truecut-royal-tee .truecut-rt__pack-tabs small {
    display: block;
    margin-top: 3px;
    color: var(--muted);
    font-size: 9px;
    font-weight: 700;
}

.truecut-rt#truecut-royal-tee .truecut-rt__pack-tabs button.is-active small {
    color: rgba(255, 255, 255, .72);
}

.truecut-rt#truecut-royal-tee .truecut-rt__pack-builder {
    margin-top: 8px;
    padding: 10px;
    border: 1px solid var(--line);
    border-radius: 2px;
    background: #fff;
}

.truecut-rt#truecut-royal-tee .truecut-rt__pack-builder p {
    margin-bottom: 8px;
    font-size: 11px;
    line-height: 1.35;
}

.truecut-rt#truecut-royal-tee .truecut-rt__pack-presets {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
    margin-bottom: 9px;
}

.truecut-rt#truecut-royal-tee .truecut-rt__preset {
    min-height: 46px;
    border-radius: 2px;
    padding: 7px;
}

.truecut-rt#truecut-royal-tee .truecut-rt__preset-dots {
    gap: 3px;
    margin-bottom: 5px;
}

.truecut-rt#truecut-royal-tee .truecut-rt__preset-dots i {
    width: 12px;
    height: 12px;
    border-radius: 2px;
}

.truecut-rt#truecut-royal-tee .truecut-rt__preset strong {
    font-size: 11px;
}

.truecut-rt#truecut-royal-tee .truecut-rt__preset em {
    margin-top: 2px;
    font-size: 9px;
}

.truecut-rt#truecut-royal-tee .truecut-rt__pack-slots {
    gap: 6px;
}

.truecut-rt#truecut-royal-tee .truecut-rt__pack-slot {
    grid-template-columns: 44px 1fr auto;
    gap: 8px;
    padding: 7px;
    border-radius: 2px;
}

.truecut-rt#truecut-royal-tee .truecut-rt__pack-slot span,
.truecut-rt#truecut-royal-tee .truecut-rt__pack-slot > strong {
    font-size: 10px;
}

.truecut-rt#truecut-royal-tee .truecut-rt__mini-swatches {
    gap: 5px;
}

.truecut-rt#truecut-royal-tee .truecut-rt__mini-swatches button {
    width: 19px;
    height: 19px;
    border-radius: 2px;
}

.truecut-rt#truecut-royal-tee .truecut-rt__total {
    padding: 10px 0;
    font-size: 13px;
}

.truecut-rt#truecut-royal-tee .truecut-rt__total strong {
    font-size: 20px;
}

.truecut-rt#truecut-royal-tee .truecut-rt__total small {
    font-size: 11px;
}

.truecut-rt#truecut-royal-tee .truecut-rt__atc {
    min-height: 48px;
    font-size: 12px;
    letter-spacing: .24em;
}

.truecut-rt#truecut-royal-tee .truecut-rt__payments {
    margin-top: 11px;
    gap: 5px;
}

.truecut-rt#truecut-royal-tee .truecut-rt__payments span {
    padding: 5px 8px;
    font-size: 10px;
}

.truecut-rt#truecut-royal-tee .truecut-rt__accordions {
    margin-top: 16px;
}

.truecut-rt#truecut-royal-tee .truecut-rt__accordions summary {
    padding: 11px 0;
    font-size: 11px;
}

.truecut-rt#truecut-royal-tee .truecut-rt__accordions p {
    padding-bottom: 12px;
    font-size: 12px;
    line-height: 1.5;
}

@media (max-width: 1024px) {
    .truecut-rt#truecut-royal-tee .truecut-rt__hero {
        grid-template-columns: 1fr;
        border: 0;
    }

    .truecut-rt#truecut-royal-tee .truecut-rt__gallery {
        grid-template-columns: 1fr;
        min-height: auto;
        padding: 0;
    }

    .truecut-rt#truecut-royal-tee .truecut-rt__thumbs {
        order: 2;
        flex-direction: row;
        justify-content: center;
        padding: 0 18px 16px;
        overflow-x: auto;
    }

    .truecut-rt#truecut-royal-tee .truecut-rt__image-stage {
        order: 1;
    }

    .truecut-rt#truecut-royal-tee .truecut-rt__main-image {
        width: 100%;
        max-height: 640px;
    }

    .truecut-rt#truecut-royal-tee .truecut-rt__summary {
        max-width: 720px;
        margin: 0 auto;
        padding: 22px 28px 32px;
    }
}

@media (max-width: 680px) {
    .truecut-rt#truecut-royal-tee .truecut-rt__gallery {
        display: flex;
        flex-direction: column-reverse;
        gap: 8px;
        padding: 0;
    }

    .truecut-rt#truecut-royal-tee .truecut-rt__thumbs {
        padding: 0 12px 12px;
        justify-content: flex-start;
    }

    .truecut-rt#truecut-royal-tee .truecut-rt__thumb {
        flex: 0 0 58px;
        width: 58px;
        height: 72px;
    }

    .truecut-rt#truecut-royal-tee .truecut-rt__main-image {
        max-height: 430px;
    }

    .truecut-rt#truecut-royal-tee .truecut-rt__summary {
        padding: 18px 16px 28px;
    }

    .truecut-rt#truecut-royal-tee .truecut-rt__rating {
        font-size: 12px;
    }

    .truecut-rt#truecut-royal-tee .truecut-rt__title {
        font-size: 28px;
    }

    .truecut-rt#truecut-royal-tee .truecut-rt__price ins {
        font-size: 22px;
    }

    .truecut-rt#truecut-royal-tee button.truecut-rt__swatch,
    .truecut-rt#truecut-royal-tee .truecut-rt__swatch {
        width: 28px;
        height: 28px;
    }

    .truecut-rt#truecut-royal-tee .truecut-rt__sizes {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 7px;
    }

    .truecut-rt#truecut-royal-tee .truecut-rt__size,
    .truecut-rt#truecut-royal-tee .truecut-rt__size-helper {
        width: 100%;
        min-width: 0;
        height: 40px;
    }

    .truecut-rt#truecut-royal-tee .truecut-rt__size-helper {
        grid-column: span 2;
    }

    .truecut-rt#truecut-royal-tee .truecut-rt__pack-tabs {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .truecut-rt#truecut-royal-tee .truecut-rt__pack-tabs button[data-pack="5"] {
        grid-column: 1 / -1;
    }

    .truecut-rt#truecut-royal-tee .truecut-rt__pack-presets {
        grid-template-columns: 1fr;
    }

    .truecut-rt#truecut-royal-tee .truecut-rt__pack-slot {
        grid-template-columns: 42px minmax(0, 1fr);
        align-items: start;
    }

    .truecut-rt#truecut-royal-tee .truecut-rt__pack-slot > strong {
        grid-column: 2;
        justify-self: start;
    }

    .truecut-rt#truecut-royal-tee .truecut-rt__mini-swatches button {
        width: 21px;
        height: 21px;
    }
}

/* Final override layer: keep this at EOF so legacy rules cannot override the target layout. */
.truecut-rt#truecut-royal-tee {
    --tc-yellow: #fff338;
    --tc-muted: #8c867c;
}

.truecut-rt#truecut-royal-tee .truecut-rt__hero {
    max-width: 1280px;
    grid-template-columns: minmax(0, .98fr) minmax(420px, .72fr);
    border: 1px solid var(--line);
}

.truecut-rt#truecut-royal-tee .truecut-rt__gallery {
    display: grid !important;
    grid-template-columns: 72px minmax(0, 1fr) !important;
    gap: 18px !important;
    min-height: 560px;
    padding: 26px 24px !important;
    background: #fff;
    border-right: 1px solid var(--line);
}

.truecut-rt#truecut-royal-tee .truecut-rt__thumbs {
    display: flex !important;
    flex-direction: column !important;
    order: 0 !important;
    gap: 10px;
    padding: 0 !important;
    overflow: visible;
}

.truecut-rt#truecut-royal-tee .truecut-rt__thumb {
    flex: 0 0 auto !important;
    width: 64px !important;
    height: 82px !important;
    border-radius: 3px;
    background: #f5f3ef;
}

.truecut-rt#truecut-royal-tee .truecut-rt__image-stage {
    order: 0 !important;
    min-width: 0;
    align-items: flex-start;
    justify-content: center;
    background: #f5f3ef;
}

.truecut-rt#truecut-royal-tee .truecut-rt__main-image {
    width: auto !important;
    max-width: 100%;
    max-height: 560px;
    object-fit: contain;
}

.truecut-rt#truecut-royal-tee .truecut-rt__summary {
    display: flex !important;
    flex-direction: column;
    max-width: 560px;
    padding: 30px 34px 34px;
}

.truecut-rt#truecut-royal-tee .truecut-rt__rating { order: 1; }
.truecut-rt#truecut-royal-tee .truecut-rt__title { order: 2; }
.truecut-rt#truecut-royal-tee .truecut-rt__price { order: 3; }
.truecut-rt#truecut-royal-tee .truecut-rt__intro { display: none !important; }
.truecut-rt#truecut-royal-tee .truecut-rt__benefits { order: 5; }
.truecut-rt#truecut-royal-tee .truecut-rt__ticket { order: 6; }
.truecut-rt#truecut-royal-tee .truecut-rt__packs { order: 7; }
.truecut-rt#truecut-royal-tee .truecut-rt__selector--colour { order: 8; }
.truecut-rt#truecut-royal-tee .truecut-rt__selector--size { order: 9; }
.truecut-rt#truecut-royal-tee .truecut-rt__total { order: 10; }
.truecut-rt#truecut-royal-tee .truecut-rt__atc { order: 11; }
.truecut-rt#truecut-royal-tee .truecut-rt__notice { order: 12; }
.truecut-rt#truecut-royal-tee .truecut-rt__payments { order: 13; }
.truecut-rt#truecut-royal-tee .truecut-rt__accordions { order: 14; }

.truecut-rt#truecut-royal-tee .truecut-rt__rating {
    gap: 8px;
    margin: 0 0 10px;
    font-size: 12px;
}

.truecut-rt#truecut-royal-tee .truecut-rt__stars {
    color: #f5a623;
    letter-spacing: .08em;
}

.truecut-rt#truecut-royal-tee .truecut-rt__title {
    margin: 0 0 8px;
    font-size: clamp(24px, 2.05vw, 31px);
    line-height: 1.1;
    letter-spacing: .035em;
    text-transform: uppercase;
}

.truecut-rt#truecut-royal-tee .truecut-rt__price {
    gap: 10px;
    margin: 0 0 18px;
}

.truecut-rt#truecut-royal-tee .truecut-rt__price ins {
    color: #111;
    font-size: 20px;
}

.truecut-rt#truecut-royal-tee .truecut-rt__price span {
    padding: 2px 6px;
    background: var(--tc-yellow);
    color: #111;
    font-size: 11px;
    text-transform: uppercase;
}

.truecut-rt#truecut-royal-tee .truecut-rt__benefits {
    display: grid;
    gap: 9px;
    padding: 15px 0 14px;
    margin: 0 0 8px;
    border-top: 1px solid var(--line);
    border-bottom: 0;
}

.truecut-rt#truecut-royal-tee .truecut-rt__benefits div {
    display: grid;
    grid-template-columns: 26px 1fr;
    align-items: center;
    gap: 9px;
}

.truecut-rt#truecut-royal-tee .truecut-rt__benefits span {
    width: 22px;
    height: 22px;
    border: 1px solid #ddd7ca;
    border-radius: 50%;
    background: #fff;
    color: #111;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 8px;
    font-weight: 900;
}

.truecut-rt#truecut-royal-tee .truecut-rt__ticket {
    display: grid;
    grid-template-columns: 28px 1fr;
    gap: 10px;
    align-items: center;
    padding: 9px 0 13px;
    font-size: 12px;
}

.truecut-rt#truecut-royal-tee .truecut-rt__ticket > span {
    color: var(--tc-yellow);
    font-size: 20px;
    text-shadow: 0 0 0 #111;
}

.truecut-rt#truecut-royal-tee .truecut-rt__ticket strong,
.truecut-rt#truecut-royal-tee .truecut-rt__ticket small {
    display: block;
}

.truecut-rt#truecut-royal-tee .truecut-rt__ticket small {
    color: var(--muted);
    line-height: 1.25;
}

.truecut-rt#truecut-royal-tee .truecut-rt__pack-heading {
    margin: 12px 0 10px;
}

.truecut-rt#truecut-royal-tee .truecut-rt__pack-heading h3 {
    margin: 0;
    font-size: 14px;
}

.truecut-rt#truecut-royal-tee .truecut-rt__pack-heading span {
    display: none;
}

.truecut-rt#truecut-royal-tee .truecut-rt__pack-tabs {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__pack-tabs button {
    position: relative;
    min-height: 76px !important;
    padding: 13px 12px !important;
    border: 1px solid #dbd5ca !important;
    border-radius: 4px !important;
    background: #fff;
    color: #1c1c1c;
    text-align: center;
    box-shadow: none !important;
    transform: none !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__pack-tabs button.is-active {
    border-color: #111 !important;
    background: #111 !important;
    color: #fff !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__pack-tabs button[data-pack="5"] {
    grid-column: 1 / -1 !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__pack-tabs strong {
    display: block;
    margin: 0;
    font-size: 14px;
    line-height: 1.15;
}

.truecut-rt#truecut-royal-tee .truecut-rt__pack-kicker {
    display: block;
    margin-top: 4px;
    color: var(--tc-muted);
    font-size: 11px;
    font-style: italic;
    font-weight: 500;
}

.truecut-rt#truecut-royal-tee .truecut-rt__pack-tabs em {
    display: block;
    margin-top: 3px;
    color: #b02323;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
}

.truecut-rt#truecut-royal-tee .truecut-rt__pack-tabs button.is-active .truecut-rt__pack-kicker {
    color: rgba(255, 255, 255, .72);
}

.truecut-rt#truecut-royal-tee .truecut-rt__pack-tabs button.is-active em {
    color: var(--tc-yellow);
}

.truecut-rt#truecut-royal-tee .truecut-rt__best-badge {
    position: absolute;
    left: 10px;
    top: -10px;
    padding: 2px 7px;
    background: var(--tc-yellow);
    color: #111;
    font-size: 8px;
    font-weight: 900;
    text-transform: uppercase;
}

.truecut-rt#truecut-royal-tee .truecut-rt__selector {
    margin-top: 17px;
}

.truecut-rt#truecut-royal-tee .truecut-rt__label-row {
    margin-bottom: 10px;
    font-size: 14px;
    letter-spacing: 0;
    text-transform: none;
}

.truecut-rt#truecut-royal-tee .truecut-rt__swatches {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.truecut-rt#truecut-royal-tee button.truecut-rt__swatch {
    width: 28px !important;
    height: 28px !important;
    border-radius: 0 !important;
}

.truecut-rt#truecut-royal-tee button.truecut-rt__swatch.is-active {
    outline: 1px solid #111;
    outline-offset: 3px;
}

.truecut-rt#truecut-royal-tee .truecut-rt__sizes {
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    gap: 10px !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__size,
.truecut-rt#truecut-royal-tee .truecut-rt__size-helper {
    min-width: 0 !important;
    width: 100% !important;
    height: 48px !important;
    border: 1px solid #ddd7ca !important;
    border-radius: 5px !important;
    background: #fff;
    color: #111;
    font-size: 14px !important;
    font-weight: 500;
}

.truecut-rt#truecut-royal-tee .truecut-rt__size.is-active {
    border-color: #111 !important;
    background: #111 !important;
    color: #fff !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__size-helper {
    grid-column: span 3 !important;
    border-style: dashed !important;
    line-height: 1.12;
    font-weight: 700;
}

.truecut-rt#truecut-royal-tee .truecut-rt__size-helper span {
    position: absolute;
    top: -11px;
    right: 10px;
    padding: 2px 5px;
    border-radius: 0;
    background: var(--tc-yellow);
    font-size: 8px;
}

.truecut-rt#truecut-royal-tee .truecut-rt__pack-builder {
    display: none !important;
    margin-top: 12px;
    padding: 13px;
    border: 1px solid #dbd5ca;
    border-radius: 4px;
    background: #fff;
}

.truecut-rt#truecut-royal-tee .truecut-rt__pack-builder.is-active {
    display: block !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__pack-builder p {
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.35;
}

.truecut-rt#truecut-royal-tee .truecut-rt__pack-presets {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-bottom: 12px;
}

.truecut-rt#truecut-royal-tee .truecut-rt__pack-slot {
    display: grid;
    grid-template-columns: 54px 1fr auto;
    align-items: center;
    gap: 10px;
    padding: 9px;
    border: 1px solid #ebe6dd;
    border-radius: 3px;
}

.truecut-rt#truecut-royal-tee .truecut-rt__mini-swatches {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.truecut-rt#truecut-royal-tee .truecut-rt__mini-swatches button {
    width: 22px !important;
    height: 22px !important;
    border-radius: 0 !important;
}

@media (max-width: 1024px) {
    .truecut-rt#truecut-royal-tee .truecut-rt__hero {
        max-width: 760px;
        grid-template-columns: 1fr;
    }

    .truecut-rt#truecut-royal-tee .truecut-rt__gallery {
        grid-template-columns: 72px minmax(0, 1fr) !important;
        min-height: 0;
        padding: 20px !important;
        border-right: 0;
        border-bottom: 1px solid var(--line);
    }

    .truecut-rt#truecut-royal-tee .truecut-rt__main-image {
        width: 100% !important;
        max-height: 640px;
    }

    .truecut-rt#truecut-royal-tee .truecut-rt__summary {
        max-width: none;
        padding: 24px 30px 34px;
    }
}

@media (max-width: 680px) {
    .truecut-rt#truecut-royal-tee .truecut-rt__hero {
        max-width: 390px;
        border-left: 0;
        border-right: 0;
    }

    .truecut-rt#truecut-royal-tee .truecut-rt__gallery {
        grid-template-columns: 62px minmax(0, 1fr) !important;
        gap: 10px !important;
        padding: 16px 20px 12px !important;
    }

    .truecut-rt#truecut-royal-tee .truecut-rt__thumbs {
        gap: 9px;
        max-height: 310px;
        overflow: hidden;
    }

    .truecut-rt#truecut-royal-tee .truecut-rt__thumb {
        width: 60px !important;
        height: 64px !important;
    }

    .truecut-rt#truecut-royal-tee .truecut-rt__image-stage {
        min-height: 300px;
    }

    .truecut-rt#truecut-royal-tee .truecut-rt__main-image {
        max-height: 300px;
    }

    .truecut-rt#truecut-royal-tee .truecut-rt__summary {
        padding: 19px 20px 26px;
    }

    .truecut-rt#truecut-royal-tee .truecut-rt__title {
        font-size: 25px;
    }

    .truecut-rt#truecut-royal-tee .truecut-rt__price ins {
        font-size: 18px;
    }

    .truecut-rt#truecut-royal-tee .truecut-rt__pack-tabs {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .truecut-rt#truecut-royal-tee .truecut-rt__pack-tabs button {
        min-height: 68px !important;
    }

    .truecut-rt#truecut-royal-tee .truecut-rt__sizes {
        grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
        gap: 9px !important;
    }

    .truecut-rt#truecut-royal-tee .truecut-rt__size,
    .truecut-rt#truecut-royal-tee .truecut-rt__size-helper {
        height: 48px !important;
        font-size: 13px !important;
    }

    .truecut-rt#truecut-royal-tee .truecut-rt__size-helper {
        grid-column: span 3 !important;
    }

    .truecut-rt#truecut-royal-tee .truecut-rt__pack-presets {
        grid-template-columns: 1fr;
    }

    .truecut-rt#truecut-royal-tee .truecut-rt__pack-slot {
        grid-template-columns: 48px minmax(0, 1fr);
    }

    .truecut-rt#truecut-royal-tee .truecut-rt__pack-slot > strong {
        grid-column: 2;
        justify-self: start;
    }
}

/* Precision pass 2026-07-02 EOF: target hero, pack grid, rating, SIZETECH, and CTA parity. */
.truecut-rt#truecut-royal-tee .truecut-rt__hero {
    max-width: 1180px !important;
    grid-template-columns: minmax(0, 1fr) 520px !important;
    align-items: start !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__gallery {
    min-height: 0 !important;
    align-items: flex-start !important;
    padding: 20px 18px !important;
    background: #fff !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__thumbs {
    max-height: 520px !important;
    overflow-y: auto !important;
    scrollbar-width: none;
}

.truecut-rt#truecut-royal-tee .truecut-rt__thumbs::-webkit-scrollbar {
    display: none;
}

.truecut-rt#truecut-royal-tee .truecut-rt__image-stage {
    min-height: 0 !important;
    align-self: flex-start !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__main-image {
    max-height: 520px !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__summary {
    padding: 26px 30px 32px !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__rating {
    display: flex !important;
    align-items: center;
    gap: 7px;
    margin-bottom: 9px;
    color: #111;
    font-weight: 600;
}

.truecut-rt#truecut-royal-tee .truecut-rt__score {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 31px;
    height: 22px;
    background: #00b67a;
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    line-height: 1;
}

.truecut-rt#truecut-royal-tee .truecut-rt__stars {
    color: #00b67a !important;
    letter-spacing: .04em;
    font-size: 13px;
}

.truecut-rt#truecut-royal-tee .truecut-rt__ticket > span {
    color: #22a06b !important;
    font-size: 18px !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__pack-tabs {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 8px !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__pack-tabs button {
    min-height: 68px !important;
    padding: 10px 8px !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__pack-tabs button[data-pack="4"] {
    grid-column: 1 / 2 !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__pack-tabs button[data-pack="5"] {
    grid-column: 2 / 4 !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__selector {
    margin-top: 14px !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__total {
    margin-top: 14px !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__atc {
    min-height: 48px !important;
    border-color: #071b3a !important;
    background: #071b3a !important;
    color: #fff !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__atc:hover {
    background: #031024 !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__payments {
    justify-content: center !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__strip,
.truecut-rt#truecut-royal-tee .truecut-rt__content,
.truecut-rt#truecut-royal-tee .truecut-rt__brand-story,
.truecut-rt#truecut-royal-tee .truecut-rt__proof-band,
.truecut-rt#truecut-royal-tee .truecut-rt__newsletter,
.truecut-rt#truecut-royal-tee .truecut-rt__sizetech-band,
.truecut-rt#truecut-royal-tee .truecut-rt__faq {
    display: none !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__pack-banner,
.truecut-rt#truecut-royal-tee .truecut-rt__morphology,
.truecut-rt#truecut-royal-tee .truecut-rt__reviews,
.truecut-rt#truecut-royal-tee .truecut-rt__moments {
    max-width: 1180px !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__pack-banner {
    border: 0 !important;
    border-radius: 0 !important;
    background: #071b3a !important;
    color: #fff !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__pack-banner .truecut-rt__eyebrow,
.truecut-rt#truecut-royal-tee .truecut-rt__pack-banner h2 {
    color: #fff !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__pack-banner button {
    background: var(--tc-yellow) !important;
    color: #111 !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__morphology {
    grid-template-columns: 1.05fr .95fr !important;
    gap: 16px !important;
    align-items: stretch !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__morphology-card {
    min-height: 320px !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__morphology-card.is-after {
    display: none !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__morphology-copy {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    padding: 28px !important;
    border: 1px solid #e8dfd0 !important;
    background: #f6f1e8 !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__morphology-copy button[data-open-size] {
    width: 100%;
    min-height: 46px;
    margin-top: 12px;
    border: 0;
    background: #111;
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
}

.truecut-rt#truecut-royal-tee .truecut-rt__reviews {
    background: #fff !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__review-grid article {
    background: #f8f8f6 !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__moments {
    padding-top: 12px !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__moment-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

@media (max-width: 1024px) {
    .truecut-rt#truecut-royal-tee .truecut-rt__hero {
        max-width: 760px !important;
        grid-template-columns: 1fr !important;
    }

    .truecut-rt#truecut-royal-tee .truecut-rt__main-image,
    .truecut-rt#truecut-royal-tee .truecut-rt__thumbs {
        max-height: 560px !important;
    }

    .truecut-rt#truecut-royal-tee .truecut-rt__morphology {
        grid-template-columns: 1fr !important;
    }

    .truecut-rt#truecut-royal-tee .truecut-rt__moment-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 680px) {
    .truecut-rt#truecut-royal-tee .truecut-rt__gallery {
        padding: 12px 14px 10px !important;
    }

    .truecut-rt#truecut-royal-tee .truecut-rt__thumbs,
    .truecut-rt#truecut-royal-tee .truecut-rt__main-image {
        max-height: 292px !important;
    }

    .truecut-rt#truecut-royal-tee .truecut-rt__summary {
        padding: 15px 18px 22px !important;
    }

    .truecut-rt#truecut-royal-tee .truecut-rt__pack-tabs {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .truecut-rt#truecut-royal-tee .truecut-rt__pack-tabs button {
        min-height: 64px !important;
    }

    .truecut-rt#truecut-royal-tee .truecut-rt__pack-tabs button[data-pack="4"],
    .truecut-rt#truecut-royal-tee .truecut-rt__pack-tabs button[data-pack="5"] {
        grid-column: auto !important;
    }

    .truecut-rt#truecut-royal-tee .truecut-rt__pack-tabs button[data-pack="5"] {
        grid-column: 1 / -1 !important;
    }

    .truecut-rt#truecut-royal-tee .truecut-rt__moment-grid {
        grid-template-columns: 1fr !important;
    }
}
