:root {
    --mss-page-top-gap: 20px;
    --mss-page-frame-pad: 16px;
    --mss-page-frame-radius: 24px;
    --mss-stage-pad: 30px;
    --mss-stage-gap: 34px;
    --mss-stage-viewer-col: 44%;
    --mss-stage-info-col: 56%;
    --mss-stage-panel-pad: 24px;
    --mss-stage-radius: 28px;
    --mss-stage-surface: 0.58;
    --mss-stage-inner-border: 0.06;
    --mss-stage-highlight: 0.12;
    --mss-stage-divider: 0.08;
    --mss-viewer-h: 604px;
    --mss-viewer-media-scale: 1.1;
    --mss-viewer-media-y: -2px;
    --mss-viewer-surface: 0.58;
    --mss-viewer-control-size: 42px;
    --mss-viewer-control-offset: 16px;
    --mss-info-title-size: 64px;
    --mss-info-title-max-w: 520px;
    --mss-info-hero-gap: 18px;
    --mss-info-rhythm: 22px;
    --mss-info-content-gap: 20px;
    --mss-products-rail-gap: 20px;
    --mss-page-font-stack: "Montserrat", "Segoe UI", Roboto, Arial, sans-serif;
}

.mss-shell,
.mss-viewer,
.mss-info,
.mss-products {
    font-family: var(--mss-page-font-stack);
}

.mss-products[hidden],
.mss-products[data-mount-pending="1"] {
    display: none !important;
}

.mss-character-experience > .mss-products:not([data-mount-resolved="1"]) {
    display: none !important;
}

.mss-shell__page {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: var(--mss-page-top-gap, 22px);
    position: relative;
}

.mss-shell__chrome,
.mss-shell__frame,
.mss-shell__social {
    box-sizing: border-box;
    width: min(100%, var(--mss-shell-inline-max, var(--mss-stage-max-w, 1720px)));
    max-width: calc(100% - (clamp(20px, 4vw, 72px) * 2));
    margin-left: auto;
    margin-right: auto;
}

.mss-shell[data-show-page-header="0"] .mss-shell__sitebar,
.mss-shell[data-show-breadcrumbs="0"] .mss-shell__crumbs,
.mss-shell[data-show-footer-social="0"] .mss-shell__social {
    display: none;
}

.mss-shell__chrome {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.mss-shell__sitebar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 0 0 14px;
    border-bottom: 1px solid rgba(222, 185, 255, 0.08);
}

.mss-shell__brand {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    min-width: 0;
}

.mss-shell__brandMark {
    width: 34px;
    height: 25px;
    position: relative;
    flex: 0 0 auto;
}

.mss-shell__brandMark::before,
.mss-shell__brandMark::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 10px 10px 2px 2px;
}

.mss-shell__brandMark::before {
    clip-path: polygon(0 100%, 18% 0, 50% 48%, 82% 0, 100% 100%, 74% 100%, 60% 34%, 50% 56%, 40% 34%, 26% 100%);
    background: linear-gradient(180deg, rgba(255,255,255,.95), rgba(231, 170, 255, .96));
    filter: drop-shadow(0 0 8px rgba(216, 107, 255, 0.22));
}

.mss-shell__brandMark--image {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: clamp(34px, 4vw, 58px);
    min-width: clamp(34px, 4vw, 58px);
    max-width: clamp(34px, 4vw, 58px);
    height: clamp(28px, 3vw, 42px);
    overflow: hidden;
}

.mss-shell__brandMark--image::before,
.mss-shell__brandMark--image::after {
    content: none;
}

.mss-shell__brandLogo {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    object-fit: contain;
}

.mss-shell__brandText {
    display: inline-flex;
    align-items: center;
    min-width: 0;
    font-size: clamp(20px, 2vw, 31px);
    line-height: 1;
    letter-spacing: 0.018em;
    font-weight: 800;
    color: #f6dcff;
    text-transform: uppercase;
    text-shadow: 0 0 14px rgba(216, 107, 255, 0.08);
}

.mss-shell__siteActions {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    flex: 0 0 auto;
}

.mss-shell__siteAction {
    width: 40px;
    height: 40px;
    border-radius: 13px;
    border: 1px solid rgba(255, 255, 255, 0.09);
    background:
        linear-gradient(180deg, rgba(255,255,255,0.045), rgba(255,255,255,0)),
        radial-gradient(140% 120% at 100% 0, rgba(216, 107, 255, 0.08), transparent 60%),
        rgba(5, 8, 16, 0.28);
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.03),
        0 10px 20px rgba(0, 0, 0, 0.18);
    position: relative;
}

.mss-shell__siteAction::before,
.mss-shell__siteAction::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.mss-shell__siteAction--search::before {
    width: 14px;
    height: 14px;
    border: 2px solid rgba(255,255,255,0.92);
    border-radius: 50%;
    margin-left: -2px;
    margin-top: -2px;
}

.mss-shell__siteAction--search::after {
    width: 8px;
    height: 2px;
    background: rgba(255,255,255,0.92);
    border-radius: 999px;
    transform: translate(5px, 6px) rotate(45deg);
}

.mss-shell__siteAction--cart::before {
    width: 16px;
    height: 10px;
    border: 2px solid rgba(255,255,255,0.92);
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    transform: translate(-50%, -56%);
}

.mss-shell__siteAction--cart::after {
    width: 18px;
    height: 2px;
    background: rgba(255,255,255,0.92);
    border-radius: 999px;
    transform: translate(-36%, -84%) rotate(18deg);
    box-shadow: 10px 14px 0 -1px rgba(255,255,255,0.92), 2px 14px 0 -1px rgba(255,255,255,0.92);
}

.mss-shell__siteAction--profile::before {
    width: 10px;
    height: 10px;
    border: 2px solid rgba(255,255,255,0.92);
    border-radius: 50%;
    transform: translate(-50%, -70%);
}

.mss-shell__siteAction--profile::after {
    width: 16px;
    height: 8px;
    border: 2px solid rgba(255,255,255,0.92);
    border-top: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    transform: translate(-50%, 5px);
}

.mss-shell__siteAction--menu::before {
    width: 16px;
    height: 2px;
    background: rgba(255,255,255,0.92);
    border-radius: 999px;
    box-shadow: 0 -6px 0 rgba(255,255,255,0.92), 0 6px 0 rgba(255,255,255,0.92);
}

.mss-shell__crumbs {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    color: rgba(255,255,255,0.62);
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: 0.018em;
}

.mss-shell__crumb {
    color: inherit;
    opacity: 0.78;
}

.mss-shell__crumb--link {
    text-decoration: none;
    transition: color 0.18s ease, opacity 0.18s ease;
}

.mss-shell__crumb--link:hover,
.mss-shell__crumb--link:focus-visible {
    color: rgba(246, 220, 255, 0.94);
    opacity: 1;
}

.mss-shell__crumb--link:focus-visible {
    outline: 1px solid rgba(246, 220, 255, 0.55);
    outline-offset: 3px;
}

.mss-shell__crumb--current {
    color: rgba(246, 220, 255, 0.86);
}

.mss-shell__crumbSep {
    color: rgba(255,255,255,0.28);
}

