.product-card{border:1px solid var(--Colors-Dark-Mode-V2-70,#232636);background:var(--Colors-Dark-Mode-V2-80,#1d202d);border-radius:18px;flex-direction:column;justify-content:center;align-items:center;gap:16px;padding:8px;display:flex}.product-card-cover{border-radius:12.052px;width:191px;height:128px;position:relative}.product-card-cover img{object-fit:cover;border-radius:12.052px;width:100%!important;height:100%!important}.product-card h3{color:var(--Colors-Shades-White,#fff);text-align:center;font-size:14px;font-style:normal;font-weight:600;line-height:normal}.product-card button{width:100%;color:var(--Main,#394ff0);text-align:right;background:#394ff026;border-radius:12px;justify-content:center;align-items:center;gap:8px;padding:10px 16px;font-size:14px;font-style:normal;font-weight:600;line-height:normal;transition:all .3s ease-in-out;display:flex}.product-card>button:hover{background:var(--Main,#394ff0);color:var(--Colors-Shades-White,#fff);box-shadow:-4px 25px 51.9px #394ff040}.product-card>button:hover svg path{stroke:#fff}.product-card>button:hover svg path[opacity="0.4"]{fill:#fff}.product-card.unavailable{opacity:.7;border:1px solid #ff3b304d}.product-card.unavailable .product-card-cover:after{content:"";background-color:#0006;border-radius:12.052px;position:absolute;inset:0}.product-price-button.unavailable{color:#ff3b30;cursor:not-allowed;background:#ff3b3026}.product-price-button.unavailable:hover{color:#ff3b30;box-shadow:none;background:#ff3b3026}.product-price-button.unavailable svg path{stroke:#ff3b30}.product-price-button:disabled{cursor:not-allowed}.product-card.coming-soon{opacity:.85;border:1px solid #ffc1074d}.product-card.coming-soon .product-card-cover:after{content:"";background:linear-gradient(135deg,#ffc10726,#ff980026);border-radius:12.052px;position:absolute;inset:0}.product-price-button.coming-soon{color:#ffc107;cursor:not-allowed;background:linear-gradient(135deg,#ffc10726,#ff980026);border:1px solid #ffc1074d}.product-price-button.coming-soon:hover{color:#ffc107;box-shadow:none;background:linear-gradient(135deg,#ffc10726,#ff980026)}.product-price-button.coming-soon svg{stroke:#ffc107}.product-price-button.free{color:gold;background:linear-gradient(135deg,#ffd70026,#ffc10726);border:1px solid #ffd7004d}.product-price-button.free:hover{color:#000;background:linear-gradient(135deg,gold,#ffc107);box-shadow:-4px 25px 51.9px #ffd70040}.product-price-button.free:hover svg path{stroke:#000}.product-price-button.free:hover svg path[opacity="0.4"]{fill:#000}.product-price-button.free svg path{stroke:gold}.product-price-button.free svg path[opacity="0.4"]{fill:gold}@media (max-width:480px){.product-card-cover{border-radius:12.052px;width:100%;height:200px;position:relative}}@media (min-width:600px) and (max-width:1000px){.product-card-cover{border-radius:12.052px;width:100%;height:200px;position:relative}}
