.gallery-upload-preview{display:flex;flex-wrap:wrap;gap:10px;margin-top:12px}.gallery-upload-preview img{width:84px;height:84px;object-fit:cover;border:1px solid #e5d8d1;border-radius:8px}.detail-media{min-width:0}.detail-thumbs{display:flex;gap:10px;overflow-x:auto;padding-top:12px}.detail-thumb{flex:0 0 76px;width:76px;height:88px;padding:3px;border:1px solid var(--line);background:#fff}.detail-thumb img{width:100%;height:100%;object-fit:cover}.detail-thumb.active{border-color:var(--primary);box-shadow:0 0 0 1px var(--primary)}.gallery-arrow{position:absolute;z-index:3;top:50%;transform:translateY(-50%);width:48px;height:48px;border:1px solid rgba(255,255,255,.8);border-radius:50%;background:rgba(255,255,255,.92);color:var(--ink);font:400 35px/1 serif;display:grid;place-items:center;box-shadow:0 8px 25px rgba(35,25,20,.15);transition:.2s}.gallery-arrow:hover{background:var(--ink);color:#fff}.gallery-prev{left:18px}.gallery-next{right:18px}@media(max-width:600px){.gallery-arrow{width:40px;height:40px;font-size:29px}.gallery-prev{left:10px}.gallery-next{right:10px}}