.mss-shell__frame {
    padding: var(--mss-page-frame-pad, 18px);
    border-radius: var(--mss-page-frame-radius, 26px);
    border: 1px solid rgba(255,255,255,0.08);
    background:
        linear-gradient(180deg, rgba(255,255,255,0.022), rgba(255,255,255,0) 18%),
        radial-gradient(110% 140% at 50% 0, rgba(216, 107, 255, 0.04), transparent 54%),
        rgba(6, 9, 18, 0.10);
    box-shadow:
        0 16px 42px rgba(0, 0, 0, 0.18),
        inset 0 1px 0 rgba(255,255,255,0.028);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    position: relative;
    overflow: hidden;
}

.mss-shell__frame::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    pointer-events: none;
    background:
        linear-gradient(90deg, rgba(255,255,255,0.012), rgba(255,255,255,0.032) 52%, rgba(255,255,255,0.012)),
        radial-gradient(100% 120% at 50% 0, rgba(216,107,255,0.06), transparent 56%);
    opacity: 0.24;
}

.mss-shell__frame .mss-shell__stage {
    box-sizing: border-box;
    left: auto;
    transform: none;
    width: 100%;
    max-width: 100%;
    min-height: calc(var(--mss-stage-min-h, 800px) - (var(--mss-page-frame-pad, 18px) * 2));
}

.mss-shell .mss-shell__slot--info {
    border: 1px solid rgba(255, 255, 255, 0.08);
    background:
        radial-gradient(120% 92% at 100% 0, color-mix(in srgb, var(--mss-accent) 8%, transparent), transparent 58%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.028), rgba(255, 255, 255, 0) 18%),
        linear-gradient(160deg, rgba(8, 11, 22, 0.76), rgba(4, 8, 18, 0.62) 52%, rgba(3, 7, 16, 0.72));
    box-shadow:
        0 22px 54px rgba(0, 0, 0, 0.18),
        0 0 0 1px rgba(255, 255, 255, 0.015),
        inset 0 1px 0 rgba(255, 255, 255, 0.035);
}

.mss-shell .mss-info__body {
    box-shadow:
        0 18px 44px rgba(0, 0, 0, 0.20),
        0 0 0 1px rgba(255, 255, 255, 0.022),
        inset 0 1px 0 rgba(255, 255, 255, 0.045);
}

.mss-shell__social {
    display: flex;
    justify-content: center;
    gap: 10px;
    padding-bottom: 4px;
}

.mss-shell__socialDot {
    width: 9px;
    height: 9px;
    border-radius: 999px;
    background: rgba(255,255,255,0.84);
    box-shadow: 0 0 0 1px rgba(255,255,255,0.05), 0 0 10px rgba(216,107,255,0.10);
    opacity: 0.54;
}

.mss-shell .mss-viewer[data-show-title="0"] .mss-viewer__title {
    display: none;
}

.mss-shell .mss-viewer__topbar {
    z-index: 3;
    align-items: flex-start;
}

.mss-shell .mss-viewer__actions {
    gap: 12px;
}

.mss-shell .mss-viewer__actions .mss-viewer__chip {
    min-width: 102px;
    min-height: 40px;
    border-radius: 16px;
    font-weight: 700;
    letter-spacing: 0.03em;
}

.mss-viewer__editorialTop,
.mss-viewer__editorialBottom {
    position: absolute;
    left: var(--mss-viewer-control-offset, 18px);
    right: var(--mss-viewer-control-offset, 18px);
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    pointer-events: none;
}

.mss-viewer__editorialTop {
    top: var(--mss-viewer-control-offset, 18px);
}

.mss-viewer__editorialBottom {
    bottom: max(10px, calc(var(--mss-viewer-control-offset, 18px) - 2px));
}

.mss-viewer__editorialTopRight,
.mss-viewer__editorialLeft,
.mss-viewer__editorialRight {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    pointer-events: none;
}

.mss-viewer__ghostBtn,
.mss-viewer__pillBtn,
.mss-viewer__togglePill {
    pointer-events: none;
}

.mss-viewer__ghostBtn {
    width: 44px;
    height: 44px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,0.14);
    background:
        linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0)),
        rgba(5, 8, 16, 0.34);
    box-shadow: 0 14px 28px rgba(0,0,0,0.18), inset 0 1px 0 rgba(255,255,255,0.05);
    position: relative;
}

.mss-viewer__ghostBtn::before,
.mss-viewer__ghostBtn::after,
.mss-viewer__pillBtn::before,
.mss-viewer__pillBtn::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
}

.mss-viewer__ghostBtn--filters::before {
    width: 16px;
    height: 2px;
    background: rgba(255,255,255,0.94);
    border-radius: 999px;
    transform: translate(-50%, -8px);
    box-shadow: 0 8px 0 rgba(255,255,255,0.94), 0 16px 0 rgba(255,255,255,0.94);
}

.mss-viewer__ghostBtn--filters::after {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(255,255,255,0.94);
    transform: translate(-8px, -8px);
    box-shadow: 10px 8px 0 rgba(255,255,255,0.94), -2px 16px 0 rgba(255,255,255,0.94);
}

.mss-viewer__ghostBtn--edit::before {
    width: 15px;
    height: 4px;
    background: rgba(255,255,255,0.94);
    border-radius: 999px;
    transform: translate(-50%, -50%) rotate(-40deg);
}

.mss-viewer__ghostBtn--edit::after {
    width: 5px;
    height: 5px;
    border-radius: 1px;
    background: rgba(255,255,255,0.94);
    transform: translate(2px, -8px) rotate(-40deg);
}

.mss-viewer__ghostBtn--frame::before {
    width: 14px;
    height: 14px;
    border: 2px solid rgba(255,255,255,0.94);
    border-radius: 3px;
    transform: translate(-50%, -50%);
}

.mss-viewer__pillBtn {
    width: 52px;
    height: 40px;
    border-radius: 14px;
    border: 1px solid rgba(255,255,255,0.14);
    background:
        linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0)),
        rgba(5, 8, 16, 0.36);
    box-shadow: 0 14px 24px rgba(0,0,0,0.18), inset 0 1px 0 rgba(255,255,255,0.05);
    position: relative;
}

.mss-viewer__pillBtn--search::before {
    width: 14px;
    height: 14px;
    border: 2px solid rgba(255,255,255,0.94);
    border-radius: 50%;
    transform: translate(-50%, -54%);
}

.mss-viewer__pillBtn--search::after {
    width: 7px;
    height: 2px;
    background: rgba(255,255,255,0.94);
    border-radius: 999px;
    transform: translate(4px, 6px) rotate(45deg);
}

.mss-viewer__pillBtn--reset::before {
    width: 16px;
    height: 16px;
    border: 2px solid rgba(255,255,255,0.94);
    border-right-color: transparent;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.mss-viewer__pillBtn--reset::after {
    width: 0;
    height: 0;
    border-left: 5px solid rgba(255,255,255,0.94);
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    transform: translate(4px, -8px) rotate(14deg);
}

.mss-viewer__togglePill {
    width: 92px;
    height: 40px;
    border-radius: 16px;
    border: 1px solid rgba(255,255,255,0.14);
    background:
        linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0)),
        rgba(5, 8, 16, 0.38);
    box-shadow: 0 14px 24px rgba(0,0,0,0.18), inset 0 1px 0 rgba(255,255,255,0.05);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.mss-viewer__togglePill span {
    width: 11px;
    height: 11px;
    border-radius: 999px;
    background: rgba(255,255,255,0.22);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.08);
}

.mss-viewer__togglePill span:first-child {
    background: rgba(255,255,255,0.9);
}

