.ysi-products{padding:78px 0}.ysi-products__guide{max-width:860px;margin-bottom:46px;color:var(--brand-neutral-mid)}.ysi-product-category+.ysi-product-category{margin-top:70px}.ysi-product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:22px;gap:22px}.ysi-product-card{min-height:300px;border:1px solid var(--brand-border);border-radius:var(--brand-radius);background:var(--brand-bg);overflow:hidden;transition:transform .2s,box-shadow .2s}.ysi-product-card:hover{transform:translateY(-2px);box-shadow:var(--brand-shadow)}.ysi-product-card a{display:flex;flex-direction:column;height:100%;color:var(--brand-text)}.ysi-product-card__image{height:180px;display:flex;align-items:center;justify-content:center;background:var(--brand-neutral-light)}.ysi-product-card__image img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.ysi-product-card__body{display:flex;flex-direction:column;gap:.55rem;padding:20px}.ysi-product-card__body strong{color:var(--brand-primary-dark);font-size:1.05rem}.ysi-product-card__body em{margin-top:auto;color:var(--brand-secondary);font-style:normal;font-weight:800}