.shoes-v .shoes-v-badge-group {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.35rem;
}

/* 값 배지: .label(높이 29px)과 동일 박스 안에서 글자 세로 중앙 */
.shoes-v .shoes-v-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    min-height: 29px;
    padding: 0 0.6rem;
    border-radius: 4px;
    font-family: inherit !important;
    font-size: 1rem !important;
    line-height: 1;
    font-weight: 400 !important;
    font-style: normal;
    font-variant: normal;
    border: 1px solid #d7dce2;
    background-color: #f5f7fa;
    color: #000 !important;
    opacity: 1;
}

/* 용도 배지 내부 미니 태그(데일리/퍼포먼스) */
.shoes-v .shoes-v-badge .shoes-v-badge-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 20px;
    padding: 0 8px;
    border-radius: 4px;
    font-size: 0.8125rem;
    line-height: 1;
    margin-right: 8px;
    border: 1px solid transparent;
    white-space: nowrap;
}

.shoes-v .shoes-v-badge-tag--daily {
    background: rgba(34, 197, 94, 0.12);
    border-color: rgba(34, 197, 94, 0.25);
    color: #166534;
}

.shoes-v .shoes-v-badge-tag--performance {
    background: rgba(109, 40, 217, 0.12);
    border-color: rgba(109, 40, 217, 0.25);
    color: #5b21b6;
}

/* 힐드롭 구간 칩: 데일리/퍼포먼스 색역과 동일 톤 */
.shoes-v .shoes-v-badge-tag--heel-balanced {
    background: rgba(34, 197, 94, 0.12);
    border-color: rgba(34, 197, 94, 0.25);
    color: #166534;
}

.shoes-v .shoes-v-badge-tag--heel-high {
    background: rgba(109, 40, 217, 0.12);
    border-color: rgba(109, 40, 217, 0.25);
    color: #5b21b6;
}

/* 데일리/퍼포먼스/힐구간·네이버 리드 등 모든 미니 칩: 테마 본문 굵기보다 확실히 굵게 */
.shoes-v .shoes-v-badge-tag {
    font-weight: 700 !important;
}

/* 용도 배지(데일리/퍼포먼스): 미니 태그를 윗줄로 올려 2줄 구성 */
.shoes-v .shoes-v-badge--use {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 6px 10px;
    min-height: 44px;
    text-align: center;
}

