/*
Theme Name: Orologeria Cavour
Theme URI: https://orologeriacavour.it/
Author: Daema Studio
Author URI: https://daemastudio.com/
Description: Orologeria Cavour Child Theme
Version: 1.0.0
Requires at least: 5.0
Tested up to: 5.8
Requires PHP: 7.0
License: GNU General Public License v2+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ecomus
Domain Path: /lang/
Tags: one-column, two-columns, left-sidebar, right-sidebar, full-width-template, post-formats, theme-options, threaded-comments, translation-ready
Template: ecomus
*/

.custom-product-card {
    background: #f9f9f9;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    text-align: center;
    margin: 10px;
}

.custom-product-card:hover {
    box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.15);
}

.product-brand {
    font-size: 14px;
    font-weight: bold;
    color: #222;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.product-title {
    font-size: 18px;
    font-weight: bold;
    margin: 5px 0;
}

.product-ref {
    font-size: 14px;
    color: #1e865a;
    font-weight: bold;
    margin-bottom: 5px;
}

.product-image img {
    width: 100%;
    height: auto;
    border-radius: 5px;
    margin: 10px 0;
}

.product-year {
    font-size: 14px;
    color: #777;
    margin-bottom: 5px;
}

.product-price {
    font-size: 20px;
    font-weight: bold;
    color: #1e865a;
    margin: 5px 0;
}

.product-sku {
    font-size: 12px;
    color: #aaa;
}