.mss-shell .mss-viewer[data-chrome-style="editorial"] .mss-viewer__stage {
    padding-bottom: 28px;
}

.mss-shell .mss-viewer[data-chrome-style="editorial"] .mss-viewer__frame::before {
    opacity: calc(0.28 + (var(--mss-viewer-surface, 0.66) * 0.16));
}

.mss-shell .mss-info__hero {
    gap: 22px;
    padding-top: 18px;
    padding-bottom: 20px;
    padding-right: clamp(0px, 1.8vw, 30px);
}

.mss-shell .mss-viewer--enhanced .mss-viewer__btn {
    width: 40px;
    height: 40px;
    border: 1px solid rgba(255,255,255,0.10);
    background:
        linear-gradient(180deg, rgba(255,255,255,0.045), rgba(255,255,255,0)),
        rgba(5, 8, 16, 0.24);
    box-shadow:
        0 10px 22px rgba(0, 0, 0, 0.18),
        inset 0 1px 0 rgba(255,255,255,0.04);
}

.mss-viewer--enhanced .mss-viewer__nameplate {
    position: absolute;
    left: 50%;
    bottom: 12px;
    transform: translateX(-50%);
    max-width: calc(100% - 120px);
    min-height: 36px;
    padding: 0 16px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0)),
        rgba(4, 8, 18, 0.48);
    font-size: 11px;
    letter-spacing: 0.08em;
    box-shadow:
        0 12px 24px rgba(0, 0, 0, 0.22),
        inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.mss-viewer--enhanced .mss-viewer__selectorCard {
    width: 100%;
    gap: 8px;
    padding: 8px 8px 10px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.07);
    background:
        radial-gradient(120% 84% at 50% 0, color-mix(in srgb, var(--mss-accent) 7%, transparent), transparent 70%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0) 18%),
        linear-gradient(180deg, rgba(8, 12, 24, 0.92), rgba(4, 8, 18, 0.88));
    box-shadow:
        0 10px 22px rgba(0, 0, 0, 0.16),
        inset 0 1px 0 rgba(255, 255, 255, 0.03);
    opacity: 0.68;
}

.mss-viewer--enhanced .mss-viewer__selectorCard:hover {
    transform: translateY(-1px);
    opacity: 0.82;
}

.mss-viewer--enhanced .mss-viewer__selectorCard.is-active {
    border-color: color-mix(in srgb, var(--mss-accent) 34%, rgba(255, 255, 255, 0.18));
    background:
        radial-gradient(120% 84% at 50% 0, color-mix(in srgb, var(--mss-accent) 12%, transparent), transparent 66%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0) 22%),
        linear-gradient(180deg, rgba(8, 12, 24, 0.96), rgba(4, 8, 18, 0.92));
    box-shadow:
        0 12px 26px rgba(0, 0, 0, 0.24),
        0 0 0 1px rgba(var(--mss-accent-rgb), 0.06),
        inset 0 1px 0 rgba(255, 255, 255, 0.04);
    opacity: 0.96;
    transform: translateY(-2px) scale(1.01);
}

.mss-viewer--enhanced .mss-viewer__selectorCard.is-active .mss-viewer__selectorLabel {
    color: color-mix(in srgb, var(--mss-accent) 10%, rgba(255, 255, 255, 0.96));
}

.mss-info[data-show-section-switch="0"] .mss-info__sectionSwitch {
    display: none;
}

.mss-info__sectionSwitch {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    min-height: 54px;
    position: relative;
    color: rgba(255,255,255,0.68);
    font-size: clamp(16px, 1vw, 18px);
    line-height: 1;
    letter-spacing: 0.01em;
    padding: 0 0 12px;
}

.mss-info__sectionSwitch::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: linear-gradient(90deg, rgba(255,255,255,0.16), rgba(var(--mss-accent-rgb, 124, 58, 237), 0.52) 44%, rgba(255,255,255,0.06));
    opacity: 0.42;
}

.mss-info__sectionSwitchItem {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding: 0 2px;
    font-weight: 500;
}

.mss-info__sectionSwitchButton {
    appearance: none;
    -webkit-appearance: none;
    background: none;
    border: 0;
    margin: 0;
    color: inherit;
    font: inherit;
    line-height: inherit;
    text-align: left;
    cursor: pointer;
}

.mss-info__sectionSwitchButton:hover,
.mss-info__sectionSwitchButton:focus-visible {
    color: #fff;
}

.mss-info__sectionSwitchButton:focus-visible {
    outline: none;
}

.mss-info__sectionSwitchDivider {
    color: rgba(255,255,255,0.4);
}

@keyframes mss-editorial-flip-in {
    from {
        opacity: 0.34;
        transform: rotateY(88deg) scale(0.985);
    }

    to {
        opacity: 1;
        transform: rotateY(0deg) scale(1);
    }
}

.mss-info[data-active-tab="lookbook"] .mss-info__sectionSwitchItem--lookbook,
.mss-info[data-active-tab="character"] .mss-info__sectionSwitchItem--character,
.mss-info[data-active-tab="team"] .mss-info__sectionSwitchItem--team,
.mss-info[data-active-tab="vehicle"] .mss-info__sectionSwitchItem--vehicle,
.mss-info[data-active-tab="shop"] .mss-info__sectionSwitchItem--shop {
    color: #fff;
    opacity: 1;
    font-weight: 700;
}

.mss-info[data-active-tab="lookbook"] .mss-info__sectionSwitchItem--lookbook::after,
.mss-info[data-active-tab="shop"] .mss-info__sectionSwitchItem--shop::after {
    content: "";
    position: absolute;
    left: 2px;
    right: 2px;
    bottom: -13px;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(255,255,255,0.24), rgba(var(--mss-accent-rgb, 124, 58, 237), 0.98), rgba(255,255,255,0.24));
    box-shadow: 0 0 18px rgba(var(--mss-accent-rgb, 124, 58, 237), 0.36);
}

.mss-info__sectionSwitch--nav {
    gap: 10px;
    min-height: 0;
    max-width: 100%;
    padding: 0;
    border-radius: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

.mss-info__sectionSwitch--nav::before {
    content: none;
}

.mss-shell .mss-info[data-tab-nav="inline"] .mss-info__hero::after {
    content: none;
    display: none;
}

.mss-info__sectionSwitch--nav .mss-info__sectionSwitchDivider {
    display: none;
}

.mss-info__sectionSwitch--nav .mss-info__sectionSwitchItem {
    padding: 0;
}

.mss-info__sectionSwitch--nav .mss-info__sectionSwitchButton {
    min-height: 40px;
    padding: 0 16px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,0.08);
    color: rgba(255,255,255,0.72);
    font-size: 14px;
    font-weight: 650;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    background: rgba(255,255,255,0.02);
    transition:
        color 180ms ease,
        transform 180ms ease,
        border-color 180ms ease,
        background 180ms ease,
        box-shadow 180ms ease;
}

.mss-info__sectionSwitch--nav .mss-info__sectionSwitchButton:disabled {
    opacity: 0.42;
    cursor: default;
    transform: none;
}

.mss-info__sectionSwitch--nav .mss-info__sectionSwitchButton::before {
    content: "";
    width: 6px;
    height: 6px;
    margin-right: 9px;
    border-radius: 999px;
    background: rgba(255,255,255,0.24);
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.06);
    transition: background 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.mss-info__sectionSwitch--nav .mss-info__sectionSwitchButton:hover,
