/* ══════════════════════════════
   Roso Navigation — style.css
══════════════════════════════ */
.rnav-wrap * { box-sizing: border-box; }
.rnav-wrap { font-family: 'Assistant','Rubik','Heebo',sans-serif; }

/* ביטול border של Elementor */
.elementor-widget-rosonav,
.elementor-widget-rosonav .elementor-widget-container,
.elementor-widget-rosonav > .elementor-widget-container {
    border: none !important;
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
    outline: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 !important;
}
.rnav-wrap {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

/* ── Bar: 3-column grid ── */
.rnav-bar {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    height: 64px;
    padding: 0 32px;
    background: #fff;
    position: relative;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    z-index: 200;
    direction: rtl;
    box-shadow: 0 1px 0 #ebebeb;
}
.rnav-side { display: flex; align-items: center; }
.rnav-side-right { justify-content: flex-start; gap: 0; }
.rnav-center { display: flex; align-items: center; justify-content: center; height: 100%; }
.rnav-side-left { justify-content: flex-end; }

/* Logo */
.rnav-logo { display: flex; align-items: center; text-decoration: none; }
.rnav-logo img { height: auto; display: block; }
.rnav-logo-mob { display: none; }
.rnav-logo-desk { display: flex; }

/* ── Desktop nav ── */
.rnav-list {
    display: flex; align-items: center; list-style: none;
    margin: 0; padding: 0; gap: 0; height: 64px; direction: rtl;
}
.rnav-item { position: relative; height: 100%; display: flex; align-items: center; }
.rnav-item > a {
    display: flex; align-items: center;
    padding: 0 12px; height: 100%;
    font-size: 14px; font-weight: 400; color: #222;
    text-decoration: none; white-space: nowrap;
    border-bottom: 2px solid transparent;
    transition: color 0.15s, border-color 0.15s;
    font-family: 'Assistant','Rubik','Heebo',sans-serif;
    letter-spacing: 0.01em;
}
.rnav-item > a:hover { border-bottom-color: #e53935; }

/* ── Mega menu ── */
.rnav-item.has-mega { position: static !important; }
.rnav-bar { position: relative !important; }
.rnav-mega {
    position: absolute; top: 100%; left: 0; right: 0;
    background: #fff; border-top: 2px solid #e53935;
    box-shadow: 0 8px 32px rgba(0,0,0,.1);
    display: none; z-index: 9999; direction: rtl;
    width: 100%;
}
.rnav-item.has-mega:hover .rnav-mega { display: block; }
.rnav-mega-inner {
    display: flex; padding: 16px 40px; gap: 36px;
    max-width: 1300px; margin: 0 auto;
    align-items: flex-start;
}
/* Image panel — שמאל */
.rnav-mega-img {
    width: 260px; position: relative;
    border-radius: 8px; overflow: hidden;
    height: 240px; background: none;
}
.rnav-mega-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.rnav-mega-img-wrap {
    flex: 0 0 260px; order: 2;
    display: flex; flex-direction: column; align-items: stretch; gap: 12px;
}
.rnav-img-btn {
    display: block;
    width: 100%;
    background: #e53935;
    color: #fff !important;
    padding: 10px 28px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Rubik', 'Assistant', sans-serif;
    text-decoration: none;
    white-space: nowrap;
    letter-spacing: 0.02em;
    transition: background 0.15s;
    text-align: center;
    box-sizing: border-box;
}
.rnav-img-btn:hover { background: #c62828; color: #fff !important; }
/* עמודות — מימין */
.rnav-mega-cols {
    display: flex; gap: 40px; flex: 1;
    align-items: flex-start; flex-wrap: wrap;
    order: 1;
    max-height: 320px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-left: 6px;
    scrollbar-width: thin;
    scrollbar-color: #ddd transparent;
}
.rnav-mega-cols::-webkit-scrollbar { width: 4px; }
.rnav-mega-cols::-webkit-scrollbar-track { background: transparent; }
.rnav-mega-cols::-webkit-scrollbar-thumb { background: #ddd; border-radius: 4px; }
.rnav-mega-col { min-width: 110px; }
.rnav-col-title {
    font-size: 14px; font-weight: 700; color: #111;
    margin-bottom: 14px; padding-bottom: 10px;
    border-bottom: 1.5px solid #efefef;
    white-space: nowrap;
}
.rnav-col-title a { color: inherit; text-decoration: none; }
.rnav-col-title a:hover { color: #e53935; }
.rnav-col-links { list-style: none; margin: 0; padding: 0; }
.rnav-col-links li { margin-bottom: 9px; }

/* גלילה כשיש יותר מ-10 פריטים — עמודה בודדת */
.rnav-col-links.has-scroll {
    max-height: 260px;
    overflow-y: auto;
    padding-left: 4px;
    scrollbar-width: thin;
    scrollbar-color: #ddd transparent;
}
.rnav-col-links.has-scroll::-webkit-scrollbar { width: 4px; }
.rnav-col-links.has-scroll::-webkit-scrollbar-track { background: transparent; }
.rnav-col-links.has-scroll::-webkit-scrollbar-thumb { background: #ddd; border-radius: 4px; }
.rnav-mega-link {
    font-size: 13px; color: #444; text-decoration: none;
    display: block; transition: color 0.15s;
    white-space: nowrap;
}
.rnav-mega-link:hover { color: #e53935; padding-right: 4px; transition: all 0.15s; }

/* ── יישור שווה בין כפתור לב לבין עגלה ── */
.rnav-icons {
    display: flex; align-items: center; gap: 4px;
}
.rnav-cart-wrap,
.rnav-wishlist-btn {
    vertical-align: middle;
}
.rnav-icons::before {
    display: none;
}
.rnav-icon-btn {
    display: flex; align-items: center; justify-content: center;
    width: 36px; height: 36px; color: #111;
    text-decoration: none; border-radius: 50%;
    background: none !important; border: none !important;
    padding: 0 !important; outline: none !important;
    cursor: pointer; position: relative;
    transition: background 0.18s, color 0.18s;
    flex-shrink: 0;
}
.rnav-icon-btn:hover { background: #f5f5f5 !important; color: #111; }
.rnav-icon-btn svg {
    width: 20px !important; height: 20px !important;
    display: block; flex-shrink: 0;
    stroke: currentColor;
}
/* badge עגלה */
.rnav-cart-count {
    position: absolute; top: -2px; right: -2px;
    background: #e53935; color: #fff;
    font-size: 10px; font-weight: 700; line-height: 1;
    min-width: 16px; height: 16px; border-radius: 8px;
    display: flex; align-items: center; justify-content: center;
    padding: 0 3px;
}
.rnav-cart-count:empty, .rnav-cart-count[data-count="0"] { display: none; }
/* WhatsApp + Waze */
.rnav-wa-btn svg, .rnav-waze-btn svg { width: 20px !important; height: 20px !important; }
.rnav-wa-btn:hover, .rnav-waze-btn:hover { opacity: 0.7; }
.rnav-custom-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    color: currentColor;
}
.rnav-custom-icon svg,
.rnav-custom-icon i {
    width: 100% !important;
    height: 100% !important;
    font-size: inherit !important;
    color: inherit !important;
}

/* ── Cart wrap ── */
.rnav-cart-wrap {
    display: flex !important; align-items: center !important;
    justify-content: center !important; position: relative;
    width: 36px !important; height: 36px !important;
    cursor: pointer; flex-shrink: 0; border-radius: 50%;
    transition: background 0.18s;
}
.rnav-cart-wrap:hover { background: #f5f5f5; }

/* עגלה עם רקע צבעוני — .rnav-cart-colored */
.rnav-icon-btn.rnav-cart-wrap.rnav-cart-colored,
.rnav-cart-colored.rnav-cart-wrap {
    width: auto !important;
    min-width: 44px !important;
    height: 40px !important;
    border-radius: 8px !important;
    padding: 0 14px !important;
    background: var(--cart-bg, #111111) !important;
    background-color: var(--cart-bg, #111111) !important;
    transition: opacity 0.18s !important;
}
.rnav-icon-btn.rnav-cart-wrap.rnav-cart-colored:hover,
.rnav-cart-colored.rnav-cart-wrap:hover {
    background: var(--cart-bg, #111111) !important;
    background-color: var(--cart-bg, #111111) !important;
    opacity: 0.85;
}
/* אייקון בצבע הנבחר */
.rnav-cart-colored .xoo-wsc-basket::before,
.rnav-cart-colored .xoo-wsc-cart-trigger::before {
    filter: none !important;
    /* נשנה את ה-SVG לצבע לבן דרך CSS mask */
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='M6 2L3 6v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V6l-3-4z'/%3E%3Cline x1='3' y1='6' x2='21' y2='6'/%3E%3Cpath d='M16 10a4 4 0 0 1-8 0'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='M6 2L3 6v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V6l-3-4z'/%3E%3Cline x1='3' y1='6' x2='21' y2='6'/%3E%3Cpath d='M16 10a4 4 0 0 1-8 0'/%3E%3C/svg%3E");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-image: none !important;
    background-color: var(--cart-icon, #111) !important;
    width: 20px !important; height: 20px !important;
}

/* החלף אייקון xoo באייקון שלנו */
.rnav-cart-wrap [class*="xoo-wsc-icon"],
.rnav-cart-wrap .xoo-wsc-icon-bag2,
.rnav-cart-wrap svg:not(.rnav-cart-svg) { display: none !important; }
.rnav-cart-wrap .xoo-wsc-basket,
.rnav-cart-wrap .xoo-wsc-cont,
.rnav-cart-wrap .xoo-wsc-cart-trigger {
    display: flex !important; align-items: center !important;
    justify-content: center !important; position: relative !important;
}
/* האייקון שלנו דרך before — ברירת מחדל (כהה) */
.rnav-cart-wrap:not(.rnav-cart-colored) .xoo-wsc-basket::before,
.rnav-cart-wrap:not(.rnav-cart-colored) .xoo-wsc-cart-trigger::before {
    content: "";
    display: block;
    width: 20px; height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27 fill=%27none%27 stroke=%27%23111%27 stroke-width=%272%27 stroke-linecap=%27round%27%3E%3Cpath d=%27M6 2L3 6v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V6l-3-4z%27/%3E%3Cline x1=%273%27 y1=%276%27 x2=%2721%27 y2=%276%27/%3E%3Cpath d=%27M16 10a4 4 0 0 1-8 0%27/%3E%3C/svg%3E");
    background-repeat: no-repeat; background-size: contain;
    flex-shrink: 0;
}
/* content: "" גם לגרסה הצבעונית */
.rnav-cart-colored .xoo-wsc-basket::before,
.rnav-cart-colored .xoo-wsc-cart-trigger::before {
    content: "";
    display: block;
    flex-shrink: 0;
}
/* Badge */
.rnav-cart-wrap .xoo-wsc-bkc {
    position: absolute !important; top: -4px !important; right: -4px !important;
    background: #e53935 !important; color: #fff !important;
    font-size: 10px !important; font-weight: 700 !important; line-height: 1 !important;
    min-width: 16px !important; height: 16px !important; border-radius: 8px !important;
    display: flex !important; align-items: center !important; justify-content: center !important;
    padding: 0 3px !important; z-index: 2;
}
.rnav-wa-btn svg, .rnav-waze-btn svg { width: 20px !important; height: 20px !important; }
.rnav-wa-btn:hover, .rnav-waze-btn:hover { opacity: 0.6; }
    z-index: 9998; max-height: 420px; overflow-y: auto;
    direction: rtl;
}
.rnav-sr-loading, .rnav-sr-empty {
    padding: 18px 24px; font-size: 14px; color: #888;
    font-family: 'Assistant', sans-serif; text-align: right;
}
.rnav-sr-item {
    display: flex; align-items: center; gap: 12px;
    padding: 10px 20px; border-bottom: 1px solid #f5f5f5;
    transition: background 0.12s;
}
.rnav-sr-item:hover { background: #fafafa; }
.rnav-sr-img-wrap { flex-shrink: 0; width: 52px; height: 52px; border-radius: 6px; overflow: hidden; background: #f5f5f5; }
.rnav-sr-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; }
.rnav-sr-info { flex: 1; display: flex; flex-direction: column; gap: 3px; text-align: right; }
.rnav-sr-name { font-size: 13px; color: #111; text-decoration: none; font-family: 'Assistant', sans-serif; font-weight: 500; }
.rnav-sr-name:hover { color: #e53935; }
.rnav-sr-price { font-size: 13px; color: #e53935; font-weight: 700; font-family: 'Assistant', sans-serif; }
.rnav-sr-add {
    flex-shrink: 0; width: 32px; height: 32px;
    background: #e53935; color: #fff; border: none;
    border-radius: 50%; font-size: 20px; line-height: 1;
    cursor: pointer; display: flex; align-items: center; justify-content: center;
    transition: background 0.15s; font-family: 'Assistant', sans-serif;
}
.rnav-sr-add:hover { background: #c62828; }
.rnav-wl-count {
    display: none !important;
}

/* Wishlist button — same circle style as cart wrap, white bg */
.rnav-wishlist-btn {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: relative !important;
    width: 36px !important;
    height: 36px !important;
    min-width: 36px !important;
    min-height: 36px !important;
    max-width: 36px !important;
    max-height: 36px !important;
    cursor: pointer;
    flex-shrink: 0;
    border-radius: 50% !important;
    transition: background 0.18s;
    text-decoration: none !important;
    color: #111 !important;
    background: #fff !important;
    background-color: #fff !important;
    border: none !important;
    padding: 0 !important;
    box-sizing: border-box !important;
}
.rnav-wishlist-btn:hover,
.rnav-wishlist-btn:focus {
    background: #f5f5f5 !important;
    background-color: #f5f5f5 !important;
}
.rnav-wishlist-btn svg {
    width: 20px !important;
    height: 20px !important;
    flex-shrink: 0;
    display: block;
}

/* ביטול סלקטור ישן שמשתלט על ה-counter */
.rnav-wishlist-btn [class*="count"],
.rnav-wishlist-btn [class*="badge"],
.rnav-wishlist-btn span[class] {
    all: unset !important;
}
.rnav-wishlist-btn .rnav-wl-count {
    display: none !important;
}

/* Search bar */
.rnav-search-bar {
    position: absolute; top: 100%; left: 0; right: 0;
    background: #fff; border-bottom: 1px solid #eee;
    padding: 14px 32px; display: none; align-items: center; gap: 12px;
    z-index: 300; box-shadow: 0 4px 12px rgba(0,0,0,.07);
}
.rnav-search-bar.open { display: flex; }
.rnav-search-input {
    flex: 1; border: none !important; outline: none !important;
    font-size: 16px !important; background: none !important;
    color: #111 !important; direction: rtl;
    font-family: 'Assistant',sans-serif !important;
}
.rnav-search-close {
    background: none !important; border: none !important;
    font-size: 18px !important; color: #888 !important;
    cursor: pointer; padding: 4px !important; outline: none !important;
}

/* Hamburger */
.rnav-hamburger {
    display: none; flex-direction: column; gap: 5px;
    background: none !important; border: none !important;
    cursor: pointer; padding: 8px !important; outline: none !important; flex-shrink: 0;
}
.rnav-hamburger span { display: block; width: 22px; height: 2px; background: #111; border-radius: 2px; }

/* ── Mobile Drawer ── */
.rnav-drawer {
    position: fixed; top: 0; right: -100%;
    width: min(360px,92vw); height: 100vh;
    background: #fff; z-index: 10000;
    overflow: hidden; transition: right 0.32s cubic-bezier(.4,0,.2,1);
    direction: rtl; display: flex; flex-direction: column;
}
.rnav-drawer.open { right: 0; }
.rnav-drawer-screen1 {
    display: flex; flex-direction: column;
    height: 100%; overflow-y: auto;
}
.rnav-drawer-screen2 {
    display: none; flex-direction: column;
    width: 100%; height: 100%; overflow-y: auto;
    direction: rtl;
}
.rnav-sub-content { flex: 1; overflow: visible; direction: rtl; text-align: right; }
.rnav-drawer-head {
    display: flex; align-items: center; justify-content: space-between;
    padding: 14px 20px; border-bottom: 1px solid #eee; flex-shrink: 0;
}
.rnav-drawer-logo { width: 100px; height: auto; display: block; }
.rnav-close {
    background: none !important; border: none !important;
    font-size: 22px !important; color: #777 !important;
    cursor: pointer; padding: 6px !important; outline: none !important; line-height: 1;
}
.rnav-drawer-search {
    display: flex; align-items: center; gap: 10px;
    padding: 12px 20px; border-bottom: 1px solid #f0f0f0;
    flex-shrink: 0; background: #fafafa;
}
.rnav-mob-search {
    flex: 1; border: none !important; outline: none !important;
    font-size: 14px !important; background: none !important;
    color: #111 !important; direction: rtl;
    font-family: 'Assistant',sans-serif !important;
}
.rnav-drawer-cats { flex-shrink: 0; padding: 0; }
.rnav-cat-row {
    display: flex; align-items: center;
    padding: 14px 16px; text-decoration: none; color: #111;
    border-bottom: 1px solid #f0f0f0; transition: background 0.15s;
    cursor: pointer; direction: rtl; gap: 12px;
}
.rnav-cat-row:hover { background: #fafafa; }
.rnav-cat-circle {
    width: 48px; height: 48px; border-radius: 8px; flex-shrink: 0;
    overflow: hidden; background: #f5f5f5; border: 1px solid #eee;
    display: flex; align-items: center; justify-content: center;
}
.rnav-cat-circle img { width: 100%; height: 100%; object-fit: cover; display: block; }
.rnav-cat-name {
    flex: 1; font-size: 15px; font-weight: 600; color: #111;
    text-align: right !important;
}
.rnav-cat-arrow { color: #ccc; flex-shrink: 0; }

/* ── Mobile sub-panel ── */
.rnav-sub-panel {
    position: absolute; top: 0; right: -100%;
    width: 100%; height: 100%;
    background: #fff; z-index: 2;
    display: flex; flex-direction: column;
    transition: right 0.28s cubic-bezier(.4,0,.2,1);
    overflow: hidden;
}
.rnav-sub-panel.open { right: 0; }
.rnav-sub-head {
    display: flex; align-items: center; gap: 8px;
    padding: 14px 16px; border-bottom: 1px solid #eee;
    flex-shrink: 0; background: #fff;
}
.rnav-sub-back {
    background: none !important; border: none !important;
    cursor: pointer; padding: 4px 8px !important; outline: none !important;
    display: flex; align-items: center; gap: 4px; color: #555;
    font-size: 13px; font-family: 'Discovery', 'Assistant', sans-serif;
    flex-shrink: 0;
}
.rnav-sub-back:hover { color: #e53935; }
.rnav-sub-back svg { flex-shrink: 0; }
.rnav-sub-title {
    flex: 1; font-size: 16px; font-weight: 700; color: #111;
    font-family: 'Discovery', 'Assistant', sans-serif; text-align: center;
}
.rnav-sub-all {
    font-size: 12px; color: #e53935; text-decoration: none;
    white-space: nowrap; flex-shrink: 0;
    font-family: 'Discovery', 'Assistant', sans-serif;
}
.rnav-sub-col-title {
    font-size: 13px; font-weight: 700; color: #111;
    padding: 12px 16px 6px; border-bottom: 1px solid #f0f0f0;
    font-family: 'Assistant', sans-serif;
}
.rnav-sub-col-title a { color: inherit; text-decoration: none; }
.rnav-sub-link {
    display: block; padding: 11px 16px;
    font-size: 14px; color: #333; text-decoration: none;
    border-bottom: 1px solid #f5f5f5;
    font-family: 'Assistant', sans-serif;
    transition: background 0.12s, color 0.12s;
}
.rnav-sub-link:hover { background: #fafafa; color: #e53935; }

/* גריד מובייל — תת-קטגוריות */
.rnav-mob-grid { display: flex; flex-direction: column; width: 100%; }
.rnav-mob-col-btn {
    display: grid !important;
    grid-template-columns: 1fr auto !important;
    align-items: center !important;
    padding: 14px 16px !important;
    background: #fff !important; color: #111 !important;
    font-size: 15px !important; font-weight: 600 !important;
    font-family: 'Discovery', 'Assistant', sans-serif !important;
    border: none !important; border-bottom: 1px solid #f0f0f0 !important;
    width: 100% !important; cursor: pointer !important;
    transition: background 0.12s !important;
    box-sizing: border-box !important;
    outline: none !important; box-shadow: none !important;
    text-align: right !important;
    direction: rtl !important;
}
.rnav-mob-col-btn:hover { background: #fafafa !important; }
.rnav-mob-col-btn.open { background: #fff0f0 !important; }
.rnav-mob-col-name {
    text-align: right !important; color: #111 !important;
    font-size: 15px !important; font-weight: 600 !important;
    font-family: 'Discovery', 'Assistant', sans-serif !important;
    direction: rtl !important;
}
.rnav-acc-arrow {
    color: #ccc !important; transition: transform 0.2s !important;
    flex-shrink: 0 !important; display: block !important;
    width: 14px !important; height: 14px !important;
}
.rnav-mob-accordion.open .rnav-acc-arrow { transform: rotate(90deg) !important; color: #e53935 !important; }

.rnav-mob-col-badge {
    background: #e53935; color: #fff;
    font-size: 10px; font-weight: 700; line-height: 1;
    min-width: 18px; width: fit-content; height: 18px; border-radius: 9px;
    display: inline-flex; align-items: center; justify-content: center;
    padding: 0 5px; flex-shrink: 0; align-self: center;
    font-family: 'Assistant', sans-serif;
}
.rnav-mob-acc-panel {
    background: #fafafa; border-bottom: 2px solid #f0f0f0;
    max-height: 260px; overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #e53935 #f5f5f5;
}
.rnav-mob-acc-panel::-webkit-scrollbar { width: 4px; }
.rnav-mob-acc-panel::-webkit-scrollbar-track { background: #f5f5f5; }
.rnav-mob-acc-panel::-webkit-scrollbar-thumb { background: #e53935; border-radius: 4px; }
.rnav-mob-acc-link {
    display: block; padding: 12px 28px;
    font-size: 14px; color: #444 !important; text-decoration: none;
    border-bottom: 1px solid #efefef;
    font-family: 'Discovery', 'Assistant', sans-serif; text-align: right;
    transition: color 0.12s, background 0.12s;
}
.rnav-mob-acc-link:hover { color: #e53935 !important; background: #fff; }
.rnav-mob-acc-all { font-weight: 700; color: #e53935 !important; background: #fff5f5 !important; }

/* פאנל accordion — גלילה רק כאן */
.rnav-mob-acc-panel {
    background: #fafafa; border-bottom: 2px solid #f0f0f0;
    max-height: 260px; overflow-y: auto;
}
.rnav-mob-acc-link {
    display: block; padding: 12px 28px;
    font-size: 14px; color: #444 !important; text-decoration: none;
    border-bottom: 1px solid #efefef;
    font-family: 'Assistant', sans-serif; text-align: right;
    direction: rtl;
    transition: color 0.12s, background 0.12s;
}
.rnav-mob-acc-link:hover { color: #e53935 !important; background: #fff; }
.rnav-mob-acc-all { font-weight: 700; color: #e53935 !important; background: #fff5f5 !important; }
.rnav-contact-row {
    display: flex !important; align-items: center !important;
    flex-direction: row-reverse !important; /* אייקון מימין, טקסט משמאל */
    justify-content: flex-end !important; gap: 12px !important;
    padding: 15px 20px !important; text-decoration: none !important;
    color: #333 !important; font-size: 14px !important;
    border-bottom: 1px solid #f5f5f5 !important;
    font-family: 'Assistant',sans-serif !important;
    background: transparent !important;
}
.rnav-contact-row:hover { background: #fafafa !important; color: #333 !important; }
.rnav-ct-label { flex: 1; text-align: right !important; color: #333 !important; }
.rnav-ct-icon { flex-shrink: 0; color: #333 !important; display: flex; align-items: center; }
.rnav-ct-icon svg, .rnav-ct-icon i { color: #333 !important; fill: none !important; }

/* Overlay */
.rnav-overlay {
    position: fixed; inset: 0; background: rgba(0,0,0,.45);
    z-index: 9999; opacity: 0; pointer-events: none; transition: opacity 0.3s;
}
.rnav-overlay.show { opacity: 1; pointer-events: all; }

/* ── Responsive ── */
@media (min-width: 1025px) {
    .rnav-hamburger { display: none !important; }
    .rnav-drawer, .rnav-overlay { display: none !important; }
    .rnav-desk-only { display: flex !important; }
}
@media (max-width: 1024px) {
    .rnav-bar { padding: 0 10px; height: 56px; }
    .rnav-list { display: none !important; }
    .rnav-hamburger { display: flex !important; }
    .rnav-logo-desk { display: none !important; }
    .rnav-logo-mob { display: flex !important; }
    .rnav-logo-mob img { width: 75px; }
    .rnav-desk-only { display: none !important; }
    .rnav-search-btn { display: none !important; }
    /* Smaller icons on mobile */
    .rnav-icon-btn { width: 32px; height: 32px; }
    .rnav-icon-btn svg { width: 18px; height: 18px; }
    .rnav-icons { gap: 2px; }
    /* עגלה צבעונית במובייל */
    .rnav-icon-btn.rnav-cart-wrap.rnav-cart-colored,
    .rnav-cart-colored.rnav-cart-wrap {
        width: auto !important;
        min-width: 36px !important;
        height: 34px !important;
        padding: 0 10px !important;
        border-radius: 7px !important;
    }
    .rnav-cart-colored .xoo-wsc-basket::before,
    .rnav-cart-colored .xoo-wsc-cart-trigger::before {
        width: 18px !important; height: 18px !important;
    }
    /* עגלה רגילה (לא צבעונית) */
    .rnav-cart-wrap:not(.rnav-cart-colored) { width: 32px !important; height: 32px !important; }
    .rnav-cart-wrap svg, .rnav-cart-wrap i { width: 18px !important; height: 18px !important; font-size: 18px !important; }
    .rnav-hamburger span { width: 20px; }
}

/* ── Drawer head improvements ── */
.rnav-drawer-logo-wrap { display: flex; align-items: center; }
.rnav-drawer-logo { width: 80px; height: auto; display: block; }
.rnav-drawer-head-actions {
    display: flex; align-items: center; gap: 8px;
    margin-right: auto; /* pushes to left in RTL */
}
.rnav-drawer-account {
    display: flex; align-items: center; gap: 6px;
    color: #111; text-decoration: none;
    font-size: 13px; font-weight: 500;
    font-family: 'Assistant',sans-serif;
}
.rnav-drawer-account:hover { color: #e53935; }
.rnav-drawer-account svg { flex-shrink: 0; }

/* ── Mobile account btn (next to hamburger) ── */
.rnav-mob-account-btn {
    display: none;
    align-items: center; justify-content: center;
    width: 32px; height: 32px;
    color: #111; text-decoration: none;
    flex-shrink: 0;
}
.rnav-mob-account-btn svg { width: 18px; height: 18px; }
@media (max-width: 1024px) {
    .rnav-mob-account-btn { display: flex; }
}
@media (min-width: 1025px) {
    .rnav-mob-account-btn { display: none !important; }
}


/* ══════════════════════════════════
   Roso Wishlist Widget
══════════════════════════════════ */
.rwl-wrap { direction: rtl; }

.rwl-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

/* Loading skeleton */
.rwl-loading {
    grid-column: 1 / -1;
    display: flex;
    gap: 20px;
}
.rwl-loading span {
    flex: 1;
    height: 280px;
    border-radius: 12px;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: rwl-shimmer 1.4s infinite;
}
@keyframes rwl-shimmer {
    0%   { background-position: 200% 0; }
    100% { background-position: -200% 0; }
}

/* Card */
.rwl-card {
    position: relative;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform .2s, box-shadow .2s;
}
.rwl-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 28px rgba(0,0,0,.12) !important;
}

/* Remove button */
.rwl-remove-btn {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: none;
    background: rgba(255,255,255,.9);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    backdrop-filter: blur(4px);
    transition: background .2s, color .2s;
    padding: 0;
    color: #888;
}
.rwl-remove-btn:hover {
    background: #e44;
    color: #fff;
}

/* Image */
.rwl-img-wrap {
    display: block;
    aspect-ratio: 1;
    overflow: hidden;
    background: #f8f8f8;
}
.rwl-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 12px;
    transition: transform .3s;
}
.rwl-card:hover .rwl-img-wrap img { transform: scale(1.05); }
.rwl-no-img {
    width: 100%;
    height: 100%;
    background: #f0f0f0;
}

/* Info */
.rwl-info {
    padding: 14px 14px 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1;
}
.rwl-name {
    font-size: 14px;
    font-weight: 600;
    color: #111;
    text-decoration: none;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.rwl-name:hover { color: #555; }

.rwl-price {
    font-size: 15px;
    font-weight: 700;
    color: #e44;
}
.rwl-price del { color: #aaa; font-weight: 400; font-size: 12px; margin-left: 4px; }
.rwl-price ins { text-decoration: none; }

.rwl-out-of-stock {
    font-size: 12px;
    color: #aaa;
    margin-top: auto;
}

/* Add to cart button */
.rwl-add-btn {
    margin-top: auto;
    width: 100%;
    padding: 10px 16px;
    border: none;
    border-radius: 8px;
    background: #111;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: background .2s, transform .1s;
    text-align: center;
}
.rwl-add-btn:hover   { background: #333; }
.rwl-add-btn:active  { transform: scale(.97); }
.rwl-add-btn.rwl-added { background: #27ae60; }
.rwl-add-btn:disabled { opacity: .6; cursor: default; }

/* Empty state */
.rwl-empty {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px 20px;
    gap: 16px;
    text-align: center;
    color: #aaa;
    font-size: 16px;
}

/* Mobile */
@media (max-width: 600px) {
    .rwl-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
    .rwl-loading { gap: 12px; }
    .rwl-loading span { height: 200px; }
    .rwl-info { padding: 10px 10px 12px; }
    .rwl-name { font-size: 12px; }
    .rwl-add-btn { font-size: 11px; padding: 8px 10px; }
}
