@import url("/css/pages/catalog-base.css");

.ok-item-card.has-photo{padding:0;overflow:hidden}
.ok-item-photo{width:100%;height:240px;object-fit:contain;object-position:center;background:#fff;display:block}
.ok-item-body{display:flex;flex-direction:column;justify-content:space-between;gap:14px;height:100%}
.ok-item-card.has-photo .ok-item-body{padding:16px 20px 20px}
