/*
Theme Name: Martfury Child
Theme URI: http://drfuri.com/unero
Author: DrFuri
Author URI: http://drfuri.com
Description: Martfury Child Theme.
Version: 1.0
License: GNU General Public License v2+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: martfury
Domain Path: /lang/
Tags: one-column, two-columns, left-sidebar, right-sidebar, full-width-template, post-formats, theme-options, threaded-comments, translation-ready
Template: martfury
*/

.custom-product-card {
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 15px;
    background: #fff;
    text-align: center;
    transition: box-shadow 0.3s ease;
    height: 100%;
}

.custom-product-card:hover {
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.custom-product-card .product-thumb img {
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.custom-product-card .product-info h2 {
    font-size: 16px;
    margin: 10px 0;
    font-weight: 600;
}

.price-rating {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.cart-controls .button {
    background-color: #d14130;
    color: white;
    padding: 10px 20px;
    border-radius: 8px;
    font-weight: bold;
    text-transform: uppercase;
    transition: background-color 0.3s;
}

.cart-controls .button:hover {
    background-color: #b13120;
}
