/**
 * Product Price Box Widget Styles
 * Widget Hash: pr1ceb
 * Structure only - Colors controlled by Elementor
 *
 * @package ShamanicSecret
 */

/* Box Container - Exact match: .product-price-box */
.product-price-box-pr1ceb {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    border: 1px solid;
}

/* Price Section - Exact match: .price-section */
.price-section-pr1ceb {
    display: flex;
    flex-direction: column;
}

/* Price Label - Exact match: .price-label */
.price-label-pr1ceb {
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

/* Price Value - Exact match: .price-value */
.price-value-pr1ceb {
    font-family: 'Cinzel', serif;
}

/* Stock Status - Exact match: .stock-status */
.stock-status-pr1ceb {
    display: inline-flex;
    align-items: center;
}

.stock-status-pr1ceb svg {
    flex-shrink: 0;
}