.shoes-v .shoes-v-badge--use .shoes-v-badge-tags {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.shoes-v .shoes-v-badge--use .shoes-v-badge-tag {
    margin-right: 0;
}

.shoes-v .shoes-v-badge--use .shoes-v-badge-text {
    font-size: 1rem;
    line-height: 1.1;
    font-weight: 600;
    color: #111827;
}

/* 용도 행: 쿠션화·안정화·레이싱(.use-wide)만 카드 폭 8rem — 미드솔·발볼과 동일 */
.shoes-v .shoes-v-row--use .shoes-v-badge--use.shoes-v-badge--use-wide {
    flex: 0 0 auto;
    width: 8rem;
    min-width: 8rem;
    max-width: 8rem;
    padding-left: 1.05rem;
    padding-right: 1.05rem;
    box-sizing: border-box;
}

/* 발볼너비 카드: 용도(.shoes-v-badge--use)와 동일 2줄(윗줄 규격 칩, 아래 라벨) */
.shoes-v .shoes-v-badge--width {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 6px 10px;
    min-height: 44px;
    text-align: center;
    /* 폭은 미드솔·발볼 행에서 동일(8rem)으로 덮어씀 */
    min-width: 5rem;
    box-sizing: border-box;
}

.shoes-v .shoes-v-badge--width .shoes-v-badge-tags {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.shoes-v .shoes-v-badge--width .shoes-v-badge-tag {
    margin-right: 0;
}

.shoes-v .shoes-v-badge--width .shoes-v-badge-text {
    font-size: 1rem;
    line-height: 1.1;
    font-weight: 600;
    color: #111827;
}

/* 선택됨: 테두리 진하게·2px로 비선택과 구분 */
.shoes-v .shoes-v-badge--gender.is-active {
    background-color: #eef4ff;
    border: 2px solid #2563eb;
    color: #000 !important;
}

.shoes-v .shoes-v-badge--use.is-active {
    background-color: #eef8f1;
    border: 2px solid #15803d;
    color: #000 !important;
}

/* 발볼 선택 강조: 용도 카드와 동일 녹색 톤(한 줄에 나란히 배치될 때 통일감) */
.shoes-v .shoes-v-badge--width.is-active {
    background-color: #eef8f1;
    border: 2px solid #15803d;
    color: #000 !important;
}

/* 기본정보: 추천대상(초급·숙련 러너) — 단일 줄 배지, 색만 구분(글자 굵기는 공통 .shoes-v-badge 400) */
.shoes-v .shoes-v-badge--runner-beginner.is-active {
    background-color: #e0f2fe;
    border: 2px solid #0284c7;
    color: #000 !important;
}

.shoes-v .shoes-v-badge--runner-experienced.is-active {
    background-color: #f3e8ff;
    border: 2px solid #7c3aed;
    color: #000 !important;
}

/* ===== 1단계: 마라톤일정 박스 톤(껍데기)만 이식 ===== */
.shoes-v #bo_v_title {
    font-size: 23px; /* BS4-Running #bo_v_title과 동일 */
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: -1px;
}

/* 스택(상세 콘텐츠 영역) 가로 폭
   - 래퍼 padding을 건드리면 컨테이너(px-3 등)와 중첩되어 폭 체감이 달라질 수 있어
     박스(ul) 자체를 PC에서만 좌우 4%로 정렬해 마라톤 상세 체감에 맞춤 */
.shoes-v .shoes-v-runinfo {
    background: transparent;
    border-radius: 0;
    overflow: visible;
    padding: 0;
}

/* A안: 마라톤일정과 동일한 ul/li 구조로 카드 구현 */
.shoes-v .shoes-v-ul {
    list-style: none;
    padding: 0 0 8px 0;
    margin: 20px 0;
    border: none;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}

@media (min-width: 768px) {
    .shoes-v .shoes-v-ul {
        margin-left: 4%;
        margin-right: 4%;
    }
}

.shoes-v .shoes-v-ul::before {
    display: block;
    clear: both;
    height: 3px;
    width: 80px;
    background: #007bff;
    overflow: hidden;
    content: "";
    margin-left: 24px;
}

.shoes-v .shoes-v-ul li {
    list-style: none;
}

.shoes-v .shoes-v-ul li.top {
    margin-top: 0;
    padding: 4px 24px 8px 32px;
    font-weight: 600;
    font-size: 1.2em;
}

/* li.top(32px 좌패딩)과 본문 시작 위치 통일 — 제목 첫 글자 아래로 본문 정렬 */
.shoes-v .shoes-v-ul .shoes-v-li {
    padding: 8px 24px 16px 32px;
}

/* 기본정보: 이미지(4:3) + 필드 — PC에서 가로 50%씩 */
.shoes-v .shoes-v-li--basic {
    padding: 8px 24px 16px 32px;
}

/* PC 2열: 왼쪽(4:3) 높이에 맞춰 오른쪽 열도 같은 높이로 늘림 → 5행을 세로로 균등 분배 */
.shoes-v .shoes-v-basic {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: stretch;
}

.shoes-v .shoes-v-basic__img,
.shoes-v .shoes-v-basic__fields {
    flex: 1 1 100%;
    min-width: 0;
}

.shoes-v .shoes-v-basic__fields {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 0;
}

@media (min-width: 768px) {
    .shoes-v .shoes-v-basic__img,
    .shoes-v .shoes-v-basic__fields {
        flex: 0 0 calc(50% - 0.5rem);
        max-width: calc(50% - 0.5rem);
    }

    .shoes-v .shoes-v-basic__fields {
        justify-content: space-between;
        /* 이미지·gap 옆 여백 활용: 필드 블록만 살짝 오른쪽으로 */
        padding-left: 1rem;
        box-sizing: border-box;
    }
}

/* 러닝화 메인 이미지 4:3 박스 */
.shoes-v .shoes-v-img-frame {
    position: relative;
    width: 100%;
    max-width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border-radius: 8px;
    background: #f5f7fa;
}

.shoes-v #bo_v_img.shoes-v-img-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 8px;
}

