.card_container__QMPwt{display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;box-sizing:border-box;border-radius:8px;box-shadow:0 2px 4px rgba(255,255,255,.554),0 -1px 0 rgba(255,255,255,.298);max-width:320px;cursor:pointer;transition:all .3s ease;animation:card_version-container-appear__nBB3M .5s;place-self:normal;background-color:var(--theme-light);text-decoration:none;color:black;border:1px solid var(--theme-light)}.card_container__QMPwt>*{text-decoration:none}.card_carousel__zOjEJ{max-height:180px;width:100%}@keyframes card_version-container-appear__nBB3M{0%{opacity:0;transform:translateY(-100px)}to{opacity:1;transform:translateY(0)}}.card_container__QMPwt:hover{box-shadow:none;scale:.99}.card_image__g8_kF{position:relative}.card_image__g8_kF img{width:100%;height:100%;object-fit:contain;border-radius:8px 8px 0 0}.card_wrapper__uoT8m{padding:.8rem;align-items:flex-end;width:100%}.card_info__x9EcX,.card_wrapper__uoT8m{display:flex;justify-content:space-between;height:100%}.card_info__x9EcX{align-items:space;flex-direction:column;gap:.8rem}.card_name__C24BS{display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:.5rem}.card_info__x9EcX p:nth-child(2){font-size:.8em}.card_price__bRYBF{display:flex;justify-content:flex-end;align-items:center;flex-direction:column;gap:.5rem;font-size:.8em}.card_price__bRYBF p:last-child{padding:.4rem .8rem;background-color:var(--theme-primary);border-radius:50rem;color:var(--theme-light);white-space:nowrap}.card_tags__O9Si3{display:flex;justify-content:flex-start;align-items:flex-start;gap:.5rem;flex-wrap:wrap}.card_tag__ZUW_F{font-size:.8em;padding:.3rem .5rem;background:var(--theme-primary-500);border-radius:50rem;color:var(--theme-light)}