/*
Theme Name: Hello Elementor Child by MRK
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: mrksays
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.7.1778636260
Updated: 2026-05-13 06:37:40

*/

.progress-product {
    margin: 0 0 10px 0;
    width: 100%;
}
.progress-bar {
    background: rgba(255, 255, 255, .1);
    border-radius: 99px;
    height: 4px;
    overflow: hidden;
    width: 100%;
    margin-bottom: 8px;
}
.mrk-progress-fill {
    background: linear-gradient(90deg, #730808, #ff6b6b);
    height: 100%;
    border-radius: 99px;
    transition: width .4s ease;
}
.progress-label {
    font-size: 11px;
    color: rgba(255, 255, 255, .6);
    line-height: 1.4;
}

.prod-rating {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
}

.prod-rating .stars {
    display: inline-flex;
    gap: 1px;
    line-height: 1;
}

.prod-rating .star {
    font-size: 14px;
}

.prod-rating .star.full {
    color: #f5a623; /* gold */
}

.prod-rating .star.half {
    color: #f5a623;
    opacity: 0.6;
}

.prod-rating .star.empty {
    color: rgba(255, 255, 255, 0.25);
}