/*
 Theme Name:   OnePress Child
 Theme URI:    https://example.com
 Description:  Child Theme für OnePress – sicheres Arbeiten bei Updates
 Author:       Dein Name
 Author URI:   https://example.com
 Template:     onepress
 Version:      1.0.0
*/

body {
  /* Optional: globale Anpassungen */
}


.custom-product-item {
    border: 1px dashed #009193 !important;
    margin-top: 40px !important;
    padding: 20px !important;
	margin-bottom: 40px
}

.custom-product-title {
    font-size: 1rem !important;
    color: #009193 !important;
    
}

.custom-product-description {
    font-style: normal !important;
	    color: #666 !important;
}

.custom-product-button {
    background-color: #009193 !important;
    color: white !important;
    border: none !important;
    font-size: 12px !important;
}
    }


