/*
Theme Name: j-energe
Author: ZOL Creative Agency
Description: j-energe is a modern WooCommerce-ready WordPress theme crafted for auto dismantling businesses and spare parts stores, featuring fast product discovery, category navigation, and lead-focused request forms.
Version: 2.1.34
Requires at least: 5.6
Tested up to: 6.8.0
Requires PHP: 7.4
License: all rights reserved
License URI: https://zol.com/ua
Tags: one-column, two-columns, custom-background, custom-header, custom-colors, custom-menu, featured-images, full-width-template, translation-ready, theme-options, threaded-comments, custom-logo, blog, e-commerce
Text Domain: j-energe
*/

/* Theme styles are in assets/css/main.css */

/* Списки в описі товару */
.aps-product-details__content ul {
    list-style: none !important;
    padding-left: 0 !important;
    margin: 15px 0 !important;
}

.aps-product-details__content li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 8px;
    line-height: 1.6;
}

.aps-product-details__content li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 700;
    color: #6c63ff;
}

/* Заголовки в описі */
.aps-product-details__content h3 {
    margin: 25px 0 15px;
    font-size: 22px;
    font-weight: 700;
}

/* Абзаци */
.aps-product-details__content p {
    margin-bottom: 12px;
    line-height: 1.7;
}