.product-card{background-color:#fff;box-shadow:0 1px 16px 0 rgba(0,0,0,.1);display:flex;flex-flow:column;overflow:hidden;width:260px}.product-card:has(a):hover{box-shadow:0 4px 16px 4px rgba(0,0,0,.16)}.product-card__media{height:195px;padding:10px 10px 0}.product-card__image-wrapper{align-items:center;display:flex;height:100%;justify-content:center;overflow:hidden}.product-card__image{max-height:100%}.product-card__no-image{height:100%;opacity:.2;width:100%}.product-card__contents-wrap{color:#1a1a1a;display:flex;flex:1;flex-direction:column;gap:4px;overflow-wrap:break-word;padding:10px}.product-card__header{color:inherit}.product-card__title{font-size:18px;font-weight:700;line-height:32px;margin:0}.product-card__anchor,.product-card__anchor:focus,.product-card__anchor:hover{color:inherit!important;text-decoration:none}.product-card__anchor:after{bottom:0;content:"";left:0;position:absolute;right:0;top:0}.product-card__exhibitor-name{color:inherit;font-size:14px;line-height:20px;margin:0}