/* Truecut Royal Tee — parity components: quantity tiles, choose-pack, Packbuilder+ drawer, Sizetech+.
   Loads after parity.css; overrides of previously-!important rules must also use !important. */

:root {
    --tc-yellow: #FFF647;
    --tc-ink: #171717;
    --tc-gray-100: #f5f5f5;
    --tc-gray-200: #e5e5e5;
    --tc-gray-400: #9ca3af;
    --tc-red: #A62323;
    --tc-navy: #001f4d;
    --tc-serif: Georgia, 'Times New Roman', serif;
}

/* ------------------------------------------------------------------ */
/* Plain unit price (no promo on a single item)                        */
/* ------------------------------------------------------------------ */

.truecut-rt#truecut-royal-tee .truecut-rt__price--plain ins {
    text-decoration: none !important;
    background: none !important;
    font-weight: 700;
}

/* ------------------------------------------------------------------ */
/* Quantity tiles                                                      */
/* ------------------------------------------------------------------ */

/* The summary column is flex-ordered by parity.css (ticket=5, colour=7):
   slot the new sections between them. */
.truecut-rt#truecut-royal-tee .tcq {
    order: 6 !important;
    margin: 18px 0 6px;
}

.truecut-rt#truecut-royal-tee .tcpack {
    order: 6 !important;
}

.truecut-rt#truecut-royal-tee .tcq__heading {
    margin: 0 0 20px;
    font-size: 14px;
    font-weight: 600;
    color: var(--tc-ink);
}

.truecut-rt#truecut-royal-tee .tcq__tiles {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 10px;
}

.truecut-rt#truecut-royal-tee .tcq__tile {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: calc((100% - 20px) / 3);
    padding: 16px 10px;
    background: #fff;
    border: 1px solid var(--tc-gray-200);
    border-radius: 6px;
    cursor: pointer;
    text-align: center;
    transition: border-color 0.15s ease, background 0.15s ease;
}

.truecut-rt#truecut-royal-tee .tcq__tile--single {
    flex-direction: row;
    gap: 3px;
}

.truecut-rt#truecut-royal-tee .tcq__tile--builder {
    flex-grow: 1;
    flex-basis: calc((100% - 20px) / 3);
    border: 1px solid var(--tc-ink);
}

.truecut-rt#truecut-royal-tee .tcq__label {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--tc-ink);
    line-height: 1.1;
}

.truecut-rt#truecut-royal-tee .tcq__sep {
    font-size: 12px;
    color: var(--tc-ink);
}

.truecut-rt#truecut-royal-tee .tcq__ship {
    margin-top: 5px;
    font-size: 11px;
    font-style: italic;
    color: var(--tc-gray-400);
    line-height: 1.1;
}

.truecut-rt#truecut-royal-tee .tcq__price {
    margin-top: 4px;
    font-size: 13px;
    color: var(--tc-gray-400);
    line-height: 1.1;
}

.truecut-rt#truecut-royal-tee .tcq__tile--single .tcq__price {
    margin-top: 0;
    font-size: 14px;
    font-weight: 600;
    color: var(--tc-ink);
}

.truecut-rt#truecut-royal-tee .tcq__price--lowest {
    color: var(--tc-red);
    font-weight: 700;
}

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

.truecut-rt#truecut-royal-tee .tcq__tile.is-active .tcq__label,
.truecut-rt#truecut-royal-tee .tcq__tile.is-active .tcq__sep {
    color: #fff;
}

.truecut-rt#truecut-royal-tee .tcq__tile.is-active .tcq__price {
    color: var(--tc-yellow);
}

.truecut-rt#truecut-royal-tee .tcq__badge {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    background: var(--tc-yellow);
    color: var(--tc-ink);
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 6px;
    white-space: nowrap;
    z-index: 2;
    line-height: 1;
}

.truecut-rt#truecut-royal-tee .tcq__builder-label {
    font-family: var(--tc-serif);
    font-size: 16px;
    color: var(--tc-ink);
    line-height: 1.2;
}

.truecut-rt#truecut-royal-tee .tcq__builder-sub {
    margin-top: 4px;
    font-size: 11px;
    font-style: italic;
    color: var(--tc-gray-400);
}

@media (min-width: 1280px) {
    .truecut-rt#truecut-royal-tee .tcq__heading {
        font-size: 16px;
    }
    .truecut-rt#truecut-royal-tee .tcq__ship {
        margin-top: 8px;
        font-size: 12px;
    }
    .truecut-rt#truecut-royal-tee .tcq__badge {
        font-size: 11px;
    }
    .truecut-rt#truecut-royal-tee .tcq__builder-sub {
        font-size: 13px;
    }
}

/* ------------------------------------------------------------------ */
/* Choose your pack                                                    */
/* ------------------------------------------------------------------ */

.truecut-rt#truecut-royal-tee .tcpack {
    margin: 14px 0 6px;
}

.truecut-rt#truecut-royal-tee .tcpack__heading {
    margin: 0 0 14px;
    font-size: 14px;
    font-weight: 600;
    color: var(--tc-ink);
}

.truecut-rt#truecut-royal-tee .tcpack__composition {
    color: var(--tc-gray-400);
    font-weight: 400;
}

.truecut-rt#truecut-royal-tee .tcpack__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    align-items: stretch;
}

.truecut-rt#truecut-royal-tee .tcpack__card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1 / 1;
    padding: 0;
    border: 1px solid transparent;
    border-radius: 6px;
    overflow: hidden;
    background: var(--tc-gray-100);
    cursor: pointer;
}

.truecut-rt#truecut-royal-tee .tcpack__card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.truecut-rt#truecut-royal-tee .tcpack__card.is-active {
    border-color: var(--tc-gray-400);
}

.truecut-rt#truecut-royal-tee .tcpack__ph {
    position: absolute;
    inset: 0;
    display: flex;
}

.truecut-rt#truecut-royal-tee .tcpack__ph i {
    flex: 1;
    background: var(--swatch, #ccc);
}

.truecut-rt#truecut-royal-tee .tcpack__ph-label {
    position: relative;
    z-index: 1;
    background: rgba(255, 255, 255, 0.85);
    color: var(--tc-ink);
    font-size: 11px;
    font-weight: 600;
    padding: 3px 8px;
    border-radius: 4px;
}

.truecut-rt#truecut-royal-tee .tcpack__card--palette {
    background: #fff;
    border: 1px solid var(--tc-ink);
}

.truecut-rt#truecut-royal-tee .tcpack__card--palette span {
    display: block;
    font-family: var(--tc-serif);
    font-size: 14px;
    color: var(--tc-ink);
    line-height: 1.35;
}

/* Hide the colour selector on pack views */
.truecut-rt#truecut-royal-tee [data-colour-selector].is-hidden {
    display: none !important;
}

/* ------------------------------------------------------------------ */
/* Size row parity                                                     */
/* ------------------------------------------------------------------ */

/* The old sheet absolutely positions every span inside the helper tile;
   restore normal flow for the new label span. */
.truecut-rt#truecut-royal-tee .truecut-rt__size-helper .tcsz-tile__label {
    position: static !important;
    background: none !important;
    padding: 0 !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    font-family: var(--tc-serif);
    color: var(--tc-ink) !important;
    line-height: 1.15 !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__size-helper .tcsz-tile__badge {
    position: absolute !important;
    right: auto !important;
    left: 50% !important;
    top: 0 !important;
    transform: translate(-50%, -50%);
    padding: 5px 6px !important;
    border-radius: 0 !important;
    background: var(--tc-yellow) !important;
    color: var(--tc-ink) !important;
    font-size: 8px !important;
    line-height: 1 !important;
    font-weight: 900 !important;
    white-space: nowrap;
    z-index: 2;
}

.truecut-rt#truecut-royal-tee .truecut-rt__size-helper {
    border-color: #1b1b1b !important;
    overflow: visible !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__size.is-unavailable {
    opacity: 0.5;
    background-image: linear-gradient(to top right, transparent calc(50% - 1px), #9ca3af, transparent calc(50% + 1px)) !important;
}

.truecut-rt#truecut-royal-tee .tcsizes__warning {
    margin: 8px 0 0;
    font-size: 12px;
    color: #dc2626;
}

@media (min-width: 1280px) {
    .truecut-rt#truecut-royal-tee .tcsizes__warning {
        font-size: 14px;
    }
}

/* ATC parity: navy */
.truecut-rt#truecut-royal-tee .truecut-rt__atc {
    background: var(--tc-navy) !important;
    border-color: var(--tc-navy) !important;
}

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

/* ------------------------------------------------------------------ */
/* Drawer shell                                                        */
/* ------------------------------------------------------------------ */

html.tcdrawer-open,
html.tcdrawer-open body {
    overflow: hidden !important;
}

/* The WhatsApp widget floats above everything (z-index 999999999):
   hide it while the drawer is open so it never covers the CTA. */
html.tcdrawer-open .wa__btn_popup,
html.tcdrawer-open .wa__popup_chat_box {
    display: none !important;
}

.tcdrawer {
    position: fixed;
    inset: 0;
    z-index: 99990;
}

.tcdrawer__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    transition: opacity 0.2s ease;
}

.tcdrawer.is-open .tcdrawer__overlay {
    opacity: 1;
}

.tcdrawer__panel {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    max-height: 90vh;
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 12px 12px 0 0;
    padding: 20px 20px 0;
    transform: translateY(100%);
    transition: transform 0.22s ease;
    box-sizing: border-box;
}

.tcdrawer.is-open .tcdrawer__panel {
    transform: translateY(0);
}

