 /* ===== فاصله کل سایت از بالا ===== */
 body {
    padding-top: 69px;
}

 /* ===== هاور بکگراند لیست آیکن دستکاپ ===== */
 .header-actions .header-icon li:hover {
    background-color: rgba(142, 213, 87, 0.08);
    padding: 8px;
}
.header-actions .header-icon  li {
    padding: 8px;
}

 /* ===== فاصله off-canvas یوزر ===== */
 .header-actions .e-off-canvas__content {
    margin-top: 80px;
}

/* ===== SEARCH OVERLAY (SAFE MODE 2026) ===== */
.search-overlay{
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    width: 100% !important;
    height: 65px !important;
    background: #fff !important;
    z-index: 201 !important;
    display: none !important;  /* مهم */
    align-items: center;
}

/* فقط وقتی فعال شد */
.search-overlay.active{
    display: flex !important;
}

