/**
* Theme Name: Sabah Beauty
* Description: This is a child theme of Smartic, generated by Merlin WP.
* Author: Khalfan
* Template: smartic
* Version: 2.3.5
*/

/* 1. Force the price container to be a row, not a stack */
body .woocommerce-Price-amount.amount {
    display: inline-flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 5px !important; /* Space between SVG and Number */
}

/* 2. Target the OMR wrapper specifically */
body #custom-omr-symbol {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 1.1em !important;   /* Matches text width roughly */
    height: 1.1em !important;  /* Matches text height roughly */
    vertical-align: middle !important;
}

/* 3. Force the SVG size and color */
body #custom-omr-symbol svg {
    width: 100% !important;
    height: 100% !important;
    fill: #3e0c0d !important; /* Your dark red color */
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* 4. Hide any theme-generated text that might still be there */
.woocommerce-Price-currencySymbol {
    font-size: inherit !important;
}