.woocommerce-product-attributes-item__value {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.9s ease, padding 0.8s ease;
    padding: 0 10px;
    border-top: 0px solid #eee;
    font-size: 15px;
    margin-bottom: 0;
}

.woocommerce-product-attributes-item.active .woocommerce-product-attributes-item__value {
    max-height: 500px;
    padding: 10px;
    margin-bottom: 30px;
}

.woocommerce-product-attributes-item__label {
    width: 100%;
    text-align: left;
    background: none;
    border: none;
    padding: 15px 10px 5px 10px;
    font-weight: bold;
    cursor: pointer;
    color: #111;
    font-size: 16px;
}

.woocommerce-product-attributes-item__label:hover {
    background: #f9f9f9;
    color: #333;
}

.accordion-icon {
    float: right;
    transition: transform 0.3s ease, color 0.3s ease;
    font-size: 22px;
    color: #999;
    font-weight: 100;
}

.active .accordion-icon {
    color: #000;
    font-weight: 700;
}

.woocommerce-product-attributes-item.active .accordion-icon {
    transform: rotate(45deg);
}


.product_content p {
    margin: 0 0 0.2em;
}