.gx-catalog-content{display:block;width:100%;min-width:0;flex-basis:100%;margin-block:16px;white-space:normal;text-align:inherit;box-sizing:border-box}
.gx-catalog-grid{display:grid;grid-template-columns:repeat(var(--gc-cols,2),minmax(0,1fr));gap:16px;margin-top:16px}
.gx-catalog-card{min-width:0;overflow-wrap:anywhere}
.gx-catalog-picture{display:block;width:100%;height:var(--gc-height,160px);border-radius:var(--gc-radius,8px);overflow:hidden;background:#00000005}
.gx-catalog-picture>img,.gx-catalog-picture>svg{display:block;width:100%;height:100%;object-fit:contain}
.gx-catalog-card .gx-catalog-title{font-family:inherit;font-size:18px;line-height:1.4;margin:10px 0 6px;color:inherit}
.gx-catalog-title a{color:inherit;text-decoration:none}
.gx-catalog-description,.gx-catalog-price{font-size:14px;line-height:1.5;margin:6px 0}
.gx-catalog-price s{opacity:.6;margin-inline-end:6px}
.gx-catalog-empty{padding:12px;border:1px dashed currentColor;font-size:14px;white-space:normal}
.gx-legacy-flex{display:flex;flex-wrap:wrap;gap:16px;padding-block:12px;align-items:center;justify-content:center}
.gx-legacy-cell{flex:0 1 calc(var(--gx-cell-width,100%) - 16px);min-width:0;white-space:normal}
.gx-flex-cell{display:flex;flex-direction:column;gap:12px;min-width:0;white-space:normal}
.gx-flex-cell h3{color:inherit;font-size:20px;margin:0}
.gx-flex-cell p{margin:0}
.gx-flex-cell-media{height:var(--gc-cell-height,120px);border-radius:var(--gc-cell-radius,8px);overflow:hidden}
.gx-flex-cell-media>a{display:block;height:100%}
.gx-flex-cell-media img,.gx-flex-cell-media video{width:100%;height:100%;object-fit:contain}
.gx-cell-button{display:inline-block;align-self:flex-start;padding:10px 20px;border:1px solid currentColor;border-radius:4px;color:inherit}
.gx-flex-cell :is(img,video,iframe,svg){max-width:100%}
@media(max-width:767px){.gx-catalog-grid{grid-template-columns:repeat(var(--gc-mobile-cols,1),minmax(0,1fr))}.gx-legacy-cell{flex-basis:100%}}