.mss-info__sectionSwitch--nav .mss-info__sectionSwitchButton:focus-visible {
    color: #fff;
    transform: translateY(-1px);
    background:
        linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.02) 52%, rgba(255,255,255,0) 100%),
        rgba(255,255,255,0.025);
    border-color: rgba(255,255,255,0.12);
}

.mss-info__sectionSwitch--nav .mss-info__sectionSwitchButton:focus-visible {
    border-color: rgba(var(--mss-accent-rgb, 124, 58, 237), 0.46);
    box-shadow: 0 0 0 3px rgba(var(--mss-accent-rgb, 124, 58, 237), 0.18);
}

.mss-info .mss-info__sectionSwitch--nav .mss-info__sectionSwitchItem::after {
    content: none;
}

.mss-info .mss-info__sectionSwitch--nav .mss-info__sectionSwitchButton.is-active,
.mss-info[data-active-tab="lookbook"] .mss-info__sectionSwitch--nav .mss-info__sectionSwitchItem--lookbook,
.mss-info[data-active-tab="character"] .mss-info__sectionSwitch--nav .mss-info__sectionSwitchItem--character,
.mss-info[data-active-tab="team"] .mss-info__sectionSwitch--nav .mss-info__sectionSwitchItem--team,
.mss-info[data-active-tab="vehicle"] .mss-info__sectionSwitch--nav .mss-info__sectionSwitchItem--vehicle,
.mss-info[data-active-tab="shop"] .mss-info__sectionSwitch--nav .mss-info__sectionSwitchItem--shop {
    color: #fff;
    font-weight: 700;
    background:
        linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.02) 42%, rgba(255,255,255,0) 100%),
        linear-gradient(135deg, rgba(var(--mss-accent-rgb, 124, 58, 237), 0.18), rgba(var(--mss-accent-rgb, 124, 58, 237), 0.06) 50%, rgba(10, 12, 22, 0.78) 100%);
    border-color: rgba(var(--mss-accent-rgb, 124, 58, 237), 0.24);
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.06),
        0 8px 16px rgba(0,0,0,0.16);
}

.mss-info .mss-info__sectionSwitch--nav .mss-info__sectionSwitchButton.is-active::before,
.mss-info[data-active-tab="lookbook"] .mss-info__sectionSwitch--nav .mss-info__sectionSwitchItem--lookbook::before,
.mss-info[data-active-tab="character"] .mss-info__sectionSwitch--nav .mss-info__sectionSwitchItem--character::before,
.mss-info[data-active-tab="team"] .mss-info__sectionSwitch--nav .mss-info__sectionSwitchItem--team::before,
.mss-info[data-active-tab="vehicle"] .mss-info__sectionSwitch--nav .mss-info__sectionSwitchItem--vehicle::before,
.mss-info[data-active-tab="shop"] .mss-info__sectionSwitch--nav .mss-info__sectionSwitchItem--shop::before {
    background: rgba(var(--mss-accent-rgb, 124, 58, 237), 0.82);
    box-shadow:
        0 0 0 2px rgba(var(--mss-accent-rgb, 124, 58, 237), 0.10),
        0 0 10px rgba(var(--mss-accent-rgb, 124, 58, 237), 0.16);
}

.mss-shell .mss-info__title {
    --mss-character-name-letter-spacing-default: -0.04em;
    --mss-character-name-font-weight-default: 750;
}

.mss-shell .mss-info__masthead {
    gap: 18px;
}

.mss-shell .mss-info__heroHeader {
    gap: 14px;
}

.mss-shell .mss-info__body {
    container: mss-info-body / inline-size;
}

.mss-shell .mss-info__desc {
    color: rgba(255,255,255,0.82);
    max-width: 42ch;
}

.mss-shell .mss-chip {
    background: rgba(17, 15, 28, 0.48);
    border: 1px solid rgba(255,255,255,0.16);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.04);
    color: rgba(255,255,255,0.86);
}

.mss-products[data-show-intro="0"] .mss-products__intro {
    display: none;
}

.mss-shell .mss-panel[data-panel="shop"] .mss-products--slotted[data-show-intro="0"] {
    gap: 22px;
}

.mss-shell .mss-panel[data-panel="shop"] .mss-products--slotted .mss-products__count {
    display: none !important;
}

.mss-shell .mss-panel[data-panel="shop"] .mss-products--slotted .mss-products__section {
    background:
        linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0)),
        radial-gradient(110% 120% at 100% 0, rgba(var(--mss-accent-rgb, 124, 58, 237), 0.08), transparent 58%),
        rgba(5, 8, 16, 0.22);
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.035),
        0 16px 34px rgba(0,0,0,0.14);
}

.mss-shell .mss-panel[data-panel="shop"] .mss-products--slotted .mss-products__section--primary .mss-product-card {
    width: min(100%, var(--mss-products-primary-card-width, 236px));
    min-width: min(100%, var(--mss-products-primary-card-width, 236px));
    gap: 13px;
    padding: var(--mss-products-primary-card-padding, 15px);
    border-radius: var(--mss-products-primary-card-radius, 22px);
    border: 1px solid rgba(255,255,255,0.08);
    overflow: hidden;
    background:
        linear-gradient(180deg, rgba(255,255,255,0.045), rgba(255,255,255,0) 24%),
        radial-gradient(78% 58% at 18% 0, rgba(var(--mss-accent-rgb, 124, 58, 237), 0.12), transparent 74%),
        rgba(8, 10, 18, 0.78);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow:
        0 14px 32px rgba(0,0,0,0.24),
        inset 0 1px 0 rgba(255,255,255,0.04);
}

.mss-shell .mss-panel[data-panel="shop"] .mss-products--slotted .mss-products__section--primary .mss-product-card::before {
    inset: 1px;
    border-radius: calc(var(--mss-products-primary-card-radius, 22px) - 1px);
    border-color: rgba(255,255,255,0.04);
    background:
        linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0) 28%),
        radial-gradient(82% 66% at 16% 0, color-mix(in srgb, var(--mss-accent) 10%, transparent), transparent 74%);
}

.mss-shell .mss-panel[data-panel="shop"] .mss-products--slotted .mss-products__section--primary .mss-product-card:hover {
    transform: translateY(-3px);
    border-color: color-mix(in srgb, var(--mss-accent) 28%, rgba(255,255,255,0.12));
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.06),
        0 20px 48px rgba(0,0,0,0.32),
        0 0 0 1px rgba(var(--mss-accent-rgb, 124, 58, 237), 0.08),
        0 0 24px rgba(var(--mss-accent-rgb, 124, 58, 237), 0.18);
}

.mss-shell .mss-panel[data-panel="shop"] .mss-products--slotted .mss-products__section--primary .mss-product-card__media {
    margin-bottom: 4px;
    padding: 6px;
    border-radius: max(0px, calc(var(--mss-products-primary-card-radius, 22px) - 4px));
    border: 1px solid rgba(255,255,255,0.06);
    background:
        linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.01) 24%),
        radial-gradient(86% 72% at 50% 0, rgba(var(--mss-accent-rgb, 124, 58, 237), 0.12), transparent 76%),
        rgba(4, 6, 14, 0.46);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.04);
}

.mss-shell .mss-panel[data-panel="shop"] .mss-products--slotted .mss-products__section--primary .mss-product-card__badges {
    top: 10px;
    left: 10px;
    right: 10px;
    justify-content: space-between;
    gap: 8px;
}