.shoes-v .shoes-v-img-frame.shoes-v-img-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}

/* 기본정보 모델라인 행: 필드명과 값 배지 그룹 세로 중앙 정렬 */
.shoes-v .shoes-v-basic__fields .shoes-v-row--badges {
    align-items: center;
}

.shoes-v .shoes-v-basic__fields .shoes-v-row--badges .label {
    margin-top: 0;
}

/* 기본정보 스택: 모델라인·추천대상 값 배지만 글자 크기 축소(공통 .shoes-v-badge 1rem 덮어씀) */
.shoes-v .shoes-v-basic__fields .shoes-v-badge {
    font-size: 0.9rem !important;
    font-weight: 600 !important;
}

/* 스펙 행: label/con 느낌 (마라톤일정과 동일 컨셉) */
.shoes-v .shoes-v-row {
    font-size: 1.0rem;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0;
    padding: 4px 0;
}

/* 값 배지가 있는 행: 라벨(29px)과 배지 박스 세로 중앙 정렬 */
.shoes-v .shoes-v-row:has(.shoes-v-badge-group) {
    align-items: center;
}

.shoes-v .shoes-v-row:has(.shoes-v-badge-group) .label {
    margin-top: 0;
}

/* 용도·미드솔·발볼너비 행: 배지 아래 설명 — :has(.shoes-v-badge-group)의 center 정렬보다 우선 */
.shoes-v .shoes-v-row.shoes-v-row--use,
.shoes-v .shoes-v-row.shoes-v-row--midsole,
.shoes-v .shoes-v-row.shoes-v-row--width,
.shoes-v .shoes-v-row.shoes-v-row--drop {
    align-items: flex-start !important;
}

.shoes-v .shoes-v-row.shoes-v-row--use .label,
.shoes-v .shoes-v-row.shoes-v-row--midsole .label,
.shoes-v .shoes-v-row.shoes-v-row--width .label,
.shoes-v .shoes-v-row.shoes-v-row--drop .label {
    margin-top: 4px;
}

/* 미드솔·발볼너비 값 카드: 동일 폭 8rem(행 간·옵션 간 정렬) */
.shoes-v .shoes-v-row--midsole .shoes-v-badge--width,
.shoes-v .shoes-v-row--width .shoes-v-badge--width {
    flex: 0 0 auto;
    width: 8rem;
    min-width: 8rem;
    max-width: 8rem;
    box-sizing: border-box;
}

/* 미드솔 미니배지: 한글 3글자(내추럴·추진력·반발력) 가독성 */
.shoes-v .shoes-v-row--midsole .shoes-v-badge--width .shoes-v-badge-tag {
    height: auto;
    min-height: 20px;
    padding: 3px 7px;
    font-size: 0.75rem;
    line-height: 1.2;
    white-space: nowrap;
}

.shoes-v .shoes-v-row.shoes-v-row--use .con,
.shoes-v .shoes-v-row.shoes-v-row--midsole .con,
.shoes-v .shoes-v-row.shoes-v-row--width .con,
.shoes-v .shoes-v-row.shoes-v-row--drop .con {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
}

/* 용도·발볼 설명: 같은 행의 필드 값(.con 1rem)과 동일 타이포 */
.shoes-v .shoes-v-use-desc {
    margin: 0;
    max-width: 100%;
    font-family: inherit !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    line-height: inherit;
    color: #000 !important;
}

/* 용도 범례(데일리/퍼포먼스): 값 배지 위 한 줄(좁은 폭은 wrap) */
.shoes-v .shoes-v-use-legend {
    margin: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    gap: 0.25rem 0.45rem;
    max-width: 100%;
    font-family: inherit !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    line-height: 1.35;
    color: #000 !important;
}

/* 범례 한 덩어리(배지+문장)가 줄바꿈될 때 묶이도록 */
.shoes-v .shoes-v-use-legend__row {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 0.35rem;
}