@media (min-width: 1181px) {
    .tcdrawer__panel {
        left: auto;
        top: 16px;
        right: 16px;
        bottom: 16px;
        width: 45vw;
        max-height: none;
        border-radius: 6px;
        padding: 30px 30px 0;
        transform: translateX(105%);
    }

    .tcdrawer.is-open .tcdrawer__panel {
        transform: translateX(0);
    }
}

.tcdrawer__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-shrink: 0;
}

.tcdrawer__back {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: none;
    border: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 600;
    color: var(--tc-ink);
    cursor: pointer;
}

.tcdrawer__badge {
    font-size: 14px;
    line-height: 1;
    padding: 8px;
    font-weight: 600;
}

.tcdrawer__badge--builder {
    background: var(--tc-yellow);
    color: var(--tc-ink);
}

.tcdrawer__badge--sizetech {
    background: var(--tc-gray-400);
    color: #fff;
}

.tcdrawer__badge--sizetech span {
    color: var(--tc-yellow);
}

.tcdrawer__progress {
    height: 2px;
    background: var(--tc-gray-100);
    margin-top: 16px;
    flex-shrink: 0;
}

.tcdrawer__progress span {
    display: block;
    height: 100%;
    background: #828282;
    transition: width 0.25s ease;
}

.tcdrawer__body {
    flex: 1;
    overflow-y: auto;
    padding: 24px 2px 20px;
    -webkit-overflow-scrolling: touch;
}

.tcdrawer__footer {
    flex-shrink: 0;
    padding: 0 0 20px;
}

.tcdrawer__cta {
    display: block;
    width: 100%;
    border: 0;
    border-radius: 6px;
    padding: 16px 18px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    cursor: pointer;
    text-align: center;
}

.tcdrawer__cta--primary {
    background: var(--tc-yellow);
    color: var(--tc-ink);
}

.tcdrawer__cta--primary-dark,
.tcdrawer__cta--atc {
    background: var(--tc-ink);
    color: #fff;
}

.tcdrawer__cta--atc del {
    color: rgba(255, 255, 255, 0.5);
    margin-left: 8px;
    font-weight: 400;
}

.tcdrawer__cta:disabled {
    opacity: 0.6;
    cursor: default;
}

.tcdrawer__link {
    display: block;
    width: 100%;
    margin-top: 14px;
    padding: 0;
    background: none;
    border: 0;
    text-align: center;
    text-decoration: underline;
    font-size: 13px;
    color: #828282;
    cursor: pointer;
}

/* ------------------------------------------------------------------ */
/* Generic step content                                                */
/* ------------------------------------------------------------------ */

.tcstep__title {
    margin: 0;
    font-family: var(--tc-serif);
    font-size: 24px;
    font-weight: 500;
    color: var(--tc-ink);
    line-height: 1.2;
}

.tcstep__subtitle {
    margin: 8px 0 0;
    font-size: 14px;
    color: var(--tc-gray-400);
    line-height: 1.4;
}

.tcstep__label {
    margin: 22px 0 10px;
    font-size: 13px;
    color: var(--tc-gray-400);
}

.tcstep__hero {
    display: flex;
    justify-content: center;
    margin: 18px 0 6px;
}

.tcstep__hero img {
    width: min(320px, 80%);
    height: auto;
    object-fit: contain;
}

.tcstep--intro {
    text-align: center;
}

.tcstep__hero--large img {
    width: min(380px, 92%);
}

/* Saved size card */
.tcsaved {
    display: flex;
    align-items: center;
    gap: 14px;
}

.tcsaved__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background: var(--tc-ink);
    border-radius: 6px;
}

.tcsaved__meta {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.tcsaved__meta strong {
    font-family: var(--tc-serif);
    font-size: 17px;
    font-weight: 500;
    color: var(--tc-ink);
}

.tcsaved__meta em {
    font-style: normal;
    font-size: 13px;
    color: var(--tc-gray-400);
}

/* Manual size grid in step 1 */
.tcstep__sizes {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.tcstep__size {
    width: calc((100% - 30px) / 4);
    padding: 13px 6px;
    background: #fff;
    border: 1px solid var(--tc-gray-200);
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    color: var(--tc-ink);
    text-align: center;
    cursor: pointer;
}

.tcstep__size:nth-child(n+5) {
    width: calc((100% - 20px) / 3);
}

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

/* Sizetech CTA panel */
.tccalc {
    margin-top: 22px;
    background: var(--tc-ink);
    border-radius: 6px;
    padding: 6px;
}

.tccalc__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    border: 1px dashed rgba(169, 169, 169, 0.4);
    border-radius: 4px;
    padding: 14px;
}

.tccalc__text {
    margin: 0;
    font-family: var(--tc-serif);
    font-size: 16px;
    color: #fff;
    line-height: 1.35;
}

.tccalc__text em {
    font-style: normal;
    color: var(--tc-yellow);
}

.tccalc__text span {
    white-space: nowrap;
}

.tccalc__go {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    padding: 0;
    background: var(--tc-yellow);
    color: var(--tc-ink);
    border: 0;
    border-radius: 6px;
    cursor: pointer;
}

/* ------------------------------------------------------------------ */
/* Sliders                                                             */
/* ------------------------------------------------------------------ */

.tcslider {
    margin-top: 28px;
}

.tcslider__head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-bottom: 12px;
}

.tcslider__label {
    font-size: 15px;
    color: var(--tc-ink);
}

.tcslider__value {
    font-size: 18px;
    font-weight: 600;
    color: var(--tc-ink);
}

.tcslider__value small {
    font-size: 13px;
    font-weight: 500;
    margin-left: 4px;
}

