.valbia-products{align-items:stretch}
.valbia-product-card{min-height:350px;text-decoration:none;color:var(--ink);transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease}
.valbia-product-card:hover,.valbia-product-card:focus-visible{transform:translateY(-4px);background:#edf5f4;box-shadow:0 14px 28px rgba(7,41,49,.14);color:var(--ink)}
.valbia-product-card__image{display:grid;min-height:165px;place-items:center;background:#edf2f1}
.valbia-product-card__image img{width:auto;height:auto;max-width:90%;max-height:132px;object-fit:contain;mix-blend-mode:multiply}
.valbia-product-card h2{display:-webkit-box;overflow:hidden;margin:18px 0 10px;color:var(--cyan);font-size:20px;line-height:1.15;-webkit-box-orient:vertical;-webkit-line-clamp:3}
.valbia-product-card p{display:-webkit-box;overflow:hidden;margin:0 0 16px;color:var(--muted);line-height:1.45;-webkit-box-orient:vertical;-webkit-line-clamp:3}
.valbia-product-card__more{margin-top:auto;color:var(--cyan);font-size:13px;font-weight:800}
.valbia-section__heading{max-width:850px;margin:0 0 32px}
.valbia-section__heading h1{color:var(--cyan)}
.valbia-product-image{display:flex;min-height:230px;flex-direction:column;align-items:center;justify-content:center;gap:12px;background:#fff}
.valbia-product-image img{width:auto;height:auto;max-width:100%;max-height:220px;object-fit:contain}
.valbia-product-image span{color:var(--muted);font-size:14px;text-decoration:underline}
.valbia-product-features{margin:18px 0 28px;padding-left:22px;line-height:1.65}
.valbia-product-features li{margin:0 0 7px}
@media(max-width:700px){.valbia-product-card{min-height:310px}.valbia-product-card__image{min-height:145px}.valbia-product-card__image img{max-height:120px}.valbia-product-card h2{font-size:18px}.valbia-product-image{min-height:190px}.valbia-product-image img{max-height:180px}}
