.catalog-toolbar #toggle-keyboard{display:none}.catalog.products #toggle-keyboard{display:block}
.right-pane.browse{grid-template-rows:minmax(0,1fr)}.right-pane.browse .entry-payments{display:none}
#catalog-grid .product{padding:0;display:grid;grid-template-rows:minmax(0,1fr) auto;gap:0;min-height:0;background:#102c42}
#catalog-grid .product-visual{height:100%;width:100%;min-height:0;background:white;display:flex;align-items:center;justify-content:center;overflow:hidden}
#catalog-grid .product-visual img{display:block;width:100%;height:100%;min-height:0;object-fit:contain}
#catalog-grid .product-visual.no-photo{background:#102c42;color:#9dc0d1;font-size:12px;letter-spacing:1px}
#catalog-grid .product-caption{padding:8px;display:grid;gap:4px;text-align:left;width:100%;font-size:12px;line-height:1.2}
#catalog-grid .product-caption small{display:flex;justify-content:space-between;gap:5px}
.right-pane:not(.browse) #catalog-grid .product-caption{padding:4px;font-size:10px;gap:2px}
.right-pane:not(.browse) #catalog-grid .product-caption .product-code{display:none}
body.contrast #catalog-grid .product{display:flex;padding:8px;background:#000}
body.contrast #catalog-grid .product-caption{font-size:14px;text-align:center}
@media(min-height:900px){.right-pane.browse #catalog-grid .product-caption{font-size:15px;padding:10px}}
@media(max-width:700px){.right-pane.browse{height:650px}.catalog-toolbar{flex-wrap:wrap}.catalog.products{grid-template-rows:84px minmax(0,1fr) 30px}.catalog-toolbar input{order:3;width:100%;height:36px}.catalog-toolbar button{flex:1}.catalog.products #catalog-grid{grid-template-columns:repeat(3,minmax(0,1fr));grid-template-rows:repeat(4,minmax(0,1fr))}}