.tcslider__range {
    -webkit-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    height: 16px;
    border-radius: 999px;
    background: linear-gradient(to right, var(--tc-yellow) 0%, var(--tc-yellow) var(--fill, 50%), #EEEDE6 var(--fill, 50%), #EEEDE6 100%);
    outline: none;
    margin: 0;
    cursor: pointer;
}

.tcslider__range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 12px;
    height: 24px;
    border-radius: 4px;
    background: #fff;
    border: 2px solid var(--tc-yellow);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

.tcslider__range::-moz-range-thumb {
    width: 10px;
    height: 22px;
    border-radius: 4px;
    background: #fff;
    border: 2px solid var(--tc-yellow);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

.tcslider__units {
    margin-top: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.tcslider__unit {
    background: none;
    border: 0;
    padding: 0;
    font-size: 14px;
    color: var(--tc-gray-400);
    cursor: pointer;
    font-weight: 600;
}

.tcslider__unit.is-active {
    color: var(--tc-ink);
}

.tcslider__unit-sep {
    color: var(--tc-gray-200);
}

/* ------------------------------------------------------------------ */
/* Chest / waist                                                       */
/* ------------------------------------------------------------------ */

.tcshape__figure {
    position: relative;
    display: flex;
    justify-content: center;
    margin: 24px 0 40px;
    overflow: hidden;
}

.tcshape__figure img {
    width: 290px;
    height: 162px;
    object-fit: cover;
    transition: object-position 0.5s ease-in-out;
}

.tcshape__figure::after {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 75%, #fff 100%);
}

.tcshape__options {
    display: grid;
    gap: 0;
}

.tcshape__option {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    padding: 10px 0;
    background: none;
    border: 0;
    border-bottom: 1px solid var(--tc-gray-400);
    text-align: left;
    cursor: pointer;
    color: var(--tc-ink);
}

.tcshape__option.is-last {
    border-bottom: 0;
}

.tcshape__icon {
    width: 54px;
    height: 54px;
    object-fit: contain;
    flex-shrink: 0;
}

.tcshape__label {
    flex: 1;
    font-size: 14px;
    color: var(--tc-ink);
}

@media (min-width: 768px) {
    .tcshape__icon {
        width: 80px;
        height: 80px;
    }
    .tcshape__label {
        font-size: 18px;
    }
}

/* ------------------------------------------------------------------ */
/* Analysis                                                            */
/* ------------------------------------------------------------------ */

.tcanalysis {
    margin-top: 26px;
}

.tcanalysis__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 20px 10px;
    border-bottom: 1px solid var(--tc-gray-100);
    opacity: 0;
    transform: translateY(10px);
    animation: tc-fade-up 0.4s ease forwards;
}

.tcanalysis__row:nth-child(1) { animation-delay: 0.3s; }
.tcanalysis__row:nth-child(2) { animation-delay: 0.5s; }
.tcanalysis__row:nth-child(3) { animation-delay: 0.7s; }

@keyframes tc-fade-up {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.tcanalysis__text {
    font-size: 14px;
    color: var(--tc-ink);
}

.tcanalysis__ring {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    flex-shrink: 0;
}

.tcanalysis__track {
    stroke: #F4F4F4;
}

.tcanalysis__fill {
    stroke: var(--tc-yellow);
    transform: rotate(-90deg);
    transform-origin: center;
    transition-property: stroke-dashoffset;
    transition-timing-function: linear;
}

.tcanalysis__check {
    position: absolute;
    color: var(--tc-ink);
    opacity: 0;
}

.tcanalysis__row.is-done .tcanalysis__ring {
    background: var(--tc-yellow);
}

.tcanalysis__row.is-done .tcanalysis__ring svg:first-child {
    opacity: 0;
}

.tcanalysis__row.is-done .tcanalysis__check {
    opacity: 1;
}

/* ------------------------------------------------------------------ */
/* Result                                                              */
/* ------------------------------------------------------------------ */

.tcresult {
    position: relative;
    margin-top: 24px;
    background: var(--tc-ink);
    border-radius: 6px;
    padding: 26px 20px;
    text-align: center;
}

.tcresult__frame {
    position: absolute;
    inset: 6px;
    border: 1px dashed rgba(169, 169, 169, 0.4);
    border-radius: 4px;
    pointer-events: none;
}

.tcresult strong {
    font-family: var(--tc-serif);
    font-size: 30px;
    font-weight: 500;
    color: #fff;
}

.tcresult__confidence {
    margin: 16px 0 0;
    font-size: 14px;
    color: var(--tc-gray-400);
}

.tcresult__note {
    margin: 6px 0 0;
    font-size: 14px;
    color: var(--tc-gray-400);
}

/* ------------------------------------------------------------------ */
/* Builder                                                             */
/* ------------------------------------------------------------------ */

.tcbuilder__head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 20px;
}

.tcbuilder__size {
    flex-shrink: 0;
    background: var(--tc-ink);
    color: #fff;
    border: 0;
    border-radius: 6px;
    padding: 10px 14px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
}

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

@media (min-width: 1280px) {
    .tcbuilder__grid {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
}

.tcbuilder__tile {
    background: none;
    border: 0;
    padding: 0;
    cursor: pointer;
    text-align: center;
}

.tcbuilder__tile-media {
    position: relative;
    display: block;
    aspect-ratio: 1 / 1;
    border: 1px solid transparent;
    border-radius: 12px;
    padding: 2px;
    overflow: hidden;
}

.tcbuilder__tile.is-selected .tcbuilder__tile-media {
    border-color: var(--tc-ink);
}

.tcbuilder__tile-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    transform: scale(2.4);
    transform-origin: top;
}

.tcbuilder__tile-media i {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: var(--swatch, #ccc);
}

.tcbuilder__plus {
    position: absolute;
    right: 4px;
    bottom: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 50%;
    color: var(--tc-ink);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}

.tcbuilder__qty {
    position: absolute;
    right: 4px;
    top: 4px;
    background: var(--tc-ink);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 5px 7px;
    border-radius: 4px;
    line-height: 1;
    z-index: 2;
    animation: tc-pop 0.18s ease;
}

@keyframes tc-pop {
    0% { transform: scale(0.6); }
    100% { transform: scale(1); }
}

.tcbuilder__tile.is-oos .tcbuilder__tile-media::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(23, 23, 23, 0.4);
    border-radius: 10px;
}

.tcbuilder__oos {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    background: #fff;
    color: var(--tc-ink);
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 3px 6px;
    border-radius: 3px;
    white-space: nowrap;
}

.tcbuilder__tile-name {
    display: block;
    margin-top: 6px;
    font-size: 12px;
    color: var(--tc-gray-400);
}

/* Builder footer */
.tcbuilder__footer {
    padding-top: 20px;
    box-shadow: 0px -20px 50px 0px rgba(0, 0, 0, 0.1);
    background: #fff;
}

.tcbuilder__count-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.tcbuilder__count {
    margin: 0;
    font-size: 14px;
    color: #828282;
}

.tcbuilder__count strong {
    color: var(--tc-ink);
}

.tcbuilder__ship-badge {
    background: var(--tc-yellow);
    color: var(--tc-ink);
    padding: 10px 8px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.1;
    animation: tc-pop 0.25s ease;
    white-space: nowrap;
}

.tcbuilder__track {
    position: relative;
    height: 10px;
    background: #D9D9D9;
    border-radius: 9px;
    margin-top: 20px;
    overflow: hidden;
}

.tcbuilder__track-fill {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    border-radius: 9px;
    background: linear-gradient(90deg, #FF4747 0%, #FFAA00 43.27%, #FFF200 74.04%, #0AAC02 94.71%);
    transition: width 0.3s ease-out;
}

.tcbuilder__price-row {
    position: relative;
    height: 40px;
    margin: 14px 0 20px;
    container-type: inline-size;
}

.tcbuilder__price-chip {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -14px;
    background: var(--tc-gray-100);
    border: 1px solid var(--tc-gray-400);
    color: var(--tc-ink);
    border-radius: 6px;
    padding: 6px;
    font-size: 14px;
    white-space: nowrap;
    transition: transform 0.3s ease-out;
    z-index: 2;
}

.tcbuilder__price-target {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    color: var(--tc-gray-400);
    white-space: nowrap;
}

.tcbuilder__strip {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    padding: 4px 0 10px;
}

.tcbuilder__strip-item {
    flex-shrink: 0;
    width: 70px;
    text-align: center;
}

.tcbuilder__strip-media {
    position: relative;
    display: block;
    width: 70px;
    height: 70px;
    border-radius: 8px;
    overflow: hidden;
}

.tcbuilder__strip-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(2.4);
    transform-origin: top;
}

.tcbuilder__strip-media i {
    display: block;
    width: 100%;
    height: 100%;
    background: var(--swatch, #ccc);
}

.tcbuilder__strip-media .tcbuilder__qty {
    top: 3px;
    right: 3px;
    font-size: 10px;
    padding: 4px 5px;
}

.tcbuilder__minus {
    position: absolute;
    left: 3px;
    bottom: 3px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    padding: 0;
    background: #fff;
    border: 0;
    border-radius: 50%;
    color: var(--tc-ink);
    cursor: pointer;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}

.tcbuilder__strip-name {
    display: block;
    margin-top: 4px;
    font-size: 11px;
    color: var(--tc-gray-400);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tcbuilder__max {
    margin: 8px 0 0;
    font-size: 13px;
    color: var(--tc-red);
}

.tcbuilder__gate {
    margin-top: 6px;
    background: var(--tc-gray-100);
    color: #888888;
    border-radius: 6px;
    padding: 16px 18px;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}

/* ------------------------------------------------------------------ */
/* Cart extras (rendered by PHP on cart/checkout pages)                */
/* ------------------------------------------------------------------ */

.truecut-rt-edit-pack {
    display: inline-block;
    margin-top: 4px;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: underline;
    color: #828282;
}

.truecut-rt-pack-qty {
    display: inline-block;
    min-width: 24px;
    text-align: center;
}

/* ================================================================== */
/* v0.3 — rest-of-page parity                                         */
/* ================================================================== */

/* Breadcrumb */
.truecut-rt#truecut-royal-tee .truecut-rt__crumb {
    margin: 20px 0;
}

.truecut-rt#truecut-royal-tee .truecut-rt__crumb p {
    margin: 0;
    font-size: 11px;
    text-transform: uppercase;
    color: var(--tc-gray-400);
    line-height: 1;
}

.truecut-rt#truecut-royal-tee .truecut-rt__crumb a {
    color: inherit;
    text-decoration: none;
}

.truecut-rt#truecut-royal-tee .truecut-rt__crumb-unit {
    text-decoration: underline;
}

@media (min-width: 1181px) {
    .truecut-rt#truecut-royal-tee .truecut-rt__crumb {
        margin: 30px 0;
    }
    .truecut-rt#truecut-royal-tee .truecut-rt__crumb p {
        font-size: 14px;
        color: var(--tc-ink);
    }
}

/* Gallery slider */
.truecut-rt#truecut-royal-tee .truecut-rt__gallery {
    display: block !important;
}

.truecut-rt#truecut-royal-tee .tcgal {
    display: flex;
    gap: 10px;
    --tc-slide-offset: 40px;
}

@media (min-width: 1181px) {
    .truecut-rt#truecut-royal-tee .tcgal {
        gap: 20px;
        --tc-slide-offset: 0px;
        position: sticky;
        top: calc(var(--tc-header-h, 80px) + 20px);
    }
}

.truecut-rt#truecut-royal-tee .tcgal__rail-col {
    position: relative;
    width: 60px;
    flex-shrink: 0;
}

.truecut-rt#truecut-royal-tee .tcgal__rail {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    overflow-y: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
}

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

.truecut-rt#truecut-royal-tee .tcgal__thumb {
    flex-shrink: 0;
    width: 60px;
    height: 65px;
    padding: 0;
    border: 1px solid transparent;
    border-radius: 6px;
    overflow: hidden;
    background: var(--tc-gray-100);
    cursor: pointer;
}

.truecut-rt#truecut-royal-tee .tcgal__thumb.is-active {
    border-color: var(--tc-gray-400);
}

.truecut-rt#truecut-royal-tee .tcgal__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

@media (min-width: 1181px) {
    .truecut-rt#truecut-royal-tee .tcgal__rail-col,
    .truecut-rt#truecut-royal-tee .tcgal__thumb {
        width: 75px;
    }
    .truecut-rt#truecut-royal-tee .tcgal__thumb {
        height: 75px;
    }
}

.truecut-rt#truecut-royal-tee .tcgal__stage {
    position: relative;
    flex: 1;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    touch-action: pan-y;
    user-select: none;
    cursor: grab;
    border-radius: 6px;
}

.truecut-rt#truecut-royal-tee .tcgal__stage.is-dragging {
    cursor: grabbing;
}

.truecut-rt#truecut-royal-tee .tcgal__track {
    display: flex;
    height: 100%;
    width: 100%;
    gap: 10px;
}

.truecut-rt#truecut-royal-tee .tcgal__slide {
    position: relative;
    height: 100%;
    flex-shrink: 0;
    width: calc(100% - var(--tc-slide-offset, 0px));
    border-radius: 6px;
    overflow: hidden;
    background: var(--tc-gray-100);
}

.truecut-rt#truecut-royal-tee .tcgal__slide img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}

/* Headline: title + price left, rating chip right */
.truecut-rt#truecut-royal-tee .truecut-rt__headline {
    order: 1 !important;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 10px;
}

.truecut-rt#truecut-royal-tee .truecut-rt__headline .truecut-rt__title {
    order: 0 !important;
    margin: 0 !important;
    font-family: var(--tc-serif) !important;
    font-size: 20px !important;
    line-height: 1.1 !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__headline .truecut-rt__price {
    order: 0 !important;
    display: flex !important;
    align-items: center;
    gap: 10px;
    margin: 10px 0 0 !important;
    border: 0 !important;
    padding: 0 !important;
}

