/*
Theme Name: CODLEADE - DROP
Theme URI: https://codleade.com
Author: Antigravity
Author URI: https://codleade.com
Description: A premium dark streetwear theme (CODLEADE) converted from React.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: codleade
*/

/* Global Price Consistency */
.price-display,
.price-display .price {
    text-decoration: none !important;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 900 !important;
    /* Main price bold */
    color: #ffffff;
}

.price-display del {
    color: #ff4444 !important;
    /* Sale price red */
    font-size: 0.75em !important;
    /* Small */
    font-weight: 300 !important;
    /* Thin */
    margin-right: 4px;
    text-decoration: line-through !important;
    opacity: 0.8;
}

.price-display ins {
    text-decoration: none !important;
    font-weight: 900 !important;
    color: #ffffff;
}

.price-display * {
    text-decoration: none;
}

.price-display del * {
    text-decoration: line-through !important;
}