/* 용도 범례·힐드롭: 미니 배지 박스(용도 배지 내부 태그와 동일 비율) */
.shoes-v .shoes-v-use-legend .shoes-v-badge-tag,
.shoes-v .shoes-v-heel-block .shoes-v-badge-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    min-height: 1.35em;
    padding: 0.12em 0.5em;
    border-radius: 4px;
    font-size: 0.8125rem;
    line-height: 1.2;
    border: 1px solid transparent;
    white-space: nowrap;
    flex-shrink: 0;
    margin: 0;
}

/* 힐드롭: 수치·기본설명·구간 안내 사이 세로 여백 */
.shoes-v .shoes-v-heel-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.65rem;
    max-width: 100%;
}

.shoes-v .shoes-v-heel-block > .shoes-v-use-desc {
    line-height: 1.55;
}

/* 힐드롭: 입력값·구간 행이 긴 문장에서도 영역 내 줄바꿈 */
.shoes-v .shoes-v-heel-block .shoes-v-use-legend__row {
    max-width: 100%;
}

.shoes-v .shoes-v-heel-ranges {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
    max-width: 100%;
}

.shoes-v .shoes-v-heel-block .shoes-v-use-legend__text {
    line-height: 1.5;
}

.shoes-v .shoes-v-use-legend__text {
    line-height: 1.35;
    white-space: normal;
}

/* 인라인 한 줄에서 설명 문장이 flex-grow로 늘어나지 않게 */
.shoes-v .shoes-v-use-legend--inline .shoes-v-use-legend__text {
    flex: 0 1 auto;
}

/* 필드명 박스: BS4-Running #bo_v_runinfo li span.label 과 동일(굵기 미지정=normal) */
.shoes-v .shoes-v-row .label {
    margin-top: 2px;
    padding: 0 0 0 16px;
    flex: 0 0 120px;
    background: #f6f6f6;
    border-radius: 4px;
    color: #000;
    margin-right: 4px;
    font-size: 1rem;
    line-height: 29px;
    height: 29px;
    font-weight: 400;
}

/* 마라톤 상세(#bo_v_runinfo)와 동일: 라벨 아이콘(.vi) 정렬 */
.shoes-v .shoes-v-row .label .vi {
    display: inline-block;
    width: 1.4em;
    text-align: center;
}

.shoes-v .shoes-v-row .con {
    padding: 4px 4px 4px 8px;
    font-size: 1rem;
    min-width: 0;
    word-break: break-word;
}

/* 상세정보 무게: 값 + 무게기준 배지를 같은 줄에 배치 */
.shoes-v .shoes-v-row.shoes-v-row--weight .con {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem;
}

/* 슈즈태그 본문: 가독성(1.1배·굵게) — 글자색은 테마/본문 기본 따름 */
.shoes-v .shoes-v-ul--content .view-content {
    font-size: 1.1em;
    font-weight: 700;
    line-height: 1.5;
}

.shoes-v .view-content img,
.shoes-v .view-content video {
    max-width: 100%;
    height: auto;
}

/* 하단 목록 버튼: 본문 영역 하단 우측 */
.shoes-v .shoes-v-bottom-list {
    text-align: right;
    clear: both;
}