@media (min-width: 1181px) {
    .truecut-rt#truecut-royal-tee .truecut-rt__headline .truecut-rt__title {
        font-size: 24px !important;
    }
}

.truecut-rt#truecut-royal-tee .truecut-rt__badge-chip {
    background: var(--tc-yellow);
    color: var(--tc-ink);
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 5px;
    line-height: 1;
}

.truecut-rt#truecut-royal-tee .truecut-rt__headline .truecut-rt__rating {
    order: 1 !important;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 7px;
    background: none !important;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    cursor: pointer;
    text-align: right;
}

.truecut-rt#truecut-royal-tee .truecut-rt__rating .truecut-rt__score {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #0BB57B !important;
    color: #fff !important;
    padding: 10px !important;
    font-size: 14px !important;
    font-weight: 800;
    line-height: 1;
    border-radius: 0 !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__rating-meta {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 6px;
}

.truecut-rt#truecut-royal-tee .truecut-rt__rating-meta span {
    font-size: 11px;
    text-transform: uppercase;
    color: #888888;
}

.truecut-rt#truecut-royal-tee .truecut-rt__rating-meta em {
    font-style: normal;
    font-size: 11px;
    text-transform: uppercase;
    color: var(--tc-gray-400);
}

@media (min-width: 1181px) {
    .truecut-rt#truecut-royal-tee .truecut-rt__headline .truecut-rt__rating {
        flex-direction: row;
        align-items: center;
        gap: 20px;
    }
    .truecut-rt#truecut-royal-tee .truecut-rt__rating .truecut-rt__score {
        font-size: 18px !important;
    }
    .truecut-rt#truecut-royal-tee .truecut-rt__rating-meta span,
    .truecut-rt#truecut-royal-tee .truecut-rt__rating-meta em {
        font-size: 14px;
        text-transform: none;
    }
}

/* Benefits with real icons */
.truecut-rt#truecut-royal-tee .truecut-rt__benefits {
    padding-bottom: 30px !important;
    border-bottom: 1px solid var(--tc-gray-100) !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__benefits div {
    display: flex !important;
    align-items: center;
    gap: 10px;
}

.truecut-rt#truecut-royal-tee .truecut-rt__benefits img {
    width: 12px;
    height: 12px;
    object-fit: contain;
    opacity: 0.5;
}

@media (min-width: 1181px) {
    .truecut-rt#truecut-royal-tee .truecut-rt__benefits img {
        width: 24px;
        height: 24px;
    }
}

.truecut-rt#truecut-royal-tee .truecut-rt__benefits strong {
    font-weight: 400 !important;
    font-size: 14px;
    color: var(--tc-ink);
}

/* ATC parity */
.truecut-rt#truecut-royal-tee .truecut-rt__atc {
    border-radius: 6px !important;
    padding: 16px 10px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    letter-spacing: 0.02em !important;
    text-transform: uppercase;
}

@media (min-width: 1181px) {
    .truecut-rt#truecut-royal-tee .truecut-rt__atc {
        padding: 20px 10px !important;
        font-size: 16px !important;
    }
}

/* Shipping estimate line */
.truecut-rt#truecut-royal-tee .truecut-rt__ship-line {
    order: 11 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.truecut-rt#truecut-royal-tee .truecut-rt__ship-line[hidden] {
    display: none;
}

.truecut-rt#truecut-royal-tee .truecut-rt__ship-line img {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.truecut-rt#truecut-royal-tee .truecut-rt__ship-line p {
    margin: 0 0 0 10px;
    font-size: 11px;
    text-transform: uppercase;
    color: var(--tc-ink);
    line-height: 1.1;
    text-align: center;
}

.truecut-rt#truecut-royal-tee .truecut-rt__ship-line strong {
    font-weight: 600;
}

@media (min-width: 1181px) {
    .truecut-rt#truecut-royal-tee .truecut-rt__ship-line p {
        margin-left: 20px;
        font-size: 14px;
    }
}

/* Sticky sentinel */
.truecut-rt#truecut-royal-tee .truecut-rt__sticky-sentinel {
    order: 9 !important;
    height: 1px;
}

/* Accordions parity */
.truecut-rt#truecut-royal-tee .truecut-rt__accordions {
    margin-top: 40px !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__accordions details {
    border: 0 !important;
    border-bottom: 1px solid var(--tc-gray-400) !important;
    border-radius: 0 !important;
    padding: 20px 0 !important;
    background: none !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__accordions details:first-of-type {
    padding-top: 0 !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__accordions summary {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    list-style: none !important;
    cursor: pointer;
    font-family: var(--tc-serif) !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
    color: var(--tc-ink) !important;
    padding: 0 !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__accordions summary::marker,
.truecut-rt#truecut-royal-tee .truecut-rt__accordions summary::-webkit-details-marker {
    display: none;
    content: '';
}

.truecut-rt#truecut-royal-tee .truecut-rt__accordions summary::after {
    content: '';
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    background: url('../img/icons/chevron-right.svg') center / contain no-repeat;
    transform: rotate(-90deg);
    transition: transform 0.25s ease;
}

.truecut-rt#truecut-royal-tee .truecut-rt__accordions details[open] summary::after {
    transform: rotate(90deg);
}

.truecut-rt#truecut-royal-tee .truecut-rt__acc-body {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.4;
    color: var(--tc-gray-400);
}

.truecut-rt#truecut-royal-tee .truecut-rt__acc-body p {
    margin: 0 0 10px;
}

.truecut-rt#truecut-royal-tee .truecut-rt__acc-body strong {
    color: #737373;
}

@media (min-width: 1181px) {
    .truecut-rt#truecut-royal-tee .truecut-rt__accordions summary {
        font-size: 20px !important;
    }
    .truecut-rt#truecut-royal-tee .truecut-rt__acc-body {
        font-size: 16px;
    }
}

/* Mobile sticky ATC */
.truecut-rt#truecut-royal-tee .truecut-rt__sticky {
    display: block !important;
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    top: auto !important;
    z-index: 40 !important;
    background: #fff !important;
    padding: 20px 20px calc(20px + env(safe-area-inset-bottom, 0px)) !important;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.1) !important;
    transform: translateY(100%);
    transition: transform 0.3s ease-out;
    margin: 0 !important;
    border: 0 !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__sticky.is-visible {
    transform: translateY(0);
}

.truecut-rt#truecut-royal-tee .truecut-rt__sticky .truecut-rt__ship-line {
    margin-top: 12px;
}

@media (min-width: 1181px) {
    .truecut-rt#truecut-royal-tee .truecut-rt__sticky {
        display: none !important;
    }
}

/* ------------------------------------------------------------------ */
/* Below the fold                                                      */
/* ------------------------------------------------------------------ */

.truecut-rt#truecut-royal-tee .truecut-rt__ba-grid {
    margin: 30px 20px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
}

@media (min-width: 1181px) {
    .truecut-rt#truecut-royal-tee .truecut-rt__ba-grid {
        margin: 30px 80px;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
        align-items: stretch;
    }
}

/* Before / after slider */
.truecut-rt#truecut-royal-tee .truecut-rt__ba {
    margin: 0 -20px;
}

@media (min-width: 1181px) {
    .truecut-rt#truecut-royal-tee .truecut-rt__ba {
        margin: 0;
        border-radius: 6px;
        overflow: hidden;
    }
}

.truecut-rt#truecut-royal-tee .truecut-rt__ba-box {
    position: relative;
    height: 250px;
    overflow: hidden;
    user-select: none;
    cursor: ew-resize;
}

@media (min-width: 1181px) {
    .truecut-rt#truecut-royal-tee .truecut-rt__ba-box {
        height: 450px;
    }
}

.truecut-rt#truecut-royal-tee .truecut-rt__ba-after {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.truecut-rt#truecut-royal-tee .truecut-rt__ba-clip {
    position: absolute;
    inset: 0;
    width: 50%;
    overflow: hidden;
}

.truecut-rt#truecut-royal-tee .truecut-rt__ba-before {
    height: 100%;
    max-width: none;
    object-fit: cover;
}

.truecut-rt#truecut-royal-tee .truecut-rt__ba-label {
    position: absolute;
    top: 20px;
    color: #fff;
    font-size: 14px;
    z-index: 2;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.truecut-rt#truecut-royal-tee .truecut-rt__ba-label--before {
    left: 20px;
}

.truecut-rt#truecut-royal-tee .truecut-rt__ba-label--after {
    right: 20px;
}

.truecut-rt#truecut-royal-tee .truecut-rt__ba-fade {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 168px;
    background: linear-gradient(360deg, #171717 0%, rgba(27, 27, 27, 0) 100%);
    pointer-events: none;
}

.truecut-rt#truecut-royal-tee .truecut-rt__ba-handle {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 2px;
    background: #fff;
    z-index: 3;
}

.truecut-rt#truecut-royal-tee .truecut-rt__ba-grip {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    gap: 2px;
}

.truecut-rt#truecut-royal-tee .truecut-rt__ba-pill {
    width: 10px;
    height: 36px;
    background: #fff;
    border-radius: 999px;
}

.truecut-rt#truecut-royal-tee .truecut-rt__ba-switch {
    background: #1b1b1b;
    padding: 20px;
}

.truecut-rt#truecut-royal-tee .truecut-rt__ba-switch p {
    margin: 0;
    color: #fff;
    font-size: 14px;
}

.truecut-rt#truecut-royal-tee .truecut-rt__ba-options {
    margin-top: 20px;
    display: flex;
    gap: 10px;
}

.truecut-rt#truecut-royal-tee .truecut-rt__ba-options button {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px 10px;
    border: 0;
    border-radius: 6px;
    font-size: 14px;
    text-transform: uppercase;
    background: #a3a3a3;
    color: #5D5D5D;
    cursor: pointer;
}