.mss-shell .mss-panel[data-panel="shop"] .mss-products--slotted .mss-products__section--primary .mss-product-card__badge {
    padding: 4px 8px;
    min-height: 20px;
    border-radius: 9px;
    font-size: 9px;
    font-weight: 650;
    letter-spacing: 0.09em;
    background:
        linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.02)),
        rgba(0,0,0,0.30);
    border-color: color-mix(in srgb, var(--mss-accent) 34%, rgba(255,255,255,0.10));
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.04);
}

.mss-shell .mss-panel[data-panel="shop"] .mss-products--slotted .mss-products__section--primary .mss-product-card__badge--secondary {
    border-color: rgba(255,255,255,0.12);
    background: rgba(0,0,0,0.24);
    color: rgba(255,255,255,0.72);
    box-shadow: none;
}

.mss-shell .mss-panel[data-panel="shop"] .mss-products--slotted .mss-products__section--primary .mss-product-card__imgWrap {
    height: var(--mss-products-primary-image-height, 196px);
    border: 1px solid rgba(255,255,255,0.07);
    border-radius: max(0px, calc(var(--mss-products-primary-card-radius, 22px) - 6px));
    background:
        radial-gradient(84% 78% at 18% 10%, rgba(var(--mss-accent-rgb, 124, 58, 237), 0.24), transparent 68%),
        radial-gradient(120% 84% at 50% 100%, rgba(var(--mss-accent-rgb, 124, 58, 237), 0.14), transparent 62%),
        linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0) 28%),
        rgba(2, 4, 10, 0.88);
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.05),
        0 16px 30px rgba(0,0,0,0.22);
}

.mss-shell .mss-panel[data-panel="shop"] .mss-products--slotted .mss-products__section--primary .mss-product-card__imgWrap::after {
    height: 48%;
    background: linear-gradient(180deg, rgba(6,8,16,0) 0%, rgba(6,8,16,0.08) 32%, rgba(4,6,12,0.34) 100%);
}

.mss-shell .mss-panel[data-panel="shop"] .mss-products--slotted .mss-products__section--primary .mss-product-card__imgWrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
    padding: 12px 10px 2px;
    filter: drop-shadow(0 16px 18px rgba(0,0,0,0.34));
}

.mss-shell .mss-panel[data-panel="shop"] .mss-products--slotted .mss-products__section--primary .mss-product-card__body {
    display: grid;
    gap: 7px;
    padding: 0 2px 4px;
}

.mss-shell .mss-panel[data-panel="shop"] .mss-products--slotted .mss-products__section--primary .mss-product-card__name {
    font-size: 16px;
    line-height: 1.22;
    font-weight: 620;
    letter-spacing: -0.015em;
    color: rgba(255,255,255,0.94);
    text-wrap: pretty;
}

.mss-shell .mss-panel[data-panel="shop"] .mss-products--slotted .mss-products__section--primary .mss-product-card__price {
    min-width: 0;
    font-size: var(--mss-products-primary-price-size, 17px);
    font-weight: 680;
    line-height: 1.08;
    letter-spacing: -0.015em;
    gap: 5px;
    color: rgba(255,255,255,0.98);
}

.mss-shell .mss-panel[data-panel="shop"] .mss-products--slotted .mss-products__section--primary .mss-product-card__availability {
    justify-self: start;
    align-self: flex-start;
    min-height: 20px;
    padding: 0 7px;
    border-radius: 999px;
    width: fit-content;
    max-width: 100%;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.06);
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 0.10em;
    color: rgba(255,255,255,0.72);
    box-shadow: none;
}

.mss-shell .mss-panel[data-panel="shop"] .mss-products--slotted .mss-products__section--primary .mss-product-card__availability.is-limited {
    color: rgba(232,244,233,0.86);
    background: linear-gradient(180deg, rgba(168,188,159,0.16), rgba(18,24,20,0.68));
    border-color: rgba(170,202,168,0.24);
}

.mss-shell .mss-panel[data-panel="shop"] .mss-products--slotted .mss-products__section--primary .mss-product-card__availability.is-restock {
    color: rgba(247,236,247,0.86);
    background: linear-gradient(180deg, rgba(var(--mss-accent-rgb, 124, 58, 237), 0.18), rgba(25,14,32,0.68));
    border-color: rgba(var(--mss-accent-rgb, 124, 58, 237), 0.24);
}

.mss-shell .mss-panel[data-panel="shop"] .mss-products--slotted .mss-products__section--primary .mss-product-card__availability.is-unavailable {
    color: rgba(255,255,255,0.76);
    background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(20,22,32,0.76));
    border-color: rgba(255,255,255,0.10);
}

.mss-shell .mss-panel[data-panel="shop"] .mss-products--slotted[data-primary-show-add="0"] .mss-products__section--primary .mss-product-card__footer {
    display: none;
}

.mss-shell .mss-panel[data-panel="shop"] .mss-products--slotted[data-primary-show-add="0"] .mss-products__section--primary .mss-product-card--has-availability .mss-product-card__body {
    min-height: 66px;
}

.mss-shell .mss-panel[data-panel="shop"] .mss-products--slotted[data-primary-show-add="0"] .mss-products__section--primary .mss-product-card--no-availability .mss-product-card__body {
    min-height: 48px;
}

.mss-shell .mss-panel[data-panel="shop"] .mss-products--slotted[data-secondary-show-add="0"] .mss-products__section--secondary .mss-product-card__footer {
    display: none;
}

.mss-shell .mss-panel[data-panel="shop"] .mss-products--slotted .mss-product-card__availability {
    justify-self: start;
    align-self: flex-start;
    display: inline-flex;
    align-items: center;
    min-height: 20px;
    padding: 0 7px;
    border-radius: 999px;
    width: fit-content;
    max-width: 100%;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.06);
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 0.10em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.72);
    box-shadow: none;
}

.mss-shell .mss-panel[data-panel="shop"] .mss-products--slotted .mss-product-card__availability.is-available,
.mss-shell .mss-panel[data-panel="shop"] .mss-products--slotted .mss-product-card__availability.is-limited,
.mss-shell .mss-panel[data-panel="shop"] .mss-products--slotted .mss-product-card__availability.is-restock,
.mss-shell .mss-panel[data-panel="shop"] .mss-products--slotted .mss-product-card__availability.is-unavailable {
    color: rgba(255,255,255,0.76);
}

.mss-shell .mss-panel[data-panel="shop"] .mss-products--slotted .mss-product-card__availability.is-limited {
    color: rgba(232,244,233,0.86);
    background: linear-gradient(180deg, rgba(168,188,159,0.16), rgba(18,24,20,0.68));
    border-color: rgba(170,202,168,0.24);
}

.mss-shell .mss-panel[data-panel="shop"] .mss-products--slotted .mss-product-card__availability.is-restock {
    color: rgba(247,236,247,0.86);
    background: linear-gradient(180deg, rgba(var(--mss-accent-rgb, 124, 58, 237), 0.18), rgba(25,14,32,0.68));
    border-color: rgba(var(--mss-accent-rgb, 124, 58, 237), 0.24);
}

.mss-shell .mss-panel[data-panel="shop"] .mss-products--slotted .mss-product-card__availability.is-unavailable {
    color: rgba(255,255,255,0.76);
    background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(20,22,32,0.76));
    border-color: rgba(255,255,255,0.10);
}

.mss-shell .mss-panel[data-panel="shop"] .mss-products--slotted .mss-product-card__badge {
    border-radius: 10px;
}

