/**
 * Theme Name:     Storefront Child
 * Author:         Automattic
 * Template:       storefront
 * Text Domain:	   storefront-child
 * Description:    Storefront Child theme for obvalka.market
 */
.wpclv-attributes {
    margin: 20px 0;
    padding: 15px;
    border: 1px solid #eee;
}

.wpclv-attribute-label {
    font-weight: bold;
    margin-bottom: 10px;
}

.wpclv-terms {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.wpclv-term-button {
    padding: 8px 15px;
    border: 1px solid #ddd;
    border-radius: 3px;
    transition: all 0.3s;
}

.wpclv-term-button a {
    text-decoration: none;
    color: inherit;
}

.wpclv-term-button:hover {
    background-color: #f5f5f5;
}

.wpclv-term-button.active {
    background-color: #000;
    color: #fff;
    border-color: #000;
}
.compare.button {
    background: gray;
    margin: 1rem 0 !important;
}


.summary .product-status {
    display: none;
}
.wpclv-color-black { background: #000; color: white; }
.wpclv-color-red { background: #f00; color: white; }
.wpclv-color-blue { background: #00f; color: white; }
.wpclv-color-yellow { background: #ff0; color: black; }
.wpclv-color-green { background: #0a0; color: white; }
.wpclv-color-white { background: #fff; color: black; border: 1px solid #ddd; }


.wpclv-attributes {
    display: none;
}
.wpclv-attributes.true-block {
    display: block !important;
}