.tk-shirt-gallery{width:100%;max-width:1200px;margin:0 auto}
.tk-sg-tabs{display:flex;justify-content:center;gap:10px;flex-wrap:wrap;margin:0 0 38px}
.tk-sg-tab{appearance:none;border:1px solid #ddd;background:#fff;padding:10px 20px;border-radius:999px;cursor:pointer;font:inherit;transition:.2s}
.tk-sg-tab:hover,.tk-sg-tab.is-active{background:#111;color:#fff;border-color:#111}
.tk-sg-category-panel{display:none}
.tk-sg-category-panel.is-active{display:block}
.tk-sg-category-title{text-align:center;font-size:20px;font-weight:600;margin:0 0 28px}
.tk-sg-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:64px 56px;align-items:start}
.tk-sg-card{border:0;background:transparent;padding:0;margin:0;width:100%;cursor:zoom-in;text-align:center}
.tk-sg-shirt{display:block;width:100%;height:auto;aspect-ratio:600/760;overflow:visible}
.tk-shirt-outline{fill:none;stroke:#d6d6d6;stroke-width:3;vector-effect:non-scaling-stroke}
.tk-shirt-collar{fill:#fff;stroke:#d6d6d6;stroke-width:2;vector-effect:non-scaling-stroke}
.tk-shirt-center{fill:none;stroke:#dcdcdc;stroke-width:2;vector-effect:non-scaling-stroke}
.tk-sg-caption{display:block;margin-top:12px;color:#333;font-size:14px}
.tk-sg-no-items{text-align:center;padding:50px 20px;color:#888}
.tk-sg-lightbox{position:fixed;inset:0;background:rgba(255,255,255,.96);display:none;align-items:center;justify-content:center;z-index:999999;padding:30px}
.tk-sg-lightbox.is-open{display:flex}
.tk-sg-lightbox-inner{max-width:min(900px,92vw);max-height:92vh;text-align:center}
.tk-sg-lightbox img{display:block;max-width:100%;max-height:82vh;width:auto;height:auto;object-fit:contain}
.tk-sg-lightbox-title{margin-top:12px;font-size:15px;color:#333}
.tk-sg-close{position:fixed;right:22px;top:14px;border:0;background:transparent;font-size:42px;line-height:1;cursor:pointer;color:#111}
body.tk-sg-lock{overflow:hidden}
@media(max-width:700px){
 .tk-sg-grid{grid-template-columns:1fr;gap:38px}
 .tk-sg-tabs{margin-bottom:28px}
 .tk-sg-tab{padding:9px 16px}
 .tk-sg-card{max-width:520px;margin:0 auto}
}