.mss-shell .mss-panel[data-panel="shop"] .mss-products--slotted .mss-product-card--secondary .mss-product-card__badges {
    top: 10px;
    left: 10px;
    right: 10px;
    gap: 6px;
}

.mss-shell .mss-panel[data-panel="shop"] .mss-products--slotted .mss-product-card--secondary .mss-product-card__badge {
    padding: 4px 8px;
    min-height: 20px;
    border-radius: 9px;
    font-size: 9px;
}

.mss-shell .mss-panel[data-panel="shop"] .mss-products--slotted .mss-products__section--secondary .mss-products__secondaryTrack {
    grid-template-columns: repeat(auto-fit, minmax(min(100%, var(--mss-products-secondary-card-width, 240px)), 1fr));
    gap: var(--mss-products-secondary-card-gap, 16px);
}

.mss-shell .mss-panel[data-panel="shop"] .mss-products--slotted .mss-product-card--secondary {
    display: grid;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    grid-template-columns: minmax(0, 44%) minmax(0, 1fr);
    grid-template-areas:
        "media body"
        "media footer";
    align-items: stretch;
    column-gap: 16px;
    row-gap: 12px;
    padding: var(--mss-products-secondary-card-padding, 14px);
    border-radius: var(--mss-products-secondary-card-radius, 22px);
}

.mss-shell .mss-panel[data-panel="shop"] .mss-products--slotted .mss-product-card--secondary .mss-product-card__media {
    grid-area: media;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    margin: 0;
    overflow: hidden;
    box-sizing: border-box;
    padding: 5px;
    border-radius: max(0px, calc(var(--mss-products-secondary-card-radius, 22px) - 6px));
    border: 1px solid rgba(255,255,255,0.06);
    background:
        linear-gradient(180deg, rgba(255,255,255,0.035), rgba(255,255,255,0) 26%),
        radial-gradient(88% 70% at 50% 0, rgba(var(--mss-accent-rgb, 124, 58, 237), 0.10), transparent 76%),
        rgba(4, 6, 14, 0.34);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.04);
}

.mss-shell .mss-panel[data-panel="shop"] .mss-products--slotted .mss-product-card--secondary .mss-product-card__imgWrap {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    aspect-ratio: 1 / 1;
    height: var(--mss-products-secondary-image-height, auto);
    min-height: 0;
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: max(0px, calc(var(--mss-products-secondary-card-radius, 22px) - 10px));
    background:
        radial-gradient(82% 82% at 20% 12%, rgba(var(--mss-accent-rgb, 124, 58, 237), 0.18), transparent 68%),
        linear-gradient(180deg, rgba(255,255,255,0.02), rgba(255,255,255,0) 26%),
        rgba(3, 5, 12, 0.82);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.04);
    box-sizing: border-box;
}

.mss-shell .mss-panel[data-panel="shop"] .mss-products--slotted .mss-product-card--secondary .mss-product-card__imgWrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    filter: saturate(1.04) drop-shadow(0 10px 14px rgba(0,0,0,0.28));
}

.mss-shell .mss-panel[data-panel="shop"] .mss-products--slotted .mss-product-card--secondary .mss-product-card__body {
    grid-area: body;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    align-content: start;
    padding-top: 4px;
}

.mss-shell .mss-panel[data-panel="shop"] .mss-products--slotted .mss-product-card--secondary .mss-product-card__footer {
    grid-area: footer;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    padding-top: 0;
    align-self: end;
}

.mss-shell .mss-panel[data-panel="shop"] .mss-products--slotted .mss-product-card--secondary .mss-product-card__name,
.mss-shell .mss-panel[data-panel="shop"] .mss-products--slotted .mss-product-card--secondary .mss-product-card__price {
    min-width: 0;
    max-width: 100%;
    overflow-wrap: anywhere;
}

.mss-shell .mss-panel[data-panel="shop"] .mss-products--slotted .mss-product-card--secondary .mss-product-card__price {
    font-size: var(--mss-products-secondary-price-size, var(--mss-products-price-size, 16px));
}

.mss-shell .mss-panel[data-panel="shop"] .mss-products--slotted .mss-product-card--secondary .mss-product-card__add {
    min-height: 48px;
}

.mss-shell .mss-panel[data-panel="shop"] .mss-products--slotted {
    margin: 0;
    padding: 0;
    gap: 28px;
}

.mss-shell .mss-panel[data-panel="shop"] .mss-products--slotted[data-show-intro="0"] {
    gap: 26px;
}

.mss-shell .mss-panel[data-panel="shop"] .mss-products--slotted .mss-products__intro {
    padding: 0 0 14px;
}

.mss-shell .mss-panel[data-panel="shop"] .mss-products--slotted .mss-products__section {
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    border-radius: 0;
    overflow: visible;
}

.mss-shell .mss-panel[data-panel="shop"] .mss-products--slotted .mss-products__section::before {
    content: none;
}

.mss-shell .mss-panel[data-panel="shop"] .mss-products--slotted .mss-products__section--primary {
    gap: 18px;
    padding-top: 6px;
}

.mss-shell .mss-panel[data-panel="shop"] .mss-products--slotted .mss-products__head {
    align-items: center;
    gap: 18px;
}

.mss-shell .mss-panel[data-panel="shop"] .mss-products--slotted .mss-products__section--primary .mss-products__head {
    align-items: center;
    gap: 20px;
    padding: 0 4px 0 2px;
}

.mss-shell .mss-panel[data-panel="shop"] .mss-products--slotted .mss-products__section--primary .mss-products__head::after {
    background: linear-gradient(90deg, rgba(var(--mss-accent-rgb, 124, 58, 237), 0.18), rgba(255,255,255,0.05) 38%, transparent);
    opacity: 0.68;
}

.mss-shell .mss-panel[data-panel="shop"] .mss-products--slotted .mss-products__section--primary .mss-products__viewport {
    padding-inline: 10px;
    padding-top: 14px;
    padding-bottom: 14px;
    border-radius: 24px;
    background:
        linear-gradient(180deg, rgba(255,255,255,0.02), rgba(255,255,255,0) 20%),
        radial-gradient(120% 84% at 50% 0, rgba(var(--mss-accent-rgb, 124, 58, 237), 0.10), transparent 72%),
        rgba(4, 7, 16, 0.34);
    border: 1px solid rgba(255,255,255,0.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.035);
}

.mss-shell .mss-panel[data-panel="shop"] .mss-products--slotted .mss-products__section--primary .mss-products__track {
    gap: var(--mss-products-primary-card-gap, 18px);
    padding-top: 4px;
    padding-bottom: 6px;
}

.mss-shell .mss-panel[data-panel="shop"] .mss-products--slotted .mss-products__head::after {
    content: "";
    flex: 1 1 auto;
    height: 1px;
    background: linear-gradient(90deg, rgba(var(--mss-accent-rgb, 124, 58, 237), 0.22), rgba(255,255,255,0.06) 40%, transparent);
    opacity: 0.82;
}

.mss-shell .mss-panel[data-panel="shop"] .mss-products--slotted .mss-products__section--secondary {
    padding-top: 28px;
}

.mss-shell .mss-panel[data-panel="shop"] .mss-products--slotted .mss-products__section--secondary .mss-products__head::after {
    background: linear-gradient(90deg, rgba(var(--mss-accent-rgb, 124, 58, 237), 0.12), rgba(255,255,255,0.04) 36%, transparent);
    opacity: 0.56;
}

