/* ===== SoHo PDP Layout (v1.5) ===== */
.soho-wrap{--c1:#211d70;--bd:#e6e9ec;--text:#1b1b1b;--sub:#5b6570;--badgeCircle:#7a0e10;font-family:inherit;color:var(--text)}
.soho-wrap *{box-sizing:border-box}
.soho-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:start}
@media(max-width:1024px){.soho-grid{grid-template-columns:1fr}}

.soho-gallery-col{position:sticky;top:20px}
.soho-gallery-set{display:none}
.soho-gallery-set.active{display:grid;grid-template-columns:90px 1fr;gap:16px;align-items:start}
.soho-thumbs{display:flex;flex-direction:column;gap:10px}
.soho-thumbs img{width:85px;height:110px;object-fit:cover;border-radius:8px;border:1px solid var(--bd);cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}
.soho-thumbs img:hover{transform:translateY(-2px);box-shadow:0 6px 16px rgba(0,0,0,.08)}
.soho-thumb-more{width:85px;height:110px;border:1px dashed var(--bd);display:flex;align-items:center;justify-content:center;border-radius:8px;color:#6b7280;font-size:14px}
.soho-main{background:#fff;border:1px solid var(--bd);border-radius:12px;padding:14px;display:flex;align-items:center;justify-content:center;min-height:520px}
.soho-main img{max-width:100%;height:auto;display:block}

.soho-info-col .soho-title{margin:0 0 6px;font-size:36px;font-weight:700}
.soho-info-col .soho-sub{margin:0 0 10px;color:#0b2f5a;font-style:italic}
.soho-info-col .soho-desc{color:var(--sub);line-height:1.65;margin:10px 0 16px}
.soho-badges{display:flex;gap:24px;margin:12px 0 22px;flex-wrap:wrap}
.soho-badge{display:flex;flex-direction:column;align-items:center;gap:8px;min-width:90px;text-align:center}
.soho-badge .soho-badge__icon{width:56px;height:56px;border-radius:999px;background:var(--badgeCircle);display:flex;align-items:center;justify-content:center;overflow:hidden}
.soho-badge .soho-badge__icon img{max-width:100%;max-height:100%;object-fit:contain;display:block;}
.soho-badge .soho-badge__text{font-size:12px;color:#1f2937;font-weight:600}
.soho-tabs{display:flex;gap:10px;margin:14px 0}
.soho-tab{appearance:none;border:1px solid var(--bd);background:#fff;border-radius:999px;padding:10px 18px;font-weight:600;cursor:pointer;transition:all .25s ease}
.soho-tab.active,.soho-tab:hover{background:var(--c1);border-color:var(--c1);color:#fff}
.soho-sizes{display:none;gap:12px;flex-wrap:wrap;margin:8px 0 20px}
.soho-sizes.active{display:flex}
.soho-size{border:1px solid var(--bd);border-radius:12px;background:#fff;padding:8px;display:flex;flex-direction:column;align-items:center;gap:6px;width:110px;cursor:pointer;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}
.soho-size img{width:70px;height:90px;object-fit:cover;border-radius:8px}
.soho-size span{font-size:13px}
.soho-size:hover{transform:translateY(-2px);box-shadow:0 8px 18px rgba(0,0,0,.06)}
.soho-size.active{border-color:var(--c1);box-shadow:0 0 0 3px rgba(13,83,31,.12)}

.soho-bottom{margin-top:18px;padding-top:10px;border-top:1px solid var(--bd)}
.soho-bottom h4{margin:0 0 8px;font-size:18px}
.soho-bottom .soho-bottom-content{line-height:1.7;color:#374151}
.soho-bottom .soho-bottom-content ul{padding-left:18px;margin:6px 0}

/* Bottom logo row */
.soho-logos{display:flex;gap:18px;flex-wrap:wrap;align-items:center;margin-top:14px;justify-content:center}
.soho-logos img{height:60px;max-width:120px;width:auto;object-fit:contain;filter:none}

@media(max-width:720px){
  .soho-gallery-col{position:static}
  .soho-gallery-set.active{grid-template-columns:1fr;gap:10px}
  .soho-thumbs{flex-direction:row}
  .soho-thumbs img,.soho-thumb-more{width:70px;height:90px}
  .soho-main{min-height:auto}
}
