.map-section>iframe {
    width: 100% !important;
    height: 100% !important;
    border: none;
    border-radius: 10px;
}

html[dir="rtl"] .input-text-align {
    text-align: end;
}

html[dir="ltr"] .input-text-align {
    text-align: start;
}

.truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.menu-item {
    max-width: 150px;
}

.home-discount-band {
    position: relative;
    z-index: 0;
    box-shadow: 0 0 0 100vmax #231F20;
    clip-path: inset(0 -100vmax);
}