.mss-shell .mss-panel[data-panel="shop"] .mss-products--slotted .mss-products__section--primary .mss-products__dots {
    position: relative;
    width: fit-content;
    margin: -2px auto 0;
    padding: 8px 14px 6px;
    justify-content: center;
    gap: 8px;
}

.mss-shell .mss-panel[data-panel="shop"] .mss-products--slotted .mss-products__section--primary .mss-products__dots::before {
    content: "";
    position: absolute;
    inset: 0;
    height: 18px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,0.05);
    background: linear-gradient(180deg, rgba(255,255,255,0.035), rgba(255,255,255,0));
    opacity: 0.92;
    pointer-events: none;
}

.mss-shell .mss-panel[data-panel="shop"] .mss-products--slotted .mss-products__section--primary .mss-dot {
    position: relative;
    z-index: 1;
    width: 20px;
    height: 2px;
    background: rgba(255,255,255,0.18);
    opacity: 0.72;
}

.mss-shell .mss-panel[data-panel="shop"] .mss-products--slotted .mss-products__section--primary .mss-dot.is-active {
    width: 26px;
    background: var(--mss-accent);
    opacity: 1;
    box-shadow: 0 0 10px rgba(var(--mss-accent-rgb, 124, 58, 237), 0.16);
}

.mss-shell .mss-panel[data-panel="shop"] .mss-products--slotted .mss-products__dots {
    justify-content: center;
    align-items: center;
    min-height: 14px;
    margin-top: 4px;
    padding: 2px 0 0;
}

@media (min-width: 768px) {
    .mss-shell .mss-info__heroHeader {
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: start;
        column-gap: clamp(28px, 3vw, 56px);
        row-gap: 18px;
    }

    .mss-shell .mss-info__heroHeader .mss-info__title {
        max-width: var(--mss-character-name-max-width, none);
    }

    .mss-shell .mss-info__hero {
        padding-right: 0;
    }

    .mss-shell .mss-info__heroNav {
        justify-self: end;
        justify-content: flex-end;
        margin-top: 4px;
    }

}

@media (min-width: 768px) {
    @container mss-info-body (max-width: 720px) {
        .mss-shell .mss-info__heroHeader {
            grid-template-columns: minmax(0, 1fr);
        }

        .mss-shell .mss-info__heroHeader .mss-info__titleBlock,
        .mss-shell .mss-info__heroHeader .mss-info__title,
        .mss-shell .mss-info__heroHeader .mss-info__subtext {
            max-width: 100%;
        }

        .mss-shell .mss-info__heroNav {
            display: flex;
            flex-wrap: wrap;
            justify-self: stretch;
            justify-content: flex-start;
            width: 100%;
            gap: 10px;
            margin-top: 0;
        }

        .mss-shell .mss-info__heroNav .mss-info__sectionSwitchButton {
            max-width: 100%;
        }
    }
}

@media (max-width: 1024px) {
    .mss-shell__sitebar {
        gap: 16px;
    }

    .mss-shell__siteActions {
        gap: 10px;
    }

    .mss-shell__siteAction {
        width: 40px;
        height: 40px;
        border-radius: 12px;
    }

    .mss-shell__brandText {
        font-size: clamp(18px, 2vw, 26px);
    }

    .mss-shell__frame {
        padding: 14px;
    }

    .mss-shell .mss-panel[data-panel="shop"] .mss-products--slotted .mss-products__section--primary .mss-product-card {
        width: min(100%, var(--mss-products-primary-card-width, clamp(220px, 32vw, 240px)));
        min-width: min(100%, var(--mss-products-primary-card-width, clamp(220px, 32vw, 240px)));
    }

    .mss-shell .mss-panel[data-panel="shop"] .mss-products--slotted .mss-products__section--primary .mss-product-card__imgWrap {
        height: var(--mss-products-primary-image-height, 182px);
    }

    .mss-shell .mss-panel[data-panel="shop"] .mss-products--slotted .mss-products__section--secondary .mss-products__secondaryTrack {
        grid-template-columns: repeat(auto-fit, minmax(min(100%, var(--mss-products-secondary-card-width, 100%)), 1fr));
    }
}

