.select{display:flex;align-items:center;flex-wrap:wrap;justify-content:center;cursor:pointer;-webkit-user-select:none;user-select:none;gap:10px}.select>.selected{color:red;font-size:22px;cursor:pointer}.cartidges-list{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin-top:50px}.cartidge{white-space:pre-line;display:flex;flex-direction:column;align-items:flex-start;text-align:left;background-size:contain;background-position:center;min-width:300px;max-width:300px;color:#000;gap:1px;border-radius:25px 25px 0 0}.cartidge-img-wrap>img{border-radius:20px;transition:border-radius .5s ease;pointer-events:all;cursor:pointer}.cartidge.open>.cartidge-img-wrap>img{border-radius:20px 20px 0 0}.info{padding:0;width:300px;max-height:0;overflow:hidden;background-color:#d9d9d9;transition:max-height 1s ease,width .5s ease,padding .5s ease;border-radius:0 0 20px 20px}.info.open{width:290px;padding:5px;max-height:600px}.info>div{margin-bottom:20px}.info>div>span.t{font-weight:700;color:#4b75b9}.info>div.c{text-align:center}.info>.btns{display:flex;gap:5px}.icon{pointer-events:all;cursor:pointer;max-width:50px!important}.cartidge-img-wrap{position:relative;display:inline-block}@keyframes sticker-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.sticker-spin{transform-origin:50px 50px;animation:sticker-spin 8s linear infinite}.badge-new-sticker{position:absolute;top:-10px;right:-10px;pointer-events:none;filter:drop-shadow(0 2px 6px rgba(0,0,0,.25));transform:rotate(3deg)}.cartidge{cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.cartidge:hover{transform:translateY(-4px) scale(1.02);box-shadow:0 12px 32px #0000001f}.cartidge.open:hover{transform:none;box-shadow:none}@media(max-width:768px){.select{font-size:13px;gap:5px}.select>.selected{font-size:18px}}
