/* =============================
   Kategorieprodukte – kompakt & nebeneinander
   ============================= */
/*.category-products-small {*/
/*    display: flex !important;*/
/*    flex-wrap: wrap !important;*/
/*    gap: 10px;*/
/*    justify-content: flex-start;*/
/*    margin-top: 15px;*/
/*}*/

/*!* Boxen der Produkte *!*/
/*.category-products-small > .product-miniature {*/
/*    flex: 0 0 23%;         !* max 4 pro Reihe Desktop *!*/
/*    max-width: 150px;*/
/*    height: 220px;         !* gleiche Höhe für alle Boxen *!*/
/*    box-sizing: border-box;*/
/*    padding: 5px;*/
/*    border: 1px solid #eee;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    align-items: center;*/
/*    text-align: center;*/
/*}*/

/*!* Bilder proportional *!*/
/*.category-products-small img {*/
/*    width: 100%;*/
/*    max-width: 140px;*/
/*    max-height: 140px;*/
/*    object-fit: contain;*/
/*    margin-bottom: 5px;*/
/*}*/

/*!* Titel + Preis *!*/
/*.category-products-small .product-info {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    justify-content: space-between;*/
/*    flex-grow: 1;*/
/*    width: 100%;*/
/*}*/

/*.category-products-small .product-title {*/
/*    font-size: 0.75rem;*/
/*    text-align: center;*/
/*    margin: 2px 0 1px;*/
/*    overflow: hidden;*/
/*    text-overflow: ellipsis;*/
/*    display: -webkit-box;*/
/*    -webkit-line-clamp: 2;*/
/*    -webkit-box-orient: vertical;*/
/*}*/

/*.category-products-small .product-price {*/
/*    font-size: 0.7rem;*/
/*    color: #333;*/
/*    text-align: center;*/
/*}*/

/*!* RESPONSIVE *!*/

/*!* Tablet: 2 pro Reihe *!*/
/*@media (max-width: 991px) {*/
/*    .category-products-small > .product-miniature {*/
/*        flex: 0 0 48%;*/
/*        max-width: 48%;*/
/*    }*/
/*}*/

/*!* Smartphone: 1 pro Reihe *!*/
/*@media (max-width: 575px) {*/
/*    .category-products-small > .product-miniature {*/
/*        flex: 0 0 100%;*/
/*        max-width: 100%;*/
/*        height: auto;*/
/*    }*/
/*}*/