@media (max-width: 767px) {
    .mss-shell__chrome,
    .mss-shell__frame,
    .mss-shell__social {
        width: min(100%, var(--mss-shell-inline-max, var(--mss-stage-max-w, 1720px)));
        max-width: 100%;
    }

    .mss-shell__frame {
        padding: 10px;
        border-radius: 18px;
        box-shadow:
            0 16px 36px rgba(0, 0, 0, 0.24),
            inset 0 1px 0 rgba(255, 255, 255, 0.03);
    }

    .mss-shell__frame::before {
        opacity: 0.28;
    }

    .mss-info__sectionSwitch--nav {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
        width: 100%;
    }

    .mss-info__sectionSwitch--nav .mss-info__sectionSwitchButton {
        width: 100%;
        justify-content: center;
    }

    .mss-shell__sitebar {
        padding-bottom: 14px;
    }

    .mss-shell .mss-info[data-active-tab="shop"] .mss-info__content {
        border-radius: 18px;
        box-shadow:
            0 14px 28px rgba(0, 0, 0, 0.22),
            0 0 0 1px rgba(255, 255, 255, 0.02),
            inset 0 1px 0 rgba(255, 255, 255, 0.04);
    }

    .mss-shell .mss-info[data-active-tab="shop"] .mss-info__content::before {
        height: 72px;
        opacity: 0.44;
    }

    .mss-shell .mss-panel[data-panel="shop"] {
        padding: 12px 10px 8px;
        border-radius: 0;
        box-shadow: none;
    }

    .mss-shell .mss-panel[data-panel="shop"]::before {
        content: none;
    }

    .mss-shell .mss-panel[data-panel="shop"] .mss-products--slotted {
        gap: 14px;
        --mss-products-safe-inline: 8px;
        --mss-products-safe-top: 8px;
        --mss-products-safe-bottom: 16px;
    }

    .mss-shell .mss-panel[data-panel="shop"] .mss-products--slotted .mss-products__section--primary .mss-products__track {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mss-shell .mss-panel[data-panel="shop"] .mss-products--slotted .mss-products__section--primary .mss-product-card {
        flex: 1 1 auto;
        width: 100%;
        min-width: 0;
        max-width: none;
    }

    .mss-shell .mss-panel[data-panel="shop"] .mss-products--slotted .mss-products__section--primary .mss-product-card__imgWrap {
        height: var(--mss-products-primary-image-height, 148px);
    }

    .mss-shell .mss-panel[data-panel="shop"] .mss-products--slotted .mss-product-card--secondary {
        width: 100%;
        min-width: 0;
        max-width: 100%;
        box-sizing: border-box;
        grid-template-columns: minmax(0, 1fr);
        grid-template-areas:
            "media"
            "body"
            "footer";
        row-gap: 8px;
        padding: var(--mss-products-secondary-card-padding, 10px);
        overflow: hidden;
    }

    .mss-shell .mss-panel[data-panel="shop"] .mss-products--slotted .mss-product-card--secondary .mss-product-card__media,
    .mss-shell .mss-panel[data-panel="shop"] .mss-products--slotted .mss-product-card--secondary .mss-product-card__body,
    .mss-shell .mss-panel[data-panel="shop"] .mss-products--slotted .mss-product-card--secondary .mss-product-card__footer {
        width: 100%;
        min-width: 0;
    }

    .mss-shell .mss-panel[data-panel="shop"] .mss-products--slotted .mss-product-card--secondary .mss-product-card__media {
        width: 100%;
        min-width: 0;
        max-width: 100%;
        overflow: hidden;
        border-radius: max(0px, calc(var(--mss-products-secondary-card-radius, 18px) - 4px));
        box-sizing: border-box;
    }

    .mss-shell .mss-panel[data-panel="shop"] .mss-products--slotted .mss-product-card--secondary .mss-product-card__imgWrap {
        width: 100%;
        min-width: 0;
        max-width: 100%;
        height: var(--mss-products-secondary-image-height, 148px);
        min-height: var(--mss-products-secondary-image-height, 148px);
        aspect-ratio: auto;
        overflow: hidden;
        box-sizing: border-box;
    }

    .mss-shell .mss-panel[data-panel="shop"] .mss-products--slotted .mss-product-card--secondary .mss-product-card__body {
        grid-area: body;
        width: 100%;
        min-width: 0;
        gap: 4px;
        padding-top: 0;
    }

    .mss-shell .mss-panel[data-panel="shop"] .mss-products--slotted .mss-product-card--secondary .mss-product-card__name,
    .mss-shell .mss-panel[data-panel="shop"] .mss-products--slotted .mss-product-card--secondary .mss-product-card__price {
        min-width: 0;
        overflow-wrap: anywhere;
    }

    .mss-shell .mss-panel[data-panel="shop"] .mss-products--slotted .mss-product-card--secondary .mss-product-card__price {
        font-size: var(--mss-products-secondary-price-size, var(--mss-products-price-size, 16px));
    }

    .mss-shell .mss-panel[data-panel="shop"] .mss-products--slotted .mss-product-card--secondary .mss-product-card__imgWrap img {
        width: 100%;
        height: 100%;
        max-width: 100%;
        display: block;
        object-fit: cover;
        transform: none;
    }

    .mss-shell .mss-panel[data-panel="shop"] .mss-products--slotted .mss-product-card--secondary .mss-product-card__footer {
        grid-area: footer;
        width: 100%;
        min-width: 0;
        padding-top: 0;
        align-self: stretch;
    }

    .mss-shell .mss-panel[data-panel="shop"] .mss-products--slotted .mss-product-card--secondary .mss-product-card__add {
        width: 100%;
        min-width: 0;
        max-width: 100%;
        min-height: 46px;
    }

    .mss-shell__crumbs {
        font-size: 14px;
        gap: 10px;
    }

    .mss-viewer__editorialTop,
    .mss-viewer__editorialBottom {
        left: 12px;
        right: 12px;
    }

    .mss-viewer__ghostBtn {
        width: 40px;
        height: 40px;
    }

    .mss-viewer__pillBtn {
        width: 48px;
        height: 38px;
    }

    .mss-viewer__togglePill {
        width: 84px;
        height: 38px;
    }

}


.mss-shell .mss-panel[data-panel="editorial"] {
    display: flex;
    flex-direction: column;
    padding: 0;
    overflow: hidden;
}

.mss-shell .mss-panel[data-panel="lookbook"],
.mss-shell .mss-panel[data-panel="editorial"] {
    padding: 0;
    overflow: hidden;
}

.mss-shell .mss-panel[data-panel="lookbook"] .mss-lookbook,
.mss-shell .mss-panel[data-panel="editorial"] .mss-lookbook,
.mss-shell .mss-panel[data-panel="editorial"] .mss-editorial {
    min-height: 100%;
    gap: 0;
    padding-top: 0;
}

.mss-shell .mss-panel[data-panel="lookbook"] .mss-lookbook__visualSurface,
.mss-shell .mss-panel[data-panel="editorial"] .mss-lookbook__visualSurface,
.mss-shell .mss-panel[data-panel="editorial"] .mss-editorial__visualSurface {
    min-height: clamp(320px, 54vh, 560px);
    border: 0;
    border-radius: inherit;
    background:
        radial-gradient(140% 120% at 50% 0, rgba(var(--mss-accent-rgb, 124, 58, 237), 0.12), transparent 62%),
        linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0) 24%),
        transparent;
    box-shadow: none;
}

.mss-shell .mss-panel[data-panel="lookbook"] .mss-lookbook__visualSurface::before,
.mss-shell .mss-panel[data-panel="editorial"] .mss-lookbook__visualSurface::before,
.mss-shell .mss-panel[data-panel="editorial"] .mss-editorial__visualSurface::before {
    background:
        linear-gradient(180deg, rgba(255,255,255,0.03), transparent 22%),
        radial-gradient(72% 44% at 50% 100%, rgba(255,255,255,0.05), transparent 76%);
}

.mss-shell .mss-panel[data-panel="lookbook"] .mss-lookbook__visualImage,
.mss-shell .mss-panel[data-panel="editorial"] .mss-lookbook__visualImage,
.mss-shell .mss-panel[data-panel="editorial"] .mss-editorial__visualImage,
.mss-shell .mss-panel[data-panel="lookbook"] .mss-lookbook__visualPlaceholder,
.mss-shell .mss-panel[data-panel="editorial"] .mss-lookbook__visualPlaceholder,
.mss-shell .mss-panel[data-panel="editorial"] .mss-editorial__visualPlaceholder {
    min-height: inherit;
}

.mss-shell .mss-panel[data-panel="lookbook"] .mss-lookbook__visualPlaceholder,
.mss-shell .mss-panel[data-panel="editorial"] .mss-lookbook__visualPlaceholder,
.mss-shell .mss-panel[data-panel="editorial"] .mss-editorial__visualPlaceholder {
    padding: clamp(28px, 4vw, 40px);
}

.mss-shell .mss-panel[data-panel="lookbook"] .mss-lookbook__visualPlaceholderText,
.mss-shell .mss-panel[data-panel="editorial"] .mss-lookbook__visualPlaceholderText {
    max-width: 30ch;
}

.mss-shell .mss-panel[data-panel="lookbook"] .mss-lookbook__trailers,
.mss-shell .mss-panel[data-panel="editorial"] .mss-lookbook__trailers {
    padding: 18px 20px 20px;
    border: 0;
    border-top: 1px solid rgba(255,255,255,0.08);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.mss-shell .mss-panel[data-panel="lookbook"] .mss-lookbook__trailers::before,
.mss-shell .mss-panel[data-panel="editorial"] .mss-lookbook__trailers::before {
    content: none;
}

.mss-editorial__visualFlip {
    position: relative;
    width: 100%;
    min-height: inherit;
    transform-style: preserve-3d;
    transition: transform 0.45s ease, opacity 0.28s ease;
    animation: mss-editorial-flip-in 0.45s ease;
    transform-origin: 50% 50%;
    will-change: transform, opacity;
}

@media (max-width: 767px) {
    .mss-shell .mss-panel[data-panel="lookbook"] .mss-lookbook__visualSurface,
    .mss-shell .mss-panel[data-panel="editorial"] .mss-lookbook__visualSurface,
    .mss-shell .mss-panel[data-panel="editorial"] .mss-editorial__visualSurface {
        min-height: clamp(240px, 58vw, 360px);
    }

    .mss-shell .mss-panel[data-panel="lookbook"] .mss-lookbook__trailers,
    .mss-shell .mss-panel[data-panel="editorial"] .mss-lookbook__trailers {
        padding: 16px;
    }
}
