.ucok-product-card { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr); gap: 24px; padding: 20px; border: 1px solid #e5e7eb; border-radius: 24px; background: #fff; box-shadow: 0 10px 30px rgba(0,0,0,0.05); margin: 1.5rem 0; box-sizing: border-box; }
.ucok-product-thumb img { width: 100%; height: auto; aspect-ratio: 1 / 1; object-fit: cover; border-radius: 18px; display: block; }
.ucok-product-meta dl { display: grid; gap: 10px; margin: 0; }
.ucok-product-meta dl div { display: grid; grid-template-columns: 160px 1fr; gap: 12px; padding: 10px 0; border-bottom: 1px solid #f1f5f9; align-items: center; }
.ucok-product-meta dt { font-weight: 700; color: #475569; }
.ucok-product-meta dd { margin: 0; font-weight: 500; color: #0f172a; }
.ucok-price-row { background: #f8fafc; padding: 12px !important; border-radius: 12px; border-bottom: none !important; }
.ucok-price-row dd { font-size: 1.25rem; color: #0ea5e9; font-weight: 800; }
.ucok-order-btn { display: inline-flex; justify-content: center; align-items: center; padding: 14px 18px; border-radius: 999px; background: #25D366; color: #fff !important; text-decoration: none; font-weight: 700; margin-top: 16px; transition: transform 0.2s ease; border: none; }
.ucok-order-btn:hover { transform: translateY(-2px); background: #1EBE53; }
@media (max-width: 767px) { .ucok-product-card { grid-template-columns: 1fr; padding: 16px; border-radius: 18px; } .ucok-product-meta dl div { grid-template-columns: 1fr; gap: 4px; padding: 8px 0; } .ucok-order-btn { width: 100%; box-sizing: border-box; } }