.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{border-radius:20px;transition:border-radius .5s ease;pointer-events:all;cursor:pointer}.cartidge.open>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}@media(max-width:768px){.select{font-size:13px;gap:5px}.select>.selected{font-size:18px}}
