/* Truecut/Fincut parity layer. Loaded after product.css. Scope: The Royal Tee only. */
.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;
    background: #fff;
    color: #151515;
    font-family: Inter, Lato, Arial, sans-serif;
}

.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__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,
.truecut-rt#truecut-royal-tee .truecut-rt__mini-swatches {
    min-width: 0;
    max-width: 100%;
}

.truecut-rt#truecut-royal-tee .truecut-rt__hero {
    display: grid !important;
    grid-template-columns: minmax(0, 510px) 370px !important;
    gap: 24px !important;
    align-items: start !important;
    width: min(940px, calc(100vw - 48px)) !important;
    max-width: 940px !important;
    margin: 24px auto 28px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__gallery {
    display: grid !important;
    grid-template-columns: 60px minmax(0, 1fr) !important;
    gap: 14px !important;
    align-items: start !important;
    padding: 0 !important;
    background: #fff !important;
    border: 0 !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__thumbs {
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
    width: 60px !important;
    max-height: 540px !important;
    overflow: hidden !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__thumb {
    width: 58px !important;
    height: 68px !important;
    padding: 0 !important;
    border: 1px solid #dedede !important;
    border-radius: 5px !important;
    background: #f7f7f5 !important;
    overflow: hidden !important;
    opacity: 1 !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__thumb.is-active {
    border-color: #111 !important;
    box-shadow: inset 0 0 0 1px #111 !important;
}

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

.truecut-rt#truecut-royal-tee .truecut-rt__image-stage {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 520px !important;
    height: 520px !important;
    padding: 0 !important;
    background: #f3f3f1 !important;
    border-radius: 6px !important;
    overflow: hidden !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__image-stage::after {
    display: none !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__main-image {
    width: 100% !important;
    height: 100% !important;
    max-height: none !important;
    object-fit: contain !important;
    object-position: center center !important;
    display: block !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__summary {
    display: flex !important;
    flex-direction: column !important;
    align-self: start !important;
    gap: 10px !important;
    width: 100% !important;
    max-width: 370px !important;
    padding: 0 !important;
    background: #fff !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__rating {
    order: 1 !important;
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
    margin: 0 !important;
    font-size: 12px !important;
    line-height: 1.2 !important;
    color: #232323 !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__score {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 24px !important;
    min-width: 38px !important;
    padding: 0 7px !important;
    border-radius: 2px !important;
    background: #36a36a !important;
    color: #fff !important;
    font-weight: 800 !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__stars {
    color: #f2b01e !important;
    letter-spacing: .02em !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__title {
    order: 2 !important;
    margin: 0 !important;
    color: #171717 !important;
    font-size: clamp(25px, 2.25vw, 34px) !important;
    line-height: 1.08 !important;
    font-weight: 500 !important;
    letter-spacing: .015em !important;
    text-transform: none !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__price {
    order: 3 !important;
    display: flex !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 9px !important;
    margin: 0 !important;
    padding: 0 0 8px !important;
    border-bottom: 1px solid #ece6dc !important;
    line-height: 1 !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__price del {
    color: #2a2a2a !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    opacity: 1 !important;
    text-decoration-thickness: 1.5px !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__price ins {
    color: #0f0f0f !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    text-decoration: none !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__price span {
    display: inline-flex !important;
    align-items: center !important;
    height: 22px !important;
    padding: 0 8px !important;
    border-radius: 2px !important;
    background: #efff4f !important;
    color: #222 !important;
    font-size: 11px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
}

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

.truecut-rt#truecut-royal-tee .truecut-rt__benefits {
    order: 4 !important;
    display: grid !important;
    gap: 6px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__benefits div {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    min-height: 21px !important;
    color: #222 !important;
    font-size: 13px !important;
    line-height: 1.25 !important;
    font-weight: 400 !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__benefits span {
    width: 16px !important;
    height: 16px !important;
    border-radius: 50% !important;
    background: #ededed !important;
    position: relative !important;
    flex: 0 0 16px !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__benefits span::after {
    content: "";
    position: absolute;
    inset: 4px;
    border-radius: 50%;
    background: #bdbdbd;
}

.truecut-rt#truecut-royal-tee .truecut-rt__benefits strong {
    font-weight: 500 !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__ticket {
    order: 5 !important;
    display: grid !important;
    grid-template-columns: 28px minmax(0, 1fr) !important;
    gap: 8px !important;
    align-items: center !important;
    margin: 2px 0 6px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__ticket > span {
    width: 25px !important;
    height: 25px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 50% !important;
    background: #fff360 !important;
    color: #0c2346 !important;
    font-size: 15px !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__ticket strong {
    display: block !important;
    color: #111 !important;
    font-size: 13px !important;
    line-height: 1.1 !important;
    font-weight: 800 !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__ticket small {
    display: block !important;
    color: #333 !important;
    font-size: 11px !important;
    line-height: 1.2 !important;
    margin-top: 1px !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__packs {
    order: 6 !important;
    margin: 0 !important;
    padding: 12px 0 0 !important;
    border-top: 1px solid #f0ede7 !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__pack-heading {
    display: block !important;
    margin: 0 0 8px !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__pack-heading h3 {
    margin: 0 0 2px !important;
    font-size: 13px !important;
    line-height: 1.25 !important;
    font-weight: 500 !important;
    color: #171717 !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__pack-heading span {
    display: block !important;
    max-width: 440px !important;
    color: #777 !important;
    font-size: 11px !important;
    line-height: 1.3 !important;
}

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

.truecut-rt#truecut-royal-tee .truecut-rt__pack-tabs button {
    position: relative !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 54px !important;
    padding: 8px 8px 7px !important;
    border: 1px solid #dedede !important;
    border-radius: 4px !important;
    background: #fff !important;
    color: #1f1f1f !important;
    text-align: center !important;
    box-shadow: none !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__pack-tabs button:nth-child(5) {
    grid-column: span 2 !important;
}

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

.truecut-rt#truecut-royal-tee .truecut-rt__pack-tabs strong {
    color: inherit !important;
    font-size: 11px !important;
    line-height: 1.2 !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__pack-tabs small,
.truecut-rt#truecut-royal-tee .truecut-rt__pack-tabs em,
.truecut-rt#truecut-royal-tee .truecut-rt__pack-kicker {
    color: inherit !important;
    font-size: 9.5px !important;
    line-height: 1.2 !important;
    font-style: normal !important;
    opacity: .86 !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__best-badge {
    position: absolute !important;
    left: 8px !important;
    top: -10px !important;
    padding: 2px 8px !important;
    background: #fff25c !important;
    color: #111 !important;
    border-radius: 2px !important;
    font-size: 9px !important;
    line-height: 1 !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__pack-builder {
    display: none !important;
    margin: 10px 0 0 !important;
    padding: 10px !important;
    border: 1px solid #ddd !important;
    border-radius: 4px !important;
    background: #fff !important;
}

.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 8px !important;
    color: #555 !important;
    font-size: 10.5px !important;
    line-height: 1.35 !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__pack-presets {
    display: flex !important;
    gap: 6px !important;
    flex-wrap: wrap !important;
    margin: 0 0 9px !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__preset {
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    min-height: 30px !important;
    padding: 5px 8px !important;
    border: 1px solid #dedede !important;
    border-radius: 4px !important;
    background: #fff !important;
    color: #202020 !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__preset.is-active {
    border-color: #111 !important;
    box-shadow: inset 0 0 0 1px #111 !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__preset strong,
.truecut-rt#truecut-royal-tee .truecut-rt__preset em {
    color: inherit !important;
    font-size: 10px !important;
    font-style: normal !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__preset-dots {
    display: inline-flex !important;
    gap: 2px !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__preset-dots i {
    width: 8px !important;
    height: 8px !important;
    border-radius: 50% !important;
    background: var(--swatch) !important;
    border: 1px solid rgba(0, 0, 0, .12) !important;
}

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

.truecut-rt#truecut-royal-tee .truecut-rt__pack-slot {
    display: grid !important;
    grid-template-columns: 56px minmax(0, 1fr) 70px !important;
    align-items: center !important;
    gap: 8px !important;
    min-height: 42px !important;
    padding: 7px !important;
    border: 1px solid #e6e3dd !important;
    border-radius: 4px !important;
    background: #fafafa !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__pack-slot > span {
    color: #111 !important;
    font-size: 9px !important;
    font-weight: 800 !important;
    letter-spacing: .08em !important;
    text-transform: uppercase !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__pack-slot > strong {
    color: #333 !important;
    font-size: 10px !important;
    text-align: right !important;
}

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

.truecut-rt#truecut-royal-tee .truecut-rt__mini-swatches button {
    width: 17px !important;
    height: 17px !important;
    min-width: 17px !important;
    padding: 0 !important;
    border: 1px solid #cfcfcf !important;
    border-radius: 2px !important;
    background: var(--swatch) !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__mini-swatches button.is-active {
    border-color: #111 !important;
    box-shadow: 0 0 0 2px #fff, 0 0 0 3px #111 !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__selector {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__selector--colour {
    order: 7 !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__selector--size {
    order: 8 !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__label-row {
    display: flex !important;
    align-items: baseline !important;
    justify-content: flex-start !important;
    gap: 6px !important;
    margin: 0 0 7px !important;
    color: #111 !important;
    font-size: 12px !important;
    line-height: 1.3 !important;
    font-weight: 400 !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__label-row span::after {
    content: ":" !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__label-row strong {
    color: #222 !important;
    font-size: 12px !important;
    font-weight: 400 !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__swatches {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 9px !important;
    margin: 0 !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__swatch {
    width: 25px !important;
    height: 25px !important;
    min-width: 25px !important;
    padding: 0 !important;
    border: 1px solid #dedede !important;
    border-radius: 2px !important;
    background: var(--swatch) !important;
    box-shadow: none !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__swatch.is-active {
    border-color: #111 !important;
    box-shadow: 0 0 0 2px #fff, 0 0 0 3px #111 !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__sizes {
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    gap: 8px !important;
    margin: 0 !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;
    min-height: 43px !important;
    padding: 8px 7px !important;
    border: 1px solid #e0e0e0 !important;
    border-radius: 4px !important;
    background: #fff !important;
    color: #222 !important;
    font-size: 12px !important;
    line-height: 1.15 !important;
    font-weight: 500 !important;
    text-align: center !important;
    box-shadow: none !important;
}

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

.truecut-rt#truecut-royal-tee .truecut-rt__size-helper {
    position: relative !important;
    grid-column: span 2 !important;
    border-style: dashed !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__size-helper span {
    position: absolute !important;
    right: 6px !important;
    top: -9px !important;
    padding: 2px 5px !important;
    border-radius: 2px !important;
    background: #fff25c !important;
    color: #111 !important;
    font-size: 8px !important;
    line-height: 1 !important;
    font-weight: 900 !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__total {
    order: 9 !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    gap: 2px 12px !important;
    align-items: baseline !important;
    margin: 4px 0 0 !important;
    padding: 9px 0 0 !important;
    border-top: 1px solid #f0ede7 !important;
    background: transparent !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__total span {
    color: #555 !important;
    font-size: 12px !important;
    font-weight: 500 !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__total strong {
    color: #111 !important;
    font-size: 18px !important;
    font-weight: 800 !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__total small {
    grid-column: 1 / -1 !important;
    color: #777 !important;
    font-size: 10.5px !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__atc {
    order: 10 !important;
    width: 100% !important;
    height: 52px !important;
    min-height: 52px !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 3px !important;
    background: #1f5b3f !important;
    color: #fff !important;
    font-size: 11px !important;
    font-weight: 900 !important;
    letter-spacing: .22em !important;
    text-transform: uppercase !important;
    box-shadow: 0 10px 22px rgba(17, 73, 45, .18) !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__notice {
    order: 11 !important;
    margin: 0 !important;
    min-height: 0 !important;
    color: #1f5b3f !important;
    font-size: 11px !important;
    line-height: 1.3 !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__notice.is-error {
    color: #b00020 !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__payments {
    order: 12 !important;
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 8px !important;
    margin: 0 !important;
    padding: 2px 0 0 !important;
    background: transparent !important;
    border: 0 !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__payments span {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 25px !important;
    min-width: 60px !important;
    padding: 0 10px !important;
    border: 1px solid #e1e1e1 !important;
    border-radius: 4px !important;
    background: #fff !important;
    color: #111 !important;
    font-size: 10px !important;
    font-weight: 800 !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__accordions {
    order: 13 !important;
    margin: 4px 0 0 !important;
    border-top: 1px solid #ece6dc !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__accordions details {
    border-bottom: 1px solid #ece6dc !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__accordions summary {
    padding: 13px 0 !important;
    color: #171717 !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    letter-spacing: .04em !important;
    text-transform: uppercase !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__accordions p {
    margin: 0 0 13px !important;
    color: #333 !important;
    font-size: 13px !important;
    line-height: 1.55 !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__strip,
.truecut-rt#truecut-royal-tee .truecut-rt__content,
.truecut-rt#truecut-royal-tee .truecut-rt__morphology,
.truecut-rt#truecut-royal-tee .truecut-rt__pack-banner,
.truecut-rt#truecut-royal-tee .truecut-rt__sizetech-band,
.truecut-rt#truecut-royal-tee .truecut-rt__brand-story,
.truecut-rt#truecut-royal-tee .truecut-rt__reviews,
.truecut-rt#truecut-royal-tee .truecut-rt__moments,
.truecut-rt#truecut-royal-tee .truecut-rt__proof-band,
.truecut-rt#truecut-royal-tee .truecut-rt__newsletter,
.truecut-rt#truecut-royal-tee .truecut-rt__faq {
    width: min(940px, calc(100vw - 48px)) !important;
    max-width: 940px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__strip {
    margin-top: 0 !important;
    padding: 18px 0 !important;
    border-top: 1px solid #eee !important;
    border-bottom: 1px solid #eee !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__content,
.truecut-rt#truecut-royal-tee .truecut-rt__morphology,
.truecut-rt#truecut-royal-tee .truecut-rt__reviews,
.truecut-rt#truecut-royal-tee .truecut-rt__moments,
.truecut-rt#truecut-royal-tee .truecut-rt__faq {
    margin-top: 34px !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__pack-banner,
.truecut-rt#truecut-royal-tee .truecut-rt__sizetech-band,
.truecut-rt#truecut-royal-tee .truecut-rt__proof-band,
.truecut-rt#truecut-royal-tee .truecut-rt__newsletter {
    margin-top: 24px !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__modal {
    z-index: 999999 !important;
    padding: 20px !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__modal-card {
    width: min(560px, calc(100vw - 32px)) !important;
    max-height: min(760px, calc(100vh - 32px)) !important;
    overflow: auto !important;
    padding: 24px !important;
    border-radius: 8px !important;
}

.truecut-rt#truecut-royal-tee .truecut-rt__modal-close {
    position: sticky !important;
    top: 0 !important;
    float: right !important;
    z-index: 2 !important;
}

@media (max-width: 1180px) {
    .truecut-rt#truecut-royal-tee .truecut-rt__hero {
        grid-template-columns: minmax(0, 1fr) 390px !important;
        gap: 22px !important;
    }

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

@media (max-width: 900px) {
    .truecut-rt#truecut-royal-tee .truecut-rt__hero {
        width: min(820px, calc(100vw - 28px)) !important;
        grid-template-columns: 1fr !important;
        gap: 18px !important;
    }

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

@media (max-width: 680px) {
    .truecut-rt#truecut-royal-tee,
    .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;
        margin: 0 auto 24px !important;
    }

    .truecut-rt#truecut-royal-tee .truecut-rt__gallery {
        display: grid !important;
        grid-template-columns: 58px minmax(0, 1fr) !important;
        gap: 8px !important;
        padding: 10px 10px 0 !important;
        overflow: hidden !important;
        background: #fff !important;
    }

    .truecut-rt#truecut-royal-tee .truecut-rt__thumbs {
        display: flex !important;
        width: 58px !important;
        gap: 8px !important;
        max-height: 410px !important;
        overflow: hidden !important;
    }

    .truecut-rt#truecut-royal-tee .truecut-rt__thumb {
        width: 56px !important;
        height: 64px !important;
        border-radius: 4px !important;
    }

    .truecut-rt#truecut-royal-tee .truecut-rt__image-stage {
        height: 410px !important;
        min-height: 410px !important;
        border-radius: 5px !important;
    }

    .truecut-rt#truecut-royal-tee .truecut-rt__image-stage::after {
        right: 9px !important;
        bottom: 9px !important;
        width: 152px !important;
        padding: 8px 10px !important;
        font-size: 10px !important;
    }

    .truecut-rt#truecut-royal-tee .truecut-rt__summary {
        padding: 17px 20px 24px !important;
        gap: 11px !important;
    }

    .truecut-rt#truecut-royal-tee .truecut-rt__rating {
        font-size: 11px !important;
    }

    .truecut-rt#truecut-royal-tee .truecut-rt__score {
        height: 22px !important;
        min-width: 34px !important;
    }

    .truecut-rt#truecut-royal-tee .truecut-rt__title {
        font-size: 26px !important;
        line-height: 1.08 !important;
        letter-spacing: .01em !important;
    }

    .truecut-rt#truecut-royal-tee .truecut-rt__price {
        gap: 8px !important;
        padding-bottom: 9px !important;
    }

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

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

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

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

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

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

    .truecut-rt#truecut-royal-tee .truecut-rt__mini-swatches button {
        width: 16px !important;
        height: 16px !important;
        min-width: 16px !important;
    }

    .truecut-rt#truecut-royal-tee .truecut-rt__swatches {
        gap: 8px !important;
    }

    .truecut-rt#truecut-royal-tee .truecut-rt__swatch {
        width: 26px !important;
        height: 26px !important;
    }

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

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

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

    .truecut-rt#truecut-royal-tee .truecut-rt__payments span {
        min-width: 54px !important;
        padding: 0 8px !important;
    }

    .truecut-rt#truecut-royal-tee .truecut-rt__strip,
    .truecut-rt#truecut-royal-tee .truecut-rt__content,
    .truecut-rt#truecut-royal-tee .truecut-rt__morphology,
    .truecut-rt#truecut-royal-tee .truecut-rt__pack-banner,
    .truecut-rt#truecut-royal-tee .truecut-rt__sizetech-band,
    .truecut-rt#truecut-royal-tee .truecut-rt__brand-story,
    .truecut-rt#truecut-royal-tee .truecut-rt__reviews,
    .truecut-rt#truecut-royal-tee .truecut-rt__moments,
    .truecut-rt#truecut-royal-tee .truecut-rt__proof-band,
    .truecut-rt#truecut-royal-tee .truecut-rt__newsletter,
    .truecut-rt#truecut-royal-tee .truecut-rt__faq {
        width: calc(100vw - 30px) !important;
    }
}

@media (max-width: 420px) {
    .truecut-rt#truecut-royal-tee .truecut-rt__gallery {
        grid-template-columns: 54px minmax(0, 1fr) !important;
        padding-left: 8px !important;
        padding-right: 8px !important;
    }

    .truecut-rt#truecut-royal-tee .truecut-rt__thumbs {
        width: 54px !important;
    }

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

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

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