/* Minimal product card layout */

.product-card .product-description,
.product-item .product-description,
.product-card .product-brand,
.product-item .product-brand,
.product-card .product-stock,
.product-item .product-stock,
.product-card .product-actions,
.product-item .product-actions,
.product-card .add-to-cart,
.product-item .add-to-cart,
.product-card .product-buttons,
.product-item .product-buttons,
.product-card .product-meta,
.product-item .product-meta,
.product-card .product-category,
.product-item .product-category,
.product-card .product-sku,
.product-item .product-sku,
.product-card .product-rating,
.product-item .product-rating,
.product-card .product-badge,
.product-item .product-badge,
.product-card button,
.product-item button{
    display:none !important;
}

.product-card,
.product-item,
.shop-product-card,
.product-box{
    padding-bottom:14px !important;
}

.product-card img,
.product-item img,
.shop-product-card img,
.product-box img{
    margin-bottom:10px !important;
}

.product-card .product-title,
.product-item .product-title,
.shop-product-card .product-title,
.product-box .product-title,
.product-card h3,
.product-item h3,
.shop-product-card h3,
.product-box h3{
    text-align:center !important;
    font-size:15px !important;
    font-weight:700 !important;
    line-height:1.35 !important;
    min-height:auto !important;
    margin:0 12px 8px !important;
}

.product-card .product-price,
.product-item .product-price,
.shop-product-card .product-price,
.product-box .product-price,
.price{
    text-align:center !important;
    font-size:18px !important;
    font-weight:900 !important;
    color:#dc2626 !important;
    margin:0 !important;
}
