.section-divider{
    width:100%;
    height:1px;
    margin:72px 0 42px;
    background:linear-gradient(90deg,rgba(255,255,255,0),rgba(99,102,241,.18),rgba(255,255,255,0));
}

.md-pick-section{
    width:100%;
}

.md-pick-head{
    display:flex;
    align-items:flex-end;
    justify-content:space-between;
    gap:20px;
    margin-bottom:22px;
}

.md-pick-title-row{
    display:flex;
    align-items:center;
    gap:18px;
    flex-wrap:wrap;
}

.md-pick-title-row h2{
    margin:0;
    font-size:30px;
    font-weight:800;
    letter-spacing:-.055em;
    color:#00183a;
}

.md-pick-title-group p{
    margin:8px 0 0;
    font-size:15px;
    line-height:1.5;
    color:#5f708a;
    font-weight:500;
}

.md-pick-tabs{
    display:flex;
    align-items:center;
    gap:10px;
    flex-wrap:wrap;
}

.md-pick-tab{
    width:auto;
    height:30px;
    padding:0 18px;
    border:1px solid #e2e8f4;
    border-radius:999px;
    background:#fff;
    color:#5d6a80;
    font-size:13px;
    font-weight:700;
    letter-spacing:-.02em;
    cursor:pointer;
    transition:background .18s ease, color .18s ease, box-shadow .18s ease;
}

.md-pick-tab.active{
    background:#f0edff;
    border-color:#eee9ff;
    color:#4f46e5;
    box-shadow:0 8px 18px rgba(79,70,229,.08);
}

.md-all-link{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    height:auto;
    padding:0;
    border:0;
    border-radius:0;
    background:transparent;
    color:#00183a;
    font-size:13px;
    font-weight:700;
    text-decoration:none;
    white-space:nowrap;
}

.md-all-link:hover{
    color:#315df6;
}

.md-product-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:22px;
}

.md-product-card{
    position:relative;
    display:block;
    background:#fff;
    border:1px solid #e3eaf5;
    border-radius:18px;
    overflow:hidden;
    text-decoration:none;
    color:#06142e;
    box-shadow:0 12px 28px rgba(15,35,70,.06);
    transition:transform .22s ease, box-shadow .22s ease;
}

.md-product-card.is-hidden{
    display:none;
}

.md-product-card:hover{
    transform:translateY(-4px);
    box-shadow:0 18px 40px rgba(15,35,70,.12);
}

.md-card-badge{
    position:absolute;
    top:14px;
    left:16px;
    z-index:2;
    padding:7px 12px;
    border-radius:999px;
    font-size:12px;
    line-height:1;
    color:#fff;
    font-weight:900;
    background:#2867f0;
}

.md-card-badge.red{background:#ef3434}
.md-card-badge.green{background:#18a957}
.md-card-badge.orange{background:#ff8b1a}
.md-card-badge.purple{background:#7d4dff}

.md-card-img{
    height:190px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:linear-gradient(180deg,#f7f9ff,#fff);
    padding:18px 18px 10px;
}

.md-card-img img{
    max-width:100%;
    max-height:100%;
    object-fit:contain;
}

.md-card-body{
    padding:0 16px 22px;
    text-align:center;
}

.md-card-body h3{
    margin:0 0 6px;
    font-size:19px;
    font-weight:800;
    letter-spacing:-.055em;
    color:#00183a;
}

.md-subtitle{
    margin:0 0 12px;
    font-size:13px;
    color:#607089;
    font-weight:600;
}

.md-spec-line{
    display:block;
    margin:10px auto 14px;
    max-width:100%;
    font-size:13px;
    line-height:1.2;
    color:#59687f;
    font-weight:800;
    letter-spacing:-.03em;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}

.md-price{
    display:block;
    font-size:24px;
    line-height:1.1;
    font-weight:900;
    letter-spacing:-.045em;
    color:#000b1d;
}

.md-price.is-soldout{
    color:#e03131;
    font-size:22px;
    letter-spacing:-.035em;
}


.md-empty-message{
    padding:40px 0;
    text-align:center;
    color:#65758e;
    font-size:14px;
    font-weight:700;
}

/* 모바일에서도 PC와 동일하게 고정 */


/* price color unified v20260602_4 */
.md-price{
    color:#5B4DFF !important;
}
.md-price.is-soldout{
    color:#e03131 !important;
}


/* MD price weight/color refinement v20260602_5 */
.md-price{
    color:#5B4DFF !important;
    font-weight:700 !important;
}
.md-price.is-soldout{
    color:#e03131 !important;
    font-weight:700 !important;
}


/* MD all-products link button style v20260602_6 */
.md-all-link{
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    height:38px !important;
    padding:0 18px !important;
    border-radius:12px !important;
    border:1px solid #dfd8ff !important;
    color:#4b35d2 !important;
    background:#fff !important;
    font-size:13px !important;
    font-weight:900 !important;
    text-decoration:none !important;
    white-space:nowrap !important;
    transition:all .18s ease !important;
}
.md-all-link:hover{
    background:#f7f5ff !important;
    border-color:#c8bdff !important;
    color:#4b35d2 !important;
}


/* 추천 테마별 PC 상단 간격 축소 */
.theme-pc-section{
    margin-top:40px !important;
    padding-top:0 !important;
}



/* 추천 테마별 PC 설명 제거 후 헤더 간격 정리 */
.theme-pc-head{
    margin-bottom:16px !important;
}
.theme-pc-head p{
    display:none !important;
}
