/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 16 2025 | 07:07:03 */
.ct-product-stock-scarcity .ct-message {
    background: #fff;
    border-radius: 6px;
    padding: 5px 10px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
    box-shadow: none;
    border: none;
}

.ct-product-stock-scarcity .ct-message p {
    margin: 0;
    padding: 0;
    font-size: 11px;
    color: #222;
    font-weight: 600;
    text-transform: uppercase;
    background: none;
    box-shadow: none;
    display: flex;
    align-items: center;
    gap: 8px;
}

.ct-product-stock-scarcity .ct-message p::before {
    content: "🔥";
    font-size: 15px;
    margin-right: 6px;
    display: inline-block;
    vertical-align: middle;
}

.ct-product-stock-scarcity .ct-message p img,
.ct-product-stock-scarcity .ct-message p svg {
    display: none !important;
}

/* Oculta la barra de progreso naranja */
.ct-product-stock-scarcity .ct-progress-bar {
    display: none !important;
}
/* stock */
.stock  {
    display: none !important;
}
