.ease-product-grid{display:grid;gap:10px;margin-top:12px}.ease-product-card{display:grid;grid-template-columns:76px 1fr;gap:10px;padding:10px;border:1px solid rgb(0 0 0 / .12);border-radius:12px;background:#fff;color:#222}.ease-product-card img{width:76px;height:76px;object-fit:cover;border-radius:9px}.ease-product-card strong,.ease-product-card span,.ease-product-card small{display:block}.ease-price{font-weight:700;margin:4px 0}.ease-card-actions{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}.ease-card-btn{display:inline-flex;padding:7px 10px;border:1px solid currentColor;border-radius:8px;text-decoration:none;font-size:12px;line-height:1.2}.ease-card-primary{background:#111;color:#fff!important;border-color:#111}@media(max-width:480px){.ease-product-card{grid-template-columns:64px 1fr}.ease-product-card img{width:64px;height:64px}}.ease-handoff{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:12px;padding:12px;border:1px solid rgb(0 0 0 / .1);border-radius:12px;background:#fff}.ease-handoff span{font-size:13px;line-height:1.4}.ease-handoff-btn{display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;padding:9px 12px;border-radius:9px;text-decoration:none!important;font-weight:600;background:#1677ff;color:#fff!important}@media(max-width:520px){.ease-handoff{align-items:stretch;flex-direction:column}.ease-handoff-btn{width:100%;box-sizing:border-box}}