@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?zgv36q');
  src:  url('fonts/icomoon.eot?zgv36q#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?zgv36q') format('truetype'),
    url('fonts/icomoon.woff?zgv36q') format('woff'),
    url('fonts/icomoon.svg?zgv36q#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: inherit; /* ✅ بدل 1.1rem */
    line-height: 1;
    vertical-align: middle;
}


.icon-Dirham-Currency-Symbol---Black:before {
  content: "\e900";
}
/* Wrapper for currency + amount */
.aed {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
}

.aed__icon {
    font-size: inherit;
    line-height: 1;
}

    .aed__icon:before {
        position: relative;
        top: 0.08em; /* عدّلها شوي إذا حبيت */
    }

.aed__amount {
    font-size: inherit;
    line-height: 1;
    font-weight: 600;
}

/* مهم جداً */
.aed * {
    margin: 0;
    padding: 0;
}