.truecut-rt#truecut-royal-tee .truecut-rt__ba-options button img {
    opacity: 0.5;
}

.truecut-rt#truecut-royal-tee .truecut-rt__ba-options button.is-active {
    background: #fff;
    color: #1b1b1b;
}

.truecut-rt#truecut-royal-tee .truecut-rt__ba-options button.is-active img {
    opacity: 1;
}

@media (min-width: 1181px) {
    .truecut-rt#truecut-royal-tee .truecut-rt__ba-switch p {
        font-size: 16px;
    }
    .truecut-rt#truecut-royal-tee .truecut-rt__ba-options {
        gap: 20px;
    }
    .truecut-rt#truecut-royal-tee .truecut-rt__ba-options button {
        padding: 20px 10px;
        font-size: 16px;
        gap: 14px;
    }
}

/* CTA cards */
.truecut-rt#truecut-royal-tee .truecut-rt__cta-cards {
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.truecut-rt#truecut-royal-tee .truecut-rt__cta-card {
    position: relative;
    overflow: hidden;
    flex: 1;
    border-radius: 6px;
    border: 1px solid var(--tc-gray-200);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
    padding: 20px;
    transition: border-color 0.2s ease;
}

.truecut-rt#truecut-royal-tee .truecut-rt__cta-card:hover {
    border-color: #1b1b1b;
}

@media (min-width: 1181px) {
    .truecut-rt#truecut-royal-tee .truecut-rt__cta-card {
        padding: 30px;
    }
}

.truecut-rt#truecut-royal-tee .truecut-rt__cta-watermark {
    position: absolute;
    top: -20px;
    right: -20px;
    width: 220px;
    height: 250px;
    object-fit: contain;
    opacity: 0.04;
    pointer-events: none;
}

.truecut-rt#truecut-royal-tee .truecut-rt__cta-watermark--measure {
    top: -18px;
    right: -14px;
    width: 140px;
    height: 140px;
    transform: rotate(18deg);
    opacity: 0.05;
}

.truecut-rt#truecut-royal-tee .truecut-rt__cta-badge {
    display: inline-block;
    background: var(--tc-yellow);
    color: #1b1b1b;
    font-size: 11px;
    text-transform: uppercase;
    padding: 8px;
    margin-bottom: 15px;
    line-height: 1;
}

.truecut-rt#truecut-royal-tee .truecut-rt__cta-card h2 {
    margin: 0;
    font-family: var(--tc-serif);
    font-size: 20px;
    font-weight: 500;
    color: var(--tc-ink);
    line-height: 1.25;
}

.truecut-rt#truecut-royal-tee .truecut-rt__cta-chip {
    display: inline-block;
    background: var(--tc-yellow);
    color: #1b1b1b;
    font-size: 14px;
    padding: 6px;
    white-space: nowrap;
    text-transform: uppercase;
    vertical-align: middle;
    font-family: Inter, Lato, Arial, sans-serif;
    font-weight: 600;
    line-height: 1;
}

.truecut-rt#truecut-royal-tee .truecut-rt__cta-card p {
    margin: 12px 0 0;
    font-size: 14px;
    line-height: 1.4;
    color: #737373;
}

.truecut-rt#truecut-royal-tee .truecut-rt__cta-btn {
    width: 100%;
    border: 0;
    border-radius: 6px;
    padding: 16px 10px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s ease;
}

.truecut-rt#truecut-royal-tee .truecut-rt__cta-btn--yellow {
    background: var(--tc-yellow);
    color: #1b1b1b;
}

.truecut-rt#truecut-royal-tee .truecut-rt__cta-btn--yellow:hover {
    background: rgba(255, 246, 71, 0.9);
}

.truecut-rt#truecut-royal-tee .truecut-rt__cta-btn--dark {
    background: #1b1b1b;
    color: #fff;
}

.truecut-rt#truecut-royal-tee .truecut-rt__cta-btn--dark:hover {
    background: #404040;
}

@media (min-width: 1181px) {
    .truecut-rt#truecut-royal-tee .truecut-rt__cta-badge {
        font-size: 14px;
    }
    .truecut-rt#truecut-royal-tee .truecut-rt__cta-card h2 {
        font-size: 22px;
        max-width: 320px;
    }
    .truecut-rt#truecut-royal-tee .truecut-rt__cta-card p {
        font-size: 16px;
        max-width: 360px;
    }
    .truecut-rt#truecut-royal-tee .truecut-rt__cta-btn {
        padding: 20px 10px;
        font-size: 16px;
    }
}

/* Mobile tailor band */
.truecut-rt#truecut-royal-tee .truecut-rt__tailor-band {
    position: relative;
    margin: 0 0 60px;
    overflow: hidden;
}

@media (min-width: 1181px) {
    .truecut-rt#truecut-royal-tee .truecut-rt__tailor-band {
        display: none;
    }
}

.truecut-rt#truecut-royal-tee .truecut-rt__tailor-deco {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image:
        linear-gradient(to bottom, #A9A9A9 50%, transparent 50%),
        linear-gradient(to bottom, #A9A9A9 50%, transparent 50%),
        linear-gradient(to bottom, #A9A9A9 50%, transparent 50%),
        linear-gradient(to right, #A9A9A9 50%, transparent 50%),
        linear-gradient(to right, #A9A9A9 50%, transparent 50%);
    background-size:
        1px 18px,
        1px 18px,
        1px 18px,
        18px 1px,
        18px 1px;
    background-position:
        20px 0,
        140px 0,
        calc(100% - 20px) 0,
        0 20px,
        0 40px;
    background-repeat:
        repeat-y,
        repeat-y,
        repeat-y,
        repeat-x,
        repeat-x;
    opacity: 0.35;
}

.truecut-rt#truecut-royal-tee .truecut-rt__tailor-band::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100px;
    background: linear-gradient(to top, #ffffff, rgba(255, 255, 255, 0));
    pointer-events: none;
}

.truecut-rt#truecut-royal-tee .truecut-rt__tailor-content {
    position: relative;
    padding: 100px 20px 20px;
}

.truecut-rt#truecut-royal-tee .truecut-rt__tailor-content h2 {
    margin: 0 0 20px;
    font-family: var(--tc-serif);
    font-size: 22px;
    font-weight: 500;
    color: #1b1b1b;
    line-height: 1.2;
}

.truecut-rt#truecut-royal-tee .truecut-rt__tailor-content p {
    margin: 0;
    font-size: 14px;
    color: #a3a3a3;
    line-height: 1.4;
}

/* Trustpilot marquee */
.truecut-rt#truecut-royal-tee .truecut-rt__tp {
    margin: 30px 20px;
}

@media (min-width: 1181px) {
    .truecut-rt#truecut-royal-tee .truecut-rt__tp {
        margin: 30px 80px;
    }
}

.truecut-rt#truecut-royal-tee .truecut-rt__tp-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.truecut-rt#truecut-royal-tee .truecut-rt__tp-logo {
    width: 80px;
    height: auto;
}

.truecut-rt#truecut-royal-tee .truecut-rt__tp-score {
    display: flex;
    align-items: center;
    gap: 10px;
}

.truecut-rt#truecut-royal-tee .truecut-rt__tp-score strong {
    font-family: var(--tc-serif);
    font-size: 14px;
    font-weight: 500;
    color: #1b1b1b;
}

.truecut-rt#truecut-royal-tee .truecut-rt__tp-score img {
    height: 14px;
    width: auto;
}

.truecut-rt#truecut-royal-tee .truecut-rt__tp-score span {
    font-size: 11px;
    text-transform: uppercase;
    color: #a3a3a3;
}

@media (min-width: 1181px) {
    .truecut-rt#truecut-royal-tee .truecut-rt__tp-logo {
        width: 100px;
    }
    .truecut-rt#truecut-royal-tee .truecut-rt__tp-score strong {
        font-size: 18px;
    }
    .truecut-rt#truecut-royal-tee .truecut-rt__tp-score span {
        font-size: 14px;
    }
}

.truecut-rt#truecut-royal-tee .truecut-rt__tp-carousel {
    overflow: hidden;
    position: relative;
    margin-right: -20px;
}

@media (min-width: 1181px) {
    .truecut-rt#truecut-royal-tee .truecut-rt__tp-carousel {
        margin-right: -80px;
    }
}

.truecut-rt#truecut-royal-tee .truecut-rt__tp-track {
    display: flex;
    gap: 20px;
    width: max-content;
    animation: tc-marquee 120s linear infinite;
}

@keyframes tc-marquee {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

@media (prefers-reduced-motion: reduce) {
    .truecut-rt#truecut-royal-tee .truecut-rt__tp-track {
        animation: none;
    }
}

.truecut-rt#truecut-royal-tee .truecut-rt__tp-card-wrap {
    width: 288px;
    flex-shrink: 0;
}

@media (min-width: 1181px) {
    .truecut-rt#truecut-royal-tee .truecut-rt__tp-card-wrap {
        width: 360px;
    }
}

.truecut-rt#truecut-royal-tee .truecut-rt__tp-card {
    background: var(--tc-gray-100);
    padding: 20px;
    height: 100%;
    min-height: 150px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}

@media (min-width: 1181px) {
    .truecut-rt#truecut-royal-tee .truecut-rt__tp-card {
        min-height: 230px;
    }
}

.truecut-rt#truecut-royal-tee .truecut-rt__tp-card-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 14px;
}

.truecut-rt#truecut-royal-tee .truecut-rt__tp-card-top img {
    height: 14px;
    width: auto;
}

.truecut-rt#truecut-royal-tee .truecut-rt__tp-card-top span {
    font-size: 11px;
    color: #a3a3a3;
}