/* 네이버 쇼핑정보(썸네일 목록형, 건수는 lib VIEW_LIMIT) */
.shoes-v .shoes-v-ul--naver-shop .shoes-naver-block-wrap {
    font-size: 1rem;
    line-height: 1.5;
}
.shoes-v .shoes-naver-block {
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    background: #fafafa;
    padding: 0.75rem 0.875rem;
}
.shoes-v .shoes-naver-block__lead {
    margin: 0 0 0.75rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    gap: 0.35rem 0.45rem;
    /* 용도 범례(.shoes-v-use-legend)와 동일 본문 톤 */
    font-family: inherit !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    line-height: 1.35;
    color: #000 !important;
}
/* 본문·배지 한 줄에서 수직 가운데(박스 높이·inline-flex 정렬) */
.shoes-v .shoes-naver-block__lead-main {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    min-height: 1.5625rem;
    font-family: inherit !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    line-height: 1.2;
    color: #000 !important;
}
/* 리드 컬러 아이콘(SVG) — 이모지 글리프 대신 항상 동일 색상 */
.shoes-v .shoes-naver-block__lead-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.05rem;
}
.shoes-v .shoes-naver-block__lead-icon svg {
    display: block;
    width: 100%;
    height: 100%;
}
.shoes-v .shoes-naver-block__lead strong {
    font-weight: 600;
    color: #222;
    word-break: break-word;
}
/* 용도 범례 미니 태그와 동일 비율 + --daily / --performance 색상 재사용 */
.shoes-v .shoes-naver-block__lead .shoes-v-badge-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    min-height: 1.5625rem;
    padding: 0 0.5em;
    border-radius: 4px;
    font-size: 0.8125rem;
    line-height: 1.2;
    border: 1px solid transparent;
    white-space: nowrap;
    flex-shrink: 0;
    margin: 0;
}
.shoes-v .shoes-naver-block__list {
    margin: 0;
    padding: 0;
}
.shoes-v .shoes-naver-block__item {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    padding: 0.65rem 0;
    border-bottom: 1px solid #eee;
}
.shoes-v .shoes-naver-block__item:last-of-type {
    border-bottom: 0;
}
/* 썸네일(80px) 행 기준으로 번호 세로 가운데 — 10~15자리 대비 폭 */
.shoes-v .shoes-naver-block__num {
    flex: 0 0 1.75rem;
    min-width: 1.75rem;
    text-align: right;
    font-size: 0.875rem;
    color: #888;
    align-self: center;
    line-height: 1.2;
}
.shoes-v .shoes-naver-block__media {
    flex: 0 0 80px;
    width: 80px;
}
.shoes-v .shoes-naver-block__thumb-link {
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 4px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e8e8e8;
}
.shoes-v .shoes-naver-block__thumb {
    width: 100%;
    height: 100%;
    object-fit: contain;
    vertical-align: middle;
}
.shoes-v .shoes-naver-block__thumb-placeholder {
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 4px;
    background: #eee;
    border: 1px dashed #ddd;
}
.shoes-v .shoes-naver-block__body {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    align-self: center;
}
.shoes-v .shoes-naver-block__title-row {
    font-weight: 600;
    word-break: break-word;
    font-size: 0.9375rem;
    line-height: 1.45;
}
/* 스택(.shoes-v-row .con)과 같은 본문 톤 — 파란 링크 대신 */
.shoes-v .shoes-naver-block__title-link {
    display: inline;
    color: #212529;
    text-decoration: none;
    border-bottom: 1px solid transparent;
}
.shoes-v .shoes-naver-block__title-link:hover,
.shoes-v .shoes-naver-block__title-link:focus {
    color: #000;
    border-bottom-color: rgba(0, 0, 0, 0.25);
}
.shoes-v .shoes-naver-block__title-link:focus-visible {
    outline: 2px solid rgba(33, 37, 41, 0.35);
    outline-offset: 2px;
}
.shoes-v .shoes-naver-block__title-text {
    color: #212529;
}
.shoes-v .shoes-naver-block__price-row {
    font-size: 0.9375rem;
    line-height: 1.4;
}
.shoes-v .shoes-naver-block__price {
    font-weight: 500;
    color: #111;
}
.shoes-v .shoes-naver-block__mall-row {
    font-size: 0.875rem;
    line-height: 1.4;
}
.shoes-v .shoes-naver-block__mall {
    color: #666;
}
.shoes-v .shoes-naver-block__footer {
    margin-top: 0.75rem;
    padding-top: 0.65rem;
    border-top: 1px dashed #ddd;
    text-align: center;
}
.shoes-v .shoes-naver-block__src {
    margin: 0;
    font-size: 0.8125rem;
    color: #666;
    text-align: center;
}
.shoes-v .shoes-naver-block__time {
    margin: 0.25rem 0 0;
}
/* stale 안내: 테마 .text-muted 의 !important 를 이겨야 할 수 있음 */
.shoes-v .shoes-naver-block__time.shoes-naver-block__time--stale {
    color: #856404 !important;
}
@media (max-width: 400px) {
    .shoes-v .shoes-naver-block__media {
        flex-basis: 64px;
        width: 64px;
    }
    .shoes-v .shoes-naver-block__thumb-link {
        width: 64px;
        height: 64px;
    }
    .shoes-v .shoes-naver-block__thumb-placeholder {
        width: 64px;
        height: 64px;
    }
}

