/*
Theme Name: Twenty Twenty-Five Lab Grown Child
Theme URI: https://labgrown.web-fischer.de/
Description: Ein Child-Theme für Twenty Twenty-Five, optimiert für Lab Grown Diamonds
Author: Ihr Name
Author URI: https://web-fischer.de/
Template: twentytwentyfive
Version: 1.0.0
Text Domain: twentytwentyfive-labgrown
*/

/* Hier kommen Ihre CSS-Anpassungen */
/* Lab Grown Diamonds Anpassungen für Twenty Twenty-Five */
.lab-diamonds-grid {
    margin-top: 2rem;
}

.diamond-product {
    background-color: var(--wp--preset--color--background);
    border-radius: var(--wp--custom--border-radius--regular);
    box-shadow: var(--wp--preset--shadow--small);
}

.diamond-title {
    font-family: var(--wp--preset--font-family--heading);
}

.diamond-price {
    color: var(--wp--preset--color--primary);
}

.diamond-buy-button {
    background-color: var(--wp--preset--color--primary);
    color: var(--wp--preset--color--background);
    border-radius: var(--wp--custom--border-radius--regular);
}

.diamond-buy-button:hover {
    background-color: var(--wp--preset--color--secondary);
}