.truecut-rt#truecut-royal-tee .truecut-rt__tp-card h3 {
    margin: 0 0 14px;
    font-family: var(--tc-serif);
    font-size: 18px;
    font-weight: 500;
    color: #1b1b1b;
    line-height: 1.2;
}

.truecut-rt#truecut-royal-tee .truecut-rt__tp-card p {
    margin: 0 0 14px;
    flex: 1;
    font-size: 14px;
    color: #a3a3a3;
    line-height: 1.4;
}

.truecut-rt#truecut-royal-tee .truecut-rt__tp-card em {
    font-style: normal;
    font-size: 14px;
    color: #1b1b1b;
}

@media (min-width: 1181px) {
    .truecut-rt#truecut-royal-tee .truecut-rt__tp-card-top img {
        height: 16px;
    }
    .truecut-rt#truecut-royal-tee .truecut-rt__tp-card h3 {
        font-size: 20px;
    }
    .truecut-rt#truecut-royal-tee .truecut-rt__tp-card p {
        font-size: 16px;
    }
}

/* "It goes with you" grid */
.truecut-rt#truecut-royal-tee .truecut-rt__moments {
    margin: 0 20px 30px !important;
    padding: 0 !important;
    background: none !important;
}

@media (min-width: 1181px) {
    .truecut-rt#truecut-royal-tee .truecut-rt__moments {
        margin: 0 80px 30px !important;
    }
}

.truecut-rt#truecut-royal-tee .truecut-rt__moments h2 {
    margin: 0 0 30px !important;
    font-family: var(--tc-serif) !important;
    font-size: 20px !important;
    font-weight: 500 !important;
    color: #1b1b1b !important;
    text-align: left !important;
    text-transform: none !important;
}

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

@media (min-width: 1181px) {
    .truecut-rt#truecut-royal-tee .truecut-rt__moment-grid {
        grid-template-columns: repeat(4, 1fr) !important;
        gap: 20px !important;
    }
}

.truecut-rt#truecut-royal-tee .truecut-rt__moment {
    position: relative;
    height: 200px;
    overflow: hidden;
}

@media (min-width: 1181px) {
    .truecut-rt#truecut-royal-tee .truecut-rt__moment {
        height: auto;
        aspect-ratio: 1 / 1;
    }
}

.truecut-rt#truecut-royal-tee .truecut-rt__moment img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.truecut-rt#truecut-royal-tee .truecut-rt__moment::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(27, 27, 27, 0) 0%, rgba(27, 27, 27, 0.45) 100%);
}

.truecut-rt#truecut-royal-tee .truecut-rt__moment span {
    position: absolute;
    left: 20px;
    bottom: 20px;
    color: #fff;
    font-size: 14px;
    z-index: 2;
}

/* Mini proof band */
.truecut-rt#truecut-royal-tee .truecut-rt__mini-band {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 20px 40px;
}

.truecut-rt#truecut-royal-tee .truecut-rt__mini-band > p {
    margin: 0 0 10px;
    font-family: var(--tc-serif);
    font-size: 14px;
    color: #000;
    text-align: center;
}

.truecut-rt#truecut-royal-tee .truecut-rt__mini-stars {
    display: flex;
    align-items: center;
    gap: 2px;
}

.truecut-rt#truecut-royal-tee .truecut-rt__mini-star {
    font-size: 16px;
    line-height: 1;
    color: var(--tc-gray-100);
}

.truecut-rt#truecut-royal-tee .truecut-rt__mini-star.is-filled {
    color: var(--tc-yellow);
}

.truecut-rt#truecut-royal-tee .truecut-rt__mini-stars strong {
    margin-left: 8px;
    font-family: var(--tc-serif);
    font-size: 14px;
    font-weight: 500;
    color: #000;
}

.truecut-rt#truecut-royal-tee .truecut-rt__mini-stars i {
    font-style: normal;
    color: #a3a3a3;
    margin: 0 4px;
}

.truecut-rt#truecut-royal-tee .truecut-rt__mini-stars em {
    font-style: normal;
    font-size: 11px;
    text-transform: uppercase;
    color: #a3a3a3;
}

@media (min-width: 1181px) {
    .truecut-rt#truecut-royal-tee .truecut-rt__mini-band > p {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .truecut-rt#truecut-royal-tee .truecut-rt__mini-stars strong {
        font-size: 16px;
    }
    .truecut-rt#truecut-royal-tee .truecut-rt__mini-stars em {
        font-size: 16px;
        text-transform: none;
    }
}

/* ------------------------------------------------------------------ */
/* v0.3.0 review fixes                                                 */
/* ------------------------------------------------------------------ */

/* Rating chip: neutralise legacy fixed dimensions and centring */
.truecut-rt#truecut-royal-tee .truecut-rt__rating .truecut-rt__score {
    width: auto !important;
    height: auto !important;
    min-width: 0 !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__headline .truecut-rt__rating {
    align-items: flex-end !important;
    gap: 7px !important;
}

@media (min-width: 1181px) {
    .truecut-rt#truecut-royal-tee .truecut-rt__headline .truecut-rt__rating {
        align-items: center !important;
        gap: 20px !important;
    }
}

/* Badge chip: outrank parity's .truecut-rt__price span block */
.truecut-rt#truecut-royal-tee .truecut-rt__price .truecut-rt__badge-chip {
    display: inline-block !important;
    background: var(--tc-yellow) !important;
    color: var(--tc-ink) !important;
    height: auto !important;
    padding: 5px !important;
    border-radius: 0 !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    line-height: 1 !important;
}

/* Gallery: kill legacy paddings, give the sticky column travel room */
.truecut-rt#truecut-royal-tee .truecut-rt__gallery {
    padding: 0 !important;
}

@media (min-width: 1181px) {
    .truecut-rt#truecut-royal-tee .truecut-rt__gallery {
        align-self: stretch;
        height: 100%;
    }
}

/* Accordion body: outrank parity's paragraph !important rules */
.truecut-rt#truecut-royal-tee .truecut-rt__acc-body p {
    margin: 0 0 10px !important;
    font-size: 14px !important;
    color: var(--tc-gray-400) !important;
    line-height: 1.4 !important;
}

@media (min-width: 1181px) {
    .truecut-rt#truecut-royal-tee .truecut-rt__acc-body p {
        font-size: 16px !important;
    }
}

/* Moments: neutralise legacy width caps so it aligns with siblings */
.truecut-rt#truecut-royal-tee .truecut-rt__moments {
    width: auto !important;
    max-width: none !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__moment-grid {
    margin-top: 0 !important;
}

/* Marquee: trailing gap so translateX(-50%) lands exactly on set 2 */
.truecut-rt#truecut-royal-tee .truecut-rt__tp-track {
    padding-right: 20px;
}

/* Sticky bar: keep the WhatsApp bubble clear of the CTA */
html.tcsticky-visible .wa__btn_popup {
    bottom: 150px !important;
}

/* Sticky bar notice stays collapsed when empty */
.truecut-rt#truecut-royal-tee .truecut-rt__sticky .truecut-rt__notice:empty {
    display: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* ================================================================== */
/* v0.3.1 — measured parity fixes (target vs source, 3 viewports)     */
/* ================================================================== */

/* Design tokens: product.css redefines --tc-yellow/--tc-navy in :root
   (#fff338/#062653). Re-scope on the containers with higher specificity.
   Target CTA yellow oklch(0.9515 0.1833 106.41) converts to #FFF647:
   ONE yellow everywhere. */
.truecut-rt#truecut-royal-tee,
.tcdrawer {
    --tc-yellow: #FFF647;
    --tc-navy: #001f4d;
    --tc-sans: 'DM Sans', Inter, Lato, Arial, sans-serif;
}

/* Body font: target uses DM Sans. Root override (parity sets Inter
   !important on the container); serif rules keep winning by specificity. */
.truecut-rt#truecut-royal-tee {
    font-family: var(--tc-sans) !important;
}

.truecut-rt#truecut-royal-tee button,
.truecut-rt#truecut-royal-tee input {
    font-family: inherit;
}

.truecut-rt#truecut-royal-tee .truecut-rt__cta-chip {
    font-family: var(--tc-sans);
}

/* --- Hero layout: kill legacy 940px caps ---------------------------- */

.truecut-rt#truecut-royal-tee .truecut-rt__hero {
    width: auto !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 20px !important;
    grid-template-columns: 1fr !important;
    gap: 0 !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__summary {
    width: auto !important;
    max-width: none !important;
    margin: 30px 0 0 !important;
    padding: 0 !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__gallery {
    width: auto !important;
    max-width: none !important;
    /* mobile: slider bleeds to the right edge like the target */
    margin-right: -20px !important;
}

@media (min-width: 1181px) {
    .truecut-rt#truecut-royal-tee .truecut-rt__hero {
        margin: 0 80px 30px !important;
        padding: 0 !important;
        grid-template-columns: 1fr 1fr !important;
        gap: 60px !important;
        align-items: stretch !important;
    }
    .truecut-rt#truecut-royal-tee .truecut-rt__summary {
        margin: 72px 0 0 !important;
    }
    .truecut-rt#truecut-royal-tee .truecut-rt__gallery {
        margin-right: 0 !important;
    }
}

/* keep below-fold sections on the same 20/80 gutters (already set) */

/* --- Typography parity (target weights are DM Sans 400) ------------- */

.truecut-rt#truecut-royal-tee .tcq__heading {
    font-weight: 400;
    line-height: 1.1;
}

.truecut-rt#truecut-royal-tee .tcq__label,
.truecut-rt#truecut-royal-tee .tcq__tile--single .tcq__price {
    font-weight: 400;
}

.truecut-rt#truecut-royal-tee .tcq__badge {
    font-weight: 400;
}

.truecut-rt#truecut-royal-tee .tcpack__heading {
    font-weight: 400;
}

