.product-card-v2{padding:0;overflow:hidden;min-height:100%;display:flex;flex-direction:column}.product-card-v2>*{margin-left:24px;margin-right:24px}.product-card-v2 .product-card-topline{margin-top:24px;display:flex;justify-content:space-between;align-items:center;gap:12px}.research-badge{font-size:.68rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em;background:#eef8f3;color:#08734a;border-radius:999px;padding:6px 9px;white-space:nowrap}.product-card-v2 h3{font-size:1.18rem;line-height:1.35;margin-top:14px}.product-best-for{margin-top:2px!important;margin-bottom:12px!important;color:#176b4b!important;font-weight:700;font-size:.86rem!important}.product-best-for span{font-weight:900}.product-card-summary{line-height:1.55;min-height:4.3em}.product-card-facts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:5px;margin-bottom:18px}.product-card-facts div{min-width:0;background:#f6f8fb;border:1px solid #edf0f4;border-radius:12px;padding:9px}.product-card-facts dt{font-size:.65rem;text-transform:uppercase;letter-spacing:.06em;color:var(--mb-muted);font-weight:800}.product-card-facts dd{font-size:.76rem;font-weight:800;margin:3px 0 0;overflow:hidden;text-overflow:ellipsis}.product-card-price{margin:0!important;padding:18px 24px;background:#f7faff;border-top:1px solid var(--mb-line);display:grid}.product-card-price span{font-size:.7rem;text-transform:uppercase;letter-spacing:.08em;color:var(--mb-muted);font-weight:800}.product-card-price strong{font-size:1.75rem;line-height:1.2;margin-top:2px}.product-card-price strong.price-unavailable{font-size:1.12rem}.product-card-price small{color:var(--mb-muted);margin-top:3px}.product-card-actions{margin:0!important;padding:16px 24px 22px;display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:auto!important}.product-card-primary,.product-card-secondary{display:flex;align-items:center;justify-content:center;text-align:center;border-radius:11px;padding:11px 10px;text-decoration:none;font-size:.82rem;font-weight:800}.product-card-primary{background:var(--mb-accent);color:#fff}.product-card-primary:hover{background:var(--mb-accent-dark);color:#fff}.product-card-secondary{border:1px solid var(--mb-line);color:var(--mb-ink);background:#fff}.product-card-secondary:hover{border-color:#aac7f5;color:var(--mb-accent-dark)}.search-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}@media(max-width:1200px){.product-card-facts{grid-template-columns:1fr}.product-card-summary{min-height:0}}@media(max-width:700px){.product-card-actions{grid-template-columns:1fr}.search-product-grid{grid-template-columns:1fr}}