/**
 * @package     mod_mphpbb_market
 * @author      Mindphp Developer Teams
 * @copyright   Copyright (C) 2025 Mindphp. All rights reserved.
 * @license     GNU General Public License version 2 or later;
 */

/* Module Styles */
.mod-mphpbb-market .products-slider {
    height: 330px;
}

.mod-mphpbb-market .product-card {
    min-width: 200px;
    width: 200px;
}

.mod-mphpbb-market .product-image {
    aspect-ratio: 1;
}

.mod-mphpbb-market .product-image img {
    object-fit: cover;  
    border: #d1d5db 1px solid;
}
.mod-mphpbb-market .price {
    font-weight: 900 !important;
}
.mod-mphpbb-market .price small {
    font-size: 13px;
}