/*
Theme Name: ayron-theme
Theme URI: https://ayron-theme.projektvorschau.online
Author: Project Team
Description: Minimal starter theme scaffold to rebuild the Ayron Theme storefront from scratch.
Version: 0.1.0
Text Domain: ayron-theme
*/

/*@import url("assets/css/ayron-theme.css");*/

.woocommerce .product-meta {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    font-size: 0.9rem;
}

.woocommerce .product-meta__item {
    display: inline-flex;
    align-items: baseline;
    gap: 0.25rem;
}

.woocommerce .product-meta__label {
    font-weight: 600;
}

.woocommerce ul.products li.product .product-meta {
    margin-top: 0.75rem;
}