/* =============================================================================
   BS4-Shoes 목록: 계급도 매트릭스 (1차 표 골격, PC 레이아웃 우선)
   - 좌측 분류 열 sticky, 브랜드 열은 가로 스크롤 영역 안에서 함께 이동
   - 셀 내부 카드는 추후 단계
   ============================================================================= */
/* border-0 이라 카드 상단 가로선이 안 보임 → 표 그리드 색과 동일한 테두리 복원 */
.shoes-tier-list #shoes-tier-stage.card.border-0 {
    border: 1px solid #dee2e6 !important;
}

/* 설명추가 헤더 아래 Bootstrap 기본 구분선 제거(표 헤더 행 상단선만 남김) */
.shoes-tier-list #shoes-tier-stage .card-header {
    border-bottom: 0;
}

.shoes-tier-list .shoes-tier-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.shoes-tier-list .shoes-tier-table {
    width: max-content;
    min-width: 100%;
    /* collapse + sticky 조합은 분류열·브랜드열 사이 세로선이 스크롤 시 사라지는 브라우저 이슈가 있음 → separate + 0 간격 */
    border-collapse: separate;
    border-spacing: 0;
    font-size: 0.9375rem;
}

.shoes-tier-list .shoes-tier-table th,
.shoes-tier-list .shoes-tier-table td {
    border: 0 solid #dee2e6;
    border-right-width: 1px;
    border-bottom-width: 1px;
    padding: 0.5rem 0.65rem;
    vertical-align: middle;
    text-align: center;
    background: #fff;
    box-sizing: border-box;
}

.shoes-tier-list .shoes-tier-table thead tr th {
    border-top-width: 1px;
}

.shoes-tier-list .shoes-tier-table th.shoes-tier-sticky {
    border-left-width: 1px;
}

.shoes-tier-list .shoes-tier-table thead th {
    background: #f8f9fa;
    font-weight: 600;
}

.shoes-tier-list .shoes-tier-sticky {
    position: sticky;
    left: 0;
    z-index: 2;
    background: #fff;
    box-shadow: 4px 0 6px -3px rgba(0, 0, 0, 0.08);
}

.shoes-tier-list .shoes-tier-table thead th.shoes-tier-sticky {
    background: #f8f9fa;
    z-index: 3;
}

.shoes-tier-list .shoes-tier-corner {
    min-width: 6.5rem;
    max-width: 8rem;
    text-align: center;
    white-space: normal;
    line-height: 1.25;
}

/* 왼쪽 분류 열: 상세와 동일 용도 미니배지(데일리/퍼포먼스) + 라벨(쿠션화 등) */
.shoes-tier-list .shoes-tier-row-label {
    min-width: 9.25rem;
    max-width: 12.5rem;
    text-align: center;
    white-space: normal;
    line-height: 1.25;
    padding: 0.45rem 0.4rem;
}

