.catalog-grid .product-placeholder { display:flex; flex-direction:column; align-items:center; justify-content:center; width:100%; height:190px; background:linear-gradient(145deg,#252525,#101010); border-bottom:1px solid #3d3d3d; color:#efefef; }
.catalog-grid .product-placeholder .product-logo-placeholder { width:72%; height:auto; max-height:72%; object-fit:contain; background:transparent; }
.product-placeholder span { font-size:2.3rem; font-weight:800; font-style:italic; letter-spacing:-.12em; }
.product-placeholder small { margin-top:8px; color:#aaa; font:500 .65rem 'DM Mono',monospace; letter-spacing:.16em; text-transform:uppercase; }
@media (max-width:700px) { .catalog-grid .product-placeholder { height:280px; } }
