.skin-item{align-items:center;aspect-ratio:16/12;background:#fefefb0d;border-radius:14px;box-sizing:border-box;display:flex;flex-direction:column;height:auto;justify-content:space-between;overflow:hidden;position:relative;width:100%}.skin-item .content{width:100%}.skin-item.high{aspect-ratio:16/14}.skin-item.profile{aspect-ratio:3/3}.skin-item__icon-overlay{aspect-ratio:1/1;height:auto;margin-top:20%;position:absolute;width:30%}.skin-item__icon-overlay svg{height:auto;width:100%}.skin-item__transfer-status{font-size:clamp(12px,.833vw,14px);margin-bottom:32px;margin-top:-4px;opacity:40%;text-align:center}.skin-item__actions{align-items:start;box-sizing:border-box;display:grid;gap:5px;grid-template-columns:repeat(8,1fr);margin:0 8px 8px;width:calc(100% - 16px)}.skin-item__price{align-items:center;display:flex;font-size:clamp(14px,.833vw,18px);font-weight:600;gap:4px;justify-content:center;line-height:100%;margin-bottom:20px;opacity:50%}.skin-item__price svg{height:clamp(16px,.833vw,20px)}.skin-item__price svg path{fill:#fefefc}.skin-item__action-btn{align-items:center;border-radius:7px;display:flex;font-size:clamp(12px,.833vw,14px);font-weight:600;height:38px;justify-content:space-between;line-height:100%;padding-left:12px;padding-right:12px}.skin-item__action-btn svg{aspect-ratio:1;height:80%;width:auto}.skin-item__action-btn svg circle{fill:#fefefc;stroke:#fefefc}.skin-item__action-btn.first{background:#df2e66;color:#fefefc;grid-column:span 5;line-height:100%}.skin-item__action-btn.first.loading{justify-content:center}.skin-item__action-btn.first span .coin svg path{fill:#fefefc}.skin-item__action-btn.second{background:#995bff;color:#060a27;grid-column:span 3;justify-content:center;line-height:100%}.skin-item__action-btn span{align-items:center;display:flex;gap:2px;height:100%;line-height:100%}.skin-item__action-btn span .coin{align-items:center;aspect-ratio:1;display:flex;height:50%;justify-content:center;width:auto}.skin-item__action-btn.second svg{height:80%;width:auto}.skin-item__action-btn.second svg circle{stroke:#060a27;fill:#060a27}.skin-item:before{border:1.5px solid transparent;border-radius:14px;content:"";height:calc(100% - 3px);left:0;-webkit-mask:linear-gradient(#000 0 0) padding-box,linear-gradient(#000 0 0);mask:linear-gradient(#000 0 0) padding-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none;position:absolute;top:0;width:calc(100% - 3px);z-index:1}.skin-item__img{animation:imgIn .3s ease-out forwards;height:100%;margin-bottom:10px;max-height:60%;width:auto}.skin-item__img.case:hover{cursor:pointer;opacity:80%!important;transition:.3s}.skin-item__img-wrap{align-items:center;aspect-ratio:1;display:flex;height:70%;justify-content:center;position:absolute;right:-10%;top:-5%;z-index:-1}.skin-item__name{animation:nameIn .3s ease-out forwards;font-size:clamp(16px,.833vw,18px);font-weight:600;line-height:110%;margin:5% 8% 24px;text-align:center}.skin-item__name.withPrice{margin-bottom:10px}.skin-item__name.small{font-size:clamp(10px,.833vw,12px)}.skin-item__name.user{cursor:pointer}.skin-item__name.user:hover{opacity:50%!important}.skin-item.profile .skin-item__name{font-size:clamp(12px,.833vw,16px);margin:0 0 14px;width:100%}.skin-item__shape{aspect-ratio:1;border-radius:100vw;filter:blur(50px);opacity:50%;position:absolute;top:-30%;width:80%;z-index:-2}@keyframes imgIn{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}@keyframes nameIn{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@media screen and (max-width:900px){.skin-item{aspect-ratio:16/12}.skin-item.high{aspect-ratio:16/14}.skin-item__img{margin-bottom:0}.skin-item__name{font-size:14px;margin-bottom:16px;margin-left:10px;margin-right:10px}}
