/* ===================================== PRODUKTGRID – ZEILEN GLEICH HOCH ===================================== */ .products-grid .product-items { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); grid-auto-rows: 1fr; /* DAS ist der Schlüssel */ align-items: stretch; } .products-grid .product-item { height: 100%; } /* ===================================== KACHEL-INHALT NORMAL, OHNE TRICKS ===================================== */ .products-grid .product-item-info { height: 100%; display: flex; flex-direction: column; } /* ===================================== BILD – NICHT BESCHNEIDEN ===================================== */ .products-grid .product-item-photo .product-image-container { height: 200px; display: flex; align-items: center; justify-content: center; } .products-grid .product-item-photo img { max-width: 100%; max-height: 100%; width: auto; height: auto; object-fit: contain; } /* ===================================== PRODUKTNAME – MAX 6 ZEILEN ===================================== */ .products-grid .product-item-name { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 6; overflow: hidden; line-height: 1.4em; max-height: calc(1.4em * 6); } /* ===================================== PREIS IMMER UNTEN ===================================== */ .products-grid .price-box { margin-top: auto; }

Suchergebnisse für: "vz 283 uber als selbst null norm null oder"