﻿.pcard{flex: 0 0 auto;width: 300px;background: #ffffff;border-radius: 20px;padding: 22px;display: flex;flex-direction: column;gap: 16px;box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04), 0 8px 24px rgba(15, 23, 42, 0.06);transition: transform 0.2s ease, box-shadow 0.2s ease}.pcard:hover{transform: translateY(-4px);box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04), 0 16px 36px rgba(15, 23, 42, 0.10)}.pcard__top{display: flex;justify-content: space-between;align-items: flex-start}.pcard__tag{background: #f1f5f9;color: #004CD3;font-size: 12px;font-weight: 600;font-family: "Tajawal-Bold", sans-serif;padding: 6px 12px;border-radius: 999px}.pcard__fav{width: 36px;height: 36px;border-radius: 50%;background: #f8fafc;border: 1px solid #e2e8f0;color: #64748b;display: flex;align-items: center;justify-content: center;cursor: pointer;flex-shrink: 0;transition: color 0.15s ease, transform 0.15s ease}.pcard__fav:hover{color: #ef4444;transform: scale(1.08)}.pcard__image{background: linear-gradient(135deg, #f8fafc 0%, #eef2f7 100%);border-radius: 16px;padding: 18px;height: 180px;display: flex;align-items: center;justify-content: center;overflow: hidden;flex-shrink: 0}.pcard__image img{width: 85%;height: 100%;object-fit: contain;display: block}.pcard__name{font-size: 20px;font-weight: 700;font-family: "Tajawal-Bold", sans-serif;color: #0f172a;line-height: 1.3;margin: 0;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical}.pcard__features{display:flex;flex-direction:column;gap:8px;list-style: none;padding: 0;margin: 0;flex-grow: 1}.pcard__features li{display:flex;align-items:flex-start;gap:10px;font-size: 13px;font-family: "Tajawal-Regular", sans-serif;color: #334155}.pcard__feature-text{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.pcard__check{width: 18px;height: 18px;border-radius: 4px;background: #dcfce7;color: #16a34a;display: inline-flex;align-items: center;justify-content: center;flex-shrink: 0;margin-top:1px}.pcard__check--false{background: #fee2e2;color: #dc2626}.pcard__actions{display: flex;gap: 8px;margin-top: auto}.pcard__buy{flex: 1;background: #102472;color: #ffffff;border: none;border-radius: 12px;padding: 12px 16px;font-size: 15px;font-weight: 700;font-family: "Tajawal-Bold", sans-serif;cursor: pointer;display: inline-flex;align-items: center;justify-content: center;gap: 8px;transition: background 0.15s ease, transform 0.15s ease}.pcard__buy:hover{background: #1e293b;transform: translateY(-1px)}.pcard__buy:active{transform: translateY(0)}.pcard__detail{width: 44px;flex-shrink: 0;background: #ffffff;border: 1.5px solid #e2e8f0;border-radius: 12px;color: #0f172a;display: flex;align-items: center;justify-content: center;cursor: pointer;transition: border-color 0.15s ease, background 0.15s ease}.pcard__detail:hover{border-color: #0f172a;background: #f8fafc}