.collection-item-pile{position:relative;width:220px;height:220px}.collection-item-pile label img{opacity:0;transition:all .3s ease}.collection-item-pile:hover label img{opacity:1}.collection-item-pile a{width:100%;height:100%}.collection-item-pile a img{border-radius:8px;object-fit:cover;height:100%;width:100%}.collection-item-pile a>div{position:absolute;top:8px;left:8px}.collection-item-pile label img{position:absolute;width:16px;height:16px;bottom:8px;right:8px}@media (max-width:1000px){.collection-item-pile{width:100%;height:100%}}.modal-confirm{position:fixed;top:0;left:0;height:100%;justify-content:center;align-items:center;padding:0 7.5%;background:rgba(66,66,66,.7)}.modal-confirm,.modal-confirm>div{width:100%;display:flex;z-index:var(--modal-content-z-index)}.modal-confirm>div{flex-direction:column;max-width:500px;background:#1d1d1d;box-shadow:0 20px 24px -4px rgba(16,24,40,.08),0 8px 8px -4px rgba(16,24,40,.03);border-radius:12px;padding:24px}.modal-confirm h2{font-family:Inter-SemiBold;font-size:18px;line-height:28px;margin:0 0 8px;text-align:center}.modal-confirm>div>div{display:flex;flex-direction:row;justify-content:center;gap:12px;width:100%}