.product-card{display:flex;padding:8px;flex-direction:column;justify-content:center;align-items:center;gap:16px;border-radius:18px;border:1px solid var(--Colors-Dark-Mode-V2-70,#232636);background:var(--Colors-Dark-Mode-V2-80,#1D202D)}.product-card-cover{width:191px;height:128px;border-radius:12.052px;position:relative}.product-card-cover img{width:100%!important;height:100%!important;border-radius:12.052px;object-fit:cover}.product-card h3{color:var(--Colors-Shades-White,#FFF);text-align:center}.product-card button,.product-card h3{font-size:14px;font-style:normal;font-weight:600;line-height:normal}.product-card button{border-radius:12px;background:rgba(57,79,240,.15);display:flex;padding:10px 16px;width:100%;justify-content:center;align-items:center;gap:8px;color:var(--Main,#394FF0);text-align:right;transition:all .3s ease-in-out}.product-card>button:hover{background:var(--Main,#394FF0);box-shadow:-4px 25px 51.9px 0 rgba(57,79,240,.25);color:var(--Colors-Shades-White,#FFF)}.product-card>button:hover svg path{stroke:#FFF}.product-card>button:hover svg path[opacity="0.4"]{fill:#FFF}@media (max-width:480px){.product-card-cover{width:100%;height:200px;border-radius:12.052px;position:relative}}@media (min-width:600px) and (max-width:1000px){.product-card-cover{width:100%;height:200px;border-radius:12.052px;position:relative}}