/* 600 x 400 reference frame, scaled to the available card width. */
body.store-pro .store-pro-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
body.store-pro .store-pro-art{position:relative;width:100%;height:auto!important;aspect-ratio:3/2;overflow:hidden;background:#f5f7fa}
body.store-pro .store-pro-art img{position:absolute;inset:0;display:block;width:100%;height:100%;object-fit:contain;object-position:center}
body.store-pro .store-pro-card-body h3{min-height:0;font-size:18px;line-height:1.35}
@media(max-width:940px){body.store-pro .store-pro-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:540px){body.store-pro .store-pro-grid{grid-template-columns:1fr}}
