/* Custom Woocommerce Grid - Clean Layout Match */
.custom-product-card {
    transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.25s ease;
    background: #ffffff;
    border-radius: 4px;
}

.custom-product-card:hover {
    transform: translateY(-4px);
}

.custom-product-card .sport_img_wrapper {
    border-radius: 4px;
    position: relative;
}

.custom-product-card .sport_model_img {
    transition: transform 0.5s ease;
}

.custom-product-card:hover .sport_model_img {
    transform: scale(1.03);
}

/* Fix per formattazione dei prezzi nativi WooCommerce inseriti nel blocco */
.product-card-price-wrapper del {
    font-size: 13px;
    color: #6c757d !important;
    font-weight: normal;
    display: block;
    width: 100%;
    margin-top: 2px;
}

.product-card-price-wrapper ins {
    text-decoration: none;
    font-weight: 700;
    color: #b31f24;
    font-size: 18px;
}

/* Stile pulito per la lista delle taglie */
.product-card-sizes {
    border-color: rgba(0, 0, 0, 0.06) !important;
    text-transform: uppercase;
    font-weight: 600;
}