.wlg-product-card{
	display: flex;
	background-color: white;
    overflow: hidden;
	padding: 0 !important;
    border-radius: 15px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}

.wlg-product-card .astra-shop-summary-wrap{
	border-radius: 15px;
	flex: 1 1 auto;
	display: flex;
	flex-flow: column nowrap;
	padding: 10px !important;
}

.wlg-product-card .ast-on-card-button{
    display: none;
}


/* --- MOBILE AMAZON-STYLE CARD basierend auf deinem Screenshot --- */
@media (max-width: 600px) {

    .ast-container:has(.wlg-product-archive) {
        padding-left: 8px;
        padding-right: 8px;
    }

    .ast-container:has(#product-quote-form) {
        background-color: white;
        padding-left: 8px;
        padding-right: 8px;
    }

    .ast-woocommerce-container:has(#product-quote-form) {
        padding-left: 8px;
        padding-right: 8px;
    }

    #primary:has(#product-quote-form) {
        padding-top: 10px !important;
    }

    /* Gesamtes Produkt-Layout horizontal statt vertikal */
    .wlg-product-archive li.product{
        display: flex !important;
        flex-direction: row !important;
    }

    .wlg-product-card{
        margin-bottom: 8px !important;
    }

    .wlg-product-card .astra-shop-thumbnail-wrap{
        flex: 2;
        align-content: center;
        background-color: lightgray;
    }

    .wlg-product-card .astra-shop-thumbnail-wrap a{
        height: 100%;
        display: flex !important;
    }

    .wlg-product-card .astra-shop-thumbnail-wrap img{
        padding: 0 !important;
        margin: 0 !important;
        object-fit: cover;
    }

    .wlg-product-card .astra-shop-summary-wrap{
        flex: 3;
    }

}