/* 왼쪽 분류: 상세 용도 미니배지와 동일한 칩(배경+테두리). generic 에서 border:transparent 쓰면 modifier 색이 죽음 */
/* 계급도: shoes-tier-list 는 래퍼, shoes-v 는 내부 section — 한 요소에 두 클래스가 아니므로 후손 선택자(.shoes-tier-list .shoes-v) 사용 */
.shoes-tier-list .shoes-v .shoes-tier-row-label-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.shoes-tier-list .shoes-v .shoes-tier-row-tags {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

/* 슈퍼 트레이너: 데일리 / 퍼포먼스 2줄(세로). .shoes-tier-row-tags--stack + !important (테마 flex 충돌 방지) */
.shoes-tier-list .shoes-v .shoes-tier-row-tags.shoes-tier-row-tags--stack {
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: flex-start !important;
    width: 100%;
    max-width: 100%;
    gap: 5px;
}

.shoes-tier-list .shoes-v .shoes-tier-row-tags.shoes-tier-row-tags--stack .shoes-v-badge-tag {
    width: auto;
    max-width: 100%;
}

.shoes-tier-list .shoes-v .shoes-tier-row-label-inner--training {
    gap: 0.4rem;
}

.shoes-tier-list .shoes-v .shoes-tier-row-field--training {
    margin-top: 0;
    padding-top: 0;
}

.shoes-tier-list .shoes-v .shoes-tier-row-label--training .shoes-tier-row-field-name {
    display: block;
    margin-top: 0.1rem;
}

.shoes-tier-list .shoes-v .shoes-tier-row-tags .shoes-v-badge-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    min-height: 22px;
    height: auto;
    padding: 0.2rem 0.55rem;
    border-radius: 4px;
    font-size: 0.8125rem;
    line-height: 1.2;
    margin-right: 0;
    white-space: nowrap;
    font-weight: 700 !important;
    border-width: 1px;
    border-style: solid;
}

.shoes-tier-list .shoes-v .shoes-tier-row-tags .shoes-v-badge-tag--daily {
    background: rgba(34, 197, 94, 0.14);
    border-color: rgba(34, 197, 94, 0.45);
    color: #166534;
}

.shoes-tier-list .shoes-v .shoes-tier-row-tags .shoes-v-badge-tag--performance {
    background: rgba(109, 40, 217, 0.14);
    border-color: rgba(109, 40, 217, 0.45);
    color: #5b21b6;
}

/* 미니배지 아래: 용도 필드명(쿠션화·안정화 등) — 상세 .shoes-v-badge-text 톤 */
.shoes-tier-list .shoes-v .shoes-tier-row-field {
    display: block;
    width: 100%;
    text-align: center;
    padding-top: 0.15rem;
    margin-top: 0.1rem;
}

.shoes-tier-list .shoes-v .shoes-tier-row-field-name {
    display: inline-block;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.25;
    color: #111827;
    letter-spacing: -0.02em;
}

.shoes-tier-list .shoes-tier-col-brand {
    min-width: 8.25rem;
    width: 8.25rem;
    white-space: normal;
    line-height: 1.2;
    vertical-align: middle;
}

.shoes-tier-list .shoes-tier-col-brand-ko {
    display: block;
    font-weight: 600;
    white-space: nowrap;
}

.shoes-tier-list .shoes-tier-col-brand-en {
    display: block;
    margin-top: 0.2rem;
    font-weight: 600;
    color: #6c757d;
    letter-spacing: 0.02em;
    white-space: nowrap;
}

/* td 포함해 특이도 올림: 상단 .shoes-tier-table td { padding:0.5rem 0.65rem } 가 덮어쓰지 않도록 */
.shoes-tier-list .shoes-tier-table td.shoes-tier-cell {
    min-width: 8.25rem;
    width: 8.25rem;
    padding: 0.25rem;
}

.shoes-tier-list .shoes-tier-cell-inner {
    min-height: 4.25rem;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0.45rem;
}

/* 빈 칸: 가운데 대시만 */
.shoes-tier-list .shoes-tier-cell-inner--empty {
    align-items: center;
    justify-content: center;
}

.shoes-tier-list .shoes-tier-cell-ph {
    color: #ced4da;
    font-size: 1.1rem;
    line-height: 1;
}

/* 계급도 셀: 러닝화 미니 카드 */
.shoes-tier-list .shoes-tier-card {
    margin: 0;
    min-width: 0;
}

