.card_container__Y2PA1{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(0,0,0,.2),0 -1px 0 rgba(0,0,0,.02);min-width:300px;max-width:359px;cursor:pointer;transition:all .3s ease;animation:card_model-appear___5ccS .5s;place-self:normal;background-color:var(--theme-light);text-decoration:none;color:var(--theme-dark)}.card_container__Y2PA1:hover{box-shadow:none;scale:.99}.card_image__oN9_i{position:relative}.card_image__oN9_i img{width:100%;height:100%;border-radius:8px 8px 0 0}.card_wrapper__UTeE9{padding:.8rem;align-items:flex-end;width:100%}.card_info__1_grL,.card_wrapper__UTeE9{display:flex;justify-content:space-between;height:100%}.card_info__1_grL{align-items:space;flex-direction:column;gap:.8rem}.card_name___Y1sy{display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:.5rem}.card_info__1_grL p:nth-child(2){font-size:.8em}.card_price__ejCo8{display:flex;justify-content:flex-end;align-items:center;flex-direction:column;gap:.5rem;font-size:.8em}.card_price__ejCo8 p:last-child{padding:.4rem .8rem;background-color:var(--theme-primary-600);border-radius:50rem;color:var(--theme-light);white-space:nowrap}.card_tags__eXYKS{display:flex;justify-content:flex-start;align-items:flex-start;gap:.5rem;flex-wrap:wrap}.card_tag__k7YJ2{font-size:.8em;padding:.3rem .5rem;background:var(--theme-primary-500);border-radius:50rem;color:var(--theme-light)}@keyframes card_model-appear___5ccS{0%{opacity:0}to{opacity:1}}@keyframes card_model-appear-mobile__j9X67{0%{transform:translateX(100%)}to{transform:translateX(0)}}@media (max-width:1095px){.card_container__Y2PA1{width:100%}}.styles_page__BvE3_{display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:2rem;overflow:auto;background-color:var(--theme-primary-50);height:calc(100% - 80px);padding:3rem}@media screen and (max-width:500px){.styles_page__BvE3_{padding:1.5rem}.styles_page__BvE3_>h1{font-size:1em}}