.truecut-rt#truecut-royal-tee .truecut-rt__label-row span,
.truecut-rt#truecut-royal-tee .truecut-rt__label-row strong {
    font-size: 14px !important;
    font-weight: 400 !important;
    color: var(--tc-ink) !important;
}

@media (min-width: 1181px) {
    .truecut-rt#truecut-royal-tee .truecut-rt__label-row span,
    .truecut-rt#truecut-royal-tee .truecut-rt__label-row strong {
        font-size: 16px !important;
    }
}

.truecut-rt#truecut-royal-tee .truecut-rt__size-helper .tcsz-tile__label {
    font-size: 14px !important;
    font-weight: 400 !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__size-helper .tcsz-tile__badge {
    font-size: 9px !important;
    font-weight: 400 !important;
}

@media (min-width: 1181px) {
    .truecut-rt#truecut-royal-tee .truecut-rt__size-helper .tcsz-tile__badge {
        font-size: 11px !important;
    }
}

.truecut-rt#truecut-royal-tee .truecut-rt__atc {
    font-weight: 400 !important;
    background: var(--tc-navy) !important;
    border-color: var(--tc-navy) !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__ship-line p {
    white-space: nowrap;
    font-weight: 400;
}

@media (max-width: 360px) {
    .truecut-rt#truecut-royal-tee .truecut-rt__ship-line p {
        white-space: normal;
    }
}

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

@media (min-width: 1181px) {
    .truecut-rt#truecut-royal-tee .truecut-rt__benefits strong {
        font-size: 15px !important;
    }
}

.truecut-rt#truecut-royal-tee .truecut-rt__cta-btn {
    font-weight: 400;
    padding-left: 20px;
    padding-right: 20px;
}

.truecut-rt#truecut-royal-tee .truecut-rt__cta-badge {
    font-weight: 400;
}

.truecut-rt#truecut-royal-tee .truecut-rt__badge-chip {
    font-weight: 400 !important;
}

.truecut-rt#truecut-royal-tee .tcq__builder-sub,
.truecut-rt#truecut-royal-tee .tcq__ship,
.truecut-rt#truecut-royal-tee .tcq__price {
    font-weight: 400;
}

/* ------------------------------------------------------------------ */
/* v0.3.2 — headline desktop grid + price sizes + rating labels        */
/* ------------------------------------------------------------------ */

/* Price: 14px on mobile/tablet like the target, 20px on desktop */
.truecut-rt#truecut-royal-tee .truecut-rt__price--plain ins {
    font-size: 14px !important;
    font-weight: 500 !important;
    color: var(--tc-ink) !important;
}

/* Rating meta label: "Trustpilot" on mobile, "Verified reviews" on desktop */
.truecut-rt#truecut-royal-tee .truecut-rt__rating-label--d {
    display: none;
}

@media (min-width: 1181px) {
    .truecut-rt#truecut-royal-tee .truecut-rt__rating-label--m {
        display: none;
    }
    .truecut-rt#truecut-royal-tee .truecut-rt__rating-label--d {
        display: inline;
    }

    /* Desktop headline: row 1 = title / price, row 2 = rating / badge chip */
    .truecut-rt#truecut-royal-tee .truecut-rt__headline {
        display: grid !important;
        grid-template-columns: 1fr auto;
        row-gap: 20px;
        align-items: center;
    }
    .truecut-rt#truecut-royal-tee .truecut-rt__headline-main,
    .truecut-rt#truecut-royal-tee .truecut-rt__headline .truecut-rt__price {
        display: contents !important;
    }
    .truecut-rt#truecut-royal-tee .truecut-rt__headline .truecut-rt__title {
        grid-column: 1;
        grid-row: 1;
    }
    .truecut-rt#truecut-royal-tee .truecut-rt__headline ins[data-unit-price] {
        grid-column: 2;
        grid-row: 1;
        justify-self: end;
        font-size: 20px !important;
    }
    .truecut-rt#truecut-royal-tee .truecut-rt__headline .truecut-rt__rating {
        grid-column: 1;
        grid-row: 2;
        justify-self: start;
        text-align: left;
    }
    .truecut-rt#truecut-royal-tee .truecut-rt__headline .truecut-rt__rating-meta {
        align-items: flex-start;
    }
    .truecut-rt#truecut-royal-tee .truecut-rt__headline .truecut-rt__badge-chip {
        grid-column: 2;
        grid-row: 2;
        justify-self: end;
        font-size: 15px !important;
        padding: 10px !important;
    }
}

/* ------------------------------------------------------------------ */
/* v0.3.8 — drawer footer full-bleed, tile polish, highlight cleanup   */
/* ------------------------------------------------------------------ */

/* Footer spans the whole panel like the target; content keeps padding */
.tcdrawer__footer {
    margin: 0 -20px;
    background: #fff;
    padding: 0;
}

.tcdrawer__footer .tcbuilder__footer,
.tcdrawer__footer > .tcdrawer__cta,
.tcdrawer__footer > .tcdrawer__link {
    margin-left: 20px;
    margin-right: 20px;
}

.tcdrawer__footer .tcbuilder__footer {
    margin: 0;
    padding: 20px 20px calc(20px + env(safe-area-inset-bottom, 0px));
    box-shadow: 0px -20px 50px 0px rgba(0, 0, 0, 0.1);
}

.tcdrawer__footer > .tcdrawer__cta {
    margin-bottom: calc(20px + env(safe-area-inset-bottom, 0px));
}

.tcdrawer__footer > .tcdrawer__link {
    margin-bottom: calc(14px + env(safe-area-inset-bottom, 0px));
}

@media (min-width: 1181px) {
    .tcdrawer__footer {
        margin: 0 -30px;
    }
    .tcdrawer__footer .tcbuilder__footer {
        padding: 20px 30px 20px;
    }
    .tcdrawer__footer > .tcdrawer__cta,
    .tcdrawer__footer > .tcdrawer__link {
        margin-left: 30px;
        margin-right: 30px;
    }
}

/* Builder tile "+" icon: rounded square like the target */
.truecut-rt#truecut-royal-tee .tcbuilder__plus {
    width: 26px;
    height: 26px;
    border-radius: 8px;
}

.truecut-rt#truecut-royal-tee .tcbuilder__minus {
    border-radius: 8px;
}

/* No tap highlight, no text selection flashes on interactive elements */
.truecut-rt#truecut-royal-tee button,
.truecut-rt#truecut-royal-tee button * {
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    user-select: none;
}

.truecut-rt#truecut-royal-tee button::selection,
.truecut-rt#truecut-royal-tee button *::selection {
    background: transparent;
}

.tcdrawer,
.tcdrawer * {
    -webkit-tap-highlight-color: transparent;
}

.tcdrawer button,
.tcdrawer button * {
    -webkit-user-select: none;
    user-select: none;
}

.tcdrawer button::selection,
.tcdrawer button *::selection {
    background: transparent;
}

/* Belt-and-braces: no background/outline in ANY interaction state on
   drawer chrome and builder tiles, whatever third-party scripts inject. */
.tcdrawer .tcdrawer__back,
.tcdrawer .tcdrawer__back:hover,
.tcdrawer .tcdrawer__back:focus,
.tcdrawer .tcdrawer__back:focus-visible,
.tcdrawer .tcdrawer__back:active,
.tcdrawer .tcbuilder__tile,
.tcdrawer .tcbuilder__tile:hover,
.tcdrawer .tcbuilder__tile:focus,
.tcdrawer .tcbuilder__tile:focus-visible,
.tcdrawer .tcbuilder__tile:active {
    background: none !important;
    background-color: transparent !important;
    outline: none !important;
    box-shadow: none !important;
}

.tcdrawer .tcbuilder__tile-name,
.tcdrawer .tcbuilder__tile-name::selection {
    background: transparent !important;
    color: var(--tc-gray-400) !important;
}

/* Breadcrumb hidden at the owner's request (temporary — delete this block to restore) */
.truecut-rt#truecut-royal-tee .truecut-rt__crumb {
    display: none !important;
}

/* ------------------------------------------------------------------ */
/* v0.3.11 — kill native button appearance (Safari accent-colour fills)
   and fix footer-direct CTA overflow (width 100% + side margins).     */
/* ------------------------------------------------------------------ */

.truecut-rt#truecut-royal-tee button,
.tcdrawer button {
    -webkit-appearance: none !important;
    appearance: none !important;
}

.tcdrawer__footer > .tcdrawer__cta {
    width: auto;
}

/* Buttons shrink-wrap with width:auto — size them explicitly instead */
.tcdrawer__footer > .tcdrawer__cta {
    width: calc(100% - 40px);
}

.tcdrawer__footer > .tcdrawer__link {
    width: calc(100% - 40px);
}

@media (min-width: 1181px) {
    .tcdrawer__footer > .tcdrawer__cta,
    .tcdrawer__footer > .tcdrawer__link {
        width: calc(100% - 60px);
    }
}

/* ------------------------------------------------------------------ */
/* v0.3.12 — the theme repaints button:hover/:focus with its own       */
/* background + white text. Re-assert every interactive element's own  */
/* colours in ALL states.                                              */
/* ------------------------------------------------------------------ */

.tcdrawer .tcdrawer__back:hover,
.tcdrawer .tcdrawer__back:focus,
.tcdrawer .tcdrawer__back:active {
    color: var(--tc-ink) !important;
}

.tcdrawer .tcdrawer__link,
.tcdrawer .tcdrawer__link:hover,
.tcdrawer .tcdrawer__link:focus,
.tcdrawer .tcdrawer__link:active {
    background: none !important;
    background-color: transparent !important;
    color: #828282 !important;
    outline: none !important;
    box-shadow: none !important;
}

