.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}.product-card.unavailable{opacity:.7;border:1px solid rgba(255,59,48,.3)}.product-card.unavailable .product-card-cover:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.4);border-radius:12.052px}.product-price-button.unavailable{background:rgba(255,59,48,.15);color:#FF3B30;cursor:not-allowed}.product-price-button.unavailable:hover{background:rgba(255,59,48,.15);color:#FF3B30;box-shadow:none}.product-price-button.unavailable svg path{stroke:#FF3B30}.product-price-button:disabled{cursor:not-allowed}.product-price-button.free{background:linear-gradient(135deg,rgba(255,215,0,.15),rgba(255,193,7,.15));color:#FFD700;border:1px solid rgba(255,215,0,.3)}.product-price-button.free:hover{background:linear-gradient(135deg,#FFD700,#FFC107);box-shadow:-4px 25px 51.9px 0 rgba(255,215,0,.25);color:#000}.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:#FFD700}.product-price-button.free svg path[opacity="0.4"]{fill:#FFD700}@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}}