.shoes-tier-list .shoes-tier-card__link {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0.35rem;
    padding: 0.25rem;
    margin: 0;
    text-decoration: none;
    color: #111827;
    border-radius: 6px;
    border: 1px solid #e9ecef;
    background: #fff;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.shoes-tier-list .shoes-tier-card__link:hover,
.shoes-tier-list .shoes-tier-card__link:focus {
    border-color: #ced4da;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
    color: #111827;
    text-decoration: none;
}

.shoes-tier-list .shoes-tier-card__link:focus {
    outline: 2px solid rgba(37, 99, 235, 0.45);
    outline-offset: 1px;
}

.shoes-tier-list .shoes-tier-card__media {
    position: relative;
    width: 100%;
    aspect-ratio: 1;
    max-height: 5.5rem;
    margin: 0 auto;
    border-radius: 4px;
    overflow: hidden;
    background: #f3f4f6;
}

.shoes-tier-list .shoes-tier-card__img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.shoes-tier-list .shoes-tier-card__ph {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 3rem;
    background: linear-gradient(135deg, #eef0f3 0%, #e5e7eb 100%);
}

.shoes-tier-list .shoes-tier-card__body {
    min-width: 0;
}

.shoes-tier-list .shoes-tier-card__title {
    font-size: 0.8rem;
    font-weight: 600;
    line-height: 1.3;
    text-align: center;
    word-break: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

/* 제목 아래: 1줄 칩(가격·발볼코드·무게) + 2줄 발볼 한글(보통/조금 넓음/넓음) */
.shoes-tier-list .shoes-tier-card__meta {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.3rem;
    margin-top: 0.2rem;
    width: 100%;
    min-width: 0;
}

.shoes-tier-list .shoes-tier-card__meta-row--chips {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.25rem 0.35rem;
    width: 100%;
}

.shoes-tier-list .shoes-tier-card__meta-row--width-desc {
    display: flex;
    justify-content: center;
    width: 100%;
    min-width: 0;
}

/* wr_11 카본플레이트: 발볼 행 다음 — .width-label 과 동형, 색만 연한 오렌지 */
.shoes-tier-list .shoes-tier-card__meta-row--carbon {
    display: flex;
    justify-content: center;
    width: 100%;
    min-width: 0;
}

.shoes-tier-list .shoes-tier-card__chip--width-label.shoes-tier-card__chip--carbon {
    background: rgba(251, 146, 60, 0.1);
    border-color: rgba(234, 88, 12, 0.28);
    color: #c2410c;
}

.shoes-tier-list .shoes-tier-card__chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    min-height: 1.55rem;
    padding: 0.26rem 0.5rem;
    border-radius: 4px;
    font-size: 0.7rem;
    font-weight: 700;
    line-height: 1.15;
    border: 1px solid transparent;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.shoes-tier-list .shoes-tier-card__chip-txt {
    display: block;
    line-height: 1.15;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.shoes-tier-list .shoes-tier-card__chip--price {
    background: rgba(34, 197, 94, 0.12);
    border-color: rgba(34, 197, 94, 0.35);
    color: #166534;
}

.shoes-tier-list .shoes-tier-card__chip--width {
    background: rgba(109, 40, 217, 0.1);
    border-color: rgba(109, 40, 217, 0.35);
    color: #5b21b6;
}

/* 2줄: 발볼 보통 / 발볼 조금 넓음 / 발볼 넓음 — 1줄 고정(줄바꿈 시 높이만 달라지는 문제 방지), 높이는 공통 .shoes-tier-card__chip 과 동일 */
.shoes-tier-list .shoes-tier-card__chip--width-label {
    background: rgba(109, 40, 217, 0.06);
    border-color: rgba(109, 40, 217, 0.28);
    color: #5b21b6;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

.shoes-tier-list .shoes-tier-card__chip--weight {
    background: rgba(55, 65, 81, 0.08);
    border-color: rgba(55, 65, 81, 0.22);
    color: #374151;
}

@media (min-width: 768px) {
    .shoes-tier-list .shoes-tier-col-brand {
        min-width: 9.35rem;
        width: 9.35rem;
    }

    .shoes-tier-list .shoes-tier-table td.shoes-tier-cell {
        min-width: 9.35rem;
        width: 9.35rem;
    }

    .shoes-tier-list .shoes-tier-cell-inner {
        min-height: 5rem;
    }

    .shoes-tier-list .shoes-tier-row-label {
        min-width: 8rem;
        max-width: 13rem;
    }
}