.tcdrawer .tcdrawer__cta--primary:hover,
.tcdrawer .tcdrawer__cta--primary:focus,
.tcdrawer .tcdrawer__cta--primary:active {
    background: var(--tc-yellow) !important;
    color: var(--tc-ink) !important;
}

.tcdrawer .tcdrawer__cta--primary-dark:hover,
.tcdrawer .tcdrawer__cta--primary-dark:focus,
.tcdrawer .tcdrawer__cta--primary-dark:active,
.tcdrawer .tcdrawer__cta--atc:hover,
.tcdrawer .tcdrawer__cta--atc:focus,
.tcdrawer .tcdrawer__cta--atc:active {
    background: var(--tc-ink) !important;
    color: #fff !important;
}

.tcdrawer .tcstep__size:hover,
.tcdrawer .tcstep__size:focus,
.tcdrawer .tcstep__size:active {
    background: #fff !important;
    color: var(--tc-ink) !important;
}

.tcdrawer .tcstep__size.is-active,
.tcdrawer .tcstep__size.is-active:hover,
.tcdrawer .tcstep__size.is-active:focus {
    background: var(--tc-ink) !important;
    color: #fff !important;
}

.tcdrawer .tccalc__go:hover,
.tcdrawer .tccalc__go:focus,
.tcdrawer .tccalc__go:active {
    background: var(--tc-yellow) !important;
    color: var(--tc-ink) !important;
}

.tcdrawer .tcslider__unit:hover,
.tcdrawer .tcslider__unit:focus,
.tcdrawer .tcslider__unit:active {
    background: none !important;
    color: var(--tc-gray-400) !important;
}

.tcdrawer .tcslider__unit.is-active,
.tcdrawer .tcslider__unit.is-active:hover {
    background: none !important;
    color: var(--tc-ink) !important;
}

.tcdrawer .tcshape__option:hover,
.tcdrawer .tcshape__option:focus,
.tcdrawer .tcshape__option:active {
    background: none !important;
    color: var(--tc-ink) !important;
}

.tcdrawer .tcbuilder__size:hover,
.tcdrawer .tcbuilder__size:focus {
    background: var(--tc-ink) !important;
    color: #fff !important;
}

.tcdrawer .tcbuilder__minus:hover,
.tcdrawer .tcbuilder__minus:focus {
    background: #fff !important;
    color: var(--tc-ink) !important;
}

/* Page-side buttons */
.truecut-rt#truecut-royal-tee .tcq__tile:hover,
.truecut-rt#truecut-royal-tee .tcq__tile:focus {
    background: #fff !important;
}

.truecut-rt#truecut-royal-tee .tcq__tile:hover .tcq__label,
.truecut-rt#truecut-royal-tee .tcq__tile:focus .tcq__label {
    color: var(--tc-ink);
}

.truecut-rt#truecut-royal-tee .tcq__tile.is-active,
.truecut-rt#truecut-royal-tee .tcq__tile.is-active:hover,
.truecut-rt#truecut-royal-tee .tcq__tile.is-active:focus {
    background: var(--tc-ink) !important;
}

.truecut-rt#truecut-royal-tee .tcpack__card:hover,
.truecut-rt#truecut-royal-tee .tcpack__card:focus {
    background: var(--tc-gray-100) !important;
    color: var(--tc-ink) !important;
}

.truecut-rt#truecut-royal-tee .tcpack__card--palette:hover,
.truecut-rt#truecut-royal-tee .tcpack__card--palette:focus {
    background: #fff !important;
}

.truecut-rt#truecut-royal-tee .tcgal__thumb:hover,
.truecut-rt#truecut-royal-tee .tcgal__thumb:focus {
    background: var(--tc-gray-100) !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__ba-options button:hover,
.truecut-rt#truecut-royal-tee .truecut-rt__ba-options button:focus {
    background: #a3a3a3 !important;
    color: #5D5D5D !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__ba-options button.is-active,
.truecut-rt#truecut-royal-tee .truecut-rt__ba-options button.is-active:hover {
    background: #fff !important;
    color: #1b1b1b !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__cta-btn--yellow:hover,
.truecut-rt#truecut-royal-tee .truecut-rt__cta-btn--yellow:focus {
    background: rgba(255, 246, 71, 0.9) !important;
    color: #1b1b1b !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__cta-btn--dark:hover,
.truecut-rt#truecut-royal-tee .truecut-rt__cta-btn--dark:focus {
    background: #404040 !important;
    color: #fff !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__atc:hover,
.truecut-rt#truecut-royal-tee .truecut-rt__atc:focus {
    color: #fff !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__rating:hover,
.truecut-rt#truecut-royal-tee .truecut-rt__rating:focus {
    background: none !important;
}

/* ------------------------------------------------------------------ */
/* v0.3.13 — active-state text must win over the :focus/:hover guards  */
/* (mobile taps leave :focus set), and no stray focus outlines.        */
/* ------------------------------------------------------------------ */

.truecut-rt#truecut-royal-tee .tcq__tile.is-active .tcq__label,
.truecut-rt#truecut-royal-tee .tcq__tile.is-active:hover .tcq__label,
.truecut-rt#truecut-royal-tee .tcq__tile.is-active:focus .tcq__label,
.truecut-rt#truecut-royal-tee .tcq__tile.is-active .tcq__sep,
.truecut-rt#truecut-royal-tee .tcq__tile.is-active:hover .tcq__sep,
.truecut-rt#truecut-royal-tee .tcq__tile.is-active:focus .tcq__sep {
    color: #fff !important;
}

.truecut-rt#truecut-royal-tee .tcq__tile.is-active .tcq__price,
.truecut-rt#truecut-royal-tee .tcq__tile.is-active:hover .tcq__price,
.truecut-rt#truecut-royal-tee .tcq__tile.is-active:focus .tcq__price {
    color: var(--tc-yellow) !important;
}

.truecut-rt#truecut-royal-tee .tcq__tile.is-active .tcq__ship,
.truecut-rt#truecut-royal-tee .tcq__tile.is-active:focus .tcq__ship {
    color: var(--tc-gray-400) !important;
}

/* No theme/browser focus outlines on tap; subtle ring for keyboard only */
.truecut-rt#truecut-royal-tee .tcq__tile:focus,
.truecut-rt#truecut-royal-tee .tcpack__card:focus,
.truecut-rt#truecut-royal-tee .truecut-rt__swatch:focus,
.truecut-rt#truecut-royal-tee .truecut-rt__size:focus,
.truecut-rt#truecut-royal-tee .truecut-rt__size-helper:focus,
.truecut-rt#truecut-royal-tee .tcgal__thumb:focus,
.truecut-rt#truecut-royal-tee .truecut-rt__ba-options button:focus,
.truecut-rt#truecut-royal-tee .truecut-rt__cta-btn:focus,
.truecut-rt#truecut-royal-tee .truecut-rt__atc:focus {
    outline: none !important;
    box-shadow: none !important;
}

.truecut-rt#truecut-royal-tee .tcq__tile:focus-visible,
.truecut-rt#truecut-royal-tee .tcpack__card:focus-visible,
.truecut-rt#truecut-royal-tee .truecut-rt__size:focus-visible {
    outline: 2px solid rgba(0, 0, 0, 0.25) !important;
    outline-offset: 2px;
}

/* v0.3.14 — shipping line wraps on narrow screens instead of clipping */
@media (max-width: 480px) {
    .truecut-rt#truecut-royal-tee .truecut-rt__ship-line p {
        white-space: normal;
        line-height: 1.45;
    }
}

/* ------------------------------------------------------------------ */
/* v0.4.0 — mixed-size builder (staging feature flag)                  */
/* ------------------------------------------------------------------ */

.tcbuilder__samesize {
    margin: -8px 0 18px;
}

.tcbuilder__samesize-label {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    font-size: 13px;
    color: var(--tc-ink);
}

.tcbuilder__samesize-input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.tcbuilder__samesize-track {
    position: relative;
    display: inline-block;
    width: 38px;
    height: 22px;
    border-radius: 999px;
    background: var(--tc-gray-200);
    transition: background 0.15s ease;
    flex-shrink: 0;
}

.tcbuilder__samesize-knob {
    position: absolute;
    top: 3px;
    left: 3px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    transition: left 0.15s ease;
}

.tcbuilder__samesize-input:checked + .tcbuilder__samesize-track {
    background: var(--tc-ink);
}

.tcbuilder__samesize-input:checked + .tcbuilder__samesize-track .tcbuilder__samesize-knob {
    left: 19px;
}

.tcchooser {
    position: absolute;
    inset: 0;
    z-index: 20;
    background: rgba(23, 23, 23, 0.45);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: inherit;
}

.tcchooser__card {
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    width: min(340px, calc(100% - 40px));
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);
}

.tcchooser__title {
    margin: 0 0 14px;
    font-family: var(--tc-serif);
    font-size: 17px;
    color: var(--tc-ink);
}

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

.tcchooser__size {
    flex: 1 0 calc(25% - 8px);
    padding: 11px 4px;
    background: #fff !important;
    border: 1px solid var(--tc-gray-200);
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    color: var(--tc-ink) !important;
    cursor: pointer;
}

.tcchooser__size.is-default {
    border-color: var(--tc-ink);
}

.tcchooser__size.is-oos {
    opacity: 0.35;
    cursor: default;
    background-image: linear-gradient(to top right, transparent calc(50% - 1px), #9ca3af, transparent calc(50% + 1px));
}

.tcchooser__cancel {
    display: block;
    width: 100%;
    margin-top: 14px;
    padding: 0;
    background: none !important;
    border: 0;
    text-align: center;
    text-decoration: underline;
    font-size: 13px;
    color: #828282 !important;
    cursor: pointer;
}
